@omnia/fx 8.0.114-dev → 8.0.115-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 (50) hide show
  1. package/internal-do-not-import-from-here/shared/models/theming/ComponentDefinitions.d.ts +15 -6
  2. package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.d.ts +1 -1
  3. package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +6 -4
  4. package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstylepicker/ButtonStylePicker.d.ts +66 -0
  5. package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstylepicker/docs/ExampleComponents.d.ts +1 -0
  6. package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstylepicker/docs/SampleComponent.d.ts +16 -0
  7. package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstylepicker/docs/index.d.ts +1 -0
  8. package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconStylePicker.d.ts +70 -0
  9. package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/docs/ExampleComponents.d.ts +1 -0
  10. package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/docs/SampleComponent.d.ts +16 -0
  11. package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/docs/index.d.ts +1 -0
  12. package/internal-do-not-import-from-here/ux/blueprintpickers/textstylepicker/TextStylePicker.d.ts +66 -0
  13. package/internal-do-not-import-from-here/ux/blueprintpickers/textstylepicker/docs/ExampleComponents.d.ts +1 -0
  14. package/internal-do-not-import-from-here/ux/blueprintpickers/textstylepicker/docs/SampleComponent.d.ts +16 -0
  15. package/internal-do-not-import-from-here/ux/blueprintpickers/textstylepicker/docs/index.d.ts +1 -0
  16. package/internal-do-not-import-from-here/ux/blueprintpickers/typographypicker/TypographyPicker.d.ts +64 -409
  17. package/internal-do-not-import-from-here/ux/borderpicker/BorderPicker.d.ts +63 -150
  18. package/internal-do-not-import-from-here/ux/enterpriseglossary/EnterpriseGlossaryPicker.d.ts +63 -14
  19. package/internal-do-not-import-from-here/ux/enterpriseglossary/IEnterpriseGlossaryPicker.d.ts +0 -14
  20. package/internal-do-not-import-from-here/ux/fillpicker/FillPicker.d.ts +64 -119
  21. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +9 -9
  22. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +9 -9
  23. package/internal-do-not-import-from-here/ux/journey/JourneyMenu.d.ts +9 -9
  24. package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +9 -9
  25. package/internal-do-not-import-from-here/ux/jsonexportimport/ExportImport.d.ts +65 -0
  26. package/internal-do-not-import-from-here/ux/jsonexportimport/docs/ExampleComponents.d.ts +1 -0
  27. package/internal-do-not-import-from-here/ux/jsonexportimport/docs/SampleComponent.d.ts +16 -0
  28. package/internal-do-not-import-from-here/ux/jsonexportimport/docs/index.d.ts +1 -0
  29. package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +9 -9
  30. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +9 -9
  31. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +9 -9
  32. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +35 -9
  33. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +31 -10
  34. package/internal-do-not-import-from-here/ux/oxide/notification/Notification.d.ts +9 -9
  35. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +18 -0
  36. package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +9 -9
  37. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +22 -1
  38. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.css.d.ts +1 -2
  39. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +16 -0
  40. package/internal-do-not-import-from-here/ux/oxide/treeview/docs/ExampleComponentsMenu.d.ts +1 -0
  41. package/internal-do-not-import-from-here/ux/oxide/treeview/docs/SampleButtons.d.ts +16 -0
  42. package/internal-do-not-import-from-here/ux/oxide/treeview/docs/SampleComponentMenu.d.ts +16 -0
  43. package/internal-do-not-import-from-here/ux/oxide/treeview/docs/SampleVariants.d.ts +16 -0
  44. package/internal-do-not-import-from-here/ux/oxide/treeview/docs/index.d.ts +2 -0
  45. package/internal-do-not-import-from-here/ux/persona/Persona.d.ts +1 -1
  46. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +1049 -15
  47. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Blueprints.d.ts +7 -3
  48. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Typography.d.ts +3 -1
  49. package/internal-do-not-import-from-here/wctypings.d.ts +69 -0
  50. package/package.json +2 -2
@@ -1,6 +1,6 @@
1
- import { FillDefinition, BorderStylingDefinition, ButtonBlueprint, SpacingBlueprintTypes, SpacingSettings, SpacingType, BackgroundDefinition } from "@omnia/fx-models";
1
+ import { FillDefinition, BorderStylingDefinition, ButtonBlueprint, SpacingBlueprintTypes, SpacingSettings, SpacingType, BackgroundDefinition, TextBlueprint, IconBlueprint } from "@omnia/fx-models";
2
2
  import { NestedCSSProperties } from "typestyle/lib/types";
3
- import { useColorSchemaStore, useComponentBlueprintStore, useSpacingBlueprintStore } from "../../store";
3
+ import { useColorSchemaStore, useSpacingBlueprintStore, useTypographyBlueprintStore } from "../../store";
4
4
  export declare const BlueprintStyles: {
5
5
  getBlueprintSpacingValue: typeof getBlueprintSpacingValue;
6
6
  getBlueprintSpacingStyling: typeof getBlueprintSpacingStyling;
@@ -12,6 +12,7 @@ export declare const BlueprintStyles: {
12
12
  getBlueprintSpacingStylingx: typeof getBlueprintSpacingStylingx;
13
13
  getBlueprintBackgroundStyling: typeof getBlueprintBackgroundStyling;
14
14
  getBlueprintBackgroundObject: typeof getBlueprintBackgroundObject;
15
+ getBlueprintTextStyling: typeof getBlueprintTextStyling;
15
16
  };
16
17
  /**Border styling */
17
18
  declare function getBlueprintBorderObject(definition: BorderStylingDefinition, gradientFill?: string, colors?: ReturnType<typeof useColorSchemaStore>): NestedCSSProperties;
@@ -28,6 +29,9 @@ declare function getBlueprintSpacingStylingx(value: SpacingSettings | SpacingTyp
28
29
  }>;
29
30
  }>;
30
31
  declare function getBlueprintSpacingStyling(value: SpacingSettings | SpacingType, type: SpacingBlueprintTypes, spacingType?: "margin" | "padding", blueprint?: ReturnType<typeof useSpacingBlueprintStore>): string;
32
+ /**Button styling */
31
33
  declare function getButtonBlueprintStyling(bluePrint: ButtonBlueprint, colors: ReturnType<typeof useColorSchemaStore>): string;
32
- declare function getIconBlueprintStyling(bluePrint?: ReturnType<typeof useComponentBlueprintStore>): string;
34
+ /**Text styling */
35
+ declare function getBlueprintTextStyling(bluePrint: TextBlueprint, colors: ReturnType<typeof useColorSchemaStore>, blueprints: ReturnType<typeof useTypographyBlueprintStore>): string;
36
+ declare function getIconBlueprintStyling(bluePrint: IconBlueprint, colors: ReturnType<typeof useColorSchemaStore>, duoTone: boolean, nested?: boolean): string;
33
37
  export {};
@@ -1,10 +1,11 @@
1
1
  /**Typography */
2
- import { TypographyDefinition, TypographySize, TypographyTypes } from "@omnia/fx-models";
2
+ import { TypographyDefinition, TypographySize, TypographyTypes, TypographyValue } from "@omnia/fx-models";
3
3
  import { MediaQuery } from "typestyle/lib/types";
4
4
  import { useTypographyBlueprintStore } from "@omnia/fx/ux";
5
5
  export declare const TypographyStyles: {
6
6
  typographyTypeStyling: typeof typographyTypeStyling;
7
7
  typographyStyling: typeof typographyStyling;
8
+ typographyStylingFromValue: typeof typographyStylingByValue;
8
9
  };
9
10
  export interface TypographyTypesResult {
10
11
  title: {
@@ -29,6 +30,7 @@ export interface TypographyTypesResult {
29
30
  };
30
31
  typographyType: (typographyType: string) => string;
31
32
  }
33
+ declare function typographyStylingByValue(value: TypographyValue, blueprint: TypographyDefinition): string;
32
34
  declare function typographyTypeStyling(typographyType: TypographyTypes, size: TypographySize, blueprint: TypographyDefinition): {
33
35
  baseStyles: {
34
36
  fontFamily: string;
@@ -18,6 +18,7 @@ import wcdedf711a4e0f4c5c850b51c01ea367a7 from './ux/datetimepicker/DateTimePick
18
18
  import wc90e26d3a6e3e4bf9bd1ce81c6735eda2 from './ux/datetimezonepicker/DateTimeZonePicker';
19
19
  import wcd3d05fa7bb114ecab1c16f714641b678 from './ux/datetimezonerenderer/DateTimeZoneRenderer';
20
20
  import wc3ff00f2d8a4c48a4ae0cff23fc0127ac from './ux/dialog/Dialog';
21
+ import wc41a6d1b1b02e4b368aac19ded6b391a1 from './ux/enterpriseglossary/EnterpriseGlossaryPicker';
21
22
  import wcfd300449c17f44fd80d83e709a10bf63 from './ux/features/FeaturesJourney';
22
23
  import wc629ff3fc45f84df382ddb6282d968547 from './ux/features/FeaturesJourneyTenant';
23
24
  import wc1fab0218538f431c91ece4e10cbd468c from './ux/fileuploader/FileUploader';
@@ -62,6 +63,7 @@ import wc91919b3f54de42dab709575b8a9ca233 from './ux/inputlanguagepicker/InputLa
62
63
  import wcc0ba9c7ccef54093bcb0be49e7cf79df from './ux/journey/JourneyV2';
63
64
  import wc4357bb8264e3482c8710afed3b2be35c from './ux/journey/JourneyBlade';
64
65
  import wc828a4c20542945858e792ec584148a5c from './ux/journey/JourneyMenu';
66
+ import wc3392707566c844e39f57097aade4e81c from './ux/jsonexportimport/ExportImport';
65
67
  import wc20b4e8166fb44f2b8b240724eb5f2db2 from './ux/languagepicker/LanguagePicker';
66
68
  import wc6c2ac8bf4da44a2b8e544eaf5b42099f from './ux/limited-label/LimitedLabel';
67
69
  import wc106dba3f206e4ad7bbb28e574e3da49e from './ux/magiclink/MagicLinkLogin';
@@ -149,9 +151,12 @@ import wc8e21d658d6f84d70870d29805b27df86 from './ux/appprovisioning/appshowinpu
149
151
  import wc612fef70e86b4b12a4c138324dbc6895 from './ux/appprovisioning/apptitledescription/AppDescriptionInput';
150
152
  import wc42aef9ddfa3745489aed5b4fedef43ed from './ux/appprovisioning/apptitleinput/AppTitleInput';
151
153
  import wc171ae6335cef4eaa88977eba3bca0049 from './ux/appprovisioning/renderer/Renderer';
154
+ import wcdb6d37c1525f463aa5b4a89a4ddfe05c from './ux/blueprintpickers/buttonstylepicker/ButtonStylePicker';
152
155
  import wc44e2dd896269442f800da69000d4c2f1 from './ux/blueprintpickers/chromepicker/ChromePicker';
153
156
  import wcb059e461e6c048fe830c6d32722e5cdc from './ux/blueprintpickers/chromepicker/ChromeViewer';
157
+ import wc5542a25df57c464897a59a336eee0e56 from './ux/blueprintpickers/iconstylepicker/IconStylePicker';
154
158
  import wc564bced7081c496483e8df717f600ff3 from './ux/blueprintpickers/spacingpicker/SpacingPicker3';
159
+ import wc287d666180644ba5ab5def0471a75a89 from './ux/blueprintpickers/textstylepicker/TextStylePicker';
155
160
  import wc54730f05dd2c4f2da1c830b3985b36a9 from './ux/blueprintpickers/typographypicker/TypographyPicker';
156
161
  import wc1f31fc580b854d19895c1879120a9891 from './ux/docs/chrome/DocsChrome';
157
162
  import wc710dc11b823c4a80b2a031395c206325 from './ux/editorchrome/chrome/EditorChrome';
@@ -452,6 +457,9 @@ declare global {
452
457
  "omfx-dialog": typeof wc3ff00f2d8a4c48a4ae0cff23fc0127ac extends {
453
458
  propsDefinition: infer TProp;
454
459
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc3ff00f2d8a4c48a4ae0cff23fc0127ac extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc3ff00f2d8a4c48a4ae0cff23fc0127ac>, "propsDefinition">> : never;
460
+ "omfx-enterpriseglossary-picker": typeof wc41a6d1b1b02e4b368aac19ded6b391a1 extends {
461
+ propsDefinition: infer TProp;
462
+ } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc41a6d1b1b02e4b368aac19ded6b391a1 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc41a6d1b1b02e4b368aac19ded6b391a1>, "propsDefinition">> : never;
455
463
  "omfx-features-journey": typeof wcfd300449c17f44fd80d83e709a10bf63 extends {
456
464
  propsDefinition: infer TProp;
457
465
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcfd300449c17f44fd80d83e709a10bf63 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcfd300449c17f44fd80d83e709a10bf63>, "propsDefinition">> : never;
@@ -584,6 +592,9 @@ declare global {
584
592
  "omfx-journey-menu": typeof wc828a4c20542945858e792ec584148a5c extends {
585
593
  propsDefinition: infer TProp;
586
594
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc828a4c20542945858e792ec584148a5c extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc828a4c20542945858e792ec584148a5c>, "propsDefinition">> : never;
595
+ "omfx-export-import-json": typeof wc3392707566c844e39f57097aade4e81c extends {
596
+ propsDefinition: infer TProp;
597
+ } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc3392707566c844e39f57097aade4e81c extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc3392707566c844e39f57097aade4e81c>, "propsDefinition">> : never;
587
598
  "omfx-language-picker": typeof wc20b4e8166fb44f2b8b240724eb5f2db2 extends {
588
599
  propsDefinition: infer TProp;
589
600
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc20b4e8166fb44f2b8b240724eb5f2db2 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc20b4e8166fb44f2b8b240724eb5f2db2>, "propsDefinition">> : never;
@@ -845,15 +856,24 @@ declare global {
845
856
  "omfx-app-provisioning-renderer": typeof wc171ae6335cef4eaa88977eba3bca0049 extends {
846
857
  propsDefinition: infer TProp;
847
858
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc171ae6335cef4eaa88977eba3bca0049 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc171ae6335cef4eaa88977eba3bca0049>, "propsDefinition">> : never;
859
+ "omfx-button-style-picker": typeof wcdb6d37c1525f463aa5b4a89a4ddfe05c extends {
860
+ propsDefinition: infer TProp;
861
+ } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcdb6d37c1525f463aa5b4a89a4ddfe05c extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcdb6d37c1525f463aa5b4a89a4ddfe05c>, "propsDefinition">> : never;
848
862
  "omfx-chrome-picker": typeof wc44e2dd896269442f800da69000d4c2f1 extends {
849
863
  propsDefinition: infer TProp;
850
864
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc44e2dd896269442f800da69000d4c2f1 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc44e2dd896269442f800da69000d4c2f1>, "propsDefinition">> : never;
851
865
  "omfx-chrome-viewer": typeof wcb059e461e6c048fe830c6d32722e5cdc extends {
852
866
  propsDefinition: infer TProp;
853
867
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcb059e461e6c048fe830c6d32722e5cdc extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcb059e461e6c048fe830c6d32722e5cdc>, "propsDefinition">> : never;
868
+ "omfx-icon-style-picker": typeof wc5542a25df57c464897a59a336eee0e56 extends {
869
+ propsDefinition: infer TProp;
870
+ } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc5542a25df57c464897a59a336eee0e56 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc5542a25df57c464897a59a336eee0e56>, "propsDefinition">> : never;
854
871
  "omfx-spacing-picker": typeof wc564bced7081c496483e8df717f600ff3 extends {
855
872
  propsDefinition: infer TProp;
856
873
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc564bced7081c496483e8df717f600ff3 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc564bced7081c496483e8df717f600ff3>, "propsDefinition">> : never;
874
+ "omfx-text-style-picker": typeof wc287d666180644ba5ab5def0471a75a89 extends {
875
+ propsDefinition: infer TProp;
876
+ } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc287d666180644ba5ab5def0471a75a89 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc287d666180644ba5ab5def0471a75a89>, "propsDefinition">> : never;
857
877
  "omfx-typography-picker": typeof wc54730f05dd2c4f2da1c830b3985b36a9 extends {
858
878
  propsDefinition: infer TProp;
859
879
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc54730f05dd2c4f2da1c830b3985b36a9 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc54730f05dd2c4f2da1c830b3985b36a9>, "propsDefinition">> : never;
@@ -1847,6 +1867,15 @@ declare global {
1847
1867
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
1848
1868
  };
1849
1869
  } : typeof wc3ff00f2d8a4c48a4ae0cff23fc0127ac;
1870
+ "enterpriseglossary": {
1871
+ "picker": typeof wc41a6d1b1b02e4b368aac19ded6b391a1 extends {
1872
+ propsDefinition: infer TProp;
1873
+ } ? {
1874
+ new (...args: any[]): {
1875
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
1876
+ };
1877
+ } : typeof wc41a6d1b1b02e4b368aac19ded6b391a1;
1878
+ };
1850
1879
  "features": {
1851
1880
  "journey": {
1852
1881
  "tenant": typeof wc629ff3fc45f84df382ddb6282d968547 extends {
@@ -2154,6 +2183,15 @@ declare global {
2154
2183
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2155
2184
  };
2156
2185
  } : typeof wce6ce806749594b1da7e0ae5f60cef41c;
2186
+ "style": {
2187
+ "picker": typeof wc287d666180644ba5ab5def0471a75a89 extends {
2188
+ propsDefinition: infer TProp;
2189
+ } ? {
2190
+ new (...args: any[]): {
2191
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2192
+ };
2193
+ } : typeof wc287d666180644ba5ab5def0471a75a89;
2194
+ };
2157
2195
  };
2158
2196
  "boolean": {
2159
2197
  "filterengine": {
@@ -2226,6 +2264,15 @@ declare global {
2226
2264
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2227
2265
  };
2228
2266
  } : typeof wc7c3b9838bf844a53a446d3795494b304;
2267
+ "style": {
2268
+ "picker": typeof wc5542a25df57c464897a59a336eee0e56 extends {
2269
+ propsDefinition: infer TProp;
2270
+ } ? {
2271
+ new (...args: any[]): {
2272
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2273
+ };
2274
+ } : typeof wc5542a25df57c464897a59a336eee0e56;
2275
+ };
2229
2276
  };
2230
2277
  "identity": {
2231
2278
  "renderer": typeof wca7608d8c42184cbb994910dc06c464a1 extends {
@@ -2459,6 +2506,17 @@ declare global {
2459
2506
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2460
2507
  };
2461
2508
  } : typeof wcc0ba9c7ccef54093bcb0be49e7cf79df;
2509
+ "export": {
2510
+ "import": {
2511
+ "json": typeof wc3392707566c844e39f57097aade4e81c extends {
2512
+ propsDefinition: infer TProp;
2513
+ } ? {
2514
+ new (...args: any[]): {
2515
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2516
+ };
2517
+ } : typeof wc3392707566c844e39f57097aade4e81c;
2518
+ };
2519
+ };
2462
2520
  "language": {
2463
2521
  "picker": typeof wc20b4e8166fb44f2b8b240724eb5f2db2 extends {
2464
2522
  propsDefinition: infer TProp;
@@ -3239,6 +3297,17 @@ declare global {
3239
3297
  } : typeof wc24eddd6df7294957a8f31c89115945de;
3240
3298
  };
3241
3299
  };
3300
+ "button": {
3301
+ "style": {
3302
+ "picker": typeof wcdb6d37c1525f463aa5b4a89a4ddfe05c extends {
3303
+ propsDefinition: infer TProp;
3304
+ } ? {
3305
+ new (...args: any[]): {
3306
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3307
+ };
3308
+ } : typeof wcdb6d37c1525f463aa5b4a89a4ddfe05c;
3309
+ };
3310
+ };
3242
3311
  "spacing": {
3243
3312
  "picker": typeof wc564bced7081c496483e8df717f600ff3 extends {
3244
3313
  propsDefinition: infer TProp;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "8.0.114-dev",
4
+ "version": "8.0.115-dev",
5
5
  "description": "Provide Omnia Fx typings and tooling for clientside Omnia development.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -20,7 +20,7 @@
20
20
  ],
21
21
  "author": "Precio Fishbone",
22
22
  "dependencies": {
23
- "@omnia/fx-models": "8.0.114-dev",
23
+ "@omnia/fx-models": "8.0.115-dev",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.10.7",