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