@fraczled/sdk 1.30.14 → 1.30.16

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.
Files changed (2) hide show
  1. package/index.d.ts +4 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -163,6 +163,10 @@ export interface CanvasElement {
163
163
  clipShape?: string;
164
164
  crop?: CropState;
165
165
  imageRotation?: number;
166
+ isIcon?: boolean;
167
+ iconVariant?: 'mono' | 'color';
168
+ iconViewBox?: string;
169
+ iconPaths?: string[];
166
170
  qrMargin?: number;
167
171
  qrCorrectionLevel?: 'L' | 'M' | 'Q' | 'H';
168
172
  qrDotsType?: QRDotsType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fraczled/sdk",
3
- "version": "1.30.14",
3
+ "version": "1.30.16",
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",