@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
@@ -84,6 +84,7 @@ export declare const useSpacingBlueprintStore: () => {
|
|
84
84
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
85
85
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
86
86
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
87
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
87
88
|
};
|
88
89
|
deactivated(): void;
|
89
90
|
};
|
@@ -173,6 +174,7 @@ export declare const useSpacingBlueprintStore: () => {
|
|
173
174
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
174
175
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
175
176
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
177
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
176
178
|
};
|
177
179
|
deactivated(): void;
|
178
180
|
};
|
@@ -262,6 +264,7 @@ export declare const useSpacingBlueprintStore: () => {
|
|
262
264
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
263
265
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
264
266
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
267
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
265
268
|
};
|
266
269
|
deactivated(): void;
|
267
270
|
};
|
@@ -311,12 +314,10 @@ export declare const useSpacingBlueprintStore: () => {
|
|
311
314
|
colorToned: string;
|
312
315
|
};
|
313
316
|
id: {
|
314
|
-
|
317
|
+
toString: () => string;
|
318
|
+
equals?: {
|
315
319
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
316
320
|
};
|
317
|
-
toString: () => string;
|
318
|
-
toJSON: () => string;
|
319
|
-
valueOf: () => string;
|
320
321
|
};
|
321
322
|
};
|
322
323
|
secondary: {
|
@@ -342,12 +343,10 @@ export declare const useSpacingBlueprintStore: () => {
|
|
342
343
|
colorToned: string;
|
343
344
|
};
|
344
345
|
id: {
|
345
|
-
|
346
|
+
toString: () => string;
|
347
|
+
equals?: {
|
346
348
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
347
349
|
};
|
348
|
-
toString: () => string;
|
349
|
-
toJSON: () => string;
|
350
|
-
valueOf: () => string;
|
351
350
|
};
|
352
351
|
};
|
353
352
|
accent1: {
|
@@ -373,12 +372,10 @@ export declare const useSpacingBlueprintStore: () => {
|
|
373
372
|
colorToned: string;
|
374
373
|
};
|
375
374
|
id: {
|
376
|
-
|
375
|
+
toString: () => string;
|
376
|
+
equals?: {
|
377
377
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
378
378
|
};
|
379
|
-
toString: () => string;
|
380
|
-
toJSON: () => string;
|
381
|
-
valueOf: () => string;
|
382
379
|
};
|
383
380
|
};
|
384
381
|
accent2: {
|
@@ -404,12 +401,10 @@ export declare const useSpacingBlueprintStore: () => {
|
|
404
401
|
colorToned: string;
|
405
402
|
};
|
406
403
|
id: {
|
407
|
-
|
404
|
+
toString: () => string;
|
405
|
+
equals?: {
|
408
406
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
409
407
|
};
|
410
|
-
toString: () => string;
|
411
|
-
toJSON: () => string;
|
412
|
-
valueOf: () => string;
|
413
408
|
};
|
414
409
|
};
|
415
410
|
accent3: {
|
@@ -435,12 +430,10 @@ export declare const useSpacingBlueprintStore: () => {
|
|
435
430
|
colorToned: string;
|
436
431
|
};
|
437
432
|
id: {
|
438
|
-
|
433
|
+
toString: () => string;
|
434
|
+
equals?: {
|
439
435
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
440
436
|
};
|
441
|
-
toString: () => string;
|
442
|
-
toJSON: () => string;
|
443
|
-
valueOf: () => string;
|
444
437
|
};
|
445
438
|
};
|
446
439
|
neutral: {
|
@@ -466,12 +459,10 @@ export declare const useSpacingBlueprintStore: () => {
|
|
466
459
|
colorToned: string;
|
467
460
|
};
|
468
461
|
id: {
|
469
|
-
|
462
|
+
toString: () => string;
|
463
|
+
equals?: {
|
470
464
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
471
465
|
};
|
472
|
-
toString: () => string;
|
473
|
-
toJSON: () => string;
|
474
|
-
valueOf: () => string;
|
475
466
|
};
|
476
467
|
};
|
477
468
|
background: {
|
@@ -497,12 +488,10 @@ export declare const useSpacingBlueprintStore: () => {
|
|
497
488
|
colorToned: string;
|
498
489
|
};
|
499
490
|
id: {
|
500
|
-
|
491
|
+
toString: () => string;
|
492
|
+
equals?: {
|
501
493
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
502
494
|
};
|
503
|
-
toString: () => string;
|
504
|
-
toJSON: () => string;
|
505
|
-
valueOf: () => string;
|
506
495
|
};
|
507
496
|
};
|
508
497
|
error: {
|
@@ -528,12 +517,10 @@ export declare const useSpacingBlueprintStore: () => {
|
|
528
517
|
colorToned: string;
|
529
518
|
};
|
530
519
|
id: {
|
531
|
-
|
520
|
+
toString: () => string;
|
521
|
+
equals?: {
|
532
522
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
533
523
|
};
|
534
|
-
toString: () => string;
|
535
|
-
toJSON: () => string;
|
536
|
-
valueOf: () => string;
|
537
524
|
};
|
538
525
|
};
|
539
526
|
info: {
|
@@ -559,12 +546,10 @@ export declare const useSpacingBlueprintStore: () => {
|
|
559
546
|
colorToned: string;
|
560
547
|
};
|
561
548
|
id: {
|
562
|
-
|
549
|
+
toString: () => string;
|
550
|
+
equals?: {
|
563
551
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
564
552
|
};
|
565
|
-
toString: () => string;
|
566
|
-
toJSON: () => string;
|
567
|
-
valueOf: () => string;
|
568
553
|
};
|
569
554
|
};
|
570
555
|
warning: {
|
@@ -590,12 +575,10 @@ export declare const useSpacingBlueprintStore: () => {
|
|
590
575
|
colorToned: string;
|
591
576
|
};
|
592
577
|
id: {
|
593
|
-
|
578
|
+
toString: () => string;
|
579
|
+
equals?: {
|
594
580
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
595
581
|
};
|
596
|
-
toString: () => string;
|
597
|
-
toJSON: () => string;
|
598
|
-
valueOf: () => string;
|
599
582
|
};
|
600
583
|
};
|
601
584
|
notification: {
|
@@ -621,12 +604,10 @@ export declare const useSpacingBlueprintStore: () => {
|
|
621
604
|
colorToned: string;
|
622
605
|
};
|
623
606
|
id: {
|
624
|
-
|
607
|
+
toString: () => string;
|
608
|
+
equals?: {
|
625
609
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
626
610
|
};
|
627
|
-
toString: () => string;
|
628
|
-
toJSON: () => string;
|
629
|
-
valueOf: () => string;
|
630
611
|
};
|
631
612
|
};
|
632
613
|
};
|
@@ -635,12 +616,10 @@ export declare const useSpacingBlueprintStore: () => {
|
|
635
616
|
name: string;
|
636
617
|
font?: {
|
637
618
|
id: {
|
638
|
-
|
619
|
+
toString: () => string;
|
620
|
+
equals?: {
|
639
621
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
640
622
|
};
|
641
|
-
toString: () => string;
|
642
|
-
toJSON: () => string;
|
643
|
-
valueOf: () => string;
|
644
623
|
};
|
645
624
|
family: string;
|
646
625
|
cdn?: string;
|
@@ -872,12 +851,10 @@ export declare const useSpacingBlueprintStore: () => {
|
|
872
851
|
};
|
873
852
|
name?: string;
|
874
853
|
id: {
|
875
|
-
|
854
|
+
toString: () => string;
|
855
|
+
equals?: {
|
876
856
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
877
857
|
};
|
878
|
-
toString: () => string;
|
879
|
-
toJSON: () => string;
|
880
|
-
valueOf: () => string;
|
881
858
|
};
|
882
859
|
};
|
883
860
|
spacing: {
|
@@ -901,12 +878,10 @@ export declare const useSpacingBlueprintStore: () => {
|
|
901
878
|
};
|
902
879
|
name?: string;
|
903
880
|
id: {
|
904
|
-
|
881
|
+
toString: () => string;
|
882
|
+
equals?: {
|
905
883
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
906
884
|
};
|
907
|
-
toString: () => string;
|
908
|
-
toJSON: () => string;
|
909
|
-
valueOf: () => string;
|
910
885
|
};
|
911
886
|
};
|
912
887
|
components: {
|
@@ -1003,7 +978,6 @@ export declare const useSpacingBlueprintStore: () => {
|
|
1003
978
|
type: "title" | "text" | "navigation";
|
1004
979
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1005
980
|
};
|
1006
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1007
981
|
};
|
1008
982
|
icon?: {
|
1009
983
|
color?: {
|
@@ -1023,9 +997,7 @@ export declare const useSpacingBlueprintStore: () => {
|
|
1023
997
|
opacity?: number;
|
1024
998
|
};
|
1025
999
|
size?: number;
|
1026
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1027
1000
|
};
|
1028
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1029
1001
|
};
|
1030
1002
|
basic?: {
|
1031
1003
|
padding?: {
|
@@ -1118,7 +1090,6 @@ export declare const useSpacingBlueprintStore: () => {
|
|
1118
1090
|
type: "title" | "text" | "navigation";
|
1119
1091
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1120
1092
|
};
|
1121
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1122
1093
|
};
|
1123
1094
|
icon?: {
|
1124
1095
|
color?: {
|
@@ -1138,9 +1109,7 @@ export declare const useSpacingBlueprintStore: () => {
|
|
1138
1109
|
opacity?: number;
|
1139
1110
|
};
|
1140
1111
|
size?: number;
|
1141
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1142
1112
|
};
|
1143
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1144
1113
|
};
|
1145
1114
|
accent1?: {
|
1146
1115
|
padding?: {
|
@@ -1233,7 +1202,6 @@ export declare const useSpacingBlueprintStore: () => {
|
|
1233
1202
|
type: "title" | "text" | "navigation";
|
1234
1203
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1235
1204
|
};
|
1236
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1237
1205
|
};
|
1238
1206
|
icon?: {
|
1239
1207
|
color?: {
|
@@ -1253,9 +1221,7 @@ export declare const useSpacingBlueprintStore: () => {
|
|
1253
1221
|
opacity?: number;
|
1254
1222
|
};
|
1255
1223
|
size?: number;
|
1256
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1257
1224
|
};
|
1258
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1259
1225
|
};
|
1260
1226
|
warn?: {
|
1261
1227
|
padding?: {
|
@@ -1348,7 +1314,6 @@ export declare const useSpacingBlueprintStore: () => {
|
|
1348
1314
|
type: "title" | "text" | "navigation";
|
1349
1315
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1350
1316
|
};
|
1351
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1352
1317
|
};
|
1353
1318
|
icon?: {
|
1354
1319
|
color?: {
|
@@ -1368,9 +1333,7 @@ export declare const useSpacingBlueprintStore: () => {
|
|
1368
1333
|
opacity?: number;
|
1369
1334
|
};
|
1370
1335
|
size?: number;
|
1371
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1372
1336
|
};
|
1373
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1374
1337
|
};
|
1375
1338
|
link?: {
|
1376
1339
|
padding?: {
|
@@ -1463,7 +1426,6 @@ export declare const useSpacingBlueprintStore: () => {
|
|
1463
1426
|
type: "title" | "text" | "navigation";
|
1464
1427
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1465
1428
|
};
|
1466
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1467
1429
|
};
|
1468
1430
|
icon?: {
|
1469
1431
|
color?: {
|
@@ -1483,9 +1445,7 @@ export declare const useSpacingBlueprintStore: () => {
|
|
1483
1445
|
opacity?: number;
|
1484
1446
|
};
|
1485
1447
|
size?: number;
|
1486
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1487
1448
|
};
|
1488
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1489
1449
|
};
|
1490
1450
|
variant1?: {
|
1491
1451
|
padding?: {
|
@@ -1578,7 +1538,6 @@ export declare const useSpacingBlueprintStore: () => {
|
|
1578
1538
|
type: "title" | "text" | "navigation";
|
1579
1539
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1580
1540
|
};
|
1581
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1582
1541
|
};
|
1583
1542
|
icon?: {
|
1584
1543
|
color?: {
|
@@ -1598,9 +1557,7 @@ export declare const useSpacingBlueprintStore: () => {
|
|
1598
1557
|
opacity?: number;
|
1599
1558
|
};
|
1600
1559
|
size?: number;
|
1601
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1602
1560
|
};
|
1603
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1604
1561
|
};
|
1605
1562
|
variant2?: {
|
1606
1563
|
padding?: {
|
@@ -1693,7 +1650,6 @@ export declare const useSpacingBlueprintStore: () => {
|
|
1693
1650
|
type: "title" | "text" | "navigation";
|
1694
1651
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1695
1652
|
};
|
1696
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1697
1653
|
};
|
1698
1654
|
icon?: {
|
1699
1655
|
color?: {
|
@@ -1713,9 +1669,7 @@ export declare const useSpacingBlueprintStore: () => {
|
|
1713
1669
|
opacity?: number;
|
1714
1670
|
};
|
1715
1671
|
size?: number;
|
1716
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1717
1672
|
};
|
1718
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1719
1673
|
};
|
1720
1674
|
variant3?: {
|
1721
1675
|
padding?: {
|
@@ -1808,7 +1762,6 @@ export declare const useSpacingBlueprintStore: () => {
|
|
1808
1762
|
type: "title" | "text" | "navigation";
|
1809
1763
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1810
1764
|
};
|
1811
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1812
1765
|
};
|
1813
1766
|
icon?: {
|
1814
1767
|
color?: {
|
@@ -1828,9 +1781,7 @@ export declare const useSpacingBlueprintStore: () => {
|
|
1828
1781
|
opacity?: number;
|
1829
1782
|
};
|
1830
1783
|
size?: number;
|
1831
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1832
1784
|
};
|
1833
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1834
1785
|
};
|
1835
1786
|
variant4?: {
|
1836
1787
|
padding?: {
|
@@ -1923,7 +1874,6 @@ export declare const useSpacingBlueprintStore: () => {
|
|
1923
1874
|
type: "title" | "text" | "navigation";
|
1924
1875
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1925
1876
|
};
|
1926
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1927
1877
|
};
|
1928
1878
|
icon?: {
|
1929
1879
|
color?: {
|
@@ -1943,9 +1893,7 @@ export declare const useSpacingBlueprintStore: () => {
|
|
1943
1893
|
opacity?: number;
|
1944
1894
|
};
|
1945
1895
|
size?: number;
|
1946
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1947
1896
|
};
|
1948
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1949
1897
|
};
|
1950
1898
|
};
|
1951
1899
|
icon: {
|
@@ -2040,7 +1988,6 @@ export declare const useSpacingBlueprintStore: () => {
|
|
2040
1988
|
type: "title" | "text" | "navigation";
|
2041
1989
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2042
1990
|
};
|
2043
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2044
1991
|
};
|
2045
1992
|
icon?: {
|
2046
1993
|
color?: {
|
@@ -2060,9 +2007,7 @@ export declare const useSpacingBlueprintStore: () => {
|
|
2060
2007
|
opacity?: number;
|
2061
2008
|
};
|
2062
2009
|
size?: number;
|
2063
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2064
2010
|
};
|
2065
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2066
2011
|
};
|
2067
2012
|
basic?: {
|
2068
2013
|
padding?: {
|
@@ -2155,7 +2100,6 @@ export declare const useSpacingBlueprintStore: () => {
|
|
2155
2100
|
type: "title" | "text" | "navigation";
|
2156
2101
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2157
2102
|
};
|
2158
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2159
2103
|
};
|
2160
2104
|
icon?: {
|
2161
2105
|
color?: {
|
@@ -2175,9 +2119,7 @@ export declare const useSpacingBlueprintStore: () => {
|
|
2175
2119
|
opacity?: number;
|
2176
2120
|
};
|
2177
2121
|
size?: number;
|
2178
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2179
2122
|
};
|
2180
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2181
2123
|
};
|
2182
2124
|
accent1?: {
|
2183
2125
|
padding?: {
|
@@ -2270,7 +2212,6 @@ export declare const useSpacingBlueprintStore: () => {
|
|
2270
2212
|
type: "title" | "text" | "navigation";
|
2271
2213
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2272
2214
|
};
|
2273
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2274
2215
|
};
|
2275
2216
|
icon?: {
|
2276
2217
|
color?: {
|
@@ -2290,9 +2231,7 @@ export declare const useSpacingBlueprintStore: () => {
|
|
2290
2231
|
opacity?: number;
|
2291
2232
|
};
|
2292
2233
|
size?: number;
|
2293
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2294
2234
|
};
|
2295
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2296
2235
|
};
|
2297
2236
|
warn?: {
|
2298
2237
|
padding?: {
|
@@ -2385,7 +2324,6 @@ export declare const useSpacingBlueprintStore: () => {
|
|
2385
2324
|
type: "title" | "text" | "navigation";
|
2386
2325
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2387
2326
|
};
|
2388
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2389
2327
|
};
|
2390
2328
|
icon?: {
|
2391
2329
|
color?: {
|
@@ -2405,9 +2343,7 @@ export declare const useSpacingBlueprintStore: () => {
|
|
2405
2343
|
opacity?: number;
|
2406
2344
|
};
|
2407
2345
|
size?: number;
|
2408
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2409
2346
|
};
|
2410
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2411
2347
|
};
|
2412
2348
|
link?: {
|
2413
2349
|
padding?: {
|
@@ -2500,7 +2436,6 @@ export declare const useSpacingBlueprintStore: () => {
|
|
2500
2436
|
type: "title" | "text" | "navigation";
|
2501
2437
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2502
2438
|
};
|
2503
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2504
2439
|
};
|
2505
2440
|
icon?: {
|
2506
2441
|
color?: {
|
@@ -2520,9 +2455,7 @@ export declare const useSpacingBlueprintStore: () => {
|
|
2520
2455
|
opacity?: number;
|
2521
2456
|
};
|
2522
2457
|
size?: number;
|
2523
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2524
2458
|
};
|
2525
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2526
2459
|
};
|
2527
2460
|
variant1?: {
|
2528
2461
|
padding?: {
|
@@ -2615,7 +2548,6 @@ export declare const useSpacingBlueprintStore: () => {
|
|
2615
2548
|
type: "title" | "text" | "navigation";
|
2616
2549
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2617
2550
|
};
|
2618
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2619
2551
|
};
|
2620
2552
|
icon?: {
|
2621
2553
|
color?: {
|
@@ -2635,9 +2567,7 @@ export declare const useSpacingBlueprintStore: () => {
|
|
2635
2567
|
opacity?: number;
|
2636
2568
|
};
|
2637
2569
|
size?: number;
|
2638
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2639
2570
|
};
|
2640
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2641
2571
|
};
|
2642
2572
|
variant2?: {
|
2643
2573
|
padding?: {
|
@@ -2730,7 +2660,6 @@ export declare const useSpacingBlueprintStore: () => {
|
|
2730
2660
|
type: "title" | "text" | "navigation";
|
2731
2661
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2732
2662
|
};
|
2733
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2734
2663
|
};
|
2735
2664
|
icon?: {
|
2736
2665
|
color?: {
|
@@ -2750,9 +2679,7 @@ export declare const useSpacingBlueprintStore: () => {
|
|
2750
2679
|
opacity?: number;
|
2751
2680
|
};
|
2752
2681
|
size?: number;
|
2753
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2754
2682
|
};
|
2755
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2756
2683
|
};
|
2757
2684
|
variant3?: {
|
2758
2685
|
padding?: {
|
@@ -2845,7 +2772,6 @@ export declare const useSpacingBlueprintStore: () => {
|
|
2845
2772
|
type: "title" | "text" | "navigation";
|
2846
2773
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2847
2774
|
};
|
2848
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2849
2775
|
};
|
2850
2776
|
icon?: {
|
2851
2777
|
color?: {
|
@@ -2865,9 +2791,7 @@ export declare const useSpacingBlueprintStore: () => {
|
|
2865
2791
|
opacity?: number;
|
2866
2792
|
};
|
2867
2793
|
size?: number;
|
2868
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2869
2794
|
};
|
2870
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2871
2795
|
};
|
2872
2796
|
variant4?: {
|
2873
2797
|
padding?: {
|
@@ -2960,7 +2884,6 @@ export declare const useSpacingBlueprintStore: () => {
|
|
2960
2884
|
type: "title" | "text" | "navigation";
|
2961
2885
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2962
2886
|
};
|
2963
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2964
2887
|
};
|
2965
2888
|
icon?: {
|
2966
2889
|
color?: {
|
@@ -2980,9 +2903,7 @@ export declare const useSpacingBlueprintStore: () => {
|
|
2980
2903
|
opacity?: number;
|
2981
2904
|
};
|
2982
2905
|
size?: number;
|
2983
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2984
2906
|
};
|
2985
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2986
2907
|
};
|
2987
2908
|
};
|
2988
2909
|
name?: string;
|
@@ -3100,7 +3021,6 @@ export declare const useSpacingBlueprintStore: () => {
|
|
3100
3021
|
type: "title" | "text" | "navigation";
|
3101
3022
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3102
3023
|
};
|
3103
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3104
3024
|
};
|
3105
3025
|
icon?: {
|
3106
3026
|
color?: {
|
@@ -3120,7 +3040,6 @@ export declare const useSpacingBlueprintStore: () => {
|
|
3120
3040
|
opacity?: number;
|
3121
3041
|
};
|
3122
3042
|
size?: number;
|
3123
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3124
3043
|
};
|
3125
3044
|
active?: {
|
3126
3045
|
padding?: {
|
@@ -3212,7 +3131,6 @@ export declare const useSpacingBlueprintStore: () => {
|
|
3212
3131
|
type: "title" | "text" | "navigation";
|
3213
3132
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3214
3133
|
};
|
3215
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3216
3134
|
};
|
3217
3135
|
icon?: {
|
3218
3136
|
color?: {
|
@@ -3232,7 +3150,6 @@ export declare const useSpacingBlueprintStore: () => {
|
|
3232
3150
|
opacity?: number;
|
3233
3151
|
};
|
3234
3152
|
size?: number;
|
3235
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3236
3153
|
};
|
3237
3154
|
};
|
3238
3155
|
inactive?: {
|
@@ -3282,7 +3199,6 @@ export declare const useSpacingBlueprintStore: () => {
|
|
3282
3199
|
elevation?: number;
|
3283
3200
|
};
|
3284
3201
|
};
|
3285
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3286
3202
|
};
|
3287
3203
|
variant1?: {
|
3288
3204
|
background?: {
|
@@ -3396,7 +3312,6 @@ export declare const useSpacingBlueprintStore: () => {
|
|
3396
3312
|
type: "title" | "text" | "navigation";
|
3397
3313
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3398
3314
|
};
|
3399
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3400
3315
|
};
|
3401
3316
|
icon?: {
|
3402
3317
|
color?: {
|
@@ -3416,7 +3331,6 @@ export declare const useSpacingBlueprintStore: () => {
|
|
3416
3331
|
opacity?: number;
|
3417
3332
|
};
|
3418
3333
|
size?: number;
|
3419
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3420
3334
|
};
|
3421
3335
|
active?: {
|
3422
3336
|
padding?: {
|
@@ -3508,7 +3422,6 @@ export declare const useSpacingBlueprintStore: () => {
|
|
3508
3422
|
type: "title" | "text" | "navigation";
|
3509
3423
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3510
3424
|
};
|
3511
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3512
3425
|
};
|
3513
3426
|
icon?: {
|
3514
3427
|
color?: {
|
@@ -3528,7 +3441,6 @@ export declare const useSpacingBlueprintStore: () => {
|
|
3528
3441
|
opacity?: number;
|
3529
3442
|
};
|
3530
3443
|
size?: number;
|
3531
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3532
3444
|
};
|
3533
3445
|
};
|
3534
3446
|
inactive?: {
|
@@ -3578,7 +3490,6 @@ export declare const useSpacingBlueprintStore: () => {
|
|
3578
3490
|
elevation?: number;
|
3579
3491
|
};
|
3580
3492
|
};
|
3581
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3582
3493
|
};
|
3583
3494
|
variant2?: {
|
3584
3495
|
background?: {
|
@@ -3692,7 +3603,6 @@ export declare const useSpacingBlueprintStore: () => {
|
|
3692
3603
|
type: "title" | "text" | "navigation";
|
3693
3604
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3694
3605
|
};
|
3695
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3696
3606
|
};
|
3697
3607
|
icon?: {
|
3698
3608
|
color?: {
|
@@ -3712,7 +3622,6 @@ export declare const useSpacingBlueprintStore: () => {
|
|
3712
3622
|
opacity?: number;
|
3713
3623
|
};
|
3714
3624
|
size?: number;
|
3715
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3716
3625
|
};
|
3717
3626
|
active?: {
|
3718
3627
|
padding?: {
|
@@ -3804,7 +3713,6 @@ export declare const useSpacingBlueprintStore: () => {
|
|
3804
3713
|
type: "title" | "text" | "navigation";
|
3805
3714
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3806
3715
|
};
|
3807
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3808
3716
|
};
|
3809
3717
|
icon?: {
|
3810
3718
|
color?: {
|
@@ -3824,7 +3732,6 @@ export declare const useSpacingBlueprintStore: () => {
|
|
3824
3732
|
opacity?: number;
|
3825
3733
|
};
|
3826
3734
|
size?: number;
|
3827
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3828
3735
|
};
|
3829
3736
|
};
|
3830
3737
|
inactive?: {
|
@@ -3874,7 +3781,6 @@ export declare const useSpacingBlueprintStore: () => {
|
|
3874
3781
|
elevation?: number;
|
3875
3782
|
};
|
3876
3783
|
};
|
3877
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3878
3784
|
};
|
3879
3785
|
variant3?: {
|
3880
3786
|
background?: {
|
@@ -3988,7 +3894,6 @@ export declare const useSpacingBlueprintStore: () => {
|
|
3988
3894
|
type: "title" | "text" | "navigation";
|
3989
3895
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3990
3896
|
};
|
3991
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3992
3897
|
};
|
3993
3898
|
icon?: {
|
3994
3899
|
color?: {
|
@@ -4008,7 +3913,6 @@ export declare const useSpacingBlueprintStore: () => {
|
|
4008
3913
|
opacity?: number;
|
4009
3914
|
};
|
4010
3915
|
size?: number;
|
4011
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
4012
3916
|
};
|
4013
3917
|
active?: {
|
4014
3918
|
padding?: {
|
@@ -4100,7 +4004,6 @@ export declare const useSpacingBlueprintStore: () => {
|
|
4100
4004
|
type: "title" | "text" | "navigation";
|
4101
4005
|
size: "xs" | "s" | "m" | "l" | "xl";
|
4102
4006
|
};
|
4103
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
4104
4007
|
};
|
4105
4008
|
icon?: {
|
4106
4009
|
color?: {
|
@@ -4120,7 +4023,6 @@ export declare const useSpacingBlueprintStore: () => {
|
|
4120
4023
|
opacity?: number;
|
4121
4024
|
};
|
4122
4025
|
size?: number;
|
4123
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
4124
4026
|
};
|
4125
4027
|
};
|
4126
4028
|
inactive?: {
|
@@ -4170,7 +4072,6 @@ export declare const useSpacingBlueprintStore: () => {
|
|
4170
4072
|
elevation?: number;
|
4171
4073
|
};
|
4172
4074
|
};
|
4173
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
4174
4075
|
};
|
4175
4076
|
name?: string;
|
4176
4077
|
};
|
@@ -4228,6 +4129,8 @@ export declare const useSpacingBlueprintStore: () => {
|
|
4228
4129
|
onLoaded?: string[];
|
4229
4130
|
onEditMode?: string[];
|
4230
4131
|
onSaving?: string[];
|
4132
|
+
onPersistState?: string[];
|
4133
|
+
onRestoreState?: string[];
|
4231
4134
|
};
|
4232
4135
|
actions?: {
|
4233
4136
|
[name: string]: string[];
|
@@ -4429,6 +4332,8 @@ export declare const useSpacingBlueprintStore: () => {
|
|
4429
4332
|
onLoaded?: string[];
|
4430
4333
|
onEditMode?: string[];
|
4431
4334
|
onSaving?: string[];
|
4335
|
+
onPersistState?: string[];
|
4336
|
+
onRestoreState?: string[];
|
4432
4337
|
};
|
4433
4338
|
actions?: {
|
4434
4339
|
[name: string]: string[];
|
@@ -4630,6 +4535,8 @@ export declare const useSpacingBlueprintStore: () => {
|
|
4630
4535
|
onLoaded?: string[];
|
4631
4536
|
onEditMode?: string[];
|
4632
4537
|
onSaving?: string[];
|
4538
|
+
onPersistState?: string[];
|
4539
|
+
onRestoreState?: string[];
|
4633
4540
|
};
|
4634
4541
|
actions?: {
|
4635
4542
|
[name: string]: string[];
|
@@ -4831,6 +4738,8 @@ export declare const useSpacingBlueprintStore: () => {
|
|
4831
4738
|
onLoaded?: string[];
|
4832
4739
|
onEditMode?: string[];
|
4833
4740
|
onSaving?: string[];
|
4741
|
+
onPersistState?: string[];
|
4742
|
+
onRestoreState?: string[];
|
4834
4743
|
};
|
4835
4744
|
actions?: {
|
4836
4745
|
[name: string]: string[];
|
@@ -4981,31 +4890,123 @@ export declare const useSpacingBlueprintStore: () => {
|
|
4981
4890
|
};
|
4982
4891
|
name?: string;
|
4983
4892
|
id: {
|
4984
|
-
|
4893
|
+
toString: () => string;
|
4894
|
+
equals?: {
|
4985
4895
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
4986
4896
|
};
|
4987
|
-
toString: () => string;
|
4988
|
-
toJSON: () => string;
|
4989
|
-
valueOf: () => string;
|
4990
4897
|
};
|
4991
4898
|
};
|
4899
|
+
icons?: {
|
4900
|
+
xs?: {
|
4901
|
+
color?: {
|
4902
|
+
colors: (string | {
|
4903
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
4904
|
+
toned?: boolean;
|
4905
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4906
|
+
} | {
|
4907
|
+
color: string | {
|
4908
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
4909
|
+
toned?: boolean;
|
4910
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4911
|
+
};
|
4912
|
+
stop?: number;
|
4913
|
+
})[];
|
4914
|
+
acrylic?: boolean;
|
4915
|
+
opacity?: number;
|
4916
|
+
};
|
4917
|
+
size?: number;
|
4918
|
+
};
|
4919
|
+
s?: {
|
4920
|
+
color?: {
|
4921
|
+
colors: (string | {
|
4922
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
4923
|
+
toned?: boolean;
|
4924
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4925
|
+
} | {
|
4926
|
+
color: string | {
|
4927
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
4928
|
+
toned?: boolean;
|
4929
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4930
|
+
};
|
4931
|
+
stop?: number;
|
4932
|
+
})[];
|
4933
|
+
acrylic?: boolean;
|
4934
|
+
opacity?: number;
|
4935
|
+
};
|
4936
|
+
size?: number;
|
4937
|
+
};
|
4938
|
+
m?: {
|
4939
|
+
color?: {
|
4940
|
+
colors: (string | {
|
4941
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
4942
|
+
toned?: boolean;
|
4943
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4944
|
+
} | {
|
4945
|
+
color: string | {
|
4946
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
4947
|
+
toned?: boolean;
|
4948
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4949
|
+
};
|
4950
|
+
stop?: number;
|
4951
|
+
})[];
|
4952
|
+
acrylic?: boolean;
|
4953
|
+
opacity?: number;
|
4954
|
+
};
|
4955
|
+
size?: number;
|
4956
|
+
};
|
4957
|
+
l?: {
|
4958
|
+
color?: {
|
4959
|
+
colors: (string | {
|
4960
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
4961
|
+
toned?: boolean;
|
4962
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4963
|
+
} | {
|
4964
|
+
color: string | {
|
4965
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
4966
|
+
toned?: boolean;
|
4967
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4968
|
+
};
|
4969
|
+
stop?: number;
|
4970
|
+
})[];
|
4971
|
+
acrylic?: boolean;
|
4972
|
+
opacity?: number;
|
4973
|
+
};
|
4974
|
+
size?: number;
|
4975
|
+
};
|
4976
|
+
xl?: {
|
4977
|
+
color?: {
|
4978
|
+
colors: (string | {
|
4979
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
4980
|
+
toned?: boolean;
|
4981
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4982
|
+
} | {
|
4983
|
+
color: string | {
|
4984
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
4985
|
+
toned?: boolean;
|
4986
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4987
|
+
};
|
4988
|
+
stop?: number;
|
4989
|
+
})[];
|
4990
|
+
acrylic?: boolean;
|
4991
|
+
opacity?: number;
|
4992
|
+
};
|
4993
|
+
size?: number;
|
4994
|
+
};
|
4995
|
+
name?: string;
|
4996
|
+
};
|
4992
4997
|
name?: string;
|
4993
4998
|
id: {
|
4994
|
-
|
4999
|
+
toString: () => string;
|
5000
|
+
equals?: {
|
4995
5001
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
4996
5002
|
};
|
4997
|
-
toString: () => string;
|
4998
|
-
toJSON: () => string;
|
4999
|
-
valueOf: () => string;
|
5000
5003
|
};
|
5001
5004
|
};
|
5002
5005
|
id: {
|
5003
|
-
|
5006
|
+
toString: () => string;
|
5007
|
+
equals?: {
|
5004
5008
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
5005
5009
|
};
|
5006
|
-
toString: () => string;
|
5007
|
-
toJSON: () => string;
|
5008
|
-
valueOf: () => string;
|
5009
5010
|
};
|
5010
5011
|
name?: string;
|
5011
5012
|
};
|
@@ -5078,6 +5079,7 @@ export declare const useSpacingBlueprintStore: () => {
|
|
5078
5079
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
5079
5080
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
5080
5081
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
5082
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
5081
5083
|
};
|
5082
5084
|
deactivated(): void;
|
5083
5085
|
};
|