@fraczled/sdk 1.30.9 → 1.30.12
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/README.md +2 -0
- package/dist/fraczled-sdk.es.js +1 -1
- package/dist/fraczled-sdk.umd.js +180 -180
- package/dist/{index-HetErHPU.js → index-DNbhSjEm.js} +3238 -3169
- package/dist/{index.es-Bdk3_1Mz.js → index.es-CllpzaEn.js} +1 -1
- package/index.d.ts +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -587,7 +587,7 @@ export interface EditorTheme {
|
|
|
587
587
|
darkMode?: boolean;
|
|
588
588
|
}
|
|
589
589
|
|
|
590
|
-
export type EventType = 'change' | 'save' | 'select' | 'export';
|
|
590
|
+
export type EventType = 'change' | 'save' | 'select' | 'export' | 'designSaved' | 'designDeleted';
|
|
591
591
|
|
|
592
592
|
export interface Store {
|
|
593
593
|
state: DesignState;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fraczled/sdk",
|
|
3
|
-
"version": "1.30.
|
|
3
|
+
"version": "1.30.12",
|
|
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",
|