@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
|
@@ -746,12 +746,12 @@ const AvatarConfig = {
|
|
|
746
746
|
name: "borderRadius",
|
|
747
747
|
typeOfFixture: ["borderRadii"],
|
|
748
748
|
values: [[
|
|
749
|
+
"none",
|
|
750
|
+
"xs",
|
|
749
751
|
"sm",
|
|
750
752
|
"md",
|
|
751
753
|
"lg",
|
|
752
754
|
"xl",
|
|
753
|
-
"none",
|
|
754
|
-
"xs",
|
|
755
755
|
"full"
|
|
756
756
|
]]
|
|
757
757
|
},
|
|
@@ -1505,12 +1505,12 @@ const AvatarConfig = {
|
|
|
1505
1505
|
name: "borderRadius",
|
|
1506
1506
|
typeOfFixture: ["borderRadii"],
|
|
1507
1507
|
values: [[
|
|
1508
|
+
"none",
|
|
1509
|
+
"xs",
|
|
1508
1510
|
"sm",
|
|
1509
1511
|
"md",
|
|
1510
1512
|
"lg",
|
|
1511
1513
|
"xl",
|
|
1512
|
-
"none",
|
|
1513
|
-
"xs",
|
|
1514
1514
|
"full"
|
|
1515
1515
|
]]
|
|
1516
1516
|
}
|
|
@@ -2261,12 +2261,12 @@ const AvatarConfig = {
|
|
|
2261
2261
|
name: "borderRadius",
|
|
2262
2262
|
typeOfFixture: ["borderRadii"],
|
|
2263
2263
|
values: [[
|
|
2264
|
+
"none",
|
|
2265
|
+
"xs",
|
|
2264
2266
|
"sm",
|
|
2265
2267
|
"md",
|
|
2266
2268
|
"lg",
|
|
2267
2269
|
"xl",
|
|
2268
|
-
"none",
|
|
2269
|
-
"xs",
|
|
2270
2270
|
"full"
|
|
2271
2271
|
]]
|
|
2272
2272
|
},
|
|
@@ -4255,12 +4255,12 @@ const BadgeConfig = {
|
|
|
4255
4255
|
name: "borderRadius",
|
|
4256
4256
|
typeOfFixture: ["borderRadii"],
|
|
4257
4257
|
values: [[
|
|
4258
|
+
"none",
|
|
4259
|
+
"xs",
|
|
4258
4260
|
"sm",
|
|
4259
4261
|
"md",
|
|
4260
4262
|
"lg",
|
|
4261
4263
|
"xl",
|
|
4262
|
-
"none",
|
|
4263
|
-
"xs",
|
|
4264
4264
|
"full"
|
|
4265
4265
|
]]
|
|
4266
4266
|
},
|
|
@@ -4682,19 +4682,19 @@ const BadgeConfig = {
|
|
|
4682
4682
|
supportsCustom: true,
|
|
4683
4683
|
typeOfFixture: ["shadowVariantsWithInvert"],
|
|
4684
4684
|
values: [[
|
|
4685
|
+
"none",
|
|
4686
|
+
"xs",
|
|
4685
4687
|
"sm",
|
|
4686
4688
|
"md",
|
|
4687
4689
|
"lg",
|
|
4688
4690
|
"xl",
|
|
4689
4691
|
"2xl",
|
|
4690
|
-
"
|
|
4691
|
-
"xs",
|
|
4692
|
+
"xs-invert",
|
|
4692
4693
|
"sm-invert",
|
|
4693
4694
|
"md-invert",
|
|
4694
4695
|
"lg-invert",
|
|
4695
4696
|
"xl-invert",
|
|
4696
|
-
"2xl-invert"
|
|
4697
|
-
"xs-invert"
|
|
4697
|
+
"2xl-invert"
|
|
4698
4698
|
]]
|
|
4699
4699
|
},
|
|
4700
4700
|
shadow: {
|
|
@@ -4717,13 +4717,13 @@ const BadgeConfig = {
|
|
|
4717
4717
|
supportsCustom: true,
|
|
4718
4718
|
typeOfFixture: ["shadowVariants"],
|
|
4719
4719
|
values: [[
|
|
4720
|
+
"none",
|
|
4721
|
+
"xs",
|
|
4720
4722
|
"sm",
|
|
4721
4723
|
"md",
|
|
4722
4724
|
"lg",
|
|
4723
4725
|
"xl",
|
|
4724
|
-
"2xl"
|
|
4725
|
-
"none",
|
|
4726
|
-
"xs"
|
|
4726
|
+
"2xl"
|
|
4727
4727
|
]]
|
|
4728
4728
|
}
|
|
4729
4729
|
}
|
|
@@ -6180,12 +6180,12 @@ const ButtonConfig = {
|
|
|
6180
6180
|
],
|
|
6181
6181
|
typeOfFixture: ["borderRadii"],
|
|
6182
6182
|
values: [[
|
|
6183
|
+
"none",
|
|
6184
|
+
"xs",
|
|
6183
6185
|
"sm",
|
|
6184
6186
|
"md",
|
|
6185
6187
|
"lg",
|
|
6186
6188
|
"xl",
|
|
6187
|
-
"none",
|
|
6188
|
-
"xs",
|
|
6189
6189
|
"full"
|
|
6190
6190
|
]]
|
|
6191
6191
|
},
|
|
@@ -6639,19 +6639,19 @@ const ButtonConfig = {
|
|
|
6639
6639
|
],
|
|
6640
6640
|
typeOfFixture: ["shadowVariantsWithInvert"],
|
|
6641
6641
|
values: [[
|
|
6642
|
+
"none",
|
|
6643
|
+
"xs",
|
|
6642
6644
|
"sm",
|
|
6643
6645
|
"md",
|
|
6644
6646
|
"lg",
|
|
6645
6647
|
"xl",
|
|
6646
6648
|
"2xl",
|
|
6647
|
-
"
|
|
6648
|
-
"xs",
|
|
6649
|
+
"xs-invert",
|
|
6649
6650
|
"sm-invert",
|
|
6650
6651
|
"md-invert",
|
|
6651
6652
|
"lg-invert",
|
|
6652
6653
|
"xl-invert",
|
|
6653
|
-
"2xl-invert"
|
|
6654
|
-
"xs-invert"
|
|
6654
|
+
"2xl-invert"
|
|
6655
6655
|
]]
|
|
6656
6656
|
},
|
|
6657
6657
|
opacity: {
|
|
@@ -6846,13 +6846,13 @@ const ButtonConfig = {
|
|
|
6846
6846
|
],
|
|
6847
6847
|
typeOfFixture: ["shadowVariants"],
|
|
6848
6848
|
values: [[
|
|
6849
|
+
"none",
|
|
6850
|
+
"xs",
|
|
6849
6851
|
"sm",
|
|
6850
6852
|
"md",
|
|
6851
6853
|
"lg",
|
|
6852
6854
|
"xl",
|
|
6853
|
-
"2xl"
|
|
6854
|
-
"none",
|
|
6855
|
-
"xs"
|
|
6855
|
+
"2xl"
|
|
6856
6856
|
]]
|
|
6857
6857
|
}
|
|
6858
6858
|
}
|
|
@@ -7878,19 +7878,19 @@ const CheckboxConfig = {
|
|
|
7878
7878
|
supportsCustom: true,
|
|
7879
7879
|
typeOfFixture: ["shadowVariantsWithInvert"],
|
|
7880
7880
|
values: [[
|
|
7881
|
+
"none",
|
|
7882
|
+
"xs",
|
|
7881
7883
|
"sm",
|
|
7882
7884
|
"md",
|
|
7883
7885
|
"lg",
|
|
7884
7886
|
"xl",
|
|
7885
7887
|
"2xl",
|
|
7886
|
-
"
|
|
7887
|
-
"xs",
|
|
7888
|
+
"xs-invert",
|
|
7888
7889
|
"sm-invert",
|
|
7889
7890
|
"md-invert",
|
|
7890
7891
|
"lg-invert",
|
|
7891
7892
|
"xl-invert",
|
|
7892
|
-
"2xl-invert"
|
|
7893
|
-
"xs-invert"
|
|
7893
|
+
"2xl-invert"
|
|
7894
7894
|
]]
|
|
7895
7895
|
},
|
|
7896
7896
|
shadow: {
|
|
@@ -7910,13 +7910,13 @@ const CheckboxConfig = {
|
|
|
7910
7910
|
supportsCustom: true,
|
|
7911
7911
|
typeOfFixture: ["shadowVariants"],
|
|
7912
7912
|
values: [[
|
|
7913
|
+
"none",
|
|
7914
|
+
"xs",
|
|
7913
7915
|
"sm",
|
|
7914
7916
|
"md",
|
|
7915
7917
|
"lg",
|
|
7916
7918
|
"xl",
|
|
7917
|
-
"2xl"
|
|
7918
|
-
"none",
|
|
7919
|
-
"xs"
|
|
7919
|
+
"2xl"
|
|
7920
7920
|
]]
|
|
7921
7921
|
}
|
|
7922
7922
|
}
|
|
@@ -10197,19 +10197,19 @@ const ChipConfig = {
|
|
|
10197
10197
|
supportsCustom: true,
|
|
10198
10198
|
typeOfFixture: ["shadowVariantsWithInvert"],
|
|
10199
10199
|
values: [[
|
|
10200
|
+
"none",
|
|
10201
|
+
"xs",
|
|
10200
10202
|
"sm",
|
|
10201
10203
|
"md",
|
|
10202
10204
|
"lg",
|
|
10203
10205
|
"xl",
|
|
10204
10206
|
"2xl",
|
|
10205
|
-
"
|
|
10206
|
-
"xs",
|
|
10207
|
+
"xs-invert",
|
|
10207
10208
|
"sm-invert",
|
|
10208
10209
|
"md-invert",
|
|
10209
10210
|
"lg-invert",
|
|
10210
10211
|
"xl-invert",
|
|
10211
|
-
"2xl-invert"
|
|
10212
|
-
"xs-invert"
|
|
10212
|
+
"2xl-invert"
|
|
10213
10213
|
]]
|
|
10214
10214
|
},
|
|
10215
10215
|
shadow: {
|
|
@@ -10225,13 +10225,13 @@ const ChipConfig = {
|
|
|
10225
10225
|
supportsCustom: true,
|
|
10226
10226
|
typeOfFixture: ["shadowVariants"],
|
|
10227
10227
|
values: [[
|
|
10228
|
+
"none",
|
|
10229
|
+
"xs",
|
|
10228
10230
|
"sm",
|
|
10229
10231
|
"md",
|
|
10230
10232
|
"lg",
|
|
10231
10233
|
"xl",
|
|
10232
|
-
"2xl"
|
|
10233
|
-
"none",
|
|
10234
|
-
"xs"
|
|
10234
|
+
"2xl"
|
|
10235
10235
|
]]
|
|
10236
10236
|
}
|
|
10237
10237
|
}
|
|
@@ -11751,19 +11751,19 @@ const ChipConfig = {
|
|
|
11751
11751
|
supportsCustom: true,
|
|
11752
11752
|
typeOfFixture: ["shadowVariantsWithInvert"],
|
|
11753
11753
|
values: [[
|
|
11754
|
+
"none",
|
|
11755
|
+
"xs",
|
|
11754
11756
|
"sm",
|
|
11755
11757
|
"md",
|
|
11756
11758
|
"lg",
|
|
11757
11759
|
"xl",
|
|
11758
11760
|
"2xl",
|
|
11759
|
-
"
|
|
11760
|
-
"xs",
|
|
11761
|
+
"xs-invert",
|
|
11761
11762
|
"sm-invert",
|
|
11762
11763
|
"md-invert",
|
|
11763
11764
|
"lg-invert",
|
|
11764
11765
|
"xl-invert",
|
|
11765
|
-
"2xl-invert"
|
|
11766
|
-
"xs-invert"
|
|
11766
|
+
"2xl-invert"
|
|
11767
11767
|
]]
|
|
11768
11768
|
},
|
|
11769
11769
|
shadow: {
|
|
@@ -11779,13 +11779,13 @@ const ChipConfig = {
|
|
|
11779
11779
|
supportsCustom: true,
|
|
11780
11780
|
typeOfFixture: ["shadowVariants"],
|
|
11781
11781
|
values: [[
|
|
11782
|
+
"none",
|
|
11783
|
+
"xs",
|
|
11782
11784
|
"sm",
|
|
11783
11785
|
"md",
|
|
11784
11786
|
"lg",
|
|
11785
11787
|
"xl",
|
|
11786
|
-
"2xl"
|
|
11787
|
-
"none",
|
|
11788
|
-
"xs"
|
|
11788
|
+
"2xl"
|
|
11789
11789
|
]]
|
|
11790
11790
|
}
|
|
11791
11791
|
}
|
|
@@ -13303,19 +13303,19 @@ const ChipConfig = {
|
|
|
13303
13303
|
supportsCustom: true,
|
|
13304
13304
|
typeOfFixture: ["shadowVariantsWithInvert"],
|
|
13305
13305
|
values: [[
|
|
13306
|
+
"none",
|
|
13307
|
+
"xs",
|
|
13306
13308
|
"sm",
|
|
13307
13309
|
"md",
|
|
13308
13310
|
"lg",
|
|
13309
13311
|
"xl",
|
|
13310
13312
|
"2xl",
|
|
13311
|
-
"
|
|
13312
|
-
"xs",
|
|
13313
|
+
"xs-invert",
|
|
13313
13314
|
"sm-invert",
|
|
13314
13315
|
"md-invert",
|
|
13315
13316
|
"lg-invert",
|
|
13316
13317
|
"xl-invert",
|
|
13317
|
-
"2xl-invert"
|
|
13318
|
-
"xs-invert"
|
|
13318
|
+
"2xl-invert"
|
|
13319
13319
|
]]
|
|
13320
13320
|
},
|
|
13321
13321
|
shadow: {
|
|
@@ -13331,13 +13331,13 @@ const ChipConfig = {
|
|
|
13331
13331
|
supportsCustom: true,
|
|
13332
13332
|
typeOfFixture: ["shadowVariants"],
|
|
13333
13333
|
values: [[
|
|
13334
|
+
"none",
|
|
13335
|
+
"xs",
|
|
13334
13336
|
"sm",
|
|
13335
13337
|
"md",
|
|
13336
13338
|
"lg",
|
|
13337
13339
|
"xl",
|
|
13338
|
-
"2xl"
|
|
13339
|
-
"none",
|
|
13340
|
-
"xs"
|
|
13340
|
+
"2xl"
|
|
13341
13341
|
]]
|
|
13342
13342
|
}
|
|
13343
13343
|
}
|
|
@@ -13394,12 +13394,12 @@ const ChipConfig = {
|
|
|
13394
13394
|
name: "borderRadius",
|
|
13395
13395
|
typeOfFixture: ["borderRadii"],
|
|
13396
13396
|
values: [[
|
|
13397
|
+
"none",
|
|
13398
|
+
"xs",
|
|
13397
13399
|
"sm",
|
|
13398
13400
|
"md",
|
|
13399
13401
|
"lg",
|
|
13400
13402
|
"xl",
|
|
13401
|
-
"none",
|
|
13402
|
-
"xs",
|
|
13403
13403
|
"full"
|
|
13404
13404
|
]]
|
|
13405
13405
|
},
|
|
@@ -14780,12 +14780,12 @@ const InputConfig = {
|
|
|
14780
14780
|
name: "borderRadius",
|
|
14781
14781
|
typeOfFixture: ["borderRadii"],
|
|
14782
14782
|
values: [[
|
|
14783
|
+
"none",
|
|
14784
|
+
"xs",
|
|
14783
14785
|
"sm",
|
|
14784
14786
|
"md",
|
|
14785
14787
|
"lg",
|
|
14786
14788
|
"xl",
|
|
14787
|
-
"none",
|
|
14788
|
-
"xs",
|
|
14789
14789
|
"full"
|
|
14790
14790
|
]]
|
|
14791
14791
|
},
|
|
@@ -24647,19 +24647,19 @@ const RadioConfig = {
|
|
|
24647
24647
|
supportsCustom: true,
|
|
24648
24648
|
typeOfFixture: ["shadowVariantsWithInvert"],
|
|
24649
24649
|
values: [[
|
|
24650
|
+
"none",
|
|
24651
|
+
"xs",
|
|
24650
24652
|
"sm",
|
|
24651
24653
|
"md",
|
|
24652
24654
|
"lg",
|
|
24653
24655
|
"xl",
|
|
24654
24656
|
"2xl",
|
|
24655
|
-
"
|
|
24656
|
-
"xs",
|
|
24657
|
+
"xs-invert",
|
|
24657
24658
|
"sm-invert",
|
|
24658
24659
|
"md-invert",
|
|
24659
24660
|
"lg-invert",
|
|
24660
24661
|
"xl-invert",
|
|
24661
|
-
"2xl-invert"
|
|
24662
|
-
"xs-invert"
|
|
24662
|
+
"2xl-invert"
|
|
24663
24663
|
]]
|
|
24664
24664
|
},
|
|
24665
24665
|
shadow: {
|
|
@@ -24675,13 +24675,13 @@ const RadioConfig = {
|
|
|
24675
24675
|
supportsCustom: true,
|
|
24676
24676
|
typeOfFixture: ["shadowVariants"],
|
|
24677
24677
|
values: [[
|
|
24678
|
+
"none",
|
|
24679
|
+
"xs",
|
|
24678
24680
|
"sm",
|
|
24679
24681
|
"md",
|
|
24680
24682
|
"lg",
|
|
24681
24683
|
"xl",
|
|
24682
|
-
"2xl"
|
|
24683
|
-
"none",
|
|
24684
|
-
"xs"
|
|
24684
|
+
"2xl"
|
|
24685
24685
|
]]
|
|
24686
24686
|
}
|
|
24687
24687
|
}
|
|
@@ -26310,19 +26310,19 @@ const SwitchConfig = {
|
|
|
26310
26310
|
supportsCustom: true,
|
|
26311
26311
|
typeOfFixture: ["shadowVariantsWithInvert"],
|
|
26312
26312
|
values: [[
|
|
26313
|
+
"none",
|
|
26314
|
+
"xs",
|
|
26313
26315
|
"sm",
|
|
26314
26316
|
"md",
|
|
26315
26317
|
"lg",
|
|
26316
26318
|
"xl",
|
|
26317
26319
|
"2xl",
|
|
26318
|
-
"
|
|
26319
|
-
"xs",
|
|
26320
|
+
"xs-invert",
|
|
26320
26321
|
"sm-invert",
|
|
26321
26322
|
"md-invert",
|
|
26322
26323
|
"lg-invert",
|
|
26323
26324
|
"xl-invert",
|
|
26324
|
-
"2xl-invert"
|
|
26325
|
-
"xs-invert"
|
|
26325
|
+
"2xl-invert"
|
|
26326
26326
|
]]
|
|
26327
26327
|
},
|
|
26328
26328
|
shadow: {
|
|
@@ -26333,13 +26333,13 @@ const SwitchConfig = {
|
|
|
26333
26333
|
supportsCustom: true,
|
|
26334
26334
|
typeOfFixture: ["shadowVariants"],
|
|
26335
26335
|
values: [[
|
|
26336
|
+
"none",
|
|
26337
|
+
"xs",
|
|
26336
26338
|
"sm",
|
|
26337
26339
|
"md",
|
|
26338
26340
|
"lg",
|
|
26339
26341
|
"xl",
|
|
26340
|
-
"2xl"
|
|
26341
|
-
"none",
|
|
26342
|
-
"xs"
|
|
26342
|
+
"2xl"
|
|
26343
26343
|
]]
|
|
26344
26344
|
}
|
|
26345
26345
|
}
|
|
@@ -27790,19 +27790,19 @@ const SwitchConfig = {
|
|
|
27790
27790
|
supportsCustom: true,
|
|
27791
27791
|
typeOfFixture: ["shadowVariantsWithInvert"],
|
|
27792
27792
|
values: [[
|
|
27793
|
+
"none",
|
|
27794
|
+
"xs",
|
|
27793
27795
|
"sm",
|
|
27794
27796
|
"md",
|
|
27795
27797
|
"lg",
|
|
27796
27798
|
"xl",
|
|
27797
27799
|
"2xl",
|
|
27798
|
-
"
|
|
27799
|
-
"xs",
|
|
27800
|
+
"xs-invert",
|
|
27800
27801
|
"sm-invert",
|
|
27801
27802
|
"md-invert",
|
|
27802
27803
|
"lg-invert",
|
|
27803
27804
|
"xl-invert",
|
|
27804
|
-
"2xl-invert"
|
|
27805
|
-
"xs-invert"
|
|
27805
|
+
"2xl-invert"
|
|
27806
27806
|
]]
|
|
27807
27807
|
},
|
|
27808
27808
|
shadow: {
|
|
@@ -27813,13 +27813,13 @@ const SwitchConfig = {
|
|
|
27813
27813
|
supportsCustom: true,
|
|
27814
27814
|
typeOfFixture: ["shadowVariants"],
|
|
27815
27815
|
values: [[
|
|
27816
|
+
"none",
|
|
27817
|
+
"xs",
|
|
27816
27818
|
"sm",
|
|
27817
27819
|
"md",
|
|
27818
27820
|
"lg",
|
|
27819
27821
|
"xl",
|
|
27820
|
-
"2xl"
|
|
27821
|
-
"none",
|
|
27822
|
-
"xs"
|
|
27822
|
+
"2xl"
|
|
27823
27823
|
]]
|
|
27824
27824
|
}
|
|
27825
27825
|
}
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { ColorMode } from "../tokens/types.cjs";
|
|
2
2
|
import "../tokens/index.cjs";
|
|
3
|
-
import * as
|
|
4
|
-
import * as
|
|
3
|
+
import * as react28 from "react";
|
|
4
|
+
import * as react_jsx_runtime4 from "react/jsx-runtime";
|
|
5
5
|
|
|
6
6
|
//#region src/providers/ColorModeProvider.d.ts
|
|
7
7
|
interface ColorModeProviderProps extends React.PropsWithChildren {
|
|
8
8
|
value?: ColorMode;
|
|
9
9
|
}
|
|
10
|
-
declare const ColorModeContext:
|
|
10
|
+
declare const ColorModeContext: react28.Context<ColorMode>;
|
|
11
11
|
declare function useColorMode(): ColorMode;
|
|
12
12
|
declare function ColorModeProvider({
|
|
13
13
|
value,
|
|
14
14
|
children
|
|
15
|
-
}: ColorModeProviderProps):
|
|
15
|
+
}: ColorModeProviderProps): react_jsx_runtime4.JSX.Element;
|
|
16
16
|
declare namespace ColorModeProvider {
|
|
17
17
|
var displayName: string;
|
|
18
18
|
}
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { ColorMode } from "../tokens/types.js";
|
|
2
2
|
import "../tokens/index.js";
|
|
3
|
-
import * as
|
|
4
|
-
import * as
|
|
3
|
+
import * as react0 from "react";
|
|
4
|
+
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
5
5
|
|
|
6
6
|
//#region src/providers/ColorModeProvider.d.ts
|
|
7
7
|
interface ColorModeProviderProps extends React.PropsWithChildren {
|
|
8
8
|
value?: ColorMode;
|
|
9
9
|
}
|
|
10
|
-
declare const ColorModeContext:
|
|
10
|
+
declare const ColorModeContext: react0.Context<ColorMode>;
|
|
11
11
|
declare function useColorMode(): ColorMode;
|
|
12
12
|
declare function ColorModeProvider({
|
|
13
13
|
value,
|
|
14
14
|
children
|
|
15
|
-
}: ColorModeProviderProps):
|
|
15
|
+
}: ColorModeProviderProps): react_jsx_runtime0.JSX.Element;
|
|
16
16
|
declare namespace ColorModeProvider {
|
|
17
17
|
var displayName: string;
|
|
18
18
|
}
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { ScaleMode } from "../tokens/types.cjs";
|
|
2
2
|
import "../tokens/index.cjs";
|
|
3
|
-
import * as
|
|
4
|
-
import * as
|
|
3
|
+
import * as react29 from "react";
|
|
4
|
+
import * as react_jsx_runtime5 from "react/jsx-runtime";
|
|
5
5
|
|
|
6
6
|
//#region src/providers/ScaleModeProvider.d.ts
|
|
7
7
|
interface ScaleModeProviderProps extends React.PropsWithChildren {
|
|
8
8
|
value?: ScaleMode;
|
|
9
9
|
}
|
|
10
|
-
declare const ScaleModeContext:
|
|
10
|
+
declare const ScaleModeContext: react29.Context<ScaleMode>;
|
|
11
11
|
declare function useScaleMode(): ScaleMode;
|
|
12
12
|
declare function ScaleModeProvider({
|
|
13
13
|
value,
|
|
14
14
|
children
|
|
15
|
-
}: ScaleModeProviderProps):
|
|
15
|
+
}: ScaleModeProviderProps): react_jsx_runtime5.JSX.Element;
|
|
16
16
|
declare namespace ScaleModeProvider {
|
|
17
17
|
var displayName: string;
|
|
18
18
|
}
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { ScaleMode } from "../tokens/types.js";
|
|
2
2
|
import "../tokens/index.js";
|
|
3
|
-
import * as
|
|
4
|
-
import * as
|
|
3
|
+
import * as react24 from "react";
|
|
4
|
+
import * as react_jsx_runtime2 from "react/jsx-runtime";
|
|
5
5
|
|
|
6
6
|
//#region src/providers/ScaleModeProvider.d.ts
|
|
7
7
|
interface ScaleModeProviderProps extends React.PropsWithChildren {
|
|
8
8
|
value?: ScaleMode;
|
|
9
9
|
}
|
|
10
|
-
declare const ScaleModeContext:
|
|
10
|
+
declare const ScaleModeContext: react24.Context<ScaleMode>;
|
|
11
11
|
declare function useScaleMode(): ScaleMode;
|
|
12
12
|
declare function ScaleModeProvider({
|
|
13
13
|
value,
|
|
14
14
|
children
|
|
15
|
-
}: ScaleModeProviderProps):
|
|
15
|
+
}: ScaleModeProviderProps): react_jsx_runtime2.JSX.Element;
|
|
16
16
|
declare namespace ScaleModeProvider {
|
|
17
17
|
var displayName: string;
|
|
18
18
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ColorMode, ScaleMode } from "../tokens/types.cjs";
|
|
2
2
|
import "../tokens/index.cjs";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime6 from "react/jsx-runtime";
|
|
4
4
|
|
|
5
5
|
//#region src/providers/ThemeProvider.d.ts
|
|
6
6
|
interface ThemeProviderProps extends React.PropsWithChildren {
|
|
@@ -11,7 +11,7 @@ declare function ThemeProvider({
|
|
|
11
11
|
children,
|
|
12
12
|
colorMode,
|
|
13
13
|
scaleMode
|
|
14
|
-
}: ThemeProviderProps):
|
|
14
|
+
}: ThemeProviderProps): react_jsx_runtime6.JSX.Element;
|
|
15
15
|
declare namespace ThemeProvider {
|
|
16
16
|
var displayName: string;
|
|
17
17
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ColorMode, ScaleMode } from "../tokens/types.js";
|
|
2
2
|
import "../tokens/index.js";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime3 from "react/jsx-runtime";
|
|
4
4
|
|
|
5
5
|
//#region src/providers/ThemeProvider.d.ts
|
|
6
6
|
interface ThemeProviderProps extends React.PropsWithChildren {
|
|
@@ -11,7 +11,7 @@ declare function ThemeProvider({
|
|
|
11
11
|
children,
|
|
12
12
|
colorMode,
|
|
13
13
|
scaleMode
|
|
14
|
-
}: ThemeProviderProps):
|
|
14
|
+
}: ThemeProviderProps): react_jsx_runtime3.JSX.Element;
|
|
15
15
|
declare namespace ThemeProvider {
|
|
16
16
|
var displayName: string;
|
|
17
17
|
}
|