@@ -4,11 +4,8 @@ import {
4
4
RadioBtn ,
5
5
SmallButton ,
6
6
TextButton ,
7
- } from './Buttons' ;
8
- import {
9
- ConnectionIndicator ,
10
- Header
11
- } from './Header' ;
7
+ } from "./Buttons" ;
8
+ import { ConnectionIndicator , Header } from "./Header" ;
12
9
import {
13
10
Icon3dots ,
14
11
IconAccountSample ,
@@ -62,82 +59,80 @@ import {
62
59
IconVert ,
63
60
IconWallet ,
64
61
IconYoutube ,
65
- } from ' ./Icons' ;
62
+ } from " ./Icons" ;
66
63
import {
67
64
DefaultModal ,
68
65
ModalDrawer ,
69
- SimpleModal
70
- } from './Modals' ;
71
- import {
72
- Spinner
73
- } from './Spinner' ;
74
- import {
75
- Text
76
- } from './Text' ;
66
+ SimpleModal ,
67
+ IconBackWithColor ,
68
+ } from "./Modals" ;
69
+ import { Spinner } from "./Spinner" ;
70
+ import { Text } from "./Text" ;
77
71
78
72
export interface GlobalComponents {
79
- 'astar-button' : typeof Button ;
80
- 'astar-irregular-button' : typeof IrregularButton ;
81
- 'astar-radio-btn' : typeof RadioBtn ;
82
- 'astar-small-button' : typeof SmallButton ;
83
- 'astar-text-button' : typeof TextButton ;
84
- 'astar-connection-indicator' : typeof ConnectionIndicator ;
85
- 'astar-header' : typeof Header ;
86
- 'astar-icon-3dots' : typeof Icon3dots ;
87
- 'astar-icon-account-sample' : typeof IconAccountSample ;
88
- 'astar-icon-arrow-left' : typeof IconArrowLeft ;
89
- 'astar-icon-arrow-left-long' : typeof IconArrowLeftLong ;
90
- 'astar-icon-arrow-right' : typeof IconArrowRight ;
91
- 'astar-icon-arrow-right-long' : typeof IconArrowRightLong ;
92
- 'astar-icon-assets' : typeof IconAssets ;
93
- 'astar-icon-base' : typeof IconBase ;
94
- 'astar-icon-bridge' : typeof IconBridge ;
95
- 'astar-icon-circle-check' : typeof IconCircleCheck ;
96
- 'astar-icon-close' : typeof IconClose ;
97
- 'astar-icon-community' : typeof IconCommunity ;
98
- 'astar-icon-copy' : typeof IconCopy ;
99
- 'astar-icon-dapp-staking' : typeof IconDappStaking ;
100
- 'astar-icon-dashboard' : typeof IconDashboard ;
101
- 'astar-icon-desktop' : typeof IconDesktop ;
102
- 'astar-icon-discord' : typeof IconDiscord ;
103
- 'astar-icon-docs' : typeof IconDocs ;
104
- 'astar-icon-document' : typeof IconDocument ;
105
- 'astar-icon-ecosystem' : typeof IconEcosystem ;
106
- 'astar-icon-expand' : typeof IconExpand ;
107
- 'astar-icon-external-link' : typeof IconExternalLink ;
108
- 'astar-icon-facebook' : typeof IconFacebook ;
109
- 'astar-icon-forum' : typeof IconForum ;
110
- 'astar-icon-github' : typeof IconGithub ;
111
- 'astar-icon-group' : typeof IconGroup ;
112
- 'astar-icon-geko' : typeof IconHelp ;
113
- 'astar-icon-hide' : typeof IconHide ;
114
- 'astar-icon-history' : typeof IconHistory ;
115
- 'astar-icon-home' : typeof IconHome ;
116
- 'astar-icon-instagram' : typeof IconInstagram ;
117
- 'astar-icon-linkedin' : typeof IconLinkedIn ;
118
- 'astar-icon-network' : typeof IconNetwork ;
119
- 'astar-icon-outline-moon' : typeof IconOutlineMoon ;
120
- 'astar-icon-outline-sun' : typeof IconOutlineSun ;
121
- 'astar-icon-person' : typeof IconPerson ;
122
- 'astar-icon-play' : typeof IconPlay ;
123
- 'astar-icon-plus' : typeof IconPlus ;
124
- 'astar-icon-reddit' : typeof IconReddit ;
125
- 'astar-icon-search' : typeof IconSearch ;
126
- 'astar-icon-side-nft' : typeof IconSideNFT ;
127
- 'astar-icon-solid-selector' : typeof IconSolidSelector ;
128
- 'astar-icon-star' : typeof IconStar ;
129
- 'astar-icon-sync' : typeof IconSync ;
130
- 'astar-icon-telegram' : typeof IconTelegram ;
131
- 'astar-icon-transfer' : typeof IconTransfer ;
132
- 'astar-icon-twitter' : typeof IconTwitter ;
133
- 'astar-icon-unhide' : typeof IconUnhide ;
134
- 'astar-icon-verified' : typeof IconVerified ;
135
- 'astar-icon-vert' : typeof IconVert ;
136
- 'astar-icon-wallet' : typeof IconWallet ;
137
- 'astar-icon-youtube' : typeof IconYoutube ;
138
- 'astar-default-modal' : typeof DefaultModal ;
139
- 'astar-modal-drawer' : typeof ModalDrawer ;
140
- 'astar-simple-modal' : typeof SimpleModal ;
141
- 'astar-spinner' : typeof Spinner ;
142
- 'astar-text' : typeof Text ;
73
+ "astar-button" : typeof Button ;
74
+ "astar-irregular-button" : typeof IrregularButton ;
75
+ "astar-radio-btn" : typeof RadioBtn ;
76
+ "astar-small-button" : typeof SmallButton ;
77
+ "astar-text-button" : typeof TextButton ;
78
+ "astar-connection-indicator" : typeof ConnectionIndicator ;
79
+ "astar-header" : typeof Header ;
80
+ "astar-icon-3dots" : typeof Icon3dots ;
81
+ "astar-icon-account-sample" : typeof IconAccountSample ;
82
+ "astar-icon-arrow-left" : typeof IconArrowLeft ;
83
+ "astar-icon-arrow-left-long" : typeof IconArrowLeftLong ;
84
+ "astar-icon-arrow-right" : typeof IconArrowRight ;
85
+ "astar-icon-arrow-right-long" : typeof IconArrowRightLong ;
86
+ "astar-icon-assets" : typeof IconAssets ;
87
+ "astar-icon-base" : typeof IconBase ;
88
+ "astar-icon-bridge" : typeof IconBridge ;
89
+ "astar-icon-circle-check" : typeof IconCircleCheck ;
90
+ "astar-icon-close" : typeof IconClose ;
91
+ "astar-icon-community" : typeof IconCommunity ;
92
+ "astar-icon-copy" : typeof IconCopy ;
93
+ "astar-icon-dapp-staking" : typeof IconDappStaking ;
94
+ "astar-icon-dashboard" : typeof IconDashboard ;
95
+ "astar-icon-desktop" : typeof IconDesktop ;
96
+ "astar-icon-discord" : typeof IconDiscord ;
97
+ "astar-icon-docs" : typeof IconDocs ;
98
+ "astar-icon-document" : typeof IconDocument ;
99
+ "astar-icon-ecosystem" : typeof IconEcosystem ;
100
+ "astar-icon-expand" : typeof IconExpand ;
101
+ "astar-icon-external-link" : typeof IconExternalLink ;
102
+ "astar-icon-facebook" : typeof IconFacebook ;
103
+ "astar-icon-forum" : typeof IconForum ;
104
+ "astar-icon-github" : typeof IconGithub ;
105
+ "astar-icon-group" : typeof IconGroup ;
106
+ "astar-icon-geko" : typeof IconHelp ;
107
+ "astar-icon-hide" : typeof IconHide ;
108
+ "astar-icon-history" : typeof IconHistory ;
109
+ "astar-icon-home" : typeof IconHome ;
110
+ "astar-icon-instagram" : typeof IconInstagram ;
111
+ "astar-icon-linkedin" : typeof IconLinkedIn ;
112
+ "astar-icon-network" : typeof IconNetwork ;
113
+ "astar-icon-outline-moon" : typeof IconOutlineMoon ;
114
+ "astar-icon-outline-sun" : typeof IconOutlineSun ;
115
+ "astar-icon-person" : typeof IconPerson ;
116
+ "astar-icon-play" : typeof IconPlay ;
117
+ "astar-icon-plus" : typeof IconPlus ;
118
+ "astar-icon-reddit" : typeof IconReddit ;
119
+ "astar-icon-search" : typeof IconSearch ;
120
+ "astar-icon-side-nft" : typeof IconSideNFT ;
121
+ "astar-icon-solid-selector" : typeof IconSolidSelector ;
122
+ "astar-icon-star" : typeof IconStar ;
123
+ "astar-icon-sync" : typeof IconSync ;
124
+ "astar-icon-telegram" : typeof IconTelegram ;
125
+ "astar-icon-transfer" : typeof IconTransfer ;
126
+ "astar-icon-twitter" : typeof IconTwitter ;
127
+ "astar-icon-unhide" : typeof IconUnhide ;
128
+ "astar-icon-verified" : typeof IconVerified ;
129
+ "astar-icon-vert" : typeof IconVert ;
130
+ "astar-icon-wallet" : typeof IconWallet ;
131
+ "astar-icon-youtube" : typeof IconYoutube ;
132
+ "astar-default-modal" : typeof DefaultModal ;
133
+ "astar-modal-drawer" : typeof ModalDrawer ;
134
+ "astar-simple-modal" : typeof SimpleModal ;
135
+ "astar-spinner" : typeof Spinner ;
136
+ "astar-text" : typeof Text ;
137
+ "astar-icon-back-with-color" : typeof IconBackWithColor ;
143
138
}
0 commit comments