@rango-dev/ui 0.24.0 → 0.25.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 +0 -4
- 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/ja.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Alert/Alert.styles.d.ts +157 -0
- package/dist/widget/ui/src/components/Alert/Alert.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/BlockchainsChip/BlockchainsChip.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Button/Button.d.ts +54 -54
- package/dist/widget/ui/src/components/Button/Button.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Checkbox/Checkbox.styles.d.ts.map +1 -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.map +1 -1
- package/dist/widget/ui/src/components/PriceImpact/PriceImpact.styles.d.ts +158 -0
- package/dist/widget/ui/src/components/PriceImpact/PriceImpact.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/QuoteCost/QuoteCost.d.ts +4 -0
- package/dist/widget/ui/src/components/QuoteCost/QuoteCost.d.ts.map +1 -0
- package/dist/widget/ui/src/components/QuoteCost/QuoteCost.styles.d.ts +629 -0
- package/dist/widget/ui/src/components/QuoteCost/QuoteCost.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/{RouteCost/RouteCost.types.d.ts → QuoteCost/QuoteCost.types.d.ts} +1 -1
- package/dist/widget/ui/src/components/QuoteCost/QuoteCost.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/QuoteCost/index.d.ts +2 -0
- package/dist/widget/ui/src/components/QuoteCost/index.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Radio/Radio.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/RoutesOverview/RoutesOverview.d.ts.map +1 -1
- package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.d.ts.map +1 -1
- package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.helpers.d.ts +16 -2
- package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.helpers.d.ts.map +1 -1
- package/dist/widget/ui/src/components/SelectableCategoryList/index.d.ts +1 -0
- package/dist/widget/ui/src/components/SelectableCategoryList/index.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Skeleton/Skeleton.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Skeleton/Skeleton.types.d.ts +1 -1
- package/dist/widget/ui/src/components/Skeleton/Skeleton.types.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 +7 -1
- package/dist/widget/ui/src/components/StepDetails/StepDetails.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/StepDetails/StepDetails.types.d.ts +16 -2
- package/dist/widget/ui/src/components/StepDetails/StepDetails.types.d.ts.map +1 -1
- package/dist/widget/ui/src/components/StepDetails/index.d.ts +1 -1
- package/dist/widget/ui/src/components/StepDetails/index.d.ts.map +1 -1
- package/dist/widget/ui/src/components/StepDetails/mock.d.ts +1 -1
- package/dist/widget/ui/src/components/StepDetails/mock.d.ts.map +1 -1
- package/dist/widget/ui/src/components/SwapListItem/mock.d.ts +1 -1
- package/dist/widget/ui/src/components/SwapListItem/mock.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Switch/Switch.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/TextField/TextField.d.ts.map +1 -1
- package/dist/widget/ui/src/components/TokenAmount/TokenAmount.d.ts.map +1 -1
- package/dist/widget/ui/src/components/TokenAmount/TokenAmount.styles.d.ts +471 -1
- package/dist/widget/ui/src/components/TokenAmount/TokenAmount.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 +2 -2
- package/dist/widget/ui/src/components/Tooltip/Tooltip.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Wallet/Wallet.types.d.ts +3 -17
- package/dist/widget/ui/src/components/Wallet/Wallet.types.d.ts.map +1 -1
- package/dist/widget/ui/src/components/common/Image.d.ts +157 -0
- package/dist/widget/ui/src/components/common/Image.d.ts.map +1 -1
- package/dist/widget/ui/src/components/common/index.d.ts +1 -1
- package/dist/widget/ui/src/components/common/index.d.ts.map +1 -1
- package/dist/widget/ui/src/components/index.d.ts +1 -2
- package/dist/widget/ui/src/components/index.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/BlockchainSelector/BlockchainSelector.d.ts +3 -3
- package/dist/widget/ui/src/containers/BlockchainSelector/BlockchainSelector.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/SwapHistory/SwapHistory.d.ts +1 -1
- package/dist/widget/ui/src/containers/SwapHistory/SwapHistory.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/SwapHistory/SwapHistory.stories.d.ts +2 -2
- package/dist/widget/ui/src/containers/SwapHistory/SwapHistory.stories.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/SwapHistory/mock.d.ts +1 -1
- package/dist/widget/ui/src/containers/SwapHistory/mock.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.styles.d.ts +1313 -54
- 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 +2 -0
- package/dist/widget/ui/src/containers/SwapInput/SwapInput.types.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/SwapInput/TokenSection.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/SwapInput/TokenSection.styles.d.ts +525 -54
- package/dist/widget/ui/src/containers/SwapInput/TokenSection.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/TokenSelector/TokenSelector.d.ts +2 -2
- package/dist/widget/ui/src/containers/TokenSelector/TokenSelector.d.ts.map +1 -1
- package/dist/widget/ui/src/icons/CosmosCategory.d.ts +5 -0
- package/dist/widget/ui/src/icons/CosmosCategory.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/EvmCategory.d.ts +5 -0
- package/dist/widget/ui/src/icons/EvmCategory.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/Icons.stories.d.ts +1 -1
- package/dist/widget/ui/src/icons/Language.d.ts +5 -0
- package/dist/widget/ui/src/icons/Language.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/OtherCategory.d.ts +5 -0
- package/dist/widget/ui/src/icons/OtherCategory.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/UtxoCategory.d.ts +5 -0
- package/dist/widget/ui/src/icons/UtxoCategory.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/index.d.ts +5 -0
- package/dist/widget/ui/src/icons/index.d.ts.map +1 -1
- package/dist/widget/ui/src/index.d.ts +0 -1
- package/dist/widget/ui/src/index.d.ts.map +1 -1
- package/dist/widget/ui/src/types/index.d.ts +0 -1
- package/dist/widget/ui/src/types/index.d.ts.map +1 -1
- package/dist/widget/ui/src/types/swaps.d.ts +1 -27
- package/dist/widget/ui/src/types/swaps.d.ts.map +1 -1
- package/dist/widget/ui/src/{helper → utils}/index.d.ts +0 -3
- package/dist/widget/ui/src/utils/index.d.ts.map +1 -0
- package/package.json +7 -6
- package/src/components/Alert/Alert.styles.ts +9 -12
- package/src/components/Alert/Alert.tsx +2 -2
- package/src/components/BlockchainsChip/BlockchainsChip.styles.ts +2 -1
- package/src/components/Button/Button.styles.tsx +1 -0
- package/src/components/Checkbox/Checkbox.styles.ts +5 -1
- package/src/components/ListItem/ListItem.styles.ts +9 -0
- package/src/components/ListItem/ListItem.tsx +1 -1
- package/src/components/ListItemButton/ListItemButton.styles.ts +1 -0
- package/src/components/PriceImpact/PriceImpact.styles.ts +9 -1
- package/src/components/PriceImpact/PriceImpact.tsx +5 -5
- package/src/components/QuoteCost/QuoteCost.styles.ts +29 -0
- package/src/components/{RouteCost/RouteCost.tsx → QuoteCost/QuoteCost.tsx} +14 -10
- package/src/components/QuoteCost/index.ts +1 -0
- package/src/components/Radio/Radio.styles.tsx +5 -2
- package/src/components/RoutesOverview/RoutesOverview.tsx +6 -2
- package/src/components/SelectableCategoryList/SelectableCategoryList.helpers.ts +40 -13
- package/src/components/SelectableCategoryList/SelectableCategoryList.tsx +47 -46
- package/src/components/SelectableCategoryList/index.ts +1 -0
- package/src/components/SelectableWalletList/SelectableWalletList.tsx +1 -1
- package/src/components/Skeleton/Skeleton.tsx +3 -2
- package/src/components/Skeleton/Skeleton.types.ts +1 -1
- package/src/components/StepDetails/StepDetails.stories.tsx +1 -1
- package/src/components/StepDetails/StepDetails.styles.ts +36 -28
- package/src/components/StepDetails/StepDetails.tsx +11 -7
- package/src/components/StepDetails/StepDetails.types.ts +17 -2
- package/src/components/StepDetails/index.ts +1 -1
- package/src/components/StepDetails/mock.ts +1 -1
- package/src/components/SvgIcon/SvgIcon.style.ts +1 -1
- package/src/components/SwapListItem/mock.ts +21 -6
- package/src/components/Switch/Switch.styles.tsx +8 -6
- package/src/components/TextField/TextField.tsx +3 -5
- package/src/components/TokenAmount/TokenAmount.styles.ts +12 -10
- package/src/components/TokenAmount/TokenAmount.tsx +23 -17
- package/src/components/Tooltip/Tooltip.styles.ts +8 -5
- package/src/components/Tooltip/Tooltip.tsx +2 -3
- package/src/components/Wallet/Wallet.styles.ts +1 -1
- package/src/components/Wallet/Wallet.types.ts +3 -23
- package/src/components/common/Image.tsx +1 -2
- package/src/components/common/index.ts +1 -1
- package/src/components/index.ts +1 -2
- package/src/containers/BlockchainSelector/BlockchainSelector.tsx +9 -8
- package/src/containers/SwapHistory/SwapHistory.stories.tsx +5 -2
- package/src/containers/SwapHistory/SwapHistory.tsx +1 -1
- package/src/containers/SwapHistory/mock.ts +24 -8
- package/src/containers/SwapInput/SwapInput.styles.ts +78 -27
- package/src/containers/SwapInput/SwapInput.tsx +37 -29
- package/src/containers/SwapInput/SwapInput.types.ts +2 -0
- package/src/containers/SwapInput/TokenSection.styles.ts +27 -12
- package/src/containers/SwapInput/TokenSection.tsx +15 -6
- package/src/containers/TokenSelector/TokenSelector.tsx +8 -10
- package/src/icons/CosmosCategory.tsx +137 -0
- package/src/icons/EvmCategory.tsx +74 -0
- package/src/icons/Language.tsx +55 -0
- package/src/icons/OtherCategory.tsx +72 -0
- package/src/icons/UtxoCategory.tsx +44 -0
- package/src/icons/index.ts +5 -0
- package/src/index.ts +0 -1
- package/src/theme.ts +4 -4
- package/src/types/index.ts +0 -1
- package/src/types/swaps.ts +0 -38
- package/src/utils/index.ts +23 -0
- package/dist/widget/ui/src/components/BestRoute/BestRoute.d.ts +0 -4
- package/dist/widget/ui/src/components/BestRoute/BestRoute.d.ts.map +0 -1
- package/dist/widget/ui/src/components/BestRoute/BestRoute.stories.d.ts +0 -7
- package/dist/widget/ui/src/components/BestRoute/BestRoute.stories.d.ts.map +0 -1
- package/dist/widget/ui/src/components/BestRoute/BestRoute.styles.d.ts +0 -1429
- package/dist/widget/ui/src/components/BestRoute/BestRoute.styles.d.ts.map +0 -1
- package/dist/widget/ui/src/components/BestRoute/BestRoute.types.d.ts +0 -34
- package/dist/widget/ui/src/components/BestRoute/BestRoute.types.d.ts.map +0 -1
- package/dist/widget/ui/src/components/BestRoute/BestRouteSkeleton.d.ts +0 -4
- package/dist/widget/ui/src/components/BestRoute/BestRouteSkeleton.d.ts.map +0 -1
- package/dist/widget/ui/src/components/BestRoute/BestRouteSkeleton.styles.d.ts +0 -319
- package/dist/widget/ui/src/components/BestRoute/BestRouteSkeleton.styles.d.ts.map +0 -1
- package/dist/widget/ui/src/components/BestRoute/BestRouteSkeleton.types.d.ts +0 -6
- package/dist/widget/ui/src/components/BestRoute/BestRouteSkeleton.types.d.ts.map +0 -1
- package/dist/widget/ui/src/components/BestRoute/RouteSummary.d.ts +0 -12
- package/dist/widget/ui/src/components/BestRoute/RouteSummary.d.ts.map +0 -1
- package/dist/widget/ui/src/components/BestRoute/RouteSummary.styles.d.ts +0 -158
- package/dist/widget/ui/src/components/BestRoute/RouteSummary.styles.d.ts.map +0 -1
- package/dist/widget/ui/src/components/BestRoute/index.d.ts +0 -5
- package/dist/widget/ui/src/components/BestRoute/index.d.ts.map +0 -1
- package/dist/widget/ui/src/components/BestRoute/mock.d.ts +0 -3
- package/dist/widget/ui/src/components/BestRoute/mock.d.ts.map +0 -1
- package/dist/widget/ui/src/components/RouteCost/RouteCost.d.ts +0 -4
- package/dist/widget/ui/src/components/RouteCost/RouteCost.d.ts.map +0 -1
- package/dist/widget/ui/src/components/RouteCost/RouteCost.styles.d.ts +0 -158
- package/dist/widget/ui/src/components/RouteCost/RouteCost.styles.d.ts.map +0 -1
- package/dist/widget/ui/src/components/RouteCost/RouteCost.types.d.ts.map +0 -1
- package/dist/widget/ui/src/components/RouteCost/index.d.ts +0 -2
- package/dist/widget/ui/src/components/RouteCost/index.d.ts.map +0 -1
- package/dist/widget/ui/src/containers/History/types.d.ts +0 -2
- package/dist/widget/ui/src/containers/History/types.d.ts.map +0 -1
- package/dist/widget/ui/src/helper/index.d.ts.map +0 -1
- package/src/components/BestRoute/BestRoute.stories.tsx +0 -17
- package/src/components/BestRoute/BestRoute.styles.ts +0 -213
- package/src/components/BestRoute/BestRoute.tsx +0 -176
- package/src/components/BestRoute/BestRoute.types.ts +0 -32
- package/src/components/BestRoute/BestRouteSkeleton.styles.ts +0 -110
- package/src/components/BestRoute/BestRouteSkeleton.tsx +0 -112
- package/src/components/BestRoute/BestRouteSkeleton.types.ts +0 -5
- package/src/components/BestRoute/RouteSummary.styles.ts +0 -15
- package/src/components/BestRoute/RouteSummary.tsx +0 -48
- package/src/components/BestRoute/index.ts +0 -4
- package/src/components/BestRoute/mock.ts +0 -142
- package/src/components/RouteCost/RouteCost.styles.ts +0 -20
- package/src/components/RouteCost/index.ts +0 -1
- package/src/containers/History/types.tsx +0 -1
- package/src/helper/index.ts +0 -99
- /package/src/components/{RouteCost/RouteCost.types.ts → QuoteCost/QuoteCost.types.ts} +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SwapInput.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/containers/SwapInput/SwapInput.styles.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"SwapInput.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/containers/SwapInput/SwapInput.styles.ts"],"names":[],"mappings":"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"}
|
|
@@ -23,11 +23,13 @@ export type BaseProps = {
|
|
|
23
23
|
type FromProps = {
|
|
24
24
|
mode: 'From';
|
|
25
25
|
balance?: string;
|
|
26
|
+
loadingBalance: boolean;
|
|
26
27
|
onSelectMaxBalance: () => void;
|
|
27
28
|
onInputChange: (inputAmount: string) => void;
|
|
28
29
|
};
|
|
29
30
|
type ToProps = {
|
|
30
31
|
mode: 'To';
|
|
32
|
+
fetchingQuote?: boolean;
|
|
31
33
|
percentageChange: string | null;
|
|
32
34
|
warningLevel: PriceImpactWarningLevel;
|
|
33
35
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SwapInput.types.d.ts","sourceRoot":"","sources":["../../../../../../src/containers/SwapInput/SwapInput.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,gDAAgD,CAAC;AAE9F,MAAM,MAAM,SAAS,GAAG;IACtB,KAAK,EAAE;QACL,WAAW,EAAE,MAAM,CAAC;QACpB,KAAK,EAAE,MAAM,CAAC;KACf,CAAC;IACF,KAAK,EAAE;QACL,WAAW,EAAE,MAAM,CAAC;QACpB,KAAK,EAAE,MAAM,CAAC;KACf,CAAC;IACF,KAAK,EAAE;QACL,KAAK,EAAE,MAAM,CAAC;QACd,QAAQ,CAAC,EAAE,MAAM,CAAC;QAClB,KAAK,CAAC,EAAE,MAAM,CAAC;KAChB,CAAC;IACF,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,YAAY,EAAE,MAAM,IAAI,CAAC;CAC1B,CAAC;AAEF,KAAK,SAAS,GAAG;IACf,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,kBAAkB,EAAE,MAAM,IAAI,CAAC;IAC/B,aAAa,EAAE,CAAC,WAAW,EAAE,MAAM,KAAK,IAAI,CAAC;CAC9C,CAAC;AAEF,KAAK,OAAO,GAAG;IACb,IAAI,EAAE,IAAI,CAAC;IACX,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,YAAY,EAAE,uBAAuB,CAAC;CACvC,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG,SAAS,GAAG,CAAC,SAAS,GAAG,OAAO,CAAC,CAAC"}
|
|
1
|
+
{"version":3,"file":"SwapInput.types.d.ts","sourceRoot":"","sources":["../../../../../../src/containers/SwapInput/SwapInput.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,gDAAgD,CAAC;AAE9F,MAAM,MAAM,SAAS,GAAG;IACtB,KAAK,EAAE;QACL,WAAW,EAAE,MAAM,CAAC;QACpB,KAAK,EAAE,MAAM,CAAC;KACf,CAAC;IACF,KAAK,EAAE;QACL,WAAW,EAAE,MAAM,CAAC;QACpB,KAAK,EAAE,MAAM,CAAC;KACf,CAAC;IACF,KAAK,EAAE;QACL,KAAK,EAAE,MAAM,CAAC;QACd,QAAQ,CAAC,EAAE,MAAM,CAAC;QAClB,KAAK,CAAC,EAAE,MAAM,CAAC;KAChB,CAAC;IACF,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,YAAY,EAAE,MAAM,IAAI,CAAC;CAC1B,CAAC;AAEF,KAAK,SAAS,GAAG;IACf,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,cAAc,EAAE,OAAO,CAAC;IACxB,kBAAkB,EAAE,MAAM,IAAI,CAAC;IAC/B,aAAa,EAAE,CAAC,WAAW,EAAE,MAAM,KAAK,IAAI,CAAC;CAC9C,CAAC;AAEF,KAAK,OAAO,GAAG;IACb,IAAI,EAAE,IAAI,CAAC;IACX,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,YAAY,EAAE,uBAAuB,CAAC;CACvC,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG,SAAS,GAAG,CAAC,SAAS,GAAG,OAAO,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TokenSection.d.ts","sourceRoot":"","sources":["../../../../../../src/containers/SwapInput/TokenSection.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAG9D,OAAO,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"TokenSection.d.ts","sourceRoot":"","sources":["../../../../../../src/containers/SwapInput/TokenSection.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAG9D,OAAO,KAAK,MAAM,OAAO,CAAC;AAY1B,wBAAgB,YAAY,CAAC,KAAK,EAAE,iBAAiB,qBA8CpD"}
|
|
@@ -17,7 +17,7 @@ export declare const Container: import("@stitches/react/types/styled-component")
|
|
|
17
17
|
accessKey?: string | undefined;
|
|
18
18
|
autoFocus?: boolean | undefined;
|
|
19
19
|
className?: string | undefined;
|
|
20
|
-
contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
|
|
20
|
+
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
21
21
|
contextMenu?: string | undefined;
|
|
22
22
|
dir?: string | undefined;
|
|
23
23
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
@@ -51,59 +51,59 @@ export declare const Container: import("@stitches/react/types/styled-component")
|
|
|
51
51
|
unselectable?: "on" | "off" | undefined;
|
|
52
52
|
inputMode?: "search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
53
53
|
is?: string | undefined;
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
54
|
+
"aria-activedescendant"?: string | undefined;
|
|
55
|
+
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
56
|
+
"aria-autocomplete"?: "both" | "none" | "inline" | "list" | undefined;
|
|
57
|
+
"aria-braillelabel"?: string | undefined;
|
|
58
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
59
|
+
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
60
|
+
"aria-checked"?: boolean | "mixed" | "true" | "false" | undefined;
|
|
61
|
+
"aria-colcount"?: number | undefined;
|
|
62
|
+
"aria-colindex"?: number | undefined;
|
|
63
|
+
"aria-colindextext"?: string | undefined;
|
|
64
|
+
"aria-colspan"?: number | undefined;
|
|
65
|
+
"aria-controls"?: string | undefined;
|
|
66
|
+
"aria-current"?: boolean | "time" | "page" | "true" | "false" | "step" | "location" | "date" | undefined;
|
|
67
|
+
"aria-describedby"?: string | undefined;
|
|
68
|
+
"aria-description"?: string | undefined;
|
|
69
|
+
"aria-details"?: string | undefined;
|
|
70
|
+
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
71
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
72
|
+
"aria-errormessage"?: string | undefined;
|
|
73
|
+
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
74
|
+
"aria-flowto"?: string | undefined;
|
|
75
|
+
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
76
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "true" | "false" | "tree" | undefined;
|
|
77
|
+
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
78
|
+
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
79
|
+
"aria-keyshortcuts"?: string | undefined;
|
|
80
|
+
"aria-label"?: string | undefined;
|
|
81
|
+
"aria-labelledby"?: string | undefined;
|
|
82
|
+
"aria-level"?: number | undefined;
|
|
83
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
84
|
+
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
85
|
+
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
86
|
+
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
87
|
+
"aria-orientation"?: "vertical" | "horizontal" | undefined;
|
|
88
|
+
"aria-owns"?: string | undefined;
|
|
89
|
+
"aria-placeholder"?: string | undefined;
|
|
90
|
+
"aria-posinset"?: number | undefined;
|
|
91
|
+
"aria-pressed"?: boolean | "mixed" | "true" | "false" | undefined;
|
|
92
|
+
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
93
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
94
|
+
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
95
|
+
"aria-roledescription"?: string | undefined;
|
|
96
|
+
"aria-rowcount"?: number | undefined;
|
|
97
|
+
"aria-rowindex"?: number | undefined;
|
|
98
|
+
"aria-rowindextext"?: string | undefined;
|
|
99
|
+
"aria-rowspan"?: number | undefined;
|
|
100
|
+
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
101
|
+
"aria-setsize"?: number | undefined;
|
|
102
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
103
|
+
"aria-valuemax"?: number | undefined;
|
|
104
|
+
"aria-valuemin"?: number | undefined;
|
|
105
|
+
"aria-valuenow"?: number | undefined;
|
|
106
|
+
"aria-valuetext"?: string | undefined;
|
|
107
107
|
dangerouslySetInnerHTML?: {
|
|
108
108
|
__html: string | TrustedHTML;
|
|
109
109
|
} | undefined;
|
|
@@ -437,6 +437,163 @@ export declare const Container: import("@stitches/react/types/styled-component")
|
|
|
437
437
|
zIndices: {};
|
|
438
438
|
transitions: {};
|
|
439
439
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
440
|
+
export declare const chainNameStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
|
|
441
|
+
sm: string;
|
|
442
|
+
md: string;
|
|
443
|
+
lg: string;
|
|
444
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
445
|
+
sm: string;
|
|
446
|
+
md: string;
|
|
447
|
+
lg: string;
|
|
448
|
+
}, {
|
|
449
|
+
colors: {
|
|
450
|
+
primary: string;
|
|
451
|
+
primary500: string;
|
|
452
|
+
primary600: string;
|
|
453
|
+
secondary: string;
|
|
454
|
+
secondary100: string;
|
|
455
|
+
secondary200: string;
|
|
456
|
+
secondary300: string;
|
|
457
|
+
secondary400: string;
|
|
458
|
+
secondary500: string;
|
|
459
|
+
secondary600: string;
|
|
460
|
+
secondary700: string;
|
|
461
|
+
secondary800: string;
|
|
462
|
+
secondary900: string;
|
|
463
|
+
neutral: string;
|
|
464
|
+
neutral100: string;
|
|
465
|
+
neutral200: string;
|
|
466
|
+
neutral300: string;
|
|
467
|
+
neutral400: string;
|
|
468
|
+
neutral500: string;
|
|
469
|
+
neutral600: string;
|
|
470
|
+
neutral700: string;
|
|
471
|
+
neutral800: string;
|
|
472
|
+
neutral900: string;
|
|
473
|
+
error100: string;
|
|
474
|
+
error300: string;
|
|
475
|
+
error500: string;
|
|
476
|
+
error600: string;
|
|
477
|
+
error700: string;
|
|
478
|
+
warning100: string;
|
|
479
|
+
warning300: string;
|
|
480
|
+
warning500: string;
|
|
481
|
+
warning600: string;
|
|
482
|
+
warning700: string;
|
|
483
|
+
info: string;
|
|
484
|
+
info100: string;
|
|
485
|
+
info300: string;
|
|
486
|
+
info500: string;
|
|
487
|
+
info600: string;
|
|
488
|
+
info700: string;
|
|
489
|
+
success100: string;
|
|
490
|
+
success300: string;
|
|
491
|
+
success500: string;
|
|
492
|
+
success600: string;
|
|
493
|
+
success700: string;
|
|
494
|
+
background: string;
|
|
495
|
+
foreground: string;
|
|
496
|
+
};
|
|
497
|
+
space: {
|
|
498
|
+
0: string;
|
|
499
|
+
5: string;
|
|
500
|
+
10: string;
|
|
501
|
+
15: string;
|
|
502
|
+
20: string;
|
|
503
|
+
25: string;
|
|
504
|
+
30: string;
|
|
505
|
+
40: string;
|
|
506
|
+
46: string;
|
|
507
|
+
50: string;
|
|
508
|
+
60: string;
|
|
509
|
+
70: string;
|
|
510
|
+
80: string;
|
|
511
|
+
90: string;
|
|
512
|
+
100: string;
|
|
513
|
+
2: string;
|
|
514
|
+
4: string;
|
|
515
|
+
6: string;
|
|
516
|
+
8: string;
|
|
517
|
+
12: string;
|
|
518
|
+
16: string;
|
|
519
|
+
24: string;
|
|
520
|
+
28: string;
|
|
521
|
+
32: string;
|
|
522
|
+
};
|
|
523
|
+
radii: {
|
|
524
|
+
xs: string;
|
|
525
|
+
sm: string;
|
|
526
|
+
xm: string;
|
|
527
|
+
md: string;
|
|
528
|
+
xl: string;
|
|
529
|
+
lg: string;
|
|
530
|
+
primary: string;
|
|
531
|
+
secondary: string;
|
|
532
|
+
};
|
|
533
|
+
fontSizes: {
|
|
534
|
+
10: string;
|
|
535
|
+
12: string;
|
|
536
|
+
14: string;
|
|
537
|
+
16: string;
|
|
538
|
+
18: string;
|
|
539
|
+
20: string;
|
|
540
|
+
22: string;
|
|
541
|
+
24: string;
|
|
542
|
+
28: string;
|
|
543
|
+
32: string;
|
|
544
|
+
36: string;
|
|
545
|
+
40: string;
|
|
546
|
+
48: string;
|
|
547
|
+
};
|
|
548
|
+
fonts: {
|
|
549
|
+
primary: string;
|
|
550
|
+
widget: string;
|
|
551
|
+
};
|
|
552
|
+
fontWeights: {
|
|
553
|
+
regular: number;
|
|
554
|
+
medium: number;
|
|
555
|
+
semiBold: number;
|
|
556
|
+
bold: number;
|
|
557
|
+
};
|
|
558
|
+
lineHeights: {
|
|
559
|
+
12: string;
|
|
560
|
+
16: string;
|
|
561
|
+
20: string;
|
|
562
|
+
24: string;
|
|
563
|
+
26: string;
|
|
564
|
+
28: string;
|
|
565
|
+
30: string;
|
|
566
|
+
36: string;
|
|
567
|
+
40: string;
|
|
568
|
+
44: string;
|
|
569
|
+
52: string;
|
|
570
|
+
64: string;
|
|
571
|
+
};
|
|
572
|
+
letterSpacings: {};
|
|
573
|
+
sizes: {
|
|
574
|
+
4: string;
|
|
575
|
+
6: string;
|
|
576
|
+
8: string;
|
|
577
|
+
12: string;
|
|
578
|
+
16: string;
|
|
579
|
+
18: string;
|
|
580
|
+
20: string;
|
|
581
|
+
24: string;
|
|
582
|
+
28: string;
|
|
583
|
+
32: string;
|
|
584
|
+
36: string;
|
|
585
|
+
40: string;
|
|
586
|
+
45: string;
|
|
587
|
+
48: string;
|
|
588
|
+
};
|
|
589
|
+
borderWidths: {};
|
|
590
|
+
borderStyles: {};
|
|
591
|
+
shadows: {
|
|
592
|
+
s: string;
|
|
593
|
+
};
|
|
594
|
+
zIndices: {};
|
|
595
|
+
transitions: {};
|
|
596
|
+
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
440
597
|
export declare const TokenSectionContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
441
598
|
sm: string;
|
|
442
599
|
md: string;
|
|
@@ -594,4 +751,318 @@ export declare const TokenSectionContainer: import("@stitches/react/types/styled
|
|
|
594
751
|
zIndices: {};
|
|
595
752
|
transitions: {};
|
|
596
753
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
754
|
+
export declare const tokenChainStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
|
|
755
|
+
sm: string;
|
|
756
|
+
md: string;
|
|
757
|
+
lg: string;
|
|
758
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
759
|
+
sm: string;
|
|
760
|
+
md: string;
|
|
761
|
+
lg: string;
|
|
762
|
+
}, {
|
|
763
|
+
colors: {
|
|
764
|
+
primary: string;
|
|
765
|
+
primary500: string;
|
|
766
|
+
primary600: string;
|
|
767
|
+
secondary: string;
|
|
768
|
+
secondary100: string;
|
|
769
|
+
secondary200: string;
|
|
770
|
+
secondary300: string;
|
|
771
|
+
secondary400: string;
|
|
772
|
+
secondary500: string;
|
|
773
|
+
secondary600: string;
|
|
774
|
+
secondary700: string;
|
|
775
|
+
secondary800: string;
|
|
776
|
+
secondary900: string;
|
|
777
|
+
neutral: string;
|
|
778
|
+
neutral100: string;
|
|
779
|
+
neutral200: string;
|
|
780
|
+
neutral300: string;
|
|
781
|
+
neutral400: string;
|
|
782
|
+
neutral500: string;
|
|
783
|
+
neutral600: string;
|
|
784
|
+
neutral700: string;
|
|
785
|
+
neutral800: string;
|
|
786
|
+
neutral900: string;
|
|
787
|
+
error100: string;
|
|
788
|
+
error300: string;
|
|
789
|
+
error500: string;
|
|
790
|
+
error600: string;
|
|
791
|
+
error700: string;
|
|
792
|
+
warning100: string;
|
|
793
|
+
warning300: string;
|
|
794
|
+
warning500: string;
|
|
795
|
+
warning600: string;
|
|
796
|
+
warning700: string;
|
|
797
|
+
info: string;
|
|
798
|
+
info100: string;
|
|
799
|
+
info300: string;
|
|
800
|
+
info500: string;
|
|
801
|
+
info600: string;
|
|
802
|
+
info700: string;
|
|
803
|
+
success100: string;
|
|
804
|
+
success300: string;
|
|
805
|
+
success500: string;
|
|
806
|
+
success600: string;
|
|
807
|
+
success700: string;
|
|
808
|
+
background: string;
|
|
809
|
+
foreground: string;
|
|
810
|
+
};
|
|
811
|
+
space: {
|
|
812
|
+
0: string;
|
|
813
|
+
5: string;
|
|
814
|
+
10: string;
|
|
815
|
+
15: string;
|
|
816
|
+
20: string;
|
|
817
|
+
25: string;
|
|
818
|
+
30: string;
|
|
819
|
+
40: string;
|
|
820
|
+
46: string;
|
|
821
|
+
50: string;
|
|
822
|
+
60: string;
|
|
823
|
+
70: string;
|
|
824
|
+
80: string;
|
|
825
|
+
90: string;
|
|
826
|
+
100: string;
|
|
827
|
+
2: string;
|
|
828
|
+
4: string;
|
|
829
|
+
6: string;
|
|
830
|
+
8: string;
|
|
831
|
+
12: string;
|
|
832
|
+
16: string;
|
|
833
|
+
24: string;
|
|
834
|
+
28: string;
|
|
835
|
+
32: string;
|
|
836
|
+
};
|
|
837
|
+
radii: {
|
|
838
|
+
xs: string;
|
|
839
|
+
sm: string;
|
|
840
|
+
xm: string;
|
|
841
|
+
md: string;
|
|
842
|
+
xl: string;
|
|
843
|
+
lg: string;
|
|
844
|
+
primary: string;
|
|
845
|
+
secondary: string;
|
|
846
|
+
};
|
|
847
|
+
fontSizes: {
|
|
848
|
+
10: string;
|
|
849
|
+
12: string;
|
|
850
|
+
14: string;
|
|
851
|
+
16: string;
|
|
852
|
+
18: string;
|
|
853
|
+
20: string;
|
|
854
|
+
22: string;
|
|
855
|
+
24: string;
|
|
856
|
+
28: string;
|
|
857
|
+
32: string;
|
|
858
|
+
36: string;
|
|
859
|
+
40: string;
|
|
860
|
+
48: string;
|
|
861
|
+
};
|
|
862
|
+
fonts: {
|
|
863
|
+
primary: string;
|
|
864
|
+
widget: string;
|
|
865
|
+
};
|
|
866
|
+
fontWeights: {
|
|
867
|
+
regular: number;
|
|
868
|
+
medium: number;
|
|
869
|
+
semiBold: number;
|
|
870
|
+
bold: number;
|
|
871
|
+
};
|
|
872
|
+
lineHeights: {
|
|
873
|
+
12: string;
|
|
874
|
+
16: string;
|
|
875
|
+
20: string;
|
|
876
|
+
24: string;
|
|
877
|
+
26: string;
|
|
878
|
+
28: string;
|
|
879
|
+
30: string;
|
|
880
|
+
36: string;
|
|
881
|
+
40: string;
|
|
882
|
+
44: string;
|
|
883
|
+
52: string;
|
|
884
|
+
64: string;
|
|
885
|
+
};
|
|
886
|
+
letterSpacings: {};
|
|
887
|
+
sizes: {
|
|
888
|
+
4: string;
|
|
889
|
+
6: string;
|
|
890
|
+
8: string;
|
|
891
|
+
12: string;
|
|
892
|
+
16: string;
|
|
893
|
+
18: string;
|
|
894
|
+
20: string;
|
|
895
|
+
24: string;
|
|
896
|
+
28: string;
|
|
897
|
+
32: string;
|
|
898
|
+
36: string;
|
|
899
|
+
40: string;
|
|
900
|
+
45: string;
|
|
901
|
+
48: string;
|
|
902
|
+
};
|
|
903
|
+
borderWidths: {};
|
|
904
|
+
borderStyles: {};
|
|
905
|
+
shadows: {
|
|
906
|
+
s: string;
|
|
907
|
+
};
|
|
908
|
+
zIndices: {};
|
|
909
|
+
transitions: {};
|
|
910
|
+
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
911
|
+
export declare const skeletonStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
|
|
912
|
+
sm: string;
|
|
913
|
+
md: string;
|
|
914
|
+
lg: string;
|
|
915
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
916
|
+
sm: string;
|
|
917
|
+
md: string;
|
|
918
|
+
lg: string;
|
|
919
|
+
}, {
|
|
920
|
+
colors: {
|
|
921
|
+
primary: string;
|
|
922
|
+
primary500: string;
|
|
923
|
+
primary600: string;
|
|
924
|
+
secondary: string;
|
|
925
|
+
secondary100: string;
|
|
926
|
+
secondary200: string;
|
|
927
|
+
secondary300: string;
|
|
928
|
+
secondary400: string;
|
|
929
|
+
secondary500: string;
|
|
930
|
+
secondary600: string;
|
|
931
|
+
secondary700: string;
|
|
932
|
+
secondary800: string;
|
|
933
|
+
secondary900: string;
|
|
934
|
+
neutral: string;
|
|
935
|
+
neutral100: string;
|
|
936
|
+
neutral200: string;
|
|
937
|
+
neutral300: string;
|
|
938
|
+
neutral400: string;
|
|
939
|
+
neutral500: string;
|
|
940
|
+
neutral600: string;
|
|
941
|
+
neutral700: string;
|
|
942
|
+
neutral800: string;
|
|
943
|
+
neutral900: string;
|
|
944
|
+
error100: string;
|
|
945
|
+
error300: string;
|
|
946
|
+
error500: string;
|
|
947
|
+
error600: string;
|
|
948
|
+
error700: string;
|
|
949
|
+
warning100: string;
|
|
950
|
+
warning300: string;
|
|
951
|
+
warning500: string;
|
|
952
|
+
warning600: string;
|
|
953
|
+
warning700: string;
|
|
954
|
+
info: string;
|
|
955
|
+
info100: string;
|
|
956
|
+
info300: string;
|
|
957
|
+
info500: string;
|
|
958
|
+
info600: string;
|
|
959
|
+
info700: string;
|
|
960
|
+
success100: string;
|
|
961
|
+
success300: string;
|
|
962
|
+
success500: string;
|
|
963
|
+
success600: string;
|
|
964
|
+
success700: string;
|
|
965
|
+
background: string;
|
|
966
|
+
foreground: string;
|
|
967
|
+
};
|
|
968
|
+
space: {
|
|
969
|
+
0: string;
|
|
970
|
+
5: string;
|
|
971
|
+
10: string;
|
|
972
|
+
15: string;
|
|
973
|
+
20: string;
|
|
974
|
+
25: string;
|
|
975
|
+
30: string;
|
|
976
|
+
40: string;
|
|
977
|
+
46: string;
|
|
978
|
+
50: string;
|
|
979
|
+
60: string;
|
|
980
|
+
70: string;
|
|
981
|
+
80: string;
|
|
982
|
+
90: string;
|
|
983
|
+
100: string;
|
|
984
|
+
2: string;
|
|
985
|
+
4: string;
|
|
986
|
+
6: string;
|
|
987
|
+
8: string;
|
|
988
|
+
12: string;
|
|
989
|
+
16: string;
|
|
990
|
+
24: string;
|
|
991
|
+
28: string;
|
|
992
|
+
32: string;
|
|
993
|
+
};
|
|
994
|
+
radii: {
|
|
995
|
+
xs: string;
|
|
996
|
+
sm: string;
|
|
997
|
+
xm: string;
|
|
998
|
+
md: string;
|
|
999
|
+
xl: string;
|
|
1000
|
+
lg: string;
|
|
1001
|
+
primary: string;
|
|
1002
|
+
secondary: string;
|
|
1003
|
+
};
|
|
1004
|
+
fontSizes: {
|
|
1005
|
+
10: string;
|
|
1006
|
+
12: string;
|
|
1007
|
+
14: string;
|
|
1008
|
+
16: string;
|
|
1009
|
+
18: string;
|
|
1010
|
+
20: string;
|
|
1011
|
+
22: string;
|
|
1012
|
+
24: string;
|
|
1013
|
+
28: string;
|
|
1014
|
+
32: string;
|
|
1015
|
+
36: string;
|
|
1016
|
+
40: string;
|
|
1017
|
+
48: string;
|
|
1018
|
+
};
|
|
1019
|
+
fonts: {
|
|
1020
|
+
primary: string;
|
|
1021
|
+
widget: string;
|
|
1022
|
+
};
|
|
1023
|
+
fontWeights: {
|
|
1024
|
+
regular: number;
|
|
1025
|
+
medium: number;
|
|
1026
|
+
semiBold: number;
|
|
1027
|
+
bold: number;
|
|
1028
|
+
};
|
|
1029
|
+
lineHeights: {
|
|
1030
|
+
12: string;
|
|
1031
|
+
16: string;
|
|
1032
|
+
20: string;
|
|
1033
|
+
24: string;
|
|
1034
|
+
26: string;
|
|
1035
|
+
28: string;
|
|
1036
|
+
30: string;
|
|
1037
|
+
36: string;
|
|
1038
|
+
40: string;
|
|
1039
|
+
44: string;
|
|
1040
|
+
52: string;
|
|
1041
|
+
64: string;
|
|
1042
|
+
};
|
|
1043
|
+
letterSpacings: {};
|
|
1044
|
+
sizes: {
|
|
1045
|
+
4: string;
|
|
1046
|
+
6: string;
|
|
1047
|
+
8: string;
|
|
1048
|
+
12: string;
|
|
1049
|
+
16: string;
|
|
1050
|
+
18: string;
|
|
1051
|
+
20: string;
|
|
1052
|
+
24: string;
|
|
1053
|
+
28: string;
|
|
1054
|
+
32: string;
|
|
1055
|
+
36: string;
|
|
1056
|
+
40: string;
|
|
1057
|
+
45: string;
|
|
1058
|
+
48: string;
|
|
1059
|
+
};
|
|
1060
|
+
borderWidths: {};
|
|
1061
|
+
borderStyles: {};
|
|
1062
|
+
shadows: {
|
|
1063
|
+
s: string;
|
|
1064
|
+
};
|
|
1065
|
+
zIndices: {};
|
|
1066
|
+
transitions: {};
|
|
1067
|
+
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
597
1068
|
//# sourceMappingURL=TokenSection.styles.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TokenSection.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/containers/SwapInput/TokenSection.styles.ts"],"names":[],"mappings":";;;AAGA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+
|
|
1
|
+
{"version":3,"file":"TokenSection.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/containers/SwapInput/TokenSection.styles.ts"],"names":[],"mappings":";;;AAGA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DA2BpB,CAAC;AAEH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAAQ,CAAC;AAErC,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAehC,CAAC;AAEH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAO3B,CAAC;AAEH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAGzB,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import type { TokenWithAmount } from '../../components/TokenList/TokenList';
|
|
2
|
+
import type { LoadingStatus } from '../../types/meta';
|
|
1
3
|
import React from 'react';
|
|
2
|
-
import { LoadingStatus } from '../../types/meta';
|
|
3
|
-
import { TokenWithAmount } from '../../components/TokenList/TokenList';
|
|
4
4
|
export declare const LoaderContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
5
5
|
sm: string;
|
|
6
6
|
md: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TokenSelector.d.ts","sourceRoot":"","sources":["../../../../../../src/containers/TokenSelector/TokenSelector.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,
|
|
1
|
+
{"version":3,"file":"TokenSelector.d.ts","sourceRoot":"","sources":["../../../../../../src/containers/TokenSelector/TokenSelector.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sCAAsC,CAAC;AAC5E,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAEtD,OAAO,KAAK,MAAM,OAAO,CAAC;AAQ1B,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAM1B,CAAC;AACH,MAAM,WAAW,SAAS;IACxB,IAAI,EAAE,eAAe,EAAE,CAAC;IACxB,IAAI,CAAC,EAAE,QAAQ,GAAG,aAAa,CAAC;IAChC,QAAQ,EAAE,eAAe,GAAG,IAAI,CAAC;IACjC,QAAQ,EAAE,CAAC,KAAK,EAAE,eAAe,KAAK,IAAI,CAAC;IAC3C,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,aAAa,EAAE,aAAa,CAAC;IAC7B,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAUD,wBAAgB,aAAa,CAAC,KAAK,EAAE,SAAS,qBAiC7C"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { SvgIconPropsWithChildren } from '../components/SvgIcon';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
declare function SvgCosmosCategory(props: SvgIconPropsWithChildren): React.FunctionComponentElement<SvgIconPropsWithChildren>;
|
|
4
|
+
export default SvgCosmosCategory;
|
|
5
|
+
//# sourceMappingURL=CosmosCategory.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CosmosCategory.d.ts","sourceRoot":"","sources":["../../../../../src/icons/CosmosCategory.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,uBAAuB,CAAC;AAEtE,OAAO,KAAwB,MAAM,OAAO,CAAC;AAI7C,iBAAS,iBAAiB,CAAC,KAAK,EAAE,wBAAwB,4DAiIzD;AACD,eAAe,iBAAiB,CAAC"}
|