@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
@@ -12819,6 +12819,760 @@ const defaultUniversalTokensConfigAuto = {
12819
12819
  }
12820
12820
  }
12821
12821
  },
12822
+ tab: {
12823
+ defaults: {
12824
+ size: "default",
12825
+ variant: "primary"
12826
+ },
12827
+ variables: {
12828
+ "size/default/icon": { size: { rest: {
12829
+ type: "iconSizes",
12830
+ value: "sm",
12831
+ valueType: "alias"
12832
+ } } },
12833
+ "size/default/root": {
12834
+ gap: { rest: {
12835
+ type: "spacingAliases",
12836
+ value: "1.5",
12837
+ valueType: "alias"
12838
+ } },
12839
+ spacingHorizontal: { rest: {
12840
+ type: "spacingAliases",
12841
+ value: "3",
12842
+ valueType: "alias"
12843
+ } },
12844
+ spacingVertical: { rest: {
12845
+ type: "spacingAliases",
12846
+ value: "2.5",
12847
+ valueType: "alias"
12848
+ } },
12849
+ textVariant: { rest: {
12850
+ type: "textVariants",
12851
+ value: "label4/emphasized",
12852
+ valueType: "alias"
12853
+ } }
12854
+ },
12855
+ "variant/primary/active/off/icon": { color: {
12856
+ hover: {
12857
+ type: "foregroundPaletteColors",
12858
+ value: "tertiary",
12859
+ valueType: "alias"
12860
+ },
12861
+ pressed: {
12862
+ type: "foregroundPaletteColors",
12863
+ value: "tertiary",
12864
+ valueType: "alias"
12865
+ },
12866
+ rest: {
12867
+ type: "foregroundPaletteColors",
12868
+ value: "tertiary",
12869
+ valueType: "alias"
12870
+ }
12871
+ } },
12872
+ "variant/primary/active/off/root": {
12873
+ backgroundColor: {
12874
+ hover: {
12875
+ type: "alwaysPaletteAliases",
12876
+ value: "always/transparent",
12877
+ valueType: "alias"
12878
+ },
12879
+ pressed: {
12880
+ type: "alwaysPaletteAliases",
12881
+ value: "always/transparent",
12882
+ valueType: "alias"
12883
+ },
12884
+ rest: {
12885
+ type: "alwaysPaletteAliases",
12886
+ value: "always/transparent",
12887
+ valueType: "alias"
12888
+ }
12889
+ },
12890
+ borderColor: {
12891
+ hover: {
12892
+ type: "linePaletteColors",
12893
+ value: "brand",
12894
+ valueType: "alias"
12895
+ },
12896
+ pressed: {
12897
+ type: "linePaletteColors",
12898
+ value: "brand",
12899
+ valueType: "alias"
12900
+ },
12901
+ rest: {
12902
+ type: "linePaletteColors",
12903
+ value: "brand",
12904
+ valueType: "alias"
12905
+ }
12906
+ },
12907
+ borderRadius: {
12908
+ hover: {
12909
+ type: "borderRadii",
12910
+ value: "none",
12911
+ valueType: "alias"
12912
+ },
12913
+ pressed: {
12914
+ type: "borderRadii",
12915
+ value: "none",
12916
+ valueType: "alias"
12917
+ },
12918
+ rest: {
12919
+ type: "borderRadii",
12920
+ value: "none",
12921
+ valueType: "alias"
12922
+ }
12923
+ },
12924
+ borderWidth: {
12925
+ hover: {
12926
+ type: "borderWidths",
12927
+ value: "none",
12928
+ valueType: "alias"
12929
+ },
12930
+ pressed: {
12931
+ type: "borderWidths",
12932
+ value: "none",
12933
+ valueType: "alias"
12934
+ },
12935
+ rest: {
12936
+ type: "borderWidths",
12937
+ value: "none",
12938
+ valueType: "alias"
12939
+ }
12940
+ },
12941
+ color: {
12942
+ hover: {
12943
+ type: "foregroundPaletteColors",
12944
+ value: "tertiary",
12945
+ valueType: "alias"
12946
+ },
12947
+ pressed: {
12948
+ type: "foregroundPaletteColors",
12949
+ value: "tertiary",
12950
+ valueType: "alias"
12951
+ },
12952
+ rest: {
12953
+ type: "foregroundPaletteColors",
12954
+ value: "tertiary",
12955
+ valueType: "alias"
12956
+ }
12957
+ },
12958
+ shadow: {
12959
+ hover: {
12960
+ type: "shadowVariants",
12961
+ value: "none",
12962
+ valueType: "alias"
12963
+ },
12964
+ pressed: {
12965
+ type: "shadowVariants",
12966
+ value: "none",
12967
+ valueType: "alias"
12968
+ },
12969
+ rest: {
12970
+ type: "shadowVariants",
12971
+ value: "none",
12972
+ valueType: "alias"
12973
+ }
12974
+ },
12975
+ underlineColor: {
12976
+ hover: {
12977
+ type: "linePaletteColors",
12978
+ value: "brand",
12979
+ valueType: "alias"
12980
+ },
12981
+ pressed: {
12982
+ type: "linePaletteColors",
12983
+ value: "brand",
12984
+ valueType: "alias"
12985
+ },
12986
+ rest: {
12987
+ type: "linePaletteColors",
12988
+ value: "brand",
12989
+ valueType: "alias"
12990
+ }
12991
+ },
12992
+ underlineWidth: {
12993
+ hover: {
12994
+ type: "borderWidths",
12995
+ value: "medium",
12996
+ valueType: "alias"
12997
+ },
12998
+ pressed: {
12999
+ type: "borderWidths",
13000
+ value: "medium",
13001
+ valueType: "alias"
13002
+ },
13003
+ rest: {
13004
+ type: "borderWidths",
13005
+ value: "medium",
13006
+ valueType: "alias"
13007
+ }
13008
+ }
13009
+ },
13010
+ "variant/primary/active/on/icon": { color: {
13011
+ hover: {
13012
+ type: "foregroundPaletteColors",
13013
+ value: "tertiary",
13014
+ valueType: "alias"
13015
+ },
13016
+ pressed: {
13017
+ type: "foregroundPaletteColors",
13018
+ value: "tertiary",
13019
+ valueType: "alias"
13020
+ },
13021
+ rest: {
13022
+ type: "foregroundPaletteColors",
13023
+ value: "tertiary",
13024
+ valueType: "alias"
13025
+ }
13026
+ } },
13027
+ "variant/primary/active/on/root": {
13028
+ backgroundColor: {
13029
+ hover: {
13030
+ type: "alwaysPaletteAliases",
13031
+ value: "always/transparent",
13032
+ valueType: "alias"
13033
+ },
13034
+ pressed: {
13035
+ type: "alwaysPaletteAliases",
13036
+ value: "always/transparent",
13037
+ valueType: "alias"
13038
+ },
13039
+ rest: {
13040
+ type: "alwaysPaletteAliases",
13041
+ value: "always/transparent",
13042
+ valueType: "alias"
13043
+ }
13044
+ },
13045
+ borderColor: {
13046
+ hover: {
13047
+ type: "linePaletteColors",
13048
+ value: "brand",
13049
+ valueType: "alias"
13050
+ },
13051
+ pressed: {
13052
+ type: "linePaletteColors",
13053
+ value: "brand",
13054
+ valueType: "alias"
13055
+ },
13056
+ rest: {
13057
+ type: "linePaletteColors",
13058
+ value: "brand",
13059
+ valueType: "alias"
13060
+ }
13061
+ },
13062
+ borderRadius: {
13063
+ hover: {
13064
+ type: "borderRadii",
13065
+ value: "none",
13066
+ valueType: "alias"
13067
+ },
13068
+ pressed: {
13069
+ type: "borderRadii",
13070
+ value: "none",
13071
+ valueType: "alias"
13072
+ },
13073
+ rest: {
13074
+ type: "borderRadii",
13075
+ value: "none",
13076
+ valueType: "alias"
13077
+ }
13078
+ },
13079
+ borderWidth: {
13080
+ hover: {
13081
+ type: "borderWidths",
13082
+ value: "none",
13083
+ valueType: "alias"
13084
+ },
13085
+ pressed: {
13086
+ type: "borderWidths",
13087
+ value: "none",
13088
+ valueType: "alias"
13089
+ },
13090
+ rest: {
13091
+ type: "borderWidths",
13092
+ value: "none",
13093
+ valueType: "alias"
13094
+ }
13095
+ },
13096
+ color: {
13097
+ hover: {
13098
+ type: "foregroundPaletteColors",
13099
+ value: "tertiary",
13100
+ valueType: "alias"
13101
+ },
13102
+ pressed: {
13103
+ type: "foregroundPaletteColors",
13104
+ value: "tertiary",
13105
+ valueType: "alias"
13106
+ },
13107
+ rest: {
13108
+ type: "foregroundPaletteColors",
13109
+ value: "tertiary",
13110
+ valueType: "alias"
13111
+ }
13112
+ },
13113
+ shadow: {
13114
+ hover: {
13115
+ type: "shadowVariants",
13116
+ value: "none",
13117
+ valueType: "alias"
13118
+ },
13119
+ pressed: {
13120
+ type: "shadowVariants",
13121
+ value: "none",
13122
+ valueType: "alias"
13123
+ },
13124
+ rest: {
13125
+ type: "shadowVariants",
13126
+ value: "none",
13127
+ valueType: "alias"
13128
+ }
13129
+ },
13130
+ underlineColor: {
13131
+ hover: {
13132
+ type: "linePaletteColors",
13133
+ value: "brand",
13134
+ valueType: "alias"
13135
+ },
13136
+ pressed: {
13137
+ type: "linePaletteColors",
13138
+ value: "brand",
13139
+ valueType: "alias"
13140
+ },
13141
+ rest: {
13142
+ type: "linePaletteColors",
13143
+ value: "brand",
13144
+ valueType: "alias"
13145
+ }
13146
+ },
13147
+ underlineWidth: {
13148
+ hover: {
13149
+ type: "borderWidths",
13150
+ value: "medium",
13151
+ valueType: "alias"
13152
+ },
13153
+ pressed: {
13154
+ type: "borderWidths",
13155
+ value: "medium",
13156
+ valueType: "alias"
13157
+ },
13158
+ rest: {
13159
+ type: "borderWidths",
13160
+ value: "medium",
13161
+ valueType: "alias"
13162
+ }
13163
+ }
13164
+ },
13165
+ "variant/secondary/active/off/icon": { color: {
13166
+ hover: {
13167
+ type: "foregroundPaletteColors",
13168
+ value: "tertiary",
13169
+ valueType: "alias"
13170
+ },
13171
+ pressed: {
13172
+ type: "foregroundPaletteColors",
13173
+ value: "tertiary",
13174
+ valueType: "alias"
13175
+ },
13176
+ rest: {
13177
+ type: "foregroundPaletteColors",
13178
+ value: "tertiary",
13179
+ valueType: "alias"
13180
+ }
13181
+ } },
13182
+ "variant/secondary/active/off/root": {
13183
+ backgroundColor: {
13184
+ hover: {
13185
+ type: "backgroundPaletteColors",
13186
+ value: "primary",
13187
+ valueType: "alias"
13188
+ },
13189
+ pressed: {
13190
+ type: "backgroundPaletteColors",
13191
+ value: "primary",
13192
+ valueType: "alias"
13193
+ },
13194
+ rest: {
13195
+ type: "backgroundPaletteColors",
13196
+ value: "primary",
13197
+ valueType: "alias"
13198
+ }
13199
+ },
13200
+ borderColor: {
13201
+ hover: {
13202
+ type: "linePaletteColors",
13203
+ value: "tertiary",
13204
+ valueType: "alias"
13205
+ },
13206
+ pressed: {
13207
+ type: "linePaletteColors",
13208
+ value: "tertiary",
13209
+ valueType: "alias"
13210
+ },
13211
+ rest: {
13212
+ type: "linePaletteColors",
13213
+ value: "tertiary",
13214
+ valueType: "alias"
13215
+ }
13216
+ },
13217
+ borderRadius: {
13218
+ hover: {
13219
+ type: "borderRadii",
13220
+ value: "full",
13221
+ valueType: "alias"
13222
+ },
13223
+ pressed: {
13224
+ type: "borderRadii",
13225
+ value: "full",
13226
+ valueType: "alias"
13227
+ },
13228
+ rest: {
13229
+ type: "borderRadii",
13230
+ value: "full",
13231
+ valueType: "alias"
13232
+ }
13233
+ },
13234
+ borderWidth: {
13235
+ hover: {
13236
+ type: "borderWidths",
13237
+ value: "none",
13238
+ valueType: "alias"
13239
+ },
13240
+ pressed: {
13241
+ type: "borderWidths",
13242
+ value: "none",
13243
+ valueType: "alias"
13244
+ },
13245
+ rest: {
13246
+ type: "borderWidths",
13247
+ value: "none",
13248
+ valueType: "alias"
13249
+ }
13250
+ },
13251
+ color: {
13252
+ hover: {
13253
+ type: "foregroundPaletteColors",
13254
+ value: "tertiary",
13255
+ valueType: "alias"
13256
+ },
13257
+ pressed: {
13258
+ type: "foregroundPaletteColors",
13259
+ value: "tertiary",
13260
+ valueType: "alias"
13261
+ },
13262
+ rest: {
13263
+ type: "foregroundPaletteColors",
13264
+ value: "tertiary",
13265
+ valueType: "alias"
13266
+ }
13267
+ },
13268
+ shadow: {
13269
+ hover: {
13270
+ type: "shadowVariants",
13271
+ value: "none",
13272
+ valueType: "alias"
13273
+ },
13274
+ pressed: {
13275
+ type: "shadowVariants",
13276
+ value: "none",
13277
+ valueType: "alias"
13278
+ },
13279
+ rest: {
13280
+ type: "shadowVariants",
13281
+ value: "none",
13282
+ valueType: "alias"
13283
+ }
13284
+ },
13285
+ underlineColor: {
13286
+ hover: {
13287
+ type: "linePaletteColors",
13288
+ value: "primary",
13289
+ valueType: "alias"
13290
+ },
13291
+ pressed: {
13292
+ type: "linePaletteColors",
13293
+ value: "primary",
13294
+ valueType: "alias"
13295
+ },
13296
+ rest: {
13297
+ type: "linePaletteColors",
13298
+ value: "primary",
13299
+ valueType: "alias"
13300
+ }
13301
+ },
13302
+ underlineWidth: {
13303
+ hover: {
13304
+ type: "borderWidths",
13305
+ value: "none",
13306
+ valueType: "alias"
13307
+ },
13308
+ pressed: {
13309
+ type: "borderWidths",
13310
+ value: "none",
13311
+ valueType: "alias"
13312
+ },
13313
+ rest: {
13314
+ type: "borderWidths",
13315
+ value: "none",
13316
+ valueType: "alias"
13317
+ }
13318
+ }
13319
+ },
13320
+ "variant/secondary/active/on/icon": { color: {
13321
+ hover: {
13322
+ type: "foregroundPaletteColors",
13323
+ value: "tertiary",
13324
+ valueType: "alias"
13325
+ },
13326
+ pressed: {
13327
+ type: "foregroundPaletteColors",
13328
+ value: "tertiary",
13329
+ valueType: "alias"
13330
+ },
13331
+ rest: {
13332
+ type: "foregroundPaletteColors",
13333
+ value: "tertiary",
13334
+ valueType: "alias"
13335
+ }
13336
+ } },
13337
+ "variant/secondary/active/on/root": {
13338
+ backgroundColor: {
13339
+ hover: {
13340
+ type: "backgroundPaletteColors",
13341
+ value: "primary",
13342
+ valueType: "alias"
13343
+ },
13344
+ pressed: {
13345
+ type: "backgroundPaletteColors",
13346
+ value: "primary",
13347
+ valueType: "alias"
13348
+ },
13349
+ rest: {
13350
+ type: "backgroundPaletteColors",
13351
+ value: "primary",
13352
+ valueType: "alias"
13353
+ }
13354
+ },
13355
+ borderColor: {
13356
+ hover: {
13357
+ type: "linePaletteColors",
13358
+ value: "tertiary",
13359
+ valueType: "alias"
13360
+ },
13361
+ pressed: {
13362
+ type: "linePaletteColors",
13363
+ value: "tertiary",
13364
+ valueType: "alias"
13365
+ },
13366
+ rest: {
13367
+ type: "linePaletteColors",
13368
+ value: "tertiary",
13369
+ valueType: "alias"
13370
+ }
13371
+ },
13372
+ borderRadius: {
13373
+ hover: {
13374
+ type: "borderRadii",
13375
+ value: "full",
13376
+ valueType: "alias"
13377
+ },
13378
+ pressed: {
13379
+ type: "borderRadii",
13380
+ value: "full",
13381
+ valueType: "alias"
13382
+ },
13383
+ rest: {
13384
+ type: "borderRadii",
13385
+ value: "full",
13386
+ valueType: "alias"
13387
+ }
13388
+ },
13389
+ borderWidth: {
13390
+ hover: {
13391
+ type: "borderWidths",
13392
+ value: "none",
13393
+ valueType: "alias"
13394
+ },
13395
+ pressed: {
13396
+ type: "borderWidths",
13397
+ value: "none",
13398
+ valueType: "alias"
13399
+ },
13400
+ rest: {
13401
+ type: "borderWidths",
13402
+ value: "none",
13403
+ valueType: "alias"
13404
+ }
13405
+ },
13406
+ color: {
13407
+ hover: {
13408
+ type: "foregroundPaletteColors",
13409
+ value: "tertiary",
13410
+ valueType: "alias"
13411
+ },
13412
+ pressed: {
13413
+ type: "foregroundPaletteColors",
13414
+ value: "tertiary",
13415
+ valueType: "alias"
13416
+ },
13417
+ rest: {
13418
+ type: "foregroundPaletteColors",
13419
+ value: "tertiary",
13420
+ valueType: "alias"
13421
+ }
13422
+ },
13423
+ shadow: {
13424
+ hover: {
13425
+ type: "shadowVariants",
13426
+ value: "none",
13427
+ valueType: "alias"
13428
+ },
13429
+ pressed: {
13430
+ type: "shadowVariants",
13431
+ value: "none",
13432
+ valueType: "alias"
13433
+ },
13434
+ rest: {
13435
+ type: "shadowVariants",
13436
+ value: "none",
13437
+ valueType: "alias"
13438
+ }
13439
+ },
13440
+ underlineColor: {
13441
+ hover: {
13442
+ type: "linePaletteColors",
13443
+ value: "primary",
13444
+ valueType: "alias"
13445
+ },
13446
+ pressed: {
13447
+ type: "linePaletteColors",
13448
+ value: "primary",
13449
+ valueType: "alias"
13450
+ },
13451
+ rest: {
13452
+ type: "linePaletteColors",
13453
+ value: "primary",
13454
+ valueType: "alias"
13455
+ }
13456
+ },
13457
+ underlineWidth: {
13458
+ hover: {
13459
+ type: "borderWidths",
13460
+ value: "none",
13461
+ valueType: "alias"
13462
+ },
13463
+ pressed: {
13464
+ type: "borderWidths",
13465
+ value: "none",
13466
+ valueType: "alias"
13467
+ },
13468
+ rest: {
13469
+ type: "borderWidths",
13470
+ value: "none",
13471
+ valueType: "alias"
13472
+ }
13473
+ }
13474
+ }
13475
+ }
13476
+ },
13477
+ tabs: {
13478
+ defaults: { variant: "primary" },
13479
+ variables: {
13480
+ "variant/primary/root": {
13481
+ backgroundColor: { rest: {
13482
+ type: "alwaysPaletteAliases",
13483
+ value: "always/transparent",
13484
+ valueType: "alias"
13485
+ } },
13486
+ borderColor: { rest: {
13487
+ type: "linePaletteColors",
13488
+ value: "primary",
13489
+ valueType: "alias"
13490
+ } },
13491
+ borderRadius: { rest: {
13492
+ type: "borderRadii",
13493
+ value: "none",
13494
+ valueType: "alias"
13495
+ } },
13496
+ borderWidth: { rest: {
13497
+ type: "borderWidths",
13498
+ value: "none",
13499
+ valueType: "alias"
13500
+ } },
13501
+ gap: { rest: {
13502
+ type: "spacingAliases",
13503
+ value: "1",
13504
+ valueType: "alias"
13505
+ } },
13506
+ insetShadow: { rest: {
13507
+ type: "shadowVariantsWithInvert",
13508
+ value: "none",
13509
+ valueType: "alias"
13510
+ } },
13511
+ shadow: { rest: {
13512
+ type: "shadowVariants",
13513
+ value: "none",
13514
+ valueType: "alias"
13515
+ } },
13516
+ spacingHorizontal: { rest: {
13517
+ type: "spacingAliases",
13518
+ value: "0",
13519
+ valueType: "alias"
13520
+ } },
13521
+ spacingVertical: { rest: {
13522
+ type: "spacingAliases",
13523
+ value: "0",
13524
+ valueType: "alias"
13525
+ } }
13526
+ },
13527
+ "variant/secondary/root": {
13528
+ backgroundColor: { rest: {
13529
+ type: "backgroundPaletteColors",
13530
+ value: "secondary",
13531
+ valueType: "alias"
13532
+ } },
13533
+ borderColor: { rest: {
13534
+ type: "linePaletteColors",
13535
+ value: "primary",
13536
+ valueType: "alias"
13537
+ } },
13538
+ borderRadius: { rest: {
13539
+ type: "borderRadii",
13540
+ value: "full",
13541
+ valueType: "alias"
13542
+ } },
13543
+ borderWidth: { rest: {
13544
+ type: "borderWidths",
13545
+ value: "none",
13546
+ valueType: "alias"
13547
+ } },
13548
+ gap: { rest: {
13549
+ type: "spacingAliases",
13550
+ value: "1",
13551
+ valueType: "alias"
13552
+ } },
13553
+ insetShadow: { rest: {
13554
+ type: "shadowVariantsWithInvert",
13555
+ value: "sm",
13556
+ valueType: "alias"
13557
+ } },
13558
+ shadow: { rest: {
13559
+ type: "shadowVariants",
13560
+ value: "none",
13561
+ valueType: "alias"
13562
+ } },
13563
+ spacingHorizontal: { rest: {
13564
+ type: "spacingAliases",
13565
+ value: "1.5",
13566
+ valueType: "alias"
13567
+ } },
13568
+ spacingVertical: { rest: {
13569
+ type: "spacingAliases",
13570
+ value: "1.5",
13571
+ valueType: "alias"
13572
+ } }
13573
+ }
13574
+ }
13575
+ },
12822
13576
  toast: {
12823
13577
  defaults: {
12824
13578
  size: "default",