@cloudtower/eagle 0.26.29 → 0.26.30

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudtower/eagle",
3
- "version": "0.26.29",
3
+ "version": "0.26.30",
4
4
  "main": "dist/umd/index.js",
5
5
  "module": "./dist/esm/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -29,8 +29,8 @@
29
29
  "build-storybook": "storybook build"
30
30
  },
31
31
  "dependencies": {
32
- "@cloudtower/icons-react": "0.26.29",
33
- "@cloudtower/parrot": "0.26.29",
32
+ "@cloudtower/icons-react": "0.26.30",
33
+ "@cloudtower/parrot": "0.26.30",
34
34
  "@cloudtower/rc-notification": "^4.6.1",
35
35
  "@linaria/core": "^4.2.2",
36
36
  "@linaria/react": "^4.3.0",
@@ -38,7 +38,7 @@
38
38
  "classnames": "^2.3.2",
39
39
  "dayjs": "^1.11.10",
40
40
  "react-beautiful-dnd": "^13.0.0",
41
- "react-i18next": "^12.1.5",
41
+ "react-i18next": "^13.0.1",
42
42
  "react-redux": "^7.1.3",
43
43
  "react-svg-unique-id": "^1.3.3",
44
44
  "recharts": "^2.1.16",
@@ -50,7 +50,7 @@
50
50
  "@babel/preset-env": "^7.22.15",
51
51
  "@babel/preset-react": "^7.22.15",
52
52
  "@babel/preset-typescript": "^7.22.15",
53
- "@cloudtower/icons": "0.26.29",
53
+ "@cloudtower/icons": "0.26.30",
54
54
  "@linaria/babel-preset": "4.4.1",
55
55
  "@linaria/rollup": "^4.1.5",
56
56
  "@linaria/vite": "^4.2.5",
@@ -77,6 +77,7 @@
77
77
  "copy-to-clipboard": "^3.3.3",
78
78
  "css-loader": "^6.7.3",
79
79
  "globby": "^13.1.2",
80
+ "i18next": "^23.2.3",
80
81
  "jsdom": "^20.0.1",
81
82
  "less": "^4.1.3",
82
83
  "linaria": "^4.1.13",
@@ -104,5 +105,5 @@
104
105
  "vite": "^3.1.7",
105
106
  "vitest": "^0.24.1"
106
107
  },
107
- "gitHead": "bd1310338e521cb33319236d92ebdcf58d84e49e"
108
+ "gitHead": "d0a1ff8c7502471899afe2e3e0c1938d8db03588"
108
109
  }
@@ -1,5 +0,0 @@
1
- import React from "react";
2
- declare const AsideModel: React.FC<{
3
- onClose: () => void;
4
- }>;
5
- export default AsideModel;
@@ -1,5 +0,0 @@
1
- import React from "react";
2
- declare const ImmersiveModal: React.FC<{
3
- onClose: () => void;
4
- }>;
5
- export default ImmersiveModal;