@omnia/fx 8.0.157-dev → 8.0.159-dev

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 (54) hide show
  1. package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
  2. package/internal-do-not-import-from-here/services/OmniaSearchUserService.d.ts +7 -0
  3. package/internal-do-not-import-from-here/services/index.d.ts +37 -36
  4. package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +155 -31
  5. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +155 -31
  6. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +155 -31
  7. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +35 -1
  8. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/IEnterprisePropertyPicker.d.ts +2 -1
  9. package/internal-do-not-import-from-here/ux/filterengine/Helper.d.ts +2 -1
  10. package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedBirthdayRegistration.d.ts +1 -0
  11. package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedBooleanRegistration.d.ts +1 -0
  12. package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedDateRegistration.d.ts +1 -0
  13. package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedDateTimeRegistration.d.ts +1 -0
  14. package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedEmailRegistration.d.ts +1 -0
  15. package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedHtmlRegistration.d.ts +1 -0
  16. package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedIdentityRegistration.d.ts +1 -0
  17. package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedIntegerRegistration.d.ts +1 -0
  18. package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedLinkRegistration.d.ts +1 -0
  19. package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedMultilineTextRegistration.d.ts +1 -0
  20. package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedMultilingualTextRegistration.d.ts +1 -0
  21. package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedPhoneNumberRegistration.d.ts +1 -0
  22. package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedTextRegistration.d.ts +1 -0
  23. package/internal-do-not-import-from-here/ux/filterengine/handler/FilterEngineHandler.d.ts +4 -1
  24. package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +8 -6
  25. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +155 -31
  26. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +310 -62
  27. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +310 -62
  28. package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.css.d.ts +0 -1
  29. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +155 -31
  30. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.css.d.ts +1 -3
  31. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +105 -55
  32. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/ActionMenu.css.d.ts +3 -0
  33. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/ActionMenu.d.ts +60 -0
  34. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/BorderSelector.d.ts +60 -0
  35. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/editorHooks/ContentEditorHooks.css.d.ts +4 -0
  36. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/editorHooks/ContentEditorHooks.d.ts +2 -0
  37. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/EditorRenderingHooks.d.ts +10 -0
  38. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +21 -11
  39. package/internal-do-not-import-from-here/wctypings.d.ts +18 -1
  40. package/package.json +3 -3
  41. /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/AlignmentEditor.d.ts +0 -0
  42. /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/ColorEditor.d.ts +0 -0
  43. /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/ColorSchemaEditor.d.ts +0 -0
  44. /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/ContainerEditor.d.ts +0 -0
  45. /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/IconEditor.d.ts +0 -0
  46. /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/ImageEditor.d.ts +0 -0
  47. /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/MarkdownEditor.d.ts +0 -0
  48. /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/PropertyEditorCreator.d.ts +0 -0
  49. /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/ReferenceEditor.d.ts +0 -0
  50. /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/SliderEditor.d.ts +0 -0
  51. /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/SpacingEditor.d.ts +0 -0
  52. /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/SwitchEditor.d.ts +0 -0
  53. /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/TextEditor.d.ts +0 -0
  54. /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/TypographyEditor.d.ts +0 -0
@@ -1258,7 +1258,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
1258
1258
  };
1259
1259
  };
1260
1260
  icon?: {
1261
- color?: {
1261
+ color?: string | {
1262
1262
  colors: (string | {
1263
1263
  colorType: "container" | "base" | "onBase" | "onContainer";
1264
1264
  toned?: boolean;
@@ -1273,6 +1273,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
1273
1273
  })[];
1274
1274
  acrylic?: boolean;
1275
1275
  opacity?: number;
1276
+ } | {
1277
+ colorType: "container" | "base" | "onBase" | "onContainer";
1278
+ toned?: boolean;
1279
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1276
1280
  };
1277
1281
  size?: number;
1278
1282
  };
@@ -1382,7 +1386,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
1382
1386
  };
1383
1387
  };
1384
1388
  icon?: {
1385
- color?: {
1389
+ color?: string | {
1386
1390
  colors: (string | {
1387
1391
  colorType: "container" | "base" | "onBase" | "onContainer";
1388
1392
  toned?: boolean;
@@ -1397,6 +1401,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
1397
1401
  })[];
1398
1402
  acrylic?: boolean;
1399
1403
  opacity?: number;
1404
+ } | {
1405
+ colorType: "container" | "base" | "onBase" | "onContainer";
1406
+ toned?: boolean;
1407
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1400
1408
  };
1401
1409
  size?: number;
1402
1410
  };
@@ -1506,7 +1514,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
1506
1514
  };
1507
1515
  };
1508
1516
  icon?: {
1509
- color?: {
1517
+ color?: string | {
1510
1518
  colors: (string | {
1511
1519
  colorType: "container" | "base" | "onBase" | "onContainer";
1512
1520
  toned?: boolean;
@@ -1521,6 +1529,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
1521
1529
  })[];
1522
1530
  acrylic?: boolean;
1523
1531
  opacity?: number;
1532
+ } | {
1533
+ colorType: "container" | "base" | "onBase" | "onContainer";
1534
+ toned?: boolean;
1535
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1524
1536
  };
1525
1537
  size?: number;
1526
1538
  };
@@ -1630,7 +1642,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
1630
1642
  };
1631
1643
  };
1632
1644
  icon?: {
1633
- color?: {
1645
+ color?: string | {
1634
1646
  colors: (string | {
1635
1647
  colorType: "container" | "base" | "onBase" | "onContainer";
1636
1648
  toned?: boolean;
@@ -1645,6 +1657,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
1645
1657
  })[];
1646
1658
  acrylic?: boolean;
1647
1659
  opacity?: number;
1660
+ } | {
1661
+ colorType: "container" | "base" | "onBase" | "onContainer";
1662
+ toned?: boolean;
1663
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1648
1664
  };
1649
1665
  size?: number;
1650
1666
  };
@@ -1754,7 +1770,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
1754
1770
  };
1755
1771
  };
1756
1772
  icon?: {
1757
- color?: {
1773
+ color?: string | {
1758
1774
  colors: (string | {
1759
1775
  colorType: "container" | "base" | "onBase" | "onContainer";
1760
1776
  toned?: boolean;
@@ -1769,6 +1785,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
1769
1785
  })[];
1770
1786
  acrylic?: boolean;
1771
1787
  opacity?: number;
1788
+ } | {
1789
+ colorType: "container" | "base" | "onBase" | "onContainer";
1790
+ toned?: boolean;
1791
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1772
1792
  };
1773
1793
  size?: number;
1774
1794
  };
@@ -1878,7 +1898,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
1878
1898
  };
1879
1899
  };
1880
1900
  icon?: {
1881
- color?: {
1901
+ color?: string | {
1882
1902
  colors: (string | {
1883
1903
  colorType: "container" | "base" | "onBase" | "onContainer";
1884
1904
  toned?: boolean;
@@ -1893,6 +1913,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
1893
1913
  })[];
1894
1914
  acrylic?: boolean;
1895
1915
  opacity?: number;
1916
+ } | {
1917
+ colorType: "container" | "base" | "onBase" | "onContainer";
1918
+ toned?: boolean;
1919
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1896
1920
  };
1897
1921
  size?: number;
1898
1922
  };
@@ -2002,7 +2026,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
2002
2026
  };
2003
2027
  };
2004
2028
  icon?: {
2005
- color?: {
2029
+ color?: string | {
2006
2030
  colors: (string | {
2007
2031
  colorType: "container" | "base" | "onBase" | "onContainer";
2008
2032
  toned?: boolean;
@@ -2017,6 +2041,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
2017
2041
  })[];
2018
2042
  acrylic?: boolean;
2019
2043
  opacity?: number;
2044
+ } | {
2045
+ colorType: "container" | "base" | "onBase" | "onContainer";
2046
+ toned?: boolean;
2047
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2020
2048
  };
2021
2049
  size?: number;
2022
2050
  };
@@ -2126,7 +2154,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
2126
2154
  };
2127
2155
  };
2128
2156
  icon?: {
2129
- color?: {
2157
+ color?: string | {
2130
2158
  colors: (string | {
2131
2159
  colorType: "container" | "base" | "onBase" | "onContainer";
2132
2160
  toned?: boolean;
@@ -2141,6 +2169,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
2141
2169
  })[];
2142
2170
  acrylic?: boolean;
2143
2171
  opacity?: number;
2172
+ } | {
2173
+ colorType: "container" | "base" | "onBase" | "onContainer";
2174
+ toned?: boolean;
2175
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2144
2176
  };
2145
2177
  size?: number;
2146
2178
  };
@@ -2250,7 +2282,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
2250
2282
  };
2251
2283
  };
2252
2284
  icon?: {
2253
- color?: {
2285
+ color?: string | {
2254
2286
  colors: (string | {
2255
2287
  colorType: "container" | "base" | "onBase" | "onContainer";
2256
2288
  toned?: boolean;
@@ -2265,6 +2297,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
2265
2297
  })[];
2266
2298
  acrylic?: boolean;
2267
2299
  opacity?: number;
2300
+ } | {
2301
+ colorType: "container" | "base" | "onBase" | "onContainer";
2302
+ toned?: boolean;
2303
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2268
2304
  };
2269
2305
  size?: number;
2270
2306
  };
@@ -2376,7 +2412,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
2376
2412
  };
2377
2413
  };
2378
2414
  icon?: {
2379
- color?: {
2415
+ color?: string | {
2380
2416
  colors: (string | {
2381
2417
  colorType: "container" | "base" | "onBase" | "onContainer";
2382
2418
  toned?: boolean;
@@ -2391,6 +2427,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
2391
2427
  })[];
2392
2428
  acrylic?: boolean;
2393
2429
  opacity?: number;
2430
+ } | {
2431
+ colorType: "container" | "base" | "onBase" | "onContainer";
2432
+ toned?: boolean;
2433
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2394
2434
  };
2395
2435
  size?: number;
2396
2436
  };
@@ -2500,7 +2540,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
2500
2540
  };
2501
2541
  };
2502
2542
  icon?: {
2503
- color?: {
2543
+ color?: string | {
2504
2544
  colors: (string | {
2505
2545
  colorType: "container" | "base" | "onBase" | "onContainer";
2506
2546
  toned?: boolean;
@@ -2515,6 +2555,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
2515
2555
  })[];
2516
2556
  acrylic?: boolean;
2517
2557
  opacity?: number;
2558
+ } | {
2559
+ colorType: "container" | "base" | "onBase" | "onContainer";
2560
+ toned?: boolean;
2561
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2518
2562
  };
2519
2563
  size?: number;
2520
2564
  };
@@ -2624,7 +2668,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
2624
2668
  };
2625
2669
  };
2626
2670
  icon?: {
2627
- color?: {
2671
+ color?: string | {
2628
2672
  colors: (string | {
2629
2673
  colorType: "container" | "base" | "onBase" | "onContainer";
2630
2674
  toned?: boolean;
@@ -2639,6 +2683,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
2639
2683
  })[];
2640
2684
  acrylic?: boolean;
2641
2685
  opacity?: number;
2686
+ } | {
2687
+ colorType: "container" | "base" | "onBase" | "onContainer";
2688
+ toned?: boolean;
2689
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2642
2690
  };
2643
2691
  size?: number;
2644
2692
  };
@@ -2748,7 +2796,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
2748
2796
  };
2749
2797
  };
2750
2798
  icon?: {
2751
- color?: {
2799
+ color?: string | {
2752
2800
  colors: (string | {
2753
2801
  colorType: "container" | "base" | "onBase" | "onContainer";
2754
2802
  toned?: boolean;
@@ -2763,6 +2811,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
2763
2811
  })[];
2764
2812
  acrylic?: boolean;
2765
2813
  opacity?: number;
2814
+ } | {
2815
+ colorType: "container" | "base" | "onBase" | "onContainer";
2816
+ toned?: boolean;
2817
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2766
2818
  };
2767
2819
  size?: number;
2768
2820
  };
@@ -2872,7 +2924,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
2872
2924
  };
2873
2925
  };
2874
2926
  icon?: {
2875
- color?: {
2927
+ color?: string | {
2876
2928
  colors: (string | {
2877
2929
  colorType: "container" | "base" | "onBase" | "onContainer";
2878
2930
  toned?: boolean;
@@ -2887,6 +2939,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
2887
2939
  })[];
2888
2940
  acrylic?: boolean;
2889
2941
  opacity?: number;
2942
+ } | {
2943
+ colorType: "container" | "base" | "onBase" | "onContainer";
2944
+ toned?: boolean;
2945
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2890
2946
  };
2891
2947
  size?: number;
2892
2948
  };
@@ -2996,7 +3052,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
2996
3052
  };
2997
3053
  };
2998
3054
  icon?: {
2999
- color?: {
3055
+ color?: string | {
3000
3056
  colors: (string | {
3001
3057
  colorType: "container" | "base" | "onBase" | "onContainer";
3002
3058
  toned?: boolean;
@@ -3011,6 +3067,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
3011
3067
  })[];
3012
3068
  acrylic?: boolean;
3013
3069
  opacity?: number;
3070
+ } | {
3071
+ colorType: "container" | "base" | "onBase" | "onContainer";
3072
+ toned?: boolean;
3073
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3014
3074
  };
3015
3075
  size?: number;
3016
3076
  };
@@ -3120,7 +3180,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
3120
3180
  };
3121
3181
  };
3122
3182
  icon?: {
3123
- color?: {
3183
+ color?: string | {
3124
3184
  colors: (string | {
3125
3185
  colorType: "container" | "base" | "onBase" | "onContainer";
3126
3186
  toned?: boolean;
@@ -3135,6 +3195,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
3135
3195
  })[];
3136
3196
  acrylic?: boolean;
3137
3197
  opacity?: number;
3198
+ } | {
3199
+ colorType: "container" | "base" | "onBase" | "onContainer";
3200
+ toned?: boolean;
3201
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3138
3202
  };
3139
3203
  size?: number;
3140
3204
  };
@@ -3244,7 +3308,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
3244
3308
  };
3245
3309
  };
3246
3310
  icon?: {
3247
- color?: {
3311
+ color?: string | {
3248
3312
  colors: (string | {
3249
3313
  colorType: "container" | "base" | "onBase" | "onContainer";
3250
3314
  toned?: boolean;
@@ -3259,6 +3323,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
3259
3323
  })[];
3260
3324
  acrylic?: boolean;
3261
3325
  opacity?: number;
3326
+ } | {
3327
+ colorType: "container" | "base" | "onBase" | "onContainer";
3328
+ toned?: boolean;
3329
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3262
3330
  };
3263
3331
  size?: number;
3264
3332
  };
@@ -3368,7 +3436,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
3368
3436
  };
3369
3437
  };
3370
3438
  icon?: {
3371
- color?: {
3439
+ color?: string | {
3372
3440
  colors: (string | {
3373
3441
  colorType: "container" | "base" | "onBase" | "onContainer";
3374
3442
  toned?: boolean;
@@ -3383,6 +3451,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
3383
3451
  })[];
3384
3452
  acrylic?: boolean;
3385
3453
  opacity?: number;
3454
+ } | {
3455
+ colorType: "container" | "base" | "onBase" | "onContainer";
3456
+ toned?: boolean;
3457
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3386
3458
  };
3387
3459
  size?: number;
3388
3460
  };
@@ -3517,7 +3589,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
3517
3589
  };
3518
3590
  };
3519
3591
  icon?: {
3520
- color?: {
3592
+ color?: string | {
3521
3593
  colors: (string | {
3522
3594
  colorType: "container" | "base" | "onBase" | "onContainer";
3523
3595
  toned?: boolean;
@@ -3532,6 +3604,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
3532
3604
  })[];
3533
3605
  acrylic?: boolean;
3534
3606
  opacity?: number;
3607
+ } | {
3608
+ colorType: "container" | "base" | "onBase" | "onContainer";
3609
+ toned?: boolean;
3610
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3535
3611
  };
3536
3612
  size?: number;
3537
3613
  };
@@ -3639,7 +3715,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
3639
3715
  };
3640
3716
  };
3641
3717
  icon?: {
3642
- color?: {
3718
+ color?: string | {
3643
3719
  colors: (string | {
3644
3720
  colorType: "container" | "base" | "onBase" | "onContainer";
3645
3721
  toned?: boolean;
@@ -3654,6 +3730,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
3654
3730
  })[];
3655
3731
  acrylic?: boolean;
3656
3732
  opacity?: number;
3733
+ } | {
3734
+ colorType: "container" | "base" | "onBase" | "onContainer";
3735
+ toned?: boolean;
3736
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3657
3737
  };
3658
3738
  size?: number;
3659
3739
  };
@@ -3840,7 +3920,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
3840
3920
  };
3841
3921
  };
3842
3922
  icon?: {
3843
- color?: {
3923
+ color?: string | {
3844
3924
  colors: (string | {
3845
3925
  colorType: "container" | "base" | "onBase" | "onContainer";
3846
3926
  toned?: boolean;
@@ -3855,6 +3935,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
3855
3935
  })[];
3856
3936
  acrylic?: boolean;
3857
3937
  opacity?: number;
3938
+ } | {
3939
+ colorType: "container" | "base" | "onBase" | "onContainer";
3940
+ toned?: boolean;
3941
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3858
3942
  };
3859
3943
  size?: number;
3860
3944
  };
@@ -3962,7 +4046,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
3962
4046
  };
3963
4047
  };
3964
4048
  icon?: {
3965
- color?: {
4049
+ color?: string | {
3966
4050
  colors: (string | {
3967
4051
  colorType: "container" | "base" | "onBase" | "onContainer";
3968
4052
  toned?: boolean;
@@ -3977,6 +4061,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
3977
4061
  })[];
3978
4062
  acrylic?: boolean;
3979
4063
  opacity?: number;
4064
+ } | {
4065
+ colorType: "container" | "base" | "onBase" | "onContainer";
4066
+ toned?: boolean;
4067
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3980
4068
  };
3981
4069
  size?: number;
3982
4070
  };
@@ -4163,7 +4251,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
4163
4251
  };
4164
4252
  };
4165
4253
  icon?: {
4166
- color?: {
4254
+ color?: string | {
4167
4255
  colors: (string | {
4168
4256
  colorType: "container" | "base" | "onBase" | "onContainer";
4169
4257
  toned?: boolean;
@@ -4178,6 +4266,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
4178
4266
  })[];
4179
4267
  acrylic?: boolean;
4180
4268
  opacity?: number;
4269
+ } | {
4270
+ colorType: "container" | "base" | "onBase" | "onContainer";
4271
+ toned?: boolean;
4272
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4181
4273
  };
4182
4274
  size?: number;
4183
4275
  };
@@ -4285,7 +4377,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
4285
4377
  };
4286
4378
  };
4287
4379
  icon?: {
4288
- color?: {
4380
+ color?: string | {
4289
4381
  colors: (string | {
4290
4382
  colorType: "container" | "base" | "onBase" | "onContainer";
4291
4383
  toned?: boolean;
@@ -4300,6 +4392,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
4300
4392
  })[];
4301
4393
  acrylic?: boolean;
4302
4394
  opacity?: number;
4395
+ } | {
4396
+ colorType: "container" | "base" | "onBase" | "onContainer";
4397
+ toned?: boolean;
4398
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4303
4399
  };
4304
4400
  size?: number;
4305
4401
  };
@@ -4486,7 +4582,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
4486
4582
  };
4487
4583
  };
4488
4584
  icon?: {
4489
- color?: {
4585
+ color?: string | {
4490
4586
  colors: (string | {
4491
4587
  colorType: "container" | "base" | "onBase" | "onContainer";
4492
4588
  toned?: boolean;
@@ -4501,6 +4597,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
4501
4597
  })[];
4502
4598
  acrylic?: boolean;
4503
4599
  opacity?: number;
4600
+ } | {
4601
+ colorType: "container" | "base" | "onBase" | "onContainer";
4602
+ toned?: boolean;
4603
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4504
4604
  };
4505
4605
  size?: number;
4506
4606
  };
@@ -4608,7 +4708,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
4608
4708
  };
4609
4709
  };
4610
4710
  icon?: {
4611
- color?: {
4711
+ color?: string | {
4612
4712
  colors: (string | {
4613
4713
  colorType: "container" | "base" | "onBase" | "onContainer";
4614
4714
  toned?: boolean;
@@ -4623,6 +4723,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
4623
4723
  })[];
4624
4724
  acrylic?: boolean;
4625
4725
  opacity?: number;
4726
+ } | {
4727
+ colorType: "container" | "base" | "onBase" | "onContainer";
4728
+ toned?: boolean;
4729
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4626
4730
  };
4627
4731
  size?: number;
4628
4732
  };
@@ -5560,7 +5664,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
5560
5664
  };
5561
5665
  icons?: {
5562
5666
  xs?: {
5563
- color?: {
5667
+ color?: string | {
5564
5668
  colors: (string | {
5565
5669
  colorType: "container" | "base" | "onBase" | "onContainer";
5566
5670
  toned?: boolean;
@@ -5575,11 +5679,15 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
5575
5679
  })[];
5576
5680
  acrylic?: boolean;
5577
5681
  opacity?: number;
5682
+ } | {
5683
+ colorType: "container" | "base" | "onBase" | "onContainer";
5684
+ toned?: boolean;
5685
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5578
5686
  };
5579
5687
  size?: number;
5580
5688
  };
5581
5689
  s?: {
5582
- color?: {
5690
+ color?: string | {
5583
5691
  colors: (string | {
5584
5692
  colorType: "container" | "base" | "onBase" | "onContainer";
5585
5693
  toned?: boolean;
@@ -5594,11 +5702,15 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
5594
5702
  })[];
5595
5703
  acrylic?: boolean;
5596
5704
  opacity?: number;
5705
+ } | {
5706
+ colorType: "container" | "base" | "onBase" | "onContainer";
5707
+ toned?: boolean;
5708
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5597
5709
  };
5598
5710
  size?: number;
5599
5711
  };
5600
5712
  m?: {
5601
- color?: {
5713
+ color?: string | {
5602
5714
  colors: (string | {
5603
5715
  colorType: "container" | "base" | "onBase" | "onContainer";
5604
5716
  toned?: boolean;
@@ -5613,11 +5725,15 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
5613
5725
  })[];
5614
5726
  acrylic?: boolean;
5615
5727
  opacity?: number;
5728
+ } | {
5729
+ colorType: "container" | "base" | "onBase" | "onContainer";
5730
+ toned?: boolean;
5731
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5616
5732
  };
5617
5733
  size?: number;
5618
5734
  };
5619
5735
  l?: {
5620
- color?: {
5736
+ color?: string | {
5621
5737
  colors: (string | {
5622
5738
  colorType: "container" | "base" | "onBase" | "onContainer";
5623
5739
  toned?: boolean;
@@ -5632,11 +5748,15 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
5632
5748
  })[];
5633
5749
  acrylic?: boolean;
5634
5750
  opacity?: number;
5751
+ } | {
5752
+ colorType: "container" | "base" | "onBase" | "onContainer";
5753
+ toned?: boolean;
5754
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5635
5755
  };
5636
5756
  size?: number;
5637
5757
  };
5638
5758
  xl?: {
5639
- color?: {
5759
+ color?: string | {
5640
5760
  colors: (string | {
5641
5761
  colorType: "container" | "base" | "onBase" | "onContainer";
5642
5762
  toned?: boolean;
@@ -5651,6 +5771,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
5651
5771
  })[];
5652
5772
  acrylic?: boolean;
5653
5773
  opacity?: number;
5774
+ } | {
5775
+ colorType: "container" | "base" | "onBase" | "onContainer";
5776
+ toned?: boolean;
5777
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5654
5778
  };
5655
5779
  size?: number;
5656
5780
  };
@@ -7383,7 +7507,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
7383
7507
  };
7384
7508
  };
7385
7509
  icon?: {
7386
- color?: {
7510
+ color?: string | {
7387
7511
  colors: (string | {
7388
7512
  colorType: "container" | "base" | "onBase" | "onContainer";
7389
7513
  toned?: boolean;
@@ -7398,6 +7522,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
7398
7522
  })[];
7399
7523
  acrylic?: boolean;
7400
7524
  opacity?: number;
7525
+ } | {
7526
+ colorType: "container" | "base" | "onBase" | "onContainer";
7527
+ toned?: boolean;
7528
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
7401
7529
  };
7402
7530
  size?: number;
7403
7531
  };
@@ -7507,7 +7635,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
7507
7635
  };
7508
7636
  };
7509
7637
  icon?: {
7510
- color?: {
7638
+ color?: string | {
7511
7639
  colors: (string | {
7512
7640
  colorType: "container" | "base" | "onBase" | "onContainer";
7513
7641
  toned?: boolean;
@@ -7522,6 +7650,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
7522
7650
  })[];
7523
7651
  acrylic?: boolean;
7524
7652
  opacity?: number;
7653
+ } | {
7654
+ colorType: "container" | "base" | "onBase" | "onContainer";
7655
+ toned?: boolean;
7656
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
7525
7657
  };
7526
7658
  size?: number;
7527
7659
  };
@@ -7631,7 +7763,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
7631
7763
  };
7632
7764
  };
7633
7765
  icon?: {
7634
- color?: {
7766
+ color?: string | {
7635
7767
  colors: (string | {
7636
7768
  colorType: "container" | "base" | "onBase" | "onContainer";
7637
7769
  toned?: boolean;
@@ -7646,6 +7778,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
7646
7778
  })[];
7647
7779
  acrylic?: boolean;
7648
7780
  opacity?: number;
7781
+ } | {
7782
+ colorType: "container" | "base" | "onBase" | "onContainer";
7783
+ toned?: boolean;
7784
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
7649
7785
  };
7650
7786
  size?: number;
7651
7787
  };
@@ -7755,7 +7891,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
7755
7891
  };
7756
7892
  };
7757
7893
  icon?: {
7758
- color?: {
7894
+ color?: string | {
7759
7895
  colors: (string | {
7760
7896
  colorType: "container" | "base" | "onBase" | "onContainer";
7761
7897
  toned?: boolean;
@@ -7770,6 +7906,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
7770
7906
  })[];
7771
7907
  acrylic?: boolean;
7772
7908
  opacity?: number;
7909
+ } | {
7910
+ colorType: "container" | "base" | "onBase" | "onContainer";
7911
+ toned?: boolean;
7912
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
7773
7913
  };
7774
7914
  size?: number;
7775
7915
  };
@@ -7879,7 +8019,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
7879
8019
  };
7880
8020
  };
7881
8021
  icon?: {
7882
- color?: {
8022
+ color?: string | {
7883
8023
  colors: (string | {
7884
8024
  colorType: "container" | "base" | "onBase" | "onContainer";
7885
8025
  toned?: boolean;
@@ -7894,6 +8034,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
7894
8034
  })[];
7895
8035
  acrylic?: boolean;
7896
8036
  opacity?: number;
8037
+ } | {
8038
+ colorType: "container" | "base" | "onBase" | "onContainer";
8039
+ toned?: boolean;
8040
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
7897
8041
  };
7898
8042
  size?: number;
7899
8043
  };
@@ -8003,7 +8147,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
8003
8147
  };
8004
8148
  };
8005
8149
  icon?: {
8006
- color?: {
8150
+ color?: string | {
8007
8151
  colors: (string | {
8008
8152
  colorType: "container" | "base" | "onBase" | "onContainer";
8009
8153
  toned?: boolean;
@@ -8018,6 +8162,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
8018
8162
  })[];
8019
8163
  acrylic?: boolean;
8020
8164
  opacity?: number;
8165
+ } | {
8166
+ colorType: "container" | "base" | "onBase" | "onContainer";
8167
+ toned?: boolean;
8168
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
8021
8169
  };
8022
8170
  size?: number;
8023
8171
  };
@@ -8127,7 +8275,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
8127
8275
  };
8128
8276
  };
8129
8277
  icon?: {
8130
- color?: {
8278
+ color?: string | {
8131
8279
  colors: (string | {
8132
8280
  colorType: "container" | "base" | "onBase" | "onContainer";
8133
8281
  toned?: boolean;
@@ -8142,6 +8290,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
8142
8290
  })[];
8143
8291
  acrylic?: boolean;
8144
8292
  opacity?: number;
8293
+ } | {
8294
+ colorType: "container" | "base" | "onBase" | "onContainer";
8295
+ toned?: boolean;
8296
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
8145
8297
  };
8146
8298
  size?: number;
8147
8299
  };
@@ -8251,7 +8403,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
8251
8403
  };
8252
8404
  };
8253
8405
  icon?: {
8254
- color?: {
8406
+ color?: string | {
8255
8407
  colors: (string | {
8256
8408
  colorType: "container" | "base" | "onBase" | "onContainer";
8257
8409
  toned?: boolean;
@@ -8266,6 +8418,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
8266
8418
  })[];
8267
8419
  acrylic?: boolean;
8268
8420
  opacity?: number;
8421
+ } | {
8422
+ colorType: "container" | "base" | "onBase" | "onContainer";
8423
+ toned?: boolean;
8424
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
8269
8425
  };
8270
8426
  size?: number;
8271
8427
  };
@@ -8375,7 +8531,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
8375
8531
  };
8376
8532
  };
8377
8533
  icon?: {
8378
- color?: {
8534
+ color?: string | {
8379
8535
  colors: (string | {
8380
8536
  colorType: "container" | "base" | "onBase" | "onContainer";
8381
8537
  toned?: boolean;
@@ -8390,6 +8546,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
8390
8546
  })[];
8391
8547
  acrylic?: boolean;
8392
8548
  opacity?: number;
8549
+ } | {
8550
+ colorType: "container" | "base" | "onBase" | "onContainer";
8551
+ toned?: boolean;
8552
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
8393
8553
  };
8394
8554
  size?: number;
8395
8555
  };
@@ -8501,7 +8661,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
8501
8661
  };
8502
8662
  };
8503
8663
  icon?: {
8504
- color?: {
8664
+ color?: string | {
8505
8665
  colors: (string | {
8506
8666
  colorType: "container" | "base" | "onBase" | "onContainer";
8507
8667
  toned?: boolean;
@@ -8516,6 +8676,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
8516
8676
  })[];
8517
8677
  acrylic?: boolean;
8518
8678
  opacity?: number;
8679
+ } | {
8680
+ colorType: "container" | "base" | "onBase" | "onContainer";
8681
+ toned?: boolean;
8682
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
8519
8683
  };
8520
8684
  size?: number;
8521
8685
  };
@@ -8625,7 +8789,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
8625
8789
  };
8626
8790
  };
8627
8791
  icon?: {
8628
- color?: {
8792
+ color?: string | {
8629
8793
  colors: (string | {
8630
8794
  colorType: "container" | "base" | "onBase" | "onContainer";
8631
8795
  toned?: boolean;
@@ -8640,6 +8804,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
8640
8804
  })[];
8641
8805
  acrylic?: boolean;
8642
8806
  opacity?: number;
8807
+ } | {
8808
+ colorType: "container" | "base" | "onBase" | "onContainer";
8809
+ toned?: boolean;
8810
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
8643
8811
  };
8644
8812
  size?: number;
8645
8813
  };
@@ -8749,7 +8917,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
8749
8917
  };
8750
8918
  };
8751
8919
  icon?: {
8752
- color?: {
8920
+ color?: string | {
8753
8921
  colors: (string | {
8754
8922
  colorType: "container" | "base" | "onBase" | "onContainer";
8755
8923
  toned?: boolean;
@@ -8764,6 +8932,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
8764
8932
  })[];
8765
8933
  acrylic?: boolean;
8766
8934
  opacity?: number;
8935
+ } | {
8936
+ colorType: "container" | "base" | "onBase" | "onContainer";
8937
+ toned?: boolean;
8938
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
8767
8939
  };
8768
8940
  size?: number;
8769
8941
  };
@@ -8873,7 +9045,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
8873
9045
  };
8874
9046
  };
8875
9047
  icon?: {
8876
- color?: {
9048
+ color?: string | {
8877
9049
  colors: (string | {
8878
9050
  colorType: "container" | "base" | "onBase" | "onContainer";
8879
9051
  toned?: boolean;
@@ -8888,6 +9060,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
8888
9060
  })[];
8889
9061
  acrylic?: boolean;
8890
9062
  opacity?: number;
9063
+ } | {
9064
+ colorType: "container" | "base" | "onBase" | "onContainer";
9065
+ toned?: boolean;
9066
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
8891
9067
  };
8892
9068
  size?: number;
8893
9069
  };
@@ -8997,7 +9173,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
8997
9173
  };
8998
9174
  };
8999
9175
  icon?: {
9000
- color?: {
9176
+ color?: string | {
9001
9177
  colors: (string | {
9002
9178
  colorType: "container" | "base" | "onBase" | "onContainer";
9003
9179
  toned?: boolean;
@@ -9012,6 +9188,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
9012
9188
  })[];
9013
9189
  acrylic?: boolean;
9014
9190
  opacity?: number;
9191
+ } | {
9192
+ colorType: "container" | "base" | "onBase" | "onContainer";
9193
+ toned?: boolean;
9194
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
9015
9195
  };
9016
9196
  size?: number;
9017
9197
  };
@@ -9121,7 +9301,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
9121
9301
  };
9122
9302
  };
9123
9303
  icon?: {
9124
- color?: {
9304
+ color?: string | {
9125
9305
  colors: (string | {
9126
9306
  colorType: "container" | "base" | "onBase" | "onContainer";
9127
9307
  toned?: boolean;
@@ -9136,6 +9316,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
9136
9316
  })[];
9137
9317
  acrylic?: boolean;
9138
9318
  opacity?: number;
9319
+ } | {
9320
+ colorType: "container" | "base" | "onBase" | "onContainer";
9321
+ toned?: boolean;
9322
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
9139
9323
  };
9140
9324
  size?: number;
9141
9325
  };
@@ -9245,7 +9429,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
9245
9429
  };
9246
9430
  };
9247
9431
  icon?: {
9248
- color?: {
9432
+ color?: string | {
9249
9433
  colors: (string | {
9250
9434
  colorType: "container" | "base" | "onBase" | "onContainer";
9251
9435
  toned?: boolean;
@@ -9260,6 +9444,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
9260
9444
  })[];
9261
9445
  acrylic?: boolean;
9262
9446
  opacity?: number;
9447
+ } | {
9448
+ colorType: "container" | "base" | "onBase" | "onContainer";
9449
+ toned?: boolean;
9450
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
9263
9451
  };
9264
9452
  size?: number;
9265
9453
  };
@@ -9369,7 +9557,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
9369
9557
  };
9370
9558
  };
9371
9559
  icon?: {
9372
- color?: {
9560
+ color?: string | {
9373
9561
  colors: (string | {
9374
9562
  colorType: "container" | "base" | "onBase" | "onContainer";
9375
9563
  toned?: boolean;
@@ -9384,6 +9572,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
9384
9572
  })[];
9385
9573
  acrylic?: boolean;
9386
9574
  opacity?: number;
9575
+ } | {
9576
+ colorType: "container" | "base" | "onBase" | "onContainer";
9577
+ toned?: boolean;
9578
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
9387
9579
  };
9388
9580
  size?: number;
9389
9581
  };
@@ -9493,7 +9685,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
9493
9685
  };
9494
9686
  };
9495
9687
  icon?: {
9496
- color?: {
9688
+ color?: string | {
9497
9689
  colors: (string | {
9498
9690
  colorType: "container" | "base" | "onBase" | "onContainer";
9499
9691
  toned?: boolean;
@@ -9508,6 +9700,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
9508
9700
  })[];
9509
9701
  acrylic?: boolean;
9510
9702
  opacity?: number;
9703
+ } | {
9704
+ colorType: "container" | "base" | "onBase" | "onContainer";
9705
+ toned?: boolean;
9706
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
9511
9707
  };
9512
9708
  size?: number;
9513
9709
  };
@@ -9642,7 +9838,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
9642
9838
  };
9643
9839
  };
9644
9840
  icon?: {
9645
- color?: {
9841
+ color?: string | {
9646
9842
  colors: (string | {
9647
9843
  colorType: "container" | "base" | "onBase" | "onContainer";
9648
9844
  toned?: boolean;
@@ -9657,6 +9853,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
9657
9853
  })[];
9658
9854
  acrylic?: boolean;
9659
9855
  opacity?: number;
9856
+ } | {
9857
+ colorType: "container" | "base" | "onBase" | "onContainer";
9858
+ toned?: boolean;
9859
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
9660
9860
  };
9661
9861
  size?: number;
9662
9862
  };
@@ -9764,7 +9964,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
9764
9964
  };
9765
9965
  };
9766
9966
  icon?: {
9767
- color?: {
9967
+ color?: string | {
9768
9968
  colors: (string | {
9769
9969
  colorType: "container" | "base" | "onBase" | "onContainer";
9770
9970
  toned?: boolean;
@@ -9779,6 +9979,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
9779
9979
  })[];
9780
9980
  acrylic?: boolean;
9781
9981
  opacity?: number;
9982
+ } | {
9983
+ colorType: "container" | "base" | "onBase" | "onContainer";
9984
+ toned?: boolean;
9985
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
9782
9986
  };
9783
9987
  size?: number;
9784
9988
  };
@@ -9965,7 +10169,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
9965
10169
  };
9966
10170
  };
9967
10171
  icon?: {
9968
- color?: {
10172
+ color?: string | {
9969
10173
  colors: (string | {
9970
10174
  colorType: "container" | "base" | "onBase" | "onContainer";
9971
10175
  toned?: boolean;
@@ -9980,6 +10184,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
9980
10184
  })[];
9981
10185
  acrylic?: boolean;
9982
10186
  opacity?: number;
10187
+ } | {
10188
+ colorType: "container" | "base" | "onBase" | "onContainer";
10189
+ toned?: boolean;
10190
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
9983
10191
  };
9984
10192
  size?: number;
9985
10193
  };
@@ -10087,7 +10295,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
10087
10295
  };
10088
10296
  };
10089
10297
  icon?: {
10090
- color?: {
10298
+ color?: string | {
10091
10299
  colors: (string | {
10092
10300
  colorType: "container" | "base" | "onBase" | "onContainer";
10093
10301
  toned?: boolean;
@@ -10102,6 +10310,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
10102
10310
  })[];
10103
10311
  acrylic?: boolean;
10104
10312
  opacity?: number;
10313
+ } | {
10314
+ colorType: "container" | "base" | "onBase" | "onContainer";
10315
+ toned?: boolean;
10316
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
10105
10317
  };
10106
10318
  size?: number;
10107
10319
  };
@@ -10288,7 +10500,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
10288
10500
  };
10289
10501
  };
10290
10502
  icon?: {
10291
- color?: {
10503
+ color?: string | {
10292
10504
  colors: (string | {
10293
10505
  colorType: "container" | "base" | "onBase" | "onContainer";
10294
10506
  toned?: boolean;
@@ -10303,6 +10515,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
10303
10515
  })[];
10304
10516
  acrylic?: boolean;
10305
10517
  opacity?: number;
10518
+ } | {
10519
+ colorType: "container" | "base" | "onBase" | "onContainer";
10520
+ toned?: boolean;
10521
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
10306
10522
  };
10307
10523
  size?: number;
10308
10524
  };
@@ -10410,7 +10626,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
10410
10626
  };
10411
10627
  };
10412
10628
  icon?: {
10413
- color?: {
10629
+ color?: string | {
10414
10630
  colors: (string | {
10415
10631
  colorType: "container" | "base" | "onBase" | "onContainer";
10416
10632
  toned?: boolean;
@@ -10425,6 +10641,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
10425
10641
  })[];
10426
10642
  acrylic?: boolean;
10427
10643
  opacity?: number;
10644
+ } | {
10645
+ colorType: "container" | "base" | "onBase" | "onContainer";
10646
+ toned?: boolean;
10647
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
10428
10648
  };
10429
10649
  size?: number;
10430
10650
  };
@@ -10611,7 +10831,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
10611
10831
  };
10612
10832
  };
10613
10833
  icon?: {
10614
- color?: {
10834
+ color?: string | {
10615
10835
  colors: (string | {
10616
10836
  colorType: "container" | "base" | "onBase" | "onContainer";
10617
10837
  toned?: boolean;
@@ -10626,6 +10846,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
10626
10846
  })[];
10627
10847
  acrylic?: boolean;
10628
10848
  opacity?: number;
10849
+ } | {
10850
+ colorType: "container" | "base" | "onBase" | "onContainer";
10851
+ toned?: boolean;
10852
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
10629
10853
  };
10630
10854
  size?: number;
10631
10855
  };
@@ -10733,7 +10957,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
10733
10957
  };
10734
10958
  };
10735
10959
  icon?: {
10736
- color?: {
10960
+ color?: string | {
10737
10961
  colors: (string | {
10738
10962
  colorType: "container" | "base" | "onBase" | "onContainer";
10739
10963
  toned?: boolean;
@@ -10748,6 +10972,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
10748
10972
  })[];
10749
10973
  acrylic?: boolean;
10750
10974
  opacity?: number;
10975
+ } | {
10976
+ colorType: "container" | "base" | "onBase" | "onContainer";
10977
+ toned?: boolean;
10978
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
10751
10979
  };
10752
10980
  size?: number;
10753
10981
  };
@@ -11685,7 +11913,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
11685
11913
  };
11686
11914
  icons?: {
11687
11915
  xs?: {
11688
- color?: {
11916
+ color?: string | {
11689
11917
  colors: (string | {
11690
11918
  colorType: "container" | "base" | "onBase" | "onContainer";
11691
11919
  toned?: boolean;
@@ -11700,11 +11928,15 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
11700
11928
  })[];
11701
11929
  acrylic?: boolean;
11702
11930
  opacity?: number;
11931
+ } | {
11932
+ colorType: "container" | "base" | "onBase" | "onContainer";
11933
+ toned?: boolean;
11934
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
11703
11935
  };
11704
11936
  size?: number;
11705
11937
  };
11706
11938
  s?: {
11707
- color?: {
11939
+ color?: string | {
11708
11940
  colors: (string | {
11709
11941
  colorType: "container" | "base" | "onBase" | "onContainer";
11710
11942
  toned?: boolean;
@@ -11719,11 +11951,15 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
11719
11951
  })[];
11720
11952
  acrylic?: boolean;
11721
11953
  opacity?: number;
11954
+ } | {
11955
+ colorType: "container" | "base" | "onBase" | "onContainer";
11956
+ toned?: boolean;
11957
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
11722
11958
  };
11723
11959
  size?: number;
11724
11960
  };
11725
11961
  m?: {
11726
- color?: {
11962
+ color?: string | {
11727
11963
  colors: (string | {
11728
11964
  colorType: "container" | "base" | "onBase" | "onContainer";
11729
11965
  toned?: boolean;
@@ -11738,11 +11974,15 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
11738
11974
  })[];
11739
11975
  acrylic?: boolean;
11740
11976
  opacity?: number;
11977
+ } | {
11978
+ colorType: "container" | "base" | "onBase" | "onContainer";
11979
+ toned?: boolean;
11980
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
11741
11981
  };
11742
11982
  size?: number;
11743
11983
  };
11744
11984
  l?: {
11745
- color?: {
11985
+ color?: string | {
11746
11986
  colors: (string | {
11747
11987
  colorType: "container" | "base" | "onBase" | "onContainer";
11748
11988
  toned?: boolean;
@@ -11757,11 +11997,15 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
11757
11997
  })[];
11758
11998
  acrylic?: boolean;
11759
11999
  opacity?: number;
12000
+ } | {
12001
+ colorType: "container" | "base" | "onBase" | "onContainer";
12002
+ toned?: boolean;
12003
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
11760
12004
  };
11761
12005
  size?: number;
11762
12006
  };
11763
12007
  xl?: {
11764
- color?: {
12008
+ color?: string | {
11765
12009
  colors: (string | {
11766
12010
  colorType: "container" | "base" | "onBase" | "onContainer";
11767
12011
  toned?: boolean;
@@ -11776,6 +12020,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
11776
12020
  })[];
11777
12021
  acrylic?: boolean;
11778
12022
  opacity?: number;
12023
+ } | {
12024
+ colorType: "container" | "base" | "onBase" | "onContainer";
12025
+ toned?: boolean;
12026
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
11779
12027
  };
11780
12028
  size?: number;
11781
12029
  };