@opencx/widget-react 4.0.1 → 4.0.3

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@opencx/widget-react",
3
3
  "private": false,
4
- "version": "4.0.1",
4
+ "version": "4.0.3",
5
5
  "type": "module",
6
6
  "repository": {
7
7
  "type": "git",
@@ -39,8 +39,8 @@
39
39
  "tailwind-merge": "^2.4.0",
40
40
  "class-variance-authority": "^0.7.0",
41
41
  "@uiw/react-iframe": "^1.0.3",
42
- "@opencx/widget-core": "4.0.1",
43
- "@opencx/widget-react-headless": "4.0.1"
42
+ "@opencx/widget-core": "4.0.3",
43
+ "@opencx/widget-react-headless": "4.0.3"
44
44
  },
45
45
  "peerDependencies": {
46
46
  "@types/react": ">=18 <20",
@@ -1,6 +0,0 @@
1
- import { TranslationKeysU } from '../translation/translation.types';
2
- import { Locale } from '../translation';
3
- export declare function useLocale(): {
4
- get: (key: TranslationKeysU) => string;
5
- lang: Locale;
6
- };
@@ -1,2 +0,0 @@
1
- import { TranslationInterface } from './translation.types';
2
- export declare const frLocale: TranslationInterface;
@@ -1,2 +0,0 @@
1
- import { TranslationInterface } from './translation.types';
2
- export declare const nlLocale: TranslationInterface;
@@ -1,2 +0,0 @@
1
- import { TranslationInterface } from './translation.types';
2
- export declare const ptLocale: TranslationInterface;
@@ -1,2 +0,0 @@
1
- import { TranslationInterface } from './translation.types';
2
- export declare const trLocale: TranslationInterface;