@useinsider/guido 3.12.0-beta.40db55d → 3.12.0-beta.458ffd7
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 +7 -14
- package/dist/@types/config/schemas.js +64 -50
- package/dist/components/organisms/email-preview/desktop-preview/DesktopPreview.vue.js +1 -1
- package/dist/components/organisms/email-preview/desktop-preview/DesktopPreview.vue2.js +8 -8
- package/dist/components/organisms/email-preview/mobile-preview/ContentView.vue.js +5 -5
- package/dist/components/organisms/email-preview/mobile-preview/ContentView.vue2.js +10 -10
- package/dist/components/organisms/header/ViewOptions.vue.js +3 -3
- package/dist/components/organisms/header/version-history/ViewOptions.vue.js +1 -1
- package/dist/composables/useAllowlistToast.js +21 -0
- package/dist/composables/usePreviewInteractionGuard.js +36 -11
- package/dist/composables/useRecommendationPreview.js +61 -60
- package/dist/composables/useSave.js +44 -24
- package/dist/composables/useUserRole.js +13 -0
- package/dist/composables/validators/useAllowlistValidator.js +31 -0
- package/dist/enums/roles.js +4 -0
- package/dist/extensions/Blocks/Recommendation/constants/controlIds.js +1 -1
- package/dist/extensions/Blocks/Recommendation/controls/blockBackground/index.js +10 -0
- package/dist/extensions/Blocks/Recommendation/extension.js +23 -21
- package/dist/extensions/Blocks/Recommendation/settingsPanel.js +41 -40
- package/dist/extensions/Blocks/Unsubscribe/utils/constants.js +3 -2
- package/dist/extensions/Blocks/controlFactories.js +125 -75
- package/dist/guido.css +1 -1
- package/dist/src/@types/config/schemas.d.ts +32 -0
- package/dist/src/composables/useAllowlistToast.d.ts +17 -0
- package/dist/src/composables/useConfig.d.ts +4 -0
- package/dist/src/composables/usePreviewInteractionGuard.d.ts +1 -1
- package/dist/src/composables/useUserRole.d.ts +8 -0
- package/dist/src/composables/validators/useAllowlistValidator.d.ts +9 -0
- package/dist/src/enums/roles.d.ts +9 -0
- package/dist/src/extensions/Blocks/Recommendation/constants/controlIds.d.ts +1 -0
- package/dist/src/extensions/Blocks/Recommendation/controls/blockBackground/index.d.ts +14 -0
- package/dist/src/extensions/Blocks/Recommendation/controls/index.d.ts +1 -0
- package/dist/src/extensions/Blocks/Unsubscribe/utils/constants.d.ts +1 -0
- package/dist/src/extensions/Blocks/controlFactories.d.ts +36 -0
- package/dist/src/stores/config.d.ts +36 -0
- package/dist/src/utils/urlSchemes.d.ts +6 -0
- package/dist/utils/urlSchemes.js +4 -0
- package/package.json +5 -10
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { TextAlignBuiltInControl as
|
|
2
|
-
const
|
|
3
|
-
function
|
|
4
|
-
return class extends
|
|
1
|
+
import { TextAlignBuiltInControl as C, TextColorBuiltInControl as x, TextSizeBuiltInControl as T, TextStyleBuiltInControl as B, TextFontFamilyBuiltInControl as m, ButtonBackgroundColorBuiltInControl as d, TextPaddingsBuiltInControl as y, ImageSizeBuiltInControl as b, ImageMarginsBuiltInControl as I, ButtonAlignBuiltInControl as S, ButtonBorderBuiltInControl as A, ButtonBorderRadiusBuiltInControl as k, ButtonColorBuiltInControl as N, ButtonFontFamilyBuiltInControl as h, ButtonMarginsBuiltInControl as p, ButtonPaddingsBuiltInControl as $, ButtonTextBuiltInControl as q, ButtonTextSizeBuiltInControl as F, ButtonTextStyleAndFontColorBuiltInControl as v, ButtonFitToContainerBuiltInControl as R, TextLineSpacingBuiltInControl as M } from "../../node_modules/@stripoinc/ui-editor-extensions/dist/esm/index.js";
|
|
2
|
+
const O = "buttonTextStyleForm", a = "backgroundColor", g = /* @__PURE__ */ new Set(["", "transparent", "rgba(0, 0, 0, 0)"]), _ = ["elementColor", a], E = /^#([0-9a-f]{3}|[0-9a-f]{6})$/i;
|
|
3
|
+
function P(o, n, r) {
|
|
4
|
+
return class extends C {
|
|
5
5
|
getId() {
|
|
6
6
|
return o;
|
|
7
7
|
}
|
|
@@ -13,8 +13,8 @@ function z(o, n, r) {
|
|
|
13
13
|
}
|
|
14
14
|
};
|
|
15
15
|
}
|
|
16
|
-
function
|
|
17
|
-
return class extends
|
|
16
|
+
function H(o, n, r) {
|
|
17
|
+
return class extends x {
|
|
18
18
|
getId() {
|
|
19
19
|
return o;
|
|
20
20
|
}
|
|
@@ -26,8 +26,8 @@ function v(o, n, r) {
|
|
|
26
26
|
}
|
|
27
27
|
};
|
|
28
28
|
}
|
|
29
|
-
function
|
|
30
|
-
return class extends
|
|
29
|
+
function U(o, n, r) {
|
|
30
|
+
return class extends T {
|
|
31
31
|
getId() {
|
|
32
32
|
return o;
|
|
33
33
|
}
|
|
@@ -39,8 +39,8 @@ function P(o, n, r) {
|
|
|
39
39
|
}
|
|
40
40
|
};
|
|
41
41
|
}
|
|
42
|
-
function
|
|
43
|
-
return class extends
|
|
42
|
+
function Y(o, n, r) {
|
|
43
|
+
return class extends B {
|
|
44
44
|
getId() {
|
|
45
45
|
return o;
|
|
46
46
|
}
|
|
@@ -52,8 +52,8 @@ function D(o, n, r) {
|
|
|
52
52
|
}
|
|
53
53
|
};
|
|
54
54
|
}
|
|
55
|
-
function
|
|
56
|
-
return class extends
|
|
55
|
+
function G(o, n, r) {
|
|
56
|
+
return class extends m {
|
|
57
57
|
getId() {
|
|
58
58
|
return o;
|
|
59
59
|
}
|
|
@@ -65,8 +65,8 @@ function K(o, n, r) {
|
|
|
65
65
|
}
|
|
66
66
|
};
|
|
67
67
|
}
|
|
68
|
-
function
|
|
69
|
-
return class extends
|
|
68
|
+
function V(o, n, r) {
|
|
69
|
+
return class extends d {
|
|
70
70
|
getId() {
|
|
71
71
|
return o;
|
|
72
72
|
}
|
|
@@ -89,16 +89,65 @@ function L(o, n, r) {
|
|
|
89
89
|
const t = this.getTargetNodes(e);
|
|
90
90
|
if (!t.length)
|
|
91
91
|
return;
|
|
92
|
-
const
|
|
92
|
+
const i = this.api.getValues()[a], l = !i || g.has(i), s = this.api.getDocumentModifier();
|
|
93
93
|
return t.forEach((u) => {
|
|
94
|
-
const
|
|
95
|
-
|
|
96
|
-
}),
|
|
94
|
+
const c = s.modifyHtml(u);
|
|
95
|
+
l ? c.removeStyle("background-color") : c.setStyle("background-color", i);
|
|
96
|
+
}), s;
|
|
97
97
|
}
|
|
98
98
|
};
|
|
99
99
|
}
|
|
100
|
-
function
|
|
101
|
-
|
|
100
|
+
function K(o) {
|
|
101
|
+
const n = _.find((e) => e in o);
|
|
102
|
+
if (!n)
|
|
103
|
+
return;
|
|
104
|
+
const r = o[n];
|
|
105
|
+
return typeof r == "string" ? r : "";
|
|
106
|
+
}
|
|
107
|
+
function L(o, n) {
|
|
108
|
+
return n.startsWith(".") && "hasClass" in o && o.hasClass(n.slice(1));
|
|
109
|
+
}
|
|
110
|
+
function z(o, n) {
|
|
111
|
+
try {
|
|
112
|
+
return L(o, n) ? o : o.closest(n) ?? void 0;
|
|
113
|
+
} catch {
|
|
114
|
+
return;
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
function w(o, n) {
|
|
118
|
+
return class extends d {
|
|
119
|
+
getId() {
|
|
120
|
+
return o;
|
|
121
|
+
}
|
|
122
|
+
/** The parent control renders its own generic title; restore the block-level wording. */
|
|
123
|
+
getLabels() {
|
|
124
|
+
return { title: this.api.translate("Block Background Color") };
|
|
125
|
+
}
|
|
126
|
+
/** Guard: redirect the borrowed button parent onto the block `<td>` so it never paints the Buy buttons. */
|
|
127
|
+
getTargetNodes(r) {
|
|
128
|
+
const e = z(r, n);
|
|
129
|
+
return e ? [e] : [];
|
|
130
|
+
}
|
|
131
|
+
/**
|
|
132
|
+
* Writes the picked background onto the block as an inline style plus a `bgcolor`
|
|
133
|
+
* attribute. This is the whole mechanism, not a mirror: the parent control's own
|
|
134
|
+
* write never reaches the block element (verified at runtime). `bgcolor` is the
|
|
135
|
+
* channel Outlook honours on a `<td>`, and matches what the migrator emits.
|
|
136
|
+
*/
|
|
137
|
+
getAdditionalModifications(r) {
|
|
138
|
+
const [e] = this.getTargetNodes(r);
|
|
139
|
+
if (!e)
|
|
140
|
+
return;
|
|
141
|
+
const t = K(this.api.getValues());
|
|
142
|
+
if (t === void 0)
|
|
143
|
+
return;
|
|
144
|
+
const i = !t || g.has(t), l = this.api.getDocumentModifier(), s = l.modifyHtml(e);
|
|
145
|
+
return i ? s.removeStyle("background-color").removeAttribute("bgcolor") : (s.setStyle("background-color", t), E.test(t) ? s.setAttribute("bgcolor", t) : s.removeAttribute("bgcolor")), l;
|
|
146
|
+
}
|
|
147
|
+
};
|
|
148
|
+
}
|
|
149
|
+
function W(o, n, r) {
|
|
150
|
+
return class extends y {
|
|
102
151
|
getId() {
|
|
103
152
|
return o;
|
|
104
153
|
}
|
|
@@ -110,7 +159,7 @@ function U(o, n, r) {
|
|
|
110
159
|
}
|
|
111
160
|
};
|
|
112
161
|
}
|
|
113
|
-
function
|
|
162
|
+
function X(o, n, r) {
|
|
114
163
|
return class extends M {
|
|
115
164
|
getId() {
|
|
116
165
|
return o;
|
|
@@ -120,8 +169,8 @@ function Y(o, n, r) {
|
|
|
120
169
|
}
|
|
121
170
|
};
|
|
122
171
|
}
|
|
123
|
-
function
|
|
124
|
-
return class extends
|
|
172
|
+
function j(o, n, r = ".ins-recommendation-product-container") {
|
|
173
|
+
return class extends S {
|
|
125
174
|
getId() {
|
|
126
175
|
return o;
|
|
127
176
|
}
|
|
@@ -131,8 +180,8 @@ function w(o, n, r = ".ins-recommendation-product-container") {
|
|
|
131
180
|
}
|
|
132
181
|
};
|
|
133
182
|
}
|
|
134
|
-
function
|
|
135
|
-
return class extends
|
|
183
|
+
function J(o, n, r = ".ins-recommendation-product-container") {
|
|
184
|
+
return class extends N {
|
|
136
185
|
getId() {
|
|
137
186
|
return o;
|
|
138
187
|
}
|
|
@@ -142,8 +191,8 @@ function G(o, n, r = ".ins-recommendation-product-container") {
|
|
|
142
191
|
}
|
|
143
192
|
};
|
|
144
193
|
}
|
|
145
|
-
function
|
|
146
|
-
return class extends
|
|
194
|
+
function Q(o, n, r = ".ins-recommendation-product-container") {
|
|
195
|
+
return class extends A {
|
|
147
196
|
getId() {
|
|
148
197
|
return o;
|
|
149
198
|
}
|
|
@@ -153,8 +202,8 @@ function H(o, n, r = ".ins-recommendation-product-container") {
|
|
|
153
202
|
}
|
|
154
203
|
};
|
|
155
204
|
}
|
|
156
|
-
function
|
|
157
|
-
return class extends
|
|
205
|
+
function Z(o, n, r = ".ins-recommendation-product-container") {
|
|
206
|
+
return class extends k {
|
|
158
207
|
getId() {
|
|
159
208
|
return o;
|
|
160
209
|
}
|
|
@@ -164,8 +213,8 @@ function V(o, n, r = ".ins-recommendation-product-container") {
|
|
|
164
213
|
}
|
|
165
214
|
};
|
|
166
215
|
}
|
|
167
|
-
function
|
|
168
|
-
return class extends
|
|
216
|
+
function tt(o, n, r = ".ins-recommendation-product-container") {
|
|
217
|
+
return class extends h {
|
|
169
218
|
getId() {
|
|
170
219
|
return o;
|
|
171
220
|
}
|
|
@@ -175,8 +224,8 @@ function W(o, n, r = ".ins-recommendation-product-container") {
|
|
|
175
224
|
}
|
|
176
225
|
};
|
|
177
226
|
}
|
|
178
|
-
function
|
|
179
|
-
return class extends
|
|
227
|
+
function et(o, n, r = ".ins-recommendation-product-container") {
|
|
228
|
+
return class extends p {
|
|
180
229
|
getId() {
|
|
181
230
|
return o;
|
|
182
231
|
}
|
|
@@ -186,7 +235,7 @@ function X(o, n, r = ".ins-recommendation-product-container") {
|
|
|
186
235
|
}
|
|
187
236
|
};
|
|
188
237
|
}
|
|
189
|
-
function
|
|
238
|
+
function nt(o, n, r = ".ins-recommendation-product-container") {
|
|
190
239
|
return class extends $ {
|
|
191
240
|
getId() {
|
|
192
241
|
return o;
|
|
@@ -197,8 +246,8 @@ function j(o, n, r = ".ins-recommendation-product-container") {
|
|
|
197
246
|
}
|
|
198
247
|
};
|
|
199
248
|
}
|
|
200
|
-
function
|
|
201
|
-
return class extends
|
|
249
|
+
function rt(o, n, r = ".ins-recommendation-product-container") {
|
|
250
|
+
return class extends q {
|
|
202
251
|
getId() {
|
|
203
252
|
return o;
|
|
204
253
|
}
|
|
@@ -208,8 +257,8 @@ function J(o, n, r = ".ins-recommendation-product-container") {
|
|
|
208
257
|
}
|
|
209
258
|
};
|
|
210
259
|
}
|
|
211
|
-
function
|
|
212
|
-
return class extends
|
|
260
|
+
function ot(o, n, r = ".ins-recommendation-product-container") {
|
|
261
|
+
return class extends F {
|
|
213
262
|
getId() {
|
|
214
263
|
return o;
|
|
215
264
|
}
|
|
@@ -219,8 +268,8 @@ function Q(o, n, r = ".ins-recommendation-product-container") {
|
|
|
219
268
|
}
|
|
220
269
|
};
|
|
221
270
|
}
|
|
222
|
-
function
|
|
223
|
-
return class extends
|
|
271
|
+
function st(o, n, r) {
|
|
272
|
+
return class extends v {
|
|
224
273
|
getId() {
|
|
225
274
|
return o;
|
|
226
275
|
}
|
|
@@ -242,21 +291,21 @@ function Z(o, n, r) {
|
|
|
242
291
|
const t = e.closest(r);
|
|
243
292
|
if (!t)
|
|
244
293
|
return;
|
|
245
|
-
const
|
|
246
|
-
if (!
|
|
294
|
+
const i = t.querySelectorAll(`[esd-extension-block-id="${n}"] a.es-button`);
|
|
295
|
+
if (!i.length)
|
|
247
296
|
return;
|
|
248
|
-
const
|
|
249
|
-
if (!
|
|
297
|
+
const l = this.api.getValues()[O];
|
|
298
|
+
if (!l)
|
|
250
299
|
return;
|
|
251
|
-
const
|
|
252
|
-
return
|
|
253
|
-
|
|
254
|
-
}),
|
|
300
|
+
const s = l.bold ? "bold" : "normal", u = l.italic ? "italic" : "normal", c = this.api.getDocumentModifier();
|
|
301
|
+
return i.forEach((f) => {
|
|
302
|
+
c.modifyHtml(f).setStyle("font-weight", s).setStyle("font-style", u);
|
|
303
|
+
}), c;
|
|
255
304
|
}
|
|
256
305
|
};
|
|
257
306
|
}
|
|
258
|
-
function
|
|
259
|
-
return class extends
|
|
307
|
+
function it(o, n, r) {
|
|
308
|
+
return class extends R {
|
|
260
309
|
getId() {
|
|
261
310
|
return o;
|
|
262
311
|
}
|
|
@@ -266,8 +315,8 @@ function tt(o, n, r) {
|
|
|
266
315
|
}
|
|
267
316
|
};
|
|
268
317
|
}
|
|
269
|
-
function
|
|
270
|
-
return class extends
|
|
318
|
+
function lt(o, n, r) {
|
|
319
|
+
return class extends b {
|
|
271
320
|
getId() {
|
|
272
321
|
return o;
|
|
273
322
|
}
|
|
@@ -281,8 +330,8 @@ function et(o, n, r) {
|
|
|
281
330
|
}
|
|
282
331
|
};
|
|
283
332
|
}
|
|
284
|
-
function
|
|
285
|
-
return class extends
|
|
333
|
+
function ct(o, n, r) {
|
|
334
|
+
return class extends I {
|
|
286
335
|
getId() {
|
|
287
336
|
return o;
|
|
288
337
|
}
|
|
@@ -297,25 +346,26 @@ function nt(o, n, r) {
|
|
|
297
346
|
};
|
|
298
347
|
}
|
|
299
348
|
export {
|
|
300
|
-
w as
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
349
|
+
w as createBlockBackgroundColorControl,
|
|
350
|
+
j as createButtonAlignControl,
|
|
351
|
+
Q as createButtonBorderControl,
|
|
352
|
+
Z as createButtonBorderRadiusControl,
|
|
353
|
+
J as createButtonColorControl,
|
|
354
|
+
it as createButtonFitToContainerControl,
|
|
355
|
+
tt as createButtonFontFamilyControl,
|
|
356
|
+
et as createButtonMarginsControl,
|
|
357
|
+
nt as createButtonPaddingsControl,
|
|
358
|
+
rt as createButtonTextControl,
|
|
359
|
+
ot as createButtonTextSizeControl,
|
|
360
|
+
st as createButtonTextStyleAndFontColorControl,
|
|
361
|
+
ct as createImageMarginsControl,
|
|
362
|
+
lt as createImageSizeControl,
|
|
363
|
+
W as createPaddingsControl,
|
|
364
|
+
P as createTextAlignControl,
|
|
365
|
+
V as createTextBackgroundColorControl,
|
|
366
|
+
H as createTextColorControl,
|
|
367
|
+
G as createTextFontFamilyControl,
|
|
368
|
+
X as createTextLineSpacingControl,
|
|
369
|
+
U as createTextSizeControl,
|
|
370
|
+
Y as createTextStyleControl
|
|
321
371
|
};
|
package/dist/guido.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.gap-16[data-v-5553d071],.gap-16[data-v-0e1b0c54]{gap:16px}[data-v-73199fa4] .in-button-v2__wrapper{line-height:0}[data-v-22226124] .in-segments-wrapper__button_selected,[data-v-22226124] .in-segments-wrapper__button_selected:hover{background-color:#dae1fb;color:#0010ac;border-color:#0010ac}[data-v-2cb418af] .in-progress-wrapper__progress p span:last-child{display:none!important}[data-v-2cb418af] .in-progress-description-status{display:none!important}.view-options-wrapper[data-v-
|
|
1
|
+
.gap-16[data-v-5553d071],.gap-16[data-v-0e1b0c54]{gap:16px}[data-v-73199fa4] .in-button-v2__wrapper{line-height:0}[data-v-22226124] .in-segments-wrapper__button_selected,[data-v-22226124] .in-segments-wrapper__button_selected:hover{background-color:#dae1fb;color:#0010ac;border-color:#0010ac}[data-v-2cb418af] .in-progress-wrapper__progress p span:last-child{display:none!important}[data-v-2cb418af] .in-progress-description-status{display:none!important}.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}.editor-toolbar[data-v-173c3a40]{gap:4px}.version-history-item[data-v-ee4b9c3f]{flex-basis:200px}.version-history[data-v-fad98586]{gap:8px}.version-history__toolbar[data-v-fad98586]{gap:4px}.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}.auto-save-toggle[data-v-2c964af4]{position:relative}.auto-save-toggle__info-box[data-v-2c964af4]{position:absolute;top:100%;left:0;z-index:10;width:280px}.editor-actions[data-v-6e711fd7]{gap:4px}.header-wrapper[data-v-d11dd577]{min-width:1000px}.guido-loading__wrapper[data-v-07c4b2d8]{height:100%;top:75px!important;bottom:0!important}.guido-editor__wrapper[data-v-50dac6de]{--ribbon-offset: 0px;position:relative;width:100%;height:calc(100vh - 128px - var(--ribbon-offset))}.guido-editor__container[data-v-50dac6de]{width:100%;height:calc(100vh - 128px - var(--ribbon-offset))}.guido-editor__no-header[data-v-50dac6de]{height:calc(100vh - 75px - var(--ribbon-offset))}[data-v-293f1c47] .in-breadcrumb-wrapper__links{cursor:pointer}.templates-wrapper[data-v-91a26acd]{gap:16px;grid-template-columns:repeat(3,1fr)}.templates-wrapper .template-wrapper[data-v-91a26acd]{cursor:pointer}.templates-wrapper .template-wrapper .template-container[data-v-91a26acd]{height:274px;padding:2px;transition:none}.templates-wrapper .template-wrapper .template-container.selected[data-v-91a26acd]{padding:1px}.templates-wrapper .template-wrapper .template-container .thumbnail[data-v-91a26acd]{object-fit:cover;transform:scale(1)}[data-v-b9a93c6e] .guido__verion-history-view-option-selection-desktop svg,[data-v-b9a93c6e] .guido__verion-history-view-option-selection-mobile svg{margin:0 0 0 2px}[data-v-b9a93c6e] .in-segments-wrapper__button_selected,[data-v-b9a93c6e] .in-segments-wrapper__button_selected:hover{background-color:#dae1fb}.error-list[data-v-c3fd5d4b]{gap:16px}.desktop-browser-header[data-v-d86c5af5]{height:79px;min-height:79px}.desktop-browser-header__left[data-v-d86c5af5]{-webkit-user-drag:none;height:79px;width:378px}.desktop-browser-header__center[data-v-d86c5af5]{height:79px;background-repeat:repeat-x;background-size:auto 100%;background-position:left top}.desktop-browser-header__right[data-v-d86c5af5]{-webkit-user-drag:none;height:79px;width:112px}.desktop-preview[data-v-cf946232]{min-width:602px;height:70vh;min-height:583px;border-radius:10px}.desktop-preview iframe[data-v-cf946232]{min-height:504px}.iframe-wrapper[data-v-f255b2bb]{width:258px}.iframe-scaled[data-v-f255b2bb]{width:320px;height:124.0310077519%;transform:scale(.80625);transform-origin:top left}.cropped-text[data-v-eb3d05d7]{width:220px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-preview-wrapper__phone[data-v-3f472f96]{width:282px}.mobile-preview-wrapper__phone img[data-v-3f472f96]{object-fit:cover;border-radius:44px}.mobile-preview-wrapper__content[data-v-3f472f96]{width:258px;height:450px;left:12px}[data-v-6bcaca8a] .vueperslides__parallax-wrapper{padding-bottom:110px!important}[data-v-f16f20f8] .vueperslides__bullets{pointer-events:none!important}[data-v-f16f20f8] .vueperslides__parallax-wrapper{padding-bottom:110px!important}[data-v-bb3cca55] .vueperslides__bullets{pointer-events:none!important}[data-v-bb3cca55] .vueperslides__parallax-wrapper{height:110px!important;padding-bottom:110px!important}[data-v-b09e80c4] .vueperslides__bullets{pointer-events:none!important}[data-v-b09e80c4] .vueperslides__parallax-wrapper{height:110px!important;padding-bottom:110px!important}[data-v-9bdef600] .vueperslides__parallax-wrapper{padding-bottom:110px!important}
|
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
*/
|
|
8
8
|
import type { DynamicContentNode } from '../generic';
|
|
9
9
|
import type { SavedTemplateDetails } from '../stripo';
|
|
10
|
+
import type { ActionButton } from '../toaster';
|
|
10
11
|
import * as v from 'valibot';
|
|
11
12
|
/**
|
|
12
13
|
* Handler function for external validation before save
|
|
@@ -14,6 +15,19 @@ import * as v from 'valibot';
|
|
|
14
15
|
* @returns Promise<boolean> - true if valid, false to cancel save
|
|
15
16
|
*/
|
|
16
17
|
export type ExternalValidationHandler = (data: Omit<SavedTemplateDetails, 'metadata'>) => Promise<boolean>;
|
|
18
|
+
/**
|
|
19
|
+
* Content for the domain-allowlist block toaster. By default Guido self-serves this (see
|
|
20
|
+
* useAllowlistToast): it resolves the user role via /get-user-role-and-email, builds the
|
|
21
|
+
* settings deep-link, and pulls copy from window.trans. A host may supply an override to
|
|
22
|
+
* replace that content. `actionButton.onClick` runs the action (e.g. the "Add to allowlist"
|
|
23
|
+
* deep-link). Returning null/void falls back to Guido's self-served toaster.
|
|
24
|
+
* @param blockedDomains - the non-allowlisted domains found in the template
|
|
25
|
+
*/
|
|
26
|
+
export interface AllowlistToastContent {
|
|
27
|
+
message: string;
|
|
28
|
+
actionButton?: ActionButton;
|
|
29
|
+
}
|
|
30
|
+
export type ResolveAllowlistToastHandler = (blockedDomains: string[]) => AllowlistToastContent | null | void;
|
|
17
31
|
/**
|
|
18
32
|
* Message type constants for email templates
|
|
19
33
|
*/
|
|
@@ -377,6 +391,8 @@ export declare const FeaturesSchema: v.ObjectSchema<{
|
|
|
377
391
|
readonly liquidSyntax: v.OptionalSchema<v.BooleanSchema<undefined>, false>;
|
|
378
392
|
/** Enable autosave (3-min interval + tab-hide). User toggles on/off from the header. */
|
|
379
393
|
readonly autosave: v.OptionalSchema<v.BooleanSchema<undefined>, false>;
|
|
394
|
+
/** Enable pre-save domain-allowlist validation (opt-in; host supplies the block toaster via callbacks.resolveAllowlistToast) */
|
|
395
|
+
readonly allowlistEnabled: v.OptionalSchema<v.BooleanSchema<undefined>, false>;
|
|
380
396
|
}, undefined>;
|
|
381
397
|
/**
|
|
382
398
|
* Default block types available in Stripo
|
|
@@ -582,6 +598,13 @@ export declare const CallbacksSchema: v.ObjectSchema<{
|
|
|
582
598
|
* Return false to cancel the save operation.
|
|
583
599
|
*/
|
|
584
600
|
readonly externalValidation: v.OptionalSchema<v.CustomSchema<ExternalValidationHandler, v.ErrorMessage<v.CustomIssue> | undefined>, undefined>;
|
|
601
|
+
/**
|
|
602
|
+
* OPTIONAL override for the domain-allowlist block toaster (features.allowlistEnabled). By
|
|
603
|
+
* default Guido self-serves the toaster — resolves the user role via /get-user-role-and-email,
|
|
604
|
+
* builds the settings deep-link, and reads copy from window.trans — so consumers only flip the
|
|
605
|
+
* flag. Supply this only to replace that content. Returning null/void keeps Guido's default.
|
|
606
|
+
*/
|
|
607
|
+
readonly resolveAllowlistToast: v.OptionalSchema<v.CustomSchema<ResolveAllowlistToastHandler, v.ErrorMessage<v.CustomIssue> | undefined>, undefined>;
|
|
585
608
|
}, undefined>;
|
|
586
609
|
/**
|
|
587
610
|
* Complete Guido configuration schema
|
|
@@ -764,6 +787,8 @@ export declare const GuidoConfigSchema: v.ObjectSchema<{
|
|
|
764
787
|
readonly liquidSyntax: v.OptionalSchema<v.BooleanSchema<undefined>, false>;
|
|
765
788
|
/** Enable autosave (3-min interval + tab-hide). User toggles on/off from the header. */
|
|
766
789
|
readonly autosave: v.OptionalSchema<v.BooleanSchema<undefined>, false>;
|
|
790
|
+
/** Enable pre-save domain-allowlist validation (opt-in; host supplies the block toaster via callbacks.resolveAllowlistToast) */
|
|
791
|
+
readonly allowlistEnabled: v.OptionalSchema<v.BooleanSchema<undefined>, false>;
|
|
767
792
|
}, undefined>, {}>;
|
|
768
793
|
/** Block configuration */
|
|
769
794
|
readonly blocks: v.OptionalSchema<v.ObjectSchema<{
|
|
@@ -834,5 +859,12 @@ export declare const GuidoConfigSchema: v.ObjectSchema<{
|
|
|
834
859
|
* Return false to cancel the save operation.
|
|
835
860
|
*/
|
|
836
861
|
readonly externalValidation: v.OptionalSchema<v.CustomSchema<ExternalValidationHandler, v.ErrorMessage<v.CustomIssue> | undefined>, undefined>;
|
|
862
|
+
/**
|
|
863
|
+
* OPTIONAL override for the domain-allowlist block toaster (features.allowlistEnabled). By
|
|
864
|
+
* default Guido self-serves the toaster — resolves the user role via /get-user-role-and-email,
|
|
865
|
+
* builds the settings deep-link, and reads copy from window.trans — so consumers only flip the
|
|
866
|
+
* flag. Supply this only to replace that content. Returning null/void keeps Guido's default.
|
|
867
|
+
*/
|
|
868
|
+
readonly resolveAllowlistToast: v.OptionalSchema<v.CustomSchema<ResolveAllowlistToastHandler, v.ErrorMessage<v.CustomIssue> | undefined>, undefined>;
|
|
837
869
|
}, undefined>, {}>;
|
|
838
870
|
}, undefined>;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import type { AllowlistToastContent } from '@@/Types/config/schemas';
|
|
2
|
+
/**
|
|
3
|
+
* Builds the "Add to allowlist" InOne Settings deep-link (Security tab, add-domain modal
|
|
4
|
+
* prefilled). The route is identical across InOne products, so Guido builds it generically.
|
|
5
|
+
* @param value - domain(s) to prefill; base64-encoded into the `values` query param.
|
|
6
|
+
*/
|
|
7
|
+
export declare const buildAllowlistSettingsUrl: (value: string) => string;
|
|
8
|
+
/**
|
|
9
|
+
* Builds the domain-allowlist block-toaster content Guido renders when a save is blocked.
|
|
10
|
+
* Guido owns the whole toaster: it resolves the user role itself (useUserRole → the shared
|
|
11
|
+
* /get-user-role-and-email endpoint) and pulls copy from window.trans, so consumers only need
|
|
12
|
+
* to set features.allowlistEnabled. Manage users get the "Add to allowlist" deep-link button;
|
|
13
|
+
* everyone else gets a message-only warning. SD-143197.
|
|
14
|
+
*/
|
|
15
|
+
export declare const useAllowlistToast: () => {
|
|
16
|
+
resolveAllowlistToast: (blockedDomains: string[]) => Promise<AllowlistToastContent>;
|
|
17
|
+
};
|
|
@@ -96,6 +96,7 @@ export declare const useConfig: () => {
|
|
|
96
96
|
modulesDisabled: boolean;
|
|
97
97
|
liquidSyntax: boolean;
|
|
98
98
|
autosave: boolean;
|
|
99
|
+
allowlistEnabled: boolean;
|
|
99
100
|
};
|
|
100
101
|
blocks: {
|
|
101
102
|
excludeDefaults: ("amp-accordion" | "amp-carousel" | "amp-form-controls" | "banner-block" | "button-block" | "html-block" | "image-block" | "menu-block" | "social-block" | "spacer-block" | "text-block" | "timer-block" | "video-block")[];
|
|
@@ -135,6 +136,7 @@ export declare const useConfig: () => {
|
|
|
135
136
|
};
|
|
136
137
|
callbacks: {
|
|
137
138
|
externalValidation?: import("@@/Types/config").ExternalValidationHandler | undefined;
|
|
139
|
+
resolveAllowlistToast?: import("../@types/config/schemas").ResolveAllowlistToastHandler | undefined;
|
|
138
140
|
};
|
|
139
141
|
} | null>;
|
|
140
142
|
initialized: import("vue").Ref<boolean>;
|
|
@@ -227,6 +229,7 @@ export declare const useConfig: () => {
|
|
|
227
229
|
modulesDisabled: boolean;
|
|
228
230
|
liquidSyntax: boolean;
|
|
229
231
|
autosave: boolean;
|
|
232
|
+
allowlistEnabled: boolean;
|
|
230
233
|
} | null>;
|
|
231
234
|
blocks: import("vue").ComputedRef<{
|
|
232
235
|
excludeDefaults: ("amp-accordion" | "amp-carousel" | "amp-form-controls" | "banner-block" | "button-block" | "html-block" | "image-block" | "menu-block" | "social-block" | "spacer-block" | "text-block" | "timer-block" | "video-block")[];
|
|
@@ -266,6 +269,7 @@ export declare const useConfig: () => {
|
|
|
266
269
|
} | null>;
|
|
267
270
|
callbacks: import("vue").ComputedRef<{
|
|
268
271
|
externalValidation?: import("@@/Types/config").ExternalValidationHandler | undefined;
|
|
272
|
+
resolveAllowlistToast?: import("../@types/config/schemas").ResolveAllowlistToastHandler | undefined;
|
|
269
273
|
} | null>;
|
|
270
274
|
templateId: import("vue").ComputedRef<string>;
|
|
271
275
|
userId: import("vue").ComputedRef<string>;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Resolves whether the current user may manage the partner's domain allowlist, via the shared
|
|
3
|
+
* InOne endpoint GET /get-user-role-and-email. Fail-open: on any error the user is treated as
|
|
4
|
+
* non-manage (message-only toaster, no "Add to allowlist" deep-link they may not be able to use).
|
|
5
|
+
*/
|
|
6
|
+
export declare const useUserRole: () => {
|
|
7
|
+
getIsManageUser: () => Promise<boolean>;
|
|
8
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Pre-save domain-allowlist validation. Extracts every external domain from the compiled
|
|
3
|
+
* HTML/CSS and asks the backend whether each is allowlisted, so an un-allowlisted link can
|
|
4
|
+
* block the save BEFORE anything is persisted. Gated by `features.allowlistEnabled` in
|
|
5
|
+
* `useSave`; the block toaster is rendered by Guido from host-supplied content.
|
|
6
|
+
*/
|
|
7
|
+
export declare const useAllowlistValidator: () => {
|
|
8
|
+
getBlockedDomains: (html: string, css: string) => Promise<string[]>;
|
|
9
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Insider user-role aliases — the kebab-case wire values returned by
|
|
3
|
+
* GET /get-user-role-and-email (the same set honey-badger's RoleEnums defines).
|
|
4
|
+
* Only the manage-user role is needed in Guido: it gates the "Add to allowlist"
|
|
5
|
+
* action in the domain-allowlist block toaster. SD-143197.
|
|
6
|
+
*/
|
|
7
|
+
export declare enum RoleEnums {
|
|
8
|
+
MANAGE_USERS = "manage-users"
|
|
9
|
+
}
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
* These IDs are returned by the getId() method of each control
|
|
4
4
|
*/
|
|
5
5
|
export declare enum RecommendationControlId {
|
|
6
|
+
BLOCK_BACKGROUND = "recommendation-block-background-color-control",
|
|
6
7
|
BUTTON_ALIGN = "recommendation-block-button-align-control",
|
|
7
8
|
BUTTON_BORDER = "recommendation-block-button-border-control",
|
|
8
9
|
BUTTON_BORDER_RADIUS = "recommendation-block-button-border-radius-control",
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export declare const BlockBackgroundColorControl: {
|
|
2
|
+
new (): {
|
|
3
|
+
getId(): string;
|
|
4
|
+
getLabels(): {
|
|
5
|
+
title: string;
|
|
6
|
+
};
|
|
7
|
+
getTargetNodes(root: import("@stripoinc/ui-editor-extensions").ImmutableHtmlNode): import("@stripoinc/ui-editor-extensions").ImmutableHtmlNode[];
|
|
8
|
+
getAdditionalModifications(root: import("@stripoinc/ui-editor-extensions").ImmutableHtmlNode): import("@stripoinc/ui-editor-extensions").TemplateModifier<import("@stripoinc/ui-editor-extensions").HtmlNodeModifier, import("@stripoinc/ui-editor-extensions").CssNodeModifier> | undefined;
|
|
9
|
+
getParentControlId(): string;
|
|
10
|
+
api: import("@stripoinc/ui-editor-extensions").ControlApi;
|
|
11
|
+
getModificationDescription(): import("@stripoinc/ui-editor-extensions").ModificationDescription | undefined;
|
|
12
|
+
isVisible(_node: import("@stripoinc/ui-editor-extensions").ImmutableHtmlNode): boolean;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
@@ -20,6 +20,7 @@ export { ButtonControls } from './button';
|
|
|
20
20
|
export { ImageControls } from './image';
|
|
21
21
|
export { CustomAttributeControls } from './customAttribute';
|
|
22
22
|
export { SpacingControl, SPACING_CONTROL_ID } from './spacing';
|
|
23
|
+
export { BlockBackgroundColorControl } from './blockBackground';
|
|
23
24
|
export { CardBackgroundColorControl, CARD_BACKGROUND_COLOR_CONTROL_ID } from './cardBackground';
|
|
24
25
|
export { RecommendationCardCompositionControl, COMPOSITION_CONTROL_BLOCK_ID } from './cardComposition';
|
|
25
26
|
export { SyncInfoMessageControl, SYNC_INFO_MESSAGE_CONTROL_ID } from './syncInfoMessage';
|
|
@@ -9,3 +9,4 @@ export declare const DATA_ATTRIBUTES: {
|
|
|
9
9
|
readonly BLOCK_ID: "data-unsubscribe-block-id";
|
|
10
10
|
};
|
|
11
11
|
export declare const UNSUBSCRIBE_BLOCK_SELECTOR = ".unsubscribe-block-v2";
|
|
12
|
+
export declare const UNSUBSCRIBE_LINK_SELECTOR = "a[data-unsubscribe-link=\"true\"], a.unsubscribe-link";
|
|
@@ -115,6 +115,42 @@ export declare function createTextBackgroundColorControl(controlId: string, targ
|
|
|
115
115
|
isVisible(_node: ImmutableHtmlNode): boolean;
|
|
116
116
|
};
|
|
117
117
|
};
|
|
118
|
+
/**
|
|
119
|
+
* Factory for a background-color control that paints a whole extension block (SD-145082).
|
|
120
|
+
*
|
|
121
|
+
* Base is `ButtonBackgroundColorBuiltInControl` because its `GENERAL.BACKGROUND_COLOR` form key
|
|
122
|
+
* round-trips through `getValues()`; the block-text base (`TextBlockBackgroundBuiltInControl`, the
|
|
123
|
+
* built-in this replaces) reports `textBlockBackgroundColor`, which our read path never sees. That
|
|
124
|
+
* borrowed base targets the block's Buy buttons, so `getTargetNodes` here is a GUARD that keeps it
|
|
125
|
+
* off the buttons — not the write path.
|
|
126
|
+
*
|
|
127
|
+
* The write is entirely ours (`getAdditionalModifications`): Stripo's built-in emits a stylesheet
|
|
128
|
+
* rule that inline styles from regeneration outrank (SD-143023), so it would silently no-op on the
|
|
129
|
+
* next edit. We write inline `background-color` + `bgcolor` on the block `<td>` instead — surviving
|
|
130
|
+
* regeneration and reaching Outlook, matching the migrator's convention.
|
|
131
|
+
*/
|
|
132
|
+
export declare function createBlockBackgroundColorControl(controlId: string, blockRootSelector?: string): {
|
|
133
|
+
new (): {
|
|
134
|
+
getId(): string;
|
|
135
|
+
/** The parent control renders its own generic title; restore the block-level wording. */
|
|
136
|
+
getLabels(): {
|
|
137
|
+
title: string;
|
|
138
|
+
};
|
|
139
|
+
/** Guard: redirect the borrowed button parent onto the block `<td>` so it never paints the Buy buttons. */
|
|
140
|
+
getTargetNodes(root: ImmutableHtmlNode): ImmutableHtmlNode[];
|
|
141
|
+
/**
|
|
142
|
+
* Writes the picked background onto the block as an inline style plus a `bgcolor`
|
|
143
|
+
* attribute. This is the whole mechanism, not a mirror: the parent control's own
|
|
144
|
+
* write never reaches the block element (verified at runtime). `bgcolor` is the
|
|
145
|
+
* channel Outlook honours on a `<td>`, and matches what the migrator emits.
|
|
146
|
+
*/
|
|
147
|
+
getAdditionalModifications(root: ImmutableHtmlNode): import("@stripoinc/ui-editor-extensions").TemplateModifier<import("@stripoinc/ui-editor-extensions").HtmlNodeModifier, import("@stripoinc/ui-editor-extensions").CssNodeModifier> | undefined;
|
|
148
|
+
getParentControlId(): string;
|
|
149
|
+
api: import("@stripoinc/ui-editor-extensions").ControlApi;
|
|
150
|
+
getModificationDescription(): import("@stripoinc/ui-editor-extensions").ModificationDescription | undefined;
|
|
151
|
+
isVisible(_node: ImmutableHtmlNode): boolean;
|
|
152
|
+
};
|
|
153
|
+
};
|
|
118
154
|
/**
|
|
119
155
|
* Factory function to create paddings controls for different block elements
|
|
120
156
|
* When targetBlockId and containerSelector are not provided, applies directly to root
|