@yahoo/uds 3.126.0 → 3.127.1

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 (131) hide show
  1. package/dist/automated-config/dist/generated/autoVariants.cjs +25 -0
  2. package/dist/automated-config/dist/generated/autoVariants.d.cts +7 -0
  3. package/dist/automated-config/dist/generated/autoVariants.d.ts +7 -0
  4. package/dist/automated-config/dist/generated/autoVariants.js +25 -0
  5. package/dist/automated-config/dist/generated/generatedConfigs.cjs +3181 -0
  6. package/dist/automated-config/dist/generated/generatedConfigs.d.cts +305 -1
  7. package/dist/automated-config/dist/generated/generatedConfigs.d.ts +305 -1
  8. package/dist/automated-config/dist/generated/generatedConfigs.js +3180 -1
  9. package/dist/automated-config/dist/generated/universalTokensConfigAuto.cjs +754 -0
  10. package/dist/automated-config/dist/generated/universalTokensConfigAuto.d.cts +3 -1
  11. package/dist/automated-config/dist/generated/universalTokensConfigAuto.d.ts +3 -1
  12. package/dist/automated-config/dist/generated/universalTokensConfigAuto.js +754 -0
  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/client/Menu/Menu.ItemCheckbox.d.cts +1 -1
  22. package/dist/components/client/Menu/Menu.ItemCheckbox.d.ts +1 -1
  23. package/dist/components/client/Popover/UDSPopoverConfigProvider.d.cts +1 -1
  24. package/dist/components/client/Popover/UDSPopoverConfigProvider.d.ts +1 -1
  25. package/dist/components/client/Tabs/Tab.cjs +80 -0
  26. package/dist/components/client/Tabs/Tab.d.cts +20 -0
  27. package/dist/components/client/Tabs/Tab.d.ts +21 -0
  28. package/dist/components/client/Tabs/Tab.js +78 -0
  29. package/dist/components/client/Tabs/TabList.cjs +132 -0
  30. package/dist/components/client/Tabs/TabList.d.cts +9 -0
  31. package/dist/components/client/Tabs/TabList.d.ts +10 -0
  32. package/dist/components/client/Tabs/TabList.js +130 -0
  33. package/dist/components/client/Tabs/TabPanel.cjs +22 -0
  34. package/dist/components/client/Tabs/TabPanel.d.cts +9 -0
  35. package/dist/components/client/Tabs/TabPanel.d.ts +10 -0
  36. package/dist/components/client/Tabs/TabPanel.js +20 -0
  37. package/dist/components/client/Tabs/Tabs.cjs +53 -0
  38. package/dist/components/client/Tabs/Tabs.d.cts +45 -0
  39. package/dist/components/client/Tabs/Tabs.d.ts +46 -0
  40. package/dist/components/client/Tabs/Tabs.js +51 -0
  41. package/dist/components/client/Tabs/index.cjs +12 -0
  42. package/dist/components/client/Tabs/index.d.cts +7 -0
  43. package/dist/components/client/Tabs/index.d.ts +8 -0
  44. package/dist/components/client/Tabs/index.js +8 -0
  45. package/dist/components/client/Tabs/tabsContext.cjs +18 -0
  46. package/dist/components/client/Tabs/tabsContext.d.cts +15 -0
  47. package/dist/components/client/Tabs/tabsContext.d.ts +16 -0
  48. package/dist/components/client/Tabs/tabsContext.js +15 -0
  49. package/dist/components/client/Toast/UDSToastConfigProvider.d.cts +5 -5
  50. package/dist/components/client/Toast/UDSToastConfigProvider.d.ts +5 -5
  51. package/dist/components/client/index.cjs +8 -0
  52. package/dist/components/client/index.d.cts +7 -1
  53. package/dist/components/client/index.d.ts +7 -1
  54. package/dist/components/client/index.js +5 -1
  55. package/dist/components/experimental/client/index.cjs +0 -5
  56. package/dist/components/experimental/client/index.d.cts +1 -2
  57. package/dist/components/experimental/client/index.d.ts +1 -2
  58. package/dist/components/experimental/client/index.js +1 -2
  59. package/dist/components/experimental/index.cjs +0 -9
  60. package/dist/components/experimental/index.d.cts +1 -2
  61. package/dist/components/experimental/index.d.ts +1 -2
  62. package/dist/components/experimental/index.js +1 -6
  63. package/dist/components/index.cjs +12 -0
  64. package/dist/components/index.d.cts +6 -1
  65. package/dist/components/index.d.ts +6 -1
  66. package/dist/components/index.js +9 -1
  67. package/dist/config/dist/index.cjs +824 -2
  68. package/dist/config/dist/index.js +824 -2
  69. package/dist/index.cjs +10 -0
  70. package/dist/index.d.cts +8 -3
  71. package/dist/index.d.ts +8 -3
  72. package/dist/index.js +6 -2
  73. package/dist/styles/styler.d.cts +97 -90
  74. package/dist/styles/styler.d.ts +97 -90
  75. package/dist/styles/variants.d.cts +29 -0
  76. package/dist/styles/variants.d.ts +29 -0
  77. package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.cjs +25 -0
  78. package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.js +25 -0
  79. package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.js.map +1 -1
  80. package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.cjs +3181 -0
  81. package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.js +3180 -1
  82. package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.js.map +1 -1
  83. package/dist/tailwind/dist/automated-config/dist/properties.cjs +12 -0
  84. package/dist/tailwind/dist/automated-config/dist/properties.js +12 -0
  85. package/dist/tailwind/dist/automated-config/dist/properties.js.map +1 -1
  86. package/dist/tailwind/dist/automated-config/dist/utils/index.cjs +103 -6
  87. package/dist/tailwind/dist/automated-config/dist/utils/index.js +103 -6
  88. package/dist/tailwind/dist/automated-config/dist/utils/index.js.map +1 -1
  89. package/dist/tailwind/dist/config/dist/index.cjs +824 -2
  90. package/dist/tailwind/dist/config/dist/index.js +824 -2
  91. package/dist/tailwind/dist/config/dist/index.js.map +1 -1
  92. package/dist/tailwind/dist/css/utils.cjs +3 -1
  93. package/dist/tailwind/dist/css/utils.js +3 -1
  94. package/dist/tailwind/dist/css/utils.js.map +1 -1
  95. package/dist/tailwind/dist/purger/optimized/utils/componentAnalyzer.cjs +36 -2
  96. package/dist/tailwind/dist/purger/optimized/utils/componentAnalyzer.js +36 -2
  97. package/dist/tailwind/dist/purger/optimized/utils/componentAnalyzer.js.map +1 -1
  98. package/dist/tailwind/dist/tailwind/plugins/components.cjs +2 -0
  99. package/dist/tailwind/dist/tailwind/plugins/components.js +3 -1
  100. package/dist/tailwind/dist/tailwind/plugins/components.js.map +1 -1
  101. package/dist/tailwind/dist/types/dist/index.d.cts.map +1 -1
  102. package/dist/tailwind/dist/types/dist/index.d.ts.map +1 -1
  103. package/dist/tokens/automation/configs/index.cjs +2 -0
  104. package/dist/tokens/automation/configs/index.d.cts +2 -2
  105. package/dist/tokens/automation/configs/index.d.ts +2 -2
  106. package/dist/tokens/automation/configs/index.js +2 -2
  107. package/dist/tokens/automation/index.cjs +2 -0
  108. package/dist/tokens/automation/index.d.cts +2 -2
  109. package/dist/tokens/automation/index.d.ts +2 -2
  110. package/dist/tokens/automation/index.js +2 -2
  111. package/dist/tokens/index.cjs +2 -0
  112. package/dist/tokens/index.d.cts +3 -3
  113. package/dist/tokens/index.d.ts +3 -3
  114. package/dist/tokens/index.js +2 -2
  115. package/dist/tokens/types.d.cts +2 -2
  116. package/dist/tokens/types.d.ts +2 -2
  117. package/dist/types/dist/index.d.cts +52 -1
  118. package/dist/types/dist/index.d.ts +52 -1
  119. package/dist/uds/generated/componentData.cjs +1457 -1349
  120. package/dist/uds/generated/componentData.js +1448 -1358
  121. package/dist/uds/generated/tailwindPurge.cjs +22 -43
  122. package/dist/uds/generated/tailwindPurge.js +22 -43
  123. package/dist/uds/package.cjs +2 -2
  124. package/dist/uds/package.js +2 -2
  125. package/generated/componentData.json +1808 -1698
  126. package/generated/tailwindPurge.ts +4 -4
  127. package/package.json +3 -3
  128. package/dist/components/experimental/client/Tabs.cjs +0 -76
  129. package/dist/components/experimental/client/Tabs.d.cts +0 -31
  130. package/dist/components/experimental/client/Tabs.d.ts +0 -32
  131. package/dist/components/experimental/client/Tabs.js +0 -71
@@ -12818,6 +12818,760 @@ const defaultUniversalTokensConfigAuto = {
12818
12818
  }
12819
12819
  }
12820
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",
12836
+ valueType: "alias"
12837
+ } },
12838
+ spacingHorizontal: { rest: {
12839
+ type: "spacingAliases",
12840
+ value: "3",
12841
+ valueType: "alias"
12842
+ } },
12843
+ spacingVertical: { rest: {
12844
+ type: "spacingAliases",
12845
+ value: "2.5",
12846
+ valueType: "alias"
12847
+ } },
12848
+ textVariant: { rest: {
12849
+ type: "textVariants",
12850
+ value: "label4/emphasized",
12851
+ valueType: "alias"
12852
+ } }
12853
+ },
12854
+ "variant/primary/active/off/icon": { color: {
12855
+ hover: {
12856
+ type: "foregroundPaletteColors",
12857
+ value: "tertiary",
12858
+ valueType: "alias"
12859
+ },
12860
+ pressed: {
12861
+ type: "foregroundPaletteColors",
12862
+ value: "tertiary",
12863
+ valueType: "alias"
12864
+ },
12865
+ rest: {
12866
+ type: "foregroundPaletteColors",
12867
+ value: "tertiary",
12868
+ valueType: "alias"
12869
+ }
12870
+ } },
12871
+ "variant/primary/active/off/root": {
12872
+ backgroundColor: {
12873
+ hover: {
12874
+ type: "alwaysPaletteAliases",
12875
+ value: "always/transparent",
12876
+ valueType: "alias"
12877
+ },
12878
+ pressed: {
12879
+ type: "alwaysPaletteAliases",
12880
+ value: "always/transparent",
12881
+ valueType: "alias"
12882
+ },
12883
+ rest: {
12884
+ type: "alwaysPaletteAliases",
12885
+ value: "always/transparent",
12886
+ valueType: "alias"
12887
+ }
12888
+ },
12889
+ borderColor: {
12890
+ hover: {
12891
+ type: "linePaletteColors",
12892
+ value: "brand",
12893
+ valueType: "alias"
12894
+ },
12895
+ pressed: {
12896
+ type: "linePaletteColors",
12897
+ value: "brand",
12898
+ valueType: "alias"
12899
+ },
12900
+ rest: {
12901
+ type: "linePaletteColors",
12902
+ value: "brand",
12903
+ valueType: "alias"
12904
+ }
12905
+ },
12906
+ borderRadius: {
12907
+ hover: {
12908
+ type: "borderRadii",
12909
+ value: "none",
12910
+ valueType: "alias"
12911
+ },
12912
+ pressed: {
12913
+ type: "borderRadii",
12914
+ value: "none",
12915
+ valueType: "alias"
12916
+ },
12917
+ rest: {
12918
+ type: "borderRadii",
12919
+ value: "none",
12920
+ valueType: "alias"
12921
+ }
12922
+ },
12923
+ borderWidth: {
12924
+ hover: {
12925
+ type: "borderWidths",
12926
+ value: "none",
12927
+ valueType: "alias"
12928
+ },
12929
+ pressed: {
12930
+ type: "borderWidths",
12931
+ value: "none",
12932
+ valueType: "alias"
12933
+ },
12934
+ rest: {
12935
+ type: "borderWidths",
12936
+ value: "none",
12937
+ valueType: "alias"
12938
+ }
12939
+ },
12940
+ color: {
12941
+ hover: {
12942
+ type: "foregroundPaletteColors",
12943
+ value: "tertiary",
12944
+ valueType: "alias"
12945
+ },
12946
+ pressed: {
12947
+ type: "foregroundPaletteColors",
12948
+ value: "tertiary",
12949
+ valueType: "alias"
12950
+ },
12951
+ rest: {
12952
+ type: "foregroundPaletteColors",
12953
+ value: "tertiary",
12954
+ valueType: "alias"
12955
+ }
12956
+ },
12957
+ shadow: {
12958
+ hover: {
12959
+ type: "shadowVariants",
12960
+ value: "none",
12961
+ valueType: "alias"
12962
+ },
12963
+ pressed: {
12964
+ type: "shadowVariants",
12965
+ value: "none",
12966
+ valueType: "alias"
12967
+ },
12968
+ rest: {
12969
+ type: "shadowVariants",
12970
+ value: "none",
12971
+ valueType: "alias"
12972
+ }
12973
+ },
12974
+ underlineColor: {
12975
+ hover: {
12976
+ type: "linePaletteColors",
12977
+ value: "brand",
12978
+ valueType: "alias"
12979
+ },
12980
+ pressed: {
12981
+ type: "linePaletteColors",
12982
+ value: "brand",
12983
+ valueType: "alias"
12984
+ },
12985
+ rest: {
12986
+ type: "linePaletteColors",
12987
+ value: "brand",
12988
+ valueType: "alias"
12989
+ }
12990
+ },
12991
+ underlineWidth: {
12992
+ hover: {
12993
+ type: "borderWidths",
12994
+ value: "medium",
12995
+ valueType: "alias"
12996
+ },
12997
+ pressed: {
12998
+ type: "borderWidths",
12999
+ value: "medium",
13000
+ valueType: "alias"
13001
+ },
13002
+ rest: {
13003
+ type: "borderWidths",
13004
+ value: "medium",
13005
+ valueType: "alias"
13006
+ }
13007
+ }
13008
+ },
13009
+ "variant/primary/active/on/icon": { color: {
13010
+ hover: {
13011
+ type: "foregroundPaletteColors",
13012
+ value: "tertiary",
13013
+ valueType: "alias"
13014
+ },
13015
+ pressed: {
13016
+ type: "foregroundPaletteColors",
13017
+ value: "tertiary",
13018
+ valueType: "alias"
13019
+ },
13020
+ rest: {
13021
+ type: "foregroundPaletteColors",
13022
+ value: "tertiary",
13023
+ valueType: "alias"
13024
+ }
13025
+ } },
13026
+ "variant/primary/active/on/root": {
13027
+ backgroundColor: {
13028
+ hover: {
13029
+ type: "alwaysPaletteAliases",
13030
+ value: "always/transparent",
13031
+ valueType: "alias"
13032
+ },
13033
+ pressed: {
13034
+ type: "alwaysPaletteAliases",
13035
+ value: "always/transparent",
13036
+ valueType: "alias"
13037
+ },
13038
+ rest: {
13039
+ type: "alwaysPaletteAliases",
13040
+ value: "always/transparent",
13041
+ valueType: "alias"
13042
+ }
13043
+ },
13044
+ borderColor: {
13045
+ hover: {
13046
+ type: "linePaletteColors",
13047
+ value: "brand",
13048
+ valueType: "alias"
13049
+ },
13050
+ pressed: {
13051
+ type: "linePaletteColors",
13052
+ value: "brand",
13053
+ valueType: "alias"
13054
+ },
13055
+ rest: {
13056
+ type: "linePaletteColors",
13057
+ value: "brand",
13058
+ valueType: "alias"
13059
+ }
13060
+ },
13061
+ borderRadius: {
13062
+ hover: {
13063
+ type: "borderRadii",
13064
+ value: "none",
13065
+ valueType: "alias"
13066
+ },
13067
+ pressed: {
13068
+ type: "borderRadii",
13069
+ value: "none",
13070
+ valueType: "alias"
13071
+ },
13072
+ rest: {
13073
+ type: "borderRadii",
13074
+ value: "none",
13075
+ valueType: "alias"
13076
+ }
13077
+ },
13078
+ borderWidth: {
13079
+ hover: {
13080
+ type: "borderWidths",
13081
+ value: "none",
13082
+ valueType: "alias"
13083
+ },
13084
+ pressed: {
13085
+ type: "borderWidths",
13086
+ value: "none",
13087
+ valueType: "alias"
13088
+ },
13089
+ rest: {
13090
+ type: "borderWidths",
13091
+ value: "none",
13092
+ valueType: "alias"
13093
+ }
13094
+ },
13095
+ color: {
13096
+ hover: {
13097
+ type: "foregroundPaletteColors",
13098
+ value: "tertiary",
13099
+ valueType: "alias"
13100
+ },
13101
+ pressed: {
13102
+ type: "foregroundPaletteColors",
13103
+ value: "tertiary",
13104
+ valueType: "alias"
13105
+ },
13106
+ rest: {
13107
+ type: "foregroundPaletteColors",
13108
+ value: "tertiary",
13109
+ valueType: "alias"
13110
+ }
13111
+ },
13112
+ shadow: {
13113
+ hover: {
13114
+ type: "shadowVariants",
13115
+ value: "none",
13116
+ valueType: "alias"
13117
+ },
13118
+ pressed: {
13119
+ type: "shadowVariants",
13120
+ value: "none",
13121
+ valueType: "alias"
13122
+ },
13123
+ rest: {
13124
+ type: "shadowVariants",
13125
+ value: "none",
13126
+ valueType: "alias"
13127
+ }
13128
+ },
13129
+ underlineColor: {
13130
+ hover: {
13131
+ type: "linePaletteColors",
13132
+ value: "brand",
13133
+ valueType: "alias"
13134
+ },
13135
+ pressed: {
13136
+ type: "linePaletteColors",
13137
+ value: "brand",
13138
+ valueType: "alias"
13139
+ },
13140
+ rest: {
13141
+ type: "linePaletteColors",
13142
+ value: "brand",
13143
+ valueType: "alias"
13144
+ }
13145
+ },
13146
+ underlineWidth: {
13147
+ hover: {
13148
+ type: "borderWidths",
13149
+ value: "medium",
13150
+ valueType: "alias"
13151
+ },
13152
+ pressed: {
13153
+ type: "borderWidths",
13154
+ value: "medium",
13155
+ valueType: "alias"
13156
+ },
13157
+ rest: {
13158
+ type: "borderWidths",
13159
+ value: "medium",
13160
+ valueType: "alias"
13161
+ }
13162
+ }
13163
+ },
13164
+ "variant/secondary/active/off/icon": { color: {
13165
+ hover: {
13166
+ type: "foregroundPaletteColors",
13167
+ value: "tertiary",
13168
+ valueType: "alias"
13169
+ },
13170
+ pressed: {
13171
+ type: "foregroundPaletteColors",
13172
+ value: "tertiary",
13173
+ valueType: "alias"
13174
+ },
13175
+ rest: {
13176
+ type: "foregroundPaletteColors",
13177
+ value: "tertiary",
13178
+ valueType: "alias"
13179
+ }
13180
+ } },
13181
+ "variant/secondary/active/off/root": {
13182
+ backgroundColor: {
13183
+ hover: {
13184
+ type: "backgroundPaletteColors",
13185
+ value: "primary",
13186
+ valueType: "alias"
13187
+ },
13188
+ pressed: {
13189
+ type: "backgroundPaletteColors",
13190
+ value: "primary",
13191
+ valueType: "alias"
13192
+ },
13193
+ rest: {
13194
+ type: "backgroundPaletteColors",
13195
+ value: "primary",
13196
+ valueType: "alias"
13197
+ }
13198
+ },
13199
+ borderColor: {
13200
+ hover: {
13201
+ type: "linePaletteColors",
13202
+ value: "tertiary",
13203
+ valueType: "alias"
13204
+ },
13205
+ pressed: {
13206
+ type: "linePaletteColors",
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",
13242
+ valueType: "alias"
13243
+ },
13244
+ rest: {
13245
+ type: "borderWidths",
13246
+ value: "none",
13247
+ valueType: "alias"
13248
+ }
13249
+ },
13250
+ color: {
13251
+ hover: {
13252
+ type: "foregroundPaletteColors",
13253
+ value: "tertiary",
13254
+ valueType: "alias"
13255
+ },
13256
+ pressed: {
13257
+ type: "foregroundPaletteColors",
13258
+ value: "tertiary",
13259
+ valueType: "alias"
13260
+ },
13261
+ rest: {
13262
+ type: "foregroundPaletteColors",
13263
+ value: "tertiary",
13264
+ valueType: "alias"
13265
+ }
13266
+ },
13267
+ shadow: {
13268
+ hover: {
13269
+ type: "shadowVariants",
13270
+ value: "none",
13271
+ valueType: "alias"
13272
+ },
13273
+ pressed: {
13274
+ type: "shadowVariants",
13275
+ value: "none",
13276
+ valueType: "alias"
13277
+ },
13278
+ rest: {
13279
+ type: "shadowVariants",
13280
+ value: "none",
13281
+ valueType: "alias"
13282
+ }
13283
+ },
13284
+ underlineColor: {
13285
+ hover: {
13286
+ type: "linePaletteColors",
13287
+ value: "primary",
13288
+ valueType: "alias"
13289
+ },
13290
+ pressed: {
13291
+ type: "linePaletteColors",
13292
+ value: "primary",
13293
+ valueType: "alias"
13294
+ },
13295
+ rest: {
13296
+ type: "linePaletteColors",
13297
+ value: "primary",
13298
+ valueType: "alias"
13299
+ }
13300
+ },
13301
+ underlineWidth: {
13302
+ hover: {
13303
+ type: "borderWidths",
13304
+ value: "none",
13305
+ valueType: "alias"
13306
+ },
13307
+ pressed: {
13308
+ type: "borderWidths",
13309
+ value: "none",
13310
+ valueType: "alias"
13311
+ },
13312
+ rest: {
13313
+ type: "borderWidths",
13314
+ value: "none",
13315
+ valueType: "alias"
13316
+ }
13317
+ }
13318
+ },
13319
+ "variant/secondary/active/on/icon": { color: {
13320
+ hover: {
13321
+ type: "foregroundPaletteColors",
13322
+ value: "tertiary",
13323
+ valueType: "alias"
13324
+ },
13325
+ pressed: {
13326
+ type: "foregroundPaletteColors",
13327
+ value: "tertiary",
13328
+ valueType: "alias"
13329
+ },
13330
+ rest: {
13331
+ type: "foregroundPaletteColors",
13332
+ value: "tertiary",
13333
+ valueType: "alias"
13334
+ }
13335
+ } },
13336
+ "variant/secondary/active/on/root": {
13337
+ backgroundColor: {
13338
+ hover: {
13339
+ type: "backgroundPaletteColors",
13340
+ value: "primary",
13341
+ valueType: "alias"
13342
+ },
13343
+ pressed: {
13344
+ type: "backgroundPaletteColors",
13345
+ value: "primary",
13346
+ valueType: "alias"
13347
+ },
13348
+ rest: {
13349
+ type: "backgroundPaletteColors",
13350
+ value: "primary",
13351
+ valueType: "alias"
13352
+ }
13353
+ },
13354
+ borderColor: {
13355
+ hover: {
13356
+ type: "linePaletteColors",
13357
+ value: "tertiary",
13358
+ valueType: "alias"
13359
+ },
13360
+ pressed: {
13361
+ type: "linePaletteColors",
13362
+ value: "tertiary",
13363
+ valueType: "alias"
13364
+ },
13365
+ rest: {
13366
+ type: "linePaletteColors",
13367
+ value: "tertiary",
13368
+ valueType: "alias"
13369
+ }
13370
+ },
13371
+ borderRadius: {
13372
+ hover: {
13373
+ type: "borderRadii",
13374
+ value: "full",
13375
+ valueType: "alias"
13376
+ },
13377
+ pressed: {
13378
+ type: "borderRadii",
13379
+ value: "full",
13380
+ valueType: "alias"
13381
+ },
13382
+ rest: {
13383
+ type: "borderRadii",
13384
+ value: "full",
13385
+ valueType: "alias"
13386
+ }
13387
+ },
13388
+ borderWidth: {
13389
+ hover: {
13390
+ type: "borderWidths",
13391
+ value: "none",
13392
+ valueType: "alias"
13393
+ },
13394
+ pressed: {
13395
+ type: "borderWidths",
13396
+ value: "none",
13397
+ valueType: "alias"
13398
+ },
13399
+ rest: {
13400
+ type: "borderWidths",
13401
+ value: "none",
13402
+ valueType: "alias"
13403
+ }
13404
+ },
13405
+ color: {
13406
+ hover: {
13407
+ type: "foregroundPaletteColors",
13408
+ value: "tertiary",
13409
+ valueType: "alias"
13410
+ },
13411
+ pressed: {
13412
+ type: "foregroundPaletteColors",
13413
+ value: "tertiary",
13414
+ valueType: "alias"
13415
+ },
13416
+ rest: {
13417
+ type: "foregroundPaletteColors",
13418
+ value: "tertiary",
13419
+ valueType: "alias"
13420
+ }
13421
+ },
13422
+ shadow: {
13423
+ hover: {
13424
+ type: "shadowVariants",
13425
+ value: "none",
13426
+ valueType: "alias"
13427
+ },
13428
+ pressed: {
13429
+ type: "shadowVariants",
13430
+ value: "none",
13431
+ valueType: "alias"
13432
+ },
13433
+ rest: {
13434
+ type: "shadowVariants",
13435
+ value: "none",
13436
+ valueType: "alias"
13437
+ }
13438
+ },
13439
+ underlineColor: {
13440
+ hover: {
13441
+ type: "linePaletteColors",
13442
+ value: "primary",
13443
+ valueType: "alias"
13444
+ },
13445
+ pressed: {
13446
+ type: "linePaletteColors",
13447
+ value: "primary",
13448
+ valueType: "alias"
13449
+ },
13450
+ rest: {
13451
+ type: "linePaletteColors",
13452
+ value: "primary",
13453
+ valueType: "alias"
13454
+ }
13455
+ },
13456
+ underlineWidth: {
13457
+ hover: {
13458
+ type: "borderWidths",
13459
+ value: "none",
13460
+ valueType: "alias"
13461
+ },
13462
+ pressed: {
13463
+ type: "borderWidths",
13464
+ value: "none",
13465
+ valueType: "alias"
13466
+ },
13467
+ rest: {
13468
+ type: "borderWidths",
13469
+ value: "none",
13470
+ valueType: "alias"
13471
+ }
13472
+ }
13473
+ }
13474
+ }
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
+ },
12821
13575
  toast: {
12822
13576
  defaults: {
12823
13577
  size: "default",