@fuf-stack/pixels 0.39.7 → 0.39.9

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 +6 -2
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.9",
6
6
  "type": "module",
7
7
  "main": "./dist/index.cjs",
8
8
  "module": "./dist/index.js",
@@ -74,6 +74,10 @@
74
74
  "import": "./dist/Json/index.js",
75
75
  "require": "./dist/Json/index.cjs"
76
76
  },
77
+ "./Json.css": {
78
+ "import": "./dist/Json/index.css",
79
+ "require": "./dist/Json/index.css"
80
+ },
77
81
  "./Label": {
78
82
  "types": "./dist/Label/index.d.ts",
79
83
  "import": "./dist/Label/index.js",
@@ -179,8 +183,8 @@
179
183
  "react": "19.0.0",
180
184
  "react-dom": "19.0.0",
181
185
  "@repo/tailwind-config": "0.0.1",
182
- "@repo/storybook-config": "0.0.1",
183
186
  "@repo/vite-config": "0.0.1",
187
+ "@repo/storybook-config": "0.0.1",
184
188
  "@repo/tsup-config": "0.0.1"
185
189
  },
186
190
  "scripts": {