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