@rango-dev/ui 0.15.1-next.9 → 0.16.0
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/CHANGELOG.md +59 -0
- package/dist/index.js +6 -6
- package/dist/index.js.map +4 -4
- package/dist/translations/en.d.ts.map +1 -1
- package/dist/translations/es.d.ts.map +1 -1
- package/dist/translations/fr.d.ts.map +1 -1
- package/dist/translations/jp.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Alert/Alert.styles.d.ts +18 -3
- package/dist/widget/ui/src/components/Alert/Alert.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/BestRoute/BestRoute.d.ts.map +1 -1
- package/dist/widget/ui/src/components/BestRoute/BestRoute.styles.d.ts +55 -9
- package/dist/widget/ui/src/components/BestRoute/BestRoute.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/BestRoute/BestRoute.types.d.ts +1 -0
- package/dist/widget/ui/src/components/BestRoute/BestRoute.types.d.ts.map +1 -1
- package/dist/widget/ui/src/components/BestRoute/BestRouteSkeleton.styles.d.ts +12 -2
- package/dist/widget/ui/src/components/BestRoute/BestRouteSkeleton.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/BestRoute/RouteSummary.styles.d.ts +6 -1
- package/dist/widget/ui/src/components/BestRoute/RouteSummary.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/BlockchainsChip/BlockchainsChip.d.ts +5 -0
- package/dist/widget/ui/src/components/BlockchainsChip/BlockchainsChip.d.ts.map +1 -0
- package/dist/widget/ui/src/components/BlockchainsChip/BlockchainsChip.styles.d.ts +156 -0
- package/dist/widget/ui/src/components/BlockchainsChip/BlockchainsChip.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/BlockchainsChip/BlockchainsChip.types.d.ts +6 -0
- package/dist/widget/ui/src/components/BlockchainsChip/BlockchainsChip.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/BlockchainsChip/index.d.ts +2 -0
- package/dist/widget/ui/src/components/BlockchainsChip/index.d.ts.map +1 -0
- package/dist/widget/ui/src/components/BottomLogo/BottomLogo.styles.d.ts +12 -2
- package/dist/widget/ui/src/components/BottomLogo/BottomLogo.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Button/Button.styles.d.ts +18 -3
- package/dist/widget/ui/src/components/Button/Button.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/ChainToken/ChainToken.styles.d.ts +12 -2
- package/dist/widget/ui/src/components/ChainToken/ChainToken.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Checkbox/Checkbox.styles.d.ts +24 -4
- package/dist/widget/ui/src/components/Checkbox/Checkbox.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Checkbox/Checkbox.types.d.ts +2 -1
- package/dist/widget/ui/src/components/Checkbox/Checkbox.types.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Chip/Chip.styles.d.ts +6 -1
- package/dist/widget/ui/src/components/Chip/Chip.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Collapsible/Collapsible.d.ts +5 -0
- package/dist/widget/ui/src/components/Collapsible/Collapsible.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Collapsible/Collapsible.stories.d.ts +23 -0
- package/dist/widget/ui/src/components/Collapsible/Collapsible.stories.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Collapsible/Collapsible.styles.d.ts +156 -0
- package/dist/widget/ui/src/components/Collapsible/Collapsible.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Collapsible/Collapsible.types.d.ts +7 -0
- package/dist/widget/ui/src/components/Collapsible/Collapsible.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Collapsible/index.d.ts +2 -0
- package/dist/widget/ui/src/components/Collapsible/index.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Drawer/Drawer.styles.d.ts +30 -5
- package/dist/widget/ui/src/components/Drawer/Drawer.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Header/Header.styles.d.ts +12 -2
- package/dist/widget/ui/src/components/Header/Header.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/CloseIcon.d.ts +6 -1
- package/dist/widget/ui/src/components/Icon/CloseIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/common.d.ts +14 -4
- package/dist/widget/ui/src/components/Icon/common.d.ts.map +1 -1
- package/dist/widget/ui/src/components/IconButton/IconButton.d.ts +3 -5
- package/dist/widget/ui/src/components/IconButton/IconButton.d.ts.map +1 -1
- package/dist/widget/ui/src/components/List/List.styles.d.ts +6 -1
- package/dist/widget/ui/src/components/List/List.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/ListItem/ListItem.styles.d.ts +6 -1
- package/dist/widget/ui/src/components/ListItem/ListItem.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/ListItemButton/ListItemButton.styles.d.ts +6 -1
- package/dist/widget/ui/src/components/ListItemButton/ListItemButton.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/MessageBox/CollapsibleMessageBox.styles.d.ts +6 -1
- package/dist/widget/ui/src/components/MessageBox/CollapsibleMessageBox.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/MessageBox/MessageBox.styles.d.ts +18 -3
- package/dist/widget/ui/src/components/MessageBox/MessageBox.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Modal/Modal.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Modal/Modal.styles.d.ts +36 -6
- package/dist/widget/ui/src/components/Modal/Modal.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Modal/index.d.ts +1 -0
- package/dist/widget/ui/src/components/Modal/index.d.ts.map +1 -1
- package/dist/widget/ui/src/components/NotFound/NotFound.styles.d.ts +6 -1
- package/dist/widget/ui/src/components/NotFound/NotFound.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Popover/Popover.styles.d.ts +12 -2
- package/dist/widget/ui/src/components/Popover/Popover.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/PriceImpact/PriceImpact.styles.d.ts +6 -1
- package/dist/widget/ui/src/components/PriceImpact/PriceImpact.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Radio/Radio.styles.d.ts +12 -2
- package/dist/widget/ui/src/components/Radio/Radio.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/RadioGroup/RadioGroup.styles.d.ts +24 -4
- package/dist/widget/ui/src/components/RadioGroup/RadioGroup.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/RouteCost/RouteCost.styles.d.ts +6 -1
- package/dist/widget/ui/src/components/RouteCost/RouteCost.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/RoutesOverview/RoutesOverview.d.ts +6 -1
- package/dist/widget/ui/src/components/RoutesOverview/RoutesOverview.d.ts.map +1 -1
- package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.d.ts +4 -0
- package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.d.ts.map +1 -0
- package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.helpers.d.ts +4 -0
- package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.helpers.d.ts.map +1 -0
- package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.styles.d.ts +460 -0
- package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.types.d.ts +15 -0
- package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/SelectableCategoryList/index.d.ts +3 -0
- package/dist/widget/ui/src/components/SelectableCategoryList/index.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Skeleton/Skeleton.styles.d.ts +6 -1
- package/dist/widget/ui/src/components/Skeleton/Skeleton.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/StepDetails/StepDetails.d.ts.map +1 -1
- package/dist/widget/ui/src/components/StepDetails/StepDetails.styles.d.ts +30 -5
- package/dist/widget/ui/src/components/StepDetails/StepDetails.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/SvgIcon/SvgIcon.style.d.ts +7 -2
- package/dist/widget/ui/src/components/SvgIcon/SvgIcon.style.d.ts.map +1 -1
- package/dist/widget/ui/src/components/SwapDetailsPlaceholder/SwapDetailsPlaceholder.d.ts +6 -1
- package/dist/widget/ui/src/components/SwapDetailsPlaceholder/SwapDetailsPlaceholder.d.ts.map +1 -1
- package/dist/widget/ui/src/components/SwapListItem/SwapListItem.styles.d.ts +36 -6
- package/dist/widget/ui/src/components/SwapListItem/SwapListItem.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/SwapListItem/SwapToken.styles.d.ts +54 -9
- package/dist/widget/ui/src/components/SwapListItem/SwapToken.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Switch/Switch.styles.d.ts +12 -2
- package/dist/widget/ui/src/components/Switch/Switch.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/TextField/TextField.styles.d.ts +18 -3
- package/dist/widget/ui/src/components/TextField/TextField.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Tooltip/Tooltip.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Tooltip/Tooltip.styles.d.ts +314 -1
- package/dist/widget/ui/src/components/Tooltip/Tooltip.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Typography/Typography.styles.d.ts +6 -1
- package/dist/widget/ui/src/components/Typography/Typography.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Wallet/Wallet.helpers.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Wallet/Wallet.styles.d.ts +30 -5
- package/dist/widget/ui/src/components/Wallet/Wallet.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Wallet/Wallet.types.d.ts +1 -0
- package/dist/widget/ui/src/components/Wallet/Wallet.types.d.ts.map +1 -1
- package/dist/widget/ui/src/components/common/FilledCircle.d.ts +6 -1
- package/dist/widget/ui/src/components/common/FilledCircle.d.ts.map +1 -1
- package/dist/widget/ui/src/components/common/styles.d.ts +6 -1
- package/dist/widget/ui/src/components/common/styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/index.d.ts +3 -0
- package/dist/widget/ui/src/components/index.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/SwapHistory/SwapHistory.d.ts +60 -10
- package/dist/widget/ui/src/containers/SwapHistory/SwapHistory.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/SwapInput/SwapInput.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/SwapInput/SwapInput.stories.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/SwapInput/SwapInput.styles.d.ts +18 -3
- package/dist/widget/ui/src/containers/SwapInput/SwapInput.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/SwapInput/SwapInput.types.d.ts +4 -6
- package/dist/widget/ui/src/containers/SwapInput/SwapInput.types.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/SwapInput/TokenSection.styles.d.ts +13 -5
- package/dist/widget/ui/src/containers/SwapInput/TokenSection.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/TokenSelector/TokenSelector.d.ts +6 -1
- package/dist/widget/ui/src/containers/TokenSelector/TokenSelector.d.ts.map +1 -1
- package/dist/widget/ui/src/hooks/index.d.ts +0 -1
- package/dist/widget/ui/src/hooks/index.d.ts.map +1 -1
- package/dist/widget/ui/src/icons/BorderRadius.d.ts +5 -0
- package/dist/widget/ui/src/icons/BorderRadius.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/Desktop.d.ts +5 -0
- package/dist/widget/ui/src/icons/Desktop.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/Font.d.ts +5 -0
- package/dist/widget/ui/src/icons/Font.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/LogoWithText.d.ts +5 -0
- package/dist/widget/ui/src/icons/LogoWithText.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/index.d.ts +5 -1
- package/dist/widget/ui/src/icons/index.d.ts.map +1 -1
- package/dist/widget/ui/src/theme.d.ts +60 -10
- package/dist/widget/ui/src/theme.d.ts.map +1 -1
- package/package.json +2 -2
- package/src/components/BestRoute/BestRoute.styles.ts +55 -9
- package/src/components/BestRoute/BestRoute.tsx +10 -3
- package/src/components/BestRoute/BestRoute.types.ts +1 -0
- package/src/components/BestRoute/BestRouteSkeleton.styles.ts +6 -2
- package/src/components/BlockchainsChip/BlockchainsChip.styles.ts +43 -0
- package/src/components/BlockchainsChip/BlockchainsChip.tsx +15 -0
- package/src/components/BlockchainsChip/BlockchainsChip.types.ts +4 -0
- package/src/components/BlockchainsChip/index.ts +1 -0
- package/src/components/Button/Button.styles.tsx +122 -32
- package/src/components/ChainToken/ChainToken.tsx +3 -3
- package/src/components/Checkbox/Checkbox.styles.ts +7 -6
- package/src/components/Checkbox/Checkbox.types.ts +1 -1
- package/src/components/Chip/Chip.styles.ts +14 -4
- package/src/components/Collapsible/Collapsible.stories.tsx +46 -0
- package/src/components/Collapsible/Collapsible.styles.ts +9 -0
- package/src/components/Collapsible/Collapsible.tsx +21 -0
- package/src/components/Collapsible/Collapsible.types.ts +7 -0
- package/src/components/Collapsible/index.ts +1 -0
- package/src/components/Header/Header.styles.ts +8 -4
- package/src/components/IconButton/IconButton.tsx +8 -2
- package/src/components/ListItem/ListItem.styles.ts +7 -2
- package/src/components/ListItemButton/ListItemButton.styles.ts +9 -3
- package/src/components/MessageBox/CollapsibleMessageBox.styles.tsx +14 -2
- package/src/components/MessageBox/MessageBox.styles.tsx +26 -6
- package/src/components/Modal/Modal.styles.ts +4 -4
- package/src/components/Modal/Modal.tsx +2 -10
- package/src/components/Modal/index.ts +1 -0
- package/src/components/Radio/Radio.styles.tsx +7 -6
- package/src/components/RouteCost/RouteCost.tsx +1 -1
- package/src/components/SelectableCategoryList/SelectableCategoryList.helpers.ts +35 -0
- package/src/components/SelectableCategoryList/SelectableCategoryList.styles.ts +21 -0
- package/src/components/SelectableCategoryList/SelectableCategoryList.tsx +76 -0
- package/src/components/SelectableCategoryList/SelectableCategoryList.types.ts +16 -0
- package/src/components/SelectableCategoryList/index.ts +2 -0
- package/src/components/StepDetails/StepDetails.styles.ts +5 -2
- package/src/components/StepDetails/StepDetails.tsx +11 -1
- package/src/components/SwapListItem/SwapListItem.styles.ts +17 -4
- package/src/components/SwapListItem/SwapToken.tsx +4 -4
- package/src/components/Switch/Switch.styles.tsx +7 -7
- package/src/components/TextField/TextField.styles.ts +10 -3
- package/src/components/Tooltip/Tooltip.styles.ts +10 -0
- package/src/components/Tooltip/Tooltip.tsx +9 -4
- package/src/components/Wallet/ClickableWallet.tsx +1 -1
- package/src/components/Wallet/Wallet.helpers.ts +11 -9
- package/src/components/Wallet/Wallet.styles.ts +20 -3
- package/src/components/Wallet/Wallet.types.ts +1 -0
- package/src/components/index.ts +3 -0
- package/src/containers/SwapInput/SwapInput.stories.tsx +1 -0
- package/src/containers/SwapInput/SwapInput.styles.ts +5 -1
- package/src/containers/SwapInput/SwapInput.tsx +7 -4
- package/src/containers/SwapInput/SwapInput.types.ts +4 -7
- package/src/containers/SwapInput/TokenSection.styles.ts +21 -17
- package/src/containers/SwapInput/TokenSection.tsx +2 -2
- package/src/hooks/index.ts +0 -1
- package/src/icons/BorderRadius.tsx +21 -0
- package/src/icons/Desktop.tsx +271 -0
- package/src/icons/Font.tsx +27 -0
- package/src/icons/LogoWithText.tsx +159 -0
- package/src/icons/index.ts +5 -1
- package/src/theme.ts +6 -1
- package/dist/widget/ui/src/hooks/usePaddingRight.d.ts +0 -8
- package/dist/widget/ui/src/hooks/usePaddingRight.d.ts.map +0 -1
- package/src/hooks/usePaddingRight.ts +0 -41
|
@@ -84,6 +84,8 @@ export declare const Container: import("@stitches/react/types/styled-component")
|
|
|
84
84
|
md: string;
|
|
85
85
|
xl: string;
|
|
86
86
|
lg: string;
|
|
87
|
+
primary: string;
|
|
88
|
+
secondary: string;
|
|
87
89
|
};
|
|
88
90
|
fontSizes: {
|
|
89
91
|
10: string;
|
|
@@ -100,7 +102,10 @@ export declare const Container: import("@stitches/react/types/styled-component")
|
|
|
100
102
|
40: string;
|
|
101
103
|
48: string;
|
|
102
104
|
};
|
|
103
|
-
fonts: {
|
|
105
|
+
fonts: {
|
|
106
|
+
primary: string;
|
|
107
|
+
widget: string;
|
|
108
|
+
};
|
|
104
109
|
fontWeights: {
|
|
105
110
|
regular: number;
|
|
106
111
|
medium: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RouteCost.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/RouteCost/RouteCost.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"RouteCost.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/RouteCost/RouteCost.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAiBpB,CAAC"}
|
|
@@ -86,6 +86,8 @@ export declare const Container: import("@stitches/react/types/styled-component")
|
|
|
86
86
|
md: string;
|
|
87
87
|
xl: string;
|
|
88
88
|
lg: string;
|
|
89
|
+
primary: string;
|
|
90
|
+
secondary: string;
|
|
89
91
|
};
|
|
90
92
|
fontSizes: {
|
|
91
93
|
10: string;
|
|
@@ -102,7 +104,10 @@ export declare const Container: import("@stitches/react/types/styled-component")
|
|
|
102
104
|
40: string;
|
|
103
105
|
48: string;
|
|
104
106
|
};
|
|
105
|
-
fonts: {
|
|
107
|
+
fonts: {
|
|
108
|
+
primary: string;
|
|
109
|
+
widget: string;
|
|
110
|
+
};
|
|
106
111
|
fontWeights: {
|
|
107
112
|
regular: number;
|
|
108
113
|
medium: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RoutesOverview.d.ts","sourceRoot":"","sources":["../../../../../../src/components/RoutesOverview/RoutesOverview.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAC;AAEnD,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"RoutesOverview.d.ts","sourceRoot":"","sources":["../../../../../../src/components/RoutesOverview/RoutesOverview.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAC;AAEnD,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAkBpB,CAAC;AAEH,UAAU,SAAS;IACjB,MAAM,EAAE,iBAAiB,GAAG,IAAI,CAAC;IACjC,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AACD,wBAAgB,cAAc,CAAC,KAAK,EAAE,SAAS,4BA6B9C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SelectableCategoryList.d.ts","sourceRoot":"","sources":["../../../../../../src/components/SelectableCategoryList/SelectableCategoryList.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gCAAgC,CAAC;AAGhE,OAAO,KAAK,MAAM,OAAO,CAAC;AAa1B,wBAAgB,sBAAsB,CAAC,KAAK,EAAE,SAAS,qBA0DtD"}
|
package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.helpers.d.ts
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { type BlockchainMeta } from 'rango-sdk';
|
|
2
|
+
import { BlockchainCategories } from './SelectableCategoryList.types';
|
|
3
|
+
export declare const generateBlockchainsLogo: (list: BlockchainMeta[], type: Exclude<BlockchainCategories, 'ALL'>) => BlockchainMeta[];
|
|
4
|
+
//# sourceMappingURL=SelectableCategoryList.helpers.d.ts.map
|
package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.helpers.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SelectableCategoryList.helpers.d.ts","sourceRoot":"","sources":["../../../../../../src/components/SelectableCategoryList/SelectableCategoryList.helpers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,cAAc,EAAmB,MAAM,WAAW,CAAC;AAEjE,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAC;AA0BtE,eAAO,MAAM,uBAAuB,SAC5B,cAAc,EAAE,QAChB,QAAQ,oBAAoB,EAAE,KAAK,CAAC,qBAIoB,CAAC"}
|
package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.styles.d.ts
ADDED
|
@@ -0,0 +1,460 @@
|
|
|
1
|
+
export declare const Container: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
2
|
+
sm: string;
|
|
3
|
+
md: string;
|
|
4
|
+
lg: string;
|
|
5
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
6
|
+
sm: string;
|
|
7
|
+
md: string;
|
|
8
|
+
lg: string;
|
|
9
|
+
}, {
|
|
10
|
+
colors: {
|
|
11
|
+
primary500: string;
|
|
12
|
+
primary600: string;
|
|
13
|
+
secondary100: string;
|
|
14
|
+
secondary200: string;
|
|
15
|
+
secondary300: string;
|
|
16
|
+
secondary400: string;
|
|
17
|
+
secondary500: string;
|
|
18
|
+
secondary600: string;
|
|
19
|
+
secondary700: string;
|
|
20
|
+
secondary800: string;
|
|
21
|
+
secondary900: string;
|
|
22
|
+
neutral100: string;
|
|
23
|
+
neutral200: string;
|
|
24
|
+
neutral300: string;
|
|
25
|
+
neutral400: string;
|
|
26
|
+
neutral500: string;
|
|
27
|
+
neutral600: string;
|
|
28
|
+
neutral700: string;
|
|
29
|
+
neutral800: string;
|
|
30
|
+
neutral900: string;
|
|
31
|
+
error100: string;
|
|
32
|
+
error300: string;
|
|
33
|
+
error500: string;
|
|
34
|
+
error600: string;
|
|
35
|
+
error700: string;
|
|
36
|
+
warning100: string;
|
|
37
|
+
warning300: string;
|
|
38
|
+
warning500: string;
|
|
39
|
+
warning600: string;
|
|
40
|
+
warning700: string;
|
|
41
|
+
info100: string;
|
|
42
|
+
info300: string;
|
|
43
|
+
info500: string;
|
|
44
|
+
info600: string;
|
|
45
|
+
info700: string;
|
|
46
|
+
success100: string;
|
|
47
|
+
success300: string;
|
|
48
|
+
success500: string;
|
|
49
|
+
success600: string;
|
|
50
|
+
success700: string;
|
|
51
|
+
background: string;
|
|
52
|
+
foreground: string;
|
|
53
|
+
};
|
|
54
|
+
space: {
|
|
55
|
+
0: string;
|
|
56
|
+
5: string;
|
|
57
|
+
10: string;
|
|
58
|
+
15: string;
|
|
59
|
+
20: string;
|
|
60
|
+
25: string;
|
|
61
|
+
30: string;
|
|
62
|
+
40: string;
|
|
63
|
+
46: string;
|
|
64
|
+
50: string;
|
|
65
|
+
60: string;
|
|
66
|
+
70: string;
|
|
67
|
+
80: string;
|
|
68
|
+
90: string;
|
|
69
|
+
100: string;
|
|
70
|
+
2: string;
|
|
71
|
+
4: string;
|
|
72
|
+
6: string;
|
|
73
|
+
8: string;
|
|
74
|
+
12: string;
|
|
75
|
+
16: string;
|
|
76
|
+
24: string;
|
|
77
|
+
28: string;
|
|
78
|
+
32: string;
|
|
79
|
+
};
|
|
80
|
+
radii: {
|
|
81
|
+
xs: string;
|
|
82
|
+
sm: string;
|
|
83
|
+
xm: string;
|
|
84
|
+
md: string;
|
|
85
|
+
xl: string;
|
|
86
|
+
lg: string;
|
|
87
|
+
primary: string;
|
|
88
|
+
secondary: string;
|
|
89
|
+
};
|
|
90
|
+
fontSizes: {
|
|
91
|
+
10: string;
|
|
92
|
+
12: string;
|
|
93
|
+
14: string;
|
|
94
|
+
16: string;
|
|
95
|
+
18: string;
|
|
96
|
+
20: string;
|
|
97
|
+
22: string;
|
|
98
|
+
24: string;
|
|
99
|
+
28: string;
|
|
100
|
+
32: string;
|
|
101
|
+
36: string;
|
|
102
|
+
40: string;
|
|
103
|
+
48: string;
|
|
104
|
+
};
|
|
105
|
+
fonts: {
|
|
106
|
+
primary: string;
|
|
107
|
+
widget: string;
|
|
108
|
+
};
|
|
109
|
+
fontWeights: {
|
|
110
|
+
regular: number;
|
|
111
|
+
medium: number;
|
|
112
|
+
semiBold: number;
|
|
113
|
+
bold: number;
|
|
114
|
+
};
|
|
115
|
+
lineHeights: {
|
|
116
|
+
12: string;
|
|
117
|
+
16: string;
|
|
118
|
+
20: string;
|
|
119
|
+
24: string;
|
|
120
|
+
26: string;
|
|
121
|
+
28: string;
|
|
122
|
+
30: string;
|
|
123
|
+
36: string;
|
|
124
|
+
40: string;
|
|
125
|
+
44: string;
|
|
126
|
+
52: string;
|
|
127
|
+
64: string;
|
|
128
|
+
};
|
|
129
|
+
letterSpacings: {};
|
|
130
|
+
sizes: {
|
|
131
|
+
4: string;
|
|
132
|
+
6: string;
|
|
133
|
+
8: string;
|
|
134
|
+
12: string;
|
|
135
|
+
16: string;
|
|
136
|
+
18: string;
|
|
137
|
+
20: string;
|
|
138
|
+
24: string;
|
|
139
|
+
28: string;
|
|
140
|
+
32: string;
|
|
141
|
+
36: string;
|
|
142
|
+
40: string;
|
|
143
|
+
45: string;
|
|
144
|
+
48: string;
|
|
145
|
+
};
|
|
146
|
+
borderWidths: {};
|
|
147
|
+
borderStyles: {};
|
|
148
|
+
shadows: {
|
|
149
|
+
s: string;
|
|
150
|
+
};
|
|
151
|
+
zIndices: {};
|
|
152
|
+
transitions: {};
|
|
153
|
+
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
154
|
+
export declare const ImageContent: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
155
|
+
sm: string;
|
|
156
|
+
md: string;
|
|
157
|
+
lg: string;
|
|
158
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
159
|
+
sm: string;
|
|
160
|
+
md: string;
|
|
161
|
+
lg: string;
|
|
162
|
+
}, {
|
|
163
|
+
colors: {
|
|
164
|
+
primary500: string;
|
|
165
|
+
primary600: string;
|
|
166
|
+
secondary100: string;
|
|
167
|
+
secondary200: string;
|
|
168
|
+
secondary300: string;
|
|
169
|
+
secondary400: string;
|
|
170
|
+
secondary500: string;
|
|
171
|
+
secondary600: string;
|
|
172
|
+
secondary700: string;
|
|
173
|
+
secondary800: string;
|
|
174
|
+
secondary900: string;
|
|
175
|
+
neutral100: string;
|
|
176
|
+
neutral200: string;
|
|
177
|
+
neutral300: string;
|
|
178
|
+
neutral400: string;
|
|
179
|
+
neutral500: string;
|
|
180
|
+
neutral600: string;
|
|
181
|
+
neutral700: string;
|
|
182
|
+
neutral800: string;
|
|
183
|
+
neutral900: string;
|
|
184
|
+
error100: string;
|
|
185
|
+
error300: string;
|
|
186
|
+
error500: string;
|
|
187
|
+
error600: string;
|
|
188
|
+
error700: string;
|
|
189
|
+
warning100: string;
|
|
190
|
+
warning300: string;
|
|
191
|
+
warning500: string;
|
|
192
|
+
warning600: string;
|
|
193
|
+
warning700: string;
|
|
194
|
+
info100: string;
|
|
195
|
+
info300: string;
|
|
196
|
+
info500: string;
|
|
197
|
+
info600: string;
|
|
198
|
+
info700: string;
|
|
199
|
+
success100: string;
|
|
200
|
+
success300: string;
|
|
201
|
+
success500: string;
|
|
202
|
+
success600: string;
|
|
203
|
+
success700: string;
|
|
204
|
+
background: string;
|
|
205
|
+
foreground: string;
|
|
206
|
+
};
|
|
207
|
+
space: {
|
|
208
|
+
0: string;
|
|
209
|
+
5: string;
|
|
210
|
+
10: string;
|
|
211
|
+
15: string;
|
|
212
|
+
20: string;
|
|
213
|
+
25: string;
|
|
214
|
+
30: string;
|
|
215
|
+
40: string;
|
|
216
|
+
46: string;
|
|
217
|
+
50: string;
|
|
218
|
+
60: string;
|
|
219
|
+
70: string;
|
|
220
|
+
80: string;
|
|
221
|
+
90: string;
|
|
222
|
+
100: string;
|
|
223
|
+
2: string;
|
|
224
|
+
4: string;
|
|
225
|
+
6: string;
|
|
226
|
+
8: string;
|
|
227
|
+
12: string;
|
|
228
|
+
16: string;
|
|
229
|
+
24: string;
|
|
230
|
+
28: string;
|
|
231
|
+
32: string;
|
|
232
|
+
};
|
|
233
|
+
radii: {
|
|
234
|
+
xs: string;
|
|
235
|
+
sm: string;
|
|
236
|
+
xm: string;
|
|
237
|
+
md: string;
|
|
238
|
+
xl: string;
|
|
239
|
+
lg: string;
|
|
240
|
+
primary: string;
|
|
241
|
+
secondary: string;
|
|
242
|
+
};
|
|
243
|
+
fontSizes: {
|
|
244
|
+
10: string;
|
|
245
|
+
12: string;
|
|
246
|
+
14: string;
|
|
247
|
+
16: string;
|
|
248
|
+
18: string;
|
|
249
|
+
20: string;
|
|
250
|
+
22: string;
|
|
251
|
+
24: string;
|
|
252
|
+
28: string;
|
|
253
|
+
32: string;
|
|
254
|
+
36: string;
|
|
255
|
+
40: string;
|
|
256
|
+
48: string;
|
|
257
|
+
};
|
|
258
|
+
fonts: {
|
|
259
|
+
primary: string;
|
|
260
|
+
widget: string;
|
|
261
|
+
};
|
|
262
|
+
fontWeights: {
|
|
263
|
+
regular: number;
|
|
264
|
+
medium: number;
|
|
265
|
+
semiBold: number;
|
|
266
|
+
bold: number;
|
|
267
|
+
};
|
|
268
|
+
lineHeights: {
|
|
269
|
+
12: string;
|
|
270
|
+
16: string;
|
|
271
|
+
20: string;
|
|
272
|
+
24: string;
|
|
273
|
+
26: string;
|
|
274
|
+
28: string;
|
|
275
|
+
30: string;
|
|
276
|
+
36: string;
|
|
277
|
+
40: string;
|
|
278
|
+
44: string;
|
|
279
|
+
52: string;
|
|
280
|
+
64: string;
|
|
281
|
+
};
|
|
282
|
+
letterSpacings: {};
|
|
283
|
+
sizes: {
|
|
284
|
+
4: string;
|
|
285
|
+
6: string;
|
|
286
|
+
8: string;
|
|
287
|
+
12: string;
|
|
288
|
+
16: string;
|
|
289
|
+
18: string;
|
|
290
|
+
20: string;
|
|
291
|
+
24: string;
|
|
292
|
+
28: string;
|
|
293
|
+
32: string;
|
|
294
|
+
36: string;
|
|
295
|
+
40: string;
|
|
296
|
+
45: string;
|
|
297
|
+
48: string;
|
|
298
|
+
};
|
|
299
|
+
borderWidths: {};
|
|
300
|
+
borderStyles: {};
|
|
301
|
+
shadows: {
|
|
302
|
+
s: string;
|
|
303
|
+
};
|
|
304
|
+
zIndices: {};
|
|
305
|
+
transitions: {};
|
|
306
|
+
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
307
|
+
export declare const FirstImage: import("@stitches/react/types/styled-component").StyledComponent<"img", {}, {
|
|
308
|
+
sm: string;
|
|
309
|
+
md: string;
|
|
310
|
+
lg: string;
|
|
311
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
312
|
+
sm: string;
|
|
313
|
+
md: string;
|
|
314
|
+
lg: string;
|
|
315
|
+
}, {
|
|
316
|
+
colors: {
|
|
317
|
+
primary500: string;
|
|
318
|
+
primary600: string;
|
|
319
|
+
secondary100: string;
|
|
320
|
+
secondary200: string;
|
|
321
|
+
secondary300: string;
|
|
322
|
+
secondary400: string;
|
|
323
|
+
secondary500: string;
|
|
324
|
+
secondary600: string;
|
|
325
|
+
secondary700: string;
|
|
326
|
+
secondary800: string;
|
|
327
|
+
secondary900: string;
|
|
328
|
+
neutral100: string;
|
|
329
|
+
neutral200: string;
|
|
330
|
+
neutral300: string;
|
|
331
|
+
neutral400: string;
|
|
332
|
+
neutral500: string;
|
|
333
|
+
neutral600: string;
|
|
334
|
+
neutral700: string;
|
|
335
|
+
neutral800: string;
|
|
336
|
+
neutral900: string;
|
|
337
|
+
error100: string;
|
|
338
|
+
error300: string;
|
|
339
|
+
error500: string;
|
|
340
|
+
error600: string;
|
|
341
|
+
error700: string;
|
|
342
|
+
warning100: string;
|
|
343
|
+
warning300: string;
|
|
344
|
+
warning500: string;
|
|
345
|
+
warning600: string;
|
|
346
|
+
warning700: string;
|
|
347
|
+
info100: string;
|
|
348
|
+
info300: string;
|
|
349
|
+
info500: string;
|
|
350
|
+
info600: string;
|
|
351
|
+
info700: string;
|
|
352
|
+
success100: string;
|
|
353
|
+
success300: string;
|
|
354
|
+
success500: string;
|
|
355
|
+
success600: string;
|
|
356
|
+
success700: string;
|
|
357
|
+
background: string;
|
|
358
|
+
foreground: string;
|
|
359
|
+
};
|
|
360
|
+
space: {
|
|
361
|
+
0: string;
|
|
362
|
+
5: string;
|
|
363
|
+
10: string;
|
|
364
|
+
15: string;
|
|
365
|
+
20: string;
|
|
366
|
+
25: string;
|
|
367
|
+
30: string;
|
|
368
|
+
40: string;
|
|
369
|
+
46: string;
|
|
370
|
+
50: string;
|
|
371
|
+
60: string;
|
|
372
|
+
70: string;
|
|
373
|
+
80: string;
|
|
374
|
+
90: string;
|
|
375
|
+
100: string;
|
|
376
|
+
2: string;
|
|
377
|
+
4: string;
|
|
378
|
+
6: string;
|
|
379
|
+
8: string;
|
|
380
|
+
12: string;
|
|
381
|
+
16: string;
|
|
382
|
+
24: string;
|
|
383
|
+
28: string;
|
|
384
|
+
32: string;
|
|
385
|
+
};
|
|
386
|
+
radii: {
|
|
387
|
+
xs: string;
|
|
388
|
+
sm: string;
|
|
389
|
+
xm: string;
|
|
390
|
+
md: string;
|
|
391
|
+
xl: string;
|
|
392
|
+
lg: string;
|
|
393
|
+
primary: string;
|
|
394
|
+
secondary: string;
|
|
395
|
+
};
|
|
396
|
+
fontSizes: {
|
|
397
|
+
10: string;
|
|
398
|
+
12: string;
|
|
399
|
+
14: string;
|
|
400
|
+
16: string;
|
|
401
|
+
18: string;
|
|
402
|
+
20: string;
|
|
403
|
+
22: string;
|
|
404
|
+
24: string;
|
|
405
|
+
28: string;
|
|
406
|
+
32: string;
|
|
407
|
+
36: string;
|
|
408
|
+
40: string;
|
|
409
|
+
48: string;
|
|
410
|
+
};
|
|
411
|
+
fonts: {
|
|
412
|
+
primary: string;
|
|
413
|
+
widget: string;
|
|
414
|
+
};
|
|
415
|
+
fontWeights: {
|
|
416
|
+
regular: number;
|
|
417
|
+
medium: number;
|
|
418
|
+
semiBold: number;
|
|
419
|
+
bold: number;
|
|
420
|
+
};
|
|
421
|
+
lineHeights: {
|
|
422
|
+
12: string;
|
|
423
|
+
16: string;
|
|
424
|
+
20: string;
|
|
425
|
+
24: string;
|
|
426
|
+
26: string;
|
|
427
|
+
28: string;
|
|
428
|
+
30: string;
|
|
429
|
+
36: string;
|
|
430
|
+
40: string;
|
|
431
|
+
44: string;
|
|
432
|
+
52: string;
|
|
433
|
+
64: string;
|
|
434
|
+
};
|
|
435
|
+
letterSpacings: {};
|
|
436
|
+
sizes: {
|
|
437
|
+
4: string;
|
|
438
|
+
6: string;
|
|
439
|
+
8: string;
|
|
440
|
+
12: string;
|
|
441
|
+
16: string;
|
|
442
|
+
18: string;
|
|
443
|
+
20: string;
|
|
444
|
+
24: string;
|
|
445
|
+
28: string;
|
|
446
|
+
32: string;
|
|
447
|
+
36: string;
|
|
448
|
+
40: string;
|
|
449
|
+
45: string;
|
|
450
|
+
48: string;
|
|
451
|
+
};
|
|
452
|
+
borderWidths: {};
|
|
453
|
+
borderStyles: {};
|
|
454
|
+
shadows: {
|
|
455
|
+
s: string;
|
|
456
|
+
};
|
|
457
|
+
zIndices: {};
|
|
458
|
+
transitions: {};
|
|
459
|
+
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
460
|
+
//# sourceMappingURL=SelectableCategoryList.styles.d.ts.map
|
package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.styles.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SelectableCategoryList.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/SelectableCategoryList/SelectableCategoryList.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIpB,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAMvB,CAAC;AACH,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAKrB,CAAC"}
|
package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.types.d.ts
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { BlockchainMeta } from 'rango-sdk';
|
|
2
|
+
export interface PropTypes {
|
|
3
|
+
setCategory: (type: string) => void;
|
|
4
|
+
category: string;
|
|
5
|
+
blockchains: BlockchainMeta[];
|
|
6
|
+
isLoading?: boolean;
|
|
7
|
+
}
|
|
8
|
+
export declare enum BlockchainCategories {
|
|
9
|
+
ALL = "ALL",
|
|
10
|
+
EVM = "EVM",
|
|
11
|
+
COSMOS = "COSMOS",
|
|
12
|
+
UTXO = "UTXO",
|
|
13
|
+
OTHER = "OTHER"
|
|
14
|
+
}
|
|
15
|
+
//# sourceMappingURL=SelectableCategoryList.types.d.ts.map
|
package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.types.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SelectableCategoryList.types.d.ts","sourceRoot":"","sources":["../../../../../../src/components/SelectableCategoryList/SelectableCategoryList.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,WAAW,CAAC;AAEhD,MAAM,WAAW,SAAS;IACxB,WAAW,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACpC,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,cAAc,EAAE,CAAC;IAC9B,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,oBAAY,oBAAoB;IAC9B,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,MAAM,WAAW;IACjB,IAAI,SAAS;IACb,KAAK,UAAU;CAChB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/SelectableCategoryList/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAC"}
|
|
@@ -87,6 +87,8 @@ export declare const SkeletonContainer: import("@stitches/react/types/styled-com
|
|
|
87
87
|
md: string;
|
|
88
88
|
xl: string;
|
|
89
89
|
lg: string;
|
|
90
|
+
primary: string;
|
|
91
|
+
secondary: string;
|
|
90
92
|
};
|
|
91
93
|
fontSizes: {
|
|
92
94
|
10: string;
|
|
@@ -103,7 +105,10 @@ export declare const SkeletonContainer: import("@stitches/react/types/styled-com
|
|
|
103
105
|
40: string;
|
|
104
106
|
48: string;
|
|
105
107
|
};
|
|
106
|
-
fonts: {
|
|
108
|
+
fonts: {
|
|
109
|
+
primary: string;
|
|
110
|
+
widget: string;
|
|
111
|
+
};
|
|
107
112
|
fontWeights: {
|
|
108
113
|
regular: number;
|
|
109
114
|
medium: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Skeleton.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Skeleton/Skeleton.styles.ts"],"names":[],"mappings":"AAWA,eAAO,MAAM,iBAAiB
|
|
1
|
+
{"version":3,"file":"Skeleton.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Skeleton/Skeleton.styles.ts"],"names":[],"mappings":"AAWA,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAsD5B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StepDetails.d.ts","sourceRoot":"","sources":["../../../../../../src/components/StepDetails/StepDetails.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"StepDetails.d.ts","sourceRoot":"","sources":["../../../../../../src/components/StepDetails/StepDetails.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAG5D,OAAO,KAA8C,MAAM,OAAO,CAAC;AAsGnE,eAAO,MAAM,WAAW,oHAA6B,CAAC"}
|
|
@@ -87,6 +87,8 @@ export declare const Container: import("@stitches/react/types/styled-component")
|
|
|
87
87
|
md: string;
|
|
88
88
|
xl: string;
|
|
89
89
|
lg: string;
|
|
90
|
+
primary: string;
|
|
91
|
+
secondary: string;
|
|
90
92
|
};
|
|
91
93
|
fontSizes: {
|
|
92
94
|
10: string;
|
|
@@ -103,7 +105,10 @@ export declare const Container: import("@stitches/react/types/styled-component")
|
|
|
103
105
|
40: string;
|
|
104
106
|
48: string;
|
|
105
107
|
};
|
|
106
|
-
fonts: {
|
|
108
|
+
fonts: {
|
|
109
|
+
primary: string;
|
|
110
|
+
widget: string;
|
|
111
|
+
};
|
|
107
112
|
fontWeights: {
|
|
108
113
|
regular: number;
|
|
109
114
|
medium: number;
|
|
@@ -237,6 +242,8 @@ export declare const SwapperImage: import("@stitches/react/types/styled-componen
|
|
|
237
242
|
md: string;
|
|
238
243
|
xl: string;
|
|
239
244
|
lg: string;
|
|
245
|
+
primary: string;
|
|
246
|
+
secondary: string;
|
|
240
247
|
};
|
|
241
248
|
fontSizes: {
|
|
242
249
|
10: string;
|
|
@@ -253,7 +260,10 @@ export declare const SwapperImage: import("@stitches/react/types/styled-componen
|
|
|
253
260
|
40: string;
|
|
254
261
|
48: string;
|
|
255
262
|
};
|
|
256
|
-
fonts: {
|
|
263
|
+
fonts: {
|
|
264
|
+
primary: string;
|
|
265
|
+
widget: string;
|
|
266
|
+
};
|
|
257
267
|
fontWeights: {
|
|
258
268
|
regular: number;
|
|
259
269
|
medium: number;
|
|
@@ -387,6 +397,8 @@ export declare const Alerts: import("@stitches/react/types/styled-component").St
|
|
|
387
397
|
md: string;
|
|
388
398
|
xl: string;
|
|
389
399
|
lg: string;
|
|
400
|
+
primary: string;
|
|
401
|
+
secondary: string;
|
|
390
402
|
};
|
|
391
403
|
fontSizes: {
|
|
392
404
|
10: string;
|
|
@@ -403,7 +415,10 @@ export declare const Alerts: import("@stitches/react/types/styled-component").St
|
|
|
403
415
|
40: string;
|
|
404
416
|
48: string;
|
|
405
417
|
};
|
|
406
|
-
fonts: {
|
|
418
|
+
fonts: {
|
|
419
|
+
primary: string;
|
|
420
|
+
widget: string;
|
|
421
|
+
};
|
|
407
422
|
fontWeights: {
|
|
408
423
|
regular: number;
|
|
409
424
|
medium: number;
|
|
@@ -537,6 +552,8 @@ export declare const DashedLine: import("@stitches/react/types/styled-component"
|
|
|
537
552
|
md: string;
|
|
538
553
|
xl: string;
|
|
539
554
|
lg: string;
|
|
555
|
+
primary: string;
|
|
556
|
+
secondary: string;
|
|
540
557
|
};
|
|
541
558
|
fontSizes: {
|
|
542
559
|
10: string;
|
|
@@ -553,7 +570,10 @@ export declare const DashedLine: import("@stitches/react/types/styled-component"
|
|
|
553
570
|
40: string;
|
|
554
571
|
48: string;
|
|
555
572
|
};
|
|
556
|
-
fonts: {
|
|
573
|
+
fonts: {
|
|
574
|
+
primary: string;
|
|
575
|
+
widget: string;
|
|
576
|
+
};
|
|
557
577
|
fontWeights: {
|
|
558
578
|
regular: number;
|
|
559
579
|
medium: number;
|
|
@@ -687,6 +707,8 @@ export declare const StepSeparator: import("@stitches/react/types/styled-compone
|
|
|
687
707
|
md: string;
|
|
688
708
|
xl: string;
|
|
689
709
|
lg: string;
|
|
710
|
+
primary: string;
|
|
711
|
+
secondary: string;
|
|
690
712
|
};
|
|
691
713
|
fontSizes: {
|
|
692
714
|
10: string;
|
|
@@ -703,7 +725,10 @@ export declare const StepSeparator: import("@stitches/react/types/styled-compone
|
|
|
703
725
|
40: string;
|
|
704
726
|
48: string;
|
|
705
727
|
};
|
|
706
|
-
fonts: {
|
|
728
|
+
fonts: {
|
|
729
|
+
primary: string;
|
|
730
|
+
widget: string;
|
|
731
|
+
};
|
|
707
732
|
fontWeights: {
|
|
708
733
|
regular: number;
|
|
709
734
|
medium: number;
|