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