@fuf-stack/pixels 0.39.7 → 0.39.8

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 +5 -4
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": "Hannes Tiede",
5
- "version": "0.39.7",
5
+ "version": "0.39.8",
6
6
  "type": "module",
7
7
  "main": "./dist/index.cjs",
8
8
  "module": "./dist/index.js",
@@ -74,6 +74,7 @@
74
74
  "import": "./dist/Json/index.js",
75
75
  "require": "./dist/Json/index.cjs"
76
76
  },
77
+ "./Json.css": "./dist/Json/index.css",
77
78
  "./Label": {
78
79
  "types": "./dist/Label/index.d.ts",
79
80
  "import": "./dist/Label/index.js",
@@ -178,10 +179,10 @@
178
179
  "@uiw/react-json-view": "2.0.0-alpha.30",
179
180
  "react": "19.0.0",
180
181
  "react-dom": "19.0.0",
181
- "@repo/tailwind-config": "0.0.1",
182
182
  "@repo/storybook-config": "0.0.1",
183
- "@repo/vite-config": "0.0.1",
184
- "@repo/tsup-config": "0.0.1"
183
+ "@repo/tailwind-config": "0.0.1",
184
+ "@repo/tsup-config": "0.0.1",
185
+ "@repo/vite-config": "0.0.1"
185
186
  },
186
187
  "scripts": {
187
188
  "build": "tsup --config node_modules/@repo/tsup-config/config.ts --dts-resolve",