@rango-dev/ui 0.15.1-next.9 → 0.17.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 +4 -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
|
@@ -89,6 +89,8 @@ export declare const ButtonBase: import("@stitches/react/types/styled-component"
|
|
|
89
89
|
md: string;
|
|
90
90
|
xl: string;
|
|
91
91
|
lg: string;
|
|
92
|
+
primary: string;
|
|
93
|
+
secondary: string;
|
|
92
94
|
};
|
|
93
95
|
fontSizes: {
|
|
94
96
|
10: string;
|
|
@@ -105,7 +107,10 @@ export declare const ButtonBase: import("@stitches/react/types/styled-component"
|
|
|
105
107
|
40: string;
|
|
106
108
|
48: string;
|
|
107
109
|
};
|
|
108
|
-
fonts: {
|
|
110
|
+
fonts: {
|
|
111
|
+
primary: string;
|
|
112
|
+
widget: string;
|
|
113
|
+
};
|
|
109
114
|
fontWeights: {
|
|
110
115
|
regular: number;
|
|
111
116
|
medium: number;
|
|
@@ -240,6 +245,8 @@ export declare const Content: import("@stitches/react/types/styled-component").S
|
|
|
240
245
|
md: string;
|
|
241
246
|
xl: string;
|
|
242
247
|
lg: string;
|
|
248
|
+
primary: string;
|
|
249
|
+
secondary: string;
|
|
243
250
|
};
|
|
244
251
|
fontSizes: {
|
|
245
252
|
10: string;
|
|
@@ -256,7 +263,10 @@ export declare const Content: import("@stitches/react/types/styled-component").S
|
|
|
256
263
|
40: string;
|
|
257
264
|
48: string;
|
|
258
265
|
};
|
|
259
|
-
fonts: {
|
|
266
|
+
fonts: {
|
|
267
|
+
primary: string;
|
|
268
|
+
widget: string;
|
|
269
|
+
};
|
|
260
270
|
fontWeights: {
|
|
261
271
|
regular: number;
|
|
262
272
|
medium: number;
|
|
@@ -388,6 +398,8 @@ export declare const RippleContainer: import("@stitches/react/types/styled-compo
|
|
|
388
398
|
md: string;
|
|
389
399
|
xl: string;
|
|
390
400
|
lg: string;
|
|
401
|
+
primary: string;
|
|
402
|
+
secondary: string;
|
|
391
403
|
};
|
|
392
404
|
fontSizes: {
|
|
393
405
|
10: string;
|
|
@@ -404,7 +416,10 @@ export declare const RippleContainer: import("@stitches/react/types/styled-compo
|
|
|
404
416
|
40: string;
|
|
405
417
|
48: string;
|
|
406
418
|
};
|
|
407
|
-
fonts: {
|
|
419
|
+
fonts: {
|
|
420
|
+
primary: string;
|
|
421
|
+
widget: string;
|
|
422
|
+
};
|
|
408
423
|
fontWeights: {
|
|
409
424
|
regular: number;
|
|
410
425
|
medium: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Button.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Button/Button.styles.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU
|
|
1
|
+
{"version":3,"file":"Button.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Button/Button.styles.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAygBrB,CAAC;AAEH,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAclB,CAAC;AASH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAe1B,CAAC"}
|
|
@@ -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;
|
|
@@ -234,6 +239,8 @@ export declare const ChainImageContainer: import("@stitches/react/types/styled-c
|
|
|
234
239
|
md: string;
|
|
235
240
|
xl: string;
|
|
236
241
|
lg: string;
|
|
242
|
+
primary: string;
|
|
243
|
+
secondary: string;
|
|
237
244
|
};
|
|
238
245
|
fontSizes: {
|
|
239
246
|
10: string;
|
|
@@ -250,7 +257,10 @@ export declare const ChainImageContainer: import("@stitches/react/types/styled-c
|
|
|
250
257
|
40: string;
|
|
251
258
|
48: string;
|
|
252
259
|
};
|
|
253
|
-
fonts: {
|
|
260
|
+
fonts: {
|
|
261
|
+
primary: string;
|
|
262
|
+
widget: string;
|
|
263
|
+
};
|
|
254
264
|
fontWeights: {
|
|
255
265
|
regular: number;
|
|
256
266
|
medium: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChainToken.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/ChainToken/ChainToken.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"ChainToken.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/ChainToken/ChainToken.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIpB,CAAC;AAEH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAqB9B,CAAC"}
|
|
@@ -86,6 +86,8 @@ export declare const CheckboxContainer: import("@stitches/react/types/styled-com
|
|
|
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 CheckboxContainer: import("@stitches/react/types/styled-com
|
|
|
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;
|
|
@@ -234,6 +239,8 @@ export declare const CheckboxRoot: import("@stitches/react/types/styled-componen
|
|
|
234
239
|
md: string;
|
|
235
240
|
xl: string;
|
|
236
241
|
lg: string;
|
|
242
|
+
primary: string;
|
|
243
|
+
secondary: string;
|
|
237
244
|
};
|
|
238
245
|
fontSizes: {
|
|
239
246
|
10: string;
|
|
@@ -250,7 +257,10 @@ export declare const CheckboxRoot: import("@stitches/react/types/styled-componen
|
|
|
250
257
|
40: string;
|
|
251
258
|
48: string;
|
|
252
259
|
};
|
|
253
|
-
fonts: {
|
|
260
|
+
fonts: {
|
|
261
|
+
primary: string;
|
|
262
|
+
widget: string;
|
|
263
|
+
};
|
|
254
264
|
fontWeights: {
|
|
255
265
|
regular: number;
|
|
256
266
|
medium: number;
|
|
@@ -382,6 +392,8 @@ export declare const CheckboxIndicator: import("@stitches/react/types/styled-com
|
|
|
382
392
|
md: string;
|
|
383
393
|
xl: string;
|
|
384
394
|
lg: string;
|
|
395
|
+
primary: string;
|
|
396
|
+
secondary: string;
|
|
385
397
|
};
|
|
386
398
|
fontSizes: {
|
|
387
399
|
10: string;
|
|
@@ -398,7 +410,10 @@ export declare const CheckboxIndicator: import("@stitches/react/types/styled-com
|
|
|
398
410
|
40: string;
|
|
399
411
|
48: string;
|
|
400
412
|
};
|
|
401
|
-
fonts: {
|
|
413
|
+
fonts: {
|
|
414
|
+
primary: string;
|
|
415
|
+
widget: string;
|
|
416
|
+
};
|
|
402
417
|
fontWeights: {
|
|
403
418
|
regular: number;
|
|
404
419
|
medium: number;
|
|
@@ -530,6 +545,8 @@ export declare const Label: import("@stitches/react/types/styled-component").Sty
|
|
|
530
545
|
md: string;
|
|
531
546
|
xl: string;
|
|
532
547
|
lg: string;
|
|
548
|
+
primary: string;
|
|
549
|
+
secondary: string;
|
|
533
550
|
};
|
|
534
551
|
fontSizes: {
|
|
535
552
|
10: string;
|
|
@@ -546,7 +563,10 @@ export declare const Label: import("@stitches/react/types/styled-component").Sty
|
|
|
546
563
|
40: string;
|
|
547
564
|
48: string;
|
|
548
565
|
};
|
|
549
|
-
fonts: {
|
|
566
|
+
fonts: {
|
|
567
|
+
primary: string;
|
|
568
|
+
widget: string;
|
|
569
|
+
};
|
|
550
570
|
fontWeights: {
|
|
551
571
|
regular: number;
|
|
552
572
|
medium: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Checkbox.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Checkbox/Checkbox.styles.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,aAAa,MAAM,0BAA0B,CAAC;AAI1D,eAAO,MAAM,iBAAiB
|
|
1
|
+
{"version":3,"file":"Checkbox.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Checkbox/Checkbox.styles.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,aAAa,MAAM,0BAA0B,CAAC;AAI1D,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAG5B,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAiBvB,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAI5B,CAAC;AAEH,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIhB,CAAC"}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import type { CheckboxProps } from '@radix-ui/react-checkbox';
|
|
2
3
|
type RadixCheckboxProps = Pick<CheckboxProps, 'defaultChecked' | 'checked' | 'disabled' | 'name' | 'onCheckedChange'>;
|
|
3
4
|
interface WithLabelProps {
|
|
4
5
|
id: string;
|
|
5
|
-
label:
|
|
6
|
+
label: React.ReactNode;
|
|
6
7
|
}
|
|
7
8
|
interface ComponentProps {
|
|
8
9
|
id?: never;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Checkbox.types.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Checkbox/Checkbox.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AAE9D,KAAK,kBAAkB,GAAG,IAAI,CAC5B,aAAa,EACb,gBAAgB,GAAG,SAAS,GAAG,UAAU,GAAG,MAAM,GAAG,iBAAiB,CACvE,CAAC;AAEF,UAAU,cAAc;IACtB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"Checkbox.types.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Checkbox/Checkbox.types.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AAE9D,KAAK,kBAAkB,GAAG,IAAI,CAC5B,aAAa,EACb,gBAAgB,GAAG,SAAS,GAAG,UAAU,GAAG,MAAM,GAAG,iBAAiB,CACvE,CAAC;AAEF,UAAU,cAAc;IACtB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC;CACxB;AACD,UAAU,cAAc;IACtB,EAAE,CAAC,EAAE,KAAK,CAAC;IACX,KAAK,CAAC,EAAE,KAAK,CAAC;CACf;AAED,MAAM,MAAM,SAAS,GAAG,kBAAkB,GAAG,CAAC,cAAc,GAAG,cAAc,CAAC,CAAC"}
|
|
@@ -86,6 +86,8 @@ export declare const ChipContainer: import("@stitches/react/types/styled-compone
|
|
|
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 ChipContainer: import("@stitches/react/types/styled-compone
|
|
|
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":"Chip.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Chip/Chip.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"Chip.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Chip/Chip.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAsCxB,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { CollapsibleProps } from './Collapsible.types';
|
|
2
|
+
import type { PropsWithChildren } from 'react';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
export declare function CollapsibleComponent(props: PropsWithChildren<CollapsibleProps>): React.JSX.Element;
|
|
5
|
+
//# sourceMappingURL=Collapsible.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Collapsible.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Collapsible/Collapsible.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAC5D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAG/C,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,wBAAgB,oBAAoB,CAClC,KAAK,EAAE,iBAAiB,CAAC,gBAAgB,CAAC,qBAS3C"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import type { CollapsibleProps } from './Collapsible.types';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { CollapsibleComponent as Collapsible } from './Collapsible';
|
|
4
|
+
declare const _default: {
|
|
5
|
+
title: string;
|
|
6
|
+
component: typeof Collapsible;
|
|
7
|
+
args: {
|
|
8
|
+
open: boolean;
|
|
9
|
+
trigger: React.JSX.Element;
|
|
10
|
+
};
|
|
11
|
+
argTypes: {
|
|
12
|
+
open: {
|
|
13
|
+
name: string;
|
|
14
|
+
defaultValue: boolean;
|
|
15
|
+
control: {
|
|
16
|
+
type: string;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
export default _default;
|
|
22
|
+
export declare const Main: (args: CollapsibleProps) => React.JSX.Element;
|
|
23
|
+
//# sourceMappingURL=Collapsible.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Collapsible.stories.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Collapsible/Collapsible.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAE5D,OAAO,KAAmB,MAAM,OAAO,CAAC;AAKxC,OAAO,EAAE,oBAAoB,IAAI,WAAW,EAAE,MAAM,eAAe,CAAC;;;;;;;;;;;;;;;;;;AAEpE,wBAqBE;AAEF,eAAO,MAAM,IAAI,SAAU,gBAAgB,sBAa1C,CAAC"}
|
|
@@ -0,0 +1,156 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import * as Collapsible from '@radix-ui/react-collapsible';
|
|
3
|
+
export declare const Trigger: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<Collapsible.CollapsibleTriggerProps & import("react").RefAttributes<HTMLButtonElement>>, {}, {
|
|
4
|
+
sm: string;
|
|
5
|
+
md: string;
|
|
6
|
+
lg: string;
|
|
7
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
8
|
+
sm: string;
|
|
9
|
+
md: string;
|
|
10
|
+
lg: string;
|
|
11
|
+
}, {
|
|
12
|
+
colors: {
|
|
13
|
+
primary500: string;
|
|
14
|
+
primary600: string;
|
|
15
|
+
secondary100: string;
|
|
16
|
+
secondary200: string;
|
|
17
|
+
secondary300: string;
|
|
18
|
+
secondary400: string;
|
|
19
|
+
secondary500: string;
|
|
20
|
+
secondary600: string;
|
|
21
|
+
secondary700: string;
|
|
22
|
+
secondary800: string;
|
|
23
|
+
secondary900: string;
|
|
24
|
+
neutral100: string;
|
|
25
|
+
neutral200: string;
|
|
26
|
+
neutral300: string;
|
|
27
|
+
neutral400: string;
|
|
28
|
+
neutral500: string;
|
|
29
|
+
neutral600: string;
|
|
30
|
+
neutral700: string;
|
|
31
|
+
neutral800: string;
|
|
32
|
+
neutral900: string;
|
|
33
|
+
error100: string;
|
|
34
|
+
error300: string;
|
|
35
|
+
error500: string;
|
|
36
|
+
error600: string;
|
|
37
|
+
error700: string;
|
|
38
|
+
warning100: string;
|
|
39
|
+
warning300: string;
|
|
40
|
+
warning500: string;
|
|
41
|
+
warning600: string;
|
|
42
|
+
warning700: string;
|
|
43
|
+
info100: string;
|
|
44
|
+
info300: string;
|
|
45
|
+
info500: string;
|
|
46
|
+
info600: string;
|
|
47
|
+
info700: string;
|
|
48
|
+
success100: string;
|
|
49
|
+
success300: string;
|
|
50
|
+
success500: string;
|
|
51
|
+
success600: string;
|
|
52
|
+
success700: string;
|
|
53
|
+
background: string;
|
|
54
|
+
foreground: string;
|
|
55
|
+
};
|
|
56
|
+
space: {
|
|
57
|
+
0: string;
|
|
58
|
+
5: string;
|
|
59
|
+
10: string;
|
|
60
|
+
15: string;
|
|
61
|
+
20: string;
|
|
62
|
+
25: string;
|
|
63
|
+
30: string;
|
|
64
|
+
40: string;
|
|
65
|
+
46: string;
|
|
66
|
+
50: string;
|
|
67
|
+
60: string;
|
|
68
|
+
70: string;
|
|
69
|
+
80: string;
|
|
70
|
+
90: string;
|
|
71
|
+
100: string;
|
|
72
|
+
2: string;
|
|
73
|
+
4: string;
|
|
74
|
+
6: string;
|
|
75
|
+
8: string;
|
|
76
|
+
12: string;
|
|
77
|
+
16: string;
|
|
78
|
+
24: string;
|
|
79
|
+
28: string;
|
|
80
|
+
32: string;
|
|
81
|
+
};
|
|
82
|
+
radii: {
|
|
83
|
+
xs: string;
|
|
84
|
+
sm: string;
|
|
85
|
+
xm: string;
|
|
86
|
+
md: string;
|
|
87
|
+
xl: string;
|
|
88
|
+
lg: string;
|
|
89
|
+
primary: string;
|
|
90
|
+
secondary: string;
|
|
91
|
+
};
|
|
92
|
+
fontSizes: {
|
|
93
|
+
10: string;
|
|
94
|
+
12: string;
|
|
95
|
+
14: string;
|
|
96
|
+
16: string;
|
|
97
|
+
18: string;
|
|
98
|
+
20: string;
|
|
99
|
+
22: string;
|
|
100
|
+
24: string;
|
|
101
|
+
28: string;
|
|
102
|
+
32: string;
|
|
103
|
+
36: string;
|
|
104
|
+
40: string;
|
|
105
|
+
48: string;
|
|
106
|
+
};
|
|
107
|
+
fonts: {
|
|
108
|
+
primary: string;
|
|
109
|
+
widget: string;
|
|
110
|
+
};
|
|
111
|
+
fontWeights: {
|
|
112
|
+
regular: number;
|
|
113
|
+
medium: number;
|
|
114
|
+
semiBold: number;
|
|
115
|
+
bold: number;
|
|
116
|
+
};
|
|
117
|
+
lineHeights: {
|
|
118
|
+
12: string;
|
|
119
|
+
16: string;
|
|
120
|
+
20: string;
|
|
121
|
+
24: string;
|
|
122
|
+
26: string;
|
|
123
|
+
28: string;
|
|
124
|
+
30: string;
|
|
125
|
+
36: string;
|
|
126
|
+
40: string;
|
|
127
|
+
44: string;
|
|
128
|
+
52: string;
|
|
129
|
+
64: string;
|
|
130
|
+
};
|
|
131
|
+
letterSpacings: {};
|
|
132
|
+
sizes: {
|
|
133
|
+
4: string;
|
|
134
|
+
6: string;
|
|
135
|
+
8: string;
|
|
136
|
+
12: string;
|
|
137
|
+
16: string;
|
|
138
|
+
18: string;
|
|
139
|
+
20: string;
|
|
140
|
+
24: string;
|
|
141
|
+
28: string;
|
|
142
|
+
32: string;
|
|
143
|
+
36: string;
|
|
144
|
+
40: string;
|
|
145
|
+
45: string;
|
|
146
|
+
48: string;
|
|
147
|
+
};
|
|
148
|
+
borderWidths: {};
|
|
149
|
+
borderStyles: {};
|
|
150
|
+
shadows: {
|
|
151
|
+
s: string;
|
|
152
|
+
};
|
|
153
|
+
zIndices: {};
|
|
154
|
+
transitions: {};
|
|
155
|
+
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
156
|
+
//# sourceMappingURL=Collapsible.styles.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Collapsible.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Collapsible/Collapsible.styles.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,WAAW,MAAM,6BAA6B,CAAC;AAI3D,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIlB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Collapsible.types.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Collapsible/Collapsible.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,MAAM,WAAW,gBAAgB;IAC/B,OAAO,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB,IAAI,EAAE,OAAO,CAAC;IACd,YAAY,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;CACvC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Collapsible/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,IAAI,WAAW,EAAE,MAAM,eAAe,CAAC"}
|
|
@@ -84,6 +84,8 @@ export declare const BackDrop: 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 BackDrop: 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;
|
|
@@ -234,6 +239,8 @@ export declare const DrawerContainer: import("@stitches/react/types/styled-compo
|
|
|
234
239
|
md: string;
|
|
235
240
|
xl: string;
|
|
236
241
|
lg: string;
|
|
242
|
+
primary: string;
|
|
243
|
+
secondary: string;
|
|
237
244
|
};
|
|
238
245
|
fontSizes: {
|
|
239
246
|
10: string;
|
|
@@ -250,7 +257,10 @@ export declare const DrawerContainer: import("@stitches/react/types/styled-compo
|
|
|
250
257
|
40: string;
|
|
251
258
|
48: string;
|
|
252
259
|
};
|
|
253
|
-
fonts: {
|
|
260
|
+
fonts: {
|
|
261
|
+
primary: string;
|
|
262
|
+
widget: string;
|
|
263
|
+
};
|
|
254
264
|
fontWeights: {
|
|
255
265
|
regular: number;
|
|
256
266
|
medium: number;
|
|
@@ -382,6 +392,8 @@ export declare const DrawerHeader: import("@stitches/react/types/styled-componen
|
|
|
382
392
|
md: string;
|
|
383
393
|
xl: string;
|
|
384
394
|
lg: string;
|
|
395
|
+
primary: string;
|
|
396
|
+
secondary: string;
|
|
385
397
|
};
|
|
386
398
|
fontSizes: {
|
|
387
399
|
10: string;
|
|
@@ -398,7 +410,10 @@ export declare const DrawerHeader: import("@stitches/react/types/styled-componen
|
|
|
398
410
|
40: string;
|
|
399
411
|
48: string;
|
|
400
412
|
};
|
|
401
|
-
fonts: {
|
|
413
|
+
fonts: {
|
|
414
|
+
primary: string;
|
|
415
|
+
widget: string;
|
|
416
|
+
};
|
|
402
417
|
fontWeights: {
|
|
403
418
|
regular: number;
|
|
404
419
|
medium: number;
|
|
@@ -530,6 +545,8 @@ export declare const Body: import("@stitches/react/types/styled-component").Styl
|
|
|
530
545
|
md: string;
|
|
531
546
|
xl: string;
|
|
532
547
|
lg: string;
|
|
548
|
+
primary: string;
|
|
549
|
+
secondary: string;
|
|
533
550
|
};
|
|
534
551
|
fontSizes: {
|
|
535
552
|
10: string;
|
|
@@ -546,7 +563,10 @@ export declare const Body: import("@stitches/react/types/styled-component").Styl
|
|
|
546
563
|
40: string;
|
|
547
564
|
48: string;
|
|
548
565
|
};
|
|
549
|
-
fonts: {
|
|
566
|
+
fonts: {
|
|
567
|
+
primary: string;
|
|
568
|
+
widget: string;
|
|
569
|
+
};
|
|
550
570
|
fontWeights: {
|
|
551
571
|
regular: number;
|
|
552
572
|
medium: number;
|
|
@@ -678,6 +698,8 @@ export declare const Footer: import("@stitches/react/types/styled-component").St
|
|
|
678
698
|
md: string;
|
|
679
699
|
xl: string;
|
|
680
700
|
lg: string;
|
|
701
|
+
primary: string;
|
|
702
|
+
secondary: string;
|
|
681
703
|
};
|
|
682
704
|
fontSizes: {
|
|
683
705
|
10: string;
|
|
@@ -694,7 +716,10 @@ export declare const Footer: import("@stitches/react/types/styled-component").St
|
|
|
694
716
|
40: string;
|
|
695
717
|
48: string;
|
|
696
718
|
};
|
|
697
|
-
fonts: {
|
|
719
|
+
fonts: {
|
|
720
|
+
primary: string;
|
|
721
|
+
widget: string;
|
|
722
|
+
};
|
|
698
723
|
fontWeights: {
|
|
699
724
|
regular: number;
|
|
700
725
|
medium: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Drawer.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Drawer/Drawer.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,QAAQ
|
|
1
|
+
{"version":3,"file":"Drawer.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Drawer/Drawer.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DASnB,CAAC;AAEH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAsC1B,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAKvB,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAGf,CAAC;AACH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAEjB,CAAC"}
|
|
@@ -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;
|
|
@@ -232,6 +237,8 @@ export declare const Suffix: import("@stitches/react/types/styled-component").St
|
|
|
232
237
|
md: string;
|
|
233
238
|
xl: string;
|
|
234
239
|
lg: string;
|
|
240
|
+
primary: string;
|
|
241
|
+
secondary: string;
|
|
235
242
|
};
|
|
236
243
|
fontSizes: {
|
|
237
244
|
10: string;
|
|
@@ -248,7 +255,10 @@ export declare const Suffix: import("@stitches/react/types/styled-component").St
|
|
|
248
255
|
40: string;
|
|
249
256
|
48: string;
|
|
250
257
|
};
|
|
251
|
-
fonts: {
|
|
258
|
+
fonts: {
|
|
259
|
+
primary: string;
|
|
260
|
+
widget: string;
|
|
261
|
+
};
|
|
252
262
|
fontWeights: {
|
|
253
263
|
regular: number;
|
|
254
264
|
medium: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Header.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Header/Header.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"Header.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Header/Header.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAapB,CAAC;AAEH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIjB,CAAC"}
|
|
@@ -85,6 +85,8 @@ export declare const CloseIcon: import("@stitches/react/types/styled-component")
|
|
|
85
85
|
md: string;
|
|
86
86
|
xl: string;
|
|
87
87
|
lg: string;
|
|
88
|
+
primary: string;
|
|
89
|
+
secondary: string;
|
|
88
90
|
};
|
|
89
91
|
fontSizes: {
|
|
90
92
|
10: string;
|
|
@@ -101,7 +103,10 @@ export declare const CloseIcon: import("@stitches/react/types/styled-component")
|
|
|
101
103
|
40: string;
|
|
102
104
|
48: string;
|
|
103
105
|
};
|
|
104
|
-
fonts: {
|
|
106
|
+
fonts: {
|
|
107
|
+
primary: string;
|
|
108
|
+
widget: string;
|
|
109
|
+
};
|
|
105
110
|
fontWeights: {
|
|
106
111
|
regular: number;
|
|
107
112
|
medium: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CloseIcon.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Icon/CloseIcon.tsx"],"names":[],"mappings":";AAGA,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"CloseIcon.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Icon/CloseIcon.tsx"],"names":[],"mappings":";AAGA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAGpB,CAAC"}
|