@multivendorx/zyra 1.0.34 → 1.0.35
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/build/index.js +9 -8
- package/build/index.js.map +1 -1
- package/build/index.mjs +9 -8
- package/build/index.mjs.map +1 -1
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@multivendorx/zyra",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.35",
|
|
4
4
|
"description": "Component library for WordPress plugins. Aggregates every @zyra/* package into a single installable/importable bundle for external consumers. Styles are injected at runtime on import (no separate CSS import required).",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -54,10 +54,10 @@
|
|
|
54
54
|
"tsup": "^8.5.1",
|
|
55
55
|
"@zyra/builders": "1.0.0",
|
|
56
56
|
"@zyra/core": "1.0.0",
|
|
57
|
-
"@zyra/
|
|
58
|
-
"@zyra/theme": "1.0.0",
|
|
57
|
+
"@zyra/inputs": "1.0.0",
|
|
59
58
|
"@zyra/components": "1.0.0",
|
|
60
|
-
"@zyra/
|
|
59
|
+
"@zyra/table": "1.0.0",
|
|
60
|
+
"@zyra/theme": "1.0.0"
|
|
61
61
|
},
|
|
62
62
|
"scripts": {
|
|
63
63
|
"build": "tsup --config ../../tsup.config.ts",
|