@careevolution/mydatahelps-ui 2.2.1-VB3.0 → 2.2.1-VB3.2

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.
@@ -10,8 +10,8 @@ export interface LayoutProps {
10
10
  noGlobalStyles?: boolean;
11
11
  colorScheme?: "light" | "dark" | "auto";
12
12
  /**
13
- * @deprecated
14
- */
13
+ * @deprecated
14
+ */
15
15
  stylesheetPath?: string;
16
16
  }
17
17
  export interface LayoutContext {
@@ -1,4 +1,2 @@
1
- declare const _default: {
2
- [key: string]: string;
3
- };
4
- export default _default;
1
+ declare var language: (key: string) => string;
2
+ export default language;
package/dist/index.d.ts CHANGED
@@ -119,8 +119,8 @@ interface LayoutProps {
119
119
  noGlobalStyles?: boolean;
120
120
  colorScheme?: "light" | "dark" | "auto";
121
121
  /**
122
- * @deprecated
123
- */
122
+ * @deprecated
123
+ */
124
124
  stylesheetPath?: string;
125
125
  }
126
126
  interface LayoutContext {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@careevolution/mydatahelps-ui",
3
- "version": "2.2.1-VB3.0",
3
+ "version": "2.2.1-VB3.2",
4
4
  "description": "MyDataHelps UI Library",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",