@progressio_resources/gravity-design-system 3.8.2 → 3.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/lib/components/gravity-avatar-stack/gravity-avatar-stack.component.mjs +3 -3
- package/esm2022/lib/components/gravity-card-button/gravity-card-button.component.mjs +2 -2
- package/esm2022/lib/components/gravity-currency/gravity-currency.component.mjs +3 -3
- package/esm2022/lib/components/gravity-currency-display-v2/gravity-currency-display-v2.component.mjs +3 -3
- package/esm2022/lib/components/gravity-currency-dropdown-short/gravity-currency-dropdown-short.component.mjs +3 -3
- package/esm2022/lib/components/gravity-dropdown-list/gravity-dropdown-list.component.mjs +3 -3
- package/esm2022/lib/components/gravity-network-pill/gravity-network-pill.component.mjs +3 -3
- package/esm2022/lib/components/gravity-tooltip-container/gravity-tooltip-container.component.mjs +2 -2
- package/esm2022/lib/vendor/gravity-tooltip/gravity-tooltip.component.mjs +12 -4
- package/esm2022/lib/vendor/gravity-tooltip/options.interface.mjs +1 -1
- package/fesm2022/progressio_resources-gravity-design-system.mjs +27 -19
- package/fesm2022/progressio_resources-gravity-design-system.mjs.map +1 -1
- package/lib/components/gravity-currency/gravity-currency.component.d.ts +2 -3
- package/lib/vendor/gravity-tooltip/gravity-tooltip.component.d.ts +1 -0
- package/lib/vendor/gravity-tooltip/options.interface.d.ts +1 -0
- package/package.json +1 -1
- package/src/lib/assets/json/icons.json +96 -208
- package/src/lib/vendor/gravity-tooltip/gravity-tooltip.component.sass +72 -29
- package/src/lib/vendor/gravity-tooltip/gravity-tooltip.component.ts +10 -1
- package/src/lib/vendor/gravity-tooltip/options.interface.ts +1 -0
|
@@ -4,9 +4,8 @@ export declare class GravityCurrencyComponent {
|
|
|
4
4
|
disabled: boolean;
|
|
5
5
|
size: 'xs-12' | 'sm-16' | 'md-24' | 'lg-32' | 'xl-40';
|
|
6
6
|
currency: {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
network_id?: number;
|
|
7
|
+
currency_iso: string;
|
|
8
|
+
network_iso?: string;
|
|
10
9
|
};
|
|
11
10
|
showLayers: boolean;
|
|
12
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<GravityCurrencyComponent, never>;
|
|
@@ -17,6 +17,7 @@ export declare class GravityTooltipComponent implements OnInit {
|
|
|
17
17
|
hostClassShadow: boolean;
|
|
18
18
|
hostClassLight: boolean;
|
|
19
19
|
hostClassNoPointer: boolean;
|
|
20
|
+
hostClassPersistent: boolean;
|
|
20
21
|
transitionEnd(): void;
|
|
21
22
|
set show(value: boolean);
|
|
22
23
|
get show(): boolean;
|
package/package.json
CHANGED
|
@@ -1,381 +1,269 @@
|
|
|
1
1
|
{
|
|
2
2
|
"iconImageFiles": [
|
|
3
3
|
{
|
|
4
|
-
"iconName": "gt-icon-coin-
|
|
4
|
+
"iconName": "gt-icon-coin-btc",
|
|
5
5
|
"iconPath": "/assets/gravity/icon-set/coins/crypto/gt-icon-btc-currency/gt-icon-btc-currency.svg"
|
|
6
6
|
},
|
|
7
7
|
{
|
|
8
|
-
"iconName": "gt-icon-coin-
|
|
8
|
+
"iconName": "gt-icon-coin-btc-disabled",
|
|
9
9
|
"iconPath": "/assets/gravity/icon-set/coins/crypto/gt-icon-btc-currency/gt-icon-btc-currency-disabled.svg"
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
|
-
"iconName": "gt-icon-coin-
|
|
12
|
+
"iconName": "gt-icon-coin-usd",
|
|
13
13
|
"iconPath": "/assets/gravity/icon-set/coins/fiat/gt-icon-usd-currency/gt-icon-usd-currency.svg"
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
|
-
"iconName": "gt-icon-coin-
|
|
16
|
+
"iconName": "gt-icon-coin-usd-disabled",
|
|
17
17
|
"iconPath": "/assets/gravity/icon-set/coins/fiat/gt-icon-usd-currency/gt-icon-usd-currency-disabled.svg"
|
|
18
18
|
},
|
|
19
19
|
{
|
|
20
|
-
"iconName": "gt-icon-coin-
|
|
20
|
+
"iconName": "gt-icon-coin-ltc",
|
|
21
21
|
"iconPath": "/assets/gravity/icon-set/coins/crypto/gt-icon-ltc-currency/gt-icon-ltc-currency.svg"
|
|
22
22
|
},
|
|
23
23
|
{
|
|
24
|
-
"iconName": "gt-icon-coin-
|
|
24
|
+
"iconName": "gt-icon-coin-ltc-disabled",
|
|
25
25
|
"iconPath": "/assets/gravity/icon-set/coins/crypto/gt-icon-ltc-currency/gt-icon-ltc-currency-disabled.svg"
|
|
26
26
|
},
|
|
27
27
|
{
|
|
28
|
-
"iconName": "gt-icon-coin-
|
|
28
|
+
"iconName": "gt-icon-coin-bch",
|
|
29
29
|
"iconPath": "/assets/gravity/icon-set/coins/crypto/gt-icon-bch-currency/gt-icon-bch-currency.svg"
|
|
30
30
|
},
|
|
31
31
|
{
|
|
32
|
-
"iconName": "gt-icon-coin-
|
|
32
|
+
"iconName": "gt-icon-coin-bch-disabled",
|
|
33
33
|
"iconPath": "/assets/gravity/icon-set/coins/crypto/gt-icon-bch-currency/gt-icon-bch-currency-disabled.svg"
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
|
-
"iconName": "gt-icon-coin-
|
|
36
|
+
"iconName": "gt-icon-coin-eth",
|
|
37
37
|
"iconPath": "/assets/gravity/icon-set/coins/crypto/gt-icon-eth-currency/gt-icon-eth-currency.svg"
|
|
38
38
|
},
|
|
39
39
|
{
|
|
40
|
-
"iconName": "gt-icon-coin-
|
|
40
|
+
"iconName": "gt-icon-coin-eth-disabled",
|
|
41
41
|
"iconPath": "/assets/gravity/icon-set/coins/crypto/gt-icon-eth-currency/gt-icon-eth-currency-disabled.svg"
|
|
42
42
|
},
|
|
43
43
|
{
|
|
44
|
-
"iconName": "gt-icon-coin-
|
|
44
|
+
"iconName": "gt-icon-coin-mxn",
|
|
45
45
|
"iconPath": "/assets/gravity/icon-set/coins/fiat/gt-icon-mxn-currency/gt-icon-mxn-currency.svg"
|
|
46
46
|
},
|
|
47
47
|
{
|
|
48
|
-
"iconName": "gt-icon-coin-
|
|
48
|
+
"iconName": "gt-icon-coin-mxn-disabled",
|
|
49
49
|
"iconPath": "/assets/gravity/icon-set/coins/fiat/gt-icon-mxn-currency/gt-icon-mxn-currency-disabled.svg"
|
|
50
50
|
},
|
|
51
51
|
{
|
|
52
|
-
"iconName": "gt-icon-coin-
|
|
52
|
+
"iconName": "gt-icon-coin-eur",
|
|
53
53
|
"iconPath": "/assets/gravity/icon-set/coins/fiat/gt-icon-eur-currency/gt-icon-eur-currency.svg"
|
|
54
54
|
},
|
|
55
55
|
{
|
|
56
|
-
"iconName": "gt-icon-coin-
|
|
56
|
+
"iconName": "gt-icon-coin-eur-disabled",
|
|
57
57
|
"iconPath": "/assets/gravity/icon-set/coins/fiat/gt-icon-eur-currency/gt-icon-eur-currency-disabled.svg"
|
|
58
58
|
},
|
|
59
59
|
{
|
|
60
|
-
"iconName": "gt-icon-coin-
|
|
60
|
+
"iconName": "gt-icon-coin-cad",
|
|
61
61
|
"iconPath": "/assets/gravity/icon-set/coins/fiat/gt-icon-cad-currency/gt-icon-cad-currency.svg"
|
|
62
62
|
},
|
|
63
63
|
{
|
|
64
|
-
"iconName": "gt-icon-coin-
|
|
64
|
+
"iconName": "gt-icon-coin-cad-disabled",
|
|
65
65
|
"iconPath": "/assets/gravity/icon-set/coins/fiat/gt-icon-cad-currency/gt-icon-cad-currency-disabled.svg"
|
|
66
66
|
},
|
|
67
67
|
{
|
|
68
|
-
"iconName": "gt-icon-coin-
|
|
68
|
+
"iconName": "gt-icon-coin-crc",
|
|
69
69
|
"iconPath": "/assets/gravity/icon-set/coins/fiat/gt-icon-crc-currency/gt-icon-crc-currency.svg"
|
|
70
70
|
},
|
|
71
71
|
{
|
|
72
|
-
"iconName": "gt-icon-coin-
|
|
72
|
+
"iconName": "gt-icon-coin-crc-disabled",
|
|
73
73
|
"iconPath": "/assets/gravity/icon-set/coins/fiat/gt-icon-crc-currency/gt-icon-crc-currency-disabled.svg"
|
|
74
74
|
},
|
|
75
75
|
{
|
|
76
|
-
"iconName": "gt-icon-coin-
|
|
76
|
+
"iconName": "gt-icon-coin-jpy",
|
|
77
77
|
"iconPath": "/assets/gravity/icon-set/coins/fiat/gt-icon-jpy-currency/gt-icon-jpy-currency.svg"
|
|
78
78
|
},
|
|
79
79
|
{
|
|
80
|
-
"iconName": "gt-icon-coin-
|
|
80
|
+
"iconName": "gt-icon-coin-jpy-disabled",
|
|
81
81
|
"iconPath": "/assets/gravity/icon-set/coins/fiat/gt-icon-jpy-currency/gt-icon-jpy-currency-disabled.svg"
|
|
82
82
|
},
|
|
83
83
|
{
|
|
84
|
-
"iconName": "gt-icon-coin-
|
|
84
|
+
"iconName": "gt-icon-coin-gbp",
|
|
85
85
|
"iconPath": "/assets/gravity/icon-set/coins/fiat/gt-icon-gbp-currency/gt-icon-gbp-currency.svg"
|
|
86
86
|
},
|
|
87
87
|
{
|
|
88
|
-
"iconName": "gt-icon-coin-
|
|
88
|
+
"iconName": "gt-icon-coin-gbp-disabled",
|
|
89
89
|
"iconPath": "/assets/gravity/icon-set/coins/fiat/gt-icon-gbp-currency/gt-icon-gbp-currency-disabled.svg"
|
|
90
90
|
},
|
|
91
91
|
{
|
|
92
|
-
"iconName": "gt-icon-coin-
|
|
92
|
+
"iconName": "gt-icon-coin-usdt",
|
|
93
93
|
"iconPath": "/assets/gravity/icon-set/coins/crypto/gt-icon-usdt-currency/gt-icon-usdt-currency.svg"
|
|
94
94
|
},
|
|
95
95
|
{
|
|
96
|
-
"iconName": "gt-icon-coin-
|
|
96
|
+
"iconName": "gt-icon-coin-usdt-disabled",
|
|
97
97
|
"iconPath": "/assets/gravity/icon-set/coins/crypto/gt-icon-usdt-currency/gt-icon-usdt-currency-disabled.svg"
|
|
98
98
|
},
|
|
99
99
|
{
|
|
100
|
-
"iconName": "gt-icon-coin-
|
|
100
|
+
"iconName": "gt-icon-coin-busd",
|
|
101
101
|
"iconPath": "/assets/gravity/icon-set/coins/crypto/gt-icon-busd-currency/gt-icon-busd-currency.svg"
|
|
102
102
|
},
|
|
103
103
|
{
|
|
104
|
-
"iconName": "gt-icon-coin-
|
|
104
|
+
"iconName": "gt-icon-coin-busd-disabled",
|
|
105
105
|
"iconPath": "/assets/gravity/icon-set/coins/crypto/gt-icon-busd-currency/gt-icon-busd-currency-disabled.svg"
|
|
106
106
|
},
|
|
107
107
|
{
|
|
108
|
-
"iconName": "gt-icon-coin-
|
|
108
|
+
"iconName": "gt-icon-coin-wbtc",
|
|
109
109
|
"iconPath": "/assets/gravity/icon-set/coins/crypto/gt-icon-wbtc-currency/gt-icon-wbtc-currency.svg"
|
|
110
110
|
},
|
|
111
111
|
{
|
|
112
|
-
"iconName": "gt-icon-coin-
|
|
112
|
+
"iconName": "gt-icon-coin-wbtc-disabled",
|
|
113
113
|
"iconPath": "/assets/gravity/icon-set/coins/crypto/gt-icon-wbtc-currency/gt-icon-wbtc-currency-disabled.svg"
|
|
114
114
|
},
|
|
115
115
|
{
|
|
116
|
-
"iconName": "gt-icon-coin-
|
|
116
|
+
"iconName": "gt-icon-coin-usdc",
|
|
117
117
|
"iconPath": "/assets/gravity/icon-set/coins/crypto/gt-icon-usdc-currency/gt-icon-usdc-currency.svg"
|
|
118
118
|
},
|
|
119
119
|
{
|
|
120
|
-
"iconName": "gt-icon-coin-
|
|
120
|
+
"iconName": "gt-icon-coin-usdc-disabled",
|
|
121
121
|
"iconPath": "/assets/gravity/icon-set/coins/crypto/gt-icon-usdc-currency/gt-icon-usdc-currency-disabled.svg"
|
|
122
122
|
},
|
|
123
123
|
{
|
|
124
|
-
"iconName": "gt-icon-coin-
|
|
124
|
+
"iconName": "gt-icon-coin-trx",
|
|
125
125
|
"iconPath": "/assets/gravity/icon-set/coins/crypto/gt-icon-trx-currency/gt-icon-trx-currency.svg"
|
|
126
126
|
},
|
|
127
127
|
{
|
|
128
|
-
"iconName": "gt-icon-coin-
|
|
128
|
+
"iconName": "gt-icon-coin-trx-disabled",
|
|
129
129
|
"iconPath": "/assets/gravity/icon-set/coins/crypto/gt-icon-trx-currency/gt-icon-trx-currency-disabled.svg"
|
|
130
130
|
},
|
|
131
131
|
{
|
|
132
|
-
"iconName": "gt-icon-coin-
|
|
133
|
-
"iconPath": "/assets/gravity/icon-set/coins/crypto/gt-icon-usdt-currency/gt-icon-usdt-currency.svg"
|
|
134
|
-
},
|
|
135
|
-
{
|
|
136
|
-
"iconName": "gt-icon-coin-id-21-disabled",
|
|
137
|
-
"iconPath": "/assets/gravity/icon-set/coins/crypto/gt-icon-usdt-currency/gt-icon-usdt-currency-disabled.svg"
|
|
138
|
-
},
|
|
139
|
-
{
|
|
140
|
-
"iconName": "gt-icon-coin-id-22",
|
|
132
|
+
"iconName": "gt-icon-coin-bnb",
|
|
141
133
|
"iconPath": "/assets/gravity/icon-set/coins/crypto/gt-icon-bnb-currency/gt-icon-bnb-currency.svg"
|
|
142
134
|
},
|
|
143
135
|
{
|
|
144
|
-
"iconName": "gt-icon-coin-
|
|
136
|
+
"iconName": "gt-icon-coin-bnb-disabled",
|
|
145
137
|
"iconPath": "/assets/gravity/icon-set/coins/crypto/gt-icon-bnb-currency/gt-icon-bnb-currency-disabled.svg"
|
|
146
138
|
},
|
|
147
139
|
{
|
|
148
|
-
"iconName": "gt-icon-coin-
|
|
140
|
+
"iconName": "gt-icon-coin-eurc",
|
|
149
141
|
"iconPath": "/assets/gravity/icon-set/coins/crypto/gt-icon-eurc-currency/gt-icon-eurc-currency.svg"
|
|
150
142
|
},
|
|
151
143
|
{
|
|
152
|
-
"iconName": "gt-icon-coin-
|
|
144
|
+
"iconName": "gt-icon-coin-eurc-disabled",
|
|
153
145
|
"iconPath": "/assets/gravity/icon-set/coins/crypto/gt-icon-eurc-currency/gt-icon-eurc-currency-disabled.svg"
|
|
154
146
|
},
|
|
155
147
|
{
|
|
156
|
-
"iconName": "gt-icon-coin-
|
|
157
|
-
"iconPath": "/assets/gravity/icon-set/coins/crypto/gt-icon-usdc-currency/gt-icon-usdc-currency.svg"
|
|
158
|
-
},
|
|
159
|
-
{
|
|
160
|
-
"iconName": "gt-icon-coin-id-24-disabled",
|
|
161
|
-
"iconPath": "/assets/gravity/icon-set/coins/crypto/gt-icon-usdc-currency/gt-icon-usdc-currency-disabled.svg"
|
|
162
|
-
},
|
|
163
|
-
{
|
|
164
|
-
"iconName": "gt-icon-coin-id-26",
|
|
148
|
+
"iconName": "gt-icon-coin-ars",
|
|
165
149
|
"iconPath": "/assets/gravity/icon-set/coins/fiat/gt-icon-ars-currency/gt-icon-ars-currency.svg"
|
|
166
150
|
},
|
|
167
151
|
{
|
|
168
|
-
"iconName": "gt-icon-coin-
|
|
152
|
+
"iconName": "gt-icon-coin-ars-disabled",
|
|
169
153
|
"iconPath": "/assets/gravity/icon-set/coins/fiat/gt-icon-ars-currency/gt-icon-ars-currency-disabled.svg"
|
|
170
154
|
},
|
|
171
155
|
{
|
|
172
|
-
"iconName": "gt-icon-coin-
|
|
156
|
+
"iconName": "gt-icon-coin-ves",
|
|
173
157
|
"iconPath": "/assets/gravity/icon-set/coins/fiat/gt-icon-ves-currency/gt-icon-ves-currency.svg"
|
|
174
158
|
},
|
|
175
159
|
{
|
|
176
|
-
"iconName": "gt-icon-coin-
|
|
160
|
+
"iconName": "gt-icon-coin-ves-disabled",
|
|
177
161
|
"iconPath": "/assets/gravity/icon-set/coins/fiat/gt-icon-ves-currency/gt-icon-ves-currency-disabled.svg"
|
|
178
162
|
},
|
|
179
163
|
{
|
|
180
|
-
"iconName": "gt-icon-coin-
|
|
164
|
+
"iconName": "gt-icon-coin-clp",
|
|
181
165
|
"iconPath": "/assets/gravity/icon-set/coins/fiat/gt-icon-clp-currency/gt-icon-clp-currency.svg"
|
|
182
166
|
},
|
|
183
167
|
{
|
|
184
|
-
"iconName": "gt-icon-coin-
|
|
168
|
+
"iconName": "gt-icon-coin-clp-disabled",
|
|
185
169
|
"iconPath": "/assets/gravity/icon-set/coins/fiat/gt-icon-clp-currency/gt-icon-clp-currency-disabled.svg"
|
|
186
170
|
},
|
|
187
171
|
{
|
|
188
|
-
"iconName": "gt-icon-coin-
|
|
172
|
+
"iconName": "gt-icon-coin-brl",
|
|
189
173
|
"iconPath": "/assets/gravity/icon-set/coins/fiat/gt-icon-brl-currency/gt-icon-brl-currency.svg"
|
|
190
174
|
},
|
|
191
175
|
{
|
|
192
|
-
"iconName": "gt-icon-coin-
|
|
176
|
+
"iconName": "gt-icon-coin-brl-disabled",
|
|
193
177
|
"iconPath": "/assets/gravity/icon-set/coins/fiat/gt-icon-brl-currency/gt-icon-brl-currency-disabled.svg"
|
|
194
178
|
},
|
|
195
179
|
{
|
|
196
|
-
"iconName": "gt-icon-coin-
|
|
180
|
+
"iconName": "gt-icon-coin-dop",
|
|
197
181
|
"iconPath": "/assets/gravity/icon-set/coins/fiat/gt-icon-dop-currency/gt-icon-dop-currency.svg"
|
|
198
182
|
},
|
|
199
183
|
{
|
|
200
|
-
"iconName": "gt-icon-coin-
|
|
184
|
+
"iconName": "gt-icon-coin-dop-disabled",
|
|
201
185
|
"iconPath": "/assets/gravity/icon-set/coins/fiat/gt-icon-dop-currency/gt-icon-dop-currency-disabled.svg"
|
|
202
186
|
},
|
|
203
187
|
{
|
|
204
|
-
"iconName": "gt-icon-coin-
|
|
188
|
+
"iconName": "gt-icon-coin-cop",
|
|
205
189
|
"iconPath": "/assets/gravity/icon-set/coins/fiat/gt-icon-cop-currency/gt-icon-cop-currency.svg"
|
|
206
190
|
},
|
|
207
191
|
{
|
|
208
|
-
"iconName": "gt-icon-coin-
|
|
192
|
+
"iconName": "gt-icon-coin-cop-disabled",
|
|
209
193
|
"iconPath": "/assets/gravity/icon-set/coins/fiat/gt-icon-cop-currency/gt-icon-cop-currency-disabled.svg"
|
|
210
194
|
},
|
|
211
195
|
{
|
|
212
|
-
"iconName": "gt-icon-coin-
|
|
196
|
+
"iconName": "gt-icon-coin-pen",
|
|
213
197
|
"iconPath": "/assets/gravity/icon-set/coins/fiat/gt-icon-pen-currency/gt-icon-pen-currency.svg"
|
|
214
198
|
},
|
|
215
199
|
{
|
|
216
|
-
"iconName": "gt-icon-coin-
|
|
200
|
+
"iconName": "gt-icon-coin-pen-disabled",
|
|
217
201
|
"iconPath": "/assets/gravity/icon-set/coins/fiat/gt-icon-pen-currency/gt-icon-pen-currency-disabled.svg"
|
|
218
202
|
},
|
|
219
203
|
{
|
|
220
|
-
"iconName": "gt-icon-coin-
|
|
221
|
-
"iconPath": "/assets/gravity/icon-set/coins/crypto/gt-icon-bnb-currency/gt-icon-bnb-currency.svg"
|
|
222
|
-
},
|
|
223
|
-
{
|
|
224
|
-
"iconName": "gt-icon-coin-id-33-disabled",
|
|
225
|
-
"iconPath": "/assets/gravity/icon-set/coins/crypto/gt-icon-bnb-currency/gt-icon-bnb-currency-disabled.svg"
|
|
226
|
-
},
|
|
227
|
-
{
|
|
228
|
-
"iconName": "gt-icon-coin-id-34",
|
|
229
|
-
"iconPath": "/assets/gravity/icon-set/coins/crypto/gt-icon-usdt-currency/gt-icon-usdt-currency.svg"
|
|
230
|
-
},
|
|
231
|
-
{
|
|
232
|
-
"iconName": "gt-icon-coin-id-34-disabled",
|
|
233
|
-
"iconPath": "/assets/gravity/icon-set/coins/crypto/gt-icon-usdt-currency/gt-icon-usdt-currency-disabled.svg"
|
|
234
|
-
},
|
|
235
|
-
{
|
|
236
|
-
"iconName": "gt-icon-coin-id-35",
|
|
237
|
-
"iconPath": "/assets/gravity/icon-set/coins/crypto/gt-icon-usdc-currency/gt-icon-usdc-currency.svg"
|
|
238
|
-
},
|
|
239
|
-
{
|
|
240
|
-
"iconName": "gt-icon-coin-id-35-disabled",
|
|
241
|
-
"iconPath": "/assets/gravity/icon-set/coins/crypto/gt-icon-usdc-currency/gt-icon-usdc-currency-disabled.svg"
|
|
242
|
-
},
|
|
243
|
-
{
|
|
244
|
-
"iconName": "gt-icon-coin-id-36",
|
|
245
|
-
"iconPath": "/assets/gravity/icon-set/coins/crypto/gt-icon-eth-currency/gt-icon-eth-currency.svg"
|
|
246
|
-
},
|
|
247
|
-
{
|
|
248
|
-
"iconName": "gt-icon-coin-id-36-disabled",
|
|
249
|
-
"iconPath": "/assets/gravity/icon-set/coins/crypto/gt-icon-eth-currency/gt-icon-eth-currency-disabled.svg"
|
|
250
|
-
},
|
|
251
|
-
{
|
|
252
|
-
"iconName": "gt-icon-coin-id-37",
|
|
253
|
-
"iconPath": "/assets/gravity/icon-set/coins/crypto/gt-icon-usdt-currency/gt-icon-usdt-currency.svg"
|
|
254
|
-
},
|
|
255
|
-
{
|
|
256
|
-
"iconName": "gt-icon-coin-id-37-disabled",
|
|
257
|
-
"iconPath": "/assets/gravity/icon-set/coins/crypto/gt-icon-usdt-currency/gt-icon-usdt-currency-disabled.svg"
|
|
258
|
-
},
|
|
259
|
-
{
|
|
260
|
-
"iconName": "gt-icon-coin-id-38",
|
|
261
|
-
"iconPath": "/assets/gravity/icon-set/coins/crypto/gt-icon-usdc-currency/gt-icon-usdc-currency.svg"
|
|
262
|
-
},
|
|
263
|
-
{
|
|
264
|
-
"iconName": "gt-icon-coin-id-38-disabled",
|
|
265
|
-
"iconPath": "/assets/gravity/icon-set/coins/crypto/gt-icon-usdc-currency/gt-icon-usdc-currency-disabled.svg"
|
|
266
|
-
},
|
|
267
|
-
{
|
|
268
|
-
"iconName": "gt-icon-coin-id-39",
|
|
204
|
+
"iconName": "gt-icon-coin-doge",
|
|
269
205
|
"iconPath": "/assets/gravity/icon-set/coins/crypto/gt-icon-doge-currency/gt-icon-doge-currency.svg"
|
|
270
206
|
},
|
|
271
207
|
{
|
|
272
|
-
"iconName": "gt-icon-coin-
|
|
208
|
+
"iconName": "gt-icon-coin-doge-disabled",
|
|
273
209
|
"iconPath": "/assets/gravity/icon-set/coins/crypto/gt-icon-doge-currency/gt-icon-doge-currency-disabled.svg"
|
|
274
210
|
},
|
|
275
211
|
{
|
|
276
|
-
"iconName": "gt-icon-coin-
|
|
212
|
+
"iconName": "gt-icon-coin-cbbtc",
|
|
277
213
|
"iconPath": "/assets/gravity/icon-set/coins/crypto/gt-icon-cbbtc-currency/gt-icon-cbbtc-currency.svg"
|
|
278
214
|
},
|
|
279
215
|
{
|
|
280
|
-
"iconName": "gt-icon-coin-
|
|
216
|
+
"iconName": "gt-icon-coin-cbbtc-disabled",
|
|
281
217
|
"iconPath": "/assets/gravity/icon-set/coins/crypto/gt-icon-cbbtc-currency/gt-icon-cbbtc-currency-disabled.svg"
|
|
282
218
|
},
|
|
283
219
|
{
|
|
284
|
-
"iconName": "gt-icon-coin-
|
|
220
|
+
"iconName": "gt-icon-coin-shib",
|
|
285
221
|
"iconPath": "/assets/gravity/icon-set/coins/crypto/gt-icon-shib-currency/gt-icon-shib-currency.svg"
|
|
286
222
|
},
|
|
287
223
|
{
|
|
288
|
-
"iconName": "gt-icon-coin-
|
|
224
|
+
"iconName": "gt-icon-coin-shib-disabled",
|
|
289
225
|
"iconPath": "/assets/gravity/icon-set/coins/crypto/gt-icon-shib-currency/gt-icon-shib-currency-disabled.svg"
|
|
290
226
|
},
|
|
291
227
|
{
|
|
292
|
-
"iconName": "gt-icon-coin-
|
|
228
|
+
"iconName": "gt-icon-coin-xrp",
|
|
293
229
|
"iconPath": "/assets/gravity/icon-set/coins/crypto/gt-icon-xrp-currency/gt-icon-xrp-currency.svg"
|
|
294
230
|
},
|
|
295
231
|
{
|
|
296
|
-
"iconName": "gt-icon-coin-
|
|
232
|
+
"iconName": "gt-icon-coin-xrp-disabled",
|
|
297
233
|
"iconPath": "/assets/gravity/icon-set/coins/crypto/gt-icon-xrp-currency/gt-icon-xrp-currency-disabled.svg"
|
|
298
234
|
},
|
|
299
235
|
{
|
|
300
|
-
"iconName": "gt-icon-coin-
|
|
236
|
+
"iconName": "gt-icon-coin-sol",
|
|
301
237
|
"iconPath": "/assets/gravity/icon-set/coins/crypto/gt-icon-sol-currency/gt-icon-sol-currency.svg"
|
|
302
238
|
},
|
|
303
239
|
{
|
|
304
|
-
"iconName": "gt-icon-coin-
|
|
240
|
+
"iconName": "gt-icon-coin-sol-disabled",
|
|
305
241
|
"iconPath": "/assets/gravity/icon-set/coins/crypto/gt-icon-sol-currency/gt-icon-sol-currency-disabled.svg"
|
|
306
242
|
},
|
|
307
243
|
{
|
|
308
|
-
"iconName": "gt-icon-coin-
|
|
244
|
+
"iconName": "gt-icon-coin-avax",
|
|
309
245
|
"iconPath": "/assets/gravity/icon-set/coins/crypto/gt-icon-avax-currency/gt-icon-avax-currency.svg"
|
|
310
246
|
},
|
|
311
247
|
{
|
|
312
|
-
"iconName": "gt-icon-coin-
|
|
248
|
+
"iconName": "gt-icon-coin-avax-disabled",
|
|
313
249
|
"iconPath": "/assets/gravity/icon-set/coins/crypto/gt-icon-avax-currency/gt-icon-avax-currency-disabled.svg"
|
|
314
250
|
},
|
|
315
251
|
{
|
|
316
|
-
"iconName": "gt-icon-coin-
|
|
317
|
-
"iconPath": "/assets/gravity/icon-set/coins/crypto/gt-icon-usdc-currency/gt-icon-usdc-currency.svg"
|
|
318
|
-
},
|
|
319
|
-
{
|
|
320
|
-
"iconName": "gt-icon-coin-id-46-disabled",
|
|
321
|
-
"iconPath": "/assets/gravity/icon-set/coins/crypto/gt-icon-usdc-currency/gt-icon-usdc-currency-disabled.svg"
|
|
322
|
-
},
|
|
323
|
-
{
|
|
324
|
-
"iconName": "gt-icon-coin-id-47",
|
|
325
|
-
"iconPath": "/assets/gravity/icon-set/coins/crypto/gt-icon-usdt-currency/gt-icon-usdt-currency.svg"
|
|
326
|
-
},
|
|
327
|
-
{
|
|
328
|
-
"iconName": "gt-icon-coin-id-47-disabled",
|
|
329
|
-
"iconPath": "/assets/gravity/icon-set/coins/crypto/gt-icon-usdt-currency/gt-icon-usdt-currency-disabled.svg"
|
|
330
|
-
},
|
|
331
|
-
{
|
|
332
|
-
"iconName": "gt-icon-coin-id-48",
|
|
333
|
-
"iconPath": "/assets/gravity/icon-set/coins/crypto/gt-icon-eth-currency/gt-icon-eth-currency.svg"
|
|
334
|
-
},
|
|
335
|
-
{
|
|
336
|
-
"iconName": "gt-icon-coin-id-48-disabled",
|
|
337
|
-
"iconPath": "/assets/gravity/icon-set/coins/crypto/gt-icon-eth-currency/gt-icon-eth-currency-disabled.svg"
|
|
338
|
-
},
|
|
339
|
-
{
|
|
340
|
-
"iconName": "gt-icon-coin-id-49",
|
|
252
|
+
"iconName": "gt-icon-coin-pol",
|
|
341
253
|
"iconPath": "/assets/gravity/icon-set/coins/crypto/gt-icon-pol-currency/gt-icon-pol-currency.svg"
|
|
342
254
|
},
|
|
343
255
|
{
|
|
344
|
-
"iconName": "gt-icon-coin-
|
|
256
|
+
"iconName": "gt-icon-coin-pol-disabled",
|
|
345
257
|
"iconPath": "/assets/gravity/icon-set/coins/crypto/gt-icon-pol-currency/gt-icon-pol-currency-disabled.svg"
|
|
346
258
|
},
|
|
347
259
|
{
|
|
348
|
-
"iconName": "gt-icon-coin-
|
|
260
|
+
"iconName": "gt-icon-coin-xlm",
|
|
349
261
|
"iconPath": "/assets/gravity/icon-set/coins/crypto/gt-icon-xlm-currency/gt-icon-xlm-currency.svg"
|
|
350
262
|
},
|
|
351
263
|
{
|
|
352
|
-
"iconName": "gt-icon-coin-
|
|
264
|
+
"iconName": "gt-icon-coin-xlm-disabled",
|
|
353
265
|
"iconPath": "/assets/gravity/icon-set/coins/crypto/gt-icon-xlm-currency/gt-icon-xlm-currency-disabled.svg"
|
|
354
266
|
},
|
|
355
|
-
{
|
|
356
|
-
"iconName": "gt-icon-coin-id-51",
|
|
357
|
-
"iconPath": "/assets/gravity/icon-set/coins/crypto/gt-icon-cbbtc-currency/gt-icon-cbbtc-currency.svg"
|
|
358
|
-
},
|
|
359
|
-
{
|
|
360
|
-
"iconName": "gt-icon-coin-id-51-disabled",
|
|
361
|
-
"iconPath": "/assets/gravity/icon-set/coins/crypto/gt-icon-cbbtc-currency/gt-icon-cbbtc-currency-disabled.svg"
|
|
362
|
-
},
|
|
363
|
-
{
|
|
364
|
-
"iconName": "gt-icon-coin-id-52",
|
|
365
|
-
"iconPath": "/assets/gravity/icon-set/coins/crypto/gt-icon-usdc-currency/gt-icon-usdc-currency.svg"
|
|
366
|
-
},
|
|
367
|
-
{
|
|
368
|
-
"iconName": "gt-icon-coin-id-52-disabled",
|
|
369
|
-
"iconPath": "/assets/gravity/icon-set/coins/crypto/gt-icon-usdc-currency/gt-icon-usdc-currency-disabled.svg"
|
|
370
|
-
},
|
|
371
|
-
{
|
|
372
|
-
"iconName": "gt-icon-coin-id-53",
|
|
373
|
-
"iconPath": "/assets/gravity/icon-set/coins/crypto/gt-icon-usdt-currency/gt-icon-usdt-currency.svg"
|
|
374
|
-
},
|
|
375
|
-
{
|
|
376
|
-
"iconName": "gt-icon-coin-id-53-disabled",
|
|
377
|
-
"iconPath": "/assets/gravity/icon-set/coins/crypto/gt-icon-usdt-currency/gt-icon-usdt-currency-disabled.svg"
|
|
378
|
-
},
|
|
379
267
|
{
|
|
380
268
|
"iconName": "gt-icon-add-update-lg-24",
|
|
381
269
|
"iconPath": "/assets/gravity/icon-set/gt-icon-add-update/gt-icon-add-update-lg-24.svg"
|
|
@@ -921,123 +809,123 @@
|
|
|
921
809
|
"iconPath": "/assets/gravity/icon-set/gt-icon-more-options/gt-icon-more-options-xl-32.svg"
|
|
922
810
|
},
|
|
923
811
|
{
|
|
924
|
-
"iconName": "gt-icon-network-
|
|
812
|
+
"iconName": "gt-icon-network-btc",
|
|
925
813
|
"iconPath": "/assets/gravity/icon-set/networks/gt-icon-btc-network/gt-icon-btc-network.svg"
|
|
926
814
|
},
|
|
927
815
|
{
|
|
928
|
-
"iconName": "gt-icon-network-
|
|
816
|
+
"iconName": "gt-icon-network-btc-disabled",
|
|
929
817
|
"iconPath": "/assets/gravity/icon-set/networks/gt-icon-btc-network/gt-icon-btc-network-disabled.svg"
|
|
930
818
|
},
|
|
931
819
|
{
|
|
932
|
-
"iconName": "gt-icon-network-
|
|
820
|
+
"iconName": "gt-icon-network-erc20",
|
|
933
821
|
"iconPath": "/assets/gravity/icon-set/networks/gt-icon-erc20-network/gt-icon-erc20-network.svg"
|
|
934
822
|
},
|
|
935
823
|
{
|
|
936
|
-
"iconName": "gt-icon-network-
|
|
824
|
+
"iconName": "gt-icon-network-erc20-disabled",
|
|
937
825
|
"iconPath": "/assets/gravity/icon-set/networks/gt-icon-erc20-network/gt-icon-erc20-network-disabled.svg"
|
|
938
826
|
},
|
|
939
827
|
{
|
|
940
|
-
"iconName": "gt-icon-network-
|
|
828
|
+
"iconName": "gt-icon-network-ltc",
|
|
941
829
|
"iconPath": "/assets/gravity/icon-set/networks/gt-icon-ltc-network/gt-icon-ltc-network.svg"
|
|
942
830
|
},
|
|
943
831
|
{
|
|
944
|
-
"iconName": "gt-icon-network-
|
|
832
|
+
"iconName": "gt-icon-network-ltc-disabled",
|
|
945
833
|
"iconPath": "/assets/gravity/icon-set/networks/gt-icon-ltc-network/gt-icon-ltc-network-disabled.svg"
|
|
946
834
|
},
|
|
947
835
|
{
|
|
948
|
-
"iconName": "gt-icon-network-
|
|
836
|
+
"iconName": "gt-icon-network-bch",
|
|
949
837
|
"iconPath": "/assets/gravity/icon-set/networks/gt-icon-bch-network/gt-icon-bch-network.svg"
|
|
950
838
|
},
|
|
951
839
|
{
|
|
952
|
-
"iconName": "gt-icon-network-
|
|
840
|
+
"iconName": "gt-icon-network-bch-disabled",
|
|
953
841
|
"iconPath": "/assets/gravity/icon-set/networks/gt-icon-bch-network/gt-icon-bch-network-disabled.svg"
|
|
954
842
|
},
|
|
955
843
|
{
|
|
956
|
-
"iconName": "gt-icon-network-
|
|
844
|
+
"iconName": "gt-icon-network-trc20",
|
|
957
845
|
"iconPath": "/assets/gravity/icon-set/networks/gt-icon-trc20-network/gt-icon-trc20-network.svg"
|
|
958
846
|
},
|
|
959
847
|
{
|
|
960
|
-
"iconName": "gt-icon-network-
|
|
848
|
+
"iconName": "gt-icon-network-trc20-disabled",
|
|
961
849
|
"iconPath": "/assets/gravity/icon-set/networks/gt-icon-trc20-network/gt-icon-trc20-network-disabled.svg"
|
|
962
850
|
},
|
|
963
851
|
{
|
|
964
|
-
"iconName": "gt-icon-network-
|
|
852
|
+
"iconName": "gt-icon-network-lnbtc",
|
|
965
853
|
"iconPath": "/assets/gravity/icon-set/networks/gt-icon-lnbtc-network/gt-icon-lnbtc-network.svg"
|
|
966
854
|
},
|
|
967
855
|
{
|
|
968
|
-
"iconName": "gt-icon-network-
|
|
856
|
+
"iconName": "gt-icon-network-lnbtc-disabled",
|
|
969
857
|
"iconPath": "/assets/gravity/icon-set/networks/gt-icon-lnbtc-network/gt-icon-lnbtc-network-disabled.svg"
|
|
970
858
|
},
|
|
971
859
|
{
|
|
972
|
-
"iconName": "gt-icon-network-
|
|
860
|
+
"iconName": "gt-icon-network-bep20",
|
|
973
861
|
"iconPath": "/assets/gravity/icon-set/networks/gt-icon-bsc-network/gt-icon-bsc-network.svg"
|
|
974
862
|
},
|
|
975
863
|
{
|
|
976
|
-
"iconName": "gt-icon-network-
|
|
864
|
+
"iconName": "gt-icon-network-bep20-disabled",
|
|
977
865
|
"iconPath": "/assets/gravity/icon-set/networks/gt-icon-bsc-network/gt-icon-bsc-network-disabled.svg"
|
|
978
866
|
},
|
|
979
867
|
{
|
|
980
|
-
"iconName": "gt-icon-network-
|
|
868
|
+
"iconName": "gt-icon-network-base",
|
|
981
869
|
"iconPath": "/assets/gravity/icon-set/networks/gt-icon-base-network/gt-icon-base-network.svg"
|
|
982
870
|
},
|
|
983
871
|
{
|
|
984
|
-
"iconName": "gt-icon-network-
|
|
872
|
+
"iconName": "gt-icon-network-base-disabled",
|
|
985
873
|
"iconPath": "/assets/gravity/icon-set/networks/gt-icon-base-network/gt-icon-base-network-disabled.svg"
|
|
986
874
|
},
|
|
987
875
|
{
|
|
988
|
-
"iconName": "gt-icon-network-
|
|
876
|
+
"iconName": "gt-icon-network-doge",
|
|
989
877
|
"iconPath": "/assets/gravity/icon-set/networks/gt-icon-doge-network/gt-icon-doge-network.svg"
|
|
990
878
|
},
|
|
991
879
|
{
|
|
992
|
-
"iconName": "gt-icon-network-
|
|
880
|
+
"iconName": "gt-icon-network-doge-disabled",
|
|
993
881
|
"iconPath": "/assets/gravity/icon-set/networks/gt-icon-doge-network/gt-icon-doge-network-disabled.svg"
|
|
994
882
|
},
|
|
995
883
|
{
|
|
996
|
-
"iconName": "gt-icon-network-
|
|
884
|
+
"iconName": "gt-icon-network-xrp",
|
|
997
885
|
"iconPath": "/assets/gravity/icon-set/networks/gt-icon-xrp-network/gt-icon-xrp-network.svg"
|
|
998
886
|
},
|
|
999
887
|
{
|
|
1000
|
-
"iconName": "gt-icon-network-
|
|
888
|
+
"iconName": "gt-icon-network-xrp-disabled",
|
|
1001
889
|
"iconPath": "/assets/gravity/icon-set/networks/gt-icon-xrp-network/gt-icon-xrp-network-disabled.svg"
|
|
1002
890
|
},
|
|
1003
891
|
{
|
|
1004
|
-
"iconName": "gt-icon-network-
|
|
892
|
+
"iconName": "gt-icon-network-sol",
|
|
1005
893
|
"iconPath": "/assets/gravity/icon-set/networks/gt-icon-sol-network/gt-icon-sol-network.svg"
|
|
1006
894
|
},
|
|
1007
895
|
{
|
|
1008
|
-
"iconName": "gt-icon-network-
|
|
896
|
+
"iconName": "gt-icon-network-sol-disabled",
|
|
1009
897
|
"iconPath": "/assets/gravity/icon-set/networks/gt-icon-sol-network/gt-icon-sol-network-disabled.svg"
|
|
1010
898
|
},
|
|
1011
899
|
{
|
|
1012
|
-
"iconName": "gt-icon-network-
|
|
900
|
+
"iconName": "gt-icon-network-avax",
|
|
1013
901
|
"iconPath": "/assets/gravity/icon-set/networks/gt-icon-avax-network/gt-icon-avax-network.svg"
|
|
1014
902
|
},
|
|
1015
903
|
{
|
|
1016
|
-
"iconName": "gt-icon-network-
|
|
904
|
+
"iconName": "gt-icon-network-avax-disabled",
|
|
1017
905
|
"iconPath": "/assets/gravity/icon-set/networks/gt-icon-avax-network/gt-icon-avax-network-disabled.svg"
|
|
1018
906
|
},
|
|
1019
907
|
{
|
|
1020
|
-
"iconName": "gt-icon-network-
|
|
908
|
+
"iconName": "gt-icon-network-op",
|
|
1021
909
|
"iconPath": "/assets/gravity/icon-set/networks/gt-icon-op-network/gt-icon-op-network.svg"
|
|
1022
910
|
},
|
|
1023
911
|
{
|
|
1024
|
-
"iconName": "gt-icon-network-
|
|
912
|
+
"iconName": "gt-icon-network-op-disabled",
|
|
1025
913
|
"iconPath": "/assets/gravity/icon-set/networks/gt-icon-op-network/gt-icon-op-network-disabled.svg"
|
|
1026
914
|
},
|
|
1027
915
|
{
|
|
1028
|
-
"iconName": "gt-icon-network-
|
|
916
|
+
"iconName": "gt-icon-network-pol",
|
|
1029
917
|
"iconPath": "/assets/gravity/icon-set/networks/gt-icon-pol-network/gt-icon-pol-network.svg"
|
|
1030
918
|
},
|
|
1031
919
|
{
|
|
1032
|
-
"iconName": "gt-icon-network-
|
|
920
|
+
"iconName": "gt-icon-network-pol-disabled",
|
|
1033
921
|
"iconPath": "/assets/gravity/icon-set/networks/gt-icon-pol-network/gt-icon-pol-network-disabled.svg"
|
|
1034
922
|
},
|
|
1035
923
|
{
|
|
1036
|
-
"iconName": "gt-icon-network-
|
|
924
|
+
"iconName": "gt-icon-network-xlm",
|
|
1037
925
|
"iconPath": "/assets/gravity/icon-set/networks/gt-icon-xlm-network/gt-icon-xlm-network.svg"
|
|
1038
926
|
},
|
|
1039
927
|
{
|
|
1040
|
-
"iconName": "gt-icon-network-
|
|
928
|
+
"iconName": "gt-icon-network-xlm-disabled",
|
|
1041
929
|
"iconPath": "/assets/gravity/icon-set/networks/gt-icon-xlm-network/gt-icon-xlm-network-disabled.svg"
|
|
1042
930
|
},
|
|
1043
931
|
{
|