@social-mail/social-mail-client 1.8.407 → 1.8.411
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/content/svg/angle-down.svg +1 -0
- package/content/svg/angle-right.svg +1 -0
- package/content/svg/eye-slash.svg +1 -0
- package/content/svg/eye.svg +1 -0
- package/dist/admin/AdminAppIndex.pack.global.css +1 -1
- package/dist/admin/AdminAppIndex.pack.global.css.map +1 -1
- package/dist/admin/AdminAppIndex.pack.js +1 -1
- package/dist/admin/AdminAppIndex.pack.js.map +1 -1
- package/dist/admin/AdminAppIndex.pack.min.js +1 -1
- package/dist/admin/AdminAppIndex.pack.min.js.map +1 -1
- package/dist/public/channel/ChannelApp.pack.global.css +1 -1
- package/dist/public/channel/ChannelApp.pack.global.css.map +1 -1
- package/dist/public/channel/ChannelApp.pack.js +1 -1
- package/dist/public/channel/ChannelApp.pack.js.map +1 -1
- package/dist/public/channel/ChannelApp.pack.min.js +1 -1
- package/dist/public/channel/ChannelApp.pack.min.js.map +1 -1
- package/dist/site-editor/editor/HtmlPageEditor.d.ts.map +1 -1
- package/dist/site-editor/editor/HtmlPageEditor.js +3 -7
- package/dist/site-editor/editor/HtmlPageEditor.js.map +1 -1
- package/dist/site-editor/editor/UndoRedo.d.ts +1 -0
- package/dist/site-editor/editor/UndoRedo.d.ts.map +1 -1
- package/dist/site-editor/editor/UndoRedo.js +27 -1
- package/dist/site-editor/editor/UndoRedo.js.map +1 -1
- package/dist/site-editor/suggestions/editorSuggestions.d.ts +138 -0
- package/dist/site-editor/suggestions/editorSuggestions.d.ts.map +1 -1
- package/dist/site-editor/suggestions/pair.d.ts +3 -1
- package/dist/site-editor/suggestions/pair.d.ts.map +1 -1
- package/dist/site-editor/suggestions/pair.js +3 -2
- package/dist/site-editor/suggestions/pair.js.map +1 -1
- package/dist/site-editor/suggestions/properties/animations/animations.d.ts +18 -0
- package/dist/site-editor/suggestions/properties/animations/animations.d.ts.map +1 -1
- package/dist/site-editor/suggestions/properties/background.d.ts +5 -0
- package/dist/site-editor/suggestions/properties/background.d.ts.map +1 -1
- package/dist/site-editor/suggestions/properties/border.d.ts +5 -0
- package/dist/site-editor/suggestions/properties/border.d.ts.map +1 -1
- package/dist/site-editor/suggestions/properties/clip.d.ts +1 -0
- package/dist/site-editor/suggestions/properties/clip.d.ts.map +1 -1
- package/dist/site-editor/suggestions/properties/color.d.ts +4 -0
- package/dist/site-editor/suggestions/properties/color.d.ts.map +1 -1
- package/dist/site-editor/suggestions/properties/effects.d.ts +3 -0
- package/dist/site-editor/suggestions/properties/effects.d.ts.map +1 -1
- package/dist/site-editor/suggestions/properties/fontStyles.d.ts +1 -0
- package/dist/site-editor/suggestions/properties/fontStyles.d.ts.map +1 -1
- package/dist/site-editor/suggestions/properties/gap.d.ts +3 -0
- package/dist/site-editor/suggestions/properties/gap.d.ts.map +1 -1
- package/dist/site-editor/suggestions/properties/grid.d.ts +8 -0
- package/dist/site-editor/suggestions/properties/grid.d.ts.map +1 -1
- package/dist/site-editor/suggestions/properties/mask.d.ts +2 -0
- package/dist/site-editor/suggestions/properties/mask.d.ts.map +1 -1
- package/dist/site-editor/suggestions/properties/position.d.ts +9 -0
- package/dist/site-editor/suggestions/properties/position.d.ts.map +1 -1
- package/dist/site-editor/suggestions/properties/size.d.ts +55 -0
- package/dist/site-editor/suggestions/properties/size.d.ts.map +1 -1
- package/dist/site-editor/suggestions/properties/space.d.ts +10 -0
- package/dist/site-editor/suggestions/properties/space.d.ts.map +1 -1
- package/dist/site-editor/suggestions/properties/text.d.ts +7 -0
- package/dist/site-editor/suggestions/properties/text.d.ts.map +1 -1
- package/dist/site-editor/suggestions/properties/transform.d.ts +9 -0
- package/dist/site-editor/suggestions/properties/transform.d.ts.map +1 -1
- package/dist/site-editor/tools/designs/Designs.js +1 -1
- package/dist/site-editor/tools/designs/Designs.js.map +1 -1
- package/dist/site-editor/tools/section/ToolSection.d.ts +0 -1
- package/dist/site-editor/tools/section/ToolSection.d.ts.map +1 -1
- package/dist/site-editor/tools/section/ToolSection.js +4 -13
- package/dist/site-editor/tools/section/ToolSection.js.map +1 -1
- package/dist/site-editor/tools/section/ToolSection.local.css +1 -1
- package/dist/site-editor/tools/section/ToolSection.local.css.map +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.global.css +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.global.css.map +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.js +683 -278
- package/dist/site-editor-app/SiteEditorApp.pack.js.map +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.local.css +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.local.css.map +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.min.js +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.min.js.map +1 -1
- package/dist/site-editor-app/pages/websites/studio/WebSiteStudioPage.d.ts.map +1 -1
- package/dist/site-editor-app/pages/websites/studio/WebSiteStudioPage.js +56 -28
- package/dist/site-editor-app/pages/websites/studio/WebSiteStudioPage.js.map +1 -1
- package/dist/site-editor-app/pages/websites/studio/WebSiteStudioPage.local.css +1 -1
- package/dist/site-editor-app/pages/websites/studio/WebSiteStudioPage.local.css.map +1 -1
- package/dist/site-editor-app/pages/websites/studio/layers/StudioLayers.d.ts +37 -0
- package/dist/site-editor-app/pages/websites/studio/layers/StudioLayers.d.ts.map +1 -0
- package/dist/site-editor-app/pages/websites/studio/layers/StudioLayers.global.css +2 -0
- package/dist/site-editor-app/pages/websites/studio/layers/StudioLayers.global.css.map +1 -0
- package/dist/site-editor-app/pages/websites/studio/layers/StudioLayers.js +206 -0
- package/dist/site-editor-app/pages/websites/studio/layers/StudioLayers.js.map +1 -0
- package/dist/site-editor-app/pages/websites/studio/layers/TreeElement.d.ts +18 -0
- package/dist/site-editor-app/pages/websites/studio/layers/TreeElement.d.ts.map +1 -0
- package/dist/site-editor-app/pages/websites/studio/layers/TreeElement.global.css +2 -0
- package/dist/site-editor-app/pages/websites/studio/layers/TreeElement.global.css.map +1 -0
- package/dist/site-editor-app/pages/websites/studio/layers/TreeElement.js +186 -0
- package/dist/site-editor-app/pages/websites/studio/layers/TreeElement.js.map +1 -0
- package/dist/site-editor-app/pages/websites/studio/tool-bar/StudioToolBar.d.ts +43 -0
- package/dist/site-editor-app/pages/websites/studio/tool-bar/StudioToolBar.d.ts.map +1 -0
- package/dist/site-editor-app/pages/websites/studio/tool-bar/StudioToolBar.global.css +2 -0
- package/dist/site-editor-app/pages/websites/studio/tool-bar/StudioToolBar.global.css.map +1 -0
- package/dist/site-editor-app/pages/websites/studio/tool-bar/StudioToolBar.js +74 -0
- package/dist/site-editor-app/pages/websites/studio/tool-bar/StudioToolBar.js.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/web/AppIndex.pack.global.css +1 -1
- package/dist/web/AppIndex.pack.global.css.map +1 -1
- package/dist/web/AppIndex.pack.js +1 -1
- package/dist/web/AppIndex.pack.js.map +1 -1
- package/dist/web/AppIndex.pack.min.js +1 -1
- package/dist/web/AppIndex.pack.min.js.map +1 -1
- package/dist/web/page/mails/service/ConversationService.js +1 -1
- package/dist/web/page/mails/service/ConversationService.js.map +1 -1
- package/dist/web/page/mails/service/MsgStyle.global.css +1 -1
- package/dist/web/page/mails/service/MsgStyle.global.css.map +1 -1
- package/package.json +1 -1
- package/src/site-editor/editor/HtmlPageEditor.tsx +0 -2
- package/src/site-editor/editor/UndoRedo.tsx +27 -1
- package/src/site-editor/suggestions/pair.ts +3 -2
- package/src/site-editor/tools/designs/Designs.tsx +2 -2
- package/src/site-editor/tools/section/ToolSection.local.css +1 -1
- package/src/site-editor/tools/section/ToolSection.tsx +1 -9
- package/src/site-editor-app/pages/websites/studio/WebSiteStudioPage.local.css +9 -4
- package/src/site-editor-app/pages/websites/studio/WebSiteStudioPage.tsx +63 -48
- package/src/site-editor-app/pages/websites/studio/layers/StudioLayers.global.css +11 -0
- package/src/site-editor-app/pages/websites/studio/layers/StudioLayers.tsx +218 -0
- package/src/site-editor-app/pages/websites/studio/layers/TreeElement.global.css +85 -0
- package/src/site-editor-app/pages/websites/studio/layers/TreeElement.tsx +202 -0
- package/src/site-editor-app/pages/websites/studio/tool-bar/StudioToolBar.global.css +60 -0
- package/src/site-editor-app/pages/websites/studio/tool-bar/StudioToolBar.tsx +79 -0
- package/src/web/page/mails/service/ConversationService.tsx +1 -1
- package/src/web/page/mails/service/MsgStyle.global.css +4 -0
- package/dist/site-editor/editor/BreadCrum.d.ts +0 -13
- package/dist/site-editor/editor/BreadCrum.d.ts.map +0 -1
- package/dist/site-editor/editor/BreadCrum.global.css +0 -2
- package/dist/site-editor/editor/BreadCrum.global.css.map +0 -1
- package/dist/site-editor/editor/BreadCrum.js +0 -122
- package/dist/site-editor/editor/BreadCrum.js.map +0 -1
- package/dist/site-editor/tools/Tools.d.ts +0 -5
- package/dist/site-editor/tools/Tools.d.ts.map +0 -1
- package/dist/site-editor/tools/Tools.js +0 -24
- package/dist/site-editor/tools/Tools.js.map +0 -1
- package/dist/site-editor/tools/Tools.local.css +0 -2
- package/dist/site-editor/tools/Tools.local.css.map +0 -1
- package/src/site-editor/editor/BreadCrum.global.css +0 -86
- package/src/site-editor/editor/BreadCrum.tsx +0 -131
- package/src/site-editor/tools/Tools.local.css +0 -9
- package/src/site-editor/tools/Tools.tsx +0 -13
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"editorSuggestions.d.ts","sourceRoot":"","sources":["../../../src/site-editor/suggestions/editorSuggestions.ts"],"names":[],"mappings":"AAqBA,eAAO,MAAM,iBAAiB
|
|
1
|
+
{"version":3,"file":"editorSuggestions.d.ts","sourceRoot":"","sources":["../../../src/site-editor/suggestions/editorSuggestions.ts"],"names":[],"mappings":"AAqBA,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsB7B,CAAC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
declare function pair(label: string, value?: string): {
|
|
1
|
+
declare function pair(label: string, value?: string, className?: any): {
|
|
2
2
|
label: string;
|
|
3
3
|
value: string;
|
|
4
|
+
className: any;
|
|
4
5
|
};
|
|
5
6
|
declare namespace pair {
|
|
6
7
|
var from: (a: (string | {
|
|
@@ -15,5 +16,6 @@ export default pair;
|
|
|
15
16
|
export declare const jsonPair: (label: string, value: any) => {
|
|
16
17
|
label: string;
|
|
17
18
|
value: string;
|
|
19
|
+
className: any;
|
|
18
20
|
};
|
|
19
21
|
//# sourceMappingURL=pair.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pair.d.ts","sourceRoot":"","sources":["../../../src/site-editor/suggestions/pair.ts"],"names":[],"mappings":"AAAA,iBAAwB,IAAI,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,GAAE,MAAc
|
|
1
|
+
{"version":3,"file":"pair.d.ts","sourceRoot":"","sources":["../../../src/site-editor/suggestions/pair.ts"],"names":[],"mappings":"AAAA,iBAAwB,IAAI,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,GAAE,MAAc,EAAE,SAAS,MAAS;;;;EAMpF;kBANuB,IAAI;kBAQZ,CAAC,MAAM,GAAG;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAC,CAAC,EAAE;eAAzB,MAAM;eAAS,MAAM;;;eARhC,IAAI;AAU5B,eAAO,MAAM,QAAQ,GAAI,OAAO,MAAM,EAAE,OAAO,GAAG;;;;CAAuC,CAAC"}
|
|
@@ -2,10 +2,11 @@ System.register([], function (_export, _context) {
|
|
|
2
2
|
"use strict";
|
|
3
3
|
|
|
4
4
|
var jsonPair;
|
|
5
|
-
function pair(label, value = label) {
|
|
5
|
+
function pair(label, value = label, className = void 0) {
|
|
6
6
|
return {
|
|
7
7
|
label,
|
|
8
|
-
value
|
|
8
|
+
value,
|
|
9
|
+
className
|
|
9
10
|
};
|
|
10
11
|
}
|
|
11
12
|
_export("default", pair);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["pair","label","value","_export","setters","execute","from","a","map","x","jsonPair","JSON","stringify"],"sources":["../../../src/site-editor/suggestions/pair.ts"],"sourcesContent":[null],"mappings":";;;;EAAc,SAAUA,IAAIA,CAACC,KAAa,EAAEC,KAAA,GAAgBD,KAAK;
|
|
1
|
+
{"version":3,"names":["pair","label","value","className","_export","setters","execute","from","a","map","x","jsonPair","JSON","stringify"],"sources":["../../../src/site-editor/suggestions/pair.ts"],"sourcesContent":[null],"mappings":";;;;EAAc,SAAUA,IAAIA,CAACC,KAAa,EAAEC,KAAA,GAAgBD,KAAK,EAAEE,SAAS,GAAG,KAAK,CAAC;IACjF,OAAO;MACHF,KAAK;MACLC,KAAK;MACLC;KACH;EACL;EAACC,OAAA,YANuBJ,IAAI;EAAA;IAAAK,OAAA;IAAAC,OAAA,WAAAA,CAAA;MAQ5BN,IAAI,CAACO,IAAI,GAAIC,CAA+C,IAAKA,CAAC,CAACC,GAAG,CAAEC,CAAC,IAAK,OAAOA,CAAC,KAAK,QAAQ,GAAGV,IAAI,CAACU,CAAC,CAAC,GAAGA,CAAC,CAAC;MAACN,OAAA,aAEtGO,QAAQ,GAAGA,CAACV,KAAa,EAAEC,KAAU,KAAKF,IAAI,CAACC,KAAK,EAAEW,IAAI,CAACC,SAAS,CAACX,KAAK,CAAC,CAAC;IAAA;EAAA;AAAA","ignoreList":[]}
|
|
@@ -3,74 +3,92 @@ export declare const animationSuggestions: {
|
|
|
3
3
|
"styler-on-enter": {
|
|
4
4
|
label: string;
|
|
5
5
|
value: string;
|
|
6
|
+
className: any;
|
|
6
7
|
}[];
|
|
7
8
|
"styler-on-enter-effect-1": {
|
|
8
9
|
label: string;
|
|
9
10
|
value: string;
|
|
11
|
+
className: any;
|
|
10
12
|
}[];
|
|
11
13
|
"styler-on-enter-effect-2": {
|
|
12
14
|
label: string;
|
|
13
15
|
value: string;
|
|
16
|
+
className: any;
|
|
14
17
|
}[];
|
|
15
18
|
"styler-on-hover": {
|
|
16
19
|
label: string;
|
|
17
20
|
value: string;
|
|
21
|
+
className: any;
|
|
18
22
|
}[];
|
|
19
23
|
"styler-on-hover-effect-1": {
|
|
20
24
|
label: string;
|
|
21
25
|
value: string;
|
|
26
|
+
className: any;
|
|
22
27
|
}[];
|
|
23
28
|
"styler-on-hover-effect-2": {
|
|
24
29
|
label: string;
|
|
25
30
|
value: string;
|
|
31
|
+
className: any;
|
|
26
32
|
}[];
|
|
27
33
|
"styler-on-leave": {
|
|
28
34
|
label: string;
|
|
29
35
|
value: string;
|
|
36
|
+
className: any;
|
|
30
37
|
}[];
|
|
31
38
|
"styler-on-leave-effect-1": {
|
|
32
39
|
label: string;
|
|
33
40
|
value: string;
|
|
41
|
+
className: any;
|
|
34
42
|
}[];
|
|
35
43
|
"styler-on-leave-effect-2": {
|
|
36
44
|
label: string;
|
|
37
45
|
value: string;
|
|
46
|
+
className: any;
|
|
38
47
|
}[];
|
|
39
48
|
"styler-on-scroll": {
|
|
40
49
|
label: string;
|
|
41
50
|
value: string;
|
|
51
|
+
className: any;
|
|
42
52
|
}[];
|
|
43
53
|
"styler-on-scroll-effect-1": {
|
|
44
54
|
label: string;
|
|
45
55
|
value: string;
|
|
56
|
+
className: any;
|
|
46
57
|
}[];
|
|
47
58
|
"styler-on-scroll-effect-2": {
|
|
48
59
|
label: string;
|
|
49
60
|
value: string;
|
|
61
|
+
className: any;
|
|
50
62
|
}[];
|
|
51
63
|
"styler-on-scroll-above": {
|
|
52
64
|
label: string;
|
|
53
65
|
value: string;
|
|
66
|
+
className: any;
|
|
54
67
|
}[];
|
|
55
68
|
"styler-on-scroll-above-effect-1": {
|
|
56
69
|
label: string;
|
|
57
70
|
value: string;
|
|
71
|
+
className: any;
|
|
58
72
|
}[];
|
|
59
73
|
"styler-on-scroll-above-effect-2": {
|
|
60
74
|
label: string;
|
|
61
75
|
value: string;
|
|
76
|
+
className: any;
|
|
62
77
|
}[];
|
|
63
78
|
"styler-on-scroll-top-half": {
|
|
64
79
|
label: string;
|
|
65
80
|
value: string;
|
|
81
|
+
className: any;
|
|
66
82
|
}[];
|
|
67
83
|
"styler-on-scroll-top-half-effect-1": {
|
|
68
84
|
label: string;
|
|
69
85
|
value: string;
|
|
86
|
+
className: any;
|
|
70
87
|
}[];
|
|
71
88
|
"styler-on-scroll-top-half-effect-2": {
|
|
72
89
|
label: string;
|
|
73
90
|
value: string;
|
|
91
|
+
className: any;
|
|
74
92
|
}[];
|
|
75
93
|
};
|
|
76
94
|
//# sourceMappingURL=animations.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"animations.d.ts","sourceRoot":"","sources":["../../../../../src/site-editor/suggestions/properties/animations/animations.ts"],"names":[],"mappings":"AAkBA,eAAO,MAAM,mBAAmB,yCAwB/B,CAAC;AAIF,eAAO,MAAM,oBAAoB
|
|
1
|
+
{"version":3,"file":"animations.d.ts","sourceRoot":"","sources":["../../../../../src/site-editor/suggestions/properties/animations/animations.ts"],"names":[],"mappings":"AAkBA,eAAO,MAAM,mBAAmB,yCAwB/B,CAAC;AAIF,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoBhC,CAAC"}
|
|
@@ -2,10 +2,12 @@ export declare const backgroundProperties: {
|
|
|
2
2
|
"styler-background": {
|
|
3
3
|
label: string;
|
|
4
4
|
value: string;
|
|
5
|
+
className: any;
|
|
5
6
|
}[];
|
|
6
7
|
"styler-background-size": {
|
|
7
8
|
label: string;
|
|
8
9
|
value: string;
|
|
10
|
+
className: any;
|
|
9
11
|
}[];
|
|
10
12
|
"styler-background-clip": {
|
|
11
13
|
label: string;
|
|
@@ -46,14 +48,17 @@ export declare const backgroundProperties: {
|
|
|
46
48
|
"styler-background-color": {
|
|
47
49
|
label: string;
|
|
48
50
|
value: string;
|
|
51
|
+
className: any;
|
|
49
52
|
}[];
|
|
50
53
|
"styler-backgorund-hover-color": {
|
|
51
54
|
label: string;
|
|
52
55
|
value: string;
|
|
56
|
+
className: any;
|
|
53
57
|
}[];
|
|
54
58
|
"styler-background-mode": {
|
|
55
59
|
label: string;
|
|
56
60
|
value: string;
|
|
61
|
+
className: any;
|
|
57
62
|
}[];
|
|
58
63
|
};
|
|
59
64
|
//# sourceMappingURL=background.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"background.d.ts","sourceRoot":"","sources":["../../../../src/site-editor/suggestions/properties/background.ts"],"names":[],"mappings":"AAkHA,eAAO,MAAM,oBAAoB
|
|
1
|
+
{"version":3,"file":"background.d.ts","sourceRoot":"","sources":["../../../../src/site-editor/suggestions/properties/background.ts"],"names":[],"mappings":"AAkHA,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqBhC,CAAC"}
|
|
@@ -2,6 +2,7 @@ export declare const borderProperties: {
|
|
|
2
2
|
"styler-border": (string | {
|
|
3
3
|
label: string;
|
|
4
4
|
value: string;
|
|
5
|
+
className: any;
|
|
5
6
|
})[];
|
|
6
7
|
"styler-border-style": {
|
|
7
8
|
label: string;
|
|
@@ -10,18 +11,22 @@ export declare const borderProperties: {
|
|
|
10
11
|
"styler-border-width": {
|
|
11
12
|
label: string;
|
|
12
13
|
value: string;
|
|
14
|
+
className: any;
|
|
13
15
|
}[];
|
|
14
16
|
"styler-border-radius": {
|
|
15
17
|
label: string;
|
|
16
18
|
value: string;
|
|
19
|
+
className: any;
|
|
17
20
|
}[];
|
|
18
21
|
"styler-border-color": {
|
|
19
22
|
label: string;
|
|
20
23
|
value: string;
|
|
24
|
+
className: any;
|
|
21
25
|
}[];
|
|
22
26
|
"styler-border-hover-color": {
|
|
23
27
|
label: string;
|
|
24
28
|
value: string;
|
|
29
|
+
className: any;
|
|
25
30
|
}[];
|
|
26
31
|
};
|
|
27
32
|
//# sourceMappingURL=border.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"border.d.ts","sourceRoot":"","sources":["../../../../src/site-editor/suggestions/properties/border.ts"],"names":[],"mappings":"AA2BA,eAAO,MAAM,gBAAgB
|
|
1
|
+
{"version":3,"file":"border.d.ts","sourceRoot":"","sources":["../../../../src/site-editor/suggestions/properties/border.ts"],"names":[],"mappings":"AA2BA,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAQ5B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"clip.d.ts","sourceRoot":"","sources":["../../../../src/site-editor/suggestions/properties/clip.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,eAAe
|
|
1
|
+
{"version":3,"file":"clip.d.ts","sourceRoot":"","sources":["../../../../src/site-editor/suggestions/properties/clip.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,eAAe;;;;;;CAE3B,CAAC"}
|
|
@@ -1,19 +1,23 @@
|
|
|
1
1
|
export declare const colors: {
|
|
2
2
|
label: string;
|
|
3
3
|
value: string;
|
|
4
|
+
className: any;
|
|
4
5
|
}[];
|
|
5
6
|
export declare const colorSuggestions: {
|
|
6
7
|
"styler-color": {
|
|
7
8
|
label: string;
|
|
8
9
|
value: string;
|
|
10
|
+
className: any;
|
|
9
11
|
}[];
|
|
10
12
|
"styler-hover-color": {
|
|
11
13
|
label: string;
|
|
12
14
|
value: string;
|
|
15
|
+
className: any;
|
|
13
16
|
}[];
|
|
14
17
|
"styler-placeholder-color": {
|
|
15
18
|
label: string;
|
|
16
19
|
value: string;
|
|
20
|
+
className: any;
|
|
17
21
|
}[];
|
|
18
22
|
};
|
|
19
23
|
//# sourceMappingURL=color.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"color.d.ts","sourceRoot":"","sources":["../../../../src/site-editor/suggestions/properties/color.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM
|
|
1
|
+
{"version":3,"file":"color.d.ts","sourceRoot":"","sources":["../../../../src/site-editor/suggestions/properties/color.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM;;;;GAmClB,CAAC;AAEF,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;CAI5B,CAAC"}
|
|
@@ -10,14 +10,17 @@ export declare const effectSuggestions: {
|
|
|
10
10
|
"styler-backdrop-filter": {
|
|
11
11
|
label: string;
|
|
12
12
|
value: string;
|
|
13
|
+
className: any;
|
|
13
14
|
}[];
|
|
14
15
|
"styler-box-shadow": {
|
|
15
16
|
label: string;
|
|
16
17
|
value: string;
|
|
18
|
+
className: any;
|
|
17
19
|
}[];
|
|
18
20
|
"styler-opacity": {
|
|
19
21
|
label: string;
|
|
20
22
|
value: string;
|
|
23
|
+
className: any;
|
|
21
24
|
}[];
|
|
22
25
|
"styler-backface-visibility": {
|
|
23
26
|
label: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"effects.d.ts","sourceRoot":"","sources":["../../../../src/site-editor/suggestions/properties/effects.ts"],"names":[],"mappings":"AAgGA,eAAO,MAAM,iBAAiB
|
|
1
|
+
{"version":3,"file":"effects.d.ts","sourceRoot":"","sources":["../../../../src/site-editor/suggestions/properties/effects.ts"],"names":[],"mappings":"AAgGA,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAO7B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fontStyles.d.ts","sourceRoot":"","sources":["../../../../src/site-editor/suggestions/properties/fontStyles.ts"],"names":[],"mappings":"AA4DA,eAAO,MAAM,oBAAoB
|
|
1
|
+
{"version":3,"file":"fontStyles.d.ts","sourceRoot":"","sources":["../../../../src/site-editor/suggestions/properties/fontStyles.ts"],"names":[],"mappings":"AA4DA,eAAO,MAAM,oBAAoB;;;;;;;CAGhC,CAAC"}
|
|
@@ -2,14 +2,17 @@ export declare const gapSuggestions: {
|
|
|
2
2
|
"styler-gap": {
|
|
3
3
|
label: string;
|
|
4
4
|
value: string;
|
|
5
|
+
className: any;
|
|
5
6
|
}[];
|
|
6
7
|
"styler-row-gap": {
|
|
7
8
|
label: string;
|
|
8
9
|
value: string;
|
|
10
|
+
className: any;
|
|
9
11
|
}[];
|
|
10
12
|
"styler-column-gap": {
|
|
11
13
|
label: string;
|
|
12
14
|
value: string;
|
|
15
|
+
className: any;
|
|
13
16
|
}[];
|
|
14
17
|
};
|
|
15
18
|
//# sourceMappingURL=gap.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"gap.d.ts","sourceRoot":"","sources":["../../../../src/site-editor/suggestions/properties/gap.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"gap.d.ts","sourceRoot":"","sources":["../../../../src/site-editor/suggestions/properties/gap.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;CAM1B,CAAC"}
|
|
@@ -2,34 +2,42 @@ export declare const gridSuggestions: {
|
|
|
2
2
|
"styler-grid-template-rows": {
|
|
3
3
|
label: string;
|
|
4
4
|
value: string;
|
|
5
|
+
className: any;
|
|
5
6
|
}[];
|
|
6
7
|
"styler-grid-template-columns": {
|
|
7
8
|
label: string;
|
|
8
9
|
value: string;
|
|
10
|
+
className: any;
|
|
9
11
|
}[];
|
|
10
12
|
"styler-grid-row": {
|
|
11
13
|
label: string;
|
|
12
14
|
value: string;
|
|
15
|
+
className: any;
|
|
13
16
|
}[];
|
|
14
17
|
"styler-grid-row-start": {
|
|
15
18
|
label: string;
|
|
16
19
|
value: string;
|
|
20
|
+
className: any;
|
|
17
21
|
}[];
|
|
18
22
|
"styler-grid-row-end": {
|
|
19
23
|
label: string;
|
|
20
24
|
value: string;
|
|
25
|
+
className: any;
|
|
21
26
|
}[];
|
|
22
27
|
"styler-grid-column": {
|
|
23
28
|
label: string;
|
|
24
29
|
value: string;
|
|
30
|
+
className: any;
|
|
25
31
|
}[];
|
|
26
32
|
"styler-grid-column-start": {
|
|
27
33
|
label: string;
|
|
28
34
|
value: string;
|
|
35
|
+
className: any;
|
|
29
36
|
}[];
|
|
30
37
|
"styler-grid-column-end": {
|
|
31
38
|
label: string;
|
|
32
39
|
value: string;
|
|
40
|
+
className: any;
|
|
33
41
|
}[];
|
|
34
42
|
};
|
|
35
43
|
//# sourceMappingURL=grid.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"grid.d.ts","sourceRoot":"","sources":["../../../../src/site-editor/suggestions/properties/grid.ts"],"names":[],"mappings":"AAsFA,eAAO,MAAM,eAAe
|
|
1
|
+
{"version":3,"file":"grid.d.ts","sourceRoot":"","sources":["../../../../src/site-editor/suggestions/properties/grid.ts"],"names":[],"mappings":"AAsFA,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAS3B,CAAC"}
|
|
@@ -10,6 +10,7 @@ export declare const maskProperties: {
|
|
|
10
10
|
"styler-mask-size": {
|
|
11
11
|
label: string;
|
|
12
12
|
value: string;
|
|
13
|
+
className: any;
|
|
13
14
|
}[];
|
|
14
15
|
"styler-mask-on-enter-position": {
|
|
15
16
|
label: string;
|
|
@@ -22,6 +23,7 @@ export declare const maskProperties: {
|
|
|
22
23
|
"styler-mask-on-enter-size": {
|
|
23
24
|
label: string;
|
|
24
25
|
value: string;
|
|
26
|
+
className: any;
|
|
25
27
|
}[];
|
|
26
28
|
};
|
|
27
29
|
//# sourceMappingURL=mask.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mask.d.ts","sourceRoot":"","sources":["../../../../src/site-editor/suggestions/properties/mask.ts"],"names":[],"mappings":"AA+BA,eAAO,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"mask.d.ts","sourceRoot":"","sources":["../../../../src/site-editor/suggestions/properties/mask.ts"],"names":[],"mappings":"AA+BA,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmB1B,CAAC"}
|
|
@@ -6,38 +6,47 @@ export declare const positionProperties: {
|
|
|
6
6
|
"styler-left": {
|
|
7
7
|
label: string;
|
|
8
8
|
value: string;
|
|
9
|
+
className: any;
|
|
9
10
|
}[];
|
|
10
11
|
"styler-top": {
|
|
11
12
|
label: string;
|
|
12
13
|
value: string;
|
|
14
|
+
className: any;
|
|
13
15
|
}[];
|
|
14
16
|
"styler-right": {
|
|
15
17
|
label: string;
|
|
16
18
|
value: string;
|
|
19
|
+
className: any;
|
|
17
20
|
}[];
|
|
18
21
|
"styler-bottom": {
|
|
19
22
|
label: string;
|
|
20
23
|
value: string;
|
|
24
|
+
className: any;
|
|
21
25
|
}[];
|
|
22
26
|
"styler-z-index": {
|
|
23
27
|
label: string;
|
|
24
28
|
value: string;
|
|
29
|
+
className: any;
|
|
25
30
|
}[];
|
|
26
31
|
"styler-inset": {
|
|
27
32
|
label: string;
|
|
28
33
|
value: string;
|
|
34
|
+
className: any;
|
|
29
35
|
}[];
|
|
30
36
|
"styler-mobile-inset": {
|
|
31
37
|
label: string;
|
|
32
38
|
value: string;
|
|
39
|
+
className: any;
|
|
33
40
|
}[];
|
|
34
41
|
"styler-desktop-inset": {
|
|
35
42
|
label: string;
|
|
36
43
|
value: string;
|
|
44
|
+
className: any;
|
|
37
45
|
}[];
|
|
38
46
|
"styler-tablet-inset": {
|
|
39
47
|
label: string;
|
|
40
48
|
value: string;
|
|
49
|
+
className: any;
|
|
41
50
|
}[];
|
|
42
51
|
};
|
|
43
52
|
//# sourceMappingURL=position.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"position.d.ts","sourceRoot":"","sources":["../../../../src/site-editor/suggestions/properties/position.ts"],"names":[],"mappings":"AAaA,eAAO,MAAM,kBAAkB
|
|
1
|
+
{"version":3,"file":"position.d.ts","sourceRoot":"","sources":["../../../../src/site-editor/suggestions/properties/position.ts"],"names":[],"mappings":"AAaA,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyB9B,CAAC"}
|