@fraczled/sdk 1.30.13 → 1.30.15

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/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -374,6 +374,7 @@ Built-in panel IDs you can hide:
374
374
  - `ToolType.DRAW`
375
375
  - `ToolType.TEXT`
376
376
  - `ToolType.IMAGES`
377
+ - `ToolType.ICONS`
377
378
  - `ToolType.BRAND`
378
379
  - `ToolType.UPLOADS`
379
380
  - `ToolType.QR_CODE`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fraczled/sdk",
3
- "version": "1.30.13",
3
+ "version": "1.30.15",
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",