@j3m-quantum/ui 1.0.0 → 1.3.1

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.
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@j3m-quantum/ui",
3
- "version": "1.0.0",
3
+ "version": "1.3.1",
4
+ "private": false,
4
5
  "description": "J3M UI Component Library - React components with J3M design tokens",
5
6
  "type": "module",
6
7
  "main": "./dist/index.cjs",
@@ -22,7 +23,8 @@
22
23
  },
23
24
  "files": [
24
25
  "dist",
25
- "cursor-rules-for-consumers.md"
26
+ "cursor-rules-for-consumers.md",
27
+ "README.md"
26
28
  ],
27
29
  "scripts": {
28
30
  "build": "tsup && npm run copy-styles",
@@ -99,4 +101,4 @@
99
101
  "tsup": "^8.5.0",
100
102
  "typescript": "^5.8.3"
101
103
  }
102
- }
104
+ }