ownui-system 0.0.5 → 0.0.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.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -48,7 +48,7 @@ yarn add ownui-system
48
48
  pnpm add ownui-system
49
49
  ```
50
50
 
51
- - include "./node_modules/ownui-system/dist/\*_/_.{js,jsx,ts,tsx}" to tailwind.config content
51
+ - include "./node\*modules/ownui-system/dist/\*\*/\_.{js,jsx,ts,tsx}" to tailwind.config content
52
52
 
53
53
  ```
54
54
  /** @type {import('tailwindcss').Config} */
@@ -86,6 +86,8 @@ export default {
86
86
  - [x] Dropdown
87
87
  - [x] Accordion
88
88
  - [x] BottomSheet
89
+ - [x] Pagination
90
+ - [x] Switch
89
91
  - [ ] Tooltip
90
92
  - [ ] Radio / RadioGroup
91
93
  - [ ] Step
package/package.json CHANGED
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "name": "ownui-system",
3
- "version": "0.0.5",
3
+ "version": "0.0.7",
4
4
  "type": "module",
5
+ "repository": "https://github.com/leye195/ownui-system.git",
6
+ "license": "MIT",
5
7
  "files": [
6
8
  "dist"
7
9
  ],
@@ -36,7 +38,6 @@
36
38
  "react": ">=18",
37
39
  "react-dom": ">=18"
38
40
  },
39
- "license": "MIT",
40
41
  "dependencies": {
41
42
  "clsx": "^2.1.0",
42
43
  "framer-motion": "^11.0.8",