@yahoo/uds 3.171.0 → 3.172.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/automated-config/dist/utils/getConfigVariantProperties.d.cts +2 -2
- package/dist/automated-config/dist/utils/getConfigVariantProperties.d.ts +2 -2
- package/dist/css/dist/css/purgeWorker.js +50 -0
- package/dist/css/dist/css/runner.cjs +3 -1
- package/dist/css/dist/css/runner.js +3 -1
- package/dist/css/dist/css/workerPool.cjs +18 -2
- package/dist/css/dist/css/workerPool.js +16 -1
- package/dist/css/dist/purger/optimized/ast/expressions.cjs +278 -278
- package/dist/css/dist/purger/optimized/ast/expressions.js +278 -278
- package/dist/css/dist/purger/optimized/ast/jsx.cjs +67 -36
- package/dist/css/dist/purger/optimized/ast/jsx.js +67 -35
- package/dist/css/dist/purger/optimized/ast/oxc.cjs +265 -0
- package/dist/css/dist/purger/optimized/ast/oxc.js +253 -0
- package/dist/css/dist/purger/optimized/ast/props.cjs +21 -15
- package/dist/css/dist/purger/optimized/ast/props.js +21 -14
- package/dist/css/dist/purger/optimized/ast/spread.cjs +19 -19
- package/dist/css/dist/purger/optimized/ast/spread.js +19 -18
- package/dist/css/dist/purger/optimized/purgeFromCode.cjs +86 -101
- package/dist/css/dist/purger/optimized/purgeFromCode.js +86 -100
- package/dist/tailwind-internal/dist/utils/getShadowStyles.d.cts +2 -2
- package/dist/tailwind-internal/dist/utils/getShadowStyles.d.ts +2 -2
- package/dist/tailwind-v3/dist/purger/legacy/purgeCSS.cjs +1 -1
- package/dist/tailwind-v3/dist/purger/legacy/purgeCSS.js +1 -1
- package/dist/uds/generated/componentData.cjs +273 -273
- package/dist/uds/generated/componentData.js +273 -273
- package/dist/uds/package.cjs +2 -0
- package/dist/uds/package.js +2 -0
- package/generated/componentData.json +419 -419
- package/package.json +3 -1
|
@@ -1643,6 +1643,52 @@
|
|
|
1643
1643
|
"--uds-motion-smooth-3-"
|
|
1644
1644
|
]
|
|
1645
1645
|
},
|
|
1646
|
+
"UDSConfigProvider": {
|
|
1647
|
+
"name": "UDSConfigProvider",
|
|
1648
|
+
"defaultProps": {},
|
|
1649
|
+
"getStylesLiterals": {},
|
|
1650
|
+
"cxLiterals": [],
|
|
1651
|
+
"internalComponents": [
|
|
1652
|
+
"UDSBreakpointsConfigProvider",
|
|
1653
|
+
"UDSAvatarConfigProvider",
|
|
1654
|
+
"UDSBadgeConfigProvider",
|
|
1655
|
+
"UDSBottomSheetConfigProvider",
|
|
1656
|
+
"UDSButtonConfigProvider",
|
|
1657
|
+
"UDSChipConfigProvider",
|
|
1658
|
+
"UDSIconButtonConfigProvider",
|
|
1659
|
+
"UDSInputConfigProvider",
|
|
1660
|
+
"UDSMenuItemConfigProvider",
|
|
1661
|
+
"UDSPaddleNavConfigProvider",
|
|
1662
|
+
"UDSPaginationConfigProvider",
|
|
1663
|
+
"UDSSelectItemConfigProvider",
|
|
1664
|
+
"UDSTabConfigProvider",
|
|
1665
|
+
"UDSToastConfigProvider",
|
|
1666
|
+
"UDSTooltipConfigProvider",
|
|
1667
|
+
"UDSPopoverConfigProvider",
|
|
1668
|
+
"UDSModalConfigProvider"
|
|
1669
|
+
],
|
|
1670
|
+
"internalComponentProps": {},
|
|
1671
|
+
"propToVariantKeys": {},
|
|
1672
|
+
"runtimeConfigDefaultProps": {},
|
|
1673
|
+
"runtimeConfigGetStyles": {},
|
|
1674
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1675
|
+
"motionVarPrefixes": []
|
|
1676
|
+
},
|
|
1677
|
+
"UDSBreakpointsConfigProvider": {
|
|
1678
|
+
"name": "UDSBreakpointsConfigProvider",
|
|
1679
|
+
"defaultProps": {},
|
|
1680
|
+
"getStylesLiterals": {},
|
|
1681
|
+
"cxLiterals": [],
|
|
1682
|
+
"internalComponents": [
|
|
1683
|
+
"UDSBreakpointsConfigContext.Provider"
|
|
1684
|
+
],
|
|
1685
|
+
"internalComponentProps": {},
|
|
1686
|
+
"propToVariantKeys": {},
|
|
1687
|
+
"runtimeConfigDefaultProps": {},
|
|
1688
|
+
"runtimeConfigGetStyles": {},
|
|
1689
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1690
|
+
"motionVarPrefixes": []
|
|
1691
|
+
},
|
|
1646
1692
|
"Menu.Trigger": {
|
|
1647
1693
|
"name": "Menu.Trigger",
|
|
1648
1694
|
"defaultProps": {},
|
|
@@ -1934,52 +1980,6 @@
|
|
|
1934
1980
|
"--uds-motion-smooth-3-"
|
|
1935
1981
|
]
|
|
1936
1982
|
},
|
|
1937
|
-
"UDSConfigProvider": {
|
|
1938
|
-
"name": "UDSConfigProvider",
|
|
1939
|
-
"defaultProps": {},
|
|
1940
|
-
"getStylesLiterals": {},
|
|
1941
|
-
"cxLiterals": [],
|
|
1942
|
-
"internalComponents": [
|
|
1943
|
-
"UDSBreakpointsConfigProvider",
|
|
1944
|
-
"UDSAvatarConfigProvider",
|
|
1945
|
-
"UDSBadgeConfigProvider",
|
|
1946
|
-
"UDSBottomSheetConfigProvider",
|
|
1947
|
-
"UDSButtonConfigProvider",
|
|
1948
|
-
"UDSChipConfigProvider",
|
|
1949
|
-
"UDSIconButtonConfigProvider",
|
|
1950
|
-
"UDSInputConfigProvider",
|
|
1951
|
-
"UDSMenuItemConfigProvider",
|
|
1952
|
-
"UDSPaddleNavConfigProvider",
|
|
1953
|
-
"UDSPaginationConfigProvider",
|
|
1954
|
-
"UDSSelectItemConfigProvider",
|
|
1955
|
-
"UDSTabConfigProvider",
|
|
1956
|
-
"UDSToastConfigProvider",
|
|
1957
|
-
"UDSTooltipConfigProvider",
|
|
1958
|
-
"UDSPopoverConfigProvider",
|
|
1959
|
-
"UDSModalConfigProvider"
|
|
1960
|
-
],
|
|
1961
|
-
"internalComponentProps": {},
|
|
1962
|
-
"propToVariantKeys": {},
|
|
1963
|
-
"runtimeConfigDefaultProps": {},
|
|
1964
|
-
"runtimeConfigGetStyles": {},
|
|
1965
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1966
|
-
"motionVarPrefixes": []
|
|
1967
|
-
},
|
|
1968
|
-
"UDSBreakpointsConfigProvider": {
|
|
1969
|
-
"name": "UDSBreakpointsConfigProvider",
|
|
1970
|
-
"defaultProps": {},
|
|
1971
|
-
"getStylesLiterals": {},
|
|
1972
|
-
"cxLiterals": [],
|
|
1973
|
-
"internalComponents": [
|
|
1974
|
-
"UDSBreakpointsConfigContext.Provider"
|
|
1975
|
-
],
|
|
1976
|
-
"internalComponentProps": {},
|
|
1977
|
-
"propToVariantKeys": {},
|
|
1978
|
-
"runtimeConfigDefaultProps": {},
|
|
1979
|
-
"runtimeConfigGetStyles": {},
|
|
1980
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1981
|
-
"motionVarPrefixes": []
|
|
1982
|
-
},
|
|
1983
1983
|
"PaginationNext": {
|
|
1984
1984
|
"name": "PaginationNext",
|
|
1985
1985
|
"defaultProps": {
|
|
@@ -3250,73 +3250,280 @@
|
|
|
3250
3250
|
"--uds-motion-smooth-3-"
|
|
3251
3251
|
]
|
|
3252
3252
|
},
|
|
3253
|
-
"
|
|
3254
|
-
"name": "
|
|
3253
|
+
"InputHelpTextInternal": {
|
|
3254
|
+
"name": "InputHelpTextInternal",
|
|
3255
|
+
"defaultProps": {},
|
|
3256
|
+
"getStylesLiterals": {
|
|
3257
|
+
"inputVariantHelperText": "default",
|
|
3258
|
+
"inputVariantValueHelperText": "empty",
|
|
3259
|
+
"inputVariantValueHelperText:1": "filled",
|
|
3260
|
+
"inputVariantHelperIcon": "default",
|
|
3261
|
+
"inputVariantValueHelperIcon": "empty",
|
|
3262
|
+
"inputVariantValueHelperIcon:1": "filled"
|
|
3263
|
+
},
|
|
3264
|
+
"cxLiterals": [],
|
|
3265
|
+
"internalComponents": [
|
|
3266
|
+
"IconSlot",
|
|
3267
|
+
"HStack"
|
|
3268
|
+
],
|
|
3269
|
+
"internalComponentProps": {
|
|
3270
|
+
"HStack": {
|
|
3271
|
+
"gap": [
|
|
3272
|
+
"1"
|
|
3273
|
+
],
|
|
3274
|
+
"alignItems": [
|
|
3275
|
+
"center"
|
|
3276
|
+
]
|
|
3277
|
+
}
|
|
3278
|
+
},
|
|
3279
|
+
"propToVariantKeys": {
|
|
3280
|
+
"size": [
|
|
3281
|
+
"inputSizeHelperText",
|
|
3282
|
+
"inputSizeHelperIcon"
|
|
3283
|
+
],
|
|
3284
|
+
"startIcon": [
|
|
3285
|
+
"icon"
|
|
3286
|
+
],
|
|
3287
|
+
"endIcon": [
|
|
3288
|
+
"icon"
|
|
3289
|
+
]
|
|
3290
|
+
},
|
|
3291
|
+
"runtimeConfigDefaultProps": {
|
|
3292
|
+
"size": "input.defaultSize"
|
|
3293
|
+
},
|
|
3294
|
+
"runtimeConfigGetStyles": {},
|
|
3295
|
+
"runtimeConfigInternalComponentProps": {},
|
|
3296
|
+
"motionVarPrefixes": []
|
|
3297
|
+
},
|
|
3298
|
+
"Input": {
|
|
3299
|
+
"name": "Input",
|
|
3255
3300
|
"defaultProps": {
|
|
3301
|
+
"type": "text",
|
|
3256
3302
|
"size": "md",
|
|
3257
|
-
"
|
|
3303
|
+
"width": "full"
|
|
3304
|
+
},
|
|
3305
|
+
"getStylesLiterals": {
|
|
3306
|
+
"inputVariantRoot": "default",
|
|
3307
|
+
"inputVariantValueRoot": "empty",
|
|
3308
|
+
"inputVariantValueRoot:1": "filled",
|
|
3309
|
+
"inputVariantInputWrapper": "default",
|
|
3310
|
+
"inputVariantValueInputWrapper": "empty",
|
|
3311
|
+
"inputVariantValueInputWrapper:1": "filled",
|
|
3312
|
+
"inputVariantInput": "default",
|
|
3313
|
+
"inputVariantValueInput": "empty",
|
|
3314
|
+
"inputVariantValueInput:1": "filled",
|
|
3315
|
+
"inputVariantInputPlaceholder": "default",
|
|
3316
|
+
"inputVariantValueInputPlaceholder": "empty",
|
|
3317
|
+
"inputVariantValueInputPlaceholder:1": "filled",
|
|
3318
|
+
"inputVariantLabel": "default",
|
|
3319
|
+
"inputVariantValueLabel": "empty",
|
|
3320
|
+
"inputVariantValueLabel:1": "filled",
|
|
3321
|
+
"inputVariantLabelRequired": "default",
|
|
3322
|
+
"inputVariantValueLabelRequired": "empty",
|
|
3323
|
+
"inputVariantValueLabelRequired:1": "filled",
|
|
3324
|
+
"inputVariantStartIcon": "default",
|
|
3325
|
+
"inputVariantValueStartIcon": "empty",
|
|
3326
|
+
"inputVariantValueStartIcon:1": "filled",
|
|
3327
|
+
"inputVariantEndIcon": "default",
|
|
3328
|
+
"inputVariantValueEndIcon": "empty",
|
|
3329
|
+
"inputVariantValueEndIcon:1": "filled"
|
|
3258
3330
|
},
|
|
3259
|
-
"getStylesLiterals": {},
|
|
3260
3331
|
"cxLiterals": [
|
|
3261
|
-
"pointer-events-none",
|
|
3262
|
-
"cursor-default",
|
|
3263
3332
|
"opacity-50",
|
|
3264
|
-
"
|
|
3265
|
-
"
|
|
3266
|
-
"
|
|
3267
|
-
"
|
|
3268
|
-
"
|
|
3269
|
-
"
|
|
3270
|
-
"
|
|
3271
|
-
"
|
|
3272
|
-
"
|
|
3333
|
+
"min-w-[200px]",
|
|
3334
|
+
"uds-ring-shadow",
|
|
3335
|
+
"uds-ring-within",
|
|
3336
|
+
"grow",
|
|
3337
|
+
"uds-hit-target",
|
|
3338
|
+
"bg-transparent",
|
|
3339
|
+
"bg-clip-text",
|
|
3340
|
+
"focus-visible:outline-none",
|
|
3341
|
+
"cursor-text",
|
|
3342
|
+
"cursor-not-allowed"
|
|
3273
3343
|
],
|
|
3274
3344
|
"internalComponents": [
|
|
3275
3345
|
"IconSlot",
|
|
3346
|
+
"StartIcon",
|
|
3347
|
+
"EndIcon",
|
|
3348
|
+
"HelpTextContent",
|
|
3349
|
+
"Box",
|
|
3350
|
+
"InputHelpTextInternal",
|
|
3351
|
+
"VStack",
|
|
3276
3352
|
"HStack",
|
|
3277
|
-
"
|
|
3278
|
-
"Text"
|
|
3353
|
+
"AnimateHeightChange"
|
|
3279
3354
|
],
|
|
3280
3355
|
"internalComponentProps": {
|
|
3281
|
-
"
|
|
3282
|
-
"
|
|
3283
|
-
"
|
|
3356
|
+
"HelpTextContent": {
|
|
3357
|
+
"spacingTop": [
|
|
3358
|
+
"2"
|
|
3359
|
+
]
|
|
3360
|
+
},
|
|
3361
|
+
"Box": {
|
|
3362
|
+
"spacingBottom": [
|
|
3363
|
+
"2"
|
|
3284
3364
|
],
|
|
3285
|
-
"
|
|
3286
|
-
"
|
|
3365
|
+
"columnGap": [
|
|
3366
|
+
"0.5"
|
|
3287
3367
|
],
|
|
3288
|
-
"
|
|
3289
|
-
"
|
|
3368
|
+
"alignItems": [
|
|
3369
|
+
"flex-end",
|
|
3370
|
+
"center"
|
|
3371
|
+
],
|
|
3372
|
+
"position": [
|
|
3373
|
+
"relative"
|
|
3374
|
+
]
|
|
3375
|
+
},
|
|
3376
|
+
"HStack": {
|
|
3377
|
+
"alignItems": [
|
|
3378
|
+
"center"
|
|
3379
|
+
],
|
|
3380
|
+
"gap": [
|
|
3381
|
+
"1"
|
|
3290
3382
|
]
|
|
3291
3383
|
}
|
|
3292
3384
|
},
|
|
3293
3385
|
"propToVariantKeys": {
|
|
3294
3386
|
"size": [
|
|
3295
|
-
"
|
|
3296
|
-
"
|
|
3387
|
+
"inputSizeRoot",
|
|
3388
|
+
"inputSizeInputWrapperStatic",
|
|
3389
|
+
"inputSizeInputWrapperDynamic",
|
|
3390
|
+
"inputSizeInput",
|
|
3391
|
+
"inputSizeLabel",
|
|
3392
|
+
"inputSizeStartIcon",
|
|
3393
|
+
"inputSizeEndIcon"
|
|
3297
3394
|
],
|
|
3298
3395
|
"startIcon": [
|
|
3299
3396
|
"icon"
|
|
3300
3397
|
],
|
|
3301
3398
|
"endIcon": [
|
|
3302
3399
|
"icon"
|
|
3400
|
+
],
|
|
3401
|
+
"slotProps": [
|
|
3402
|
+
"helperTextSlotProps"
|
|
3403
|
+
],
|
|
3404
|
+
"helperTextIcon": [
|
|
3405
|
+
"startIcon"
|
|
3303
3406
|
]
|
|
3304
3407
|
},
|
|
3305
3408
|
"runtimeConfigDefaultProps": {
|
|
3306
|
-
"size": "
|
|
3409
|
+
"size": "input.defaultSize"
|
|
3307
3410
|
},
|
|
3308
3411
|
"runtimeConfigGetStyles": {},
|
|
3309
3412
|
"runtimeConfigInternalComponentProps": {},
|
|
3310
3413
|
"motionVarPrefixes": []
|
|
3311
3414
|
},
|
|
3312
|
-
"
|
|
3313
|
-
"name": "
|
|
3415
|
+
"UDSInputConfigProvider": {
|
|
3416
|
+
"name": "UDSInputConfigProvider",
|
|
3314
3417
|
"defaultProps": {},
|
|
3315
3418
|
"getStylesLiterals": {},
|
|
3316
3419
|
"cxLiterals": [],
|
|
3317
|
-
"internalComponents": [
|
|
3318
|
-
|
|
3319
|
-
|
|
3420
|
+
"internalComponents": [],
|
|
3421
|
+
"internalComponentProps": {},
|
|
3422
|
+
"propToVariantKeys": {},
|
|
3423
|
+
"runtimeConfigDefaultProps": {},
|
|
3424
|
+
"runtimeConfigGetStyles": {},
|
|
3425
|
+
"runtimeConfigInternalComponentProps": {},
|
|
3426
|
+
"motionVarPrefixes": []
|
|
3427
|
+
},
|
|
3428
|
+
"InputHelpText": {
|
|
3429
|
+
"name": "InputHelpText",
|
|
3430
|
+
"defaultProps": {
|
|
3431
|
+
"size": "md"
|
|
3432
|
+
},
|
|
3433
|
+
"getStylesLiterals": {
|
|
3434
|
+
"inputVariantRoot": "default",
|
|
3435
|
+
"inputVariantValueRoot": "empty",
|
|
3436
|
+
"inputVariantValueRoot:1": "filled"
|
|
3437
|
+
},
|
|
3438
|
+
"cxLiterals": [],
|
|
3439
|
+
"internalComponents": [
|
|
3440
|
+
"InputHelpTextInternal",
|
|
3441
|
+
"Box"
|
|
3442
|
+
],
|
|
3443
|
+
"internalComponentProps": {
|
|
3444
|
+
"Box": {
|
|
3445
|
+
"spacingTop": [
|
|
3446
|
+
"2"
|
|
3447
|
+
]
|
|
3448
|
+
}
|
|
3449
|
+
},
|
|
3450
|
+
"propToVariantKeys": {
|
|
3451
|
+
"size": [
|
|
3452
|
+
"inputSizeRoot"
|
|
3453
|
+
]
|
|
3454
|
+
},
|
|
3455
|
+
"runtimeConfigDefaultProps": {},
|
|
3456
|
+
"runtimeConfigGetStyles": {},
|
|
3457
|
+
"runtimeConfigInternalComponentProps": {},
|
|
3458
|
+
"motionVarPrefixes": []
|
|
3459
|
+
},
|
|
3460
|
+
"ChipBase": {
|
|
3461
|
+
"name": "ChipBase",
|
|
3462
|
+
"defaultProps": {
|
|
3463
|
+
"size": "md",
|
|
3464
|
+
"as": "div"
|
|
3465
|
+
},
|
|
3466
|
+
"getStylesLiterals": {},
|
|
3467
|
+
"cxLiterals": [
|
|
3468
|
+
"pointer-events-none",
|
|
3469
|
+
"cursor-default",
|
|
3470
|
+
"opacity-50",
|
|
3471
|
+
"inline-flex",
|
|
3472
|
+
"items-center",
|
|
3473
|
+
"transition-[background-color,outline-color,box-shadow]",
|
|
3474
|
+
"truncate",
|
|
3475
|
+
"whitespace-nowrap",
|
|
3476
|
+
"text-center",
|
|
3477
|
+
"flex-1",
|
|
3478
|
+
"md",
|
|
3479
|
+
"primary"
|
|
3480
|
+
],
|
|
3481
|
+
"internalComponents": [
|
|
3482
|
+
"IconSlot",
|
|
3483
|
+
"HStack",
|
|
3484
|
+
"As",
|
|
3485
|
+
"Text"
|
|
3486
|
+
],
|
|
3487
|
+
"internalComponentProps": {
|
|
3488
|
+
"Text": {
|
|
3489
|
+
"as": [
|
|
3490
|
+
"span"
|
|
3491
|
+
],
|
|
3492
|
+
"color": [
|
|
3493
|
+
"current"
|
|
3494
|
+
],
|
|
3495
|
+
"variant": [
|
|
3496
|
+
"inherit"
|
|
3497
|
+
]
|
|
3498
|
+
}
|
|
3499
|
+
},
|
|
3500
|
+
"propToVariantKeys": {
|
|
3501
|
+
"size": [
|
|
3502
|
+
"chipSizeRoot",
|
|
3503
|
+
"chipSizeIcon"
|
|
3504
|
+
],
|
|
3505
|
+
"startIcon": [
|
|
3506
|
+
"icon"
|
|
3507
|
+
],
|
|
3508
|
+
"endIcon": [
|
|
3509
|
+
"icon"
|
|
3510
|
+
]
|
|
3511
|
+
},
|
|
3512
|
+
"runtimeConfigDefaultProps": {
|
|
3513
|
+
"size": "chip.defaultSize"
|
|
3514
|
+
},
|
|
3515
|
+
"runtimeConfigGetStyles": {},
|
|
3516
|
+
"runtimeConfigInternalComponentProps": {},
|
|
3517
|
+
"motionVarPrefixes": []
|
|
3518
|
+
},
|
|
3519
|
+
"Chip": {
|
|
3520
|
+
"name": "Chip",
|
|
3521
|
+
"defaultProps": {},
|
|
3522
|
+
"getStylesLiterals": {},
|
|
3523
|
+
"cxLiterals": [],
|
|
3524
|
+
"internalComponents": [
|
|
3525
|
+
"ChipDismissible",
|
|
3526
|
+
"ChipToggle",
|
|
3320
3527
|
"ChipLink",
|
|
3321
3528
|
"ChipButton"
|
|
3322
3529
|
],
|
|
@@ -3417,255 +3624,48 @@
|
|
|
3417
3624
|
"internalComponentProps": {
|
|
3418
3625
|
"ChipBase": {
|
|
3419
3626
|
"as": [
|
|
3420
|
-
"button"
|
|
3421
|
-
]
|
|
3422
|
-
}
|
|
3423
|
-
},
|
|
3424
|
-
"propToVariantKeys": {
|
|
3425
|
-
"variant": [
|
|
3426
|
-
"chipLinkVariantRoot",
|
|
3427
|
-
"chipLinkVariantIcon"
|
|
3428
|
-
]
|
|
3429
|
-
},
|
|
3430
|
-
"runtimeConfigDefaultProps": {},
|
|
3431
|
-
"runtimeConfigGetStyles": {},
|
|
3432
|
-
"runtimeConfigInternalComponentProps": {},
|
|
3433
|
-
"motionVarPrefixes": []
|
|
3434
|
-
},
|
|
3435
|
-
"ChipToggle": {
|
|
3436
|
-
"name": "ChipToggle",
|
|
3437
|
-
"defaultProps": {
|
|
3438
|
-
"variant": "primary",
|
|
3439
|
-
"role": "checkbox"
|
|
3440
|
-
},
|
|
3441
|
-
"getStylesLiterals": {
|
|
3442
|
-
"chipToggleVariantActiveRoot": "on",
|
|
3443
|
-
"chipToggleVariantActiveRoot:1": "off"
|
|
3444
|
-
},
|
|
3445
|
-
"cxLiterals": [
|
|
3446
|
-
"uds-ring"
|
|
3447
|
-
],
|
|
3448
|
-
"internalComponents": [
|
|
3449
|
-
"ChipBase"
|
|
3450
|
-
],
|
|
3451
|
-
"internalComponentProps": {
|
|
3452
|
-
"ChipBase": {
|
|
3453
|
-
"as": [
|
|
3454
|
-
"button"
|
|
3455
|
-
]
|
|
3456
|
-
}
|
|
3457
|
-
},
|
|
3458
|
-
"propToVariantKeys": {
|
|
3459
|
-
"variant": [
|
|
3460
|
-
"chipToggleVariantRoot",
|
|
3461
|
-
"chipToggleVariantIcon"
|
|
3462
|
-
]
|
|
3463
|
-
},
|
|
3464
|
-
"runtimeConfigDefaultProps": {},
|
|
3465
|
-
"runtimeConfigGetStyles": {},
|
|
3466
|
-
"runtimeConfigInternalComponentProps": {},
|
|
3467
|
-
"motionVarPrefixes": []
|
|
3468
|
-
},
|
|
3469
|
-
"InputHelpTextInternal": {
|
|
3470
|
-
"name": "InputHelpTextInternal",
|
|
3471
|
-
"defaultProps": {},
|
|
3472
|
-
"getStylesLiterals": {
|
|
3473
|
-
"inputVariantHelperText": "default",
|
|
3474
|
-
"inputVariantValueHelperText": "empty",
|
|
3475
|
-
"inputVariantValueHelperText:1": "filled",
|
|
3476
|
-
"inputVariantHelperIcon": "default",
|
|
3477
|
-
"inputVariantValueHelperIcon": "empty",
|
|
3478
|
-
"inputVariantValueHelperIcon:1": "filled"
|
|
3479
|
-
},
|
|
3480
|
-
"cxLiterals": [],
|
|
3481
|
-
"internalComponents": [
|
|
3482
|
-
"IconSlot",
|
|
3483
|
-
"HStack"
|
|
3484
|
-
],
|
|
3485
|
-
"internalComponentProps": {
|
|
3486
|
-
"HStack": {
|
|
3487
|
-
"gap": [
|
|
3488
|
-
"1"
|
|
3489
|
-
],
|
|
3490
|
-
"alignItems": [
|
|
3491
|
-
"center"
|
|
3492
|
-
]
|
|
3493
|
-
}
|
|
3494
|
-
},
|
|
3495
|
-
"propToVariantKeys": {
|
|
3496
|
-
"size": [
|
|
3497
|
-
"inputSizeHelperText",
|
|
3498
|
-
"inputSizeHelperIcon"
|
|
3499
|
-
],
|
|
3500
|
-
"startIcon": [
|
|
3501
|
-
"icon"
|
|
3502
|
-
],
|
|
3503
|
-
"endIcon": [
|
|
3504
|
-
"icon"
|
|
3505
|
-
]
|
|
3506
|
-
},
|
|
3507
|
-
"runtimeConfigDefaultProps": {
|
|
3508
|
-
"size": "input.defaultSize"
|
|
3509
|
-
},
|
|
3510
|
-
"runtimeConfigGetStyles": {},
|
|
3511
|
-
"runtimeConfigInternalComponentProps": {},
|
|
3512
|
-
"motionVarPrefixes": []
|
|
3513
|
-
},
|
|
3514
|
-
"Input": {
|
|
3515
|
-
"name": "Input",
|
|
3516
|
-
"defaultProps": {
|
|
3517
|
-
"type": "text",
|
|
3518
|
-
"size": "md",
|
|
3519
|
-
"width": "full"
|
|
3520
|
-
},
|
|
3521
|
-
"getStylesLiterals": {
|
|
3522
|
-
"inputVariantRoot": "default",
|
|
3523
|
-
"inputVariantValueRoot": "empty",
|
|
3524
|
-
"inputVariantValueRoot:1": "filled",
|
|
3525
|
-
"inputVariantInputWrapper": "default",
|
|
3526
|
-
"inputVariantValueInputWrapper": "empty",
|
|
3527
|
-
"inputVariantValueInputWrapper:1": "filled",
|
|
3528
|
-
"inputVariantInput": "default",
|
|
3529
|
-
"inputVariantValueInput": "empty",
|
|
3530
|
-
"inputVariantValueInput:1": "filled",
|
|
3531
|
-
"inputVariantInputPlaceholder": "default",
|
|
3532
|
-
"inputVariantValueInputPlaceholder": "empty",
|
|
3533
|
-
"inputVariantValueInputPlaceholder:1": "filled",
|
|
3534
|
-
"inputVariantLabel": "default",
|
|
3535
|
-
"inputVariantValueLabel": "empty",
|
|
3536
|
-
"inputVariantValueLabel:1": "filled",
|
|
3537
|
-
"inputVariantLabelRequired": "default",
|
|
3538
|
-
"inputVariantValueLabelRequired": "empty",
|
|
3539
|
-
"inputVariantValueLabelRequired:1": "filled",
|
|
3540
|
-
"inputVariantStartIcon": "default",
|
|
3541
|
-
"inputVariantValueStartIcon": "empty",
|
|
3542
|
-
"inputVariantValueStartIcon:1": "filled",
|
|
3543
|
-
"inputVariantEndIcon": "default",
|
|
3544
|
-
"inputVariantValueEndIcon": "empty",
|
|
3545
|
-
"inputVariantValueEndIcon:1": "filled"
|
|
3546
|
-
},
|
|
3547
|
-
"cxLiterals": [
|
|
3548
|
-
"opacity-50",
|
|
3549
|
-
"min-w-[200px]",
|
|
3550
|
-
"uds-ring-shadow",
|
|
3551
|
-
"uds-ring-within",
|
|
3552
|
-
"grow",
|
|
3553
|
-
"uds-hit-target",
|
|
3554
|
-
"bg-transparent",
|
|
3555
|
-
"bg-clip-text",
|
|
3556
|
-
"focus-visible:outline-none",
|
|
3557
|
-
"cursor-text",
|
|
3558
|
-
"cursor-not-allowed"
|
|
3559
|
-
],
|
|
3560
|
-
"internalComponents": [
|
|
3561
|
-
"IconSlot",
|
|
3562
|
-
"StartIcon",
|
|
3563
|
-
"EndIcon",
|
|
3564
|
-
"HelpTextContent",
|
|
3565
|
-
"Box",
|
|
3566
|
-
"InputHelpTextInternal",
|
|
3567
|
-
"VStack",
|
|
3568
|
-
"HStack",
|
|
3569
|
-
"AnimateHeightChange"
|
|
3570
|
-
],
|
|
3571
|
-
"internalComponentProps": {
|
|
3572
|
-
"HelpTextContent": {
|
|
3573
|
-
"spacingTop": [
|
|
3574
|
-
"2"
|
|
3575
|
-
]
|
|
3576
|
-
},
|
|
3577
|
-
"Box": {
|
|
3578
|
-
"spacingBottom": [
|
|
3579
|
-
"2"
|
|
3580
|
-
],
|
|
3581
|
-
"columnGap": [
|
|
3582
|
-
"0.5"
|
|
3583
|
-
],
|
|
3584
|
-
"alignItems": [
|
|
3585
|
-
"flex-end",
|
|
3586
|
-
"center"
|
|
3587
|
-
],
|
|
3588
|
-
"position": [
|
|
3589
|
-
"relative"
|
|
3590
|
-
]
|
|
3591
|
-
},
|
|
3592
|
-
"HStack": {
|
|
3593
|
-
"alignItems": [
|
|
3594
|
-
"center"
|
|
3595
|
-
],
|
|
3596
|
-
"gap": [
|
|
3597
|
-
"1"
|
|
3598
|
-
]
|
|
3599
|
-
}
|
|
3600
|
-
},
|
|
3601
|
-
"propToVariantKeys": {
|
|
3602
|
-
"size": [
|
|
3603
|
-
"inputSizeRoot",
|
|
3604
|
-
"inputSizeInputWrapperStatic",
|
|
3605
|
-
"inputSizeInputWrapperDynamic",
|
|
3606
|
-
"inputSizeInput",
|
|
3607
|
-
"inputSizeLabel",
|
|
3608
|
-
"inputSizeStartIcon",
|
|
3609
|
-
"inputSizeEndIcon"
|
|
3610
|
-
],
|
|
3611
|
-
"startIcon": [
|
|
3612
|
-
"icon"
|
|
3613
|
-
],
|
|
3614
|
-
"endIcon": [
|
|
3615
|
-
"icon"
|
|
3616
|
-
],
|
|
3617
|
-
"slotProps": [
|
|
3618
|
-
"helperTextSlotProps"
|
|
3619
|
-
],
|
|
3620
|
-
"helperTextIcon": [
|
|
3621
|
-
"startIcon"
|
|
3622
|
-
]
|
|
3623
|
-
},
|
|
3624
|
-
"runtimeConfigDefaultProps": {
|
|
3625
|
-
"size": "input.defaultSize"
|
|
3626
|
-
},
|
|
3627
|
-
"runtimeConfigGetStyles": {},
|
|
3628
|
-
"runtimeConfigInternalComponentProps": {},
|
|
3629
|
-
"motionVarPrefixes": []
|
|
3630
|
-
},
|
|
3631
|
-
"UDSInputConfigProvider": {
|
|
3632
|
-
"name": "UDSInputConfigProvider",
|
|
3633
|
-
"defaultProps": {},
|
|
3634
|
-
"getStylesLiterals": {},
|
|
3635
|
-
"cxLiterals": [],
|
|
3636
|
-
"internalComponents": [],
|
|
3637
|
-
"internalComponentProps": {},
|
|
3638
|
-
"propToVariantKeys": {},
|
|
3627
|
+
"button"
|
|
3628
|
+
]
|
|
3629
|
+
}
|
|
3630
|
+
},
|
|
3631
|
+
"propToVariantKeys": {
|
|
3632
|
+
"variant": [
|
|
3633
|
+
"chipLinkVariantRoot",
|
|
3634
|
+
"chipLinkVariantIcon"
|
|
3635
|
+
]
|
|
3636
|
+
},
|
|
3639
3637
|
"runtimeConfigDefaultProps": {},
|
|
3640
3638
|
"runtimeConfigGetStyles": {},
|
|
3641
3639
|
"runtimeConfigInternalComponentProps": {},
|
|
3642
3640
|
"motionVarPrefixes": []
|
|
3643
3641
|
},
|
|
3644
|
-
"
|
|
3645
|
-
"name": "
|
|
3642
|
+
"ChipToggle": {
|
|
3643
|
+
"name": "ChipToggle",
|
|
3646
3644
|
"defaultProps": {
|
|
3647
|
-
"
|
|
3645
|
+
"variant": "primary",
|
|
3646
|
+
"role": "checkbox"
|
|
3648
3647
|
},
|
|
3649
3648
|
"getStylesLiterals": {
|
|
3650
|
-
"
|
|
3651
|
-
"
|
|
3652
|
-
"inputVariantValueRoot:1": "filled"
|
|
3649
|
+
"chipToggleVariantActiveRoot": "on",
|
|
3650
|
+
"chipToggleVariantActiveRoot:1": "off"
|
|
3653
3651
|
},
|
|
3654
|
-
"cxLiterals": [
|
|
3652
|
+
"cxLiterals": [
|
|
3653
|
+
"uds-ring"
|
|
3654
|
+
],
|
|
3655
3655
|
"internalComponents": [
|
|
3656
|
-
"
|
|
3657
|
-
"Box"
|
|
3656
|
+
"ChipBase"
|
|
3658
3657
|
],
|
|
3659
3658
|
"internalComponentProps": {
|
|
3660
|
-
"
|
|
3661
|
-
"
|
|
3662
|
-
"
|
|
3659
|
+
"ChipBase": {
|
|
3660
|
+
"as": [
|
|
3661
|
+
"button"
|
|
3663
3662
|
]
|
|
3664
3663
|
}
|
|
3665
3664
|
},
|
|
3666
3665
|
"propToVariantKeys": {
|
|
3667
|
-
"
|
|
3668
|
-
"
|
|
3666
|
+
"variant": [
|
|
3667
|
+
"chipToggleVariantRoot",
|
|
3668
|
+
"chipToggleVariantIcon"
|
|
3669
3669
|
]
|
|
3670
3670
|
},
|
|
3671
3671
|
"runtimeConfigDefaultProps": {},
|
|
@@ -3974,6 +3974,114 @@
|
|
|
3974
3974
|
"runtimeConfigInternalComponentProps": {},
|
|
3975
3975
|
"motionVarPrefixes": []
|
|
3976
3976
|
},
|
|
3977
|
+
"IconButtonBase": {
|
|
3978
|
+
"name": "IconButtonBase",
|
|
3979
|
+
"defaultProps": {
|
|
3980
|
+
"type": "button"
|
|
3981
|
+
},
|
|
3982
|
+
"getStylesLiterals": {},
|
|
3983
|
+
"cxLiterals": [
|
|
3984
|
+
"uds-ring",
|
|
3985
|
+
"uds-hit-target",
|
|
3986
|
+
"inline-flex",
|
|
3987
|
+
"overflow-hidden",
|
|
3988
|
+
"justify-center",
|
|
3989
|
+
"items-center",
|
|
3990
|
+
"[transform-origin:center]",
|
|
3991
|
+
"[backface-visibility:hidden]",
|
|
3992
|
+
"[transition-property:color,background-color,border-color,box-shadow,text-decoration-color,fill,stroke]",
|
|
3993
|
+
"[transition-timing-function:cubic-bezier(0,0,0.2,1)]",
|
|
3994
|
+
"[transition-duration:220ms]",
|
|
3995
|
+
"cursor-not-allowed",
|
|
3996
|
+
"uds-button-loading",
|
|
3997
|
+
"uds-button-without-effects",
|
|
3998
|
+
"animate-spin"
|
|
3999
|
+
],
|
|
4000
|
+
"internalComponents": [],
|
|
4001
|
+
"internalComponentProps": {},
|
|
4002
|
+
"propToVariantKeys": {
|
|
4003
|
+
"size": [
|
|
4004
|
+
"iconbuttonSizeRoot",
|
|
4005
|
+
"iconbuttonSizeIcon"
|
|
4006
|
+
],
|
|
4007
|
+
"variant": [
|
|
4008
|
+
"buttonVariantRoot",
|
|
4009
|
+
"buttonVariantIcon"
|
|
4010
|
+
]
|
|
4011
|
+
},
|
|
4012
|
+
"runtimeConfigDefaultProps": {
|
|
4013
|
+
"size": "iconButton.defaultSize"
|
|
4014
|
+
},
|
|
4015
|
+
"runtimeConfigGetStyles": {},
|
|
4016
|
+
"runtimeConfigInternalComponentProps": {},
|
|
4017
|
+
"motionVarPrefixes": []
|
|
4018
|
+
},
|
|
4019
|
+
"UDSIconButtonConfigProvider": {
|
|
4020
|
+
"name": "UDSIconButtonConfigProvider",
|
|
4021
|
+
"defaultProps": {},
|
|
4022
|
+
"getStylesLiterals": {},
|
|
4023
|
+
"cxLiterals": [],
|
|
4024
|
+
"internalComponents": [
|
|
4025
|
+
"IconButtonContext.Provider"
|
|
4026
|
+
],
|
|
4027
|
+
"internalComponentProps": {},
|
|
4028
|
+
"propToVariantKeys": {},
|
|
4029
|
+
"runtimeConfigDefaultProps": {},
|
|
4030
|
+
"runtimeConfigGetStyles": {},
|
|
4031
|
+
"runtimeConfigInternalComponentProps": {},
|
|
4032
|
+
"motionVarPrefixes": []
|
|
4033
|
+
},
|
|
4034
|
+
"IconButton": {
|
|
4035
|
+
"name": "IconButton",
|
|
4036
|
+
"defaultProps": {},
|
|
4037
|
+
"getStylesLiterals": {},
|
|
4038
|
+
"cxLiterals": [],
|
|
4039
|
+
"internalComponents": [
|
|
4040
|
+
"IconButtonBase",
|
|
4041
|
+
"Icon",
|
|
4042
|
+
"AnimatePresence",
|
|
4043
|
+
"SpringMotionConfig",
|
|
4044
|
+
"MotionSlot",
|
|
4045
|
+
"IconButtonProps",
|
|
4046
|
+
"Slot"
|
|
4047
|
+
],
|
|
4048
|
+
"internalComponentProps": {
|
|
4049
|
+
"Icon": {
|
|
4050
|
+
"color": [
|
|
4051
|
+
"current"
|
|
4052
|
+
]
|
|
4053
|
+
},
|
|
4054
|
+
"AnimatePresence": {
|
|
4055
|
+
"mode": [
|
|
4056
|
+
"popLayout"
|
|
4057
|
+
]
|
|
4058
|
+
},
|
|
4059
|
+
"SpringMotionConfig": {
|
|
4060
|
+
"layoutSpeed": [
|
|
4061
|
+
"3"
|
|
4062
|
+
]
|
|
4063
|
+
},
|
|
4064
|
+
"MotionSlot": {
|
|
4065
|
+
"initial": [
|
|
4066
|
+
"icon"
|
|
4067
|
+
],
|
|
4068
|
+
"whileHover": [
|
|
4069
|
+
"hover"
|
|
4070
|
+
],
|
|
4071
|
+
"whileTap": [
|
|
4072
|
+
"pressed"
|
|
4073
|
+
]
|
|
4074
|
+
}
|
|
4075
|
+
},
|
|
4076
|
+
"propToVariantKeys": {},
|
|
4077
|
+
"runtimeConfigDefaultProps": {},
|
|
4078
|
+
"runtimeConfigGetStyles": {},
|
|
4079
|
+
"runtimeConfigInternalComponentProps": {},
|
|
4080
|
+
"motionVarPrefixes": [
|
|
4081
|
+
"--uds-motion-subtle-3-",
|
|
4082
|
+
"--uds-motion-smooth-3-"
|
|
4083
|
+
]
|
|
4084
|
+
},
|
|
3977
4085
|
"BottomSheetDismiss": {
|
|
3978
4086
|
"name": "BottomSheetDismiss",
|
|
3979
4087
|
"defaultProps": {},
|
|
@@ -4259,114 +4367,6 @@
|
|
|
4259
4367
|
"runtimeConfigInternalComponentProps": {},
|
|
4260
4368
|
"motionVarPrefixes": []
|
|
4261
4369
|
},
|
|
4262
|
-
"IconButtonBase": {
|
|
4263
|
-
"name": "IconButtonBase",
|
|
4264
|
-
"defaultProps": {
|
|
4265
|
-
"type": "button"
|
|
4266
|
-
},
|
|
4267
|
-
"getStylesLiterals": {},
|
|
4268
|
-
"cxLiterals": [
|
|
4269
|
-
"uds-ring",
|
|
4270
|
-
"uds-hit-target",
|
|
4271
|
-
"inline-flex",
|
|
4272
|
-
"overflow-hidden",
|
|
4273
|
-
"justify-center",
|
|
4274
|
-
"items-center",
|
|
4275
|
-
"[transform-origin:center]",
|
|
4276
|
-
"[backface-visibility:hidden]",
|
|
4277
|
-
"[transition-property:color,background-color,border-color,box-shadow,text-decoration-color,fill,stroke]",
|
|
4278
|
-
"[transition-timing-function:cubic-bezier(0,0,0.2,1)]",
|
|
4279
|
-
"[transition-duration:220ms]",
|
|
4280
|
-
"cursor-not-allowed",
|
|
4281
|
-
"uds-button-loading",
|
|
4282
|
-
"uds-button-without-effects",
|
|
4283
|
-
"animate-spin"
|
|
4284
|
-
],
|
|
4285
|
-
"internalComponents": [],
|
|
4286
|
-
"internalComponentProps": {},
|
|
4287
|
-
"propToVariantKeys": {
|
|
4288
|
-
"size": [
|
|
4289
|
-
"iconbuttonSizeRoot",
|
|
4290
|
-
"iconbuttonSizeIcon"
|
|
4291
|
-
],
|
|
4292
|
-
"variant": [
|
|
4293
|
-
"buttonVariantRoot",
|
|
4294
|
-
"buttonVariantIcon"
|
|
4295
|
-
]
|
|
4296
|
-
},
|
|
4297
|
-
"runtimeConfigDefaultProps": {
|
|
4298
|
-
"size": "iconButton.defaultSize"
|
|
4299
|
-
},
|
|
4300
|
-
"runtimeConfigGetStyles": {},
|
|
4301
|
-
"runtimeConfigInternalComponentProps": {},
|
|
4302
|
-
"motionVarPrefixes": []
|
|
4303
|
-
},
|
|
4304
|
-
"UDSIconButtonConfigProvider": {
|
|
4305
|
-
"name": "UDSIconButtonConfigProvider",
|
|
4306
|
-
"defaultProps": {},
|
|
4307
|
-
"getStylesLiterals": {},
|
|
4308
|
-
"cxLiterals": [],
|
|
4309
|
-
"internalComponents": [
|
|
4310
|
-
"IconButtonContext.Provider"
|
|
4311
|
-
],
|
|
4312
|
-
"internalComponentProps": {},
|
|
4313
|
-
"propToVariantKeys": {},
|
|
4314
|
-
"runtimeConfigDefaultProps": {},
|
|
4315
|
-
"runtimeConfigGetStyles": {},
|
|
4316
|
-
"runtimeConfigInternalComponentProps": {},
|
|
4317
|
-
"motionVarPrefixes": []
|
|
4318
|
-
},
|
|
4319
|
-
"IconButton": {
|
|
4320
|
-
"name": "IconButton",
|
|
4321
|
-
"defaultProps": {},
|
|
4322
|
-
"getStylesLiterals": {},
|
|
4323
|
-
"cxLiterals": [],
|
|
4324
|
-
"internalComponents": [
|
|
4325
|
-
"IconButtonBase",
|
|
4326
|
-
"Icon",
|
|
4327
|
-
"AnimatePresence",
|
|
4328
|
-
"SpringMotionConfig",
|
|
4329
|
-
"MotionSlot",
|
|
4330
|
-
"IconButtonProps",
|
|
4331
|
-
"Slot"
|
|
4332
|
-
],
|
|
4333
|
-
"internalComponentProps": {
|
|
4334
|
-
"Icon": {
|
|
4335
|
-
"color": [
|
|
4336
|
-
"current"
|
|
4337
|
-
]
|
|
4338
|
-
},
|
|
4339
|
-
"AnimatePresence": {
|
|
4340
|
-
"mode": [
|
|
4341
|
-
"popLayout"
|
|
4342
|
-
]
|
|
4343
|
-
},
|
|
4344
|
-
"SpringMotionConfig": {
|
|
4345
|
-
"layoutSpeed": [
|
|
4346
|
-
"3"
|
|
4347
|
-
]
|
|
4348
|
-
},
|
|
4349
|
-
"MotionSlot": {
|
|
4350
|
-
"initial": [
|
|
4351
|
-
"icon"
|
|
4352
|
-
],
|
|
4353
|
-
"whileHover": [
|
|
4354
|
-
"hover"
|
|
4355
|
-
],
|
|
4356
|
-
"whileTap": [
|
|
4357
|
-
"pressed"
|
|
4358
|
-
]
|
|
4359
|
-
}
|
|
4360
|
-
},
|
|
4361
|
-
"propToVariantKeys": {},
|
|
4362
|
-
"runtimeConfigDefaultProps": {},
|
|
4363
|
-
"runtimeConfigGetStyles": {},
|
|
4364
|
-
"runtimeConfigInternalComponentProps": {},
|
|
4365
|
-
"motionVarPrefixes": [
|
|
4366
|
-
"--uds-motion-subtle-3-",
|
|
4367
|
-
"--uds-motion-smooth-3-"
|
|
4368
|
-
]
|
|
4369
|
-
},
|
|
4370
4370
|
"PaddleButtonNext": {
|
|
4371
4371
|
"name": "PaddleButtonNext",
|
|
4372
4372
|
"defaultProps": {},
|