@hero-design/rn-work-uikit 1.7.5-alpha.0 → 1.8.1

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": "@hero-design/rn-work-uikit",
3
- "version": "1.7.5-alpha.0",
3
+ "version": "1.8.1",
4
4
  "license": "MIT",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -23,8 +23,8 @@
23
23
  "@emotion/native": "^11.9.3",
24
24
  "@emotion/primitives-core": "11.0.0",
25
25
  "@emotion/react": "^11.9.3",
26
- "@hero-design/rn": "^8.108.3-alpha.0",
27
- "hero-editor": "^1.16.0"
26
+ "@hero-design/rn": "^8.110.1",
27
+ "hero-editor": "^1.17.0"
28
28
  },
29
29
  "peerDependencies": {
30
30
  "@hero-design/react-native-month-year-picker": "^8.43.1",
@@ -32,7 +32,7 @@
32
32
  "@react-native-community/datetimepicker": "^3.5.2 || ^7.6.1",
33
33
  "@react-native-community/slider": "^4.5.1",
34
34
  "react": "18.3.1",
35
- "react-native": "0.76.9",
35
+ "react-native": "0.77.3",
36
36
  "react-native-gesture-handler": "~2.20.2",
37
37
  "react-native-linear-gradient": "^2.8.3",
38
38
  "react-native-pager-view": "^6.7.0",
@@ -61,10 +61,10 @@
61
61
  "@react-native-community/cli-platform-ios": "15.0.1",
62
62
  "@react-native-community/datetimepicker": "8.2.0",
63
63
  "@react-native-community/slider": "^4.5.1",
64
- "@react-native/babel-preset": "0.76.9",
65
- "@react-native/eslint-config": "0.76.9",
66
- "@react-native/metro-config": "0.76.9",
67
- "@react-native/typescript-config": "0.76.9",
64
+ "@react-native/babel-preset": "0.77.3",
65
+ "@react-native/eslint-config": "0.77.3",
66
+ "@react-native/metro-config": "0.77.3",
67
+ "@react-native/typescript-config": "0.77.3",
68
68
  "@rollup/plugin-alias": "^5.1.1",
69
69
  "@rollup/plugin-babel": "^6.0.4",
70
70
  "@rollup/plugin-commonjs": "^28.0.1",
@@ -102,7 +102,7 @@
102
102
  "prettier-config-hd": "8.42.4",
103
103
  "react": "18.3.1",
104
104
  "react-dom": "^18.2.0",
105
- "react-native": "0.76.9",
105
+ "react-native": "0.77.3",
106
106
  "react-native-gesture-handler": "~2.20.2",
107
107
  "react-native-linear-gradient": "2.8.3",
108
108
  "react-native-pager-view": "6.5.1",
package/src/index.ts CHANGED
@@ -4,7 +4,6 @@ import Select from './components/Select';
4
4
  import DatePicker from './components/DatePicker';
5
5
  import TimePicker from './components/TimePicker';
6
6
  import FormGroup from './components/FormGroup';
7
- import RichTextEditor from './components/RichTextEditor';
8
7
 
9
8
  export * from '@hero-design/rn';
10
9
 
@@ -19,4 +18,4 @@ export {
19
18
  } from './theme';
20
19
 
21
20
  export { default as theme } from './theme';
22
- export { TextInput, Select, DatePicker, TimePicker, FormGroup, RichTextEditor };
21
+ export { TextInput, Select, DatePicker, TimePicker, FormGroup };
@@ -1667,7 +1667,7 @@ exports[`theme returns correct theme object 1`] = `
1667
1667
  },
1668
1668
  "sizes": {
1669
1669
  "itemWrapperHeight": 62.769230769230774,
1670
- "messageInputHeight": 40,
1670
+ "messageInputHeight": 39.230769230769226,
1671
1671
  "messageWrapperHeight": 62.769230769230774,
1672
1672
  },
1673
1673
  "space": {