exodeui 6.2.7 → 6.2.8

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/dist/index.mjs CHANGED
@@ -6891,7 +6891,7 @@ class Fi {
6891
6891
  GA(this, "logicNodeValues", /* @__PURE__ */ new Map());
6892
6892
  // Trigger Management
6893
6893
  GA(this, "activeTriggers", /* @__PURE__ */ new Map());
6894
- console.info("%c[ExodeUI Engine] Pixel-Perfect Parity Active (v6.2.6) - SVG Fill & Gradient Parity Active", "color: #3b82f6; font-weight: bold; padding: 2px 4px; border-radius: 4px; background: rgba(59, 130, 246, 0.1)");
6894
+ console.info("%c[ExodeUI Engine] Pixel-Perfect Parity Active (v6.2.8) - SVG Fill & Gradient Parity Active", "color: #3b82f6; font-weight: bold; padding: 2px 4px; border-radius: 4px; background: rgba(59, 130, 246, 0.1)");
6895
6895
  }
6896
6896
  setTriggerCallback(A) {
6897
6897
  this.onTrigger = A;
@@ -10496,7 +10496,7 @@ function li() {
10496
10496
  updateObjectOptions: D
10497
10497
  };
10498
10498
  }
10499
- const Mi = "6.2.6", Ji = {
10499
+ const Mi = "6.2.8", Ji = {
10500
10500
  version: Mi
10501
10501
  }, Yi = Ji.version;
10502
10502
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "exodeui",
3
- "version": "6.2.7",
3
+ "version": "6.2.8",
4
4
  "description": "React Runtime for ExodeUI Animation Engine",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",