@omnia/fx 8.0.136-dev → 8.0.138-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 (83) 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/manifests/omnia.fx.ux.manifest.json +1 -1
  3. package/internal-do-not-import-from-here/stores/DefineStore.d.ts +2 -2
  4. package/internal-do-not-import-from-here/ux/UxModels.d.ts +1 -0
  5. package/internal-do-not-import-from-here/ux/admin/AdminRouter.d.ts +1 -0
  6. package/internal-do-not-import-from-here/ux/blueprintpickers/backgroundstyle/BackgroundStyleEditor.d.ts +8 -4
  7. package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstyle/ButtonBlueprintsViewer.d.ts +8 -4
  8. package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstyle/ButtonStyleEditor.d.ts +8 -4
  9. package/internal-do-not-import-from-here/ux/blueprintpickers/chrome/ChromeBlueprintsViewer.d.ts +8 -4
  10. package/internal-do-not-import-from-here/ux/blueprintpickers/chrome/ChromeEditor.d.ts +27 -1
  11. package/internal-do-not-import-from-here/ux/blueprintpickers/componentblueprints/ComponentBlueprintsViewer.d.ts +8 -4
  12. package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconBlueprintsViewer.d.ts +84 -0
  13. package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconStyleEditor.d.ts +99 -0
  14. package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconStylePicker.css.d.ts +4 -0
  15. package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconStylePicker.d.ts +8 -4
  16. package/internal-do-not-import-from-here/ux/blueprintpickers/stylepicker/StylePicker.d.ts +36 -3
  17. package/internal-do-not-import-from-here/ux/blueprintpickers/tabs/TabBlueprintsViewer.d.ts +8 -4
  18. package/internal-do-not-import-from-here/ux/blueprintpickers/tabs/TabStyleEditor.d.ts +8 -3
  19. package/internal-do-not-import-from-here/ux/blueprintpickers/textstylepicker/TextStylePicker.d.ts +8 -4
  20. package/internal-do-not-import-from-here/ux/borderpicker/BorderPicker.d.ts +8 -4
  21. package/internal-do-not-import-from-here/ux/colorpickerV2/ColorPicker.d.ts +27 -1
  22. package/internal-do-not-import-from-here/ux/enterpriseglossary/componentbase/EnterpriseGlossaryTermComponentBase.d.ts +113 -41
  23. package/internal-do-not-import-from-here/ux/fillpicker/FillPicker.d.ts +9 -5
  24. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +9 -9
  25. package/internal-do-not-import-from-here/ux/journey/stores/JourneyRouterStore.d.ts +71 -0
  26. package/internal-do-not-import-from-here/ux/journey/stores/index.d.ts +1 -0
  27. package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +18 -17
  28. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +1 -1
  29. package/internal-do-not-import-from-here/ux/models/PostStyles.d.ts +0 -1
  30. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +9 -9
  31. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +43 -9
  32. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +10 -0
  33. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +145 -142
  34. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +290 -284
  35. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +290 -284
  36. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +34 -0
  37. package/internal-do-not-import-from-here/ux/post/Post.d.ts +0 -2
  38. package/internal-do-not-import-from-here/ux/social/loc/localize.d.ts +3 -0
  39. package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.d.ts +0 -468
  40. package/internal-do-not-import-from-here/ux/theming-v2/actionhandler/ThemeSelectorAction.d.ts +69 -0
  41. package/internal-do-not-import-from-here/ux/theming-v2/actionhandler/ThemeSelectorClickHandler.d.ts +1 -0
  42. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/IconsBlade.d.ts +16 -0
  43. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/IconsBladeEdit.d.ts +16 -0
  44. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +73 -0
  45. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/IconsEditorStore.d.ts +52 -0
  46. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +2 -2
  47. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/DefinitionsChrome.d.ts +10 -10
  48. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsTypography.d.ts +3 -3
  49. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsTypography.d.ts +4 -4
  50. package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/BlueprintsTemplates.d.ts +101 -35
  51. package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/ButtonStyleBlueprints.d.ts +17 -5
  52. package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/ChromeStyleBlueprints.d.ts +14 -4
  53. package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/ThemeDefinitionInstance.d.ts +2 -2
  54. package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/TypographyBlueprints.d.ts +5 -5
  55. package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintTemplatesStore.d.ts +34 -32
  56. package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeBlueprintStore.d.ts +144 -142
  57. package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaDefinitionStore.d.ts +12 -10
  58. package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +144 -142
  59. package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentBlueprintStore.d.ts +2 -1
  60. package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingBlueprintStore.d.ts +144 -142
  61. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +12 -3
  62. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeDefinitionStoreV2.d.ts +15 -5
  63. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeStoreV2.d.ts +1 -0
  64. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemingService.d.ts +45 -0
  65. package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyBlueprintStore.d.ts +144 -142
  66. package/internal-do-not-import-from-here/ux/theming-v2/store/tmpUseIndexDb.d.ts +69 -0
  67. package/internal-do-not-import-from-here/ux/theming-v2/themepicker/ThemeViewer.d.ts +8 -4
  68. package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +11 -12
  69. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +145 -142
  70. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +211 -201
  71. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/models/ContentDefinitionRegistration.d.ts +3 -4
  72. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/store/ContentEditorStore.d.ts +44 -42
  73. package/internal-do-not-import-from-here/ux/velcron/core/actions/IActionHandler.d.ts +1 -1
  74. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +8 -1
  75. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronTypes.d.ts +0 -5
  76. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronActions.d.ts +5 -3
  77. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +3 -0
  78. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +1 -2
  79. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutCreationBlade.d.ts +7 -3
  80. package/internal-do-not-import-from-here/wctypings.d.ts +77 -12
  81. package/package.json +3 -3
  82. package/internal-do-not-import-from-here/ux/enterpriseglossary/componentbase/index.d.ts +0 -2
  83. package/internal-do-not-import-from-here/ux/journey/JourneyRouter.d.ts +0 -8
@@ -100,6 +100,7 @@ export declare const useColorSchemaStore: () => {
100
100
  byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
101
101
  readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
102
102
  buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
103
+ iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
103
104
  };
104
105
  deactivated(): void;
105
106
  };
@@ -195,6 +196,7 @@ export declare const useColorSchemaStore: () => {
195
196
  byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
196
197
  readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
197
198
  buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
199
+ iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
198
200
  };
199
201
  deactivated(): void;
200
202
  };
@@ -290,6 +292,7 @@ export declare const useColorSchemaStore: () => {
290
292
  byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
291
293
  readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
292
294
  buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
295
+ iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
293
296
  };
294
297
  deactivated(): void;
295
298
  };
@@ -341,12 +344,10 @@ export declare const useColorSchemaStore: () => {
341
344
  colorToned: string;
342
345
  };
343
346
  id: {
344
- equals: {
347
+ toString: () => string;
348
+ equals?: {
345
349
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
346
350
  };
347
- toString: () => string;
348
- toJSON: () => string;
349
- valueOf: () => string;
350
351
  };
351
352
  };
352
353
  secondary: {
@@ -372,12 +373,10 @@ export declare const useColorSchemaStore: () => {
372
373
  colorToned: string;
373
374
  };
374
375
  id: {
375
- equals: {
376
+ toString: () => string;
377
+ equals?: {
376
378
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
377
379
  };
378
- toString: () => string;
379
- toJSON: () => string;
380
- valueOf: () => string;
381
380
  };
382
381
  };
383
382
  accent1: {
@@ -403,12 +402,10 @@ export declare const useColorSchemaStore: () => {
403
402
  colorToned: string;
404
403
  };
405
404
  id: {
406
- equals: {
405
+ toString: () => string;
406
+ equals?: {
407
407
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
408
408
  };
409
- toString: () => string;
410
- toJSON: () => string;
411
- valueOf: () => string;
412
409
  };
413
410
  };
414
411
  accent2: {
@@ -434,12 +431,10 @@ export declare const useColorSchemaStore: () => {
434
431
  colorToned: string;
435
432
  };
436
433
  id: {
437
- equals: {
434
+ toString: () => string;
435
+ equals?: {
438
436
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
439
437
  };
440
- toString: () => string;
441
- toJSON: () => string;
442
- valueOf: () => string;
443
438
  };
444
439
  };
445
440
  accent3: {
@@ -465,12 +460,10 @@ export declare const useColorSchemaStore: () => {
465
460
  colorToned: string;
466
461
  };
467
462
  id: {
468
- equals: {
463
+ toString: () => string;
464
+ equals?: {
469
465
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
470
466
  };
471
- toString: () => string;
472
- toJSON: () => string;
473
- valueOf: () => string;
474
467
  };
475
468
  };
476
469
  neutral: {
@@ -496,12 +489,10 @@ export declare const useColorSchemaStore: () => {
496
489
  colorToned: string;
497
490
  };
498
491
  id: {
499
- equals: {
492
+ toString: () => string;
493
+ equals?: {
500
494
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
501
495
  };
502
- toString: () => string;
503
- toJSON: () => string;
504
- valueOf: () => string;
505
496
  };
506
497
  };
507
498
  background: {
@@ -527,12 +518,10 @@ export declare const useColorSchemaStore: () => {
527
518
  colorToned: string;
528
519
  };
529
520
  id: {
530
- equals: {
521
+ toString: () => string;
522
+ equals?: {
531
523
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
532
524
  };
533
- toString: () => string;
534
- toJSON: () => string;
535
- valueOf: () => string;
536
525
  };
537
526
  };
538
527
  error: {
@@ -558,12 +547,10 @@ export declare const useColorSchemaStore: () => {
558
547
  colorToned: string;
559
548
  };
560
549
  id: {
561
- equals: {
550
+ toString: () => string;
551
+ equals?: {
562
552
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
563
553
  };
564
- toString: () => string;
565
- toJSON: () => string;
566
- valueOf: () => string;
567
554
  };
568
555
  };
569
556
  info: {
@@ -589,12 +576,10 @@ export declare const useColorSchemaStore: () => {
589
576
  colorToned: string;
590
577
  };
591
578
  id: {
592
- equals: {
579
+ toString: () => string;
580
+ equals?: {
593
581
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
594
582
  };
595
- toString: () => string;
596
- toJSON: () => string;
597
- valueOf: () => string;
598
583
  };
599
584
  };
600
585
  warning: {
@@ -620,12 +605,10 @@ export declare const useColorSchemaStore: () => {
620
605
  colorToned: string;
621
606
  };
622
607
  id: {
623
- equals: {
608
+ toString: () => string;
609
+ equals?: {
624
610
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
625
611
  };
626
- toString: () => string;
627
- toJSON: () => string;
628
- valueOf: () => string;
629
612
  };
630
613
  };
631
614
  notification: {
@@ -651,12 +634,10 @@ export declare const useColorSchemaStore: () => {
651
634
  colorToned: string;
652
635
  };
653
636
  id: {
654
- equals: {
637
+ toString: () => string;
638
+ equals?: {
655
639
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
656
640
  };
657
- toString: () => string;
658
- toJSON: () => string;
659
- valueOf: () => string;
660
641
  };
661
642
  };
662
643
  };
@@ -665,12 +646,10 @@ export declare const useColorSchemaStore: () => {
665
646
  name: string;
666
647
  font?: {
667
648
  id: {
668
- equals: {
649
+ toString: () => string;
650
+ equals?: {
669
651
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
670
652
  };
671
- toString: () => string;
672
- toJSON: () => string;
673
- valueOf: () => string;
674
653
  };
675
654
  family: string;
676
655
  cdn?: string;
@@ -902,12 +881,10 @@ export declare const useColorSchemaStore: () => {
902
881
  };
903
882
  name?: string;
904
883
  id: {
905
- equals: {
884
+ toString: () => string;
885
+ equals?: {
906
886
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
907
887
  };
908
- toString: () => string;
909
- toJSON: () => string;
910
- valueOf: () => string;
911
888
  };
912
889
  };
913
890
  spacing: {
@@ -931,12 +908,10 @@ export declare const useColorSchemaStore: () => {
931
908
  };
932
909
  name?: string;
933
910
  id: {
934
- equals: {
911
+ toString: () => string;
912
+ equals?: {
935
913
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
936
914
  };
937
- toString: () => string;
938
- toJSON: () => string;
939
- valueOf: () => string;
940
915
  };
941
916
  };
942
917
  components: {
@@ -1033,7 +1008,6 @@ export declare const useColorSchemaStore: () => {
1033
1008
  type: "title" | "text" | "navigation";
1034
1009
  size: "xs" | "s" | "m" | "l" | "xl";
1035
1010
  };
1036
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
1037
1011
  };
1038
1012
  icon?: {
1039
1013
  color?: {
@@ -1053,9 +1027,7 @@ export declare const useColorSchemaStore: () => {
1053
1027
  opacity?: number;
1054
1028
  };
1055
1029
  size?: number;
1056
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
1057
1030
  };
1058
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
1059
1031
  };
1060
1032
  basic?: {
1061
1033
  padding?: {
@@ -1148,7 +1120,6 @@ export declare const useColorSchemaStore: () => {
1148
1120
  type: "title" | "text" | "navigation";
1149
1121
  size: "xs" | "s" | "m" | "l" | "xl";
1150
1122
  };
1151
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
1152
1123
  };
1153
1124
  icon?: {
1154
1125
  color?: {
@@ -1168,9 +1139,7 @@ export declare const useColorSchemaStore: () => {
1168
1139
  opacity?: number;
1169
1140
  };
1170
1141
  size?: number;
1171
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
1172
1142
  };
1173
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
1174
1143
  };
1175
1144
  accent1?: {
1176
1145
  padding?: {
@@ -1263,7 +1232,6 @@ export declare const useColorSchemaStore: () => {
1263
1232
  type: "title" | "text" | "navigation";
1264
1233
  size: "xs" | "s" | "m" | "l" | "xl";
1265
1234
  };
1266
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
1267
1235
  };
1268
1236
  icon?: {
1269
1237
  color?: {
@@ -1283,9 +1251,7 @@ export declare const useColorSchemaStore: () => {
1283
1251
  opacity?: number;
1284
1252
  };
1285
1253
  size?: number;
1286
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
1287
1254
  };
1288
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
1289
1255
  };
1290
1256
  warn?: {
1291
1257
  padding?: {
@@ -1378,7 +1344,6 @@ export declare const useColorSchemaStore: () => {
1378
1344
  type: "title" | "text" | "navigation";
1379
1345
  size: "xs" | "s" | "m" | "l" | "xl";
1380
1346
  };
1381
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
1382
1347
  };
1383
1348
  icon?: {
1384
1349
  color?: {
@@ -1398,9 +1363,7 @@ export declare const useColorSchemaStore: () => {
1398
1363
  opacity?: number;
1399
1364
  };
1400
1365
  size?: number;
1401
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
1402
1366
  };
1403
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
1404
1367
  };
1405
1368
  link?: {
1406
1369
  padding?: {
@@ -1493,7 +1456,6 @@ export declare const useColorSchemaStore: () => {
1493
1456
  type: "title" | "text" | "navigation";
1494
1457
  size: "xs" | "s" | "m" | "l" | "xl";
1495
1458
  };
1496
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
1497
1459
  };
1498
1460
  icon?: {
1499
1461
  color?: {
@@ -1513,9 +1475,7 @@ export declare const useColorSchemaStore: () => {
1513
1475
  opacity?: number;
1514
1476
  };
1515
1477
  size?: number;
1516
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
1517
1478
  };
1518
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
1519
1479
  };
1520
1480
  variant1?: {
1521
1481
  padding?: {
@@ -1608,7 +1568,6 @@ export declare const useColorSchemaStore: () => {
1608
1568
  type: "title" | "text" | "navigation";
1609
1569
  size: "xs" | "s" | "m" | "l" | "xl";
1610
1570
  };
1611
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
1612
1571
  };
1613
1572
  icon?: {
1614
1573
  color?: {
@@ -1628,9 +1587,7 @@ export declare const useColorSchemaStore: () => {
1628
1587
  opacity?: number;
1629
1588
  };
1630
1589
  size?: number;
1631
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
1632
1590
  };
1633
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
1634
1591
  };
1635
1592
  variant2?: {
1636
1593
  padding?: {
@@ -1723,7 +1680,6 @@ export declare const useColorSchemaStore: () => {
1723
1680
  type: "title" | "text" | "navigation";
1724
1681
  size: "xs" | "s" | "m" | "l" | "xl";
1725
1682
  };
1726
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
1727
1683
  };
1728
1684
  icon?: {
1729
1685
  color?: {
@@ -1743,9 +1699,7 @@ export declare const useColorSchemaStore: () => {
1743
1699
  opacity?: number;
1744
1700
  };
1745
1701
  size?: number;
1746
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
1747
1702
  };
1748
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
1749
1703
  };
1750
1704
  variant3?: {
1751
1705
  padding?: {
@@ -1838,7 +1792,6 @@ export declare const useColorSchemaStore: () => {
1838
1792
  type: "title" | "text" | "navigation";
1839
1793
  size: "xs" | "s" | "m" | "l" | "xl";
1840
1794
  };
1841
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
1842
1795
  };
1843
1796
  icon?: {
1844
1797
  color?: {
@@ -1858,9 +1811,7 @@ export declare const useColorSchemaStore: () => {
1858
1811
  opacity?: number;
1859
1812
  };
1860
1813
  size?: number;
1861
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
1862
1814
  };
1863
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
1864
1815
  };
1865
1816
  variant4?: {
1866
1817
  padding?: {
@@ -1953,7 +1904,6 @@ export declare const useColorSchemaStore: () => {
1953
1904
  type: "title" | "text" | "navigation";
1954
1905
  size: "xs" | "s" | "m" | "l" | "xl";
1955
1906
  };
1956
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
1957
1907
  };
1958
1908
  icon?: {
1959
1909
  color?: {
@@ -1973,9 +1923,7 @@ export declare const useColorSchemaStore: () => {
1973
1923
  opacity?: number;
1974
1924
  };
1975
1925
  size?: number;
1976
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
1977
1926
  };
1978
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
1979
1927
  };
1980
1928
  };
1981
1929
  icon: {
@@ -2070,7 +2018,6 @@ export declare const useColorSchemaStore: () => {
2070
2018
  type: "title" | "text" | "navigation";
2071
2019
  size: "xs" | "s" | "m" | "l" | "xl";
2072
2020
  };
2073
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
2074
2021
  };
2075
2022
  icon?: {
2076
2023
  color?: {
@@ -2090,9 +2037,7 @@ export declare const useColorSchemaStore: () => {
2090
2037
  opacity?: number;
2091
2038
  };
2092
2039
  size?: number;
2093
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
2094
2040
  };
2095
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
2096
2041
  };
2097
2042
  basic?: {
2098
2043
  padding?: {
@@ -2185,7 +2130,6 @@ export declare const useColorSchemaStore: () => {
2185
2130
  type: "title" | "text" | "navigation";
2186
2131
  size: "xs" | "s" | "m" | "l" | "xl";
2187
2132
  };
2188
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
2189
2133
  };
2190
2134
  icon?: {
2191
2135
  color?: {
@@ -2205,9 +2149,7 @@ export declare const useColorSchemaStore: () => {
2205
2149
  opacity?: number;
2206
2150
  };
2207
2151
  size?: number;
2208
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
2209
2152
  };
2210
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
2211
2153
  };
2212
2154
  accent1?: {
2213
2155
  padding?: {
@@ -2300,7 +2242,6 @@ export declare const useColorSchemaStore: () => {
2300
2242
  type: "title" | "text" | "navigation";
2301
2243
  size: "xs" | "s" | "m" | "l" | "xl";
2302
2244
  };
2303
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
2304
2245
  };
2305
2246
  icon?: {
2306
2247
  color?: {
@@ -2320,9 +2261,7 @@ export declare const useColorSchemaStore: () => {
2320
2261
  opacity?: number;
2321
2262
  };
2322
2263
  size?: number;
2323
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
2324
2264
  };
2325
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
2326
2265
  };
2327
2266
  warn?: {
2328
2267
  padding?: {
@@ -2415,7 +2354,6 @@ export declare const useColorSchemaStore: () => {
2415
2354
  type: "title" | "text" | "navigation";
2416
2355
  size: "xs" | "s" | "m" | "l" | "xl";
2417
2356
  };
2418
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
2419
2357
  };
2420
2358
  icon?: {
2421
2359
  color?: {
@@ -2435,9 +2373,7 @@ export declare const useColorSchemaStore: () => {
2435
2373
  opacity?: number;
2436
2374
  };
2437
2375
  size?: number;
2438
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
2439
2376
  };
2440
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
2441
2377
  };
2442
2378
  link?: {
2443
2379
  padding?: {
@@ -2530,7 +2466,6 @@ export declare const useColorSchemaStore: () => {
2530
2466
  type: "title" | "text" | "navigation";
2531
2467
  size: "xs" | "s" | "m" | "l" | "xl";
2532
2468
  };
2533
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
2534
2469
  };
2535
2470
  icon?: {
2536
2471
  color?: {
@@ -2550,9 +2485,7 @@ export declare const useColorSchemaStore: () => {
2550
2485
  opacity?: number;
2551
2486
  };
2552
2487
  size?: number;
2553
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
2554
2488
  };
2555
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
2556
2489
  };
2557
2490
  variant1?: {
2558
2491
  padding?: {
@@ -2645,7 +2578,6 @@ export declare const useColorSchemaStore: () => {
2645
2578
  type: "title" | "text" | "navigation";
2646
2579
  size: "xs" | "s" | "m" | "l" | "xl";
2647
2580
  };
2648
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
2649
2581
  };
2650
2582
  icon?: {
2651
2583
  color?: {
@@ -2665,9 +2597,7 @@ export declare const useColorSchemaStore: () => {
2665
2597
  opacity?: number;
2666
2598
  };
2667
2599
  size?: number;
2668
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
2669
2600
  };
2670
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
2671
2601
  };
2672
2602
  variant2?: {
2673
2603
  padding?: {
@@ -2760,7 +2690,6 @@ export declare const useColorSchemaStore: () => {
2760
2690
  type: "title" | "text" | "navigation";
2761
2691
  size: "xs" | "s" | "m" | "l" | "xl";
2762
2692
  };
2763
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
2764
2693
  };
2765
2694
  icon?: {
2766
2695
  color?: {
@@ -2780,9 +2709,7 @@ export declare const useColorSchemaStore: () => {
2780
2709
  opacity?: number;
2781
2710
  };
2782
2711
  size?: number;
2783
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
2784
2712
  };
2785
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
2786
2713
  };
2787
2714
  variant3?: {
2788
2715
  padding?: {
@@ -2875,7 +2802,6 @@ export declare const useColorSchemaStore: () => {
2875
2802
  type: "title" | "text" | "navigation";
2876
2803
  size: "xs" | "s" | "m" | "l" | "xl";
2877
2804
  };
2878
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
2879
2805
  };
2880
2806
  icon?: {
2881
2807
  color?: {
@@ -2895,9 +2821,7 @@ export declare const useColorSchemaStore: () => {
2895
2821
  opacity?: number;
2896
2822
  };
2897
2823
  size?: number;
2898
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
2899
2824
  };
2900
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
2901
2825
  };
2902
2826
  variant4?: {
2903
2827
  padding?: {
@@ -2990,7 +2914,6 @@ export declare const useColorSchemaStore: () => {
2990
2914
  type: "title" | "text" | "navigation";
2991
2915
  size: "xs" | "s" | "m" | "l" | "xl";
2992
2916
  };
2993
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
2994
2917
  };
2995
2918
  icon?: {
2996
2919
  color?: {
@@ -3010,9 +2933,7 @@ export declare const useColorSchemaStore: () => {
3010
2933
  opacity?: number;
3011
2934
  };
3012
2935
  size?: number;
3013
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
3014
2936
  };
3015
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
3016
2937
  };
3017
2938
  };
3018
2939
  name?: string;
@@ -3130,7 +3051,6 @@ export declare const useColorSchemaStore: () => {
3130
3051
  type: "title" | "text" | "navigation";
3131
3052
  size: "xs" | "s" | "m" | "l" | "xl";
3132
3053
  };
3133
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
3134
3054
  };
3135
3055
  icon?: {
3136
3056
  color?: {
@@ -3150,7 +3070,6 @@ export declare const useColorSchemaStore: () => {
3150
3070
  opacity?: number;
3151
3071
  };
3152
3072
  size?: number;
3153
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
3154
3073
  };
3155
3074
  active?: {
3156
3075
  padding?: {
@@ -3242,7 +3161,6 @@ export declare const useColorSchemaStore: () => {
3242
3161
  type: "title" | "text" | "navigation";
3243
3162
  size: "xs" | "s" | "m" | "l" | "xl";
3244
3163
  };
3245
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
3246
3164
  };
3247
3165
  icon?: {
3248
3166
  color?: {
@@ -3262,7 +3180,6 @@ export declare const useColorSchemaStore: () => {
3262
3180
  opacity?: number;
3263
3181
  };
3264
3182
  size?: number;
3265
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
3266
3183
  };
3267
3184
  };
3268
3185
  inactive?: {
@@ -3312,7 +3229,6 @@ export declare const useColorSchemaStore: () => {
3312
3229
  elevation?: number;
3313
3230
  };
3314
3231
  };
3315
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
3316
3232
  };
3317
3233
  variant1?: {
3318
3234
  background?: {
@@ -3426,7 +3342,6 @@ export declare const useColorSchemaStore: () => {
3426
3342
  type: "title" | "text" | "navigation";
3427
3343
  size: "xs" | "s" | "m" | "l" | "xl";
3428
3344
  };
3429
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
3430
3345
  };
3431
3346
  icon?: {
3432
3347
  color?: {
@@ -3446,7 +3361,6 @@ export declare const useColorSchemaStore: () => {
3446
3361
  opacity?: number;
3447
3362
  };
3448
3363
  size?: number;
3449
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
3450
3364
  };
3451
3365
  active?: {
3452
3366
  padding?: {
@@ -3538,7 +3452,6 @@ export declare const useColorSchemaStore: () => {
3538
3452
  type: "title" | "text" | "navigation";
3539
3453
  size: "xs" | "s" | "m" | "l" | "xl";
3540
3454
  };
3541
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
3542
3455
  };
3543
3456
  icon?: {
3544
3457
  color?: {
@@ -3558,7 +3471,6 @@ export declare const useColorSchemaStore: () => {
3558
3471
  opacity?: number;
3559
3472
  };
3560
3473
  size?: number;
3561
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
3562
3474
  };
3563
3475
  };
3564
3476
  inactive?: {
@@ -3608,7 +3520,6 @@ export declare const useColorSchemaStore: () => {
3608
3520
  elevation?: number;
3609
3521
  };
3610
3522
  };
3611
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
3612
3523
  };
3613
3524
  variant2?: {
3614
3525
  background?: {
@@ -3722,7 +3633,6 @@ export declare const useColorSchemaStore: () => {
3722
3633
  type: "title" | "text" | "navigation";
3723
3634
  size: "xs" | "s" | "m" | "l" | "xl";
3724
3635
  };
3725
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
3726
3636
  };
3727
3637
  icon?: {
3728
3638
  color?: {
@@ -3742,7 +3652,6 @@ export declare const useColorSchemaStore: () => {
3742
3652
  opacity?: number;
3743
3653
  };
3744
3654
  size?: number;
3745
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
3746
3655
  };
3747
3656
  active?: {
3748
3657
  padding?: {
@@ -3834,7 +3743,6 @@ export declare const useColorSchemaStore: () => {
3834
3743
  type: "title" | "text" | "navigation";
3835
3744
  size: "xs" | "s" | "m" | "l" | "xl";
3836
3745
  };
3837
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
3838
3746
  };
3839
3747
  icon?: {
3840
3748
  color?: {
@@ -3854,7 +3762,6 @@ export declare const useColorSchemaStore: () => {
3854
3762
  opacity?: number;
3855
3763
  };
3856
3764
  size?: number;
3857
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
3858
3765
  };
3859
3766
  };
3860
3767
  inactive?: {
@@ -3904,7 +3811,6 @@ export declare const useColorSchemaStore: () => {
3904
3811
  elevation?: number;
3905
3812
  };
3906
3813
  };
3907
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
3908
3814
  };
3909
3815
  variant3?: {
3910
3816
  background?: {
@@ -4018,7 +3924,6 @@ export declare const useColorSchemaStore: () => {
4018
3924
  type: "title" | "text" | "navigation";
4019
3925
  size: "xs" | "s" | "m" | "l" | "xl";
4020
3926
  };
4021
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
4022
3927
  };
4023
3928
  icon?: {
4024
3929
  color?: {
@@ -4038,7 +3943,6 @@ export declare const useColorSchemaStore: () => {
4038
3943
  opacity?: number;
4039
3944
  };
4040
3945
  size?: number;
4041
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
4042
3946
  };
4043
3947
  active?: {
4044
3948
  padding?: {
@@ -4130,7 +4034,6 @@ export declare const useColorSchemaStore: () => {
4130
4034
  type: "title" | "text" | "navigation";
4131
4035
  size: "xs" | "s" | "m" | "l" | "xl";
4132
4036
  };
4133
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
4134
4037
  };
4135
4038
  icon?: {
4136
4039
  color?: {
@@ -4150,7 +4053,6 @@ export declare const useColorSchemaStore: () => {
4150
4053
  opacity?: number;
4151
4054
  };
4152
4055
  size?: number;
4153
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
4154
4056
  };
4155
4057
  };
4156
4058
  inactive?: {
@@ -4200,7 +4102,6 @@ export declare const useColorSchemaStore: () => {
4200
4102
  elevation?: number;
4201
4103
  };
4202
4104
  };
4203
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
4204
4105
  };
4205
4106
  name?: string;
4206
4107
  };
@@ -4258,6 +4159,8 @@ export declare const useColorSchemaStore: () => {
4258
4159
  onLoaded?: string[];
4259
4160
  onEditMode?: string[];
4260
4161
  onSaving?: string[];
4162
+ onPersistState?: string[];
4163
+ onRestoreState?: string[];
4261
4164
  };
4262
4165
  actions?: {
4263
4166
  [name: string]: string[];
@@ -4459,6 +4362,8 @@ export declare const useColorSchemaStore: () => {
4459
4362
  onLoaded?: string[];
4460
4363
  onEditMode?: string[];
4461
4364
  onSaving?: string[];
4365
+ onPersistState?: string[];
4366
+ onRestoreState?: string[];
4462
4367
  };
4463
4368
  actions?: {
4464
4369
  [name: string]: string[];
@@ -4660,6 +4565,8 @@ export declare const useColorSchemaStore: () => {
4660
4565
  onLoaded?: string[];
4661
4566
  onEditMode?: string[];
4662
4567
  onSaving?: string[];
4568
+ onPersistState?: string[];
4569
+ onRestoreState?: string[];
4663
4570
  };
4664
4571
  actions?: {
4665
4572
  [name: string]: string[];
@@ -4861,6 +4768,8 @@ export declare const useColorSchemaStore: () => {
4861
4768
  onLoaded?: string[];
4862
4769
  onEditMode?: string[];
4863
4770
  onSaving?: string[];
4771
+ onPersistState?: string[];
4772
+ onRestoreState?: string[];
4864
4773
  };
4865
4774
  actions?: {
4866
4775
  [name: string]: string[];
@@ -5011,31 +4920,123 @@ export declare const useColorSchemaStore: () => {
5011
4920
  };
5012
4921
  name?: string;
5013
4922
  id: {
5014
- equals: {
4923
+ toString: () => string;
4924
+ equals?: {
5015
4925
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
5016
4926
  };
5017
- toString: () => string;
5018
- toJSON: () => string;
5019
- valueOf: () => string;
5020
4927
  };
5021
4928
  };
4929
+ icons?: {
4930
+ xs?: {
4931
+ color?: {
4932
+ colors: (string | {
4933
+ colorType: "base" | "onBase" | "container" | "onContainer";
4934
+ toned?: boolean;
4935
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4936
+ } | {
4937
+ color: string | {
4938
+ colorType: "base" | "onBase" | "container" | "onContainer";
4939
+ toned?: boolean;
4940
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4941
+ };
4942
+ stop?: number;
4943
+ })[];
4944
+ acrylic?: boolean;
4945
+ opacity?: number;
4946
+ };
4947
+ size?: number;
4948
+ };
4949
+ s?: {
4950
+ color?: {
4951
+ colors: (string | {
4952
+ colorType: "base" | "onBase" | "container" | "onContainer";
4953
+ toned?: boolean;
4954
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4955
+ } | {
4956
+ color: string | {
4957
+ colorType: "base" | "onBase" | "container" | "onContainer";
4958
+ toned?: boolean;
4959
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4960
+ };
4961
+ stop?: number;
4962
+ })[];
4963
+ acrylic?: boolean;
4964
+ opacity?: number;
4965
+ };
4966
+ size?: number;
4967
+ };
4968
+ m?: {
4969
+ color?: {
4970
+ colors: (string | {
4971
+ colorType: "base" | "onBase" | "container" | "onContainer";
4972
+ toned?: boolean;
4973
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4974
+ } | {
4975
+ color: string | {
4976
+ colorType: "base" | "onBase" | "container" | "onContainer";
4977
+ toned?: boolean;
4978
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4979
+ };
4980
+ stop?: number;
4981
+ })[];
4982
+ acrylic?: boolean;
4983
+ opacity?: number;
4984
+ };
4985
+ size?: number;
4986
+ };
4987
+ l?: {
4988
+ color?: {
4989
+ colors: (string | {
4990
+ colorType: "base" | "onBase" | "container" | "onContainer";
4991
+ toned?: boolean;
4992
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4993
+ } | {
4994
+ color: string | {
4995
+ colorType: "base" | "onBase" | "container" | "onContainer";
4996
+ toned?: boolean;
4997
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4998
+ };
4999
+ stop?: number;
5000
+ })[];
5001
+ acrylic?: boolean;
5002
+ opacity?: number;
5003
+ };
5004
+ size?: number;
5005
+ };
5006
+ xl?: {
5007
+ color?: {
5008
+ colors: (string | {
5009
+ colorType: "base" | "onBase" | "container" | "onContainer";
5010
+ toned?: boolean;
5011
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5012
+ } | {
5013
+ color: string | {
5014
+ colorType: "base" | "onBase" | "container" | "onContainer";
5015
+ toned?: boolean;
5016
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5017
+ };
5018
+ stop?: number;
5019
+ })[];
5020
+ acrylic?: boolean;
5021
+ opacity?: number;
5022
+ };
5023
+ size?: number;
5024
+ };
5025
+ name?: string;
5026
+ };
5022
5027
  name?: string;
5023
5028
  id: {
5024
- equals: {
5029
+ toString: () => string;
5030
+ equals?: {
5025
5031
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
5026
5032
  };
5027
- toString: () => string;
5028
- toJSON: () => string;
5029
- valueOf: () => string;
5030
5033
  };
5031
5034
  };
5032
5035
  id: {
5033
- equals: {
5036
+ toString: () => string;
5037
+ equals?: {
5034
5038
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
5035
5039
  };
5036
- toString: () => string;
5037
- toJSON: () => string;
5038
- valueOf: () => string;
5039
5040
  };
5040
5041
  name?: string;
5041
5042
  };
@@ -5108,6 +5109,7 @@ export declare const useColorSchemaStore: () => {
5108
5109
  byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
5109
5110
  readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
5110
5111
  buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
5112
+ iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
5111
5113
  };
5112
5114
  deactivated(): void;
5113
5115
  };