@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.
- package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
- package/internal-do-not-import-from-here/stores/DefineStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/UxModels.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/AdminRouter.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/backgroundstyle/BackgroundStyleEditor.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstyle/ButtonBlueprintsViewer.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstyle/ButtonStyleEditor.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/blueprintpickers/chrome/ChromeBlueprintsViewer.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/blueprintpickers/chrome/ChromeEditor.d.ts +27 -1
- package/internal-do-not-import-from-here/ux/blueprintpickers/componentblueprints/ComponentBlueprintsViewer.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconBlueprintsViewer.d.ts +84 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconStyleEditor.d.ts +99 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconStylePicker.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconStylePicker.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/blueprintpickers/stylepicker/StylePicker.d.ts +36 -3
- package/internal-do-not-import-from-here/ux/blueprintpickers/tabs/TabBlueprintsViewer.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/blueprintpickers/tabs/TabStyleEditor.d.ts +8 -3
- package/internal-do-not-import-from-here/ux/blueprintpickers/textstylepicker/TextStylePicker.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/borderpicker/BorderPicker.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/colorpickerV2/ColorPicker.d.ts +27 -1
- package/internal-do-not-import-from-here/ux/enterpriseglossary/componentbase/EnterpriseGlossaryTermComponentBase.d.ts +113 -41
- package/internal-do-not-import-from-here/ux/fillpicker/FillPicker.d.ts +9 -5
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/journey/stores/JourneyRouterStore.d.ts +71 -0
- package/internal-do-not-import-from-here/ux/journey/stores/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +18 -17
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/models/PostStyles.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +43 -9
- package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +10 -0
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +145 -142
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +290 -284
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +290 -284
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +34 -0
- package/internal-do-not-import-from-here/ux/post/Post.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/social/loc/localize.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.d.ts +0 -468
- package/internal-do-not-import-from-here/ux/theming-v2/actionhandler/ThemeSelectorAction.d.ts +69 -0
- package/internal-do-not-import-from-here/ux/theming-v2/actionhandler/ThemeSelectorClickHandler.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/IconsBlade.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/IconsBladeEdit.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +73 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/IconsEditorStore.d.ts +52 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/DefinitionsChrome.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsTypography.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsTypography.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/BlueprintsTemplates.d.ts +101 -35
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/ButtonStyleBlueprints.d.ts +17 -5
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/ChromeStyleBlueprints.d.ts +14 -4
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/ThemeDefinitionInstance.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/TypographyBlueprints.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintTemplatesStore.d.ts +34 -32
- package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeBlueprintStore.d.ts +144 -142
- package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaDefinitionStore.d.ts +12 -10
- package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +144 -142
- package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentBlueprintStore.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingBlueprintStore.d.ts +144 -142
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +12 -3
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeDefinitionStoreV2.d.ts +15 -5
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeStoreV2.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemingService.d.ts +45 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyBlueprintStore.d.ts +144 -142
- package/internal-do-not-import-from-here/ux/theming-v2/store/tmpUseIndexDb.d.ts +69 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themepicker/ThemeViewer.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +11 -12
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +145 -142
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +211 -201
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/models/ContentDefinitionRegistration.d.ts +3 -4
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/store/ContentEditorStore.d.ts +44 -42
- package/internal-do-not-import-from-here/ux/velcron/core/actions/IActionHandler.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronTypes.d.ts +0 -5
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronActions.d.ts +5 -3
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutCreationBlade.d.ts +7 -3
- package/internal-do-not-import-from-here/wctypings.d.ts +77 -12
- package/package.json +3 -3
- package/internal-do-not-import-from-here/ux/enterpriseglossary/componentbase/index.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/journey/JourneyRouter.d.ts +0 -8
@@ -82,6 +82,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
82
82
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
83
83
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
84
84
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
85
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
85
86
|
};
|
86
87
|
deactivated(): void;
|
87
88
|
};
|
@@ -171,6 +172,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
171
172
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
172
173
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
173
174
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
175
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
174
176
|
};
|
175
177
|
deactivated(): void;
|
176
178
|
};
|
@@ -260,6 +262,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
260
262
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
261
263
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
262
264
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
265
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
263
266
|
};
|
264
267
|
deactivated(): void;
|
265
268
|
};
|
@@ -309,12 +312,10 @@ export declare const useChromeBlueprintStore: () => {
|
|
309
312
|
colorToned: string;
|
310
313
|
};
|
311
314
|
id: {
|
312
|
-
|
315
|
+
toString: () => string;
|
316
|
+
equals?: {
|
313
317
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
314
318
|
};
|
315
|
-
toString: () => string;
|
316
|
-
toJSON: () => string;
|
317
|
-
valueOf: () => string;
|
318
319
|
};
|
319
320
|
};
|
320
321
|
secondary: {
|
@@ -340,12 +341,10 @@ export declare const useChromeBlueprintStore: () => {
|
|
340
341
|
colorToned: string;
|
341
342
|
};
|
342
343
|
id: {
|
343
|
-
|
344
|
+
toString: () => string;
|
345
|
+
equals?: {
|
344
346
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
345
347
|
};
|
346
|
-
toString: () => string;
|
347
|
-
toJSON: () => string;
|
348
|
-
valueOf: () => string;
|
349
348
|
};
|
350
349
|
};
|
351
350
|
accent1: {
|
@@ -371,12 +370,10 @@ export declare const useChromeBlueprintStore: () => {
|
|
371
370
|
colorToned: string;
|
372
371
|
};
|
373
372
|
id: {
|
374
|
-
|
373
|
+
toString: () => string;
|
374
|
+
equals?: {
|
375
375
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
376
376
|
};
|
377
|
-
toString: () => string;
|
378
|
-
toJSON: () => string;
|
379
|
-
valueOf: () => string;
|
380
377
|
};
|
381
378
|
};
|
382
379
|
accent2: {
|
@@ -402,12 +399,10 @@ export declare const useChromeBlueprintStore: () => {
|
|
402
399
|
colorToned: string;
|
403
400
|
};
|
404
401
|
id: {
|
405
|
-
|
402
|
+
toString: () => string;
|
403
|
+
equals?: {
|
406
404
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
407
405
|
};
|
408
|
-
toString: () => string;
|
409
|
-
toJSON: () => string;
|
410
|
-
valueOf: () => string;
|
411
406
|
};
|
412
407
|
};
|
413
408
|
accent3: {
|
@@ -433,12 +428,10 @@ export declare const useChromeBlueprintStore: () => {
|
|
433
428
|
colorToned: string;
|
434
429
|
};
|
435
430
|
id: {
|
436
|
-
|
431
|
+
toString: () => string;
|
432
|
+
equals?: {
|
437
433
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
438
434
|
};
|
439
|
-
toString: () => string;
|
440
|
-
toJSON: () => string;
|
441
|
-
valueOf: () => string;
|
442
435
|
};
|
443
436
|
};
|
444
437
|
neutral: {
|
@@ -464,12 +457,10 @@ export declare const useChromeBlueprintStore: () => {
|
|
464
457
|
colorToned: string;
|
465
458
|
};
|
466
459
|
id: {
|
467
|
-
|
460
|
+
toString: () => string;
|
461
|
+
equals?: {
|
468
462
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
469
463
|
};
|
470
|
-
toString: () => string;
|
471
|
-
toJSON: () => string;
|
472
|
-
valueOf: () => string;
|
473
464
|
};
|
474
465
|
};
|
475
466
|
background: {
|
@@ -495,12 +486,10 @@ export declare const useChromeBlueprintStore: () => {
|
|
495
486
|
colorToned: string;
|
496
487
|
};
|
497
488
|
id: {
|
498
|
-
|
489
|
+
toString: () => string;
|
490
|
+
equals?: {
|
499
491
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
500
492
|
};
|
501
|
-
toString: () => string;
|
502
|
-
toJSON: () => string;
|
503
|
-
valueOf: () => string;
|
504
493
|
};
|
505
494
|
};
|
506
495
|
error: {
|
@@ -526,12 +515,10 @@ export declare const useChromeBlueprintStore: () => {
|
|
526
515
|
colorToned: string;
|
527
516
|
};
|
528
517
|
id: {
|
529
|
-
|
518
|
+
toString: () => string;
|
519
|
+
equals?: {
|
530
520
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
531
521
|
};
|
532
|
-
toString: () => string;
|
533
|
-
toJSON: () => string;
|
534
|
-
valueOf: () => string;
|
535
522
|
};
|
536
523
|
};
|
537
524
|
info: {
|
@@ -557,12 +544,10 @@ export declare const useChromeBlueprintStore: () => {
|
|
557
544
|
colorToned: string;
|
558
545
|
};
|
559
546
|
id: {
|
560
|
-
|
547
|
+
toString: () => string;
|
548
|
+
equals?: {
|
561
549
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
562
550
|
};
|
563
|
-
toString: () => string;
|
564
|
-
toJSON: () => string;
|
565
|
-
valueOf: () => string;
|
566
551
|
};
|
567
552
|
};
|
568
553
|
warning: {
|
@@ -588,12 +573,10 @@ export declare const useChromeBlueprintStore: () => {
|
|
588
573
|
colorToned: string;
|
589
574
|
};
|
590
575
|
id: {
|
591
|
-
|
576
|
+
toString: () => string;
|
577
|
+
equals?: {
|
592
578
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
593
579
|
};
|
594
|
-
toString: () => string;
|
595
|
-
toJSON: () => string;
|
596
|
-
valueOf: () => string;
|
597
580
|
};
|
598
581
|
};
|
599
582
|
notification: {
|
@@ -619,12 +602,10 @@ export declare const useChromeBlueprintStore: () => {
|
|
619
602
|
colorToned: string;
|
620
603
|
};
|
621
604
|
id: {
|
622
|
-
|
605
|
+
toString: () => string;
|
606
|
+
equals?: {
|
623
607
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
624
608
|
};
|
625
|
-
toString: () => string;
|
626
|
-
toJSON: () => string;
|
627
|
-
valueOf: () => string;
|
628
609
|
};
|
629
610
|
};
|
630
611
|
};
|
@@ -633,12 +614,10 @@ export declare const useChromeBlueprintStore: () => {
|
|
633
614
|
name: string;
|
634
615
|
font?: {
|
635
616
|
id: {
|
636
|
-
|
617
|
+
toString: () => string;
|
618
|
+
equals?: {
|
637
619
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
638
620
|
};
|
639
|
-
toString: () => string;
|
640
|
-
toJSON: () => string;
|
641
|
-
valueOf: () => string;
|
642
621
|
};
|
643
622
|
family: string;
|
644
623
|
cdn?: string;
|
@@ -870,12 +849,10 @@ export declare const useChromeBlueprintStore: () => {
|
|
870
849
|
};
|
871
850
|
name?: string;
|
872
851
|
id: {
|
873
|
-
|
852
|
+
toString: () => string;
|
853
|
+
equals?: {
|
874
854
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
875
855
|
};
|
876
|
-
toString: () => string;
|
877
|
-
toJSON: () => string;
|
878
|
-
valueOf: () => string;
|
879
856
|
};
|
880
857
|
};
|
881
858
|
spacing: {
|
@@ -899,12 +876,10 @@ export declare const useChromeBlueprintStore: () => {
|
|
899
876
|
};
|
900
877
|
name?: string;
|
901
878
|
id: {
|
902
|
-
|
879
|
+
toString: () => string;
|
880
|
+
equals?: {
|
903
881
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
904
882
|
};
|
905
|
-
toString: () => string;
|
906
|
-
toJSON: () => string;
|
907
|
-
valueOf: () => string;
|
908
883
|
};
|
909
884
|
};
|
910
885
|
components: {
|
@@ -1001,7 +976,6 @@ export declare const useChromeBlueprintStore: () => {
|
|
1001
976
|
type: "title" | "text" | "navigation";
|
1002
977
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1003
978
|
};
|
1004
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1005
979
|
};
|
1006
980
|
icon?: {
|
1007
981
|
color?: {
|
@@ -1021,9 +995,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
1021
995
|
opacity?: number;
|
1022
996
|
};
|
1023
997
|
size?: number;
|
1024
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1025
998
|
};
|
1026
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1027
999
|
};
|
1028
1000
|
basic?: {
|
1029
1001
|
padding?: {
|
@@ -1116,7 +1088,6 @@ export declare const useChromeBlueprintStore: () => {
|
|
1116
1088
|
type: "title" | "text" | "navigation";
|
1117
1089
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1118
1090
|
};
|
1119
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1120
1091
|
};
|
1121
1092
|
icon?: {
|
1122
1093
|
color?: {
|
@@ -1136,9 +1107,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
1136
1107
|
opacity?: number;
|
1137
1108
|
};
|
1138
1109
|
size?: number;
|
1139
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1140
1110
|
};
|
1141
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1142
1111
|
};
|
1143
1112
|
accent1?: {
|
1144
1113
|
padding?: {
|
@@ -1231,7 +1200,6 @@ export declare const useChromeBlueprintStore: () => {
|
|
1231
1200
|
type: "title" | "text" | "navigation";
|
1232
1201
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1233
1202
|
};
|
1234
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1235
1203
|
};
|
1236
1204
|
icon?: {
|
1237
1205
|
color?: {
|
@@ -1251,9 +1219,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
1251
1219
|
opacity?: number;
|
1252
1220
|
};
|
1253
1221
|
size?: number;
|
1254
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1255
1222
|
};
|
1256
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1257
1223
|
};
|
1258
1224
|
warn?: {
|
1259
1225
|
padding?: {
|
@@ -1346,7 +1312,6 @@ export declare const useChromeBlueprintStore: () => {
|
|
1346
1312
|
type: "title" | "text" | "navigation";
|
1347
1313
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1348
1314
|
};
|
1349
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1350
1315
|
};
|
1351
1316
|
icon?: {
|
1352
1317
|
color?: {
|
@@ -1366,9 +1331,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
1366
1331
|
opacity?: number;
|
1367
1332
|
};
|
1368
1333
|
size?: number;
|
1369
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1370
1334
|
};
|
1371
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1372
1335
|
};
|
1373
1336
|
link?: {
|
1374
1337
|
padding?: {
|
@@ -1461,7 +1424,6 @@ export declare const useChromeBlueprintStore: () => {
|
|
1461
1424
|
type: "title" | "text" | "navigation";
|
1462
1425
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1463
1426
|
};
|
1464
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1465
1427
|
};
|
1466
1428
|
icon?: {
|
1467
1429
|
color?: {
|
@@ -1481,9 +1443,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
1481
1443
|
opacity?: number;
|
1482
1444
|
};
|
1483
1445
|
size?: number;
|
1484
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1485
1446
|
};
|
1486
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1487
1447
|
};
|
1488
1448
|
variant1?: {
|
1489
1449
|
padding?: {
|
@@ -1576,7 +1536,6 @@ export declare const useChromeBlueprintStore: () => {
|
|
1576
1536
|
type: "title" | "text" | "navigation";
|
1577
1537
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1578
1538
|
};
|
1579
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1580
1539
|
};
|
1581
1540
|
icon?: {
|
1582
1541
|
color?: {
|
@@ -1596,9 +1555,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
1596
1555
|
opacity?: number;
|
1597
1556
|
};
|
1598
1557
|
size?: number;
|
1599
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1600
1558
|
};
|
1601
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1602
1559
|
};
|
1603
1560
|
variant2?: {
|
1604
1561
|
padding?: {
|
@@ -1691,7 +1648,6 @@ export declare const useChromeBlueprintStore: () => {
|
|
1691
1648
|
type: "title" | "text" | "navigation";
|
1692
1649
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1693
1650
|
};
|
1694
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1695
1651
|
};
|
1696
1652
|
icon?: {
|
1697
1653
|
color?: {
|
@@ -1711,9 +1667,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
1711
1667
|
opacity?: number;
|
1712
1668
|
};
|
1713
1669
|
size?: number;
|
1714
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1715
1670
|
};
|
1716
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1717
1671
|
};
|
1718
1672
|
variant3?: {
|
1719
1673
|
padding?: {
|
@@ -1806,7 +1760,6 @@ export declare const useChromeBlueprintStore: () => {
|
|
1806
1760
|
type: "title" | "text" | "navigation";
|
1807
1761
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1808
1762
|
};
|
1809
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1810
1763
|
};
|
1811
1764
|
icon?: {
|
1812
1765
|
color?: {
|
@@ -1826,9 +1779,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
1826
1779
|
opacity?: number;
|
1827
1780
|
};
|
1828
1781
|
size?: number;
|
1829
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1830
1782
|
};
|
1831
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1832
1783
|
};
|
1833
1784
|
variant4?: {
|
1834
1785
|
padding?: {
|
@@ -1921,7 +1872,6 @@ export declare const useChromeBlueprintStore: () => {
|
|
1921
1872
|
type: "title" | "text" | "navigation";
|
1922
1873
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1923
1874
|
};
|
1924
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1925
1875
|
};
|
1926
1876
|
icon?: {
|
1927
1877
|
color?: {
|
@@ -1941,9 +1891,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
1941
1891
|
opacity?: number;
|
1942
1892
|
};
|
1943
1893
|
size?: number;
|
1944
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1945
1894
|
};
|
1946
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1947
1895
|
};
|
1948
1896
|
};
|
1949
1897
|
icon: {
|
@@ -2038,7 +1986,6 @@ export declare const useChromeBlueprintStore: () => {
|
|
2038
1986
|
type: "title" | "text" | "navigation";
|
2039
1987
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2040
1988
|
};
|
2041
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2042
1989
|
};
|
2043
1990
|
icon?: {
|
2044
1991
|
color?: {
|
@@ -2058,9 +2005,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
2058
2005
|
opacity?: number;
|
2059
2006
|
};
|
2060
2007
|
size?: number;
|
2061
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2062
2008
|
};
|
2063
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2064
2009
|
};
|
2065
2010
|
basic?: {
|
2066
2011
|
padding?: {
|
@@ -2153,7 +2098,6 @@ export declare const useChromeBlueprintStore: () => {
|
|
2153
2098
|
type: "title" | "text" | "navigation";
|
2154
2099
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2155
2100
|
};
|
2156
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2157
2101
|
};
|
2158
2102
|
icon?: {
|
2159
2103
|
color?: {
|
@@ -2173,9 +2117,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
2173
2117
|
opacity?: number;
|
2174
2118
|
};
|
2175
2119
|
size?: number;
|
2176
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2177
2120
|
};
|
2178
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2179
2121
|
};
|
2180
2122
|
accent1?: {
|
2181
2123
|
padding?: {
|
@@ -2268,7 +2210,6 @@ export declare const useChromeBlueprintStore: () => {
|
|
2268
2210
|
type: "title" | "text" | "navigation";
|
2269
2211
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2270
2212
|
};
|
2271
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2272
2213
|
};
|
2273
2214
|
icon?: {
|
2274
2215
|
color?: {
|
@@ -2288,9 +2229,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
2288
2229
|
opacity?: number;
|
2289
2230
|
};
|
2290
2231
|
size?: number;
|
2291
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2292
2232
|
};
|
2293
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2294
2233
|
};
|
2295
2234
|
warn?: {
|
2296
2235
|
padding?: {
|
@@ -2383,7 +2322,6 @@ export declare const useChromeBlueprintStore: () => {
|
|
2383
2322
|
type: "title" | "text" | "navigation";
|
2384
2323
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2385
2324
|
};
|
2386
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2387
2325
|
};
|
2388
2326
|
icon?: {
|
2389
2327
|
color?: {
|
@@ -2403,9 +2341,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
2403
2341
|
opacity?: number;
|
2404
2342
|
};
|
2405
2343
|
size?: number;
|
2406
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2407
2344
|
};
|
2408
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2409
2345
|
};
|
2410
2346
|
link?: {
|
2411
2347
|
padding?: {
|
@@ -2498,7 +2434,6 @@ export declare const useChromeBlueprintStore: () => {
|
|
2498
2434
|
type: "title" | "text" | "navigation";
|
2499
2435
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2500
2436
|
};
|
2501
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2502
2437
|
};
|
2503
2438
|
icon?: {
|
2504
2439
|
color?: {
|
@@ -2518,9 +2453,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
2518
2453
|
opacity?: number;
|
2519
2454
|
};
|
2520
2455
|
size?: number;
|
2521
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2522
2456
|
};
|
2523
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2524
2457
|
};
|
2525
2458
|
variant1?: {
|
2526
2459
|
padding?: {
|
@@ -2613,7 +2546,6 @@ export declare const useChromeBlueprintStore: () => {
|
|
2613
2546
|
type: "title" | "text" | "navigation";
|
2614
2547
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2615
2548
|
};
|
2616
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2617
2549
|
};
|
2618
2550
|
icon?: {
|
2619
2551
|
color?: {
|
@@ -2633,9 +2565,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
2633
2565
|
opacity?: number;
|
2634
2566
|
};
|
2635
2567
|
size?: number;
|
2636
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2637
2568
|
};
|
2638
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2639
2569
|
};
|
2640
2570
|
variant2?: {
|
2641
2571
|
padding?: {
|
@@ -2728,7 +2658,6 @@ export declare const useChromeBlueprintStore: () => {
|
|
2728
2658
|
type: "title" | "text" | "navigation";
|
2729
2659
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2730
2660
|
};
|
2731
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2732
2661
|
};
|
2733
2662
|
icon?: {
|
2734
2663
|
color?: {
|
@@ -2748,9 +2677,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
2748
2677
|
opacity?: number;
|
2749
2678
|
};
|
2750
2679
|
size?: number;
|
2751
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2752
2680
|
};
|
2753
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2754
2681
|
};
|
2755
2682
|
variant3?: {
|
2756
2683
|
padding?: {
|
@@ -2843,7 +2770,6 @@ export declare const useChromeBlueprintStore: () => {
|
|
2843
2770
|
type: "title" | "text" | "navigation";
|
2844
2771
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2845
2772
|
};
|
2846
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2847
2773
|
};
|
2848
2774
|
icon?: {
|
2849
2775
|
color?: {
|
@@ -2863,9 +2789,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
2863
2789
|
opacity?: number;
|
2864
2790
|
};
|
2865
2791
|
size?: number;
|
2866
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2867
2792
|
};
|
2868
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2869
2793
|
};
|
2870
2794
|
variant4?: {
|
2871
2795
|
padding?: {
|
@@ -2958,7 +2882,6 @@ export declare const useChromeBlueprintStore: () => {
|
|
2958
2882
|
type: "title" | "text" | "navigation";
|
2959
2883
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2960
2884
|
};
|
2961
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2962
2885
|
};
|
2963
2886
|
icon?: {
|
2964
2887
|
color?: {
|
@@ -2978,9 +2901,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
2978
2901
|
opacity?: number;
|
2979
2902
|
};
|
2980
2903
|
size?: number;
|
2981
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2982
2904
|
};
|
2983
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2984
2905
|
};
|
2985
2906
|
};
|
2986
2907
|
name?: string;
|
@@ -3098,7 +3019,6 @@ export declare const useChromeBlueprintStore: () => {
|
|
3098
3019
|
type: "title" | "text" | "navigation";
|
3099
3020
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3100
3021
|
};
|
3101
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3102
3022
|
};
|
3103
3023
|
icon?: {
|
3104
3024
|
color?: {
|
@@ -3118,7 +3038,6 @@ export declare const useChromeBlueprintStore: () => {
|
|
3118
3038
|
opacity?: number;
|
3119
3039
|
};
|
3120
3040
|
size?: number;
|
3121
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3122
3041
|
};
|
3123
3042
|
active?: {
|
3124
3043
|
padding?: {
|
@@ -3210,7 +3129,6 @@ export declare const useChromeBlueprintStore: () => {
|
|
3210
3129
|
type: "title" | "text" | "navigation";
|
3211
3130
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3212
3131
|
};
|
3213
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3214
3132
|
};
|
3215
3133
|
icon?: {
|
3216
3134
|
color?: {
|
@@ -3230,7 +3148,6 @@ export declare const useChromeBlueprintStore: () => {
|
|
3230
3148
|
opacity?: number;
|
3231
3149
|
};
|
3232
3150
|
size?: number;
|
3233
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3234
3151
|
};
|
3235
3152
|
};
|
3236
3153
|
inactive?: {
|
@@ -3280,7 +3197,6 @@ export declare const useChromeBlueprintStore: () => {
|
|
3280
3197
|
elevation?: number;
|
3281
3198
|
};
|
3282
3199
|
};
|
3283
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3284
3200
|
};
|
3285
3201
|
variant1?: {
|
3286
3202
|
background?: {
|
@@ -3394,7 +3310,6 @@ export declare const useChromeBlueprintStore: () => {
|
|
3394
3310
|
type: "title" | "text" | "navigation";
|
3395
3311
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3396
3312
|
};
|
3397
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3398
3313
|
};
|
3399
3314
|
icon?: {
|
3400
3315
|
color?: {
|
@@ -3414,7 +3329,6 @@ export declare const useChromeBlueprintStore: () => {
|
|
3414
3329
|
opacity?: number;
|
3415
3330
|
};
|
3416
3331
|
size?: number;
|
3417
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3418
3332
|
};
|
3419
3333
|
active?: {
|
3420
3334
|
padding?: {
|
@@ -3506,7 +3420,6 @@ export declare const useChromeBlueprintStore: () => {
|
|
3506
3420
|
type: "title" | "text" | "navigation";
|
3507
3421
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3508
3422
|
};
|
3509
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3510
3423
|
};
|
3511
3424
|
icon?: {
|
3512
3425
|
color?: {
|
@@ -3526,7 +3439,6 @@ export declare const useChromeBlueprintStore: () => {
|
|
3526
3439
|
opacity?: number;
|
3527
3440
|
};
|
3528
3441
|
size?: number;
|
3529
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3530
3442
|
};
|
3531
3443
|
};
|
3532
3444
|
inactive?: {
|
@@ -3576,7 +3488,6 @@ export declare const useChromeBlueprintStore: () => {
|
|
3576
3488
|
elevation?: number;
|
3577
3489
|
};
|
3578
3490
|
};
|
3579
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3580
3491
|
};
|
3581
3492
|
variant2?: {
|
3582
3493
|
background?: {
|
@@ -3690,7 +3601,6 @@ export declare const useChromeBlueprintStore: () => {
|
|
3690
3601
|
type: "title" | "text" | "navigation";
|
3691
3602
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3692
3603
|
};
|
3693
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3694
3604
|
};
|
3695
3605
|
icon?: {
|
3696
3606
|
color?: {
|
@@ -3710,7 +3620,6 @@ export declare const useChromeBlueprintStore: () => {
|
|
3710
3620
|
opacity?: number;
|
3711
3621
|
};
|
3712
3622
|
size?: number;
|
3713
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3714
3623
|
};
|
3715
3624
|
active?: {
|
3716
3625
|
padding?: {
|
@@ -3802,7 +3711,6 @@ export declare const useChromeBlueprintStore: () => {
|
|
3802
3711
|
type: "title" | "text" | "navigation";
|
3803
3712
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3804
3713
|
};
|
3805
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3806
3714
|
};
|
3807
3715
|
icon?: {
|
3808
3716
|
color?: {
|
@@ -3822,7 +3730,6 @@ export declare const useChromeBlueprintStore: () => {
|
|
3822
3730
|
opacity?: number;
|
3823
3731
|
};
|
3824
3732
|
size?: number;
|
3825
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3826
3733
|
};
|
3827
3734
|
};
|
3828
3735
|
inactive?: {
|
@@ -3872,7 +3779,6 @@ export declare const useChromeBlueprintStore: () => {
|
|
3872
3779
|
elevation?: number;
|
3873
3780
|
};
|
3874
3781
|
};
|
3875
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3876
3782
|
};
|
3877
3783
|
variant3?: {
|
3878
3784
|
background?: {
|
@@ -3986,7 +3892,6 @@ export declare const useChromeBlueprintStore: () => {
|
|
3986
3892
|
type: "title" | "text" | "navigation";
|
3987
3893
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3988
3894
|
};
|
3989
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3990
3895
|
};
|
3991
3896
|
icon?: {
|
3992
3897
|
color?: {
|
@@ -4006,7 +3911,6 @@ export declare const useChromeBlueprintStore: () => {
|
|
4006
3911
|
opacity?: number;
|
4007
3912
|
};
|
4008
3913
|
size?: number;
|
4009
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
4010
3914
|
};
|
4011
3915
|
active?: {
|
4012
3916
|
padding?: {
|
@@ -4098,7 +4002,6 @@ export declare const useChromeBlueprintStore: () => {
|
|
4098
4002
|
type: "title" | "text" | "navigation";
|
4099
4003
|
size: "xs" | "s" | "m" | "l" | "xl";
|
4100
4004
|
};
|
4101
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
4102
4005
|
};
|
4103
4006
|
icon?: {
|
4104
4007
|
color?: {
|
@@ -4118,7 +4021,6 @@ export declare const useChromeBlueprintStore: () => {
|
|
4118
4021
|
opacity?: number;
|
4119
4022
|
};
|
4120
4023
|
size?: number;
|
4121
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
4122
4024
|
};
|
4123
4025
|
};
|
4124
4026
|
inactive?: {
|
@@ -4168,7 +4070,6 @@ export declare const useChromeBlueprintStore: () => {
|
|
4168
4070
|
elevation?: number;
|
4169
4071
|
};
|
4170
4072
|
};
|
4171
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
4172
4073
|
};
|
4173
4074
|
name?: string;
|
4174
4075
|
};
|
@@ -4226,6 +4127,8 @@ export declare const useChromeBlueprintStore: () => {
|
|
4226
4127
|
onLoaded?: string[];
|
4227
4128
|
onEditMode?: string[];
|
4228
4129
|
onSaving?: string[];
|
4130
|
+
onPersistState?: string[];
|
4131
|
+
onRestoreState?: string[];
|
4229
4132
|
};
|
4230
4133
|
actions?: {
|
4231
4134
|
[name: string]: string[];
|
@@ -4427,6 +4330,8 @@ export declare const useChromeBlueprintStore: () => {
|
|
4427
4330
|
onLoaded?: string[];
|
4428
4331
|
onEditMode?: string[];
|
4429
4332
|
onSaving?: string[];
|
4333
|
+
onPersistState?: string[];
|
4334
|
+
onRestoreState?: string[];
|
4430
4335
|
};
|
4431
4336
|
actions?: {
|
4432
4337
|
[name: string]: string[];
|
@@ -4628,6 +4533,8 @@ export declare const useChromeBlueprintStore: () => {
|
|
4628
4533
|
onLoaded?: string[];
|
4629
4534
|
onEditMode?: string[];
|
4630
4535
|
onSaving?: string[];
|
4536
|
+
onPersistState?: string[];
|
4537
|
+
onRestoreState?: string[];
|
4631
4538
|
};
|
4632
4539
|
actions?: {
|
4633
4540
|
[name: string]: string[];
|
@@ -4829,6 +4736,8 @@ export declare const useChromeBlueprintStore: () => {
|
|
4829
4736
|
onLoaded?: string[];
|
4830
4737
|
onEditMode?: string[];
|
4831
4738
|
onSaving?: string[];
|
4739
|
+
onPersistState?: string[];
|
4740
|
+
onRestoreState?: string[];
|
4832
4741
|
};
|
4833
4742
|
actions?: {
|
4834
4743
|
[name: string]: string[];
|
@@ -4979,31 +4888,123 @@ export declare const useChromeBlueprintStore: () => {
|
|
4979
4888
|
};
|
4980
4889
|
name?: string;
|
4981
4890
|
id: {
|
4982
|
-
|
4891
|
+
toString: () => string;
|
4892
|
+
equals?: {
|
4983
4893
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
4984
4894
|
};
|
4985
|
-
toString: () => string;
|
4986
|
-
toJSON: () => string;
|
4987
|
-
valueOf: () => string;
|
4988
4895
|
};
|
4989
4896
|
};
|
4897
|
+
icons?: {
|
4898
|
+
xs?: {
|
4899
|
+
color?: {
|
4900
|
+
colors: (string | {
|
4901
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
4902
|
+
toned?: boolean;
|
4903
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4904
|
+
} | {
|
4905
|
+
color: string | {
|
4906
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
4907
|
+
toned?: boolean;
|
4908
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4909
|
+
};
|
4910
|
+
stop?: number;
|
4911
|
+
})[];
|
4912
|
+
acrylic?: boolean;
|
4913
|
+
opacity?: number;
|
4914
|
+
};
|
4915
|
+
size?: number;
|
4916
|
+
};
|
4917
|
+
s?: {
|
4918
|
+
color?: {
|
4919
|
+
colors: (string | {
|
4920
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
4921
|
+
toned?: boolean;
|
4922
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4923
|
+
} | {
|
4924
|
+
color: string | {
|
4925
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
4926
|
+
toned?: boolean;
|
4927
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4928
|
+
};
|
4929
|
+
stop?: number;
|
4930
|
+
})[];
|
4931
|
+
acrylic?: boolean;
|
4932
|
+
opacity?: number;
|
4933
|
+
};
|
4934
|
+
size?: number;
|
4935
|
+
};
|
4936
|
+
m?: {
|
4937
|
+
color?: {
|
4938
|
+
colors: (string | {
|
4939
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
4940
|
+
toned?: boolean;
|
4941
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4942
|
+
} | {
|
4943
|
+
color: string | {
|
4944
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
4945
|
+
toned?: boolean;
|
4946
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4947
|
+
};
|
4948
|
+
stop?: number;
|
4949
|
+
})[];
|
4950
|
+
acrylic?: boolean;
|
4951
|
+
opacity?: number;
|
4952
|
+
};
|
4953
|
+
size?: number;
|
4954
|
+
};
|
4955
|
+
l?: {
|
4956
|
+
color?: {
|
4957
|
+
colors: (string | {
|
4958
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
4959
|
+
toned?: boolean;
|
4960
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4961
|
+
} | {
|
4962
|
+
color: string | {
|
4963
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
4964
|
+
toned?: boolean;
|
4965
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4966
|
+
};
|
4967
|
+
stop?: number;
|
4968
|
+
})[];
|
4969
|
+
acrylic?: boolean;
|
4970
|
+
opacity?: number;
|
4971
|
+
};
|
4972
|
+
size?: number;
|
4973
|
+
};
|
4974
|
+
xl?: {
|
4975
|
+
color?: {
|
4976
|
+
colors: (string | {
|
4977
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
4978
|
+
toned?: boolean;
|
4979
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4980
|
+
} | {
|
4981
|
+
color: string | {
|
4982
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
4983
|
+
toned?: boolean;
|
4984
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4985
|
+
};
|
4986
|
+
stop?: number;
|
4987
|
+
})[];
|
4988
|
+
acrylic?: boolean;
|
4989
|
+
opacity?: number;
|
4990
|
+
};
|
4991
|
+
size?: number;
|
4992
|
+
};
|
4993
|
+
name?: string;
|
4994
|
+
};
|
4990
4995
|
name?: string;
|
4991
4996
|
id: {
|
4992
|
-
|
4997
|
+
toString: () => string;
|
4998
|
+
equals?: {
|
4993
4999
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
4994
5000
|
};
|
4995
|
-
toString: () => string;
|
4996
|
-
toJSON: () => string;
|
4997
|
-
valueOf: () => string;
|
4998
5001
|
};
|
4999
5002
|
};
|
5000
5003
|
id: {
|
5001
|
-
|
5004
|
+
toString: () => string;
|
5005
|
+
equals?: {
|
5002
5006
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
5003
5007
|
};
|
5004
|
-
toString: () => string;
|
5005
|
-
toJSON: () => string;
|
5006
|
-
valueOf: () => string;
|
5007
5008
|
};
|
5008
5009
|
name?: string;
|
5009
5010
|
};
|
@@ -5076,6 +5077,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
5076
5077
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
5077
5078
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
5078
5079
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
5080
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
5079
5081
|
};
|
5080
5082
|
deactivated(): void;
|
5081
5083
|
};
|