@fraczled/sdk 1.30.15 → 1.30.17
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/fraczled-sdk.es.js +1 -1
- package/dist/fraczled-sdk.umd.js +231 -226
- package/dist/icons/Color/Facebook.svg +1 -0
- package/dist/icons/Color/Instagram.svg +1 -0
- package/dist/icons/Color/LinkedIn.svg +1 -0
- package/dist/icons/Color/Mail.svg +1 -0
- package/dist/icons/Color/Messenger.svg +1 -0
- package/dist/icons/Color/Pinterest.svg +1 -0
- package/dist/icons/Color/Skype.svg +1 -0
- package/dist/icons/Color/Snapchat.svg +1 -0
- package/dist/icons/Color/Threads.svg +1 -0
- package/dist/icons/Color/TikTok.svg +1 -0
- package/dist/icons/Color/WhatsApp.svg +1 -0
- package/dist/icons/Color/X.svg +1 -0
- package/dist/icons/Color/YouTube.svg +1 -0
- package/dist/icons/Facebook.svg +1 -0
- package/dist/icons/Instagram.svg +1 -0
- package/dist/icons/LinkedIn.svg +1 -0
- package/dist/icons/Mail.svg +1 -0
- package/dist/icons/Messenger.svg +1 -0
- package/dist/icons/Pinterest.svg +1 -0
- package/dist/icons/Skype.svg +1 -0
- package/dist/icons/Snapchat.svg +1 -0
- package/dist/icons/Threads.svg +1 -0
- package/dist/icons/TikTok.svg +1 -0
- package/dist/icons/WhatsApp.svg +1 -0
- package/dist/icons/X.svg +1 -0
- package/dist/icons/YouTube.svg +1 -0
- package/dist/index-DPZqeNrH.js +26120 -0
- package/dist/{index.es-qA007ZUu.js → index.es-DrCqknE6.js} +1 -1
- package/index.d.ts +4 -0
- package/package.json +2 -2
- package/dist/index-D1XP3N62.js +0 -25955
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,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fraczled/sdk",
|
|
3
|
-
"version": "1.30.
|
|
3
|
+
"version": "1.30.17",
|
|
4
4
|
"description": "Fraczled Design Studio SDK - Embed a powerful design editor in your application",
|
|
5
5
|
"scripts": {
|
|
6
|
-
"build": "vite build --config ../vite.sdk.config.ts && vite build --config ../vite.sdk.umd.config.ts",
|
|
6
|
+
"build": "vite build --config ../vite.sdk.config.ts && vite build --config ../vite.sdk.umd.config.ts && node ../scripts/copy-sdk-icons.mjs",
|
|
7
7
|
"prepublishOnly": "npm run build"
|
|
8
8
|
},
|
|
9
9
|
"main": "dist/fraczled-sdk.umd.js",
|