@zakkster/lite-ui-fx 1.0.2 → 1.0.4

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 (2) hide show
  1. package/README.md +0 -1
  2. package/package.json +1 -2
package/README.md CHANGED
@@ -224,7 +224,6 @@ Full TypeScript declarations are included for:
224
224
 
225
225
  (Recipes are not part of the npm package, so their types are not included.)
226
226
 
227
- ```
228
227
 
229
228
  ## 📚 LLM-Friendly Documentation
230
229
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zakkster/lite-ui-fx",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "Canvas-hijacked UI components with a pluggable recipe system. 30 built-in recipes across toggles, buttons, sliders, knobs, loaders, checkboxes, counters, and ratings.",
5
5
  "author": "Zahary Shinikchiev <shinikchiev@yahoo.com>",
6
6
  "license": "MIT",
@@ -32,7 +32,6 @@
32
32
  "game",
33
33
  "a11y"
34
34
  ],
35
- "sideEffects": false,
36
35
  "dependencies": {
37
36
  "@zakkster/lite-ticker": "^1.0.0",
38
37
  "@zakkster/lite-lerp": "^1.0.0",