@tachui/primitives 0.8.29 → 0.8.31

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/dist/index.js +1 -1
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -425,7 +425,7 @@ const B = {
425
425
  }
426
426
  console.groupEnd();
427
427
  }
428
- }, w = "@tachui/primitives", x = "0.8.29", T = w, b = x;
428
+ }, w = "@tachui/primitives", x = "0.8.31", T = w, b = x;
429
429
  export {
430
430
  Te as BasicForm,
431
431
  be as BasicFormImplementation,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tachui/primitives",
3
- "version": "0.8.29",
3
+ "version": "0.8.31",
4
4
  "description": "Basic UI components for tachUI framework",
5
5
  "homepage": "https://tachui.dev/",
6
6
  "type": "module",
@@ -48,8 +48,8 @@
48
48
  "lint": "oxlint src"
49
49
  },
50
50
  "dependencies": {
51
- "@tachui/core": "0.8.28",
52
- "@tachui/modifiers": "0.8.29"
51
+ "@tachui/core": "0.8.30",
52
+ "@tachui/modifiers": "0.8.31"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@types/node": "^20.0.0",