@yahoo/uds 3.163.2 → 3.165.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli/commands/sync.cjs +8 -0
- package/dist/cli/commands/sync.js +8 -0
- package/dist/components/client/Button/Button.cjs +5 -6
- package/dist/components/client/Button/Button.js +5 -6
- package/dist/components/client/Button/ButtonBase.cjs +4 -0
- package/dist/components/client/Button/ButtonBase.d.cts +2 -1
- package/dist/components/client/Button/ButtonBase.d.ts +2 -1
- package/dist/components/client/Button/ButtonBase.js +4 -0
- package/dist/components/client/Button/UDSButtonConfigProvider.cjs +45 -0
- package/dist/components/client/Button/UDSButtonConfigProvider.d.cts +33 -0
- package/dist/components/client/Button/UDSButtonConfigProvider.d.ts +34 -0
- package/dist/components/client/Button/UDSButtonConfigProvider.js +42 -0
- package/dist/components/client/Button/buttonConstants.cjs +1 -1
- package/dist/components/client/Button/buttonConstants.d.cts +3 -3
- package/dist/components/client/Button/buttonConstants.d.ts +3 -3
- package/dist/components/client/Button/buttonConstants.js +1 -1
- package/dist/components/client/Button/index.cjs +3 -0
- package/dist/components/client/Button/index.d.cts +2 -1
- package/dist/components/client/Button/index.d.ts +2 -1
- package/dist/components/client/Button/index.js +2 -1
- package/dist/components/client/IconButton/IconButton.cjs +3 -4
- package/dist/components/client/IconButton/IconButton.js +3 -4
- package/dist/components/client/IconButton/IconButtonBase.cjs +3 -0
- package/dist/components/client/IconButton/IconButtonBase.d.cts +2 -0
- package/dist/components/client/IconButton/IconButtonBase.d.ts +2 -0
- package/dist/components/client/IconButton/IconButtonBase.js +3 -0
- package/dist/components/client/IconButton/UDSIconButtonConfigProvider.cjs +46 -0
- package/dist/components/client/IconButton/UDSIconButtonConfigProvider.d.cts +34 -0
- package/dist/components/client/IconButton/UDSIconButtonConfigProvider.d.ts +35 -0
- package/dist/components/client/IconButton/UDSIconButtonConfigProvider.js +43 -0
- package/dist/components/client/IconButton/index.cjs +3 -0
- package/dist/components/client/IconButton/index.d.cts +2 -1
- package/dist/components/client/IconButton/index.d.ts +2 -1
- package/dist/components/client/IconButton/index.js +2 -1
- 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/Toast/UDSToastConfigProvider.d.cts +1 -1
- package/dist/components/client/Toast/UDSToastConfigProvider.d.ts +1 -1
- package/dist/components/client/index.cjs +6 -0
- package/dist/components/client/index.d.cts +3 -1
- package/dist/components/client/index.d.ts +3 -1
- package/dist/components/client/index.js +3 -1
- package/dist/components/client/providers/UDSConfigProvider.cjs +18 -10
- package/dist/components/client/providers/UDSConfigProvider.d.cts +2 -0
- package/dist/components/client/providers/UDSConfigProvider.d.ts +2 -0
- package/dist/components/client/providers/UDSConfigProvider.js +18 -10
- package/dist/components/index.cjs +6 -0
- package/dist/components/index.d.cts +3 -1
- package/dist/components/index.d.ts +3 -1
- package/dist/components/index.js +3 -1
- package/dist/config/dist/index.cjs +51 -141
- package/dist/config/dist/index.js +51 -141
- package/dist/css/dist/css/utils.cjs +12 -0
- package/dist/css/dist/css/utils.js +12 -0
- package/dist/css/dist/packages/config/dist/index.cjs +51 -141
- package/dist/css/dist/packages/config/dist/index.js +51 -141
- package/dist/css/dist/runtimeConfig/hookMetadata.cjs +67 -0
- package/dist/css/dist/runtimeConfig/hookMetadata.js +67 -0
- package/dist/css-animation/Button/Button.cjs +5 -6
- package/dist/css-animation/Button/Button.js +5 -6
- package/dist/css-animation/IconButton/IconButton.cjs +3 -4
- package/dist/css-animation/IconButton/IconButton.js +3 -4
- package/dist/index.cjs +10 -0
- package/dist/index.d.cts +5 -1
- package/dist/index.d.ts +5 -1
- package/dist/index.js +5 -1
- package/dist/runtime/buttonConfig.cjs +17 -0
- package/dist/runtime/buttonConfig.d.cts +13 -0
- package/dist/runtime/buttonConfig.d.ts +13 -0
- package/dist/runtime/buttonConfig.js +16 -0
- package/dist/runtime/iconButtonConfig.cjs +18 -0
- package/dist/runtime/iconButtonConfig.d.cts +13 -0
- package/dist/runtime/iconButtonConfig.d.ts +13 -0
- package/dist/runtime/iconButtonConfig.js +17 -0
- package/dist/runtime/index.cjs +4 -0
- package/dist/runtime/index.d.cts +3 -1
- package/dist/runtime/index.d.ts +3 -1
- package/dist/runtime/index.js +3 -1
- package/dist/runtime/udsConfig.cjs +4 -0
- package/dist/runtime/udsConfig.d.cts +4 -0
- package/dist/runtime/udsConfig.d.ts +4 -0
- package/dist/runtime/udsConfig.js +4 -0
- package/dist/styles/styler.d.cts +64 -64
- package/dist/styles/styler.d.ts +64 -64
- package/dist/tailwind-internal/dist/components/getResponsiveTextStyles.cjs +6 -2
- package/dist/tailwind-internal/dist/components/getResponsiveTextStyles.js +6 -2
- package/dist/tailwind-internal/dist/packages/config/dist/index.cjs +51 -141
- package/dist/tailwind-internal/dist/packages/config/dist/index.js +51 -141
- package/dist/tailwind-internal/dist/packages/types/dist/index.d.cts +1 -0
- package/dist/tailwind-internal/dist/packages/types/dist/index.d.ts +1 -0
- package/dist/types/dist/index.d.cts +1 -0
- package/dist/types/dist/index.d.ts +1 -0
- package/dist/uds/generated/componentData.cjs +156 -128
- package/dist/uds/generated/componentData.js +156 -128
- package/dist/uds/generated/migrationSchemaVersion.cjs +1 -1
- package/dist/uds/generated/migrationSchemaVersion.js +1 -1
- package/dist/uds/generated/tailwindPurge.cjs +9 -1
- package/dist/uds/generated/tailwindPurge.js +9 -1
- package/generated/componentData.json +201 -165
- package/generated/migrationSchemaVersion.ts +1 -1
- package/generated/tailwindPurge.ts +3 -3
- package/package.json +1 -1
|
@@ -14798,6 +14798,7 @@ const defaultTokensConfig = {
|
|
|
14798
14798
|
"serif-alt": "yahoo-serif-text"
|
|
14799
14799
|
},
|
|
14800
14800
|
globalDefaults: {
|
|
14801
|
+
applyDefaultBreakpointInCode: false,
|
|
14801
14802
|
breakpoint: "lg",
|
|
14802
14803
|
enableResponsiveType: true
|
|
14803
14804
|
},
|
|
@@ -14809,12 +14810,12 @@ const defaultTokensConfig = {
|
|
|
14809
14810
|
variables: {
|
|
14810
14811
|
"size/lg/icon": { size: { rest: {
|
|
14811
14812
|
type: "iconSizes",
|
|
14812
|
-
value: "
|
|
14813
|
+
value: "md",
|
|
14813
14814
|
valueType: "alias"
|
|
14814
14815
|
} } },
|
|
14815
14816
|
"size/lg/root": { spacing: { rest: {
|
|
14816
14817
|
type: "spacingAliases",
|
|
14817
|
-
value: "
|
|
14818
|
+
value: "3.5",
|
|
14818
14819
|
valueType: "alias"
|
|
14819
14820
|
} } },
|
|
14820
14821
|
"size/md/icon": { size: { rest: {
|
|
@@ -14854,7 +14855,7 @@ const defaultTokensConfig = {
|
|
|
14854
14855
|
} } },
|
|
14855
14856
|
"size/xs/root": { spacing: { rest: {
|
|
14856
14857
|
type: "spacingAliases",
|
|
14857
|
-
value: "
|
|
14858
|
+
value: "2",
|
|
14858
14859
|
valueType: "alias"
|
|
14859
14860
|
} } }
|
|
14860
14861
|
}
|
|
@@ -16521,16 +16522,28 @@ const defaultTokensConfig = {
|
|
|
16521
16522
|
valueType: "alias"
|
|
16522
16523
|
} } },
|
|
16523
16524
|
"size/default/root": {},
|
|
16524
|
-
"size/default/text": { textVariant: { rest: {
|
|
16525
|
-
type: "textVariants",
|
|
16526
|
-
value: "ui1",
|
|
16527
|
-
valueType: "alias"
|
|
16528
|
-
} } },
|
|
16529
16525
|
"size/default/startIcon": { size: { rest: {
|
|
16530
16526
|
type: "iconSizes",
|
|
16531
16527
|
value: "sm",
|
|
16532
16528
|
valueType: "alias"
|
|
16533
|
-
} } }
|
|
16529
|
+
} } },
|
|
16530
|
+
"size/default/text": { textVariant: {
|
|
16531
|
+
focused: {
|
|
16532
|
+
type: "textVariants",
|
|
16533
|
+
value: "ui1",
|
|
16534
|
+
valueType: "alias"
|
|
16535
|
+
},
|
|
16536
|
+
hover: {
|
|
16537
|
+
type: "textVariants",
|
|
16538
|
+
value: "ui1",
|
|
16539
|
+
valueType: "alias"
|
|
16540
|
+
},
|
|
16541
|
+
rest: {
|
|
16542
|
+
type: "textVariants",
|
|
16543
|
+
value: "ui1",
|
|
16544
|
+
valueType: "alias"
|
|
16545
|
+
}
|
|
16546
|
+
} }
|
|
16534
16547
|
}
|
|
16535
16548
|
},
|
|
16536
16549
|
modal: {
|
|
@@ -18653,110 +18666,7 @@ const defaultTokensConfig = {
|
|
|
18653
18666
|
size: "md",
|
|
18654
18667
|
variant: "default"
|
|
18655
18668
|
},
|
|
18656
|
-
variables: {
|
|
18657
|
-
"variant/default/endIcon": { color: {
|
|
18658
|
-
"focus-within": {
|
|
18659
|
-
isEnabled: true,
|
|
18660
|
-
type: "foregroundPaletteColors",
|
|
18661
|
-
value: "primary",
|
|
18662
|
-
valueType: "alias"
|
|
18663
|
-
},
|
|
18664
|
-
hover: {
|
|
18665
|
-
isEnabled: true,
|
|
18666
|
-
type: "foregroundPaletteColors",
|
|
18667
|
-
value: "primary",
|
|
18668
|
-
valueType: "alias"
|
|
18669
|
-
},
|
|
18670
|
-
invalid: {
|
|
18671
|
-
isEnabled: true,
|
|
18672
|
-
type: "foregroundPaletteColors",
|
|
18673
|
-
value: "alert",
|
|
18674
|
-
valueType: "alias"
|
|
18675
|
-
},
|
|
18676
|
-
"invalid&hover": {
|
|
18677
|
-
isEnabled: true,
|
|
18678
|
-
type: "foregroundPaletteColors",
|
|
18679
|
-
value: "alert",
|
|
18680
|
-
valueType: "alias"
|
|
18681
|
-
},
|
|
18682
|
-
"invalid&pressed": {
|
|
18683
|
-
isEnabled: true,
|
|
18684
|
-
type: "foregroundPaletteColors",
|
|
18685
|
-
value: "alert",
|
|
18686
|
-
valueType: "alias"
|
|
18687
|
-
},
|
|
18688
|
-
pressed: {
|
|
18689
|
-
type: "foregroundPaletteColors",
|
|
18690
|
-
value: "muted",
|
|
18691
|
-
valueType: "alias"
|
|
18692
|
-
},
|
|
18693
|
-
readonly: {
|
|
18694
|
-
type: "foregroundPaletteColors",
|
|
18695
|
-
value: "muted",
|
|
18696
|
-
valueType: "alias"
|
|
18697
|
-
},
|
|
18698
|
-
rest: {
|
|
18699
|
-
type: "foregroundPaletteColors",
|
|
18700
|
-
value: "muted",
|
|
18701
|
-
valueType: "alias"
|
|
18702
|
-
}
|
|
18703
|
-
} },
|
|
18704
|
-
"variant/default/root": {},
|
|
18705
|
-
"variant/default/startIcon": { color: {
|
|
18706
|
-
"focus-within": {
|
|
18707
|
-
isEnabled: true,
|
|
18708
|
-
type: "foregroundPaletteColors",
|
|
18709
|
-
value: "primary",
|
|
18710
|
-
valueType: "alias"
|
|
18711
|
-
},
|
|
18712
|
-
hover: {
|
|
18713
|
-
isEnabled: true,
|
|
18714
|
-
type: "foregroundPaletteColors",
|
|
18715
|
-
value: "primary",
|
|
18716
|
-
valueType: "alias"
|
|
18717
|
-
},
|
|
18718
|
-
invalid: {
|
|
18719
|
-
isEnabled: true,
|
|
18720
|
-
type: "foregroundPaletteColors",
|
|
18721
|
-
value: "alert",
|
|
18722
|
-
valueType: "alias"
|
|
18723
|
-
},
|
|
18724
|
-
"invalid&hover": {
|
|
18725
|
-
isEnabled: true,
|
|
18726
|
-
type: "foregroundPaletteColors",
|
|
18727
|
-
value: "alert",
|
|
18728
|
-
valueType: "alias"
|
|
18729
|
-
},
|
|
18730
|
-
"invalid&pressed": {
|
|
18731
|
-
isEnabled: true,
|
|
18732
|
-
type: "foregroundPaletteColors",
|
|
18733
|
-
value: "alert",
|
|
18734
|
-
valueType: "alias"
|
|
18735
|
-
},
|
|
18736
|
-
pressed: {
|
|
18737
|
-
isEnabled: true,
|
|
18738
|
-
type: "foregroundPaletteColors",
|
|
18739
|
-
value: "primary",
|
|
18740
|
-
valueType: "alias"
|
|
18741
|
-
},
|
|
18742
|
-
readonly: {
|
|
18743
|
-
type: "foregroundPaletteColors",
|
|
18744
|
-
value: "muted",
|
|
18745
|
-
valueType: "alias"
|
|
18746
|
-
},
|
|
18747
|
-
rest: {
|
|
18748
|
-
type: "foregroundPaletteColors",
|
|
18749
|
-
value: "muted",
|
|
18750
|
-
valueType: "alias"
|
|
18751
|
-
}
|
|
18752
|
-
} },
|
|
18753
|
-
"variant/default/value/empty/endIcon": { color: { pressed: {
|
|
18754
|
-
isEnabled: true,
|
|
18755
|
-
type: "foregroundPaletteColors",
|
|
18756
|
-
value: "primary",
|
|
18757
|
-
valueType: "alias"
|
|
18758
|
-
} } }
|
|
18759
|
-
}
|
|
18669
|
+
variables: { "variant/default/root": {} }
|
|
18760
18670
|
},
|
|
18761
18671
|
selectContent: {
|
|
18762
18672
|
defaults: {
|
|
@@ -18841,51 +18751,51 @@ const defaultTokensConfig = {
|
|
|
18841
18751
|
valueType: "alias"
|
|
18842
18752
|
} }
|
|
18843
18753
|
},
|
|
18844
|
-
"item/variant/default/active/off/
|
|
18754
|
+
"item/variant/default/active/off/icon": { color: {
|
|
18845
18755
|
focused: {
|
|
18846
|
-
type: "
|
|
18847
|
-
value: "
|
|
18756
|
+
type: "foregroundPaletteColors",
|
|
18757
|
+
value: "brand",
|
|
18848
18758
|
valueType: "alias"
|
|
18849
18759
|
},
|
|
18850
18760
|
hover: {
|
|
18851
|
-
type: "
|
|
18852
|
-
value: "
|
|
18761
|
+
type: "foregroundPaletteColors",
|
|
18762
|
+
value: "brand",
|
|
18853
18763
|
valueType: "alias"
|
|
18854
18764
|
},
|
|
18855
18765
|
pressed: {
|
|
18856
|
-
type: "
|
|
18857
|
-
value: "
|
|
18766
|
+
type: "foregroundPaletteColors",
|
|
18767
|
+
value: "brand",
|
|
18858
18768
|
valueType: "alias"
|
|
18859
18769
|
},
|
|
18860
18770
|
rest: {
|
|
18861
|
-
type: "
|
|
18862
|
-
value: "
|
|
18771
|
+
type: "foregroundPaletteColors",
|
|
18772
|
+
value: "secondary",
|
|
18863
18773
|
valueType: "alias"
|
|
18864
18774
|
}
|
|
18865
18775
|
} },
|
|
18866
|
-
"item/variant/default/active/off/
|
|
18776
|
+
"item/variant/default/active/off/root": { backgroundColor: {
|
|
18867
18777
|
focused: {
|
|
18868
|
-
type: "
|
|
18869
|
-
value: "
|
|
18778
|
+
type: "backgroundPaletteColors",
|
|
18779
|
+
value: "secondary",
|
|
18870
18780
|
valueType: "alias"
|
|
18871
18781
|
},
|
|
18872
18782
|
hover: {
|
|
18873
|
-
type: "
|
|
18874
|
-
value: "
|
|
18783
|
+
type: "backgroundPaletteColors",
|
|
18784
|
+
value: "secondary",
|
|
18875
18785
|
valueType: "alias"
|
|
18876
18786
|
},
|
|
18877
18787
|
pressed: {
|
|
18878
|
-
type: "
|
|
18879
|
-
value: "
|
|
18788
|
+
type: "backgroundPaletteColors",
|
|
18789
|
+
value: "secondary",
|
|
18880
18790
|
valueType: "alias"
|
|
18881
18791
|
},
|
|
18882
18792
|
rest: {
|
|
18883
|
-
type: "
|
|
18884
|
-
value: "
|
|
18793
|
+
type: "backgroundPaletteColors",
|
|
18794
|
+
value: "primary",
|
|
18885
18795
|
valueType: "alias"
|
|
18886
18796
|
}
|
|
18887
18797
|
} },
|
|
18888
|
-
"item/variant/default/active/off/
|
|
18798
|
+
"item/variant/default/active/off/text": { color: {
|
|
18889
18799
|
focused: {
|
|
18890
18800
|
type: "foregroundPaletteColors",
|
|
18891
18801
|
value: "brand",
|
|
@@ -18973,20 +18883,20 @@ const defaultTokensConfig = {
|
|
|
18973
18883
|
valueType: "alias"
|
|
18974
18884
|
}
|
|
18975
18885
|
} },
|
|
18976
|
-
"size/default/
|
|
18977
|
-
|
|
18978
|
-
|
|
18979
|
-
value: "ui1",
|
|
18886
|
+
"size/default/endIcon": { size: { rest: {
|
|
18887
|
+
type: "iconSizes",
|
|
18888
|
+
value: "sm",
|
|
18980
18889
|
valueType: "alias"
|
|
18981
18890
|
} } },
|
|
18891
|
+
"size/default/root": {},
|
|
18982
18892
|
"size/default/startIcon": { size: { rest: {
|
|
18983
18893
|
type: "iconSizes",
|
|
18984
18894
|
value: "sm",
|
|
18985
18895
|
valueType: "alias"
|
|
18986
18896
|
} } },
|
|
18987
|
-
"size/default/
|
|
18988
|
-
type: "
|
|
18989
|
-
value: "
|
|
18897
|
+
"size/default/text": { textVariant: { rest: {
|
|
18898
|
+
type: "textVariants",
|
|
18899
|
+
value: "ui1",
|
|
18990
18900
|
valueType: "alias"
|
|
18991
18901
|
} } }
|
|
18992
18902
|
}
|
|
@@ -29209,8 +29119,8 @@ const defaultTokensConfig = {
|
|
|
29209
29119
|
}
|
|
29210
29120
|
}
|
|
29211
29121
|
},
|
|
29212
|
-
version: "v0.
|
|
29213
|
-
version: "v0.
|
|
29122
|
+
version: "v0.101.0",
|
|
29123
|
+
version: "v0.101.0"
|
|
29214
29124
|
};
|
|
29215
29125
|
//#endregion
|
|
29216
29126
|
exports.defaultTokensConfig = defaultTokensConfig;
|
|
@@ -14798,6 +14798,7 @@ const defaultTokensConfig = {
|
|
|
14798
14798
|
"serif-alt": "yahoo-serif-text"
|
|
14799
14799
|
},
|
|
14800
14800
|
globalDefaults: {
|
|
14801
|
+
applyDefaultBreakpointInCode: false,
|
|
14801
14802
|
breakpoint: "lg",
|
|
14802
14803
|
enableResponsiveType: true
|
|
14803
14804
|
},
|
|
@@ -14809,12 +14810,12 @@ const defaultTokensConfig = {
|
|
|
14809
14810
|
variables: {
|
|
14810
14811
|
"size/lg/icon": { size: { rest: {
|
|
14811
14812
|
type: "iconSizes",
|
|
14812
|
-
value: "
|
|
14813
|
+
value: "md",
|
|
14813
14814
|
valueType: "alias"
|
|
14814
14815
|
} } },
|
|
14815
14816
|
"size/lg/root": { spacing: { rest: {
|
|
14816
14817
|
type: "spacingAliases",
|
|
14817
|
-
value: "
|
|
14818
|
+
value: "3.5",
|
|
14818
14819
|
valueType: "alias"
|
|
14819
14820
|
} } },
|
|
14820
14821
|
"size/md/icon": { size: { rest: {
|
|
@@ -14854,7 +14855,7 @@ const defaultTokensConfig = {
|
|
|
14854
14855
|
} } },
|
|
14855
14856
|
"size/xs/root": { spacing: { rest: {
|
|
14856
14857
|
type: "spacingAliases",
|
|
14857
|
-
value: "
|
|
14858
|
+
value: "2",
|
|
14858
14859
|
valueType: "alias"
|
|
14859
14860
|
} } }
|
|
14860
14861
|
}
|
|
@@ -16521,16 +16522,28 @@ const defaultTokensConfig = {
|
|
|
16521
16522
|
valueType: "alias"
|
|
16522
16523
|
} } },
|
|
16523
16524
|
"size/default/root": {},
|
|
16524
|
-
"size/default/text": { textVariant: { rest: {
|
|
16525
|
-
type: "textVariants",
|
|
16526
|
-
value: "ui1",
|
|
16527
|
-
valueType: "alias"
|
|
16528
|
-
} } },
|
|
16529
16525
|
"size/default/startIcon": { size: { rest: {
|
|
16530
16526
|
type: "iconSizes",
|
|
16531
16527
|
value: "sm",
|
|
16532
16528
|
valueType: "alias"
|
|
16533
|
-
} } }
|
|
16529
|
+
} } },
|
|
16530
|
+
"size/default/text": { textVariant: {
|
|
16531
|
+
focused: {
|
|
16532
|
+
type: "textVariants",
|
|
16533
|
+
value: "ui1",
|
|
16534
|
+
valueType: "alias"
|
|
16535
|
+
},
|
|
16536
|
+
hover: {
|
|
16537
|
+
type: "textVariants",
|
|
16538
|
+
value: "ui1",
|
|
16539
|
+
valueType: "alias"
|
|
16540
|
+
},
|
|
16541
|
+
rest: {
|
|
16542
|
+
type: "textVariants",
|
|
16543
|
+
value: "ui1",
|
|
16544
|
+
valueType: "alias"
|
|
16545
|
+
}
|
|
16546
|
+
} }
|
|
16534
16547
|
}
|
|
16535
16548
|
},
|
|
16536
16549
|
modal: {
|
|
@@ -18653,110 +18666,7 @@ const defaultTokensConfig = {
|
|
|
18653
18666
|
size: "md",
|
|
18654
18667
|
variant: "default"
|
|
18655
18668
|
},
|
|
18656
|
-
variables: {
|
|
18657
|
-
"variant/default/endIcon": { color: {
|
|
18658
|
-
"focus-within": {
|
|
18659
|
-
isEnabled: true,
|
|
18660
|
-
type: "foregroundPaletteColors",
|
|
18661
|
-
value: "primary",
|
|
18662
|
-
valueType: "alias"
|
|
18663
|
-
},
|
|
18664
|
-
hover: {
|
|
18665
|
-
isEnabled: true,
|
|
18666
|
-
type: "foregroundPaletteColors",
|
|
18667
|
-
value: "primary",
|
|
18668
|
-
valueType: "alias"
|
|
18669
|
-
},
|
|
18670
|
-
invalid: {
|
|
18671
|
-
isEnabled: true,
|
|
18672
|
-
type: "foregroundPaletteColors",
|
|
18673
|
-
value: "alert",
|
|
18674
|
-
valueType: "alias"
|
|
18675
|
-
},
|
|
18676
|
-
"invalid&hover": {
|
|
18677
|
-
isEnabled: true,
|
|
18678
|
-
type: "foregroundPaletteColors",
|
|
18679
|
-
value: "alert",
|
|
18680
|
-
valueType: "alias"
|
|
18681
|
-
},
|
|
18682
|
-
"invalid&pressed": {
|
|
18683
|
-
isEnabled: true,
|
|
18684
|
-
type: "foregroundPaletteColors",
|
|
18685
|
-
value: "alert",
|
|
18686
|
-
valueType: "alias"
|
|
18687
|
-
},
|
|
18688
|
-
pressed: {
|
|
18689
|
-
type: "foregroundPaletteColors",
|
|
18690
|
-
value: "muted",
|
|
18691
|
-
valueType: "alias"
|
|
18692
|
-
},
|
|
18693
|
-
readonly: {
|
|
18694
|
-
type: "foregroundPaletteColors",
|
|
18695
|
-
value: "muted",
|
|
18696
|
-
valueType: "alias"
|
|
18697
|
-
},
|
|
18698
|
-
rest: {
|
|
18699
|
-
type: "foregroundPaletteColors",
|
|
18700
|
-
value: "muted",
|
|
18701
|
-
valueType: "alias"
|
|
18702
|
-
}
|
|
18703
|
-
} },
|
|
18704
|
-
"variant/default/root": {},
|
|
18705
|
-
"variant/default/startIcon": { color: {
|
|
18706
|
-
"focus-within": {
|
|
18707
|
-
isEnabled: true,
|
|
18708
|
-
type: "foregroundPaletteColors",
|
|
18709
|
-
value: "primary",
|
|
18710
|
-
valueType: "alias"
|
|
18711
|
-
},
|
|
18712
|
-
hover: {
|
|
18713
|
-
isEnabled: true,
|
|
18714
|
-
type: "foregroundPaletteColors",
|
|
18715
|
-
value: "primary",
|
|
18716
|
-
valueType: "alias"
|
|
18717
|
-
},
|
|
18718
|
-
invalid: {
|
|
18719
|
-
isEnabled: true,
|
|
18720
|
-
type: "foregroundPaletteColors",
|
|
18721
|
-
value: "alert",
|
|
18722
|
-
valueType: "alias"
|
|
18723
|
-
},
|
|
18724
|
-
"invalid&hover": {
|
|
18725
|
-
isEnabled: true,
|
|
18726
|
-
type: "foregroundPaletteColors",
|
|
18727
|
-
value: "alert",
|
|
18728
|
-
valueType: "alias"
|
|
18729
|
-
},
|
|
18730
|
-
"invalid&pressed": {
|
|
18731
|
-
isEnabled: true,
|
|
18732
|
-
type: "foregroundPaletteColors",
|
|
18733
|
-
value: "alert",
|
|
18734
|
-
valueType: "alias"
|
|
18735
|
-
},
|
|
18736
|
-
pressed: {
|
|
18737
|
-
isEnabled: true,
|
|
18738
|
-
type: "foregroundPaletteColors",
|
|
18739
|
-
value: "primary",
|
|
18740
|
-
valueType: "alias"
|
|
18741
|
-
},
|
|
18742
|
-
readonly: {
|
|
18743
|
-
type: "foregroundPaletteColors",
|
|
18744
|
-
value: "muted",
|
|
18745
|
-
valueType: "alias"
|
|
18746
|
-
},
|
|
18747
|
-
rest: {
|
|
18748
|
-
type: "foregroundPaletteColors",
|
|
18749
|
-
value: "muted",
|
|
18750
|
-
valueType: "alias"
|
|
18751
|
-
}
|
|
18752
|
-
} },
|
|
18753
|
-
"variant/default/value/empty/endIcon": { color: { pressed: {
|
|
18754
|
-
isEnabled: true,
|
|
18755
|
-
type: "foregroundPaletteColors",
|
|
18756
|
-
value: "primary",
|
|
18757
|
-
valueType: "alias"
|
|
18758
|
-
} } }
|
|
18759
|
-
}
|
|
18669
|
+
variables: { "variant/default/root": {} }
|
|
18760
18670
|
},
|
|
18761
18671
|
selectContent: {
|
|
18762
18672
|
defaults: {
|
|
@@ -18841,51 +18751,51 @@ const defaultTokensConfig = {
|
|
|
18841
18751
|
valueType: "alias"
|
|
18842
18752
|
} }
|
|
18843
18753
|
},
|
|
18844
|
-
"item/variant/default/active/off/
|
|
18754
|
+
"item/variant/default/active/off/icon": { color: {
|
|
18845
18755
|
focused: {
|
|
18846
|
-
type: "
|
|
18847
|
-
value: "
|
|
18756
|
+
type: "foregroundPaletteColors",
|
|
18757
|
+
value: "brand",
|
|
18848
18758
|
valueType: "alias"
|
|
18849
18759
|
},
|
|
18850
18760
|
hover: {
|
|
18851
|
-
type: "
|
|
18852
|
-
value: "
|
|
18761
|
+
type: "foregroundPaletteColors",
|
|
18762
|
+
value: "brand",
|
|
18853
18763
|
valueType: "alias"
|
|
18854
18764
|
},
|
|
18855
18765
|
pressed: {
|
|
18856
|
-
type: "
|
|
18857
|
-
value: "
|
|
18766
|
+
type: "foregroundPaletteColors",
|
|
18767
|
+
value: "brand",
|
|
18858
18768
|
valueType: "alias"
|
|
18859
18769
|
},
|
|
18860
18770
|
rest: {
|
|
18861
|
-
type: "
|
|
18862
|
-
value: "
|
|
18771
|
+
type: "foregroundPaletteColors",
|
|
18772
|
+
value: "secondary",
|
|
18863
18773
|
valueType: "alias"
|
|
18864
18774
|
}
|
|
18865
18775
|
} },
|
|
18866
|
-
"item/variant/default/active/off/
|
|
18776
|
+
"item/variant/default/active/off/root": { backgroundColor: {
|
|
18867
18777
|
focused: {
|
|
18868
|
-
type: "
|
|
18869
|
-
value: "
|
|
18778
|
+
type: "backgroundPaletteColors",
|
|
18779
|
+
value: "secondary",
|
|
18870
18780
|
valueType: "alias"
|
|
18871
18781
|
},
|
|
18872
18782
|
hover: {
|
|
18873
|
-
type: "
|
|
18874
|
-
value: "
|
|
18783
|
+
type: "backgroundPaletteColors",
|
|
18784
|
+
value: "secondary",
|
|
18875
18785
|
valueType: "alias"
|
|
18876
18786
|
},
|
|
18877
18787
|
pressed: {
|
|
18878
|
-
type: "
|
|
18879
|
-
value: "
|
|
18788
|
+
type: "backgroundPaletteColors",
|
|
18789
|
+
value: "secondary",
|
|
18880
18790
|
valueType: "alias"
|
|
18881
18791
|
},
|
|
18882
18792
|
rest: {
|
|
18883
|
-
type: "
|
|
18884
|
-
value: "
|
|
18793
|
+
type: "backgroundPaletteColors",
|
|
18794
|
+
value: "primary",
|
|
18885
18795
|
valueType: "alias"
|
|
18886
18796
|
}
|
|
18887
18797
|
} },
|
|
18888
|
-
"item/variant/default/active/off/
|
|
18798
|
+
"item/variant/default/active/off/text": { color: {
|
|
18889
18799
|
focused: {
|
|
18890
18800
|
type: "foregroundPaletteColors",
|
|
18891
18801
|
value: "brand",
|
|
@@ -18973,20 +18883,20 @@ const defaultTokensConfig = {
|
|
|
18973
18883
|
valueType: "alias"
|
|
18974
18884
|
}
|
|
18975
18885
|
} },
|
|
18976
|
-
"size/default/
|
|
18977
|
-
|
|
18978
|
-
|
|
18979
|
-
value: "ui1",
|
|
18886
|
+
"size/default/endIcon": { size: { rest: {
|
|
18887
|
+
type: "iconSizes",
|
|
18888
|
+
value: "sm",
|
|
18980
18889
|
valueType: "alias"
|
|
18981
18890
|
} } },
|
|
18891
|
+
"size/default/root": {},
|
|
18982
18892
|
"size/default/startIcon": { size: { rest: {
|
|
18983
18893
|
type: "iconSizes",
|
|
18984
18894
|
value: "sm",
|
|
18985
18895
|
valueType: "alias"
|
|
18986
18896
|
} } },
|
|
18987
|
-
"size/default/
|
|
18988
|
-
type: "
|
|
18989
|
-
value: "
|
|
18897
|
+
"size/default/text": { textVariant: { rest: {
|
|
18898
|
+
type: "textVariants",
|
|
18899
|
+
value: "ui1",
|
|
18990
18900
|
valueType: "alias"
|
|
18991
18901
|
} } }
|
|
18992
18902
|
}
|
|
@@ -29209,8 +29119,8 @@ const defaultTokensConfig = {
|
|
|
29209
29119
|
}
|
|
29210
29120
|
}
|
|
29211
29121
|
},
|
|
29212
|
-
version: "v0.
|
|
29213
|
-
version: "v0.
|
|
29122
|
+
version: "v0.101.0",
|
|
29123
|
+
version: "v0.101.0"
|
|
29214
29124
|
};
|
|
29215
29125
|
//#endregion
|
|
29216
29126
|
export { defaultTokensConfig };
|
|
@@ -293,6 +293,7 @@ type UniversalTokensConfigGeneric<ConfigAuto = UniversalTokensConfigAutoBase> =
|
|
|
293
293
|
type GlobalDefaultsConfig = {
|
|
294
294
|
breakpoint: Breakpoint | 'base';
|
|
295
295
|
enableResponsiveType: boolean;
|
|
296
|
+
applyDefaultBreakpointInCode: boolean;
|
|
296
297
|
}; //#endregion
|
|
297
298
|
//#endregion
|
|
298
299
|
//#endregion
|
|
@@ -293,6 +293,7 @@ type UniversalTokensConfigGeneric<ConfigAuto = UniversalTokensConfigAutoBase> =
|
|
|
293
293
|
type GlobalDefaultsConfig = {
|
|
294
294
|
breakpoint: Breakpoint | 'base';
|
|
295
295
|
enableResponsiveType: boolean;
|
|
296
|
+
applyDefaultBreakpointInCode: boolean;
|
|
296
297
|
}; //#endregion
|
|
297
298
|
//#endregion
|
|
298
299
|
//#endregion
|
|
@@ -1363,6 +1363,7 @@ type UniversalTokensConfigGeneric<ConfigAuto = UniversalTokensConfigAutoBase> =
|
|
|
1363
1363
|
type GlobalDefaultsConfig = {
|
|
1364
1364
|
breakpoint: Breakpoint | 'base';
|
|
1365
1365
|
enableResponsiveType: boolean;
|
|
1366
|
+
applyDefaultBreakpointInCode: boolean;
|
|
1366
1367
|
}; //#endregion
|
|
1367
1368
|
//#endregion
|
|
1368
1369
|
export { type AlwaysPaletteAlias, type AlwaysPaletteAliasWithPrefix, type AlwaysPaletteColor, type Animation, type AriaAttribute, type AvatarAbbreviationStrategy, type AvatarShape, type AvatarSize, type AvatarSizeConfig, type AvatarVariant, type BackgroundColor, type BackgroundPalette, type BackgroundPaletteAlias, type BackgroundStyleProps, type BackwardsCompatibleReactElement, type BadgeSize, type BadgeVariant, type BannerInnerShadowOption, type BannerSize, type BannerVariant, type BorderRadius, type BorderRadiusConfig, type BorderStyleProps, type BorderWidth, type BorderWidthConfig, type BorderWidthWithElevation, type BottomSheetHeight, type BottomSheetSnapPoints, type BottomSheetVariant, type Breakpoint, type BreakpointValue, type BreakpointWithBase, type BreakpointsConfig, type ButtonPalette, type ButtonPaletteColor, type ButtonSize, type ButtonSpectrumColor, type ButtonVariant, type ButtonVariantFlat, type CheckboxSize, type CheckboxValue, type CheckboxVariant, type ChipSize, type ChipVariant, type ColorMode, type ColorModeConfig, type ColorModeForApp, type ColorsConfig, type ConfigurableComponentName, type CustomSizingStyleProps, type DataAttribute, type DeprecatedAlwaysPaletteAlias, type Display, type DividerVariant, type ElevationAlias, type ElevationBackgroundFillColor, type ElevationBorderColor, type ElevationConfig, type ElevationCustomInsetShadows, type ElevationCustomShadows, type ElevationGlobalRampConfig, type ElevationGlobalRampSettings, type ElevationLevel, type ElevationPreset, type ElevationSurfaceColor, type ExtractUrlFromFontFaceRule, type Flex, type FlexAlignContent, type FlexAlignItems, type FlexAlignSelf, type FlexBasis, type FlexDirection, type FlexGrow, type FlexJustifyContent, type FlexShrink, type FlexStyleProps, type FlexWrap, type FocusRingColor, type FocusRingConfig, type FocusRingModeConfig, type FocusRingOffset, type FocusRingWidth, type FontAlias, type FontConfig, type FontCssVar, type FontFamilyConfig, type FontSize, type FontSizeConfig, type FontSlantConfig, type FontType, type FontWeightConfig, type FontWeightDescriptive, type FontWeightNumeric, type FontWidthConfig, type ForegroundColor, type ForegroundPalette, type ForegroundPaletteAlias, type GenericIconComponent, type GlobalDefaultsConfig, type HighContrastMode, type Hue, type HueStep, type IconButtonSize, type IconPixelSize, type IconPropsWithSVGProps, type IconSize, type IconSizeConfig, type IconSlotRenderProps, type IconVariant, type ImagePropsWithImgProps, type ImageStyleProps, type ImgElementProps, type InputSize, type LayoutStyleProps, type LineClampAlias, type LineColor, type LineHeight, type LineHeightConfig, type LinePalette, type LinePaletteAlias, type LinkTextVariant, type LinkVariant, type LinkableValue, type MaxLengthArray, type ModalSize, type ModalVariant, type Modes, type MotionConfig, type MotionCssVar, type MotionSpringConfig, type MotionSpringConfigOptions, type MotionVariant, type MotionVariantSpeed, type MotionVariantValues, type NestedBorderRadiusStyleProps, type OpacityStep, type Overflow, type PaddleNavOrientation, type PaddleNavSize, type PaddleNavVariant, type PaginationEllipsisPlacement, type PaginationSize, type PaginationVariant, type PaginationVisibleItem, type Palette, type PaletteConfig, type PaletteType, type PaletteValue, type Percentage, type PercentageUnit, type PixelsUnit, type PlatformMode, type PopoverPlacement, type PopoverSize, type PopoverVariant, type Position, type PropertyToPaletteAliasMap, type RGBAUnit, type RGBColorValue, type RGBUnit, type RadioSize, type RadioValue, type RadioVariant, type RegionMode, type RemsUnit, type SVGElementProps, type ScaleConfig, type ScaleEffect, type ScaleMode, type ScaleModeConfig, type ScaleModeForApp, type SelectOption, type SelectSize, type ShadowAlwaysColor, type ShadowColor, type ShadowColorConfig, type ShadowConfig, type ShadowOffset, type ShadowOpacity, type ShadowPalette, type ShadowPaletteAlias, type ShadowPaletteColor, type ShadowPreset, type ShadowSpectrumColor, type ShadowSpreadRadius, type ShadowStyleProps, type ShadowType, type ShadowTypeConfig, type ShadowVariant, type ShadowVariantConfig, type ShadowVariantInvert, type ShadowVariantWithElevation, type ShadowVariantWithInvert, type SharedPaletteAlias, type SizeStyleProps, type SpacingAlias, type SpacingConfig, type SpacingStyleProps, type SpectrumColor, type SpectrumConfig, type SpectrumRGB, type SpectrumValue, type SpectrumValueEntry, type StateStyleProps, type StyleProps, type SwitchSize, type TShirtSize, type TShirtSizeCommon, type TextDecorationLine, type TextProperty, type TextStyleProps, type TextTransform, type TextTransformConfig, type TextVariant, type TextVariantTypography, type TextVariantUi, type TextVariantWithoutEmphasized, type ToastPosition, type ToastSize, type ToastVariant, type TooltipPlacement, type TooltipSize, type TooltipVariant, type TransitionDelay, type TransitionDuration, type TransitionTiming, type TypographyConfig, type TypographyResponsiveProperty, type TypographyStyle, type TypographyStyleProperty, type TypographyUnitValue, type UdsCssVar, type UnitlessUnit, type UniversalAvatarBaseProps, type UniversalAvatarIconProps, type UniversalAvatarImageProps, type UniversalAvatarProps, type UniversalAvatarTextProps, type UniversalBadgeProps, type UniversalBannerProps, type UniversalBottomSheetContentProps, type UniversalBottomSheetHeaderProps, type UniversalBottomSheetProps, type UniversalBoxProps, type UniversalButtonProps, type UniversalCheckboxProps, type UniversalChipBaseProps, type UniversalChipButtonProps, type UniversalChipDismissibleProps, type UniversalChipLinkProps, type UniversalChipProps, type UniversalChipToggleProps, type UniversalDividerProps, type UniversalFormLabelProps, type UniversalIconButtonProps, type UniversalIconProps, type UniversalIconSlot, type UniversalImageProps, type UniversalInputProps, type UniversalLinkProps, type UniversalMenuItemProps, type UniversalModalActionsProps, type UniversalModalContentProps, type UniversalModalDescriptionProps, type UniversalModalProps, type UniversalModalTitleProps, type UniversalPaddleButtonProps, type UniversalPaddleNavContentProps, type UniversalPaddleNavProps, type UniversalPaginationItemProps, type UniversalPaginationLinkProps, type UniversalPaginationNextProps, type UniversalPaginationNumbersProps, type UniversalPaginationPrevProps, type UniversalPaginationProps, type UniversalPopoverContentProps, type UniversalPopoverProps, type UniversalPopoverTriggerProps, type UniversalPressableProps, type UniversalRadioGroupProps, type UniversalRadioProps, type UniversalSelectProps, type UniversalStackProps, type UniversalSwitchProps, type UniversalTabListProps, type UniversalTabPanelProps, type UniversalTabProps, type UniversalTabsProps, type UniversalTabsVariant, type UniversalTextProps, type UniversalToastProps, type UniversalTokensConfigAutoBase, type UniversalTokensConfigBase, type UniversalTokensConfigGeneric, type UniversalTooltipContentProps, type UniversalTooltipProps, type UniversalTooltipTriggerProps };
|
|
@@ -1363,6 +1363,7 @@ type UniversalTokensConfigGeneric<ConfigAuto = UniversalTokensConfigAutoBase> =
|
|
|
1363
1363
|
type GlobalDefaultsConfig = {
|
|
1364
1364
|
breakpoint: Breakpoint | 'base';
|
|
1365
1365
|
enableResponsiveType: boolean;
|
|
1366
|
+
applyDefaultBreakpointInCode: boolean;
|
|
1366
1367
|
}; //#endregion
|
|
1367
1368
|
//#endregion
|
|
1368
1369
|
export { type AlwaysPaletteAlias, type AlwaysPaletteAliasWithPrefix, type AlwaysPaletteColor, type Animation, type AriaAttribute, type AvatarAbbreviationStrategy, type AvatarShape, type AvatarSize, type AvatarSizeConfig, type AvatarVariant, type BackgroundColor, type BackgroundPalette, type BackgroundPaletteAlias, type BackgroundStyleProps, type BackwardsCompatibleReactElement, type BadgeSize, type BadgeVariant, type BannerInnerShadowOption, type BannerSize, type BannerVariant, type BorderRadius, type BorderRadiusConfig, type BorderStyleProps, type BorderWidth, type BorderWidthConfig, type BorderWidthWithElevation, type BottomSheetHeight, type BottomSheetSnapPoints, type BottomSheetVariant, type Breakpoint, type BreakpointValue, type BreakpointWithBase, type BreakpointsConfig, type ButtonPalette, type ButtonPaletteColor, type ButtonSize, type ButtonSpectrumColor, type ButtonVariant, type ButtonVariantFlat, type CheckboxSize, type CheckboxValue, type CheckboxVariant, type ChipSize, type ChipVariant, type ColorMode, type ColorModeConfig, type ColorModeForApp, type ColorsConfig, type ConfigurableComponentName, type CustomSizingStyleProps, type DataAttribute, type DeprecatedAlwaysPaletteAlias, type Display, type DividerVariant, type ElevationAlias, type ElevationBackgroundFillColor, type ElevationBorderColor, type ElevationConfig, type ElevationCustomInsetShadows, type ElevationCustomShadows, type ElevationGlobalRampConfig, type ElevationGlobalRampSettings, type ElevationLevel, type ElevationPreset, type ElevationSurfaceColor, type ExtractUrlFromFontFaceRule, type Flex, type FlexAlignContent, type FlexAlignItems, type FlexAlignSelf, type FlexBasis, type FlexDirection, type FlexGrow, type FlexJustifyContent, type FlexShrink, type FlexStyleProps, type FlexWrap, type FocusRingColor, type FocusRingConfig, type FocusRingModeConfig, type FocusRingOffset, type FocusRingWidth, type FontAlias, type FontConfig, type FontCssVar, type FontFamilyConfig, type FontSize, type FontSizeConfig, type FontSlantConfig, type FontType, type FontWeightConfig, type FontWeightDescriptive, type FontWeightNumeric, type FontWidthConfig, type ForegroundColor, type ForegroundPalette, type ForegroundPaletteAlias, type GenericIconComponent, type GlobalDefaultsConfig, type HighContrastMode, type Hue, type HueStep, type IconButtonSize, type IconPixelSize, type IconPropsWithSVGProps, type IconSize, type IconSizeConfig, type IconSlotRenderProps, type IconVariant, type ImagePropsWithImgProps, type ImageStyleProps, type ImgElementProps, type InputSize, type LayoutStyleProps, type LineClampAlias, type LineColor, type LineHeight, type LineHeightConfig, type LinePalette, type LinePaletteAlias, type LinkTextVariant, type LinkVariant, type LinkableValue, type MaxLengthArray, type ModalSize, type ModalVariant, type Modes, type MotionConfig, type MotionCssVar, type MotionSpringConfig, type MotionSpringConfigOptions, type MotionVariant, type MotionVariantSpeed, type MotionVariantValues, type NestedBorderRadiusStyleProps, type OpacityStep, type Overflow, type PaddleNavOrientation, type PaddleNavSize, type PaddleNavVariant, type PaginationEllipsisPlacement, type PaginationSize, type PaginationVariant, type PaginationVisibleItem, type Palette, type PaletteConfig, type PaletteType, type PaletteValue, type Percentage, type PercentageUnit, type PixelsUnit, type PlatformMode, type PopoverPlacement, type PopoverSize, type PopoverVariant, type Position, type PropertyToPaletteAliasMap, type RGBAUnit, type RGBColorValue, type RGBUnit, type RadioSize, type RadioValue, type RadioVariant, type RegionMode, type RemsUnit, type SVGElementProps, type ScaleConfig, type ScaleEffect, type ScaleMode, type ScaleModeConfig, type ScaleModeForApp, type SelectOption, type SelectSize, type ShadowAlwaysColor, type ShadowColor, type ShadowColorConfig, type ShadowConfig, type ShadowOffset, type ShadowOpacity, type ShadowPalette, type ShadowPaletteAlias, type ShadowPaletteColor, type ShadowPreset, type ShadowSpectrumColor, type ShadowSpreadRadius, type ShadowStyleProps, type ShadowType, type ShadowTypeConfig, type ShadowVariant, type ShadowVariantConfig, type ShadowVariantInvert, type ShadowVariantWithElevation, type ShadowVariantWithInvert, type SharedPaletteAlias, type SizeStyleProps, type SpacingAlias, type SpacingConfig, type SpacingStyleProps, type SpectrumColor, type SpectrumConfig, type SpectrumRGB, type SpectrumValue, type SpectrumValueEntry, type StateStyleProps, type StyleProps, type SwitchSize, type TShirtSize, type TShirtSizeCommon, type TextDecorationLine, type TextProperty, type TextStyleProps, type TextTransform, type TextTransformConfig, type TextVariant, type TextVariantTypography, type TextVariantUi, type TextVariantWithoutEmphasized, type ToastPosition, type ToastSize, type ToastVariant, type TooltipPlacement, type TooltipSize, type TooltipVariant, type TransitionDelay, type TransitionDuration, type TransitionTiming, type TypographyConfig, type TypographyResponsiveProperty, type TypographyStyle, type TypographyStyleProperty, type TypographyUnitValue, type UdsCssVar, type UnitlessUnit, type UniversalAvatarBaseProps, type UniversalAvatarIconProps, type UniversalAvatarImageProps, type UniversalAvatarProps, type UniversalAvatarTextProps, type UniversalBadgeProps, type UniversalBannerProps, type UniversalBottomSheetContentProps, type UniversalBottomSheetHeaderProps, type UniversalBottomSheetProps, type UniversalBoxProps, type UniversalButtonProps, type UniversalCheckboxProps, type UniversalChipBaseProps, type UniversalChipButtonProps, type UniversalChipDismissibleProps, type UniversalChipLinkProps, type UniversalChipProps, type UniversalChipToggleProps, type UniversalDividerProps, type UniversalFormLabelProps, type UniversalIconButtonProps, type UniversalIconProps, type UniversalIconSlot, type UniversalImageProps, type UniversalInputProps, type UniversalLinkProps, type UniversalMenuItemProps, type UniversalModalActionsProps, type UniversalModalContentProps, type UniversalModalDescriptionProps, type UniversalModalProps, type UniversalModalTitleProps, type UniversalPaddleButtonProps, type UniversalPaddleNavContentProps, type UniversalPaddleNavProps, type UniversalPaginationItemProps, type UniversalPaginationLinkProps, type UniversalPaginationNextProps, type UniversalPaginationNumbersProps, type UniversalPaginationPrevProps, type UniversalPaginationProps, type UniversalPopoverContentProps, type UniversalPopoverProps, type UniversalPopoverTriggerProps, type UniversalPressableProps, type UniversalRadioGroupProps, type UniversalRadioProps, type UniversalSelectProps, type UniversalStackProps, type UniversalSwitchProps, type UniversalTabListProps, type UniversalTabPanelProps, type UniversalTabProps, type UniversalTabsProps, type UniversalTabsVariant, type UniversalTextProps, type UniversalToastProps, type UniversalTokensConfigAutoBase, type UniversalTokensConfigBase, type UniversalTokensConfigGeneric, type UniversalTooltipContentProps, type UniversalTooltipProps, type UniversalTooltipTriggerProps };
|