@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
@@ -2,7 +2,7 @@
2
2
 
3
3
  //#region ../config/dist/index.js
4
4
  /*! © 2026 Yahoo, Inc. UDS Default Config v0.0.0-development */
5
- const LATEST_MIGRATION_VERSION = "v0.89.0";
5
+ const LATEST_MIGRATION_VERSION = "v0.90.0";
6
6
  /**
7
7
  * NOTE: If you're building a feature with a migration,
8
8
  * this type will likely throw. You can regenerate yosConfig
@@ -18754,6 +18754,828 @@ const defaultTokensConfig = {
18754
18754
  }
18755
18755
  }
18756
18756
  },
18757
+ tab: {
18758
+ defaults: {
18759
+ size: "default",
18760
+ variant: "primary"
18761
+ },
18762
+ variables: {
18763
+ "size/default/icon": { size: { rest: {
18764
+ type: "iconSizes",
18765
+ value: "sm",
18766
+ valueType: "alias"
18767
+ } } },
18768
+ "size/default/root": {
18769
+ gap: { rest: {
18770
+ type: "spacingAliases",
18771
+ value: "3",
18772
+ valueType: "alias"
18773
+ } },
18774
+ spacingHorizontal: { rest: {
18775
+ type: "spacingAliases",
18776
+ value: "2.5",
18777
+ valueType: "alias"
18778
+ } },
18779
+ spacingVertical: { rest: {
18780
+ type: "spacingAliases",
18781
+ value: "3",
18782
+ valueType: "alias"
18783
+ } },
18784
+ textVariant: { rest: {
18785
+ type: "textVariants",
18786
+ value: "ui3/emphasized",
18787
+ valueType: "alias"
18788
+ } }
18789
+ },
18790
+ "variant/primary/active/off/icon": { color: {
18791
+ hover: {
18792
+ type: "foregroundPaletteColors",
18793
+ value: "primary",
18794
+ valueType: "alias"
18795
+ },
18796
+ pressed: {
18797
+ type: "alwaysPaletteAliases",
18798
+ value: "always/brand",
18799
+ valueType: "alias"
18800
+ },
18801
+ rest: {
18802
+ type: "foregroundPaletteColors",
18803
+ value: "tertiary",
18804
+ valueType: "alias"
18805
+ }
18806
+ } },
18807
+ "variant/primary/active/off/root": {
18808
+ backgroundColor: {
18809
+ hover: {
18810
+ type: "alwaysPaletteAliases",
18811
+ value: "always/transparent",
18812
+ valueType: "alias"
18813
+ },
18814
+ pressed: {
18815
+ type: "alwaysPaletteAliases",
18816
+ value: "always/transparent",
18817
+ valueType: "alias"
18818
+ },
18819
+ rest: {
18820
+ type: "alwaysPaletteAliases",
18821
+ value: "always/transparent",
18822
+ valueType: "alias"
18823
+ }
18824
+ },
18825
+ borderColor: {
18826
+ hover: {
18827
+ type: "linePaletteColors",
18828
+ value: "primary",
18829
+ valueType: "alias"
18830
+ },
18831
+ pressed: {
18832
+ type: "linePaletteColors",
18833
+ value: "primary",
18834
+ valueType: "alias"
18835
+ },
18836
+ rest: {
18837
+ type: "linePaletteColors",
18838
+ value: "primary",
18839
+ valueType: "alias"
18840
+ }
18841
+ },
18842
+ borderRadius: {
18843
+ hover: {
18844
+ type: "borderRadii",
18845
+ value: "none",
18846
+ valueType: "alias"
18847
+ },
18848
+ pressed: {
18849
+ type: "borderRadii",
18850
+ value: "none",
18851
+ valueType: "alias"
18852
+ },
18853
+ rest: {
18854
+ type: "borderRadii",
18855
+ value: "none",
18856
+ valueType: "alias"
18857
+ }
18858
+ },
18859
+ borderWidth: {
18860
+ hover: {
18861
+ type: "borderWidths",
18862
+ value: "none",
18863
+ valueType: "alias"
18864
+ },
18865
+ pressed: {
18866
+ type: "borderWidths",
18867
+ value: "none",
18868
+ valueType: "alias"
18869
+ },
18870
+ rest: {
18871
+ type: "borderWidths",
18872
+ value: "none",
18873
+ valueType: "alias"
18874
+ }
18875
+ },
18876
+ color: {
18877
+ hover: {
18878
+ type: "foregroundPaletteColors",
18879
+ value: "primary",
18880
+ valueType: "alias"
18881
+ },
18882
+ pressed: {
18883
+ type: "alwaysPaletteAliases",
18884
+ value: "always/brand",
18885
+ valueType: "alias"
18886
+ },
18887
+ rest: {
18888
+ type: "foregroundPaletteColors",
18889
+ value: "tertiary",
18890
+ valueType: "alias"
18891
+ }
18892
+ },
18893
+ insetShadow: {
18894
+ hover: {
18895
+ type: "shadowVariantsWithInvert",
18896
+ value: "none",
18897
+ valueType: "alias"
18898
+ },
18899
+ pressed: {
18900
+ type: "shadowVariantsWithInvert",
18901
+ value: "none",
18902
+ valueType: "alias"
18903
+ },
18904
+ rest: {
18905
+ type: "shadowVariantsWithInvert",
18906
+ value: "none",
18907
+ valueType: "alias"
18908
+ }
18909
+ },
18910
+ shadow: {
18911
+ hover: {
18912
+ type: "shadowVariants",
18913
+ value: "none",
18914
+ valueType: "alias"
18915
+ },
18916
+ pressed: {
18917
+ type: "shadowVariants",
18918
+ value: "none",
18919
+ valueType: "alias"
18920
+ },
18921
+ rest: {
18922
+ type: "shadowVariants",
18923
+ value: "none",
18924
+ valueType: "alias"
18925
+ }
18926
+ },
18927
+ underlineColor: {
18928
+ hover: {
18929
+ type: "alwaysPaletteAliases",
18930
+ value: "always/transparent",
18931
+ valueType: "alias"
18932
+ },
18933
+ pressed: {
18934
+ type: "alwaysPaletteAliases",
18935
+ value: "always/transparent",
18936
+ valueType: "alias"
18937
+ },
18938
+ rest: {
18939
+ type: "alwaysPaletteAliases",
18940
+ value: "always/transparent",
18941
+ valueType: "alias"
18942
+ }
18943
+ },
18944
+ underlineWidth: {
18945
+ hover: {
18946
+ type: "borderWidths",
18947
+ value: "medium",
18948
+ valueType: "alias"
18949
+ },
18950
+ pressed: {
18951
+ type: "borderWidths",
18952
+ value: "medium",
18953
+ valueType: "alias"
18954
+ },
18955
+ rest: {
18956
+ type: "borderWidths",
18957
+ value: "medium",
18958
+ valueType: "alias"
18959
+ }
18960
+ }
18961
+ },
18962
+ "variant/primary/active/on/icon": { color: {
18963
+ hover: {
18964
+ type: "alwaysPaletteAliases",
18965
+ value: "always/brand",
18966
+ valueType: "alias"
18967
+ },
18968
+ pressed: {
18969
+ type: "alwaysPaletteAliases",
18970
+ value: "always/brand",
18971
+ valueType: "alias"
18972
+ },
18973
+ rest: {
18974
+ type: "alwaysPaletteAliases",
18975
+ value: "always/brand",
18976
+ valueType: "alias"
18977
+ }
18978
+ } },
18979
+ "variant/primary/active/on/root": {
18980
+ backgroundColor: {
18981
+ hover: {
18982
+ type: "alwaysPaletteAliases",
18983
+ value: "always/transparent",
18984
+ valueType: "alias"
18985
+ },
18986
+ pressed: {
18987
+ type: "alwaysPaletteAliases",
18988
+ value: "always/transparent",
18989
+ valueType: "alias"
18990
+ },
18991
+ rest: {
18992
+ type: "alwaysPaletteAliases",
18993
+ value: "always/transparent",
18994
+ valueType: "alias"
18995
+ }
18996
+ },
18997
+ borderColor: {
18998
+ hover: {
18999
+ type: "linePaletteColors",
19000
+ value: "brand",
19001
+ valueType: "alias"
19002
+ },
19003
+ pressed: {
19004
+ type: "linePaletteColors",
19005
+ value: "brand",
19006
+ valueType: "alias"
19007
+ },
19008
+ rest: {
19009
+ type: "linePaletteColors",
19010
+ value: "brand",
19011
+ valueType: "alias"
19012
+ }
19013
+ },
19014
+ borderRadius: {
19015
+ hover: {
19016
+ type: "borderRadii",
19017
+ value: "none",
19018
+ valueType: "alias"
19019
+ },
19020
+ pressed: {
19021
+ type: "borderRadii",
19022
+ value: "none",
19023
+ valueType: "alias"
19024
+ },
19025
+ rest: {
19026
+ type: "borderRadii",
19027
+ value: "none",
19028
+ valueType: "alias"
19029
+ }
19030
+ },
19031
+ borderWidth: {
19032
+ hover: {
19033
+ type: "borderWidths",
19034
+ value: "none",
19035
+ valueType: "alias"
19036
+ },
19037
+ pressed: {
19038
+ type: "borderWidths",
19039
+ value: "none",
19040
+ valueType: "alias"
19041
+ },
19042
+ rest: {
19043
+ type: "borderWidths",
19044
+ value: "none",
19045
+ valueType: "alias"
19046
+ }
19047
+ },
19048
+ color: {
19049
+ hover: {
19050
+ type: "alwaysPaletteAliases",
19051
+ value: "always/brand",
19052
+ valueType: "alias"
19053
+ },
19054
+ pressed: {
19055
+ type: "alwaysPaletteAliases",
19056
+ value: "always/brand",
19057
+ valueType: "alias"
19058
+ },
19059
+ rest: {
19060
+ type: "alwaysPaletteAliases",
19061
+ value: "always/brand",
19062
+ valueType: "alias"
19063
+ }
19064
+ },
19065
+ insetShadow: {
19066
+ hover: {
19067
+ type: "shadowVariantsWithInvert",
19068
+ value: "none",
19069
+ valueType: "alias"
19070
+ },
19071
+ pressed: {
19072
+ type: "shadowVariantsWithInvert",
19073
+ value: "none",
19074
+ valueType: "alias"
19075
+ },
19076
+ rest: {
19077
+ type: "shadowVariantsWithInvert",
19078
+ value: "none",
19079
+ valueType: "alias"
19080
+ }
19081
+ },
19082
+ shadow: {
19083
+ hover: {
19084
+ type: "shadowVariants",
19085
+ value: "none",
19086
+ valueType: "alias"
19087
+ },
19088
+ pressed: {
19089
+ type: "shadowVariants",
19090
+ value: "none",
19091
+ valueType: "alias"
19092
+ },
19093
+ rest: {
19094
+ type: "shadowVariants",
19095
+ value: "none",
19096
+ valueType: "alias"
19097
+ }
19098
+ },
19099
+ underlineColor: {
19100
+ hover: {
19101
+ type: "alwaysPaletteAliases",
19102
+ value: "always/brand",
19103
+ valueType: "alias"
19104
+ },
19105
+ pressed: {
19106
+ type: "alwaysPaletteAliases",
19107
+ value: "always/brand",
19108
+ valueType: "alias"
19109
+ },
19110
+ rest: {
19111
+ type: "alwaysPaletteAliases",
19112
+ value: "always/brand",
19113
+ valueType: "alias"
19114
+ }
19115
+ },
19116
+ underlineWidth: {
19117
+ hover: {
19118
+ type: "borderWidths",
19119
+ value: "medium",
19120
+ valueType: "alias"
19121
+ },
19122
+ pressed: {
19123
+ type: "borderWidths",
19124
+ value: "medium",
19125
+ valueType: "alias"
19126
+ },
19127
+ rest: {
19128
+ type: "borderWidths",
19129
+ value: "medium",
19130
+ valueType: "alias"
19131
+ }
19132
+ }
19133
+ },
19134
+ "variant/secondary/active/off/icon": { color: {
19135
+ hover: {
19136
+ type: "foregroundPaletteColors",
19137
+ value: "primary",
19138
+ valueType: "alias"
19139
+ },
19140
+ pressed: {
19141
+ type: "alwaysPaletteAliases",
19142
+ value: "always/brand",
19143
+ valueType: "alias"
19144
+ },
19145
+ rest: {
19146
+ type: "foregroundPaletteColors",
19147
+ value: "tertiary",
19148
+ valueType: "alias"
19149
+ }
19150
+ } },
19151
+ "variant/secondary/active/off/root": {
19152
+ backgroundColor: {
19153
+ hover: {
19154
+ type: "alwaysPaletteAliases",
19155
+ value: "always/transparent",
19156
+ valueType: "alias"
19157
+ },
19158
+ pressed: {
19159
+ type: "alwaysPaletteAliases",
19160
+ value: "always/transparent",
19161
+ valueType: "alias"
19162
+ },
19163
+ rest: {
19164
+ type: "alwaysPaletteAliases",
19165
+ value: "always/transparent",
19166
+ valueType: "alias"
19167
+ }
19168
+ },
19169
+ borderColor: {
19170
+ hover: {
19171
+ type: "linePaletteColors",
19172
+ value: "primary",
19173
+ valueType: "alias"
19174
+ },
19175
+ pressed: {
19176
+ type: "linePaletteColors",
19177
+ value: "primary",
19178
+ valueType: "alias"
19179
+ },
19180
+ rest: {
19181
+ type: "linePaletteColors",
19182
+ value: "primary",
19183
+ valueType: "alias"
19184
+ }
19185
+ },
19186
+ borderRadius: {
19187
+ hover: {
19188
+ type: "borderRadii",
19189
+ value: "full",
19190
+ valueType: "alias"
19191
+ },
19192
+ pressed: {
19193
+ type: "borderRadii",
19194
+ value: "full",
19195
+ valueType: "alias"
19196
+ },
19197
+ rest: {
19198
+ type: "borderRadii",
19199
+ value: "full",
19200
+ valueType: "alias"
19201
+ }
19202
+ },
19203
+ borderWidth: {
19204
+ hover: {
19205
+ type: "borderWidths",
19206
+ value: "none",
19207
+ valueType: "alias"
19208
+ },
19209
+ pressed: {
19210
+ type: "borderWidths",
19211
+ value: "none",
19212
+ valueType: "alias"
19213
+ },
19214
+ rest: {
19215
+ type: "borderWidths",
19216
+ value: "none",
19217
+ valueType: "alias"
19218
+ }
19219
+ },
19220
+ color: {
19221
+ hover: {
19222
+ type: "foregroundPaletteColors",
19223
+ value: "primary",
19224
+ valueType: "alias"
19225
+ },
19226
+ pressed: {
19227
+ type: "alwaysPaletteAliases",
19228
+ value: "always/brand",
19229
+ valueType: "alias"
19230
+ },
19231
+ rest: {
19232
+ type: "foregroundPaletteColors",
19233
+ value: "tertiary",
19234
+ valueType: "alias"
19235
+ }
19236
+ },
19237
+ insetShadow: {
19238
+ hover: {
19239
+ type: "shadowVariantsWithInvert",
19240
+ value: "none",
19241
+ valueType: "alias"
19242
+ },
19243
+ pressed: {
19244
+ type: "shadowVariantsWithInvert",
19245
+ value: "none",
19246
+ valueType: "alias"
19247
+ },
19248
+ rest: {
19249
+ type: "shadowVariantsWithInvert",
19250
+ value: "none",
19251
+ valueType: "alias"
19252
+ }
19253
+ },
19254
+ shadow: {
19255
+ hover: {
19256
+ type: "shadowVariants",
19257
+ value: "none",
19258
+ valueType: "alias"
19259
+ },
19260
+ pressed: {
19261
+ type: "shadowVariants",
19262
+ value: "none",
19263
+ valueType: "alias"
19264
+ },
19265
+ rest: {
19266
+ type: "shadowVariants",
19267
+ value: "none",
19268
+ valueType: "alias"
19269
+ }
19270
+ },
19271
+ underlineColor: {
19272
+ hover: {
19273
+ type: "linePaletteColors",
19274
+ value: "primary",
19275
+ valueType: "alias"
19276
+ },
19277
+ pressed: {
19278
+ type: "linePaletteColors",
19279
+ value: "primary",
19280
+ valueType: "alias"
19281
+ },
19282
+ rest: {
19283
+ type: "linePaletteColors",
19284
+ value: "primary",
19285
+ valueType: "alias"
19286
+ }
19287
+ },
19288
+ underlineWidth: {
19289
+ hover: {
19290
+ type: "borderWidths",
19291
+ value: "none",
19292
+ valueType: "alias"
19293
+ },
19294
+ pressed: {
19295
+ type: "borderWidths",
19296
+ value: "none",
19297
+ valueType: "alias"
19298
+ },
19299
+ rest: {
19300
+ type: "borderWidths",
19301
+ value: "none",
19302
+ valueType: "alias"
19303
+ }
19304
+ }
19305
+ },
19306
+ "variant/secondary/active/on/icon": { color: {
19307
+ hover: {
19308
+ type: "alwaysPaletteAliases",
19309
+ value: "always/brand",
19310
+ valueType: "alias"
19311
+ },
19312
+ pressed: {
19313
+ type: "alwaysPaletteAliases",
19314
+ value: "always/brand",
19315
+ valueType: "alias"
19316
+ },
19317
+ rest: {
19318
+ type: "alwaysPaletteAliases",
19319
+ value: "always/brand",
19320
+ valueType: "alias"
19321
+ }
19322
+ } },
19323
+ "variant/secondary/active/on/root": {
19324
+ backgroundColor: {
19325
+ hover: {
19326
+ type: "backgroundPaletteColors",
19327
+ value: "primary",
19328
+ valueType: "alias"
19329
+ },
19330
+ pressed: {
19331
+ type: "backgroundPaletteColors",
19332
+ value: "primary",
19333
+ valueType: "alias"
19334
+ },
19335
+ rest: {
19336
+ type: "backgroundPaletteColors",
19337
+ value: "primary",
19338
+ valueType: "alias"
19339
+ }
19340
+ },
19341
+ borderColor: {
19342
+ hover: {
19343
+ type: "elevationAliases",
19344
+ value: "elevation-1",
19345
+ valueType: "alias"
19346
+ },
19347
+ pressed: {
19348
+ type: "elevationAliases",
19349
+ value: "elevation-1",
19350
+ valueType: "alias"
19351
+ },
19352
+ rest: {
19353
+ type: "elevationAliases",
19354
+ value: "elevation-1",
19355
+ valueType: "alias"
19356
+ }
19357
+ },
19358
+ borderRadius: {
19359
+ hover: {
19360
+ type: "borderRadii",
19361
+ value: "full",
19362
+ valueType: "alias"
19363
+ },
19364
+ pressed: {
19365
+ type: "borderRadii",
19366
+ value: "full",
19367
+ valueType: "alias"
19368
+ },
19369
+ rest: {
19370
+ type: "borderRadii",
19371
+ value: "full",
19372
+ valueType: "alias"
19373
+ }
19374
+ },
19375
+ borderWidth: {
19376
+ hover: {
19377
+ type: "borderWidths",
19378
+ value: "none",
19379
+ valueType: "alias"
19380
+ },
19381
+ pressed: {
19382
+ type: "borderWidths",
19383
+ value: "none",
19384
+ valueType: "alias"
19385
+ },
19386
+ rest: {
19387
+ type: "borderWidths",
19388
+ value: "none",
19389
+ valueType: "alias"
19390
+ }
19391
+ },
19392
+ color: {
19393
+ hover: {
19394
+ type: "alwaysPaletteAliases",
19395
+ value: "always/brand",
19396
+ valueType: "alias"
19397
+ },
19398
+ pressed: {
19399
+ type: "alwaysPaletteAliases",
19400
+ value: "always/brand",
19401
+ valueType: "alias"
19402
+ },
19403
+ rest: {
19404
+ type: "alwaysPaletteAliases",
19405
+ value: "always/brand",
19406
+ valueType: "alias"
19407
+ }
19408
+ },
19409
+ insetShadow: {
19410
+ hover: {
19411
+ type: "shadowVariantsWithInvert",
19412
+ value: "none",
19413
+ valueType: "alias"
19414
+ },
19415
+ pressed: {
19416
+ type: "shadowVariantsWithInvert",
19417
+ value: "none",
19418
+ valueType: "alias"
19419
+ },
19420
+ rest: {
19421
+ type: "shadowVariantsWithInvert",
19422
+ value: "none",
19423
+ valueType: "alias"
19424
+ }
19425
+ },
19426
+ shadow: {
19427
+ hover: {
19428
+ type: "shadowVariants",
19429
+ value: "sm",
19430
+ valueType: "alias"
19431
+ },
19432
+ pressed: {
19433
+ type: "shadowVariants",
19434
+ value: "sm",
19435
+ valueType: "alias"
19436
+ },
19437
+ rest: {
19438
+ type: "shadowVariants",
19439
+ value: "sm",
19440
+ valueType: "alias"
19441
+ }
19442
+ },
19443
+ underlineColor: {
19444
+ hover: {
19445
+ type: "linePaletteColors",
19446
+ value: "primary",
19447
+ valueType: "alias"
19448
+ },
19449
+ pressed: {
19450
+ type: "linePaletteColors",
19451
+ value: "primary",
19452
+ valueType: "alias"
19453
+ },
19454
+ rest: {
19455
+ type: "linePaletteColors",
19456
+ value: "primary",
19457
+ valueType: "alias"
19458
+ }
19459
+ },
19460
+ underlineWidth: {
19461
+ hover: {
19462
+ type: "borderWidths",
19463
+ value: "none",
19464
+ valueType: "alias"
19465
+ },
19466
+ pressed: {
19467
+ type: "borderWidths",
19468
+ value: "none",
19469
+ valueType: "alias"
19470
+ },
19471
+ rest: {
19472
+ type: "borderWidths",
19473
+ value: "none",
19474
+ valueType: "alias"
19475
+ }
19476
+ }
19477
+ }
19478
+ }
19479
+ },
19480
+ tabs: {
19481
+ defaults: { variant: "primary" },
19482
+ variables: {
19483
+ "variant/primary/root": {
19484
+ backgroundColor: { rest: {
19485
+ type: "alwaysPaletteAliases",
19486
+ value: "always/transparent",
19487
+ valueType: "alias"
19488
+ } },
19489
+ borderColor: { rest: {
19490
+ type: "alwaysPaletteAliases",
19491
+ value: "always/transparent",
19492
+ valueType: "alias"
19493
+ } },
19494
+ borderRadius: { rest: {
19495
+ type: "borderRadii",
19496
+ value: "none",
19497
+ valueType: "alias"
19498
+ } },
19499
+ borderWidth: { rest: {
19500
+ type: "borderWidths",
19501
+ value: "none",
19502
+ valueType: "alias"
19503
+ } },
19504
+ gap: { rest: {
19505
+ type: "spacingAliases",
19506
+ value: "2",
19507
+ valueType: "alias"
19508
+ } },
19509
+ insetShadow: { rest: {
19510
+ type: "shadowVariantsWithInvert",
19511
+ value: "none",
19512
+ valueType: "alias"
19513
+ } },
19514
+ shadow: { rest: {
19515
+ type: "shadowVariants",
19516
+ value: "none",
19517
+ valueType: "alias"
19518
+ } },
19519
+ spacingHorizontal: { rest: {
19520
+ type: "spacingAliases",
19521
+ value: "0",
19522
+ valueType: "alias"
19523
+ } },
19524
+ spacingVertical: { rest: {
19525
+ type: "spacingAliases",
19526
+ value: "0",
19527
+ valueType: "alias"
19528
+ } }
19529
+ },
19530
+ "variant/secondary/root": {
19531
+ backgroundColor: { rest: {
19532
+ type: "backgroundPaletteColors",
19533
+ value: "secondary",
19534
+ valueType: "alias"
19535
+ } },
19536
+ borderColor: { rest: {
19537
+ type: "linePaletteColors",
19538
+ value: "primary",
19539
+ valueType: "alias"
19540
+ } },
19541
+ borderRadius: { rest: {
19542
+ type: "borderRadii",
19543
+ value: "full",
19544
+ valueType: "alias"
19545
+ } },
19546
+ borderWidth: { rest: {
19547
+ type: "borderWidths",
19548
+ value: "none",
19549
+ valueType: "alias"
19550
+ } },
19551
+ gap: { rest: {
19552
+ type: "spacingAliases",
19553
+ value: "1",
19554
+ valueType: "alias"
19555
+ } },
19556
+ insetShadow: { rest: {
19557
+ type: "shadowVariantsWithInvert",
19558
+ value: "sm",
19559
+ valueType: "alias"
19560
+ } },
19561
+ shadow: { rest: {
19562
+ type: "shadowVariants",
19563
+ value: "none",
19564
+ valueType: "alias"
19565
+ } },
19566
+ spacingHorizontal: { rest: {
19567
+ type: "spacingAliases",
19568
+ value: "1.5",
19569
+ valueType: "alias"
19570
+ } },
19571
+ spacingVertical: { rest: {
19572
+ type: "spacingAliases",
19573
+ value: "1.5",
19574
+ valueType: "alias"
19575
+ } }
19576
+ }
19577
+ }
19578
+ },
18757
19579
  toast: {
18758
19580
  defaults: {
18759
19581
  size: "default",
@@ -27470,7 +28292,7 @@ const defaultTokensConfig = {
27470
28292
  }
27471
28293
  }
27472
28294
  },
27473
- version: "v0.89.0",
28295
+ version: "v0.90.0",
27474
28296
  version: LATEST_MIGRATION_VERSION
27475
28297
  };
27476
28298