@omnia/fx 8.0.136-dev → 8.0.137-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/enterpriseglossary/componentbase/EnterpriseGlossaryTermComponentBase.d.ts +113 -41
- package/internal-do-not-import-from-here/ux/journey/stores/JourneyRouterStore.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/journey/stores/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +9 -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 +34 -68
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +68 -136
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +68 -136
- 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 +8 -8
- 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 +32 -32
- package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeBlueprintStore.d.ts +34 -68
- 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 +34 -68
- package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingBlueprintStore.d.ts +34 -68
- 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/ThemingService.d.ts +45 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyBlueprintStore.d.ts +34 -68
- package/internal-do-not-import-from-here/ux/theming-v2/store/tmpUseIndexDb.d.ts +69 -0
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +34 -68
- package/internal-do-not-import-from-here/wctypings.d.ts +41 -0
- package/package.json +3 -3
- package/internal-do-not-import-from-here/ux/enterpriseglossary/componentbase/index.d.ts +0 -2
@@ -436,12 +436,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
436
436
|
colorToned: string;
|
437
437
|
};
|
438
438
|
id: {
|
439
|
-
|
439
|
+
toString: () => string;
|
440
|
+
equals?: {
|
440
441
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
441
442
|
};
|
442
|
-
toString: () => string;
|
443
|
-
toJSON: () => string;
|
444
|
-
valueOf: () => string;
|
445
443
|
};
|
446
444
|
};
|
447
445
|
secondary: {
|
@@ -467,12 +465,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
467
465
|
colorToned: string;
|
468
466
|
};
|
469
467
|
id: {
|
470
|
-
|
468
|
+
toString: () => string;
|
469
|
+
equals?: {
|
471
470
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
472
471
|
};
|
473
|
-
toString: () => string;
|
474
|
-
toJSON: () => string;
|
475
|
-
valueOf: () => string;
|
476
472
|
};
|
477
473
|
};
|
478
474
|
accent1: {
|
@@ -498,12 +494,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
498
494
|
colorToned: string;
|
499
495
|
};
|
500
496
|
id: {
|
501
|
-
|
497
|
+
toString: () => string;
|
498
|
+
equals?: {
|
502
499
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
503
500
|
};
|
504
|
-
toString: () => string;
|
505
|
-
toJSON: () => string;
|
506
|
-
valueOf: () => string;
|
507
501
|
};
|
508
502
|
};
|
509
503
|
accent2: {
|
@@ -529,12 +523,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
529
523
|
colorToned: string;
|
530
524
|
};
|
531
525
|
id: {
|
532
|
-
|
526
|
+
toString: () => string;
|
527
|
+
equals?: {
|
533
528
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
534
529
|
};
|
535
|
-
toString: () => string;
|
536
|
-
toJSON: () => string;
|
537
|
-
valueOf: () => string;
|
538
530
|
};
|
539
531
|
};
|
540
532
|
accent3: {
|
@@ -560,12 +552,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
560
552
|
colorToned: string;
|
561
553
|
};
|
562
554
|
id: {
|
563
|
-
|
555
|
+
toString: () => string;
|
556
|
+
equals?: {
|
564
557
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
565
558
|
};
|
566
|
-
toString: () => string;
|
567
|
-
toJSON: () => string;
|
568
|
-
valueOf: () => string;
|
569
559
|
};
|
570
560
|
};
|
571
561
|
neutral: {
|
@@ -591,12 +581,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
591
581
|
colorToned: string;
|
592
582
|
};
|
593
583
|
id: {
|
594
|
-
|
584
|
+
toString: () => string;
|
585
|
+
equals?: {
|
595
586
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
596
587
|
};
|
597
|
-
toString: () => string;
|
598
|
-
toJSON: () => string;
|
599
|
-
valueOf: () => string;
|
600
588
|
};
|
601
589
|
};
|
602
590
|
background: {
|
@@ -622,12 +610,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
622
610
|
colorToned: string;
|
623
611
|
};
|
624
612
|
id: {
|
625
|
-
|
613
|
+
toString: () => string;
|
614
|
+
equals?: {
|
626
615
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
627
616
|
};
|
628
|
-
toString: () => string;
|
629
|
-
toJSON: () => string;
|
630
|
-
valueOf: () => string;
|
631
617
|
};
|
632
618
|
};
|
633
619
|
error: {
|
@@ -653,12 +639,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
653
639
|
colorToned: string;
|
654
640
|
};
|
655
641
|
id: {
|
656
|
-
|
642
|
+
toString: () => string;
|
643
|
+
equals?: {
|
657
644
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
658
645
|
};
|
659
|
-
toString: () => string;
|
660
|
-
toJSON: () => string;
|
661
|
-
valueOf: () => string;
|
662
646
|
};
|
663
647
|
};
|
664
648
|
info: {
|
@@ -684,12 +668,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
684
668
|
colorToned: string;
|
685
669
|
};
|
686
670
|
id: {
|
687
|
-
|
671
|
+
toString: () => string;
|
672
|
+
equals?: {
|
688
673
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
689
674
|
};
|
690
|
-
toString: () => string;
|
691
|
-
toJSON: () => string;
|
692
|
-
valueOf: () => string;
|
693
675
|
};
|
694
676
|
};
|
695
677
|
warning: {
|
@@ -715,12 +697,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
715
697
|
colorToned: string;
|
716
698
|
};
|
717
699
|
id: {
|
718
|
-
|
700
|
+
toString: () => string;
|
701
|
+
equals?: {
|
719
702
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
720
703
|
};
|
721
|
-
toString: () => string;
|
722
|
-
toJSON: () => string;
|
723
|
-
valueOf: () => string;
|
724
704
|
};
|
725
705
|
};
|
726
706
|
notification: {
|
@@ -746,12 +726,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
746
726
|
colorToned: string;
|
747
727
|
};
|
748
728
|
id: {
|
749
|
-
|
729
|
+
toString: () => string;
|
730
|
+
equals?: {
|
750
731
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
751
732
|
};
|
752
|
-
toString: () => string;
|
753
|
-
toJSON: () => string;
|
754
|
-
valueOf: () => string;
|
755
733
|
};
|
756
734
|
};
|
757
735
|
};
|
@@ -760,12 +738,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
760
738
|
name: string;
|
761
739
|
font?: {
|
762
740
|
id: {
|
763
|
-
|
741
|
+
toString: () => string;
|
742
|
+
equals?: {
|
764
743
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
765
744
|
};
|
766
|
-
toString: () => string;
|
767
|
-
toJSON: () => string;
|
768
|
-
valueOf: () => string;
|
769
745
|
};
|
770
746
|
family: string;
|
771
747
|
cdn?: string;
|
@@ -997,12 +973,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
997
973
|
};
|
998
974
|
name?: string;
|
999
975
|
id: {
|
1000
|
-
|
976
|
+
toString: () => string;
|
977
|
+
equals?: {
|
1001
978
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
1002
979
|
};
|
1003
|
-
toString: () => string;
|
1004
|
-
toJSON: () => string;
|
1005
|
-
valueOf: () => string;
|
1006
980
|
};
|
1007
981
|
};
|
1008
982
|
spacing: {
|
@@ -1026,12 +1000,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
1026
1000
|
};
|
1027
1001
|
name?: string;
|
1028
1002
|
id: {
|
1029
|
-
|
1003
|
+
toString: () => string;
|
1004
|
+
equals?: {
|
1030
1005
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
1031
1006
|
};
|
1032
|
-
toString: () => string;
|
1033
|
-
toJSON: () => string;
|
1034
|
-
valueOf: () => string;
|
1035
1007
|
};
|
1036
1008
|
};
|
1037
1009
|
components: {
|
@@ -5106,31 +5078,25 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
5106
5078
|
};
|
5107
5079
|
name?: string;
|
5108
5080
|
id: {
|
5109
|
-
|
5081
|
+
toString: () => string;
|
5082
|
+
equals?: {
|
5110
5083
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
5111
5084
|
};
|
5112
|
-
toString: () => string;
|
5113
|
-
toJSON: () => string;
|
5114
|
-
valueOf: () => string;
|
5115
5085
|
};
|
5116
5086
|
};
|
5117
5087
|
name?: string;
|
5118
5088
|
id: {
|
5119
|
-
|
5089
|
+
toString: () => string;
|
5090
|
+
equals?: {
|
5120
5091
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
5121
5092
|
};
|
5122
|
-
toString: () => string;
|
5123
|
-
toJSON: () => string;
|
5124
|
-
valueOf: () => string;
|
5125
5093
|
};
|
5126
5094
|
};
|
5127
5095
|
id: {
|
5128
|
-
|
5096
|
+
toString: () => string;
|
5097
|
+
equals?: {
|
5129
5098
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
5130
5099
|
};
|
5131
|
-
toString: () => string;
|
5132
|
-
toJSON: () => string;
|
5133
|
-
valueOf: () => string;
|
5134
5100
|
};
|
5135
5101
|
name?: string;
|
5136
5102
|
};
|
@@ -5754,12 +5720,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
5754
5720
|
colorToned: string;
|
5755
5721
|
};
|
5756
5722
|
id: {
|
5757
|
-
|
5723
|
+
toString: () => string;
|
5724
|
+
equals?: {
|
5758
5725
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
5759
5726
|
};
|
5760
|
-
toString: () => string;
|
5761
|
-
toJSON: () => string;
|
5762
|
-
valueOf: () => string;
|
5763
5727
|
};
|
5764
5728
|
};
|
5765
5729
|
secondary: {
|
@@ -5785,12 +5749,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
5785
5749
|
colorToned: string;
|
5786
5750
|
};
|
5787
5751
|
id: {
|
5788
|
-
|
5752
|
+
toString: () => string;
|
5753
|
+
equals?: {
|
5789
5754
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
5790
5755
|
};
|
5791
|
-
toString: () => string;
|
5792
|
-
toJSON: () => string;
|
5793
|
-
valueOf: () => string;
|
5794
5756
|
};
|
5795
5757
|
};
|
5796
5758
|
accent1: {
|
@@ -5816,12 +5778,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
5816
5778
|
colorToned: string;
|
5817
5779
|
};
|
5818
5780
|
id: {
|
5819
|
-
|
5781
|
+
toString: () => string;
|
5782
|
+
equals?: {
|
5820
5783
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
5821
5784
|
};
|
5822
|
-
toString: () => string;
|
5823
|
-
toJSON: () => string;
|
5824
|
-
valueOf: () => string;
|
5825
5785
|
};
|
5826
5786
|
};
|
5827
5787
|
accent2: {
|
@@ -5847,12 +5807,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
5847
5807
|
colorToned: string;
|
5848
5808
|
};
|
5849
5809
|
id: {
|
5850
|
-
|
5810
|
+
toString: () => string;
|
5811
|
+
equals?: {
|
5851
5812
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
5852
5813
|
};
|
5853
|
-
toString: () => string;
|
5854
|
-
toJSON: () => string;
|
5855
|
-
valueOf: () => string;
|
5856
5814
|
};
|
5857
5815
|
};
|
5858
5816
|
accent3: {
|
@@ -5878,12 +5836,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
5878
5836
|
colorToned: string;
|
5879
5837
|
};
|
5880
5838
|
id: {
|
5881
|
-
|
5839
|
+
toString: () => string;
|
5840
|
+
equals?: {
|
5882
5841
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
5883
5842
|
};
|
5884
|
-
toString: () => string;
|
5885
|
-
toJSON: () => string;
|
5886
|
-
valueOf: () => string;
|
5887
5843
|
};
|
5888
5844
|
};
|
5889
5845
|
neutral: {
|
@@ -5909,12 +5865,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
5909
5865
|
colorToned: string;
|
5910
5866
|
};
|
5911
5867
|
id: {
|
5912
|
-
|
5868
|
+
toString: () => string;
|
5869
|
+
equals?: {
|
5913
5870
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
5914
5871
|
};
|
5915
|
-
toString: () => string;
|
5916
|
-
toJSON: () => string;
|
5917
|
-
valueOf: () => string;
|
5918
5872
|
};
|
5919
5873
|
};
|
5920
5874
|
background: {
|
@@ -5940,12 +5894,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
5940
5894
|
colorToned: string;
|
5941
5895
|
};
|
5942
5896
|
id: {
|
5943
|
-
|
5897
|
+
toString: () => string;
|
5898
|
+
equals?: {
|
5944
5899
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
5945
5900
|
};
|
5946
|
-
toString: () => string;
|
5947
|
-
toJSON: () => string;
|
5948
|
-
valueOf: () => string;
|
5949
5901
|
};
|
5950
5902
|
};
|
5951
5903
|
error: {
|
@@ -5971,12 +5923,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
5971
5923
|
colorToned: string;
|
5972
5924
|
};
|
5973
5925
|
id: {
|
5974
|
-
|
5926
|
+
toString: () => string;
|
5927
|
+
equals?: {
|
5975
5928
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
5976
5929
|
};
|
5977
|
-
toString: () => string;
|
5978
|
-
toJSON: () => string;
|
5979
|
-
valueOf: () => string;
|
5980
5930
|
};
|
5981
5931
|
};
|
5982
5932
|
info: {
|
@@ -6002,12 +5952,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
6002
5952
|
colorToned: string;
|
6003
5953
|
};
|
6004
5954
|
id: {
|
6005
|
-
|
5955
|
+
toString: () => string;
|
5956
|
+
equals?: {
|
6006
5957
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
6007
5958
|
};
|
6008
|
-
toString: () => string;
|
6009
|
-
toJSON: () => string;
|
6010
|
-
valueOf: () => string;
|
6011
5959
|
};
|
6012
5960
|
};
|
6013
5961
|
warning: {
|
@@ -6033,12 +5981,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
6033
5981
|
colorToned: string;
|
6034
5982
|
};
|
6035
5983
|
id: {
|
6036
|
-
|
5984
|
+
toString: () => string;
|
5985
|
+
equals?: {
|
6037
5986
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
6038
5987
|
};
|
6039
|
-
toString: () => string;
|
6040
|
-
toJSON: () => string;
|
6041
|
-
valueOf: () => string;
|
6042
5988
|
};
|
6043
5989
|
};
|
6044
5990
|
notification: {
|
@@ -6064,12 +6010,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
6064
6010
|
colorToned: string;
|
6065
6011
|
};
|
6066
6012
|
id: {
|
6067
|
-
|
6013
|
+
toString: () => string;
|
6014
|
+
equals?: {
|
6068
6015
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
6069
6016
|
};
|
6070
|
-
toString: () => string;
|
6071
|
-
toJSON: () => string;
|
6072
|
-
valueOf: () => string;
|
6073
6017
|
};
|
6074
6018
|
};
|
6075
6019
|
};
|
@@ -6078,12 +6022,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
6078
6022
|
name: string;
|
6079
6023
|
font?: {
|
6080
6024
|
id: {
|
6081
|
-
|
6025
|
+
toString: () => string;
|
6026
|
+
equals?: {
|
6082
6027
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
6083
6028
|
};
|
6084
|
-
toString: () => string;
|
6085
|
-
toJSON: () => string;
|
6086
|
-
valueOf: () => string;
|
6087
6029
|
};
|
6088
6030
|
family: string;
|
6089
6031
|
cdn?: string;
|
@@ -6315,12 +6257,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
6315
6257
|
};
|
6316
6258
|
name?: string;
|
6317
6259
|
id: {
|
6318
|
-
|
6260
|
+
toString: () => string;
|
6261
|
+
equals?: {
|
6319
6262
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
6320
6263
|
};
|
6321
|
-
toString: () => string;
|
6322
|
-
toJSON: () => string;
|
6323
|
-
valueOf: () => string;
|
6324
6264
|
};
|
6325
6265
|
};
|
6326
6266
|
spacing: {
|
@@ -6344,12 +6284,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
6344
6284
|
};
|
6345
6285
|
name?: string;
|
6346
6286
|
id: {
|
6347
|
-
|
6287
|
+
toString: () => string;
|
6288
|
+
equals?: {
|
6348
6289
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
6349
6290
|
};
|
6350
|
-
toString: () => string;
|
6351
|
-
toJSON: () => string;
|
6352
|
-
valueOf: () => string;
|
6353
6291
|
};
|
6354
6292
|
};
|
6355
6293
|
components: {
|
@@ -10424,31 +10362,25 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
10424
10362
|
};
|
10425
10363
|
name?: string;
|
10426
10364
|
id: {
|
10427
|
-
|
10365
|
+
toString: () => string;
|
10366
|
+
equals?: {
|
10428
10367
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
10429
10368
|
};
|
10430
|
-
toString: () => string;
|
10431
|
-
toJSON: () => string;
|
10432
|
-
valueOf: () => string;
|
10433
10369
|
};
|
10434
10370
|
};
|
10435
10371
|
name?: string;
|
10436
10372
|
id: {
|
10437
|
-
|
10373
|
+
toString: () => string;
|
10374
|
+
equals?: {
|
10438
10375
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
10439
10376
|
};
|
10440
|
-
toString: () => string;
|
10441
|
-
toJSON: () => string;
|
10442
|
-
valueOf: () => string;
|
10443
10377
|
};
|
10444
10378
|
};
|
10445
10379
|
id: {
|
10446
|
-
|
10380
|
+
toString: () => string;
|
10381
|
+
equals?: {
|
10447
10382
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
10448
10383
|
};
|
10449
|
-
toString: () => string;
|
10450
|
-
toJSON: () => string;
|
10451
|
-
valueOf: () => string;
|
10452
10384
|
};
|
10453
10385
|
name?: string;
|
10454
10386
|
};
|
@@ -73,7 +73,7 @@ export declare const useTypographyEditorStore: () => {
|
|
73
73
|
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
74
74
|
};
|
75
75
|
save: {
|
76
|
-
subscribe(fn: (result:
|
76
|
+
subscribe(fn: (result: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
77
77
|
};
|
78
78
|
delete: {
|
79
79
|
subscribe(fn: (result: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -118,7 +118,7 @@ export declare const useTypographyEditorStore: () => {
|
|
118
118
|
family: string;
|
119
119
|
cdn?: string;
|
120
120
|
}): void;
|
121
|
-
save(): Promise<
|
121
|
+
save(): Promise<boolean>;
|
122
122
|
delete(): Promise<boolean>;
|
123
123
|
};
|
124
124
|
get: {
|
package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/DefinitionsChrome.d.ts
CHANGED
@@ -1,8 +1,8 @@
|
|
1
|
-
import { BackgroundDefinition, ChromeBlueprint, FillDefinition,
|
1
|
+
import { BackgroundDefinition, ChromeBlueprint, FillDefinition, Spacing } from "@omnia/fx-models";
|
2
2
|
export declare class FilledChrome implements ChromeBlueprint {
|
3
3
|
name: string;
|
4
4
|
header: {
|
5
|
-
definitionId:
|
5
|
+
definitionId: string;
|
6
6
|
};
|
7
7
|
styles: {
|
8
8
|
background: {
|
@@ -14,7 +14,7 @@ export declare class FilledChrome implements ChromeBlueprint {
|
|
14
14
|
export declare class FilledSmallRoundingChrome implements ChromeBlueprint {
|
15
15
|
name: string;
|
16
16
|
header: {
|
17
|
-
definitionId:
|
17
|
+
definitionId: string;
|
18
18
|
};
|
19
19
|
styles: {
|
20
20
|
background: BackgroundDefinition;
|
@@ -24,7 +24,7 @@ export declare class FilledSmallRoundingChrome implements ChromeBlueprint {
|
|
24
24
|
export declare class FilledLargeRoundingChrome implements ChromeBlueprint {
|
25
25
|
name: string;
|
26
26
|
header: {
|
27
|
-
definitionId:
|
27
|
+
definitionId: string;
|
28
28
|
};
|
29
29
|
styles: {
|
30
30
|
background: BackgroundDefinition;
|
@@ -34,7 +34,7 @@ export declare class FilledLargeRoundingChrome implements ChromeBlueprint {
|
|
34
34
|
export declare class OutlinedChrome implements ChromeBlueprint {
|
35
35
|
name: string;
|
36
36
|
header: {
|
37
|
-
definitionId:
|
37
|
+
definitionId: string;
|
38
38
|
};
|
39
39
|
styles: {
|
40
40
|
background: BackgroundDefinition;
|
@@ -44,7 +44,7 @@ export declare class OutlinedChrome implements ChromeBlueprint {
|
|
44
44
|
export declare class OutlinedSmallRoundingChrome implements ChromeBlueprint {
|
45
45
|
name: string;
|
46
46
|
header: {
|
47
|
-
definitionId:
|
47
|
+
definitionId: string;
|
48
48
|
};
|
49
49
|
styles: {
|
50
50
|
background: BackgroundDefinition;
|
@@ -54,7 +54,7 @@ export declare class OutlinedSmallRoundingChrome implements ChromeBlueprint {
|
|
54
54
|
export declare class OutlinedLargeRoundingChrome implements ChromeBlueprint {
|
55
55
|
name: string;
|
56
56
|
header: {
|
57
|
-
definitionId:
|
57
|
+
definitionId: string;
|
58
58
|
};
|
59
59
|
styles: {
|
60
60
|
background: BackgroundDefinition;
|
@@ -64,7 +64,7 @@ export declare class OutlinedLargeRoundingChrome implements ChromeBlueprint {
|
|
64
64
|
export declare class ElevatedChrome implements ChromeBlueprint {
|
65
65
|
name: string;
|
66
66
|
header: {
|
67
|
-
definitionId:
|
67
|
+
definitionId: string;
|
68
68
|
};
|
69
69
|
styles: {
|
70
70
|
elevation: number;
|
@@ -77,7 +77,7 @@ export declare class ElevatedChrome implements ChromeBlueprint {
|
|
77
77
|
export declare class ElevatedSmallRoundingChrome implements ChromeBlueprint {
|
78
78
|
name: string;
|
79
79
|
header: {
|
80
|
-
definitionId:
|
80
|
+
definitionId: string;
|
81
81
|
};
|
82
82
|
styles: {
|
83
83
|
background: BackgroundDefinition;
|
@@ -87,7 +87,7 @@ export declare class ElevatedSmallRoundingChrome implements ChromeBlueprint {
|
|
87
87
|
export declare class ElevatedLargeRoundingChrome implements ChromeBlueprint {
|
88
88
|
name: string;
|
89
89
|
header: {
|
90
|
-
definitionId:
|
90
|
+
definitionId: string;
|
91
91
|
};
|
92
92
|
styles: {
|
93
93
|
background: BackgroundDefinition;
|
@@ -1,13 +1,13 @@
|
|
1
|
-
import {
|
1
|
+
import { TypographyBlueprint, TypographyBlueprints } from "@omnia/fx-models";
|
2
2
|
export declare class DefaultDocTypographyBlueprints implements TypographyBlueprints {
|
3
|
-
id:
|
3
|
+
id: string;
|
4
4
|
name: string;
|
5
5
|
primary: DocumentationTypography;
|
6
6
|
constructor();
|
7
7
|
}
|
8
8
|
export declare class DocumentationTypography implements TypographyBlueprint {
|
9
9
|
name: string;
|
10
|
-
id:
|
10
|
+
id: string;
|
11
11
|
title: {
|
12
12
|
xl: {
|
13
13
|
lg: {
|
@@ -1,15 +1,15 @@
|
|
1
|
-
import {
|
1
|
+
import { TypographyBlueprint, TypographyBlueprints } from "@omnia/fx-models";
|
2
2
|
export declare class DefaultEditorTypographyBlueprints implements TypographyBlueprints {
|
3
|
-
id:
|
3
|
+
id: string;
|
4
4
|
name: string;
|
5
5
|
primary: EditorTypography;
|
6
6
|
constructor();
|
7
7
|
}
|
8
8
|
export declare class EditorTypography implements TypographyBlueprint {
|
9
9
|
name: string;
|
10
|
-
id:
|
10
|
+
id: string;
|
11
11
|
font: {
|
12
|
-
id:
|
12
|
+
id: string;
|
13
13
|
family: string;
|
14
14
|
cdn: string;
|
15
15
|
};
|