@fraczled/sdk 1.10.0 → 1.12.0

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.
@@ -10594,7 +10594,7 @@ endobj\r
10594
10594
  var u = d.getContext("2d");
10595
10595
  u.fillStyle = "#fff", u.fillRect(0, 0, d.width, d.height);
10596
10596
  var p = { ignoreMouse: !0, ignoreAnimation: !0, ignoreDimensions: !0 }, y = this;
10597
- return (Xt.canvg ? Promise.resolve(Xt.canvg) : import("./index.es-DCz5hj3Q.js")).catch(function(N) {
10597
+ return (Xt.canvg ? Promise.resolve(Xt.canvg) : import("./index.es-DTVTDW9M.js")).catch(function(N) {
10598
10598
  return Promise.reject(new Error("Could not load canvg: " + N));
10599
10599
  }).then(function(N) {
10600
10600
  return N.default ? N.default : N;
@@ -13015,7 +13015,7 @@ const ey = ({ activeTool: t, setActiveTool: e, featureAccess: n = {}, onRequestU
13015
13015
  { id: Et.TEMPLATES, icon: Ba, label: "Create", feature: "templates" },
13016
13016
  { id: Et.DESIGN, icon: Yi, label: "Design", feature: "design" },
13017
13017
  { id: Et.ELEMENTS, icon: bb, label: "Elements", feature: "elements" },
13018
- { id: Et.DRAW, icon: tf, label: "Draw" },
13018
+ { id: Et.DRAW, icon: tf, label: "Draw", feature: "draw" },
13019
13019
  { id: Et.TEXT, icon: xl, label: "Text", feature: "text" },
13020
13020
  { id: Et.IMAGES, icon: vl, label: "Images", feature: "images" },
13021
13021
  { id: Et.BRAND, icon: Qc, label: "Brand", feature: "brand" },
@@ -22995,6 +22995,7 @@ const vc = () => Math.random().toString(36).substring(2, 9), Vv = ({ apiKey: t,
22995
22995
  [Et.TEMPLATES]: "templates",
22996
22996
  [Et.DESIGN]: "design",
22997
22997
  [Et.ELEMENTS]: "elements",
22998
+ [Et.DRAW]: "draw",
22998
22999
  [Et.TEXT]: "text",
22999
23000
  [Et.IMAGES]: "images",
23000
23001
  [Et.BRAND]: "brand",
@@ -1,4 +1,4 @@
1
- import { c as Da, _ as Va, g as il } from "./index-DMZbJMNY.js";
1
+ import { c as Da, _ as Va, g as il } from "./index-Bn2v2fyW.js";
2
2
  var fn = {}, cn = {}, cr, vn;
3
3
  function Q() {
4
4
  if (vn) return cr;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fraczled/sdk",
3
- "version": "1.10.0",
3
+ "version": "1.12.0",
4
4
  "description": "Fraczled Design Studio SDK - Embed a powerful design editor in your application",
5
5
  "scripts": {
6
6
  "build": "vite build --config ../vite.sdk.config.ts && vite build --config ../vite.sdk.umd.config.ts",