@yahoo/uds 3.125.1 → 3.127.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 +60 -0
- package/dist/automated-config/dist/generated/autoVariants.d.cts +14 -0
- package/dist/automated-config/dist/generated/autoVariants.d.ts +14 -0
- package/dist/automated-config/dist/generated/autoVariants.js +60 -0
- package/dist/automated-config/dist/generated/generatedConfigs.cjs +5169 -495
- package/dist/automated-config/dist/generated/generatedConfigs.d.cts +526 -1
- package/dist/automated-config/dist/generated/generatedConfigs.d.ts +526 -1
- package/dist/automated-config/dist/generated/generatedConfigs.js +5167 -496
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.cjs +2558 -1490
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.d.cts +4 -1
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.d.ts +4 -1
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.js +2558 -1490
- package/dist/automated-config/dist/properties.cjs +12 -0
- package/dist/automated-config/dist/properties.d.cts +4 -0
- package/dist/automated-config/dist/properties.d.ts +4 -0
- package/dist/automated-config/dist/properties.js +12 -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/automated-config/dist/utils/index.cjs +103 -6
- package/dist/automated-config/dist/utils/index.js +103 -6
- 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/client/Avatar/AvatarIcon.cjs +2 -2
- package/dist/components/client/Avatar/AvatarIcon.js +2 -2
- 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 +2 -2
- package/dist/components/client/Checkbox.js +2 -2
- 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 +1 -1
- package/dist/components/client/Input/Input.js +1 -1
- package/dist/components/client/Input/InputHelpTextInternal.cjs +1 -1
- package/dist/components/client/Input/InputHelpTextInternal.js +1 -1
- 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/Popover/UDSPopoverConfigProvider.d.cts +1 -1
- package/dist/components/client/Popover/UDSPopoverConfigProvider.d.ts +1 -1
- package/dist/components/client/Switch.cjs +1 -1
- package/dist/components/client/Switch.js +1 -1
- package/dist/components/client/Tabs/Tab.cjs +80 -0
- package/dist/components/client/Tabs/Tab.d.cts +20 -0
- package/dist/components/client/Tabs/Tab.d.ts +21 -0
- package/dist/components/client/Tabs/Tab.js +78 -0
- package/dist/components/client/Tabs/TabList.cjs +132 -0
- package/dist/components/client/Tabs/TabList.d.cts +9 -0
- package/dist/components/client/Tabs/TabList.d.ts +10 -0
- package/dist/components/client/Tabs/TabList.js +130 -0
- package/dist/components/client/Tabs/TabPanel.cjs +22 -0
- package/dist/components/client/Tabs/TabPanel.d.cts +9 -0
- package/dist/components/client/Tabs/TabPanel.d.ts +10 -0
- package/dist/components/client/Tabs/TabPanel.js +20 -0
- package/dist/components/client/Tabs/Tabs.cjs +53 -0
- package/dist/components/client/Tabs/Tabs.d.cts +45 -0
- package/dist/components/client/Tabs/Tabs.d.ts +46 -0
- package/dist/components/client/Tabs/Tabs.js +51 -0
- package/dist/components/client/Tabs/index.cjs +12 -0
- package/dist/components/client/Tabs/index.d.cts +7 -0
- package/dist/components/client/Tabs/index.d.ts +8 -0
- package/dist/components/client/Tabs/index.js +8 -0
- package/dist/components/client/Tabs/tabsContext.cjs +18 -0
- package/dist/components/client/Tabs/tabsContext.d.cts +15 -0
- package/dist/components/client/Tabs/tabsContext.d.ts +16 -0
- package/dist/components/client/Tabs/tabsContext.js +15 -0
- 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 +9 -1
- package/dist/components/client/index.d.cts +7 -1
- package/dist/components/client/index.d.ts +7 -1
- package/dist/components/client/index.js +6 -2
- 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.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/index.cjs +0 -5
- package/dist/components/experimental/client/index.d.cts +1 -2
- package/dist/components/experimental/client/index.d.ts +1 -2
- package/dist/components/experimental/client/index.js +1 -2
- package/dist/components/experimental/index.cjs +0 -9
- package/dist/components/experimental/index.d.cts +1 -2
- package/dist/components/experimental/index.d.ts +1 -2
- package/dist/components/experimental/index.js +1 -6
- package/dist/components/index.cjs +27 -3
- package/dist/components/index.d.cts +11 -1
- package/dist/components/index.d.ts +11 -1
- package/dist/components/index.js +20 -4
- package/dist/config/dist/index.cjs +1496 -339
- package/dist/config/dist/index.js +1496 -339
- package/dist/index.cjs +22 -3
- package/dist/index.d.cts +12 -3
- package/dist/index.d.ts +12 -3
- package/dist/index.js +13 -5
- package/dist/styles/styler.d.cts +107 -93
- package/dist/styles/styler.d.ts +107 -93
- package/dist/styles/variants.d.cts +74 -0
- package/dist/styles/variants.d.ts +74 -0
- package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.cjs +60 -0
- package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.js +60 -0
- package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.js.map +1 -1
- package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.cjs +5169 -495
- package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.js +5167 -496
- package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.js.map +1 -1
- package/dist/tailwind/dist/automated-config/dist/properties.cjs +12 -0
- package/dist/tailwind/dist/automated-config/dist/properties.js +12 -0
- package/dist/tailwind/dist/automated-config/dist/properties.js.map +1 -1
- package/dist/tailwind/dist/automated-config/dist/utils/index.cjs +103 -6
- package/dist/tailwind/dist/automated-config/dist/utils/index.js +103 -6
- package/dist/tailwind/dist/automated-config/dist/utils/index.js.map +1 -1
- package/dist/tailwind/dist/config/dist/index.cjs +1496 -339
- package/dist/tailwind/dist/config/dist/index.js +1496 -339
- package/dist/tailwind/dist/config/dist/index.js.map +1 -1
- package/dist/tailwind/dist/css/utils.cjs +3 -1
- package/dist/tailwind/dist/css/utils.js +3 -1
- package/dist/tailwind/dist/css/utils.js.map +1 -1
- package/dist/tailwind/dist/purger/optimized/utils/componentAnalyzer.cjs +36 -2
- package/dist/tailwind/dist/purger/optimized/utils/componentAnalyzer.js +36 -2
- package/dist/tailwind/dist/purger/optimized/utils/componentAnalyzer.js.map +1 -1
- package/dist/tailwind/dist/tailwind/plugins/components.cjs +3 -0
- package/dist/tailwind/dist/tailwind/plugins/components.js +4 -1
- package/dist/tailwind/dist/tailwind/plugins/components.js.map +1 -1
- package/dist/tailwind/dist/tailwind/utils/getShadowStyles.d.cts +4 -4
- package/dist/tailwind/dist/tailwind/utils/getShadowStyles.d.ts +4 -4
- 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 +3 -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 +3 -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 +3 -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 +70 -1
- package/dist/types/dist/index.d.ts +70 -1
- package/dist/uds/generated/componentData.cjs +1030 -774
- package/dist/uds/generated/componentData.js +893 -679
- package/dist/uds/generated/tailwindPurge.cjs +41 -43
- package/dist/uds/generated/tailwindPurge.js +41 -43
- package/generated/componentData.json +1693 -1432
- package/generated/tailwindPurge.ts +4 -4
- package/package.json +1 -1
- package/dist/components/experimental/client/Tabs.cjs +0 -76
- package/dist/components/experimental/client/Tabs.d.cts +0 -31
- package/dist/components/experimental/client/Tabs.d.ts +0 -32
- package/dist/components/experimental/client/Tabs.js +0 -71
|
@@ -963,27 +963,60 @@ const defaultUniversalTokensConfigAuto = {
|
|
|
963
963
|
}
|
|
964
964
|
}
|
|
965
965
|
},
|
|
966
|
-
|
|
967
|
-
defaults: {
|
|
966
|
+
banner: {
|
|
967
|
+
defaults: {
|
|
968
|
+
size: "default",
|
|
969
|
+
variant: "primary"
|
|
970
|
+
},
|
|
968
971
|
variables: {
|
|
969
|
-
"
|
|
970
|
-
type: "
|
|
971
|
-
value: "
|
|
972
|
+
"size/default/close": { size: { rest: {
|
|
973
|
+
type: "iconSizes",
|
|
974
|
+
value: "sm",
|
|
972
975
|
valueType: "alias"
|
|
973
976
|
} } },
|
|
974
|
-
"
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
977
|
+
"size/default/description": { textVariant: { rest: {
|
|
978
|
+
type: "textVariants",
|
|
979
|
+
value: "ui3",
|
|
980
|
+
valueType: "alias"
|
|
981
|
+
} } },
|
|
982
|
+
"size/default/icon": { size: { rest: {
|
|
983
|
+
type: "iconSizes",
|
|
984
|
+
value: "md",
|
|
985
|
+
valueType: "alias"
|
|
986
|
+
} } },
|
|
987
|
+
"size/default/root": {
|
|
988
|
+
borderRadius: { rest: {
|
|
989
|
+
type: "borderRadii",
|
|
990
|
+
value: "lg",
|
|
978
991
|
valueType: "alias"
|
|
979
992
|
} },
|
|
980
|
-
|
|
981
|
-
type: "
|
|
982
|
-
value: "
|
|
993
|
+
gap: { rest: {
|
|
994
|
+
type: "spacingAliases",
|
|
995
|
+
value: "2",
|
|
996
|
+
valueType: "alias"
|
|
997
|
+
} },
|
|
998
|
+
spacingHorizontal: { rest: {
|
|
999
|
+
type: "spacingAliases",
|
|
1000
|
+
value: "3",
|
|
1001
|
+
valueType: "alias"
|
|
1002
|
+
} },
|
|
1003
|
+
spacingVertical: { rest: {
|
|
1004
|
+
type: "spacingAliases",
|
|
1005
|
+
value: "3",
|
|
983
1006
|
valueType: "alias"
|
|
984
1007
|
} }
|
|
985
1008
|
},
|
|
986
|
-
"
|
|
1009
|
+
"size/default/title": { textVariant: { rest: {
|
|
1010
|
+
type: "textVariants",
|
|
1011
|
+
value: "ui3/emphasized",
|
|
1012
|
+
valueType: "alias"
|
|
1013
|
+
} } },
|
|
1014
|
+
"variant/alert-secondary/icon": { color: { rest: {
|
|
1015
|
+
type: "foregroundPaletteColors",
|
|
1016
|
+
value: "alert-secondary",
|
|
1017
|
+
valueType: "alias"
|
|
1018
|
+
} } },
|
|
1019
|
+
"variant/alert-secondary/root": {
|
|
987
1020
|
backgroundColor: { rest: {
|
|
988
1021
|
type: "backgroundPaletteColors",
|
|
989
1022
|
value: "primary",
|
|
@@ -991,379 +1024,465 @@ const defaultUniversalTokensConfigAuto = {
|
|
|
991
1024
|
} },
|
|
992
1025
|
borderColor: { rest: {
|
|
993
1026
|
type: "linePaletteColors",
|
|
994
|
-
value: "
|
|
995
|
-
valueType: "alias"
|
|
996
|
-
} },
|
|
997
|
-
borderRadius: { rest: {
|
|
998
|
-
type: "borderRadii",
|
|
999
|
-
value: "lg",
|
|
1027
|
+
value: "alert-secondary",
|
|
1000
1028
|
valueType: "alias"
|
|
1001
1029
|
} },
|
|
1002
1030
|
borderWidth: { rest: {
|
|
1003
1031
|
type: "borderWidths",
|
|
1004
1032
|
value: "thin",
|
|
1005
1033
|
valueType: "alias"
|
|
1006
|
-
} }
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1034
|
+
} }
|
|
1035
|
+
},
|
|
1036
|
+
"variant/alert/icon": { color: { rest: {
|
|
1037
|
+
type: "foregroundPaletteColors",
|
|
1038
|
+
value: "alert",
|
|
1039
|
+
valueType: "alias"
|
|
1040
|
+
} } },
|
|
1041
|
+
"variant/alert/root": {
|
|
1042
|
+
backgroundColor: { rest: {
|
|
1043
|
+
type: "backgroundPaletteColors",
|
|
1044
|
+
value: "alert-secondary",
|
|
1010
1045
|
valueType: "alias"
|
|
1011
1046
|
} },
|
|
1012
|
-
|
|
1013
|
-
type: "
|
|
1014
|
-
value: "
|
|
1047
|
+
borderColor: { rest: {
|
|
1048
|
+
type: "linePaletteColors",
|
|
1049
|
+
value: "muted",
|
|
1015
1050
|
valueType: "alias"
|
|
1016
1051
|
} },
|
|
1017
|
-
|
|
1018
|
-
type: "
|
|
1019
|
-
value: "
|
|
1052
|
+
borderWidth: { rest: {
|
|
1053
|
+
type: "borderWidths",
|
|
1054
|
+
value: "thin",
|
|
1055
|
+
valueType: "alias"
|
|
1056
|
+
} }
|
|
1057
|
+
},
|
|
1058
|
+
"variant/brand-secondary/icon": { color: { rest: {
|
|
1059
|
+
type: "foregroundPaletteColors",
|
|
1060
|
+
value: "secondary",
|
|
1061
|
+
valueType: "alias"
|
|
1062
|
+
} } },
|
|
1063
|
+
"variant/brand-secondary/root": {
|
|
1064
|
+
backgroundColor: { rest: {
|
|
1065
|
+
type: "backgroundPaletteColors",
|
|
1066
|
+
value: "primary",
|
|
1020
1067
|
valueType: "alias"
|
|
1021
1068
|
} },
|
|
1022
|
-
|
|
1023
|
-
type: "
|
|
1024
|
-
value: "
|
|
1069
|
+
borderColor: { rest: {
|
|
1070
|
+
type: "linePaletteColors",
|
|
1071
|
+
value: "brand",
|
|
1025
1072
|
valueType: "alias"
|
|
1026
1073
|
} },
|
|
1027
|
-
|
|
1028
|
-
type: "
|
|
1029
|
-
value: "
|
|
1074
|
+
borderWidth: { rest: {
|
|
1075
|
+
type: "borderWidths",
|
|
1076
|
+
value: "thin",
|
|
1030
1077
|
valueType: "alias"
|
|
1031
1078
|
} }
|
|
1032
|
-
}
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
defaults: {
|
|
1037
|
-
size: "md",
|
|
1038
|
-
variant: "primary"
|
|
1039
|
-
},
|
|
1040
|
-
variables: {
|
|
1041
|
-
"size/lg/icon": { size: { rest: {
|
|
1042
|
-
type: "iconSizes",
|
|
1043
|
-
value: "sm",
|
|
1079
|
+
},
|
|
1080
|
+
"variant/brand/icon": { color: { rest: {
|
|
1081
|
+
type: "foregroundPaletteColors",
|
|
1082
|
+
value: "secondary",
|
|
1044
1083
|
valueType: "alias"
|
|
1045
1084
|
} } },
|
|
1046
|
-
"
|
|
1047
|
-
|
|
1048
|
-
type: "
|
|
1049
|
-
value: "
|
|
1050
|
-
valueType: "alias"
|
|
1051
|
-
} },
|
|
1052
|
-
spacingHorizontal: { rest: {
|
|
1053
|
-
type: "spacingAliases",
|
|
1054
|
-
value: "5",
|
|
1085
|
+
"variant/brand/root": {
|
|
1086
|
+
backgroundColor: { rest: {
|
|
1087
|
+
type: "backgroundPaletteColors",
|
|
1088
|
+
value: "brand-secondary",
|
|
1055
1089
|
valueType: "alias"
|
|
1056
1090
|
} },
|
|
1057
|
-
|
|
1058
|
-
type: "
|
|
1059
|
-
value: "
|
|
1091
|
+
borderColor: { rest: {
|
|
1092
|
+
type: "linePaletteColors",
|
|
1093
|
+
value: "muted",
|
|
1060
1094
|
valueType: "alias"
|
|
1061
1095
|
} },
|
|
1062
|
-
|
|
1063
|
-
type: "
|
|
1064
|
-
value: "
|
|
1096
|
+
borderWidth: { rest: {
|
|
1097
|
+
type: "borderWidths",
|
|
1098
|
+
value: "thin",
|
|
1065
1099
|
valueType: "alias"
|
|
1066
1100
|
} }
|
|
1067
1101
|
},
|
|
1068
|
-
"
|
|
1069
|
-
type: "
|
|
1070
|
-
value: "
|
|
1102
|
+
"variant/info-secondary/icon": { color: { rest: {
|
|
1103
|
+
type: "foregroundPaletteColors",
|
|
1104
|
+
value: "info",
|
|
1071
1105
|
valueType: "alias"
|
|
1072
1106
|
} } },
|
|
1073
|
-
"
|
|
1074
|
-
|
|
1075
|
-
type: "
|
|
1076
|
-
value: "
|
|
1077
|
-
valueType: "alias"
|
|
1078
|
-
} },
|
|
1079
|
-
spacingHorizontal: { rest: {
|
|
1080
|
-
type: "spacingAliases",
|
|
1081
|
-
value: "4",
|
|
1107
|
+
"variant/info-secondary/root": {
|
|
1108
|
+
backgroundColor: { rest: {
|
|
1109
|
+
type: "backgroundPaletteColors",
|
|
1110
|
+
value: "primary",
|
|
1082
1111
|
valueType: "alias"
|
|
1083
1112
|
} },
|
|
1084
|
-
|
|
1085
|
-
type: "
|
|
1086
|
-
value: "
|
|
1113
|
+
borderColor: { rest: {
|
|
1114
|
+
type: "linePaletteColors",
|
|
1115
|
+
value: "info-secondary",
|
|
1087
1116
|
valueType: "alias"
|
|
1088
1117
|
} },
|
|
1089
|
-
|
|
1090
|
-
type: "
|
|
1091
|
-
value: "
|
|
1118
|
+
borderWidth: { rest: {
|
|
1119
|
+
type: "borderWidths",
|
|
1120
|
+
value: "thin",
|
|
1092
1121
|
valueType: "alias"
|
|
1093
1122
|
} }
|
|
1094
1123
|
},
|
|
1095
|
-
"
|
|
1096
|
-
type: "
|
|
1097
|
-
value: "
|
|
1124
|
+
"variant/info/icon": { color: { rest: {
|
|
1125
|
+
type: "foregroundPaletteColors",
|
|
1126
|
+
value: "info",
|
|
1098
1127
|
valueType: "alias"
|
|
1099
1128
|
} } },
|
|
1100
|
-
"
|
|
1101
|
-
|
|
1102
|
-
type: "
|
|
1103
|
-
value: "
|
|
1104
|
-
valueType: "alias"
|
|
1105
|
-
} },
|
|
1106
|
-
spacingHorizontal: { rest: {
|
|
1107
|
-
type: "spacingAliases",
|
|
1108
|
-
value: "3",
|
|
1129
|
+
"variant/info/root": {
|
|
1130
|
+
backgroundColor: { rest: {
|
|
1131
|
+
type: "backgroundPaletteColors",
|
|
1132
|
+
value: "info-secondary",
|
|
1109
1133
|
valueType: "alias"
|
|
1110
1134
|
} },
|
|
1111
|
-
|
|
1112
|
-
type: "
|
|
1113
|
-
value: "
|
|
1135
|
+
borderColor: { rest: {
|
|
1136
|
+
type: "linePaletteColors",
|
|
1137
|
+
value: "muted",
|
|
1114
1138
|
valueType: "alias"
|
|
1115
1139
|
} },
|
|
1116
|
-
|
|
1117
|
-
type: "
|
|
1118
|
-
value: "
|
|
1140
|
+
borderWidth: { rest: {
|
|
1141
|
+
type: "borderWidths",
|
|
1142
|
+
value: "thin",
|
|
1119
1143
|
valueType: "alias"
|
|
1120
1144
|
} }
|
|
1121
1145
|
},
|
|
1122
|
-
"
|
|
1123
|
-
type: "
|
|
1124
|
-
value: "
|
|
1146
|
+
"variant/primary/icon": { color: { rest: {
|
|
1147
|
+
type: "foregroundPaletteColors",
|
|
1148
|
+
value: "secondary",
|
|
1125
1149
|
valueType: "alias"
|
|
1126
1150
|
} } },
|
|
1127
|
-
"
|
|
1128
|
-
|
|
1129
|
-
type: "
|
|
1130
|
-
value: "
|
|
1131
|
-
valueType: "alias"
|
|
1132
|
-
} },
|
|
1133
|
-
spacingHorizontal: { rest: {
|
|
1134
|
-
type: "spacingAliases",
|
|
1135
|
-
value: "2.5",
|
|
1151
|
+
"variant/primary/root": {
|
|
1152
|
+
backgroundColor: { rest: {
|
|
1153
|
+
type: "backgroundPaletteColors",
|
|
1154
|
+
value: "accent",
|
|
1136
1155
|
valueType: "alias"
|
|
1137
1156
|
} },
|
|
1138
|
-
|
|
1139
|
-
type: "
|
|
1140
|
-
value: "
|
|
1157
|
+
borderColor: { rest: {
|
|
1158
|
+
type: "linePaletteColors",
|
|
1159
|
+
value: "muted",
|
|
1141
1160
|
valueType: "alias"
|
|
1142
1161
|
} },
|
|
1143
|
-
|
|
1144
|
-
type: "
|
|
1145
|
-
value: "
|
|
1162
|
+
borderWidth: { rest: {
|
|
1163
|
+
type: "borderWidths",
|
|
1164
|
+
value: "thin",
|
|
1146
1165
|
valueType: "alias"
|
|
1147
1166
|
} }
|
|
1148
1167
|
},
|
|
1149
|
-
"variant/
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
type: "
|
|
1157
|
-
value: "primary",
|
|
1158
|
-
valueType: "alias"
|
|
1159
|
-
},
|
|
1160
|
-
pressed: {
|
|
1161
|
-
type: "foregroundPaletteColors",
|
|
1168
|
+
"variant/secondary/icon": { color: { rest: {
|
|
1169
|
+
type: "foregroundPaletteColors",
|
|
1170
|
+
value: "secondary",
|
|
1171
|
+
valueType: "alias"
|
|
1172
|
+
} } },
|
|
1173
|
+
"variant/secondary/root": {
|
|
1174
|
+
backgroundColor: { rest: {
|
|
1175
|
+
type: "backgroundPaletteColors",
|
|
1162
1176
|
value: "primary",
|
|
1163
1177
|
valueType: "alias"
|
|
1164
|
-
},
|
|
1165
|
-
rest: {
|
|
1166
|
-
type: "
|
|
1178
|
+
} },
|
|
1179
|
+
borderColor: { rest: {
|
|
1180
|
+
type: "linePaletteColors",
|
|
1181
|
+
value: "accent",
|
|
1182
|
+
valueType: "alias"
|
|
1183
|
+
} },
|
|
1184
|
+
borderWidth: { rest: {
|
|
1185
|
+
type: "borderWidths",
|
|
1186
|
+
value: "thin",
|
|
1187
|
+
valueType: "alias"
|
|
1188
|
+
} }
|
|
1189
|
+
},
|
|
1190
|
+
"variant/success-secondary/icon": { color: { rest: {
|
|
1191
|
+
type: "foregroundPaletteColors",
|
|
1192
|
+
value: "positive-secondary",
|
|
1193
|
+
valueType: "alias"
|
|
1194
|
+
} } },
|
|
1195
|
+
"variant/success-secondary/root": {
|
|
1196
|
+
backgroundColor: { rest: {
|
|
1197
|
+
type: "backgroundPaletteColors",
|
|
1167
1198
|
value: "primary",
|
|
1168
1199
|
valueType: "alias"
|
|
1169
|
-
}
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
disabled: {
|
|
1174
|
-
type: "backgroundPaletteColors",
|
|
1175
|
-
value: "accent",
|
|
1176
|
-
valueType: "alias"
|
|
1177
|
-
},
|
|
1178
|
-
hover: {
|
|
1179
|
-
type: "backgroundPaletteColors",
|
|
1180
|
-
value: "accent",
|
|
1181
|
-
valueType: "alias"
|
|
1182
|
-
},
|
|
1183
|
-
pressed: {
|
|
1184
|
-
type: "backgroundPaletteColors",
|
|
1185
|
-
value: "accent",
|
|
1186
|
-
valueType: "alias"
|
|
1187
|
-
},
|
|
1188
|
-
rest: {
|
|
1189
|
-
type: "backgroundPaletteColors",
|
|
1190
|
-
value: "accent",
|
|
1191
|
-
valueType: "alias"
|
|
1192
|
-
}
|
|
1193
|
-
},
|
|
1194
|
-
borderColor: {
|
|
1195
|
-
disabled: {
|
|
1196
|
-
type: "linePaletteColors",
|
|
1197
|
-
value: "tertiary",
|
|
1198
|
-
valueType: "alias"
|
|
1199
|
-
},
|
|
1200
|
-
hover: {
|
|
1201
|
-
type: "linePaletteColors",
|
|
1202
|
-
value: "tertiary",
|
|
1203
|
-
valueType: "alias"
|
|
1204
|
-
},
|
|
1205
|
-
pressed: {
|
|
1206
|
-
type: "linePaletteColors",
|
|
1207
|
-
value: "tertiary",
|
|
1208
|
-
valueType: "alias"
|
|
1209
|
-
},
|
|
1210
|
-
rest: {
|
|
1211
|
-
type: "linePaletteColors",
|
|
1212
|
-
value: "tertiary",
|
|
1213
|
-
valueType: "alias"
|
|
1214
|
-
}
|
|
1215
|
-
},
|
|
1216
|
-
borderRadius: {
|
|
1217
|
-
disabled: {
|
|
1218
|
-
type: "borderRadii",
|
|
1219
|
-
value: "full",
|
|
1220
|
-
valueType: "alias"
|
|
1221
|
-
},
|
|
1222
|
-
hover: {
|
|
1223
|
-
type: "borderRadii",
|
|
1224
|
-
value: "full",
|
|
1225
|
-
valueType: "alias"
|
|
1226
|
-
},
|
|
1227
|
-
pressed: {
|
|
1228
|
-
type: "borderRadii",
|
|
1229
|
-
value: "full",
|
|
1230
|
-
valueType: "alias"
|
|
1231
|
-
},
|
|
1232
|
-
rest: {
|
|
1233
|
-
type: "borderRadii",
|
|
1234
|
-
value: "full",
|
|
1235
|
-
valueType: "alias"
|
|
1236
|
-
}
|
|
1237
|
-
},
|
|
1238
|
-
borderWidth: {
|
|
1239
|
-
disabled: {
|
|
1240
|
-
type: "borderWidths",
|
|
1241
|
-
value: "none",
|
|
1242
|
-
valueType: "alias"
|
|
1243
|
-
},
|
|
1244
|
-
hover: {
|
|
1245
|
-
type: "borderWidths",
|
|
1246
|
-
value: "none",
|
|
1247
|
-
valueType: "alias"
|
|
1248
|
-
},
|
|
1249
|
-
pressed: {
|
|
1250
|
-
type: "borderWidths",
|
|
1251
|
-
value: "none",
|
|
1252
|
-
valueType: "alias"
|
|
1253
|
-
},
|
|
1254
|
-
rest: {
|
|
1255
|
-
type: "borderWidths",
|
|
1256
|
-
value: "none",
|
|
1257
|
-
valueType: "alias"
|
|
1258
|
-
}
|
|
1259
|
-
},
|
|
1260
|
-
color: {
|
|
1261
|
-
disabled: {
|
|
1262
|
-
type: "foregroundPaletteColors",
|
|
1263
|
-
value: "primary",
|
|
1264
|
-
valueType: "alias"
|
|
1265
|
-
},
|
|
1266
|
-
hover: {
|
|
1267
|
-
type: "foregroundPaletteColors",
|
|
1268
|
-
value: "primary",
|
|
1269
|
-
valueType: "alias"
|
|
1270
|
-
},
|
|
1271
|
-
pressed: {
|
|
1272
|
-
type: "foregroundPaletteColors",
|
|
1273
|
-
value: "primary",
|
|
1274
|
-
valueType: "alias"
|
|
1275
|
-
},
|
|
1276
|
-
rest: {
|
|
1277
|
-
type: "foregroundPaletteColors",
|
|
1278
|
-
value: "primary",
|
|
1279
|
-
valueType: "alias"
|
|
1280
|
-
}
|
|
1281
|
-
},
|
|
1282
|
-
insetShadow: {
|
|
1283
|
-
disabled: {
|
|
1284
|
-
type: "shadowVariantsWithInvert",
|
|
1285
|
-
value: "none",
|
|
1286
|
-
valueType: "alias"
|
|
1287
|
-
},
|
|
1288
|
-
hover: {
|
|
1289
|
-
type: "shadowVariantsWithInvert",
|
|
1290
|
-
value: "none",
|
|
1291
|
-
valueType: "alias"
|
|
1292
|
-
},
|
|
1293
|
-
pressed: {
|
|
1294
|
-
type: "shadowVariantsWithInvert",
|
|
1295
|
-
value: "none",
|
|
1296
|
-
valueType: "alias"
|
|
1297
|
-
},
|
|
1298
|
-
rest: {
|
|
1299
|
-
type: "shadowVariantsWithInvert",
|
|
1300
|
-
value: "none",
|
|
1301
|
-
valueType: "alias"
|
|
1302
|
-
}
|
|
1303
|
-
},
|
|
1304
|
-
opacity: { disabled: {
|
|
1305
|
-
type: "opacitySteps",
|
|
1306
|
-
value: "100",
|
|
1200
|
+
} },
|
|
1201
|
+
borderColor: { rest: {
|
|
1202
|
+
type: "linePaletteColors",
|
|
1203
|
+
value: "positive-secondary",
|
|
1307
1204
|
valueType: "alias"
|
|
1308
1205
|
} },
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
},
|
|
1315
|
-
pressed: {
|
|
1316
|
-
type: "scaleEffects",
|
|
1317
|
-
value: "none",
|
|
1318
|
-
valueType: "alias"
|
|
1319
|
-
}
|
|
1320
|
-
},
|
|
1321
|
-
shadow: {
|
|
1322
|
-
disabled: {
|
|
1323
|
-
type: "shadowVariants",
|
|
1324
|
-
value: "none",
|
|
1325
|
-
valueType: "alias"
|
|
1326
|
-
},
|
|
1327
|
-
hover: {
|
|
1328
|
-
type: "shadowVariants",
|
|
1329
|
-
value: "none",
|
|
1330
|
-
valueType: "alias"
|
|
1331
|
-
},
|
|
1332
|
-
pressed: {
|
|
1333
|
-
type: "shadowVariants",
|
|
1334
|
-
value: "none",
|
|
1335
|
-
valueType: "alias"
|
|
1336
|
-
},
|
|
1337
|
-
rest: {
|
|
1338
|
-
type: "shadowVariants",
|
|
1339
|
-
value: "none",
|
|
1340
|
-
valueType: "alias"
|
|
1341
|
-
}
|
|
1342
|
-
}
|
|
1206
|
+
borderWidth: { rest: {
|
|
1207
|
+
type: "borderWidths",
|
|
1208
|
+
value: "thin",
|
|
1209
|
+
valueType: "alias"
|
|
1210
|
+
} }
|
|
1343
1211
|
},
|
|
1344
|
-
"variant/
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1212
|
+
"variant/success/icon": { color: { rest: {
|
|
1213
|
+
type: "foregroundPaletteColors",
|
|
1214
|
+
value: "positive",
|
|
1215
|
+
valueType: "alias"
|
|
1216
|
+
} } },
|
|
1217
|
+
"variant/success/root": {
|
|
1218
|
+
backgroundColor: { rest: {
|
|
1219
|
+
type: "backgroundPaletteColors",
|
|
1220
|
+
value: "positive-secondary",
|
|
1348
1221
|
valueType: "alias"
|
|
1349
|
-
},
|
|
1350
|
-
|
|
1351
|
-
type: "
|
|
1352
|
-
value: "
|
|
1222
|
+
} },
|
|
1223
|
+
borderColor: { rest: {
|
|
1224
|
+
type: "linePaletteColors",
|
|
1225
|
+
value: "muted",
|
|
1353
1226
|
valueType: "alias"
|
|
1354
|
-
},
|
|
1355
|
-
|
|
1356
|
-
type: "
|
|
1357
|
-
value: "
|
|
1227
|
+
} },
|
|
1228
|
+
borderWidth: { rest: {
|
|
1229
|
+
type: "borderWidths",
|
|
1230
|
+
value: "thin",
|
|
1358
1231
|
valueType: "alias"
|
|
1359
|
-
}
|
|
1360
|
-
|
|
1361
|
-
|
|
1232
|
+
} }
|
|
1233
|
+
},
|
|
1234
|
+
"variant/warning-secondary/icon": { color: { rest: {
|
|
1235
|
+
type: "foregroundPaletteColors",
|
|
1236
|
+
value: "warning-secondary",
|
|
1237
|
+
valueType: "alias"
|
|
1238
|
+
} } },
|
|
1239
|
+
"variant/warning-secondary/root": {
|
|
1240
|
+
backgroundColor: { rest: {
|
|
1241
|
+
type: "backgroundPaletteColors",
|
|
1362
1242
|
value: "primary",
|
|
1363
1243
|
valueType: "alias"
|
|
1364
|
-
}
|
|
1365
|
-
|
|
1366
|
-
|
|
1244
|
+
} },
|
|
1245
|
+
borderColor: { rest: {
|
|
1246
|
+
type: "linePaletteColors",
|
|
1247
|
+
value: "warning-secondary",
|
|
1248
|
+
valueType: "alias"
|
|
1249
|
+
} },
|
|
1250
|
+
borderWidth: { rest: {
|
|
1251
|
+
type: "borderWidths",
|
|
1252
|
+
value: "thin",
|
|
1253
|
+
valueType: "alias"
|
|
1254
|
+
} }
|
|
1255
|
+
},
|
|
1256
|
+
"variant/warning/icon": { color: { rest: {
|
|
1257
|
+
type: "foregroundPaletteColors",
|
|
1258
|
+
value: "warning",
|
|
1259
|
+
valueType: "alias"
|
|
1260
|
+
} } },
|
|
1261
|
+
"variant/warning/root": {
|
|
1262
|
+
backgroundColor: { rest: {
|
|
1263
|
+
type: "backgroundPaletteColors",
|
|
1264
|
+
value: "warning-secondary",
|
|
1265
|
+
valueType: "alias"
|
|
1266
|
+
} },
|
|
1267
|
+
borderColor: { rest: {
|
|
1268
|
+
type: "linePaletteColors",
|
|
1269
|
+
value: "muted",
|
|
1270
|
+
valueType: "alias"
|
|
1271
|
+
} },
|
|
1272
|
+
borderWidth: { rest: {
|
|
1273
|
+
type: "borderWidths",
|
|
1274
|
+
value: "thin",
|
|
1275
|
+
valueType: "alias"
|
|
1276
|
+
} }
|
|
1277
|
+
}
|
|
1278
|
+
}
|
|
1279
|
+
},
|
|
1280
|
+
bottomSheet: {
|
|
1281
|
+
defaults: { variant: "default" },
|
|
1282
|
+
variables: {
|
|
1283
|
+
"variant/default/handleIndicator": { backgroundColor: { rest: {
|
|
1284
|
+
type: "backgroundPaletteColors",
|
|
1285
|
+
value: "accent",
|
|
1286
|
+
valueType: "alias"
|
|
1287
|
+
} } },
|
|
1288
|
+
"variant/default/header": {
|
|
1289
|
+
color: { rest: {
|
|
1290
|
+
type: "foregroundPaletteColors",
|
|
1291
|
+
value: "primary",
|
|
1292
|
+
valueType: "alias"
|
|
1293
|
+
} },
|
|
1294
|
+
textVariant: { rest: {
|
|
1295
|
+
type: "textVariants",
|
|
1296
|
+
value: "headline1",
|
|
1297
|
+
valueType: "alias"
|
|
1298
|
+
} }
|
|
1299
|
+
},
|
|
1300
|
+
"variant/default/root": {
|
|
1301
|
+
backgroundColor: { rest: {
|
|
1302
|
+
type: "backgroundPaletteColors",
|
|
1303
|
+
value: "primary",
|
|
1304
|
+
valueType: "alias"
|
|
1305
|
+
} },
|
|
1306
|
+
borderColor: { rest: {
|
|
1307
|
+
type: "linePaletteColors",
|
|
1308
|
+
value: "primary",
|
|
1309
|
+
valueType: "alias"
|
|
1310
|
+
} },
|
|
1311
|
+
borderRadius: { rest: {
|
|
1312
|
+
type: "borderRadii",
|
|
1313
|
+
value: "lg",
|
|
1314
|
+
valueType: "alias"
|
|
1315
|
+
} },
|
|
1316
|
+
borderWidth: { rest: {
|
|
1317
|
+
type: "borderWidths",
|
|
1318
|
+
value: "thin",
|
|
1319
|
+
valueType: "alias"
|
|
1320
|
+
} },
|
|
1321
|
+
bottomMargin: { rest: {
|
|
1322
|
+
type: "spacingAliases",
|
|
1323
|
+
value: "0",
|
|
1324
|
+
valueType: "alias"
|
|
1325
|
+
} },
|
|
1326
|
+
horizontalMargin: { rest: {
|
|
1327
|
+
type: "spacingAliases",
|
|
1328
|
+
value: "0",
|
|
1329
|
+
valueType: "alias"
|
|
1330
|
+
} },
|
|
1331
|
+
shadow: { rest: {
|
|
1332
|
+
type: "elevationAliases",
|
|
1333
|
+
value: "elevation-2",
|
|
1334
|
+
valueType: "alias"
|
|
1335
|
+
} },
|
|
1336
|
+
spacingHorizontal: { rest: {
|
|
1337
|
+
type: "spacingAliases",
|
|
1338
|
+
value: "4",
|
|
1339
|
+
valueType: "alias"
|
|
1340
|
+
} },
|
|
1341
|
+
spacingVertical: { rest: {
|
|
1342
|
+
type: "spacingAliases",
|
|
1343
|
+
value: "0",
|
|
1344
|
+
valueType: "alias"
|
|
1345
|
+
} }
|
|
1346
|
+
}
|
|
1347
|
+
}
|
|
1348
|
+
},
|
|
1349
|
+
button: {
|
|
1350
|
+
defaults: {
|
|
1351
|
+
size: "md",
|
|
1352
|
+
variant: "primary"
|
|
1353
|
+
},
|
|
1354
|
+
variables: {
|
|
1355
|
+
"size/lg/icon": { size: { rest: {
|
|
1356
|
+
type: "iconSizes",
|
|
1357
|
+
value: "sm",
|
|
1358
|
+
valueType: "alias"
|
|
1359
|
+
} } },
|
|
1360
|
+
"size/lg/root": {
|
|
1361
|
+
gap: { rest: {
|
|
1362
|
+
type: "spacingAliases",
|
|
1363
|
+
value: "1.5",
|
|
1364
|
+
valueType: "alias"
|
|
1365
|
+
} },
|
|
1366
|
+
spacingHorizontal: { rest: {
|
|
1367
|
+
type: "spacingAliases",
|
|
1368
|
+
value: "5",
|
|
1369
|
+
valueType: "alias"
|
|
1370
|
+
} },
|
|
1371
|
+
spacingVertical: { rest: {
|
|
1372
|
+
type: "spacingAliases",
|
|
1373
|
+
value: "3.5",
|
|
1374
|
+
valueType: "alias"
|
|
1375
|
+
} },
|
|
1376
|
+
textVariant: { rest: {
|
|
1377
|
+
type: "textVariants",
|
|
1378
|
+
value: "ui1",
|
|
1379
|
+
valueType: "alias"
|
|
1380
|
+
} }
|
|
1381
|
+
},
|
|
1382
|
+
"size/md/icon": { size: { rest: {
|
|
1383
|
+
type: "iconSizes",
|
|
1384
|
+
value: "sm",
|
|
1385
|
+
valueType: "alias"
|
|
1386
|
+
} } },
|
|
1387
|
+
"size/md/root": {
|
|
1388
|
+
gap: { rest: {
|
|
1389
|
+
type: "spacingAliases",
|
|
1390
|
+
value: "1.5",
|
|
1391
|
+
valueType: "alias"
|
|
1392
|
+
} },
|
|
1393
|
+
spacingHorizontal: { rest: {
|
|
1394
|
+
type: "spacingAliases",
|
|
1395
|
+
value: "4",
|
|
1396
|
+
valueType: "alias"
|
|
1397
|
+
} },
|
|
1398
|
+
spacingVertical: { rest: {
|
|
1399
|
+
type: "spacingAliases",
|
|
1400
|
+
value: "2",
|
|
1401
|
+
valueType: "alias"
|
|
1402
|
+
} },
|
|
1403
|
+
textVariant: { rest: {
|
|
1404
|
+
type: "textVariants",
|
|
1405
|
+
value: "ui1",
|
|
1406
|
+
valueType: "alias"
|
|
1407
|
+
} }
|
|
1408
|
+
},
|
|
1409
|
+
"size/sm/icon": { size: { rest: {
|
|
1410
|
+
type: "iconSizes",
|
|
1411
|
+
value: "sm",
|
|
1412
|
+
valueType: "alias"
|
|
1413
|
+
} } },
|
|
1414
|
+
"size/sm/root": {
|
|
1415
|
+
gap: { rest: {
|
|
1416
|
+
type: "spacingAliases",
|
|
1417
|
+
value: "1.5",
|
|
1418
|
+
valueType: "alias"
|
|
1419
|
+
} },
|
|
1420
|
+
spacingHorizontal: { rest: {
|
|
1421
|
+
type: "spacingAliases",
|
|
1422
|
+
value: "3",
|
|
1423
|
+
valueType: "alias"
|
|
1424
|
+
} },
|
|
1425
|
+
spacingVertical: { rest: {
|
|
1426
|
+
type: "spacingAliases",
|
|
1427
|
+
value: "1",
|
|
1428
|
+
valueType: "alias"
|
|
1429
|
+
} },
|
|
1430
|
+
textVariant: { rest: {
|
|
1431
|
+
type: "textVariants",
|
|
1432
|
+
value: "ui1",
|
|
1433
|
+
valueType: "alias"
|
|
1434
|
+
} }
|
|
1435
|
+
},
|
|
1436
|
+
"size/xs/icon": { size: { rest: {
|
|
1437
|
+
type: "iconSizes",
|
|
1438
|
+
value: "xs",
|
|
1439
|
+
valueType: "alias"
|
|
1440
|
+
} } },
|
|
1441
|
+
"size/xs/root": {
|
|
1442
|
+
gap: { rest: {
|
|
1443
|
+
type: "spacingAliases",
|
|
1444
|
+
value: "1",
|
|
1445
|
+
valueType: "alias"
|
|
1446
|
+
} },
|
|
1447
|
+
spacingHorizontal: { rest: {
|
|
1448
|
+
type: "spacingAliases",
|
|
1449
|
+
value: "2.5",
|
|
1450
|
+
valueType: "alias"
|
|
1451
|
+
} },
|
|
1452
|
+
spacingVertical: { rest: {
|
|
1453
|
+
type: "spacingAliases",
|
|
1454
|
+
value: "1.5",
|
|
1455
|
+
valueType: "alias"
|
|
1456
|
+
} },
|
|
1457
|
+
textVariant: { rest: {
|
|
1458
|
+
type: "textVariants",
|
|
1459
|
+
value: "ui3",
|
|
1460
|
+
valueType: "alias"
|
|
1461
|
+
} }
|
|
1462
|
+
},
|
|
1463
|
+
"variant/alert-secondary/icon": { color: {
|
|
1464
|
+
disabled: {
|
|
1465
|
+
type: "foregroundPaletteColors",
|
|
1466
|
+
value: "primary",
|
|
1467
|
+
valueType: "alias"
|
|
1468
|
+
},
|
|
1469
|
+
hover: {
|
|
1470
|
+
type: "foregroundPaletteColors",
|
|
1471
|
+
value: "primary",
|
|
1472
|
+
valueType: "alias"
|
|
1473
|
+
},
|
|
1474
|
+
pressed: {
|
|
1475
|
+
type: "foregroundPaletteColors",
|
|
1476
|
+
value: "primary",
|
|
1477
|
+
valueType: "alias"
|
|
1478
|
+
},
|
|
1479
|
+
rest: {
|
|
1480
|
+
type: "foregroundPaletteColors",
|
|
1481
|
+
value: "primary",
|
|
1482
|
+
valueType: "alias"
|
|
1483
|
+
}
|
|
1484
|
+
} },
|
|
1485
|
+
"variant/alert-secondary/root": {
|
|
1367
1486
|
backgroundColor: {
|
|
1368
1487
|
disabled: {
|
|
1369
1488
|
type: "backgroundPaletteColors",
|
|
@@ -1536,7 +1655,7 @@ const defaultUniversalTokensConfigAuto = {
|
|
|
1536
1655
|
}
|
|
1537
1656
|
}
|
|
1538
1657
|
},
|
|
1539
|
-
"variant/alert/icon": { color: {
|
|
1658
|
+
"variant/alert-tertiary/icon": { color: {
|
|
1540
1659
|
disabled: {
|
|
1541
1660
|
type: "foregroundPaletteColors",
|
|
1542
1661
|
value: "primary",
|
|
@@ -1558,26 +1677,26 @@ const defaultUniversalTokensConfigAuto = {
|
|
|
1558
1677
|
valueType: "alias"
|
|
1559
1678
|
}
|
|
1560
1679
|
} },
|
|
1561
|
-
"variant/alert/root": {
|
|
1680
|
+
"variant/alert-tertiary/root": {
|
|
1562
1681
|
backgroundColor: {
|
|
1563
1682
|
disabled: {
|
|
1564
1683
|
type: "backgroundPaletteColors",
|
|
1565
|
-
value: "
|
|
1684
|
+
value: "accent",
|
|
1566
1685
|
valueType: "alias"
|
|
1567
1686
|
},
|
|
1568
1687
|
hover: {
|
|
1569
1688
|
type: "backgroundPaletteColors",
|
|
1570
|
-
value: "
|
|
1689
|
+
value: "accent",
|
|
1571
1690
|
valueType: "alias"
|
|
1572
1691
|
},
|
|
1573
1692
|
pressed: {
|
|
1574
1693
|
type: "backgroundPaletteColors",
|
|
1575
|
-
value: "
|
|
1694
|
+
value: "accent",
|
|
1576
1695
|
valueType: "alias"
|
|
1577
1696
|
},
|
|
1578
1697
|
rest: {
|
|
1579
1698
|
type: "backgroundPaletteColors",
|
|
1580
|
-
value: "
|
|
1699
|
+
value: "accent",
|
|
1581
1700
|
valueType: "alias"
|
|
1582
1701
|
}
|
|
1583
1702
|
},
|
|
@@ -1731,7 +1850,202 @@ const defaultUniversalTokensConfigAuto = {
|
|
|
1731
1850
|
}
|
|
1732
1851
|
}
|
|
1733
1852
|
},
|
|
1734
|
-
"variant/
|
|
1853
|
+
"variant/alert/icon": { color: {
|
|
1854
|
+
disabled: {
|
|
1855
|
+
type: "foregroundPaletteColors",
|
|
1856
|
+
value: "primary",
|
|
1857
|
+
valueType: "alias"
|
|
1858
|
+
},
|
|
1859
|
+
hover: {
|
|
1860
|
+
type: "foregroundPaletteColors",
|
|
1861
|
+
value: "primary",
|
|
1862
|
+
valueType: "alias"
|
|
1863
|
+
},
|
|
1864
|
+
pressed: {
|
|
1865
|
+
type: "foregroundPaletteColors",
|
|
1866
|
+
value: "primary",
|
|
1867
|
+
valueType: "alias"
|
|
1868
|
+
},
|
|
1869
|
+
rest: {
|
|
1870
|
+
type: "foregroundPaletteColors",
|
|
1871
|
+
value: "primary",
|
|
1872
|
+
valueType: "alias"
|
|
1873
|
+
}
|
|
1874
|
+
} },
|
|
1875
|
+
"variant/alert/root": {
|
|
1876
|
+
backgroundColor: {
|
|
1877
|
+
disabled: {
|
|
1878
|
+
type: "backgroundPaletteColors",
|
|
1879
|
+
value: "alert",
|
|
1880
|
+
valueType: "alias"
|
|
1881
|
+
},
|
|
1882
|
+
hover: {
|
|
1883
|
+
type: "backgroundPaletteColors",
|
|
1884
|
+
value: "alert",
|
|
1885
|
+
valueType: "alias"
|
|
1886
|
+
},
|
|
1887
|
+
pressed: {
|
|
1888
|
+
type: "backgroundPaletteColors",
|
|
1889
|
+
value: "alert",
|
|
1890
|
+
valueType: "alias"
|
|
1891
|
+
},
|
|
1892
|
+
rest: {
|
|
1893
|
+
type: "backgroundPaletteColors",
|
|
1894
|
+
value: "alert",
|
|
1895
|
+
valueType: "alias"
|
|
1896
|
+
}
|
|
1897
|
+
},
|
|
1898
|
+
borderColor: {
|
|
1899
|
+
disabled: {
|
|
1900
|
+
type: "linePaletteColors",
|
|
1901
|
+
value: "tertiary",
|
|
1902
|
+
valueType: "alias"
|
|
1903
|
+
},
|
|
1904
|
+
hover: {
|
|
1905
|
+
type: "linePaletteColors",
|
|
1906
|
+
value: "tertiary",
|
|
1907
|
+
valueType: "alias"
|
|
1908
|
+
},
|
|
1909
|
+
pressed: {
|
|
1910
|
+
type: "linePaletteColors",
|
|
1911
|
+
value: "tertiary",
|
|
1912
|
+
valueType: "alias"
|
|
1913
|
+
},
|
|
1914
|
+
rest: {
|
|
1915
|
+
type: "linePaletteColors",
|
|
1916
|
+
value: "tertiary",
|
|
1917
|
+
valueType: "alias"
|
|
1918
|
+
}
|
|
1919
|
+
},
|
|
1920
|
+
borderRadius: {
|
|
1921
|
+
disabled: {
|
|
1922
|
+
type: "borderRadii",
|
|
1923
|
+
value: "full",
|
|
1924
|
+
valueType: "alias"
|
|
1925
|
+
},
|
|
1926
|
+
hover: {
|
|
1927
|
+
type: "borderRadii",
|
|
1928
|
+
value: "full",
|
|
1929
|
+
valueType: "alias"
|
|
1930
|
+
},
|
|
1931
|
+
pressed: {
|
|
1932
|
+
type: "borderRadii",
|
|
1933
|
+
value: "full",
|
|
1934
|
+
valueType: "alias"
|
|
1935
|
+
},
|
|
1936
|
+
rest: {
|
|
1937
|
+
type: "borderRadii",
|
|
1938
|
+
value: "full",
|
|
1939
|
+
valueType: "alias"
|
|
1940
|
+
}
|
|
1941
|
+
},
|
|
1942
|
+
borderWidth: {
|
|
1943
|
+
disabled: {
|
|
1944
|
+
type: "borderWidths",
|
|
1945
|
+
value: "none",
|
|
1946
|
+
valueType: "alias"
|
|
1947
|
+
},
|
|
1948
|
+
hover: {
|
|
1949
|
+
type: "borderWidths",
|
|
1950
|
+
value: "none",
|
|
1951
|
+
valueType: "alias"
|
|
1952
|
+
},
|
|
1953
|
+
pressed: {
|
|
1954
|
+
type: "borderWidths",
|
|
1955
|
+
value: "none",
|
|
1956
|
+
valueType: "alias"
|
|
1957
|
+
},
|
|
1958
|
+
rest: {
|
|
1959
|
+
type: "borderWidths",
|
|
1960
|
+
value: "none",
|
|
1961
|
+
valueType: "alias"
|
|
1962
|
+
}
|
|
1963
|
+
},
|
|
1964
|
+
color: {
|
|
1965
|
+
disabled: {
|
|
1966
|
+
type: "foregroundPaletteColors",
|
|
1967
|
+
value: "primary",
|
|
1968
|
+
valueType: "alias"
|
|
1969
|
+
},
|
|
1970
|
+
hover: {
|
|
1971
|
+
type: "foregroundPaletteColors",
|
|
1972
|
+
value: "primary",
|
|
1973
|
+
valueType: "alias"
|
|
1974
|
+
},
|
|
1975
|
+
pressed: {
|
|
1976
|
+
type: "foregroundPaletteColors",
|
|
1977
|
+
value: "primary",
|
|
1978
|
+
valueType: "alias"
|
|
1979
|
+
},
|
|
1980
|
+
rest: {
|
|
1981
|
+
type: "foregroundPaletteColors",
|
|
1982
|
+
value: "primary",
|
|
1983
|
+
valueType: "alias"
|
|
1984
|
+
}
|
|
1985
|
+
},
|
|
1986
|
+
insetShadow: {
|
|
1987
|
+
disabled: {
|
|
1988
|
+
type: "shadowVariantsWithInvert",
|
|
1989
|
+
value: "none",
|
|
1990
|
+
valueType: "alias"
|
|
1991
|
+
},
|
|
1992
|
+
hover: {
|
|
1993
|
+
type: "shadowVariantsWithInvert",
|
|
1994
|
+
value: "none",
|
|
1995
|
+
valueType: "alias"
|
|
1996
|
+
},
|
|
1997
|
+
pressed: {
|
|
1998
|
+
type: "shadowVariantsWithInvert",
|
|
1999
|
+
value: "none",
|
|
2000
|
+
valueType: "alias"
|
|
2001
|
+
},
|
|
2002
|
+
rest: {
|
|
2003
|
+
type: "shadowVariantsWithInvert",
|
|
2004
|
+
value: "none",
|
|
2005
|
+
valueType: "alias"
|
|
2006
|
+
}
|
|
2007
|
+
},
|
|
2008
|
+
opacity: { disabled: {
|
|
2009
|
+
type: "opacitySteps",
|
|
2010
|
+
value: "100",
|
|
2011
|
+
valueType: "alias"
|
|
2012
|
+
} },
|
|
2013
|
+
scaleEffect: {
|
|
2014
|
+
hover: {
|
|
2015
|
+
type: "scaleEffects",
|
|
2016
|
+
value: "none",
|
|
2017
|
+
valueType: "alias"
|
|
2018
|
+
},
|
|
2019
|
+
pressed: {
|
|
2020
|
+
type: "scaleEffects",
|
|
2021
|
+
value: "none",
|
|
2022
|
+
valueType: "alias"
|
|
2023
|
+
}
|
|
2024
|
+
},
|
|
2025
|
+
shadow: {
|
|
2026
|
+
disabled: {
|
|
2027
|
+
type: "shadowVariants",
|
|
2028
|
+
value: "none",
|
|
2029
|
+
valueType: "alias"
|
|
2030
|
+
},
|
|
2031
|
+
hover: {
|
|
2032
|
+
type: "shadowVariants",
|
|
2033
|
+
value: "none",
|
|
2034
|
+
valueType: "alias"
|
|
2035
|
+
},
|
|
2036
|
+
pressed: {
|
|
2037
|
+
type: "shadowVariants",
|
|
2038
|
+
value: "none",
|
|
2039
|
+
valueType: "alias"
|
|
2040
|
+
},
|
|
2041
|
+
rest: {
|
|
2042
|
+
type: "shadowVariants",
|
|
2043
|
+
value: "none",
|
|
2044
|
+
valueType: "alias"
|
|
2045
|
+
}
|
|
2046
|
+
}
|
|
2047
|
+
},
|
|
2048
|
+
"variant/brand-secondary/icon": { color: {
|
|
1735
2049
|
disabled: {
|
|
1736
2050
|
type: "foregroundPaletteColors",
|
|
1737
2051
|
value: "primary",
|
|
@@ -10460,533 +10774,1544 @@ const defaultUniversalTokensConfigAuto = {
|
|
|
10460
10774
|
} } },
|
|
10461
10775
|
"variant/on-color/iconEnd": { color: {
|
|
10462
10776
|
hover: {
|
|
10463
|
-
type: "foregroundPaletteColors",
|
|
10464
|
-
value: "on-color",
|
|
10777
|
+
type: "foregroundPaletteColors",
|
|
10778
|
+
value: "on-color",
|
|
10779
|
+
valueType: "alias"
|
|
10780
|
+
},
|
|
10781
|
+
pressed: {
|
|
10782
|
+
type: "foregroundPaletteColors",
|
|
10783
|
+
value: "on-color",
|
|
10784
|
+
valueType: "alias"
|
|
10785
|
+
},
|
|
10786
|
+
rest: {
|
|
10787
|
+
type: "foregroundPaletteColors",
|
|
10788
|
+
value: "on-color",
|
|
10789
|
+
valueType: "alias"
|
|
10790
|
+
}
|
|
10791
|
+
} },
|
|
10792
|
+
"variant/on-color/iconStart": { color: {
|
|
10793
|
+
hover: {
|
|
10794
|
+
type: "foregroundPaletteColors",
|
|
10795
|
+
value: "on-color",
|
|
10796
|
+
valueType: "alias"
|
|
10797
|
+
},
|
|
10798
|
+
pressed: {
|
|
10799
|
+
type: "foregroundPaletteColors",
|
|
10800
|
+
value: "on-color",
|
|
10801
|
+
valueType: "alias"
|
|
10802
|
+
},
|
|
10803
|
+
rest: {
|
|
10804
|
+
type: "foregroundPaletteColors",
|
|
10805
|
+
value: "on-color",
|
|
10806
|
+
valueType: "alias"
|
|
10807
|
+
}
|
|
10808
|
+
} },
|
|
10809
|
+
"variant/on-color/root": {
|
|
10810
|
+
color: {
|
|
10811
|
+
hover: {
|
|
10812
|
+
type: "foregroundPaletteColors",
|
|
10813
|
+
value: "on-color",
|
|
10814
|
+
valueType: "alias"
|
|
10815
|
+
},
|
|
10816
|
+
pressed: {
|
|
10817
|
+
type: "foregroundPaletteColors",
|
|
10818
|
+
value: "on-color",
|
|
10819
|
+
valueType: "alias"
|
|
10820
|
+
},
|
|
10821
|
+
rest: {
|
|
10822
|
+
type: "foregroundPaletteColors",
|
|
10823
|
+
value: "on-color",
|
|
10824
|
+
valueType: "alias"
|
|
10825
|
+
}
|
|
10826
|
+
},
|
|
10827
|
+
textDecorationLine: {
|
|
10828
|
+
hover: {
|
|
10829
|
+
type: "textDecorationLines",
|
|
10830
|
+
value: "none",
|
|
10831
|
+
valueType: "alias"
|
|
10832
|
+
},
|
|
10833
|
+
pressed: {
|
|
10834
|
+
type: "textDecorationLines",
|
|
10835
|
+
value: "none",
|
|
10836
|
+
valueType: "alias"
|
|
10837
|
+
},
|
|
10838
|
+
rest: {
|
|
10839
|
+
type: "textDecorationLines",
|
|
10840
|
+
value: "none",
|
|
10841
|
+
valueType: "alias"
|
|
10842
|
+
}
|
|
10843
|
+
}
|
|
10844
|
+
},
|
|
10845
|
+
"variant/primary/iconEnd": { color: {
|
|
10846
|
+
hover: {
|
|
10847
|
+
type: "foregroundPaletteColors",
|
|
10848
|
+
value: "primary",
|
|
10849
|
+
valueType: "alias"
|
|
10850
|
+
},
|
|
10851
|
+
pressed: {
|
|
10852
|
+
type: "foregroundPaletteColors",
|
|
10853
|
+
value: "primary",
|
|
10854
|
+
valueType: "alias"
|
|
10855
|
+
},
|
|
10856
|
+
rest: {
|
|
10857
|
+
type: "foregroundPaletteColors",
|
|
10858
|
+
value: "primary",
|
|
10859
|
+
valueType: "alias"
|
|
10860
|
+
}
|
|
10861
|
+
} },
|
|
10862
|
+
"variant/primary/iconStart": { color: {
|
|
10863
|
+
hover: {
|
|
10864
|
+
type: "foregroundPaletteColors",
|
|
10865
|
+
value: "primary",
|
|
10866
|
+
valueType: "alias"
|
|
10867
|
+
},
|
|
10868
|
+
pressed: {
|
|
10869
|
+
type: "foregroundPaletteColors",
|
|
10870
|
+
value: "primary",
|
|
10871
|
+
valueType: "alias"
|
|
10872
|
+
},
|
|
10873
|
+
rest: {
|
|
10874
|
+
type: "foregroundPaletteColors",
|
|
10875
|
+
value: "primary",
|
|
10876
|
+
valueType: "alias"
|
|
10877
|
+
}
|
|
10878
|
+
} },
|
|
10879
|
+
"variant/primary/root": {
|
|
10880
|
+
color: {
|
|
10881
|
+
hover: {
|
|
10882
|
+
type: "foregroundPaletteColors",
|
|
10883
|
+
value: "primary",
|
|
10884
|
+
valueType: "alias"
|
|
10885
|
+
},
|
|
10886
|
+
pressed: {
|
|
10887
|
+
type: "foregroundPaletteColors",
|
|
10888
|
+
value: "primary",
|
|
10889
|
+
valueType: "alias"
|
|
10890
|
+
},
|
|
10891
|
+
rest: {
|
|
10892
|
+
type: "foregroundPaletteColors",
|
|
10893
|
+
value: "primary",
|
|
10894
|
+
valueType: "alias"
|
|
10895
|
+
}
|
|
10896
|
+
},
|
|
10897
|
+
textDecorationLine: {
|
|
10898
|
+
hover: {
|
|
10899
|
+
type: "textDecorationLines",
|
|
10900
|
+
value: "none",
|
|
10901
|
+
valueType: "alias"
|
|
10902
|
+
},
|
|
10903
|
+
pressed: {
|
|
10904
|
+
type: "textDecorationLines",
|
|
10905
|
+
value: "none",
|
|
10906
|
+
valueType: "alias"
|
|
10907
|
+
},
|
|
10908
|
+
rest: {
|
|
10909
|
+
type: "textDecorationLines",
|
|
10910
|
+
value: "none",
|
|
10911
|
+
valueType: "alias"
|
|
10912
|
+
}
|
|
10913
|
+
}
|
|
10914
|
+
},
|
|
10915
|
+
"variant/secondary/iconEnd": { color: {
|
|
10916
|
+
hover: {
|
|
10917
|
+
type: "foregroundPaletteColors",
|
|
10918
|
+
value: "secondary",
|
|
10919
|
+
valueType: "alias"
|
|
10920
|
+
},
|
|
10921
|
+
pressed: {
|
|
10922
|
+
type: "foregroundPaletteColors",
|
|
10923
|
+
value: "secondary",
|
|
10924
|
+
valueType: "alias"
|
|
10925
|
+
},
|
|
10926
|
+
rest: {
|
|
10927
|
+
type: "foregroundPaletteColors",
|
|
10928
|
+
value: "secondary",
|
|
10929
|
+
valueType: "alias"
|
|
10930
|
+
}
|
|
10931
|
+
} },
|
|
10932
|
+
"variant/secondary/iconStart": { color: {
|
|
10933
|
+
hover: {
|
|
10934
|
+
type: "foregroundPaletteColors",
|
|
10935
|
+
value: "secondary",
|
|
10936
|
+
valueType: "alias"
|
|
10937
|
+
},
|
|
10938
|
+
pressed: {
|
|
10939
|
+
type: "foregroundPaletteColors",
|
|
10940
|
+
value: "secondary",
|
|
10941
|
+
valueType: "alias"
|
|
10942
|
+
},
|
|
10943
|
+
rest: {
|
|
10944
|
+
type: "foregroundPaletteColors",
|
|
10945
|
+
value: "secondary",
|
|
10946
|
+
valueType: "alias"
|
|
10947
|
+
}
|
|
10948
|
+
} },
|
|
10949
|
+
"variant/secondary/root": {
|
|
10950
|
+
color: {
|
|
10951
|
+
hover: {
|
|
10952
|
+
type: "foregroundPaletteColors",
|
|
10953
|
+
value: "secondary",
|
|
10954
|
+
valueType: "alias"
|
|
10955
|
+
},
|
|
10956
|
+
pressed: {
|
|
10957
|
+
type: "foregroundPaletteColors",
|
|
10958
|
+
value: "secondary",
|
|
10959
|
+
valueType: "alias"
|
|
10960
|
+
},
|
|
10961
|
+
rest: {
|
|
10962
|
+
type: "foregroundPaletteColors",
|
|
10963
|
+
value: "secondary",
|
|
10964
|
+
valueType: "alias"
|
|
10965
|
+
}
|
|
10966
|
+
},
|
|
10967
|
+
textDecorationLine: {
|
|
10968
|
+
hover: {
|
|
10969
|
+
type: "textDecorationLines",
|
|
10970
|
+
value: "none",
|
|
10971
|
+
valueType: "alias"
|
|
10972
|
+
},
|
|
10973
|
+
pressed: {
|
|
10974
|
+
type: "textDecorationLines",
|
|
10975
|
+
value: "none",
|
|
10976
|
+
valueType: "alias"
|
|
10977
|
+
},
|
|
10978
|
+
rest: {
|
|
10979
|
+
type: "textDecorationLines",
|
|
10980
|
+
value: "none",
|
|
10981
|
+
valueType: "alias"
|
|
10982
|
+
}
|
|
10983
|
+
}
|
|
10984
|
+
},
|
|
10985
|
+
"variant/tertiary/iconEnd": { color: {
|
|
10986
|
+
hover: {
|
|
10987
|
+
type: "foregroundPaletteColors",
|
|
10988
|
+
value: "tertiary",
|
|
10989
|
+
valueType: "alias"
|
|
10990
|
+
},
|
|
10991
|
+
pressed: {
|
|
10992
|
+
type: "foregroundPaletteColors",
|
|
10993
|
+
value: "tertiary",
|
|
10994
|
+
valueType: "alias"
|
|
10995
|
+
},
|
|
10996
|
+
rest: {
|
|
10997
|
+
type: "foregroundPaletteColors",
|
|
10998
|
+
value: "tertiary",
|
|
10999
|
+
valueType: "alias"
|
|
11000
|
+
}
|
|
11001
|
+
} },
|
|
11002
|
+
"variant/tertiary/iconStart": { color: {
|
|
11003
|
+
hover: {
|
|
11004
|
+
type: "foregroundPaletteColors",
|
|
11005
|
+
value: "tertiary",
|
|
11006
|
+
valueType: "alias"
|
|
11007
|
+
},
|
|
11008
|
+
pressed: {
|
|
11009
|
+
type: "foregroundPaletteColors",
|
|
11010
|
+
value: "tertiary",
|
|
11011
|
+
valueType: "alias"
|
|
11012
|
+
},
|
|
11013
|
+
rest: {
|
|
11014
|
+
type: "foregroundPaletteColors",
|
|
11015
|
+
value: "tertiary",
|
|
11016
|
+
valueType: "alias"
|
|
11017
|
+
}
|
|
11018
|
+
} },
|
|
11019
|
+
"variant/tertiary/root": {
|
|
11020
|
+
color: {
|
|
11021
|
+
hover: {
|
|
11022
|
+
type: "foregroundPaletteColors",
|
|
11023
|
+
value: "tertiary",
|
|
11024
|
+
valueType: "alias"
|
|
11025
|
+
},
|
|
11026
|
+
pressed: {
|
|
11027
|
+
type: "foregroundPaletteColors",
|
|
11028
|
+
value: "tertiary",
|
|
11029
|
+
valueType: "alias"
|
|
11030
|
+
},
|
|
11031
|
+
rest: {
|
|
11032
|
+
type: "foregroundPaletteColors",
|
|
11033
|
+
value: "tertiary",
|
|
11034
|
+
valueType: "alias"
|
|
11035
|
+
}
|
|
11036
|
+
},
|
|
11037
|
+
textDecorationLine: {
|
|
11038
|
+
hover: {
|
|
11039
|
+
type: "textDecorationLines",
|
|
11040
|
+
value: "none",
|
|
11041
|
+
valueType: "alias"
|
|
11042
|
+
},
|
|
11043
|
+
pressed: {
|
|
11044
|
+
type: "textDecorationLines",
|
|
11045
|
+
value: "none",
|
|
11046
|
+
valueType: "alias"
|
|
11047
|
+
},
|
|
11048
|
+
rest: {
|
|
11049
|
+
type: "textDecorationLines",
|
|
11050
|
+
value: "none",
|
|
11051
|
+
valueType: "alias"
|
|
11052
|
+
}
|
|
11053
|
+
}
|
|
11054
|
+
}
|
|
11055
|
+
}
|
|
11056
|
+
},
|
|
11057
|
+
menuContent: {
|
|
11058
|
+
defaults: {
|
|
11059
|
+
size: "default",
|
|
11060
|
+
variant: "default"
|
|
11061
|
+
},
|
|
11062
|
+
variables: {
|
|
11063
|
+
"size/default/root": {
|
|
11064
|
+
borderRadius: { rest: {
|
|
11065
|
+
type: "borderRadii",
|
|
11066
|
+
value: "md",
|
|
11067
|
+
valueType: "alias"
|
|
11068
|
+
} },
|
|
11069
|
+
borderWidth: { rest: {
|
|
11070
|
+
type: "borderWidths",
|
|
11071
|
+
value: "thin",
|
|
11072
|
+
valueType: "alias"
|
|
11073
|
+
} },
|
|
11074
|
+
gap: { rest: {
|
|
11075
|
+
type: "spacingAliases",
|
|
11076
|
+
value: "0",
|
|
11077
|
+
valueType: "alias"
|
|
11078
|
+
} },
|
|
11079
|
+
shadow: { rest: {
|
|
11080
|
+
type: "shadowVariants",
|
|
11081
|
+
value: "lg",
|
|
11082
|
+
valueType: "alias"
|
|
11083
|
+
} },
|
|
11084
|
+
spacingHorizontal: { rest: {
|
|
11085
|
+
type: "spacingAliases",
|
|
11086
|
+
value: "0",
|
|
11087
|
+
valueType: "alias"
|
|
11088
|
+
} },
|
|
11089
|
+
spacingVertical: { rest: {
|
|
11090
|
+
type: "spacingAliases",
|
|
11091
|
+
value: "0",
|
|
11092
|
+
valueType: "alias"
|
|
11093
|
+
} }
|
|
11094
|
+
},
|
|
11095
|
+
"variant/default/root": {
|
|
11096
|
+
backgroundColor: { rest: {
|
|
11097
|
+
type: "backgroundPaletteColors",
|
|
11098
|
+
value: "primary",
|
|
11099
|
+
valueType: "alias"
|
|
11100
|
+
} },
|
|
11101
|
+
borderColor: { rest: {
|
|
11102
|
+
type: "spectrumColors",
|
|
11103
|
+
value: "gray-3",
|
|
11104
|
+
valueType: "alias"
|
|
11105
|
+
} }
|
|
11106
|
+
}
|
|
11107
|
+
}
|
|
11108
|
+
},
|
|
11109
|
+
menuItem: {
|
|
11110
|
+
defaults: {
|
|
11111
|
+
size: "default",
|
|
11112
|
+
variant: "default"
|
|
11113
|
+
},
|
|
11114
|
+
variables: {
|
|
11115
|
+
"divider/variant/default/line": {
|
|
11116
|
+
borderColor: { rest: {
|
|
11117
|
+
type: "alwaysPaletteAliases",
|
|
11118
|
+
value: "always/transparent",
|
|
11119
|
+
valueType: "alias"
|
|
11120
|
+
} },
|
|
11121
|
+
borderWidth: { rest: {
|
|
11122
|
+
type: "borderWidths",
|
|
11123
|
+
value: "thin",
|
|
11124
|
+
valueType: "alias"
|
|
11125
|
+
} }
|
|
11126
|
+
},
|
|
11127
|
+
"divider/variant/default/root": {},
|
|
11128
|
+
"divider/variant/default/text": {
|
|
11129
|
+
color: { rest: {
|
|
11130
|
+
type: "foregroundPaletteColors",
|
|
11131
|
+
value: "muted",
|
|
11132
|
+
valueType: "alias"
|
|
11133
|
+
} },
|
|
11134
|
+
textVariant: { rest: {
|
|
11135
|
+
type: "textVariants",
|
|
11136
|
+
value: "label3",
|
|
11137
|
+
valueType: "alias"
|
|
11138
|
+
} }
|
|
11139
|
+
},
|
|
11140
|
+
"item/variant/default/active/off/icon": { color: {
|
|
11141
|
+
focused: {
|
|
11142
|
+
type: "foregroundPaletteColors",
|
|
11143
|
+
value: "brand",
|
|
11144
|
+
valueType: "alias"
|
|
11145
|
+
},
|
|
11146
|
+
hover: {
|
|
11147
|
+
type: "foregroundPaletteColors",
|
|
11148
|
+
value: "brand",
|
|
11149
|
+
valueType: "alias"
|
|
11150
|
+
},
|
|
11151
|
+
rest: {
|
|
11152
|
+
type: "foregroundPaletteColors",
|
|
11153
|
+
value: "brand",
|
|
11154
|
+
valueType: "alias"
|
|
11155
|
+
}
|
|
11156
|
+
} },
|
|
11157
|
+
"item/variant/default/active/off/root": { backgroundColor: {
|
|
11158
|
+
focused: {
|
|
11159
|
+
type: "backgroundPaletteColors",
|
|
11160
|
+
value: "brand-secondary",
|
|
11161
|
+
valueType: "alias"
|
|
11162
|
+
},
|
|
11163
|
+
hover: {
|
|
11164
|
+
type: "backgroundPaletteColors",
|
|
11165
|
+
value: "brand-secondary",
|
|
11166
|
+
valueType: "alias"
|
|
11167
|
+
},
|
|
11168
|
+
rest: {
|
|
11169
|
+
type: "backgroundPaletteColors",
|
|
11170
|
+
value: "brand-secondary",
|
|
11171
|
+
valueType: "alias"
|
|
11172
|
+
}
|
|
11173
|
+
} },
|
|
11174
|
+
"item/variant/default/active/off/text": {
|
|
11175
|
+
color: {
|
|
11176
|
+
focused: {
|
|
11177
|
+
type: "foregroundPaletteColors",
|
|
11178
|
+
value: "brand",
|
|
11179
|
+
valueType: "alias"
|
|
11180
|
+
},
|
|
11181
|
+
hover: {
|
|
11182
|
+
type: "foregroundPaletteColors",
|
|
11183
|
+
value: "brand",
|
|
11184
|
+
valueType: "alias"
|
|
11185
|
+
},
|
|
11186
|
+
rest: {
|
|
11187
|
+
type: "foregroundPaletteColors",
|
|
11188
|
+
value: "brand",
|
|
11189
|
+
valueType: "alias"
|
|
11190
|
+
}
|
|
11191
|
+
},
|
|
11192
|
+
textVariant: {
|
|
11193
|
+
focused: {
|
|
11194
|
+
type: "textVariants",
|
|
11195
|
+
value: "label2",
|
|
11196
|
+
valueType: "alias"
|
|
11197
|
+
},
|
|
11198
|
+
hover: {
|
|
11199
|
+
type: "textVariants",
|
|
11200
|
+
value: "label2",
|
|
11201
|
+
valueType: "alias"
|
|
11202
|
+
},
|
|
11203
|
+
rest: {
|
|
11204
|
+
type: "textVariants",
|
|
11205
|
+
value: "label2",
|
|
11206
|
+
valueType: "alias"
|
|
11207
|
+
}
|
|
11208
|
+
}
|
|
11209
|
+
},
|
|
11210
|
+
"item/variant/default/active/on/icon": { color: {
|
|
11211
|
+
focused: {
|
|
11212
|
+
type: "foregroundPaletteColors",
|
|
11213
|
+
value: "brand",
|
|
11214
|
+
valueType: "alias"
|
|
11215
|
+
},
|
|
11216
|
+
hover: {
|
|
11217
|
+
type: "foregroundPaletteColors",
|
|
11218
|
+
value: "brand",
|
|
11219
|
+
valueType: "alias"
|
|
11220
|
+
},
|
|
11221
|
+
rest: {
|
|
11222
|
+
type: "foregroundPaletteColors",
|
|
11223
|
+
value: "brand",
|
|
11224
|
+
valueType: "alias"
|
|
11225
|
+
}
|
|
11226
|
+
} },
|
|
11227
|
+
"item/variant/default/active/on/root": { backgroundColor: {
|
|
11228
|
+
focused: {
|
|
11229
|
+
type: "backgroundPaletteColors",
|
|
11230
|
+
value: "brand-secondary",
|
|
11231
|
+
valueType: "alias"
|
|
11232
|
+
},
|
|
11233
|
+
hover: {
|
|
11234
|
+
type: "backgroundPaletteColors",
|
|
11235
|
+
value: "brand-secondary",
|
|
11236
|
+
valueType: "alias"
|
|
11237
|
+
},
|
|
11238
|
+
rest: {
|
|
11239
|
+
type: "backgroundPaletteColors",
|
|
11240
|
+
value: "brand-secondary",
|
|
11241
|
+
valueType: "alias"
|
|
11242
|
+
}
|
|
11243
|
+
} },
|
|
11244
|
+
"item/variant/default/active/on/text": {
|
|
11245
|
+
color: {
|
|
11246
|
+
focused: {
|
|
11247
|
+
type: "foregroundPaletteColors",
|
|
11248
|
+
value: "brand",
|
|
11249
|
+
valueType: "alias"
|
|
11250
|
+
},
|
|
11251
|
+
hover: {
|
|
11252
|
+
type: "foregroundPaletteColors",
|
|
11253
|
+
value: "brand",
|
|
11254
|
+
valueType: "alias"
|
|
11255
|
+
},
|
|
11256
|
+
rest: {
|
|
11257
|
+
type: "foregroundPaletteColors",
|
|
11258
|
+
value: "brand",
|
|
11259
|
+
valueType: "alias"
|
|
11260
|
+
}
|
|
11261
|
+
},
|
|
11262
|
+
textVariant: {
|
|
11263
|
+
focused: {
|
|
11264
|
+
type: "textVariants",
|
|
11265
|
+
value: "label2",
|
|
11266
|
+
valueType: "alias"
|
|
11267
|
+
},
|
|
11268
|
+
hover: {
|
|
11269
|
+
type: "textVariants",
|
|
11270
|
+
value: "label2",
|
|
11271
|
+
valueType: "alias"
|
|
11272
|
+
},
|
|
11273
|
+
rest: {
|
|
11274
|
+
type: "textVariants",
|
|
11275
|
+
value: "label2",
|
|
11276
|
+
valueType: "alias"
|
|
11277
|
+
}
|
|
11278
|
+
}
|
|
11279
|
+
},
|
|
11280
|
+
"itemCheckbox/variant/default/active/off/endIcon": { color: {
|
|
11281
|
+
focused: {
|
|
11282
|
+
type: "foregroundPaletteColors",
|
|
11283
|
+
value: "brand",
|
|
11284
|
+
valueType: "alias"
|
|
11285
|
+
},
|
|
11286
|
+
hover: {
|
|
11287
|
+
type: "foregroundPaletteColors",
|
|
11288
|
+
value: "brand",
|
|
11289
|
+
valueType: "alias"
|
|
11290
|
+
},
|
|
11291
|
+
rest: {
|
|
11292
|
+
type: "foregroundPaletteColors",
|
|
11293
|
+
value: "brand",
|
|
11294
|
+
valueType: "alias"
|
|
11295
|
+
}
|
|
11296
|
+
} },
|
|
11297
|
+
"itemCheckbox/variant/default/active/off/root": { backgroundColor: {
|
|
11298
|
+
focused: {
|
|
11299
|
+
type: "backgroundPaletteColors",
|
|
11300
|
+
value: "brand-secondary",
|
|
11301
|
+
valueType: "alias"
|
|
11302
|
+
},
|
|
11303
|
+
hover: {
|
|
11304
|
+
type: "backgroundPaletteColors",
|
|
11305
|
+
value: "brand-secondary",
|
|
11306
|
+
valueType: "alias"
|
|
11307
|
+
},
|
|
11308
|
+
rest: {
|
|
11309
|
+
type: "backgroundPaletteColors",
|
|
11310
|
+
value: "brand-secondary",
|
|
11311
|
+
valueType: "alias"
|
|
11312
|
+
}
|
|
11313
|
+
} },
|
|
11314
|
+
"itemCheckbox/variant/default/active/off/startIcon": { color: {
|
|
11315
|
+
focused: {
|
|
11316
|
+
type: "foregroundPaletteColors",
|
|
11317
|
+
value: "brand",
|
|
11318
|
+
valueType: "alias"
|
|
11319
|
+
},
|
|
11320
|
+
hover: {
|
|
11321
|
+
type: "foregroundPaletteColors",
|
|
11322
|
+
value: "brand",
|
|
11323
|
+
valueType: "alias"
|
|
11324
|
+
},
|
|
11325
|
+
rest: {
|
|
11326
|
+
type: "foregroundPaletteColors",
|
|
11327
|
+
value: "brand",
|
|
11328
|
+
valueType: "alias"
|
|
11329
|
+
}
|
|
11330
|
+
} },
|
|
11331
|
+
"itemCheckbox/variant/default/active/off/text": {
|
|
11332
|
+
color: {
|
|
11333
|
+
focused: {
|
|
11334
|
+
type: "foregroundPaletteColors",
|
|
11335
|
+
value: "brand",
|
|
11336
|
+
valueType: "alias"
|
|
11337
|
+
},
|
|
11338
|
+
hover: {
|
|
11339
|
+
type: "foregroundPaletteColors",
|
|
11340
|
+
value: "brand",
|
|
11341
|
+
valueType: "alias"
|
|
11342
|
+
},
|
|
11343
|
+
rest: {
|
|
11344
|
+
type: "foregroundPaletteColors",
|
|
11345
|
+
value: "brand",
|
|
11346
|
+
valueType: "alias"
|
|
11347
|
+
}
|
|
11348
|
+
},
|
|
11349
|
+
textVariant: {
|
|
11350
|
+
focused: {
|
|
11351
|
+
type: "textVariants",
|
|
11352
|
+
value: "label2",
|
|
11353
|
+
valueType: "alias"
|
|
11354
|
+
},
|
|
11355
|
+
hover: {
|
|
11356
|
+
type: "textVariants",
|
|
11357
|
+
value: "label2",
|
|
11358
|
+
valueType: "alias"
|
|
11359
|
+
},
|
|
11360
|
+
rest: {
|
|
11361
|
+
type: "textVariants",
|
|
11362
|
+
value: "label2",
|
|
11363
|
+
valueType: "alias"
|
|
11364
|
+
}
|
|
11365
|
+
}
|
|
11366
|
+
},
|
|
11367
|
+
"itemCheckbox/variant/default/active/on/endIcon": { color: {
|
|
11368
|
+
focused: {
|
|
11369
|
+
type: "foregroundPaletteColors",
|
|
11370
|
+
value: "brand",
|
|
11371
|
+
valueType: "alias"
|
|
11372
|
+
},
|
|
11373
|
+
hover: {
|
|
11374
|
+
type: "foregroundPaletteColors",
|
|
11375
|
+
value: "brand",
|
|
11376
|
+
valueType: "alias"
|
|
11377
|
+
},
|
|
11378
|
+
rest: {
|
|
11379
|
+
type: "foregroundPaletteColors",
|
|
11380
|
+
value: "brand",
|
|
11381
|
+
valueType: "alias"
|
|
11382
|
+
}
|
|
11383
|
+
} },
|
|
11384
|
+
"itemCheckbox/variant/default/active/on/root": { backgroundColor: {
|
|
11385
|
+
focused: {
|
|
11386
|
+
type: "backgroundPaletteColors",
|
|
11387
|
+
value: "brand-secondary",
|
|
11388
|
+
valueType: "alias"
|
|
11389
|
+
},
|
|
11390
|
+
hover: {
|
|
11391
|
+
type: "backgroundPaletteColors",
|
|
11392
|
+
value: "brand-secondary",
|
|
11393
|
+
valueType: "alias"
|
|
11394
|
+
},
|
|
11395
|
+
rest: {
|
|
11396
|
+
type: "backgroundPaletteColors",
|
|
11397
|
+
value: "brand-secondary",
|
|
11398
|
+
valueType: "alias"
|
|
11399
|
+
}
|
|
11400
|
+
} },
|
|
11401
|
+
"itemCheckbox/variant/default/active/on/startIcon": { color: {
|
|
11402
|
+
focused: {
|
|
11403
|
+
type: "foregroundPaletteColors",
|
|
11404
|
+
value: "brand",
|
|
11405
|
+
valueType: "alias"
|
|
11406
|
+
},
|
|
11407
|
+
hover: {
|
|
11408
|
+
type: "foregroundPaletteColors",
|
|
11409
|
+
value: "brand",
|
|
11410
|
+
valueType: "alias"
|
|
11411
|
+
},
|
|
11412
|
+
rest: {
|
|
11413
|
+
type: "foregroundPaletteColors",
|
|
11414
|
+
value: "brand",
|
|
11415
|
+
valueType: "alias"
|
|
11416
|
+
}
|
|
11417
|
+
} },
|
|
11418
|
+
"itemCheckbox/variant/default/active/on/text": {
|
|
11419
|
+
color: {
|
|
11420
|
+
focused: {
|
|
11421
|
+
type: "foregroundPaletteColors",
|
|
11422
|
+
value: "brand",
|
|
11423
|
+
valueType: "alias"
|
|
11424
|
+
},
|
|
11425
|
+
hover: {
|
|
11426
|
+
type: "foregroundPaletteColors",
|
|
11427
|
+
value: "brand",
|
|
11428
|
+
valueType: "alias"
|
|
11429
|
+
},
|
|
11430
|
+
rest: {
|
|
11431
|
+
type: "foregroundPaletteColors",
|
|
11432
|
+
value: "brand",
|
|
11433
|
+
valueType: "alias"
|
|
11434
|
+
}
|
|
11435
|
+
},
|
|
11436
|
+
textVariant: {
|
|
11437
|
+
focused: {
|
|
11438
|
+
type: "textVariants",
|
|
11439
|
+
value: "label2",
|
|
11440
|
+
valueType: "alias"
|
|
11441
|
+
},
|
|
11442
|
+
hover: {
|
|
11443
|
+
type: "textVariants",
|
|
11444
|
+
value: "label2",
|
|
11445
|
+
valueType: "alias"
|
|
11446
|
+
},
|
|
11447
|
+
rest: {
|
|
11448
|
+
type: "textVariants",
|
|
11449
|
+
value: "label2",
|
|
11450
|
+
valueType: "alias"
|
|
11451
|
+
}
|
|
11452
|
+
}
|
|
11453
|
+
},
|
|
11454
|
+
"size/default/endIcon": { size: { rest: {
|
|
11455
|
+
type: "iconSizes",
|
|
11456
|
+
value: "sm",
|
|
11457
|
+
valueType: "alias"
|
|
11458
|
+
} } },
|
|
11459
|
+
"size/default/root": {},
|
|
11460
|
+
"size/default/startIcon": { size: { rest: {
|
|
11461
|
+
type: "iconSizes",
|
|
11462
|
+
value: "sm",
|
|
11463
|
+
valueType: "alias"
|
|
11464
|
+
} } }
|
|
11465
|
+
}
|
|
11466
|
+
},
|
|
11467
|
+
popover: {
|
|
11468
|
+
defaults: {
|
|
11469
|
+
size: "default",
|
|
11470
|
+
variant: "default"
|
|
11471
|
+
},
|
|
11472
|
+
variables: {
|
|
11473
|
+
"size/default/closeIcon": { size: { rest: {
|
|
11474
|
+
type: "iconSizes",
|
|
11475
|
+
value: "sm",
|
|
11476
|
+
valueType: "alias"
|
|
11477
|
+
} } },
|
|
11478
|
+
"size/default/closeIconContainer": { spacing: { rest: {
|
|
11479
|
+
type: "spacingAliases",
|
|
11480
|
+
value: "2",
|
|
11481
|
+
valueType: "alias"
|
|
11482
|
+
} } },
|
|
11483
|
+
"size/default/contentWrapper": {
|
|
11484
|
+
gap: { rest: {
|
|
11485
|
+
type: "spacingAliases",
|
|
11486
|
+
value: "3",
|
|
11487
|
+
valueType: "alias"
|
|
11488
|
+
} },
|
|
11489
|
+
spacingHorizontal: { rest: {
|
|
11490
|
+
type: "spacingAliases",
|
|
11491
|
+
value: "5",
|
|
11492
|
+
valueType: "alias"
|
|
11493
|
+
} },
|
|
11494
|
+
spacingVertical: { rest: {
|
|
11495
|
+
type: "spacingAliases",
|
|
11496
|
+
value: "5",
|
|
11497
|
+
valueType: "alias"
|
|
11498
|
+
} }
|
|
11499
|
+
},
|
|
11500
|
+
"size/default/root": { shadow: { rest: {
|
|
11501
|
+
type: "elevationAliases",
|
|
11502
|
+
value: "elevation-4",
|
|
11503
|
+
valueType: "alias"
|
|
11504
|
+
} } },
|
|
11505
|
+
"size/default/svgBase": { borderRadius: { rest: {
|
|
11506
|
+
type: "borderRadii",
|
|
11507
|
+
value: "lg",
|
|
11508
|
+
valueType: "alias"
|
|
11509
|
+
} } },
|
|
11510
|
+
"size/default/svgBorder": { strokeWidth: { rest: {
|
|
11511
|
+
type: "elevationAliases",
|
|
11512
|
+
value: "elevation-4",
|
|
11513
|
+
valueType: "alias"
|
|
11514
|
+
} } },
|
|
11515
|
+
"variant/default/blur": { backdropBlur: { rest: {
|
|
11516
|
+
type: "positiveIntegers",
|
|
11517
|
+
value: 0,
|
|
11518
|
+
valueType: "alias"
|
|
11519
|
+
} } },
|
|
11520
|
+
"variant/default/closeIcon": { color: { rest: {
|
|
11521
|
+
type: "foregroundPaletteColors",
|
|
11522
|
+
value: "primary",
|
|
11523
|
+
valueType: "alias"
|
|
11524
|
+
} } },
|
|
11525
|
+
"variant/default/root": {},
|
|
11526
|
+
"variant/default/svgBase": {
|
|
11527
|
+
backgroundColor: { rest: {
|
|
11528
|
+
type: "elevationAliases",
|
|
11529
|
+
value: "elevation-4",
|
|
11530
|
+
valueType: "alias"
|
|
11531
|
+
} },
|
|
11532
|
+
blurBackgroundColorFallback: { rest: {
|
|
11533
|
+
type: "elevationAliases",
|
|
11534
|
+
value: "elevation-4",
|
|
11535
|
+
valueType: "alias"
|
|
11536
|
+
} },
|
|
11537
|
+
fillOpacity: { rest: {
|
|
11538
|
+
type: "opacitySteps",
|
|
11539
|
+
value: "100",
|
|
11540
|
+
valueType: "alias"
|
|
11541
|
+
} }
|
|
11542
|
+
},
|
|
11543
|
+
"variant/default/svgBorder": { stroke: { rest: {
|
|
11544
|
+
type: "elevationAliases",
|
|
11545
|
+
value: "elevation-4",
|
|
11546
|
+
valueType: "alias"
|
|
11547
|
+
} } }
|
|
11548
|
+
}
|
|
11549
|
+
},
|
|
11550
|
+
radio: {
|
|
11551
|
+
defaults: {
|
|
11552
|
+
size: "sm",
|
|
11553
|
+
variant: "primary"
|
|
11554
|
+
},
|
|
11555
|
+
variables: {
|
|
11556
|
+
"size/md/radio": {
|
|
11557
|
+
borderWidth: { rest: {
|
|
11558
|
+
type: "borderWidths",
|
|
11559
|
+
value: "thin",
|
|
11560
|
+
valueType: "alias"
|
|
11561
|
+
} },
|
|
11562
|
+
height: { rest: {
|
|
11563
|
+
type: "spacingAliases",
|
|
11564
|
+
value: "5",
|
|
11565
|
+
valueType: "alias"
|
|
11566
|
+
} },
|
|
11567
|
+
width: { rest: {
|
|
11568
|
+
type: "spacingAliases",
|
|
11569
|
+
value: "5",
|
|
11570
|
+
valueType: "alias"
|
|
11571
|
+
} }
|
|
11572
|
+
},
|
|
11573
|
+
"size/md/root": {
|
|
11574
|
+
gap: { rest: {
|
|
11575
|
+
type: "spacingAliases",
|
|
11576
|
+
value: "2.5",
|
|
11577
|
+
valueType: "alias"
|
|
11578
|
+
} },
|
|
11579
|
+
textVariant: { rest: {
|
|
11580
|
+
type: "textVariants",
|
|
11581
|
+
value: "label2",
|
|
11582
|
+
valueType: "alias"
|
|
11583
|
+
} }
|
|
11584
|
+
},
|
|
11585
|
+
"size/sm/radio": {
|
|
11586
|
+
borderWidth: { rest: {
|
|
11587
|
+
type: "borderWidths",
|
|
11588
|
+
value: "thin",
|
|
11589
|
+
valueType: "alias"
|
|
11590
|
+
} },
|
|
11591
|
+
height: { rest: {
|
|
11592
|
+
type: "spacingAliases",
|
|
11593
|
+
value: "4",
|
|
11594
|
+
valueType: "alias"
|
|
11595
|
+
} },
|
|
11596
|
+
width: { rest: {
|
|
11597
|
+
type: "spacingAliases",
|
|
11598
|
+
value: "4",
|
|
11599
|
+
valueType: "alias"
|
|
11600
|
+
} }
|
|
11601
|
+
},
|
|
11602
|
+
"size/sm/root": {
|
|
11603
|
+
gap: { rest: {
|
|
11604
|
+
type: "spacingAliases",
|
|
11605
|
+
value: "2",
|
|
11606
|
+
valueType: "alias"
|
|
11607
|
+
} },
|
|
11608
|
+
textVariant: { rest: {
|
|
11609
|
+
type: "textVariants",
|
|
11610
|
+
value: "label4",
|
|
11611
|
+
valueType: "alias"
|
|
11612
|
+
} }
|
|
11613
|
+
},
|
|
11614
|
+
"variant/alert-secondary/value/checked/radio": {
|
|
11615
|
+
backgroundColor: {
|
|
11616
|
+
hover: {
|
|
11617
|
+
type: "backgroundPaletteColors",
|
|
11618
|
+
value: "secondary",
|
|
11619
|
+
valueType: "alias"
|
|
11620
|
+
},
|
|
11621
|
+
pressed: {
|
|
11622
|
+
type: "backgroundPaletteColors",
|
|
11623
|
+
value: "secondary",
|
|
11624
|
+
valueType: "alias"
|
|
11625
|
+
},
|
|
11626
|
+
rest: {
|
|
11627
|
+
type: "backgroundPaletteColors",
|
|
11628
|
+
value: "secondary",
|
|
11629
|
+
valueType: "alias"
|
|
11630
|
+
}
|
|
11631
|
+
},
|
|
11632
|
+
borderColor: {
|
|
11633
|
+
hover: {
|
|
11634
|
+
type: "linePaletteColors",
|
|
11635
|
+
value: "alert-secondary",
|
|
11636
|
+
valueType: "alias"
|
|
11637
|
+
},
|
|
11638
|
+
pressed: {
|
|
11639
|
+
type: "linePaletteColors",
|
|
11640
|
+
value: "alert-secondary",
|
|
11641
|
+
valueType: "alias"
|
|
11642
|
+
},
|
|
11643
|
+
rest: {
|
|
11644
|
+
type: "linePaletteColors",
|
|
11645
|
+
value: "alert-secondary",
|
|
11646
|
+
valueType: "alias"
|
|
11647
|
+
}
|
|
11648
|
+
},
|
|
11649
|
+
insetShadow: {
|
|
11650
|
+
hover: {
|
|
11651
|
+
type: "shadowVariantsWithInvert",
|
|
11652
|
+
value: "xl-invert",
|
|
11653
|
+
valueType: "alias"
|
|
11654
|
+
},
|
|
11655
|
+
pressed: {
|
|
11656
|
+
type: "shadowVariantsWithInvert",
|
|
11657
|
+
value: "xl-invert",
|
|
11658
|
+
valueType: "alias"
|
|
11659
|
+
},
|
|
11660
|
+
rest: {
|
|
11661
|
+
type: "shadowVariantsWithInvert",
|
|
11662
|
+
value: "xl-invert",
|
|
11663
|
+
valueType: "alias"
|
|
11664
|
+
}
|
|
11665
|
+
},
|
|
11666
|
+
shadow: {
|
|
11667
|
+
hover: {
|
|
11668
|
+
type: "shadowVariants",
|
|
11669
|
+
value: "xl",
|
|
11670
|
+
valueType: "alias"
|
|
11671
|
+
},
|
|
11672
|
+
pressed: {
|
|
11673
|
+
type: "shadowVariants",
|
|
11674
|
+
value: "xl",
|
|
11675
|
+
valueType: "alias"
|
|
11676
|
+
},
|
|
11677
|
+
rest: {
|
|
11678
|
+
type: "shadowVariants",
|
|
11679
|
+
value: "xl",
|
|
11680
|
+
valueType: "alias"
|
|
11681
|
+
}
|
|
11682
|
+
}
|
|
11683
|
+
},
|
|
11684
|
+
"variant/alert-secondary/value/checked/radioCircle": { backgroundColor: {
|
|
11685
|
+
hover: {
|
|
11686
|
+
type: "backgroundPaletteColors",
|
|
11687
|
+
value: "alert-secondary",
|
|
11688
|
+
valueType: "alias"
|
|
11689
|
+
},
|
|
11690
|
+
pressed: {
|
|
11691
|
+
type: "backgroundPaletteColors",
|
|
11692
|
+
value: "alert-secondary",
|
|
11693
|
+
valueType: "alias"
|
|
11694
|
+
},
|
|
11695
|
+
rest: {
|
|
11696
|
+
type: "backgroundPaletteColors",
|
|
11697
|
+
value: "alert-secondary",
|
|
11698
|
+
valueType: "alias"
|
|
11699
|
+
}
|
|
11700
|
+
} },
|
|
11701
|
+
"variant/alert-secondary/value/checked/root": { color: {
|
|
11702
|
+
hover: {
|
|
11703
|
+
type: "foregroundPaletteColors",
|
|
11704
|
+
value: "alert-secondary",
|
|
11705
|
+
valueType: "alias"
|
|
11706
|
+
},
|
|
11707
|
+
pressed: {
|
|
11708
|
+
type: "foregroundPaletteColors",
|
|
11709
|
+
value: "alert-secondary",
|
|
11710
|
+
valueType: "alias"
|
|
11711
|
+
},
|
|
11712
|
+
rest: {
|
|
11713
|
+
type: "foregroundPaletteColors",
|
|
11714
|
+
value: "alert-secondary",
|
|
11715
|
+
valueType: "alias"
|
|
11716
|
+
}
|
|
11717
|
+
} },
|
|
11718
|
+
"variant/alert-secondary/value/unchecked/radio": {
|
|
11719
|
+
backgroundColor: {
|
|
11720
|
+
hover: {
|
|
11721
|
+
type: "backgroundPaletteColors",
|
|
11722
|
+
value: "secondary",
|
|
11723
|
+
valueType: "alias"
|
|
11724
|
+
},
|
|
11725
|
+
pressed: {
|
|
11726
|
+
type: "backgroundPaletteColors",
|
|
11727
|
+
value: "secondary",
|
|
11728
|
+
valueType: "alias"
|
|
11729
|
+
},
|
|
11730
|
+
rest: {
|
|
11731
|
+
type: "backgroundPaletteColors",
|
|
11732
|
+
value: "secondary",
|
|
11733
|
+
valueType: "alias"
|
|
11734
|
+
}
|
|
11735
|
+
},
|
|
11736
|
+
borderColor: {
|
|
11737
|
+
hover: {
|
|
11738
|
+
type: "linePaletteColors",
|
|
11739
|
+
value: "alert-secondary",
|
|
11740
|
+
valueType: "alias"
|
|
11741
|
+
},
|
|
11742
|
+
pressed: {
|
|
11743
|
+
type: "linePaletteColors",
|
|
11744
|
+
value: "alert-secondary",
|
|
11745
|
+
valueType: "alias"
|
|
11746
|
+
},
|
|
11747
|
+
rest: {
|
|
11748
|
+
type: "linePaletteColors",
|
|
11749
|
+
value: "alert-secondary",
|
|
11750
|
+
valueType: "alias"
|
|
11751
|
+
}
|
|
11752
|
+
},
|
|
11753
|
+
insetShadow: {
|
|
11754
|
+
hover: {
|
|
11755
|
+
type: "shadowVariantsWithInvert",
|
|
11756
|
+
value: "xl-invert",
|
|
11757
|
+
valueType: "alias"
|
|
11758
|
+
},
|
|
11759
|
+
pressed: {
|
|
11760
|
+
type: "shadowVariantsWithInvert",
|
|
11761
|
+
value: "xl-invert",
|
|
11762
|
+
valueType: "alias"
|
|
11763
|
+
},
|
|
11764
|
+
rest: {
|
|
11765
|
+
type: "shadowVariantsWithInvert",
|
|
11766
|
+
value: "xl-invert",
|
|
11767
|
+
valueType: "alias"
|
|
11768
|
+
}
|
|
11769
|
+
},
|
|
11770
|
+
shadow: {
|
|
11771
|
+
hover: {
|
|
11772
|
+
type: "shadowVariants",
|
|
11773
|
+
value: "xl",
|
|
11774
|
+
valueType: "alias"
|
|
11775
|
+
},
|
|
11776
|
+
pressed: {
|
|
11777
|
+
type: "shadowVariants",
|
|
11778
|
+
value: "xl",
|
|
11779
|
+
valueType: "alias"
|
|
11780
|
+
},
|
|
11781
|
+
rest: {
|
|
11782
|
+
type: "shadowVariants",
|
|
11783
|
+
value: "xl",
|
|
11784
|
+
valueType: "alias"
|
|
11785
|
+
}
|
|
11786
|
+
}
|
|
11787
|
+
},
|
|
11788
|
+
"variant/alert-secondary/value/unchecked/radioCircle": { backgroundColor: {
|
|
11789
|
+
hover: {
|
|
11790
|
+
type: "backgroundPaletteColors",
|
|
11791
|
+
value: "alert-secondary",
|
|
10465
11792
|
valueType: "alias"
|
|
10466
11793
|
},
|
|
10467
11794
|
pressed: {
|
|
10468
|
-
type: "
|
|
10469
|
-
value: "
|
|
11795
|
+
type: "backgroundPaletteColors",
|
|
11796
|
+
value: "alert-secondary",
|
|
10470
11797
|
valueType: "alias"
|
|
10471
11798
|
},
|
|
10472
11799
|
rest: {
|
|
10473
|
-
type: "
|
|
10474
|
-
value: "
|
|
11800
|
+
type: "backgroundPaletteColors",
|
|
11801
|
+
value: "alert-secondary",
|
|
10475
11802
|
valueType: "alias"
|
|
10476
11803
|
}
|
|
10477
11804
|
} },
|
|
10478
|
-
"variant/
|
|
11805
|
+
"variant/alert-secondary/value/unchecked/root": { color: {
|
|
10479
11806
|
hover: {
|
|
10480
11807
|
type: "foregroundPaletteColors",
|
|
10481
|
-
value: "
|
|
11808
|
+
value: "alert-secondary",
|
|
10482
11809
|
valueType: "alias"
|
|
10483
11810
|
},
|
|
10484
11811
|
pressed: {
|
|
10485
11812
|
type: "foregroundPaletteColors",
|
|
10486
|
-
value: "
|
|
11813
|
+
value: "alert-secondary",
|
|
10487
11814
|
valueType: "alias"
|
|
10488
11815
|
},
|
|
10489
11816
|
rest: {
|
|
10490
11817
|
type: "foregroundPaletteColors",
|
|
10491
|
-
value: "
|
|
11818
|
+
value: "alert-secondary",
|
|
10492
11819
|
valueType: "alias"
|
|
10493
11820
|
}
|
|
10494
11821
|
} },
|
|
10495
|
-
"variant/
|
|
10496
|
-
|
|
11822
|
+
"variant/alert/value/checked/radio": {
|
|
11823
|
+
backgroundColor: {
|
|
10497
11824
|
hover: {
|
|
10498
|
-
type: "
|
|
10499
|
-
value: "
|
|
11825
|
+
type: "backgroundPaletteColors",
|
|
11826
|
+
value: "secondary",
|
|
10500
11827
|
valueType: "alias"
|
|
10501
11828
|
},
|
|
10502
11829
|
pressed: {
|
|
10503
|
-
type: "
|
|
10504
|
-
value: "
|
|
11830
|
+
type: "backgroundPaletteColors",
|
|
11831
|
+
value: "secondary",
|
|
10505
11832
|
valueType: "alias"
|
|
10506
11833
|
},
|
|
10507
11834
|
rest: {
|
|
10508
|
-
type: "
|
|
10509
|
-
value: "
|
|
11835
|
+
type: "backgroundPaletteColors",
|
|
11836
|
+
value: "secondary",
|
|
10510
11837
|
valueType: "alias"
|
|
10511
11838
|
}
|
|
10512
11839
|
},
|
|
10513
|
-
|
|
11840
|
+
borderColor: {
|
|
10514
11841
|
hover: {
|
|
10515
|
-
type: "
|
|
10516
|
-
value: "
|
|
11842
|
+
type: "linePaletteColors",
|
|
11843
|
+
value: "alert",
|
|
10517
11844
|
valueType: "alias"
|
|
10518
11845
|
},
|
|
10519
11846
|
pressed: {
|
|
10520
|
-
type: "
|
|
10521
|
-
value: "
|
|
11847
|
+
type: "linePaletteColors",
|
|
11848
|
+
value: "alert",
|
|
10522
11849
|
valueType: "alias"
|
|
10523
11850
|
},
|
|
10524
11851
|
rest: {
|
|
10525
|
-
type: "
|
|
10526
|
-
value: "
|
|
11852
|
+
type: "linePaletteColors",
|
|
11853
|
+
value: "alert",
|
|
11854
|
+
valueType: "alias"
|
|
11855
|
+
}
|
|
11856
|
+
},
|
|
11857
|
+
insetShadow: {
|
|
11858
|
+
hover: {
|
|
11859
|
+
type: "shadowVariantsWithInvert",
|
|
11860
|
+
value: "xl",
|
|
11861
|
+
valueType: "alias"
|
|
11862
|
+
},
|
|
11863
|
+
pressed: {
|
|
11864
|
+
type: "shadowVariantsWithInvert",
|
|
11865
|
+
value: "xl",
|
|
11866
|
+
valueType: "alias"
|
|
11867
|
+
},
|
|
11868
|
+
rest: {
|
|
11869
|
+
type: "shadowVariantsWithInvert",
|
|
11870
|
+
value: "xl",
|
|
11871
|
+
valueType: "alias"
|
|
11872
|
+
}
|
|
11873
|
+
},
|
|
11874
|
+
shadow: {
|
|
11875
|
+
hover: {
|
|
11876
|
+
type: "shadowVariants",
|
|
11877
|
+
value: "xl",
|
|
11878
|
+
valueType: "alias"
|
|
11879
|
+
},
|
|
11880
|
+
pressed: {
|
|
11881
|
+
type: "shadowVariants",
|
|
11882
|
+
value: "xl",
|
|
11883
|
+
valueType: "alias"
|
|
11884
|
+
},
|
|
11885
|
+
rest: {
|
|
11886
|
+
type: "shadowVariants",
|
|
11887
|
+
value: "xl",
|
|
10527
11888
|
valueType: "alias"
|
|
10528
11889
|
}
|
|
10529
11890
|
}
|
|
10530
11891
|
},
|
|
10531
|
-
"variant/
|
|
11892
|
+
"variant/alert/value/checked/radioCircle": { backgroundColor: {
|
|
10532
11893
|
hover: {
|
|
10533
|
-
type: "
|
|
10534
|
-
value: "
|
|
11894
|
+
type: "backgroundPaletteColors",
|
|
11895
|
+
value: "alert",
|
|
10535
11896
|
valueType: "alias"
|
|
10536
11897
|
},
|
|
10537
11898
|
pressed: {
|
|
10538
|
-
type: "
|
|
10539
|
-
value: "
|
|
11899
|
+
type: "backgroundPaletteColors",
|
|
11900
|
+
value: "alert",
|
|
10540
11901
|
valueType: "alias"
|
|
10541
11902
|
},
|
|
10542
11903
|
rest: {
|
|
10543
|
-
type: "
|
|
10544
|
-
value: "
|
|
11904
|
+
type: "backgroundPaletteColors",
|
|
11905
|
+
value: "alert",
|
|
10545
11906
|
valueType: "alias"
|
|
10546
11907
|
}
|
|
10547
11908
|
} },
|
|
10548
|
-
"variant/
|
|
11909
|
+
"variant/alert/value/checked/root": { color: {
|
|
10549
11910
|
hover: {
|
|
10550
11911
|
type: "foregroundPaletteColors",
|
|
10551
|
-
value: "
|
|
11912
|
+
value: "alert",
|
|
10552
11913
|
valueType: "alias"
|
|
10553
11914
|
},
|
|
10554
11915
|
pressed: {
|
|
10555
11916
|
type: "foregroundPaletteColors",
|
|
10556
|
-
value: "
|
|
11917
|
+
value: "alert",
|
|
10557
11918
|
valueType: "alias"
|
|
10558
11919
|
},
|
|
10559
11920
|
rest: {
|
|
10560
11921
|
type: "foregroundPaletteColors",
|
|
10561
|
-
value: "
|
|
11922
|
+
value: "alert",
|
|
10562
11923
|
valueType: "alias"
|
|
10563
11924
|
}
|
|
10564
11925
|
} },
|
|
10565
|
-
"variant/
|
|
10566
|
-
|
|
11926
|
+
"variant/alert/value/unchecked/radio": {
|
|
11927
|
+
backgroundColor: {
|
|
10567
11928
|
hover: {
|
|
10568
|
-
type: "
|
|
10569
|
-
value: "
|
|
11929
|
+
type: "backgroundPaletteColors",
|
|
11930
|
+
value: "secondary",
|
|
10570
11931
|
valueType: "alias"
|
|
10571
11932
|
},
|
|
10572
11933
|
pressed: {
|
|
10573
|
-
type: "
|
|
10574
|
-
value: "
|
|
11934
|
+
type: "backgroundPaletteColors",
|
|
11935
|
+
value: "secondary",
|
|
10575
11936
|
valueType: "alias"
|
|
10576
11937
|
},
|
|
10577
11938
|
rest: {
|
|
10578
|
-
type: "
|
|
10579
|
-
value: "
|
|
11939
|
+
type: "backgroundPaletteColors",
|
|
11940
|
+
value: "secondary",
|
|
10580
11941
|
valueType: "alias"
|
|
10581
11942
|
}
|
|
10582
11943
|
},
|
|
10583
|
-
|
|
11944
|
+
borderColor: {
|
|
10584
11945
|
hover: {
|
|
10585
|
-
type: "
|
|
10586
|
-
value: "
|
|
11946
|
+
type: "linePaletteColors",
|
|
11947
|
+
value: "alert",
|
|
10587
11948
|
valueType: "alias"
|
|
10588
11949
|
},
|
|
10589
11950
|
pressed: {
|
|
10590
|
-
type: "
|
|
10591
|
-
value: "
|
|
11951
|
+
type: "linePaletteColors",
|
|
11952
|
+
value: "alert",
|
|
10592
11953
|
valueType: "alias"
|
|
10593
11954
|
},
|
|
10594
11955
|
rest: {
|
|
10595
|
-
type: "
|
|
10596
|
-
value: "
|
|
11956
|
+
type: "linePaletteColors",
|
|
11957
|
+
value: "alert",
|
|
11958
|
+
valueType: "alias"
|
|
11959
|
+
}
|
|
11960
|
+
},
|
|
11961
|
+
insetShadow: {
|
|
11962
|
+
hover: {
|
|
11963
|
+
type: "shadowVariantsWithInvert",
|
|
11964
|
+
value: "xl",
|
|
11965
|
+
valueType: "alias"
|
|
11966
|
+
},
|
|
11967
|
+
pressed: {
|
|
11968
|
+
type: "shadowVariantsWithInvert",
|
|
11969
|
+
value: "xl",
|
|
11970
|
+
valueType: "alias"
|
|
11971
|
+
},
|
|
11972
|
+
rest: {
|
|
11973
|
+
type: "shadowVariantsWithInvert",
|
|
11974
|
+
value: "xl",
|
|
11975
|
+
valueType: "alias"
|
|
11976
|
+
}
|
|
11977
|
+
},
|
|
11978
|
+
shadow: {
|
|
11979
|
+
hover: {
|
|
11980
|
+
type: "shadowVariants",
|
|
11981
|
+
value: "xl",
|
|
11982
|
+
valueType: "alias"
|
|
11983
|
+
},
|
|
11984
|
+
pressed: {
|
|
11985
|
+
type: "shadowVariants",
|
|
11986
|
+
value: "xl",
|
|
11987
|
+
valueType: "alias"
|
|
11988
|
+
},
|
|
11989
|
+
rest: {
|
|
11990
|
+
type: "shadowVariants",
|
|
11991
|
+
value: "xl",
|
|
10597
11992
|
valueType: "alias"
|
|
10598
11993
|
}
|
|
10599
11994
|
}
|
|
10600
11995
|
},
|
|
10601
|
-
"variant/
|
|
11996
|
+
"variant/alert/value/unchecked/radioCircle": { backgroundColor: {
|
|
10602
11997
|
hover: {
|
|
10603
|
-
type: "
|
|
10604
|
-
value: "
|
|
11998
|
+
type: "backgroundPaletteColors",
|
|
11999
|
+
value: "alert",
|
|
10605
12000
|
valueType: "alias"
|
|
10606
12001
|
},
|
|
10607
12002
|
pressed: {
|
|
10608
|
-
type: "
|
|
10609
|
-
value: "
|
|
12003
|
+
type: "backgroundPaletteColors",
|
|
12004
|
+
value: "alert",
|
|
10610
12005
|
valueType: "alias"
|
|
10611
12006
|
},
|
|
10612
12007
|
rest: {
|
|
10613
|
-
type: "
|
|
10614
|
-
value: "
|
|
12008
|
+
type: "backgroundPaletteColors",
|
|
12009
|
+
value: "alert",
|
|
10615
12010
|
valueType: "alias"
|
|
10616
12011
|
}
|
|
10617
12012
|
} },
|
|
10618
|
-
"variant/
|
|
12013
|
+
"variant/alert/value/unchecked/root": { color: {
|
|
10619
12014
|
hover: {
|
|
10620
12015
|
type: "foregroundPaletteColors",
|
|
10621
|
-
value: "
|
|
12016
|
+
value: "alert",
|
|
10622
12017
|
valueType: "alias"
|
|
10623
12018
|
},
|
|
10624
12019
|
pressed: {
|
|
10625
12020
|
type: "foregroundPaletteColors",
|
|
10626
|
-
value: "
|
|
12021
|
+
value: "alert",
|
|
10627
12022
|
valueType: "alias"
|
|
10628
12023
|
},
|
|
10629
12024
|
rest: {
|
|
10630
12025
|
type: "foregroundPaletteColors",
|
|
10631
|
-
value: "
|
|
12026
|
+
value: "alert",
|
|
10632
12027
|
valueType: "alias"
|
|
10633
12028
|
}
|
|
10634
12029
|
} },
|
|
10635
|
-
"variant/
|
|
10636
|
-
|
|
12030
|
+
"variant/primary/value/checked/radio": {
|
|
12031
|
+
backgroundColor: {
|
|
10637
12032
|
hover: {
|
|
10638
|
-
type: "
|
|
12033
|
+
type: "backgroundPaletteColors",
|
|
10639
12034
|
value: "secondary",
|
|
10640
12035
|
valueType: "alias"
|
|
10641
12036
|
},
|
|
10642
12037
|
pressed: {
|
|
10643
|
-
type: "
|
|
12038
|
+
type: "backgroundPaletteColors",
|
|
12039
|
+
value: "secondary",
|
|
12040
|
+
valueType: "alias"
|
|
12041
|
+
},
|
|
12042
|
+
rest: {
|
|
12043
|
+
type: "backgroundPaletteColors",
|
|
10644
12044
|
value: "secondary",
|
|
10645
12045
|
valueType: "alias"
|
|
12046
|
+
}
|
|
12047
|
+
},
|
|
12048
|
+
borderColor: {
|
|
12049
|
+
hover: {
|
|
12050
|
+
type: "linePaletteColors",
|
|
12051
|
+
value: "tertiary",
|
|
12052
|
+
valueType: "alias"
|
|
12053
|
+
},
|
|
12054
|
+
pressed: {
|
|
12055
|
+
type: "linePaletteColors",
|
|
12056
|
+
value: "tertiary",
|
|
12057
|
+
valueType: "alias"
|
|
12058
|
+
},
|
|
12059
|
+
rest: {
|
|
12060
|
+
type: "linePaletteColors",
|
|
12061
|
+
value: "tertiary",
|
|
12062
|
+
valueType: "alias"
|
|
12063
|
+
}
|
|
12064
|
+
},
|
|
12065
|
+
insetShadow: {
|
|
12066
|
+
hover: {
|
|
12067
|
+
type: "shadowVariantsWithInvert",
|
|
12068
|
+
value: "2xl-invert",
|
|
12069
|
+
valueType: "alias"
|
|
12070
|
+
},
|
|
12071
|
+
pressed: {
|
|
12072
|
+
type: "shadowVariantsWithInvert",
|
|
12073
|
+
value: "2xl-invert",
|
|
12074
|
+
valueType: "alias"
|
|
10646
12075
|
},
|
|
10647
12076
|
rest: {
|
|
10648
|
-
type: "
|
|
10649
|
-
value: "
|
|
12077
|
+
type: "shadowVariantsWithInvert",
|
|
12078
|
+
value: "2xl-invert",
|
|
10650
12079
|
valueType: "alias"
|
|
10651
12080
|
}
|
|
10652
12081
|
},
|
|
10653
|
-
|
|
12082
|
+
shadow: {
|
|
10654
12083
|
hover: {
|
|
10655
|
-
type: "
|
|
10656
|
-
value: "
|
|
12084
|
+
type: "shadowVariants",
|
|
12085
|
+
value: "2xl",
|
|
10657
12086
|
valueType: "alias"
|
|
10658
12087
|
},
|
|
10659
12088
|
pressed: {
|
|
10660
|
-
type: "
|
|
10661
|
-
value: "
|
|
12089
|
+
type: "shadowVariants",
|
|
12090
|
+
value: "2xl",
|
|
10662
12091
|
valueType: "alias"
|
|
10663
12092
|
},
|
|
10664
12093
|
rest: {
|
|
10665
|
-
type: "
|
|
10666
|
-
value: "
|
|
12094
|
+
type: "shadowVariants",
|
|
12095
|
+
value: "2xl",
|
|
10667
12096
|
valueType: "alias"
|
|
10668
12097
|
}
|
|
10669
12098
|
}
|
|
10670
12099
|
},
|
|
10671
|
-
"variant/
|
|
12100
|
+
"variant/primary/value/checked/radioCircle": { backgroundColor: {
|
|
10672
12101
|
hover: {
|
|
10673
|
-
type: "
|
|
10674
|
-
value: "
|
|
12102
|
+
type: "backgroundPaletteColors",
|
|
12103
|
+
value: "brand",
|
|
10675
12104
|
valueType: "alias"
|
|
10676
12105
|
},
|
|
10677
12106
|
pressed: {
|
|
10678
|
-
type: "
|
|
10679
|
-
value: "
|
|
12107
|
+
type: "backgroundPaletteColors",
|
|
12108
|
+
value: "brand",
|
|
10680
12109
|
valueType: "alias"
|
|
10681
12110
|
},
|
|
10682
12111
|
rest: {
|
|
10683
|
-
type: "
|
|
10684
|
-
value: "
|
|
12112
|
+
type: "backgroundPaletteColors",
|
|
12113
|
+
value: "brand",
|
|
10685
12114
|
valueType: "alias"
|
|
10686
12115
|
}
|
|
10687
12116
|
} },
|
|
10688
|
-
"variant/
|
|
12117
|
+
"variant/primary/value/checked/root": { color: {
|
|
10689
12118
|
hover: {
|
|
10690
12119
|
type: "foregroundPaletteColors",
|
|
10691
|
-
value: "
|
|
12120
|
+
value: "primary",
|
|
10692
12121
|
valueType: "alias"
|
|
10693
12122
|
},
|
|
10694
12123
|
pressed: {
|
|
10695
12124
|
type: "foregroundPaletteColors",
|
|
10696
|
-
value: "
|
|
12125
|
+
value: "primary",
|
|
10697
12126
|
valueType: "alias"
|
|
10698
12127
|
},
|
|
10699
12128
|
rest: {
|
|
10700
12129
|
type: "foregroundPaletteColors",
|
|
10701
|
-
value: "
|
|
12130
|
+
value: "primary",
|
|
10702
12131
|
valueType: "alias"
|
|
10703
12132
|
}
|
|
10704
12133
|
} },
|
|
10705
|
-
"variant/
|
|
10706
|
-
|
|
12134
|
+
"variant/primary/value/unchecked/radio": {
|
|
12135
|
+
backgroundColor: {
|
|
10707
12136
|
hover: {
|
|
10708
|
-
type: "
|
|
10709
|
-
value: "
|
|
12137
|
+
type: "backgroundPaletteColors",
|
|
12138
|
+
value: "secondary",
|
|
10710
12139
|
valueType: "alias"
|
|
10711
12140
|
},
|
|
10712
12141
|
pressed: {
|
|
10713
|
-
type: "
|
|
10714
|
-
value: "
|
|
12142
|
+
type: "backgroundPaletteColors",
|
|
12143
|
+
value: "secondary",
|
|
10715
12144
|
valueType: "alias"
|
|
10716
12145
|
},
|
|
10717
12146
|
rest: {
|
|
10718
|
-
type: "
|
|
10719
|
-
value: "
|
|
12147
|
+
type: "backgroundPaletteColors",
|
|
12148
|
+
value: "secondary",
|
|
10720
12149
|
valueType: "alias"
|
|
10721
12150
|
}
|
|
10722
12151
|
},
|
|
10723
|
-
|
|
12152
|
+
borderColor: {
|
|
10724
12153
|
hover: {
|
|
10725
|
-
type: "
|
|
10726
|
-
value: "
|
|
12154
|
+
type: "linePaletteColors",
|
|
12155
|
+
value: "tertiary",
|
|
10727
12156
|
valueType: "alias"
|
|
10728
12157
|
},
|
|
10729
12158
|
pressed: {
|
|
10730
|
-
type: "
|
|
10731
|
-
value: "
|
|
12159
|
+
type: "linePaletteColors",
|
|
12160
|
+
value: "tertiary",
|
|
10732
12161
|
valueType: "alias"
|
|
10733
12162
|
},
|
|
10734
12163
|
rest: {
|
|
10735
|
-
type: "
|
|
10736
|
-
value: "
|
|
12164
|
+
type: "linePaletteColors",
|
|
12165
|
+
value: "tertiary",
|
|
10737
12166
|
valueType: "alias"
|
|
10738
12167
|
}
|
|
10739
|
-
}
|
|
10740
|
-
}
|
|
10741
|
-
}
|
|
10742
|
-
},
|
|
10743
|
-
menuContent: {
|
|
10744
|
-
defaults: {
|
|
10745
|
-
size: "default",
|
|
10746
|
-
variant: "default"
|
|
10747
|
-
},
|
|
10748
|
-
variables: {
|
|
10749
|
-
"size/default/root": {
|
|
10750
|
-
borderRadius: { rest: {
|
|
10751
|
-
type: "borderRadii",
|
|
10752
|
-
value: "md",
|
|
10753
|
-
valueType: "alias"
|
|
10754
|
-
} },
|
|
10755
|
-
borderWidth: { rest: {
|
|
10756
|
-
type: "borderWidths",
|
|
10757
|
-
value: "thin",
|
|
10758
|
-
valueType: "alias"
|
|
10759
|
-
} },
|
|
10760
|
-
gap: { rest: {
|
|
10761
|
-
type: "spacingAliases",
|
|
10762
|
-
value: "0",
|
|
10763
|
-
valueType: "alias"
|
|
10764
|
-
} },
|
|
10765
|
-
shadow: { rest: {
|
|
10766
|
-
type: "shadowVariants",
|
|
10767
|
-
value: "lg",
|
|
10768
|
-
valueType: "alias"
|
|
10769
|
-
} },
|
|
10770
|
-
spacingHorizontal: { rest: {
|
|
10771
|
-
type: "spacingAliases",
|
|
10772
|
-
value: "0",
|
|
10773
|
-
valueType: "alias"
|
|
10774
|
-
} },
|
|
10775
|
-
spacingVertical: { rest: {
|
|
10776
|
-
type: "spacingAliases",
|
|
10777
|
-
value: "0",
|
|
10778
|
-
valueType: "alias"
|
|
10779
|
-
} }
|
|
10780
|
-
},
|
|
10781
|
-
"variant/default/root": {
|
|
10782
|
-
backgroundColor: { rest: {
|
|
10783
|
-
type: "backgroundPaletteColors",
|
|
10784
|
-
value: "primary",
|
|
10785
|
-
valueType: "alias"
|
|
10786
|
-
} },
|
|
10787
|
-
borderColor: { rest: {
|
|
10788
|
-
type: "spectrumColors",
|
|
10789
|
-
value: "gray-3",
|
|
10790
|
-
valueType: "alias"
|
|
10791
|
-
} }
|
|
10792
|
-
}
|
|
10793
|
-
}
|
|
10794
|
-
},
|
|
10795
|
-
menuItem: {
|
|
10796
|
-
defaults: {
|
|
10797
|
-
size: "default",
|
|
10798
|
-
variant: "default"
|
|
10799
|
-
},
|
|
10800
|
-
variables: {
|
|
10801
|
-
"divider/variant/default/line": {
|
|
10802
|
-
borderColor: { rest: {
|
|
10803
|
-
type: "alwaysPaletteAliases",
|
|
10804
|
-
value: "always/transparent",
|
|
10805
|
-
valueType: "alias"
|
|
10806
|
-
} },
|
|
10807
|
-
borderWidth: { rest: {
|
|
10808
|
-
type: "borderWidths",
|
|
10809
|
-
value: "thin",
|
|
10810
|
-
valueType: "alias"
|
|
10811
|
-
} }
|
|
10812
|
-
},
|
|
10813
|
-
"divider/variant/default/root": {},
|
|
10814
|
-
"divider/variant/default/text": {
|
|
10815
|
-
color: { rest: {
|
|
10816
|
-
type: "foregroundPaletteColors",
|
|
10817
|
-
value: "muted",
|
|
10818
|
-
valueType: "alias"
|
|
10819
|
-
} },
|
|
10820
|
-
textVariant: { rest: {
|
|
10821
|
-
type: "textVariants",
|
|
10822
|
-
value: "label3",
|
|
10823
|
-
valueType: "alias"
|
|
10824
|
-
} }
|
|
10825
|
-
},
|
|
10826
|
-
"item/variant/default/active/off/icon": { color: {
|
|
10827
|
-
focused: {
|
|
10828
|
-
type: "foregroundPaletteColors",
|
|
10829
|
-
value: "brand",
|
|
10830
|
-
valueType: "alias"
|
|
10831
|
-
},
|
|
10832
|
-
hover: {
|
|
10833
|
-
type: "foregroundPaletteColors",
|
|
10834
|
-
value: "brand",
|
|
10835
|
-
valueType: "alias"
|
|
10836
|
-
},
|
|
10837
|
-
rest: {
|
|
10838
|
-
type: "foregroundPaletteColors",
|
|
10839
|
-
value: "brand",
|
|
10840
|
-
valueType: "alias"
|
|
10841
|
-
}
|
|
10842
|
-
} },
|
|
10843
|
-
"item/variant/default/active/off/root": { backgroundColor: {
|
|
10844
|
-
focused: {
|
|
10845
|
-
type: "backgroundPaletteColors",
|
|
10846
|
-
value: "brand-secondary",
|
|
10847
|
-
valueType: "alias"
|
|
10848
|
-
},
|
|
10849
|
-
hover: {
|
|
10850
|
-
type: "backgroundPaletteColors",
|
|
10851
|
-
value: "brand-secondary",
|
|
10852
|
-
valueType: "alias"
|
|
10853
12168
|
},
|
|
10854
|
-
|
|
10855
|
-
|
|
10856
|
-
|
|
10857
|
-
|
|
10858
|
-
}
|
|
10859
|
-
} },
|
|
10860
|
-
"item/variant/default/active/off/text": {
|
|
10861
|
-
color: {
|
|
10862
|
-
focused: {
|
|
10863
|
-
type: "foregroundPaletteColors",
|
|
10864
|
-
value: "brand",
|
|
12169
|
+
insetShadow: {
|
|
12170
|
+
hover: {
|
|
12171
|
+
type: "shadowVariantsWithInvert",
|
|
12172
|
+
value: "2xl-invert",
|
|
10865
12173
|
valueType: "alias"
|
|
10866
12174
|
},
|
|
10867
|
-
|
|
10868
|
-
type: "
|
|
10869
|
-
value: "
|
|
12175
|
+
pressed: {
|
|
12176
|
+
type: "shadowVariantsWithInvert",
|
|
12177
|
+
value: "2xl-invert",
|
|
10870
12178
|
valueType: "alias"
|
|
10871
12179
|
},
|
|
10872
12180
|
rest: {
|
|
10873
|
-
type: "
|
|
10874
|
-
value: "
|
|
12181
|
+
type: "shadowVariantsWithInvert",
|
|
12182
|
+
value: "2xl-invert",
|
|
10875
12183
|
valueType: "alias"
|
|
10876
12184
|
}
|
|
10877
12185
|
},
|
|
10878
|
-
|
|
10879
|
-
|
|
10880
|
-
type: "
|
|
10881
|
-
value: "
|
|
12186
|
+
shadow: {
|
|
12187
|
+
hover: {
|
|
12188
|
+
type: "shadowVariants",
|
|
12189
|
+
value: "2xl",
|
|
10882
12190
|
valueType: "alias"
|
|
10883
12191
|
},
|
|
10884
|
-
|
|
10885
|
-
type: "
|
|
10886
|
-
value: "
|
|
12192
|
+
pressed: {
|
|
12193
|
+
type: "shadowVariants",
|
|
12194
|
+
value: "2xl",
|
|
10887
12195
|
valueType: "alias"
|
|
10888
12196
|
},
|
|
10889
12197
|
rest: {
|
|
10890
|
-
type: "
|
|
10891
|
-
value: "
|
|
12198
|
+
type: "shadowVariants",
|
|
12199
|
+
value: "2xl",
|
|
10892
12200
|
valueType: "alias"
|
|
10893
12201
|
}
|
|
10894
12202
|
}
|
|
10895
12203
|
},
|
|
10896
|
-
"
|
|
10897
|
-
|
|
10898
|
-
type: "
|
|
12204
|
+
"variant/primary/value/unchecked/radioCircle": { backgroundColor: {
|
|
12205
|
+
hover: {
|
|
12206
|
+
type: "backgroundPaletteColors",
|
|
10899
12207
|
value: "brand",
|
|
10900
12208
|
valueType: "alias"
|
|
10901
12209
|
},
|
|
10902
|
-
|
|
10903
|
-
type: "
|
|
12210
|
+
pressed: {
|
|
12211
|
+
type: "backgroundPaletteColors",
|
|
10904
12212
|
value: "brand",
|
|
10905
12213
|
valueType: "alias"
|
|
10906
12214
|
},
|
|
10907
12215
|
rest: {
|
|
10908
|
-
type: "
|
|
12216
|
+
type: "backgroundPaletteColors",
|
|
10909
12217
|
value: "brand",
|
|
10910
12218
|
valueType: "alias"
|
|
10911
12219
|
}
|
|
10912
12220
|
} },
|
|
10913
|
-
"
|
|
10914
|
-
|
|
10915
|
-
type: "
|
|
10916
|
-
value: "
|
|
12221
|
+
"variant/primary/value/unchecked/root": { color: {
|
|
12222
|
+
hover: {
|
|
12223
|
+
type: "foregroundPaletteColors",
|
|
12224
|
+
value: "primary",
|
|
10917
12225
|
valueType: "alias"
|
|
10918
12226
|
},
|
|
10919
|
-
|
|
10920
|
-
type: "
|
|
10921
|
-
value: "
|
|
12227
|
+
pressed: {
|
|
12228
|
+
type: "foregroundPaletteColors",
|
|
12229
|
+
value: "primary",
|
|
10922
12230
|
valueType: "alias"
|
|
10923
12231
|
},
|
|
10924
|
-
rest: {
|
|
10925
|
-
type: "
|
|
10926
|
-
value: "
|
|
12232
|
+
rest: {
|
|
12233
|
+
type: "foregroundPaletteColors",
|
|
12234
|
+
value: "primary",
|
|
10927
12235
|
valueType: "alias"
|
|
10928
12236
|
}
|
|
10929
12237
|
} },
|
|
10930
|
-
"
|
|
10931
|
-
|
|
10932
|
-
|
|
10933
|
-
type: "
|
|
10934
|
-
value: "
|
|
12238
|
+
"variant/secondary/value/checked/radio": {
|
|
12239
|
+
backgroundColor: {
|
|
12240
|
+
hover: {
|
|
12241
|
+
type: "backgroundPaletteColors",
|
|
12242
|
+
value: "secondary",
|
|
12243
|
+
valueType: "alias"
|
|
12244
|
+
},
|
|
12245
|
+
pressed: {
|
|
12246
|
+
type: "backgroundPaletteColors",
|
|
12247
|
+
value: "secondary",
|
|
10935
12248
|
valueType: "alias"
|
|
10936
12249
|
},
|
|
12250
|
+
rest: {
|
|
12251
|
+
type: "backgroundPaletteColors",
|
|
12252
|
+
value: "secondary",
|
|
12253
|
+
valueType: "alias"
|
|
12254
|
+
}
|
|
12255
|
+
},
|
|
12256
|
+
borderColor: {
|
|
10937
12257
|
hover: {
|
|
10938
|
-
type: "
|
|
10939
|
-
value: "
|
|
12258
|
+
type: "linePaletteColors",
|
|
12259
|
+
value: "secondary",
|
|
12260
|
+
valueType: "alias"
|
|
12261
|
+
},
|
|
12262
|
+
pressed: {
|
|
12263
|
+
type: "linePaletteColors",
|
|
12264
|
+
value: "secondary",
|
|
10940
12265
|
valueType: "alias"
|
|
10941
12266
|
},
|
|
10942
12267
|
rest: {
|
|
10943
|
-
type: "
|
|
10944
|
-
value: "
|
|
12268
|
+
type: "linePaletteColors",
|
|
12269
|
+
value: "secondary",
|
|
10945
12270
|
valueType: "alias"
|
|
10946
12271
|
}
|
|
10947
12272
|
},
|
|
10948
|
-
|
|
10949
|
-
|
|
10950
|
-
type: "
|
|
10951
|
-
value: "
|
|
12273
|
+
insetShadow: {
|
|
12274
|
+
hover: {
|
|
12275
|
+
type: "shadowVariantsWithInvert",
|
|
12276
|
+
value: "md-invert",
|
|
12277
|
+
valueType: "alias"
|
|
12278
|
+
},
|
|
12279
|
+
pressed: {
|
|
12280
|
+
type: "shadowVariantsWithInvert",
|
|
12281
|
+
value: "md-invert",
|
|
10952
12282
|
valueType: "alias"
|
|
10953
12283
|
},
|
|
12284
|
+
rest: {
|
|
12285
|
+
type: "shadowVariantsWithInvert",
|
|
12286
|
+
value: "md-invert",
|
|
12287
|
+
valueType: "alias"
|
|
12288
|
+
}
|
|
12289
|
+
},
|
|
12290
|
+
shadow: {
|
|
10954
12291
|
hover: {
|
|
10955
|
-
type: "
|
|
10956
|
-
value: "
|
|
12292
|
+
type: "shadowVariants",
|
|
12293
|
+
value: "xl",
|
|
12294
|
+
valueType: "alias"
|
|
12295
|
+
},
|
|
12296
|
+
pressed: {
|
|
12297
|
+
type: "shadowVariants",
|
|
12298
|
+
value: "xl",
|
|
10957
12299
|
valueType: "alias"
|
|
10958
12300
|
},
|
|
10959
12301
|
rest: {
|
|
10960
|
-
type: "
|
|
10961
|
-
value: "
|
|
12302
|
+
type: "shadowVariants",
|
|
12303
|
+
value: "xl",
|
|
10962
12304
|
valueType: "alias"
|
|
10963
12305
|
}
|
|
10964
12306
|
}
|
|
10965
12307
|
},
|
|
10966
|
-
"
|
|
10967
|
-
focused: {
|
|
10968
|
-
type: "foregroundPaletteColors",
|
|
10969
|
-
value: "brand",
|
|
10970
|
-
valueType: "alias"
|
|
10971
|
-
},
|
|
12308
|
+
"variant/secondary/value/checked/radioCircle": { backgroundColor: {
|
|
10972
12309
|
hover: {
|
|
10973
|
-
type: "foregroundPaletteColors",
|
|
10974
|
-
value: "brand",
|
|
10975
|
-
valueType: "alias"
|
|
10976
|
-
},
|
|
10977
|
-
rest: {
|
|
10978
|
-
type: "foregroundPaletteColors",
|
|
10979
|
-
value: "brand",
|
|
10980
|
-
valueType: "alias"
|
|
10981
|
-
}
|
|
10982
|
-
} },
|
|
10983
|
-
"itemCheckbox/variant/default/active/off/root": { backgroundColor: {
|
|
10984
|
-
focused: {
|
|
10985
12310
|
type: "backgroundPaletteColors",
|
|
10986
12311
|
value: "brand-secondary",
|
|
10987
12312
|
valueType: "alias"
|
|
10988
12313
|
},
|
|
10989
|
-
|
|
12314
|
+
pressed: {
|
|
10990
12315
|
type: "backgroundPaletteColors",
|
|
10991
12316
|
value: "brand-secondary",
|
|
10992
12317
|
valueType: "alias"
|
|
@@ -10997,83 +12322,100 @@ const defaultUniversalTokensConfigAuto = {
|
|
|
10997
12322
|
valueType: "alias"
|
|
10998
12323
|
}
|
|
10999
12324
|
} },
|
|
11000
|
-
"
|
|
11001
|
-
|
|
12325
|
+
"variant/secondary/value/checked/root": { color: {
|
|
12326
|
+
hover: {
|
|
11002
12327
|
type: "foregroundPaletteColors",
|
|
11003
|
-
value: "
|
|
12328
|
+
value: "secondary",
|
|
11004
12329
|
valueType: "alias"
|
|
11005
12330
|
},
|
|
11006
|
-
|
|
12331
|
+
pressed: {
|
|
11007
12332
|
type: "foregroundPaletteColors",
|
|
11008
|
-
value: "
|
|
12333
|
+
value: "secondary",
|
|
11009
12334
|
valueType: "alias"
|
|
11010
12335
|
},
|
|
11011
12336
|
rest: {
|
|
11012
12337
|
type: "foregroundPaletteColors",
|
|
11013
|
-
value: "
|
|
12338
|
+
value: "secondary",
|
|
11014
12339
|
valueType: "alias"
|
|
11015
12340
|
}
|
|
11016
12341
|
} },
|
|
11017
|
-
"
|
|
11018
|
-
|
|
11019
|
-
|
|
11020
|
-
type: "
|
|
11021
|
-
value: "
|
|
12342
|
+
"variant/secondary/value/unchecked/radio": {
|
|
12343
|
+
backgroundColor: {
|
|
12344
|
+
hover: {
|
|
12345
|
+
type: "backgroundPaletteColors",
|
|
12346
|
+
value: "secondary",
|
|
12347
|
+
valueType: "alias"
|
|
12348
|
+
},
|
|
12349
|
+
pressed: {
|
|
12350
|
+
type: "backgroundPaletteColors",
|
|
12351
|
+
value: "secondary",
|
|
11022
12352
|
valueType: "alias"
|
|
11023
12353
|
},
|
|
12354
|
+
rest: {
|
|
12355
|
+
type: "backgroundPaletteColors",
|
|
12356
|
+
value: "secondary",
|
|
12357
|
+
valueType: "alias"
|
|
12358
|
+
}
|
|
12359
|
+
},
|
|
12360
|
+
borderColor: {
|
|
11024
12361
|
hover: {
|
|
11025
|
-
type: "
|
|
11026
|
-
value: "
|
|
12362
|
+
type: "linePaletteColors",
|
|
12363
|
+
value: "secondary",
|
|
12364
|
+
valueType: "alias"
|
|
12365
|
+
},
|
|
12366
|
+
pressed: {
|
|
12367
|
+
type: "linePaletteColors",
|
|
12368
|
+
value: "secondary",
|
|
11027
12369
|
valueType: "alias"
|
|
11028
12370
|
},
|
|
11029
12371
|
rest: {
|
|
11030
|
-
type: "
|
|
11031
|
-
value: "
|
|
12372
|
+
type: "linePaletteColors",
|
|
12373
|
+
value: "secondary",
|
|
11032
12374
|
valueType: "alias"
|
|
11033
12375
|
}
|
|
11034
12376
|
},
|
|
11035
|
-
|
|
11036
|
-
|
|
11037
|
-
type: "
|
|
11038
|
-
value: "
|
|
12377
|
+
insetShadow: {
|
|
12378
|
+
hover: {
|
|
12379
|
+
type: "shadowVariantsWithInvert",
|
|
12380
|
+
value: "md-invert",
|
|
12381
|
+
valueType: "alias"
|
|
12382
|
+
},
|
|
12383
|
+
pressed: {
|
|
12384
|
+
type: "shadowVariantsWithInvert",
|
|
12385
|
+
value: "md-invert",
|
|
11039
12386
|
valueType: "alias"
|
|
11040
12387
|
},
|
|
12388
|
+
rest: {
|
|
12389
|
+
type: "shadowVariantsWithInvert",
|
|
12390
|
+
value: "md-invert",
|
|
12391
|
+
valueType: "alias"
|
|
12392
|
+
}
|
|
12393
|
+
},
|
|
12394
|
+
shadow: {
|
|
11041
12395
|
hover: {
|
|
11042
|
-
type: "
|
|
11043
|
-
value: "
|
|
12396
|
+
type: "shadowVariants",
|
|
12397
|
+
value: "xl",
|
|
12398
|
+
valueType: "alias"
|
|
12399
|
+
},
|
|
12400
|
+
pressed: {
|
|
12401
|
+
type: "shadowVariants",
|
|
12402
|
+
value: "xl",
|
|
11044
12403
|
valueType: "alias"
|
|
11045
12404
|
},
|
|
11046
12405
|
rest: {
|
|
11047
|
-
type: "
|
|
11048
|
-
value: "
|
|
12406
|
+
type: "shadowVariants",
|
|
12407
|
+
value: "xl",
|
|
11049
12408
|
valueType: "alias"
|
|
11050
12409
|
}
|
|
11051
12410
|
}
|
|
11052
12411
|
},
|
|
11053
|
-
"
|
|
11054
|
-
focused: {
|
|
11055
|
-
type: "foregroundPaletteColors",
|
|
11056
|
-
value: "brand",
|
|
11057
|
-
valueType: "alias"
|
|
11058
|
-
},
|
|
12412
|
+
"variant/secondary/value/unchecked/radioCircle": { backgroundColor: {
|
|
11059
12413
|
hover: {
|
|
11060
|
-
type: "foregroundPaletteColors",
|
|
11061
|
-
value: "brand",
|
|
11062
|
-
valueType: "alias"
|
|
11063
|
-
},
|
|
11064
|
-
rest: {
|
|
11065
|
-
type: "foregroundPaletteColors",
|
|
11066
|
-
value: "brand",
|
|
11067
|
-
valueType: "alias"
|
|
11068
|
-
}
|
|
11069
|
-
} },
|
|
11070
|
-
"itemCheckbox/variant/default/active/on/root": { backgroundColor: {
|
|
11071
|
-
focused: {
|
|
11072
12414
|
type: "backgroundPaletteColors",
|
|
11073
12415
|
value: "brand-secondary",
|
|
11074
12416
|
valueType: "alias"
|
|
11075
12417
|
},
|
|
11076
|
-
|
|
12418
|
+
pressed: {
|
|
11077
12419
|
type: "backgroundPaletteColors",
|
|
11078
12420
|
value: "brand-secondary",
|
|
11079
12421
|
valueType: "alias"
|
|
@@ -11084,196 +12426,113 @@ const defaultUniversalTokensConfigAuto = {
|
|
|
11084
12426
|
valueType: "alias"
|
|
11085
12427
|
}
|
|
11086
12428
|
} },
|
|
11087
|
-
"
|
|
11088
|
-
|
|
12429
|
+
"variant/secondary/value/unchecked/root": { color: {
|
|
12430
|
+
hover: {
|
|
11089
12431
|
type: "foregroundPaletteColors",
|
|
11090
|
-
value: "
|
|
12432
|
+
value: "secondary",
|
|
11091
12433
|
valueType: "alias"
|
|
11092
12434
|
},
|
|
11093
|
-
|
|
12435
|
+
pressed: {
|
|
11094
12436
|
type: "foregroundPaletteColors",
|
|
11095
|
-
value: "
|
|
12437
|
+
value: "secondary",
|
|
11096
12438
|
valueType: "alias"
|
|
11097
12439
|
},
|
|
11098
12440
|
rest: {
|
|
11099
12441
|
type: "foregroundPaletteColors",
|
|
11100
|
-
value: "
|
|
12442
|
+
value: "secondary",
|
|
11101
12443
|
valueType: "alias"
|
|
11102
12444
|
}
|
|
12445
|
+
} }
|
|
12446
|
+
}
|
|
12447
|
+
},
|
|
12448
|
+
scrim: {
|
|
12449
|
+
defaults: { variant: "default" },
|
|
12450
|
+
variables: { "variant/default/root": {
|
|
12451
|
+
backdropBlur: { rest: {
|
|
12452
|
+
type: "positiveIntegers",
|
|
12453
|
+
value: 0,
|
|
12454
|
+
valueType: "alias"
|
|
11103
12455
|
} },
|
|
11104
|
-
|
|
11105
|
-
|
|
11106
|
-
|
|
11107
|
-
type: "foregroundPaletteColors",
|
|
11108
|
-
value: "brand",
|
|
11109
|
-
valueType: "alias"
|
|
11110
|
-
},
|
|
11111
|
-
hover: {
|
|
11112
|
-
type: "foregroundPaletteColors",
|
|
11113
|
-
value: "brand",
|
|
11114
|
-
valueType: "alias"
|
|
11115
|
-
},
|
|
11116
|
-
rest: {
|
|
11117
|
-
type: "foregroundPaletteColors",
|
|
11118
|
-
value: "brand",
|
|
11119
|
-
valueType: "alias"
|
|
11120
|
-
}
|
|
11121
|
-
},
|
|
11122
|
-
textVariant: {
|
|
11123
|
-
focused: {
|
|
11124
|
-
type: "textVariants",
|
|
11125
|
-
value: "label2",
|
|
11126
|
-
valueType: "alias"
|
|
11127
|
-
},
|
|
11128
|
-
hover: {
|
|
11129
|
-
type: "textVariants",
|
|
11130
|
-
value: "label2",
|
|
11131
|
-
valueType: "alias"
|
|
11132
|
-
},
|
|
11133
|
-
rest: {
|
|
11134
|
-
type: "textVariants",
|
|
11135
|
-
value: "label2",
|
|
11136
|
-
valueType: "alias"
|
|
11137
|
-
}
|
|
11138
|
-
}
|
|
11139
|
-
},
|
|
11140
|
-
"size/default/endIcon": { size: { rest: {
|
|
11141
|
-
type: "iconSizes",
|
|
11142
|
-
value: "sm",
|
|
12456
|
+
backgroundColor: { rest: {
|
|
12457
|
+
type: "alwaysPaletteAliases",
|
|
12458
|
+
value: "always/black",
|
|
11143
12459
|
valueType: "alias"
|
|
11144
|
-
} }
|
|
11145
|
-
|
|
11146
|
-
|
|
11147
|
-
|
|
11148
|
-
value: "sm",
|
|
12460
|
+
} },
|
|
12461
|
+
opacity: { rest: {
|
|
12462
|
+
type: "opacitySteps",
|
|
12463
|
+
value: "20",
|
|
11149
12464
|
valueType: "alias"
|
|
11150
|
-
} }
|
|
11151
|
-
}
|
|
12465
|
+
} }
|
|
12466
|
+
} }
|
|
11152
12467
|
},
|
|
11153
|
-
|
|
12468
|
+
switch: {
|
|
11154
12469
|
defaults: {
|
|
11155
|
-
size: "
|
|
12470
|
+
size: "md",
|
|
11156
12471
|
variant: "default"
|
|
11157
12472
|
},
|
|
11158
12473
|
variables: {
|
|
11159
|
-
"size/
|
|
12474
|
+
"size/md/handle": {
|
|
12475
|
+
height: { rest: {
|
|
12476
|
+
type: "spacingAliases",
|
|
12477
|
+
value: "6",
|
|
12478
|
+
valueType: "alias"
|
|
12479
|
+
} },
|
|
12480
|
+
width: { rest: {
|
|
12481
|
+
type: "spacingAliases",
|
|
12482
|
+
value: "6",
|
|
12483
|
+
valueType: "alias"
|
|
12484
|
+
} }
|
|
12485
|
+
},
|
|
12486
|
+
"size/md/handleIcon": { size: { rest: {
|
|
11160
12487
|
type: "iconSizes",
|
|
11161
12488
|
value: "sm",
|
|
11162
12489
|
valueType: "alias"
|
|
11163
12490
|
} } },
|
|
11164
|
-
"size/
|
|
11165
|
-
type: "spacingAliases",
|
|
11166
|
-
value: "2",
|
|
11167
|
-
valueType: "alias"
|
|
11168
|
-
} } },
|
|
11169
|
-
"size/default/contentWrapper": {
|
|
12491
|
+
"size/md/root": {
|
|
11170
12492
|
gap: { rest: {
|
|
11171
12493
|
type: "spacingAliases",
|
|
11172
|
-
value: "
|
|
12494
|
+
value: "2",
|
|
11173
12495
|
valueType: "alias"
|
|
11174
12496
|
} },
|
|
11175
12497
|
spacingHorizontal: { rest: {
|
|
11176
12498
|
type: "spacingAliases",
|
|
11177
|
-
value: "
|
|
12499
|
+
value: "0",
|
|
11178
12500
|
valueType: "alias"
|
|
11179
12501
|
} },
|
|
11180
12502
|
spacingVertical: { rest: {
|
|
11181
12503
|
type: "spacingAliases",
|
|
11182
|
-
value: "5",
|
|
11183
|
-
valueType: "alias"
|
|
11184
|
-
} }
|
|
11185
|
-
},
|
|
11186
|
-
"size/default/root": { shadow: { rest: {
|
|
11187
|
-
type: "elevationAliases",
|
|
11188
|
-
value: "elevation-4",
|
|
11189
|
-
valueType: "alias"
|
|
11190
|
-
} } },
|
|
11191
|
-
"size/default/svgBase": { borderRadius: { rest: {
|
|
11192
|
-
type: "borderRadii",
|
|
11193
|
-
value: "lg",
|
|
11194
|
-
valueType: "alias"
|
|
11195
|
-
} } },
|
|
11196
|
-
"size/default/svgBorder": { strokeWidth: { rest: {
|
|
11197
|
-
type: "elevationAliases",
|
|
11198
|
-
value: "elevation-4",
|
|
11199
|
-
valueType: "alias"
|
|
11200
|
-
} } },
|
|
11201
|
-
"variant/default/blur": { backdropBlur: { rest: {
|
|
11202
|
-
type: "positiveIntegers",
|
|
11203
|
-
value: 0,
|
|
11204
|
-
valueType: "alias"
|
|
11205
|
-
} } },
|
|
11206
|
-
"variant/default/closeIcon": { color: { rest: {
|
|
11207
|
-
type: "foregroundPaletteColors",
|
|
11208
|
-
value: "primary",
|
|
11209
|
-
valueType: "alias"
|
|
11210
|
-
} } },
|
|
11211
|
-
"variant/default/root": {},
|
|
11212
|
-
"variant/default/svgBase": {
|
|
11213
|
-
backgroundColor: { rest: {
|
|
11214
|
-
type: "elevationAliases",
|
|
11215
|
-
value: "elevation-4",
|
|
11216
|
-
valueType: "alias"
|
|
11217
|
-
} },
|
|
11218
|
-
blurBackgroundColorFallback: { rest: {
|
|
11219
|
-
type: "elevationAliases",
|
|
11220
|
-
value: "elevation-4",
|
|
12504
|
+
value: "1.5",
|
|
11221
12505
|
valueType: "alias"
|
|
11222
12506
|
} },
|
|
11223
|
-
|
|
11224
|
-
type: "
|
|
11225
|
-
value: "
|
|
12507
|
+
textVariant: { rest: {
|
|
12508
|
+
type: "textVariants",
|
|
12509
|
+
value: "label2",
|
|
11226
12510
|
valueType: "alias"
|
|
11227
12511
|
} }
|
|
11228
12512
|
},
|
|
11229
|
-
"
|
|
11230
|
-
type: "elevationAliases",
|
|
11231
|
-
value: "elevation-4",
|
|
11232
|
-
valueType: "alias"
|
|
11233
|
-
} } }
|
|
11234
|
-
}
|
|
11235
|
-
},
|
|
11236
|
-
radio: {
|
|
11237
|
-
defaults: {
|
|
11238
|
-
size: "sm",
|
|
11239
|
-
variant: "primary"
|
|
11240
|
-
},
|
|
11241
|
-
variables: {
|
|
11242
|
-
"size/md/radio": {
|
|
12513
|
+
"size/md/switch": {
|
|
11243
12514
|
borderWidth: { rest: {
|
|
11244
12515
|
type: "borderWidths",
|
|
11245
|
-
value: "
|
|
12516
|
+
value: "none",
|
|
11246
12517
|
valueType: "alias"
|
|
11247
12518
|
} },
|
|
11248
12519
|
height: { rest: {
|
|
11249
12520
|
type: "spacingAliases",
|
|
11250
|
-
value: "
|
|
12521
|
+
value: "7",
|
|
11251
12522
|
valueType: "alias"
|
|
11252
12523
|
} },
|
|
11253
|
-
|
|
11254
|
-
type: "spacingAliases",
|
|
11255
|
-
value: "5",
|
|
11256
|
-
valueType: "alias"
|
|
11257
|
-
} }
|
|
11258
|
-
},
|
|
11259
|
-
"size/md/root": {
|
|
11260
|
-
gap: { rest: {
|
|
12524
|
+
spacing: { rest: {
|
|
11261
12525
|
type: "spacingAliases",
|
|
11262
|
-
value: "
|
|
12526
|
+
value: "0.5",
|
|
11263
12527
|
valueType: "alias"
|
|
11264
12528
|
} },
|
|
11265
|
-
|
|
11266
|
-
type: "
|
|
11267
|
-
value: "
|
|
12529
|
+
width: { rest: {
|
|
12530
|
+
type: "spacingAliases",
|
|
12531
|
+
value: "12",
|
|
11268
12532
|
valueType: "alias"
|
|
11269
12533
|
} }
|
|
11270
12534
|
},
|
|
11271
|
-
"size/sm/
|
|
11272
|
-
borderWidth: { rest: {
|
|
11273
|
-
type: "borderWidths",
|
|
11274
|
-
value: "thin",
|
|
11275
|
-
valueType: "alias"
|
|
11276
|
-
} },
|
|
12535
|
+
"size/sm/handle": {
|
|
11277
12536
|
height: { rest: {
|
|
11278
12537
|
type: "spacingAliases",
|
|
11279
12538
|
value: "4",
|
|
@@ -11285,67 +12544,77 @@ const defaultUniversalTokensConfigAuto = {
|
|
|
11285
12544
|
valueType: "alias"
|
|
11286
12545
|
} }
|
|
11287
12546
|
},
|
|
12547
|
+
"size/sm/handleIcon": { size: { rest: {
|
|
12548
|
+
type: "iconSizes",
|
|
12549
|
+
value: "sm",
|
|
12550
|
+
valueType: "alias"
|
|
12551
|
+
} } },
|
|
11288
12552
|
"size/sm/root": {
|
|
11289
12553
|
gap: { rest: {
|
|
11290
12554
|
type: "spacingAliases",
|
|
11291
12555
|
value: "2",
|
|
11292
12556
|
valueType: "alias"
|
|
11293
12557
|
} },
|
|
12558
|
+
spacingHorizontal: { rest: {
|
|
12559
|
+
type: "spacingAliases",
|
|
12560
|
+
value: "0",
|
|
12561
|
+
valueType: "alias"
|
|
12562
|
+
} },
|
|
12563
|
+
spacingVertical: { rest: {
|
|
12564
|
+
type: "spacingAliases",
|
|
12565
|
+
value: "1",
|
|
12566
|
+
valueType: "alias"
|
|
12567
|
+
} },
|
|
11294
12568
|
textVariant: { rest: {
|
|
11295
12569
|
type: "textVariants",
|
|
11296
12570
|
value: "label4",
|
|
11297
12571
|
valueType: "alias"
|
|
11298
12572
|
} }
|
|
11299
12573
|
},
|
|
11300
|
-
"
|
|
12574
|
+
"size/sm/switch": {
|
|
12575
|
+
borderWidth: { rest: {
|
|
12576
|
+
type: "borderWidths",
|
|
12577
|
+
value: "none",
|
|
12578
|
+
valueType: "alias"
|
|
12579
|
+
} },
|
|
12580
|
+
height: { rest: {
|
|
12581
|
+
type: "spacingAliases",
|
|
12582
|
+
value: "5",
|
|
12583
|
+
valueType: "alias"
|
|
12584
|
+
} },
|
|
12585
|
+
spacing: { rest: {
|
|
12586
|
+
type: "spacingAliases",
|
|
12587
|
+
value: "0.5",
|
|
12588
|
+
valueType: "alias"
|
|
12589
|
+
} },
|
|
12590
|
+
width: { rest: {
|
|
12591
|
+
type: "spacingAliases",
|
|
12592
|
+
value: "8",
|
|
12593
|
+
valueType: "alias"
|
|
12594
|
+
} }
|
|
12595
|
+
},
|
|
12596
|
+
"variant/default/active/off/handle": {
|
|
11301
12597
|
backgroundColor: {
|
|
11302
12598
|
hover: {
|
|
11303
12599
|
type: "backgroundPaletteColors",
|
|
11304
|
-
value: "
|
|
11305
|
-
valueType: "alias"
|
|
11306
|
-
},
|
|
11307
|
-
pressed: {
|
|
11308
|
-
type: "backgroundPaletteColors",
|
|
11309
|
-
value: "secondary",
|
|
12600
|
+
value: "primary",
|
|
11310
12601
|
valueType: "alias"
|
|
11311
12602
|
},
|
|
11312
12603
|
rest: {
|
|
11313
12604
|
type: "backgroundPaletteColors",
|
|
11314
|
-
value: "
|
|
11315
|
-
valueType: "alias"
|
|
11316
|
-
}
|
|
11317
|
-
},
|
|
11318
|
-
borderColor: {
|
|
11319
|
-
hover: {
|
|
11320
|
-
type: "linePaletteColors",
|
|
11321
|
-
value: "alert-secondary",
|
|
11322
|
-
valueType: "alias"
|
|
11323
|
-
},
|
|
11324
|
-
pressed: {
|
|
11325
|
-
type: "linePaletteColors",
|
|
11326
|
-
value: "alert-secondary",
|
|
11327
|
-
valueType: "alias"
|
|
11328
|
-
},
|
|
11329
|
-
rest: {
|
|
11330
|
-
type: "linePaletteColors",
|
|
11331
|
-
value: "alert-secondary",
|
|
12605
|
+
value: "primary",
|
|
11332
12606
|
valueType: "alias"
|
|
11333
12607
|
}
|
|
11334
12608
|
},
|
|
11335
12609
|
insetShadow: {
|
|
11336
12610
|
hover: {
|
|
11337
12611
|
type: "shadowVariantsWithInvert",
|
|
11338
|
-
value: "
|
|
11339
|
-
valueType: "alias"
|
|
11340
|
-
},
|
|
11341
|
-
pressed: {
|
|
11342
|
-
type: "shadowVariantsWithInvert",
|
|
11343
|
-
value: "xl-invert",
|
|
12612
|
+
value: "2xl-invert",
|
|
11344
12613
|
valueType: "alias"
|
|
11345
12614
|
},
|
|
11346
12615
|
rest: {
|
|
11347
12616
|
type: "shadowVariantsWithInvert",
|
|
11348
|
-
value: "
|
|
12617
|
+
value: "2xl-invert",
|
|
11349
12618
|
valueType: "alias"
|
|
11350
12619
|
}
|
|
11351
12620
|
},
|
|
@@ -11355,11 +12624,6 @@ const defaultUniversalTokensConfigAuto = {
|
|
|
11355
12624
|
value: "xl",
|
|
11356
12625
|
valueType: "alias"
|
|
11357
12626
|
},
|
|
11358
|
-
pressed: {
|
|
11359
|
-
type: "shadowVariants",
|
|
11360
|
-
value: "xl",
|
|
11361
|
-
valueType: "alias"
|
|
11362
|
-
},
|
|
11363
12627
|
rest: {
|
|
11364
12628
|
type: "shadowVariants",
|
|
11365
12629
|
value: "xl",
|
|
@@ -11367,89 +12631,102 @@ const defaultUniversalTokensConfigAuto = {
|
|
|
11367
12631
|
}
|
|
11368
12632
|
}
|
|
11369
12633
|
},
|
|
11370
|
-
"variant/
|
|
12634
|
+
"variant/default/active/off/handleIcon": { color: {
|
|
11371
12635
|
hover: {
|
|
11372
|
-
type: "
|
|
11373
|
-
value: "
|
|
11374
|
-
valueType: "alias"
|
|
11375
|
-
},
|
|
11376
|
-
pressed: {
|
|
11377
|
-
type: "backgroundPaletteColors",
|
|
11378
|
-
value: "alert-secondary",
|
|
12636
|
+
type: "foregroundPaletteColors",
|
|
12637
|
+
value: "brand",
|
|
11379
12638
|
valueType: "alias"
|
|
11380
12639
|
},
|
|
11381
12640
|
rest: {
|
|
11382
|
-
type: "
|
|
11383
|
-
value: "
|
|
12641
|
+
type: "foregroundPaletteColors",
|
|
12642
|
+
value: "brand",
|
|
11384
12643
|
valueType: "alias"
|
|
11385
12644
|
}
|
|
11386
12645
|
} },
|
|
11387
|
-
"variant/
|
|
12646
|
+
"variant/default/active/off/root": { labelColor: {
|
|
11388
12647
|
hover: {
|
|
11389
12648
|
type: "foregroundPaletteColors",
|
|
11390
|
-
value: "
|
|
11391
|
-
valueType: "alias"
|
|
11392
|
-
},
|
|
11393
|
-
pressed: {
|
|
11394
|
-
type: "foregroundPaletteColors",
|
|
11395
|
-
value: "alert-secondary",
|
|
12649
|
+
value: "secondary",
|
|
11396
12650
|
valueType: "alias"
|
|
11397
12651
|
},
|
|
11398
12652
|
rest: {
|
|
11399
12653
|
type: "foregroundPaletteColors",
|
|
11400
|
-
value: "
|
|
12654
|
+
value: "secondary",
|
|
11401
12655
|
valueType: "alias"
|
|
11402
12656
|
}
|
|
11403
12657
|
} },
|
|
11404
|
-
"variant/
|
|
12658
|
+
"variant/default/active/off/switch": {
|
|
11405
12659
|
backgroundColor: {
|
|
11406
12660
|
hover: {
|
|
11407
12661
|
type: "backgroundPaletteColors",
|
|
11408
|
-
value: "
|
|
12662
|
+
value: "brand",
|
|
11409
12663
|
valueType: "alias"
|
|
11410
12664
|
},
|
|
11411
|
-
|
|
12665
|
+
rest: {
|
|
11412
12666
|
type: "backgroundPaletteColors",
|
|
11413
|
-
value: "
|
|
12667
|
+
value: "brand",
|
|
12668
|
+
valueType: "alias"
|
|
12669
|
+
}
|
|
12670
|
+
},
|
|
12671
|
+
borderColor: {
|
|
12672
|
+
hover: {
|
|
12673
|
+
type: "linePaletteColors",
|
|
12674
|
+
value: "brand",
|
|
12675
|
+
valueType: "alias"
|
|
12676
|
+
},
|
|
12677
|
+
rest: {
|
|
12678
|
+
type: "linePaletteColors",
|
|
12679
|
+
value: "brand",
|
|
12680
|
+
valueType: "alias"
|
|
12681
|
+
}
|
|
12682
|
+
},
|
|
12683
|
+
insetShadow: {
|
|
12684
|
+
hover: {
|
|
12685
|
+
type: "shadowVariantsWithInvert",
|
|
12686
|
+
value: "2xl-invert",
|
|
11414
12687
|
valueType: "alias"
|
|
11415
12688
|
},
|
|
11416
12689
|
rest: {
|
|
11417
|
-
type: "
|
|
11418
|
-
value: "
|
|
12690
|
+
type: "shadowVariantsWithInvert",
|
|
12691
|
+
value: "2xl-invert",
|
|
11419
12692
|
valueType: "alias"
|
|
11420
12693
|
}
|
|
11421
12694
|
},
|
|
11422
|
-
|
|
12695
|
+
shadow: {
|
|
11423
12696
|
hover: {
|
|
11424
|
-
type: "
|
|
11425
|
-
value: "
|
|
12697
|
+
type: "shadowVariants",
|
|
12698
|
+
value: "xl",
|
|
11426
12699
|
valueType: "alias"
|
|
11427
12700
|
},
|
|
11428
|
-
|
|
11429
|
-
type: "
|
|
11430
|
-
value: "
|
|
12701
|
+
rest: {
|
|
12702
|
+
type: "shadowVariants",
|
|
12703
|
+
value: "xl",
|
|
12704
|
+
valueType: "alias"
|
|
12705
|
+
}
|
|
12706
|
+
}
|
|
12707
|
+
},
|
|
12708
|
+
"variant/default/active/on/handle": {
|
|
12709
|
+
backgroundColor: {
|
|
12710
|
+
hover: {
|
|
12711
|
+
type: "backgroundPaletteColors",
|
|
12712
|
+
value: "primary",
|
|
11431
12713
|
valueType: "alias"
|
|
11432
12714
|
},
|
|
11433
12715
|
rest: {
|
|
11434
|
-
type: "
|
|
11435
|
-
value: "
|
|
12716
|
+
type: "backgroundPaletteColors",
|
|
12717
|
+
value: "primary",
|
|
11436
12718
|
valueType: "alias"
|
|
11437
12719
|
}
|
|
11438
12720
|
},
|
|
11439
12721
|
insetShadow: {
|
|
11440
12722
|
hover: {
|
|
11441
12723
|
type: "shadowVariantsWithInvert",
|
|
11442
|
-
value: "
|
|
11443
|
-
valueType: "alias"
|
|
11444
|
-
},
|
|
11445
|
-
pressed: {
|
|
11446
|
-
type: "shadowVariantsWithInvert",
|
|
11447
|
-
value: "xl-invert",
|
|
12724
|
+
value: "2xl-invert",
|
|
11448
12725
|
valueType: "alias"
|
|
11449
12726
|
},
|
|
11450
12727
|
rest: {
|
|
11451
12728
|
type: "shadowVariantsWithInvert",
|
|
11452
|
-
value: "
|
|
12729
|
+
value: "2xl-invert",
|
|
11453
12730
|
valueType: "alias"
|
|
11454
12731
|
}
|
|
11455
12732
|
},
|
|
@@ -11459,11 +12736,6 @@ const defaultUniversalTokensConfigAuto = {
|
|
|
11459
12736
|
value: "xl",
|
|
11460
12737
|
valueType: "alias"
|
|
11461
12738
|
},
|
|
11462
|
-
pressed: {
|
|
11463
|
-
type: "shadowVariants",
|
|
11464
|
-
value: "xl",
|
|
11465
|
-
valueType: "alias"
|
|
11466
|
-
},
|
|
11467
12739
|
rest: {
|
|
11468
12740
|
type: "shadowVariants",
|
|
11469
12741
|
value: "xl",
|
|
@@ -11471,89 +12743,64 @@ const defaultUniversalTokensConfigAuto = {
|
|
|
11471
12743
|
}
|
|
11472
12744
|
}
|
|
11473
12745
|
},
|
|
11474
|
-
"variant/
|
|
12746
|
+
"variant/default/active/on/handleIcon": { color: {
|
|
11475
12747
|
hover: {
|
|
11476
|
-
type: "
|
|
11477
|
-
value: "
|
|
11478
|
-
valueType: "alias"
|
|
11479
|
-
},
|
|
11480
|
-
pressed: {
|
|
11481
|
-
type: "backgroundPaletteColors",
|
|
11482
|
-
value: "alert-secondary",
|
|
12748
|
+
type: "foregroundPaletteColors",
|
|
12749
|
+
value: "brand",
|
|
11483
12750
|
valueType: "alias"
|
|
11484
12751
|
},
|
|
11485
12752
|
rest: {
|
|
11486
|
-
type: "
|
|
11487
|
-
value: "
|
|
12753
|
+
type: "foregroundPaletteColors",
|
|
12754
|
+
value: "brand",
|
|
11488
12755
|
valueType: "alias"
|
|
11489
12756
|
}
|
|
11490
12757
|
} },
|
|
11491
|
-
"variant/
|
|
12758
|
+
"variant/default/active/on/root": { labelColor: {
|
|
11492
12759
|
hover: {
|
|
11493
12760
|
type: "foregroundPaletteColors",
|
|
11494
|
-
value: "
|
|
11495
|
-
valueType: "alias"
|
|
11496
|
-
},
|
|
11497
|
-
pressed: {
|
|
11498
|
-
type: "foregroundPaletteColors",
|
|
11499
|
-
value: "alert-secondary",
|
|
12761
|
+
value: "secondary",
|
|
11500
12762
|
valueType: "alias"
|
|
11501
12763
|
},
|
|
11502
12764
|
rest: {
|
|
11503
12765
|
type: "foregroundPaletteColors",
|
|
11504
|
-
value: "
|
|
12766
|
+
value: "secondary",
|
|
11505
12767
|
valueType: "alias"
|
|
11506
12768
|
}
|
|
11507
12769
|
} },
|
|
11508
|
-
"variant/
|
|
12770
|
+
"variant/default/active/on/switch": {
|
|
11509
12771
|
backgroundColor: {
|
|
11510
12772
|
hover: {
|
|
11511
12773
|
type: "backgroundPaletteColors",
|
|
11512
|
-
value: "
|
|
11513
|
-
valueType: "alias"
|
|
11514
|
-
},
|
|
11515
|
-
pressed: {
|
|
11516
|
-
type: "backgroundPaletteColors",
|
|
11517
|
-
value: "secondary",
|
|
12774
|
+
value: "brand",
|
|
11518
12775
|
valueType: "alias"
|
|
11519
12776
|
},
|
|
11520
12777
|
rest: {
|
|
11521
12778
|
type: "backgroundPaletteColors",
|
|
11522
|
-
value: "
|
|
12779
|
+
value: "brand",
|
|
11523
12780
|
valueType: "alias"
|
|
11524
12781
|
}
|
|
11525
12782
|
},
|
|
11526
12783
|
borderColor: {
|
|
11527
12784
|
hover: {
|
|
11528
12785
|
type: "linePaletteColors",
|
|
11529
|
-
value: "
|
|
11530
|
-
valueType: "alias"
|
|
11531
|
-
},
|
|
11532
|
-
pressed: {
|
|
11533
|
-
type: "linePaletteColors",
|
|
11534
|
-
value: "alert",
|
|
12786
|
+
value: "brand",
|
|
11535
12787
|
valueType: "alias"
|
|
11536
12788
|
},
|
|
11537
12789
|
rest: {
|
|
11538
12790
|
type: "linePaletteColors",
|
|
11539
|
-
value: "
|
|
12791
|
+
value: "brand",
|
|
11540
12792
|
valueType: "alias"
|
|
11541
12793
|
}
|
|
11542
12794
|
},
|
|
11543
12795
|
insetShadow: {
|
|
11544
12796
|
hover: {
|
|
11545
12797
|
type: "shadowVariantsWithInvert",
|
|
11546
|
-
value: "
|
|
11547
|
-
valueType: "alias"
|
|
11548
|
-
},
|
|
11549
|
-
pressed: {
|
|
11550
|
-
type: "shadowVariantsWithInvert",
|
|
11551
|
-
value: "xl",
|
|
12798
|
+
value: "2xl-invert",
|
|
11552
12799
|
valueType: "alias"
|
|
11553
12800
|
},
|
|
11554
12801
|
rest: {
|
|
11555
12802
|
type: "shadowVariantsWithInvert",
|
|
11556
|
-
value: "
|
|
12803
|
+
value: "2xl-invert",
|
|
11557
12804
|
valueType: "alias"
|
|
11558
12805
|
}
|
|
11559
12806
|
},
|
|
@@ -11563,948 +12810,769 @@ const defaultUniversalTokensConfigAuto = {
|
|
|
11563
12810
|
value: "xl",
|
|
11564
12811
|
valueType: "alias"
|
|
11565
12812
|
},
|
|
11566
|
-
pressed: {
|
|
11567
|
-
type: "shadowVariants",
|
|
11568
|
-
value: "xl",
|
|
11569
|
-
valueType: "alias"
|
|
11570
|
-
},
|
|
11571
12813
|
rest: {
|
|
11572
12814
|
type: "shadowVariants",
|
|
11573
12815
|
value: "xl",
|
|
11574
12816
|
valueType: "alias"
|
|
11575
12817
|
}
|
|
11576
12818
|
}
|
|
11577
|
-
}
|
|
11578
|
-
|
|
11579
|
-
|
|
11580
|
-
|
|
11581
|
-
|
|
12819
|
+
}
|
|
12820
|
+
}
|
|
12821
|
+
},
|
|
12822
|
+
tab: {
|
|
12823
|
+
defaults: {
|
|
12824
|
+
size: "default",
|
|
12825
|
+
variant: "primary"
|
|
12826
|
+
},
|
|
12827
|
+
variables: {
|
|
12828
|
+
"size/default/icon": { size: { rest: {
|
|
12829
|
+
type: "iconSizes",
|
|
12830
|
+
value: "sm",
|
|
12831
|
+
valueType: "alias"
|
|
12832
|
+
} } },
|
|
12833
|
+
"size/default/root": {
|
|
12834
|
+
gap: { rest: {
|
|
12835
|
+
type: "spacingAliases",
|
|
12836
|
+
value: "1.5",
|
|
11582
12837
|
valueType: "alias"
|
|
11583
|
-
},
|
|
11584
|
-
|
|
11585
|
-
type: "
|
|
11586
|
-
value: "
|
|
12838
|
+
} },
|
|
12839
|
+
spacingHorizontal: { rest: {
|
|
12840
|
+
type: "spacingAliases",
|
|
12841
|
+
value: "3",
|
|
11587
12842
|
valueType: "alias"
|
|
11588
|
-
},
|
|
11589
|
-
rest: {
|
|
11590
|
-
type: "
|
|
11591
|
-
value: "
|
|
12843
|
+
} },
|
|
12844
|
+
spacingVertical: { rest: {
|
|
12845
|
+
type: "spacingAliases",
|
|
12846
|
+
value: "2.5",
|
|
11592
12847
|
valueType: "alias"
|
|
11593
|
-
}
|
|
11594
|
-
|
|
11595
|
-
|
|
12848
|
+
} },
|
|
12849
|
+
textVariant: { rest: {
|
|
12850
|
+
type: "textVariants",
|
|
12851
|
+
value: "label4/emphasized",
|
|
12852
|
+
valueType: "alias"
|
|
12853
|
+
} }
|
|
12854
|
+
},
|
|
12855
|
+
"variant/primary/active/off/icon": { color: {
|
|
11596
12856
|
hover: {
|
|
11597
12857
|
type: "foregroundPaletteColors",
|
|
11598
|
-
value: "
|
|
12858
|
+
value: "tertiary",
|
|
11599
12859
|
valueType: "alias"
|
|
11600
12860
|
},
|
|
11601
12861
|
pressed: {
|
|
11602
12862
|
type: "foregroundPaletteColors",
|
|
11603
|
-
value: "
|
|
12863
|
+
value: "tertiary",
|
|
11604
12864
|
valueType: "alias"
|
|
11605
12865
|
},
|
|
11606
12866
|
rest: {
|
|
11607
12867
|
type: "foregroundPaletteColors",
|
|
11608
|
-
value: "
|
|
12868
|
+
value: "tertiary",
|
|
11609
12869
|
valueType: "alias"
|
|
11610
12870
|
}
|
|
11611
12871
|
} },
|
|
11612
|
-
"variant/
|
|
12872
|
+
"variant/primary/active/off/root": {
|
|
11613
12873
|
backgroundColor: {
|
|
11614
12874
|
hover: {
|
|
11615
|
-
type: "
|
|
11616
|
-
value: "
|
|
12875
|
+
type: "alwaysPaletteAliases",
|
|
12876
|
+
value: "always/transparent",
|
|
11617
12877
|
valueType: "alias"
|
|
11618
12878
|
},
|
|
11619
12879
|
pressed: {
|
|
11620
|
-
type: "
|
|
11621
|
-
value: "
|
|
12880
|
+
type: "alwaysPaletteAliases",
|
|
12881
|
+
value: "always/transparent",
|
|
11622
12882
|
valueType: "alias"
|
|
11623
12883
|
},
|
|
11624
12884
|
rest: {
|
|
11625
|
-
type: "
|
|
11626
|
-
value: "
|
|
12885
|
+
type: "alwaysPaletteAliases",
|
|
12886
|
+
value: "always/transparent",
|
|
11627
12887
|
valueType: "alias"
|
|
11628
12888
|
}
|
|
11629
12889
|
},
|
|
11630
12890
|
borderColor: {
|
|
11631
12891
|
hover: {
|
|
11632
12892
|
type: "linePaletteColors",
|
|
11633
|
-
value: "
|
|
12893
|
+
value: "brand",
|
|
11634
12894
|
valueType: "alias"
|
|
11635
12895
|
},
|
|
11636
12896
|
pressed: {
|
|
11637
12897
|
type: "linePaletteColors",
|
|
11638
|
-
value: "
|
|
12898
|
+
value: "brand",
|
|
11639
12899
|
valueType: "alias"
|
|
11640
12900
|
},
|
|
11641
12901
|
rest: {
|
|
11642
12902
|
type: "linePaletteColors",
|
|
11643
|
-
value: "
|
|
12903
|
+
value: "brand",
|
|
11644
12904
|
valueType: "alias"
|
|
11645
12905
|
}
|
|
11646
12906
|
},
|
|
11647
|
-
|
|
12907
|
+
borderRadius: {
|
|
11648
12908
|
hover: {
|
|
11649
|
-
type: "
|
|
11650
|
-
value: "
|
|
12909
|
+
type: "borderRadii",
|
|
12910
|
+
value: "none",
|
|
11651
12911
|
valueType: "alias"
|
|
11652
12912
|
},
|
|
11653
12913
|
pressed: {
|
|
11654
|
-
type: "
|
|
11655
|
-
value: "
|
|
12914
|
+
type: "borderRadii",
|
|
12915
|
+
value: "none",
|
|
11656
12916
|
valueType: "alias"
|
|
11657
12917
|
},
|
|
11658
12918
|
rest: {
|
|
11659
|
-
type: "
|
|
11660
|
-
value: "
|
|
12919
|
+
type: "borderRadii",
|
|
12920
|
+
value: "none",
|
|
11661
12921
|
valueType: "alias"
|
|
11662
12922
|
}
|
|
11663
12923
|
},
|
|
11664
|
-
|
|
12924
|
+
borderWidth: {
|
|
11665
12925
|
hover: {
|
|
11666
|
-
type: "
|
|
11667
|
-
value: "
|
|
12926
|
+
type: "borderWidths",
|
|
12927
|
+
value: "none",
|
|
11668
12928
|
valueType: "alias"
|
|
11669
12929
|
},
|
|
11670
12930
|
pressed: {
|
|
11671
|
-
type: "
|
|
11672
|
-
value: "
|
|
12931
|
+
type: "borderWidths",
|
|
12932
|
+
value: "none",
|
|
11673
12933
|
valueType: "alias"
|
|
11674
12934
|
},
|
|
11675
12935
|
rest: {
|
|
11676
|
-
type: "
|
|
11677
|
-
value: "
|
|
12936
|
+
type: "borderWidths",
|
|
12937
|
+
value: "none",
|
|
11678
12938
|
valueType: "alias"
|
|
11679
12939
|
}
|
|
11680
|
-
}
|
|
11681
|
-
},
|
|
11682
|
-
"variant/alert/value/unchecked/radioCircle": { backgroundColor: {
|
|
11683
|
-
hover: {
|
|
11684
|
-
type: "backgroundPaletteColors",
|
|
11685
|
-
value: "alert",
|
|
11686
|
-
valueType: "alias"
|
|
11687
|
-
},
|
|
11688
|
-
pressed: {
|
|
11689
|
-
type: "backgroundPaletteColors",
|
|
11690
|
-
value: "alert",
|
|
11691
|
-
valueType: "alias"
|
|
11692
|
-
},
|
|
11693
|
-
rest: {
|
|
11694
|
-
type: "backgroundPaletteColors",
|
|
11695
|
-
value: "alert",
|
|
11696
|
-
valueType: "alias"
|
|
11697
|
-
}
|
|
11698
|
-
} },
|
|
11699
|
-
"variant/alert/value/unchecked/root": { color: {
|
|
11700
|
-
hover: {
|
|
11701
|
-
type: "foregroundPaletteColors",
|
|
11702
|
-
value: "alert",
|
|
11703
|
-
valueType: "alias"
|
|
11704
|
-
},
|
|
11705
|
-
pressed: {
|
|
11706
|
-
type: "foregroundPaletteColors",
|
|
11707
|
-
value: "alert",
|
|
11708
|
-
valueType: "alias"
|
|
11709
12940
|
},
|
|
11710
|
-
|
|
11711
|
-
type: "foregroundPaletteColors",
|
|
11712
|
-
value: "alert",
|
|
11713
|
-
valueType: "alias"
|
|
11714
|
-
}
|
|
11715
|
-
} },
|
|
11716
|
-
"variant/primary/value/checked/radio": {
|
|
11717
|
-
backgroundColor: {
|
|
12941
|
+
color: {
|
|
11718
12942
|
hover: {
|
|
11719
|
-
type: "
|
|
11720
|
-
value: "
|
|
12943
|
+
type: "foregroundPaletteColors",
|
|
12944
|
+
value: "tertiary",
|
|
11721
12945
|
valueType: "alias"
|
|
11722
12946
|
},
|
|
11723
12947
|
pressed: {
|
|
11724
|
-
type: "
|
|
11725
|
-
value: "
|
|
12948
|
+
type: "foregroundPaletteColors",
|
|
12949
|
+
value: "tertiary",
|
|
11726
12950
|
valueType: "alias"
|
|
11727
12951
|
},
|
|
11728
12952
|
rest: {
|
|
11729
|
-
type: "
|
|
11730
|
-
value: "
|
|
12953
|
+
type: "foregroundPaletteColors",
|
|
12954
|
+
value: "tertiary",
|
|
11731
12955
|
valueType: "alias"
|
|
11732
12956
|
}
|
|
11733
12957
|
},
|
|
11734
|
-
|
|
12958
|
+
shadow: {
|
|
11735
12959
|
hover: {
|
|
11736
|
-
type: "
|
|
11737
|
-
value: "
|
|
12960
|
+
type: "shadowVariants",
|
|
12961
|
+
value: "none",
|
|
11738
12962
|
valueType: "alias"
|
|
11739
12963
|
},
|
|
11740
12964
|
pressed: {
|
|
11741
|
-
type: "
|
|
11742
|
-
value: "
|
|
12965
|
+
type: "shadowVariants",
|
|
12966
|
+
value: "none",
|
|
11743
12967
|
valueType: "alias"
|
|
11744
12968
|
},
|
|
11745
12969
|
rest: {
|
|
11746
|
-
type: "
|
|
11747
|
-
value: "
|
|
12970
|
+
type: "shadowVariants",
|
|
12971
|
+
value: "none",
|
|
11748
12972
|
valueType: "alias"
|
|
11749
12973
|
}
|
|
11750
12974
|
},
|
|
11751
|
-
|
|
12975
|
+
underlineColor: {
|
|
11752
12976
|
hover: {
|
|
11753
|
-
type: "
|
|
11754
|
-
value: "
|
|
12977
|
+
type: "linePaletteColors",
|
|
12978
|
+
value: "brand",
|
|
11755
12979
|
valueType: "alias"
|
|
11756
12980
|
},
|
|
11757
12981
|
pressed: {
|
|
11758
|
-
type: "
|
|
11759
|
-
value: "
|
|
12982
|
+
type: "linePaletteColors",
|
|
12983
|
+
value: "brand",
|
|
11760
12984
|
valueType: "alias"
|
|
11761
12985
|
},
|
|
11762
12986
|
rest: {
|
|
11763
|
-
type: "
|
|
11764
|
-
value: "
|
|
12987
|
+
type: "linePaletteColors",
|
|
12988
|
+
value: "brand",
|
|
11765
12989
|
valueType: "alias"
|
|
11766
12990
|
}
|
|
11767
12991
|
},
|
|
11768
|
-
|
|
12992
|
+
underlineWidth: {
|
|
11769
12993
|
hover: {
|
|
11770
|
-
type: "
|
|
11771
|
-
value: "
|
|
12994
|
+
type: "borderWidths",
|
|
12995
|
+
value: "medium",
|
|
11772
12996
|
valueType: "alias"
|
|
11773
12997
|
},
|
|
11774
12998
|
pressed: {
|
|
11775
|
-
type: "
|
|
11776
|
-
value: "
|
|
12999
|
+
type: "borderWidths",
|
|
13000
|
+
value: "medium",
|
|
11777
13001
|
valueType: "alias"
|
|
11778
13002
|
},
|
|
11779
13003
|
rest: {
|
|
11780
|
-
type: "
|
|
11781
|
-
value: "
|
|
13004
|
+
type: "borderWidths",
|
|
13005
|
+
value: "medium",
|
|
11782
13006
|
valueType: "alias"
|
|
11783
13007
|
}
|
|
11784
13008
|
}
|
|
11785
13009
|
},
|
|
11786
|
-
"variant/primary/
|
|
11787
|
-
hover: {
|
|
11788
|
-
type: "backgroundPaletteColors",
|
|
11789
|
-
value: "brand",
|
|
11790
|
-
valueType: "alias"
|
|
11791
|
-
},
|
|
11792
|
-
pressed: {
|
|
11793
|
-
type: "backgroundPaletteColors",
|
|
11794
|
-
value: "brand",
|
|
11795
|
-
valueType: "alias"
|
|
11796
|
-
},
|
|
11797
|
-
rest: {
|
|
11798
|
-
type: "backgroundPaletteColors",
|
|
11799
|
-
value: "brand",
|
|
11800
|
-
valueType: "alias"
|
|
11801
|
-
}
|
|
11802
|
-
} },
|
|
11803
|
-
"variant/primary/value/checked/root": { color: {
|
|
13010
|
+
"variant/primary/active/on/icon": { color: {
|
|
11804
13011
|
hover: {
|
|
11805
13012
|
type: "foregroundPaletteColors",
|
|
11806
|
-
value: "
|
|
13013
|
+
value: "tertiary",
|
|
11807
13014
|
valueType: "alias"
|
|
11808
13015
|
},
|
|
11809
13016
|
pressed: {
|
|
11810
13017
|
type: "foregroundPaletteColors",
|
|
11811
|
-
value: "
|
|
13018
|
+
value: "tertiary",
|
|
11812
13019
|
valueType: "alias"
|
|
11813
13020
|
},
|
|
11814
13021
|
rest: {
|
|
11815
13022
|
type: "foregroundPaletteColors",
|
|
11816
|
-
value: "
|
|
13023
|
+
value: "tertiary",
|
|
11817
13024
|
valueType: "alias"
|
|
11818
13025
|
}
|
|
11819
13026
|
} },
|
|
11820
|
-
"variant/primary/
|
|
13027
|
+
"variant/primary/active/on/root": {
|
|
11821
13028
|
backgroundColor: {
|
|
11822
13029
|
hover: {
|
|
11823
|
-
type: "
|
|
11824
|
-
value: "
|
|
13030
|
+
type: "alwaysPaletteAliases",
|
|
13031
|
+
value: "always/transparent",
|
|
11825
13032
|
valueType: "alias"
|
|
11826
13033
|
},
|
|
11827
13034
|
pressed: {
|
|
11828
|
-
type: "
|
|
11829
|
-
value: "
|
|
13035
|
+
type: "alwaysPaletteAliases",
|
|
13036
|
+
value: "always/transparent",
|
|
11830
13037
|
valueType: "alias"
|
|
11831
13038
|
},
|
|
11832
13039
|
rest: {
|
|
11833
|
-
type: "
|
|
11834
|
-
value: "
|
|
13040
|
+
type: "alwaysPaletteAliases",
|
|
13041
|
+
value: "always/transparent",
|
|
11835
13042
|
valueType: "alias"
|
|
11836
13043
|
}
|
|
11837
13044
|
},
|
|
11838
13045
|
borderColor: {
|
|
11839
13046
|
hover: {
|
|
11840
13047
|
type: "linePaletteColors",
|
|
11841
|
-
value: "
|
|
13048
|
+
value: "brand",
|
|
11842
13049
|
valueType: "alias"
|
|
11843
13050
|
},
|
|
11844
13051
|
pressed: {
|
|
11845
13052
|
type: "linePaletteColors",
|
|
11846
|
-
value: "
|
|
13053
|
+
value: "brand",
|
|
11847
13054
|
valueType: "alias"
|
|
11848
13055
|
},
|
|
11849
13056
|
rest: {
|
|
11850
13057
|
type: "linePaletteColors",
|
|
11851
|
-
value: "
|
|
13058
|
+
value: "brand",
|
|
11852
13059
|
valueType: "alias"
|
|
11853
13060
|
}
|
|
11854
13061
|
},
|
|
11855
|
-
|
|
13062
|
+
borderRadius: {
|
|
11856
13063
|
hover: {
|
|
11857
|
-
type: "
|
|
11858
|
-
value: "
|
|
13064
|
+
type: "borderRadii",
|
|
13065
|
+
value: "none",
|
|
11859
13066
|
valueType: "alias"
|
|
11860
13067
|
},
|
|
11861
13068
|
pressed: {
|
|
11862
|
-
type: "
|
|
11863
|
-
value: "
|
|
13069
|
+
type: "borderRadii",
|
|
13070
|
+
value: "none",
|
|
11864
13071
|
valueType: "alias"
|
|
11865
13072
|
},
|
|
11866
13073
|
rest: {
|
|
11867
|
-
type: "
|
|
11868
|
-
value: "
|
|
13074
|
+
type: "borderRadii",
|
|
13075
|
+
value: "none",
|
|
11869
13076
|
valueType: "alias"
|
|
11870
13077
|
}
|
|
11871
13078
|
},
|
|
11872
|
-
|
|
13079
|
+
borderWidth: {
|
|
11873
13080
|
hover: {
|
|
11874
|
-
type: "
|
|
11875
|
-
value: "
|
|
13081
|
+
type: "borderWidths",
|
|
13082
|
+
value: "none",
|
|
11876
13083
|
valueType: "alias"
|
|
11877
13084
|
},
|
|
11878
13085
|
pressed: {
|
|
11879
|
-
type: "
|
|
11880
|
-
value: "
|
|
13086
|
+
type: "borderWidths",
|
|
13087
|
+
value: "none",
|
|
11881
13088
|
valueType: "alias"
|
|
11882
13089
|
},
|
|
11883
13090
|
rest: {
|
|
11884
|
-
type: "
|
|
11885
|
-
value: "
|
|
13091
|
+
type: "borderWidths",
|
|
13092
|
+
value: "none",
|
|
11886
13093
|
valueType: "alias"
|
|
11887
13094
|
}
|
|
11888
|
-
}
|
|
11889
|
-
},
|
|
11890
|
-
"variant/primary/value/unchecked/radioCircle": { backgroundColor: {
|
|
11891
|
-
hover: {
|
|
11892
|
-
type: "backgroundPaletteColors",
|
|
11893
|
-
value: "brand",
|
|
11894
|
-
valueType: "alias"
|
|
11895
|
-
},
|
|
11896
|
-
pressed: {
|
|
11897
|
-
type: "backgroundPaletteColors",
|
|
11898
|
-
value: "brand",
|
|
11899
|
-
valueType: "alias"
|
|
11900
|
-
},
|
|
11901
|
-
rest: {
|
|
11902
|
-
type: "backgroundPaletteColors",
|
|
11903
|
-
value: "brand",
|
|
11904
|
-
valueType: "alias"
|
|
11905
|
-
}
|
|
11906
|
-
} },
|
|
11907
|
-
"variant/primary/value/unchecked/root": { color: {
|
|
11908
|
-
hover: {
|
|
11909
|
-
type: "foregroundPaletteColors",
|
|
11910
|
-
value: "primary",
|
|
11911
|
-
valueType: "alias"
|
|
11912
|
-
},
|
|
11913
|
-
pressed: {
|
|
11914
|
-
type: "foregroundPaletteColors",
|
|
11915
|
-
value: "primary",
|
|
11916
|
-
valueType: "alias"
|
|
11917
13095
|
},
|
|
11918
|
-
|
|
11919
|
-
type: "foregroundPaletteColors",
|
|
11920
|
-
value: "primary",
|
|
11921
|
-
valueType: "alias"
|
|
11922
|
-
}
|
|
11923
|
-
} },
|
|
11924
|
-
"variant/secondary/value/checked/radio": {
|
|
11925
|
-
backgroundColor: {
|
|
13096
|
+
color: {
|
|
11926
13097
|
hover: {
|
|
11927
|
-
type: "
|
|
11928
|
-
value: "
|
|
13098
|
+
type: "foregroundPaletteColors",
|
|
13099
|
+
value: "tertiary",
|
|
11929
13100
|
valueType: "alias"
|
|
11930
13101
|
},
|
|
11931
13102
|
pressed: {
|
|
11932
|
-
type: "
|
|
11933
|
-
value: "
|
|
13103
|
+
type: "foregroundPaletteColors",
|
|
13104
|
+
value: "tertiary",
|
|
11934
13105
|
valueType: "alias"
|
|
11935
13106
|
},
|
|
11936
13107
|
rest: {
|
|
11937
|
-
type: "
|
|
11938
|
-
value: "
|
|
13108
|
+
type: "foregroundPaletteColors",
|
|
13109
|
+
value: "tertiary",
|
|
11939
13110
|
valueType: "alias"
|
|
11940
13111
|
}
|
|
11941
13112
|
},
|
|
11942
|
-
|
|
13113
|
+
shadow: {
|
|
11943
13114
|
hover: {
|
|
11944
|
-
type: "
|
|
11945
|
-
value: "
|
|
13115
|
+
type: "shadowVariants",
|
|
13116
|
+
value: "none",
|
|
11946
13117
|
valueType: "alias"
|
|
11947
13118
|
},
|
|
11948
13119
|
pressed: {
|
|
11949
|
-
type: "
|
|
11950
|
-
value: "
|
|
13120
|
+
type: "shadowVariants",
|
|
13121
|
+
value: "none",
|
|
11951
13122
|
valueType: "alias"
|
|
11952
13123
|
},
|
|
11953
13124
|
rest: {
|
|
11954
|
-
type: "
|
|
11955
|
-
value: "
|
|
13125
|
+
type: "shadowVariants",
|
|
13126
|
+
value: "none",
|
|
11956
13127
|
valueType: "alias"
|
|
11957
13128
|
}
|
|
11958
13129
|
},
|
|
11959
|
-
|
|
13130
|
+
underlineColor: {
|
|
11960
13131
|
hover: {
|
|
11961
|
-
type: "
|
|
11962
|
-
value: "
|
|
13132
|
+
type: "linePaletteColors",
|
|
13133
|
+
value: "brand",
|
|
11963
13134
|
valueType: "alias"
|
|
11964
13135
|
},
|
|
11965
13136
|
pressed: {
|
|
11966
|
-
type: "
|
|
11967
|
-
value: "
|
|
13137
|
+
type: "linePaletteColors",
|
|
13138
|
+
value: "brand",
|
|
11968
13139
|
valueType: "alias"
|
|
11969
13140
|
},
|
|
11970
13141
|
rest: {
|
|
11971
|
-
type: "
|
|
11972
|
-
value: "
|
|
13142
|
+
type: "linePaletteColors",
|
|
13143
|
+
value: "brand",
|
|
11973
13144
|
valueType: "alias"
|
|
11974
13145
|
}
|
|
11975
13146
|
},
|
|
11976
|
-
|
|
13147
|
+
underlineWidth: {
|
|
11977
13148
|
hover: {
|
|
11978
|
-
type: "
|
|
11979
|
-
value: "
|
|
13149
|
+
type: "borderWidths",
|
|
13150
|
+
value: "medium",
|
|
11980
13151
|
valueType: "alias"
|
|
11981
13152
|
},
|
|
11982
13153
|
pressed: {
|
|
11983
|
-
type: "
|
|
11984
|
-
value: "
|
|
13154
|
+
type: "borderWidths",
|
|
13155
|
+
value: "medium",
|
|
11985
13156
|
valueType: "alias"
|
|
11986
13157
|
},
|
|
11987
13158
|
rest: {
|
|
11988
|
-
type: "
|
|
11989
|
-
value: "
|
|
13159
|
+
type: "borderWidths",
|
|
13160
|
+
value: "medium",
|
|
11990
13161
|
valueType: "alias"
|
|
11991
13162
|
}
|
|
11992
13163
|
}
|
|
11993
13164
|
},
|
|
11994
|
-
"variant/secondary/
|
|
11995
|
-
hover: {
|
|
11996
|
-
type: "backgroundPaletteColors",
|
|
11997
|
-
value: "brand-secondary",
|
|
11998
|
-
valueType: "alias"
|
|
11999
|
-
},
|
|
12000
|
-
pressed: {
|
|
12001
|
-
type: "backgroundPaletteColors",
|
|
12002
|
-
value: "brand-secondary",
|
|
12003
|
-
valueType: "alias"
|
|
12004
|
-
},
|
|
12005
|
-
rest: {
|
|
12006
|
-
type: "backgroundPaletteColors",
|
|
12007
|
-
value: "brand-secondary",
|
|
12008
|
-
valueType: "alias"
|
|
12009
|
-
}
|
|
12010
|
-
} },
|
|
12011
|
-
"variant/secondary/value/checked/root": { color: {
|
|
13165
|
+
"variant/secondary/active/off/icon": { color: {
|
|
12012
13166
|
hover: {
|
|
12013
13167
|
type: "foregroundPaletteColors",
|
|
12014
|
-
value: "
|
|
13168
|
+
value: "tertiary",
|
|
12015
13169
|
valueType: "alias"
|
|
12016
13170
|
},
|
|
12017
13171
|
pressed: {
|
|
12018
13172
|
type: "foregroundPaletteColors",
|
|
12019
|
-
value: "
|
|
13173
|
+
value: "tertiary",
|
|
12020
13174
|
valueType: "alias"
|
|
12021
13175
|
},
|
|
12022
13176
|
rest: {
|
|
12023
13177
|
type: "foregroundPaletteColors",
|
|
12024
|
-
value: "
|
|
13178
|
+
value: "tertiary",
|
|
12025
13179
|
valueType: "alias"
|
|
12026
13180
|
}
|
|
12027
13181
|
} },
|
|
12028
|
-
"variant/secondary/
|
|
13182
|
+
"variant/secondary/active/off/root": {
|
|
12029
13183
|
backgroundColor: {
|
|
12030
13184
|
hover: {
|
|
12031
13185
|
type: "backgroundPaletteColors",
|
|
12032
|
-
value: "
|
|
13186
|
+
value: "primary",
|
|
12033
13187
|
valueType: "alias"
|
|
12034
13188
|
},
|
|
12035
13189
|
pressed: {
|
|
12036
13190
|
type: "backgroundPaletteColors",
|
|
12037
|
-
value: "
|
|
13191
|
+
value: "primary",
|
|
12038
13192
|
valueType: "alias"
|
|
12039
13193
|
},
|
|
12040
13194
|
rest: {
|
|
12041
13195
|
type: "backgroundPaletteColors",
|
|
12042
|
-
value: "
|
|
13196
|
+
value: "primary",
|
|
12043
13197
|
valueType: "alias"
|
|
12044
13198
|
}
|
|
12045
13199
|
},
|
|
12046
13200
|
borderColor: {
|
|
12047
13201
|
hover: {
|
|
12048
13202
|
type: "linePaletteColors",
|
|
12049
|
-
value: "
|
|
13203
|
+
value: "tertiary",
|
|
12050
13204
|
valueType: "alias"
|
|
12051
13205
|
},
|
|
12052
13206
|
pressed: {
|
|
12053
13207
|
type: "linePaletteColors",
|
|
12054
|
-
value: "
|
|
13208
|
+
value: "tertiary",
|
|
13209
|
+
valueType: "alias"
|
|
13210
|
+
},
|
|
13211
|
+
rest: {
|
|
13212
|
+
type: "linePaletteColors",
|
|
13213
|
+
value: "tertiary",
|
|
13214
|
+
valueType: "alias"
|
|
13215
|
+
}
|
|
13216
|
+
},
|
|
13217
|
+
borderRadius: {
|
|
13218
|
+
hover: {
|
|
13219
|
+
type: "borderRadii",
|
|
13220
|
+
value: "full",
|
|
13221
|
+
valueType: "alias"
|
|
13222
|
+
},
|
|
13223
|
+
pressed: {
|
|
13224
|
+
type: "borderRadii",
|
|
13225
|
+
value: "full",
|
|
13226
|
+
valueType: "alias"
|
|
13227
|
+
},
|
|
13228
|
+
rest: {
|
|
13229
|
+
type: "borderRadii",
|
|
13230
|
+
value: "full",
|
|
13231
|
+
valueType: "alias"
|
|
13232
|
+
}
|
|
13233
|
+
},
|
|
13234
|
+
borderWidth: {
|
|
13235
|
+
hover: {
|
|
13236
|
+
type: "borderWidths",
|
|
13237
|
+
value: "none",
|
|
13238
|
+
valueType: "alias"
|
|
13239
|
+
},
|
|
13240
|
+
pressed: {
|
|
13241
|
+
type: "borderWidths",
|
|
13242
|
+
value: "none",
|
|
12055
13243
|
valueType: "alias"
|
|
12056
13244
|
},
|
|
12057
13245
|
rest: {
|
|
12058
|
-
type: "
|
|
12059
|
-
value: "
|
|
13246
|
+
type: "borderWidths",
|
|
13247
|
+
value: "none",
|
|
12060
13248
|
valueType: "alias"
|
|
12061
13249
|
}
|
|
12062
13250
|
},
|
|
12063
|
-
|
|
13251
|
+
color: {
|
|
12064
13252
|
hover: {
|
|
12065
|
-
type: "
|
|
12066
|
-
value: "
|
|
13253
|
+
type: "foregroundPaletteColors",
|
|
13254
|
+
value: "tertiary",
|
|
12067
13255
|
valueType: "alias"
|
|
12068
13256
|
},
|
|
12069
13257
|
pressed: {
|
|
12070
|
-
type: "
|
|
12071
|
-
value: "
|
|
13258
|
+
type: "foregroundPaletteColors",
|
|
13259
|
+
value: "tertiary",
|
|
12072
13260
|
valueType: "alias"
|
|
12073
13261
|
},
|
|
12074
13262
|
rest: {
|
|
12075
|
-
type: "
|
|
12076
|
-
value: "
|
|
13263
|
+
type: "foregroundPaletteColors",
|
|
13264
|
+
value: "tertiary",
|
|
12077
13265
|
valueType: "alias"
|
|
12078
13266
|
}
|
|
12079
13267
|
},
|
|
12080
13268
|
shadow: {
|
|
12081
13269
|
hover: {
|
|
12082
13270
|
type: "shadowVariants",
|
|
12083
|
-
value: "
|
|
13271
|
+
value: "none",
|
|
12084
13272
|
valueType: "alias"
|
|
12085
13273
|
},
|
|
12086
13274
|
pressed: {
|
|
12087
13275
|
type: "shadowVariants",
|
|
12088
|
-
value: "
|
|
13276
|
+
value: "none",
|
|
12089
13277
|
valueType: "alias"
|
|
12090
13278
|
},
|
|
12091
13279
|
rest: {
|
|
12092
13280
|
type: "shadowVariants",
|
|
12093
|
-
value: "
|
|
13281
|
+
value: "none",
|
|
12094
13282
|
valueType: "alias"
|
|
12095
13283
|
}
|
|
12096
|
-
}
|
|
12097
|
-
},
|
|
12098
|
-
"variant/secondary/value/unchecked/radioCircle": { backgroundColor: {
|
|
12099
|
-
hover: {
|
|
12100
|
-
type: "backgroundPaletteColors",
|
|
12101
|
-
value: "brand-secondary",
|
|
12102
|
-
valueType: "alias"
|
|
12103
13284
|
},
|
|
12104
|
-
|
|
12105
|
-
type: "backgroundPaletteColors",
|
|
12106
|
-
value: "brand-secondary",
|
|
12107
|
-
valueType: "alias"
|
|
12108
|
-
},
|
|
12109
|
-
rest: {
|
|
12110
|
-
type: "backgroundPaletteColors",
|
|
12111
|
-
value: "brand-secondary",
|
|
12112
|
-
valueType: "alias"
|
|
12113
|
-
}
|
|
12114
|
-
} },
|
|
12115
|
-
"variant/secondary/value/unchecked/root": { color: {
|
|
12116
|
-
hover: {
|
|
12117
|
-
type: "foregroundPaletteColors",
|
|
12118
|
-
value: "secondary",
|
|
12119
|
-
valueType: "alias"
|
|
12120
|
-
},
|
|
12121
|
-
pressed: {
|
|
12122
|
-
type: "foregroundPaletteColors",
|
|
12123
|
-
value: "secondary",
|
|
12124
|
-
valueType: "alias"
|
|
12125
|
-
},
|
|
12126
|
-
rest: {
|
|
12127
|
-
type: "foregroundPaletteColors",
|
|
12128
|
-
value: "secondary",
|
|
12129
|
-
valueType: "alias"
|
|
12130
|
-
}
|
|
12131
|
-
} }
|
|
12132
|
-
}
|
|
12133
|
-
},
|
|
12134
|
-
scrim: {
|
|
12135
|
-
defaults: { variant: "default" },
|
|
12136
|
-
variables: { "variant/default/root": {
|
|
12137
|
-
backdropBlur: { rest: {
|
|
12138
|
-
type: "positiveIntegers",
|
|
12139
|
-
value: 0,
|
|
12140
|
-
valueType: "alias"
|
|
12141
|
-
} },
|
|
12142
|
-
backgroundColor: { rest: {
|
|
12143
|
-
type: "alwaysPaletteAliases",
|
|
12144
|
-
value: "always/black",
|
|
12145
|
-
valueType: "alias"
|
|
12146
|
-
} },
|
|
12147
|
-
opacity: { rest: {
|
|
12148
|
-
type: "opacitySteps",
|
|
12149
|
-
value: "20",
|
|
12150
|
-
valueType: "alias"
|
|
12151
|
-
} }
|
|
12152
|
-
} }
|
|
12153
|
-
},
|
|
12154
|
-
switch: {
|
|
12155
|
-
defaults: {
|
|
12156
|
-
size: "md",
|
|
12157
|
-
variant: "default"
|
|
12158
|
-
},
|
|
12159
|
-
variables: {
|
|
12160
|
-
"size/md/handle": {
|
|
12161
|
-
height: { rest: {
|
|
12162
|
-
type: "spacingAliases",
|
|
12163
|
-
value: "6",
|
|
12164
|
-
valueType: "alias"
|
|
12165
|
-
} },
|
|
12166
|
-
width: { rest: {
|
|
12167
|
-
type: "spacingAliases",
|
|
12168
|
-
value: "6",
|
|
12169
|
-
valueType: "alias"
|
|
12170
|
-
} }
|
|
12171
|
-
},
|
|
12172
|
-
"size/md/handleIcon": { size: { rest: {
|
|
12173
|
-
type: "iconSizes",
|
|
12174
|
-
value: "sm",
|
|
12175
|
-
valueType: "alias"
|
|
12176
|
-
} } },
|
|
12177
|
-
"size/md/root": {
|
|
12178
|
-
gap: { rest: {
|
|
12179
|
-
type: "spacingAliases",
|
|
12180
|
-
value: "2",
|
|
12181
|
-
valueType: "alias"
|
|
12182
|
-
} },
|
|
12183
|
-
spacingHorizontal: { rest: {
|
|
12184
|
-
type: "spacingAliases",
|
|
12185
|
-
value: "0",
|
|
12186
|
-
valueType: "alias"
|
|
12187
|
-
} },
|
|
12188
|
-
spacingVertical: { rest: {
|
|
12189
|
-
type: "spacingAliases",
|
|
12190
|
-
value: "1.5",
|
|
12191
|
-
valueType: "alias"
|
|
12192
|
-
} },
|
|
12193
|
-
textVariant: { rest: {
|
|
12194
|
-
type: "textVariants",
|
|
12195
|
-
value: "label2",
|
|
12196
|
-
valueType: "alias"
|
|
12197
|
-
} }
|
|
12198
|
-
},
|
|
12199
|
-
"size/md/switch": {
|
|
12200
|
-
borderWidth: { rest: {
|
|
12201
|
-
type: "borderWidths",
|
|
12202
|
-
value: "none",
|
|
12203
|
-
valueType: "alias"
|
|
12204
|
-
} },
|
|
12205
|
-
height: { rest: {
|
|
12206
|
-
type: "spacingAliases",
|
|
12207
|
-
value: "7",
|
|
12208
|
-
valueType: "alias"
|
|
12209
|
-
} },
|
|
12210
|
-
spacing: { rest: {
|
|
12211
|
-
type: "spacingAliases",
|
|
12212
|
-
value: "0.5",
|
|
12213
|
-
valueType: "alias"
|
|
12214
|
-
} },
|
|
12215
|
-
width: { rest: {
|
|
12216
|
-
type: "spacingAliases",
|
|
12217
|
-
value: "12",
|
|
12218
|
-
valueType: "alias"
|
|
12219
|
-
} }
|
|
12220
|
-
},
|
|
12221
|
-
"size/sm/handle": {
|
|
12222
|
-
height: { rest: {
|
|
12223
|
-
type: "spacingAliases",
|
|
12224
|
-
value: "4",
|
|
12225
|
-
valueType: "alias"
|
|
12226
|
-
} },
|
|
12227
|
-
width: { rest: {
|
|
12228
|
-
type: "spacingAliases",
|
|
12229
|
-
value: "4",
|
|
12230
|
-
valueType: "alias"
|
|
12231
|
-
} }
|
|
12232
|
-
},
|
|
12233
|
-
"size/sm/handleIcon": { size: { rest: {
|
|
12234
|
-
type: "iconSizes",
|
|
12235
|
-
value: "sm",
|
|
12236
|
-
valueType: "alias"
|
|
12237
|
-
} } },
|
|
12238
|
-
"size/sm/root": {
|
|
12239
|
-
gap: { rest: {
|
|
12240
|
-
type: "spacingAliases",
|
|
12241
|
-
value: "2",
|
|
12242
|
-
valueType: "alias"
|
|
12243
|
-
} },
|
|
12244
|
-
spacingHorizontal: { rest: {
|
|
12245
|
-
type: "spacingAliases",
|
|
12246
|
-
value: "0",
|
|
12247
|
-
valueType: "alias"
|
|
12248
|
-
} },
|
|
12249
|
-
spacingVertical: { rest: {
|
|
12250
|
-
type: "spacingAliases",
|
|
12251
|
-
value: "1",
|
|
12252
|
-
valueType: "alias"
|
|
12253
|
-
} },
|
|
12254
|
-
textVariant: { rest: {
|
|
12255
|
-
type: "textVariants",
|
|
12256
|
-
value: "label4",
|
|
12257
|
-
valueType: "alias"
|
|
12258
|
-
} }
|
|
12259
|
-
},
|
|
12260
|
-
"size/sm/switch": {
|
|
12261
|
-
borderWidth: { rest: {
|
|
12262
|
-
type: "borderWidths",
|
|
12263
|
-
value: "none",
|
|
12264
|
-
valueType: "alias"
|
|
12265
|
-
} },
|
|
12266
|
-
height: { rest: {
|
|
12267
|
-
type: "spacingAliases",
|
|
12268
|
-
value: "5",
|
|
12269
|
-
valueType: "alias"
|
|
12270
|
-
} },
|
|
12271
|
-
spacing: { rest: {
|
|
12272
|
-
type: "spacingAliases",
|
|
12273
|
-
value: "0.5",
|
|
12274
|
-
valueType: "alias"
|
|
12275
|
-
} },
|
|
12276
|
-
width: { rest: {
|
|
12277
|
-
type: "spacingAliases",
|
|
12278
|
-
value: "8",
|
|
12279
|
-
valueType: "alias"
|
|
12280
|
-
} }
|
|
12281
|
-
},
|
|
12282
|
-
"variant/default/active/off/handle": {
|
|
12283
|
-
backgroundColor: {
|
|
13285
|
+
underlineColor: {
|
|
12284
13286
|
hover: {
|
|
12285
|
-
type: "
|
|
13287
|
+
type: "linePaletteColors",
|
|
12286
13288
|
value: "primary",
|
|
12287
13289
|
valueType: "alias"
|
|
12288
13290
|
},
|
|
12289
|
-
|
|
12290
|
-
type: "
|
|
13291
|
+
pressed: {
|
|
13292
|
+
type: "linePaletteColors",
|
|
12291
13293
|
value: "primary",
|
|
12292
13294
|
valueType: "alias"
|
|
12293
|
-
}
|
|
12294
|
-
},
|
|
12295
|
-
insetShadow: {
|
|
12296
|
-
hover: {
|
|
12297
|
-
type: "shadowVariantsWithInvert",
|
|
12298
|
-
value: "2xl-invert",
|
|
12299
|
-
valueType: "alias"
|
|
12300
13295
|
},
|
|
12301
13296
|
rest: {
|
|
12302
|
-
type: "
|
|
12303
|
-
value: "
|
|
13297
|
+
type: "linePaletteColors",
|
|
13298
|
+
value: "primary",
|
|
12304
13299
|
valueType: "alias"
|
|
12305
13300
|
}
|
|
12306
13301
|
},
|
|
12307
|
-
|
|
13302
|
+
underlineWidth: {
|
|
12308
13303
|
hover: {
|
|
12309
|
-
type: "
|
|
12310
|
-
value: "
|
|
13304
|
+
type: "borderWidths",
|
|
13305
|
+
value: "none",
|
|
13306
|
+
valueType: "alias"
|
|
13307
|
+
},
|
|
13308
|
+
pressed: {
|
|
13309
|
+
type: "borderWidths",
|
|
13310
|
+
value: "none",
|
|
12311
13311
|
valueType: "alias"
|
|
12312
13312
|
},
|
|
12313
13313
|
rest: {
|
|
12314
|
-
type: "
|
|
12315
|
-
value: "
|
|
13314
|
+
type: "borderWidths",
|
|
13315
|
+
value: "none",
|
|
12316
13316
|
valueType: "alias"
|
|
12317
13317
|
}
|
|
12318
13318
|
}
|
|
12319
13319
|
},
|
|
12320
|
-
"variant/
|
|
12321
|
-
hover: {
|
|
12322
|
-
type: "foregroundPaletteColors",
|
|
12323
|
-
value: "brand",
|
|
12324
|
-
valueType: "alias"
|
|
12325
|
-
},
|
|
12326
|
-
rest: {
|
|
12327
|
-
type: "foregroundPaletteColors",
|
|
12328
|
-
value: "brand",
|
|
12329
|
-
valueType: "alias"
|
|
12330
|
-
}
|
|
12331
|
-
} },
|
|
12332
|
-
"variant/default/active/off/root": { labelColor: {
|
|
13320
|
+
"variant/secondary/active/on/icon": { color: {
|
|
12333
13321
|
hover: {
|
|
12334
13322
|
type: "foregroundPaletteColors",
|
|
12335
|
-
value: "
|
|
13323
|
+
value: "tertiary",
|
|
13324
|
+
valueType: "alias"
|
|
13325
|
+
},
|
|
13326
|
+
pressed: {
|
|
13327
|
+
type: "foregroundPaletteColors",
|
|
13328
|
+
value: "tertiary",
|
|
12336
13329
|
valueType: "alias"
|
|
12337
13330
|
},
|
|
12338
13331
|
rest: {
|
|
12339
13332
|
type: "foregroundPaletteColors",
|
|
12340
|
-
value: "
|
|
13333
|
+
value: "tertiary",
|
|
12341
13334
|
valueType: "alias"
|
|
12342
13335
|
}
|
|
12343
13336
|
} },
|
|
12344
|
-
"variant/
|
|
13337
|
+
"variant/secondary/active/on/root": {
|
|
12345
13338
|
backgroundColor: {
|
|
12346
13339
|
hover: {
|
|
12347
13340
|
type: "backgroundPaletteColors",
|
|
12348
|
-
value: "
|
|
13341
|
+
value: "primary",
|
|
13342
|
+
valueType: "alias"
|
|
13343
|
+
},
|
|
13344
|
+
pressed: {
|
|
13345
|
+
type: "backgroundPaletteColors",
|
|
13346
|
+
value: "primary",
|
|
12349
13347
|
valueType: "alias"
|
|
12350
13348
|
},
|
|
12351
13349
|
rest: {
|
|
12352
13350
|
type: "backgroundPaletteColors",
|
|
12353
|
-
value: "
|
|
13351
|
+
value: "primary",
|
|
12354
13352
|
valueType: "alias"
|
|
12355
13353
|
}
|
|
12356
13354
|
},
|
|
12357
13355
|
borderColor: {
|
|
12358
13356
|
hover: {
|
|
12359
13357
|
type: "linePaletteColors",
|
|
12360
|
-
value: "
|
|
13358
|
+
value: "tertiary",
|
|
13359
|
+
valueType: "alias"
|
|
13360
|
+
},
|
|
13361
|
+
pressed: {
|
|
13362
|
+
type: "linePaletteColors",
|
|
13363
|
+
value: "tertiary",
|
|
12361
13364
|
valueType: "alias"
|
|
12362
13365
|
},
|
|
12363
13366
|
rest: {
|
|
12364
13367
|
type: "linePaletteColors",
|
|
12365
|
-
value: "
|
|
13368
|
+
value: "tertiary",
|
|
12366
13369
|
valueType: "alias"
|
|
12367
13370
|
}
|
|
12368
13371
|
},
|
|
12369
|
-
|
|
13372
|
+
borderRadius: {
|
|
12370
13373
|
hover: {
|
|
12371
|
-
type: "
|
|
12372
|
-
value: "
|
|
13374
|
+
type: "borderRadii",
|
|
13375
|
+
value: "full",
|
|
13376
|
+
valueType: "alias"
|
|
13377
|
+
},
|
|
13378
|
+
pressed: {
|
|
13379
|
+
type: "borderRadii",
|
|
13380
|
+
value: "full",
|
|
12373
13381
|
valueType: "alias"
|
|
12374
13382
|
},
|
|
12375
13383
|
rest: {
|
|
12376
|
-
type: "
|
|
12377
|
-
value: "
|
|
13384
|
+
type: "borderRadii",
|
|
13385
|
+
value: "full",
|
|
12378
13386
|
valueType: "alias"
|
|
12379
13387
|
}
|
|
12380
13388
|
},
|
|
12381
|
-
|
|
13389
|
+
borderWidth: {
|
|
12382
13390
|
hover: {
|
|
12383
|
-
type: "
|
|
12384
|
-
value: "
|
|
13391
|
+
type: "borderWidths",
|
|
13392
|
+
value: "none",
|
|
12385
13393
|
valueType: "alias"
|
|
12386
13394
|
},
|
|
12387
|
-
|
|
12388
|
-
type: "
|
|
12389
|
-
value: "
|
|
12390
|
-
valueType: "alias"
|
|
12391
|
-
}
|
|
12392
|
-
}
|
|
12393
|
-
},
|
|
12394
|
-
"variant/default/active/on/handle": {
|
|
12395
|
-
backgroundColor: {
|
|
12396
|
-
hover: {
|
|
12397
|
-
type: "backgroundPaletteColors",
|
|
12398
|
-
value: "primary",
|
|
13395
|
+
pressed: {
|
|
13396
|
+
type: "borderWidths",
|
|
13397
|
+
value: "none",
|
|
12399
13398
|
valueType: "alias"
|
|
12400
13399
|
},
|
|
12401
13400
|
rest: {
|
|
12402
|
-
type: "
|
|
12403
|
-
value: "
|
|
13401
|
+
type: "borderWidths",
|
|
13402
|
+
value: "none",
|
|
12404
13403
|
valueType: "alias"
|
|
12405
13404
|
}
|
|
12406
13405
|
},
|
|
12407
|
-
|
|
13406
|
+
color: {
|
|
12408
13407
|
hover: {
|
|
12409
|
-
type: "
|
|
12410
|
-
value: "
|
|
13408
|
+
type: "foregroundPaletteColors",
|
|
13409
|
+
value: "tertiary",
|
|
13410
|
+
valueType: "alias"
|
|
13411
|
+
},
|
|
13412
|
+
pressed: {
|
|
13413
|
+
type: "foregroundPaletteColors",
|
|
13414
|
+
value: "tertiary",
|
|
12411
13415
|
valueType: "alias"
|
|
12412
13416
|
},
|
|
12413
13417
|
rest: {
|
|
12414
|
-
type: "
|
|
12415
|
-
value: "
|
|
13418
|
+
type: "foregroundPaletteColors",
|
|
13419
|
+
value: "tertiary",
|
|
12416
13420
|
valueType: "alias"
|
|
12417
13421
|
}
|
|
12418
13422
|
},
|
|
12419
13423
|
shadow: {
|
|
12420
13424
|
hover: {
|
|
12421
13425
|
type: "shadowVariants",
|
|
12422
|
-
value: "
|
|
13426
|
+
value: "none",
|
|
12423
13427
|
valueType: "alias"
|
|
12424
13428
|
},
|
|
12425
|
-
|
|
13429
|
+
pressed: {
|
|
12426
13430
|
type: "shadowVariants",
|
|
12427
|
-
value: "
|
|
12428
|
-
valueType: "alias"
|
|
12429
|
-
}
|
|
12430
|
-
}
|
|
12431
|
-
},
|
|
12432
|
-
"variant/default/active/on/handleIcon": { color: {
|
|
12433
|
-
hover: {
|
|
12434
|
-
type: "foregroundPaletteColors",
|
|
12435
|
-
value: "brand",
|
|
12436
|
-
valueType: "alias"
|
|
12437
|
-
},
|
|
12438
|
-
rest: {
|
|
12439
|
-
type: "foregroundPaletteColors",
|
|
12440
|
-
value: "brand",
|
|
12441
|
-
valueType: "alias"
|
|
12442
|
-
}
|
|
12443
|
-
} },
|
|
12444
|
-
"variant/default/active/on/root": { labelColor: {
|
|
12445
|
-
hover: {
|
|
12446
|
-
type: "foregroundPaletteColors",
|
|
12447
|
-
value: "secondary",
|
|
12448
|
-
valueType: "alias"
|
|
12449
|
-
},
|
|
12450
|
-
rest: {
|
|
12451
|
-
type: "foregroundPaletteColors",
|
|
12452
|
-
value: "secondary",
|
|
12453
|
-
valueType: "alias"
|
|
12454
|
-
}
|
|
12455
|
-
} },
|
|
12456
|
-
"variant/default/active/on/switch": {
|
|
12457
|
-
backgroundColor: {
|
|
12458
|
-
hover: {
|
|
12459
|
-
type: "backgroundPaletteColors",
|
|
12460
|
-
value: "brand",
|
|
13431
|
+
value: "none",
|
|
12461
13432
|
valueType: "alias"
|
|
12462
13433
|
},
|
|
12463
13434
|
rest: {
|
|
12464
|
-
type: "
|
|
12465
|
-
value: "
|
|
13435
|
+
type: "shadowVariants",
|
|
13436
|
+
value: "none",
|
|
12466
13437
|
valueType: "alias"
|
|
12467
13438
|
}
|
|
12468
13439
|
},
|
|
12469
|
-
|
|
13440
|
+
underlineColor: {
|
|
12470
13441
|
hover: {
|
|
12471
13442
|
type: "linePaletteColors",
|
|
12472
|
-
value: "
|
|
13443
|
+
value: "primary",
|
|
12473
13444
|
valueType: "alias"
|
|
12474
13445
|
},
|
|
12475
|
-
|
|
13446
|
+
pressed: {
|
|
12476
13447
|
type: "linePaletteColors",
|
|
12477
|
-
value: "
|
|
12478
|
-
valueType: "alias"
|
|
12479
|
-
}
|
|
12480
|
-
},
|
|
12481
|
-
insetShadow: {
|
|
12482
|
-
hover: {
|
|
12483
|
-
type: "shadowVariantsWithInvert",
|
|
12484
|
-
value: "2xl-invert",
|
|
13448
|
+
value: "primary",
|
|
12485
13449
|
valueType: "alias"
|
|
12486
13450
|
},
|
|
12487
13451
|
rest: {
|
|
12488
|
-
type: "
|
|
12489
|
-
value: "
|
|
13452
|
+
type: "linePaletteColors",
|
|
13453
|
+
value: "primary",
|
|
12490
13454
|
valueType: "alias"
|
|
12491
13455
|
}
|
|
12492
13456
|
},
|
|
12493
|
-
|
|
13457
|
+
underlineWidth: {
|
|
12494
13458
|
hover: {
|
|
12495
|
-
type: "
|
|
12496
|
-
value: "
|
|
13459
|
+
type: "borderWidths",
|
|
13460
|
+
value: "none",
|
|
13461
|
+
valueType: "alias"
|
|
13462
|
+
},
|
|
13463
|
+
pressed: {
|
|
13464
|
+
type: "borderWidths",
|
|
13465
|
+
value: "none",
|
|
12497
13466
|
valueType: "alias"
|
|
12498
13467
|
},
|
|
12499
13468
|
rest: {
|
|
12500
|
-
type: "
|
|
12501
|
-
value: "
|
|
13469
|
+
type: "borderWidths",
|
|
13470
|
+
value: "none",
|
|
12502
13471
|
valueType: "alias"
|
|
12503
13472
|
}
|
|
12504
13473
|
}
|
|
12505
13474
|
}
|
|
12506
13475
|
}
|
|
12507
13476
|
},
|
|
13477
|
+
tabs: {
|
|
13478
|
+
defaults: { variant: "primary" },
|
|
13479
|
+
variables: {
|
|
13480
|
+
"variant/primary/root": {
|
|
13481
|
+
backgroundColor: { rest: {
|
|
13482
|
+
type: "alwaysPaletteAliases",
|
|
13483
|
+
value: "always/transparent",
|
|
13484
|
+
valueType: "alias"
|
|
13485
|
+
} },
|
|
13486
|
+
borderColor: { rest: {
|
|
13487
|
+
type: "linePaletteColors",
|
|
13488
|
+
value: "primary",
|
|
13489
|
+
valueType: "alias"
|
|
13490
|
+
} },
|
|
13491
|
+
borderRadius: { rest: {
|
|
13492
|
+
type: "borderRadii",
|
|
13493
|
+
value: "none",
|
|
13494
|
+
valueType: "alias"
|
|
13495
|
+
} },
|
|
13496
|
+
borderWidth: { rest: {
|
|
13497
|
+
type: "borderWidths",
|
|
13498
|
+
value: "none",
|
|
13499
|
+
valueType: "alias"
|
|
13500
|
+
} },
|
|
13501
|
+
gap: { rest: {
|
|
13502
|
+
type: "spacingAliases",
|
|
13503
|
+
value: "1",
|
|
13504
|
+
valueType: "alias"
|
|
13505
|
+
} },
|
|
13506
|
+
insetShadow: { rest: {
|
|
13507
|
+
type: "shadowVariantsWithInvert",
|
|
13508
|
+
value: "none",
|
|
13509
|
+
valueType: "alias"
|
|
13510
|
+
} },
|
|
13511
|
+
shadow: { rest: {
|
|
13512
|
+
type: "shadowVariants",
|
|
13513
|
+
value: "none",
|
|
13514
|
+
valueType: "alias"
|
|
13515
|
+
} },
|
|
13516
|
+
spacingHorizontal: { rest: {
|
|
13517
|
+
type: "spacingAliases",
|
|
13518
|
+
value: "0",
|
|
13519
|
+
valueType: "alias"
|
|
13520
|
+
} },
|
|
13521
|
+
spacingVertical: { rest: {
|
|
13522
|
+
type: "spacingAliases",
|
|
13523
|
+
value: "0",
|
|
13524
|
+
valueType: "alias"
|
|
13525
|
+
} }
|
|
13526
|
+
},
|
|
13527
|
+
"variant/secondary/root": {
|
|
13528
|
+
backgroundColor: { rest: {
|
|
13529
|
+
type: "backgroundPaletteColors",
|
|
13530
|
+
value: "secondary",
|
|
13531
|
+
valueType: "alias"
|
|
13532
|
+
} },
|
|
13533
|
+
borderColor: { rest: {
|
|
13534
|
+
type: "linePaletteColors",
|
|
13535
|
+
value: "primary",
|
|
13536
|
+
valueType: "alias"
|
|
13537
|
+
} },
|
|
13538
|
+
borderRadius: { rest: {
|
|
13539
|
+
type: "borderRadii",
|
|
13540
|
+
value: "full",
|
|
13541
|
+
valueType: "alias"
|
|
13542
|
+
} },
|
|
13543
|
+
borderWidth: { rest: {
|
|
13544
|
+
type: "borderWidths",
|
|
13545
|
+
value: "none",
|
|
13546
|
+
valueType: "alias"
|
|
13547
|
+
} },
|
|
13548
|
+
gap: { rest: {
|
|
13549
|
+
type: "spacingAliases",
|
|
13550
|
+
value: "1",
|
|
13551
|
+
valueType: "alias"
|
|
13552
|
+
} },
|
|
13553
|
+
insetShadow: { rest: {
|
|
13554
|
+
type: "shadowVariantsWithInvert",
|
|
13555
|
+
value: "sm",
|
|
13556
|
+
valueType: "alias"
|
|
13557
|
+
} },
|
|
13558
|
+
shadow: { rest: {
|
|
13559
|
+
type: "shadowVariants",
|
|
13560
|
+
value: "none",
|
|
13561
|
+
valueType: "alias"
|
|
13562
|
+
} },
|
|
13563
|
+
spacingHorizontal: { rest: {
|
|
13564
|
+
type: "spacingAliases",
|
|
13565
|
+
value: "1.5",
|
|
13566
|
+
valueType: "alias"
|
|
13567
|
+
} },
|
|
13568
|
+
spacingVertical: { rest: {
|
|
13569
|
+
type: "spacingAliases",
|
|
13570
|
+
value: "1.5",
|
|
13571
|
+
valueType: "alias"
|
|
13572
|
+
} }
|
|
13573
|
+
}
|
|
13574
|
+
}
|
|
13575
|
+
},
|
|
12508
13576
|
toast: {
|
|
12509
13577
|
defaults: {
|
|
12510
13578
|
size: "default",
|