@rango-dev/ui 0.29.1-next.7 → 0.29.1-next.9
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/dist/index.js +2 -2
- package/dist/index.js.map +4 -4
- package/dist/widget/ui/src/components/ListItem/ListItem.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/icons/InProgress.d.ts.map +1 -1
- package/dist/widget/ui/src/icons/index.d.ts +11 -11
- package/dist/widget/ui/src/icons/index.d.ts.map +1 -1
- package/package.json +3 -3
- package/src/components/ListItem/ListItem.styles.ts +1 -0
- package/src/icons/InProgress.tsx +13 -8
- package/src/icons/index.ts +11 -11
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ListItem.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/ListItem/ListItem.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+
|
|
1
|
+
{"version":3,"file":"ListItem.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/ListItem/ListItem.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DA4DvB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InProgress.d.ts","sourceRoot":"","sources":["../../../../../src/icons/InProgress.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,uBAAuB,CAAC;AAEtE,OAAO,KAAwB,MAAM,OAAO,CAAC;AAI7C,iBAAS,aAAa,CAAC,KAAK,EAAE,wBAAwB,
|
|
1
|
+
{"version":3,"file":"InProgress.d.ts","sourceRoot":"","sources":["../../../../../src/icons/InProgress.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,uBAAuB,CAAC;AAEtE,OAAO,KAAwB,MAAM,OAAO,CAAC;AAI7C,iBAAS,aAAa,CAAC,KAAK,EAAE,wBAAwB,4DA+BrD;AACD,eAAe,aAAa,CAAC"}
|
|
@@ -3,11 +3,13 @@ export { default as AutoThemeIcon } from './AutoTheme';
|
|
|
3
3
|
export { default as AutorenewIcon } from './Autorenew';
|
|
4
4
|
export { default as BorderRadiusIcon } from './BorderRadius';
|
|
5
5
|
export { default as BridgeIcon } from './Bridges';
|
|
6
|
+
export { default as ChainsIcon } from './Chains';
|
|
6
7
|
export { default as ChevronDownIcon } from './ChevronDown';
|
|
7
8
|
export { default as ChevronLeftIcon } from './ChevronLeft';
|
|
8
9
|
export { default as ChevronRightIcon } from './ChevronRight';
|
|
9
10
|
export { default as ChevronUpIcon } from './ChevronUp';
|
|
10
11
|
export { default as CloseIcon } from './Close';
|
|
12
|
+
export { default as ColorsIcon } from './Colors';
|
|
11
13
|
export { default as CompleteIcon } from './Complete';
|
|
12
14
|
export { default as CopyIcon } from './Copy';
|
|
13
15
|
export { default as CosmosCategoryIcon } from './CosmosCategory';
|
|
@@ -16,9 +18,10 @@ export { default as DarkModeIcon } from './DarkMode';
|
|
|
16
18
|
export { default as DeleteIcon } from './Delete';
|
|
17
19
|
export { default as DesktopIcon } from './Desktop';
|
|
18
20
|
export { default as DocumentIcon } from './Document';
|
|
21
|
+
export { default as DiscordIcon } from './Discord';
|
|
19
22
|
export { default as DoneIcon } from './Done';
|
|
20
|
-
export { default as EvmCategoryIcon } from './EvmCategory';
|
|
21
23
|
export { default as ErrorIcon } from './Error';
|
|
24
|
+
export { default as EvmCategoryIcon } from './EvmCategory';
|
|
22
25
|
export { default as ExitIcon } from './Exit';
|
|
23
26
|
export { default as ExchangeIcon } from './Exchange';
|
|
24
27
|
export { default as ExplorerIcon } from './Explorer';
|
|
@@ -26,18 +29,20 @@ export { default as ExternalLinkIcon } from './ExternalLink';
|
|
|
26
29
|
export { default as FontIcon } from './Font';
|
|
27
30
|
export { default as GasIcon } from './Gas';
|
|
28
31
|
export { default as HeightIcon } from './Height';
|
|
29
|
-
export { default as InProgressIcon } from './InProgress';
|
|
30
32
|
export { default as InfoErrorIcon } from './InfoError';
|
|
31
33
|
export { default as InfoIcon } from './Info';
|
|
34
|
+
export { default as InProgressIcon } from './InProgress';
|
|
35
|
+
export { default as KeyIcon } from './Key';
|
|
32
36
|
export { default as LanguageIcon } from './Language';
|
|
33
37
|
export { default as LightModeIcon } from './LightMode';
|
|
34
38
|
export { default as LinkIcon } from './Link';
|
|
35
39
|
export { default as LoadingIcon } from './Loading';
|
|
36
40
|
export { default as LogoWithTextIcon } from './LogoWithText';
|
|
41
|
+
export { default as MediumIcon } from './Medium';
|
|
37
42
|
export { default as MenuIcon } from './Menu';
|
|
38
43
|
export { default as MoreIcon } from './More';
|
|
39
|
-
export { default as NoRouteIcon } from './NoRoute';
|
|
40
44
|
export { default as NextIcon } from './Next';
|
|
45
|
+
export { default as NoRouteIcon } from './NoRoute';
|
|
41
46
|
export { default as NoNotificationIcon } from './NoNotification';
|
|
42
47
|
export { default as NotificationNumberIcon } from './NotificationNumber';
|
|
43
48
|
export { default as NotificationsIcon } from './Notifications';
|
|
@@ -51,7 +56,10 @@ export { default as ReverseIcon } from './Reverse';
|
|
|
51
56
|
export { default as RouteIcon } from './Route';
|
|
52
57
|
export { default as SearchIcon } from './Search';
|
|
53
58
|
export { default as SupportIcon } from './Support';
|
|
59
|
+
export { default as SettingsIcon } from './Settings';
|
|
60
|
+
export { default as StyleIcon } from './Style';
|
|
54
61
|
export { default as SwapIcon } from './Swap';
|
|
62
|
+
export { default as TelegramIcon } from './Telegram';
|
|
55
63
|
export { default as TimeIcon } from './Time';
|
|
56
64
|
export { default as TransactionIcon } from './Transaction';
|
|
57
65
|
export { default as TuneIcon } from './Tune';
|
|
@@ -59,13 +67,5 @@ export { default as UtxoCategoryIcon } from './UtxoCategory';
|
|
|
59
67
|
export { default as WalletIcon } from './Wallet';
|
|
60
68
|
export { default as WarningIcon } from './Warning';
|
|
61
69
|
export { default as WidthIcon } from './Width';
|
|
62
|
-
export { default as ChainsIcon } from './Chains';
|
|
63
|
-
export { default as ColorsIcon } from './Colors';
|
|
64
|
-
export { default as DiscordIcon } from './Discord';
|
|
65
|
-
export { default as KeyIcon } from './Key';
|
|
66
|
-
export { default as MediumIcon } from './Medium';
|
|
67
|
-
export { default as SettingsIcon } from './Settings';
|
|
68
|
-
export { default as StyleIcon } from './Style';
|
|
69
|
-
export { default as TelegramIcon } from './Telegram';
|
|
70
70
|
export { default as XIcon } from './X';
|
|
71
71
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/icons/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,OAAO,CAAC;AAC3C,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,aAAa,CAAC;AACvD,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,aAAa,CAAC;AACvD,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,WAAW,CAAC;AAClD,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,eAAe,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,eAAe,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,aAAa,CAAC;AACvD,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,SAAS,CAAC;AAC/C,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,YAAY,CAAC;AACrD,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAC7C,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,YAAY,CAAC;AACrD,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,UAAU,CAAC;AACjD,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,WAAW,CAAC;AACnD,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,YAAY,CAAC;AACrD,OAAO,EAAE,OAAO,IAAI,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/icons/index.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rango-dev/ui",
|
|
3
|
-
"version": "0.29.1-next.
|
|
3
|
+
"version": "0.29.1-next.9",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"source": "./src/index.ts",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"@radix-ui/react-select": "^2.0.0",
|
|
61
61
|
"@radix-ui/react-switch": "^1.0.1",
|
|
62
62
|
"@radix-ui/react-tooltip": "^1.0.2",
|
|
63
|
-
"@rango-dev/wallets-shared": "^0.28.1-next.
|
|
63
|
+
"@rango-dev/wallets-shared": "^0.28.1-next.1",
|
|
64
64
|
"@stitches/react": "^1.2.8",
|
|
65
65
|
"rango-sdk": "^0.1.45",
|
|
66
66
|
"rango-types": "^0.1.59",
|
|
@@ -70,4 +70,4 @@
|
|
|
70
70
|
"publishConfig": {
|
|
71
71
|
"access": "public"
|
|
72
72
|
}
|
|
73
|
-
}
|
|
73
|
+
}
|
package/src/icons/InProgress.tsx
CHANGED
|
@@ -8,24 +8,29 @@ function SvgInProgress(props: SvgIconPropsWithChildren) {
|
|
|
8
8
|
return createElement(
|
|
9
9
|
SvgIcon,
|
|
10
10
|
props,
|
|
11
|
-
<svg viewBox="0 0
|
|
12
|
-
<g clipPath="url(#
|
|
11
|
+
<svg viewBox="0 0 8 7" xmlns="http://www.w3.org/2000/svg">
|
|
12
|
+
<g clipPath="url(#clip0_14768_268730)">
|
|
13
13
|
<path
|
|
14
14
|
fillRule="evenodd"
|
|
15
15
|
clipRule="evenodd"
|
|
16
|
-
d="
|
|
17
|
-
fill="#
|
|
16
|
+
d="M4.0687 0.915086C2.84154 0.915086 1.84673 1.9099 1.84673 3.13706C1.84673 4.36422 2.84154 5.35904 4.0687 5.35904C5.29586 5.35904 6.29068 4.36422 6.29068 3.13706C6.29068 1.9099 5.29586 0.915086 4.0687 0.915086ZM1.0625 3.13706C1.0625 1.47678 2.40842 0.130859 4.0687 0.130859C5.72898 0.130859 7.0749 1.47678 7.0749 3.13706C7.0749 4.79734 5.72898 6.14326 4.0687 6.14326C2.40842 6.14326 1.0625 4.79734 1.0625 3.13706Z"
|
|
17
|
+
fill="#C8E2FF"
|
|
18
18
|
/>
|
|
19
19
|
<path
|
|
20
20
|
fillRule="evenodd"
|
|
21
21
|
clipRule="evenodd"
|
|
22
|
-
d="
|
|
23
|
-
fill="
|
|
22
|
+
d="M7.07471 3.09881C7.08137 3.62208 6.95131 4.13803 6.69741 4.59563C6.4435 5.05322 6.07454 5.43661 5.62701 5.70787C5.17949 5.97913 4.6689 6.12887 4.14576 6.14228C3.62261 6.15568 3.10503 6.03229 2.6442 5.78431C2.18337 5.53632 1.79526 5.17233 1.51825 4.72834C1.40362 4.54461 1.45963 4.30274 1.64336 4.18811C1.82709 4.07348 2.06896 4.1295 2.1836 4.31323C2.38834 4.64139 2.67521 4.91043 3.01582 5.09372C3.35644 5.27701 3.739 5.36822 4.12567 5.35831C4.51234 5.3484 4.88973 5.23772 5.22051 5.03722C5.55129 4.83673 5.824 4.55335 6.01167 4.21513C6.19934 3.87691 6.29547 3.49556 6.29054 3.10879C6.28562 2.72202 6.17982 2.34323 5.98361 2.0099C5.78739 1.67656 5.50756 1.40022 5.17178 1.2082C4.83601 1.01619 4.45593 0.915151 4.06913 0.915086C3.85257 0.915049 3.67704 0.739464 3.67708 0.522906C3.67712 0.306348 3.8527 0.130823 4.06926 0.130859C4.59258 0.130948 5.10681 0.267645 5.56109 0.52743C6.01537 0.787216 6.39397 1.16109 6.65944 1.61207C6.92491 2.06306 7.06805 2.57553 7.07471 3.09881Z"
|
|
23
|
+
fill="#5BABFF"
|
|
24
24
|
/>
|
|
25
25
|
</g>
|
|
26
26
|
<defs>
|
|
27
|
-
<clipPath id="
|
|
28
|
-
<rect
|
|
27
|
+
<clipPath id="clip0_14768_268730">
|
|
28
|
+
<rect
|
|
29
|
+
width={6.27381}
|
|
30
|
+
height={6.27381}
|
|
31
|
+
fill="white"
|
|
32
|
+
transform="translate(0.931763)"
|
|
33
|
+
/>
|
|
29
34
|
</clipPath>
|
|
30
35
|
</defs>
|
|
31
36
|
</svg>
|
package/src/icons/index.ts
CHANGED
|
@@ -3,11 +3,13 @@ export { default as AutoThemeIcon } from './AutoTheme';
|
|
|
3
3
|
export { default as AutorenewIcon } from './Autorenew';
|
|
4
4
|
export { default as BorderRadiusIcon } from './BorderRadius';
|
|
5
5
|
export { default as BridgeIcon } from './Bridges';
|
|
6
|
+
export { default as ChainsIcon } from './Chains';
|
|
6
7
|
export { default as ChevronDownIcon } from './ChevronDown';
|
|
7
8
|
export { default as ChevronLeftIcon } from './ChevronLeft';
|
|
8
9
|
export { default as ChevronRightIcon } from './ChevronRight';
|
|
9
10
|
export { default as ChevronUpIcon } from './ChevronUp';
|
|
10
11
|
export { default as CloseIcon } from './Close';
|
|
12
|
+
export { default as ColorsIcon } from './Colors';
|
|
11
13
|
export { default as CompleteIcon } from './Complete';
|
|
12
14
|
export { default as CopyIcon } from './Copy';
|
|
13
15
|
export { default as CosmosCategoryIcon } from './CosmosCategory';
|
|
@@ -16,9 +18,10 @@ export { default as DarkModeIcon } from './DarkMode';
|
|
|
16
18
|
export { default as DeleteIcon } from './Delete';
|
|
17
19
|
export { default as DesktopIcon } from './Desktop';
|
|
18
20
|
export { default as DocumentIcon } from './Document';
|
|
21
|
+
export { default as DiscordIcon } from './Discord';
|
|
19
22
|
export { default as DoneIcon } from './Done';
|
|
20
|
-
export { default as EvmCategoryIcon } from './EvmCategory';
|
|
21
23
|
export { default as ErrorIcon } from './Error';
|
|
24
|
+
export { default as EvmCategoryIcon } from './EvmCategory';
|
|
22
25
|
export { default as ExitIcon } from './Exit';
|
|
23
26
|
export { default as ExchangeIcon } from './Exchange';
|
|
24
27
|
export { default as ExplorerIcon } from './Explorer';
|
|
@@ -26,18 +29,20 @@ export { default as ExternalLinkIcon } from './ExternalLink';
|
|
|
26
29
|
export { default as FontIcon } from './Font';
|
|
27
30
|
export { default as GasIcon } from './Gas';
|
|
28
31
|
export { default as HeightIcon } from './Height';
|
|
29
|
-
export { default as InProgressIcon } from './InProgress';
|
|
30
32
|
export { default as InfoErrorIcon } from './InfoError';
|
|
31
33
|
export { default as InfoIcon } from './Info';
|
|
34
|
+
export { default as InProgressIcon } from './InProgress';
|
|
35
|
+
export { default as KeyIcon } from './Key';
|
|
32
36
|
export { default as LanguageIcon } from './Language';
|
|
33
37
|
export { default as LightModeIcon } from './LightMode';
|
|
34
38
|
export { default as LinkIcon } from './Link';
|
|
35
39
|
export { default as LoadingIcon } from './Loading';
|
|
36
40
|
export { default as LogoWithTextIcon } from './LogoWithText';
|
|
41
|
+
export { default as MediumIcon } from './Medium';
|
|
37
42
|
export { default as MenuIcon } from './Menu';
|
|
38
43
|
export { default as MoreIcon } from './More';
|
|
39
|
-
export { default as NoRouteIcon } from './NoRoute';
|
|
40
44
|
export { default as NextIcon } from './Next';
|
|
45
|
+
export { default as NoRouteIcon } from './NoRoute';
|
|
41
46
|
export { default as NoNotificationIcon } from './NoNotification';
|
|
42
47
|
export { default as NotificationNumberIcon } from './NotificationNumber';
|
|
43
48
|
export { default as NotificationsIcon } from './Notifications';
|
|
@@ -51,7 +56,10 @@ export { default as ReverseIcon } from './Reverse';
|
|
|
51
56
|
export { default as RouteIcon } from './Route';
|
|
52
57
|
export { default as SearchIcon } from './Search';
|
|
53
58
|
export { default as SupportIcon } from './Support';
|
|
59
|
+
export { default as SettingsIcon } from './Settings';
|
|
60
|
+
export { default as StyleIcon } from './Style';
|
|
54
61
|
export { default as SwapIcon } from './Swap';
|
|
62
|
+
export { default as TelegramIcon } from './Telegram';
|
|
55
63
|
export { default as TimeIcon } from './Time';
|
|
56
64
|
export { default as TransactionIcon } from './Transaction';
|
|
57
65
|
export { default as TuneIcon } from './Tune';
|
|
@@ -59,12 +67,4 @@ export { default as UtxoCategoryIcon } from './UtxoCategory';
|
|
|
59
67
|
export { default as WalletIcon } from './Wallet';
|
|
60
68
|
export { default as WarningIcon } from './Warning';
|
|
61
69
|
export { default as WidthIcon } from './Width';
|
|
62
|
-
export { default as ChainsIcon } from './Chains';
|
|
63
|
-
export { default as ColorsIcon } from './Colors';
|
|
64
|
-
export { default as DiscordIcon } from './Discord';
|
|
65
|
-
export { default as KeyIcon } from './Key';
|
|
66
|
-
export { default as MediumIcon } from './Medium';
|
|
67
|
-
export { default as SettingsIcon } from './Settings';
|
|
68
|
-
export { default as StyleIcon } from './Style';
|
|
69
|
-
export { default as TelegramIcon } from './Telegram';
|
|
70
70
|
export { default as XIcon } from './X';
|