@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.
Files changed (31) hide show
  1. package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
  2. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
  3. package/internal-do-not-import-from-here/stores/DefineStore.d.ts +2 -2
  4. package/internal-do-not-import-from-here/ux/enterpriseglossary/componentbase/EnterpriseGlossaryTermComponentBase.d.ts +113 -41
  5. package/internal-do-not-import-from-here/ux/journey/stores/JourneyRouterStore.d.ts +1 -0
  6. package/internal-do-not-import-from-here/ux/journey/stores/index.d.ts +1 -0
  7. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +9 -9
  8. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +10 -0
  9. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +34 -68
  10. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +68 -136
  11. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +68 -136
  12. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +2 -2
  13. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/DefinitionsChrome.d.ts +10 -10
  14. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsTypography.d.ts +3 -3
  15. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsTypography.d.ts +4 -4
  16. package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/BlueprintsTemplates.d.ts +8 -8
  17. package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/ThemeDefinitionInstance.d.ts +2 -2
  18. package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/TypographyBlueprints.d.ts +5 -5
  19. package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintTemplatesStore.d.ts +32 -32
  20. package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeBlueprintStore.d.ts +34 -68
  21. package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaDefinitionStore.d.ts +12 -10
  22. package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +34 -68
  23. package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingBlueprintStore.d.ts +34 -68
  24. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeDefinitionStoreV2.d.ts +15 -5
  25. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemingService.d.ts +45 -0
  26. package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyBlueprintStore.d.ts +34 -68
  27. package/internal-do-not-import-from-here/ux/theming-v2/store/tmpUseIndexDb.d.ts +69 -0
  28. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +34 -68
  29. package/internal-do-not-import-from-here/wctypings.d.ts +41 -0
  30. package/package.json +3 -3
  31. package/internal-do-not-import-from-here/ux/enterpriseglossary/componentbase/index.d.ts +0 -2
@@ -424,12 +424,10 @@ declare const _default: {
424
424
  colorToned: string;
425
425
  };
426
426
  id: {
427
- equals: {
427
+ toString: () => string;
428
+ equals?: {
428
429
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
429
430
  };
430
- toString: () => string;
431
- toJSON: () => string;
432
- valueOf: () => string;
433
431
  };
434
432
  };
435
433
  secondary: {
@@ -455,12 +453,10 @@ declare const _default: {
455
453
  colorToned: string;
456
454
  };
457
455
  id: {
458
- equals: {
456
+ toString: () => string;
457
+ equals?: {
459
458
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
460
459
  };
461
- toString: () => string;
462
- toJSON: () => string;
463
- valueOf: () => string;
464
460
  };
465
461
  };
466
462
  accent1: {
@@ -486,12 +482,10 @@ declare const _default: {
486
482
  colorToned: string;
487
483
  };
488
484
  id: {
489
- equals: {
485
+ toString: () => string;
486
+ equals?: {
490
487
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
491
488
  };
492
- toString: () => string;
493
- toJSON: () => string;
494
- valueOf: () => string;
495
489
  };
496
490
  };
497
491
  accent2: {
@@ -517,12 +511,10 @@ declare const _default: {
517
511
  colorToned: string;
518
512
  };
519
513
  id: {
520
- equals: {
514
+ toString: () => string;
515
+ equals?: {
521
516
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
522
517
  };
523
- toString: () => string;
524
- toJSON: () => string;
525
- valueOf: () => string;
526
518
  };
527
519
  };
528
520
  accent3: {
@@ -548,12 +540,10 @@ declare const _default: {
548
540
  colorToned: string;
549
541
  };
550
542
  id: {
551
- equals: {
543
+ toString: () => string;
544
+ equals?: {
552
545
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
553
546
  };
554
- toString: () => string;
555
- toJSON: () => string;
556
- valueOf: () => string;
557
547
  };
558
548
  };
559
549
  neutral: {
@@ -579,12 +569,10 @@ declare const _default: {
579
569
  colorToned: string;
580
570
  };
581
571
  id: {
582
- equals: {
572
+ toString: () => string;
573
+ equals?: {
583
574
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
584
575
  };
585
- toString: () => string;
586
- toJSON: () => string;
587
- valueOf: () => string;
588
576
  };
589
577
  };
590
578
  background: {
@@ -610,12 +598,10 @@ declare const _default: {
610
598
  colorToned: string;
611
599
  };
612
600
  id: {
613
- equals: {
601
+ toString: () => string;
602
+ equals?: {
614
603
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
615
604
  };
616
- toString: () => string;
617
- toJSON: () => string;
618
- valueOf: () => string;
619
605
  };
620
606
  };
621
607
  error: {
@@ -641,12 +627,10 @@ declare const _default: {
641
627
  colorToned: string;
642
628
  };
643
629
  id: {
644
- equals: {
630
+ toString: () => string;
631
+ equals?: {
645
632
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
646
633
  };
647
- toString: () => string;
648
- toJSON: () => string;
649
- valueOf: () => string;
650
634
  };
651
635
  };
652
636
  info: {
@@ -672,12 +656,10 @@ declare const _default: {
672
656
  colorToned: string;
673
657
  };
674
658
  id: {
675
- equals: {
659
+ toString: () => string;
660
+ equals?: {
676
661
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
677
662
  };
678
- toString: () => string;
679
- toJSON: () => string;
680
- valueOf: () => string;
681
663
  };
682
664
  };
683
665
  warning: {
@@ -703,12 +685,10 @@ declare const _default: {
703
685
  colorToned: string;
704
686
  };
705
687
  id: {
706
- equals: {
688
+ toString: () => string;
689
+ equals?: {
707
690
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
708
691
  };
709
- toString: () => string;
710
- toJSON: () => string;
711
- valueOf: () => string;
712
692
  };
713
693
  };
714
694
  notification: {
@@ -734,12 +714,10 @@ declare const _default: {
734
714
  colorToned: string;
735
715
  };
736
716
  id: {
737
- equals: {
717
+ toString: () => string;
718
+ equals?: {
738
719
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
739
720
  };
740
- toString: () => string;
741
- toJSON: () => string;
742
- valueOf: () => string;
743
721
  };
744
722
  };
745
723
  };
@@ -748,12 +726,10 @@ declare const _default: {
748
726
  name: string;
749
727
  font?: {
750
728
  id: {
751
- equals: {
729
+ toString: () => string;
730
+ equals?: {
752
731
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
753
732
  };
754
- toString: () => string;
755
- toJSON: () => string;
756
- valueOf: () => string;
757
733
  };
758
734
  family: string;
759
735
  cdn?: string;
@@ -985,12 +961,10 @@ declare const _default: {
985
961
  };
986
962
  name?: string;
987
963
  id: {
988
- equals: {
964
+ toString: () => string;
965
+ equals?: {
989
966
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
990
967
  };
991
- toString: () => string;
992
- toJSON: () => string;
993
- valueOf: () => string;
994
968
  };
995
969
  };
996
970
  spacing: {
@@ -1014,12 +988,10 @@ declare const _default: {
1014
988
  };
1015
989
  name?: string;
1016
990
  id: {
1017
- equals: {
991
+ toString: () => string;
992
+ equals?: {
1018
993
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
1019
994
  };
1020
- toString: () => string;
1021
- toJSON: () => string;
1022
- valueOf: () => string;
1023
995
  };
1024
996
  };
1025
997
  components: {
@@ -5094,31 +5066,25 @@ declare const _default: {
5094
5066
  };
5095
5067
  name?: string;
5096
5068
  id: {
5097
- equals: {
5069
+ toString: () => string;
5070
+ equals?: {
5098
5071
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
5099
5072
  };
5100
- toString: () => string;
5101
- toJSON: () => string;
5102
- valueOf: () => string;
5103
5073
  };
5104
5074
  };
5105
5075
  name?: string;
5106
5076
  id: {
5107
- equals: {
5077
+ toString: () => string;
5078
+ equals?: {
5108
5079
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
5109
5080
  };
5110
- toString: () => string;
5111
- toJSON: () => string;
5112
- valueOf: () => string;
5113
5081
  };
5114
5082
  };
5115
5083
  id: {
5116
- equals: {
5084
+ toString: () => string;
5085
+ equals?: {
5117
5086
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
5118
5087
  };
5119
- toString: () => string;
5120
- toJSON: () => string;
5121
- valueOf: () => string;
5122
5088
  };
5123
5089
  name?: string;
5124
5090
  };