@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
@@ -426,12 +426,10 @@ declare const _default: <T extends unknown>(props: {
|
|
426
426
|
colorToned: string;
|
427
427
|
};
|
428
428
|
id: {
|
429
|
-
|
429
|
+
toString: () => string;
|
430
|
+
equals?: {
|
430
431
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
431
432
|
};
|
432
|
-
toString: () => string;
|
433
|
-
toJSON: () => string;
|
434
|
-
valueOf: () => string;
|
435
433
|
};
|
436
434
|
};
|
437
435
|
secondary: {
|
@@ -457,12 +455,10 @@ declare const _default: <T extends unknown>(props: {
|
|
457
455
|
colorToned: string;
|
458
456
|
};
|
459
457
|
id: {
|
460
|
-
|
458
|
+
toString: () => string;
|
459
|
+
equals?: {
|
461
460
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
462
461
|
};
|
463
|
-
toString: () => string;
|
464
|
-
toJSON: () => string;
|
465
|
-
valueOf: () => string;
|
466
462
|
};
|
467
463
|
};
|
468
464
|
accent1: {
|
@@ -488,12 +484,10 @@ declare const _default: <T extends unknown>(props: {
|
|
488
484
|
colorToned: string;
|
489
485
|
};
|
490
486
|
id: {
|
491
|
-
|
487
|
+
toString: () => string;
|
488
|
+
equals?: {
|
492
489
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
493
490
|
};
|
494
|
-
toString: () => string;
|
495
|
-
toJSON: () => string;
|
496
|
-
valueOf: () => string;
|
497
491
|
};
|
498
492
|
};
|
499
493
|
accent2: {
|
@@ -519,12 +513,10 @@ declare const _default: <T extends unknown>(props: {
|
|
519
513
|
colorToned: string;
|
520
514
|
};
|
521
515
|
id: {
|
522
|
-
|
516
|
+
toString: () => string;
|
517
|
+
equals?: {
|
523
518
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
524
519
|
};
|
525
|
-
toString: () => string;
|
526
|
-
toJSON: () => string;
|
527
|
-
valueOf: () => string;
|
528
520
|
};
|
529
521
|
};
|
530
522
|
accent3: {
|
@@ -550,12 +542,10 @@ declare const _default: <T extends unknown>(props: {
|
|
550
542
|
colorToned: string;
|
551
543
|
};
|
552
544
|
id: {
|
553
|
-
|
545
|
+
toString: () => string;
|
546
|
+
equals?: {
|
554
547
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
555
548
|
};
|
556
|
-
toString: () => string;
|
557
|
-
toJSON: () => string;
|
558
|
-
valueOf: () => string;
|
559
549
|
};
|
560
550
|
};
|
561
551
|
neutral: {
|
@@ -581,12 +571,10 @@ declare const _default: <T extends unknown>(props: {
|
|
581
571
|
colorToned: string;
|
582
572
|
};
|
583
573
|
id: {
|
584
|
-
|
574
|
+
toString: () => string;
|
575
|
+
equals?: {
|
585
576
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
586
577
|
};
|
587
|
-
toString: () => string;
|
588
|
-
toJSON: () => string;
|
589
|
-
valueOf: () => string;
|
590
578
|
};
|
591
579
|
};
|
592
580
|
background: {
|
@@ -612,12 +600,10 @@ declare const _default: <T extends unknown>(props: {
|
|
612
600
|
colorToned: string;
|
613
601
|
};
|
614
602
|
id: {
|
615
|
-
|
603
|
+
toString: () => string;
|
604
|
+
equals?: {
|
616
605
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
617
606
|
};
|
618
|
-
toString: () => string;
|
619
|
-
toJSON: () => string;
|
620
|
-
valueOf: () => string;
|
621
607
|
};
|
622
608
|
};
|
623
609
|
error: {
|
@@ -643,12 +629,10 @@ declare const _default: <T extends unknown>(props: {
|
|
643
629
|
colorToned: string;
|
644
630
|
};
|
645
631
|
id: {
|
646
|
-
|
632
|
+
toString: () => string;
|
633
|
+
equals?: {
|
647
634
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
648
635
|
};
|
649
|
-
toString: () => string;
|
650
|
-
toJSON: () => string;
|
651
|
-
valueOf: () => string;
|
652
636
|
};
|
653
637
|
};
|
654
638
|
info: {
|
@@ -674,12 +658,10 @@ declare const _default: <T extends unknown>(props: {
|
|
674
658
|
colorToned: string;
|
675
659
|
};
|
676
660
|
id: {
|
677
|
-
|
661
|
+
toString: () => string;
|
662
|
+
equals?: {
|
678
663
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
679
664
|
};
|
680
|
-
toString: () => string;
|
681
|
-
toJSON: () => string;
|
682
|
-
valueOf: () => string;
|
683
665
|
};
|
684
666
|
};
|
685
667
|
warning: {
|
@@ -705,12 +687,10 @@ declare const _default: <T extends unknown>(props: {
|
|
705
687
|
colorToned: string;
|
706
688
|
};
|
707
689
|
id: {
|
708
|
-
|
690
|
+
toString: () => string;
|
691
|
+
equals?: {
|
709
692
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
710
693
|
};
|
711
|
-
toString: () => string;
|
712
|
-
toJSON: () => string;
|
713
|
-
valueOf: () => string;
|
714
694
|
};
|
715
695
|
};
|
716
696
|
notification: {
|
@@ -736,12 +716,10 @@ declare const _default: <T extends unknown>(props: {
|
|
736
716
|
colorToned: string;
|
737
717
|
};
|
738
718
|
id: {
|
739
|
-
|
719
|
+
toString: () => string;
|
720
|
+
equals?: {
|
740
721
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
741
722
|
};
|
742
|
-
toString: () => string;
|
743
|
-
toJSON: () => string;
|
744
|
-
valueOf: () => string;
|
745
723
|
};
|
746
724
|
};
|
747
725
|
};
|
@@ -750,12 +728,10 @@ declare const _default: <T extends unknown>(props: {
|
|
750
728
|
name: string;
|
751
729
|
font?: {
|
752
730
|
id: {
|
753
|
-
|
731
|
+
toString: () => string;
|
732
|
+
equals?: {
|
754
733
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
755
734
|
};
|
756
|
-
toString: () => string;
|
757
|
-
toJSON: () => string;
|
758
|
-
valueOf: () => string;
|
759
735
|
};
|
760
736
|
family: string;
|
761
737
|
cdn?: string;
|
@@ -987,12 +963,10 @@ declare const _default: <T extends unknown>(props: {
|
|
987
963
|
};
|
988
964
|
name?: string;
|
989
965
|
id: {
|
990
|
-
|
966
|
+
toString: () => string;
|
967
|
+
equals?: {
|
991
968
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
992
969
|
};
|
993
|
-
toString: () => string;
|
994
|
-
toJSON: () => string;
|
995
|
-
valueOf: () => string;
|
996
970
|
};
|
997
971
|
};
|
998
972
|
spacing: {
|
@@ -1016,12 +990,10 @@ declare const _default: <T extends unknown>(props: {
|
|
1016
990
|
};
|
1017
991
|
name?: string;
|
1018
992
|
id: {
|
1019
|
-
|
993
|
+
toString: () => string;
|
994
|
+
equals?: {
|
1020
995
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
1021
996
|
};
|
1022
|
-
toString: () => string;
|
1023
|
-
toJSON: () => string;
|
1024
|
-
valueOf: () => string;
|
1025
997
|
};
|
1026
998
|
};
|
1027
999
|
components: {
|
@@ -5096,31 +5068,25 @@ declare const _default: <T extends unknown>(props: {
|
|
5096
5068
|
};
|
5097
5069
|
name?: string;
|
5098
5070
|
id: {
|
5099
|
-
|
5071
|
+
toString: () => string;
|
5072
|
+
equals?: {
|
5100
5073
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
5101
5074
|
};
|
5102
|
-
toString: () => string;
|
5103
|
-
toJSON: () => string;
|
5104
|
-
valueOf: () => string;
|
5105
5075
|
};
|
5106
5076
|
};
|
5107
5077
|
name?: string;
|
5108
5078
|
id: {
|
5109
|
-
|
5079
|
+
toString: () => string;
|
5080
|
+
equals?: {
|
5110
5081
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
5111
5082
|
};
|
5112
|
-
toString: () => string;
|
5113
|
-
toJSON: () => string;
|
5114
|
-
valueOf: () => string;
|
5115
5083
|
};
|
5116
5084
|
};
|
5117
5085
|
id: {
|
5118
|
-
|
5086
|
+
toString: () => string;
|
5087
|
+
equals?: {
|
5119
5088
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
5120
5089
|
};
|
5121
|
-
toString: () => string;
|
5122
|
-
toJSON: () => string;
|
5123
|
-
valueOf: () => string;
|
5124
5090
|
};
|
5125
5091
|
name?: string;
|
5126
5092
|
};
|
@@ -5728,12 +5694,10 @@ declare const _default: <T extends unknown>(props: {
|
|
5728
5694
|
colorToned: string;
|
5729
5695
|
};
|
5730
5696
|
id: {
|
5731
|
-
|
5697
|
+
toString: () => string;
|
5698
|
+
equals?: {
|
5732
5699
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
5733
5700
|
};
|
5734
|
-
toString: () => string;
|
5735
|
-
toJSON: () => string;
|
5736
|
-
valueOf: () => string;
|
5737
5701
|
};
|
5738
5702
|
};
|
5739
5703
|
secondary: {
|
@@ -5759,12 +5723,10 @@ declare const _default: <T extends unknown>(props: {
|
|
5759
5723
|
colorToned: string;
|
5760
5724
|
};
|
5761
5725
|
id: {
|
5762
|
-
|
5726
|
+
toString: () => string;
|
5727
|
+
equals?: {
|
5763
5728
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
5764
5729
|
};
|
5765
|
-
toString: () => string;
|
5766
|
-
toJSON: () => string;
|
5767
|
-
valueOf: () => string;
|
5768
5730
|
};
|
5769
5731
|
};
|
5770
5732
|
accent1: {
|
@@ -5790,12 +5752,10 @@ declare const _default: <T extends unknown>(props: {
|
|
5790
5752
|
colorToned: string;
|
5791
5753
|
};
|
5792
5754
|
id: {
|
5793
|
-
|
5755
|
+
toString: () => string;
|
5756
|
+
equals?: {
|
5794
5757
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
5795
5758
|
};
|
5796
|
-
toString: () => string;
|
5797
|
-
toJSON: () => string;
|
5798
|
-
valueOf: () => string;
|
5799
5759
|
};
|
5800
5760
|
};
|
5801
5761
|
accent2: {
|
@@ -5821,12 +5781,10 @@ declare const _default: <T extends unknown>(props: {
|
|
5821
5781
|
colorToned: string;
|
5822
5782
|
};
|
5823
5783
|
id: {
|
5824
|
-
|
5784
|
+
toString: () => string;
|
5785
|
+
equals?: {
|
5825
5786
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
5826
5787
|
};
|
5827
|
-
toString: () => string;
|
5828
|
-
toJSON: () => string;
|
5829
|
-
valueOf: () => string;
|
5830
5788
|
};
|
5831
5789
|
};
|
5832
5790
|
accent3: {
|
@@ -5852,12 +5810,10 @@ declare const _default: <T extends unknown>(props: {
|
|
5852
5810
|
colorToned: string;
|
5853
5811
|
};
|
5854
5812
|
id: {
|
5855
|
-
|
5813
|
+
toString: () => string;
|
5814
|
+
equals?: {
|
5856
5815
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
5857
5816
|
};
|
5858
|
-
toString: () => string;
|
5859
|
-
toJSON: () => string;
|
5860
|
-
valueOf: () => string;
|
5861
5817
|
};
|
5862
5818
|
};
|
5863
5819
|
neutral: {
|
@@ -5883,12 +5839,10 @@ declare const _default: <T extends unknown>(props: {
|
|
5883
5839
|
colorToned: string;
|
5884
5840
|
};
|
5885
5841
|
id: {
|
5886
|
-
|
5842
|
+
toString: () => string;
|
5843
|
+
equals?: {
|
5887
5844
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
5888
5845
|
};
|
5889
|
-
toString: () => string;
|
5890
|
-
toJSON: () => string;
|
5891
|
-
valueOf: () => string;
|
5892
5846
|
};
|
5893
5847
|
};
|
5894
5848
|
background: {
|
@@ -5914,12 +5868,10 @@ declare const _default: <T extends unknown>(props: {
|
|
5914
5868
|
colorToned: string;
|
5915
5869
|
};
|
5916
5870
|
id: {
|
5917
|
-
|
5871
|
+
toString: () => string;
|
5872
|
+
equals?: {
|
5918
5873
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
5919
5874
|
};
|
5920
|
-
toString: () => string;
|
5921
|
-
toJSON: () => string;
|
5922
|
-
valueOf: () => string;
|
5923
5875
|
};
|
5924
5876
|
};
|
5925
5877
|
error: {
|
@@ -5945,12 +5897,10 @@ declare const _default: <T extends unknown>(props: {
|
|
5945
5897
|
colorToned: string;
|
5946
5898
|
};
|
5947
5899
|
id: {
|
5948
|
-
|
5900
|
+
toString: () => string;
|
5901
|
+
equals?: {
|
5949
5902
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
5950
5903
|
};
|
5951
|
-
toString: () => string;
|
5952
|
-
toJSON: () => string;
|
5953
|
-
valueOf: () => string;
|
5954
5904
|
};
|
5955
5905
|
};
|
5956
5906
|
info: {
|
@@ -5976,12 +5926,10 @@ declare const _default: <T extends unknown>(props: {
|
|
5976
5926
|
colorToned: string;
|
5977
5927
|
};
|
5978
5928
|
id: {
|
5979
|
-
|
5929
|
+
toString: () => string;
|
5930
|
+
equals?: {
|
5980
5931
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
5981
5932
|
};
|
5982
|
-
toString: () => string;
|
5983
|
-
toJSON: () => string;
|
5984
|
-
valueOf: () => string;
|
5985
5933
|
};
|
5986
5934
|
};
|
5987
5935
|
warning: {
|
@@ -6007,12 +5955,10 @@ declare const _default: <T extends unknown>(props: {
|
|
6007
5955
|
colorToned: string;
|
6008
5956
|
};
|
6009
5957
|
id: {
|
6010
|
-
|
5958
|
+
toString: () => string;
|
5959
|
+
equals?: {
|
6011
5960
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
6012
5961
|
};
|
6013
|
-
toString: () => string;
|
6014
|
-
toJSON: () => string;
|
6015
|
-
valueOf: () => string;
|
6016
5962
|
};
|
6017
5963
|
};
|
6018
5964
|
notification: {
|
@@ -6038,12 +5984,10 @@ declare const _default: <T extends unknown>(props: {
|
|
6038
5984
|
colorToned: string;
|
6039
5985
|
};
|
6040
5986
|
id: {
|
6041
|
-
|
5987
|
+
toString: () => string;
|
5988
|
+
equals?: {
|
6042
5989
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
6043
5990
|
};
|
6044
|
-
toString: () => string;
|
6045
|
-
toJSON: () => string;
|
6046
|
-
valueOf: () => string;
|
6047
5991
|
};
|
6048
5992
|
};
|
6049
5993
|
};
|
@@ -6052,12 +5996,10 @@ declare const _default: <T extends unknown>(props: {
|
|
6052
5996
|
name: string;
|
6053
5997
|
font?: {
|
6054
5998
|
id: {
|
6055
|
-
|
5999
|
+
toString: () => string;
|
6000
|
+
equals?: {
|
6056
6001
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
6057
6002
|
};
|
6058
|
-
toString: () => string;
|
6059
|
-
toJSON: () => string;
|
6060
|
-
valueOf: () => string;
|
6061
6003
|
};
|
6062
6004
|
family: string;
|
6063
6005
|
cdn?: string;
|
@@ -6289,12 +6231,10 @@ declare const _default: <T extends unknown>(props: {
|
|
6289
6231
|
};
|
6290
6232
|
name?: string;
|
6291
6233
|
id: {
|
6292
|
-
|
6234
|
+
toString: () => string;
|
6235
|
+
equals?: {
|
6293
6236
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
6294
6237
|
};
|
6295
|
-
toString: () => string;
|
6296
|
-
toJSON: () => string;
|
6297
|
-
valueOf: () => string;
|
6298
6238
|
};
|
6299
6239
|
};
|
6300
6240
|
spacing: {
|
@@ -6318,12 +6258,10 @@ declare const _default: <T extends unknown>(props: {
|
|
6318
6258
|
};
|
6319
6259
|
name?: string;
|
6320
6260
|
id: {
|
6321
|
-
|
6261
|
+
toString: () => string;
|
6262
|
+
equals?: {
|
6322
6263
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
6323
6264
|
};
|
6324
|
-
toString: () => string;
|
6325
|
-
toJSON: () => string;
|
6326
|
-
valueOf: () => string;
|
6327
6265
|
};
|
6328
6266
|
};
|
6329
6267
|
components: {
|
@@ -10398,31 +10336,25 @@ declare const _default: <T extends unknown>(props: {
|
|
10398
10336
|
};
|
10399
10337
|
name?: string;
|
10400
10338
|
id: {
|
10401
|
-
|
10339
|
+
toString: () => string;
|
10340
|
+
equals?: {
|
10402
10341
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
10403
10342
|
};
|
10404
|
-
toString: () => string;
|
10405
|
-
toJSON: () => string;
|
10406
|
-
valueOf: () => string;
|
10407
10343
|
};
|
10408
10344
|
};
|
10409
10345
|
name?: string;
|
10410
10346
|
id: {
|
10411
|
-
|
10347
|
+
toString: () => string;
|
10348
|
+
equals?: {
|
10412
10349
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
10413
10350
|
};
|
10414
|
-
toString: () => string;
|
10415
|
-
toJSON: () => string;
|
10416
|
-
valueOf: () => string;
|
10417
10351
|
};
|
10418
10352
|
};
|
10419
10353
|
id: {
|
10420
|
-
|
10354
|
+
toString: () => string;
|
10355
|
+
equals?: {
|
10421
10356
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
10422
10357
|
};
|
10423
|
-
toString: () => string;
|
10424
|
-
toJSON: () => string;
|
10425
|
-
valueOf: () => string;
|
10426
10358
|
};
|
10427
10359
|
name?: string;
|
10428
10360
|
};
|