motile-ui 0.9.1 β 0.9.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.
- package/README.md +10 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -48,6 +48,11 @@
|
|
|
48
48
|
|
|
49
49
|
## π¦ μ€μΉ
|
|
50
50
|
|
|
51
|
+
### μꡬμ¬ν
|
|
52
|
+
|
|
53
|
+
- **React**: 18.0.0 μ΄μ (React 18 λλ React 19)
|
|
54
|
+
- **React DOM**: 18.0.0 μ΄μ
|
|
55
|
+
|
|
51
56
|
```bash
|
|
52
57
|
# npm
|
|
53
58
|
npm install motile-ui
|
|
@@ -225,6 +230,11 @@ MIT Β© [Innopers](https://github.com/Innopers)
|
|
|
225
230
|
|
|
226
231
|
## π¦ Installation
|
|
227
232
|
|
|
233
|
+
### Requirements
|
|
234
|
+
|
|
235
|
+
- **React**: 18.0.0 or higher (React 18 or React 19)
|
|
236
|
+
- **React DOM**: 18.0.0 or higher
|
|
237
|
+
|
|
228
238
|
```bash
|
|
229
239
|
# npm
|
|
230
240
|
npm install motile-ui
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "motile-ui",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A modern React component library for webview applications",
|
|
6
6
|
"main": "./dist/motile-ui.umd.js",
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
"prepublishOnly": "npm run build"
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {
|
|
31
|
-
"react": "
|
|
32
|
-
"react-dom": "
|
|
31
|
+
"react": ">=18.0.0",
|
|
32
|
+
"react-dom": ">=18.0.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@storybook/addon-essentials": "^8.4.7",
|