@omnia/fx 7.7.49-preview → 7.7.51-preview

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.
@@ -561,6 +561,7 @@ export interface OmniaUxLocalization {
561
561
  Image: string;
562
562
  Process: string;
563
563
  Integer: string;
564
+ Date: string;
564
565
  DateTime: string;
565
566
  Boolean: string;
566
567
  Language: string;
@@ -6,6 +6,7 @@ export declare const IFrameDimension: {
6
6
  height: string;
7
7
  };
8
8
  export declare const DeveloperToolsStyles: {
9
+ stepWrapper: string;
9
10
  container: string;
10
11
  buttonContainer: string;
11
12
  buttonStepperContent: string;
@@ -2,6 +2,7 @@ import { types } from "typestyle";
2
2
  import { BlockLayoutSettings, DisplayBreakPoint, BackgroundSettings, LayoutSettings, ThemeStyling, SpacingSettings, SectionSettings, ColumnedSectionItemSettings, TabbedSectionSettings, AccordionedSectionSettings, LayoutItem } from "../../../../models";
3
3
  import { NestedCSSProperties } from "typestyle/lib/types";
4
4
  export declare const SharedRendererStyles: {
5
+ stepWrapper: string;
5
6
  common: {
6
7
  chrome_boxed: string;
7
8
  getElevationClass: (settings: BackgroundSettings, theme: ThemeStyling) => string;
@@ -1,5 +1,6 @@
1
1
  import { types } from "typestyle";
2
2
  export declare const WizardStyles: {
3
+ stepWrapper?: types.NestedCSSProperties;
3
4
  container?: types.NestedCSSProperties;
4
5
  card?: types.NestedCSSProperties;
5
6
  header?: types.NestedCSSProperties;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "7.7.49-preview",
4
+ "version": "7.7.51-preview",
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": "7.7.49-preview",
23
+ "@omnia/fx-models": "7.7.51-preview",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.10.7",