@fuf-stack/pixels 1.3.8 → 1.4.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 (1) hide show
  1. package/package.json +11 -9
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@fuf-stack/pixels",
3
3
  "description": "fuf core react component library",
4
4
  "author": "Fröhlich ∧ Frei",
5
- "version": "1.3.8",
5
+ "version": "1.4.0",
6
6
  "type": "module",
7
7
  "main": "./dist/index.cjs",
8
8
  "module": "./dist/index.js",
@@ -159,14 +159,20 @@
159
159
  "bugs": {
160
160
  "url": "https://github.com/fuf-stack/pixels/issues"
161
161
  },
162
+ "scripts": {
163
+ "build": "tsup --config node_modules/@repo/tsup-config/config.ts --dts-resolve",
164
+ "prepack": "pnpm build",
165
+ "test": "vitest ./src"
166
+ },
162
167
  "peerDependencies": {
163
168
  "react": ">=18",
164
169
  "react-dom": ">=18"
165
170
  },
166
171
  "dependencies": {
172
+ "@fuf-stack/pixel-utils": "1.0.5",
173
+ "@heroui/accordion": "2.2.21",
167
174
  "@heroui/alert": "2.2.24",
168
175
  "@heroui/avatar": "2.2.20",
169
- "@heroui/accordion": "2.2.21",
170
176
  "@heroui/badge": "2.2.15",
171
177
  "@heroui/breadcrumbs": "2.2.20",
172
178
  "@heroui/button": "2.2.24",
@@ -182,14 +188,13 @@
182
188
  "@heroui/scroll-shadow": "2.3.16",
183
189
  "@heroui/system": "2.4.20",
184
190
  "@heroui/table": "2.2.24",
185
- "@heroui/theme": "2.4.20",
186
191
  "@heroui/tabs": "2.2.21",
192
+ "@heroui/theme": "2.4.20",
187
193
  "@heroui/toast": "2.0.14",
188
194
  "@heroui/tooltip": "2.2.21",
189
195
  "framer-motion": "12.23.24",
190
196
  "next-themes": "0.4.6",
191
- "react-icons": "5.5.0",
192
- "@fuf-stack/pixel-utils": "1.0.5"
197
+ "react-icons": "5.5.0"
193
198
  },
194
199
  "devDependencies": {
195
200
  "@types/debug": "4.1.12",
@@ -199,8 +204,5 @@
199
204
  "react": "19.1.1",
200
205
  "react-dom": "19.1.1"
201
206
  },
202
- "scripts": {
203
- "build": "tsup --config node_modules/@repo/tsup-config/config.ts --dts-resolve",
204
- "test": "vitest ./src"
205
- }
207
+ "gitHead": "d0d9a5ec08e389860a9572f1bef11e95f0f6ed67"
206
208
  }