@tempots/beatui 0.72.0 → 0.73.0

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 -0
  2. package/package.json +2 -17
package/README.md CHANGED
@@ -72,6 +72,8 @@ import '@tempots/beatui/css'
72
72
 
73
73
  If your project already ships Tailwind v4, pull in the slimmer Tailwind bundle and preset so the design tokens come from Tailwind instead of the standalone reset.
74
74
 
75
+ > **Tailwind Compatibility:** The BeatUI preset and Vite plugin are tested with Tailwind CSS 4.x (developed against 4.1.x). Any 4.x version should work—there's no strict peer dependency enforced.
76
+
75
77
  ```css
76
78
  /* apps/main.css */
77
79
  @import '@tempots/beatui/tailwind.css';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tempots/beatui",
3
- "version": "0.72.0",
3
+ "version": "0.73.0",
4
4
  "type": "module",
5
5
  "main": "dist/index.umd.js",
6
6
  "module": "dist/index.es.js",
@@ -118,22 +118,7 @@
118
118
  "peerDependencies": {
119
119
  "@tempots/dom": "35.0.0",
120
120
  "@tempots/std": "0.24.0",
121
- "@tempots/ui": "14.0.0",
122
- "tailwindcss": "4.1.17"
123
- },
124
- "peerDependenciesMeta": {
125
- "@tempots/dom": {
126
- "optional": false
127
- },
128
- "@tempots/std": {
129
- "optional": false
130
- },
131
- "@tempots/ui": {
132
- "optional": false
133
- },
134
- "tailwindcss": {
135
- "optional": true
136
- }
121
+ "@tempots/ui": "14.0.0"
137
122
  },
138
123
  "devDependencies": {
139
124
  "@eslint/js": "^9.39.1",