@rockshin/tao-ui 0.0.3 → 0.0.4

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 (30) hide show
  1. package/dist/components/breadcrumb/breadcrumb.css +2 -979
  2. package/dist/components/button/button.css +2 -979
  3. package/dist/components/checkbox/checkbox.css +3 -979
  4. package/dist/components/collapsible/collapsible.css +2 -979
  5. package/dist/components/context-menu/context-menu.css +1 -1144
  6. package/dist/components/date-picker/date-picker.css +22 -1188
  7. package/dist/components/drawer/drawer.css +27 -1007
  8. package/dist/components/dropdown/dropdown.css +0 -978
  9. package/dist/components/form-field/form.css +4 -980
  10. package/dist/components/input/input.css +0 -1176
  11. package/dist/components/menu/menu.css +3 -980
  12. package/dist/components/modal/modal.css +5 -982
  13. package/dist/components/pagination/pagination.css +4 -980
  14. package/dist/components/radio/radio.css +4 -980
  15. package/dist/components/scroll-area/scroll-area.css +11 -984
  16. package/dist/components/select/mobile-select.css +2 -979
  17. package/dist/components/select/select.css +8 -1181
  18. package/dist/components/spinner/spinner.css +3 -990
  19. package/dist/components/splitter/splitter.css +7 -981
  20. package/dist/components/switch/switch.css +8 -984
  21. package/dist/components/table/table.css +13 -995
  22. package/dist/components/tabs/tabs.css +4 -980
  23. package/dist/components/tag/tag.css +6 -980
  24. package/dist/components/textarea/textarea.css +0 -1176
  25. package/dist/index.d.ts +32 -30
  26. package/dist/index.js +2 -0
  27. package/dist/layouts/stack/layout.css +0 -978
  28. package/dist/theme/control.css +10 -1000
  29. package/dist/theme/theme.css +71 -902
  30. package/package.json +1 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rockshin/tao-ui",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "type": "module",
5
5
  "description": "A modern React 19 component library with semantic DOM customization and OKLCH-based theming.",
6
6
  "keywords": [
@@ -61,7 +61,6 @@
61
61
  "@storybook/addon-docs": "^10.3.6",
62
62
  "@storybook/addon-onboarding": "^10.3.6",
63
63
  "@storybook/react": "^10.3.6",
64
- "@tailwindcss/postcss": "^4.3.0",
65
64
  "@testing-library/jest-dom": "^6.9.1",
66
65
  "@testing-library/react": "^16.3.2",
67
66
  "@types/node": "^24.12.4",
@@ -69,14 +68,12 @@
69
68
  "@types/react-dom": "^19",
70
69
  "babel-plugin-react-compiler": "^1.0.0",
71
70
  "happy-dom": "^20.9.0",
72
- "postcss": "^8.5.15",
73
71
  "react": "^19.2.6",
74
72
  "react-dom": "^19.2.6",
75
73
  "rsbuild-plugin-workspace-dev": "^1.0.0",
76
74
  "storybook": "^10.3.6",
77
75
  "storybook-addon-rslib": "^3.3.4",
78
76
  "storybook-react-rsbuild": "^3.3.4",
79
- "tailwindcss": "^4.3.0",
80
77
  "typescript": "^6.0.3"
81
78
  },
82
79
  "peerDependencies": {