exodeui 6.3.9 → 6.3.10

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
@@ -6907,7 +6907,7 @@ class Ji {
6907
6907
  wA(this, "debugMode", !1);
6908
6908
  // Trigger Management
6909
6909
  wA(this, "activeTriggers", /* @__PURE__ */ new Map());
6910
- 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)");
6910
+ console.info("%c[ExodeUI Engine] Pixel-Perfect Parity Active (v6.3.10) - SVG Fill & Gradient Parity Active", "color: #3b82f6; font-weight: bold; padding: 2px 4px; border-radius: 4px; background: rgba(59, 130, 246, 0.1)");
6911
6911
  }
6912
6912
  // interactionId -> lastProgress
6913
6913
  setTriggerCallback(A) {
@@ -10664,7 +10664,7 @@ const qi = ({ artboard: B, config: A }) => {
10664
10664
  ]
10665
10665
  }
10666
10666
  );
10667
- }, Ri = "6.3.9", Ui = {
10667
+ }, Ri = "6.3.10", Ui = {
10668
10668
  version: Ri
10669
10669
  }, pi = Ui.version;
10670
10670
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "exodeui",
3
- "version": "6.3.9",
3
+ "version": "6.3.10",
4
4
  "description": "React Runtime for ExodeUI Animation Engine",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",