@omnia/fx-models 8.0.158-dev → 8.0.159-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/Contexts.d.ts CHANGED
@@ -87,7 +87,7 @@ export interface JourneyBladeRouter<T extends {
87
87
  [name: string]: string | number | boolean | GuidValue;
88
88
  } = {}> {
89
89
  id: GuidValue;
90
- route?: T;
90
+ route: T;
91
91
  }
92
92
  export interface AdminRoute extends TokenBasedRoute {
93
93
  manifestId: GuidValue;
@@ -1,4 +1,4 @@
1
- import { BackgroundDefinition, BlueprintsReference, ColorSchemaType, ColorValue, FillDefinition, FillDefinitionValue } from "./ThemeDefinitionV2";
1
+ import { BackgroundDefinition, BlueprintsReference, ColorSchemaType, ColorValue, FillDefinitionValue } from "./ThemeDefinitionV2";
2
2
  import { SpacingDefinition, Spacing } from "./Spacing";
3
3
  import { TypographyValue } from "./Typography";
4
4
  export interface BoxDimensions extends Spacing {
@@ -146,6 +146,6 @@ export interface TextBlueprint extends Blueprint {
146
146
  typography?: TypographyValue;
147
147
  }
148
148
  export interface IconBlueprint extends Blueprint {
149
- color?: FillDefinition;
149
+ color?: FillDefinitionValue;
150
150
  size?: number;
151
151
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx-models",
3
3
  "license": "MIT",
4
- "version": "8.0.158-dev",
4
+ "version": "8.0.159-dev",
5
5
  "description": "Provide Omnia Fx Models Stuffs.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"