@yahoo/uds 3.174.0 → 3.174.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/automated-config/dist/utils/index.cjs +3 -2
- package/dist/automated-config/dist/utils/index.js +3 -2
- package/dist/components/client/Menu/Menu.ItemCheckbox.d.cts +1 -1
- package/dist/components/client/Menu/Menu.ItemCheckbox.d.ts +1 -1
- package/dist/css/dist/css/generate.cjs +4 -1
- package/dist/css/dist/css/generate.helpers.cjs +2 -0
- package/dist/css/dist/css/generate.helpers.js +2 -0
- package/dist/css/dist/css/generate.js +4 -1
- package/dist/css/dist/css/runner.cjs +2 -0
- package/dist/css/dist/css/runner.js +2 -0
- package/dist/css/dist/postcss/filterUnusedVariantRules.cjs +71 -0
- package/dist/css/dist/postcss/filterUnusedVariantRules.js +70 -0
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/index.cjs +3 -2
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/index.js +3 -2
- package/dist/tailwind-internal/dist/utils/getShadowStyles.d.cts +2 -2
- package/dist/tailwind-internal/dist/utils/getShadowStyles.d.ts +2 -2
- package/dist/uds/generated/componentData.cjs +239 -239
- package/dist/uds/generated/componentData.js +239 -239
- package/generated/componentData.json +366 -366
- package/package.json +1 -1
|
@@ -367,6 +367,70 @@ var componentData_default = {
|
|
|
367
367
|
"runtimeConfigInternalComponentProps": {},
|
|
368
368
|
"motionVarPrefixes": []
|
|
369
369
|
},
|
|
370
|
+
DividerLabel: {
|
|
371
|
+
"name": "DividerLabel",
|
|
372
|
+
"defaultProps": {
|
|
373
|
+
"variant": "primary",
|
|
374
|
+
"textVariant": "inherit",
|
|
375
|
+
"color": "inherit",
|
|
376
|
+
"as": "span"
|
|
377
|
+
},
|
|
378
|
+
"getStylesLiterals": {},
|
|
379
|
+
"cxLiterals": ["inherit"],
|
|
380
|
+
"internalComponents": ["Text"],
|
|
381
|
+
"internalComponentProps": {},
|
|
382
|
+
"propToVariantKeys": {
|
|
383
|
+
"variant": ["dividerVariantLabel"],
|
|
384
|
+
"textVariant": ["variant"]
|
|
385
|
+
},
|
|
386
|
+
"runtimeConfigDefaultProps": {},
|
|
387
|
+
"runtimeConfigGetStyles": {},
|
|
388
|
+
"runtimeConfigInternalComponentProps": {},
|
|
389
|
+
"motionVarPrefixes": []
|
|
390
|
+
},
|
|
391
|
+
DividerLine: {
|
|
392
|
+
"name": "DividerLine",
|
|
393
|
+
"defaultProps": { "variant": "primary" },
|
|
394
|
+
"getStylesLiterals": {},
|
|
395
|
+
"cxLiterals": ["inherit"],
|
|
396
|
+
"internalComponents": ["Box"],
|
|
397
|
+
"internalComponentProps": { "Box": { "flex": ["1"] } },
|
|
398
|
+
"propToVariantKeys": { "variant": ["dividerVariantLine"] },
|
|
399
|
+
"runtimeConfigDefaultProps": {},
|
|
400
|
+
"runtimeConfigGetStyles": {},
|
|
401
|
+
"runtimeConfigInternalComponentProps": {},
|
|
402
|
+
"motionVarPrefixes": []
|
|
403
|
+
},
|
|
404
|
+
Divider: {
|
|
405
|
+
"name": "Divider",
|
|
406
|
+
"defaultProps": {
|
|
407
|
+
"variant": "primary",
|
|
408
|
+
"contentPosition": "center"
|
|
409
|
+
},
|
|
410
|
+
"getStylesLiterals": {},
|
|
411
|
+
"cxLiterals": ["inherit"],
|
|
412
|
+
"internalComponents": [
|
|
413
|
+
"DividerLine",
|
|
414
|
+
"DividerLabel",
|
|
415
|
+
"InternalComponent",
|
|
416
|
+
"Box"
|
|
417
|
+
],
|
|
418
|
+
"internalComponentProps": {
|
|
419
|
+
"InternalComponent": {
|
|
420
|
+
"alignItems": ["center"],
|
|
421
|
+
"flex": ["1"]
|
|
422
|
+
},
|
|
423
|
+
"Box": {
|
|
424
|
+
"display": ["flex"],
|
|
425
|
+
"flex": ["none"]
|
|
426
|
+
}
|
|
427
|
+
},
|
|
428
|
+
"propToVariantKeys": { "variant": ["dividerVariantRoot"] },
|
|
429
|
+
"runtimeConfigDefaultProps": {},
|
|
430
|
+
"runtimeConfigGetStyles": {},
|
|
431
|
+
"runtimeConfigInternalComponentProps": {},
|
|
432
|
+
"motionVarPrefixes": []
|
|
433
|
+
},
|
|
370
434
|
"Table.mocks": {
|
|
371
435
|
"name": "Table.mocks",
|
|
372
436
|
"defaultProps": {},
|
|
@@ -435,70 +499,6 @@ var componentData_default = {
|
|
|
435
499
|
"runtimeConfigInternalComponentProps": {},
|
|
436
500
|
"motionVarPrefixes": []
|
|
437
501
|
},
|
|
438
|
-
DividerLabel: {
|
|
439
|
-
"name": "DividerLabel",
|
|
440
|
-
"defaultProps": {
|
|
441
|
-
"variant": "primary",
|
|
442
|
-
"textVariant": "inherit",
|
|
443
|
-
"color": "inherit",
|
|
444
|
-
"as": "span"
|
|
445
|
-
},
|
|
446
|
-
"getStylesLiterals": {},
|
|
447
|
-
"cxLiterals": ["inherit"],
|
|
448
|
-
"internalComponents": ["Text"],
|
|
449
|
-
"internalComponentProps": {},
|
|
450
|
-
"propToVariantKeys": {
|
|
451
|
-
"variant": ["dividerVariantLabel"],
|
|
452
|
-
"textVariant": ["variant"]
|
|
453
|
-
},
|
|
454
|
-
"runtimeConfigDefaultProps": {},
|
|
455
|
-
"runtimeConfigGetStyles": {},
|
|
456
|
-
"runtimeConfigInternalComponentProps": {},
|
|
457
|
-
"motionVarPrefixes": []
|
|
458
|
-
},
|
|
459
|
-
DividerLine: {
|
|
460
|
-
"name": "DividerLine",
|
|
461
|
-
"defaultProps": { "variant": "primary" },
|
|
462
|
-
"getStylesLiterals": {},
|
|
463
|
-
"cxLiterals": ["inherit"],
|
|
464
|
-
"internalComponents": ["Box"],
|
|
465
|
-
"internalComponentProps": { "Box": { "flex": ["1"] } },
|
|
466
|
-
"propToVariantKeys": { "variant": ["dividerVariantLine"] },
|
|
467
|
-
"runtimeConfigDefaultProps": {},
|
|
468
|
-
"runtimeConfigGetStyles": {},
|
|
469
|
-
"runtimeConfigInternalComponentProps": {},
|
|
470
|
-
"motionVarPrefixes": []
|
|
471
|
-
},
|
|
472
|
-
Divider: {
|
|
473
|
-
"name": "Divider",
|
|
474
|
-
"defaultProps": {
|
|
475
|
-
"variant": "primary",
|
|
476
|
-
"contentPosition": "center"
|
|
477
|
-
},
|
|
478
|
-
"getStylesLiterals": {},
|
|
479
|
-
"cxLiterals": ["inherit"],
|
|
480
|
-
"internalComponents": [
|
|
481
|
-
"DividerLine",
|
|
482
|
-
"DividerLabel",
|
|
483
|
-
"InternalComponent",
|
|
484
|
-
"Box"
|
|
485
|
-
],
|
|
486
|
-
"internalComponentProps": {
|
|
487
|
-
"InternalComponent": {
|
|
488
|
-
"alignItems": ["center"],
|
|
489
|
-
"flex": ["1"]
|
|
490
|
-
},
|
|
491
|
-
"Box": {
|
|
492
|
-
"display": ["flex"],
|
|
493
|
-
"flex": ["none"]
|
|
494
|
-
}
|
|
495
|
-
},
|
|
496
|
-
"propToVariantKeys": { "variant": ["dividerVariantRoot"] },
|
|
497
|
-
"runtimeConfigDefaultProps": {},
|
|
498
|
-
"runtimeConfigGetStyles": {},
|
|
499
|
-
"runtimeConfigInternalComponentProps": {},
|
|
500
|
-
"motionVarPrefixes": []
|
|
501
|
-
},
|
|
502
502
|
Badge: {
|
|
503
503
|
"name": "Badge",
|
|
504
504
|
"defaultProps": {
|
|
@@ -1205,50 +1205,6 @@ var componentData_default = {
|
|
|
1205
1205
|
"runtimeConfigInternalComponentProps": {},
|
|
1206
1206
|
"motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"]
|
|
1207
1207
|
},
|
|
1208
|
-
UDSConfigProvider: {
|
|
1209
|
-
"name": "UDSConfigProvider",
|
|
1210
|
-
"defaultProps": {},
|
|
1211
|
-
"getStylesLiterals": {},
|
|
1212
|
-
"cxLiterals": [],
|
|
1213
|
-
"internalComponents": [
|
|
1214
|
-
"UDSBreakpointsConfigProvider",
|
|
1215
|
-
"UDSAvatarConfigProvider",
|
|
1216
|
-
"UDSBadgeConfigProvider",
|
|
1217
|
-
"UDSBottomSheetConfigProvider",
|
|
1218
|
-
"UDSButtonConfigProvider",
|
|
1219
|
-
"UDSChipConfigProvider",
|
|
1220
|
-
"UDSIconButtonConfigProvider",
|
|
1221
|
-
"UDSInputConfigProvider",
|
|
1222
|
-
"UDSMenuItemConfigProvider",
|
|
1223
|
-
"UDSPaddleNavConfigProvider",
|
|
1224
|
-
"UDSPaginationConfigProvider",
|
|
1225
|
-
"UDSSelectItemConfigProvider",
|
|
1226
|
-
"UDSTabConfigProvider",
|
|
1227
|
-
"UDSToastConfigProvider",
|
|
1228
|
-
"UDSTooltipConfigProvider",
|
|
1229
|
-
"UDSPopoverConfigProvider",
|
|
1230
|
-
"UDSModalConfigProvider"
|
|
1231
|
-
],
|
|
1232
|
-
"internalComponentProps": {},
|
|
1233
|
-
"propToVariantKeys": {},
|
|
1234
|
-
"runtimeConfigDefaultProps": {},
|
|
1235
|
-
"runtimeConfigGetStyles": {},
|
|
1236
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1237
|
-
"motionVarPrefixes": []
|
|
1238
|
-
},
|
|
1239
|
-
UDSBreakpointsConfigProvider: {
|
|
1240
|
-
"name": "UDSBreakpointsConfigProvider",
|
|
1241
|
-
"defaultProps": {},
|
|
1242
|
-
"getStylesLiterals": {},
|
|
1243
|
-
"cxLiterals": [],
|
|
1244
|
-
"internalComponents": ["UDSBreakpointsConfigContext.Provider"],
|
|
1245
|
-
"internalComponentProps": {},
|
|
1246
|
-
"propToVariantKeys": {},
|
|
1247
|
-
"runtimeConfigDefaultProps": {},
|
|
1248
|
-
"runtimeConfigGetStyles": {},
|
|
1249
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1250
|
-
"motionVarPrefixes": []
|
|
1251
|
-
},
|
|
1252
1208
|
"Menu.Trigger": {
|
|
1253
1209
|
"name": "Menu.Trigger",
|
|
1254
1210
|
"defaultProps": {},
|
|
@@ -1483,6 +1439,50 @@ var componentData_default = {
|
|
|
1483
1439
|
"runtimeConfigInternalComponentProps": {},
|
|
1484
1440
|
"motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"]
|
|
1485
1441
|
},
|
|
1442
|
+
UDSConfigProvider: {
|
|
1443
|
+
"name": "UDSConfigProvider",
|
|
1444
|
+
"defaultProps": {},
|
|
1445
|
+
"getStylesLiterals": {},
|
|
1446
|
+
"cxLiterals": [],
|
|
1447
|
+
"internalComponents": [
|
|
1448
|
+
"UDSBreakpointsConfigProvider",
|
|
1449
|
+
"UDSAvatarConfigProvider",
|
|
1450
|
+
"UDSBadgeConfigProvider",
|
|
1451
|
+
"UDSBottomSheetConfigProvider",
|
|
1452
|
+
"UDSButtonConfigProvider",
|
|
1453
|
+
"UDSChipConfigProvider",
|
|
1454
|
+
"UDSIconButtonConfigProvider",
|
|
1455
|
+
"UDSInputConfigProvider",
|
|
1456
|
+
"UDSMenuItemConfigProvider",
|
|
1457
|
+
"UDSPaddleNavConfigProvider",
|
|
1458
|
+
"UDSPaginationConfigProvider",
|
|
1459
|
+
"UDSSelectItemConfigProvider",
|
|
1460
|
+
"UDSTabConfigProvider",
|
|
1461
|
+
"UDSToastConfigProvider",
|
|
1462
|
+
"UDSTooltipConfigProvider",
|
|
1463
|
+
"UDSPopoverConfigProvider",
|
|
1464
|
+
"UDSModalConfigProvider"
|
|
1465
|
+
],
|
|
1466
|
+
"internalComponentProps": {},
|
|
1467
|
+
"propToVariantKeys": {},
|
|
1468
|
+
"runtimeConfigDefaultProps": {},
|
|
1469
|
+
"runtimeConfigGetStyles": {},
|
|
1470
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1471
|
+
"motionVarPrefixes": []
|
|
1472
|
+
},
|
|
1473
|
+
UDSBreakpointsConfigProvider: {
|
|
1474
|
+
"name": "UDSBreakpointsConfigProvider",
|
|
1475
|
+
"defaultProps": {},
|
|
1476
|
+
"getStylesLiterals": {},
|
|
1477
|
+
"cxLiterals": [],
|
|
1478
|
+
"internalComponents": ["UDSBreakpointsConfigContext.Provider"],
|
|
1479
|
+
"internalComponentProps": {},
|
|
1480
|
+
"propToVariantKeys": {},
|
|
1481
|
+
"runtimeConfigDefaultProps": {},
|
|
1482
|
+
"runtimeConfigGetStyles": {},
|
|
1483
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1484
|
+
"motionVarPrefixes": []
|
|
1485
|
+
},
|
|
1486
1486
|
PaginationNext: {
|
|
1487
1487
|
"name": "PaginationNext",
|
|
1488
1488
|
"defaultProps": { "label": "Next" },
|
|
@@ -3396,137 +3396,6 @@ var componentData_default = {
|
|
|
3396
3396
|
"runtimeConfigInternalComponentProps": { "Icon": { "size": ["paddleNav.iconSize.${size}"] } },
|
|
3397
3397
|
"motionVarPrefixes": []
|
|
3398
3398
|
},
|
|
3399
|
-
UDSToastConfigProvider: {
|
|
3400
|
-
"name": "UDSToastConfigProvider",
|
|
3401
|
-
"defaultProps": {},
|
|
3402
|
-
"getStylesLiterals": {},
|
|
3403
|
-
"cxLiterals": [],
|
|
3404
|
-
"internalComponents": ["ToastContext.Provider"],
|
|
3405
|
-
"internalComponentProps": {},
|
|
3406
|
-
"propToVariantKeys": {},
|
|
3407
|
-
"runtimeConfigDefaultProps": {},
|
|
3408
|
-
"runtimeConfigGetStyles": {},
|
|
3409
|
-
"runtimeConfigInternalComponentProps": {},
|
|
3410
|
-
"motionVarPrefixes": []
|
|
3411
|
-
},
|
|
3412
|
-
ToastContainer: {
|
|
3413
|
-
"name": "ToastContainer",
|
|
3414
|
-
"defaultProps": {},
|
|
3415
|
-
"getStylesLiterals": {
|
|
3416
|
-
"position": "relative",
|
|
3417
|
-
"alignItems": "center",
|
|
3418
|
-
"display": "flex",
|
|
3419
|
-
"className": "box-border touch-none z-0 w-full break-words mb-2 last:mb-0"
|
|
3420
|
-
},
|
|
3421
|
-
"cxLiterals": ["w-full"],
|
|
3422
|
-
"internalComponents": ["HStack"],
|
|
3423
|
-
"internalComponentProps": { "HStack": {
|
|
3424
|
-
"alignItems": ["center"],
|
|
3425
|
-
"justifyContent": ["space-between"],
|
|
3426
|
-
"overflow": ["hidden"],
|
|
3427
|
-
"position": ["relative"]
|
|
3428
|
-
} },
|
|
3429
|
-
"propToVariantKeys": {
|
|
3430
|
-
"variant": ["toastVariantRoot"],
|
|
3431
|
-
"size": ["toastSizeRoot"]
|
|
3432
|
-
},
|
|
3433
|
-
"runtimeConfigDefaultProps": {
|
|
3434
|
-
"size": "toast.defaultSize",
|
|
3435
|
-
"variant": "toast.defaultVariant"
|
|
3436
|
-
},
|
|
3437
|
-
"runtimeConfigGetStyles": {
|
|
3438
|
-
"toastVariantRoot": ["toast.defaultVariant"],
|
|
3439
|
-
"toastSizeRoot": ["toast.defaultSize"]
|
|
3440
|
-
},
|
|
3441
|
-
"runtimeConfigInternalComponentProps": { "HStack": { "backgroundColor": ["toast.backgroundColor.${variant}"] } },
|
|
3442
|
-
"motionVarPrefixes": []
|
|
3443
|
-
},
|
|
3444
|
-
ToastPortal: {
|
|
3445
|
-
"name": "ToastPortal",
|
|
3446
|
-
"defaultProps": {},
|
|
3447
|
-
"getStylesLiterals": {},
|
|
3448
|
-
"cxLiterals": [],
|
|
3449
|
-
"internalComponents": ["ReactToastifyToastContainer"],
|
|
3450
|
-
"internalComponentProps": {},
|
|
3451
|
-
"propToVariantKeys": {},
|
|
3452
|
-
"runtimeConfigDefaultProps": {
|
|
3453
|
-
"size": "toast.defaultSize",
|
|
3454
|
-
"variant": "toast.defaultVariant"
|
|
3455
|
-
},
|
|
3456
|
-
"runtimeConfigGetStyles": {},
|
|
3457
|
-
"runtimeConfigInternalComponentProps": { "ReactToastifyToastContainer": { "autoClose": ["toast.autoClose"] } },
|
|
3458
|
-
"motionVarPrefixes": []
|
|
3459
|
-
},
|
|
3460
|
-
Toast: {
|
|
3461
|
-
"name": "Toast",
|
|
3462
|
-
"defaultProps": {},
|
|
3463
|
-
"getStylesLiterals": {
|
|
3464
|
-
"className": "animate-spin",
|
|
3465
|
-
"className:1": "flex-none",
|
|
3466
|
-
"spacing": "2",
|
|
3467
|
-
"borderRadius": "full"
|
|
3468
|
-
},
|
|
3469
|
-
"cxLiterals": [
|
|
3470
|
-
"duration-0",
|
|
3471
|
-
"duration-120",
|
|
3472
|
-
"transition-[background-color]",
|
|
3473
|
-
"bg-carbon-15/0",
|
|
3474
|
-
"hover:bg-carbon-15/10",
|
|
3475
|
-
"active:bg-carbon-15/15",
|
|
3476
|
-
"uds-ring"
|
|
3477
|
-
],
|
|
3478
|
-
"internalComponents": [
|
|
3479
|
-
"IconSlot",
|
|
3480
|
-
"ToastContainer",
|
|
3481
|
-
"Text",
|
|
3482
|
-
"Button",
|
|
3483
|
-
"Pressable"
|
|
3484
|
-
],
|
|
3485
|
-
"internalComponentProps": {},
|
|
3486
|
-
"propToVariantKeys": {
|
|
3487
|
-
"size": [
|
|
3488
|
-
"toastSizeLabel",
|
|
3489
|
-
"toastSizeIcon",
|
|
3490
|
-
"toastSizeActionButton",
|
|
3491
|
-
"toastSizeCloseIcon"
|
|
3492
|
-
],
|
|
3493
|
-
"variant": [
|
|
3494
|
-
"toastVariantIcon",
|
|
3495
|
-
"toastVariantActionButton",
|
|
3496
|
-
"toastVariantCloseIcon"
|
|
3497
|
-
],
|
|
3498
|
-
"closeIcon": ["icon"],
|
|
3499
|
-
"onClickActionButton": ["onClick"]
|
|
3500
|
-
},
|
|
3501
|
-
"runtimeConfigDefaultProps": {
|
|
3502
|
-
"size": "toast.defaultSize",
|
|
3503
|
-
"variant": "toast.defaultVariant"
|
|
3504
|
-
},
|
|
3505
|
-
"runtimeConfigGetStyles": {
|
|
3506
|
-
"toastSizeLabel": ["toast.defaultSize"],
|
|
3507
|
-
"toastVariantIcon": ["toast.defaultVariant"],
|
|
3508
|
-
"toastSizeIcon": ["toast.defaultSize"],
|
|
3509
|
-
"toastSizeActionButton": ["toast.defaultSize"],
|
|
3510
|
-
"toastVariantActionButton": ["toast.defaultVariant"],
|
|
3511
|
-
"toastVariantCloseIcon": ["toast.defaultVariant"],
|
|
3512
|
-
"toastSizeCloseIcon": ["toast.defaultSize"]
|
|
3513
|
-
},
|
|
3514
|
-
"runtimeConfigInternalComponentProps": {
|
|
3515
|
-
"ToastContainer": {
|
|
3516
|
-
"size": ["toast.defaultSize"],
|
|
3517
|
-
"variant": ["toast.defaultVariant"]
|
|
3518
|
-
},
|
|
3519
|
-
"Text": {
|
|
3520
|
-
"variant": ["toast.textVariant.${size}"],
|
|
3521
|
-
"color": ["toast.textColor.${variant}"]
|
|
3522
|
-
},
|
|
3523
|
-
"Button": {
|
|
3524
|
-
"size": ["toast.buttonSize.${size}"],
|
|
3525
|
-
"variant": ["toast.buttonVariant.${variant}"]
|
|
3526
|
-
}
|
|
3527
|
-
},
|
|
3528
|
-
"motionVarPrefixes": []
|
|
3529
|
-
},
|
|
3530
3399
|
TabList: {
|
|
3531
3400
|
"name": "TabList",
|
|
3532
3401
|
"defaultProps": { "variant": "primary" },
|
|
@@ -3680,6 +3549,137 @@ var componentData_default = {
|
|
|
3680
3549
|
"runtimeConfigInternalComponentProps": {},
|
|
3681
3550
|
"motionVarPrefixes": []
|
|
3682
3551
|
},
|
|
3552
|
+
UDSToastConfigProvider: {
|
|
3553
|
+
"name": "UDSToastConfigProvider",
|
|
3554
|
+
"defaultProps": {},
|
|
3555
|
+
"getStylesLiterals": {},
|
|
3556
|
+
"cxLiterals": [],
|
|
3557
|
+
"internalComponents": ["ToastContext.Provider"],
|
|
3558
|
+
"internalComponentProps": {},
|
|
3559
|
+
"propToVariantKeys": {},
|
|
3560
|
+
"runtimeConfigDefaultProps": {},
|
|
3561
|
+
"runtimeConfigGetStyles": {},
|
|
3562
|
+
"runtimeConfigInternalComponentProps": {},
|
|
3563
|
+
"motionVarPrefixes": []
|
|
3564
|
+
},
|
|
3565
|
+
ToastContainer: {
|
|
3566
|
+
"name": "ToastContainer",
|
|
3567
|
+
"defaultProps": {},
|
|
3568
|
+
"getStylesLiterals": {
|
|
3569
|
+
"position": "relative",
|
|
3570
|
+
"alignItems": "center",
|
|
3571
|
+
"display": "flex",
|
|
3572
|
+
"className": "box-border touch-none z-0 w-full break-words mb-2 last:mb-0"
|
|
3573
|
+
},
|
|
3574
|
+
"cxLiterals": ["w-full"],
|
|
3575
|
+
"internalComponents": ["HStack"],
|
|
3576
|
+
"internalComponentProps": { "HStack": {
|
|
3577
|
+
"alignItems": ["center"],
|
|
3578
|
+
"justifyContent": ["space-between"],
|
|
3579
|
+
"overflow": ["hidden"],
|
|
3580
|
+
"position": ["relative"]
|
|
3581
|
+
} },
|
|
3582
|
+
"propToVariantKeys": {
|
|
3583
|
+
"variant": ["toastVariantRoot"],
|
|
3584
|
+
"size": ["toastSizeRoot"]
|
|
3585
|
+
},
|
|
3586
|
+
"runtimeConfigDefaultProps": {
|
|
3587
|
+
"size": "toast.defaultSize",
|
|
3588
|
+
"variant": "toast.defaultVariant"
|
|
3589
|
+
},
|
|
3590
|
+
"runtimeConfigGetStyles": {
|
|
3591
|
+
"toastVariantRoot": ["toast.defaultVariant"],
|
|
3592
|
+
"toastSizeRoot": ["toast.defaultSize"]
|
|
3593
|
+
},
|
|
3594
|
+
"runtimeConfigInternalComponentProps": { "HStack": { "backgroundColor": ["toast.backgroundColor.${variant}"] } },
|
|
3595
|
+
"motionVarPrefixes": []
|
|
3596
|
+
},
|
|
3597
|
+
ToastPortal: {
|
|
3598
|
+
"name": "ToastPortal",
|
|
3599
|
+
"defaultProps": {},
|
|
3600
|
+
"getStylesLiterals": {},
|
|
3601
|
+
"cxLiterals": [],
|
|
3602
|
+
"internalComponents": ["ReactToastifyToastContainer"],
|
|
3603
|
+
"internalComponentProps": {},
|
|
3604
|
+
"propToVariantKeys": {},
|
|
3605
|
+
"runtimeConfigDefaultProps": {
|
|
3606
|
+
"size": "toast.defaultSize",
|
|
3607
|
+
"variant": "toast.defaultVariant"
|
|
3608
|
+
},
|
|
3609
|
+
"runtimeConfigGetStyles": {},
|
|
3610
|
+
"runtimeConfigInternalComponentProps": { "ReactToastifyToastContainer": { "autoClose": ["toast.autoClose"] } },
|
|
3611
|
+
"motionVarPrefixes": []
|
|
3612
|
+
},
|
|
3613
|
+
Toast: {
|
|
3614
|
+
"name": "Toast",
|
|
3615
|
+
"defaultProps": {},
|
|
3616
|
+
"getStylesLiterals": {
|
|
3617
|
+
"className": "animate-spin",
|
|
3618
|
+
"className:1": "flex-none",
|
|
3619
|
+
"spacing": "2",
|
|
3620
|
+
"borderRadius": "full"
|
|
3621
|
+
},
|
|
3622
|
+
"cxLiterals": [
|
|
3623
|
+
"duration-0",
|
|
3624
|
+
"duration-120",
|
|
3625
|
+
"transition-[background-color]",
|
|
3626
|
+
"bg-carbon-15/0",
|
|
3627
|
+
"hover:bg-carbon-15/10",
|
|
3628
|
+
"active:bg-carbon-15/15",
|
|
3629
|
+
"uds-ring"
|
|
3630
|
+
],
|
|
3631
|
+
"internalComponents": [
|
|
3632
|
+
"IconSlot",
|
|
3633
|
+
"ToastContainer",
|
|
3634
|
+
"Text",
|
|
3635
|
+
"Button",
|
|
3636
|
+
"Pressable"
|
|
3637
|
+
],
|
|
3638
|
+
"internalComponentProps": {},
|
|
3639
|
+
"propToVariantKeys": {
|
|
3640
|
+
"size": [
|
|
3641
|
+
"toastSizeLabel",
|
|
3642
|
+
"toastSizeIcon",
|
|
3643
|
+
"toastSizeActionButton",
|
|
3644
|
+
"toastSizeCloseIcon"
|
|
3645
|
+
],
|
|
3646
|
+
"variant": [
|
|
3647
|
+
"toastVariantIcon",
|
|
3648
|
+
"toastVariantActionButton",
|
|
3649
|
+
"toastVariantCloseIcon"
|
|
3650
|
+
],
|
|
3651
|
+
"closeIcon": ["icon"],
|
|
3652
|
+
"onClickActionButton": ["onClick"]
|
|
3653
|
+
},
|
|
3654
|
+
"runtimeConfigDefaultProps": {
|
|
3655
|
+
"size": "toast.defaultSize",
|
|
3656
|
+
"variant": "toast.defaultVariant"
|
|
3657
|
+
},
|
|
3658
|
+
"runtimeConfigGetStyles": {
|
|
3659
|
+
"toastSizeLabel": ["toast.defaultSize"],
|
|
3660
|
+
"toastVariantIcon": ["toast.defaultVariant"],
|
|
3661
|
+
"toastSizeIcon": ["toast.defaultSize"],
|
|
3662
|
+
"toastSizeActionButton": ["toast.defaultSize"],
|
|
3663
|
+
"toastVariantActionButton": ["toast.defaultVariant"],
|
|
3664
|
+
"toastVariantCloseIcon": ["toast.defaultVariant"],
|
|
3665
|
+
"toastSizeCloseIcon": ["toast.defaultSize"]
|
|
3666
|
+
},
|
|
3667
|
+
"runtimeConfigInternalComponentProps": {
|
|
3668
|
+
"ToastContainer": {
|
|
3669
|
+
"size": ["toast.defaultSize"],
|
|
3670
|
+
"variant": ["toast.defaultVariant"]
|
|
3671
|
+
},
|
|
3672
|
+
"Text": {
|
|
3673
|
+
"variant": ["toast.textVariant.${size}"],
|
|
3674
|
+
"color": ["toast.textColor.${variant}"]
|
|
3675
|
+
},
|
|
3676
|
+
"Button": {
|
|
3677
|
+
"size": ["toast.buttonSize.${size}"],
|
|
3678
|
+
"variant": ["toast.buttonVariant.${variant}"]
|
|
3679
|
+
}
|
|
3680
|
+
},
|
|
3681
|
+
"motionVarPrefixes": []
|
|
3682
|
+
},
|
|
3683
3683
|
Checkbox: {
|
|
3684
3684
|
"name": "Checkbox",
|
|
3685
3685
|
"defaultProps": {},
|