@useinsider/guido 2.0.0-beta.afc5689 → 2.0.0-beta.b442f78
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/dist/components/organisms/email-preview/amp/AmpToggle.vue.js +2 -2
- package/dist/components/organisms/email-preview/desktop-preview/DesktopPreview.vue.js +2 -2
- package/dist/components/organisms/email-preview/mobile-preview/ContentView.vue.js +5 -5
- package/dist/components/organisms/header/LeftSlot.vue.js +12 -12
- package/dist/components/organisms/header/LeftSlot.vue2.js +6 -6
- package/dist/config/migrator/index.js +8 -9
- package/dist/extensions/Blocks/Items/block.js +40 -39
- package/dist/extensions/Blocks/Items/controls/button/link.js +29 -22
- package/dist/extensions/Blocks/Items/controls/cardComposition.js +49 -46
- package/dist/extensions/Blocks/Items/controls/image/link.js +30 -23
- package/dist/extensions/Blocks/Items/controls/name/trimming.js +15 -13
- package/dist/extensions/Blocks/Items/controls/price/currencyLocation.js +1 -1
- package/dist/extensions/Blocks/Items/controls/price/currencySymbol.js +1 -1
- package/dist/extensions/Blocks/Items/controls/price/formattedPrice.js +17 -15
- package/dist/extensions/Blocks/Items/controls/price/hideDiscount.js +15 -15
- package/dist/extensions/Blocks/Items/controls/price/priceOrientation.js +27 -29
- package/dist/extensions/Blocks/Items/controls/settingsControl.js +136 -145
- package/dist/extensions/Blocks/Items/enums/settingsEnums.js +2 -2
- package/dist/extensions/Blocks/Items/layouts/horizontal.html.js +48 -58
- package/dist/extensions/Blocks/Items/layouts/vertical.html.js +58 -48
- package/dist/extensions/Blocks/Items/settingsPanel.js +4 -4
- package/dist/extensions/Blocks/Items/store/items-block.js +2 -2
- package/dist/extensions/Blocks/Items/template.js +125 -312
- package/dist/extensions/Blocks/Items/utils/syncAttributesFromConfigBlock.js +44 -17
- package/dist/extensions/Blocks/Recommendation/control.js +1 -1
- package/dist/extensions/Blocks/common-control.js +55 -67
- package/dist/extensions/Blocks/controlFactories.js +45 -55
- package/dist/guido.css +1 -1
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/esm/index.js +285 -364
- package/dist/package.json.js +1 -1
- package/dist/src/extensions/Blocks/Items/controls/button/link.d.ts +2 -0
- package/dist/src/extensions/Blocks/Items/controls/image/link.d.ts +2 -0
- package/dist/src/extensions/Blocks/Items/controls/price/priceOrientation.d.ts +1 -1
- package/dist/src/extensions/Blocks/Items/controls/settingsControl.d.ts +4 -0
- package/dist/src/extensions/Blocks/Items/template.d.ts +1 -20
- package/dist/src/extensions/Blocks/common-control.d.ts +9 -14
- package/package.json +3 -3
- package/dist/config/migrator/itemsBlockMigrator.js +0 -283
- package/dist/extensions/Blocks/Items/utils/nodeConfigUtils.js +0 -172
- package/dist/src/config/migrator/itemsBlockMigrator.d.ts +0 -6
- package/dist/src/extensions/Blocks/Items/utils/nodeConfigUtils.d.ts +0 -71
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
var c = Object.defineProperty;
|
|
2
|
-
var I = (
|
|
3
|
-
var
|
|
4
|
-
import { Control as
|
|
5
|
-
class
|
|
2
|
+
var I = (a, r, e) => r in a ? c(a, r, { enumerable: !0, configurable: !0, writable: !0, value: e }) : a[r] = e;
|
|
3
|
+
var u = (a, r, e) => I(a, typeof r != "symbol" ? r + "" : r, e);
|
|
4
|
+
import { Control as O, UIElementType as t, UEAttr as $ } from "../../node_modules/@stripoinc/ui-editor-extensions/dist/esm/index.js";
|
|
5
|
+
class _ extends O {
|
|
6
6
|
constructor() {
|
|
7
7
|
super(...arguments);
|
|
8
|
-
|
|
9
|
-
|
|
8
|
+
u(this, "currentNode");
|
|
9
|
+
u(this, "lastBlockInstanceId", null);
|
|
10
10
|
}
|
|
11
11
|
getContainer() {
|
|
12
12
|
var e;
|
|
@@ -19,54 +19,42 @@ class B extends s {
|
|
|
19
19
|
this.lastBlockInstanceId = null;
|
|
20
20
|
}
|
|
21
21
|
/**
|
|
22
|
-
* Gets the
|
|
23
|
-
* @returns The container element or null if not found
|
|
24
|
-
*/
|
|
25
|
-
getItemsBlockContainer() {
|
|
26
|
-
return this.currentNode ? this.currentNode.closest(".items-block-v2") : null;
|
|
27
|
-
}
|
|
28
|
-
/**
|
|
29
|
-
* Gets the config block element from the current node (legacy support).
|
|
30
|
-
* @deprecated Use getNodeConfig() from nodeConfigUtils instead for Stripo V2
|
|
22
|
+
* Gets the config block element from the current node.
|
|
31
23
|
* @returns The config block element or null if not found
|
|
32
24
|
*/
|
|
33
25
|
getConfigBlock() {
|
|
34
|
-
|
|
26
|
+
if (!this.currentNode)
|
|
27
|
+
return null;
|
|
28
|
+
const e = this.currentNode.closest(".items-block-v2");
|
|
35
29
|
return e ? e.querySelector("esd-config-block") : null;
|
|
36
30
|
}
|
|
37
31
|
/**
|
|
38
|
-
* Gets the current block instance ID from the
|
|
32
|
+
* Gets the current block instance ID from the config block.
|
|
33
|
+
* @param blockInstanceIdAttribute - The attribute name for block instance ID (default: 'data-block-instance-id')
|
|
39
34
|
* @returns The block instance ID or null if not found
|
|
40
35
|
*/
|
|
41
|
-
getBlockInstanceId() {
|
|
42
|
-
const
|
|
43
|
-
|
|
44
|
-
return null;
|
|
45
|
-
const n = e.getNodeConfig();
|
|
46
|
-
if (n && typeof n.blockInstanceId == "string")
|
|
47
|
-
return n.blockInstanceId;
|
|
48
|
-
const o = this.getConfigBlock();
|
|
49
|
-
return o ? o.getAttribute("data-block-instance-id") : null;
|
|
36
|
+
getBlockInstanceId(e = "data-block-instance-id") {
|
|
37
|
+
const n = this.getConfigBlock();
|
|
38
|
+
return n ? n.getAttribute(e) : null;
|
|
50
39
|
}
|
|
51
40
|
/**
|
|
52
41
|
* Handles block instance change detection and syncing.
|
|
53
|
-
* This is a helper method for controls that need to sync
|
|
54
|
-
*
|
|
55
|
-
* @param syncFunction - Function to call when block instance changes (to sync from node config)
|
|
42
|
+
* This is a helper method for controls that need to sync attributes when switching between block instances.
|
|
43
|
+
* @param syncFunction - Function to call when block instance changes (to sync from attributes)
|
|
56
44
|
* @param updateUI - Function to call to update the UI (called both on change and when same block)
|
|
45
|
+
* @param blockInstanceIdAttribute - The attribute name for block instance ID (default: 'data-block-instance-id')
|
|
57
46
|
* @returns true if block instance changed, false otherwise
|
|
58
47
|
*/
|
|
59
|
-
handleBlockInstanceChange(e, n) {
|
|
60
|
-
const o = this.getBlockInstanceId();
|
|
48
|
+
handleBlockInstanceChange(e, n, E = "data-block-instance-id") {
|
|
49
|
+
const o = this.getBlockInstanceId(E);
|
|
61
50
|
if (!o)
|
|
62
51
|
return !1;
|
|
63
|
-
const
|
|
64
|
-
return
|
|
52
|
+
const T = o !== this.lastBlockInstanceId;
|
|
53
|
+
return T ? (this.currentNode && e(this.currentNode), n(), this.lastBlockInstanceId = o) : n(), T;
|
|
65
54
|
}
|
|
66
|
-
_GuLabel({ text: e, name: n = ""
|
|
55
|
+
_GuLabel({ text: e, name: n = "" }) {
|
|
67
56
|
return `
|
|
68
57
|
<${t.LABEL}
|
|
69
|
-
style="${o === "top" ? "margin-bottom: 8px;" : ""}"
|
|
70
58
|
${$.LABEL.text}="${e}"
|
|
71
59
|
${$.LABEL.name}="${n || `${e} Label`}">
|
|
72
60
|
</${t.LABEL}>
|
|
@@ -86,59 +74,59 @@ class B extends s {
|
|
|
86
74
|
${$.SELECT_ITEM.value}="${n}">
|
|
87
75
|
</${t.SELECT_ITEM}>`;
|
|
88
76
|
}
|
|
89
|
-
_GuSelect({ name: e, placeholder: n, options:
|
|
77
|
+
_GuSelect({ name: e, placeholder: n, options: E, className: o = "es-180w" }) {
|
|
90
78
|
return `
|
|
91
79
|
<${t.SELECTPICKER}
|
|
92
|
-
class="${
|
|
80
|
+
class="${o}"
|
|
93
81
|
${$.SELECTPICKER.name}="${e}"
|
|
94
82
|
${$.SELECTPICKER.placeholder}="${n}">
|
|
95
|
-
${
|
|
83
|
+
${E.map((T) => this._GuSelectItem(T)).join("")}
|
|
96
84
|
</${t.SELECTPICKER}>
|
|
97
85
|
`;
|
|
98
86
|
}
|
|
99
|
-
_GuTextInput({ name: e, placeholder: n, className:
|
|
87
|
+
_GuTextInput({ name: e, placeholder: n, className: E = "", disabled: o = !1 }) {
|
|
100
88
|
return `
|
|
101
89
|
<${t.TEXT}
|
|
102
|
-
class=${
|
|
90
|
+
class=${E}
|
|
103
91
|
${$.TEXT.name}="${e}"
|
|
104
92
|
placeholder="${n || e}"
|
|
105
|
-
${
|
|
93
|
+
${o ? `${$.TEXT.disabled}="true"` : ""}>
|
|
106
94
|
</${t.TEXT}>
|
|
107
95
|
`;
|
|
108
96
|
}
|
|
109
|
-
_GuCounter({ name: e, maxValue: n, minValue:
|
|
97
|
+
_GuCounter({ name: e, maxValue: n, minValue: E = 1, step: o = 1 }) {
|
|
110
98
|
return `
|
|
111
99
|
<${t.COUNTER}
|
|
112
100
|
${$.COUNTER.name}="${e}"
|
|
113
|
-
${$.COUNTER.minValue}="${
|
|
101
|
+
${$.COUNTER.minValue}="${E}"
|
|
114
102
|
${$.COUNTER.maxValue}="${n}"
|
|
115
|
-
${$.COUNTER.step}="${
|
|
103
|
+
${$.COUNTER.step}="${o}">
|
|
116
104
|
</${t.COUNTER}>
|
|
117
105
|
`;
|
|
118
106
|
}
|
|
119
|
-
_GuRadioButtonItem({ text: e, value: n, icon:
|
|
107
|
+
_GuRadioButtonItem({ text: e, value: n, icon: E }) {
|
|
120
108
|
return `
|
|
121
109
|
<${t.RADIO_ITEM}
|
|
122
110
|
${$.RADIO_ITEM.value}="${n}"
|
|
123
111
|
${e ? `${$.RADIO_ITEM.text}="${e}"` : ""}
|
|
124
|
-
${
|
|
112
|
+
${E ? `${$.RADIO_ITEM.icon}="${E}"` : ""}>
|
|
125
113
|
</${t.RADIO_ITEM}>
|
|
126
114
|
`;
|
|
127
115
|
}
|
|
128
|
-
_GuRadioButton({ name: e, buttons: n, id:
|
|
116
|
+
_GuRadioButton({ name: e, buttons: n, id: E = "" }) {
|
|
129
117
|
return `
|
|
130
118
|
<${t.RADIO_BUTTONS}
|
|
131
|
-
${
|
|
119
|
+
${E ? `id="${E}"` : ""}
|
|
132
120
|
${$.RADIO_BUTTONS.name}="${e}">
|
|
133
|
-
${n.map((
|
|
121
|
+
${n.map((o) => this._GuRadioButtonItem(o)).join("")}
|
|
134
122
|
</${t.RADIO_BUTTONS}>
|
|
135
123
|
`;
|
|
136
124
|
}
|
|
137
|
-
_GuButton({ name: e, label: n, id:
|
|
125
|
+
_GuButton({ name: e, label: n, id: E = "" }) {
|
|
138
126
|
return `
|
|
139
127
|
<${t.BUTTON}
|
|
140
128
|
${$.BUTTON.name}="${e}"
|
|
141
|
-
${
|
|
129
|
+
${E ? `id="${E}"` : ""}
|
|
142
130
|
${$.BUTTON.caption}="${n}"}>
|
|
143
131
|
</${t.BUTTON}>
|
|
144
132
|
`;
|
|
@@ -148,10 +136,10 @@ class B extends s {
|
|
|
148
136
|
* @param param0
|
|
149
137
|
* @returns It returns a button with an icon.
|
|
150
138
|
*/
|
|
151
|
-
_GuIconButton({ name: e, icon: n, className:
|
|
139
|
+
_GuIconButton({ name: e, icon: n, className: E = "" }) {
|
|
152
140
|
return `
|
|
153
141
|
<${t.BUTTON}
|
|
154
|
-
class="${
|
|
142
|
+
class="${E}"
|
|
155
143
|
${$.BUTTON.name}="${e}"
|
|
156
144
|
${$.BUTTON.icon}="${n}">
|
|
157
145
|
</${t.BUTTON}>
|
|
@@ -179,19 +167,19 @@ class B extends s {
|
|
|
179
167
|
* @returns HTML string for the orderable control
|
|
180
168
|
*/
|
|
181
169
|
_GuOrderable(e, n) {
|
|
182
|
-
let
|
|
183
|
-
n.forEach((
|
|
184
|
-
const
|
|
185
|
-
|
|
186
|
-
<${t.ORDERABLE_ITEM} ${
|
|
187
|
-
${
|
|
170
|
+
let E = "";
|
|
171
|
+
n.forEach((T) => {
|
|
172
|
+
const l = $.ORDERABLE_ITEM && "name" in $.ORDERABLE_ITEM ? $.ORDERABLE_ITEM.name : "name";
|
|
173
|
+
E += `
|
|
174
|
+
<${t.ORDERABLE_ITEM} ${l}="${T.key}">
|
|
175
|
+
${T.content}
|
|
188
176
|
</${t.ORDERABLE_ITEM}>
|
|
189
177
|
`;
|
|
190
178
|
});
|
|
191
|
-
const
|
|
179
|
+
const o = $.ORDERABLE && "name" in $.ORDERABLE ? $.ORDERABLE.name : "name";
|
|
192
180
|
return `
|
|
193
|
-
<${t.ORDERABLE} ${
|
|
194
|
-
${
|
|
181
|
+
<${t.ORDERABLE} ${o}="${e}">
|
|
182
|
+
${E}
|
|
195
183
|
</${t.ORDERABLE}>
|
|
196
184
|
`;
|
|
197
185
|
}
|
|
@@ -232,16 +220,16 @@ class B extends s {
|
|
|
232
220
|
`;
|
|
233
221
|
}
|
|
234
222
|
_GuRadioButtons(e, n) {
|
|
235
|
-
const
|
|
223
|
+
const E = n.map((o) => `
|
|
236
224
|
<${t.RADIO_ITEM}
|
|
237
|
-
${$.RADIO_ITEM.text}="${
|
|
238
|
-
${$.RADIO_ITEM.value}="${
|
|
225
|
+
${$.RADIO_ITEM.text}="${o.text}"
|
|
226
|
+
${$.RADIO_ITEM.value}="${o.value}">
|
|
239
227
|
</${t.RADIO_ITEM}>
|
|
240
228
|
`).join("");
|
|
241
229
|
return `
|
|
242
230
|
<${t.RADIO_BUTTONS}
|
|
243
231
|
${$.RADIO_BUTTONS.name}="${e}">
|
|
244
|
-
${
|
|
232
|
+
${E}
|
|
245
233
|
</${t.RADIO_BUTTONS}>
|
|
246
234
|
`;
|
|
247
235
|
}
|
|
@@ -255,5 +243,5 @@ class B extends s {
|
|
|
255
243
|
}
|
|
256
244
|
}
|
|
257
245
|
export {
|
|
258
|
-
|
|
246
|
+
_ as CommonControl
|
|
259
247
|
};
|
|
@@ -1,4 +1,14 @@
|
|
|
1
|
-
import { TextAlignBuiltInControl as
|
|
1
|
+
import { TextAlignBuiltInControl as o, TextColorBuiltInControl as l, TextSizeBuiltInControl as s, TextStyleBuiltInControl as u, TextFontFamilyBuiltInControl as i, ButtonBackgroundColorBuiltInControl as c, TextPaddingsBuiltInControl as d, ImageSizeBuiltInControl as a, ImageMarginsBuiltInControl as g, ButtonAlignBuiltInControl as x, ButtonBorderBuiltInControl as C, ButtonBorderRadiusBuiltInControl as B, ButtonColorBuiltInControl as T, ButtonFontFamilyBuiltInControl as I, ButtonMarginsBuiltInControl as f, ButtonPaddingsBuiltInControl as m, ButtonTextBuiltInControl as y, ButtonTextSizeBuiltInControl as A, ButtonTextStyleAndFontColorBuiltInControl as S, ButtonFitToContainerBuiltInControl as N, TextLineSpacingBuiltInControl as b } from "../../node_modules/@stripoinc/ui-editor-extensions/dist/esm/index.js";
|
|
2
|
+
function $(r, t, n) {
|
|
3
|
+
return class extends o {
|
|
4
|
+
getId() {
|
|
5
|
+
return r;
|
|
6
|
+
}
|
|
7
|
+
getTargetNodes(e) {
|
|
8
|
+
return !t || !n ? [e] : e.closest(n).querySelectorAll(`[esd-extension-block-id="${t}"]`);
|
|
9
|
+
}
|
|
10
|
+
};
|
|
11
|
+
}
|
|
2
12
|
function k(r, t, n) {
|
|
3
13
|
return class extends l {
|
|
4
14
|
getId() {
|
|
@@ -59,28 +69,28 @@ function P(r, t, n) {
|
|
|
59
69
|
}
|
|
60
70
|
};
|
|
61
71
|
}
|
|
62
|
-
function
|
|
63
|
-
return class extends
|
|
72
|
+
function L(r, t, n) {
|
|
73
|
+
return class extends b {
|
|
64
74
|
getId() {
|
|
65
75
|
return r;
|
|
66
76
|
}
|
|
67
77
|
getTargetNodes(e) {
|
|
68
|
-
return
|
|
78
|
+
return [e];
|
|
69
79
|
}
|
|
70
80
|
};
|
|
71
81
|
}
|
|
72
|
-
function
|
|
73
|
-
return class extends
|
|
82
|
+
function R(r, t, n = ".ins-recommendation-product-container") {
|
|
83
|
+
return class extends x {
|
|
74
84
|
getId() {
|
|
75
85
|
return r;
|
|
76
86
|
}
|
|
77
87
|
getTargetNodes(e) {
|
|
78
|
-
return [
|
|
88
|
+
return e.closest(n).querySelectorAll(`[esd-extension-block-id="${t}"]`);
|
|
79
89
|
}
|
|
80
90
|
};
|
|
81
91
|
}
|
|
82
|
-
function
|
|
83
|
-
return class extends
|
|
92
|
+
function h(r, t, n = ".ins-recommendation-product-container") {
|
|
93
|
+
return class extends T {
|
|
84
94
|
getId() {
|
|
85
95
|
return r;
|
|
86
96
|
}
|
|
@@ -90,7 +100,7 @@ function R(r, t, n = ".ins-recommendation-product-container") {
|
|
|
90
100
|
};
|
|
91
101
|
}
|
|
92
102
|
function j(r, t, n = ".ins-recommendation-product-container") {
|
|
93
|
-
return class extends
|
|
103
|
+
return class extends C {
|
|
94
104
|
getId() {
|
|
95
105
|
return r;
|
|
96
106
|
}
|
|
@@ -110,7 +120,7 @@ function v(r, t, n = ".ins-recommendation-product-container") {
|
|
|
110
120
|
};
|
|
111
121
|
}
|
|
112
122
|
function w(r, t, n = ".ins-recommendation-product-container") {
|
|
113
|
-
return class extends
|
|
123
|
+
return class extends I {
|
|
114
124
|
getId() {
|
|
115
125
|
return r;
|
|
116
126
|
}
|
|
@@ -130,7 +140,7 @@ function D(r, t, n = ".ins-recommendation-product-container") {
|
|
|
130
140
|
};
|
|
131
141
|
}
|
|
132
142
|
function E(r, t, n = ".ins-recommendation-product-container") {
|
|
133
|
-
return class extends
|
|
143
|
+
return class extends m {
|
|
134
144
|
getId() {
|
|
135
145
|
return r;
|
|
136
146
|
}
|
|
@@ -140,7 +150,7 @@ function E(r, t, n = ".ins-recommendation-product-container") {
|
|
|
140
150
|
};
|
|
141
151
|
}
|
|
142
152
|
function G(r, t, n = ".ins-recommendation-product-container") {
|
|
143
|
-
return class extends
|
|
153
|
+
return class extends y {
|
|
144
154
|
getId() {
|
|
145
155
|
return r;
|
|
146
156
|
}
|
|
@@ -159,7 +169,7 @@ function H(r, t, n = ".ins-recommendation-product-container") {
|
|
|
159
169
|
}
|
|
160
170
|
};
|
|
161
171
|
}
|
|
162
|
-
function J(r, t, n
|
|
172
|
+
function J(r, t, n) {
|
|
163
173
|
return class extends S {
|
|
164
174
|
getId() {
|
|
165
175
|
return r;
|
|
@@ -180,7 +190,7 @@ function K(r, t, n) {
|
|
|
180
190
|
};
|
|
181
191
|
}
|
|
182
192
|
function O(r, t, n) {
|
|
183
|
-
return class extends
|
|
193
|
+
return class extends a {
|
|
184
194
|
getId() {
|
|
185
195
|
return r;
|
|
186
196
|
}
|
|
@@ -195,50 +205,30 @@ function Q(r, t, n) {
|
|
|
195
205
|
return r;
|
|
196
206
|
}
|
|
197
207
|
getTargetNodes(e) {
|
|
198
|
-
|
|
199
|
-
const o = e.closest(n);
|
|
200
|
-
return o ? o.querySelectorAll(`[esd-extension-block-id="${t}"]`) : [];
|
|
201
|
-
} catch {
|
|
202
|
-
return [];
|
|
203
|
-
}
|
|
204
|
-
}
|
|
205
|
-
};
|
|
206
|
-
}
|
|
207
|
-
function U(r, t, n) {
|
|
208
|
-
return class extends x {
|
|
209
|
-
getId() {
|
|
210
|
-
return r;
|
|
211
|
-
}
|
|
212
|
-
getTargetNodes(e) {
|
|
213
|
-
try {
|
|
214
|
-
const o = e.closest(n);
|
|
215
|
-
return o ? o.querySelectorAll(`[esd-extension-block-id="${t}"]`) : [];
|
|
216
|
-
} catch {
|
|
217
|
-
return [];
|
|
218
|
-
}
|
|
208
|
+
return e.closest(n).querySelectorAll(`[esd-extension-block-id="${t}"]`);
|
|
219
209
|
}
|
|
220
210
|
};
|
|
221
211
|
}
|
|
222
212
|
export {
|
|
223
213
|
R as createButtonAlignControl,
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
214
|
+
j as createButtonBorderControl,
|
|
215
|
+
v as createButtonBorderRadiusControl,
|
|
216
|
+
h as createButtonColorControl,
|
|
217
|
+
K as createButtonFitToContainerControl,
|
|
218
|
+
w as createButtonFontFamilyControl,
|
|
219
|
+
D as createButtonMarginsControl,
|
|
220
|
+
E as createButtonPaddingsControl,
|
|
221
|
+
G as createButtonTextControl,
|
|
222
|
+
H as createButtonTextSizeControl,
|
|
223
|
+
J as createButtonTextStyleAndFontColorControl,
|
|
224
|
+
Q as createImageMarginsControl,
|
|
225
|
+
O as createImageSizeControl,
|
|
226
|
+
P as createPaddingsControl,
|
|
227
|
+
$ as createTextAlignControl,
|
|
228
|
+
M as createTextBackgroundColorControl,
|
|
229
|
+
k as createTextColorControl,
|
|
230
|
+
z as createTextFontFamilyControl,
|
|
241
231
|
L as createTextLineSpacingControl,
|
|
242
|
-
|
|
243
|
-
|
|
232
|
+
p as createTextSizeControl,
|
|
233
|
+
F as createTextStyleControl
|
|
244
234
|
};
|
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-5196584c] .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-890b5336]{position:relative;width:100%;height:calc(100vh - 128px)}.guido-editor__container[data-v-890b5336]{width:100%;height:calc(100vh - 128px)}.guido-editor__no-header[data-v-890b5336]{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}
|