@useinsider/guido 1.4.4-beta.9adffb8 → 1.4.4-beta.a48da7f
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 +295 -664
- package/dist/@types/config/defaults.js +44 -0
- package/dist/@types/config/schemas.js +243 -0
- package/dist/@types/config/validator.js +56 -0
- package/dist/components/Guido.vue.js +1 -1
- package/dist/components/Guido.vue2.js +63 -89
- package/dist/components/organisms/email-preview/desktop-preview/EmailHeaderInfo.vue2.js +13 -13
- package/dist/components/organisms/email-preview/mobile-preview/InboxView.vue.js +5 -5
- package/dist/components/organisms/email-preview/mobile-preview/InboxView.vue2.js +13 -13
- package/dist/components/organisms/header/LeftSlot.vue.js +1 -1
- package/dist/components/organisms/header/LeftSlot.vue2.js +18 -15
- package/dist/components/organisms/header/RightSlot.vue.js +10 -10
- package/dist/components/organisms/header/RightSlot.vue2.js +10 -10
- package/dist/components/organisms/onboarding/NewVersionPopup.vue2.js +22 -19
- package/dist/components/organisms/unsubscribe/UnsubscribeBreadcrumb.vue.js +4 -4
- package/dist/components/organisms/unsubscribe/UnsubscribeBreadcrumb.vue2.js +8 -8
- package/dist/components/organisms/unsubscribe/UnsubscribeTypeSelection.vue.js +3 -3
- package/dist/components/organisms/unsubscribe/UnsubscribeTypeSelection.vue2.js +17 -17
- package/dist/components/organisms/unsubscribe/UnsubscribeWrapper.vue.js +10 -10
- package/dist/composables/useBlocksConfig.js +23 -20
- package/dist/composables/useConfig.js +53 -5
- package/dist/composables/useHtmlCompiler.js +20 -19
- package/dist/composables/useHtmlValidator.js +41 -41
- package/dist/composables/usePartner.js +19 -9
- package/dist/composables/useSave.js +13 -11
- package/dist/composables/useStripo.js +11 -11
- package/dist/composables/useTranslations.js +3 -2
- package/dist/config/compiler/unsubscribeCompilerRules.js +1 -1
- package/dist/enums/defaults.js +3 -67
- package/dist/enums/unsubscribe.js +23 -20
- package/dist/extensions/Blocks/CouponBlock/extension.js +4 -5
- package/dist/extensions/Blocks/CouponBlock/settingsPanel.js +14 -20
- package/dist/extensions/Blocks/CouponBlock/template.js +11 -22
- package/dist/extensions/Blocks/Recommendation/store/recommendation.js +12 -11
- package/dist/extensions/Blocks/Unsubscribe/extension.js +9 -9
- package/dist/extensions/Blocks/controlFactories.js +111 -122
- package/dist/guido.css +1 -1
- package/dist/library.js +12 -2
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/esm/index.js +52 -57
- package/dist/node_modules/lodash-es/_arrayLikeKeys.js +10 -10
- package/dist/node_modules/valibot/dist/index.js +476 -103
- package/dist/services/templateLibraryApi.js +18 -18
- package/dist/src/@types/config/defaults.d.ts +68 -0
- package/dist/src/@types/config/index.d.ts +14 -0
- package/dist/src/@types/config/schemas.d.ts +531 -0
- package/dist/src/@types/config/types.d.ts +148 -0
- package/dist/src/@types/config/validator.d.ts +119 -0
- package/dist/src/@types/generic.d.ts +4 -45
- package/dist/src/components/Guido.vue.d.ts +13 -12
- package/dist/src/components/wrappers/WpModal.vue.d.ts +1 -1
- package/dist/src/composables/useConfig.d.ts +190 -2
- package/dist/src/composables/usePartner.d.ts +8 -0
- package/dist/src/enums/defaults.d.ts +4 -6
- package/dist/src/enums/unsubscribe.d.ts +5 -1
- package/dist/src/extensions/Blocks/CouponBlock/template.d.ts +1 -1
- package/dist/src/extensions/Blocks/controlFactories.d.ts +7 -30
- package/dist/src/library.d.ts +3 -1
- package/dist/src/stores/config.d.ts +1691 -102
- package/dist/stores/config.js +148 -9
- package/package.json +1 -1
- package/dist/extensions/Blocks/CouponBlock/constants.js +0 -4
- package/dist/extensions/Blocks/CouponBlock/controls/index.js +0 -29
- package/dist/node_modules/lodash-es/_apply.js +0 -16
- package/dist/node_modules/lodash-es/_assignMergeValue.js +0 -8
- package/dist/node_modules/lodash-es/_assignValue.js +0 -10
- package/dist/node_modules/lodash-es/_baseAssignValue.js +0 -12
- package/dist/node_modules/lodash-es/_baseCreate.js +0 -17
- package/dist/node_modules/lodash-es/_baseKeysIn.js +0 -15
- package/dist/node_modules/lodash-es/_baseMerge.js +0 -20
- package/dist/node_modules/lodash-es/_baseMergeDeep.js +0 -31
- package/dist/node_modules/lodash-es/_baseRest.js +0 -9
- package/dist/node_modules/lodash-es/_baseSetToString.js +0 -14
- package/dist/node_modules/lodash-es/_cloneArrayBuffer.js +0 -8
- package/dist/node_modules/lodash-es/_cloneBuffer.js +0 -9
- package/dist/node_modules/lodash-es/_cloneTypedArray.js +0 -8
- package/dist/node_modules/lodash-es/_copyArray.js +0 -9
- package/dist/node_modules/lodash-es/_copyObject.js +0 -14
- package/dist/node_modules/lodash-es/_createAssigner.js +0 -15
- package/dist/node_modules/lodash-es/_defineProperty.js +0 -11
- package/dist/node_modules/lodash-es/_getPrototype.js +0 -5
- package/dist/node_modules/lodash-es/_initCloneObject.js +0 -9
- package/dist/node_modules/lodash-es/_nativeKeysIn.js +0 -10
- package/dist/node_modules/lodash-es/_overRest.js +0 -15
- package/dist/node_modules/lodash-es/_safeGet.js +0 -7
- package/dist/node_modules/lodash-es/_setToString.js +0 -6
- package/dist/node_modules/lodash-es/_shortOut.js +0 -16
- package/dist/node_modules/lodash-es/constant.js +0 -8
- package/dist/node_modules/lodash-es/isArrayLikeObject.js +0 -8
- package/dist/node_modules/lodash-es/isPlainObject.js +0 -16
- package/dist/node_modules/lodash-es/keysIn.js +0 -9
- package/dist/node_modules/lodash-es/merge.js +0 -8
- package/dist/node_modules/lodash-es/toPlainObject.js +0 -8
- package/dist/src/extensions/Blocks/CouponBlock/constants.d.ts +0 -14
- package/dist/src/extensions/Blocks/CouponBlock/controls/index.d.ts +0 -108
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import { ExtensionBuilder as e } from "../../../node_modules/@stripoinc/ui-editor-extensions/dist/esm/index.js";
|
|
2
2
|
import { UnsubscribeBlock as i } from "./block.js";
|
|
3
3
|
import { UnsubscribeControl as t } from "./control.js";
|
|
4
|
-
import { PreviewUIElement as
|
|
5
|
-
import { UnsubscribeIconsRegistry as
|
|
6
|
-
import { SettingsPanel as
|
|
4
|
+
import { PreviewUIElement as s } from "./elements/preview.js";
|
|
5
|
+
import { UnsubscribeIconsRegistry as o } from "./iconsRegistry.js";
|
|
6
|
+
import { SettingsPanel as r } from "./settingsPanel.js";
|
|
7
7
|
import n from "./styles.css.js";
|
|
8
|
-
import { UnsubscribeTagRegistry as
|
|
9
|
-
const
|
|
8
|
+
import { UnsubscribeTagRegistry as c } from "./tagRegistry.js";
|
|
9
|
+
const g = new e().addBlock(i).withSettingsPanelRegistry(r).addControl(t).addUiElement(s).addStyles(n).withLocalization({
|
|
10
10
|
en: {
|
|
11
|
-
"Unsubscribe Block": "Unsubscribe
|
|
12
|
-
"Unsubscribe Block Description": "
|
|
11
|
+
"Unsubscribe Block": "Unsubscribe",
|
|
12
|
+
"Unsubscribe Block Description": "Unsubscribe lets you add an Unsubscribe Link to direct users to opt out of receiving your messages.",
|
|
13
13
|
"Select Template": "Select Template",
|
|
14
14
|
"Unsubscribe Template": "Unsubscribe Template",
|
|
15
15
|
Showing: "Showing",
|
|
16
16
|
of: "of"
|
|
17
17
|
}
|
|
18
|
-
}).withUiElementTagRegistry(
|
|
18
|
+
}).withUiElementTagRegistry(c).withIconsRegistry(o).build();
|
|
19
19
|
export {
|
|
20
|
-
|
|
20
|
+
g as default
|
|
21
21
|
};
|
|
@@ -1,234 +1,223 @@
|
|
|
1
|
-
import { TextAlignBuiltInControl as
|
|
2
|
-
function
|
|
3
|
-
return class extends
|
|
1
|
+
import { TextAlignBuiltInControl as r, TextColorBuiltInControl as l, TextSizeBuiltInControl as s, TextStyleBuiltInControl as c, TextFontFamilyBuiltInControl as u, ButtonBackgroundColorBuiltInControl as i, TextPaddingsBuiltInControl as d, ImageSizeBuiltInControl as a, ImageMarginsBuiltInControl as g, ButtonAlignBuiltInControl as x, ButtonBorderBuiltInControl as C, ButtonBorderRadiusBuiltInControl as B, ButtonColorBuiltInControl as I, ButtonFontFamilyBuiltInControl as m, ButtonMarginsBuiltInControl as T, ButtonPaddingsBuiltInControl as S, ButtonTextBuiltInControl as y, ButtonTextSizeBuiltInControl as A, ButtonTextStyleAndFontColorBuiltInControl as k, ButtonFitToContainerBuiltInControl as f } from "../../node_modules/@stripoinc/ui-editor-extensions/dist/esm/index.js";
|
|
2
|
+
function q(e, t, n) {
|
|
3
|
+
return class extends r {
|
|
4
4
|
getId() {
|
|
5
|
-
return
|
|
5
|
+
return e;
|
|
6
6
|
}
|
|
7
|
-
getTargetNodes(
|
|
8
|
-
return
|
|
7
|
+
getTargetNodes(o) {
|
|
8
|
+
return o.closest(n).querySelectorAll(`[esd-extension-block-id="${t}"]`);
|
|
9
9
|
}
|
|
10
10
|
};
|
|
11
11
|
}
|
|
12
|
-
function
|
|
12
|
+
function N(e, t, n = ".ins-recommendation-product-container") {
|
|
13
13
|
return class extends l {
|
|
14
14
|
getId() {
|
|
15
|
-
return
|
|
15
|
+
return e;
|
|
16
16
|
}
|
|
17
|
-
getTargetNodes(
|
|
18
|
-
return
|
|
17
|
+
getTargetNodes(o) {
|
|
18
|
+
return o.closest(n).querySelectorAll(`[esd-extension-block-id="${t}"]`);
|
|
19
19
|
}
|
|
20
20
|
};
|
|
21
21
|
}
|
|
22
|
-
function
|
|
22
|
+
function $(e, t, n = ".ins-recommendation-product-container") {
|
|
23
23
|
return class extends s {
|
|
24
24
|
getId() {
|
|
25
|
-
return
|
|
25
|
+
return e;
|
|
26
26
|
}
|
|
27
|
-
getTargetNodes(
|
|
28
|
-
return
|
|
27
|
+
getTargetNodes(o) {
|
|
28
|
+
return o.closest(n).querySelectorAll(`[esd-extension-block-id="${t}"]`);
|
|
29
29
|
}
|
|
30
30
|
};
|
|
31
31
|
}
|
|
32
|
-
function
|
|
33
|
-
return class extends
|
|
32
|
+
function p(e, t, n = ".ins-recommendation-product-container") {
|
|
33
|
+
return class extends c {
|
|
34
34
|
getId() {
|
|
35
|
-
return
|
|
35
|
+
return e;
|
|
36
36
|
}
|
|
37
|
-
getTargetNodes(
|
|
38
|
-
return
|
|
37
|
+
getTargetNodes(o) {
|
|
38
|
+
return o.closest(n).querySelectorAll(`[esd-extension-block-id="${t}"]`);
|
|
39
39
|
}
|
|
40
40
|
};
|
|
41
41
|
}
|
|
42
|
-
function
|
|
43
|
-
return class extends
|
|
42
|
+
function F(e, t, n = ".ins-recommendation-product-container") {
|
|
43
|
+
return class extends u {
|
|
44
44
|
getId() {
|
|
45
|
-
return
|
|
45
|
+
return e;
|
|
46
46
|
}
|
|
47
|
-
getTargetNodes(
|
|
48
|
-
return
|
|
47
|
+
getTargetNodes(o) {
|
|
48
|
+
return o.closest(n).querySelectorAll(`[esd-extension-block-id="${t}"]`);
|
|
49
49
|
}
|
|
50
50
|
};
|
|
51
51
|
}
|
|
52
|
-
function
|
|
53
|
-
return class extends
|
|
52
|
+
function z(e, t, n = ".ins-recommendation-product-container") {
|
|
53
|
+
return class extends i {
|
|
54
54
|
getId() {
|
|
55
|
-
return
|
|
55
|
+
return e;
|
|
56
56
|
}
|
|
57
|
-
getTargetNodes(
|
|
58
|
-
return
|
|
57
|
+
getTargetNodes(o) {
|
|
58
|
+
return o.closest(n).querySelectorAll(`[esd-extension-block-id="${t}"]`);
|
|
59
59
|
}
|
|
60
60
|
};
|
|
61
61
|
}
|
|
62
|
-
function
|
|
62
|
+
function M(e, t, n = ".ins-recommendation-product-container") {
|
|
63
63
|
return class extends d {
|
|
64
64
|
getId() {
|
|
65
|
-
return
|
|
66
|
-
}
|
|
67
|
-
getTargetNodes(e) {
|
|
68
|
-
return !t || !n ? [e] : e.closest(n).querySelectorAll(`[esd-extension-block-id="${t}"]`);
|
|
69
|
-
}
|
|
70
|
-
};
|
|
71
|
-
}
|
|
72
|
-
function L(r, t, n) {
|
|
73
|
-
return class extends b {
|
|
74
|
-
getId() {
|
|
75
|
-
return r;
|
|
65
|
+
return e;
|
|
76
66
|
}
|
|
77
|
-
getTargetNodes(
|
|
78
|
-
return [
|
|
67
|
+
getTargetNodes(o) {
|
|
68
|
+
return o.closest(n).querySelectorAll(`[esd-extension-block-id="${t}"]`);
|
|
79
69
|
}
|
|
80
70
|
};
|
|
81
71
|
}
|
|
82
|
-
function
|
|
72
|
+
function P(e, t, n = ".ins-recommendation-product-container") {
|
|
83
73
|
return class extends x {
|
|
84
74
|
getId() {
|
|
85
|
-
return
|
|
75
|
+
return e;
|
|
86
76
|
}
|
|
87
|
-
getTargetNodes(
|
|
88
|
-
return
|
|
77
|
+
getTargetNodes(o) {
|
|
78
|
+
return o.closest(n).querySelectorAll(`[esd-extension-block-id="${t}"]`);
|
|
89
79
|
}
|
|
90
80
|
};
|
|
91
81
|
}
|
|
92
|
-
function
|
|
93
|
-
return class extends
|
|
82
|
+
function R(e, t, n = ".ins-recommendation-product-container") {
|
|
83
|
+
return class extends I {
|
|
94
84
|
getId() {
|
|
95
|
-
return
|
|
85
|
+
return e;
|
|
96
86
|
}
|
|
97
|
-
getTargetNodes(
|
|
98
|
-
return
|
|
87
|
+
getTargetNodes(o) {
|
|
88
|
+
return o.closest(n).querySelectorAll(`[esd-extension-block-id="${t}"]`);
|
|
99
89
|
}
|
|
100
90
|
};
|
|
101
91
|
}
|
|
102
|
-
function
|
|
92
|
+
function h(e, t, n = ".ins-recommendation-product-container") {
|
|
103
93
|
return class extends C {
|
|
104
94
|
getId() {
|
|
105
|
-
return
|
|
95
|
+
return e;
|
|
106
96
|
}
|
|
107
|
-
getTargetNodes(
|
|
108
|
-
return
|
|
97
|
+
getTargetNodes(o) {
|
|
98
|
+
return o.closest(n).querySelectorAll(`[esd-extension-block-id="${t}"]`);
|
|
109
99
|
}
|
|
110
100
|
};
|
|
111
101
|
}
|
|
112
|
-
function
|
|
102
|
+
function j(e, t, n = ".ins-recommendation-product-container") {
|
|
113
103
|
return class extends B {
|
|
114
104
|
getId() {
|
|
115
|
-
return
|
|
105
|
+
return e;
|
|
116
106
|
}
|
|
117
|
-
getTargetNodes(
|
|
118
|
-
return
|
|
107
|
+
getTargetNodes(o) {
|
|
108
|
+
return o.closest(n).querySelectorAll(`[esd-extension-block-id="${t}"]`);
|
|
119
109
|
}
|
|
120
110
|
};
|
|
121
111
|
}
|
|
122
|
-
function
|
|
123
|
-
return class extends
|
|
112
|
+
function v(e, t, n = ".ins-recommendation-product-container") {
|
|
113
|
+
return class extends m {
|
|
124
114
|
getId() {
|
|
125
|
-
return
|
|
115
|
+
return e;
|
|
126
116
|
}
|
|
127
|
-
getTargetNodes(
|
|
128
|
-
return
|
|
117
|
+
getTargetNodes(o) {
|
|
118
|
+
return o.closest(n).querySelectorAll(`[esd-extension-block-id="${t}"]`);
|
|
129
119
|
}
|
|
130
120
|
};
|
|
131
121
|
}
|
|
132
|
-
function
|
|
133
|
-
return class extends
|
|
122
|
+
function w(e, t, n = ".ins-recommendation-product-container") {
|
|
123
|
+
return class extends T {
|
|
134
124
|
getId() {
|
|
135
|
-
return
|
|
125
|
+
return e;
|
|
136
126
|
}
|
|
137
|
-
getTargetNodes(
|
|
138
|
-
return
|
|
127
|
+
getTargetNodes(o) {
|
|
128
|
+
return o.closest(n).querySelectorAll(`[esd-extension-block-id="${t}"]`);
|
|
139
129
|
}
|
|
140
130
|
};
|
|
141
131
|
}
|
|
142
|
-
function
|
|
143
|
-
return class extends
|
|
132
|
+
function D(e, t, n = ".ins-recommendation-product-container") {
|
|
133
|
+
return class extends S {
|
|
144
134
|
getId() {
|
|
145
|
-
return
|
|
135
|
+
return e;
|
|
146
136
|
}
|
|
147
|
-
getTargetNodes(
|
|
148
|
-
return
|
|
137
|
+
getTargetNodes(o) {
|
|
138
|
+
return o.closest(n).querySelectorAll(`[esd-extension-block-id="${t}"]`);
|
|
149
139
|
}
|
|
150
140
|
};
|
|
151
141
|
}
|
|
152
|
-
function
|
|
142
|
+
function E(e, t, n = ".ins-recommendation-product-container") {
|
|
153
143
|
return class extends y {
|
|
154
144
|
getId() {
|
|
155
|
-
return
|
|
145
|
+
return e;
|
|
156
146
|
}
|
|
157
|
-
getTargetNodes(
|
|
158
|
-
return
|
|
147
|
+
getTargetNodes(o) {
|
|
148
|
+
return o.closest(n).querySelectorAll(`[esd-extension-block-id="${t}"]`);
|
|
159
149
|
}
|
|
160
150
|
};
|
|
161
151
|
}
|
|
162
|
-
function
|
|
152
|
+
function G(e, t, n = ".ins-recommendation-product-container") {
|
|
163
153
|
return class extends A {
|
|
164
154
|
getId() {
|
|
165
|
-
return
|
|
155
|
+
return e;
|
|
166
156
|
}
|
|
167
|
-
getTargetNodes(
|
|
168
|
-
return
|
|
157
|
+
getTargetNodes(o) {
|
|
158
|
+
return o.closest(n).querySelectorAll(`[esd-extension-block-id="${t}"]`);
|
|
169
159
|
}
|
|
170
160
|
};
|
|
171
161
|
}
|
|
172
|
-
function
|
|
173
|
-
return class extends
|
|
162
|
+
function H(e, t, n) {
|
|
163
|
+
return class extends k {
|
|
174
164
|
getId() {
|
|
175
|
-
return
|
|
165
|
+
return e;
|
|
176
166
|
}
|
|
177
|
-
getTargetNodes(
|
|
178
|
-
return
|
|
167
|
+
getTargetNodes(o) {
|
|
168
|
+
return o.closest(n).querySelectorAll(`[esd-extension-block-id="${t}"]`);
|
|
179
169
|
}
|
|
180
170
|
};
|
|
181
171
|
}
|
|
182
|
-
function
|
|
183
|
-
return class extends
|
|
172
|
+
function J(e, t, n) {
|
|
173
|
+
return class extends f {
|
|
184
174
|
getId() {
|
|
185
|
-
return
|
|
175
|
+
return e;
|
|
186
176
|
}
|
|
187
|
-
getTargetNodes(
|
|
188
|
-
return
|
|
177
|
+
getTargetNodes(o) {
|
|
178
|
+
return o.closest(n).querySelectorAll(`[esd-extension-block-id="${t}"]`);
|
|
189
179
|
}
|
|
190
180
|
};
|
|
191
181
|
}
|
|
192
|
-
function
|
|
182
|
+
function K(e, t, n) {
|
|
193
183
|
return class extends a {
|
|
194
184
|
getId() {
|
|
195
|
-
return
|
|
185
|
+
return e;
|
|
196
186
|
}
|
|
197
|
-
getTargetNodes(
|
|
198
|
-
return
|
|
187
|
+
getTargetNodes(o) {
|
|
188
|
+
return o.closest(n).querySelectorAll(`[esd-extension-block-id="${t}"]`);
|
|
199
189
|
}
|
|
200
190
|
};
|
|
201
191
|
}
|
|
202
|
-
function
|
|
192
|
+
function L(e, t, n) {
|
|
203
193
|
return class extends g {
|
|
204
194
|
getId() {
|
|
205
|
-
return
|
|
195
|
+
return e;
|
|
206
196
|
}
|
|
207
|
-
getTargetNodes(
|
|
208
|
-
return
|
|
197
|
+
getTargetNodes(o) {
|
|
198
|
+
return o.closest(n).querySelectorAll(`[esd-extension-block-id="${t}"]`);
|
|
209
199
|
}
|
|
210
200
|
};
|
|
211
201
|
}
|
|
212
202
|
export {
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
p as
|
|
233
|
-
F as createTextStyleControl
|
|
203
|
+
P as createButtonAlignControl,
|
|
204
|
+
h as createButtonBorderControl,
|
|
205
|
+
j as createButtonBorderRadiusControl,
|
|
206
|
+
R as createButtonColorControl,
|
|
207
|
+
J as createButtonFitToContainerControl,
|
|
208
|
+
v as createButtonFontFamilyControl,
|
|
209
|
+
w as createButtonMarginsControl,
|
|
210
|
+
D as createButtonPaddingsControl,
|
|
211
|
+
E as createButtonTextControl,
|
|
212
|
+
G as createButtonTextSizeControl,
|
|
213
|
+
H as createButtonTextStyleAndFontColorControl,
|
|
214
|
+
L as createImageMarginsControl,
|
|
215
|
+
K as createImageSizeControl,
|
|
216
|
+
M as createPaddingsControl,
|
|
217
|
+
q as createTextAlignControl,
|
|
218
|
+
z as createTextBackgroundColorControl,
|
|
219
|
+
N as createTextColorControl,
|
|
220
|
+
F as createTextFontFamilyControl,
|
|
221
|
+
$ as createTextSizeControl,
|
|
222
|
+
p as createTextStyleControl
|
|
234
223
|
};
|
package/dist/guido.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.gap-16[data-v-6562e38c],.gap-16[data-v-1ccb6d4a]{gap:16px}[data-v-
|
|
1
|
+
.gap-16[data-v-6562e38c],.gap-16[data-v-1ccb6d4a]{gap:16px}[data-v-06e6f7a7] .in-button-v2__wrapper{line-height:0}[data-v-b5997368] .in-segments-wrapper .in-tooltip-wrapper__box{text-align:left}.version-history-item[data-v-ee4b9c3f]{flex-basis:200px}.version-history-wrapper[data-v-52a77eec]{gap:8px}.view-options-wrapper[data-v-d405ca59]{position:relative;display:inline-block}.new-tag[data-v-d405ca59]{position:absolute;top:-8px;right:-16px;z-index:10}[data-v-d405ca59] .guido__verion-history-view-option-selection-desktop svg,[data-v-d405ca59] .guido__verion-history-view-option-selection-mobile svg{margin:0 0 0 2px}[data-v-d405ca59] .in-segments-wrapper__button_selected,[data-v-d405ca59] .in-segments-wrapper__button_selected:hover{background-color:#dae1fb}[data-v-d405ca59] .in-tooltip-wrapper__icon{cursor:pointer}.view-options-wrapper[data-v-195ab6d4]{position:relative;display:inline-block}.new-tag[data-v-195ab6d4]{position:absolute;top:-8px;right:-16px;z-index:10}[data-v-195ab6d4] .guido__view-option-selection-desktop svg,[data-v-195ab6d4] .guido__view-option-selection-mobile svg{margin:0 0 0 2px}[data-v-195ab6d4] .in-segments-wrapper__button_selected,[data-v-195ab6d4] .in-segments-wrapper__button_selected:hover{background-color:#dae1fb}[data-v-195ab6d4] .in-tooltip-wrapper__icon{cursor:pointer}.guido-loading__wrapper[data-v-07c4b2d8]{height:100%;top:75px!important;bottom:0!important}.guido-editor__wrapper[data-v-86b0275b]{position:relative;width:100%;height:calc(100vh - 128px)}.guido-editor__container[data-v-86b0275b]{width:100%;height:calc(100vh - 128px)}.guido-editor__no-header[data-v-86b0275b]{height:calc(100vh - 75px)}[data-v-293f1c47] .in-breadcrumb-wrapper__links{cursor:pointer}.templates-wrapper[data-v-a86fc486]{gap:16px;grid-template-columns:repeat(3,1fr)}.templates-wrapper .template-wrapper[data-v-a86fc486]{cursor:pointer}.templates-wrapper .template-wrapper .template-container[data-v-a86fc486]{height:274px;padding:2px;transition:none}.templates-wrapper .template-wrapper .template-container.selected[data-v-a86fc486]{padding:1px}.templates-wrapper .template-wrapper .template-container .thumbnail[data-v-a86fc486]{object-fit:cover;transform:scale(1)}[data-v-bb3bb07c] .guido__verion-history-view-option-selection-desktop svg,[data-v-bb3bb07c] .guido__verion-history-view-option-selection-mobile svg{margin:0 0 0 2px}[data-v-bb3bb07c] .in-segments-wrapper__button_selected,[data-v-bb3bb07c] .in-segments-wrapper__button_selected:hover{background-color:#dae1fb}.error-list[data-v-7a09985c]{gap:16px}[data-v-c2adc57d] .in-progress-wrapper__progress p span:last-child{display:none!important}.desktop-preview-container[data-v-2dd60b0c],[data-v-2dd60b0c] .desktop-preview-container .in-container{min-height:720px!important;height:100%}.cropped-text[data-v-4b876c1b]{width:220px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}[data-v-d3c52b44] .vueperslides__bullets,[data-v-dd1a237a] .vueperslides__bullets{pointer-events:none!important}[data-v-dd1a237a] .vueperslides__parallax-wrapper{height:110px!important}[data-v-a408dcea] .vueperslides__bullets{pointer-events:none!important}[data-v-a408dcea] .vueperslides__parallax-wrapper{height:110px!important}
|
package/dist/library.js
CHANGED
|
@@ -1,4 +1,14 @@
|
|
|
1
|
-
import { default as
|
|
1
|
+
import { default as a } from "./components/Guido.vue.js";
|
|
2
|
+
import { MessageType as f, ProductType as t } from "./@types/config/schemas.js";
|
|
3
|
+
import "./@types/config/defaults.js";
|
|
4
|
+
import { getValidationErrors as s, isValidConfig as d, parseConfig as g, parseConfigSafe as n, validateConfig as l } from "./@types/config/validator.js";
|
|
2
5
|
export {
|
|
3
|
-
|
|
6
|
+
a as Guido,
|
|
7
|
+
f as MessageType,
|
|
8
|
+
t as ProductType,
|
|
9
|
+
s as getValidationErrors,
|
|
10
|
+
d as isValidConfig,
|
|
11
|
+
g as parseConfig,
|
|
12
|
+
n as parseConfigSafe,
|
|
13
|
+
l as validateConfig
|
|
4
14
|
};
|