jaml-ui 1.0.1 → 1.0.2

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 (42) hide show
  1. package/dist/assets/{searchPoolWorker-DWobBIhl.js → searchPoolWorker-DHh9a5GD.js} +2 -2
  2. package/dist/assets/searchPoolWorker-DHh9a5GD.js.map +1 -0
  3. package/dist/chunks/{jamlSeeds-3ILzc_rj.js → jamlSeeds-CKHvpjhC.js} +1 -1
  4. package/dist/chunks/{jamlSeeds-3ILzc_rj.js.map → jamlSeeds-CKHvpjhC.js.map} +1 -1
  5. package/dist/chunks/{motelyItemFormats-CNrFzcCI.js → motelyItemFormats-Dyq1BINO.js} +275 -267
  6. package/dist/chunks/motelyItemFormats-Dyq1BINO.js.map +1 -0
  7. package/dist/chunks/{searchPoolWorker-tBaSbLZu.js → searchPoolWorker-DgRqVj_q.js} +2 -2
  8. package/dist/chunks/searchPoolWorker-DgRqVj_q.js.map +1 -0
  9. package/dist/chunks/{assets-Bb6wV80_.js → spriteMapper-C2mqQHLj.js} +2417 -2
  10. package/dist/chunks/spriteMapper-C2mqQHLj.js.map +1 -0
  11. package/dist/chunks/{ui-B6Oq-jPj.js → ui-LfKBGL5-.js} +1028 -1015
  12. package/dist/chunks/ui-LfKBGL5-.js.map +1 -0
  13. package/dist/core.js +7 -8
  14. package/dist/core.js.map +1 -1
  15. package/dist/index.js +1632 -1677
  16. package/dist/index.js.map +1 -1
  17. package/dist/lib/motely/runtime.d.ts +7 -0
  18. package/dist/motely.js +10 -11
  19. package/dist/motely.js.map +1 -1
  20. package/dist/ui/jimbo.css +1 -1
  21. package/dist/ui/jimboApp.d.ts +3 -6
  22. package/dist/ui/jimboBackground.d.ts +4 -8
  23. package/dist/ui/sprites.d.ts +2 -1
  24. package/dist/ui.d.ts +0 -1
  25. package/dist/ui.js +2 -3
  26. package/package.json +15 -39
  27. package/dist/assets/searchPoolWorker-DWobBIhl.js.map +0 -1
  28. package/dist/chunks/assets-Bb6wV80_.js.map +0 -1
  29. package/dist/chunks/motelyItemFormats-CNrFzcCI.js.map +0 -1
  30. package/dist/chunks/searchPoolWorker-tBaSbLZu.js.map +0 -1
  31. package/dist/chunks/spriteMapper-CajFGgUU.js +0 -2419
  32. package/dist/chunks/spriteMapper-CajFGgUU.js.map +0 -1
  33. package/dist/chunks/tokens-Qrhlekc4.js +0 -57
  34. package/dist/chunks/tokens-Qrhlekc4.js.map +0 -1
  35. package/dist/chunks/ui-B6Oq-jPj.js.map +0 -1
  36. package/dist/r3f/Card3D.d.ts +0 -25
  37. package/dist/r3f/JimboBillboard.d.ts +0 -10
  38. package/dist/r3f/JimboText3D.d.ts +0 -9
  39. package/dist/r3f.d.ts +0 -3
  40. package/dist/r3f.js +0 -235
  41. package/dist/r3f.js.map +0 -1
  42. package/dist/ui/JimboPanelSplitter.d.ts +0 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jaml-ui",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Balatro rendering components, sprite metadata, and optional Motely helpers for React apps.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -22,10 +22,6 @@
22
22
  "types": "./dist/motely.d.ts",
23
23
  "default": "./dist/motely.js"
24
24
  },
25
- "./r3f": {
26
- "types": "./dist/r3f.d.ts",
27
- "default": "./dist/r3f.js"
28
- },
29
25
  "./jimbo.css": "./dist/ui/jimbo.css",
30
26
  "./fonts.css": "./fonts.css",
31
27
  "./assets/*": "./assets/*"
@@ -47,6 +43,17 @@
47
43
  "DESIGN.md",
48
44
  "LICENSE"
49
45
  ],
46
+ "scripts": {
47
+ "build": "vite build",
48
+ "dev": "vite build --watch",
49
+ "demo": "vite --config demo/vite.config.ts",
50
+ "typecheck": "tsc --noEmit --pretty false",
51
+ "prepack": "npm run build",
52
+ "storybook": "storybook dev -p 3141",
53
+ "build-storybook": "storybook build",
54
+ "serve:storybook": "npx --yes serve storybook-static -l tcp://0.0.0.0:3141 --cors",
55
+ "lint": "eslint ."
56
+ },
50
57
  "engines": {
51
58
  "node": ">=18"
52
59
  },
@@ -73,41 +80,22 @@
73
80
  "author": "pifreak",
74
81
  "license": "MIT",
75
82
  "peerDependencies": {
76
- "@react-spring/three": ">=9.0.0",
77
- "@react-three/drei": ">=9.0.0",
78
- "@react-three/fiber": ">=8.0.0",
79
83
  "motely-wasm": ">=19.0.2",
80
84
  "react": "^18.2.0 || ^19.0.0",
81
85
  "react-dom": "^18.2.0 || ^19.0.0",
82
- "react-icons": ">=5.0.0",
83
- "three": ">=0.150.0"
86
+ "react-icons": ">=5.0.0"
84
87
  },
85
88
  "peerDependenciesMeta": {
86
- "@react-spring/three": {
87
- "optional": true
88
- },
89
- "@react-three/fiber": {
90
- "optional": true
91
- },
92
89
  "@rewaffle/bootsharp-file-system": {
93
90
  "optional": true
94
91
  },
95
92
  "react-icons": {
96
93
  "optional": true
97
- },
98
- "three": {
99
- "optional": true
100
- },
101
- "@react-three/drei": {
102
- "optional": true
103
94
  }
104
95
  },
105
96
  "devDependencies": {
106
97
  "@chromatic-com/storybook": "^5.2.1",
107
98
  "@eslint/js": "^10.0.1",
108
- "@react-spring/three": "^10.0.3",
109
- "@react-three/drei": "^10.7.7",
110
- "@react-three/fiber": "^9.6.1",
111
99
  "@storybook/addon-a11y": "^10.4.0",
112
100
  "@storybook/addon-docs": "^10.4.0",
113
101
  "@storybook/addon-mcp": "^0.6.0",
@@ -116,7 +104,6 @@
116
104
  "@types/node": "^25.8.0",
117
105
  "@types/react": "^19.2.14",
118
106
  "@types/react-dom": "^19.2.3",
119
- "@types/three": "^0.184.1",
120
107
  "@vitejs/plugin-react": "^5.2.0",
121
108
  "@vitest/browser-playwright": "^4.1.6",
122
109
  "@vitest/coverage-v8": "^4.1.6",
@@ -124,13 +111,12 @@
124
111
  "eslint-plugin-react-hooks": "^7.1.1",
125
112
  "eslint-plugin-react-refresh": "^0.5.2",
126
113
  "globals": "^17.6.0",
127
- "motely-wasm": "file:./motely-wasm-19.0.2.tgz",
114
+ "motely-wasm": "^19.0.2",
128
115
  "playwright": "^1.60.0",
129
116
  "react": "^19.2.6",
130
117
  "react-dom": "^19.2.6",
131
118
  "react-icons": "^5.6.0",
132
119
  "storybook": "^10.4.0",
133
- "three": "^0.184.0",
134
120
  "typescript": "^5.9.3",
135
121
  "typescript-eslint": "^8.59.3",
136
122
  "vite": "^8.0.13",
@@ -150,15 +136,5 @@
150
136
  "lucide-react": "^1.16.0",
151
137
  "tailwind-merge": "^2.6.1",
152
138
  "zustand": "^5.0.13"
153
- },
154
- "scripts": {
155
- "build": "vite build",
156
- "dev": "vite build --watch",
157
- "demo": "vite --config demo/vite.config.ts",
158
- "typecheck": "tsc --noEmit --pretty false",
159
- "storybook": "storybook dev -p 3141",
160
- "build-storybook": "storybook build",
161
- "serve:storybook": "npx --yes serve storybook-static -l tcp://0.0.0.0:3141 --cors",
162
- "lint": "eslint ."
163
139
  }
164
- }
140
+ }