@yahoo/uds 3.71.0 → 3.72.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/components/Box.d.cts +2 -2
- package/dist/components/Box.d.ts +2 -2
- package/dist/components/Divider/Divider.d.cts +2 -2
- package/dist/components/Divider/Divider.d.ts +2 -2
- package/dist/components/Divider/DividerCore.d.cts +2 -2
- package/dist/components/Divider/DividerCore.d.ts +2 -2
- package/dist/components/Divider/DividerInternal.d.cts +2 -2
- package/dist/components/Divider/DividerInternal.d.ts +2 -2
- package/dist/components/HStack.d.cts +2 -2
- package/dist/components/HStack.d.ts +2 -2
- package/dist/components/Icon.d.cts +2 -2
- package/dist/components/Icon.d.ts +2 -2
- package/dist/components/Image.d.cts +2 -2
- package/dist/components/Link.d.cts +2 -2
- package/dist/components/Link.d.ts +2 -2
- package/dist/components/Text.d.cts +8 -8
- package/dist/components/Text.d.ts +8 -8
- package/dist/components/VStack.d.cts +2 -2
- package/dist/components/VStack.d.ts +2 -2
- package/dist/components/client/AnimateHeightChange.d.cts +2 -2
- package/dist/components/client/AnimateHeightChange.d.ts +2 -2
- package/dist/components/client/Avatar/Avatar.d.cts +2 -2
- package/dist/components/client/Avatar/Avatar.d.ts +2 -2
- package/dist/components/client/Avatar/AvatarIcon.d.cts +2 -2
- package/dist/components/client/Avatar/AvatarIcon.d.ts +2 -2
- package/dist/components/client/Avatar/AvatarImage.d.cts +2 -2
- package/dist/components/client/Avatar/AvatarImage.d.ts +2 -2
- package/dist/components/client/Avatar/AvatarText.d.cts +2 -2
- package/dist/components/client/Avatar/AvatarText.d.ts +2 -2
- package/dist/components/client/Checkbox.d.cts +1 -1
- package/dist/components/client/Checkbox.d.ts +1 -1
- package/dist/components/client/IconButton.d.cts +2 -2
- package/dist/components/client/IconButton.d.ts +2 -2
- package/dist/components/client/Input/Input.d.cts +2 -2
- package/dist/components/client/Input/Input.d.ts +2 -2
- package/dist/components/client/Input/InputHelpText.d.cts +2 -2
- package/dist/components/client/Input/InputHelpText.d.ts +2 -2
- package/dist/components/client/Input/InputHelpTextInternal.d.cts +4 -4
- package/dist/components/client/Input/InputHelpTextInternal.d.ts +4 -4
- package/dist/components/client/Menu/Menu.Content.d.cts +2 -2
- package/dist/components/client/Menu/Menu.Content.d.ts +2 -2
- package/dist/components/client/Menu/Menu.Divider.d.cts +2 -2
- package/dist/components/client/Menu/Menu.Divider.d.ts +2 -2
- package/dist/components/client/Menu/Menu.Item.d.cts +2 -2
- package/dist/components/client/Menu/Menu.Item.d.ts +2 -2
- package/dist/components/client/Menu/Menu.ItemBase.d.cts +2 -2
- package/dist/components/client/Menu/Menu.ItemBase.d.ts +2 -2
- package/dist/components/client/Menu/Menu.ItemCheckbox.d.cts +2 -2
- package/dist/components/client/Menu/Menu.ItemCheckbox.d.ts +2 -2
- package/dist/components/client/Menu/Menu.Provider.d.cts +2 -2
- package/dist/components/client/Menu/Menu.Provider.d.ts +2 -2
- package/dist/components/client/Menu/Menu.Trigger.d.cts +2 -2
- package/dist/components/client/Menu/Menu.Trigger.d.ts +2 -2
- package/dist/components/client/Pressable.d.cts +2 -2
- package/dist/components/client/Pressable.d.ts +2 -2
- package/dist/components/client/Radio/RadioGroupStore.d.cts +2 -2
- package/dist/components/client/Radio/RadioGroupStore.d.ts +2 -2
- package/dist/components/client/SpringMotionConfig.d.cts +3 -3
- package/dist/components/client/SpringMotionConfig.d.ts +3 -3
- package/dist/components/experimental/Spinner.d.cts +2 -2
- package/dist/components/experimental/Spinner.d.ts +2 -2
- package/dist/components/experimental/Table.d.cts +2 -2
- package/dist/components/experimental/Table.d.ts +2 -2
- package/dist/components/experimental/client/Accordion.d.cts +2 -2
- package/dist/components/experimental/client/Accordion.d.ts +2 -2
- package/dist/components/experimental/client/AvoidMotionLibraryProvider.d.cts +2 -2
- package/dist/components/experimental/client/Modal.d.cts +3 -3
- package/dist/components/experimental/client/Modal.d.ts +3 -3
- package/dist/components/experimental/client/Popover.d.cts +3 -3
- package/dist/components/experimental/client/Popover.d.ts +3 -3
- package/dist/components/experimental/client/Tabs.d.cts +6 -6
- package/dist/components/experimental/client/Tabs.d.ts +3 -3
- package/dist/components/experimental/client/Toast.d.cts +2 -2
- package/dist/components/experimental/client/Toast.d.ts +2 -2
- package/dist/fixtures.cjs +4 -20
- package/dist/fixtures.d.cts +4 -4
- package/dist/fixtures.d.ts +4 -4
- package/dist/fixtures.js +4 -20
- package/dist/generated/generatedConfigs.cjs +77 -77
- package/dist/generated/generatedConfigs.js +77 -77
- package/dist/providers/ColorModeProvider.d.cts +4 -4
- package/dist/providers/ColorModeProvider.d.ts +4 -4
- package/dist/providers/ScaleModeProvider.d.cts +4 -4
- package/dist/providers/ScaleModeProvider.d.ts +4 -4
- package/dist/providers/ThemeProvider.d.cts +2 -2
- package/dist/providers/ThemeProvider.d.ts +2 -2
- package/dist/styles/styler.d.cts +86 -86
- package/dist/styles/styler.d.ts +86 -86
- package/dist/tailwind/defaultTailwindThemeAsUdsConfig.d.cts +4 -4
- package/dist/tailwind/defaultTailwindThemeAsUdsConfig.d.ts +4 -4
- package/dist/tailwind/plugins/a11y.d.cts +3 -3
- package/dist/tailwind/plugins/a11y.d.ts +3 -3
- package/dist/tailwind/plugins/borders.d.cts +3 -3
- package/dist/tailwind/plugins/borders.d.ts +3 -3
- package/dist/tailwind/plugins/colors.d.cts +3 -3
- package/dist/tailwind/plugins/colors.d.ts +3 -3
- package/dist/tailwind/plugins/components.d.cts +3 -3
- package/dist/tailwind/plugins/components.d.ts +3 -3
- package/dist/tailwind/plugins/elevation.d.cts +3 -3
- package/dist/tailwind/plugins/elevation.d.ts +3 -3
- package/dist/tailwind/plugins/icons.d.cts +3 -3
- package/dist/tailwind/plugins/icons.d.ts +3 -3
- package/dist/tailwind/plugins/input.d.cts +3 -3
- package/dist/tailwind/plugins/input.d.ts +3 -3
- package/dist/tailwind/plugins/motion.d.cts +3 -3
- package/dist/tailwind/plugins/motion.d.ts +3 -3
- package/dist/tailwind/plugins/nestedBorderRadius.d.cts +3 -3
- package/dist/tailwind/plugins/nestedBorderRadius.d.ts +3 -3
- package/dist/tailwind/plugins/scaleMode.d.cts +3 -3
- package/dist/tailwind/plugins/scaleMode.d.ts +3 -3
- package/dist/tailwind/plugins/shadows.d.cts +3 -3
- package/dist/tailwind/plugins/shadows.d.ts +3 -3
- package/dist/tailwind/plugins/sizing.d.cts +3 -3
- package/dist/tailwind/plugins/sizing.d.ts +3 -3
- package/dist/tailwind/plugins/spacing.d.cts +3 -3
- package/dist/tailwind/plugins/spacing.d.ts +3 -3
- package/dist/tailwind/plugins/typography.d.cts +3 -3
- package/dist/tailwind/tailwind.config.d.cts +3 -3
- package/dist/tailwind/tailwind.config.d.ts +3 -3
- package/dist/tailwind/tailwindPlugin.d.cts +3 -3
- package/dist/tailwind/tailwindPlugin.d.ts +3 -3
- package/dist/tailwind/utils/addFontsPlugin.d.cts +3 -3
- package/dist/tailwind/utils/addFontsPlugin.d.ts +3 -3
- package/dist/tailwind/utils/composeTailwindPlugins.d.cts +3 -3
- package/dist/tailwind/utils/composeTailwindPlugins.d.ts +3 -3
- package/dist/tailwind/utils/getElevationStyles.d.cts +2 -2
- package/dist/tailwind/utils/getElevationStyles.d.ts +2 -2
- package/dist/tailwind/utils/getMotionStyles.d.cts +1 -1
- package/dist/tailwind/utils/getMotionStyles.d.ts +1 -1
- package/dist/tailwind/utils/getShadowStyles.d.cts +4 -4
- package/dist/tailwind/utils/getShadowStyles.d.ts +4 -4
- package/dist/tokens/automation/utils/getConfigVariantProperties.d.cts +2 -2
- package/dist/tokens/automation/utils/getConfigVariantProperties.d.ts +2 -2
- package/dist/tokens/configs/yosConfig.cjs +23 -23
- package/dist/tokens/configs/yosConfig.js +23 -23
- package/dist/utils/intersperse.d.cts +2 -2
- package/dist/utils/intersperse.d.ts +2 -2
- package/package.json +1 -1
- package/cli/FlattenButtonVariant.mock.tsx +0 -17
|
@@ -747,12 +747,12 @@ const AvatarConfig = {
|
|
|
747
747
|
name: "borderRadius",
|
|
748
748
|
typeOfFixture: ["borderRadii"],
|
|
749
749
|
values: [[
|
|
750
|
+
"none",
|
|
751
|
+
"xs",
|
|
750
752
|
"sm",
|
|
751
753
|
"md",
|
|
752
754
|
"lg",
|
|
753
755
|
"xl",
|
|
754
|
-
"none",
|
|
755
|
-
"xs",
|
|
756
756
|
"full"
|
|
757
757
|
]]
|
|
758
758
|
},
|
|
@@ -1506,12 +1506,12 @@ const AvatarConfig = {
|
|
|
1506
1506
|
name: "borderRadius",
|
|
1507
1507
|
typeOfFixture: ["borderRadii"],
|
|
1508
1508
|
values: [[
|
|
1509
|
+
"none",
|
|
1510
|
+
"xs",
|
|
1509
1511
|
"sm",
|
|
1510
1512
|
"md",
|
|
1511
1513
|
"lg",
|
|
1512
1514
|
"xl",
|
|
1513
|
-
"none",
|
|
1514
|
-
"xs",
|
|
1515
1515
|
"full"
|
|
1516
1516
|
]]
|
|
1517
1517
|
}
|
|
@@ -2262,12 +2262,12 @@ const AvatarConfig = {
|
|
|
2262
2262
|
name: "borderRadius",
|
|
2263
2263
|
typeOfFixture: ["borderRadii"],
|
|
2264
2264
|
values: [[
|
|
2265
|
+
"none",
|
|
2266
|
+
"xs",
|
|
2265
2267
|
"sm",
|
|
2266
2268
|
"md",
|
|
2267
2269
|
"lg",
|
|
2268
2270
|
"xl",
|
|
2269
|
-
"none",
|
|
2270
|
-
"xs",
|
|
2271
2271
|
"full"
|
|
2272
2272
|
]]
|
|
2273
2273
|
},
|
|
@@ -4256,12 +4256,12 @@ const BadgeConfig = {
|
|
|
4256
4256
|
name: "borderRadius",
|
|
4257
4257
|
typeOfFixture: ["borderRadii"],
|
|
4258
4258
|
values: [[
|
|
4259
|
+
"none",
|
|
4260
|
+
"xs",
|
|
4259
4261
|
"sm",
|
|
4260
4262
|
"md",
|
|
4261
4263
|
"lg",
|
|
4262
4264
|
"xl",
|
|
4263
|
-
"none",
|
|
4264
|
-
"xs",
|
|
4265
4265
|
"full"
|
|
4266
4266
|
]]
|
|
4267
4267
|
},
|
|
@@ -4683,19 +4683,19 @@ const BadgeConfig = {
|
|
|
4683
4683
|
supportsCustom: true,
|
|
4684
4684
|
typeOfFixture: ["shadowVariantsWithInvert"],
|
|
4685
4685
|
values: [[
|
|
4686
|
+
"none",
|
|
4687
|
+
"xs",
|
|
4686
4688
|
"sm",
|
|
4687
4689
|
"md",
|
|
4688
4690
|
"lg",
|
|
4689
4691
|
"xl",
|
|
4690
4692
|
"2xl",
|
|
4691
|
-
"
|
|
4692
|
-
"xs",
|
|
4693
|
+
"xs-invert",
|
|
4693
4694
|
"sm-invert",
|
|
4694
4695
|
"md-invert",
|
|
4695
4696
|
"lg-invert",
|
|
4696
4697
|
"xl-invert",
|
|
4697
|
-
"2xl-invert"
|
|
4698
|
-
"xs-invert"
|
|
4698
|
+
"2xl-invert"
|
|
4699
4699
|
]]
|
|
4700
4700
|
},
|
|
4701
4701
|
shadow: {
|
|
@@ -4718,13 +4718,13 @@ const BadgeConfig = {
|
|
|
4718
4718
|
supportsCustom: true,
|
|
4719
4719
|
typeOfFixture: ["shadowVariants"],
|
|
4720
4720
|
values: [[
|
|
4721
|
+
"none",
|
|
4722
|
+
"xs",
|
|
4721
4723
|
"sm",
|
|
4722
4724
|
"md",
|
|
4723
4725
|
"lg",
|
|
4724
4726
|
"xl",
|
|
4725
|
-
"2xl"
|
|
4726
|
-
"none",
|
|
4727
|
-
"xs"
|
|
4727
|
+
"2xl"
|
|
4728
4728
|
]]
|
|
4729
4729
|
}
|
|
4730
4730
|
}
|
|
@@ -6181,12 +6181,12 @@ const ButtonConfig = {
|
|
|
6181
6181
|
],
|
|
6182
6182
|
typeOfFixture: ["borderRadii"],
|
|
6183
6183
|
values: [[
|
|
6184
|
+
"none",
|
|
6185
|
+
"xs",
|
|
6184
6186
|
"sm",
|
|
6185
6187
|
"md",
|
|
6186
6188
|
"lg",
|
|
6187
6189
|
"xl",
|
|
6188
|
-
"none",
|
|
6189
|
-
"xs",
|
|
6190
6190
|
"full"
|
|
6191
6191
|
]]
|
|
6192
6192
|
},
|
|
@@ -6640,19 +6640,19 @@ const ButtonConfig = {
|
|
|
6640
6640
|
],
|
|
6641
6641
|
typeOfFixture: ["shadowVariantsWithInvert"],
|
|
6642
6642
|
values: [[
|
|
6643
|
+
"none",
|
|
6644
|
+
"xs",
|
|
6643
6645
|
"sm",
|
|
6644
6646
|
"md",
|
|
6645
6647
|
"lg",
|
|
6646
6648
|
"xl",
|
|
6647
6649
|
"2xl",
|
|
6648
|
-
"
|
|
6649
|
-
"xs",
|
|
6650
|
+
"xs-invert",
|
|
6650
6651
|
"sm-invert",
|
|
6651
6652
|
"md-invert",
|
|
6652
6653
|
"lg-invert",
|
|
6653
6654
|
"xl-invert",
|
|
6654
|
-
"2xl-invert"
|
|
6655
|
-
"xs-invert"
|
|
6655
|
+
"2xl-invert"
|
|
6656
6656
|
]]
|
|
6657
6657
|
},
|
|
6658
6658
|
opacity: {
|
|
@@ -6847,13 +6847,13 @@ const ButtonConfig = {
|
|
|
6847
6847
|
],
|
|
6848
6848
|
typeOfFixture: ["shadowVariants"],
|
|
6849
6849
|
values: [[
|
|
6850
|
+
"none",
|
|
6851
|
+
"xs",
|
|
6850
6852
|
"sm",
|
|
6851
6853
|
"md",
|
|
6852
6854
|
"lg",
|
|
6853
6855
|
"xl",
|
|
6854
|
-
"2xl"
|
|
6855
|
-
"none",
|
|
6856
|
-
"xs"
|
|
6856
|
+
"2xl"
|
|
6857
6857
|
]]
|
|
6858
6858
|
}
|
|
6859
6859
|
}
|
|
@@ -7879,19 +7879,19 @@ const CheckboxConfig = {
|
|
|
7879
7879
|
supportsCustom: true,
|
|
7880
7880
|
typeOfFixture: ["shadowVariantsWithInvert"],
|
|
7881
7881
|
values: [[
|
|
7882
|
+
"none",
|
|
7883
|
+
"xs",
|
|
7882
7884
|
"sm",
|
|
7883
7885
|
"md",
|
|
7884
7886
|
"lg",
|
|
7885
7887
|
"xl",
|
|
7886
7888
|
"2xl",
|
|
7887
|
-
"
|
|
7888
|
-
"xs",
|
|
7889
|
+
"xs-invert",
|
|
7889
7890
|
"sm-invert",
|
|
7890
7891
|
"md-invert",
|
|
7891
7892
|
"lg-invert",
|
|
7892
7893
|
"xl-invert",
|
|
7893
|
-
"2xl-invert"
|
|
7894
|
-
"xs-invert"
|
|
7894
|
+
"2xl-invert"
|
|
7895
7895
|
]]
|
|
7896
7896
|
},
|
|
7897
7897
|
shadow: {
|
|
@@ -7911,13 +7911,13 @@ const CheckboxConfig = {
|
|
|
7911
7911
|
supportsCustom: true,
|
|
7912
7912
|
typeOfFixture: ["shadowVariants"],
|
|
7913
7913
|
values: [[
|
|
7914
|
+
"none",
|
|
7915
|
+
"xs",
|
|
7914
7916
|
"sm",
|
|
7915
7917
|
"md",
|
|
7916
7918
|
"lg",
|
|
7917
7919
|
"xl",
|
|
7918
|
-
"2xl"
|
|
7919
|
-
"none",
|
|
7920
|
-
"xs"
|
|
7920
|
+
"2xl"
|
|
7921
7921
|
]]
|
|
7922
7922
|
}
|
|
7923
7923
|
}
|
|
@@ -10198,19 +10198,19 @@ const ChipConfig = {
|
|
|
10198
10198
|
supportsCustom: true,
|
|
10199
10199
|
typeOfFixture: ["shadowVariantsWithInvert"],
|
|
10200
10200
|
values: [[
|
|
10201
|
+
"none",
|
|
10202
|
+
"xs",
|
|
10201
10203
|
"sm",
|
|
10202
10204
|
"md",
|
|
10203
10205
|
"lg",
|
|
10204
10206
|
"xl",
|
|
10205
10207
|
"2xl",
|
|
10206
|
-
"
|
|
10207
|
-
"xs",
|
|
10208
|
+
"xs-invert",
|
|
10208
10209
|
"sm-invert",
|
|
10209
10210
|
"md-invert",
|
|
10210
10211
|
"lg-invert",
|
|
10211
10212
|
"xl-invert",
|
|
10212
|
-
"2xl-invert"
|
|
10213
|
-
"xs-invert"
|
|
10213
|
+
"2xl-invert"
|
|
10214
10214
|
]]
|
|
10215
10215
|
},
|
|
10216
10216
|
shadow: {
|
|
@@ -10226,13 +10226,13 @@ const ChipConfig = {
|
|
|
10226
10226
|
supportsCustom: true,
|
|
10227
10227
|
typeOfFixture: ["shadowVariants"],
|
|
10228
10228
|
values: [[
|
|
10229
|
+
"none",
|
|
10230
|
+
"xs",
|
|
10229
10231
|
"sm",
|
|
10230
10232
|
"md",
|
|
10231
10233
|
"lg",
|
|
10232
10234
|
"xl",
|
|
10233
|
-
"2xl"
|
|
10234
|
-
"none",
|
|
10235
|
-
"xs"
|
|
10235
|
+
"2xl"
|
|
10236
10236
|
]]
|
|
10237
10237
|
}
|
|
10238
10238
|
}
|
|
@@ -11752,19 +11752,19 @@ const ChipConfig = {
|
|
|
11752
11752
|
supportsCustom: true,
|
|
11753
11753
|
typeOfFixture: ["shadowVariantsWithInvert"],
|
|
11754
11754
|
values: [[
|
|
11755
|
+
"none",
|
|
11756
|
+
"xs",
|
|
11755
11757
|
"sm",
|
|
11756
11758
|
"md",
|
|
11757
11759
|
"lg",
|
|
11758
11760
|
"xl",
|
|
11759
11761
|
"2xl",
|
|
11760
|
-
"
|
|
11761
|
-
"xs",
|
|
11762
|
+
"xs-invert",
|
|
11762
11763
|
"sm-invert",
|
|
11763
11764
|
"md-invert",
|
|
11764
11765
|
"lg-invert",
|
|
11765
11766
|
"xl-invert",
|
|
11766
|
-
"2xl-invert"
|
|
11767
|
-
"xs-invert"
|
|
11767
|
+
"2xl-invert"
|
|
11768
11768
|
]]
|
|
11769
11769
|
},
|
|
11770
11770
|
shadow: {
|
|
@@ -11780,13 +11780,13 @@ const ChipConfig = {
|
|
|
11780
11780
|
supportsCustom: true,
|
|
11781
11781
|
typeOfFixture: ["shadowVariants"],
|
|
11782
11782
|
values: [[
|
|
11783
|
+
"none",
|
|
11784
|
+
"xs",
|
|
11783
11785
|
"sm",
|
|
11784
11786
|
"md",
|
|
11785
11787
|
"lg",
|
|
11786
11788
|
"xl",
|
|
11787
|
-
"2xl"
|
|
11788
|
-
"none",
|
|
11789
|
-
"xs"
|
|
11789
|
+
"2xl"
|
|
11790
11790
|
]]
|
|
11791
11791
|
}
|
|
11792
11792
|
}
|
|
@@ -13304,19 +13304,19 @@ const ChipConfig = {
|
|
|
13304
13304
|
supportsCustom: true,
|
|
13305
13305
|
typeOfFixture: ["shadowVariantsWithInvert"],
|
|
13306
13306
|
values: [[
|
|
13307
|
+
"none",
|
|
13308
|
+
"xs",
|
|
13307
13309
|
"sm",
|
|
13308
13310
|
"md",
|
|
13309
13311
|
"lg",
|
|
13310
13312
|
"xl",
|
|
13311
13313
|
"2xl",
|
|
13312
|
-
"
|
|
13313
|
-
"xs",
|
|
13314
|
+
"xs-invert",
|
|
13314
13315
|
"sm-invert",
|
|
13315
13316
|
"md-invert",
|
|
13316
13317
|
"lg-invert",
|
|
13317
13318
|
"xl-invert",
|
|
13318
|
-
"2xl-invert"
|
|
13319
|
-
"xs-invert"
|
|
13319
|
+
"2xl-invert"
|
|
13320
13320
|
]]
|
|
13321
13321
|
},
|
|
13322
13322
|
shadow: {
|
|
@@ -13332,13 +13332,13 @@ const ChipConfig = {
|
|
|
13332
13332
|
supportsCustom: true,
|
|
13333
13333
|
typeOfFixture: ["shadowVariants"],
|
|
13334
13334
|
values: [[
|
|
13335
|
+
"none",
|
|
13336
|
+
"xs",
|
|
13335
13337
|
"sm",
|
|
13336
13338
|
"md",
|
|
13337
13339
|
"lg",
|
|
13338
13340
|
"xl",
|
|
13339
|
-
"2xl"
|
|
13340
|
-
"none",
|
|
13341
|
-
"xs"
|
|
13341
|
+
"2xl"
|
|
13342
13342
|
]]
|
|
13343
13343
|
}
|
|
13344
13344
|
}
|
|
@@ -13395,12 +13395,12 @@ const ChipConfig = {
|
|
|
13395
13395
|
name: "borderRadius",
|
|
13396
13396
|
typeOfFixture: ["borderRadii"],
|
|
13397
13397
|
values: [[
|
|
13398
|
+
"none",
|
|
13399
|
+
"xs",
|
|
13398
13400
|
"sm",
|
|
13399
13401
|
"md",
|
|
13400
13402
|
"lg",
|
|
13401
13403
|
"xl",
|
|
13402
|
-
"none",
|
|
13403
|
-
"xs",
|
|
13404
13404
|
"full"
|
|
13405
13405
|
]]
|
|
13406
13406
|
},
|
|
@@ -14781,12 +14781,12 @@ const InputConfig = {
|
|
|
14781
14781
|
name: "borderRadius",
|
|
14782
14782
|
typeOfFixture: ["borderRadii"],
|
|
14783
14783
|
values: [[
|
|
14784
|
+
"none",
|
|
14785
|
+
"xs",
|
|
14784
14786
|
"sm",
|
|
14785
14787
|
"md",
|
|
14786
14788
|
"lg",
|
|
14787
14789
|
"xl",
|
|
14788
|
-
"none",
|
|
14789
|
-
"xs",
|
|
14790
14790
|
"full"
|
|
14791
14791
|
]]
|
|
14792
14792
|
},
|
|
@@ -24648,19 +24648,19 @@ const RadioConfig = {
|
|
|
24648
24648
|
supportsCustom: true,
|
|
24649
24649
|
typeOfFixture: ["shadowVariantsWithInvert"],
|
|
24650
24650
|
values: [[
|
|
24651
|
+
"none",
|
|
24652
|
+
"xs",
|
|
24651
24653
|
"sm",
|
|
24652
24654
|
"md",
|
|
24653
24655
|
"lg",
|
|
24654
24656
|
"xl",
|
|
24655
24657
|
"2xl",
|
|
24656
|
-
"
|
|
24657
|
-
"xs",
|
|
24658
|
+
"xs-invert",
|
|
24658
24659
|
"sm-invert",
|
|
24659
24660
|
"md-invert",
|
|
24660
24661
|
"lg-invert",
|
|
24661
24662
|
"xl-invert",
|
|
24662
|
-
"2xl-invert"
|
|
24663
|
-
"xs-invert"
|
|
24663
|
+
"2xl-invert"
|
|
24664
24664
|
]]
|
|
24665
24665
|
},
|
|
24666
24666
|
shadow: {
|
|
@@ -24676,13 +24676,13 @@ const RadioConfig = {
|
|
|
24676
24676
|
supportsCustom: true,
|
|
24677
24677
|
typeOfFixture: ["shadowVariants"],
|
|
24678
24678
|
values: [[
|
|
24679
|
+
"none",
|
|
24680
|
+
"xs",
|
|
24679
24681
|
"sm",
|
|
24680
24682
|
"md",
|
|
24681
24683
|
"lg",
|
|
24682
24684
|
"xl",
|
|
24683
|
-
"2xl"
|
|
24684
|
-
"none",
|
|
24685
|
-
"xs"
|
|
24685
|
+
"2xl"
|
|
24686
24686
|
]]
|
|
24687
24687
|
}
|
|
24688
24688
|
}
|
|
@@ -26311,19 +26311,19 @@ const SwitchConfig = {
|
|
|
26311
26311
|
supportsCustom: true,
|
|
26312
26312
|
typeOfFixture: ["shadowVariantsWithInvert"],
|
|
26313
26313
|
values: [[
|
|
26314
|
+
"none",
|
|
26315
|
+
"xs",
|
|
26314
26316
|
"sm",
|
|
26315
26317
|
"md",
|
|
26316
26318
|
"lg",
|
|
26317
26319
|
"xl",
|
|
26318
26320
|
"2xl",
|
|
26319
|
-
"
|
|
26320
|
-
"xs",
|
|
26321
|
+
"xs-invert",
|
|
26321
26322
|
"sm-invert",
|
|
26322
26323
|
"md-invert",
|
|
26323
26324
|
"lg-invert",
|
|
26324
26325
|
"xl-invert",
|
|
26325
|
-
"2xl-invert"
|
|
26326
|
-
"xs-invert"
|
|
26326
|
+
"2xl-invert"
|
|
26327
26327
|
]]
|
|
26328
26328
|
},
|
|
26329
26329
|
shadow: {
|
|
@@ -26334,13 +26334,13 @@ const SwitchConfig = {
|
|
|
26334
26334
|
supportsCustom: true,
|
|
26335
26335
|
typeOfFixture: ["shadowVariants"],
|
|
26336
26336
|
values: [[
|
|
26337
|
+
"none",
|
|
26338
|
+
"xs",
|
|
26337
26339
|
"sm",
|
|
26338
26340
|
"md",
|
|
26339
26341
|
"lg",
|
|
26340
26342
|
"xl",
|
|
26341
|
-
"2xl"
|
|
26342
|
-
"none",
|
|
26343
|
-
"xs"
|
|
26343
|
+
"2xl"
|
|
26344
26344
|
]]
|
|
26345
26345
|
}
|
|
26346
26346
|
}
|
|
@@ -27791,19 +27791,19 @@ const SwitchConfig = {
|
|
|
27791
27791
|
supportsCustom: true,
|
|
27792
27792
|
typeOfFixture: ["shadowVariantsWithInvert"],
|
|
27793
27793
|
values: [[
|
|
27794
|
+
"none",
|
|
27795
|
+
"xs",
|
|
27794
27796
|
"sm",
|
|
27795
27797
|
"md",
|
|
27796
27798
|
"lg",
|
|
27797
27799
|
"xl",
|
|
27798
27800
|
"2xl",
|
|
27799
|
-
"
|
|
27800
|
-
"xs",
|
|
27801
|
+
"xs-invert",
|
|
27801
27802
|
"sm-invert",
|
|
27802
27803
|
"md-invert",
|
|
27803
27804
|
"lg-invert",
|
|
27804
27805
|
"xl-invert",
|
|
27805
|
-
"2xl-invert"
|
|
27806
|
-
"xs-invert"
|
|
27806
|
+
"2xl-invert"
|
|
27807
27807
|
]]
|
|
27808
27808
|
},
|
|
27809
27809
|
shadow: {
|
|
@@ -27814,13 +27814,13 @@ const SwitchConfig = {
|
|
|
27814
27814
|
supportsCustom: true,
|
|
27815
27815
|
typeOfFixture: ["shadowVariants"],
|
|
27816
27816
|
values: [[
|
|
27817
|
+
"none",
|
|
27818
|
+
"xs",
|
|
27817
27819
|
"sm",
|
|
27818
27820
|
"md",
|
|
27819
27821
|
"lg",
|
|
27820
27822
|
"xl",
|
|
27821
|
-
"2xl"
|
|
27822
|
-
"none",
|
|
27823
|
-
"xs"
|
|
27823
|
+
"2xl"
|
|
27824
27824
|
]]
|
|
27825
27825
|
}
|
|
27826
27826
|
}
|