ownui-system 0.0.4 → 0.0.6

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 +1 -1
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,7 @@ export default {
86
86
  - [x] Dropdown
87
87
  - [x] Accordion
88
88
  - [x] BottomSheet
89
+ - [x] Pagination
89
90
  - [ ] Tooltip
90
91
  - [ ] Radio / RadioGroup
91
92
  - [ ] Step
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ownui-system",
3
- "version": "0.0.4",
3
+ "version": "0.0.6",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"