@yahoo/uds 3.106.0 → 3.107.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.
Files changed (33) hide show
  1. package/dist/automated-config/dist/generated/autoVariants.cjs +6 -0
  2. package/dist/automated-config/dist/generated/autoVariants.d.cts +2 -2
  3. package/dist/automated-config/dist/generated/autoVariants.d.ts +2 -2
  4. package/dist/automated-config/dist/generated/autoVariants.js +6 -0
  5. package/dist/automated-config/dist/generated/generatedConfigs.cjs +39 -0
  6. package/dist/automated-config/dist/generated/generatedConfigs.d.cts +33 -3
  7. package/dist/automated-config/dist/generated/generatedConfigs.d.ts +33 -3
  8. package/dist/automated-config/dist/generated/generatedConfigs.js +39 -0
  9. package/dist/automated-config/dist/generated/universalTokensConfigAuto.cjs +585 -0
  10. package/dist/automated-config/dist/generated/universalTokensConfigAuto.js +585 -0
  11. package/dist/components/client/Button.cjs +1 -0
  12. package/dist/components/client/Button.d.cts +1 -0
  13. package/dist/components/client/Button.d.ts +1 -0
  14. package/dist/components/client/Button.js +1 -0
  15. package/dist/components/client/Menu/Menu.ItemCheckbox.d.cts +1 -1
  16. package/dist/components/client/Menu/Menu.ItemCheckbox.d.ts +1 -1
  17. package/dist/config/dist/index.cjs +586 -1
  18. package/dist/config/dist/index.js +586 -1
  19. package/dist/fixtures/dist/index.cjs +3 -0
  20. package/dist/fixtures/dist/index.js +3 -0
  21. package/dist/styles/styler.d.cts +30 -30
  22. package/dist/styles/styler.d.ts +30 -30
  23. package/dist/styles/variants.d.cts +6 -0
  24. package/dist/styles/variants.d.ts +6 -0
  25. package/dist/tailwind/dist/tailwind/utils/getFontStyles.d.cts +1 -1
  26. package/dist/tailwind/dist/tailwind/utils/getFontStyles.d.ts +1 -1
  27. package/dist/tailwind/dist/tailwind/utils/getShadowStyles.d.cts +4 -4
  28. package/dist/tailwind/dist/tailwind/utils/getShadowStyles.d.ts +4 -4
  29. package/dist/types/dist/index.d.cts +2 -1
  30. package/dist/types/dist/index.d.ts +2 -1
  31. package/dist/uds/generated/tailwindPurge.cjs +1 -1
  32. package/dist/uds/generated/tailwindPurge.js +1 -1
  33. package/package.json +1 -1
@@ -2166,6 +2166,591 @@ const defaultUniversalTokensConfigAuto = {
2166
2166
  }
2167
2167
  }
2168
2168
  },
2169
+ "variant/contrast-high/icon": { color: {
2170
+ disabled: {
2171
+ type: "foregroundPaletteColors",
2172
+ value: "primary",
2173
+ valueType: "alias"
2174
+ },
2175
+ hover: {
2176
+ type: "foregroundPaletteColors",
2177
+ value: "primary",
2178
+ valueType: "alias"
2179
+ },
2180
+ pressed: {
2181
+ type: "foregroundPaletteColors",
2182
+ value: "primary",
2183
+ valueType: "alias"
2184
+ },
2185
+ rest: {
2186
+ type: "foregroundPaletteColors",
2187
+ value: "primary",
2188
+ valueType: "alias"
2189
+ }
2190
+ } },
2191
+ "variant/contrast-high/root": {
2192
+ backgroundColor: {
2193
+ disabled: {
2194
+ type: "backgroundPaletteColors",
2195
+ value: "accent",
2196
+ valueType: "alias"
2197
+ },
2198
+ hover: {
2199
+ type: "backgroundPaletteColors",
2200
+ value: "accent",
2201
+ valueType: "alias"
2202
+ },
2203
+ pressed: {
2204
+ type: "backgroundPaletteColors",
2205
+ value: "accent",
2206
+ valueType: "alias"
2207
+ },
2208
+ rest: {
2209
+ type: "backgroundPaletteColors",
2210
+ value: "accent",
2211
+ valueType: "alias"
2212
+ }
2213
+ },
2214
+ borderColor: {
2215
+ disabled: {
2216
+ type: "linePaletteColors",
2217
+ value: "tertiary",
2218
+ valueType: "alias"
2219
+ },
2220
+ hover: {
2221
+ type: "linePaletteColors",
2222
+ value: "tertiary",
2223
+ valueType: "alias"
2224
+ },
2225
+ pressed: {
2226
+ type: "linePaletteColors",
2227
+ value: "tertiary",
2228
+ valueType: "alias"
2229
+ },
2230
+ rest: {
2231
+ type: "linePaletteColors",
2232
+ value: "tertiary",
2233
+ valueType: "alias"
2234
+ }
2235
+ },
2236
+ borderRadius: {
2237
+ disabled: {
2238
+ type: "borderRadii",
2239
+ value: "full",
2240
+ valueType: "alias"
2241
+ },
2242
+ hover: {
2243
+ type: "borderRadii",
2244
+ value: "full",
2245
+ valueType: "alias"
2246
+ },
2247
+ pressed: {
2248
+ type: "borderRadii",
2249
+ value: "full",
2250
+ valueType: "alias"
2251
+ },
2252
+ rest: {
2253
+ type: "borderRadii",
2254
+ value: "full",
2255
+ valueType: "alias"
2256
+ }
2257
+ },
2258
+ borderWidth: {
2259
+ disabled: {
2260
+ type: "borderWidths",
2261
+ value: "none",
2262
+ valueType: "alias"
2263
+ },
2264
+ hover: {
2265
+ type: "borderWidths",
2266
+ value: "none",
2267
+ valueType: "alias"
2268
+ },
2269
+ pressed: {
2270
+ type: "borderWidths",
2271
+ value: "none",
2272
+ valueType: "alias"
2273
+ },
2274
+ rest: {
2275
+ type: "borderWidths",
2276
+ value: "none",
2277
+ valueType: "alias"
2278
+ }
2279
+ },
2280
+ color: {
2281
+ disabled: {
2282
+ type: "foregroundPaletteColors",
2283
+ value: "accent",
2284
+ valueType: "alias"
2285
+ },
2286
+ hover: {
2287
+ type: "foregroundPaletteColors",
2288
+ value: "accent",
2289
+ valueType: "alias"
2290
+ },
2291
+ pressed: {
2292
+ type: "foregroundPaletteColors",
2293
+ value: "accent",
2294
+ valueType: "alias"
2295
+ },
2296
+ rest: {
2297
+ type: "foregroundPaletteColors",
2298
+ value: "accent",
2299
+ valueType: "alias"
2300
+ }
2301
+ },
2302
+ insetShadow: {
2303
+ disabled: {
2304
+ type: "shadowVariantsWithInvert",
2305
+ value: "none",
2306
+ valueType: "alias"
2307
+ },
2308
+ hover: {
2309
+ type: "shadowVariantsWithInvert",
2310
+ value: "none",
2311
+ valueType: "alias"
2312
+ },
2313
+ pressed: {
2314
+ type: "shadowVariantsWithInvert",
2315
+ value: "none",
2316
+ valueType: "alias"
2317
+ },
2318
+ rest: {
2319
+ type: "shadowVariantsWithInvert",
2320
+ value: "none",
2321
+ valueType: "alias"
2322
+ }
2323
+ },
2324
+ opacity: { disabled: {
2325
+ type: "opacitySteps",
2326
+ value: "100",
2327
+ valueType: "alias"
2328
+ } },
2329
+ scaleEffect: {
2330
+ hover: {
2331
+ type: "scaleEffects",
2332
+ value: "none",
2333
+ valueType: "alias"
2334
+ },
2335
+ pressed: {
2336
+ type: "scaleEffects",
2337
+ value: "none",
2338
+ valueType: "alias"
2339
+ }
2340
+ },
2341
+ shadow: {
2342
+ disabled: {
2343
+ type: "shadowVariants",
2344
+ value: "none",
2345
+ valueType: "alias"
2346
+ },
2347
+ hover: {
2348
+ type: "shadowVariants",
2349
+ value: "none",
2350
+ valueType: "alias"
2351
+ },
2352
+ pressed: {
2353
+ type: "shadowVariants",
2354
+ value: "none",
2355
+ valueType: "alias"
2356
+ },
2357
+ rest: {
2358
+ type: "shadowVariants",
2359
+ value: "none",
2360
+ valueType: "alias"
2361
+ }
2362
+ }
2363
+ },
2364
+ "variant/contrast-low/icon": { color: {
2365
+ disabled: {
2366
+ type: "foregroundPaletteColors",
2367
+ value: "primary",
2368
+ valueType: "alias"
2369
+ },
2370
+ hover: {
2371
+ type: "foregroundPaletteColors",
2372
+ value: "primary",
2373
+ valueType: "alias"
2374
+ },
2375
+ pressed: {
2376
+ type: "foregroundPaletteColors",
2377
+ value: "primary",
2378
+ valueType: "alias"
2379
+ },
2380
+ rest: {
2381
+ type: "foregroundPaletteColors",
2382
+ value: "primary",
2383
+ valueType: "alias"
2384
+ }
2385
+ } },
2386
+ "variant/contrast-low/root": {
2387
+ backgroundColor: {
2388
+ disabled: {
2389
+ type: "backgroundPaletteColors",
2390
+ value: "accent",
2391
+ valueType: "alias"
2392
+ },
2393
+ hover: {
2394
+ type: "backgroundPaletteColors",
2395
+ value: "accent",
2396
+ valueType: "alias"
2397
+ },
2398
+ pressed: {
2399
+ type: "backgroundPaletteColors",
2400
+ value: "accent",
2401
+ valueType: "alias"
2402
+ },
2403
+ rest: {
2404
+ type: "backgroundPaletteColors",
2405
+ value: "accent",
2406
+ valueType: "alias"
2407
+ }
2408
+ },
2409
+ borderColor: {
2410
+ disabled: {
2411
+ type: "linePaletteColors",
2412
+ value: "tertiary",
2413
+ valueType: "alias"
2414
+ },
2415
+ hover: {
2416
+ type: "linePaletteColors",
2417
+ value: "tertiary",
2418
+ valueType: "alias"
2419
+ },
2420
+ pressed: {
2421
+ type: "linePaletteColors",
2422
+ value: "tertiary",
2423
+ valueType: "alias"
2424
+ },
2425
+ rest: {
2426
+ type: "linePaletteColors",
2427
+ value: "tertiary",
2428
+ valueType: "alias"
2429
+ }
2430
+ },
2431
+ borderRadius: {
2432
+ disabled: {
2433
+ type: "borderRadii",
2434
+ value: "full",
2435
+ valueType: "alias"
2436
+ },
2437
+ hover: {
2438
+ type: "borderRadii",
2439
+ value: "full",
2440
+ valueType: "alias"
2441
+ },
2442
+ pressed: {
2443
+ type: "borderRadii",
2444
+ value: "full",
2445
+ valueType: "alias"
2446
+ },
2447
+ rest: {
2448
+ type: "borderRadii",
2449
+ value: "full",
2450
+ valueType: "alias"
2451
+ }
2452
+ },
2453
+ borderWidth: {
2454
+ disabled: {
2455
+ type: "borderWidths",
2456
+ value: "none",
2457
+ valueType: "alias"
2458
+ },
2459
+ hover: {
2460
+ type: "borderWidths",
2461
+ value: "none",
2462
+ valueType: "alias"
2463
+ },
2464
+ pressed: {
2465
+ type: "borderWidths",
2466
+ value: "none",
2467
+ valueType: "alias"
2468
+ },
2469
+ rest: {
2470
+ type: "borderWidths",
2471
+ value: "none",
2472
+ valueType: "alias"
2473
+ }
2474
+ },
2475
+ color: {
2476
+ disabled: {
2477
+ type: "foregroundPaletteColors",
2478
+ value: "accent",
2479
+ valueType: "alias"
2480
+ },
2481
+ hover: {
2482
+ type: "foregroundPaletteColors",
2483
+ value: "accent",
2484
+ valueType: "alias"
2485
+ },
2486
+ pressed: {
2487
+ type: "foregroundPaletteColors",
2488
+ value: "accent",
2489
+ valueType: "alias"
2490
+ },
2491
+ rest: {
2492
+ type: "foregroundPaletteColors",
2493
+ value: "accent",
2494
+ valueType: "alias"
2495
+ }
2496
+ },
2497
+ insetShadow: {
2498
+ disabled: {
2499
+ type: "shadowVariantsWithInvert",
2500
+ value: "none",
2501
+ valueType: "alias"
2502
+ },
2503
+ hover: {
2504
+ type: "shadowVariantsWithInvert",
2505
+ value: "none",
2506
+ valueType: "alias"
2507
+ },
2508
+ pressed: {
2509
+ type: "shadowVariantsWithInvert",
2510
+ value: "none",
2511
+ valueType: "alias"
2512
+ },
2513
+ rest: {
2514
+ type: "shadowVariantsWithInvert",
2515
+ value: "none",
2516
+ valueType: "alias"
2517
+ }
2518
+ },
2519
+ opacity: { disabled: {
2520
+ type: "opacitySteps",
2521
+ value: "100",
2522
+ valueType: "alias"
2523
+ } },
2524
+ scaleEffect: {
2525
+ hover: {
2526
+ type: "scaleEffects",
2527
+ value: "none",
2528
+ valueType: "alias"
2529
+ },
2530
+ pressed: {
2531
+ type: "scaleEffects",
2532
+ value: "none",
2533
+ valueType: "alias"
2534
+ }
2535
+ },
2536
+ shadow: {
2537
+ disabled: {
2538
+ type: "shadowVariants",
2539
+ value: "none",
2540
+ valueType: "alias"
2541
+ },
2542
+ hover: {
2543
+ type: "shadowVariants",
2544
+ value: "none",
2545
+ valueType: "alias"
2546
+ },
2547
+ pressed: {
2548
+ type: "shadowVariants",
2549
+ value: "none",
2550
+ valueType: "alias"
2551
+ },
2552
+ rest: {
2553
+ type: "shadowVariants",
2554
+ value: "none",
2555
+ valueType: "alias"
2556
+ }
2557
+ }
2558
+ },
2559
+ "variant/contrast-medium/icon": { color: {
2560
+ disabled: {
2561
+ type: "foregroundPaletteColors",
2562
+ value: "primary",
2563
+ valueType: "alias"
2564
+ },
2565
+ hover: {
2566
+ type: "foregroundPaletteColors",
2567
+ value: "primary",
2568
+ valueType: "alias"
2569
+ },
2570
+ pressed: {
2571
+ type: "foregroundPaletteColors",
2572
+ value: "primary",
2573
+ valueType: "alias"
2574
+ },
2575
+ rest: {
2576
+ type: "foregroundPaletteColors",
2577
+ value: "primary",
2578
+ valueType: "alias"
2579
+ }
2580
+ } },
2581
+ "variant/contrast-medium/root": {
2582
+ backgroundColor: {
2583
+ disabled: {
2584
+ type: "backgroundPaletteColors",
2585
+ value: "accent",
2586
+ valueType: "alias"
2587
+ },
2588
+ hover: {
2589
+ type: "backgroundPaletteColors",
2590
+ value: "accent",
2591
+ valueType: "alias"
2592
+ },
2593
+ pressed: {
2594
+ type: "backgroundPaletteColors",
2595
+ value: "accent",
2596
+ valueType: "alias"
2597
+ },
2598
+ rest: {
2599
+ type: "backgroundPaletteColors",
2600
+ value: "accent",
2601
+ valueType: "alias"
2602
+ }
2603
+ },
2604
+ borderColor: {
2605
+ disabled: {
2606
+ type: "linePaletteColors",
2607
+ value: "tertiary",
2608
+ valueType: "alias"
2609
+ },
2610
+ hover: {
2611
+ type: "linePaletteColors",
2612
+ value: "tertiary",
2613
+ valueType: "alias"
2614
+ },
2615
+ pressed: {
2616
+ type: "linePaletteColors",
2617
+ value: "tertiary",
2618
+ valueType: "alias"
2619
+ },
2620
+ rest: {
2621
+ type: "linePaletteColors",
2622
+ value: "tertiary",
2623
+ valueType: "alias"
2624
+ }
2625
+ },
2626
+ borderRadius: {
2627
+ disabled: {
2628
+ type: "borderRadii",
2629
+ value: "full",
2630
+ valueType: "alias"
2631
+ },
2632
+ hover: {
2633
+ type: "borderRadii",
2634
+ value: "full",
2635
+ valueType: "alias"
2636
+ },
2637
+ pressed: {
2638
+ type: "borderRadii",
2639
+ value: "full",
2640
+ valueType: "alias"
2641
+ },
2642
+ rest: {
2643
+ type: "borderRadii",
2644
+ value: "full",
2645
+ valueType: "alias"
2646
+ }
2647
+ },
2648
+ borderWidth: {
2649
+ disabled: {
2650
+ type: "borderWidths",
2651
+ value: "none",
2652
+ valueType: "alias"
2653
+ },
2654
+ hover: {
2655
+ type: "borderWidths",
2656
+ value: "none",
2657
+ valueType: "alias"
2658
+ },
2659
+ pressed: {
2660
+ type: "borderWidths",
2661
+ value: "none",
2662
+ valueType: "alias"
2663
+ },
2664
+ rest: {
2665
+ type: "borderWidths",
2666
+ value: "none",
2667
+ valueType: "alias"
2668
+ }
2669
+ },
2670
+ color: {
2671
+ disabled: {
2672
+ type: "foregroundPaletteColors",
2673
+ value: "accent",
2674
+ valueType: "alias"
2675
+ },
2676
+ hover: {
2677
+ type: "foregroundPaletteColors",
2678
+ value: "accent",
2679
+ valueType: "alias"
2680
+ },
2681
+ pressed: {
2682
+ type: "foregroundPaletteColors",
2683
+ value: "accent",
2684
+ valueType: "alias"
2685
+ },
2686
+ rest: {
2687
+ type: "foregroundPaletteColors",
2688
+ value: "accent",
2689
+ valueType: "alias"
2690
+ }
2691
+ },
2692
+ insetShadow: {
2693
+ disabled: {
2694
+ type: "shadowVariantsWithInvert",
2695
+ value: "none",
2696
+ valueType: "alias"
2697
+ },
2698
+ hover: {
2699
+ type: "shadowVariantsWithInvert",
2700
+ value: "none",
2701
+ valueType: "alias"
2702
+ },
2703
+ pressed: {
2704
+ type: "shadowVariantsWithInvert",
2705
+ value: "none",
2706
+ valueType: "alias"
2707
+ },
2708
+ rest: {
2709
+ type: "shadowVariantsWithInvert",
2710
+ value: "none",
2711
+ valueType: "alias"
2712
+ }
2713
+ },
2714
+ opacity: { disabled: {
2715
+ type: "opacitySteps",
2716
+ value: "100",
2717
+ valueType: "alias"
2718
+ } },
2719
+ scaleEffect: {
2720
+ hover: {
2721
+ type: "scaleEffects",
2722
+ value: "none",
2723
+ valueType: "alias"
2724
+ },
2725
+ pressed: {
2726
+ type: "scaleEffects",
2727
+ value: "none",
2728
+ valueType: "alias"
2729
+ }
2730
+ },
2731
+ shadow: {
2732
+ disabled: {
2733
+ type: "shadowVariants",
2734
+ value: "none",
2735
+ valueType: "alias"
2736
+ },
2737
+ hover: {
2738
+ type: "shadowVariants",
2739
+ value: "none",
2740
+ valueType: "alias"
2741
+ },
2742
+ pressed: {
2743
+ type: "shadowVariants",
2744
+ value: "none",
2745
+ valueType: "alias"
2746
+ },
2747
+ rest: {
2748
+ type: "shadowVariants",
2749
+ value: "none",
2750
+ valueType: "alias"
2751
+ }
2752
+ }
2753
+ },
2169
2754
  "variant/info-secondary/icon": { color: {
2170
2755
  disabled: {
2171
2756
  type: "foregroundPaletteColors",