@omnia/fx 8.0.262-dev → 8.0.264-dev

Sign up to get free protection for your applications and to get access to all the features.
Files changed (93) hide show
  1. package/internal-do-not-import-from-here/manifests/omnia.vendor.manifest.json +1 -1
  2. package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +7 -1
  3. package/internal-do-not-import-from-here/ux/admin/systemlayout/store/SystemLayoutStore.d.ts +3 -3
  4. package/internal-do-not-import-from-here/ux/app/management/api/AppManagementApi.d.ts +2 -2
  5. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/EditProperiesBlade.d.ts +1 -1
  6. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/components/FontPicker.css.d.ts +4 -1
  7. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/components/FontPicker.d.ts +12 -8
  8. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/components/FontRegistration.d.ts +6 -0
  9. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +41 -16
  10. package/internal-do-not-import-from-here/ux/aurora/admin/blades/fontsmanager/FontManager.d.ts +2 -0
  11. package/internal-do-not-import-from-here/ux/aurora/admin/blades/fontsmanager/blade/FontDefinitionBlade.d.ts +6 -0
  12. package/internal-do-not-import-from-here/ux/aurora/admin/blades/fontsmanager/store/FontManagerStore.d.ts +75 -0
  13. package/internal-do-not-import-from-here/ux/aurora/store/FontStore.d.ts +77 -0
  14. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +114 -10
  15. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +117 -11
  16. package/internal-do-not-import-from-here/ux/aurora/store/index.d.ts +1 -0
  17. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +1 -1
  18. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +1 -1
  19. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +1 -1
  20. package/internal-do-not-import-from-here/ux/magiclink/Shared.d.ts +4 -0
  21. package/internal-do-not-import-from-here/ux/magiclink/loc/localize.d.ts +1 -0
  22. package/internal-do-not-import-from-here/ux/markdown2/MarkdownToolbar.css.d.ts +1 -0
  23. package/internal-do-not-import-from-here/ux/markdown2/commands/EditorCommands.d.ts +15 -23
  24. package/internal-do-not-import-from-here/ux/markdown2/commands/helpers/EditorNodeHelper.d.ts +3 -10
  25. package/internal-do-not-import-from-here/ux/markdown2/commands/helpers/HtmlNodehelper.d.ts +6 -6
  26. package/internal-do-not-import-from-here/ux/markdown2/models/EditorModels.d.ts +15 -11
  27. package/internal-do-not-import-from-here/ux/markdown2/models/EditorPlugin.d.ts +6 -5
  28. package/internal-do-not-import-from-here/ux/markdown2/plugins/bold/BoldPlugin.d.ts +3 -0
  29. package/internal-do-not-import-from-here/ux/markdown2/plugins/colorstyle/ColorButton.d.ts +5 -0
  30. package/internal-do-not-import-from-here/ux/markdown2/plugins/italic/ItalicPlugin.d.ts +3 -0
  31. package/internal-do-not-import-from-here/ux/markdown2/plugins/text/TextPlugin.d.ts +4 -0
  32. package/internal-do-not-import-from-here/ux/markdown2/plugins/typography/TypographyButton.d.ts +5 -0
  33. package/internal-do-not-import-from-here/ux/markdown2/plugins/velcron/VelcronPlugin.d.ts +5 -0
  34. package/internal-do-not-import-from-here/ux/markdown2/stores/MarkdownStore.d.ts +29 -23
  35. package/internal-do-not-import-from-here/ux/markdown2/stores/MarkdownToolbarStore.d.ts +162 -110
  36. package/internal-do-not-import-from-here/ux/oxide/alert/Alert.d.ts +1 -1
  37. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +1 -1
  38. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +1 -1
  39. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +3 -276
  40. package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +5 -1
  41. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +5 -444
  42. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +4 -99
  43. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +4 -194
  44. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +4 -206
  45. package/internal-do-not-import-from-here/ux/oxide/fab/FloatingActionButton..d.ts +1 -1
  46. package/internal-do-not-import-from-here/ux/oxide/form/Form.d.ts +3 -94
  47. package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +4 -78
  48. package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/InfiniteScroll.d.ts +11 -184
  49. package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +3 -94
  50. package/internal-do-not-import-from-here/ux/oxide/lazy/Lazy.d.ts +4 -85
  51. package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +4 -199
  52. package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +3 -133
  53. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +4 -355
  54. package/internal-do-not-import-from-here/ux/oxide/notification/Notification.d.ts +4 -161
  55. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +4 -238
  56. package/internal-do-not-import-from-here/ux/oxide/progress/Progress.d.ts +4 -76
  57. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +4 -138
  58. package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +4 -272
  59. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +3 -203
  60. package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.d.ts +3 -133
  61. package/internal-do-not-import-from-here/ux/oxide/slidepanel/Slide.d.ts +3 -37
  62. package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +3 -267
  63. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +4 -349
  64. package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +3 -154
  65. package/internal-do-not-import-from-here/ux/oxide/spacer/Spacer.d.ts +1 -15
  66. package/internal-do-not-import-from-here/ux/oxide/splitpane/Splitpane.d.ts +4 -149
  67. package/internal-do-not-import-from-here/ux/oxide/splitpane/SplitpaneItem.d.ts +3 -145
  68. package/internal-do-not-import-from-here/ux/oxide/stickycontainer/StickyContainer.d.ts +3 -71
  69. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +3 -254
  70. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +4 -245
  71. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +4 -335
  72. package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +3 -107
  73. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +4 -400
  74. package/internal-do-not-import-from-here/ux/oxide/textarea/docs/ExampleComponents.d.ts +1 -0
  75. package/internal-do-not-import-from-here/ux/oxide/textarea/docs/SampleComponent.d.ts +2 -0
  76. package/internal-do-not-import-from-here/ux/oxide/textarea/docs/index.d.ts +1 -0
  77. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +4 -250
  78. package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +3 -192
  79. package/internal-do-not-import-from-here/ux/oxide/validation/Validation.d.ts +4 -56
  80. package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +6 -6
  81. package/internal-do-not-import-from-here/ux/use/UseClone.d.ts +1 -1
  82. package/internal-do-not-import-from-here/ux/use/UseDraggable.d.ts +1 -1
  83. package/internal-do-not-import-from-here/ux/use/UseMounted.d.ts +1 -1
  84. package/internal-do-not-import-from-here/ux/use/UseWebNotification.d.ts +2 -2
  85. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +5 -1
  86. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +10 -1
  87. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/VelcronEditorBuilder.d.ts +1 -0
  88. package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronEditorDescriptors.d.ts +1 -0
  89. package/internal-do-not-import-from-here/ux/velcron/editor/templates/EditorTemplates.d.ts +1 -0
  90. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/PropertyResolverEditor.d.ts +13 -0
  91. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +1 -1
  92. package/internal-do-not-import-from-here/wctypings.d.ts +20 -0
  93. package/package.json +3 -3
@@ -692,9 +692,7 @@ export declare const useSpacingBlueprintStore: () => {
692
692
  primary: {
693
693
  name: string;
694
694
  font?: {
695
- id: guid;
696
695
  family: string;
697
- cdn?: string;
698
696
  };
699
697
  fills?: {
700
698
  variant1?: {
@@ -767,6 +765,9 @@ export declare const useSpacingBlueprintStore: () => {
767
765
  size: number;
768
766
  lineHeight: number;
769
767
  };
768
+ font?: {
769
+ family: string;
770
+ };
770
771
  };
771
772
  l: {
772
773
  decoration?: string;
@@ -785,6 +786,9 @@ export declare const useSpacingBlueprintStore: () => {
785
786
  size: number;
786
787
  lineHeight: number;
787
788
  };
789
+ font?: {
790
+ family: string;
791
+ };
788
792
  };
789
793
  m: {
790
794
  decoration?: string;
@@ -803,6 +807,9 @@ export declare const useSpacingBlueprintStore: () => {
803
807
  size: number;
804
808
  lineHeight: number;
805
809
  };
810
+ font?: {
811
+ family: string;
812
+ };
806
813
  };
807
814
  s: {
808
815
  decoration?: string;
@@ -821,6 +828,9 @@ export declare const useSpacingBlueprintStore: () => {
821
828
  size: number;
822
829
  lineHeight: number;
823
830
  };
831
+ font?: {
832
+ family: string;
833
+ };
824
834
  };
825
835
  xs: {
826
836
  decoration?: string;
@@ -839,11 +849,12 @@ export declare const useSpacingBlueprintStore: () => {
839
849
  size: number;
840
850
  lineHeight: number;
841
851
  };
852
+ font?: {
853
+ family: string;
854
+ };
842
855
  };
843
856
  font?: {
844
- id: guid;
845
857
  family: string;
846
- cdn?: string;
847
858
  };
848
859
  };
849
860
  text: {
@@ -864,6 +875,9 @@ export declare const useSpacingBlueprintStore: () => {
864
875
  size: number;
865
876
  lineHeight: number;
866
877
  };
878
+ font?: {
879
+ family: string;
880
+ };
867
881
  };
868
882
  m: {
869
883
  decoration?: string;
@@ -882,6 +896,9 @@ export declare const useSpacingBlueprintStore: () => {
882
896
  size: number;
883
897
  lineHeight: number;
884
898
  };
899
+ font?: {
900
+ family: string;
901
+ };
885
902
  };
886
903
  s: {
887
904
  decoration?: string;
@@ -900,6 +917,9 @@ export declare const useSpacingBlueprintStore: () => {
900
917
  size: number;
901
918
  lineHeight: number;
902
919
  };
920
+ font?: {
921
+ family: string;
922
+ };
903
923
  };
904
924
  xs: {
905
925
  decoration?: string;
@@ -918,11 +938,12 @@ export declare const useSpacingBlueprintStore: () => {
918
938
  size: number;
919
939
  lineHeight: number;
920
940
  };
941
+ font?: {
942
+ family: string;
943
+ };
921
944
  };
922
945
  font?: {
923
- id: guid;
924
946
  family: string;
925
- cdn?: string;
926
947
  };
927
948
  };
928
949
  navigation: {
@@ -943,6 +964,9 @@ export declare const useSpacingBlueprintStore: () => {
943
964
  size: number;
944
965
  lineHeight: number;
945
966
  };
967
+ font?: {
968
+ family: string;
969
+ };
946
970
  };
947
971
  m: {
948
972
  decoration?: string;
@@ -961,11 +985,12 @@ export declare const useSpacingBlueprintStore: () => {
961
985
  size: number;
962
986
  lineHeight: number;
963
987
  };
988
+ font?: {
989
+ family: string;
990
+ };
964
991
  };
965
992
  font?: {
966
- id: guid;
967
993
  family: string;
968
- cdn?: string;
969
994
  };
970
995
  };
971
996
  link: {
@@ -986,11 +1011,12 @@ export declare const useSpacingBlueprintStore: () => {
986
1011
  size: number;
987
1012
  lineHeight: number;
988
1013
  };
1014
+ font?: {
1015
+ family: string;
1016
+ };
989
1017
  };
990
1018
  font?: {
991
- id: guid;
992
1019
  family: string;
993
- cdn?: string;
994
1020
  };
995
1021
  };
996
1022
  };
@@ -1131,6 +1157,9 @@ export declare const useSpacingBlueprintStore: () => {
1131
1157
  size: number;
1132
1158
  lineHeight: number;
1133
1159
  };
1160
+ font?: {
1161
+ family: string;
1162
+ };
1134
1163
  } | {
1135
1164
  type: import("@omnia/fx-models").TypographyType;
1136
1165
  size: import("@omnia/fx-models").TypographySize;
@@ -1275,6 +1304,9 @@ export declare const useSpacingBlueprintStore: () => {
1275
1304
  size: number;
1276
1305
  lineHeight: number;
1277
1306
  };
1307
+ font?: {
1308
+ family: string;
1309
+ };
1278
1310
  } | {
1279
1311
  type: import("@omnia/fx-models").TypographyType;
1280
1312
  size: import("@omnia/fx-models").TypographySize;
@@ -1419,6 +1451,9 @@ export declare const useSpacingBlueprintStore: () => {
1419
1451
  size: number;
1420
1452
  lineHeight: number;
1421
1453
  };
1454
+ font?: {
1455
+ family: string;
1456
+ };
1422
1457
  } | {
1423
1458
  type: import("@omnia/fx-models").TypographyType;
1424
1459
  size: import("@omnia/fx-models").TypographySize;
@@ -1563,6 +1598,9 @@ export declare const useSpacingBlueprintStore: () => {
1563
1598
  size: number;
1564
1599
  lineHeight: number;
1565
1600
  };
1601
+ font?: {
1602
+ family: string;
1603
+ };
1566
1604
  } | {
1567
1605
  type: import("@omnia/fx-models").TypographyType;
1568
1606
  size: import("@omnia/fx-models").TypographySize;
@@ -1707,6 +1745,9 @@ export declare const useSpacingBlueprintStore: () => {
1707
1745
  size: number;
1708
1746
  lineHeight: number;
1709
1747
  };
1748
+ font?: {
1749
+ family: string;
1750
+ };
1710
1751
  } | {
1711
1752
  type: import("@omnia/fx-models").TypographyType;
1712
1753
  size: import("@omnia/fx-models").TypographySize;
@@ -1851,6 +1892,9 @@ export declare const useSpacingBlueprintStore: () => {
1851
1892
  size: number;
1852
1893
  lineHeight: number;
1853
1894
  };
1895
+ font?: {
1896
+ family: string;
1897
+ };
1854
1898
  } | {
1855
1899
  type: import("@omnia/fx-models").TypographyType;
1856
1900
  size: import("@omnia/fx-models").TypographySize;
@@ -1995,6 +2039,9 @@ export declare const useSpacingBlueprintStore: () => {
1995
2039
  size: number;
1996
2040
  lineHeight: number;
1997
2041
  };
2042
+ font?: {
2043
+ family: string;
2044
+ };
1998
2045
  } | {
1999
2046
  type: import("@omnia/fx-models").TypographyType;
2000
2047
  size: import("@omnia/fx-models").TypographySize;
@@ -2139,6 +2186,9 @@ export declare const useSpacingBlueprintStore: () => {
2139
2186
  size: number;
2140
2187
  lineHeight: number;
2141
2188
  };
2189
+ font?: {
2190
+ family: string;
2191
+ };
2142
2192
  } | {
2143
2193
  type: import("@omnia/fx-models").TypographyType;
2144
2194
  size: import("@omnia/fx-models").TypographySize;
@@ -2283,6 +2333,9 @@ export declare const useSpacingBlueprintStore: () => {
2283
2333
  size: number;
2284
2334
  lineHeight: number;
2285
2335
  };
2336
+ font?: {
2337
+ family: string;
2338
+ };
2286
2339
  } | {
2287
2340
  type: import("@omnia/fx-models").TypographyType;
2288
2341
  size: import("@omnia/fx-models").TypographySize;
@@ -2429,6 +2482,9 @@ export declare const useSpacingBlueprintStore: () => {
2429
2482
  size: number;
2430
2483
  lineHeight: number;
2431
2484
  };
2485
+ font?: {
2486
+ family: string;
2487
+ };
2432
2488
  } | {
2433
2489
  type: import("@omnia/fx-models").TypographyType;
2434
2490
  size: import("@omnia/fx-models").TypographySize;
@@ -2573,6 +2629,9 @@ export declare const useSpacingBlueprintStore: () => {
2573
2629
  size: number;
2574
2630
  lineHeight: number;
2575
2631
  };
2632
+ font?: {
2633
+ family: string;
2634
+ };
2576
2635
  } | {
2577
2636
  type: import("@omnia/fx-models").TypographyType;
2578
2637
  size: import("@omnia/fx-models").TypographySize;
@@ -2717,6 +2776,9 @@ export declare const useSpacingBlueprintStore: () => {
2717
2776
  size: number;
2718
2777
  lineHeight: number;
2719
2778
  };
2779
+ font?: {
2780
+ family: string;
2781
+ };
2720
2782
  } | {
2721
2783
  type: import("@omnia/fx-models").TypographyType;
2722
2784
  size: import("@omnia/fx-models").TypographySize;
@@ -2861,6 +2923,9 @@ export declare const useSpacingBlueprintStore: () => {
2861
2923
  size: number;
2862
2924
  lineHeight: number;
2863
2925
  };
2926
+ font?: {
2927
+ family: string;
2928
+ };
2864
2929
  } | {
2865
2930
  type: import("@omnia/fx-models").TypographyType;
2866
2931
  size: import("@omnia/fx-models").TypographySize;
@@ -3005,6 +3070,9 @@ export declare const useSpacingBlueprintStore: () => {
3005
3070
  size: number;
3006
3071
  lineHeight: number;
3007
3072
  };
3073
+ font?: {
3074
+ family: string;
3075
+ };
3008
3076
  } | {
3009
3077
  type: import("@omnia/fx-models").TypographyType;
3010
3078
  size: import("@omnia/fx-models").TypographySize;
@@ -3149,6 +3217,9 @@ export declare const useSpacingBlueprintStore: () => {
3149
3217
  size: number;
3150
3218
  lineHeight: number;
3151
3219
  };
3220
+ font?: {
3221
+ family: string;
3222
+ };
3152
3223
  } | {
3153
3224
  type: import("@omnia/fx-models").TypographyType;
3154
3225
  size: import("@omnia/fx-models").TypographySize;
@@ -3293,6 +3364,9 @@ export declare const useSpacingBlueprintStore: () => {
3293
3364
  size: number;
3294
3365
  lineHeight: number;
3295
3366
  };
3367
+ font?: {
3368
+ family: string;
3369
+ };
3296
3370
  } | {
3297
3371
  type: import("@omnia/fx-models").TypographyType;
3298
3372
  size: import("@omnia/fx-models").TypographySize;
@@ -3437,6 +3511,9 @@ export declare const useSpacingBlueprintStore: () => {
3437
3511
  size: number;
3438
3512
  lineHeight: number;
3439
3513
  };
3514
+ font?: {
3515
+ family: string;
3516
+ };
3440
3517
  } | {
3441
3518
  type: import("@omnia/fx-models").TypographyType;
3442
3519
  size: import("@omnia/fx-models").TypographySize;
@@ -3581,6 +3658,9 @@ export declare const useSpacingBlueprintStore: () => {
3581
3658
  size: number;
3582
3659
  lineHeight: number;
3583
3660
  };
3661
+ font?: {
3662
+ family: string;
3663
+ };
3584
3664
  } | {
3585
3665
  type: import("@omnia/fx-models").TypographyType;
3586
3666
  size: import("@omnia/fx-models").TypographySize;
@@ -3747,6 +3827,9 @@ export declare const useSpacingBlueprintStore: () => {
3747
3827
  size: number;
3748
3828
  lineHeight: number;
3749
3829
  };
3830
+ font?: {
3831
+ family: string;
3832
+ };
3750
3833
  } | {
3751
3834
  type: import("@omnia/fx-models").TypographyType;
3752
3835
  size: import("@omnia/fx-models").TypographySize;
@@ -3885,6 +3968,9 @@ export declare const useSpacingBlueprintStore: () => {
3885
3968
  size: number;
3886
3969
  lineHeight: number;
3887
3970
  };
3971
+ font?: {
3972
+ family: string;
3973
+ };
3888
3974
  } | {
3889
3975
  type: import("@omnia/fx-models").TypographyType;
3890
3976
  size: import("@omnia/fx-models").TypographySize;
@@ -4107,6 +4193,9 @@ export declare const useSpacingBlueprintStore: () => {
4107
4193
  size: number;
4108
4194
  lineHeight: number;
4109
4195
  };
4196
+ font?: {
4197
+ family: string;
4198
+ };
4110
4199
  } | {
4111
4200
  type: import("@omnia/fx-models").TypographyType;
4112
4201
  size: import("@omnia/fx-models").TypographySize;
@@ -4245,6 +4334,9 @@ export declare const useSpacingBlueprintStore: () => {
4245
4334
  size: number;
4246
4335
  lineHeight: number;
4247
4336
  };
4337
+ font?: {
4338
+ family: string;
4339
+ };
4248
4340
  } | {
4249
4341
  type: import("@omnia/fx-models").TypographyType;
4250
4342
  size: import("@omnia/fx-models").TypographySize;
@@ -4467,6 +4559,9 @@ export declare const useSpacingBlueprintStore: () => {
4467
4559
  size: number;
4468
4560
  lineHeight: number;
4469
4561
  };
4562
+ font?: {
4563
+ family: string;
4564
+ };
4470
4565
  } | {
4471
4566
  type: import("@omnia/fx-models").TypographyType;
4472
4567
  size: import("@omnia/fx-models").TypographySize;
@@ -4605,6 +4700,9 @@ export declare const useSpacingBlueprintStore: () => {
4605
4700
  size: number;
4606
4701
  lineHeight: number;
4607
4702
  };
4703
+ font?: {
4704
+ family: string;
4705
+ };
4608
4706
  } | {
4609
4707
  type: import("@omnia/fx-models").TypographyType;
4610
4708
  size: import("@omnia/fx-models").TypographySize;
@@ -4827,6 +4925,9 @@ export declare const useSpacingBlueprintStore: () => {
4827
4925
  size: number;
4828
4926
  lineHeight: number;
4829
4927
  };
4928
+ font?: {
4929
+ family: string;
4930
+ };
4830
4931
  } | {
4831
4932
  type: import("@omnia/fx-models").TypographyType;
4832
4933
  size: import("@omnia/fx-models").TypographySize;
@@ -4965,6 +5066,9 @@ export declare const useSpacingBlueprintStore: () => {
4965
5066
  size: number;
4966
5067
  lineHeight: number;
4967
5068
  };
5069
+ font?: {
5070
+ family: string;
5071
+ };
4968
5072
  } | {
4969
5073
  type: import("@omnia/fx-models").TypographyType;
4970
5074
  size: import("@omnia/fx-models").TypographySize;