@yahoo/uds 3.153.2 → 3.154.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.
Files changed (65) hide show
  1. package/dist/automated-config/dist/generated/generatedConfigs.cjs +10 -0
  2. package/dist/automated-config/dist/generated/generatedConfigs.d.cts +10 -0
  3. package/dist/automated-config/dist/generated/generatedConfigs.d.ts +10 -0
  4. package/dist/automated-config/dist/generated/generatedConfigs.js +10 -0
  5. package/dist/automated-config/dist/generated/universalTokensConfigAuto.cjs +10 -0
  6. package/dist/automated-config/dist/generated/universalTokensConfigAuto.js +10 -0
  7. package/dist/automated-config/dist/properties.cjs +101 -87
  8. package/dist/automated-config/dist/properties.d.cts +2 -0
  9. package/dist/automated-config/dist/properties.d.ts +2 -0
  10. package/dist/automated-config/dist/properties.js +101 -87
  11. package/dist/automated-config/dist/types/ComponentConfig.d.cts +2 -0
  12. package/dist/automated-config/dist/types/ComponentConfig.d.ts +2 -0
  13. package/dist/automated-config/dist/utils/buildConfigSchema.cjs +18 -0
  14. package/dist/automated-config/dist/utils/buildConfigSchema.d.cts +5 -1
  15. package/dist/automated-config/dist/utils/buildConfigSchema.d.ts +5 -1
  16. package/dist/automated-config/dist/utils/buildConfigSchema.js +18 -0
  17. package/dist/automated-config/dist/utils/getConfigVariantProperties.d.cts +2 -2
  18. package/dist/automated-config/dist/utils/getConfigVariantProperties.d.ts +2 -2
  19. package/dist/automated-config/dist/utils/getPaginationControlWidthPx.cjs +68 -0
  20. package/dist/automated-config/dist/utils/getPaginationControlWidthPx.d.cts +49 -0
  21. package/dist/automated-config/dist/utils/getPaginationControlWidthPx.d.ts +49 -0
  22. package/dist/automated-config/dist/utils/getPaginationControlWidthPx.js +66 -0
  23. package/dist/automated-config/dist/utils/index.cjs +55 -17
  24. package/dist/automated-config/dist/utils/index.d.cts +2 -0
  25. package/dist/automated-config/dist/utils/index.d.ts +2 -0
  26. package/dist/automated-config/dist/utils/index.js +55 -17
  27. package/dist/cli/commands/sync.cjs +21 -4
  28. package/dist/cli/commands/sync.d.cts +2 -1
  29. package/dist/cli/commands/sync.d.ts +2 -1
  30. package/dist/cli/commands/sync.js +21 -5
  31. package/dist/components/client/Menu/Menu.ItemCheckbox.d.cts +1 -1
  32. package/dist/components/client/Menu/Menu.ItemCheckbox.d.ts +1 -1
  33. package/dist/config/dist/index.cjs +979 -969
  34. package/dist/config/dist/index.js +979 -969
  35. package/dist/css/dist/packages/automated-config/dist/properties.cjs +101 -87
  36. package/dist/css/dist/packages/automated-config/dist/properties.js +101 -87
  37. package/dist/css/dist/packages/config/dist/index.cjs +979 -969
  38. package/dist/css/dist/packages/config/dist/index.js +979 -969
  39. package/dist/index.cjs +3 -0
  40. package/dist/index.d.cts +2 -1
  41. package/dist/index.d.ts +2 -1
  42. package/dist/index.js +2 -1
  43. package/dist/tailwind-internal/dist/packages/automated-config/dist/generated/generatedConfigs.cjs +10 -0
  44. package/dist/tailwind-internal/dist/packages/automated-config/dist/generated/generatedConfigs.js +10 -0
  45. package/dist/tailwind-internal/dist/packages/automated-config/dist/properties.cjs +101 -87
  46. package/dist/tailwind-internal/dist/packages/automated-config/dist/properties.js +101 -87
  47. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/index.cjs +54 -17
  48. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/index.js +54 -17
  49. package/dist/tailwind-internal/dist/packages/config/dist/index.cjs +979 -969
  50. package/dist/tailwind-internal/dist/packages/config/dist/index.js +979 -969
  51. package/dist/tokens/automation/index.cjs +3 -0
  52. package/dist/tokens/automation/index.d.cts +2 -1
  53. package/dist/tokens/automation/index.d.ts +2 -1
  54. package/dist/tokens/automation/index.js +2 -1
  55. package/dist/tokens/index.cjs +3 -0
  56. package/dist/tokens/index.d.cts +2 -1
  57. package/dist/tokens/index.d.ts +2 -1
  58. package/dist/tokens/index.js +2 -1
  59. package/dist/uds/generated/componentData.cjs +263 -263
  60. package/dist/uds/generated/componentData.js +263 -263
  61. package/dist/uds/generated/migrationSchemaVersion.cjs +5 -0
  62. package/dist/uds/generated/migrationSchemaVersion.js +5 -0
  63. package/generated/componentData.json +356 -356
  64. package/generated/migrationSchemaVersion.ts +7 -0
  65. package/package.json +1 -1
@@ -336,161 +336,6 @@
336
336
  "runtimeConfigInternalComponentProps": {},
337
337
  "motionVarPrefixes": []
338
338
  },
339
- "BannerDescription": {
340
- "name": "BannerDescription",
341
- "defaultProps": {},
342
- "getStylesLiterals": {
343
- "bannerSizeDescription": "default",
344
- "className": "w-full line-clamp-3"
345
- },
346
- "cxLiterals": [],
347
- "internalComponents": [
348
- "Text"
349
- ],
350
- "internalComponentProps": {},
351
- "propToVariantKeys": {},
352
- "runtimeConfigDefaultProps": {},
353
- "runtimeConfigGetStyles": {},
354
- "runtimeConfigInternalComponentProps": {},
355
- "motionVarPrefixes": []
356
- },
357
- "BannerContent": {
358
- "name": "BannerContent",
359
- "defaultProps": {},
360
- "getStylesLiterals": {},
361
- "cxLiterals": [
362
- "flex",
363
- "flex-col",
364
- "items-start",
365
- "self-stretch",
366
- "flex-1",
367
- "min-w-0"
368
- ],
369
- "internalComponents": [],
370
- "internalComponentProps": {},
371
- "propToVariantKeys": {},
372
- "runtimeConfigDefaultProps": {},
373
- "runtimeConfigGetStyles": {},
374
- "runtimeConfigInternalComponentProps": {},
375
- "motionVarPrefixes": []
376
- },
377
- "BannerTitle": {
378
- "name": "BannerTitle",
379
- "defaultProps": {},
380
- "getStylesLiterals": {
381
- "bannerSizeTitle": "default"
382
- },
383
- "cxLiterals": [
384
- "w-full",
385
- "truncate"
386
- ],
387
- "internalComponents": [
388
- "Text"
389
- ],
390
- "internalComponentProps": {},
391
- "propToVariantKeys": {},
392
- "runtimeConfigDefaultProps": {},
393
- "runtimeConfigGetStyles": {},
394
- "runtimeConfigInternalComponentProps": {},
395
- "motionVarPrefixes": []
396
- },
397
- "Banner": {
398
- "name": "Banner",
399
- "defaultProps": {
400
- "variant": "primary",
401
- "size": "default",
402
- "dismissAriaLabel": "Dismiss"
403
- },
404
- "getStylesLiterals": {
405
- "className": "truncate",
406
- "className:1": "line-clamp-3",
407
- "spacing": "2",
408
- "borderRadius": "full",
409
- "color": "primary"
410
- },
411
- "cxLiterals": [
412
- "uds-banner",
413
- "flex",
414
- "flex-row",
415
- "items-center",
416
- "items-start",
417
- "min-w-[300px]",
418
- "transition-[background-color]",
419
- "motion-safe:duration-120",
420
- "bg-carbon-15/0",
421
- "hover:bg-carbon-15/10",
422
- "active:bg-carbon-15/15",
423
- "uds-ring",
424
- "shrink-0",
425
- "self-start",
426
- "flex-1",
427
- "min-w-0",
428
- "flex-col",
429
- "gap-[inherit]",
430
- "uds-sm:flex-row",
431
- "uds-sm:items-center",
432
- "self-stretch",
433
- "gap-0.5",
434
- "w-full",
435
- "truncate",
436
- "leading-none",
437
- "line-clamp-3",
438
- "gap-1.5",
439
- "uds-sm:self-center",
440
- "uds-sm:shrink-0"
441
- ],
442
- "internalComponents": [
443
- "IconSlot",
444
- "Text",
445
- "Pressable"
446
- ],
447
- "internalComponentProps": {
448
- "IconSlot": {
449
- "data-testid": [
450
- "banner-start-icon"
451
- ]
452
- },
453
- "Text": {
454
- "data-testid": [
455
- "banner-title",
456
- "banner-description"
457
- ]
458
- },
459
- "Pressable": {
460
- "data-testid": [
461
- "banner-dismiss"
462
- ]
463
- }
464
- },
465
- "propToVariantKeys": {
466
- "variant": [
467
- "bannerVariantRoot",
468
- "bannerVariantIcon",
469
- "bannerVariantTitle",
470
- "bannerVariantDescription"
471
- ],
472
- "size": [
473
- "bannerSizeRoot",
474
- "bannerSizeIcon",
475
- "bannerSizeTitle",
476
- "bannerSizeDescription",
477
- "bannerSizeClose"
478
- ],
479
- "startIcon": [
480
- "icon"
481
- ],
482
- "dismissAriaLabel": [
483
- "aria-label"
484
- ],
485
- "onDismiss": [
486
- "onClick"
487
- ]
488
- },
489
- "runtimeConfigDefaultProps": {},
490
- "runtimeConfigGetStyles": {},
491
- "runtimeConfigInternalComponentProps": {},
492
- "motionVarPrefixes": []
493
- },
494
339
  "Switch": {
495
340
  "name": "Switch",
496
341
  "defaultProps": {
@@ -1013,6 +858,161 @@
1013
858
  "runtimeConfigInternalComponentProps": {},
1014
859
  "motionVarPrefixes": []
1015
860
  },
861
+ "BannerDescription": {
862
+ "name": "BannerDescription",
863
+ "defaultProps": {},
864
+ "getStylesLiterals": {
865
+ "bannerSizeDescription": "default",
866
+ "className": "w-full line-clamp-3"
867
+ },
868
+ "cxLiterals": [],
869
+ "internalComponents": [
870
+ "Text"
871
+ ],
872
+ "internalComponentProps": {},
873
+ "propToVariantKeys": {},
874
+ "runtimeConfigDefaultProps": {},
875
+ "runtimeConfigGetStyles": {},
876
+ "runtimeConfigInternalComponentProps": {},
877
+ "motionVarPrefixes": []
878
+ },
879
+ "BannerContent": {
880
+ "name": "BannerContent",
881
+ "defaultProps": {},
882
+ "getStylesLiterals": {},
883
+ "cxLiterals": [
884
+ "flex",
885
+ "flex-col",
886
+ "items-start",
887
+ "self-stretch",
888
+ "flex-1",
889
+ "min-w-0"
890
+ ],
891
+ "internalComponents": [],
892
+ "internalComponentProps": {},
893
+ "propToVariantKeys": {},
894
+ "runtimeConfigDefaultProps": {},
895
+ "runtimeConfigGetStyles": {},
896
+ "runtimeConfigInternalComponentProps": {},
897
+ "motionVarPrefixes": []
898
+ },
899
+ "BannerTitle": {
900
+ "name": "BannerTitle",
901
+ "defaultProps": {},
902
+ "getStylesLiterals": {
903
+ "bannerSizeTitle": "default"
904
+ },
905
+ "cxLiterals": [
906
+ "w-full",
907
+ "truncate"
908
+ ],
909
+ "internalComponents": [
910
+ "Text"
911
+ ],
912
+ "internalComponentProps": {},
913
+ "propToVariantKeys": {},
914
+ "runtimeConfigDefaultProps": {},
915
+ "runtimeConfigGetStyles": {},
916
+ "runtimeConfigInternalComponentProps": {},
917
+ "motionVarPrefixes": []
918
+ },
919
+ "Banner": {
920
+ "name": "Banner",
921
+ "defaultProps": {
922
+ "variant": "primary",
923
+ "size": "default",
924
+ "dismissAriaLabel": "Dismiss"
925
+ },
926
+ "getStylesLiterals": {
927
+ "className": "truncate",
928
+ "className:1": "line-clamp-3",
929
+ "spacing": "2",
930
+ "borderRadius": "full",
931
+ "color": "primary"
932
+ },
933
+ "cxLiterals": [
934
+ "uds-banner",
935
+ "flex",
936
+ "flex-row",
937
+ "items-center",
938
+ "items-start",
939
+ "min-w-[300px]",
940
+ "transition-[background-color]",
941
+ "motion-safe:duration-120",
942
+ "bg-carbon-15/0",
943
+ "hover:bg-carbon-15/10",
944
+ "active:bg-carbon-15/15",
945
+ "uds-ring",
946
+ "shrink-0",
947
+ "self-start",
948
+ "flex-1",
949
+ "min-w-0",
950
+ "flex-col",
951
+ "gap-[inherit]",
952
+ "uds-sm:flex-row",
953
+ "uds-sm:items-center",
954
+ "self-stretch",
955
+ "gap-0.5",
956
+ "w-full",
957
+ "truncate",
958
+ "leading-none",
959
+ "line-clamp-3",
960
+ "gap-1.5",
961
+ "uds-sm:self-center",
962
+ "uds-sm:shrink-0"
963
+ ],
964
+ "internalComponents": [
965
+ "IconSlot",
966
+ "Text",
967
+ "Pressable"
968
+ ],
969
+ "internalComponentProps": {
970
+ "IconSlot": {
971
+ "data-testid": [
972
+ "banner-start-icon"
973
+ ]
974
+ },
975
+ "Text": {
976
+ "data-testid": [
977
+ "banner-title",
978
+ "banner-description"
979
+ ]
980
+ },
981
+ "Pressable": {
982
+ "data-testid": [
983
+ "banner-dismiss"
984
+ ]
985
+ }
986
+ },
987
+ "propToVariantKeys": {
988
+ "variant": [
989
+ "bannerVariantRoot",
990
+ "bannerVariantIcon",
991
+ "bannerVariantTitle",
992
+ "bannerVariantDescription"
993
+ ],
994
+ "size": [
995
+ "bannerSizeRoot",
996
+ "bannerSizeIcon",
997
+ "bannerSizeTitle",
998
+ "bannerSizeDescription",
999
+ "bannerSizeClose"
1000
+ ],
1001
+ "startIcon": [
1002
+ "icon"
1003
+ ],
1004
+ "dismissAriaLabel": [
1005
+ "aria-label"
1006
+ ],
1007
+ "onDismiss": [
1008
+ "onClick"
1009
+ ]
1010
+ },
1011
+ "runtimeConfigDefaultProps": {},
1012
+ "runtimeConfigGetStyles": {},
1013
+ "runtimeConfigInternalComponentProps": {},
1014
+ "motionVarPrefixes": []
1015
+ },
1016
1016
  "DividerLine": {
1017
1017
  "name": "DividerLine",
1018
1018
  "defaultProps": {
@@ -2277,55 +2277,178 @@
2277
2277
  },
2278
2278
  "cxLiterals": [
2279
2279
  "inline-flex",
2280
- "items-center",
2280
+ "items-center",
2281
+ "justify-center",
2282
+ "relative",
2283
+ "m-0",
2284
+ "border-solid",
2285
+ "inline-grid",
2286
+ "shrink-0",
2287
+ "place-items-center",
2288
+ "place-content-center",
2289
+ "rounded-full",
2290
+ "box-border",
2291
+ "w-[var(--uds-pagination-control-size)]",
2292
+ "appearance-none",
2293
+ "uds-ring",
2294
+ "cursor-pointer",
2295
+ "select-none",
2296
+ "pointer-events-none",
2297
+ "auto-cols-max",
2298
+ "grid-flow-col",
2299
+ "gap-1",
2300
+ "block",
2301
+ "tabular-nums",
2302
+ "!leading-none",
2303
+ "[text-box-trim:trim-both]",
2304
+ "[text-box-edge:cap_alphabetic]",
2305
+ "h-[var(--uds-pagination-control-size)]"
2306
+ ],
2307
+ "internalComponents": [
2308
+ "Comp"
2309
+ ],
2310
+ "internalComponentProps": {
2311
+ "Comp": {
2312
+ "type": [
2313
+ "button"
2314
+ ]
2315
+ }
2316
+ },
2317
+ "propToVariantKeys": {
2318
+ "size": [
2319
+ "paginationSizeRoot",
2320
+ "paginationSizeItem",
2321
+ "paginationSizeIcon",
2322
+ "paginationSizeText"
2323
+ ],
2324
+ "variant": [
2325
+ "paginationVariantRoot"
2326
+ ],
2327
+ "activeState": [
2328
+ "paginationVariantActiveRoot"
2329
+ ]
2330
+ },
2331
+ "runtimeConfigDefaultProps": {},
2332
+ "runtimeConfigGetStyles": {},
2333
+ "runtimeConfigInternalComponentProps": {},
2334
+ "motionVarPrefixes": []
2335
+ },
2336
+ "AvatarText": {
2337
+ "name": "AvatarText",
2338
+ "defaultProps": {
2339
+ "size": "md",
2340
+ "variant": "primary"
2341
+ },
2342
+ "getStylesLiterals": {},
2343
+ "cxLiterals": [
2344
+ "overflow-hidden",
2345
+ "truncate",
2346
+ "w-full",
2347
+ "h-full",
2348
+ "shrink-0",
2349
+ "text-center",
2350
+ "inline-flex",
2351
+ "justify-center",
2352
+ "items-center"
2353
+ ],
2354
+ "internalComponents": [
2355
+ "Box",
2356
+ "Text"
2357
+ ],
2358
+ "internalComponentProps": {
2359
+ "Text": {
2360
+ "color": [
2361
+ "inherit"
2362
+ ],
2363
+ "variant": [
2364
+ "inherit"
2365
+ ]
2366
+ }
2367
+ },
2368
+ "propToVariantKeys": {},
2369
+ "runtimeConfigDefaultProps": {},
2370
+ "runtimeConfigGetStyles": {},
2371
+ "runtimeConfigInternalComponentProps": {},
2372
+ "motionVarPrefixes": []
2373
+ },
2374
+ "AvatarIcon": {
2375
+ "name": "AvatarIcon",
2376
+ "defaultProps": {
2377
+ "size": "md",
2378
+ "variant": "primary"
2379
+ },
2380
+ "getStylesLiterals": {},
2381
+ "cxLiterals": [
2382
+ "overflow-hidden",
2383
+ "w-full",
2384
+ "h-full",
2385
+ "shrink-0",
2386
+ "text-center",
2387
+ "inline-flex",
2388
+ "justify-center",
2389
+ "items-center"
2390
+ ],
2391
+ "internalComponents": [
2392
+ "IconSlot",
2393
+ "Box"
2394
+ ],
2395
+ "internalComponentProps": {},
2396
+ "propToVariantKeys": {
2397
+ "size": [
2398
+ "avatarSizeIcon"
2399
+ ]
2400
+ },
2401
+ "runtimeConfigDefaultProps": {},
2402
+ "runtimeConfigGetStyles": {},
2403
+ "runtimeConfigInternalComponentProps": {},
2404
+ "motionVarPrefixes": []
2405
+ },
2406
+ "Avatar": {
2407
+ "name": "Avatar",
2408
+ "defaultProps": {},
2409
+ "getStylesLiterals": {},
2410
+ "cxLiterals": [],
2411
+ "internalComponents": [
2412
+ "AvatarImage"
2413
+ ],
2414
+ "internalComponentProps": {},
2415
+ "propToVariantKeys": {},
2416
+ "runtimeConfigDefaultProps": {},
2417
+ "runtimeConfigGetStyles": {},
2418
+ "runtimeConfigInternalComponentProps": {},
2419
+ "motionVarPrefixes": []
2420
+ },
2421
+ "AvatarImage": {
2422
+ "name": "AvatarImage",
2423
+ "defaultProps": {
2424
+ "size": "md",
2425
+ "variant": "primary"
2426
+ },
2427
+ "getStylesLiterals": {},
2428
+ "cxLiterals": [
2429
+ "overflow-hidden",
2430
+ "w-full",
2431
+ "h-full",
2432
+ "shrink-0",
2433
+ "text-center",
2434
+ "inline-flex",
2281
2435
  "justify-center",
2282
- "relative",
2283
- "m-0",
2284
- "border-solid",
2285
- "inline-grid",
2286
- "shrink-0",
2287
- "place-items-center",
2288
- "place-content-center",
2289
- "rounded-full",
2290
- "box-border",
2291
- "w-[var(--uds-pagination-control-size)]",
2292
- "appearance-none",
2293
- "uds-ring",
2294
- "cursor-pointer",
2295
- "select-none",
2296
- "pointer-events-none",
2297
- "auto-cols-max",
2298
- "grid-flow-col",
2299
- "gap-1",
2300
- "block",
2301
- "tabular-nums",
2302
- "!leading-none",
2303
- "[text-box-trim:trim-both]",
2304
- "[text-box-edge:cap_alphabetic]",
2305
- "h-[var(--uds-pagination-control-size)]"
2436
+ "items-center",
2437
+ "object-cover"
2306
2438
  ],
2307
2439
  "internalComponents": [
2308
- "Comp"
2440
+ "UDSImage",
2441
+ "AvatarText",
2442
+ "AvatarIcon",
2443
+ "Box"
2309
2444
  ],
2310
- "internalComponentProps": {
2311
- "Comp": {
2312
- "type": [
2313
- "button"
2314
- ]
2315
- }
2316
- },
2445
+ "internalComponentProps": {},
2317
2446
  "propToVariantKeys": {
2318
- "size": [
2319
- "paginationSizeRoot",
2320
- "paginationSizeItem",
2321
- "paginationSizeIcon",
2322
- "paginationSizeText"
2323
- ],
2324
- "variant": [
2325
- "paginationVariantRoot"
2447
+ "alt": [
2448
+ "name"
2326
2449
  ],
2327
- "activeState": [
2328
- "paginationVariantActiveRoot"
2450
+ "fallback": [
2451
+ "initials"
2329
2452
  ]
2330
2453
  },
2331
2454
  "runtimeConfigDefaultProps": {},
@@ -2606,129 +2729,6 @@
2606
2729
  "runtimeConfigInternalComponentProps": {},
2607
2730
  "motionVarPrefixes": []
2608
2731
  },
2609
- "AvatarText": {
2610
- "name": "AvatarText",
2611
- "defaultProps": {
2612
- "size": "md",
2613
- "variant": "primary"
2614
- },
2615
- "getStylesLiterals": {},
2616
- "cxLiterals": [
2617
- "overflow-hidden",
2618
- "truncate",
2619
- "w-full",
2620
- "h-full",
2621
- "shrink-0",
2622
- "text-center",
2623
- "inline-flex",
2624
- "justify-center",
2625
- "items-center"
2626
- ],
2627
- "internalComponents": [
2628
- "Box",
2629
- "Text"
2630
- ],
2631
- "internalComponentProps": {
2632
- "Text": {
2633
- "color": [
2634
- "inherit"
2635
- ],
2636
- "variant": [
2637
- "inherit"
2638
- ]
2639
- }
2640
- },
2641
- "propToVariantKeys": {},
2642
- "runtimeConfigDefaultProps": {},
2643
- "runtimeConfigGetStyles": {},
2644
- "runtimeConfigInternalComponentProps": {},
2645
- "motionVarPrefixes": []
2646
- },
2647
- "AvatarIcon": {
2648
- "name": "AvatarIcon",
2649
- "defaultProps": {
2650
- "size": "md",
2651
- "variant": "primary"
2652
- },
2653
- "getStylesLiterals": {},
2654
- "cxLiterals": [
2655
- "overflow-hidden",
2656
- "w-full",
2657
- "h-full",
2658
- "shrink-0",
2659
- "text-center",
2660
- "inline-flex",
2661
- "justify-center",
2662
- "items-center"
2663
- ],
2664
- "internalComponents": [
2665
- "IconSlot",
2666
- "Box"
2667
- ],
2668
- "internalComponentProps": {},
2669
- "propToVariantKeys": {
2670
- "size": [
2671
- "avatarSizeIcon"
2672
- ]
2673
- },
2674
- "runtimeConfigDefaultProps": {},
2675
- "runtimeConfigGetStyles": {},
2676
- "runtimeConfigInternalComponentProps": {},
2677
- "motionVarPrefixes": []
2678
- },
2679
- "Avatar": {
2680
- "name": "Avatar",
2681
- "defaultProps": {},
2682
- "getStylesLiterals": {},
2683
- "cxLiterals": [],
2684
- "internalComponents": [
2685
- "AvatarImage"
2686
- ],
2687
- "internalComponentProps": {},
2688
- "propToVariantKeys": {},
2689
- "runtimeConfigDefaultProps": {},
2690
- "runtimeConfigGetStyles": {},
2691
- "runtimeConfigInternalComponentProps": {},
2692
- "motionVarPrefixes": []
2693
- },
2694
- "AvatarImage": {
2695
- "name": "AvatarImage",
2696
- "defaultProps": {
2697
- "size": "md",
2698
- "variant": "primary"
2699
- },
2700
- "getStylesLiterals": {},
2701
- "cxLiterals": [
2702
- "overflow-hidden",
2703
- "w-full",
2704
- "h-full",
2705
- "shrink-0",
2706
- "text-center",
2707
- "inline-flex",
2708
- "justify-center",
2709
- "items-center",
2710
- "object-cover"
2711
- ],
2712
- "internalComponents": [
2713
- "UDSImage",
2714
- "AvatarText",
2715
- "AvatarIcon",
2716
- "Box"
2717
- ],
2718
- "internalComponentProps": {},
2719
- "propToVariantKeys": {
2720
- "alt": [
2721
- "name"
2722
- ],
2723
- "fallback": [
2724
- "initials"
2725
- ]
2726
- },
2727
- "runtimeConfigDefaultProps": {},
2728
- "runtimeConfigGetStyles": {},
2729
- "runtimeConfigInternalComponentProps": {},
2730
- "motionVarPrefixes": []
2731
- },
2732
2732
  "InputHelpTextInternal": {
2733
2733
  "name": "InputHelpTextInternal",
2734
2734
  "defaultProps": {},
@@ -3114,41 +3114,6 @@
3114
3114
  },
3115
3115
  "motionVarPrefixes": []
3116
3116
  },
3117
- "UDSConfigProvider": {
3118
- "name": "UDSConfigProvider",
3119
- "defaultProps": {},
3120
- "getStylesLiterals": {},
3121
- "cxLiterals": [],
3122
- "internalComponents": [
3123
- "UDSBreakpointsConfigProvider",
3124
- "UDSBottomSheetConfigProvider",
3125
- "UDSToastConfigProvider",
3126
- "UDSTooltipConfigProvider",
3127
- "UDSPopoverConfigProvider",
3128
- "UDSModalConfigProvider"
3129
- ],
3130
- "internalComponentProps": {},
3131
- "propToVariantKeys": {},
3132
- "runtimeConfigDefaultProps": {},
3133
- "runtimeConfigGetStyles": {},
3134
- "runtimeConfigInternalComponentProps": {},
3135
- "motionVarPrefixes": []
3136
- },
3137
- "UDSBreakpointsConfigProvider": {
3138
- "name": "UDSBreakpointsConfigProvider",
3139
- "defaultProps": {},
3140
- "getStylesLiterals": {},
3141
- "cxLiterals": [],
3142
- "internalComponents": [
3143
- "UDSBreakpointsConfigContext.Provider"
3144
- ],
3145
- "internalComponentProps": {},
3146
- "propToVariantKeys": {},
3147
- "runtimeConfigDefaultProps": {},
3148
- "runtimeConfigGetStyles": {},
3149
- "runtimeConfigInternalComponentProps": {},
3150
- "motionVarPrefixes": []
3151
- },
3152
3117
  "UDSPopoverConfigProvider": {
3153
3118
  "name": "UDSPopoverConfigProvider",
3154
3119
  "defaultProps": {},
@@ -3312,6 +3277,41 @@
3312
3277
  "runtimeConfigInternalComponentProps": {},
3313
3278
  "motionVarPrefixes": []
3314
3279
  },
3280
+ "UDSConfigProvider": {
3281
+ "name": "UDSConfigProvider",
3282
+ "defaultProps": {},
3283
+ "getStylesLiterals": {},
3284
+ "cxLiterals": [],
3285
+ "internalComponents": [
3286
+ "UDSBreakpointsConfigProvider",
3287
+ "UDSBottomSheetConfigProvider",
3288
+ "UDSToastConfigProvider",
3289
+ "UDSTooltipConfigProvider",
3290
+ "UDSPopoverConfigProvider",
3291
+ "UDSModalConfigProvider"
3292
+ ],
3293
+ "internalComponentProps": {},
3294
+ "propToVariantKeys": {},
3295
+ "runtimeConfigDefaultProps": {},
3296
+ "runtimeConfigGetStyles": {},
3297
+ "runtimeConfigInternalComponentProps": {},
3298
+ "motionVarPrefixes": []
3299
+ },
3300
+ "UDSBreakpointsConfigProvider": {
3301
+ "name": "UDSBreakpointsConfigProvider",
3302
+ "defaultProps": {},
3303
+ "getStylesLiterals": {},
3304
+ "cxLiterals": [],
3305
+ "internalComponents": [
3306
+ "UDSBreakpointsConfigContext.Provider"
3307
+ ],
3308
+ "internalComponentProps": {},
3309
+ "propToVariantKeys": {},
3310
+ "runtimeConfigDefaultProps": {},
3311
+ "runtimeConfigGetStyles": {},
3312
+ "runtimeConfigInternalComponentProps": {},
3313
+ "motionVarPrefixes": []
3314
+ },
3315
3315
  "BottomSheetTrigger": {
3316
3316
  "name": "BottomSheetTrigger",
3317
3317
  "defaultProps": {},