@talxis/base-controls 1.2501.3 → 1.2501.4

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/dist/index.d.ts CHANGED
@@ -77,7 +77,7 @@ interface IOutputs$1 {
77
77
  [key: string]: any;
78
78
  }
79
79
  interface IContext extends ComponentFramework.Context<any> {
80
- fluentDesignLanguage: IFluentDesignState;
80
+ fluentDesignLanguage?: IFluentDesignState;
81
81
  }
82
82
  interface IControl<TParameters, TOutputs, TTranslations, TComponentProps> {
83
83
  context: IContext;
@@ -4,7 +4,7 @@ export interface IOutputs {
4
4
  [key: string]: any;
5
5
  }
6
6
  export interface IContext extends ComponentFramework.Context<any> {
7
- fluentDesignLanguage: IFluentDesignState;
7
+ fluentDesignLanguage?: IFluentDesignState;
8
8
  }
9
9
  export interface IControl<TParameters, TOutputs, TTranslations, TComponentProps> {
10
10
  context: IContext;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@talxis/base-controls",
3
- "version": "1.2501.3",
3
+ "version": "1.2501.4",
4
4
  "description": "Set of React components that natively work with Power Apps Component Framework API's",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",