@rango-dev/ui 0.15.1-next.8 → 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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StepDetails.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/StepDetails/StepDetails.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"StepDetails.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/StepDetails/StepDetails.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DA2DpB,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAmBvB,CAAC;AAEH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DASjB,CAAC;AAEH,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAarB,CAAC;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAsBxB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare const SvgWithColor: import("@stitches/react/types/styled-component").StyledComponent<"svg", {
|
|
2
|
-
color?: "success" | "warning" | "error" | "info" | "
|
|
2
|
+
color?: "success" | "warning" | "error" | "info" | "primary" | "secondary" | "black" | "gray" | "white" | undefined;
|
|
3
3
|
}, {
|
|
4
4
|
sm: string;
|
|
5
5
|
md: string;
|
|
@@ -86,6 +86,8 @@ export declare const SvgWithColor: import("@stitches/react/types/styled-componen
|
|
|
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 SvgWithColor: import("@stitches/react/types/styled-componen
|
|
|
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":"SvgIcon.style.d.ts","sourceRoot":"","sources":["../../../../../../src/components/SvgIcon/SvgIcon.style.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"SvgIcon.style.d.ts","sourceRoot":"","sources":["../../../../../../src/components/SvgIcon/SvgIcon.style.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAoCvB,CAAC"}
|
|
@@ -85,6 +85,8 @@ export declare const LoaderContainer: import("@stitches/react/types/styled-compo
|
|
|
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 LoaderContainer: import("@stitches/react/types/styled-compo
|
|
|
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;
|
package/dist/widget/ui/src/components/SwapDetailsPlaceholder/SwapDetailsPlaceholder.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SwapDetailsPlaceholder.d.ts","sourceRoot":"","sources":["../../../../../../src/components/SwapDetailsPlaceholder/SwapDetailsPlaceholder.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B,eAAO,MAAM,eAAe
|
|
1
|
+
{"version":3,"file":"SwapDetailsPlaceholder.d.ts","sourceRoot":"","sources":["../../../../../../src/components/SwapDetailsPlaceholder/SwapDetailsPlaceholder.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAM1B,CAAC;AAEH,UAAU,SAAS;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,OAAO,CAAC;IACjB,MAAM,EAAE,MAAM,IAAI,CAAC;CACpB;AAED,wBAAgB,sBAAsB,CAAC,KAAK,EAAE,SAAS,qBA0BtD"}
|
|
@@ -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 Header: 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 Header: 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;
|
|
@@ -380,6 +390,8 @@ export declare const Main: import("@stitches/react/types/styled-component").Styl
|
|
|
380
390
|
md: string;
|
|
381
391
|
xl: string;
|
|
382
392
|
lg: string;
|
|
393
|
+
primary: string;
|
|
394
|
+
secondary: string;
|
|
383
395
|
};
|
|
384
396
|
fontSizes: {
|
|
385
397
|
10: string;
|
|
@@ -396,7 +408,10 @@ export declare const Main: import("@stitches/react/types/styled-component").Styl
|
|
|
396
408
|
40: string;
|
|
397
409
|
48: string;
|
|
398
410
|
};
|
|
399
|
-
fonts: {
|
|
411
|
+
fonts: {
|
|
412
|
+
primary: string;
|
|
413
|
+
widget: string;
|
|
414
|
+
};
|
|
400
415
|
fontWeights: {
|
|
401
416
|
regular: number;
|
|
402
417
|
medium: number;
|
|
@@ -528,6 +543,8 @@ export declare const Date: import("@stitches/react/types/styled-component").Styl
|
|
|
528
543
|
md: string;
|
|
529
544
|
xl: string;
|
|
530
545
|
lg: string;
|
|
546
|
+
primary: string;
|
|
547
|
+
secondary: string;
|
|
531
548
|
};
|
|
532
549
|
fontSizes: {
|
|
533
550
|
10: string;
|
|
@@ -544,7 +561,10 @@ export declare const Date: import("@stitches/react/types/styled-component").Styl
|
|
|
544
561
|
40: string;
|
|
545
562
|
48: string;
|
|
546
563
|
};
|
|
547
|
-
fonts: {
|
|
564
|
+
fonts: {
|
|
565
|
+
primary: string;
|
|
566
|
+
widget: string;
|
|
567
|
+
};
|
|
548
568
|
fontWeights: {
|
|
549
569
|
regular: number;
|
|
550
570
|
medium: number;
|
|
@@ -676,6 +696,8 @@ export declare const LoadingMain: import("@stitches/react/types/styled-component
|
|
|
676
696
|
md: string;
|
|
677
697
|
xl: string;
|
|
678
698
|
lg: string;
|
|
699
|
+
primary: string;
|
|
700
|
+
secondary: string;
|
|
679
701
|
};
|
|
680
702
|
fontSizes: {
|
|
681
703
|
10: string;
|
|
@@ -692,7 +714,10 @@ export declare const LoadingMain: import("@stitches/react/types/styled-component
|
|
|
692
714
|
40: string;
|
|
693
715
|
48: string;
|
|
694
716
|
};
|
|
695
|
-
fonts: {
|
|
717
|
+
fonts: {
|
|
718
|
+
primary: string;
|
|
719
|
+
widget: string;
|
|
720
|
+
};
|
|
696
721
|
fontWeights: {
|
|
697
722
|
regular: number;
|
|
698
723
|
medium: number;
|
|
@@ -824,6 +849,8 @@ export declare const LoadingContainer: import("@stitches/react/types/styled-comp
|
|
|
824
849
|
md: string;
|
|
825
850
|
xl: string;
|
|
826
851
|
lg: string;
|
|
852
|
+
primary: string;
|
|
853
|
+
secondary: string;
|
|
827
854
|
};
|
|
828
855
|
fontSizes: {
|
|
829
856
|
10: string;
|
|
@@ -840,7 +867,10 @@ export declare const LoadingContainer: import("@stitches/react/types/styled-comp
|
|
|
840
867
|
40: string;
|
|
841
868
|
48: string;
|
|
842
869
|
};
|
|
843
|
-
fonts: {
|
|
870
|
+
fonts: {
|
|
871
|
+
primary: string;
|
|
872
|
+
widget: string;
|
|
873
|
+
};
|
|
844
874
|
fontWeights: {
|
|
845
875
|
regular: number;
|
|
846
876
|
medium: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SwapListItem.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/SwapListItem/SwapListItem.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"SwapListItem.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/SwapListItem/SwapListItem.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAMpB,CAAC;AAEH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAMjB,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DA4Bf,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIf,CAAC;AAEH,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAWtB,CAAC;AAEH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAM3B,CAAC"}
|
|
@@ -84,6 +84,8 @@ export declare const TokenContainer: import("@stitches/react/types/styled-compon
|
|
|
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 TokenContainer: import("@stitches/react/types/styled-compon
|
|
|
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 Images: 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 Images: 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;
|
|
@@ -382,6 +392,8 @@ export declare const Layout: import("@stitches/react/types/styled-component").St
|
|
|
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 Layout: import("@stitches/react/types/styled-component").St
|
|
|
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 TopSection: import("@stitches/react/types/styled-component"
|
|
|
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 TopSection: import("@stitches/react/types/styled-component"
|
|
|
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 TokenInfo: import("@stitches/react/types/styled-component")
|
|
|
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 TokenInfo: import("@stitches/react/types/styled-component")
|
|
|
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;
|
|
@@ -826,6 +851,8 @@ export declare const Icon: import("@stitches/react/types/styled-component").Styl
|
|
|
826
851
|
md: string;
|
|
827
852
|
xl: string;
|
|
828
853
|
lg: string;
|
|
854
|
+
primary: string;
|
|
855
|
+
secondary: string;
|
|
829
856
|
};
|
|
830
857
|
fontSizes: {
|
|
831
858
|
10: string;
|
|
@@ -842,7 +869,10 @@ export declare const Icon: import("@stitches/react/types/styled-component").Styl
|
|
|
842
869
|
40: string;
|
|
843
870
|
48: string;
|
|
844
871
|
};
|
|
845
|
-
fonts: {
|
|
872
|
+
fonts: {
|
|
873
|
+
primary: string;
|
|
874
|
+
widget: string;
|
|
875
|
+
};
|
|
846
876
|
fontWeights: {
|
|
847
877
|
regular: number;
|
|
848
878
|
medium: number;
|
|
@@ -974,6 +1004,8 @@ export declare const LayoutLoading: import("@stitches/react/types/styled-compone
|
|
|
974
1004
|
md: string;
|
|
975
1005
|
xl: string;
|
|
976
1006
|
lg: string;
|
|
1007
|
+
primary: string;
|
|
1008
|
+
secondary: string;
|
|
977
1009
|
};
|
|
978
1010
|
fontSizes: {
|
|
979
1011
|
10: string;
|
|
@@ -990,7 +1022,10 @@ export declare const LayoutLoading: import("@stitches/react/types/styled-compone
|
|
|
990
1022
|
40: string;
|
|
991
1023
|
48: string;
|
|
992
1024
|
};
|
|
993
|
-
fonts: {
|
|
1025
|
+
fonts: {
|
|
1026
|
+
primary: string;
|
|
1027
|
+
widget: string;
|
|
1028
|
+
};
|
|
994
1029
|
fontWeights: {
|
|
995
1030
|
regular: number;
|
|
996
1031
|
medium: number;
|
|
@@ -1122,6 +1157,8 @@ export declare const IconLoading: import("@stitches/react/types/styled-component
|
|
|
1122
1157
|
md: string;
|
|
1123
1158
|
xl: string;
|
|
1124
1159
|
lg: string;
|
|
1160
|
+
primary: string;
|
|
1161
|
+
secondary: string;
|
|
1125
1162
|
};
|
|
1126
1163
|
fontSizes: {
|
|
1127
1164
|
10: string;
|
|
@@ -1138,7 +1175,10 @@ export declare const IconLoading: import("@stitches/react/types/styled-component
|
|
|
1138
1175
|
40: string;
|
|
1139
1176
|
48: string;
|
|
1140
1177
|
};
|
|
1141
|
-
fonts: {
|
|
1178
|
+
fonts: {
|
|
1179
|
+
primary: string;
|
|
1180
|
+
widget: string;
|
|
1181
|
+
};
|
|
1142
1182
|
fontWeights: {
|
|
1143
1183
|
regular: number;
|
|
1144
1184
|
medium: number;
|
|
@@ -1270,6 +1310,8 @@ export declare const LoadingContainer: import("@stitches/react/types/styled-comp
|
|
|
1270
1310
|
md: string;
|
|
1271
1311
|
xl: string;
|
|
1272
1312
|
lg: string;
|
|
1313
|
+
primary: string;
|
|
1314
|
+
secondary: string;
|
|
1273
1315
|
};
|
|
1274
1316
|
fontSizes: {
|
|
1275
1317
|
10: string;
|
|
@@ -1286,7 +1328,10 @@ export declare const LoadingContainer: import("@stitches/react/types/styled-comp
|
|
|
1286
1328
|
40: string;
|
|
1287
1329
|
48: string;
|
|
1288
1330
|
};
|
|
1289
|
-
fonts: {
|
|
1331
|
+
fonts: {
|
|
1332
|
+
primary: string;
|
|
1333
|
+
widget: string;
|
|
1334
|
+
};
|
|
1290
1335
|
fontWeights: {
|
|
1291
1336
|
regular: number;
|
|
1292
1337
|
medium: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SwapToken.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/SwapListItem/SwapToken.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"SwapToken.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/SwapListItem/SwapToken.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAKzB,CAAC;AAEH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAKjB,CAAC;AAEH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAcjB,CAAC;AAEH,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIrB,CAAC;AAEH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAMpB,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAQf,CAAC;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIxB,CAAC;AAEH,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAMtB,CAAC;AAEH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAK3B,CAAC"}
|
|
@@ -86,6 +86,8 @@ export declare const StyledSwitchRoot: import("@stitches/react/types/styled-comp
|
|
|
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 StyledSwitchRoot: import("@stitches/react/types/styled-comp
|
|
|
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 StyledSwitchThumb: import("@stitches/react/types/styled-com
|
|
|
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 StyledSwitchThumb: import("@stitches/react/types/styled-com
|
|
|
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":"Switch.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Switch/Switch.styles.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,WAAW,MAAM,wBAAwB,CAAC;AAItD,eAAO,MAAM,gBAAgB
|
|
1
|
+
{"version":3,"file":"Switch.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Switch/Switch.styles.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,WAAW,MAAM,wBAAwB,CAAC;AAItD,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAuB3B,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAgB5B,CAAC"}
|
|
@@ -89,6 +89,8 @@ export declare const InputContainer: import("@stitches/react/types/styled-compon
|
|
|
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 InputContainer: import("@stitches/react/types/styled-compon
|
|
|
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;
|
|
@@ -239,6 +244,8 @@ export declare const Input: import("@stitches/react/types/styled-component").Sty
|
|
|
239
244
|
md: string;
|
|
240
245
|
xl: string;
|
|
241
246
|
lg: string;
|
|
247
|
+
primary: string;
|
|
248
|
+
secondary: string;
|
|
242
249
|
};
|
|
243
250
|
fontSizes: {
|
|
244
251
|
10: string;
|
|
@@ -255,7 +262,10 @@ export declare const Input: import("@stitches/react/types/styled-component").Sty
|
|
|
255
262
|
40: string;
|
|
256
263
|
48: string;
|
|
257
264
|
};
|
|
258
|
-
fonts: {
|
|
265
|
+
fonts: {
|
|
266
|
+
primary: string;
|
|
267
|
+
widget: string;
|
|
268
|
+
};
|
|
259
269
|
fontWeights: {
|
|
260
270
|
regular: number;
|
|
261
271
|
medium: number;
|
|
@@ -387,6 +397,8 @@ export declare const Label: import("@stitches/react/types/styled-component").Sty
|
|
|
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 Label: import("@stitches/react/types/styled-component").Sty
|
|
|
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;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextField.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/TextField/TextField.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"TextField.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/TextField/TextField.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAgFzB,CAAC;AAEH,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAkChB,CAAC;AAEH,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAEhB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Tooltip.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Tooltip/Tooltip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAG/C,OAAO,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"Tooltip.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Tooltip/Tooltip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAG/C,OAAO,KAAK,MAAM,OAAO,CAAC;AAQ1B,wBAAgB,OAAO,CAAC,KAAK,EAAE,iBAAiB,CAAC,SAAS,CAAC,qBA0B1D"}
|