@yahoo/uds 3.122.2 → 3.122.3
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/client/Avatar/Avatar.cjs +7 -3
- package/dist/components/client/Avatar/Avatar.d.cts +2 -5
- package/dist/components/client/Avatar/Avatar.d.ts +2 -5
- package/dist/components/client/Avatar/Avatar.js +7 -3
- package/dist/components/client/Avatar/AvatarIcon.cjs +3 -2
- package/dist/components/client/Avatar/AvatarIcon.d.cts +2 -13
- package/dist/components/client/Avatar/AvatarIcon.d.ts +2 -13
- package/dist/components/client/Avatar/AvatarIcon.js +4 -3
- package/dist/components/client/Avatar/AvatarImage.cjs +5 -2
- package/dist/components/client/Avatar/AvatarImage.d.cts +2 -18
- package/dist/components/client/Avatar/AvatarImage.d.ts +2 -18
- package/dist/components/client/Avatar/AvatarImage.js +6 -3
- package/dist/components/client/Avatar/AvatarText.cjs +3 -2
- package/dist/components/client/Avatar/AvatarText.d.cts +2 -15
- package/dist/components/client/Avatar/AvatarText.d.ts +2 -15
- package/dist/components/client/Avatar/AvatarText.js +4 -3
- 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/Pressable.cjs +6 -2
- package/dist/components/client/Pressable.js +6 -2
- package/dist/components/client/Toast/UDSToastConfigProvider.d.cts +5 -5
- package/dist/components/client/Toast/UDSToastConfigProvider.d.ts +5 -5
- package/dist/components/experimental/client/SegmentedControl.d.cts +2 -1
- package/dist/styles/styler.d.cts +41 -41
- package/dist/styles/styler.d.ts +41 -41
- package/dist/uds/dist/automated-config/dist/generated/universalTokensConfigAuto.d.cts +2 -0
- package/dist/uds/dist/automated-config/dist/properties.d.cts +5 -0
- package/dist/uds/dist/automated-config/dist/types/ComponentConfig.d.cts +3 -0
- package/dist/uds/dist/automated-config/dist/types/ComponentStyles.d.cts +2 -0
- package/dist/uds/dist/automated-config/dist/types/ConfigSchema.d.cts +2 -0
- package/dist/uds/dist/automated-config/dist/utils/buildConfigSchema.d.cts +7 -0
- package/dist/uds/dist/automated-config/dist/utils/coalesceConfigVariant.d.cts +2 -0
- package/dist/uds/dist/automated-config/dist/utils/defaults.d.cts +2 -0
- package/dist/uds/dist/automated-config/dist/utils/getConfigVariantComponentStatesMatrix.d.cts +2 -0
- package/dist/uds/dist/automated-config/dist/utils/getConfigVariantProperties.d.cts +3 -0
- package/dist/uds/dist/automated-config/dist/utils/getConfigVariantPseudoStates.d.cts +3 -0
- package/dist/uds/dist/automated-config/dist/utils/getConfigVariants.d.cts +2 -0
- package/dist/uds/dist/automated-config/dist/utils/index.d.cts +12 -0
- package/dist/uds/dist/automated-config/dist/utils/subcomponents.d.cts +2 -0
- package/dist/uds/dist/components/Box.d.cts +4 -0
- package/dist/uds/dist/components/Divider/Divider.d.cts +3 -0
- package/dist/uds/dist/components/Divider/DividerCore.d.cts +5 -0
- package/dist/uds/dist/components/Divider/DividerInternal.d.cts +5 -0
- package/dist/uds/dist/components/Divider/index.d.cts +2 -0
- package/dist/uds/dist/components/FormLabel.d.cts +4 -0
- package/dist/uds/dist/components/HStack.d.cts +5 -0
- package/dist/uds/dist/components/Icon.d.cts +4 -0
- package/dist/uds/dist/components/Image.d.cts +3 -0
- package/dist/uds/dist/components/Link.d.cts +4 -0
- package/dist/uds/dist/components/Scrim.d.cts +3 -0
- package/dist/uds/dist/components/Text.d.cts +4 -0
- package/dist/uds/dist/components/VStack.d.cts +5 -0
- package/dist/uds/dist/components/client/Avatar/Avatar.d.cts +3 -0
- package/dist/uds/dist/components/client/Avatar/AvatarIcon.d.cts +5 -0
- package/dist/uds/dist/components/client/Avatar/AvatarImage.d.cts +7 -0
- package/dist/uds/dist/components/client/Avatar/AvatarText.d.cts +5 -0
- package/dist/uds/dist/components/client/Avatar/index.d.cts +5 -0
- package/dist/uds/dist/components/client/Badge.d.cts +4 -0
- package/dist/uds/dist/components/client/BottomSheet/BottomSheet.d.cts +5 -0
- package/dist/uds/dist/components/client/BottomSheet/BottomSheetContent.d.cts +2 -0
- package/dist/uds/dist/components/client/BottomSheet/BottomSheetHeader.d.cts +2 -0
- package/dist/uds/dist/components/client/BottomSheet/BottomSheetProvider.d.cts +3 -0
- package/dist/uds/dist/components/client/BottomSheet/UDSBottomSheetConfigProvider.d.cts +3 -0
- package/dist/uds/dist/components/client/BottomSheet/index.d.cts +7 -0
- package/dist/uds/dist/components/client/BottomSheet/useBottomSheetStore.d.cts +2 -0
- package/dist/uds/dist/components/client/Button.d.cts +5 -0
- package/dist/uds/dist/components/client/Checkbox.d.cts +4 -0
- package/dist/uds/dist/components/client/Chip/Chip.d.cts +5 -0
- package/dist/uds/dist/components/client/Chip/ChipBase.d.cts +6 -0
- package/dist/uds/dist/components/client/Chip/ChipButton.d.cts +5 -0
- package/dist/uds/dist/components/client/Chip/ChipDismissible.d.cts +5 -0
- package/dist/uds/dist/components/client/Chip/ChipLink.d.cts +5 -0
- package/dist/uds/dist/components/client/Chip/ChipToggle.d.cts +5 -0
- package/dist/uds/dist/components/client/Chip/index.d.cts +6 -0
- package/dist/uds/dist/components/client/IconButton.d.cts +5 -0
- package/dist/uds/dist/components/client/Input/Input.d.cts +7 -0
- package/dist/uds/dist/components/client/Input/InputHelpText.d.cts +2 -0
- package/dist/uds/dist/components/client/Input/InputHelpTextInternal.d.cts +6 -0
- package/dist/uds/dist/components/client/Input/index.d.cts +3 -0
- package/dist/uds/dist/components/client/Menu/Menu.Content.d.cts +6 -0
- package/dist/uds/dist/components/client/Menu/Menu.Divider.d.cts +3 -0
- package/dist/uds/dist/components/client/Menu/Menu.Item.d.cts +6 -0
- package/dist/uds/dist/components/client/Menu/Menu.ItemCheckbox.d.cts +6 -0
- package/dist/uds/dist/components/client/Menu/Menu.Provider.d.cts +3 -0
- package/dist/uds/dist/components/client/Menu/Menu.Trigger.d.cts +5 -0
- package/dist/uds/dist/components/client/Menu/Menu.d.cts +2 -0
- package/dist/uds/dist/components/client/Menu/Menu.index.d.cts +9 -0
- package/dist/uds/dist/components/client/Menu/index.d.cts +9 -0
- package/dist/uds/dist/components/client/Popover/Popover.d.cts +2 -0
- package/dist/uds/dist/components/client/Popover/PopoverContent.d.cts +5 -0
- package/dist/uds/dist/components/client/Popover/PopoverTrigger.d.cts +2 -0
- package/dist/uds/dist/components/client/Popover/UDSPopoverConfigProvider.d.cts +4 -0
- package/dist/uds/dist/components/client/Popover/index.d.cts +6 -0
- package/dist/uds/dist/components/client/Pressable.d.cts +4 -0
- package/dist/uds/dist/components/client/Radio/Radio.d.cts +4 -0
- package/dist/uds/dist/components/client/Radio/RadioGroupProvider.d.cts +4 -0
- package/dist/uds/dist/components/client/Radio/index.d.cts +3 -0
- package/dist/uds/dist/components/client/SpringMotionConfig.d.cts +5 -0
- package/dist/uds/dist/components/client/Switch.d.cts +4 -0
- package/dist/uds/dist/components/client/Toast/Toast.d.cts +8 -0
- package/dist/uds/dist/components/client/Toast/ToastContainer.d.cts +6 -0
- package/dist/uds/dist/components/client/Toast/ToastPortal.d.cts +3 -0
- package/dist/uds/dist/components/client/Toast/UDSToastConfigProvider.d.cts +5 -0
- package/dist/uds/dist/components/client/Toast/createToast.d.cts +6 -0
- package/dist/uds/dist/components/client/Toast/index.d.cts +6 -0
- package/dist/uds/dist/components/client/Tooltip/Tooltip.d.cts +2 -0
- package/dist/uds/dist/components/client/Tooltip/TooltipContent.d.cts +3 -0
- package/dist/uds/dist/components/client/Tooltip/TooltipTrigger.d.cts +2 -0
- package/dist/uds/dist/components/client/Tooltip/UDSTooltipConfigProvider.d.cts +5 -0
- package/dist/uds/dist/components/client/Tooltip/index.d.cts +6 -0
- package/dist/uds/dist/components/client/index.d.cts +59 -0
- package/dist/uds/dist/components/client/providers/UDSBreakpointsConfigProvider.d.cts +4 -0
- package/dist/uds/dist/components/client/providers/UDSConfigProvider.d.cts +3 -0
- package/dist/uds/dist/components/index.d.cts +61 -0
- package/dist/uds/dist/config/dist/index.d.cts +4 -0
- package/dist/uds/dist/css-tokens/dist/index.d.cts +2 -0
- package/dist/uds/dist/fixtures/dist/index.d.cts +2 -0
- package/dist/uds/dist/fonts/dist/index.d.cts +2 -0
- package/dist/uds/dist/index.d.cts +93 -0
- package/dist/uds/dist/modes/dist/index.d.cts +2 -0
- package/dist/uds/dist/runtime/bottomSheetConfig.d.cts +3 -0
- package/dist/uds/dist/runtime/breakpointsConfig.d.cts +4 -0
- package/dist/uds/dist/runtime/index.d.cts +7 -0
- package/dist/uds/dist/runtime/popoverConfig.d.cts +5 -0
- package/dist/uds/dist/runtime/toastConfig.d.cts +4 -0
- package/dist/uds/dist/runtime/tooltipConfig.d.cts +5 -0
- package/dist/uds/dist/runtime/udsConfig.d.cts +8 -0
- package/dist/uds/dist/styles/styler.d.cts +2 -0
- package/dist/uds/dist/styles/stylerTypes.d.cts +3 -0
- package/dist/uds/dist/tailwind/dist/config/dist/index.d.cts +2 -0
- package/dist/uds/dist/tailwind/dist/index.d.cts +3 -0
- package/dist/uds/dist/tailwind/dist/tailwind/components/getResponsiveTextStyles.d.cts +2 -0
- package/dist/uds/dist/tailwind/dist/utils/parseTokens.d.cts +2 -0
- package/dist/uds/dist/tokens/automation/index.d.cts +10 -0
- package/dist/uds/dist/tokens/configs/shadow.d.cts +3 -0
- package/dist/uds/dist/tokens/consts/cssTokens.d.cts +2 -0
- package/dist/uds/dist/tokens/consts/defaultModes.d.cts +2 -0
- package/dist/uds/dist/tokens/consts/fontDeclarationsMap.d.cts +2 -0
- package/dist/uds/dist/tokens/index.d.cts +28 -0
- package/dist/uds/dist/tokens/parseButtonVariants.d.cts +3 -0
- package/dist/uds/dist/tokens/types.d.cts +9 -0
- package/dist/uds/dist/tokens/utils/getFontUrls.d.cts +4 -0
- package/dist/uds/dist/tokens/utils/spectrum.d.cts +3 -0
- package/dist/uds/dist/types/dist/index.d.cts +11 -0
- package/dist/uds/dist/types.d.cts +2 -0
- package/dist/uds/generated/componentData.cjs +1191 -1191
- package/dist/uds/generated/componentData.js +1191 -1191
- package/dist/uds/generated/tailwindPurge.cjs +117 -117
- package/dist/uds/generated/tailwindPurge.js +117 -117
- package/generated/componentData.json +1457 -1457
- package/generated/tailwindPurge.ts +1 -1
- package/package.json +1 -1
|
@@ -1561,84 +1561,6 @@ const componentToVariants = {
|
|
|
1561
1561
|
"fit",
|
|
1562
1562
|
"screen"
|
|
1563
1563
|
]],
|
|
1564
|
-
["spacingStart", [
|
|
1565
|
-
"0",
|
|
1566
|
-
"1",
|
|
1567
|
-
"2",
|
|
1568
|
-
"3",
|
|
1569
|
-
"4",
|
|
1570
|
-
"5",
|
|
1571
|
-
"6",
|
|
1572
|
-
"7",
|
|
1573
|
-
"8",
|
|
1574
|
-
"9",
|
|
1575
|
-
"10",
|
|
1576
|
-
"11",
|
|
1577
|
-
"12",
|
|
1578
|
-
"14",
|
|
1579
|
-
"16",
|
|
1580
|
-
"20",
|
|
1581
|
-
"24",
|
|
1582
|
-
"28",
|
|
1583
|
-
"32",
|
|
1584
|
-
"36",
|
|
1585
|
-
"40",
|
|
1586
|
-
"44",
|
|
1587
|
-
"48",
|
|
1588
|
-
"52",
|
|
1589
|
-
"56",
|
|
1590
|
-
"60",
|
|
1591
|
-
"64",
|
|
1592
|
-
"72",
|
|
1593
|
-
"80",
|
|
1594
|
-
"96",
|
|
1595
|
-
"px",
|
|
1596
|
-
"0.5",
|
|
1597
|
-
"1.5",
|
|
1598
|
-
"2.5",
|
|
1599
|
-
"3.5",
|
|
1600
|
-
"4.5",
|
|
1601
|
-
"5.5"
|
|
1602
|
-
]],
|
|
1603
|
-
["spacingTop", [
|
|
1604
|
-
"0",
|
|
1605
|
-
"1",
|
|
1606
|
-
"2",
|
|
1607
|
-
"3",
|
|
1608
|
-
"4",
|
|
1609
|
-
"5",
|
|
1610
|
-
"6",
|
|
1611
|
-
"7",
|
|
1612
|
-
"8",
|
|
1613
|
-
"9",
|
|
1614
|
-
"10",
|
|
1615
|
-
"11",
|
|
1616
|
-
"12",
|
|
1617
|
-
"14",
|
|
1618
|
-
"16",
|
|
1619
|
-
"20",
|
|
1620
|
-
"24",
|
|
1621
|
-
"28",
|
|
1622
|
-
"32",
|
|
1623
|
-
"36",
|
|
1624
|
-
"40",
|
|
1625
|
-
"44",
|
|
1626
|
-
"48",
|
|
1627
|
-
"52",
|
|
1628
|
-
"56",
|
|
1629
|
-
"60",
|
|
1630
|
-
"64",
|
|
1631
|
-
"72",
|
|
1632
|
-
"80",
|
|
1633
|
-
"96",
|
|
1634
|
-
"px",
|
|
1635
|
-
"0.5",
|
|
1636
|
-
"1.5",
|
|
1637
|
-
"2.5",
|
|
1638
|
-
"3.5",
|
|
1639
|
-
"4.5",
|
|
1640
|
-
"5.5"
|
|
1641
|
-
]],
|
|
1642
1564
|
["backgroundColor", [
|
|
1643
1565
|
"accent",
|
|
1644
1566
|
"alert",
|
|
@@ -2264,6 +2186,84 @@ const componentToVariants = {
|
|
|
2264
2186
|
"4.5",
|
|
2265
2187
|
"5.5"
|
|
2266
2188
|
]],
|
|
2189
|
+
["spacingStart", [
|
|
2190
|
+
"0",
|
|
2191
|
+
"1",
|
|
2192
|
+
"2",
|
|
2193
|
+
"3",
|
|
2194
|
+
"4",
|
|
2195
|
+
"5",
|
|
2196
|
+
"6",
|
|
2197
|
+
"7",
|
|
2198
|
+
"8",
|
|
2199
|
+
"9",
|
|
2200
|
+
"10",
|
|
2201
|
+
"11",
|
|
2202
|
+
"12",
|
|
2203
|
+
"14",
|
|
2204
|
+
"16",
|
|
2205
|
+
"20",
|
|
2206
|
+
"24",
|
|
2207
|
+
"28",
|
|
2208
|
+
"32",
|
|
2209
|
+
"36",
|
|
2210
|
+
"40",
|
|
2211
|
+
"44",
|
|
2212
|
+
"48",
|
|
2213
|
+
"52",
|
|
2214
|
+
"56",
|
|
2215
|
+
"60",
|
|
2216
|
+
"64",
|
|
2217
|
+
"72",
|
|
2218
|
+
"80",
|
|
2219
|
+
"96",
|
|
2220
|
+
"px",
|
|
2221
|
+
"0.5",
|
|
2222
|
+
"1.5",
|
|
2223
|
+
"2.5",
|
|
2224
|
+
"3.5",
|
|
2225
|
+
"4.5",
|
|
2226
|
+
"5.5"
|
|
2227
|
+
]],
|
|
2228
|
+
["spacingTop", [
|
|
2229
|
+
"0",
|
|
2230
|
+
"1",
|
|
2231
|
+
"2",
|
|
2232
|
+
"3",
|
|
2233
|
+
"4",
|
|
2234
|
+
"5",
|
|
2235
|
+
"6",
|
|
2236
|
+
"7",
|
|
2237
|
+
"8",
|
|
2238
|
+
"9",
|
|
2239
|
+
"10",
|
|
2240
|
+
"11",
|
|
2241
|
+
"12",
|
|
2242
|
+
"14",
|
|
2243
|
+
"16",
|
|
2244
|
+
"20",
|
|
2245
|
+
"24",
|
|
2246
|
+
"28",
|
|
2247
|
+
"32",
|
|
2248
|
+
"36",
|
|
2249
|
+
"40",
|
|
2250
|
+
"44",
|
|
2251
|
+
"48",
|
|
2252
|
+
"52",
|
|
2253
|
+
"56",
|
|
2254
|
+
"60",
|
|
2255
|
+
"64",
|
|
2256
|
+
"72",
|
|
2257
|
+
"80",
|
|
2258
|
+
"96",
|
|
2259
|
+
"px",
|
|
2260
|
+
"0.5",
|
|
2261
|
+
"1.5",
|
|
2262
|
+
"2.5",
|
|
2263
|
+
"3.5",
|
|
2264
|
+
"4.5",
|
|
2265
|
+
"5.5"
|
|
2266
|
+
]],
|
|
2267
2267
|
["offset", [
|
|
2268
2268
|
"0",
|
|
2269
2269
|
"1",
|
|
@@ -2801,45 +2801,6 @@ const componentToVariants = {
|
|
|
2801
2801
|
"fit",
|
|
2802
2802
|
"screen"
|
|
2803
2803
|
]],
|
|
2804
|
-
["spacingTop", [
|
|
2805
|
-
"0",
|
|
2806
|
-
"1",
|
|
2807
|
-
"2",
|
|
2808
|
-
"3",
|
|
2809
|
-
"4",
|
|
2810
|
-
"5",
|
|
2811
|
-
"6",
|
|
2812
|
-
"7",
|
|
2813
|
-
"8",
|
|
2814
|
-
"9",
|
|
2815
|
-
"10",
|
|
2816
|
-
"11",
|
|
2817
|
-
"12",
|
|
2818
|
-
"14",
|
|
2819
|
-
"16",
|
|
2820
|
-
"20",
|
|
2821
|
-
"24",
|
|
2822
|
-
"28",
|
|
2823
|
-
"32",
|
|
2824
|
-
"36",
|
|
2825
|
-
"40",
|
|
2826
|
-
"44",
|
|
2827
|
-
"48",
|
|
2828
|
-
"52",
|
|
2829
|
-
"56",
|
|
2830
|
-
"60",
|
|
2831
|
-
"64",
|
|
2832
|
-
"72",
|
|
2833
|
-
"80",
|
|
2834
|
-
"96",
|
|
2835
|
-
"px",
|
|
2836
|
-
"0.5",
|
|
2837
|
-
"1.5",
|
|
2838
|
-
"2.5",
|
|
2839
|
-
"3.5",
|
|
2840
|
-
"4.5",
|
|
2841
|
-
"5.5"
|
|
2842
|
-
]],
|
|
2843
2804
|
["backgroundColor", [
|
|
2844
2805
|
"accent",
|
|
2845
2806
|
"alert",
|
|
@@ -3465,6 +3426,45 @@ const componentToVariants = {
|
|
|
3465
3426
|
"4.5",
|
|
3466
3427
|
"5.5"
|
|
3467
3428
|
]],
|
|
3429
|
+
["spacingTop", [
|
|
3430
|
+
"0",
|
|
3431
|
+
"1",
|
|
3432
|
+
"2",
|
|
3433
|
+
"3",
|
|
3434
|
+
"4",
|
|
3435
|
+
"5",
|
|
3436
|
+
"6",
|
|
3437
|
+
"7",
|
|
3438
|
+
"8",
|
|
3439
|
+
"9",
|
|
3440
|
+
"10",
|
|
3441
|
+
"11",
|
|
3442
|
+
"12",
|
|
3443
|
+
"14",
|
|
3444
|
+
"16",
|
|
3445
|
+
"20",
|
|
3446
|
+
"24",
|
|
3447
|
+
"28",
|
|
3448
|
+
"32",
|
|
3449
|
+
"36",
|
|
3450
|
+
"40",
|
|
3451
|
+
"44",
|
|
3452
|
+
"48",
|
|
3453
|
+
"52",
|
|
3454
|
+
"56",
|
|
3455
|
+
"60",
|
|
3456
|
+
"64",
|
|
3457
|
+
"72",
|
|
3458
|
+
"80",
|
|
3459
|
+
"96",
|
|
3460
|
+
"px",
|
|
3461
|
+
"0.5",
|
|
3462
|
+
"1.5",
|
|
3463
|
+
"2.5",
|
|
3464
|
+
"3.5",
|
|
3465
|
+
"4.5",
|
|
3466
|
+
"5.5"
|
|
3467
|
+
]],
|
|
3468
3468
|
["offset", [
|
|
3469
3469
|
"0",
|
|
3470
3470
|
"1",
|
|
@@ -1560,84 +1560,6 @@ const componentToVariants = {
|
|
|
1560
1560
|
"fit",
|
|
1561
1561
|
"screen"
|
|
1562
1562
|
]],
|
|
1563
|
-
["spacingStart", [
|
|
1564
|
-
"0",
|
|
1565
|
-
"1",
|
|
1566
|
-
"2",
|
|
1567
|
-
"3",
|
|
1568
|
-
"4",
|
|
1569
|
-
"5",
|
|
1570
|
-
"6",
|
|
1571
|
-
"7",
|
|
1572
|
-
"8",
|
|
1573
|
-
"9",
|
|
1574
|
-
"10",
|
|
1575
|
-
"11",
|
|
1576
|
-
"12",
|
|
1577
|
-
"14",
|
|
1578
|
-
"16",
|
|
1579
|
-
"20",
|
|
1580
|
-
"24",
|
|
1581
|
-
"28",
|
|
1582
|
-
"32",
|
|
1583
|
-
"36",
|
|
1584
|
-
"40",
|
|
1585
|
-
"44",
|
|
1586
|
-
"48",
|
|
1587
|
-
"52",
|
|
1588
|
-
"56",
|
|
1589
|
-
"60",
|
|
1590
|
-
"64",
|
|
1591
|
-
"72",
|
|
1592
|
-
"80",
|
|
1593
|
-
"96",
|
|
1594
|
-
"px",
|
|
1595
|
-
"0.5",
|
|
1596
|
-
"1.5",
|
|
1597
|
-
"2.5",
|
|
1598
|
-
"3.5",
|
|
1599
|
-
"4.5",
|
|
1600
|
-
"5.5"
|
|
1601
|
-
]],
|
|
1602
|
-
["spacingTop", [
|
|
1603
|
-
"0",
|
|
1604
|
-
"1",
|
|
1605
|
-
"2",
|
|
1606
|
-
"3",
|
|
1607
|
-
"4",
|
|
1608
|
-
"5",
|
|
1609
|
-
"6",
|
|
1610
|
-
"7",
|
|
1611
|
-
"8",
|
|
1612
|
-
"9",
|
|
1613
|
-
"10",
|
|
1614
|
-
"11",
|
|
1615
|
-
"12",
|
|
1616
|
-
"14",
|
|
1617
|
-
"16",
|
|
1618
|
-
"20",
|
|
1619
|
-
"24",
|
|
1620
|
-
"28",
|
|
1621
|
-
"32",
|
|
1622
|
-
"36",
|
|
1623
|
-
"40",
|
|
1624
|
-
"44",
|
|
1625
|
-
"48",
|
|
1626
|
-
"52",
|
|
1627
|
-
"56",
|
|
1628
|
-
"60",
|
|
1629
|
-
"64",
|
|
1630
|
-
"72",
|
|
1631
|
-
"80",
|
|
1632
|
-
"96",
|
|
1633
|
-
"px",
|
|
1634
|
-
"0.5",
|
|
1635
|
-
"1.5",
|
|
1636
|
-
"2.5",
|
|
1637
|
-
"3.5",
|
|
1638
|
-
"4.5",
|
|
1639
|
-
"5.5"
|
|
1640
|
-
]],
|
|
1641
1563
|
["backgroundColor", [
|
|
1642
1564
|
"accent",
|
|
1643
1565
|
"alert",
|
|
@@ -2263,6 +2185,84 @@ const componentToVariants = {
|
|
|
2263
2185
|
"4.5",
|
|
2264
2186
|
"5.5"
|
|
2265
2187
|
]],
|
|
2188
|
+
["spacingStart", [
|
|
2189
|
+
"0",
|
|
2190
|
+
"1",
|
|
2191
|
+
"2",
|
|
2192
|
+
"3",
|
|
2193
|
+
"4",
|
|
2194
|
+
"5",
|
|
2195
|
+
"6",
|
|
2196
|
+
"7",
|
|
2197
|
+
"8",
|
|
2198
|
+
"9",
|
|
2199
|
+
"10",
|
|
2200
|
+
"11",
|
|
2201
|
+
"12",
|
|
2202
|
+
"14",
|
|
2203
|
+
"16",
|
|
2204
|
+
"20",
|
|
2205
|
+
"24",
|
|
2206
|
+
"28",
|
|
2207
|
+
"32",
|
|
2208
|
+
"36",
|
|
2209
|
+
"40",
|
|
2210
|
+
"44",
|
|
2211
|
+
"48",
|
|
2212
|
+
"52",
|
|
2213
|
+
"56",
|
|
2214
|
+
"60",
|
|
2215
|
+
"64",
|
|
2216
|
+
"72",
|
|
2217
|
+
"80",
|
|
2218
|
+
"96",
|
|
2219
|
+
"px",
|
|
2220
|
+
"0.5",
|
|
2221
|
+
"1.5",
|
|
2222
|
+
"2.5",
|
|
2223
|
+
"3.5",
|
|
2224
|
+
"4.5",
|
|
2225
|
+
"5.5"
|
|
2226
|
+
]],
|
|
2227
|
+
["spacingTop", [
|
|
2228
|
+
"0",
|
|
2229
|
+
"1",
|
|
2230
|
+
"2",
|
|
2231
|
+
"3",
|
|
2232
|
+
"4",
|
|
2233
|
+
"5",
|
|
2234
|
+
"6",
|
|
2235
|
+
"7",
|
|
2236
|
+
"8",
|
|
2237
|
+
"9",
|
|
2238
|
+
"10",
|
|
2239
|
+
"11",
|
|
2240
|
+
"12",
|
|
2241
|
+
"14",
|
|
2242
|
+
"16",
|
|
2243
|
+
"20",
|
|
2244
|
+
"24",
|
|
2245
|
+
"28",
|
|
2246
|
+
"32",
|
|
2247
|
+
"36",
|
|
2248
|
+
"40",
|
|
2249
|
+
"44",
|
|
2250
|
+
"48",
|
|
2251
|
+
"52",
|
|
2252
|
+
"56",
|
|
2253
|
+
"60",
|
|
2254
|
+
"64",
|
|
2255
|
+
"72",
|
|
2256
|
+
"80",
|
|
2257
|
+
"96",
|
|
2258
|
+
"px",
|
|
2259
|
+
"0.5",
|
|
2260
|
+
"1.5",
|
|
2261
|
+
"2.5",
|
|
2262
|
+
"3.5",
|
|
2263
|
+
"4.5",
|
|
2264
|
+
"5.5"
|
|
2265
|
+
]],
|
|
2266
2266
|
["offset", [
|
|
2267
2267
|
"0",
|
|
2268
2268
|
"1",
|
|
@@ -2800,45 +2800,6 @@ const componentToVariants = {
|
|
|
2800
2800
|
"fit",
|
|
2801
2801
|
"screen"
|
|
2802
2802
|
]],
|
|
2803
|
-
["spacingTop", [
|
|
2804
|
-
"0",
|
|
2805
|
-
"1",
|
|
2806
|
-
"2",
|
|
2807
|
-
"3",
|
|
2808
|
-
"4",
|
|
2809
|
-
"5",
|
|
2810
|
-
"6",
|
|
2811
|
-
"7",
|
|
2812
|
-
"8",
|
|
2813
|
-
"9",
|
|
2814
|
-
"10",
|
|
2815
|
-
"11",
|
|
2816
|
-
"12",
|
|
2817
|
-
"14",
|
|
2818
|
-
"16",
|
|
2819
|
-
"20",
|
|
2820
|
-
"24",
|
|
2821
|
-
"28",
|
|
2822
|
-
"32",
|
|
2823
|
-
"36",
|
|
2824
|
-
"40",
|
|
2825
|
-
"44",
|
|
2826
|
-
"48",
|
|
2827
|
-
"52",
|
|
2828
|
-
"56",
|
|
2829
|
-
"60",
|
|
2830
|
-
"64",
|
|
2831
|
-
"72",
|
|
2832
|
-
"80",
|
|
2833
|
-
"96",
|
|
2834
|
-
"px",
|
|
2835
|
-
"0.5",
|
|
2836
|
-
"1.5",
|
|
2837
|
-
"2.5",
|
|
2838
|
-
"3.5",
|
|
2839
|
-
"4.5",
|
|
2840
|
-
"5.5"
|
|
2841
|
-
]],
|
|
2842
2803
|
["backgroundColor", [
|
|
2843
2804
|
"accent",
|
|
2844
2805
|
"alert",
|
|
@@ -3464,6 +3425,45 @@ const componentToVariants = {
|
|
|
3464
3425
|
"4.5",
|
|
3465
3426
|
"5.5"
|
|
3466
3427
|
]],
|
|
3428
|
+
["spacingTop", [
|
|
3429
|
+
"0",
|
|
3430
|
+
"1",
|
|
3431
|
+
"2",
|
|
3432
|
+
"3",
|
|
3433
|
+
"4",
|
|
3434
|
+
"5",
|
|
3435
|
+
"6",
|
|
3436
|
+
"7",
|
|
3437
|
+
"8",
|
|
3438
|
+
"9",
|
|
3439
|
+
"10",
|
|
3440
|
+
"11",
|
|
3441
|
+
"12",
|
|
3442
|
+
"14",
|
|
3443
|
+
"16",
|
|
3444
|
+
"20",
|
|
3445
|
+
"24",
|
|
3446
|
+
"28",
|
|
3447
|
+
"32",
|
|
3448
|
+
"36",
|
|
3449
|
+
"40",
|
|
3450
|
+
"44",
|
|
3451
|
+
"48",
|
|
3452
|
+
"52",
|
|
3453
|
+
"56",
|
|
3454
|
+
"60",
|
|
3455
|
+
"64",
|
|
3456
|
+
"72",
|
|
3457
|
+
"80",
|
|
3458
|
+
"96",
|
|
3459
|
+
"px",
|
|
3460
|
+
"0.5",
|
|
3461
|
+
"1.5",
|
|
3462
|
+
"2.5",
|
|
3463
|
+
"3.5",
|
|
3464
|
+
"4.5",
|
|
3465
|
+
"5.5"
|
|
3466
|
+
]],
|
|
3467
3467
|
["offset", [
|
|
3468
3468
|
"0",
|
|
3469
3469
|
"1",
|