react-native-terra-ui 0.5.1 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +25 -0
- package/lib/module/components/avatar/Avatar.js +60 -60
- package/lib/module/components/avatar/Avatar.js.map +1 -1
- package/lib/module/components/box/Box.js +2 -2
- package/lib/module/components/box/Box.js.map +1 -1
- package/lib/module/components/box/utils.js +19 -19
- package/lib/module/components/box/utils.js.map +1 -1
- package/lib/module/components/button/Button.js +54 -48
- package/lib/module/components/button/Button.js.map +1 -1
- package/lib/module/components/chip/Chip.js +94 -94
- package/lib/module/components/chip/Chip.js.map +1 -1
- package/lib/module/components/chip/utils.js +3 -3
- package/lib/module/components/empty-state/EmptyState.js +40 -40
- package/lib/module/components/empty-state/EmptyState.js.map +1 -1
- package/lib/module/components/header/header-buttons.js +5 -5
- package/lib/module/components/header/header-buttons.js.map +1 -1
- package/lib/module/components/header/parts/HeaderGradientOverlay.js +2 -2
- package/lib/module/components/header/parts/HeaderGradientOverlay.js.map +1 -1
- package/lib/module/components/header/variants/LargeTitleHeader/index.js +58 -58
- package/lib/module/components/header/variants/LargeTitleHeader/index.js.map +1 -1
- package/lib/module/components/header/variants/TitleHeader/index.js +27 -27
- package/lib/module/components/header/variants/TitleHeader/index.js.map +1 -1
- package/lib/module/components/icon/Icon.js +6 -6
- package/lib/module/components/icon/Icon.js.map +1 -1
- package/lib/module/components/image/Image.js +6 -6
- package/lib/module/components/image/Image.js.map +1 -1
- package/lib/module/components/page-indicator/PageIndicator.js +1 -1
- package/lib/module/components/page-indicator/PageIndicatorRoot.js.map +1 -1
- package/lib/module/components/page-indicator/hooks/use-page-indicator-colors.js +8 -8
- package/lib/module/components/page-indicator/hooks/use-page-indicator-colors.js.map +1 -1
- package/lib/module/components/page-indicator/hooks/use-page-indicator-core.js.map +1 -1
- package/lib/module/components/page-indicator/hooks/use-page-indicator-progress.js +6 -6
- package/lib/module/components/page-indicator/hooks/use-page-indicator-progress.js.map +1 -1
- package/lib/module/components/page-indicator/utils.js +8 -8
- package/lib/module/components/page-indicator/utils.js.map +1 -1
- package/lib/module/components/page-indicator/variants/DotIndicator/InactiveDot.js +2 -2
- package/lib/module/components/page-indicator/variants/DotIndicator/InactiveDot.js.map +1 -1
- package/lib/module/components/page-indicator/variants/DotIndicator/LoadingOrbit.js +9 -9
- package/lib/module/components/page-indicator/variants/DotIndicator/LoadingOrbit.js.map +1 -1
- package/lib/module/components/page-indicator/variants/DotIndicator/TravelingPill.js +2 -2
- package/lib/module/components/page-indicator/variants/DotIndicator/TravelingPill.js.map +1 -1
- package/lib/module/components/page-indicator/variants/DotIndicator/index.js +3 -3
- package/lib/module/components/page-indicator/variants/DotIndicator/index.js.map +1 -1
- package/lib/module/components/page-indicator/variants/DotIndicator/utils.js +1 -1
- package/lib/module/components/page-indicator/variants/DotIndicator/utils.js.map +1 -1
- package/lib/module/components/page-indicator/variants/PillIndicator/PillIndicatorDot.js +1 -1
- package/lib/module/components/page-indicator/variants/PillIndicator/PillIndicatorDot.js.map +1 -1
- package/lib/module/components/page-indicator/variants/PillIndicator/index.js +5 -5
- package/lib/module/components/page-indicator/variants/PillIndicator/index.js.map +1 -1
- package/lib/module/components/page-indicator/variants/PillIndicator/utils.js +3 -3
- package/lib/module/components/portal/Portal.js +1 -1
- package/lib/module/components/portal/PortalContext.js +1 -1
- package/lib/module/components/portal/PortalHost.js +1 -1
- package/lib/module/components/portal/PortalProvider.js +1 -1
- package/lib/module/components/portal/PortalProvider.js.map +1 -1
- package/lib/module/components/screen/Screen.js +8 -8
- package/lib/module/components/screen/Screen.js.map +1 -1
- package/lib/module/components/screen/ScreenContext.js +6 -6
- package/lib/module/components/screen/ScreenContext.js.map +1 -1
- package/lib/module/components/screen/ScreenFlatList.js +3 -3
- package/lib/module/components/screen/ScreenFlatList.js.map +1 -1
- package/lib/module/components/screen/ScreenList.js +5 -5
- package/lib/module/components/screen/ScreenList.js.map +1 -1
- package/lib/module/components/screen/ScreenScrollView.js +6 -6
- package/lib/module/components/screen/ScreenScrollView.js.map +1 -1
- package/lib/module/components/screen/parts/BottomSafeArea.js +1 -1
- package/lib/module/components/screen/parts/BottomSafeArea.js.map +1 -1
- package/lib/module/components/screen/parts/ScreenPlaceholder.js +3 -3
- package/lib/module/components/screen/parts/ScreenPlaceholder.js.map +1 -1
- package/lib/module/components/screen/utils.js +3 -3
- package/lib/module/components/screen/utils.js.map +1 -1
- package/lib/module/components/slot/Slot.js +2 -2
- package/lib/module/components/slot/Slot.js.map +1 -1
- package/lib/module/components/slot/utils.js +3 -3
- package/lib/module/components/slot/utils.js.map +1 -1
- package/lib/module/components/spinner/Spinner.js +10 -10
- package/lib/module/components/spinner/Spinner.js.map +1 -1
- package/lib/module/components/surface/Surface.js +14 -14
- package/lib/module/components/surface/Surface.js.map +1 -1
- package/lib/module/components/text/Text.js +13 -13
- package/lib/module/components/text/Text.js.map +1 -1
- package/lib/module/components/toast/Toast.js +46 -46
- package/lib/module/components/toast/Toast.js.map +1 -1
- package/lib/module/components/toast/ToastProvider.js +32 -32
- package/lib/module/components/toast/ToastProvider.js.map +1 -1
- package/lib/module/components/toast/parts/ToastAnimatedItem.js +10 -10
- package/lib/module/components/toast/parts/ToastAnimatedItem.js.map +1 -1
- package/lib/module/components/toast/utils/controller.js +2 -2
- package/lib/module/components/toast/utils/controller.js.map +1 -1
- package/lib/module/components/toolbar/Toolbar.js +25 -25
- package/lib/module/components/toolbar/Toolbar.js.map +1 -1
- package/lib/module/context/ThemeProvider.js +5 -5
- package/lib/module/context/ThemeProvider.js.map +1 -1
- package/lib/module/theme/breakpoints.js.map +1 -1
- package/lib/module/theme/defaults/icons.js +11 -11
- package/lib/module/theme/defaults/icons.js.map +1 -1
- package/lib/module/theme/defaults/image.js +7 -7
- package/lib/module/theme/defaults/image.js.map +1 -1
- package/lib/module/theme/registry.js +11 -11
- package/lib/module/theme/registry.js.map +1 -1
- package/lib/module/theme/runtime.js +3 -3
- package/lib/module/theme/runtime.js.map +1 -1
- package/lib/module/theme/theme.js +9 -9
- package/lib/module/theme/theme.js.map +1 -1
- package/lib/module/theme/tokens/dark.js +67 -67
- package/lib/module/theme/tokens/light.js +67 -67
- package/lib/module/theme/tokens/primitives.js +417 -417
- package/lib/module/utils/accent-utils.js +16 -16
- package/lib/module/utils/accent-utils.js.map +1 -1
- package/lib/module/utils/color-utils.js +3 -3
- package/lib/module/utils/deep-merge.js +1 -1
- package/lib/module/utils/resolve-theme-color.js +2 -2
- package/lib/module/utils/resolve-theme-color.js.map +1 -1
- package/lib/module/utils/typography.js +5 -5
- package/lib/module/utils/typography.js.map +1 -1
- package/lib/module/utils/unflatten.js +2 -2
- package/lib/typescript/src/components/avatar/Avatar.d.ts +1 -1
- package/lib/typescript/src/components/avatar/Avatar.d.ts.map +1 -1
- package/lib/typescript/src/components/avatar/index.d.ts +2 -2
- package/lib/typescript/src/components/avatar/types.d.ts +7 -7
- package/lib/typescript/src/components/avatar/types.d.ts.map +1 -1
- package/lib/typescript/src/components/box/Box.d.ts +2 -2
- package/lib/typescript/src/components/box/Box.d.ts.map +1 -1
- package/lib/typescript/src/components/box/index.d.ts +3 -3
- package/lib/typescript/src/components/box/utils.d.ts +7 -7
- package/lib/typescript/src/components/box/utils.d.ts.map +1 -1
- package/lib/typescript/src/components/button/Button.d.ts +15 -8
- package/lib/typescript/src/components/button/Button.d.ts.map +1 -1
- package/lib/typescript/src/components/button/index.d.ts +2 -2
- package/lib/typescript/src/components/chip/Chip.d.ts +5 -5
- package/lib/typescript/src/components/chip/Chip.d.ts.map +1 -1
- package/lib/typescript/src/components/chip/index.d.ts +3 -3
- package/lib/typescript/src/components/chip/types.d.ts +3 -3
- package/lib/typescript/src/components/chip/utils.d.ts +1 -1
- package/lib/typescript/src/components/empty-state/EmptyState.d.ts +5 -5
- package/lib/typescript/src/components/empty-state/EmptyState.d.ts.map +1 -1
- package/lib/typescript/src/components/empty-state/index.d.ts +3 -3
- package/lib/typescript/src/components/empty-state/types.d.ts +1 -1
- package/lib/typescript/src/components/header/Header.d.ts +2 -2
- package/lib/typescript/src/components/header/header-buttons.d.ts +3 -3
- package/lib/typescript/src/components/header/header-buttons.d.ts.map +1 -1
- package/lib/typescript/src/components/header/index.d.ts +6 -6
- package/lib/typescript/src/components/header/parts/HeaderGradientOverlay.d.ts.map +1 -1
- package/lib/typescript/src/components/header/variants/LargeTitleHeader/index.d.ts +1 -1
- package/lib/typescript/src/components/header/variants/LargeTitleHeader/index.d.ts.map +1 -1
- package/lib/typescript/src/components/header/variants/TitleHeader/index.d.ts +4 -4
- package/lib/typescript/src/components/header/variants/TitleHeader/index.d.ts.map +1 -1
- package/lib/typescript/src/components/icon/Icon.d.ts +3 -3
- package/lib/typescript/src/components/icon/Icon.d.ts.map +1 -1
- package/lib/typescript/src/components/icon/index.d.ts +2 -2
- package/lib/typescript/src/components/image/Image.d.ts +1 -1
- package/lib/typescript/src/components/image/Image.d.ts.map +1 -1
- package/lib/typescript/src/components/image/index.d.ts +2 -2
- package/lib/typescript/src/components/image/types.d.ts +1 -1
- package/lib/typescript/src/components/index.d.ts +17 -17
- package/lib/typescript/src/components/page-indicator/PageIndicator.d.ts +10 -10
- package/lib/typescript/src/components/page-indicator/PageIndicatorRoot.d.ts +2 -2
- package/lib/typescript/src/components/page-indicator/PageIndicatorRoot.d.ts.map +1 -1
- package/lib/typescript/src/components/page-indicator/hooks/use-page-indicator-colors.d.ts +1 -1
- package/lib/typescript/src/components/page-indicator/hooks/use-page-indicator-colors.d.ts.map +1 -1
- package/lib/typescript/src/components/page-indicator/hooks/use-page-indicator-core.d.ts +3 -3
- package/lib/typescript/src/components/page-indicator/hooks/use-page-indicator-core.d.ts.map +1 -1
- package/lib/typescript/src/components/page-indicator/hooks/use-page-indicator-progress.d.ts +2 -2
- package/lib/typescript/src/components/page-indicator/hooks/use-page-indicator-progress.d.ts.map +1 -1
- package/lib/typescript/src/components/page-indicator/index.d.ts +3 -3
- package/lib/typescript/src/components/page-indicator/utils.d.ts +2 -2
- package/lib/typescript/src/components/page-indicator/utils.d.ts.map +1 -1
- package/lib/typescript/src/components/page-indicator/variants/DotIndicator/InactiveDot.d.ts +1 -1
- package/lib/typescript/src/components/page-indicator/variants/DotIndicator/InactiveDot.d.ts.map +1 -1
- package/lib/typescript/src/components/page-indicator/variants/DotIndicator/LoadingOrbit.d.ts +2 -2
- package/lib/typescript/src/components/page-indicator/variants/DotIndicator/LoadingOrbit.d.ts.map +1 -1
- package/lib/typescript/src/components/page-indicator/variants/DotIndicator/TravelingPill.d.ts +2 -2
- package/lib/typescript/src/components/page-indicator/variants/DotIndicator/TravelingPill.d.ts.map +1 -1
- package/lib/typescript/src/components/page-indicator/variants/DotIndicator/index.d.ts +3 -3
- package/lib/typescript/src/components/page-indicator/variants/DotIndicator/index.d.ts.map +1 -1
- package/lib/typescript/src/components/page-indicator/variants/DotIndicator/utils.d.ts.map +1 -1
- package/lib/typescript/src/components/page-indicator/variants/PillIndicator/PillIndicatorDot.d.ts +2 -2
- package/lib/typescript/src/components/page-indicator/variants/PillIndicator/PillIndicatorDot.d.ts.map +1 -1
- package/lib/typescript/src/components/page-indicator/variants/PillIndicator/index.d.ts +3 -3
- package/lib/typescript/src/components/page-indicator/variants/PillIndicator/index.d.ts.map +1 -1
- package/lib/typescript/src/components/page-indicator/variants/PillIndicator/utils.d.ts +1 -1
- package/lib/typescript/src/components/portal/Portal.d.ts +3 -3
- package/lib/typescript/src/components/portal/PortalContext.d.ts +1 -1
- package/lib/typescript/src/components/portal/PortalHost.d.ts +2 -2
- package/lib/typescript/src/components/portal/PortalProvider.d.ts +1 -1
- package/lib/typescript/src/components/portal/PortalProvider.d.ts.map +1 -1
- package/lib/typescript/src/components/portal/index.d.ts +7 -7
- package/lib/typescript/src/components/screen/Screen.d.ts +10 -10
- package/lib/typescript/src/components/screen/Screen.d.ts.map +1 -1
- package/lib/typescript/src/components/screen/ScreenContext.d.ts +3 -3
- package/lib/typescript/src/components/screen/ScreenContext.d.ts.map +1 -1
- package/lib/typescript/src/components/screen/ScreenFlatList.d.ts +3 -3
- package/lib/typescript/src/components/screen/ScreenFlatList.d.ts.map +1 -1
- package/lib/typescript/src/components/screen/ScreenList.d.ts +5 -5
- package/lib/typescript/src/components/screen/ScreenList.d.ts.map +1 -1
- package/lib/typescript/src/components/screen/ScreenScrollView.d.ts +5 -5
- package/lib/typescript/src/components/screen/ScreenScrollView.d.ts.map +1 -1
- package/lib/typescript/src/components/screen/index.d.ts +11 -11
- package/lib/typescript/src/components/screen/parts/BottomSafeArea.d.ts.map +1 -1
- package/lib/typescript/src/components/screen/parts/ScreenPlaceholder.d.ts +3 -3
- package/lib/typescript/src/components/screen/parts/ScreenPlaceholder.d.ts.map +1 -1
- package/lib/typescript/src/components/screen/types.d.ts +2 -2
- package/lib/typescript/src/components/screen/utils.d.ts +2 -2
- package/lib/typescript/src/components/screen/utils.d.ts.map +1 -1
- package/lib/typescript/src/components/slot/Slot.d.ts +2 -2
- package/lib/typescript/src/components/slot/Slot.d.ts.map +1 -1
- package/lib/typescript/src/components/slot/index.d.ts +3 -3
- package/lib/typescript/src/components/slot/utils.d.ts +1 -1
- package/lib/typescript/src/components/slot/utils.d.ts.map +1 -1
- package/lib/typescript/src/components/spinner/Spinner.d.ts +2 -2
- package/lib/typescript/src/components/spinner/Spinner.d.ts.map +1 -1
- package/lib/typescript/src/components/spinner/index.d.ts +2 -2
- package/lib/typescript/src/components/surface/Surface.d.ts +4 -4
- package/lib/typescript/src/components/surface/Surface.d.ts.map +1 -1
- package/lib/typescript/src/components/surface/index.d.ts +2 -2
- package/lib/typescript/src/components/text/Text.d.ts +4 -4
- package/lib/typescript/src/components/text/Text.d.ts.map +1 -1
- package/lib/typescript/src/components/text/index.d.ts +2 -2
- package/lib/typescript/src/components/toast/Toast.d.ts +18 -18
- package/lib/typescript/src/components/toast/Toast.d.ts.map +1 -1
- package/lib/typescript/src/components/toast/ToastProvider.d.ts +1 -1
- package/lib/typescript/src/components/toast/ToastProvider.d.ts.map +1 -1
- package/lib/typescript/src/components/toast/index.d.ts +4 -4
- package/lib/typescript/src/components/toast/parts/ToastAnimatedItem.d.ts +3 -3
- package/lib/typescript/src/components/toast/parts/ToastAnimatedItem.d.ts.map +1 -1
- package/lib/typescript/src/components/toast/types.d.ts +10 -10
- package/lib/typescript/src/components/toast/types.d.ts.map +1 -1
- package/lib/typescript/src/components/toast/utils/controller.d.ts +2 -2
- package/lib/typescript/src/components/toast/utils/controller.d.ts.map +1 -1
- package/lib/typescript/src/components/toolbar/Toolbar.d.ts +5 -5
- package/lib/typescript/src/components/toolbar/Toolbar.d.ts.map +1 -1
- package/lib/typescript/src/components/toolbar/index.d.ts +2 -2
- package/lib/typescript/src/context/ThemeProvider.d.ts +3 -3
- package/lib/typescript/src/context/ThemeProvider.d.ts.map +1 -1
- package/lib/typescript/src/context/index.d.ts +2 -2
- package/lib/typescript/src/index.d.ts +3 -3
- package/lib/typescript/src/theme/breakpoints.d.ts +2 -2
- package/lib/typescript/src/theme/breakpoints.d.ts.map +1 -1
- package/lib/typescript/src/theme/defaults/icons.d.ts +1 -1
- package/lib/typescript/src/theme/defaults/icons.d.ts.map +1 -1
- package/lib/typescript/src/theme/defaults/image.d.ts +1 -1
- package/lib/typescript/src/theme/defaults/image.d.ts.map +1 -1
- package/lib/typescript/src/theme/index.d.ts +14 -14
- package/lib/typescript/src/theme/registry.d.ts +2 -2
- package/lib/typescript/src/theme/registry.d.ts.map +1 -1
- package/lib/typescript/src/theme/runtime.d.ts +1 -1
- package/lib/typescript/src/theme/runtime.d.ts.map +1 -1
- package/lib/typescript/src/theme/screen-margin.d.ts +2 -2
- package/lib/typescript/src/theme/theme.d.ts +2 -2
- package/lib/typescript/src/theme/theme.d.ts.map +1 -1
- package/lib/typescript/src/theme/tokens/dark.d.ts +67 -67
- package/lib/typescript/src/theme/tokens/light.d.ts +67 -67
- package/lib/typescript/src/theme/tokens/primitives.d.ts +417 -417
- package/lib/typescript/src/theme/types.d.ts +84 -84
- package/lib/typescript/src/theme/types.d.ts.map +1 -1
- package/lib/typescript/src/utils/accent-utils.d.ts +1 -1
- package/lib/typescript/src/utils/accent-utils.d.ts.map +1 -1
- package/lib/typescript/src/utils/resolve-theme-color.d.ts +1 -1
- package/lib/typescript/src/utils/resolve-theme-color.d.ts.map +1 -1
- package/lib/typescript/src/utils/typography.d.ts +2 -2
- package/lib/typescript/src/utils/typography.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/components/avatar/Avatar.tsx +66 -71
- package/src/components/avatar/index.ts +2 -2
- package/src/components/avatar/types.ts +7 -12
- package/src/components/box/Box.tsx +7 -18
- package/src/components/box/index.ts +3 -3
- package/src/components/box/utils.ts +59 -81
- package/src/components/button/Button.tsx +119 -144
- package/src/components/button/index.ts +2 -2
- package/src/components/chip/Chip.tsx +107 -143
- package/src/components/chip/index.ts +3 -3
- package/src/components/chip/types.ts +7 -7
- package/src/components/chip/utils.ts +5 -5
- package/src/components/empty-state/EmptyState.tsx +44 -60
- package/src/components/empty-state/index.ts +3 -3
- package/src/components/empty-state/types.ts +1 -1
- package/src/components/header/Header.ts +2 -2
- package/src/components/header/header-buttons.tsx +10 -18
- package/src/components/header/index.ts +6 -6
- package/src/components/header/parts/HeaderGradientOverlay.tsx +3 -7
- package/src/components/header/variants/LargeTitleHeader/index.tsx +75 -139
- package/src/components/header/variants/TitleHeader/index.tsx +40 -62
- package/src/components/icon/Icon.tsx +31 -39
- package/src/components/icon/index.ts +2 -2
- package/src/components/image/Image.tsx +12 -10
- package/src/components/image/index.ts +2 -2
- package/src/components/image/types.ts +1 -1
- package/src/components/index.ts +17 -17
- package/src/components/page-indicator/PageIndicator.tsx +14 -14
- package/src/components/page-indicator/PageIndicatorRoot.tsx +4 -12
- package/src/components/page-indicator/hooks/use-page-indicator-colors.ts +17 -35
- package/src/components/page-indicator/hooks/use-page-indicator-core.ts +6 -8
- package/src/components/page-indicator/hooks/use-page-indicator-progress.ts +10 -30
- package/src/components/page-indicator/index.ts +3 -3
- package/src/components/page-indicator/utils.ts +20 -48
- package/src/components/page-indicator/variants/DotIndicator/InactiveDot.tsx +5 -16
- package/src/components/page-indicator/variants/DotIndicator/LoadingOrbit.tsx +21 -63
- package/src/components/page-indicator/variants/DotIndicator/TravelingPill.tsx +6 -16
- package/src/components/page-indicator/variants/DotIndicator/index.tsx +20 -38
- package/src/components/page-indicator/variants/DotIndicator/utils.ts +2 -6
- package/src/components/page-indicator/variants/PillIndicator/PillIndicatorDot.tsx +12 -50
- package/src/components/page-indicator/variants/PillIndicator/index.tsx +19 -41
- package/src/components/page-indicator/variants/PillIndicator/utils.ts +4 -4
- package/src/components/portal/Portal.tsx +4 -4
- package/src/components/portal/PortalContext.tsx +1 -1
- package/src/components/portal/PortalHost.tsx +4 -4
- package/src/components/portal/PortalProvider.tsx +24 -35
- package/src/components/portal/index.ts +7 -7
- package/src/components/screen/Screen.tsx +45 -52
- package/src/components/screen/ScreenContext.tsx +8 -17
- package/src/components/screen/ScreenFlatList.tsx +17 -36
- package/src/components/screen/ScreenList.tsx +31 -63
- package/src/components/screen/ScreenScrollView.tsx +17 -30
- package/src/components/screen/index.ts +11 -11
- package/src/components/screen/parts/BottomSafeArea.tsx +5 -6
- package/src/components/screen/parts/ScreenPlaceholder.tsx +9 -14
- package/src/components/screen/types.ts +2 -2
- package/src/components/screen/utils.ts +6 -19
- package/src/components/slot/Slot.tsx +5 -20
- package/src/components/slot/index.ts +3 -3
- package/src/components/slot/utils.ts +5 -8
- package/src/components/spinner/Spinner.tsx +19 -52
- package/src/components/spinner/index.ts +2 -2
- package/src/components/surface/Surface.tsx +34 -43
- package/src/components/surface/index.ts +2 -2
- package/src/components/text/Text.tsx +75 -85
- package/src/components/text/index.ts +2 -2
- package/src/components/toast/Toast.tsx +195 -251
- package/src/components/toast/ToastProvider.tsx +61 -136
- package/src/components/toast/index.ts +4 -4
- package/src/components/toast/parts/ToastAnimatedItem.tsx +14 -22
- package/src/components/toast/types.ts +11 -14
- package/src/components/toast/utils/controller.ts +4 -6
- package/src/components/toolbar/Toolbar.tsx +42 -61
- package/src/components/toolbar/index.ts +2 -2
- package/src/context/ThemeProvider.tsx +13 -28
- package/src/context/index.ts +2 -2
- package/src/index.tsx +3 -3
- package/src/theme/breakpoints.ts +3 -5
- package/src/theme/defaults/icons.tsx +15 -30
- package/src/theme/defaults/image.tsx +9 -14
- package/src/theme/index.ts +14 -14
- package/src/theme/registry.ts +30 -49
- package/src/theme/runtime.ts +6 -7
- package/src/theme/screen-margin.ts +3 -3
- package/src/theme/theme.ts +39 -60
- package/src/theme/tokens/dark.ts +67 -67
- package/src/theme/tokens/light.ts +67 -67
- package/src/theme/tokens/primitives.ts +417 -417
- package/src/theme/types.ts +123 -135
- package/src/utils/accent-utils.ts +21 -30
- package/src/utils/color-utils.ts +3 -3
- package/src/utils/deep-merge.ts +1 -1
- package/src/utils/resolve-theme-color.ts +8 -11
- package/src/utils/typography.ts +7 -10
- package/src/utils/unflatten.ts +2 -2
|
@@ -15,422 +15,422 @@
|
|
|
15
15
|
* hex palette, which uses different, less vivid values for the same names).
|
|
16
16
|
*/
|
|
17
17
|
export declare const primitives: {
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
18
|
+
"palette.slate.50": string;
|
|
19
|
+
"palette.slate.100": string;
|
|
20
|
+
"palette.slate.200": string;
|
|
21
|
+
"palette.slate.300": string;
|
|
22
|
+
"palette.slate.400": string;
|
|
23
|
+
"palette.slate.500": string;
|
|
24
|
+
"palette.slate.600": string;
|
|
25
|
+
"palette.slate.700": string;
|
|
26
|
+
"palette.slate.800": string;
|
|
27
|
+
"palette.slate.900": string;
|
|
28
|
+
"palette.slate.950": string;
|
|
29
|
+
"palette.emerald.50": string;
|
|
30
|
+
"palette.emerald.100": string;
|
|
31
|
+
"palette.emerald.200": string;
|
|
32
|
+
"palette.emerald.300": string;
|
|
33
|
+
"palette.emerald.400": string;
|
|
34
|
+
"palette.emerald.500": string;
|
|
35
|
+
"palette.emerald.600": string;
|
|
36
|
+
"palette.emerald.700": string;
|
|
37
|
+
"palette.emerald.800": string;
|
|
38
|
+
"palette.emerald.900": string;
|
|
39
|
+
"palette.emerald.950": string;
|
|
40
|
+
"palette.red.50": string;
|
|
41
|
+
"palette.red.100": string;
|
|
42
|
+
"palette.red.200": string;
|
|
43
|
+
"palette.red.300": string;
|
|
44
|
+
"palette.red.400": string;
|
|
45
|
+
"palette.red.500": string;
|
|
46
|
+
"palette.red.600": string;
|
|
47
|
+
"palette.red.700": string;
|
|
48
|
+
"palette.red.800": string;
|
|
49
|
+
"palette.red.900": string;
|
|
50
|
+
"palette.red.950": string;
|
|
51
|
+
"palette.amber.50": string;
|
|
52
|
+
"palette.amber.100": string;
|
|
53
|
+
"palette.amber.200": string;
|
|
54
|
+
"palette.amber.300": string;
|
|
55
|
+
"palette.amber.400": string;
|
|
56
|
+
"palette.amber.500": string;
|
|
57
|
+
"palette.amber.600": string;
|
|
58
|
+
"palette.amber.700": string;
|
|
59
|
+
"palette.amber.800": string;
|
|
60
|
+
"palette.amber.900": string;
|
|
61
|
+
"palette.amber.950": string;
|
|
62
|
+
"palette.green.50": string;
|
|
63
|
+
"palette.green.100": string;
|
|
64
|
+
"palette.green.200": string;
|
|
65
|
+
"palette.green.300": string;
|
|
66
|
+
"palette.green.400": string;
|
|
67
|
+
"palette.green.500": string;
|
|
68
|
+
"palette.green.600": string;
|
|
69
|
+
"palette.green.700": string;
|
|
70
|
+
"palette.green.800": string;
|
|
71
|
+
"palette.green.900": string;
|
|
72
|
+
"palette.green.950": string;
|
|
73
|
+
"palette.blue.50": string;
|
|
74
|
+
"palette.blue.100": string;
|
|
75
|
+
"palette.blue.200": string;
|
|
76
|
+
"palette.blue.300": string;
|
|
77
|
+
"palette.blue.400": string;
|
|
78
|
+
"palette.blue.500": string;
|
|
79
|
+
"palette.blue.600": string;
|
|
80
|
+
"palette.blue.700": string;
|
|
81
|
+
"palette.blue.800": string;
|
|
82
|
+
"palette.blue.900": string;
|
|
83
|
+
"palette.blue.950": string;
|
|
84
|
+
"palette.sky.50": string;
|
|
85
|
+
"palette.sky.100": string;
|
|
86
|
+
"palette.sky.200": string;
|
|
87
|
+
"palette.sky.300": string;
|
|
88
|
+
"palette.sky.400": string;
|
|
89
|
+
"palette.sky.500": string;
|
|
90
|
+
"palette.sky.600": string;
|
|
91
|
+
"palette.sky.700": string;
|
|
92
|
+
"palette.sky.800": string;
|
|
93
|
+
"palette.sky.900": string;
|
|
94
|
+
"palette.sky.950": string;
|
|
95
|
+
"palette.black": string;
|
|
96
|
+
"palette.white": string;
|
|
97
|
+
"palette.neutral.50": string;
|
|
98
|
+
"palette.neutral.100": string;
|
|
99
|
+
"palette.neutral.200": string;
|
|
100
|
+
"palette.neutral.300": string;
|
|
101
|
+
"palette.neutral.400": string;
|
|
102
|
+
"palette.neutral.500": string;
|
|
103
|
+
"palette.neutral.600": string;
|
|
104
|
+
"palette.neutral.700": string;
|
|
105
|
+
"palette.neutral.800": string;
|
|
106
|
+
"palette.neutral.900": string;
|
|
107
|
+
"palette.neutral.950": string;
|
|
108
|
+
"palette.gray.50": string;
|
|
109
|
+
"palette.gray.100": string;
|
|
110
|
+
"palette.gray.200": string;
|
|
111
|
+
"palette.gray.300": string;
|
|
112
|
+
"palette.gray.400": string;
|
|
113
|
+
"palette.gray.500": string;
|
|
114
|
+
"palette.gray.600": string;
|
|
115
|
+
"palette.gray.700": string;
|
|
116
|
+
"palette.gray.800": string;
|
|
117
|
+
"palette.gray.900": string;
|
|
118
|
+
"palette.gray.950": string;
|
|
119
|
+
"palette.zinc.50": string;
|
|
120
|
+
"palette.zinc.100": string;
|
|
121
|
+
"palette.zinc.200": string;
|
|
122
|
+
"palette.zinc.300": string;
|
|
123
|
+
"palette.zinc.400": string;
|
|
124
|
+
"palette.zinc.500": string;
|
|
125
|
+
"palette.zinc.600": string;
|
|
126
|
+
"palette.zinc.700": string;
|
|
127
|
+
"palette.zinc.800": string;
|
|
128
|
+
"palette.zinc.900": string;
|
|
129
|
+
"palette.zinc.950": string;
|
|
130
|
+
"palette.stone.50": string;
|
|
131
|
+
"palette.stone.100": string;
|
|
132
|
+
"palette.stone.200": string;
|
|
133
|
+
"palette.stone.300": string;
|
|
134
|
+
"palette.stone.400": string;
|
|
135
|
+
"palette.stone.500": string;
|
|
136
|
+
"palette.stone.600": string;
|
|
137
|
+
"palette.stone.700": string;
|
|
138
|
+
"palette.stone.800": string;
|
|
139
|
+
"palette.stone.900": string;
|
|
140
|
+
"palette.stone.950": string;
|
|
141
|
+
"palette.mauve.50": string;
|
|
142
|
+
"palette.mauve.100": string;
|
|
143
|
+
"palette.mauve.200": string;
|
|
144
|
+
"palette.mauve.300": string;
|
|
145
|
+
"palette.mauve.400": string;
|
|
146
|
+
"palette.mauve.500": string;
|
|
147
|
+
"palette.mauve.600": string;
|
|
148
|
+
"palette.mauve.700": string;
|
|
149
|
+
"palette.mauve.800": string;
|
|
150
|
+
"palette.mauve.900": string;
|
|
151
|
+
"palette.mauve.950": string;
|
|
152
|
+
"palette.mist.50": string;
|
|
153
|
+
"palette.mist.100": string;
|
|
154
|
+
"palette.mist.200": string;
|
|
155
|
+
"palette.mist.300": string;
|
|
156
|
+
"palette.mist.400": string;
|
|
157
|
+
"palette.mist.500": string;
|
|
158
|
+
"palette.mist.600": string;
|
|
159
|
+
"palette.mist.700": string;
|
|
160
|
+
"palette.mist.800": string;
|
|
161
|
+
"palette.mist.900": string;
|
|
162
|
+
"palette.mist.950": string;
|
|
163
|
+
"palette.olive.50": string;
|
|
164
|
+
"palette.olive.100": string;
|
|
165
|
+
"palette.olive.200": string;
|
|
166
|
+
"palette.olive.300": string;
|
|
167
|
+
"palette.olive.400": string;
|
|
168
|
+
"palette.olive.500": string;
|
|
169
|
+
"palette.olive.600": string;
|
|
170
|
+
"palette.olive.700": string;
|
|
171
|
+
"palette.olive.800": string;
|
|
172
|
+
"palette.olive.900": string;
|
|
173
|
+
"palette.olive.950": string;
|
|
174
|
+
"palette.taupe.50": string;
|
|
175
|
+
"palette.taupe.100": string;
|
|
176
|
+
"palette.taupe.200": string;
|
|
177
|
+
"palette.taupe.300": string;
|
|
178
|
+
"palette.taupe.400": string;
|
|
179
|
+
"palette.taupe.500": string;
|
|
180
|
+
"palette.taupe.600": string;
|
|
181
|
+
"palette.taupe.700": string;
|
|
182
|
+
"palette.taupe.800": string;
|
|
183
|
+
"palette.taupe.900": string;
|
|
184
|
+
"palette.taupe.950": string;
|
|
185
|
+
"palette.orange.50": string;
|
|
186
|
+
"palette.orange.100": string;
|
|
187
|
+
"palette.orange.200": string;
|
|
188
|
+
"palette.orange.300": string;
|
|
189
|
+
"palette.orange.400": string;
|
|
190
|
+
"palette.orange.500": string;
|
|
191
|
+
"palette.orange.600": string;
|
|
192
|
+
"palette.orange.700": string;
|
|
193
|
+
"palette.orange.800": string;
|
|
194
|
+
"palette.orange.900": string;
|
|
195
|
+
"palette.orange.950": string;
|
|
196
|
+
"palette.yellow.50": string;
|
|
197
|
+
"palette.yellow.100": string;
|
|
198
|
+
"palette.yellow.200": string;
|
|
199
|
+
"palette.yellow.300": string;
|
|
200
|
+
"palette.yellow.400": string;
|
|
201
|
+
"palette.yellow.500": string;
|
|
202
|
+
"palette.yellow.600": string;
|
|
203
|
+
"palette.yellow.700": string;
|
|
204
|
+
"palette.yellow.800": string;
|
|
205
|
+
"palette.yellow.900": string;
|
|
206
|
+
"palette.yellow.950": string;
|
|
207
|
+
"palette.lime.50": string;
|
|
208
|
+
"palette.lime.100": string;
|
|
209
|
+
"palette.lime.200": string;
|
|
210
|
+
"palette.lime.300": string;
|
|
211
|
+
"palette.lime.400": string;
|
|
212
|
+
"palette.lime.500": string;
|
|
213
|
+
"palette.lime.600": string;
|
|
214
|
+
"palette.lime.700": string;
|
|
215
|
+
"palette.lime.800": string;
|
|
216
|
+
"palette.lime.900": string;
|
|
217
|
+
"palette.lime.950": string;
|
|
218
|
+
"palette.teal.50": string;
|
|
219
|
+
"palette.teal.100": string;
|
|
220
|
+
"palette.teal.200": string;
|
|
221
|
+
"palette.teal.300": string;
|
|
222
|
+
"palette.teal.400": string;
|
|
223
|
+
"palette.teal.500": string;
|
|
224
|
+
"palette.teal.600": string;
|
|
225
|
+
"palette.teal.700": string;
|
|
226
|
+
"palette.teal.800": string;
|
|
227
|
+
"palette.teal.900": string;
|
|
228
|
+
"palette.teal.950": string;
|
|
229
|
+
"palette.cyan.50": string;
|
|
230
|
+
"palette.cyan.100": string;
|
|
231
|
+
"palette.cyan.200": string;
|
|
232
|
+
"palette.cyan.300": string;
|
|
233
|
+
"palette.cyan.400": string;
|
|
234
|
+
"palette.cyan.500": string;
|
|
235
|
+
"palette.cyan.600": string;
|
|
236
|
+
"palette.cyan.700": string;
|
|
237
|
+
"palette.cyan.800": string;
|
|
238
|
+
"palette.cyan.900": string;
|
|
239
|
+
"palette.cyan.950": string;
|
|
240
|
+
"palette.indigo.50": string;
|
|
241
|
+
"palette.indigo.100": string;
|
|
242
|
+
"palette.indigo.200": string;
|
|
243
|
+
"palette.indigo.300": string;
|
|
244
|
+
"palette.indigo.400": string;
|
|
245
|
+
"palette.indigo.500": string;
|
|
246
|
+
"palette.indigo.600": string;
|
|
247
|
+
"palette.indigo.700": string;
|
|
248
|
+
"palette.indigo.800": string;
|
|
249
|
+
"palette.indigo.900": string;
|
|
250
|
+
"palette.indigo.950": string;
|
|
251
|
+
"palette.violet.50": string;
|
|
252
|
+
"palette.violet.100": string;
|
|
253
|
+
"palette.violet.200": string;
|
|
254
|
+
"palette.violet.300": string;
|
|
255
|
+
"palette.violet.400": string;
|
|
256
|
+
"palette.violet.500": string;
|
|
257
|
+
"palette.violet.600": string;
|
|
258
|
+
"palette.violet.700": string;
|
|
259
|
+
"palette.violet.800": string;
|
|
260
|
+
"palette.violet.900": string;
|
|
261
|
+
"palette.violet.950": string;
|
|
262
|
+
"palette.purple.50": string;
|
|
263
|
+
"palette.purple.100": string;
|
|
264
|
+
"palette.purple.200": string;
|
|
265
|
+
"palette.purple.300": string;
|
|
266
|
+
"palette.purple.400": string;
|
|
267
|
+
"palette.purple.500": string;
|
|
268
|
+
"palette.purple.600": string;
|
|
269
|
+
"palette.purple.700": string;
|
|
270
|
+
"palette.purple.800": string;
|
|
271
|
+
"palette.purple.900": string;
|
|
272
|
+
"palette.purple.950": string;
|
|
273
|
+
"palette.fuchsia.50": string;
|
|
274
|
+
"palette.fuchsia.100": string;
|
|
275
|
+
"palette.fuchsia.200": string;
|
|
276
|
+
"palette.fuchsia.300": string;
|
|
277
|
+
"palette.fuchsia.400": string;
|
|
278
|
+
"palette.fuchsia.500": string;
|
|
279
|
+
"palette.fuchsia.600": string;
|
|
280
|
+
"palette.fuchsia.700": string;
|
|
281
|
+
"palette.fuchsia.800": string;
|
|
282
|
+
"palette.fuchsia.900": string;
|
|
283
|
+
"palette.fuchsia.950": string;
|
|
284
|
+
"palette.pink.50": string;
|
|
285
|
+
"palette.pink.100": string;
|
|
286
|
+
"palette.pink.200": string;
|
|
287
|
+
"palette.pink.300": string;
|
|
288
|
+
"palette.pink.400": string;
|
|
289
|
+
"palette.pink.500": string;
|
|
290
|
+
"palette.pink.600": string;
|
|
291
|
+
"palette.pink.700": string;
|
|
292
|
+
"palette.pink.800": string;
|
|
293
|
+
"palette.pink.900": string;
|
|
294
|
+
"palette.pink.950": string;
|
|
295
|
+
"palette.rose.50": string;
|
|
296
|
+
"palette.rose.100": string;
|
|
297
|
+
"palette.rose.200": string;
|
|
298
|
+
"palette.rose.300": string;
|
|
299
|
+
"palette.rose.400": string;
|
|
300
|
+
"palette.rose.500": string;
|
|
301
|
+
"palette.rose.600": string;
|
|
302
|
+
"palette.rose.700": string;
|
|
303
|
+
"palette.rose.800": string;
|
|
304
|
+
"palette.rose.900": string;
|
|
305
|
+
"palette.rose.950": string;
|
|
306
|
+
"spacing.base": number;
|
|
307
|
+
"elevation.none.shadowOpacity": number;
|
|
308
|
+
"elevation.none.shadowRadius": number;
|
|
309
|
+
"elevation.none.shadowOffset.width": number;
|
|
310
|
+
"elevation.none.shadowOffset.height": number;
|
|
311
|
+
"elevation.none.elevation": number;
|
|
312
|
+
"elevation.xs.shadowOpacity": number;
|
|
313
|
+
"elevation.xs.shadowRadius": number;
|
|
314
|
+
"elevation.xs.shadowOffset.width": number;
|
|
315
|
+
"elevation.xs.shadowOffset.height": number;
|
|
316
|
+
"elevation.xs.elevation": number;
|
|
317
|
+
"elevation.sm.shadowOpacity": number;
|
|
318
|
+
"elevation.sm.shadowRadius": number;
|
|
319
|
+
"elevation.sm.shadowOffset.width": number;
|
|
320
|
+
"elevation.sm.shadowOffset.height": number;
|
|
321
|
+
"elevation.sm.elevation": number;
|
|
322
|
+
"elevation.md.shadowOpacity": number;
|
|
323
|
+
"elevation.md.shadowRadius": number;
|
|
324
|
+
"elevation.md.shadowOffset.width": number;
|
|
325
|
+
"elevation.md.shadowOffset.height": number;
|
|
326
|
+
"elevation.md.elevation": number;
|
|
327
|
+
"elevation.lg.shadowOpacity": number;
|
|
328
|
+
"elevation.lg.shadowRadius": number;
|
|
329
|
+
"elevation.lg.shadowOffset.width": number;
|
|
330
|
+
"elevation.lg.shadowOffset.height": number;
|
|
331
|
+
"elevation.lg.elevation": number;
|
|
332
|
+
"elevation.xl.shadowOpacity": number;
|
|
333
|
+
"elevation.xl.shadowRadius": number;
|
|
334
|
+
"elevation.xl.shadowOffset.width": number;
|
|
335
|
+
"elevation.xl.shadowOffset.height": number;
|
|
336
|
+
"elevation.xl.elevation": number;
|
|
337
|
+
"radius.base": number;
|
|
338
|
+
"typography.fonts.regular": string;
|
|
339
|
+
"typography.fonts.medium": string;
|
|
340
|
+
"typography.fonts.semibold": string;
|
|
341
|
+
"typography.fonts.bold": string;
|
|
342
|
+
"typography.variants.display-lg.fontSize": number;
|
|
343
|
+
"typography.variants.display-lg.lineHeight": number;
|
|
344
|
+
"typography.variants.display-lg.fontWeight": string;
|
|
345
|
+
"typography.variants.display-lg.letterSpacing": number;
|
|
346
|
+
"typography.variants.display-lg.maxFontSizeMultiplier": number;
|
|
347
|
+
"typography.variants.display-md.fontSize": number;
|
|
348
|
+
"typography.variants.display-md.lineHeight": number;
|
|
349
|
+
"typography.variants.display-md.fontWeight": string;
|
|
350
|
+
"typography.variants.display-md.letterSpacing": number;
|
|
351
|
+
"typography.variants.display-md.maxFontSizeMultiplier": number;
|
|
352
|
+
"typography.variants.display-sm.fontSize": number;
|
|
353
|
+
"typography.variants.display-sm.lineHeight": number;
|
|
354
|
+
"typography.variants.display-sm.fontWeight": string;
|
|
355
|
+
"typography.variants.display-sm.letterSpacing": number;
|
|
356
|
+
"typography.variants.display-sm.maxFontSizeMultiplier": number;
|
|
357
|
+
"typography.variants.headline-lg.fontSize": number;
|
|
358
|
+
"typography.variants.headline-lg.lineHeight": number;
|
|
359
|
+
"typography.variants.headline-lg.fontWeight": string;
|
|
360
|
+
"typography.variants.headline-lg.letterSpacing": number;
|
|
361
|
+
"typography.variants.headline-lg.maxFontSizeMultiplier": number;
|
|
362
|
+
"typography.variants.headline-md.fontSize": number;
|
|
363
|
+
"typography.variants.headline-md.lineHeight": number;
|
|
364
|
+
"typography.variants.headline-md.fontWeight": string;
|
|
365
|
+
"typography.variants.headline-md.letterSpacing": number;
|
|
366
|
+
"typography.variants.headline-md.maxFontSizeMultiplier": number;
|
|
367
|
+
"typography.variants.headline-sm.fontSize": number;
|
|
368
|
+
"typography.variants.headline-sm.lineHeight": number;
|
|
369
|
+
"typography.variants.headline-sm.fontWeight": string;
|
|
370
|
+
"typography.variants.headline-sm.letterSpacing": number;
|
|
371
|
+
"typography.variants.headline-sm.maxFontSizeMultiplier": number;
|
|
372
|
+
"typography.variants.title-lg.fontSize": number;
|
|
373
|
+
"typography.variants.title-lg.lineHeight": number;
|
|
374
|
+
"typography.variants.title-lg.fontWeight": string;
|
|
375
|
+
"typography.variants.title-lg.letterSpacing": number;
|
|
376
|
+
"typography.variants.title-lg.maxFontSizeMultiplier": number;
|
|
377
|
+
"typography.variants.title-md.fontSize": number;
|
|
378
|
+
"typography.variants.title-md.lineHeight": number;
|
|
379
|
+
"typography.variants.title-md.fontWeight": string;
|
|
380
|
+
"typography.variants.title-md.letterSpacing": number;
|
|
381
|
+
"typography.variants.title-md.maxFontSizeMultiplier": number;
|
|
382
|
+
"typography.variants.title-sm.fontSize": number;
|
|
383
|
+
"typography.variants.title-sm.lineHeight": number;
|
|
384
|
+
"typography.variants.title-sm.fontWeight": string;
|
|
385
|
+
"typography.variants.title-sm.letterSpacing": number;
|
|
386
|
+
"typography.variants.title-sm.maxFontSizeMultiplier": number;
|
|
387
|
+
"typography.variants.body-lg.fontSize": number;
|
|
388
|
+
"typography.variants.body-lg.lineHeight": number;
|
|
389
|
+
"typography.variants.body-lg.fontWeight": string;
|
|
390
|
+
"typography.variants.body-lg.letterSpacing": number;
|
|
391
|
+
"typography.variants.body-lg.maxFontSizeMultiplier": number;
|
|
392
|
+
"typography.variants.body-md.fontSize": number;
|
|
393
|
+
"typography.variants.body-md.lineHeight": number;
|
|
394
|
+
"typography.variants.body-md.fontWeight": string;
|
|
395
|
+
"typography.variants.body-md.letterSpacing": number;
|
|
396
|
+
"typography.variants.body-md.maxFontSizeMultiplier": number;
|
|
397
|
+
"typography.variants.body-sm.fontSize": number;
|
|
398
|
+
"typography.variants.body-sm.lineHeight": number;
|
|
399
|
+
"typography.variants.body-sm.fontWeight": string;
|
|
400
|
+
"typography.variants.body-sm.letterSpacing": number;
|
|
401
|
+
"typography.variants.body-sm.maxFontSizeMultiplier": number;
|
|
402
|
+
"typography.variants.label-lg.fontSize": number;
|
|
403
|
+
"typography.variants.label-lg.lineHeight": number;
|
|
404
|
+
"typography.variants.label-lg.fontWeight": string;
|
|
405
|
+
"typography.variants.label-lg.letterSpacing": number;
|
|
406
|
+
"typography.variants.label-lg.maxFontSizeMultiplier": number;
|
|
407
|
+
"typography.variants.label-md.fontSize": number;
|
|
408
|
+
"typography.variants.label-md.lineHeight": number;
|
|
409
|
+
"typography.variants.label-md.fontWeight": string;
|
|
410
|
+
"typography.variants.label-md.letterSpacing": number;
|
|
411
|
+
"typography.variants.label-md.maxFontSizeMultiplier": number;
|
|
412
|
+
"typography.variants.label-sm.fontSize": number;
|
|
413
|
+
"typography.variants.label-sm.lineHeight": number;
|
|
414
|
+
"typography.variants.label-sm.fontWeight": string;
|
|
415
|
+
"typography.variants.label-sm.letterSpacing": number;
|
|
416
|
+
"typography.variants.label-sm.maxFontSizeMultiplier": number;
|
|
417
|
+
"typography.variants.caption.fontSize": number;
|
|
418
|
+
"typography.variants.caption.lineHeight": number;
|
|
419
|
+
"typography.variants.caption.fontWeight": string;
|
|
420
|
+
"typography.variants.caption.letterSpacing": number;
|
|
421
|
+
"typography.variants.caption.maxFontSizeMultiplier": number;
|
|
422
|
+
"opacity.disabled": number;
|
|
423
|
+
"opacity.pressed": number;
|
|
424
|
+
"layout.screen.margin.x.xs": number;
|
|
425
|
+
"layout.screen.margin.x.sm": number;
|
|
426
|
+
"layout.screen.margin.x.md": number;
|
|
427
|
+
"layout.screen.margin.x.lg": number;
|
|
428
|
+
"layout.screen.margin.x.xl": number;
|
|
429
|
+
"layout.screen.margin.y.xs": number;
|
|
430
|
+
"layout.screen.margin.y.sm": number;
|
|
431
|
+
"layout.screen.margin.y.md": number;
|
|
432
|
+
"layout.screen.margin.y.lg": number;
|
|
433
|
+
"layout.screen.margin.y.xl": number;
|
|
434
|
+
"layout.header.height": number;
|
|
435
435
|
};
|
|
436
436
|
//# sourceMappingURL=primitives.d.ts.map
|