@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
@@ -1248,7 +1248,7 @@ declare const _default: {
1248
1248
  };
1249
1249
  };
1250
1250
  icon?: {
1251
- color?: {
1251
+ color?: string | {
1252
1252
  colors: (string | {
1253
1253
  colorType: "container" | "base" | "onBase" | "onContainer";
1254
1254
  toned?: boolean;
@@ -1263,6 +1263,10 @@ declare const _default: {
1263
1263
  })[];
1264
1264
  acrylic?: boolean;
1265
1265
  opacity?: number;
1266
+ } | {
1267
+ colorType: "container" | "base" | "onBase" | "onContainer";
1268
+ toned?: boolean;
1269
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1266
1270
  };
1267
1271
  size?: number;
1268
1272
  };
@@ -1372,7 +1376,7 @@ declare const _default: {
1372
1376
  };
1373
1377
  };
1374
1378
  icon?: {
1375
- color?: {
1379
+ color?: string | {
1376
1380
  colors: (string | {
1377
1381
  colorType: "container" | "base" | "onBase" | "onContainer";
1378
1382
  toned?: boolean;
@@ -1387,6 +1391,10 @@ declare const _default: {
1387
1391
  })[];
1388
1392
  acrylic?: boolean;
1389
1393
  opacity?: number;
1394
+ } | {
1395
+ colorType: "container" | "base" | "onBase" | "onContainer";
1396
+ toned?: boolean;
1397
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1390
1398
  };
1391
1399
  size?: number;
1392
1400
  };
@@ -1496,7 +1504,7 @@ declare const _default: {
1496
1504
  };
1497
1505
  };
1498
1506
  icon?: {
1499
- color?: {
1507
+ color?: string | {
1500
1508
  colors: (string | {
1501
1509
  colorType: "container" | "base" | "onBase" | "onContainer";
1502
1510
  toned?: boolean;
@@ -1511,6 +1519,10 @@ declare const _default: {
1511
1519
  })[];
1512
1520
  acrylic?: boolean;
1513
1521
  opacity?: number;
1522
+ } | {
1523
+ colorType: "container" | "base" | "onBase" | "onContainer";
1524
+ toned?: boolean;
1525
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1514
1526
  };
1515
1527
  size?: number;
1516
1528
  };
@@ -1620,7 +1632,7 @@ declare const _default: {
1620
1632
  };
1621
1633
  };
1622
1634
  icon?: {
1623
- color?: {
1635
+ color?: string | {
1624
1636
  colors: (string | {
1625
1637
  colorType: "container" | "base" | "onBase" | "onContainer";
1626
1638
  toned?: boolean;
@@ -1635,6 +1647,10 @@ declare const _default: {
1635
1647
  })[];
1636
1648
  acrylic?: boolean;
1637
1649
  opacity?: number;
1650
+ } | {
1651
+ colorType: "container" | "base" | "onBase" | "onContainer";
1652
+ toned?: boolean;
1653
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1638
1654
  };
1639
1655
  size?: number;
1640
1656
  };
@@ -1744,7 +1760,7 @@ declare const _default: {
1744
1760
  };
1745
1761
  };
1746
1762
  icon?: {
1747
- color?: {
1763
+ color?: string | {
1748
1764
  colors: (string | {
1749
1765
  colorType: "container" | "base" | "onBase" | "onContainer";
1750
1766
  toned?: boolean;
@@ -1759,6 +1775,10 @@ declare const _default: {
1759
1775
  })[];
1760
1776
  acrylic?: boolean;
1761
1777
  opacity?: number;
1778
+ } | {
1779
+ colorType: "container" | "base" | "onBase" | "onContainer";
1780
+ toned?: boolean;
1781
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1762
1782
  };
1763
1783
  size?: number;
1764
1784
  };
@@ -1868,7 +1888,7 @@ declare const _default: {
1868
1888
  };
1869
1889
  };
1870
1890
  icon?: {
1871
- color?: {
1891
+ color?: string | {
1872
1892
  colors: (string | {
1873
1893
  colorType: "container" | "base" | "onBase" | "onContainer";
1874
1894
  toned?: boolean;
@@ -1883,6 +1903,10 @@ declare const _default: {
1883
1903
  })[];
1884
1904
  acrylic?: boolean;
1885
1905
  opacity?: number;
1906
+ } | {
1907
+ colorType: "container" | "base" | "onBase" | "onContainer";
1908
+ toned?: boolean;
1909
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1886
1910
  };
1887
1911
  size?: number;
1888
1912
  };
@@ -1992,7 +2016,7 @@ declare const _default: {
1992
2016
  };
1993
2017
  };
1994
2018
  icon?: {
1995
- color?: {
2019
+ color?: string | {
1996
2020
  colors: (string | {
1997
2021
  colorType: "container" | "base" | "onBase" | "onContainer";
1998
2022
  toned?: boolean;
@@ -2007,6 +2031,10 @@ declare const _default: {
2007
2031
  })[];
2008
2032
  acrylic?: boolean;
2009
2033
  opacity?: number;
2034
+ } | {
2035
+ colorType: "container" | "base" | "onBase" | "onContainer";
2036
+ toned?: boolean;
2037
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2010
2038
  };
2011
2039
  size?: number;
2012
2040
  };
@@ -2116,7 +2144,7 @@ declare const _default: {
2116
2144
  };
2117
2145
  };
2118
2146
  icon?: {
2119
- color?: {
2147
+ color?: string | {
2120
2148
  colors: (string | {
2121
2149
  colorType: "container" | "base" | "onBase" | "onContainer";
2122
2150
  toned?: boolean;
@@ -2131,6 +2159,10 @@ declare const _default: {
2131
2159
  })[];
2132
2160
  acrylic?: boolean;
2133
2161
  opacity?: number;
2162
+ } | {
2163
+ colorType: "container" | "base" | "onBase" | "onContainer";
2164
+ toned?: boolean;
2165
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2134
2166
  };
2135
2167
  size?: number;
2136
2168
  };
@@ -2240,7 +2272,7 @@ declare const _default: {
2240
2272
  };
2241
2273
  };
2242
2274
  icon?: {
2243
- color?: {
2275
+ color?: string | {
2244
2276
  colors: (string | {
2245
2277
  colorType: "container" | "base" | "onBase" | "onContainer";
2246
2278
  toned?: boolean;
@@ -2255,6 +2287,10 @@ declare const _default: {
2255
2287
  })[];
2256
2288
  acrylic?: boolean;
2257
2289
  opacity?: number;
2290
+ } | {
2291
+ colorType: "container" | "base" | "onBase" | "onContainer";
2292
+ toned?: boolean;
2293
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2258
2294
  };
2259
2295
  size?: number;
2260
2296
  };
@@ -2366,7 +2402,7 @@ declare const _default: {
2366
2402
  };
2367
2403
  };
2368
2404
  icon?: {
2369
- color?: {
2405
+ color?: string | {
2370
2406
  colors: (string | {
2371
2407
  colorType: "container" | "base" | "onBase" | "onContainer";
2372
2408
  toned?: boolean;
@@ -2381,6 +2417,10 @@ declare const _default: {
2381
2417
  })[];
2382
2418
  acrylic?: boolean;
2383
2419
  opacity?: number;
2420
+ } | {
2421
+ colorType: "container" | "base" | "onBase" | "onContainer";
2422
+ toned?: boolean;
2423
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2384
2424
  };
2385
2425
  size?: number;
2386
2426
  };
@@ -2490,7 +2530,7 @@ declare const _default: {
2490
2530
  };
2491
2531
  };
2492
2532
  icon?: {
2493
- color?: {
2533
+ color?: string | {
2494
2534
  colors: (string | {
2495
2535
  colorType: "container" | "base" | "onBase" | "onContainer";
2496
2536
  toned?: boolean;
@@ -2505,6 +2545,10 @@ declare const _default: {
2505
2545
  })[];
2506
2546
  acrylic?: boolean;
2507
2547
  opacity?: number;
2548
+ } | {
2549
+ colorType: "container" | "base" | "onBase" | "onContainer";
2550
+ toned?: boolean;
2551
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2508
2552
  };
2509
2553
  size?: number;
2510
2554
  };
@@ -2614,7 +2658,7 @@ declare const _default: {
2614
2658
  };
2615
2659
  };
2616
2660
  icon?: {
2617
- color?: {
2661
+ color?: string | {
2618
2662
  colors: (string | {
2619
2663
  colorType: "container" | "base" | "onBase" | "onContainer";
2620
2664
  toned?: boolean;
@@ -2629,6 +2673,10 @@ declare const _default: {
2629
2673
  })[];
2630
2674
  acrylic?: boolean;
2631
2675
  opacity?: number;
2676
+ } | {
2677
+ colorType: "container" | "base" | "onBase" | "onContainer";
2678
+ toned?: boolean;
2679
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2632
2680
  };
2633
2681
  size?: number;
2634
2682
  };
@@ -2738,7 +2786,7 @@ declare const _default: {
2738
2786
  };
2739
2787
  };
2740
2788
  icon?: {
2741
- color?: {
2789
+ color?: string | {
2742
2790
  colors: (string | {
2743
2791
  colorType: "container" | "base" | "onBase" | "onContainer";
2744
2792
  toned?: boolean;
@@ -2753,6 +2801,10 @@ declare const _default: {
2753
2801
  })[];
2754
2802
  acrylic?: boolean;
2755
2803
  opacity?: number;
2804
+ } | {
2805
+ colorType: "container" | "base" | "onBase" | "onContainer";
2806
+ toned?: boolean;
2807
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2756
2808
  };
2757
2809
  size?: number;
2758
2810
  };
@@ -2862,7 +2914,7 @@ declare const _default: {
2862
2914
  };
2863
2915
  };
2864
2916
  icon?: {
2865
- color?: {
2917
+ color?: string | {
2866
2918
  colors: (string | {
2867
2919
  colorType: "container" | "base" | "onBase" | "onContainer";
2868
2920
  toned?: boolean;
@@ -2877,6 +2929,10 @@ declare const _default: {
2877
2929
  })[];
2878
2930
  acrylic?: boolean;
2879
2931
  opacity?: number;
2932
+ } | {
2933
+ colorType: "container" | "base" | "onBase" | "onContainer";
2934
+ toned?: boolean;
2935
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2880
2936
  };
2881
2937
  size?: number;
2882
2938
  };
@@ -2986,7 +3042,7 @@ declare const _default: {
2986
3042
  };
2987
3043
  };
2988
3044
  icon?: {
2989
- color?: {
3045
+ color?: string | {
2990
3046
  colors: (string | {
2991
3047
  colorType: "container" | "base" | "onBase" | "onContainer";
2992
3048
  toned?: boolean;
@@ -3001,6 +3057,10 @@ declare const _default: {
3001
3057
  })[];
3002
3058
  acrylic?: boolean;
3003
3059
  opacity?: number;
3060
+ } | {
3061
+ colorType: "container" | "base" | "onBase" | "onContainer";
3062
+ toned?: boolean;
3063
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3004
3064
  };
3005
3065
  size?: number;
3006
3066
  };
@@ -3110,7 +3170,7 @@ declare const _default: {
3110
3170
  };
3111
3171
  };
3112
3172
  icon?: {
3113
- color?: {
3173
+ color?: string | {
3114
3174
  colors: (string | {
3115
3175
  colorType: "container" | "base" | "onBase" | "onContainer";
3116
3176
  toned?: boolean;
@@ -3125,6 +3185,10 @@ declare const _default: {
3125
3185
  })[];
3126
3186
  acrylic?: boolean;
3127
3187
  opacity?: number;
3188
+ } | {
3189
+ colorType: "container" | "base" | "onBase" | "onContainer";
3190
+ toned?: boolean;
3191
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3128
3192
  };
3129
3193
  size?: number;
3130
3194
  };
@@ -3234,7 +3298,7 @@ declare const _default: {
3234
3298
  };
3235
3299
  };
3236
3300
  icon?: {
3237
- color?: {
3301
+ color?: string | {
3238
3302
  colors: (string | {
3239
3303
  colorType: "container" | "base" | "onBase" | "onContainer";
3240
3304
  toned?: boolean;
@@ -3249,6 +3313,10 @@ declare const _default: {
3249
3313
  })[];
3250
3314
  acrylic?: boolean;
3251
3315
  opacity?: number;
3316
+ } | {
3317
+ colorType: "container" | "base" | "onBase" | "onContainer";
3318
+ toned?: boolean;
3319
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3252
3320
  };
3253
3321
  size?: number;
3254
3322
  };
@@ -3358,7 +3426,7 @@ declare const _default: {
3358
3426
  };
3359
3427
  };
3360
3428
  icon?: {
3361
- color?: {
3429
+ color?: string | {
3362
3430
  colors: (string | {
3363
3431
  colorType: "container" | "base" | "onBase" | "onContainer";
3364
3432
  toned?: boolean;
@@ -3373,6 +3441,10 @@ declare const _default: {
3373
3441
  })[];
3374
3442
  acrylic?: boolean;
3375
3443
  opacity?: number;
3444
+ } | {
3445
+ colorType: "container" | "base" | "onBase" | "onContainer";
3446
+ toned?: boolean;
3447
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3376
3448
  };
3377
3449
  size?: number;
3378
3450
  };
@@ -3507,7 +3579,7 @@ declare const _default: {
3507
3579
  };
3508
3580
  };
3509
3581
  icon?: {
3510
- color?: {
3582
+ color?: string | {
3511
3583
  colors: (string | {
3512
3584
  colorType: "container" | "base" | "onBase" | "onContainer";
3513
3585
  toned?: boolean;
@@ -3522,6 +3594,10 @@ declare const _default: {
3522
3594
  })[];
3523
3595
  acrylic?: boolean;
3524
3596
  opacity?: number;
3597
+ } | {
3598
+ colorType: "container" | "base" | "onBase" | "onContainer";
3599
+ toned?: boolean;
3600
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3525
3601
  };
3526
3602
  size?: number;
3527
3603
  };
@@ -3629,7 +3705,7 @@ declare const _default: {
3629
3705
  };
3630
3706
  };
3631
3707
  icon?: {
3632
- color?: {
3708
+ color?: string | {
3633
3709
  colors: (string | {
3634
3710
  colorType: "container" | "base" | "onBase" | "onContainer";
3635
3711
  toned?: boolean;
@@ -3644,6 +3720,10 @@ declare const _default: {
3644
3720
  })[];
3645
3721
  acrylic?: boolean;
3646
3722
  opacity?: number;
3723
+ } | {
3724
+ colorType: "container" | "base" | "onBase" | "onContainer";
3725
+ toned?: boolean;
3726
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3647
3727
  };
3648
3728
  size?: number;
3649
3729
  };
@@ -3830,7 +3910,7 @@ declare const _default: {
3830
3910
  };
3831
3911
  };
3832
3912
  icon?: {
3833
- color?: {
3913
+ color?: string | {
3834
3914
  colors: (string | {
3835
3915
  colorType: "container" | "base" | "onBase" | "onContainer";
3836
3916
  toned?: boolean;
@@ -3845,6 +3925,10 @@ declare const _default: {
3845
3925
  })[];
3846
3926
  acrylic?: boolean;
3847
3927
  opacity?: number;
3928
+ } | {
3929
+ colorType: "container" | "base" | "onBase" | "onContainer";
3930
+ toned?: boolean;
3931
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3848
3932
  };
3849
3933
  size?: number;
3850
3934
  };
@@ -3952,7 +4036,7 @@ declare const _default: {
3952
4036
  };
3953
4037
  };
3954
4038
  icon?: {
3955
- color?: {
4039
+ color?: string | {
3956
4040
  colors: (string | {
3957
4041
  colorType: "container" | "base" | "onBase" | "onContainer";
3958
4042
  toned?: boolean;
@@ -3967,6 +4051,10 @@ declare const _default: {
3967
4051
  })[];
3968
4052
  acrylic?: boolean;
3969
4053
  opacity?: number;
4054
+ } | {
4055
+ colorType: "container" | "base" | "onBase" | "onContainer";
4056
+ toned?: boolean;
4057
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3970
4058
  };
3971
4059
  size?: number;
3972
4060
  };
@@ -4153,7 +4241,7 @@ declare const _default: {
4153
4241
  };
4154
4242
  };
4155
4243
  icon?: {
4156
- color?: {
4244
+ color?: string | {
4157
4245
  colors: (string | {
4158
4246
  colorType: "container" | "base" | "onBase" | "onContainer";
4159
4247
  toned?: boolean;
@@ -4168,6 +4256,10 @@ declare const _default: {
4168
4256
  })[];
4169
4257
  acrylic?: boolean;
4170
4258
  opacity?: number;
4259
+ } | {
4260
+ colorType: "container" | "base" | "onBase" | "onContainer";
4261
+ toned?: boolean;
4262
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4171
4263
  };
4172
4264
  size?: number;
4173
4265
  };
@@ -4275,7 +4367,7 @@ declare const _default: {
4275
4367
  };
4276
4368
  };
4277
4369
  icon?: {
4278
- color?: {
4370
+ color?: string | {
4279
4371
  colors: (string | {
4280
4372
  colorType: "container" | "base" | "onBase" | "onContainer";
4281
4373
  toned?: boolean;
@@ -4290,6 +4382,10 @@ declare const _default: {
4290
4382
  })[];
4291
4383
  acrylic?: boolean;
4292
4384
  opacity?: number;
4385
+ } | {
4386
+ colorType: "container" | "base" | "onBase" | "onContainer";
4387
+ toned?: boolean;
4388
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4293
4389
  };
4294
4390
  size?: number;
4295
4391
  };
@@ -4476,7 +4572,7 @@ declare const _default: {
4476
4572
  };
4477
4573
  };
4478
4574
  icon?: {
4479
- color?: {
4575
+ color?: string | {
4480
4576
  colors: (string | {
4481
4577
  colorType: "container" | "base" | "onBase" | "onContainer";
4482
4578
  toned?: boolean;
@@ -4491,6 +4587,10 @@ declare const _default: {
4491
4587
  })[];
4492
4588
  acrylic?: boolean;
4493
4589
  opacity?: number;
4590
+ } | {
4591
+ colorType: "container" | "base" | "onBase" | "onContainer";
4592
+ toned?: boolean;
4593
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4494
4594
  };
4495
4595
  size?: number;
4496
4596
  };
@@ -4598,7 +4698,7 @@ declare const _default: {
4598
4698
  };
4599
4699
  };
4600
4700
  icon?: {
4601
- color?: {
4701
+ color?: string | {
4602
4702
  colors: (string | {
4603
4703
  colorType: "container" | "base" | "onBase" | "onContainer";
4604
4704
  toned?: boolean;
@@ -4613,6 +4713,10 @@ declare const _default: {
4613
4713
  })[];
4614
4714
  acrylic?: boolean;
4615
4715
  opacity?: number;
4716
+ } | {
4717
+ colorType: "container" | "base" | "onBase" | "onContainer";
4718
+ toned?: boolean;
4719
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4616
4720
  };
4617
4721
  size?: number;
4618
4722
  };
@@ -5550,7 +5654,7 @@ declare const _default: {
5550
5654
  };
5551
5655
  icons?: {
5552
5656
  xs?: {
5553
- color?: {
5657
+ color?: string | {
5554
5658
  colors: (string | {
5555
5659
  colorType: "container" | "base" | "onBase" | "onContainer";
5556
5660
  toned?: boolean;
@@ -5565,11 +5669,15 @@ declare const _default: {
5565
5669
  })[];
5566
5670
  acrylic?: boolean;
5567
5671
  opacity?: number;
5672
+ } | {
5673
+ colorType: "container" | "base" | "onBase" | "onContainer";
5674
+ toned?: boolean;
5675
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5568
5676
  };
5569
5677
  size?: number;
5570
5678
  };
5571
5679
  s?: {
5572
- color?: {
5680
+ color?: string | {
5573
5681
  colors: (string | {
5574
5682
  colorType: "container" | "base" | "onBase" | "onContainer";
5575
5683
  toned?: boolean;
@@ -5584,11 +5692,15 @@ declare const _default: {
5584
5692
  })[];
5585
5693
  acrylic?: boolean;
5586
5694
  opacity?: number;
5695
+ } | {
5696
+ colorType: "container" | "base" | "onBase" | "onContainer";
5697
+ toned?: boolean;
5698
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5587
5699
  };
5588
5700
  size?: number;
5589
5701
  };
5590
5702
  m?: {
5591
- color?: {
5703
+ color?: string | {
5592
5704
  colors: (string | {
5593
5705
  colorType: "container" | "base" | "onBase" | "onContainer";
5594
5706
  toned?: boolean;
@@ -5603,11 +5715,15 @@ declare const _default: {
5603
5715
  })[];
5604
5716
  acrylic?: boolean;
5605
5717
  opacity?: number;
5718
+ } | {
5719
+ colorType: "container" | "base" | "onBase" | "onContainer";
5720
+ toned?: boolean;
5721
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5606
5722
  };
5607
5723
  size?: number;
5608
5724
  };
5609
5725
  l?: {
5610
- color?: {
5726
+ color?: string | {
5611
5727
  colors: (string | {
5612
5728
  colorType: "container" | "base" | "onBase" | "onContainer";
5613
5729
  toned?: boolean;
@@ -5622,11 +5738,15 @@ declare const _default: {
5622
5738
  })[];
5623
5739
  acrylic?: boolean;
5624
5740
  opacity?: number;
5741
+ } | {
5742
+ colorType: "container" | "base" | "onBase" | "onContainer";
5743
+ toned?: boolean;
5744
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5625
5745
  };
5626
5746
  size?: number;
5627
5747
  };
5628
5748
  xl?: {
5629
- color?: {
5749
+ color?: string | {
5630
5750
  colors: (string | {
5631
5751
  colorType: "container" | "base" | "onBase" | "onContainer";
5632
5752
  toned?: boolean;
@@ -5641,6 +5761,10 @@ declare const _default: {
5641
5761
  })[];
5642
5762
  acrylic?: boolean;
5643
5763
  opacity?: number;
5764
+ } | {
5765
+ colorType: "container" | "base" | "onBase" | "onContainer";
5766
+ toned?: boolean;
5767
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5644
5768
  };
5645
5769
  size?: number;
5646
5770
  };