@yahoo/uds 3.125.0 → 3.126.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/dist/automated-config/dist/generated/autoVariants.cjs +35 -0
- package/dist/automated-config/dist/generated/autoVariants.d.cts +7 -0
- package/dist/automated-config/dist/generated/autoVariants.d.ts +7 -0
- package/dist/automated-config/dist/generated/autoVariants.js +35 -0
- package/dist/automated-config/dist/generated/generatedConfigs.cjs +1493 -0
- package/dist/automated-config/dist/generated/generatedConfigs.d.cts +222 -1
- package/dist/automated-config/dist/generated/generatedConfigs.d.ts +222 -1
- package/dist/automated-config/dist/generated/generatedConfigs.js +1493 -1
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.cjs +314 -0
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.d.cts +2 -1
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.d.ts +2 -1
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.js +314 -0
- package/dist/automated-config/dist/utils/getConfigVariantProperties.d.cts +2 -2
- package/dist/automated-config/dist/utils/getConfigVariantProperties.d.ts +2 -2
- package/dist/components/Banner/Banner.cjs +167 -0
- package/dist/components/Banner/Banner.d.cts +56 -0
- package/dist/components/Banner/Banner.d.ts +56 -0
- package/dist/components/Banner/Banner.js +165 -0
- package/dist/components/Banner/BannerContent.cjs +20 -0
- package/dist/components/Banner/BannerContent.d.cts +13 -0
- package/dist/components/Banner/BannerContent.d.ts +13 -0
- package/dist/components/Banner/BannerContent.js +18 -0
- package/dist/components/Banner/BannerDescription.cjs +47 -0
- package/dist/components/Banner/BannerDescription.d.cts +36 -0
- package/dist/components/Banner/BannerDescription.d.ts +36 -0
- package/dist/components/Banner/BannerDescription.js +45 -0
- package/dist/components/Banner/BannerTitle.cjs +42 -0
- package/dist/components/Banner/BannerTitle.d.cts +34 -0
- package/dist/components/Banner/BannerTitle.d.ts +34 -0
- package/dist/components/Banner/BannerTitle.js +40 -0
- package/dist/components/Banner/index.cjs +11 -0
- package/dist/components/Banner/index.d.cts +6 -0
- package/dist/components/Banner/index.d.ts +6 -0
- package/dist/components/Banner/index.js +7 -0
- package/dist/components/Banner/utils.cjs +56 -0
- package/dist/components/Banner/utils.d.cts +26 -0
- package/dist/components/Banner/utils.d.ts +26 -0
- package/dist/components/Banner/utils.js +52 -0
- package/dist/components/Divider/DividerCore.cjs +1 -1
- package/dist/components/Divider/DividerCore.js +1 -1
- package/dist/components/FormLabel.cjs +4 -2
- package/dist/components/FormLabel.d.cts +2 -17
- package/dist/components/FormLabel.d.ts +2 -17
- package/dist/components/FormLabel.js +4 -2
- package/dist/components/Image.cjs +4 -2
- package/dist/components/Image.d.cts +2 -61
- package/dist/components/Image.d.ts +2 -61
- package/dist/components/Image.js +4 -2
- package/dist/components/client/Avatar/AvatarIcon.cjs +2 -2
- package/dist/components/client/Avatar/AvatarIcon.js +2 -2
- package/dist/components/client/Avatar/AvatarImage.cjs +1 -0
- package/dist/components/client/Avatar/AvatarImage.js +1 -0
- package/dist/components/client/Avatar/AvatarText.cjs +1 -1
- package/dist/components/client/Avatar/AvatarText.js +1 -1
- package/dist/components/client/Badge.cjs +1 -1
- package/dist/components/client/Badge.js +1 -1
- package/dist/components/client/BottomSheet/BottomSheetHeader.cjs +1 -1
- package/dist/components/client/BottomSheet/BottomSheetHeader.js +1 -1
- package/dist/components/client/Button.cjs +1 -1
- package/dist/components/client/Button.js +1 -1
- package/dist/components/client/Checkbox.cjs +4 -3
- package/dist/components/client/Checkbox.js +4 -3
- package/dist/components/client/Chip/ChipBase.cjs +2 -2
- package/dist/components/client/Chip/ChipBase.js +2 -2
- package/dist/components/client/Chip/ChipDismissible.cjs +2 -2
- package/dist/components/client/Chip/ChipDismissible.js +2 -2
- package/dist/components/client/IconButton.cjs +1 -1
- package/dist/components/client/IconButton.js +1 -1
- package/dist/components/client/Input/Input.cjs +3 -2
- package/dist/components/client/Input/Input.js +3 -2
- package/dist/components/client/Input/InputHelpTextInternal.cjs +4 -3
- package/dist/components/client/Input/InputHelpTextInternal.d.cts +1 -14
- package/dist/components/client/Input/InputHelpTextInternal.d.ts +1 -14
- package/dist/components/client/Input/InputHelpTextInternal.js +5 -4
- package/dist/components/client/Menu/Menu.ItemBase.cjs +2 -2
- package/dist/components/client/Menu/Menu.ItemBase.js +2 -2
- package/dist/components/client/Menu/Menu.ItemCheckbox.cjs +1 -1
- package/dist/components/client/Menu/Menu.ItemCheckbox.d.cts +1 -1
- package/dist/components/client/Menu/Menu.ItemCheckbox.d.ts +1 -1
- package/dist/components/client/Menu/Menu.ItemCheckbox.js +1 -1
- package/dist/components/client/Popover/PopoverContent.cjs +3 -3
- package/dist/components/client/Popover/PopoverContent.js +3 -3
- package/dist/components/client/Radio/Radio.cjs +2 -1
- package/dist/components/client/Radio/Radio.js +2 -1
- package/dist/components/client/Switch.cjs +4 -4
- package/dist/components/client/Switch.js +4 -4
- package/dist/components/client/Toast/Toast.cjs +3 -3
- package/dist/components/client/Toast/Toast.js +3 -3
- package/dist/components/client/Toast/UDSToastConfigProvider.d.cts +5 -5
- package/dist/components/client/Toast/UDSToastConfigProvider.d.ts +5 -5
- package/dist/components/client/Tooltip/TooltipContent.cjs +2 -2
- package/dist/components/client/Tooltip/TooltipContent.js +2 -2
- package/dist/components/client/index.cjs +1 -1
- package/dist/components/client/index.js +1 -1
- package/dist/components/experimental/Spinner.cjs +1 -1
- package/dist/components/experimental/Spinner.js +1 -1
- package/dist/components/experimental/Table.cjs +1 -1
- package/dist/components/experimental/Table.js +1 -1
- package/dist/components/experimental/client/Accordion.cjs +4 -4
- package/dist/components/experimental/client/Accordion.js +4 -4
- package/dist/components/experimental/client/Modal.cjs +2 -2
- package/dist/components/experimental/client/Modal.js +2 -2
- package/dist/components/experimental/client/SegmentedControl.cjs +3 -3
- package/dist/components/experimental/client/SegmentedControl.d.cts +1 -2
- package/dist/components/experimental/client/SegmentedControl.js +3 -3
- package/dist/components/experimental/client/SwitchV2.cjs +1 -1
- package/dist/components/experimental/client/SwitchV2.js +1 -1
- package/dist/components/experimental/client/Tabs.cjs +2 -2
- package/dist/components/experimental/client/Tabs.js +2 -2
- package/dist/components/index.cjs +15 -3
- package/dist/components/index.d.cts +6 -1
- package/dist/components/index.d.ts +6 -1
- package/dist/components/index.js +12 -4
- package/dist/config/dist/index.cjs +381 -46
- package/dist/config/dist/index.js +381 -46
- package/dist/index.cjs +12 -3
- package/dist/index.d.cts +7 -3
- package/dist/index.d.ts +7 -3
- package/dist/index.js +9 -5
- package/dist/styles/styler.d.cts +100 -93
- package/dist/styles/styler.d.ts +100 -93
- package/dist/styles/variants.d.cts +45 -0
- package/dist/styles/variants.d.ts +45 -0
- package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.cjs +35 -0
- package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.js +35 -0
- package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.js.map +1 -1
- package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.cjs +1493 -0
- package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.js +1493 -1
- package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.js.map +1 -1
- package/dist/tailwind/dist/config/dist/index.cjs +381 -46
- package/dist/tailwind/dist/config/dist/index.js +381 -46
- package/dist/tailwind/dist/config/dist/index.js.map +1 -1
- package/dist/tailwind/dist/tailwind/plugins/components.cjs +1 -0
- package/dist/tailwind/dist/tailwind/plugins/components.js +2 -1
- package/dist/tailwind/dist/tailwind/plugins/components.js.map +1 -1
- package/dist/tailwind/dist/types/dist/index.d.cts.map +1 -1
- package/dist/tailwind/dist/types/dist/index.d.ts.map +1 -1
- package/dist/tokens/automation/configs/index.cjs +1 -0
- package/dist/tokens/automation/configs/index.d.cts +2 -2
- package/dist/tokens/automation/configs/index.d.ts +2 -2
- package/dist/tokens/automation/configs/index.js +2 -2
- package/dist/tokens/automation/index.cjs +1 -0
- package/dist/tokens/automation/index.d.cts +2 -2
- package/dist/tokens/automation/index.d.ts +2 -2
- package/dist/tokens/automation/index.js +2 -2
- package/dist/tokens/index.cjs +1 -0
- package/dist/tokens/index.d.cts +3 -3
- package/dist/tokens/index.d.ts +3 -3
- package/dist/tokens/index.js +2 -2
- package/dist/tokens/types.d.cts +2 -2
- package/dist/tokens/types.d.ts +2 -2
- package/dist/types/dist/index.d.cts +19 -1
- package/dist/types/dist/index.d.ts +19 -1
- package/dist/uds/generated/componentData.cjs +1486 -1338
- package/dist/uds/generated/componentData.js +1465 -1341
- package/dist/uds/generated/tailwindPurge.cjs +28 -1
- package/dist/uds/generated/tailwindPurge.js +28 -1
- package/generated/componentData.json +1916 -1765
- package/generated/tailwindPurge.ts +4 -4
- package/package.json +1 -1
- package/dist/uds/dist/automated-config/dist/generated/universalTokensConfigAuto.d.cts +0 -2
- package/dist/uds/dist/automated-config/dist/properties.d.cts +0 -5
- package/dist/uds/dist/automated-config/dist/types/ComponentConfig.d.cts +0 -3
- package/dist/uds/dist/automated-config/dist/types/ComponentStyles.d.cts +0 -2
- package/dist/uds/dist/automated-config/dist/types/ConfigSchema.d.cts +0 -2
- package/dist/uds/dist/automated-config/dist/utils/buildConfigSchema.d.cts +0 -7
- package/dist/uds/dist/automated-config/dist/utils/coalesceConfigVariant.d.cts +0 -2
- package/dist/uds/dist/automated-config/dist/utils/defaults.d.cts +0 -2
- package/dist/uds/dist/automated-config/dist/utils/getConfigVariantComponentStatesMatrix.d.cts +0 -2
- package/dist/uds/dist/automated-config/dist/utils/getConfigVariantProperties.d.cts +0 -3
- package/dist/uds/dist/automated-config/dist/utils/getConfigVariantPseudoStates.d.cts +0 -3
- package/dist/uds/dist/automated-config/dist/utils/getConfigVariants.d.cts +0 -2
- package/dist/uds/dist/automated-config/dist/utils/index.d.cts +0 -12
- package/dist/uds/dist/automated-config/dist/utils/subcomponents.d.cts +0 -2
- package/dist/uds/dist/components/Box.d.cts +0 -4
- package/dist/uds/dist/components/Divider/Divider.d.cts +0 -3
- package/dist/uds/dist/components/Divider/DividerCore.d.cts +0 -5
- package/dist/uds/dist/components/Divider/DividerInternal.d.cts +0 -5
- package/dist/uds/dist/components/Divider/index.d.cts +0 -2
- package/dist/uds/dist/components/FormLabel.d.cts +0 -4
- package/dist/uds/dist/components/HStack.d.cts +0 -5
- package/dist/uds/dist/components/Icon.d.cts +0 -4
- package/dist/uds/dist/components/Image.d.cts +0 -3
- package/dist/uds/dist/components/Link.d.cts +0 -4
- package/dist/uds/dist/components/Scrim.d.cts +0 -3
- package/dist/uds/dist/components/Text.d.cts +0 -4
- package/dist/uds/dist/components/VStack.d.cts +0 -5
- package/dist/uds/dist/components/client/Avatar/Avatar.d.cts +0 -5
- package/dist/uds/dist/components/client/Avatar/AvatarIcon.d.cts +0 -7
- package/dist/uds/dist/components/client/Avatar/AvatarImage.d.cts +0 -9
- package/dist/uds/dist/components/client/Avatar/AvatarText.d.cts +0 -7
- package/dist/uds/dist/components/client/Avatar/index.d.cts +0 -7
- package/dist/uds/dist/components/client/Badge.d.cts +0 -6
- package/dist/uds/dist/components/client/BottomSheet/BottomSheet.d.cts +0 -7
- package/dist/uds/dist/components/client/BottomSheet/BottomSheetContent.d.cts +0 -4
- package/dist/uds/dist/components/client/BottomSheet/BottomSheetHeader.d.cts +0 -4
- package/dist/uds/dist/components/client/BottomSheet/BottomSheetProvider.d.cts +0 -5
- package/dist/uds/dist/components/client/BottomSheet/UDSBottomSheetConfigProvider.d.cts +0 -5
- package/dist/uds/dist/components/client/BottomSheet/index.d.cts +0 -9
- package/dist/uds/dist/components/client/BottomSheet/useBottomSheetStore.d.cts +0 -4
- package/dist/uds/dist/components/client/Button.d.cts +0 -7
- package/dist/uds/dist/components/client/Checkbox.d.cts +0 -6
- package/dist/uds/dist/components/client/Chip/Chip.d.cts +0 -7
- package/dist/uds/dist/components/client/Chip/ChipBase.d.cts +0 -8
- package/dist/uds/dist/components/client/Chip/ChipButton.d.cts +0 -7
- package/dist/uds/dist/components/client/Chip/ChipDismissible.d.cts +0 -7
- package/dist/uds/dist/components/client/Chip/ChipLink.d.cts +0 -7
- package/dist/uds/dist/components/client/Chip/ChipToggle.d.cts +0 -7
- package/dist/uds/dist/components/client/Chip/index.d.cts +0 -8
- package/dist/uds/dist/components/client/IconButton.d.cts +0 -7
- package/dist/uds/dist/components/client/Input/Input.d.cts +0 -9
- package/dist/uds/dist/components/client/Input/InputHelpText.d.cts +0 -4
- package/dist/uds/dist/components/client/Input/InputHelpTextInternal.d.cts +0 -8
- package/dist/uds/dist/components/client/Input/index.d.cts +0 -5
- package/dist/uds/dist/components/client/Menu/Menu.Content.d.cts +0 -8
- package/dist/uds/dist/components/client/Menu/Menu.Divider.d.cts +0 -5
- package/dist/uds/dist/components/client/Menu/Menu.Item.d.cts +0 -8
- package/dist/uds/dist/components/client/Menu/Menu.ItemCheckbox.d.cts +0 -8
- package/dist/uds/dist/components/client/Menu/Menu.Provider.d.cts +0 -5
- package/dist/uds/dist/components/client/Menu/Menu.Trigger.d.cts +0 -7
- package/dist/uds/dist/components/client/Menu/Menu.d.cts +0 -4
- package/dist/uds/dist/components/client/Menu/Menu.index.d.cts +0 -11
- package/dist/uds/dist/components/client/Menu/index.d.cts +0 -11
- package/dist/uds/dist/components/client/Popover/Popover.d.cts +0 -4
- package/dist/uds/dist/components/client/Popover/PopoverContent.d.cts +0 -7
- package/dist/uds/dist/components/client/Popover/PopoverTrigger.d.cts +0 -4
- package/dist/uds/dist/components/client/Popover/UDSPopoverConfigProvider.d.cts +0 -6
- package/dist/uds/dist/components/client/Popover/index.d.cts +0 -8
- package/dist/uds/dist/components/client/Pressable.d.cts +0 -6
- package/dist/uds/dist/components/client/Radio/Radio.d.cts +0 -6
- package/dist/uds/dist/components/client/Radio/RadioGroupProvider.d.cts +0 -6
- package/dist/uds/dist/components/client/Radio/index.d.cts +0 -5
- package/dist/uds/dist/components/client/SpringMotionConfig.d.cts +0 -7
- package/dist/uds/dist/components/client/Switch.d.cts +0 -6
- package/dist/uds/dist/components/client/Toast/Toast.d.cts +0 -10
- package/dist/uds/dist/components/client/Toast/ToastContainer.d.cts +0 -8
- package/dist/uds/dist/components/client/Toast/ToastPortal.d.cts +0 -5
- package/dist/uds/dist/components/client/Toast/UDSToastConfigProvider.d.cts +0 -7
- package/dist/uds/dist/components/client/Toast/createToast.d.cts +0 -8
- package/dist/uds/dist/components/client/Toast/index.d.cts +0 -8
- package/dist/uds/dist/components/client/Tooltip/Tooltip.d.cts +0 -4
- package/dist/uds/dist/components/client/Tooltip/TooltipContent.d.cts +0 -5
- package/dist/uds/dist/components/client/Tooltip/TooltipTrigger.d.cts +0 -4
- package/dist/uds/dist/components/client/Tooltip/UDSTooltipConfigProvider.d.cts +0 -7
- package/dist/uds/dist/components/client/Tooltip/index.d.cts +0 -8
- package/dist/uds/dist/components/client/index.d.cts +0 -61
- package/dist/uds/dist/components/client/providers/UDSBreakpointsConfigProvider.d.cts +0 -6
- package/dist/uds/dist/components/client/providers/UDSConfigProvider.d.cts +0 -5
- package/dist/uds/dist/components/index.d.cts +0 -61
- package/dist/uds/dist/config/dist/index.d.cts +0 -4
- package/dist/uds/dist/css-tokens/dist/index.d.cts +0 -2
- package/dist/uds/dist/fixtures/dist/index.d.cts +0 -2
- package/dist/uds/dist/fonts/dist/index.d.cts +0 -2
- package/dist/uds/dist/index.d.cts +0 -93
- package/dist/uds/dist/modes/dist/index.d.cts +0 -2
- package/dist/uds/dist/runtime/bottomSheetConfig.d.cts +0 -3
- package/dist/uds/dist/runtime/breakpointsConfig.d.cts +0 -4
- package/dist/uds/dist/runtime/index.d.cts +0 -7
- package/dist/uds/dist/runtime/popoverConfig.d.cts +0 -5
- package/dist/uds/dist/runtime/toastConfig.d.cts +0 -4
- package/dist/uds/dist/runtime/tooltipConfig.d.cts +0 -5
- package/dist/uds/dist/runtime/udsConfig.d.cts +0 -8
- package/dist/uds/dist/styles/styler.d.cts +0 -2
- package/dist/uds/dist/styles/stylerTypes.d.cts +0 -3
- package/dist/uds/dist/tailwind/dist/config/dist/index.d.cts +0 -2
- package/dist/uds/dist/tailwind/dist/index.d.cts +0 -3
- package/dist/uds/dist/tailwind/dist/tailwind/components/getResponsiveTextStyles.d.cts +0 -2
- package/dist/uds/dist/tailwind/dist/utils/parseTokens.d.cts +0 -2
- package/dist/uds/dist/tokens/automation/index.d.cts +0 -10
- package/dist/uds/dist/tokens/configs/shadow.d.cts +0 -3
- package/dist/uds/dist/tokens/consts/cssTokens.d.cts +0 -2
- package/dist/uds/dist/tokens/consts/defaultModes.d.cts +0 -2
- package/dist/uds/dist/tokens/consts/fontDeclarationsMap.d.cts +0 -2
- package/dist/uds/dist/tokens/index.d.cts +0 -28
- package/dist/uds/dist/tokens/parseButtonVariants.d.cts +0 -3
- package/dist/uds/dist/tokens/types.d.cts +0 -9
- package/dist/uds/dist/tokens/utils/getFontUrls.d.cts +0 -4
- package/dist/uds/dist/tokens/utils/spectrum.d.cts +0 -3
- package/dist/uds/dist/types/dist/index.d.cts +0 -11
- package/dist/uds/dist/types.d.cts +0 -2
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*! © 2026 Yahoo, Inc. UDS v0.0.0-development */
|
|
2
2
|
//#region ../config/dist/index.js
|
|
3
3
|
/*! © 2026 Yahoo, Inc. UDS Default Config v0.0.0-development */
|
|
4
|
-
const LATEST_MIGRATION_VERSION = "v0.
|
|
4
|
+
const LATEST_MIGRATION_VERSION = "v0.89.0";
|
|
5
5
|
/**
|
|
6
6
|
* NOTE: If you're building a feature with a migration,
|
|
7
7
|
* this type will likely throw. You can regenerate yosConfig
|
|
@@ -84,12 +84,12 @@ const defaultTokensConfig = {
|
|
|
84
84
|
valueType: "alias"
|
|
85
85
|
} }
|
|
86
86
|
},
|
|
87
|
-
"size/
|
|
87
|
+
"size/2xl/icon": { iconSize: { rest: {
|
|
88
88
|
type: "iconSizes",
|
|
89
89
|
value: "lg",
|
|
90
90
|
valueType: "alias"
|
|
91
91
|
} } },
|
|
92
|
-
"size/
|
|
92
|
+
"size/2xl/root": {
|
|
93
93
|
borderWidth: { rest: {
|
|
94
94
|
type: "borderWidths",
|
|
95
95
|
value: "thin",
|
|
@@ -97,26 +97,26 @@ const defaultTokensConfig = {
|
|
|
97
97
|
} },
|
|
98
98
|
height: { rest: {
|
|
99
99
|
type: "spacingAliases",
|
|
100
|
-
value: "
|
|
100
|
+
value: "20",
|
|
101
101
|
valueType: "alias"
|
|
102
102
|
} },
|
|
103
103
|
textVariant: { rest: {
|
|
104
104
|
type: "textVariants",
|
|
105
|
-
value: "
|
|
105
|
+
value: "title3",
|
|
106
106
|
valueType: "alias"
|
|
107
107
|
} },
|
|
108
108
|
width: { rest: {
|
|
109
109
|
type: "spacingAliases",
|
|
110
|
-
value: "
|
|
110
|
+
value: "20",
|
|
111
111
|
valueType: "alias"
|
|
112
112
|
} }
|
|
113
113
|
},
|
|
114
|
-
"size/
|
|
114
|
+
"size/2xs/icon": { iconSize: { rest: {
|
|
115
115
|
type: "iconSizes",
|
|
116
|
-
value: "
|
|
116
|
+
value: "xs",
|
|
117
117
|
valueType: "alias"
|
|
118
118
|
} } },
|
|
119
|
-
"size/
|
|
119
|
+
"size/2xs/root": {
|
|
120
120
|
borderWidth: { rest: {
|
|
121
121
|
type: "borderWidths",
|
|
122
122
|
value: "thin",
|
|
@@ -124,26 +124,26 @@ const defaultTokensConfig = {
|
|
|
124
124
|
} },
|
|
125
125
|
height: { rest: {
|
|
126
126
|
type: "spacingAliases",
|
|
127
|
-
value: "
|
|
127
|
+
value: "5",
|
|
128
128
|
valueType: "alias"
|
|
129
129
|
} },
|
|
130
130
|
textVariant: { rest: {
|
|
131
131
|
type: "textVariants",
|
|
132
|
-
value: "
|
|
132
|
+
value: "legal1",
|
|
133
133
|
valueType: "alias"
|
|
134
134
|
} },
|
|
135
135
|
width: { rest: {
|
|
136
136
|
type: "spacingAliases",
|
|
137
|
-
value: "
|
|
137
|
+
value: "5",
|
|
138
138
|
valueType: "alias"
|
|
139
139
|
} }
|
|
140
140
|
},
|
|
141
|
-
"size/
|
|
141
|
+
"size/3xl/icon": { iconSize: { rest: {
|
|
142
142
|
type: "iconSizes",
|
|
143
|
-
value: "
|
|
143
|
+
value: "lg",
|
|
144
144
|
valueType: "alias"
|
|
145
145
|
} } },
|
|
146
|
-
"size/
|
|
146
|
+
"size/3xl/root": {
|
|
147
147
|
borderWidth: { rest: {
|
|
148
148
|
type: "borderWidths",
|
|
149
149
|
value: "thin",
|
|
@@ -151,26 +151,26 @@ const defaultTokensConfig = {
|
|
|
151
151
|
} },
|
|
152
152
|
height: { rest: {
|
|
153
153
|
type: "spacingAliases",
|
|
154
|
-
value: "
|
|
154
|
+
value: "24",
|
|
155
155
|
valueType: "alias"
|
|
156
156
|
} },
|
|
157
157
|
textVariant: { rest: {
|
|
158
158
|
type: "textVariants",
|
|
159
|
-
value: "
|
|
159
|
+
value: "title3",
|
|
160
160
|
valueType: "alias"
|
|
161
161
|
} },
|
|
162
162
|
width: { rest: {
|
|
163
163
|
type: "spacingAliases",
|
|
164
|
-
value: "
|
|
164
|
+
value: "24",
|
|
165
165
|
valueType: "alias"
|
|
166
166
|
} }
|
|
167
167
|
},
|
|
168
|
-
"size/
|
|
168
|
+
"size/lg/icon": { iconSize: { rest: {
|
|
169
169
|
type: "iconSizes",
|
|
170
170
|
value: "lg",
|
|
171
171
|
valueType: "alias"
|
|
172
172
|
} } },
|
|
173
|
-
"size/
|
|
173
|
+
"size/lg/root": {
|
|
174
174
|
borderWidth: { rest: {
|
|
175
175
|
type: "borderWidths",
|
|
176
176
|
value: "thin",
|
|
@@ -178,26 +178,26 @@ const defaultTokensConfig = {
|
|
|
178
178
|
} },
|
|
179
179
|
height: { rest: {
|
|
180
180
|
type: "spacingAliases",
|
|
181
|
-
value: "
|
|
181
|
+
value: "12",
|
|
182
182
|
valueType: "alias"
|
|
183
183
|
} },
|
|
184
184
|
textVariant: { rest: {
|
|
185
185
|
type: "textVariants",
|
|
186
|
-
value: "
|
|
186
|
+
value: "title4",
|
|
187
187
|
valueType: "alias"
|
|
188
188
|
} },
|
|
189
189
|
width: { rest: {
|
|
190
190
|
type: "spacingAliases",
|
|
191
|
-
value: "
|
|
191
|
+
value: "12",
|
|
192
192
|
valueType: "alias"
|
|
193
193
|
} }
|
|
194
194
|
},
|
|
195
|
-
"size/
|
|
195
|
+
"size/md/icon": { iconSize: { rest: {
|
|
196
196
|
type: "iconSizes",
|
|
197
|
-
value: "
|
|
197
|
+
value: "md",
|
|
198
198
|
valueType: "alias"
|
|
199
199
|
} } },
|
|
200
|
-
"size/
|
|
200
|
+
"size/md/root": {
|
|
201
201
|
borderWidth: { rest: {
|
|
202
202
|
type: "borderWidths",
|
|
203
203
|
value: "thin",
|
|
@@ -205,26 +205,26 @@ const defaultTokensConfig = {
|
|
|
205
205
|
} },
|
|
206
206
|
height: { rest: {
|
|
207
207
|
type: "spacingAliases",
|
|
208
|
-
value: "
|
|
208
|
+
value: "10",
|
|
209
209
|
valueType: "alias"
|
|
210
210
|
} },
|
|
211
211
|
textVariant: { rest: {
|
|
212
212
|
type: "textVariants",
|
|
213
|
-
value: "
|
|
213
|
+
value: "headline1",
|
|
214
214
|
valueType: "alias"
|
|
215
215
|
} },
|
|
216
216
|
width: { rest: {
|
|
217
217
|
type: "spacingAliases",
|
|
218
|
-
value: "
|
|
218
|
+
value: "10",
|
|
219
219
|
valueType: "alias"
|
|
220
220
|
} }
|
|
221
221
|
},
|
|
222
|
-
"size/
|
|
222
|
+
"size/sm/icon": { iconSize: { rest: {
|
|
223
223
|
type: "iconSizes",
|
|
224
|
-
value: "
|
|
224
|
+
value: "sm",
|
|
225
225
|
valueType: "alias"
|
|
226
226
|
} } },
|
|
227
|
-
"size/
|
|
227
|
+
"size/sm/root": {
|
|
228
228
|
borderWidth: { rest: {
|
|
229
229
|
type: "borderWidths",
|
|
230
230
|
value: "thin",
|
|
@@ -232,26 +232,26 @@ const defaultTokensConfig = {
|
|
|
232
232
|
} },
|
|
233
233
|
height: { rest: {
|
|
234
234
|
type: "spacingAliases",
|
|
235
|
-
value: "
|
|
235
|
+
value: "7",
|
|
236
236
|
valueType: "alias"
|
|
237
237
|
} },
|
|
238
238
|
textVariant: { rest: {
|
|
239
239
|
type: "textVariants",
|
|
240
|
-
value: "
|
|
240
|
+
value: "caption1",
|
|
241
241
|
valueType: "alias"
|
|
242
242
|
} },
|
|
243
243
|
width: { rest: {
|
|
244
244
|
type: "spacingAliases",
|
|
245
|
-
value: "
|
|
245
|
+
value: "7",
|
|
246
246
|
valueType: "alias"
|
|
247
247
|
} }
|
|
248
248
|
},
|
|
249
|
-
"size/
|
|
249
|
+
"size/xl/icon": { iconSize: { rest: {
|
|
250
250
|
type: "iconSizes",
|
|
251
251
|
value: "lg",
|
|
252
252
|
valueType: "alias"
|
|
253
253
|
} } },
|
|
254
|
-
"size/
|
|
254
|
+
"size/xl/root": {
|
|
255
255
|
borderWidth: { rest: {
|
|
256
256
|
type: "borderWidths",
|
|
257
257
|
value: "thin",
|
|
@@ -259,7 +259,7 @@ const defaultTokensConfig = {
|
|
|
259
259
|
} },
|
|
260
260
|
height: { rest: {
|
|
261
261
|
type: "spacingAliases",
|
|
262
|
-
value: "
|
|
262
|
+
value: "16",
|
|
263
263
|
valueType: "alias"
|
|
264
264
|
} },
|
|
265
265
|
textVariant: { rest: {
|
|
@@ -269,16 +269,16 @@ const defaultTokensConfig = {
|
|
|
269
269
|
} },
|
|
270
270
|
width: { rest: {
|
|
271
271
|
type: "spacingAliases",
|
|
272
|
-
value: "
|
|
272
|
+
value: "16",
|
|
273
273
|
valueType: "alias"
|
|
274
274
|
} }
|
|
275
275
|
},
|
|
276
|
-
"size/
|
|
276
|
+
"size/xs/icon": { iconSize: { rest: {
|
|
277
277
|
type: "iconSizes",
|
|
278
|
-
value: "
|
|
278
|
+
value: "sm",
|
|
279
279
|
valueType: "alias"
|
|
280
280
|
} } },
|
|
281
|
-
"size/
|
|
281
|
+
"size/xs/root": {
|
|
282
282
|
borderWidth: { rest: {
|
|
283
283
|
type: "borderWidths",
|
|
284
284
|
value: "thin",
|
|
@@ -286,17 +286,17 @@ const defaultTokensConfig = {
|
|
|
286
286
|
} },
|
|
287
287
|
height: { rest: {
|
|
288
288
|
type: "spacingAliases",
|
|
289
|
-
value: "
|
|
289
|
+
value: "6",
|
|
290
290
|
valueType: "alias"
|
|
291
291
|
} },
|
|
292
292
|
textVariant: { rest: {
|
|
293
293
|
type: "textVariants",
|
|
294
|
-
value: "
|
|
294
|
+
value: "caption2",
|
|
295
295
|
valueType: "alias"
|
|
296
296
|
} },
|
|
297
297
|
width: { rest: {
|
|
298
298
|
type: "spacingAliases",
|
|
299
|
-
value: "
|
|
299
|
+
value: "6",
|
|
300
300
|
valueType: "alias"
|
|
301
301
|
} }
|
|
302
302
|
},
|
|
@@ -966,6 +966,320 @@ const defaultTokensConfig = {
|
|
|
966
966
|
}
|
|
967
967
|
}
|
|
968
968
|
},
|
|
969
|
+
banner: {
|
|
970
|
+
defaults: {
|
|
971
|
+
size: "default",
|
|
972
|
+
variant: "primary"
|
|
973
|
+
},
|
|
974
|
+
variables: {
|
|
975
|
+
"size/default/close": { size: { rest: {
|
|
976
|
+
type: "iconSizes",
|
|
977
|
+
value: "sm",
|
|
978
|
+
valueType: "alias"
|
|
979
|
+
} } },
|
|
980
|
+
"size/default/description": { textVariant: { rest: {
|
|
981
|
+
type: "textVariants",
|
|
982
|
+
value: "ui3",
|
|
983
|
+
valueType: "alias"
|
|
984
|
+
} } },
|
|
985
|
+
"size/default/icon": { size: { rest: {
|
|
986
|
+
type: "iconSizes",
|
|
987
|
+
value: "md",
|
|
988
|
+
valueType: "alias"
|
|
989
|
+
} } },
|
|
990
|
+
"size/default/root": {
|
|
991
|
+
borderRadius: { rest: {
|
|
992
|
+
type: "borderRadii",
|
|
993
|
+
value: "lg",
|
|
994
|
+
valueType: "alias"
|
|
995
|
+
} },
|
|
996
|
+
gap: { rest: {
|
|
997
|
+
type: "spacingAliases",
|
|
998
|
+
value: "2",
|
|
999
|
+
valueType: "alias"
|
|
1000
|
+
} },
|
|
1001
|
+
spacingHorizontal: { rest: {
|
|
1002
|
+
type: "spacingAliases",
|
|
1003
|
+
value: "3",
|
|
1004
|
+
valueType: "alias"
|
|
1005
|
+
} },
|
|
1006
|
+
spacingVertical: { rest: {
|
|
1007
|
+
type: "spacingAliases",
|
|
1008
|
+
value: "3",
|
|
1009
|
+
valueType: "alias"
|
|
1010
|
+
} }
|
|
1011
|
+
},
|
|
1012
|
+
"size/default/title": { textVariant: { rest: {
|
|
1013
|
+
type: "textVariants",
|
|
1014
|
+
value: "ui3/emphasized",
|
|
1015
|
+
valueType: "alias"
|
|
1016
|
+
} } },
|
|
1017
|
+
"variant/alert-secondary/icon": { color: { rest: {
|
|
1018
|
+
type: "foregroundPaletteColors",
|
|
1019
|
+
value: "alert-secondary",
|
|
1020
|
+
valueType: "alias"
|
|
1021
|
+
} } },
|
|
1022
|
+
"variant/alert-secondary/root": {
|
|
1023
|
+
backgroundColor: { rest: {
|
|
1024
|
+
type: "backgroundPaletteColors",
|
|
1025
|
+
value: "primary",
|
|
1026
|
+
valueType: "alias"
|
|
1027
|
+
} },
|
|
1028
|
+
borderColor: { rest: {
|
|
1029
|
+
type: "linePaletteColors",
|
|
1030
|
+
value: "alert-secondary",
|
|
1031
|
+
valueType: "alias"
|
|
1032
|
+
} },
|
|
1033
|
+
borderWidth: { rest: {
|
|
1034
|
+
type: "borderWidths",
|
|
1035
|
+
value: "thin",
|
|
1036
|
+
valueType: "alias"
|
|
1037
|
+
} }
|
|
1038
|
+
},
|
|
1039
|
+
"variant/alert/icon": { color: { rest: {
|
|
1040
|
+
type: "foregroundPaletteColors",
|
|
1041
|
+
value: "alert",
|
|
1042
|
+
valueType: "alias"
|
|
1043
|
+
} } },
|
|
1044
|
+
"variant/alert/root": {
|
|
1045
|
+
backgroundColor: { rest: {
|
|
1046
|
+
type: "backgroundPaletteColors",
|
|
1047
|
+
value: "alert-secondary",
|
|
1048
|
+
valueType: "alias"
|
|
1049
|
+
} },
|
|
1050
|
+
borderColor: { rest: {
|
|
1051
|
+
type: "linePaletteColors",
|
|
1052
|
+
value: "muted",
|
|
1053
|
+
valueType: "alias"
|
|
1054
|
+
} },
|
|
1055
|
+
borderWidth: { rest: {
|
|
1056
|
+
type: "borderWidths",
|
|
1057
|
+
value: "thin",
|
|
1058
|
+
valueType: "alias"
|
|
1059
|
+
} }
|
|
1060
|
+
},
|
|
1061
|
+
"variant/brand-secondary/icon": { color: { rest: {
|
|
1062
|
+
type: "foregroundPaletteColors",
|
|
1063
|
+
value: "secondary",
|
|
1064
|
+
valueType: "alias"
|
|
1065
|
+
} } },
|
|
1066
|
+
"variant/brand-secondary/root": {
|
|
1067
|
+
backgroundColor: { rest: {
|
|
1068
|
+
type: "backgroundPaletteColors",
|
|
1069
|
+
value: "primary",
|
|
1070
|
+
valueType: "alias"
|
|
1071
|
+
} },
|
|
1072
|
+
borderColor: { rest: {
|
|
1073
|
+
type: "linePaletteColors",
|
|
1074
|
+
value: "brand",
|
|
1075
|
+
valueType: "alias"
|
|
1076
|
+
} },
|
|
1077
|
+
borderWidth: { rest: {
|
|
1078
|
+
type: "borderWidths",
|
|
1079
|
+
value: "thin",
|
|
1080
|
+
valueType: "alias"
|
|
1081
|
+
} }
|
|
1082
|
+
},
|
|
1083
|
+
"variant/brand/icon": { color: { rest: {
|
|
1084
|
+
type: "foregroundPaletteColors",
|
|
1085
|
+
value: "secondary",
|
|
1086
|
+
valueType: "alias"
|
|
1087
|
+
} } },
|
|
1088
|
+
"variant/brand/root": {
|
|
1089
|
+
backgroundColor: { rest: {
|
|
1090
|
+
type: "backgroundPaletteColors",
|
|
1091
|
+
value: "brand-secondary",
|
|
1092
|
+
valueType: "alias"
|
|
1093
|
+
} },
|
|
1094
|
+
borderColor: { rest: {
|
|
1095
|
+
type: "linePaletteColors",
|
|
1096
|
+
value: "muted",
|
|
1097
|
+
valueType: "alias"
|
|
1098
|
+
} },
|
|
1099
|
+
borderWidth: { rest: {
|
|
1100
|
+
type: "borderWidths",
|
|
1101
|
+
value: "thin",
|
|
1102
|
+
valueType: "alias"
|
|
1103
|
+
} }
|
|
1104
|
+
},
|
|
1105
|
+
"variant/info-secondary/icon": { color: { rest: {
|
|
1106
|
+
type: "foregroundPaletteColors",
|
|
1107
|
+
value: "info",
|
|
1108
|
+
valueType: "alias"
|
|
1109
|
+
} } },
|
|
1110
|
+
"variant/info-secondary/root": {
|
|
1111
|
+
backgroundColor: { rest: {
|
|
1112
|
+
type: "backgroundPaletteColors",
|
|
1113
|
+
value: "primary",
|
|
1114
|
+
valueType: "alias"
|
|
1115
|
+
} },
|
|
1116
|
+
borderColor: { rest: {
|
|
1117
|
+
type: "linePaletteColors",
|
|
1118
|
+
value: "info-secondary",
|
|
1119
|
+
valueType: "alias"
|
|
1120
|
+
} },
|
|
1121
|
+
borderWidth: { rest: {
|
|
1122
|
+
type: "borderWidths",
|
|
1123
|
+
value: "thin",
|
|
1124
|
+
valueType: "alias"
|
|
1125
|
+
} }
|
|
1126
|
+
},
|
|
1127
|
+
"variant/info/icon": { color: { rest: {
|
|
1128
|
+
type: "foregroundPaletteColors",
|
|
1129
|
+
value: "info",
|
|
1130
|
+
valueType: "alias"
|
|
1131
|
+
} } },
|
|
1132
|
+
"variant/info/root": {
|
|
1133
|
+
backgroundColor: { rest: {
|
|
1134
|
+
type: "backgroundPaletteColors",
|
|
1135
|
+
value: "info-secondary",
|
|
1136
|
+
valueType: "alias"
|
|
1137
|
+
} },
|
|
1138
|
+
borderColor: { rest: {
|
|
1139
|
+
type: "linePaletteColors",
|
|
1140
|
+
value: "muted",
|
|
1141
|
+
valueType: "alias"
|
|
1142
|
+
} },
|
|
1143
|
+
borderWidth: { rest: {
|
|
1144
|
+
type: "borderWidths",
|
|
1145
|
+
value: "thin",
|
|
1146
|
+
valueType: "alias"
|
|
1147
|
+
} }
|
|
1148
|
+
},
|
|
1149
|
+
"variant/primary/icon": { color: { rest: {
|
|
1150
|
+
type: "foregroundPaletteColors",
|
|
1151
|
+
value: "secondary",
|
|
1152
|
+
valueType: "alias"
|
|
1153
|
+
} } },
|
|
1154
|
+
"variant/primary/root": {
|
|
1155
|
+
backgroundColor: { rest: {
|
|
1156
|
+
type: "backgroundPaletteColors",
|
|
1157
|
+
value: "accent",
|
|
1158
|
+
valueType: "alias"
|
|
1159
|
+
} },
|
|
1160
|
+
borderColor: { rest: {
|
|
1161
|
+
type: "linePaletteColors",
|
|
1162
|
+
value: "muted",
|
|
1163
|
+
valueType: "alias"
|
|
1164
|
+
} },
|
|
1165
|
+
borderWidth: { rest: {
|
|
1166
|
+
type: "borderWidths",
|
|
1167
|
+
value: "thin",
|
|
1168
|
+
valueType: "alias"
|
|
1169
|
+
} }
|
|
1170
|
+
},
|
|
1171
|
+
"variant/secondary/icon": { color: { rest: {
|
|
1172
|
+
type: "foregroundPaletteColors",
|
|
1173
|
+
value: "secondary",
|
|
1174
|
+
valueType: "alias"
|
|
1175
|
+
} } },
|
|
1176
|
+
"variant/secondary/root": {
|
|
1177
|
+
backgroundColor: { rest: {
|
|
1178
|
+
type: "backgroundPaletteColors",
|
|
1179
|
+
value: "primary",
|
|
1180
|
+
valueType: "alias"
|
|
1181
|
+
} },
|
|
1182
|
+
borderColor: { rest: {
|
|
1183
|
+
type: "linePaletteColors",
|
|
1184
|
+
value: "accent",
|
|
1185
|
+
valueType: "alias"
|
|
1186
|
+
} },
|
|
1187
|
+
borderWidth: { rest: {
|
|
1188
|
+
type: "borderWidths",
|
|
1189
|
+
value: "thin",
|
|
1190
|
+
valueType: "alias"
|
|
1191
|
+
} }
|
|
1192
|
+
},
|
|
1193
|
+
"variant/success-secondary/icon": { color: { rest: {
|
|
1194
|
+
type: "foregroundPaletteColors",
|
|
1195
|
+
value: "positive-secondary",
|
|
1196
|
+
valueType: "alias"
|
|
1197
|
+
} } },
|
|
1198
|
+
"variant/success-secondary/root": {
|
|
1199
|
+
backgroundColor: { rest: {
|
|
1200
|
+
type: "backgroundPaletteColors",
|
|
1201
|
+
value: "primary",
|
|
1202
|
+
valueType: "alias"
|
|
1203
|
+
} },
|
|
1204
|
+
borderColor: { rest: {
|
|
1205
|
+
type: "linePaletteColors",
|
|
1206
|
+
value: "positive-secondary",
|
|
1207
|
+
valueType: "alias"
|
|
1208
|
+
} },
|
|
1209
|
+
borderWidth: { rest: {
|
|
1210
|
+
type: "borderWidths",
|
|
1211
|
+
value: "thin",
|
|
1212
|
+
valueType: "alias"
|
|
1213
|
+
} }
|
|
1214
|
+
},
|
|
1215
|
+
"variant/success/icon": { color: { rest: {
|
|
1216
|
+
type: "foregroundPaletteColors",
|
|
1217
|
+
value: "positive",
|
|
1218
|
+
valueType: "alias"
|
|
1219
|
+
} } },
|
|
1220
|
+
"variant/success/root": {
|
|
1221
|
+
backgroundColor: { rest: {
|
|
1222
|
+
type: "backgroundPaletteColors",
|
|
1223
|
+
value: "positive-secondary",
|
|
1224
|
+
valueType: "alias"
|
|
1225
|
+
} },
|
|
1226
|
+
borderColor: { rest: {
|
|
1227
|
+
type: "linePaletteColors",
|
|
1228
|
+
value: "muted",
|
|
1229
|
+
valueType: "alias"
|
|
1230
|
+
} },
|
|
1231
|
+
borderWidth: { rest: {
|
|
1232
|
+
type: "borderWidths",
|
|
1233
|
+
value: "thin",
|
|
1234
|
+
valueType: "alias"
|
|
1235
|
+
} }
|
|
1236
|
+
},
|
|
1237
|
+
"variant/warning-secondary/icon": { color: { rest: {
|
|
1238
|
+
type: "foregroundPaletteColors",
|
|
1239
|
+
value: "warning-secondary",
|
|
1240
|
+
valueType: "alias"
|
|
1241
|
+
} } },
|
|
1242
|
+
"variant/warning-secondary/root": {
|
|
1243
|
+
backgroundColor: { rest: {
|
|
1244
|
+
type: "backgroundPaletteColors",
|
|
1245
|
+
value: "primary",
|
|
1246
|
+
valueType: "alias"
|
|
1247
|
+
} },
|
|
1248
|
+
borderColor: { rest: {
|
|
1249
|
+
type: "linePaletteColors",
|
|
1250
|
+
value: "warning-secondary",
|
|
1251
|
+
valueType: "alias"
|
|
1252
|
+
} },
|
|
1253
|
+
borderWidth: { rest: {
|
|
1254
|
+
type: "borderWidths",
|
|
1255
|
+
value: "thin",
|
|
1256
|
+
valueType: "alias"
|
|
1257
|
+
} }
|
|
1258
|
+
},
|
|
1259
|
+
"variant/warning/icon": { color: { rest: {
|
|
1260
|
+
type: "foregroundPaletteColors",
|
|
1261
|
+
value: "warning",
|
|
1262
|
+
valueType: "alias"
|
|
1263
|
+
} } },
|
|
1264
|
+
"variant/warning/root": {
|
|
1265
|
+
backgroundColor: { rest: {
|
|
1266
|
+
type: "backgroundPaletteColors",
|
|
1267
|
+
value: "warning-secondary",
|
|
1268
|
+
valueType: "alias"
|
|
1269
|
+
} },
|
|
1270
|
+
borderColor: { rest: {
|
|
1271
|
+
type: "linePaletteColors",
|
|
1272
|
+
value: "muted",
|
|
1273
|
+
valueType: "alias"
|
|
1274
|
+
} },
|
|
1275
|
+
borderWidth: { rest: {
|
|
1276
|
+
type: "borderWidths",
|
|
1277
|
+
value: "thin",
|
|
1278
|
+
valueType: "alias"
|
|
1279
|
+
} }
|
|
1280
|
+
}
|
|
1281
|
+
}
|
|
1282
|
+
},
|
|
969
1283
|
bottomSheet: {
|
|
970
1284
|
defaults: { variant: "default" },
|
|
971
1285
|
variables: {
|
|
@@ -17509,6 +17823,9 @@ const defaultTokensConfig = {
|
|
|
17509
17823
|
scaleMode: {
|
|
17510
17824
|
large: {
|
|
17511
17825
|
avatarSizes: {
|
|
17826
|
+
"2xl": 72,
|
|
17827
|
+
"2xs": 20,
|
|
17828
|
+
"3xl": 80,
|
|
17512
17829
|
lg: 52,
|
|
17513
17830
|
md: 40,
|
|
17514
17831
|
sm: 28,
|
|
@@ -17539,6 +17856,9 @@ const defaultTokensConfig = {
|
|
|
17539
17856
|
},
|
|
17540
17857
|
medium: {
|
|
17541
17858
|
avatarSizes: {
|
|
17859
|
+
"2xl": 72,
|
|
17860
|
+
"2xs": 20,
|
|
17861
|
+
"3xl": 80,
|
|
17542
17862
|
lg: 52,
|
|
17543
17863
|
md: 40,
|
|
17544
17864
|
sm: 28,
|
|
@@ -17569,6 +17889,9 @@ const defaultTokensConfig = {
|
|
|
17569
17889
|
},
|
|
17570
17890
|
small: {
|
|
17571
17891
|
avatarSizes: {
|
|
17892
|
+
"2xl": 72,
|
|
17893
|
+
"2xs": 20,
|
|
17894
|
+
"3xl": 80,
|
|
17572
17895
|
lg: 52,
|
|
17573
17896
|
md: 40,
|
|
17574
17897
|
sm: 28,
|
|
@@ -17599,6 +17922,9 @@ const defaultTokensConfig = {
|
|
|
17599
17922
|
},
|
|
17600
17923
|
xLarge: {
|
|
17601
17924
|
avatarSizes: {
|
|
17925
|
+
"2xl": 72,
|
|
17926
|
+
"2xs": 20,
|
|
17927
|
+
"3xl": 80,
|
|
17602
17928
|
lg: 52,
|
|
17603
17929
|
md: 40,
|
|
17604
17930
|
sm: 28,
|
|
@@ -17629,6 +17955,9 @@ const defaultTokensConfig = {
|
|
|
17629
17955
|
},
|
|
17630
17956
|
xSmall: {
|
|
17631
17957
|
avatarSizes: {
|
|
17958
|
+
"2xl": 72,
|
|
17959
|
+
"2xs": 20,
|
|
17960
|
+
"3xl": 80,
|
|
17632
17961
|
lg: 52,
|
|
17633
17962
|
md: 40,
|
|
17634
17963
|
sm: 28,
|
|
@@ -17659,6 +17988,9 @@ const defaultTokensConfig = {
|
|
|
17659
17988
|
},
|
|
17660
17989
|
xxLarge: {
|
|
17661
17990
|
avatarSizes: {
|
|
17991
|
+
"2xl": 72,
|
|
17992
|
+
"2xs": 20,
|
|
17993
|
+
"3xl": 80,
|
|
17662
17994
|
lg: 52,
|
|
17663
17995
|
md: 40,
|
|
17664
17996
|
sm: 28,
|
|
@@ -17689,6 +18021,9 @@ const defaultTokensConfig = {
|
|
|
17689
18021
|
},
|
|
17690
18022
|
xxxLarge: {
|
|
17691
18023
|
avatarSizes: {
|
|
18024
|
+
"2xl": 72,
|
|
18025
|
+
"2xs": 20,
|
|
18026
|
+
"3xl": 80,
|
|
17692
18027
|
lg: 52,
|
|
17693
18028
|
md: 40,
|
|
17694
18029
|
sm: 28,
|
|
@@ -27134,7 +27469,7 @@ const defaultTokensConfig = {
|
|
|
27134
27469
|
}
|
|
27135
27470
|
}
|
|
27136
27471
|
},
|
|
27137
|
-
version: "v0.
|
|
27472
|
+
version: "v0.89.0",
|
|
27138
27473
|
version: LATEST_MIGRATION_VERSION
|
|
27139
27474
|
};
|
|
27140
27475
|
|
package/dist/index.cjs
CHANGED
|
@@ -4,13 +4,18 @@ const require_index = require('./palette/dist/index.cjs');
|
|
|
4
4
|
const require_index$1 = require('./css-tokens/dist/index.cjs');
|
|
5
5
|
const require_styles_variants = require('./styles/variants.cjs');
|
|
6
6
|
const require_styles_styler = require('./styles/styler.cjs');
|
|
7
|
+
const require_components_client_Pressable = require('./components/client/Pressable.cjs');
|
|
8
|
+
const require_components_Icon = require('./components/Icon.cjs');
|
|
9
|
+
const require_components_Text = require('./components/Text.cjs');
|
|
10
|
+
const require_components_Banner_Banner = require('./components/Banner/Banner.cjs');
|
|
11
|
+
const require_components_Banner_BannerContent = require('./components/Banner/BannerContent.cjs');
|
|
12
|
+
const require_components_Banner_BannerDescription = require('./components/Banner/BannerDescription.cjs');
|
|
13
|
+
const require_components_Banner_BannerTitle = require('./components/Banner/BannerTitle.cjs');
|
|
7
14
|
const require_components_Box = require('./components/Box.cjs');
|
|
8
15
|
const require_components_HStack = require('./components/HStack.cjs');
|
|
9
|
-
const require_components_Text = require('./components/Text.cjs');
|
|
10
16
|
const require_components_VStack = require('./components/VStack.cjs');
|
|
11
17
|
const require_components_Divider_Divider = require('./components/Divider/Divider.cjs');
|
|
12
18
|
const require_components_FormLabel = require('./components/FormLabel.cjs');
|
|
13
|
-
const require_components_Icon = require('./components/Icon.cjs');
|
|
14
19
|
const require_components_Image = require('./components/Image.cjs');
|
|
15
20
|
const require_components_Link = require('./components/Link.cjs');
|
|
16
21
|
const require_components_Scrim = require('./components/Scrim.cjs');
|
|
@@ -43,7 +48,6 @@ const require_components_client_SpringMotionConfig = require('./components/clien
|
|
|
43
48
|
const require_components_client_Button = require('./components/client/Button.cjs');
|
|
44
49
|
const require_components_client_Checkbox = require('./components/client/Checkbox.cjs');
|
|
45
50
|
const require_components_client_Chip_ChipButton = require('./components/client/Chip/ChipButton.cjs');
|
|
46
|
-
const require_components_client_Pressable = require('./components/client/Pressable.cjs');
|
|
47
51
|
const require_components_client_Chip_ChipDismissible = require('./components/client/Chip/ChipDismissible.cjs');
|
|
48
52
|
const require_components_client_Chip_ChipLink = require('./components/client/Chip/ChipLink.cjs');
|
|
49
53
|
const require_components_client_Chip_ChipToggle = require('./components/client/Chip/ChipToggle.cjs');
|
|
@@ -108,6 +112,11 @@ exports.BUTTON_SCALE_EFFECT_PRESSED = require_index$1.BUTTON_SCALE_EFFECT_PRESSE
|
|
|
108
112
|
exports.BUTTON_SCALE_EFFECT_REST = require_index$1.BUTTON_SCALE_EFFECT_REST;
|
|
109
113
|
exports.Badge = require_components_client_Badge.Badge;
|
|
110
114
|
exports.BadgeConfig = require_generatedConfigs.BadgeConfig;
|
|
115
|
+
exports.Banner = require_components_Banner_Banner.Banner;
|
|
116
|
+
exports.BannerConfig = require_generatedConfigs.BannerConfig;
|
|
117
|
+
exports.BannerContent = require_components_Banner_BannerContent.BannerContent;
|
|
118
|
+
exports.BannerDescription = require_components_Banner_BannerDescription.BannerDescription;
|
|
119
|
+
exports.BannerTitle = require_components_Banner_BannerTitle.BannerTitle;
|
|
111
120
|
exports.BottomSheet = require_components_client_BottomSheet_BottomSheet.BottomSheet;
|
|
112
121
|
exports.BottomSheetConfig = require_generatedConfigs.BottomSheetConfig;
|
|
113
122
|
exports.BottomSheetContent = require_components_client_BottomSheet_BottomSheetContent.BottomSheetContent;
|