ownui-system 0.0.6 → 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 +2 -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} */
@@ -87,6 +87,7 @@ export default {
87
87
  - [x] Accordion
88
88
  - [x] BottomSheet
89
89
  - [x] Pagination
90
+ - [x] Switch
90
91
  - [ ] Tooltip
91
92
  - [ ] Radio / RadioGroup
92
93
  - [ ] Step
package/package.json CHANGED
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "name": "ownui-system",
3
- "version": "0.0.6",
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",