exodeui 6.2.5 → 6.2.6

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
@@ -6887,7 +6887,7 @@ class hi {
6887
6887
  });
6888
6888
  // Trigger Management
6889
6889
  GA(this, "activeTriggers", /* @__PURE__ */ new Map());
6890
- console.info("%c[ExodeUI Engine] Pixel-Perfect Parity Active (v6.0.24) - SVG Fill & Gradient Parity Active", "color: #3b82f6; font-weight: bold; padding: 2px 4px; border-radius: 4px; background: rgba(59, 130, 246, 0.1)");
6890
+ 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)");
6891
6891
  }
6892
6892
  setTriggerCallback(A) {
6893
6893
  this.onTrigger = A;
@@ -10143,7 +10143,7 @@ function ei() {
10143
10143
  updateObjectOptions: D
10144
10144
  };
10145
10145
  }
10146
- const Gi = "6.2.5", Ki = {
10146
+ const Gi = "6.2.6", Ki = {
10147
10147
  version: Gi
10148
10148
  }, Fi = Ki.version;
10149
10149
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "exodeui",
3
- "version": "6.2.5",
3
+ "version": "6.2.6",
4
4
  "description": "React Runtime for ExodeUI Animation Engine",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",