@4alldigital/foundation-ui--gamma 1.44.6 → 1.44.7

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.
@@ -25,6 +25,11 @@ interface AppContextProps {
25
25
  }[];
26
26
  }[];
27
27
  };
28
+ locale?: {
29
+ lang?: string;
30
+ currency?: string;
31
+ country?: string;
32
+ };
28
33
  }
29
34
  export declare const AppContext: React.Context<AppContextProps>;
30
35
  interface AppProviderProps {
@@ -0,0 +1,2 @@
1
+ export { default as useLanguage } from './useLanguage';
2
+ export { default as useTheme } from './useTheme';
@@ -0,0 +1,2 @@
1
+ import { STRINGS_EN } from '../translations';
2
+ export default function useLanguage(): typeof STRINGS_EN;
@@ -0,0 +1 @@
1
+ export default function useTheme(): any;
@@ -3,3 +3,4 @@ export * from './features';
3
3
  export * from './forms';
4
4
  export * from './context';
5
5
  export * from './translations';
6
+ export * from './hooks';
@@ -45,6 +45,7 @@ declare const en: {
45
45
  SAVE: string;
46
46
  CANCEL: string;
47
47
  DELETE: string;
48
+ CONTINUE_WITH_SOCIAL: string;
48
49
  LOGIN_WITH_GOOGLE: string;
49
50
  LOGIN_WITH_APPLE: string;
50
51
  SIGNUP_WITH_GOOGLE: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@4alldigital/foundation-ui--gamma",
3
- "version": "1.44.6",
3
+ "version": "1.44.7",
4
4
  "description": "Foundation UI Component library with GAMMA theme. ",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -39,7 +39,7 @@
39
39
  "publishConfig": {
40
40
  "access": "public"
41
41
  },
42
- "gitHead": "21b3ce0ec2bd8d1ec4730ff3d8ce0d8dbddfb900",
42
+ "gitHead": "639acfd1baacb912825ded8aec7056385b009f49",
43
43
  "dependencies": {
44
44
  "@elastic/datemath": "^5.0.3",
45
45
  "@elastic/react-search-ui": "^1.21.1",