@rango-dev/ui 0.15.1-next.2 → 0.15.1-next.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +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.d.ts +6 -6
- package/dist/widget/ui/src/components/Alert/Alert.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Alert/Alert.helpers.d.ts +3 -0
- package/dist/widget/ui/src/components/Alert/Alert.helpers.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Alert/Alert.stories.d.ts +2 -1
- package/dist/widget/ui/src/components/Alert/Alert.stories.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Alert/Alert.styles.d.ts +467 -0
- package/dist/widget/ui/src/components/Alert/Alert.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Alert/Alert.types.d.ts +11 -0
- package/dist/widget/ui/src/components/Alert/Alert.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Alert/AlertIcon.d.ts +5 -0
- package/dist/widget/ui/src/components/Alert/AlertIcon.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Alert/LoadingFailedAlert.d.ts +3 -0
- package/dist/widget/ui/src/components/Alert/LoadingFailedAlert.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Alert/NotFoundAlert.d.ts +3 -0
- package/dist/widget/ui/src/components/Alert/NotFoundAlert.d.ts.map +1 -1
- package/dist/widget/ui/src/components/BestRoute/BestRoute.d.ts +3 -15
- package/dist/widget/ui/src/components/BestRoute/BestRoute.d.ts.map +1 -1
- package/dist/widget/ui/src/components/BestRoute/BestRoute.stories.d.ts +6 -10
- package/dist/widget/ui/src/components/BestRoute/BestRoute.stories.d.ts.map +1 -1
- package/dist/widget/ui/src/components/BestRoute/BestRoute.styles.d.ts +1393 -0
- package/dist/widget/ui/src/components/BestRoute/BestRoute.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/BestRoute/BestRoute.types.d.ts +34 -0
- package/dist/widget/ui/src/components/BestRoute/BestRoute.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/BestRoute/BestRouteSkeleton.d.ts +4 -0
- package/dist/widget/ui/src/components/BestRoute/BestRouteSkeleton.d.ts.map +1 -0
- package/dist/widget/ui/src/components/BestRoute/BestRouteSkeleton.styles.d.ts +311 -0
- package/dist/widget/ui/src/components/BestRoute/BestRouteSkeleton.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/BestRoute/BestRouteSkeleton.types.d.ts +6 -0
- package/dist/widget/ui/src/components/BestRoute/BestRouteSkeleton.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/BestRoute/RouteSummary.d.ts +12 -0
- package/dist/widget/ui/src/components/BestRoute/RouteSummary.d.ts.map +1 -0
- package/dist/widget/ui/src/components/BestRoute/RouteSummary.styles.d.ts +154 -0
- package/dist/widget/ui/src/components/BestRoute/RouteSummary.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/BestRoute/index.d.ts +3 -0
- package/dist/widget/ui/src/components/BestRoute/index.d.ts.map +1 -1
- package/dist/widget/ui/src/components/BestRoute/mock.d.ts +2 -4
- package/dist/widget/ui/src/components/BestRoute/mock.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/BlockchainsList/BlockchainsList.d.ts +4 -1
- package/dist/widget/ui/src/components/BlockchainsList/BlockchainsList.d.ts.map +1 -1
- package/dist/widget/ui/src/components/BlockchainsList/BlockchainsList.stories.d.ts +1 -1
- package/dist/widget/ui/src/components/BlockchainsList/BlockchainsList.stories.d.ts.map +1 -1
- package/dist/widget/ui/src/components/BottomLogo/BottomLogo.d.ts.map +1 -1
- package/dist/widget/ui/src/components/BottomLogo/BottomLogo.styles.d.ts +307 -0
- package/dist/widget/ui/src/components/BottomLogo/BottomLogo.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Button/Button.d.ts +281 -15
- package/dist/widget/ui/src/components/Button/Button.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Button/Button.stories.d.ts +5 -6
- package/dist/widget/ui/src/components/Button/Button.stories.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Button/Button.styles.d.ts +468 -0
- package/dist/widget/ui/src/components/Button/Button.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Button/Button.types.d.ts +21 -0
- package/dist/widget/ui/src/components/Button/Button.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Button/Ripple.d.ts +6 -0
- package/dist/widget/ui/src/components/Button/Ripple.d.ts.map +1 -0
- package/dist/widget/ui/src/components/ChainToken/ChainToken.constants.d.ts +8 -0
- package/dist/widget/ui/src/components/ChainToken/ChainToken.constants.d.ts.map +1 -0
- package/dist/widget/ui/src/components/ChainToken/ChainToken.d.ts +4 -0
- package/dist/widget/ui/src/components/ChainToken/ChainToken.d.ts.map +1 -0
- package/dist/widget/ui/src/components/ChainToken/ChainToken.stories.d.ts +8 -0
- package/dist/widget/ui/src/components/ChainToken/ChainToken.stories.d.ts.map +1 -0
- package/dist/widget/ui/src/components/ChainToken/ChainToken.styles.d.ts +309 -0
- package/dist/widget/ui/src/components/ChainToken/ChainToken.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/ChainToken/ChainToken.types.d.ts +13 -0
- package/dist/widget/ui/src/components/ChainToken/ChainToken.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/ChainToken/index.d.ts +2 -0
- package/dist/widget/ui/src/components/ChainToken/index.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Checkbox/Checkbox.d.ts +4 -11
- package/dist/widget/ui/src/components/Checkbox/Checkbox.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Checkbox/Checkbox.stories.d.ts +5 -5
- package/dist/widget/ui/src/components/Checkbox/Checkbox.stories.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Checkbox/Checkbox.styles.d.ts +615 -0
- package/dist/widget/ui/src/components/Checkbox/Checkbox.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Checkbox/Checkbox.types.d.ts +14 -0
- package/dist/widget/ui/src/components/Checkbox/Checkbox.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Chip/Chip.d.ts +1 -10
- package/dist/widget/ui/src/components/Chip/Chip.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Chip/Chip.stories.d.ts +26 -2
- package/dist/widget/ui/src/components/Chip/Chip.stories.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Chip/Chip.styles.d.ts +156 -0
- package/dist/widget/ui/src/components/Chip/Chip.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Chip/Chip.types.d.ts +14 -0
- package/dist/widget/ui/src/components/Chip/Chip.types.d.ts.map +1 -0
- 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/ColorPicker/ColorPicker.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Divider/Divider.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Drawer/Drawer.d.ts +3 -12
- package/dist/widget/ui/src/components/Drawer/Drawer.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Drawer/Drawer.stories.d.ts +4 -2
- package/dist/widget/ui/src/components/Drawer/Drawer.stories.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Drawer/Drawer.styles.d.ts +768 -0
- package/dist/widget/ui/src/components/Drawer/Drawer.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Drawer/Drawer.types.d.ts +18 -0
- package/dist/widget/ui/src/components/Drawer/Drawer.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Header/Header.d.ts +4 -9
- package/dist/widget/ui/src/components/Header/Header.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Header/Header.stories.d.ts +7 -0
- package/dist/widget/ui/src/components/Header/Header.stories.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Header/Header.styles.d.ts +307 -0
- package/dist/widget/ui/src/components/Header/Header.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Header/Header.types.d.ts +7 -0
- package/dist/widget/ui/src/components/Header/Header.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/I18nManager/I18nManager.d.ts +1 -1
- package/dist/widget/ui/src/components/I18nManager/I18nManager.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/AddCircleIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/AddIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/AddWalletIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/AngleDownIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/AngleLeftIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/AngleRightIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/AngleUpIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/ArrowRightIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/BagIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/BanIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/CheckCircleIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/CheckIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/CheckSquareIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/CheckWalletIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/ChevronRightIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/CloseIcon.d.ts +78 -36
- package/dist/widget/ui/src/components/Icon/CloseIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/CopyIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/DeleteCircleIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/DeleteWalletIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/DisconnectIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/DownloadIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/GasIcon.d.ts +1 -1
- package/dist/widget/ui/src/components/Icon/GasIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/HistoryIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/HorizontalSwapIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/InfoCircleIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/MinusCircleIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/RetryIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/RetryLeftIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/RetryRightIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/SearchIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/SearchMinusIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/SettingIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/SignatureIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/SwapWalletIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/TimeIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/TrashIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/TryAgainIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/VerticalSwapIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/WalletIconIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/WarningIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/common.d.ts +158 -74
- package/dist/widget/ui/src/components/Icon/common.d.ts.map +1 -1
- package/dist/widget/ui/src/components/IconButton/IconButton.d.ts +7 -0
- package/dist/widget/ui/src/components/IconButton/IconButton.d.ts.map +1 -0
- package/dist/widget/ui/src/components/IconButton/IconButton.stories.d.ts +8 -0
- package/dist/widget/ui/src/components/IconButton/IconButton.stories.d.ts.map +1 -0
- package/dist/widget/ui/src/components/IconButton/IconButton.types.d.ts +12 -0
- package/dist/widget/ui/src/components/IconButton/IconButton.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/IconButton/index.d.ts +2 -0
- package/dist/widget/ui/src/components/IconButton/index.d.ts.map +1 -0
- package/dist/widget/ui/src/components/LiquiditySourceList/LiquiditySource.stories.d.ts +1 -1
- package/dist/widget/ui/src/components/LiquiditySourceList/LiquiditySource.stories.d.ts.map +1 -1
- package/dist/widget/ui/src/components/LiquiditySourceList/LiquiditySourceList.d.ts +2 -2
- package/dist/widget/ui/src/components/LiquiditySourceList/LiquiditySourceList.d.ts.map +1 -1
- package/dist/widget/ui/src/components/List/List.d.ts +5 -0
- package/dist/widget/ui/src/components/List/List.d.ts.map +1 -0
- package/dist/widget/ui/src/components/List/List.stories.d.ts +12 -0
- package/dist/widget/ui/src/components/List/List.stories.d.ts.map +1 -0
- package/dist/widget/ui/src/components/List/List.styles.d.ts +154 -0
- package/dist/widget/ui/src/components/List/List.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/List/List.types.d.ts +12 -0
- package/dist/widget/ui/src/components/List/List.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/List/index.d.ts +2 -0
- package/dist/widget/ui/src/components/List/index.d.ts.map +1 -0
- package/dist/widget/ui/src/components/ListItem/ListItem.d.ts +5 -0
- package/dist/widget/ui/src/components/ListItem/ListItem.d.ts.map +1 -0
- package/dist/widget/ui/src/components/ListItem/ListItem.styles.d.ts +156 -0
- package/dist/widget/ui/src/components/ListItem/ListItem.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/ListItem/ListItem.types.d.ts +11 -0
- package/dist/widget/ui/src/components/ListItem/ListItem.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/ListItem/index.d.ts +3 -0
- package/dist/widget/ui/src/components/ListItem/index.d.ts.map +1 -0
- package/dist/widget/ui/src/components/ListItemButton/ListItemButton.d.ts +5 -0
- package/dist/widget/ui/src/components/ListItemButton/ListItemButton.d.ts.map +1 -0
- package/dist/widget/ui/src/components/ListItemButton/ListItemButton.styles.d.ts +157 -0
- package/dist/widget/ui/src/components/ListItemButton/ListItemButton.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/ListItemButton/ListItemButton.types.d.ts +10 -0
- package/dist/widget/ui/src/components/ListItemButton/ListItemButton.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/ListItemButton/index.d.ts +3 -0
- package/dist/widget/ui/src/components/ListItemButton/index.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Logo/Logo.d.ts +4 -0
- package/dist/widget/ui/src/components/Logo/Logo.d.ts.map +1 -0
- package/dist/widget/ui/src/components/MessageBox/CollapsibleMessageBox.d.ts +5 -0
- package/dist/widget/ui/src/components/MessageBox/CollapsibleMessageBox.d.ts.map +1 -0
- package/dist/widget/ui/src/components/MessageBox/CollapsibleMessageBox.stories.d.ts +7 -0
- package/dist/widget/ui/src/components/MessageBox/CollapsibleMessageBox.stories.d.ts.map +1 -0
- package/dist/widget/ui/src/components/MessageBox/CollapsibleMessageBox.styles.d.ts +156 -0
- package/dist/widget/ui/src/components/MessageBox/CollapsibleMessageBox.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/MessageBox/CollapsibleMessageBox.types.d.ts +11 -0
- package/dist/widget/ui/src/components/MessageBox/CollapsibleMessageBox.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/MessageBox/DefaultMessageBox.d.ts +5 -0
- package/dist/widget/ui/src/components/MessageBox/DefaultMessageBox.d.ts.map +1 -0
- package/dist/widget/ui/src/components/MessageBox/MessageBox.d.ts +3 -0
- package/dist/widget/ui/src/components/MessageBox/MessageBox.d.ts.map +1 -0
- package/dist/widget/ui/src/components/MessageBox/MessageBox.stories.d.ts +7 -0
- package/dist/widget/ui/src/components/MessageBox/MessageBox.stories.d.ts.map +1 -0
- package/dist/widget/ui/src/components/MessageBox/MessageBox.styles.d.ts +462 -0
- package/dist/widget/ui/src/components/MessageBox/MessageBox.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/MessageBox/MessageBox.types.d.ts +13 -0
- package/dist/widget/ui/src/components/MessageBox/MessageBox.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/MessageBox/StatusIcon.d.ts +5 -0
- package/dist/widget/ui/src/components/MessageBox/StatusIcon.d.ts.map +1 -0
- package/dist/widget/ui/src/components/MessageBox/index.d.ts +2 -0
- package/dist/widget/ui/src/components/MessageBox/index.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Modal/Modal.d.ts +3 -11
- package/dist/widget/ui/src/components/Modal/Modal.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Modal/Modal.stories.d.ts +4 -2
- package/dist/widget/ui/src/components/Modal/Modal.stories.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Modal/Modal.styles.d.ts +927 -0
- package/dist/widget/ui/src/components/Modal/Modal.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Modal/Modal.types.d.ts +22 -0
- package/dist/widget/ui/src/components/Modal/Modal.types.d.ts.map +1 -0
- 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.d.ts +4 -0
- package/dist/widget/ui/src/components/NotFound/NotFound.d.ts.map +1 -0
- package/dist/widget/ui/src/{containers/Settings/Settings.stories.d.ts → components/NotFound/NotFound.stories.d.ts} +2 -2
- package/dist/widget/ui/src/components/NotFound/NotFound.stories.d.ts.map +1 -0
- package/dist/widget/ui/src/components/NotFound/NotFound.styles.d.ts +154 -0
- package/dist/widget/ui/src/components/NotFound/NotFound.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/NotFound/NotFound.types.d.ts +5 -0
- package/dist/widget/ui/src/components/NotFound/NotFound.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/NotFound/index.d.ts +2 -0
- package/dist/widget/ui/src/components/NotFound/index.d.ts.map +1 -0
- package/dist/widget/ui/src/components/PercentageChange/PercentageChange.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Popover/Popover.d.ts +6 -0
- package/dist/widget/ui/src/components/Popover/Popover.d.ts.map +1 -0
- package/dist/widget/ui/src/{containers/History/History.stories.d.ts → components/Popover/Popover.stories.d.ts} +4 -4
- package/dist/widget/ui/src/components/Popover/Popover.stories.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Popover/Popover.styles.d.ts +309 -0
- package/dist/widget/ui/src/components/Popover/Popover.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Popover/Popover.types.d.ts +17 -0
- package/dist/widget/ui/src/components/Popover/Popover.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Popover/index.d.ts +2 -0
- package/dist/widget/ui/src/components/Popover/index.d.ts.map +1 -0
- package/dist/widget/ui/src/components/PriceImpact/PriceImpact.d.ts +4 -0
- package/dist/widget/ui/src/components/PriceImpact/PriceImpact.d.ts.map +1 -0
- package/dist/widget/ui/src/components/PriceImpact/PriceImpact.stories.d.ts +8 -0
- package/dist/widget/ui/src/components/PriceImpact/PriceImpact.stories.d.ts.map +1 -0
- package/dist/widget/ui/src/components/PriceImpact/PriceImpact.styles.d.ts +154 -0
- package/dist/widget/ui/src/components/PriceImpact/PriceImpact.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/PriceImpact/PriceImpact.types.d.ts +9 -0
- package/dist/widget/ui/src/components/PriceImpact/PriceImpact.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/PriceImpact/index.d.ts +3 -0
- package/dist/widget/ui/src/components/PriceImpact/index.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Radio/Radio.d.ts +1 -11
- package/dist/widget/ui/src/components/Radio/Radio.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Radio/Radio.stories.d.ts +1 -1
- package/dist/widget/ui/src/components/Radio/Radio.stories.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Radio/Radio.styles.d.ts +309 -0
- package/dist/widget/ui/src/components/Radio/Radio.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Radio/Radio.types.d.ts +4 -0
- package/dist/widget/ui/src/components/Radio/Radio.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/RadioGroup/RadioGroup.d.ts +4 -0
- package/dist/widget/ui/src/components/RadioGroup/RadioGroup.d.ts.map +1 -0
- package/dist/widget/ui/src/components/{StatusDrawer/StatusDrawer.stories.d.ts → RadioGroup/RadioGroup.stories.d.ts} +2 -2
- package/dist/widget/ui/src/components/RadioGroup/RadioGroup.stories.d.ts.map +1 -0
- package/dist/widget/ui/src/components/RadioGroup/RadioGroup.styles.d.ts +617 -0
- package/dist/widget/ui/src/components/RadioGroup/RadioGroup.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/RadioGroup/RadioGroup.types.d.ts +13 -0
- package/dist/widget/ui/src/components/RadioGroup/RadioGroup.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/RadioGroup/index.d.ts +3 -0
- package/dist/widget/ui/src/components/RadioGroup/index.d.ts.map +1 -0
- package/dist/widget/ui/src/components/RouteCost/RouteCost.d.ts +4 -0
- package/dist/widget/ui/src/components/RouteCost/RouteCost.d.ts.map +1 -0
- package/dist/widget/ui/src/components/RouteCost/RouteCost.styles.d.ts +154 -0
- package/dist/widget/ui/src/components/RouteCost/RouteCost.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/RouteCost/RouteCost.types.d.ts +6 -0
- package/dist/widget/ui/src/components/RouteCost/RouteCost.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/RouteCost/index.d.ts +2 -0
- package/dist/widget/ui/src/components/RouteCost/index.d.ts.map +1 -0
- package/dist/widget/ui/src/components/RoutesOverview/RoutesOverview.d.ts +79 -37
- package/dist/widget/ui/src/components/RoutesOverview/RoutesOverview.d.ts.map +1 -1
- package/dist/widget/ui/src/components/SecondaryPage/SecondaryPage.d.ts +5 -1
- package/dist/widget/ui/src/components/SecondaryPage/SecondaryPage.d.ts.map +1 -1
- package/dist/widget/ui/src/components/SecondaryPage/SecondaryPage.stories.d.ts +1 -1
- package/dist/widget/ui/src/components/SecondaryPage/SecondaryPage.stories.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/SelectableWalletList/SelectableWalletList.d.ts +5 -5
- package/dist/widget/ui/src/components/SelectableWalletList/SelectableWalletList.d.ts.map +1 -1
- package/dist/widget/ui/src/components/SelectableWalletList/SelectableWalletList.stories.d.ts +1 -1
- package/dist/widget/ui/src/components/SelectableWalletList/SelectableWalletList.stories.d.ts.map +1 -1
- package/dist/widget/ui/src/components/SelectableWalletList/mock.d.ts +9 -2
- package/dist/widget/ui/src/components/SelectableWalletList/mock.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Skeleton/Skeleton.d.ts +2 -5
- package/dist/widget/ui/src/components/Skeleton/Skeleton.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Skeleton/Skeleton.stories.d.ts +2 -2
- package/dist/widget/ui/src/components/Skeleton/Skeleton.stories.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Skeleton/Skeleton.styles.d.ts +157 -0
- package/dist/widget/ui/src/components/Skeleton/Skeleton.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Skeleton/Skeleton.types.d.ts +18 -0
- package/dist/widget/ui/src/components/Skeleton/Skeleton.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Spinner/Spinner.d.ts +6 -3
- package/dist/widget/ui/src/components/Spinner/Spinner.d.ts.map +1 -1
- package/dist/widget/ui/src/components/StepDetails/StepDetails.d.ts +4 -0
- package/dist/widget/ui/src/components/StepDetails/StepDetails.d.ts.map +1 -0
- package/dist/widget/ui/src/components/StepDetails/StepDetails.stories.d.ts +7 -0
- package/dist/widget/ui/src/components/StepDetails/StepDetails.stories.d.ts.map +1 -0
- package/dist/widget/ui/src/components/StepDetails/StepDetails.styles.d.ts +777 -0
- package/dist/widget/ui/src/components/StepDetails/StepDetails.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/StepDetails/StepDetails.types.d.ts +10 -0
- package/dist/widget/ui/src/components/StepDetails/StepDetails.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/StepDetails/index.d.ts +3 -0
- package/dist/widget/ui/src/components/StepDetails/index.d.ts.map +1 -0
- package/dist/widget/ui/src/components/StepDetails/mock.d.ts +3 -0
- package/dist/widget/ui/src/components/StepDetails/mock.d.ts.map +1 -0
- package/dist/widget/ui/src/components/SvgIcon/SvgIcon.d.ts +4 -0
- package/dist/widget/ui/src/components/SvgIcon/SvgIcon.d.ts.map +1 -0
- package/dist/widget/ui/src/components/SvgIcon/SvgIcon.style.d.ts +156 -0
- package/dist/widget/ui/src/components/SvgIcon/SvgIcon.style.d.ts.map +1 -0
- package/dist/widget/ui/src/components/SvgIcon/SvgIcon.types.d.ts +9 -0
- package/dist/widget/ui/src/components/SvgIcon/SvgIcon.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/SvgIcon/index.d.ts +3 -0
- package/dist/widget/ui/src/components/SvgIcon/index.d.ts.map +1 -0
- package/dist/widget/ui/src/components/SwapContainer/SwapContainer.d.ts +3 -2
- package/dist/widget/ui/src/components/SwapContainer/SwapContainer.d.ts.map +1 -1
- package/dist/widget/ui/src/components/SwapDetailsPlaceholder/SwapDetailsPlaceholder.d.ts +78 -36
- package/dist/widget/ui/src/components/SwapDetailsPlaceholder/SwapDetailsPlaceholder.d.ts.map +1 -1
- package/dist/widget/ui/src/components/SwapListItem/SwapListItem.d.ts +5 -0
- package/dist/widget/ui/src/components/SwapListItem/SwapListItem.d.ts.map +1 -0
- package/dist/widget/ui/src/components/SwapListItem/SwapListItem.helpers.d.ts +4 -0
- package/dist/widget/ui/src/components/SwapListItem/SwapListItem.helpers.d.ts.map +1 -0
- package/dist/widget/ui/src/components/SwapListItem/SwapListItem.stories.d.ts +6 -0
- package/dist/widget/ui/src/components/SwapListItem/SwapListItem.stories.d.ts.map +1 -0
- package/dist/widget/ui/src/components/SwapListItem/SwapListItem.styles.d.ts +919 -0
- package/dist/widget/ui/src/components/SwapListItem/SwapListItem.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/SwapListItem/SwapListItem.types.d.ts +42 -0
- package/dist/widget/ui/src/components/SwapListItem/SwapListItem.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/SwapListItem/SwapToken.d.ts +4 -0
- package/dist/widget/ui/src/components/SwapListItem/SwapToken.d.ts.map +1 -0
- package/dist/widget/ui/src/components/SwapListItem/SwapToken.styles.d.ts +1380 -0
- package/dist/widget/ui/src/components/SwapListItem/SwapToken.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/SwapListItem/SwapToken.types.d.ts +7 -0
- package/dist/widget/ui/src/components/SwapListItem/SwapToken.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/SwapListItem/index.d.ts +2 -0
- package/dist/widget/ui/src/components/SwapListItem/index.d.ts.map +1 -0
- package/dist/widget/ui/src/components/SwapListItem/mock.d.ts +5 -0
- package/dist/widget/ui/src/components/SwapListItem/mock.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Switch/Switch.d.ts +1 -4
- package/dist/widget/ui/src/components/Switch/Switch.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Switch/Switch.stories.d.ts +1 -1
- package/dist/widget/ui/src/components/Switch/Switch.stories.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Switch/Switch.styles.d.ts +309 -0
- package/dist/widget/ui/src/components/Switch/Switch.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Switch/Switch.types.d.ts +5 -0
- package/dist/widget/ui/src/components/Switch/Switch.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/TextField/TextField.d.ts +9 -7
- package/dist/widget/ui/src/components/TextField/TextField.d.ts.map +1 -1
- package/dist/widget/ui/src/components/TextField/TextField.stories.d.ts +11 -2
- package/dist/widget/ui/src/components/TextField/TextField.stories.d.ts.map +1 -1
- package/dist/widget/ui/src/components/TextField/TextField.styles.d.ts +467 -0
- package/dist/widget/ui/src/components/TextField/TextField.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/TextField/TextField.types.d.ts +17 -0
- package/dist/widget/ui/src/components/TextField/TextField.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/TokenAmount/TokenAmount.d.ts +4 -0
- package/dist/widget/ui/src/components/TokenAmount/TokenAmount.d.ts.map +1 -0
- package/dist/widget/ui/src/components/TokenAmount/TokenAmount.stories.d.ts +7 -0
- package/dist/widget/ui/src/components/TokenAmount/TokenAmount.stories.d.ts.map +1 -0
- package/dist/widget/ui/src/components/TokenAmount/TokenAmount.styles.d.ts +5 -0
- package/dist/widget/ui/src/components/TokenAmount/TokenAmount.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/TokenAmount/TokenAmount.types.d.ts +17 -0
- package/dist/widget/ui/src/components/TokenAmount/TokenAmount.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/TokenAmount/index.d.ts +2 -0
- package/dist/widget/ui/src/components/TokenAmount/index.d.ts.map +1 -0
- package/dist/widget/ui/src/components/TokenList/TokenItem.d.ts +4 -3
- package/dist/widget/ui/src/components/TokenList/TokenItem.d.ts.map +1 -1
- package/dist/widget/ui/src/components/TokenList/TokenList.d.ts +4 -1
- package/dist/widget/ui/src/components/TokenList/TokenList.d.ts.map +1 -1
- package/dist/widget/ui/src/components/TokenList/TokenList.stories.d.ts +1 -1
- package/dist/widget/ui/src/components/TokenList/TokenList.stories.d.ts.map +1 -1
- package/dist/widget/ui/src/components/TokenList/mockData.d.ts +1 -1
- package/dist/widget/ui/src/components/TokenList/mockData.d.ts.map +1 -1
- package/dist/widget/ui/src/components/TokenPreview/TokenPreview.d.ts +3 -2
- package/dist/widget/ui/src/components/TokenPreview/TokenPreview.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Tooltip/Tooltip.d.ts +4 -7
- package/dist/widget/ui/src/components/Tooltip/Tooltip.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Tooltip/Tooltip.stories.d.ts +1 -1
- package/dist/widget/ui/src/components/Tooltip/Tooltip.stories.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Tooltip/Tooltip.styles.d.ts +463 -0
- package/dist/widget/ui/src/components/Tooltip/Tooltip.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Tooltip/Tooltip.types.d.ts +12 -0
- package/dist/widget/ui/src/components/Tooltip/Tooltip.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Tooltip/useEventListener.d.ts +5 -0
- package/dist/widget/ui/src/components/Tooltip/useEventListener.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Typography/Typography.d.ts +3 -17
- package/dist/widget/ui/src/components/Typography/Typography.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Typography/Typography.stories.d.ts +29 -4
- package/dist/widget/ui/src/components/Typography/Typography.stories.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Typography/Typography.styles.d.ts +163 -0
- package/dist/widget/ui/src/components/Typography/Typography.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Typography/Typography.types.d.ts +22 -0
- package/dist/widget/ui/src/components/Typography/Typography.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/VirtualizedList/VirtualizedList.d.ts +3 -16
- package/dist/widget/ui/src/components/VirtualizedList/VirtualizedList.d.ts.map +1 -1
- package/dist/widget/ui/src/components/VirtualizedList/VirtualizedList.types.d.ts +16 -0
- package/dist/widget/ui/src/components/VirtualizedList/VirtualizedList.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/VirtualizedList/index.d.ts +2 -0
- package/dist/widget/ui/src/components/VirtualizedList/index.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Wallet/ClickableWallet.d.ts +5 -0
- package/dist/widget/ui/src/components/Wallet/ClickableWallet.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Wallet/ClickableWallet.stories.d.ts +7 -0
- package/dist/widget/ui/src/components/Wallet/ClickableWallet.stories.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Wallet/Content.d.ts +5 -0
- package/dist/widget/ui/src/components/Wallet/Content.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Wallet/SelectableWallet.d.ts +4 -0
- package/dist/widget/ui/src/components/Wallet/SelectableWallet.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Wallet/SelectableWallet.stories.d.ts +7 -0
- package/dist/widget/ui/src/components/Wallet/SelectableWallet.stories.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Wallet/Wallet.d.ts +2 -7
- package/dist/widget/ui/src/components/Wallet/Wallet.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Wallet/Wallet.helpers.d.ts +4 -0
- package/dist/widget/ui/src/components/Wallet/Wallet.helpers.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Wallet/Wallet.styles.d.ts +769 -0
- package/dist/widget/ui/src/components/Wallet/Wallet.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Wallet/Wallet.types.d.ts +55 -0
- package/dist/widget/ui/src/components/Wallet/Wallet.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Wallet/index.d.ts +2 -0
- package/dist/widget/ui/src/components/Wallet/index.d.ts.map +1 -1
- package/dist/widget/ui/src/components/common/FilledCircle.d.ts +78 -36
- package/dist/widget/ui/src/components/common/FilledCircle.d.ts.map +1 -1
- package/dist/widget/ui/src/components/common/Image.d.ts +4 -0
- package/dist/widget/ui/src/components/common/Image.d.ts.map +1 -1
- package/dist/widget/ui/src/components/common/styles.d.ts +158 -0
- package/dist/widget/ui/src/components/common/styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/index.d.ts +23 -5
- package/dist/widget/ui/src/components/index.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/ConnectWalletsModal/ConnectWalletsModal.d.ts +2 -2
- package/dist/widget/ui/src/containers/ConnectWalletsModal/ConnectWalletsModal.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/ConnectWalletsModal/mockData.d.ts +1 -1
- package/dist/widget/ui/src/containers/ConnectWalletsModal/mockData.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/History/types.d.ts +0 -38
- package/dist/widget/ui/src/containers/History/types.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/HomePanel/HomePanel.d.ts +9 -6
- package/dist/widget/ui/src/containers/HomePanel/HomePanel.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/SwapHistory/SwapHistory.d.ts +786 -362
- package/dist/widget/ui/src/containers/SwapHistory/SwapHistory.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/SwapHistory/SwapMessages.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/SwapInput/SwapInput.d.ts +4 -0
- package/dist/widget/ui/src/containers/SwapInput/SwapInput.d.ts.map +1 -0
- package/dist/widget/ui/src/containers/SwapInput/SwapInput.stories.d.ts +9 -0
- package/dist/widget/ui/src/containers/SwapInput/SwapInput.stories.d.ts.map +1 -0
- package/dist/widget/ui/src/containers/SwapInput/SwapInput.styles.d.ts +753 -0
- package/dist/widget/ui/src/containers/SwapInput/SwapInput.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/containers/SwapInput/SwapInput.types.d.ts +36 -0
- package/dist/widget/ui/src/containers/SwapInput/SwapInput.types.d.ts.map +1 -0
- package/dist/widget/ui/src/containers/SwapInput/TokenSection.d.ts +4 -0
- package/dist/widget/ui/src/containers/SwapInput/TokenSection.d.ts.map +1 -0
- package/dist/widget/ui/src/containers/SwapInput/TokenSection.styles.d.ts +589 -0
- package/dist/widget/ui/src/containers/SwapInput/TokenSection.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/containers/SwapInput/TokenSection.types.d.ts +10 -0
- package/dist/widget/ui/src/containers/SwapInput/TokenSection.types.d.ts.map +1 -0
- package/dist/widget/ui/src/containers/SwapInput/index.d.ts +2 -0
- package/dist/widget/ui/src/containers/SwapInput/index.d.ts.map +1 -0
- package/dist/widget/ui/src/containers/TokenInfo/TokenInfo.d.ts +5 -5
- package/dist/widget/ui/src/containers/TokenInfo/TokenInfo.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/TokenSelector/TokenSelector.d.ts +78 -36
- package/dist/widget/ui/src/containers/TokenSelector/TokenSelector.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/Warnings/BalanceErrors.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/index.d.ts +1 -4
- package/dist/widget/ui/src/containers/index.d.ts.map +1 -1
- package/dist/widget/ui/src/helper/index.d.ts +0 -1
- package/dist/widget/ui/src/helper/index.d.ts.map +1 -1
- package/dist/widget/ui/src/icons/AutoTheme.d.ts +5 -0
- package/dist/widget/ui/src/icons/AutoTheme.d.ts.map +1 -0
- 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/ChevronDown.d.ts +5 -0
- package/dist/widget/ui/src/icons/ChevronDown.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/ChevronLeft.d.ts +5 -0
- package/dist/widget/ui/src/icons/ChevronLeft.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/ChevronRight.d.ts +5 -0
- package/dist/widget/ui/src/icons/ChevronRight.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/ChevronUp.d.ts +5 -0
- package/dist/widget/ui/src/icons/ChevronUp.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/Close.d.ts +5 -0
- package/dist/widget/ui/src/icons/Close.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/Complete.d.ts +5 -0
- package/dist/widget/ui/src/icons/Complete.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/Copy.d.ts +5 -0
- package/dist/widget/ui/src/icons/Copy.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/DarkMode.d.ts +5 -0
- package/dist/widget/ui/src/icons/DarkMode.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/Delete.d.ts +5 -0
- package/dist/widget/ui/src/icons/Delete.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/Done.d.ts +5 -0
- package/dist/widget/ui/src/icons/Done.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/Error.d.ts +5 -0
- package/dist/widget/ui/src/icons/Error.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/ExternalLink.d.ts +5 -0
- package/dist/widget/ui/src/icons/ExternalLink.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/Gas.d.ts +5 -0
- package/dist/widget/ui/src/icons/Gas.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/Gass.d.ts +5 -0
- package/dist/widget/ui/src/icons/Gass.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/Icons.stories.d.ts +6 -0
- package/dist/widget/ui/src/icons/Icons.stories.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/InProgress.d.ts +5 -0
- package/dist/widget/ui/src/icons/InProgress.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/Info.d.ts +5 -0
- package/dist/widget/ui/src/icons/Info.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/InfoError.d.ts +5 -0
- package/dist/widget/ui/src/icons/InfoError.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/LightMode.d.ts +5 -0
- package/dist/widget/ui/src/icons/LightMode.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/Link.d.ts +5 -0
- package/dist/widget/ui/src/icons/Link.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/Loading.d.ts +5 -0
- package/dist/widget/ui/src/icons/Loading.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/Next.d.ts +5 -0
- package/dist/widget/ui/src/icons/Next.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/NoNotification.d.ts +5 -0
- package/dist/widget/ui/src/icons/NoNotification.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/NoRoute.d.ts +5 -0
- package/dist/widget/ui/src/icons/NoRoute.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/NotificationNumber.d.ts +5 -0
- package/dist/widget/ui/src/icons/NotificationNumber.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/Notifications.d.ts +5 -0
- package/dist/widget/ui/src/icons/Notifications.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/Number.d.ts +5 -0
- package/dist/widget/ui/src/icons/Number.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/Pin.d.ts +5 -0
- package/dist/widget/ui/src/icons/Pin.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/Refresh.d.ts +5 -0
- package/dist/widget/ui/src/icons/Refresh.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/Reverse.d.ts +5 -0
- package/dist/widget/ui/src/icons/Reverse.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/Route.d.ts +5 -0
- package/dist/widget/ui/src/icons/Route.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/Search.d.ts +5 -0
- package/dist/widget/ui/src/icons/Search.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/Settings.d.ts +5 -0
- package/dist/widget/ui/src/icons/Settings.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/Style.d.ts +5 -0
- package/dist/widget/ui/src/icons/Style.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/Time.d.ts +5 -0
- package/dist/widget/ui/src/icons/Time.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/Transaction.d.ts +5 -0
- package/dist/widget/ui/src/icons/Transaction.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/Wallet.d.ts +5 -0
- package/dist/widget/ui/src/icons/Wallet.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/Warning.d.ts +5 -0
- package/dist/widget/ui/src/icons/Warning.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/index.d.ts +42 -0
- package/dist/widget/ui/src/icons/index.d.ts.map +1 -0
- package/dist/widget/ui/src/index.d.ts +1 -0
- package/dist/widget/ui/src/index.d.ts.map +1 -1
- package/dist/widget/ui/src/theme.d.ts +854 -327
- package/dist/widget/ui/src/theme.d.ts.map +1 -1
- package/dist/widget/ui/src/types/index.d.ts +1 -1
- package/dist/widget/ui/src/types/index.d.ts.map +1 -1
- package/dist/widget/ui/src/types/meta.d.ts +1 -1
- package/dist/widget/ui/src/types/meta.d.ts.map +1 -1
- package/dist/widget/ui/src/types/swaps.d.ts +1 -1
- package/dist/widget/ui/src/types/swaps.d.ts.map +1 -1
- package/dist/widget/ui/src/types/wallet.d.ts +1 -23
- package/dist/widget/ui/src/types/wallet.d.ts.map +1 -1
- package/package.json +13 -8
- package/readme.md +4 -0
- package/src/components/Alert/Alert.helpers.ts +17 -0
- package/src/components/Alert/Alert.stories.tsx +20 -8
- package/src/components/Alert/Alert.styles.ts +166 -0
- package/src/components/Alert/Alert.tsx +45 -90
- package/src/components/Alert/Alert.types.ts +12 -0
- package/src/components/Alert/AlertIcon.tsx +28 -0
- package/src/components/Alert/LoadingFailedAlert.tsx +5 -1
- package/src/components/Alert/NotFoundAlert.tsx +5 -1
- package/src/components/BestRoute/BestRoute.stories.tsx +13 -37
- package/src/components/BestRoute/BestRoute.styles.ts +212 -0
- package/src/components/BestRoute/BestRoute.tsx +163 -217
- package/src/components/BestRoute/BestRoute.types.ts +32 -0
- package/src/components/BestRoute/BestRouteSkeleton.styles.ts +110 -0
- package/src/components/BestRoute/BestRouteSkeleton.tsx +112 -0
- package/src/components/BestRoute/BestRouteSkeleton.types.ts +5 -0
- package/src/components/BestRoute/RouteSummary.styles.ts +15 -0
- package/src/components/BestRoute/RouteSummary.tsx +48 -0
- package/src/components/BestRoute/index.ts +3 -0
- package/src/components/BestRoute/mock.ts +118 -530
- 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/BlockchainsList/BlockchainsList.stories.tsx +6 -3
- package/src/components/BlockchainsList/BlockchainsList.tsx +13 -7
- package/src/components/BottomLogo/BottomLogo.styles.ts +15 -0
- package/src/components/BottomLogo/BottomLogo.tsx +13 -33
- package/src/components/Button/Button.stories.tsx +22 -50
- package/src/components/Button/Button.styles.tsx +564 -0
- package/src/components/Button/Button.tsx +40 -412
- package/src/components/Button/Button.types.tsx +27 -0
- package/src/components/Button/Ripple.tsx +82 -0
- package/src/components/ChainToken/ChainToken.constants.ts +9 -0
- package/src/components/ChainToken/ChainToken.stories.tsx +20 -0
- package/src/components/ChainToken/ChainToken.styles.ts +31 -0
- package/src/components/ChainToken/ChainToken.tsx +58 -0
- package/src/components/ChainToken/ChainToken.types.ts +13 -0
- package/src/components/ChainToken/index.ts +1 -0
- package/src/components/Checkbox/Checkbox.stories.tsx +12 -5
- package/src/components/Checkbox/Checkbox.styles.ts +39 -0
- package/src/components/Checkbox/Checkbox.tsx +26 -48
- package/src/components/Checkbox/Checkbox.types.ts +17 -0
- package/src/components/Chip/Chip.stories.tsx +4 -3
- package/src/components/Chip/Chip.styles.ts +41 -0
- package/src/components/Chip/Chip.tsx +13 -38
- package/src/components/Chip/Chip.types.ts +15 -0
- 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/ColorPicker/ColorPicker.tsx +5 -7
- package/src/components/Divider/Divider.tsx +3 -0
- package/src/components/Drawer/Drawer.stories.tsx +19 -24
- package/src/components/Drawer/Drawer.styles.ts +67 -0
- package/src/components/Drawer/Drawer.tsx +36 -94
- package/src/components/Drawer/Drawer.types.ts +17 -0
- package/src/components/Header/Header.stories.tsx +18 -0
- package/src/components/Header/Header.styles.ts +22 -0
- package/src/components/Header/Header.tsx +17 -32
- package/src/components/Header/Header.types.ts +5 -0
- package/src/components/I18nManager/I18nManager.tsx +12 -10
- package/src/components/Icon/AddCircleIcon.tsx +1 -2
- package/src/components/Icon/AddIcon.tsx +1 -2
- package/src/components/Icon/AddWalletIcon.tsx +1 -2
- package/src/components/Icon/AngleDownIcon.tsx +1 -2
- package/src/components/Icon/AngleLeftIcon.tsx +1 -2
- package/src/components/Icon/AngleRightIcon.tsx +1 -2
- package/src/components/Icon/AngleUpIcon.tsx +1 -2
- package/src/components/Icon/ArrowRightIcon.tsx +1 -2
- package/src/components/Icon/BagIcon.tsx +1 -2
- package/src/components/Icon/BanIcon.tsx +1 -2
- package/src/components/Icon/CheckCircleIcon.tsx +1 -2
- package/src/components/Icon/CheckIcon.tsx +1 -2
- package/src/components/Icon/CheckSquareIcon.tsx +1 -2
- package/src/components/Icon/CheckWalletIcon.tsx +1 -2
- package/src/components/Icon/ChevronRightIcon.tsx +1 -2
- package/src/components/Icon/CopyIcon.tsx +1 -2
- package/src/components/Icon/DeleteCircleIcon.tsx +1 -2
- package/src/components/Icon/DeleteWalletIcon.tsx +1 -2
- package/src/components/Icon/DisconnectIcon.tsx +1 -2
- package/src/components/Icon/DownloadIcon.tsx +1 -2
- package/src/components/Icon/GasIcon.tsx +5 -3
- package/src/components/Icon/HistoryIcon.tsx +1 -2
- package/src/components/Icon/HorizontalSwapIcon.tsx +1 -2
- package/src/components/Icon/Icons.stories.tsx +1 -1
- package/src/components/Icon/InfoCircleIcon.tsx +1 -2
- package/src/components/Icon/MinusCircleIcon.tsx +1 -2
- package/src/components/Icon/RetryIcon.tsx +1 -2
- package/src/components/Icon/RetryLeftIcon.tsx +1 -2
- package/src/components/Icon/RetryRightIcon.tsx +1 -2
- package/src/components/Icon/SearchIcon.tsx +1 -2
- package/src/components/Icon/SearchMinusIcon.tsx +1 -2
- package/src/components/Icon/SettingIcon.tsx +1 -2
- package/src/components/Icon/SignatureIcon.tsx +1 -2
- package/src/components/Icon/SwapWalletIcon.tsx +1 -2
- package/src/components/Icon/TimeIcon.tsx +1 -2
- package/src/components/Icon/TrashIcon.tsx +1 -2
- package/src/components/Icon/TryAgainIcon.tsx +1 -2
- package/src/components/Icon/VerticalSwapIcon.tsx +1 -2
- package/src/components/Icon/WalletIconIcon.tsx +1 -2
- package/src/components/Icon/WarningIcon.tsx +1 -2
- package/src/components/IconButton/IconButton.stories.tsx +20 -0
- package/src/components/IconButton/IconButton.tsx +33 -0
- package/src/components/IconButton/IconButton.types.ts +12 -0
- package/src/components/IconButton/index.ts +1 -0
- package/src/components/LiquiditySourceList/LiquiditySource.stories.tsx +6 -3
- package/src/components/LiquiditySourceList/LiquiditySourceList.tsx +49 -31
- package/src/components/List/List.stories.tsx +181 -0
- package/src/components/List/List.styles.tsx +7 -0
- package/src/components/List/List.tsx +30 -0
- package/src/components/List/List.types.ts +12 -0
- package/src/components/List/index.ts +1 -0
- package/src/components/ListItem/ListItem.styles.ts +52 -0
- package/src/components/ListItem/ListItem.tsx +29 -0
- package/src/components/ListItem/ListItem.types.ts +9 -0
- package/src/components/ListItem/index.ts +2 -0
- package/src/components/ListItemButton/ListItemButton.styles.ts +50 -0
- package/src/components/ListItemButton/ListItemButton.tsx +27 -0
- package/src/components/ListItemButton/ListItemButton.types.ts +10 -0
- package/src/components/ListItemButton/index.ts +2 -0
- package/src/components/Logo/Logo.tsx +35 -0
- package/src/components/MessageBox/CollapsibleMessageBox.stories.tsx +27 -0
- package/src/components/MessageBox/CollapsibleMessageBox.styles.tsx +33 -0
- package/src/components/MessageBox/CollapsibleMessageBox.tsx +38 -0
- package/src/components/MessageBox/CollapsibleMessageBox.types.tsx +11 -0
- package/src/components/MessageBox/DefaultMessageBox.tsx +40 -0
- package/src/components/MessageBox/MessageBox.stories.tsx +18 -0
- package/src/components/MessageBox/MessageBox.styles.tsx +60 -0
- package/src/components/MessageBox/MessageBox.tsx +2 -0
- package/src/components/MessageBox/MessageBox.types.tsx +13 -0
- package/src/components/MessageBox/StatusIcon.tsx +28 -0
- package/src/components/MessageBox/index.ts +1 -0
- package/src/components/Modal/Modal.stories.tsx +15 -3
- package/src/components/Modal/Modal.styles.ts +104 -0
- package/src/components/Modal/Modal.tsx +107 -62
- package/src/components/Modal/Modal.types.ts +21 -0
- package/src/components/Modal/index.ts +1 -0
- package/src/components/NotFound/NotFound.stories.tsx +17 -0
- package/src/components/NotFound/NotFound.styles.ts +8 -0
- package/src/components/NotFound/NotFound.tsx +24 -0
- package/src/components/NotFound/NotFound.types.ts +4 -0
- package/src/components/NotFound/index.tsx +1 -0
- package/src/components/PercentageChange/PercentageChange.tsx +2 -1
- package/src/components/Popover/Popover.stories.tsx +64 -0
- package/src/components/Popover/Popover.styles.ts +15 -0
- package/src/components/Popover/Popover.tsx +57 -0
- package/src/components/Popover/Popover.types.ts +23 -0
- package/src/components/Popover/index.ts +1 -0
- package/src/components/PriceImpact/PriceImpact.stories.tsx +21 -0
- package/src/components/PriceImpact/PriceImpact.styles.ts +7 -0
- package/src/components/PriceImpact/PriceImpact.tsx +48 -0
- package/src/components/PriceImpact/PriceImpact.types.ts +9 -0
- package/src/components/PriceImpact/index.ts +2 -0
- package/src/components/Radio/Radio.stories.tsx +12 -19
- package/src/components/Radio/Radio.styles.tsx +39 -0
- package/src/components/Radio/Radio.tsx +7 -93
- package/src/components/Radio/Radio.types.tsx +3 -0
- package/src/components/RadioGroup/RadioGroup.stories.tsx +31 -0
- package/src/components/RadioGroup/RadioGroup.styles.tsx +38 -0
- package/src/components/RadioGroup/RadioGroup.tsx +37 -0
- package/src/components/RadioGroup/RadioGroup.types.tsx +13 -0
- package/src/components/RadioGroup/index.ts +2 -0
- package/src/components/RouteCost/RouteCost.styles.ts +20 -0
- package/src/components/RouteCost/RouteCost.tsx +48 -0
- package/src/components/RouteCost/RouteCost.types.ts +5 -0
- package/src/components/RouteCost/index.ts +1 -0
- package/src/components/RoutesOverview/RoutesOverview.tsx +13 -7
- package/src/components/SecondaryPage/SecondaryPage.stories.tsx +11 -9
- package/src/components/SecondaryPage/SecondaryPage.tsx +22 -4
- 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/SelectableWalletList/SelectableWalletList.stories.tsx +5 -3
- package/src/components/SelectableWalletList/SelectableWalletList.tsx +29 -14
- package/src/components/SelectableWalletList/mock.ts +1 -2
- package/src/components/Skeleton/Skeleton.stories.tsx +39 -15
- package/src/components/Skeleton/Skeleton.styles.ts +66 -0
- package/src/components/Skeleton/Skeleton.tsx +12 -62
- package/src/components/Skeleton/Skeleton.types.ts +20 -0
- package/src/components/Spinner/Spinner.tsx +20 -44
- package/src/components/StepDetail/StepDetail.tsx +9 -9
- package/src/components/StepDetails/StepDetails.stories.tsx +23 -0
- package/src/components/StepDetails/StepDetails.styles.ts +133 -0
- package/src/components/StepDetails/StepDetails.tsx +106 -0
- package/src/components/StepDetails/StepDetails.types.ts +10 -0
- package/src/components/StepDetails/index.ts +2 -0
- package/src/components/StepDetails/mock.ts +35 -0
- package/src/components/SvgIcon/SvgIcon.style.ts +39 -0
- package/src/components/SvgIcon/SvgIcon.tsx +22 -0
- package/src/components/SvgIcon/SvgIcon.types.ts +16 -0
- package/src/components/SvgIcon/index.ts +2 -0
- package/src/components/SwapContainer/SwapContainer.tsx +12 -20
- package/src/components/SwapDetailsPlaceholder/SwapDetailsPlaceholder.tsx +5 -3
- package/src/components/SwapListItem/SwapListItem.helpers.ts +51 -0
- package/src/components/SwapListItem/SwapListItem.stories.tsx +32 -0
- package/src/components/SwapListItem/SwapListItem.styles.ts +74 -0
- package/src/components/SwapListItem/SwapListItem.tsx +64 -0
- package/src/components/SwapListItem/SwapListItem.types.ts +47 -0
- package/src/components/SwapListItem/SwapToken.styles.ts +76 -0
- package/src/components/SwapListItem/SwapToken.tsx +149 -0
- package/src/components/SwapListItem/SwapToken.types.ts +8 -0
- package/src/components/SwapListItem/index.ts +1 -0
- package/src/components/{SwapDetail → SwapListItem}/mock.ts +29 -1
- package/src/components/Switch/Switch.stories.tsx +2 -1
- package/src/components/Switch/Switch.styles.tsx +46 -0
- package/src/components/Switch/Switch.tsx +3 -44
- package/src/components/Switch/Switch.types.tsx +4 -0
- package/src/components/TextField/TextField.stories.tsx +13 -5
- package/src/components/TextField/TextField.styles.ts +123 -0
- package/src/components/TextField/TextField.tsx +52 -149
- package/src/components/TextField/TextField.types.tsx +21 -0
- package/src/components/TokenAmount/TokenAmount.stories.tsx +24 -0
- package/src/components/TokenAmount/TokenAmount.styles.ts +27 -0
- package/src/components/TokenAmount/TokenAmount.tsx +61 -0
- package/src/components/TokenAmount/TokenAmount.types.ts +20 -0
- package/src/components/TokenAmount/index.ts +1 -0
- package/src/components/TokenList/TokenItem.tsx +17 -13
- package/src/components/TokenList/TokenList.stories.tsx +6 -3
- package/src/components/TokenList/TokenList.tsx +12 -3
- package/src/components/TokenList/mockData.ts +1 -1
- package/src/components/TokenPreview/TokenPreview.tsx +20 -21
- package/src/components/Tooltip/Tooltip.stories.tsx +7 -21
- package/src/components/Tooltip/Tooltip.styles.ts +19 -0
- package/src/components/Tooltip/Tooltip.tsx +28 -105
- package/src/components/Tooltip/Tooltip.types.ts +12 -0
- package/src/components/Tooltip/useEventListener.ts +54 -0
- package/src/components/Typography/Typography.stories.tsx +86 -33
- package/src/components/Typography/Typography.styles.tsx +262 -0
- package/src/components/Typography/Typography.tsx +5 -200
- package/src/components/Typography/Typography.types.tsx +28 -0
- package/src/components/VirtualizedList/VirtualizedList.tsx +9 -21
- package/src/components/VirtualizedList/VirtualizedList.types.ts +19 -0
- package/src/components/VirtualizedList/index.ts +1 -0
- package/src/components/Wallet/ClickableWallet.stories.tsx +23 -0
- package/src/components/Wallet/ClickableWallet.tsx +71 -0
- package/src/components/Wallet/Content.tsx +33 -0
- package/src/components/Wallet/SelectableWallet.stories.tsx +23 -0
- package/src/components/Wallet/SelectableWallet.tsx +49 -0
- package/src/components/Wallet/Wallet.helpers.ts +36 -0
- package/src/components/Wallet/Wallet.styles.ts +76 -0
- package/src/components/Wallet/Wallet.tsx +2 -76
- package/src/components/Wallet/Wallet.types.ts +66 -0
- package/src/components/Wallet/index.ts +2 -0
- package/src/components/common/FilledCircle.tsx +1 -1
- package/src/components/common/Image.tsx +30 -3
- package/src/components/common/styles.ts +35 -0
- package/src/components/index.ts +23 -5
- package/src/containers/ConnectWalletsModal/ConnectWalletsModal.tsx +13 -15
- package/src/containers/ConnectWalletsModal/mockData.ts +34 -50
- package/src/containers/History/types.tsx +0 -46
- package/src/containers/HomePanel/HomePanel.tsx +28 -54
- package/src/containers/SwapHistory/SwapHistory.tsx +160 -149
- package/src/containers/SwapHistory/SwapMessages.tsx +26 -18
- package/src/containers/SwapInput/SwapInput.stories.tsx +40 -0
- package/src/containers/SwapInput/SwapInput.styles.ts +64 -0
- package/src/containers/SwapInput/SwapInput.tsx +109 -0
- package/src/containers/SwapInput/SwapInput.types.ts +38 -0
- package/src/containers/SwapInput/TokenSection.styles.ts +49 -0
- package/src/containers/SwapInput/TokenSection.tsx +53 -0
- package/src/containers/SwapInput/TokenSection.types.ts +9 -0
- package/src/containers/SwapInput/index.ts +1 -0
- package/src/containers/TokenInfo/TokenInfo.tsx +35 -33
- package/src/containers/Warnings/BalanceErrors.tsx +17 -25
- package/src/containers/Warnings/MinRequiredSlippage.tsx +1 -1
- package/src/containers/index.ts +1 -4
- package/src/helper/index.ts +10 -17
- package/src/icons/AutoTheme.tsx +25 -0
- package/src/icons/BorderRadius.tsx +21 -0
- package/src/icons/ChevronDown.tsx +21 -0
- package/src/icons/ChevronLeft.tsx +21 -0
- package/src/icons/ChevronRight.tsx +21 -0
- package/src/icons/ChevronUp.tsx +21 -0
- package/src/icons/Close.tsx +28 -0
- package/src/icons/Complete.tsx +19 -0
- package/src/icons/Copy.tsx +19 -0
- package/src/icons/DarkMode.tsx +19 -0
- package/src/icons/Delete.tsx +33 -0
- package/src/icons/Desktop.tsx +271 -0
- package/src/icons/Done.tsx +21 -0
- package/src/icons/Error.tsx +21 -0
- package/src/icons/ExternalLink.tsx +21 -0
- package/src/icons/Font.tsx +27 -0
- package/src/icons/Gas.tsx +39 -0
- package/src/icons/Gass.tsx +39 -0
- package/src/icons/Icons.stories.tsx +68 -0
- package/src/icons/InProgress.tsx +34 -0
- package/src/icons/Info.tsx +29 -0
- package/src/icons/InfoError.tsx +19 -0
- package/src/icons/LightMode.tsx +19 -0
- package/src/icons/Link.tsx +21 -0
- package/src/icons/Loading.tsx +63 -0
- package/src/icons/LogoWithText.tsx +159 -0
- package/src/icons/Next.tsx +21 -0
- package/src/icons/NoNotification.tsx +31 -0
- package/src/icons/NoRoute.tsx +64 -0
- package/src/icons/NotificationNumber.tsx +41 -0
- package/src/icons/Notifications.tsx +21 -0
- package/src/icons/Number.tsx +24 -0
- package/src/icons/Pin.tsx +31 -0
- package/src/icons/Refresh.tsx +19 -0
- package/src/icons/Reverse.tsx +39 -0
- package/src/icons/Route.tsx +33 -0
- package/src/icons/Search.tsx +27 -0
- package/src/icons/Settings.tsx +21 -0
- package/src/icons/Style.tsx +39 -0
- package/src/icons/Time.tsx +33 -0
- package/src/icons/Transaction.tsx +21 -0
- package/src/icons/Wallet.tsx +33 -0
- package/src/icons/Warning.tsx +19 -0
- package/src/icons/index.ts +41 -0
- package/src/index.ts +1 -0
- package/src/theme.ts +147 -92
- package/src/types/index.ts +1 -2
- package/src/types/meta.ts +1 -1
- package/src/types/swaps.ts +2 -1
- package/src/types/wallet.ts +1 -30
- package/dist/widget/ui/src/components/HeaderButtons/HeaderButtons.d.ts +0 -9
- package/dist/widget/ui/src/components/HeaderButtons/HeaderButtons.d.ts.map +0 -1
- package/dist/widget/ui/src/components/HeaderButtons/index.d.ts +0 -2
- package/dist/widget/ui/src/components/HeaderButtons/index.d.ts.map +0 -1
- package/dist/widget/ui/src/components/HeaderLayout/HeaderLayout.d.ts +0 -14
- package/dist/widget/ui/src/components/HeaderLayout/HeaderLayout.d.ts.map +0 -1
- package/dist/widget/ui/src/components/HeaderLayout/index.d.ts +0 -2
- package/dist/widget/ui/src/components/HeaderLayout/index.d.ts.map +0 -1
- package/dist/widget/ui/src/components/StatusDrawer/StatusDrawer.d.ts +0 -12
- package/dist/widget/ui/src/components/StatusDrawer/StatusDrawer.d.ts.map +0 -1
- package/dist/widget/ui/src/components/StatusDrawer/StatusDrawer.stories.d.ts.map +0 -1
- package/dist/widget/ui/src/components/StatusDrawer/index.d.ts +0 -2
- package/dist/widget/ui/src/components/StatusDrawer/index.d.ts.map +0 -1
- package/dist/widget/ui/src/components/SwapDetail/SwapDetail.d.ts +0 -9
- package/dist/widget/ui/src/components/SwapDetail/SwapDetail.d.ts.map +0 -1
- package/dist/widget/ui/src/components/SwapDetail/SwapDetail.stories.d.ts +0 -8
- package/dist/widget/ui/src/components/SwapDetail/SwapDetail.stories.d.ts.map +0 -1
- package/dist/widget/ui/src/components/SwapDetail/Token.d.ts +0 -18
- package/dist/widget/ui/src/components/SwapDetail/Token.d.ts.map +0 -1
- package/dist/widget/ui/src/components/SwapDetail/index.d.ts +0 -2
- package/dist/widget/ui/src/components/SwapDetail/index.d.ts.map +0 -1
- package/dist/widget/ui/src/components/SwapDetail/mock.d.ts +0 -3
- package/dist/widget/ui/src/components/SwapDetail/mock.d.ts.map +0 -1
- package/dist/widget/ui/src/components/Wallet/State.d.ts +0 -8
- package/dist/widget/ui/src/components/Wallet/State.d.ts.map +0 -1
- package/dist/widget/ui/src/components/Wallet/Wallet.stories.d.ts +0 -8
- package/dist/widget/ui/src/components/Wallet/Wallet.stories.d.ts.map +0 -1
- package/dist/widget/ui/src/containers/ConfirmSwap/ConfirmSwap.d.ts +0 -30
- package/dist/widget/ui/src/containers/ConfirmSwap/ConfirmSwap.d.ts.map +0 -1
- package/dist/widget/ui/src/containers/ConfirmSwap/ConfirmSwap.stories.d.ts +0 -9
- package/dist/widget/ui/src/containers/ConfirmSwap/ConfirmSwap.stories.d.ts.map +0 -1
- package/dist/widget/ui/src/containers/ConfirmSwap/index.d.ts +0 -2
- package/dist/widget/ui/src/containers/ConfirmSwap/index.d.ts.map +0 -1
- package/dist/widget/ui/src/containers/ConfirmSwap/mock.d.ts +0 -6
- package/dist/widget/ui/src/containers/ConfirmSwap/mock.d.ts.map +0 -1
- package/dist/widget/ui/src/containers/History/History.d.ts +0 -7
- package/dist/widget/ui/src/containers/History/History.d.ts.map +0 -1
- package/dist/widget/ui/src/containers/History/History.stories.d.ts.map +0 -1
- package/dist/widget/ui/src/containers/History/SwapsGroup.d.ts +0 -14
- package/dist/widget/ui/src/containers/History/SwapsGroup.d.ts.map +0 -1
- package/dist/widget/ui/src/containers/History/index.d.ts +0 -4
- package/dist/widget/ui/src/containers/History/index.d.ts.map +0 -1
- package/dist/widget/ui/src/containers/History/mock.d.ts +0 -3
- package/dist/widget/ui/src/containers/History/mock.d.ts.map +0 -1
- package/dist/widget/ui/src/containers/LiquiditySourcesSelector/LiquiditySourcesSelector.d.ts +0 -14
- package/dist/widget/ui/src/containers/LiquiditySourcesSelector/LiquiditySourcesSelector.d.ts.map +0 -1
- package/dist/widget/ui/src/containers/LiquiditySourcesSelector/LiquiditySourcesSelector.stories.d.ts +0 -6
- package/dist/widget/ui/src/containers/LiquiditySourcesSelector/LiquiditySourcesSelector.stories.d.ts.map +0 -1
- package/dist/widget/ui/src/containers/LiquiditySourcesSelector/index.d.ts +0 -2
- package/dist/widget/ui/src/containers/LiquiditySourcesSelector/index.d.ts.map +0 -1
- package/dist/widget/ui/src/containers/Settings/Settings.d.ts +0 -25
- package/dist/widget/ui/src/containers/Settings/Settings.d.ts.map +0 -1
- package/dist/widget/ui/src/containers/Settings/Settings.stories.d.ts.map +0 -1
- package/dist/widget/ui/src/containers/Settings/index.d.ts +0 -2
- package/dist/widget/ui/src/containers/Settings/index.d.ts.map +0 -1
- package/src/components/HeaderButtons/HeaderButtons.tsx +0 -41
- package/src/components/HeaderButtons/index.ts +0 -1
- package/src/components/HeaderLayout/HeaderLayout.tsx +0 -88
- package/src/components/HeaderLayout/index.ts +0 -1
- package/src/components/StatusDrawer/StatusDrawer.stories.tsx +0 -43
- package/src/components/StatusDrawer/StatusDrawer.tsx +0 -82
- package/src/components/StatusDrawer/index.ts +0 -1
- package/src/components/SwapDetail/SwapDetail.stories.tsx +0 -22
- package/src/components/SwapDetail/SwapDetail.tsx +0 -104
- package/src/components/SwapDetail/Token.tsx +0 -75
- package/src/components/SwapDetail/index.ts +0 -1
- package/src/components/Wallet/State.tsx +0 -34
- package/src/components/Wallet/Wallet.stories.tsx +0 -30
- package/src/containers/ConfirmSwap/ConfirmSwap.stories.tsx +0 -66
- package/src/containers/ConfirmSwap/ConfirmSwap.tsx +0 -247
- package/src/containers/ConfirmSwap/index.ts +0 -1
- package/src/containers/ConfirmSwap/mock.ts +0 -220
- package/src/containers/History/History.stories.tsx +0 -14
- package/src/containers/History/History.tsx +0 -72
- package/src/containers/History/SwapsGroup.tsx +0 -59
- package/src/containers/History/index.ts +0 -3
- package/src/containers/History/mock.ts +0 -826
- package/src/containers/LiquiditySourcesSelector/LiquiditySourcesSelector.stories.tsx +0 -19
- package/src/containers/LiquiditySourcesSelector/LiquiditySourcesSelector.tsx +0 -60
- package/src/containers/LiquiditySourcesSelector/index.ts +0 -1
- package/src/containers/Settings/Settings.stories.tsx +0 -27
- package/src/containers/Settings/Settings.tsx +0 -218
- package/src/containers/Settings/index.ts +0 -1
|
@@ -1,7 +1,11 @@
|
|
|
1
|
+
import type { PropTypes as SwapMessagesPropTypes } from './SwapMessages';
|
|
2
|
+
import type { PendingSwap } from '../History/types';
|
|
1
3
|
import React from 'react';
|
|
2
4
|
import { Typography } from '../../components';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
+
export declare const pulse: {
|
|
6
|
+
(): string;
|
|
7
|
+
name: string;
|
|
8
|
+
};
|
|
5
9
|
export declare const SwapperContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {
|
|
6
10
|
created?: boolean | "true" | undefined;
|
|
7
11
|
running?: boolean | "true" | undefined;
|
|
@@ -15,17 +19,17 @@ export declare const SwapperContainer: import("@stitches/react/types/styled-comp
|
|
|
15
19
|
lg: string;
|
|
16
20
|
}, {
|
|
17
21
|
colors: {
|
|
18
|
-
primary: string;
|
|
19
|
-
primary100: string;
|
|
20
|
-
primary200: string;
|
|
21
|
-
primary300: string;
|
|
22
|
-
primary400: string;
|
|
23
22
|
primary500: string;
|
|
24
23
|
primary600: string;
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
24
|
+
secondary100: string;
|
|
25
|
+
secondary200: string;
|
|
26
|
+
secondary300: string;
|
|
27
|
+
secondary400: string;
|
|
28
|
+
secondary500: string;
|
|
29
|
+
secondary600: string;
|
|
30
|
+
secondary700: string;
|
|
31
|
+
secondary800: string;
|
|
32
|
+
secondary900: string;
|
|
29
33
|
neutral100: string;
|
|
30
34
|
neutral200: string;
|
|
31
35
|
neutral300: string;
|
|
@@ -35,39 +39,65 @@ export declare const SwapperContainer: import("@stitches/react/types/styled-comp
|
|
|
35
39
|
neutral700: string;
|
|
36
40
|
neutral800: string;
|
|
37
41
|
neutral900: string;
|
|
38
|
-
background: string;
|
|
39
|
-
foreground: string;
|
|
40
|
-
success: string;
|
|
41
|
-
success100: string;
|
|
42
|
-
success300: string;
|
|
43
|
-
success500: string;
|
|
44
|
-
success700: string;
|
|
45
|
-
warning: string;
|
|
46
|
-
warning100: string;
|
|
47
|
-
warning300: string;
|
|
48
|
-
warning500: string;
|
|
49
|
-
warning700: string;
|
|
50
|
-
error: string;
|
|
51
42
|
error100: string;
|
|
52
43
|
error300: string;
|
|
53
44
|
error500: string;
|
|
45
|
+
error600: string;
|
|
54
46
|
error700: string;
|
|
55
|
-
|
|
47
|
+
warning100: string;
|
|
48
|
+
warning300: string;
|
|
49
|
+
warning500: string;
|
|
50
|
+
warning600: string;
|
|
51
|
+
warning700: string;
|
|
52
|
+
info100: string;
|
|
53
|
+
info300: string;
|
|
54
|
+
info500: string;
|
|
55
|
+
info600: string;
|
|
56
|
+
info700: string;
|
|
57
|
+
success100: string;
|
|
58
|
+
success300: string;
|
|
59
|
+
success500: string;
|
|
60
|
+
success600: string;
|
|
61
|
+
success700: string;
|
|
62
|
+
background: string;
|
|
63
|
+
foreground: string;
|
|
56
64
|
};
|
|
57
65
|
space: {
|
|
66
|
+
0: string;
|
|
67
|
+
5: string;
|
|
68
|
+
10: string;
|
|
69
|
+
15: string;
|
|
70
|
+
20: string;
|
|
71
|
+
25: string;
|
|
72
|
+
30: string;
|
|
73
|
+
40: string;
|
|
74
|
+
46: string;
|
|
75
|
+
50: string;
|
|
76
|
+
60: string;
|
|
77
|
+
70: string;
|
|
78
|
+
80: string;
|
|
79
|
+
90: string;
|
|
80
|
+
100: string;
|
|
58
81
|
2: string;
|
|
59
82
|
4: string;
|
|
60
83
|
6: string;
|
|
61
84
|
8: string;
|
|
62
|
-
10: string;
|
|
63
85
|
12: string;
|
|
64
86
|
16: string;
|
|
65
|
-
20: string;
|
|
66
87
|
24: string;
|
|
67
88
|
28: string;
|
|
68
|
-
30: string;
|
|
69
89
|
32: string;
|
|
70
90
|
};
|
|
91
|
+
radii: {
|
|
92
|
+
xs: string;
|
|
93
|
+
sm: string;
|
|
94
|
+
xm: string;
|
|
95
|
+
md: string;
|
|
96
|
+
xl: string;
|
|
97
|
+
lg: string;
|
|
98
|
+
primary: string;
|
|
99
|
+
secondary: string;
|
|
100
|
+
};
|
|
71
101
|
fontSizes: {
|
|
72
102
|
10: string;
|
|
73
103
|
12: string;
|
|
@@ -75,20 +105,38 @@ export declare const SwapperContainer: import("@stitches/react/types/styled-comp
|
|
|
75
105
|
16: string;
|
|
76
106
|
18: string;
|
|
77
107
|
20: string;
|
|
108
|
+
22: string;
|
|
78
109
|
24: string;
|
|
110
|
+
28: string;
|
|
79
111
|
32: string;
|
|
80
112
|
36: string;
|
|
81
113
|
40: string;
|
|
82
114
|
48: string;
|
|
83
115
|
};
|
|
84
|
-
fonts: {
|
|
116
|
+
fonts: {
|
|
117
|
+
primary: string;
|
|
118
|
+
widget: string;
|
|
119
|
+
};
|
|
85
120
|
fontWeights: {
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
121
|
+
regular: number;
|
|
122
|
+
medium: number;
|
|
123
|
+
semiBold: number;
|
|
124
|
+
bold: number;
|
|
125
|
+
};
|
|
126
|
+
lineHeights: {
|
|
127
|
+
12: string;
|
|
128
|
+
16: string;
|
|
129
|
+
20: string;
|
|
130
|
+
24: string;
|
|
131
|
+
26: string;
|
|
132
|
+
28: string;
|
|
133
|
+
30: string;
|
|
134
|
+
36: string;
|
|
135
|
+
40: string;
|
|
136
|
+
44: string;
|
|
137
|
+
52: string;
|
|
138
|
+
64: string;
|
|
90
139
|
};
|
|
91
|
-
lineHeights: {};
|
|
92
140
|
letterSpacings: {};
|
|
93
141
|
sizes: {
|
|
94
142
|
4: string;
|
|
@@ -96,20 +144,18 @@ export declare const SwapperContainer: import("@stitches/react/types/styled-comp
|
|
|
96
144
|
8: string;
|
|
97
145
|
12: string;
|
|
98
146
|
16: string;
|
|
147
|
+
18: string;
|
|
99
148
|
20: string;
|
|
100
149
|
24: string;
|
|
101
150
|
28: string;
|
|
102
151
|
32: string;
|
|
103
152
|
36: string;
|
|
104
153
|
40: string;
|
|
154
|
+
45: string;
|
|
105
155
|
48: string;
|
|
106
156
|
};
|
|
107
157
|
borderWidths: {};
|
|
108
158
|
borderStyles: {};
|
|
109
|
-
radii: {
|
|
110
|
-
5: string;
|
|
111
|
-
10: string;
|
|
112
|
-
};
|
|
113
159
|
shadows: {
|
|
114
160
|
s: string;
|
|
115
161
|
};
|
|
@@ -126,17 +172,17 @@ export declare const BodyError: import("@stitches/react/types/styled-component")
|
|
|
126
172
|
lg: string;
|
|
127
173
|
}, {
|
|
128
174
|
colors: {
|
|
129
|
-
primary: string;
|
|
130
|
-
primary100: string;
|
|
131
|
-
primary200: string;
|
|
132
|
-
primary300: string;
|
|
133
|
-
primary400: string;
|
|
134
175
|
primary500: string;
|
|
135
176
|
primary600: string;
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
177
|
+
secondary100: string;
|
|
178
|
+
secondary200: string;
|
|
179
|
+
secondary300: string;
|
|
180
|
+
secondary400: string;
|
|
181
|
+
secondary500: string;
|
|
182
|
+
secondary600: string;
|
|
183
|
+
secondary700: string;
|
|
184
|
+
secondary800: string;
|
|
185
|
+
secondary900: string;
|
|
140
186
|
neutral100: string;
|
|
141
187
|
neutral200: string;
|
|
142
188
|
neutral300: string;
|
|
@@ -146,39 +192,65 @@ export declare const BodyError: import("@stitches/react/types/styled-component")
|
|
|
146
192
|
neutral700: string;
|
|
147
193
|
neutral800: string;
|
|
148
194
|
neutral900: string;
|
|
149
|
-
background: string;
|
|
150
|
-
foreground: string;
|
|
151
|
-
success: string;
|
|
152
|
-
success100: string;
|
|
153
|
-
success300: string;
|
|
154
|
-
success500: string;
|
|
155
|
-
success700: string;
|
|
156
|
-
warning: string;
|
|
157
|
-
warning100: string;
|
|
158
|
-
warning300: string;
|
|
159
|
-
warning500: string;
|
|
160
|
-
warning700: string;
|
|
161
|
-
error: string;
|
|
162
195
|
error100: string;
|
|
163
196
|
error300: string;
|
|
164
197
|
error500: string;
|
|
198
|
+
error600: string;
|
|
165
199
|
error700: string;
|
|
166
|
-
|
|
200
|
+
warning100: string;
|
|
201
|
+
warning300: string;
|
|
202
|
+
warning500: string;
|
|
203
|
+
warning600: string;
|
|
204
|
+
warning700: string;
|
|
205
|
+
info100: string;
|
|
206
|
+
info300: string;
|
|
207
|
+
info500: string;
|
|
208
|
+
info600: string;
|
|
209
|
+
info700: string;
|
|
210
|
+
success100: string;
|
|
211
|
+
success300: string;
|
|
212
|
+
success500: string;
|
|
213
|
+
success600: string;
|
|
214
|
+
success700: string;
|
|
215
|
+
background: string;
|
|
216
|
+
foreground: string;
|
|
167
217
|
};
|
|
168
218
|
space: {
|
|
219
|
+
0: string;
|
|
220
|
+
5: string;
|
|
221
|
+
10: string;
|
|
222
|
+
15: string;
|
|
223
|
+
20: string;
|
|
224
|
+
25: string;
|
|
225
|
+
30: string;
|
|
226
|
+
40: string;
|
|
227
|
+
46: string;
|
|
228
|
+
50: string;
|
|
229
|
+
60: string;
|
|
230
|
+
70: string;
|
|
231
|
+
80: string;
|
|
232
|
+
90: string;
|
|
233
|
+
100: string;
|
|
169
234
|
2: string;
|
|
170
235
|
4: string;
|
|
171
236
|
6: string;
|
|
172
237
|
8: string;
|
|
173
|
-
10: string;
|
|
174
238
|
12: string;
|
|
175
239
|
16: string;
|
|
176
|
-
20: string;
|
|
177
240
|
24: string;
|
|
178
241
|
28: string;
|
|
179
|
-
30: string;
|
|
180
242
|
32: string;
|
|
181
243
|
};
|
|
244
|
+
radii: {
|
|
245
|
+
xs: string;
|
|
246
|
+
sm: string;
|
|
247
|
+
xm: string;
|
|
248
|
+
md: string;
|
|
249
|
+
xl: string;
|
|
250
|
+
lg: string;
|
|
251
|
+
primary: string;
|
|
252
|
+
secondary: string;
|
|
253
|
+
};
|
|
182
254
|
fontSizes: {
|
|
183
255
|
10: string;
|
|
184
256
|
12: string;
|
|
@@ -186,20 +258,38 @@ export declare const BodyError: import("@stitches/react/types/styled-component")
|
|
|
186
258
|
16: string;
|
|
187
259
|
18: string;
|
|
188
260
|
20: string;
|
|
261
|
+
22: string;
|
|
189
262
|
24: string;
|
|
263
|
+
28: string;
|
|
190
264
|
32: string;
|
|
191
265
|
36: string;
|
|
192
266
|
40: string;
|
|
193
267
|
48: string;
|
|
194
268
|
};
|
|
195
|
-
fonts: {
|
|
269
|
+
fonts: {
|
|
270
|
+
primary: string;
|
|
271
|
+
widget: string;
|
|
272
|
+
};
|
|
196
273
|
fontWeights: {
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
274
|
+
regular: number;
|
|
275
|
+
medium: number;
|
|
276
|
+
semiBold: number;
|
|
277
|
+
bold: number;
|
|
278
|
+
};
|
|
279
|
+
lineHeights: {
|
|
280
|
+
12: string;
|
|
281
|
+
16: string;
|
|
282
|
+
20: string;
|
|
283
|
+
24: string;
|
|
284
|
+
26: string;
|
|
285
|
+
28: string;
|
|
286
|
+
30: string;
|
|
287
|
+
36: string;
|
|
288
|
+
40: string;
|
|
289
|
+
44: string;
|
|
290
|
+
52: string;
|
|
291
|
+
64: string;
|
|
201
292
|
};
|
|
202
|
-
lineHeights: {};
|
|
203
293
|
letterSpacings: {};
|
|
204
294
|
sizes: {
|
|
205
295
|
4: string;
|
|
@@ -207,20 +297,18 @@ export declare const BodyError: import("@stitches/react/types/styled-component")
|
|
|
207
297
|
8: string;
|
|
208
298
|
12: string;
|
|
209
299
|
16: string;
|
|
300
|
+
18: string;
|
|
210
301
|
20: string;
|
|
211
302
|
24: string;
|
|
212
303
|
28: string;
|
|
213
304
|
32: string;
|
|
214
305
|
36: string;
|
|
215
306
|
40: string;
|
|
307
|
+
45: string;
|
|
216
308
|
48: string;
|
|
217
309
|
};
|
|
218
310
|
borderWidths: {};
|
|
219
311
|
borderStyles: {};
|
|
220
|
-
radii: {
|
|
221
|
-
5: string;
|
|
222
|
-
10: string;
|
|
223
|
-
};
|
|
224
312
|
shadows: {
|
|
225
313
|
s: string;
|
|
226
314
|
};
|
|
@@ -237,17 +325,17 @@ export declare const ErrorMsg: import("@stitches/react/types/styled-component").
|
|
|
237
325
|
lg: string;
|
|
238
326
|
}, {
|
|
239
327
|
colors: {
|
|
240
|
-
primary: string;
|
|
241
|
-
primary100: string;
|
|
242
|
-
primary200: string;
|
|
243
|
-
primary300: string;
|
|
244
|
-
primary400: string;
|
|
245
328
|
primary500: string;
|
|
246
329
|
primary600: string;
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
330
|
+
secondary100: string;
|
|
331
|
+
secondary200: string;
|
|
332
|
+
secondary300: string;
|
|
333
|
+
secondary400: string;
|
|
334
|
+
secondary500: string;
|
|
335
|
+
secondary600: string;
|
|
336
|
+
secondary700: string;
|
|
337
|
+
secondary800: string;
|
|
338
|
+
secondary900: string;
|
|
251
339
|
neutral100: string;
|
|
252
340
|
neutral200: string;
|
|
253
341
|
neutral300: string;
|
|
@@ -257,39 +345,65 @@ export declare const ErrorMsg: import("@stitches/react/types/styled-component").
|
|
|
257
345
|
neutral700: string;
|
|
258
346
|
neutral800: string;
|
|
259
347
|
neutral900: string;
|
|
260
|
-
background: string;
|
|
261
|
-
foreground: string;
|
|
262
|
-
success: string;
|
|
263
|
-
success100: string;
|
|
264
|
-
success300: string;
|
|
265
|
-
success500: string;
|
|
266
|
-
success700: string;
|
|
267
|
-
warning: string;
|
|
268
|
-
warning100: string;
|
|
269
|
-
warning300: string;
|
|
270
|
-
warning500: string;
|
|
271
|
-
warning700: string;
|
|
272
|
-
error: string;
|
|
273
348
|
error100: string;
|
|
274
349
|
error300: string;
|
|
275
350
|
error500: string;
|
|
351
|
+
error600: string;
|
|
276
352
|
error700: string;
|
|
277
|
-
|
|
353
|
+
warning100: string;
|
|
354
|
+
warning300: string;
|
|
355
|
+
warning500: string;
|
|
356
|
+
warning600: string;
|
|
357
|
+
warning700: string;
|
|
358
|
+
info100: string;
|
|
359
|
+
info300: string;
|
|
360
|
+
info500: string;
|
|
361
|
+
info600: string;
|
|
362
|
+
info700: string;
|
|
363
|
+
success100: string;
|
|
364
|
+
success300: string;
|
|
365
|
+
success500: string;
|
|
366
|
+
success600: string;
|
|
367
|
+
success700: string;
|
|
368
|
+
background: string;
|
|
369
|
+
foreground: string;
|
|
278
370
|
};
|
|
279
371
|
space: {
|
|
372
|
+
0: string;
|
|
373
|
+
5: string;
|
|
374
|
+
10: string;
|
|
375
|
+
15: string;
|
|
376
|
+
20: string;
|
|
377
|
+
25: string;
|
|
378
|
+
30: string;
|
|
379
|
+
40: string;
|
|
380
|
+
46: string;
|
|
381
|
+
50: string;
|
|
382
|
+
60: string;
|
|
383
|
+
70: string;
|
|
384
|
+
80: string;
|
|
385
|
+
90: string;
|
|
386
|
+
100: string;
|
|
280
387
|
2: string;
|
|
281
388
|
4: string;
|
|
282
389
|
6: string;
|
|
283
390
|
8: string;
|
|
284
|
-
10: string;
|
|
285
391
|
12: string;
|
|
286
392
|
16: string;
|
|
287
|
-
20: string;
|
|
288
393
|
24: string;
|
|
289
394
|
28: string;
|
|
290
|
-
30: string;
|
|
291
395
|
32: string;
|
|
292
396
|
};
|
|
397
|
+
radii: {
|
|
398
|
+
xs: string;
|
|
399
|
+
sm: string;
|
|
400
|
+
xm: string;
|
|
401
|
+
md: string;
|
|
402
|
+
xl: string;
|
|
403
|
+
lg: string;
|
|
404
|
+
primary: string;
|
|
405
|
+
secondary: string;
|
|
406
|
+
};
|
|
293
407
|
fontSizes: {
|
|
294
408
|
10: string;
|
|
295
409
|
12: string;
|
|
@@ -297,20 +411,38 @@ export declare const ErrorMsg: import("@stitches/react/types/styled-component").
|
|
|
297
411
|
16: string;
|
|
298
412
|
18: string;
|
|
299
413
|
20: string;
|
|
414
|
+
22: string;
|
|
300
415
|
24: string;
|
|
416
|
+
28: string;
|
|
301
417
|
32: string;
|
|
302
418
|
36: string;
|
|
303
419
|
40: string;
|
|
304
420
|
48: string;
|
|
305
421
|
};
|
|
306
|
-
fonts: {
|
|
422
|
+
fonts: {
|
|
423
|
+
primary: string;
|
|
424
|
+
widget: string;
|
|
425
|
+
};
|
|
307
426
|
fontWeights: {
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
427
|
+
regular: number;
|
|
428
|
+
medium: number;
|
|
429
|
+
semiBold: number;
|
|
430
|
+
bold: number;
|
|
431
|
+
};
|
|
432
|
+
lineHeights: {
|
|
433
|
+
12: string;
|
|
434
|
+
16: string;
|
|
435
|
+
20: string;
|
|
436
|
+
24: string;
|
|
437
|
+
26: string;
|
|
438
|
+
28: string;
|
|
439
|
+
30: string;
|
|
440
|
+
36: string;
|
|
441
|
+
40: string;
|
|
442
|
+
44: string;
|
|
443
|
+
52: string;
|
|
444
|
+
64: string;
|
|
312
445
|
};
|
|
313
|
-
lineHeights: {};
|
|
314
446
|
letterSpacings: {};
|
|
315
447
|
sizes: {
|
|
316
448
|
4: string;
|
|
@@ -318,20 +450,18 @@ export declare const ErrorMsg: import("@stitches/react/types/styled-component").
|
|
|
318
450
|
8: string;
|
|
319
451
|
12: string;
|
|
320
452
|
16: string;
|
|
453
|
+
18: string;
|
|
321
454
|
20: string;
|
|
322
455
|
24: string;
|
|
323
456
|
28: string;
|
|
324
457
|
32: string;
|
|
325
458
|
36: string;
|
|
326
459
|
40: string;
|
|
460
|
+
45: string;
|
|
327
461
|
48: string;
|
|
328
462
|
};
|
|
329
463
|
borderWidths: {};
|
|
330
464
|
borderStyles: {};
|
|
331
|
-
radii: {
|
|
332
|
-
5: string;
|
|
333
|
-
10: string;
|
|
334
|
-
};
|
|
335
465
|
shadows: {
|
|
336
466
|
s: string;
|
|
337
467
|
};
|
|
@@ -348,17 +478,17 @@ export declare const FeeContainer: import("@stitches/react/types/styled-componen
|
|
|
348
478
|
lg: string;
|
|
349
479
|
}, {
|
|
350
480
|
colors: {
|
|
351
|
-
primary: string;
|
|
352
|
-
primary100: string;
|
|
353
|
-
primary200: string;
|
|
354
|
-
primary300: string;
|
|
355
|
-
primary400: string;
|
|
356
481
|
primary500: string;
|
|
357
482
|
primary600: string;
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
483
|
+
secondary100: string;
|
|
484
|
+
secondary200: string;
|
|
485
|
+
secondary300: string;
|
|
486
|
+
secondary400: string;
|
|
487
|
+
secondary500: string;
|
|
488
|
+
secondary600: string;
|
|
489
|
+
secondary700: string;
|
|
490
|
+
secondary800: string;
|
|
491
|
+
secondary900: string;
|
|
362
492
|
neutral100: string;
|
|
363
493
|
neutral200: string;
|
|
364
494
|
neutral300: string;
|
|
@@ -368,39 +498,65 @@ export declare const FeeContainer: import("@stitches/react/types/styled-componen
|
|
|
368
498
|
neutral700: string;
|
|
369
499
|
neutral800: string;
|
|
370
500
|
neutral900: string;
|
|
371
|
-
background: string;
|
|
372
|
-
foreground: string;
|
|
373
|
-
success: string;
|
|
374
|
-
success100: string;
|
|
375
|
-
success300: string;
|
|
376
|
-
success500: string;
|
|
377
|
-
success700: string;
|
|
378
|
-
warning: string;
|
|
379
|
-
warning100: string;
|
|
380
|
-
warning300: string;
|
|
381
|
-
warning500: string;
|
|
382
|
-
warning700: string;
|
|
383
|
-
error: string;
|
|
384
501
|
error100: string;
|
|
385
502
|
error300: string;
|
|
386
503
|
error500: string;
|
|
504
|
+
error600: string;
|
|
387
505
|
error700: string;
|
|
388
|
-
|
|
506
|
+
warning100: string;
|
|
507
|
+
warning300: string;
|
|
508
|
+
warning500: string;
|
|
509
|
+
warning600: string;
|
|
510
|
+
warning700: string;
|
|
511
|
+
info100: string;
|
|
512
|
+
info300: string;
|
|
513
|
+
info500: string;
|
|
514
|
+
info600: string;
|
|
515
|
+
info700: string;
|
|
516
|
+
success100: string;
|
|
517
|
+
success300: string;
|
|
518
|
+
success500: string;
|
|
519
|
+
success600: string;
|
|
520
|
+
success700: string;
|
|
521
|
+
background: string;
|
|
522
|
+
foreground: string;
|
|
389
523
|
};
|
|
390
524
|
space: {
|
|
525
|
+
0: string;
|
|
526
|
+
5: string;
|
|
527
|
+
10: string;
|
|
528
|
+
15: string;
|
|
529
|
+
20: string;
|
|
530
|
+
25: string;
|
|
531
|
+
30: string;
|
|
532
|
+
40: string;
|
|
533
|
+
46: string;
|
|
534
|
+
50: string;
|
|
535
|
+
60: string;
|
|
536
|
+
70: string;
|
|
537
|
+
80: string;
|
|
538
|
+
90: string;
|
|
539
|
+
100: string;
|
|
391
540
|
2: string;
|
|
392
541
|
4: string;
|
|
393
542
|
6: string;
|
|
394
543
|
8: string;
|
|
395
|
-
10: string;
|
|
396
544
|
12: string;
|
|
397
545
|
16: string;
|
|
398
|
-
20: string;
|
|
399
546
|
24: string;
|
|
400
547
|
28: string;
|
|
401
|
-
30: string;
|
|
402
548
|
32: string;
|
|
403
549
|
};
|
|
550
|
+
radii: {
|
|
551
|
+
xs: string;
|
|
552
|
+
sm: string;
|
|
553
|
+
xm: string;
|
|
554
|
+
md: string;
|
|
555
|
+
xl: string;
|
|
556
|
+
lg: string;
|
|
557
|
+
primary: string;
|
|
558
|
+
secondary: string;
|
|
559
|
+
};
|
|
404
560
|
fontSizes: {
|
|
405
561
|
10: string;
|
|
406
562
|
12: string;
|
|
@@ -408,20 +564,38 @@ export declare const FeeContainer: import("@stitches/react/types/styled-componen
|
|
|
408
564
|
16: string;
|
|
409
565
|
18: string;
|
|
410
566
|
20: string;
|
|
567
|
+
22: string;
|
|
411
568
|
24: string;
|
|
569
|
+
28: string;
|
|
412
570
|
32: string;
|
|
413
571
|
36: string;
|
|
414
572
|
40: string;
|
|
415
573
|
48: string;
|
|
416
574
|
};
|
|
417
|
-
fonts: {
|
|
575
|
+
fonts: {
|
|
576
|
+
primary: string;
|
|
577
|
+
widget: string;
|
|
578
|
+
};
|
|
418
579
|
fontWeights: {
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
580
|
+
regular: number;
|
|
581
|
+
medium: number;
|
|
582
|
+
semiBold: number;
|
|
583
|
+
bold: number;
|
|
584
|
+
};
|
|
585
|
+
lineHeights: {
|
|
586
|
+
12: string;
|
|
587
|
+
16: string;
|
|
588
|
+
20: string;
|
|
589
|
+
24: string;
|
|
590
|
+
26: string;
|
|
591
|
+
28: string;
|
|
592
|
+
30: string;
|
|
593
|
+
36: string;
|
|
594
|
+
40: string;
|
|
595
|
+
44: string;
|
|
596
|
+
52: string;
|
|
597
|
+
64: string;
|
|
423
598
|
};
|
|
424
|
-
lineHeights: {};
|
|
425
599
|
letterSpacings: {};
|
|
426
600
|
sizes: {
|
|
427
601
|
4: string;
|
|
@@ -429,20 +603,18 @@ export declare const FeeContainer: import("@stitches/react/types/styled-componen
|
|
|
429
603
|
8: string;
|
|
430
604
|
12: string;
|
|
431
605
|
16: string;
|
|
606
|
+
18: string;
|
|
432
607
|
20: string;
|
|
433
608
|
24: string;
|
|
434
609
|
28: string;
|
|
435
610
|
32: string;
|
|
436
611
|
36: string;
|
|
437
612
|
40: string;
|
|
613
|
+
45: string;
|
|
438
614
|
48: string;
|
|
439
615
|
};
|
|
440
616
|
borderWidths: {};
|
|
441
617
|
borderStyles: {};
|
|
442
|
-
radii: {
|
|
443
|
-
5: string;
|
|
444
|
-
10: string;
|
|
445
|
-
};
|
|
446
618
|
shadows: {
|
|
447
619
|
s: string;
|
|
448
620
|
};
|
|
@@ -459,17 +631,17 @@ export declare const Fee: import("@stitches/react/types/styled-component").Style
|
|
|
459
631
|
lg: string;
|
|
460
632
|
}, {
|
|
461
633
|
colors: {
|
|
462
|
-
primary: string;
|
|
463
|
-
primary100: string;
|
|
464
|
-
primary200: string;
|
|
465
|
-
primary300: string;
|
|
466
|
-
primary400: string;
|
|
467
634
|
primary500: string;
|
|
468
635
|
primary600: string;
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
636
|
+
secondary100: string;
|
|
637
|
+
secondary200: string;
|
|
638
|
+
secondary300: string;
|
|
639
|
+
secondary400: string;
|
|
640
|
+
secondary500: string;
|
|
641
|
+
secondary600: string;
|
|
642
|
+
secondary700: string;
|
|
643
|
+
secondary800: string;
|
|
644
|
+
secondary900: string;
|
|
473
645
|
neutral100: string;
|
|
474
646
|
neutral200: string;
|
|
475
647
|
neutral300: string;
|
|
@@ -479,39 +651,65 @@ export declare const Fee: import("@stitches/react/types/styled-component").Style
|
|
|
479
651
|
neutral700: string;
|
|
480
652
|
neutral800: string;
|
|
481
653
|
neutral900: string;
|
|
482
|
-
background: string;
|
|
483
|
-
foreground: string;
|
|
484
|
-
success: string;
|
|
485
|
-
success100: string;
|
|
486
|
-
success300: string;
|
|
487
|
-
success500: string;
|
|
488
|
-
success700: string;
|
|
489
|
-
warning: string;
|
|
490
|
-
warning100: string;
|
|
491
|
-
warning300: string;
|
|
492
|
-
warning500: string;
|
|
493
|
-
warning700: string;
|
|
494
|
-
error: string;
|
|
495
654
|
error100: string;
|
|
496
655
|
error300: string;
|
|
497
656
|
error500: string;
|
|
657
|
+
error600: string;
|
|
498
658
|
error700: string;
|
|
499
|
-
|
|
659
|
+
warning100: string;
|
|
660
|
+
warning300: string;
|
|
661
|
+
warning500: string;
|
|
662
|
+
warning600: string;
|
|
663
|
+
warning700: string;
|
|
664
|
+
info100: string;
|
|
665
|
+
info300: string;
|
|
666
|
+
info500: string;
|
|
667
|
+
info600: string;
|
|
668
|
+
info700: string;
|
|
669
|
+
success100: string;
|
|
670
|
+
success300: string;
|
|
671
|
+
success500: string;
|
|
672
|
+
success600: string;
|
|
673
|
+
success700: string;
|
|
674
|
+
background: string;
|
|
675
|
+
foreground: string;
|
|
500
676
|
};
|
|
501
677
|
space: {
|
|
678
|
+
0: string;
|
|
679
|
+
5: string;
|
|
680
|
+
10: string;
|
|
681
|
+
15: string;
|
|
682
|
+
20: string;
|
|
683
|
+
25: string;
|
|
684
|
+
30: string;
|
|
685
|
+
40: string;
|
|
686
|
+
46: string;
|
|
687
|
+
50: string;
|
|
688
|
+
60: string;
|
|
689
|
+
70: string;
|
|
690
|
+
80: string;
|
|
691
|
+
90: string;
|
|
692
|
+
100: string;
|
|
502
693
|
2: string;
|
|
503
694
|
4: string;
|
|
504
695
|
6: string;
|
|
505
696
|
8: string;
|
|
506
|
-
10: string;
|
|
507
697
|
12: string;
|
|
508
698
|
16: string;
|
|
509
|
-
20: string;
|
|
510
699
|
24: string;
|
|
511
700
|
28: string;
|
|
512
|
-
30: string;
|
|
513
701
|
32: string;
|
|
514
702
|
};
|
|
703
|
+
radii: {
|
|
704
|
+
xs: string;
|
|
705
|
+
sm: string;
|
|
706
|
+
xm: string;
|
|
707
|
+
md: string;
|
|
708
|
+
xl: string;
|
|
709
|
+
lg: string;
|
|
710
|
+
primary: string;
|
|
711
|
+
secondary: string;
|
|
712
|
+
};
|
|
515
713
|
fontSizes: {
|
|
516
714
|
10: string;
|
|
517
715
|
12: string;
|
|
@@ -519,20 +717,38 @@ export declare const Fee: import("@stitches/react/types/styled-component").Style
|
|
|
519
717
|
16: string;
|
|
520
718
|
18: string;
|
|
521
719
|
20: string;
|
|
720
|
+
22: string;
|
|
522
721
|
24: string;
|
|
722
|
+
28: string;
|
|
523
723
|
32: string;
|
|
524
724
|
36: string;
|
|
525
725
|
40: string;
|
|
526
726
|
48: string;
|
|
527
727
|
};
|
|
528
|
-
fonts: {
|
|
728
|
+
fonts: {
|
|
729
|
+
primary: string;
|
|
730
|
+
widget: string;
|
|
731
|
+
};
|
|
529
732
|
fontWeights: {
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
733
|
+
regular: number;
|
|
734
|
+
medium: number;
|
|
735
|
+
semiBold: number;
|
|
736
|
+
bold: number;
|
|
737
|
+
};
|
|
738
|
+
lineHeights: {
|
|
739
|
+
12: string;
|
|
740
|
+
16: string;
|
|
741
|
+
20: string;
|
|
742
|
+
24: string;
|
|
743
|
+
26: string;
|
|
744
|
+
28: string;
|
|
745
|
+
30: string;
|
|
746
|
+
36: string;
|
|
747
|
+
40: string;
|
|
748
|
+
44: string;
|
|
749
|
+
52: string;
|
|
750
|
+
64: string;
|
|
534
751
|
};
|
|
535
|
-
lineHeights: {};
|
|
536
752
|
letterSpacings: {};
|
|
537
753
|
sizes: {
|
|
538
754
|
4: string;
|
|
@@ -540,20 +756,18 @@ export declare const Fee: import("@stitches/react/types/styled-component").Style
|
|
|
540
756
|
8: string;
|
|
541
757
|
12: string;
|
|
542
758
|
16: string;
|
|
759
|
+
18: string;
|
|
543
760
|
20: string;
|
|
544
761
|
24: string;
|
|
545
762
|
28: string;
|
|
546
763
|
32: string;
|
|
547
764
|
36: string;
|
|
548
765
|
40: string;
|
|
766
|
+
45: string;
|
|
549
767
|
48: string;
|
|
550
768
|
};
|
|
551
769
|
borderWidths: {};
|
|
552
770
|
borderStyles: {};
|
|
553
|
-
radii: {
|
|
554
|
-
5: string;
|
|
555
|
-
10: string;
|
|
556
|
-
};
|
|
557
771
|
shadows: {
|
|
558
772
|
s: string;
|
|
559
773
|
};
|
|
@@ -570,17 +784,17 @@ export declare const RelativeContainer: import("@stitches/react/types/styled-com
|
|
|
570
784
|
lg: string;
|
|
571
785
|
}, {
|
|
572
786
|
colors: {
|
|
573
|
-
primary: string;
|
|
574
|
-
primary100: string;
|
|
575
|
-
primary200: string;
|
|
576
|
-
primary300: string;
|
|
577
|
-
primary400: string;
|
|
578
787
|
primary500: string;
|
|
579
788
|
primary600: string;
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
789
|
+
secondary100: string;
|
|
790
|
+
secondary200: string;
|
|
791
|
+
secondary300: string;
|
|
792
|
+
secondary400: string;
|
|
793
|
+
secondary500: string;
|
|
794
|
+
secondary600: string;
|
|
795
|
+
secondary700: string;
|
|
796
|
+
secondary800: string;
|
|
797
|
+
secondary900: string;
|
|
584
798
|
neutral100: string;
|
|
585
799
|
neutral200: string;
|
|
586
800
|
neutral300: string;
|
|
@@ -590,39 +804,65 @@ export declare const RelativeContainer: import("@stitches/react/types/styled-com
|
|
|
590
804
|
neutral700: string;
|
|
591
805
|
neutral800: string;
|
|
592
806
|
neutral900: string;
|
|
593
|
-
background: string;
|
|
594
|
-
foreground: string;
|
|
595
|
-
success: string;
|
|
596
|
-
success100: string;
|
|
597
|
-
success300: string;
|
|
598
|
-
success500: string;
|
|
599
|
-
success700: string;
|
|
600
|
-
warning: string;
|
|
601
|
-
warning100: string;
|
|
602
|
-
warning300: string;
|
|
603
|
-
warning500: string;
|
|
604
|
-
warning700: string;
|
|
605
|
-
error: string;
|
|
606
807
|
error100: string;
|
|
607
808
|
error300: string;
|
|
608
809
|
error500: string;
|
|
810
|
+
error600: string;
|
|
609
811
|
error700: string;
|
|
610
|
-
|
|
812
|
+
warning100: string;
|
|
813
|
+
warning300: string;
|
|
814
|
+
warning500: string;
|
|
815
|
+
warning600: string;
|
|
816
|
+
warning700: string;
|
|
817
|
+
info100: string;
|
|
818
|
+
info300: string;
|
|
819
|
+
info500: string;
|
|
820
|
+
info600: string;
|
|
821
|
+
info700: string;
|
|
822
|
+
success100: string;
|
|
823
|
+
success300: string;
|
|
824
|
+
success500: string;
|
|
825
|
+
success600: string;
|
|
826
|
+
success700: string;
|
|
827
|
+
background: string;
|
|
828
|
+
foreground: string;
|
|
611
829
|
};
|
|
612
830
|
space: {
|
|
831
|
+
0: string;
|
|
832
|
+
5: string;
|
|
833
|
+
10: string;
|
|
834
|
+
15: string;
|
|
835
|
+
20: string;
|
|
836
|
+
25: string;
|
|
837
|
+
30: string;
|
|
838
|
+
40: string;
|
|
839
|
+
46: string;
|
|
840
|
+
50: string;
|
|
841
|
+
60: string;
|
|
842
|
+
70: string;
|
|
843
|
+
80: string;
|
|
844
|
+
90: string;
|
|
845
|
+
100: string;
|
|
613
846
|
2: string;
|
|
614
847
|
4: string;
|
|
615
848
|
6: string;
|
|
616
849
|
8: string;
|
|
617
|
-
10: string;
|
|
618
850
|
12: string;
|
|
619
851
|
16: string;
|
|
620
|
-
20: string;
|
|
621
852
|
24: string;
|
|
622
853
|
28: string;
|
|
623
|
-
30: string;
|
|
624
854
|
32: string;
|
|
625
855
|
};
|
|
856
|
+
radii: {
|
|
857
|
+
xs: string;
|
|
858
|
+
sm: string;
|
|
859
|
+
xm: string;
|
|
860
|
+
md: string;
|
|
861
|
+
xl: string;
|
|
862
|
+
lg: string;
|
|
863
|
+
primary: string;
|
|
864
|
+
secondary: string;
|
|
865
|
+
};
|
|
626
866
|
fontSizes: {
|
|
627
867
|
10: string;
|
|
628
868
|
12: string;
|
|
@@ -630,20 +870,38 @@ export declare const RelativeContainer: import("@stitches/react/types/styled-com
|
|
|
630
870
|
16: string;
|
|
631
871
|
18: string;
|
|
632
872
|
20: string;
|
|
873
|
+
22: string;
|
|
633
874
|
24: string;
|
|
875
|
+
28: string;
|
|
634
876
|
32: string;
|
|
635
877
|
36: string;
|
|
636
878
|
40: string;
|
|
637
879
|
48: string;
|
|
638
880
|
};
|
|
639
|
-
fonts: {
|
|
881
|
+
fonts: {
|
|
882
|
+
primary: string;
|
|
883
|
+
widget: string;
|
|
884
|
+
};
|
|
640
885
|
fontWeights: {
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
886
|
+
regular: number;
|
|
887
|
+
medium: number;
|
|
888
|
+
semiBold: number;
|
|
889
|
+
bold: number;
|
|
890
|
+
};
|
|
891
|
+
lineHeights: {
|
|
892
|
+
12: string;
|
|
893
|
+
16: string;
|
|
894
|
+
20: string;
|
|
895
|
+
24: string;
|
|
896
|
+
26: string;
|
|
897
|
+
28: string;
|
|
898
|
+
30: string;
|
|
899
|
+
36: string;
|
|
900
|
+
40: string;
|
|
901
|
+
44: string;
|
|
902
|
+
52: string;
|
|
903
|
+
64: string;
|
|
645
904
|
};
|
|
646
|
-
lineHeights: {};
|
|
647
905
|
letterSpacings: {};
|
|
648
906
|
sizes: {
|
|
649
907
|
4: string;
|
|
@@ -651,20 +909,18 @@ export declare const RelativeContainer: import("@stitches/react/types/styled-com
|
|
|
651
909
|
8: string;
|
|
652
910
|
12: string;
|
|
653
911
|
16: string;
|
|
912
|
+
18: string;
|
|
654
913
|
20: string;
|
|
655
914
|
24: string;
|
|
656
915
|
28: string;
|
|
657
916
|
32: string;
|
|
658
917
|
36: string;
|
|
659
918
|
40: string;
|
|
919
|
+
45: string;
|
|
660
920
|
48: string;
|
|
661
921
|
};
|
|
662
922
|
borderWidths: {};
|
|
663
923
|
borderStyles: {};
|
|
664
|
-
radii: {
|
|
665
|
-
5: string;
|
|
666
|
-
10: string;
|
|
667
|
-
};
|
|
668
924
|
shadows: {
|
|
669
925
|
s: string;
|
|
670
926
|
};
|
|
@@ -681,17 +937,17 @@ export declare const Footer: import("@stitches/react/types/styled-component").St
|
|
|
681
937
|
lg: string;
|
|
682
938
|
}, {
|
|
683
939
|
colors: {
|
|
684
|
-
primary: string;
|
|
685
|
-
primary100: string;
|
|
686
|
-
primary200: string;
|
|
687
|
-
primary300: string;
|
|
688
|
-
primary400: string;
|
|
689
940
|
primary500: string;
|
|
690
941
|
primary600: string;
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
942
|
+
secondary100: string;
|
|
943
|
+
secondary200: string;
|
|
944
|
+
secondary300: string;
|
|
945
|
+
secondary400: string;
|
|
946
|
+
secondary500: string;
|
|
947
|
+
secondary600: string;
|
|
948
|
+
secondary700: string;
|
|
949
|
+
secondary800: string;
|
|
950
|
+
secondary900: string;
|
|
695
951
|
neutral100: string;
|
|
696
952
|
neutral200: string;
|
|
697
953
|
neutral300: string;
|
|
@@ -701,39 +957,65 @@ export declare const Footer: import("@stitches/react/types/styled-component").St
|
|
|
701
957
|
neutral700: string;
|
|
702
958
|
neutral800: string;
|
|
703
959
|
neutral900: string;
|
|
704
|
-
background: string;
|
|
705
|
-
foreground: string;
|
|
706
|
-
success: string;
|
|
707
|
-
success100: string;
|
|
708
|
-
success300: string;
|
|
709
|
-
success500: string;
|
|
710
|
-
success700: string;
|
|
711
|
-
warning: string;
|
|
712
|
-
warning100: string;
|
|
713
|
-
warning300: string;
|
|
714
|
-
warning500: string;
|
|
715
|
-
warning700: string;
|
|
716
|
-
error: string;
|
|
717
960
|
error100: string;
|
|
718
961
|
error300: string;
|
|
719
962
|
error500: string;
|
|
963
|
+
error600: string;
|
|
720
964
|
error700: string;
|
|
721
|
-
|
|
965
|
+
warning100: string;
|
|
966
|
+
warning300: string;
|
|
967
|
+
warning500: string;
|
|
968
|
+
warning600: string;
|
|
969
|
+
warning700: string;
|
|
970
|
+
info100: string;
|
|
971
|
+
info300: string;
|
|
972
|
+
info500: string;
|
|
973
|
+
info600: string;
|
|
974
|
+
info700: string;
|
|
975
|
+
success100: string;
|
|
976
|
+
success300: string;
|
|
977
|
+
success500: string;
|
|
978
|
+
success600: string;
|
|
979
|
+
success700: string;
|
|
980
|
+
background: string;
|
|
981
|
+
foreground: string;
|
|
722
982
|
};
|
|
723
983
|
space: {
|
|
984
|
+
0: string;
|
|
985
|
+
5: string;
|
|
986
|
+
10: string;
|
|
987
|
+
15: string;
|
|
988
|
+
20: string;
|
|
989
|
+
25: string;
|
|
990
|
+
30: string;
|
|
991
|
+
40: string;
|
|
992
|
+
46: string;
|
|
993
|
+
50: string;
|
|
994
|
+
60: string;
|
|
995
|
+
70: string;
|
|
996
|
+
80: string;
|
|
997
|
+
90: string;
|
|
998
|
+
100: string;
|
|
724
999
|
2: string;
|
|
725
1000
|
4: string;
|
|
726
1001
|
6: string;
|
|
727
1002
|
8: string;
|
|
728
|
-
10: string;
|
|
729
1003
|
12: string;
|
|
730
1004
|
16: string;
|
|
731
|
-
20: string;
|
|
732
1005
|
24: string;
|
|
733
1006
|
28: string;
|
|
734
|
-
30: string;
|
|
735
1007
|
32: string;
|
|
736
1008
|
};
|
|
1009
|
+
radii: {
|
|
1010
|
+
xs: string;
|
|
1011
|
+
sm: string;
|
|
1012
|
+
xm: string;
|
|
1013
|
+
md: string;
|
|
1014
|
+
xl: string;
|
|
1015
|
+
lg: string;
|
|
1016
|
+
primary: string;
|
|
1017
|
+
secondary: string;
|
|
1018
|
+
};
|
|
737
1019
|
fontSizes: {
|
|
738
1020
|
10: string;
|
|
739
1021
|
12: string;
|
|
@@ -741,20 +1023,38 @@ export declare const Footer: import("@stitches/react/types/styled-component").St
|
|
|
741
1023
|
16: string;
|
|
742
1024
|
18: string;
|
|
743
1025
|
20: string;
|
|
1026
|
+
22: string;
|
|
744
1027
|
24: string;
|
|
1028
|
+
28: string;
|
|
745
1029
|
32: string;
|
|
746
1030
|
36: string;
|
|
747
1031
|
40: string;
|
|
748
1032
|
48: string;
|
|
749
1033
|
};
|
|
750
|
-
fonts: {
|
|
1034
|
+
fonts: {
|
|
1035
|
+
primary: string;
|
|
1036
|
+
widget: string;
|
|
1037
|
+
};
|
|
751
1038
|
fontWeights: {
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
1039
|
+
regular: number;
|
|
1040
|
+
medium: number;
|
|
1041
|
+
semiBold: number;
|
|
1042
|
+
bold: number;
|
|
1043
|
+
};
|
|
1044
|
+
lineHeights: {
|
|
1045
|
+
12: string;
|
|
1046
|
+
16: string;
|
|
1047
|
+
20: string;
|
|
1048
|
+
24: string;
|
|
1049
|
+
26: string;
|
|
1050
|
+
28: string;
|
|
1051
|
+
30: string;
|
|
1052
|
+
36: string;
|
|
1053
|
+
40: string;
|
|
1054
|
+
44: string;
|
|
1055
|
+
52: string;
|
|
1056
|
+
64: string;
|
|
756
1057
|
};
|
|
757
|
-
lineHeights: {};
|
|
758
1058
|
letterSpacings: {};
|
|
759
1059
|
sizes: {
|
|
760
1060
|
4: string;
|
|
@@ -762,20 +1062,18 @@ export declare const Footer: import("@stitches/react/types/styled-component").St
|
|
|
762
1062
|
8: string;
|
|
763
1063
|
12: string;
|
|
764
1064
|
16: string;
|
|
1065
|
+
18: string;
|
|
765
1066
|
20: string;
|
|
766
1067
|
24: string;
|
|
767
1068
|
28: string;
|
|
768
1069
|
32: string;
|
|
769
1070
|
36: string;
|
|
770
1071
|
40: string;
|
|
1072
|
+
45: string;
|
|
771
1073
|
48: string;
|
|
772
1074
|
};
|
|
773
1075
|
borderWidths: {};
|
|
774
1076
|
borderStyles: {};
|
|
775
|
-
radii: {
|
|
776
|
-
5: string;
|
|
777
|
-
10: string;
|
|
778
|
-
};
|
|
779
1077
|
shadows: {
|
|
780
1078
|
s: string;
|
|
781
1079
|
};
|
|
@@ -792,17 +1090,17 @@ export declare const Dot: import("@stitches/react/types/styled-component").Style
|
|
|
792
1090
|
lg: string;
|
|
793
1091
|
}, {
|
|
794
1092
|
colors: {
|
|
795
|
-
primary: string;
|
|
796
|
-
primary100: string;
|
|
797
|
-
primary200: string;
|
|
798
|
-
primary300: string;
|
|
799
|
-
primary400: string;
|
|
800
1093
|
primary500: string;
|
|
801
1094
|
primary600: string;
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
1095
|
+
secondary100: string;
|
|
1096
|
+
secondary200: string;
|
|
1097
|
+
secondary300: string;
|
|
1098
|
+
secondary400: string;
|
|
1099
|
+
secondary500: string;
|
|
1100
|
+
secondary600: string;
|
|
1101
|
+
secondary700: string;
|
|
1102
|
+
secondary800: string;
|
|
1103
|
+
secondary900: string;
|
|
806
1104
|
neutral100: string;
|
|
807
1105
|
neutral200: string;
|
|
808
1106
|
neutral300: string;
|
|
@@ -812,39 +1110,65 @@ export declare const Dot: import("@stitches/react/types/styled-component").Style
|
|
|
812
1110
|
neutral700: string;
|
|
813
1111
|
neutral800: string;
|
|
814
1112
|
neutral900: string;
|
|
815
|
-
background: string;
|
|
816
|
-
foreground: string;
|
|
817
|
-
success: string;
|
|
818
|
-
success100: string;
|
|
819
|
-
success300: string;
|
|
820
|
-
success500: string;
|
|
821
|
-
success700: string;
|
|
822
|
-
warning: string;
|
|
823
|
-
warning100: string;
|
|
824
|
-
warning300: string;
|
|
825
|
-
warning500: string;
|
|
826
|
-
warning700: string;
|
|
827
|
-
error: string;
|
|
828
1113
|
error100: string;
|
|
829
1114
|
error300: string;
|
|
830
1115
|
error500: string;
|
|
1116
|
+
error600: string;
|
|
831
1117
|
error700: string;
|
|
832
|
-
|
|
1118
|
+
warning100: string;
|
|
1119
|
+
warning300: string;
|
|
1120
|
+
warning500: string;
|
|
1121
|
+
warning600: string;
|
|
1122
|
+
warning700: string;
|
|
1123
|
+
info100: string;
|
|
1124
|
+
info300: string;
|
|
1125
|
+
info500: string;
|
|
1126
|
+
info600: string;
|
|
1127
|
+
info700: string;
|
|
1128
|
+
success100: string;
|
|
1129
|
+
success300: string;
|
|
1130
|
+
success500: string;
|
|
1131
|
+
success600: string;
|
|
1132
|
+
success700: string;
|
|
1133
|
+
background: string;
|
|
1134
|
+
foreground: string;
|
|
833
1135
|
};
|
|
834
1136
|
space: {
|
|
1137
|
+
0: string;
|
|
1138
|
+
5: string;
|
|
1139
|
+
10: string;
|
|
1140
|
+
15: string;
|
|
1141
|
+
20: string;
|
|
1142
|
+
25: string;
|
|
1143
|
+
30: string;
|
|
1144
|
+
40: string;
|
|
1145
|
+
46: string;
|
|
1146
|
+
50: string;
|
|
1147
|
+
60: string;
|
|
1148
|
+
70: string;
|
|
1149
|
+
80: string;
|
|
1150
|
+
90: string;
|
|
1151
|
+
100: string;
|
|
835
1152
|
2: string;
|
|
836
1153
|
4: string;
|
|
837
1154
|
6: string;
|
|
838
1155
|
8: string;
|
|
839
|
-
10: string;
|
|
840
1156
|
12: string;
|
|
841
1157
|
16: string;
|
|
842
|
-
20: string;
|
|
843
1158
|
24: string;
|
|
844
1159
|
28: string;
|
|
845
|
-
30: string;
|
|
846
1160
|
32: string;
|
|
847
1161
|
};
|
|
1162
|
+
radii: {
|
|
1163
|
+
xs: string;
|
|
1164
|
+
sm: string;
|
|
1165
|
+
xm: string;
|
|
1166
|
+
md: string;
|
|
1167
|
+
xl: string;
|
|
1168
|
+
lg: string;
|
|
1169
|
+
primary: string;
|
|
1170
|
+
secondary: string;
|
|
1171
|
+
};
|
|
848
1172
|
fontSizes: {
|
|
849
1173
|
10: string;
|
|
850
1174
|
12: string;
|
|
@@ -852,20 +1176,38 @@ export declare const Dot: import("@stitches/react/types/styled-component").Style
|
|
|
852
1176
|
16: string;
|
|
853
1177
|
18: string;
|
|
854
1178
|
20: string;
|
|
1179
|
+
22: string;
|
|
855
1180
|
24: string;
|
|
1181
|
+
28: string;
|
|
856
1182
|
32: string;
|
|
857
1183
|
36: string;
|
|
858
1184
|
40: string;
|
|
859
1185
|
48: string;
|
|
860
1186
|
};
|
|
861
|
-
fonts: {
|
|
1187
|
+
fonts: {
|
|
1188
|
+
primary: string;
|
|
1189
|
+
widget: string;
|
|
1190
|
+
};
|
|
862
1191
|
fontWeights: {
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
1192
|
+
regular: number;
|
|
1193
|
+
medium: number;
|
|
1194
|
+
semiBold: number;
|
|
1195
|
+
bold: number;
|
|
1196
|
+
};
|
|
1197
|
+
lineHeights: {
|
|
1198
|
+
12: string;
|
|
1199
|
+
16: string;
|
|
1200
|
+
20: string;
|
|
1201
|
+
24: string;
|
|
1202
|
+
26: string;
|
|
1203
|
+
28: string;
|
|
1204
|
+
30: string;
|
|
1205
|
+
36: string;
|
|
1206
|
+
40: string;
|
|
1207
|
+
44: string;
|
|
1208
|
+
52: string;
|
|
1209
|
+
64: string;
|
|
867
1210
|
};
|
|
868
|
-
lineHeights: {};
|
|
869
1211
|
letterSpacings: {};
|
|
870
1212
|
sizes: {
|
|
871
1213
|
4: string;
|
|
@@ -873,20 +1215,18 @@ export declare const Dot: import("@stitches/react/types/styled-component").Style
|
|
|
873
1215
|
8: string;
|
|
874
1216
|
12: string;
|
|
875
1217
|
16: string;
|
|
1218
|
+
18: string;
|
|
876
1219
|
20: string;
|
|
877
1220
|
24: string;
|
|
878
1221
|
28: string;
|
|
879
1222
|
32: string;
|
|
880
1223
|
36: string;
|
|
881
1224
|
40: string;
|
|
1225
|
+
45: string;
|
|
882
1226
|
48: string;
|
|
883
1227
|
};
|
|
884
1228
|
borderWidths: {};
|
|
885
1229
|
borderStyles: {};
|
|
886
|
-
radii: {
|
|
887
|
-
5: string;
|
|
888
|
-
10: string;
|
|
889
|
-
};
|
|
890
1230
|
shadows: {
|
|
891
1231
|
s: string;
|
|
892
1232
|
};
|
|
@@ -903,17 +1243,17 @@ export declare const ArrowDown: import("@stitches/react/types/styled-component")
|
|
|
903
1243
|
lg: string;
|
|
904
1244
|
}, {
|
|
905
1245
|
colors: {
|
|
906
|
-
primary: string;
|
|
907
|
-
primary100: string;
|
|
908
|
-
primary200: string;
|
|
909
|
-
primary300: string;
|
|
910
|
-
primary400: string;
|
|
911
1246
|
primary500: string;
|
|
912
1247
|
primary600: string;
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
1248
|
+
secondary100: string;
|
|
1249
|
+
secondary200: string;
|
|
1250
|
+
secondary300: string;
|
|
1251
|
+
secondary400: string;
|
|
1252
|
+
secondary500: string;
|
|
1253
|
+
secondary600: string;
|
|
1254
|
+
secondary700: string;
|
|
1255
|
+
secondary800: string;
|
|
1256
|
+
secondary900: string;
|
|
917
1257
|
neutral100: string;
|
|
918
1258
|
neutral200: string;
|
|
919
1259
|
neutral300: string;
|
|
@@ -923,39 +1263,65 @@ export declare const ArrowDown: import("@stitches/react/types/styled-component")
|
|
|
923
1263
|
neutral700: string;
|
|
924
1264
|
neutral800: string;
|
|
925
1265
|
neutral900: string;
|
|
926
|
-
background: string;
|
|
927
|
-
foreground: string;
|
|
928
|
-
success: string;
|
|
929
|
-
success100: string;
|
|
930
|
-
success300: string;
|
|
931
|
-
success500: string;
|
|
932
|
-
success700: string;
|
|
933
|
-
warning: string;
|
|
934
|
-
warning100: string;
|
|
935
|
-
warning300: string;
|
|
936
|
-
warning500: string;
|
|
937
|
-
warning700: string;
|
|
938
|
-
error: string;
|
|
939
1266
|
error100: string;
|
|
940
1267
|
error300: string;
|
|
941
1268
|
error500: string;
|
|
1269
|
+
error600: string;
|
|
942
1270
|
error700: string;
|
|
943
|
-
|
|
1271
|
+
warning100: string;
|
|
1272
|
+
warning300: string;
|
|
1273
|
+
warning500: string;
|
|
1274
|
+
warning600: string;
|
|
1275
|
+
warning700: string;
|
|
1276
|
+
info100: string;
|
|
1277
|
+
info300: string;
|
|
1278
|
+
info500: string;
|
|
1279
|
+
info600: string;
|
|
1280
|
+
info700: string;
|
|
1281
|
+
success100: string;
|
|
1282
|
+
success300: string;
|
|
1283
|
+
success500: string;
|
|
1284
|
+
success600: string;
|
|
1285
|
+
success700: string;
|
|
1286
|
+
background: string;
|
|
1287
|
+
foreground: string;
|
|
944
1288
|
};
|
|
945
1289
|
space: {
|
|
1290
|
+
0: string;
|
|
1291
|
+
5: string;
|
|
1292
|
+
10: string;
|
|
1293
|
+
15: string;
|
|
1294
|
+
20: string;
|
|
1295
|
+
25: string;
|
|
1296
|
+
30: string;
|
|
1297
|
+
40: string;
|
|
1298
|
+
46: string;
|
|
1299
|
+
50: string;
|
|
1300
|
+
60: string;
|
|
1301
|
+
70: string;
|
|
1302
|
+
80: string;
|
|
1303
|
+
90: string;
|
|
1304
|
+
100: string;
|
|
946
1305
|
2: string;
|
|
947
1306
|
4: string;
|
|
948
1307
|
6: string;
|
|
949
1308
|
8: string;
|
|
950
|
-
10: string;
|
|
951
1309
|
12: string;
|
|
952
1310
|
16: string;
|
|
953
|
-
20: string;
|
|
954
1311
|
24: string;
|
|
955
1312
|
28: string;
|
|
956
|
-
30: string;
|
|
957
1313
|
32: string;
|
|
958
1314
|
};
|
|
1315
|
+
radii: {
|
|
1316
|
+
xs: string;
|
|
1317
|
+
sm: string;
|
|
1318
|
+
xm: string;
|
|
1319
|
+
md: string;
|
|
1320
|
+
xl: string;
|
|
1321
|
+
lg: string;
|
|
1322
|
+
primary: string;
|
|
1323
|
+
secondary: string;
|
|
1324
|
+
};
|
|
959
1325
|
fontSizes: {
|
|
960
1326
|
10: string;
|
|
961
1327
|
12: string;
|
|
@@ -963,20 +1329,38 @@ export declare const ArrowDown: import("@stitches/react/types/styled-component")
|
|
|
963
1329
|
16: string;
|
|
964
1330
|
18: string;
|
|
965
1331
|
20: string;
|
|
1332
|
+
22: string;
|
|
966
1333
|
24: string;
|
|
1334
|
+
28: string;
|
|
967
1335
|
32: string;
|
|
968
1336
|
36: string;
|
|
969
1337
|
40: string;
|
|
970
1338
|
48: string;
|
|
971
1339
|
};
|
|
972
|
-
fonts: {
|
|
1340
|
+
fonts: {
|
|
1341
|
+
primary: string;
|
|
1342
|
+
widget: string;
|
|
1343
|
+
};
|
|
973
1344
|
fontWeights: {
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
1345
|
+
regular: number;
|
|
1346
|
+
medium: number;
|
|
1347
|
+
semiBold: number;
|
|
1348
|
+
bold: number;
|
|
1349
|
+
};
|
|
1350
|
+
lineHeights: {
|
|
1351
|
+
12: string;
|
|
1352
|
+
16: string;
|
|
1353
|
+
20: string;
|
|
1354
|
+
24: string;
|
|
1355
|
+
26: string;
|
|
1356
|
+
28: string;
|
|
1357
|
+
30: string;
|
|
1358
|
+
36: string;
|
|
1359
|
+
40: string;
|
|
1360
|
+
44: string;
|
|
1361
|
+
52: string;
|
|
1362
|
+
64: string;
|
|
978
1363
|
};
|
|
979
|
-
lineHeights: {};
|
|
980
1364
|
letterSpacings: {};
|
|
981
1365
|
sizes: {
|
|
982
1366
|
4: string;
|
|
@@ -984,20 +1368,18 @@ export declare const ArrowDown: import("@stitches/react/types/styled-component")
|
|
|
984
1368
|
8: string;
|
|
985
1369
|
12: string;
|
|
986
1370
|
16: string;
|
|
1371
|
+
18: string;
|
|
987
1372
|
20: string;
|
|
988
1373
|
24: string;
|
|
989
1374
|
28: string;
|
|
990
1375
|
32: string;
|
|
991
1376
|
36: string;
|
|
992
1377
|
40: string;
|
|
1378
|
+
45: string;
|
|
993
1379
|
48: string;
|
|
994
1380
|
};
|
|
995
1381
|
borderWidths: {};
|
|
996
1382
|
borderStyles: {};
|
|
997
|
-
radii: {
|
|
998
|
-
5: string;
|
|
999
|
-
10: string;
|
|
1000
|
-
};
|
|
1001
1383
|
shadows: {
|
|
1002
1384
|
s: string;
|
|
1003
1385
|
};
|
|
@@ -1014,17 +1396,17 @@ export declare const Line: import("@stitches/react/types/styled-component").Styl
|
|
|
1014
1396
|
lg: string;
|
|
1015
1397
|
}, {
|
|
1016
1398
|
colors: {
|
|
1017
|
-
primary: string;
|
|
1018
|
-
primary100: string;
|
|
1019
|
-
primary200: string;
|
|
1020
|
-
primary300: string;
|
|
1021
|
-
primary400: string;
|
|
1022
1399
|
primary500: string;
|
|
1023
1400
|
primary600: string;
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1401
|
+
secondary100: string;
|
|
1402
|
+
secondary200: string;
|
|
1403
|
+
secondary300: string;
|
|
1404
|
+
secondary400: string;
|
|
1405
|
+
secondary500: string;
|
|
1406
|
+
secondary600: string;
|
|
1407
|
+
secondary700: string;
|
|
1408
|
+
secondary800: string;
|
|
1409
|
+
secondary900: string;
|
|
1028
1410
|
neutral100: string;
|
|
1029
1411
|
neutral200: string;
|
|
1030
1412
|
neutral300: string;
|
|
@@ -1034,39 +1416,65 @@ export declare const Line: import("@stitches/react/types/styled-component").Styl
|
|
|
1034
1416
|
neutral700: string;
|
|
1035
1417
|
neutral800: string;
|
|
1036
1418
|
neutral900: string;
|
|
1037
|
-
background: string;
|
|
1038
|
-
foreground: string;
|
|
1039
|
-
success: string;
|
|
1040
|
-
success100: string;
|
|
1041
|
-
success300: string;
|
|
1042
|
-
success500: string;
|
|
1043
|
-
success700: string;
|
|
1044
|
-
warning: string;
|
|
1045
|
-
warning100: string;
|
|
1046
|
-
warning300: string;
|
|
1047
|
-
warning500: string;
|
|
1048
|
-
warning700: string;
|
|
1049
|
-
error: string;
|
|
1050
1419
|
error100: string;
|
|
1051
1420
|
error300: string;
|
|
1052
1421
|
error500: string;
|
|
1422
|
+
error600: string;
|
|
1053
1423
|
error700: string;
|
|
1054
|
-
|
|
1424
|
+
warning100: string;
|
|
1425
|
+
warning300: string;
|
|
1426
|
+
warning500: string;
|
|
1427
|
+
warning600: string;
|
|
1428
|
+
warning700: string;
|
|
1429
|
+
info100: string;
|
|
1430
|
+
info300: string;
|
|
1431
|
+
info500: string;
|
|
1432
|
+
info600: string;
|
|
1433
|
+
info700: string;
|
|
1434
|
+
success100: string;
|
|
1435
|
+
success300: string;
|
|
1436
|
+
success500: string;
|
|
1437
|
+
success600: string;
|
|
1438
|
+
success700: string;
|
|
1439
|
+
background: string;
|
|
1440
|
+
foreground: string;
|
|
1055
1441
|
};
|
|
1056
1442
|
space: {
|
|
1443
|
+
0: string;
|
|
1444
|
+
5: string;
|
|
1445
|
+
10: string;
|
|
1446
|
+
15: string;
|
|
1447
|
+
20: string;
|
|
1448
|
+
25: string;
|
|
1449
|
+
30: string;
|
|
1450
|
+
40: string;
|
|
1451
|
+
46: string;
|
|
1452
|
+
50: string;
|
|
1453
|
+
60: string;
|
|
1454
|
+
70: string;
|
|
1455
|
+
80: string;
|
|
1456
|
+
90: string;
|
|
1457
|
+
100: string;
|
|
1057
1458
|
2: string;
|
|
1058
1459
|
4: string;
|
|
1059
1460
|
6: string;
|
|
1060
1461
|
8: string;
|
|
1061
|
-
10: string;
|
|
1062
1462
|
12: string;
|
|
1063
1463
|
16: string;
|
|
1064
|
-
20: string;
|
|
1065
1464
|
24: string;
|
|
1066
1465
|
28: string;
|
|
1067
|
-
30: string;
|
|
1068
1466
|
32: string;
|
|
1069
1467
|
};
|
|
1468
|
+
radii: {
|
|
1469
|
+
xs: string;
|
|
1470
|
+
sm: string;
|
|
1471
|
+
xm: string;
|
|
1472
|
+
md: string;
|
|
1473
|
+
xl: string;
|
|
1474
|
+
lg: string;
|
|
1475
|
+
primary: string;
|
|
1476
|
+
secondary: string;
|
|
1477
|
+
};
|
|
1070
1478
|
fontSizes: {
|
|
1071
1479
|
10: string;
|
|
1072
1480
|
12: string;
|
|
@@ -1074,20 +1482,38 @@ export declare const Line: import("@stitches/react/types/styled-component").Styl
|
|
|
1074
1482
|
16: string;
|
|
1075
1483
|
18: string;
|
|
1076
1484
|
20: string;
|
|
1485
|
+
22: string;
|
|
1077
1486
|
24: string;
|
|
1487
|
+
28: string;
|
|
1078
1488
|
32: string;
|
|
1079
1489
|
36: string;
|
|
1080
1490
|
40: string;
|
|
1081
1491
|
48: string;
|
|
1082
1492
|
};
|
|
1083
|
-
fonts: {
|
|
1493
|
+
fonts: {
|
|
1494
|
+
primary: string;
|
|
1495
|
+
widget: string;
|
|
1496
|
+
};
|
|
1084
1497
|
fontWeights: {
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1498
|
+
regular: number;
|
|
1499
|
+
medium: number;
|
|
1500
|
+
semiBold: number;
|
|
1501
|
+
bold: number;
|
|
1502
|
+
};
|
|
1503
|
+
lineHeights: {
|
|
1504
|
+
12: string;
|
|
1505
|
+
16: string;
|
|
1506
|
+
20: string;
|
|
1507
|
+
24: string;
|
|
1508
|
+
26: string;
|
|
1509
|
+
28: string;
|
|
1510
|
+
30: string;
|
|
1511
|
+
36: string;
|
|
1512
|
+
40: string;
|
|
1513
|
+
44: string;
|
|
1514
|
+
52: string;
|
|
1515
|
+
64: string;
|
|
1089
1516
|
};
|
|
1090
|
-
lineHeights: {};
|
|
1091
1517
|
letterSpacings: {};
|
|
1092
1518
|
sizes: {
|
|
1093
1519
|
4: string;
|
|
@@ -1095,20 +1521,18 @@ export declare const Line: import("@stitches/react/types/styled-component").Styl
|
|
|
1095
1521
|
8: string;
|
|
1096
1522
|
12: string;
|
|
1097
1523
|
16: string;
|
|
1524
|
+
18: string;
|
|
1098
1525
|
20: string;
|
|
1099
1526
|
24: string;
|
|
1100
1527
|
28: string;
|
|
1101
1528
|
32: string;
|
|
1102
1529
|
36: string;
|
|
1103
1530
|
40: string;
|
|
1531
|
+
45: string;
|
|
1104
1532
|
48: string;
|
|
1105
1533
|
};
|
|
1106
1534
|
borderWidths: {};
|
|
1107
1535
|
borderStyles: {};
|
|
1108
|
-
radii: {
|
|
1109
|
-
5: string;
|
|
1110
|
-
10: string;
|
|
1111
|
-
};
|
|
1112
1536
|
shadows: {
|
|
1113
1537
|
s: string;
|
|
1114
1538
|
};
|