@builder.io/sdk-solid 3.0.2 → 3.0.3
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/index.d.ts +11 -0
- package/lib/browser/dev.js +13 -13
- package/lib/browser/dev.jsx +13 -13
- package/lib/browser/index.js +13 -13
- package/lib/browser/index.jsx +13 -13
- package/lib/edge/dev.js +13 -13
- package/lib/edge/dev.jsx +13 -13
- package/lib/edge/index.js +13 -13
- package/lib/edge/index.jsx +13 -13
- package/lib/node/dev.js +13 -13
- package/lib/node/dev.jsx +13 -13
- package/lib/node/index.js +13 -13
- package/lib/node/index.jsx +13 -13
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -124,6 +124,16 @@ interface Input {
|
|
|
124
124
|
/** @hidden */
|
|
125
125
|
autoFocus?: boolean;
|
|
126
126
|
subFields?: Input[];
|
|
127
|
+
/**
|
|
128
|
+
* When input is of `type` `object`, use this field to collapse multiple inputs
|
|
129
|
+
* in the Visual Editor by default and preserve screen space.
|
|
130
|
+
*/
|
|
131
|
+
folded?: boolean;
|
|
132
|
+
/**
|
|
133
|
+
* When input is of `type` `object`, provide guidance in the Visual Editor
|
|
134
|
+
* on how to edit this object's contents.
|
|
135
|
+
*/
|
|
136
|
+
keysHelperText?: string;
|
|
127
137
|
/**
|
|
128
138
|
* Additional text to render in the UI to give guidance on how to use this
|
|
129
139
|
*
|
|
@@ -263,6 +273,7 @@ interface BuilderContent extends BuilderContentVariation {
|
|
|
263
273
|
published?: 'published' | 'draft' | 'archived';
|
|
264
274
|
modelId?: string;
|
|
265
275
|
priority?: number;
|
|
276
|
+
firstPublished?: number;
|
|
266
277
|
lastUpdated?: number;
|
|
267
278
|
startDate?: number;
|
|
268
279
|
endDate?: number;
|
package/lib/browser/dev.js
CHANGED
|
@@ -1616,7 +1616,7 @@ function Block(props) {
|
|
|
1616
1616
|
});
|
|
1617
1617
|
}
|
|
1618
1618
|
var block_default = Block;
|
|
1619
|
-
var _tmpl$2 = /* @__PURE__ */ template(`<style>.dynamic-
|
|
1619
|
+
var _tmpl$2 = /* @__PURE__ */ template(`<style>.dynamic-3c4beb0c {
|
|
1620
1620
|
display: flex;
|
|
1621
1621
|
flex-direction: column;
|
|
1622
1622
|
align-items: stretch;
|
|
@@ -1659,7 +1659,7 @@ function BlocksWrapper(props) {
|
|
|
1659
1659
|
});
|
|
1660
1660
|
return [createComponent(Dynamic, mergeProps({
|
|
1661
1661
|
get ["class"]() {
|
|
1662
|
-
return className() + " dynamic-
|
|
1662
|
+
return className() + " dynamic-3c4beb0c";
|
|
1663
1663
|
},
|
|
1664
1664
|
ref(r$) {
|
|
1665
1665
|
const _ref$ = blocksWrapperRef;
|
|
@@ -1758,7 +1758,7 @@ var getColumnsClass = (id) => {
|
|
|
1758
1758
|
|
|
1759
1759
|
// src/blocks/columns/columns.tsx
|
|
1760
1760
|
var _tmpl$3 = /* @__PURE__ */ template(`<div>`);
|
|
1761
|
-
var _tmpl$22 = /* @__PURE__ */ template(`<style>.div-
|
|
1761
|
+
var _tmpl$22 = /* @__PURE__ */ template(`<style>.div-3e5f33a4 {
|
|
1762
1762
|
display: flex;
|
|
1763
1763
|
line-height: normal;
|
|
1764
1764
|
}`);
|
|
@@ -1887,7 +1887,7 @@ function Columns(props) {
|
|
|
1887
1887
|
const _el$ = _tmpl$3();
|
|
1888
1888
|
spread(_el$, mergeProps({
|
|
1889
1889
|
get ["class"]() {
|
|
1890
|
-
return getColumnsClass(props.builderBlock?.id) + " div-
|
|
1890
|
+
return getColumnsClass(props.builderBlock?.id) + " div-3e5f33a4";
|
|
1891
1891
|
},
|
|
1892
1892
|
get style() {
|
|
1893
1893
|
return columnsCssVars();
|
|
@@ -2012,16 +2012,16 @@ function getSrcSet(url) {
|
|
|
2012
2012
|
// src/blocks/image/image.tsx
|
|
2013
2013
|
var _tmpl$5 = /* @__PURE__ */ template(`<source type=image/webp>`);
|
|
2014
2014
|
var _tmpl$23 = /* @__PURE__ */ template(`<picture><img>`);
|
|
2015
|
-
var _tmpl$32 = /* @__PURE__ */ template(`<div class="builder-image-sizer div-
|
|
2016
|
-
var _tmpl$42 = /* @__PURE__ */ template(`<div class=div-
|
|
2017
|
-
var _tmpl$52 = /* @__PURE__ */ template(`<style>.img-
|
|
2015
|
+
var _tmpl$32 = /* @__PURE__ */ template(`<div class="builder-image-sizer div-56e07140">`);
|
|
2016
|
+
var _tmpl$42 = /* @__PURE__ */ template(`<div class=div-56e07140-2>`);
|
|
2017
|
+
var _tmpl$52 = /* @__PURE__ */ template(`<style>.img-56e07140 {
|
|
2018
2018
|
opacity: 1;
|
|
2019
2019
|
transition: opacity 0.2s ease-in-out;
|
|
2020
|
-
}.div-
|
|
2020
|
+
}.div-56e07140 {
|
|
2021
2021
|
width: 100%;
|
|
2022
2022
|
pointer-events: none;
|
|
2023
2023
|
font-size: 0;
|
|
2024
|
-
}.div-
|
|
2024
|
+
}.div-56e07140-2 {
|
|
2025
2025
|
display: flex;
|
|
2026
2026
|
flex-direction: column;
|
|
2027
2027
|
align-items: stretch;
|
|
@@ -2086,7 +2086,7 @@ function Image(props) {
|
|
|
2086
2086
|
}
|
|
2087
2087
|
}), _el$3);
|
|
2088
2088
|
effect((_p$) => {
|
|
2089
|
-
const _v$ = "builder-image" + (props.className ? " " + props.className : "") + " img-
|
|
2089
|
+
const _v$ = "builder-image" + (props.className ? " " + props.className : "") + " img-56e07140", _v$2 = props.highPriority ? "eager" : "lazy", _v$3 = props.highPriority ? "high" : "auto", _v$4 = props.altText, _v$5 = props.altText ? void 0 : "presentation", _v$6 = {
|
|
2090
2090
|
"object-position": props.backgroundPosition || "center",
|
|
2091
2091
|
"object-fit": props.backgroundSize || "cover",
|
|
2092
2092
|
...aspectRatioCss()
|
|
@@ -3902,9 +3902,9 @@ function logFetch(url) {
|
|
|
3902
3902
|
}
|
|
3903
3903
|
|
|
3904
3904
|
// src/blocks/form/form/form.tsx
|
|
3905
|
-
var _tmpl$13 = /* @__PURE__ */ template(`<pre class="builder-form-error-text pre-
|
|
3905
|
+
var _tmpl$13 = /* @__PURE__ */ template(`<pre class="builder-form-error-text pre-27d18614">`);
|
|
3906
3906
|
var _tmpl$26 = /* @__PURE__ */ template(`<form>`);
|
|
3907
|
-
var _tmpl$34 = /* @__PURE__ */ template(`<style>.pre-
|
|
3907
|
+
var _tmpl$34 = /* @__PURE__ */ template(`<style>.pre-27d18614 {
|
|
3908
3908
|
padding: 10px;
|
|
3909
3909
|
color: red;
|
|
3910
3910
|
text-align: center;
|
|
@@ -4878,7 +4878,7 @@ function getPreviewContent(_searchParams) {
|
|
|
4878
4878
|
}
|
|
4879
4879
|
|
|
4880
4880
|
// src/constants/sdk-version.ts
|
|
4881
|
-
var SDK_VERSION = "3.0.
|
|
4881
|
+
var SDK_VERSION = "3.0.3";
|
|
4882
4882
|
|
|
4883
4883
|
// src/helpers/sdk-headers.ts
|
|
4884
4884
|
var getSdkHeaders = () => ({
|
package/lib/browser/dev.jsx
CHANGED
|
@@ -1499,7 +1499,7 @@ function BlocksWrapper(props) {
|
|
|
1499
1499
|
});
|
|
1500
1500
|
return <>
|
|
1501
1501
|
<Dynamic4
|
|
1502
|
-
class={className() + " dynamic-
|
|
1502
|
+
class={className() + " dynamic-3c4beb0c"}
|
|
1503
1503
|
ref={blocksWrapperRef}
|
|
1504
1504
|
builder-path={dataPath()}
|
|
1505
1505
|
builder-parent-id={props.parent}
|
|
@@ -1511,7 +1511,7 @@ function BlocksWrapper(props) {
|
|
|
1511
1511
|
{...props.BlocksWrapperProps}
|
|
1512
1512
|
component={props.BlocksWrapper}
|
|
1513
1513
|
>{props.children}</Dynamic4>
|
|
1514
|
-
<style>{`.dynamic-
|
|
1514
|
+
<style>{`.dynamic-3c4beb0c {
|
|
1515
1515
|
display: flex;
|
|
1516
1516
|
flex-direction: column;
|
|
1517
1517
|
align-items: stretch;
|
|
@@ -1676,7 +1676,7 @@ function Columns(props) {
|
|
|
1676
1676
|
}
|
|
1677
1677
|
return <>
|
|
1678
1678
|
<div
|
|
1679
|
-
class={getColumnsClass(props.builderBlock?.id) + " div-
|
|
1679
|
+
class={getColumnsClass(props.builderBlock?.id) + " div-3e5f33a4"}
|
|
1680
1680
|
style={columnsCssVars()}
|
|
1681
1681
|
{...{}}
|
|
1682
1682
|
>
|
|
@@ -1705,7 +1705,7 @@ function Columns(props) {
|
|
|
1705
1705
|
/></Dynamic_renderer_default>;
|
|
1706
1706
|
}}</For4>
|
|
1707
1707
|
</div>
|
|
1708
|
-
<style>{`.div-
|
|
1708
|
+
<style>{`.div-3e5f33a4 {
|
|
1709
1709
|
display: flex;
|
|
1710
1710
|
line-height: normal;
|
|
1711
1711
|
}`}</style>
|
|
@@ -1817,7 +1817,7 @@ function Image(props) {
|
|
|
1817
1817
|
<picture>
|
|
1818
1818
|
<Show8 when={webpSrcSet()}><source type="image/webp" srcset={webpSrcSet()} /></Show8>
|
|
1819
1819
|
<img
|
|
1820
|
-
class={"builder-image" + (props.className ? " " + props.className : "") + " img-
|
|
1820
|
+
class={"builder-image" + (props.className ? " " + props.className : "") + " img-56e07140"}
|
|
1821
1821
|
loading={props.highPriority ? "eager" : "lazy"}
|
|
1822
1822
|
fetchpriority={props.highPriority ? "high" : "auto"}
|
|
1823
1823
|
alt={props.altText}
|
|
@@ -1835,22 +1835,22 @@ function Image(props) {
|
|
|
1835
1835
|
<Show8
|
|
1836
1836
|
when={props.aspectRatio && !(props.builderBlock?.children?.length && props.fitContent)}
|
|
1837
1837
|
><div
|
|
1838
|
-
class="builder-image-sizer div-
|
|
1838
|
+
class="builder-image-sizer div-56e07140"
|
|
1839
1839
|
style={{
|
|
1840
1840
|
"padding-top": props.aspectRatio * 100 + "%"
|
|
1841
1841
|
}}
|
|
1842
1842
|
/></Show8>
|
|
1843
1843
|
<Show8 when={props.builderBlock?.children?.length && props.fitContent}>{props.children}</Show8>
|
|
1844
|
-
<Show8 when={!props.fitContent && props.builderBlock?.children?.length}><div class="div-
|
|
1844
|
+
<Show8 when={!props.fitContent && props.builderBlock?.children?.length}><div class="div-56e07140-2">{props.children}</div></Show8>
|
|
1845
1845
|
</>
|
|
1846
|
-
<style>{`.img-
|
|
1846
|
+
<style>{`.img-56e07140 {
|
|
1847
1847
|
opacity: 1;
|
|
1848
1848
|
transition: opacity 0.2s ease-in-out;
|
|
1849
|
-
}.div-
|
|
1849
|
+
}.div-56e07140 {
|
|
1850
1850
|
width: 100%;
|
|
1851
1851
|
pointer-events: none;
|
|
1852
1852
|
font-size: 0;
|
|
1853
|
-
}.div-
|
|
1853
|
+
}.div-56e07140-2 {
|
|
1854
1854
|
display: flex;
|
|
1855
1855
|
flex-direction: column;
|
|
1856
1856
|
align-items: stretch;
|
|
@@ -3757,14 +3757,14 @@ function FormComponent(props) {
|
|
|
3757
3757
|
blocks={props.sendingMessage}
|
|
3758
3758
|
context={props.builderContext}
|
|
3759
3759
|
/></Show11>
|
|
3760
|
-
<Show11 when={submissionState() === "error" && responseData()}><pre class="builder-form-error-text pre-
|
|
3760
|
+
<Show11 when={submissionState() === "error" && responseData()}><pre class="builder-form-error-text pre-27d18614">{JSON.stringify(responseData(), null, 2)}</pre></Show11>
|
|
3761
3761
|
<Show11 when={submissionState() === "success"}><Blocks_default
|
|
3762
3762
|
path="successMessage"
|
|
3763
3763
|
blocks={props.successMessage}
|
|
3764
3764
|
context={props.builderContext}
|
|
3765
3765
|
/></Show11>
|
|
3766
3766
|
</form>
|
|
3767
|
-
<style>{`.pre-
|
|
3767
|
+
<style>{`.pre-27d18614 {
|
|
3768
3768
|
padding: 10px;
|
|
3769
3769
|
color: red;
|
|
3770
3770
|
text-align: center;
|
|
@@ -4356,7 +4356,7 @@ function getPreviewContent(_searchParams) {
|
|
|
4356
4356
|
}
|
|
4357
4357
|
|
|
4358
4358
|
// src/constants/sdk-version.ts
|
|
4359
|
-
var SDK_VERSION = "3.0.
|
|
4359
|
+
var SDK_VERSION = "3.0.3";
|
|
4360
4360
|
|
|
4361
4361
|
// src/helpers/sdk-headers.ts
|
|
4362
4362
|
var getSdkHeaders = () => ({
|
package/lib/browser/index.js
CHANGED
|
@@ -1607,7 +1607,7 @@ function Block(props) {
|
|
|
1607
1607
|
});
|
|
1608
1608
|
}
|
|
1609
1609
|
var block_default = Block;
|
|
1610
|
-
var _tmpl$2 = /* @__PURE__ */ template(`<style>.dynamic-
|
|
1610
|
+
var _tmpl$2 = /* @__PURE__ */ template(`<style>.dynamic-3c4beb0c {
|
|
1611
1611
|
display: flex;
|
|
1612
1612
|
flex-direction: column;
|
|
1613
1613
|
align-items: stretch;
|
|
@@ -1650,7 +1650,7 @@ function BlocksWrapper(props) {
|
|
|
1650
1650
|
});
|
|
1651
1651
|
return [createComponent(Dynamic, mergeProps({
|
|
1652
1652
|
get ["class"]() {
|
|
1653
|
-
return className() + " dynamic-
|
|
1653
|
+
return className() + " dynamic-3c4beb0c";
|
|
1654
1654
|
},
|
|
1655
1655
|
ref(r$) {
|
|
1656
1656
|
const _ref$ = blocksWrapperRef;
|
|
@@ -1749,7 +1749,7 @@ var getColumnsClass = (id) => {
|
|
|
1749
1749
|
|
|
1750
1750
|
// src/blocks/columns/columns.tsx
|
|
1751
1751
|
var _tmpl$3 = /* @__PURE__ */ template(`<div>`);
|
|
1752
|
-
var _tmpl$22 = /* @__PURE__ */ template(`<style>.div-
|
|
1752
|
+
var _tmpl$22 = /* @__PURE__ */ template(`<style>.div-3e5f33a4 {
|
|
1753
1753
|
display: flex;
|
|
1754
1754
|
line-height: normal;
|
|
1755
1755
|
}`);
|
|
@@ -1878,7 +1878,7 @@ function Columns(props) {
|
|
|
1878
1878
|
const _el$ = _tmpl$3();
|
|
1879
1879
|
spread(_el$, mergeProps({
|
|
1880
1880
|
get ["class"]() {
|
|
1881
|
-
return getColumnsClass(props.builderBlock?.id) + " div-
|
|
1881
|
+
return getColumnsClass(props.builderBlock?.id) + " div-3e5f33a4";
|
|
1882
1882
|
},
|
|
1883
1883
|
get style() {
|
|
1884
1884
|
return columnsCssVars();
|
|
@@ -2003,16 +2003,16 @@ function getSrcSet(url) {
|
|
|
2003
2003
|
// src/blocks/image/image.tsx
|
|
2004
2004
|
var _tmpl$5 = /* @__PURE__ */ template(`<source type=image/webp>`);
|
|
2005
2005
|
var _tmpl$23 = /* @__PURE__ */ template(`<picture><img>`);
|
|
2006
|
-
var _tmpl$32 = /* @__PURE__ */ template(`<div class="builder-image-sizer div-
|
|
2007
|
-
var _tmpl$42 = /* @__PURE__ */ template(`<div class=div-
|
|
2008
|
-
var _tmpl$52 = /* @__PURE__ */ template(`<style>.img-
|
|
2006
|
+
var _tmpl$32 = /* @__PURE__ */ template(`<div class="builder-image-sizer div-56e07140">`);
|
|
2007
|
+
var _tmpl$42 = /* @__PURE__ */ template(`<div class=div-56e07140-2>`);
|
|
2008
|
+
var _tmpl$52 = /* @__PURE__ */ template(`<style>.img-56e07140 {
|
|
2009
2009
|
opacity: 1;
|
|
2010
2010
|
transition: opacity 0.2s ease-in-out;
|
|
2011
|
-
}.div-
|
|
2011
|
+
}.div-56e07140 {
|
|
2012
2012
|
width: 100%;
|
|
2013
2013
|
pointer-events: none;
|
|
2014
2014
|
font-size: 0;
|
|
2015
|
-
}.div-
|
|
2015
|
+
}.div-56e07140-2 {
|
|
2016
2016
|
display: flex;
|
|
2017
2017
|
flex-direction: column;
|
|
2018
2018
|
align-items: stretch;
|
|
@@ -2076,7 +2076,7 @@ function Image(props) {
|
|
|
2076
2076
|
}
|
|
2077
2077
|
}), _el$3);
|
|
2078
2078
|
effect((_p$) => {
|
|
2079
|
-
const _v$ = "builder-image" + (props.className ? " " + props.className : "") + " img-
|
|
2079
|
+
const _v$ = "builder-image" + (props.className ? " " + props.className : "") + " img-56e07140", _v$2 = props.highPriority ? "eager" : "lazy", _v$3 = props.highPriority ? "high" : "auto", _v$4 = props.altText, _v$5 = props.altText ? void 0 : "presentation", _v$6 = {
|
|
2080
2080
|
"object-position": props.backgroundPosition || "center",
|
|
2081
2081
|
"object-fit": props.backgroundSize || "cover",
|
|
2082
2082
|
...aspectRatioCss()
|
|
@@ -3889,9 +3889,9 @@ function logFetch(url) {
|
|
|
3889
3889
|
}
|
|
3890
3890
|
|
|
3891
3891
|
// src/blocks/form/form/form.tsx
|
|
3892
|
-
var _tmpl$13 = /* @__PURE__ */ template(`<pre class="builder-form-error-text pre-
|
|
3892
|
+
var _tmpl$13 = /* @__PURE__ */ template(`<pre class="builder-form-error-text pre-27d18614">`);
|
|
3893
3893
|
var _tmpl$26 = /* @__PURE__ */ template(`<form>`);
|
|
3894
|
-
var _tmpl$34 = /* @__PURE__ */ template(`<style>.pre-
|
|
3894
|
+
var _tmpl$34 = /* @__PURE__ */ template(`<style>.pre-27d18614 {
|
|
3895
3895
|
padding: 10px;
|
|
3896
3896
|
color: red;
|
|
3897
3897
|
text-align: center;
|
|
@@ -4865,7 +4865,7 @@ function getPreviewContent(_searchParams) {
|
|
|
4865
4865
|
}
|
|
4866
4866
|
|
|
4867
4867
|
// src/constants/sdk-version.ts
|
|
4868
|
-
var SDK_VERSION = "3.0.
|
|
4868
|
+
var SDK_VERSION = "3.0.3";
|
|
4869
4869
|
|
|
4870
4870
|
// src/helpers/sdk-headers.ts
|
|
4871
4871
|
var getSdkHeaders = () => ({
|
package/lib/browser/index.jsx
CHANGED
|
@@ -1492,7 +1492,7 @@ function BlocksWrapper(props) {
|
|
|
1492
1492
|
});
|
|
1493
1493
|
return <>
|
|
1494
1494
|
<Dynamic4
|
|
1495
|
-
class={className() + " dynamic-
|
|
1495
|
+
class={className() + " dynamic-3c4beb0c"}
|
|
1496
1496
|
ref={blocksWrapperRef}
|
|
1497
1497
|
builder-path={dataPath()}
|
|
1498
1498
|
builder-parent-id={props.parent}
|
|
@@ -1504,7 +1504,7 @@ function BlocksWrapper(props) {
|
|
|
1504
1504
|
{...props.BlocksWrapperProps}
|
|
1505
1505
|
component={props.BlocksWrapper}
|
|
1506
1506
|
>{props.children}</Dynamic4>
|
|
1507
|
-
<style>{`.dynamic-
|
|
1507
|
+
<style>{`.dynamic-3c4beb0c {
|
|
1508
1508
|
display: flex;
|
|
1509
1509
|
flex-direction: column;
|
|
1510
1510
|
align-items: stretch;
|
|
@@ -1669,7 +1669,7 @@ function Columns(props) {
|
|
|
1669
1669
|
}
|
|
1670
1670
|
return <>
|
|
1671
1671
|
<div
|
|
1672
|
-
class={getColumnsClass(props.builderBlock?.id) + " div-
|
|
1672
|
+
class={getColumnsClass(props.builderBlock?.id) + " div-3e5f33a4"}
|
|
1673
1673
|
style={columnsCssVars()}
|
|
1674
1674
|
{...{}}
|
|
1675
1675
|
>
|
|
@@ -1698,7 +1698,7 @@ function Columns(props) {
|
|
|
1698
1698
|
/></Dynamic_renderer_default>;
|
|
1699
1699
|
}}</For4>
|
|
1700
1700
|
</div>
|
|
1701
|
-
<style>{`.div-
|
|
1701
|
+
<style>{`.div-3e5f33a4 {
|
|
1702
1702
|
display: flex;
|
|
1703
1703
|
line-height: normal;
|
|
1704
1704
|
}`}</style>
|
|
@@ -1809,7 +1809,7 @@ function Image(props) {
|
|
|
1809
1809
|
<picture>
|
|
1810
1810
|
<Show8 when={webpSrcSet()}><source type="image/webp" srcset={webpSrcSet()} /></Show8>
|
|
1811
1811
|
<img
|
|
1812
|
-
class={"builder-image" + (props.className ? " " + props.className : "") + " img-
|
|
1812
|
+
class={"builder-image" + (props.className ? " " + props.className : "") + " img-56e07140"}
|
|
1813
1813
|
loading={props.highPriority ? "eager" : "lazy"}
|
|
1814
1814
|
fetchpriority={props.highPriority ? "high" : "auto"}
|
|
1815
1815
|
alt={props.altText}
|
|
@@ -1827,22 +1827,22 @@ function Image(props) {
|
|
|
1827
1827
|
<Show8
|
|
1828
1828
|
when={props.aspectRatio && !(props.builderBlock?.children?.length && props.fitContent)}
|
|
1829
1829
|
><div
|
|
1830
|
-
class="builder-image-sizer div-
|
|
1830
|
+
class="builder-image-sizer div-56e07140"
|
|
1831
1831
|
style={{
|
|
1832
1832
|
"padding-top": props.aspectRatio * 100 + "%"
|
|
1833
1833
|
}}
|
|
1834
1834
|
/></Show8>
|
|
1835
1835
|
<Show8 when={props.builderBlock?.children?.length && props.fitContent}>{props.children}</Show8>
|
|
1836
|
-
<Show8 when={!props.fitContent && props.builderBlock?.children?.length}><div class="div-
|
|
1836
|
+
<Show8 when={!props.fitContent && props.builderBlock?.children?.length}><div class="div-56e07140-2">{props.children}</div></Show8>
|
|
1837
1837
|
</>
|
|
1838
|
-
<style>{`.img-
|
|
1838
|
+
<style>{`.img-56e07140 {
|
|
1839
1839
|
opacity: 1;
|
|
1840
1840
|
transition: opacity 0.2s ease-in-out;
|
|
1841
|
-
}.div-
|
|
1841
|
+
}.div-56e07140 {
|
|
1842
1842
|
width: 100%;
|
|
1843
1843
|
pointer-events: none;
|
|
1844
1844
|
font-size: 0;
|
|
1845
|
-
}.div-
|
|
1845
|
+
}.div-56e07140-2 {
|
|
1846
1846
|
display: flex;
|
|
1847
1847
|
flex-direction: column;
|
|
1848
1848
|
align-items: stretch;
|
|
@@ -3746,14 +3746,14 @@ function FormComponent(props) {
|
|
|
3746
3746
|
blocks={props.sendingMessage}
|
|
3747
3747
|
context={props.builderContext}
|
|
3748
3748
|
/></Show11>
|
|
3749
|
-
<Show11 when={submissionState() === "error" && responseData()}><pre class="builder-form-error-text pre-
|
|
3749
|
+
<Show11 when={submissionState() === "error" && responseData()}><pre class="builder-form-error-text pre-27d18614">{JSON.stringify(responseData(), null, 2)}</pre></Show11>
|
|
3750
3750
|
<Show11 when={submissionState() === "success"}><Blocks_default
|
|
3751
3751
|
path="successMessage"
|
|
3752
3752
|
blocks={props.successMessage}
|
|
3753
3753
|
context={props.builderContext}
|
|
3754
3754
|
/></Show11>
|
|
3755
3755
|
</form>
|
|
3756
|
-
<style>{`.pre-
|
|
3756
|
+
<style>{`.pre-27d18614 {
|
|
3757
3757
|
padding: 10px;
|
|
3758
3758
|
color: red;
|
|
3759
3759
|
text-align: center;
|
|
@@ -4345,7 +4345,7 @@ function getPreviewContent(_searchParams) {
|
|
|
4345
4345
|
}
|
|
4346
4346
|
|
|
4347
4347
|
// src/constants/sdk-version.ts
|
|
4348
|
-
var SDK_VERSION = "3.0.
|
|
4348
|
+
var SDK_VERSION = "3.0.3";
|
|
4349
4349
|
|
|
4350
4350
|
// src/helpers/sdk-headers.ts
|
|
4351
4351
|
var getSdkHeaders = () => ({
|
package/lib/edge/dev.js
CHANGED
|
@@ -4797,7 +4797,7 @@ function Block(props) {
|
|
|
4797
4797
|
});
|
|
4798
4798
|
}
|
|
4799
4799
|
var block_default = Block;
|
|
4800
|
-
var _tmpl$2 = /* @__PURE__ */ template(`<style>.dynamic-
|
|
4800
|
+
var _tmpl$2 = /* @__PURE__ */ template(`<style>.dynamic-3c4beb0c {
|
|
4801
4801
|
display: flex;
|
|
4802
4802
|
flex-direction: column;
|
|
4803
4803
|
align-items: stretch;
|
|
@@ -4840,7 +4840,7 @@ function BlocksWrapper(props) {
|
|
|
4840
4840
|
});
|
|
4841
4841
|
return [createComponent(Dynamic, mergeProps({
|
|
4842
4842
|
get ["class"]() {
|
|
4843
|
-
return className() + " dynamic-
|
|
4843
|
+
return className() + " dynamic-3c4beb0c";
|
|
4844
4844
|
},
|
|
4845
4845
|
ref(r$) {
|
|
4846
4846
|
const _ref$ = blocksWrapperRef;
|
|
@@ -4939,7 +4939,7 @@ var getColumnsClass = (id2) => {
|
|
|
4939
4939
|
|
|
4940
4940
|
// src/blocks/columns/columns.tsx
|
|
4941
4941
|
var _tmpl$3 = /* @__PURE__ */ template(`<div>`);
|
|
4942
|
-
var _tmpl$22 = /* @__PURE__ */ template(`<style>.div-
|
|
4942
|
+
var _tmpl$22 = /* @__PURE__ */ template(`<style>.div-3e5f33a4 {
|
|
4943
4943
|
display: flex;
|
|
4944
4944
|
line-height: normal;
|
|
4945
4945
|
}`);
|
|
@@ -5068,7 +5068,7 @@ function Columns(props) {
|
|
|
5068
5068
|
const _el$ = _tmpl$3();
|
|
5069
5069
|
spread(_el$, mergeProps({
|
|
5070
5070
|
get ["class"]() {
|
|
5071
|
-
return getColumnsClass(props.builderBlock?.id) + " div-
|
|
5071
|
+
return getColumnsClass(props.builderBlock?.id) + " div-3e5f33a4";
|
|
5072
5072
|
},
|
|
5073
5073
|
get style() {
|
|
5074
5074
|
return columnsCssVars();
|
|
@@ -5193,16 +5193,16 @@ function getSrcSet(url) {
|
|
|
5193
5193
|
// src/blocks/image/image.tsx
|
|
5194
5194
|
var _tmpl$5 = /* @__PURE__ */ template(`<source type=image/webp>`);
|
|
5195
5195
|
var _tmpl$23 = /* @__PURE__ */ template(`<picture><img>`);
|
|
5196
|
-
var _tmpl$32 = /* @__PURE__ */ template(`<div class="builder-image-sizer div-
|
|
5197
|
-
var _tmpl$42 = /* @__PURE__ */ template(`<div class=div-
|
|
5198
|
-
var _tmpl$52 = /* @__PURE__ */ template(`<style>.img-
|
|
5196
|
+
var _tmpl$32 = /* @__PURE__ */ template(`<div class="builder-image-sizer div-56e07140">`);
|
|
5197
|
+
var _tmpl$42 = /* @__PURE__ */ template(`<div class=div-56e07140-2>`);
|
|
5198
|
+
var _tmpl$52 = /* @__PURE__ */ template(`<style>.img-56e07140 {
|
|
5199
5199
|
opacity: 1;
|
|
5200
5200
|
transition: opacity 0.2s ease-in-out;
|
|
5201
|
-
}.div-
|
|
5201
|
+
}.div-56e07140 {
|
|
5202
5202
|
width: 100%;
|
|
5203
5203
|
pointer-events: none;
|
|
5204
5204
|
font-size: 0;
|
|
5205
|
-
}.div-
|
|
5205
|
+
}.div-56e07140-2 {
|
|
5206
5206
|
display: flex;
|
|
5207
5207
|
flex-direction: column;
|
|
5208
5208
|
align-items: stretch;
|
|
@@ -5267,7 +5267,7 @@ function Image(props) {
|
|
|
5267
5267
|
}
|
|
5268
5268
|
}), _el$3);
|
|
5269
5269
|
effect((_p$) => {
|
|
5270
|
-
const _v$ = "builder-image" + (props.className ? " " + props.className : "") + " img-
|
|
5270
|
+
const _v$ = "builder-image" + (props.className ? " " + props.className : "") + " img-56e07140", _v$2 = props.highPriority ? "eager" : "lazy", _v$3 = props.highPriority ? "high" : "auto", _v$4 = props.altText, _v$5 = props.altText ? void 0 : "presentation", _v$6 = {
|
|
5271
5271
|
"object-position": props.backgroundPosition || "center",
|
|
5272
5272
|
"object-fit": props.backgroundSize || "cover",
|
|
5273
5273
|
...aspectRatioCss()
|
|
@@ -7083,9 +7083,9 @@ function logFetch(url) {
|
|
|
7083
7083
|
}
|
|
7084
7084
|
|
|
7085
7085
|
// src/blocks/form/form/form.tsx
|
|
7086
|
-
var _tmpl$13 = /* @__PURE__ */ template(`<pre class="builder-form-error-text pre-
|
|
7086
|
+
var _tmpl$13 = /* @__PURE__ */ template(`<pre class="builder-form-error-text pre-27d18614">`);
|
|
7087
7087
|
var _tmpl$26 = /* @__PURE__ */ template(`<form>`);
|
|
7088
|
-
var _tmpl$34 = /* @__PURE__ */ template(`<style>.pre-
|
|
7088
|
+
var _tmpl$34 = /* @__PURE__ */ template(`<style>.pre-27d18614 {
|
|
7089
7089
|
padding: 10px;
|
|
7090
7090
|
color: red;
|
|
7091
7091
|
text-align: center;
|
|
@@ -8059,7 +8059,7 @@ function getPreviewContent(_searchParams) {
|
|
|
8059
8059
|
}
|
|
8060
8060
|
|
|
8061
8061
|
// src/constants/sdk-version.ts
|
|
8062
|
-
var SDK_VERSION = "3.0.
|
|
8062
|
+
var SDK_VERSION = "3.0.3";
|
|
8063
8063
|
|
|
8064
8064
|
// src/helpers/sdk-headers.ts
|
|
8065
8065
|
var getSdkHeaders = () => ({
|
package/lib/edge/dev.jsx
CHANGED
|
@@ -4682,7 +4682,7 @@ function BlocksWrapper(props) {
|
|
|
4682
4682
|
});
|
|
4683
4683
|
return <>
|
|
4684
4684
|
<Dynamic4
|
|
4685
|
-
class={className() + " dynamic-
|
|
4685
|
+
class={className() + " dynamic-3c4beb0c"}
|
|
4686
4686
|
ref={blocksWrapperRef}
|
|
4687
4687
|
builder-path={dataPath()}
|
|
4688
4688
|
builder-parent-id={props.parent}
|
|
@@ -4694,7 +4694,7 @@ function BlocksWrapper(props) {
|
|
|
4694
4694
|
{...props.BlocksWrapperProps}
|
|
4695
4695
|
component={props.BlocksWrapper}
|
|
4696
4696
|
>{props.children}</Dynamic4>
|
|
4697
|
-
<style>{`.dynamic-
|
|
4697
|
+
<style>{`.dynamic-3c4beb0c {
|
|
4698
4698
|
display: flex;
|
|
4699
4699
|
flex-direction: column;
|
|
4700
4700
|
align-items: stretch;
|
|
@@ -4859,7 +4859,7 @@ function Columns(props) {
|
|
|
4859
4859
|
}
|
|
4860
4860
|
return <>
|
|
4861
4861
|
<div
|
|
4862
|
-
class={getColumnsClass(props.builderBlock?.id) + " div-
|
|
4862
|
+
class={getColumnsClass(props.builderBlock?.id) + " div-3e5f33a4"}
|
|
4863
4863
|
style={columnsCssVars()}
|
|
4864
4864
|
{...{}}
|
|
4865
4865
|
>
|
|
@@ -4888,7 +4888,7 @@ function Columns(props) {
|
|
|
4888
4888
|
/></Dynamic_renderer_default>;
|
|
4889
4889
|
}}</For4>
|
|
4890
4890
|
</div>
|
|
4891
|
-
<style>{`.div-
|
|
4891
|
+
<style>{`.div-3e5f33a4 {
|
|
4892
4892
|
display: flex;
|
|
4893
4893
|
line-height: normal;
|
|
4894
4894
|
}`}</style>
|
|
@@ -5000,7 +5000,7 @@ function Image(props) {
|
|
|
5000
5000
|
<picture>
|
|
5001
5001
|
<Show8 when={webpSrcSet()}><source type="image/webp" srcset={webpSrcSet()} /></Show8>
|
|
5002
5002
|
<img
|
|
5003
|
-
class={"builder-image" + (props.className ? " " + props.className : "") + " img-
|
|
5003
|
+
class={"builder-image" + (props.className ? " " + props.className : "") + " img-56e07140"}
|
|
5004
5004
|
loading={props.highPriority ? "eager" : "lazy"}
|
|
5005
5005
|
fetchpriority={props.highPriority ? "high" : "auto"}
|
|
5006
5006
|
alt={props.altText}
|
|
@@ -5018,22 +5018,22 @@ function Image(props) {
|
|
|
5018
5018
|
<Show8
|
|
5019
5019
|
when={props.aspectRatio && !(props.builderBlock?.children?.length && props.fitContent)}
|
|
5020
5020
|
><div
|
|
5021
|
-
class="builder-image-sizer div-
|
|
5021
|
+
class="builder-image-sizer div-56e07140"
|
|
5022
5022
|
style={{
|
|
5023
5023
|
"padding-top": props.aspectRatio * 100 + "%"
|
|
5024
5024
|
}}
|
|
5025
5025
|
/></Show8>
|
|
5026
5026
|
<Show8 when={props.builderBlock?.children?.length && props.fitContent}>{props.children}</Show8>
|
|
5027
|
-
<Show8 when={!props.fitContent && props.builderBlock?.children?.length}><div class="div-
|
|
5027
|
+
<Show8 when={!props.fitContent && props.builderBlock?.children?.length}><div class="div-56e07140-2">{props.children}</div></Show8>
|
|
5028
5028
|
</>
|
|
5029
|
-
<style>{`.img-
|
|
5029
|
+
<style>{`.img-56e07140 {
|
|
5030
5030
|
opacity: 1;
|
|
5031
5031
|
transition: opacity 0.2s ease-in-out;
|
|
5032
|
-
}.div-
|
|
5032
|
+
}.div-56e07140 {
|
|
5033
5033
|
width: 100%;
|
|
5034
5034
|
pointer-events: none;
|
|
5035
5035
|
font-size: 0;
|
|
5036
|
-
}.div-
|
|
5036
|
+
}.div-56e07140-2 {
|
|
5037
5037
|
display: flex;
|
|
5038
5038
|
flex-direction: column;
|
|
5039
5039
|
align-items: stretch;
|
|
@@ -6940,14 +6940,14 @@ function FormComponent(props) {
|
|
|
6940
6940
|
blocks={props.sendingMessage}
|
|
6941
6941
|
context={props.builderContext}
|
|
6942
6942
|
/></Show11>
|
|
6943
|
-
<Show11 when={submissionState() === "error" && responseData()}><pre class="builder-form-error-text pre-
|
|
6943
|
+
<Show11 when={submissionState() === "error" && responseData()}><pre class="builder-form-error-text pre-27d18614">{JSON.stringify(responseData(), null, 2)}</pre></Show11>
|
|
6944
6944
|
<Show11 when={submissionState() === "success"}><Blocks_default
|
|
6945
6945
|
path="successMessage"
|
|
6946
6946
|
blocks={props.successMessage}
|
|
6947
6947
|
context={props.builderContext}
|
|
6948
6948
|
/></Show11>
|
|
6949
6949
|
</form>
|
|
6950
|
-
<style>{`.pre-
|
|
6950
|
+
<style>{`.pre-27d18614 {
|
|
6951
6951
|
padding: 10px;
|
|
6952
6952
|
color: red;
|
|
6953
6953
|
text-align: center;
|
|
@@ -7539,7 +7539,7 @@ function getPreviewContent(_searchParams) {
|
|
|
7539
7539
|
}
|
|
7540
7540
|
|
|
7541
7541
|
// src/constants/sdk-version.ts
|
|
7542
|
-
var SDK_VERSION = "3.0.
|
|
7542
|
+
var SDK_VERSION = "3.0.3";
|
|
7543
7543
|
|
|
7544
7544
|
// src/helpers/sdk-headers.ts
|
|
7545
7545
|
var getSdkHeaders = () => ({
|
package/lib/edge/index.js
CHANGED
|
@@ -4788,7 +4788,7 @@ function Block(props) {
|
|
|
4788
4788
|
});
|
|
4789
4789
|
}
|
|
4790
4790
|
var block_default = Block;
|
|
4791
|
-
var _tmpl$2 = /* @__PURE__ */ template(`<style>.dynamic-
|
|
4791
|
+
var _tmpl$2 = /* @__PURE__ */ template(`<style>.dynamic-3c4beb0c {
|
|
4792
4792
|
display: flex;
|
|
4793
4793
|
flex-direction: column;
|
|
4794
4794
|
align-items: stretch;
|
|
@@ -4831,7 +4831,7 @@ function BlocksWrapper(props) {
|
|
|
4831
4831
|
});
|
|
4832
4832
|
return [createComponent(Dynamic, mergeProps({
|
|
4833
4833
|
get ["class"]() {
|
|
4834
|
-
return className() + " dynamic-
|
|
4834
|
+
return className() + " dynamic-3c4beb0c";
|
|
4835
4835
|
},
|
|
4836
4836
|
ref(r$) {
|
|
4837
4837
|
const _ref$ = blocksWrapperRef;
|
|
@@ -4930,7 +4930,7 @@ var getColumnsClass = (id2) => {
|
|
|
4930
4930
|
|
|
4931
4931
|
// src/blocks/columns/columns.tsx
|
|
4932
4932
|
var _tmpl$3 = /* @__PURE__ */ template(`<div>`);
|
|
4933
|
-
var _tmpl$22 = /* @__PURE__ */ template(`<style>.div-
|
|
4933
|
+
var _tmpl$22 = /* @__PURE__ */ template(`<style>.div-3e5f33a4 {
|
|
4934
4934
|
display: flex;
|
|
4935
4935
|
line-height: normal;
|
|
4936
4936
|
}`);
|
|
@@ -5059,7 +5059,7 @@ function Columns(props) {
|
|
|
5059
5059
|
const _el$ = _tmpl$3();
|
|
5060
5060
|
spread(_el$, mergeProps({
|
|
5061
5061
|
get ["class"]() {
|
|
5062
|
-
return getColumnsClass(props.builderBlock?.id) + " div-
|
|
5062
|
+
return getColumnsClass(props.builderBlock?.id) + " div-3e5f33a4";
|
|
5063
5063
|
},
|
|
5064
5064
|
get style() {
|
|
5065
5065
|
return columnsCssVars();
|
|
@@ -5184,16 +5184,16 @@ function getSrcSet(url) {
|
|
|
5184
5184
|
// src/blocks/image/image.tsx
|
|
5185
5185
|
var _tmpl$5 = /* @__PURE__ */ template(`<source type=image/webp>`);
|
|
5186
5186
|
var _tmpl$23 = /* @__PURE__ */ template(`<picture><img>`);
|
|
5187
|
-
var _tmpl$32 = /* @__PURE__ */ template(`<div class="builder-image-sizer div-
|
|
5188
|
-
var _tmpl$42 = /* @__PURE__ */ template(`<div class=div-
|
|
5189
|
-
var _tmpl$52 = /* @__PURE__ */ template(`<style>.img-
|
|
5187
|
+
var _tmpl$32 = /* @__PURE__ */ template(`<div class="builder-image-sizer div-56e07140">`);
|
|
5188
|
+
var _tmpl$42 = /* @__PURE__ */ template(`<div class=div-56e07140-2>`);
|
|
5189
|
+
var _tmpl$52 = /* @__PURE__ */ template(`<style>.img-56e07140 {
|
|
5190
5190
|
opacity: 1;
|
|
5191
5191
|
transition: opacity 0.2s ease-in-out;
|
|
5192
|
-
}.div-
|
|
5192
|
+
}.div-56e07140 {
|
|
5193
5193
|
width: 100%;
|
|
5194
5194
|
pointer-events: none;
|
|
5195
5195
|
font-size: 0;
|
|
5196
|
-
}.div-
|
|
5196
|
+
}.div-56e07140-2 {
|
|
5197
5197
|
display: flex;
|
|
5198
5198
|
flex-direction: column;
|
|
5199
5199
|
align-items: stretch;
|
|
@@ -5257,7 +5257,7 @@ function Image(props) {
|
|
|
5257
5257
|
}
|
|
5258
5258
|
}), _el$3);
|
|
5259
5259
|
effect((_p$) => {
|
|
5260
|
-
const _v$ = "builder-image" + (props.className ? " " + props.className : "") + " img-
|
|
5260
|
+
const _v$ = "builder-image" + (props.className ? " " + props.className : "") + " img-56e07140", _v$2 = props.highPriority ? "eager" : "lazy", _v$3 = props.highPriority ? "high" : "auto", _v$4 = props.altText, _v$5 = props.altText ? void 0 : "presentation", _v$6 = {
|
|
5261
5261
|
"object-position": props.backgroundPosition || "center",
|
|
5262
5262
|
"object-fit": props.backgroundSize || "cover",
|
|
5263
5263
|
...aspectRatioCss()
|
|
@@ -7070,9 +7070,9 @@ function logFetch(url) {
|
|
|
7070
7070
|
}
|
|
7071
7071
|
|
|
7072
7072
|
// src/blocks/form/form/form.tsx
|
|
7073
|
-
var _tmpl$13 = /* @__PURE__ */ template(`<pre class="builder-form-error-text pre-
|
|
7073
|
+
var _tmpl$13 = /* @__PURE__ */ template(`<pre class="builder-form-error-text pre-27d18614">`);
|
|
7074
7074
|
var _tmpl$26 = /* @__PURE__ */ template(`<form>`);
|
|
7075
|
-
var _tmpl$34 = /* @__PURE__ */ template(`<style>.pre-
|
|
7075
|
+
var _tmpl$34 = /* @__PURE__ */ template(`<style>.pre-27d18614 {
|
|
7076
7076
|
padding: 10px;
|
|
7077
7077
|
color: red;
|
|
7078
7078
|
text-align: center;
|
|
@@ -8046,7 +8046,7 @@ function getPreviewContent(_searchParams) {
|
|
|
8046
8046
|
}
|
|
8047
8047
|
|
|
8048
8048
|
// src/constants/sdk-version.ts
|
|
8049
|
-
var SDK_VERSION = "3.0.
|
|
8049
|
+
var SDK_VERSION = "3.0.3";
|
|
8050
8050
|
|
|
8051
8051
|
// src/helpers/sdk-headers.ts
|
|
8052
8052
|
var getSdkHeaders = () => ({
|
package/lib/edge/index.jsx
CHANGED
|
@@ -4675,7 +4675,7 @@ function BlocksWrapper(props) {
|
|
|
4675
4675
|
});
|
|
4676
4676
|
return <>
|
|
4677
4677
|
<Dynamic4
|
|
4678
|
-
class={className() + " dynamic-
|
|
4678
|
+
class={className() + " dynamic-3c4beb0c"}
|
|
4679
4679
|
ref={blocksWrapperRef}
|
|
4680
4680
|
builder-path={dataPath()}
|
|
4681
4681
|
builder-parent-id={props.parent}
|
|
@@ -4687,7 +4687,7 @@ function BlocksWrapper(props) {
|
|
|
4687
4687
|
{...props.BlocksWrapperProps}
|
|
4688
4688
|
component={props.BlocksWrapper}
|
|
4689
4689
|
>{props.children}</Dynamic4>
|
|
4690
|
-
<style>{`.dynamic-
|
|
4690
|
+
<style>{`.dynamic-3c4beb0c {
|
|
4691
4691
|
display: flex;
|
|
4692
4692
|
flex-direction: column;
|
|
4693
4693
|
align-items: stretch;
|
|
@@ -4852,7 +4852,7 @@ function Columns(props) {
|
|
|
4852
4852
|
}
|
|
4853
4853
|
return <>
|
|
4854
4854
|
<div
|
|
4855
|
-
class={getColumnsClass(props.builderBlock?.id) + " div-
|
|
4855
|
+
class={getColumnsClass(props.builderBlock?.id) + " div-3e5f33a4"}
|
|
4856
4856
|
style={columnsCssVars()}
|
|
4857
4857
|
{...{}}
|
|
4858
4858
|
>
|
|
@@ -4881,7 +4881,7 @@ function Columns(props) {
|
|
|
4881
4881
|
/></Dynamic_renderer_default>;
|
|
4882
4882
|
}}</For4>
|
|
4883
4883
|
</div>
|
|
4884
|
-
<style>{`.div-
|
|
4884
|
+
<style>{`.div-3e5f33a4 {
|
|
4885
4885
|
display: flex;
|
|
4886
4886
|
line-height: normal;
|
|
4887
4887
|
}`}</style>
|
|
@@ -4992,7 +4992,7 @@ function Image(props) {
|
|
|
4992
4992
|
<picture>
|
|
4993
4993
|
<Show8 when={webpSrcSet()}><source type="image/webp" srcset={webpSrcSet()} /></Show8>
|
|
4994
4994
|
<img
|
|
4995
|
-
class={"builder-image" + (props.className ? " " + props.className : "") + " img-
|
|
4995
|
+
class={"builder-image" + (props.className ? " " + props.className : "") + " img-56e07140"}
|
|
4996
4996
|
loading={props.highPriority ? "eager" : "lazy"}
|
|
4997
4997
|
fetchpriority={props.highPriority ? "high" : "auto"}
|
|
4998
4998
|
alt={props.altText}
|
|
@@ -5010,22 +5010,22 @@ function Image(props) {
|
|
|
5010
5010
|
<Show8
|
|
5011
5011
|
when={props.aspectRatio && !(props.builderBlock?.children?.length && props.fitContent)}
|
|
5012
5012
|
><div
|
|
5013
|
-
class="builder-image-sizer div-
|
|
5013
|
+
class="builder-image-sizer div-56e07140"
|
|
5014
5014
|
style={{
|
|
5015
5015
|
"padding-top": props.aspectRatio * 100 + "%"
|
|
5016
5016
|
}}
|
|
5017
5017
|
/></Show8>
|
|
5018
5018
|
<Show8 when={props.builderBlock?.children?.length && props.fitContent}>{props.children}</Show8>
|
|
5019
|
-
<Show8 when={!props.fitContent && props.builderBlock?.children?.length}><div class="div-
|
|
5019
|
+
<Show8 when={!props.fitContent && props.builderBlock?.children?.length}><div class="div-56e07140-2">{props.children}</div></Show8>
|
|
5020
5020
|
</>
|
|
5021
|
-
<style>{`.img-
|
|
5021
|
+
<style>{`.img-56e07140 {
|
|
5022
5022
|
opacity: 1;
|
|
5023
5023
|
transition: opacity 0.2s ease-in-out;
|
|
5024
|
-
}.div-
|
|
5024
|
+
}.div-56e07140 {
|
|
5025
5025
|
width: 100%;
|
|
5026
5026
|
pointer-events: none;
|
|
5027
5027
|
font-size: 0;
|
|
5028
|
-
}.div-
|
|
5028
|
+
}.div-56e07140-2 {
|
|
5029
5029
|
display: flex;
|
|
5030
5030
|
flex-direction: column;
|
|
5031
5031
|
align-items: stretch;
|
|
@@ -6929,14 +6929,14 @@ function FormComponent(props) {
|
|
|
6929
6929
|
blocks={props.sendingMessage}
|
|
6930
6930
|
context={props.builderContext}
|
|
6931
6931
|
/></Show11>
|
|
6932
|
-
<Show11 when={submissionState() === "error" && responseData()}><pre class="builder-form-error-text pre-
|
|
6932
|
+
<Show11 when={submissionState() === "error" && responseData()}><pre class="builder-form-error-text pre-27d18614">{JSON.stringify(responseData(), null, 2)}</pre></Show11>
|
|
6933
6933
|
<Show11 when={submissionState() === "success"}><Blocks_default
|
|
6934
6934
|
path="successMessage"
|
|
6935
6935
|
blocks={props.successMessage}
|
|
6936
6936
|
context={props.builderContext}
|
|
6937
6937
|
/></Show11>
|
|
6938
6938
|
</form>
|
|
6939
|
-
<style>{`.pre-
|
|
6939
|
+
<style>{`.pre-27d18614 {
|
|
6940
6940
|
padding: 10px;
|
|
6941
6941
|
color: red;
|
|
6942
6942
|
text-align: center;
|
|
@@ -7528,7 +7528,7 @@ function getPreviewContent(_searchParams) {
|
|
|
7528
7528
|
}
|
|
7529
7529
|
|
|
7530
7530
|
// src/constants/sdk-version.ts
|
|
7531
|
-
var SDK_VERSION = "3.0.
|
|
7531
|
+
var SDK_VERSION = "3.0.3";
|
|
7532
7532
|
|
|
7533
7533
|
// src/helpers/sdk-headers.ts
|
|
7534
7534
|
var getSdkHeaders = () => ({
|
package/lib/node/dev.js
CHANGED
|
@@ -1785,7 +1785,7 @@ function Block(props) {
|
|
|
1785
1785
|
});
|
|
1786
1786
|
}
|
|
1787
1787
|
var block_default = Block;
|
|
1788
|
-
var _tmpl$2 = /* @__PURE__ */ template(`<style>.dynamic-
|
|
1788
|
+
var _tmpl$2 = /* @__PURE__ */ template(`<style>.dynamic-3c4beb0c {
|
|
1789
1789
|
display: flex;
|
|
1790
1790
|
flex-direction: column;
|
|
1791
1791
|
align-items: stretch;
|
|
@@ -1828,7 +1828,7 @@ function BlocksWrapper(props) {
|
|
|
1828
1828
|
});
|
|
1829
1829
|
return [createComponent(Dynamic, mergeProps({
|
|
1830
1830
|
get ["class"]() {
|
|
1831
|
-
return className() + " dynamic-
|
|
1831
|
+
return className() + " dynamic-3c4beb0c";
|
|
1832
1832
|
},
|
|
1833
1833
|
ref(r$) {
|
|
1834
1834
|
const _ref$ = blocksWrapperRef;
|
|
@@ -1927,7 +1927,7 @@ var getColumnsClass = (id) => {
|
|
|
1927
1927
|
|
|
1928
1928
|
// src/blocks/columns/columns.tsx
|
|
1929
1929
|
var _tmpl$3 = /* @__PURE__ */ template(`<div>`);
|
|
1930
|
-
var _tmpl$22 = /* @__PURE__ */ template(`<style>.div-
|
|
1930
|
+
var _tmpl$22 = /* @__PURE__ */ template(`<style>.div-3e5f33a4 {
|
|
1931
1931
|
display: flex;
|
|
1932
1932
|
line-height: normal;
|
|
1933
1933
|
}`);
|
|
@@ -2056,7 +2056,7 @@ function Columns(props) {
|
|
|
2056
2056
|
const _el$ = _tmpl$3();
|
|
2057
2057
|
spread(_el$, mergeProps({
|
|
2058
2058
|
get ["class"]() {
|
|
2059
|
-
return getColumnsClass(props.builderBlock?.id) + " div-
|
|
2059
|
+
return getColumnsClass(props.builderBlock?.id) + " div-3e5f33a4";
|
|
2060
2060
|
},
|
|
2061
2061
|
get style() {
|
|
2062
2062
|
return columnsCssVars();
|
|
@@ -2181,16 +2181,16 @@ function getSrcSet(url) {
|
|
|
2181
2181
|
// src/blocks/image/image.tsx
|
|
2182
2182
|
var _tmpl$5 = /* @__PURE__ */ template(`<source type=image/webp>`);
|
|
2183
2183
|
var _tmpl$23 = /* @__PURE__ */ template(`<picture><img>`);
|
|
2184
|
-
var _tmpl$32 = /* @__PURE__ */ template(`<div class="builder-image-sizer div-
|
|
2185
|
-
var _tmpl$42 = /* @__PURE__ */ template(`<div class=div-
|
|
2186
|
-
var _tmpl$52 = /* @__PURE__ */ template(`<style>.img-
|
|
2184
|
+
var _tmpl$32 = /* @__PURE__ */ template(`<div class="builder-image-sizer div-56e07140">`);
|
|
2185
|
+
var _tmpl$42 = /* @__PURE__ */ template(`<div class=div-56e07140-2>`);
|
|
2186
|
+
var _tmpl$52 = /* @__PURE__ */ template(`<style>.img-56e07140 {
|
|
2187
2187
|
opacity: 1;
|
|
2188
2188
|
transition: opacity 0.2s ease-in-out;
|
|
2189
|
-
}.div-
|
|
2189
|
+
}.div-56e07140 {
|
|
2190
2190
|
width: 100%;
|
|
2191
2191
|
pointer-events: none;
|
|
2192
2192
|
font-size: 0;
|
|
2193
|
-
}.div-
|
|
2193
|
+
}.div-56e07140-2 {
|
|
2194
2194
|
display: flex;
|
|
2195
2195
|
flex-direction: column;
|
|
2196
2196
|
align-items: stretch;
|
|
@@ -2255,7 +2255,7 @@ function Image(props) {
|
|
|
2255
2255
|
}
|
|
2256
2256
|
}), _el$3);
|
|
2257
2257
|
effect((_p$) => {
|
|
2258
|
-
const _v$ = "builder-image" + (props.className ? " " + props.className : "") + " img-
|
|
2258
|
+
const _v$ = "builder-image" + (props.className ? " " + props.className : "") + " img-56e07140", _v$2 = props.highPriority ? "eager" : "lazy", _v$3 = props.highPriority ? "high" : "auto", _v$4 = props.altText, _v$5 = props.altText ? void 0 : "presentation", _v$6 = {
|
|
2259
2259
|
"object-position": props.backgroundPosition || "center",
|
|
2260
2260
|
"object-fit": props.backgroundSize || "cover",
|
|
2261
2261
|
...aspectRatioCss()
|
|
@@ -4071,9 +4071,9 @@ function logFetch(url) {
|
|
|
4071
4071
|
}
|
|
4072
4072
|
|
|
4073
4073
|
// src/blocks/form/form/form.tsx
|
|
4074
|
-
var _tmpl$13 = /* @__PURE__ */ template(`<pre class="builder-form-error-text pre-
|
|
4074
|
+
var _tmpl$13 = /* @__PURE__ */ template(`<pre class="builder-form-error-text pre-27d18614">`);
|
|
4075
4075
|
var _tmpl$26 = /* @__PURE__ */ template(`<form>`);
|
|
4076
|
-
var _tmpl$34 = /* @__PURE__ */ template(`<style>.pre-
|
|
4076
|
+
var _tmpl$34 = /* @__PURE__ */ template(`<style>.pre-27d18614 {
|
|
4077
4077
|
padding: 10px;
|
|
4078
4078
|
color: red;
|
|
4079
4079
|
text-align: center;
|
|
@@ -5047,7 +5047,7 @@ function getPreviewContent(_searchParams) {
|
|
|
5047
5047
|
}
|
|
5048
5048
|
|
|
5049
5049
|
// src/constants/sdk-version.ts
|
|
5050
|
-
var SDK_VERSION = "3.0.
|
|
5050
|
+
var SDK_VERSION = "3.0.3";
|
|
5051
5051
|
|
|
5052
5052
|
// src/helpers/sdk-headers.ts
|
|
5053
5053
|
var getSdkHeaders = () => ({
|
package/lib/node/dev.jsx
CHANGED
|
@@ -1670,7 +1670,7 @@ function BlocksWrapper(props) {
|
|
|
1670
1670
|
});
|
|
1671
1671
|
return <>
|
|
1672
1672
|
<Dynamic4
|
|
1673
|
-
class={className() + " dynamic-
|
|
1673
|
+
class={className() + " dynamic-3c4beb0c"}
|
|
1674
1674
|
ref={blocksWrapperRef}
|
|
1675
1675
|
builder-path={dataPath()}
|
|
1676
1676
|
builder-parent-id={props.parent}
|
|
@@ -1682,7 +1682,7 @@ function BlocksWrapper(props) {
|
|
|
1682
1682
|
{...props.BlocksWrapperProps}
|
|
1683
1683
|
component={props.BlocksWrapper}
|
|
1684
1684
|
>{props.children}</Dynamic4>
|
|
1685
|
-
<style>{`.dynamic-
|
|
1685
|
+
<style>{`.dynamic-3c4beb0c {
|
|
1686
1686
|
display: flex;
|
|
1687
1687
|
flex-direction: column;
|
|
1688
1688
|
align-items: stretch;
|
|
@@ -1847,7 +1847,7 @@ function Columns(props) {
|
|
|
1847
1847
|
}
|
|
1848
1848
|
return <>
|
|
1849
1849
|
<div
|
|
1850
|
-
class={getColumnsClass(props.builderBlock?.id) + " div-
|
|
1850
|
+
class={getColumnsClass(props.builderBlock?.id) + " div-3e5f33a4"}
|
|
1851
1851
|
style={columnsCssVars()}
|
|
1852
1852
|
{...{}}
|
|
1853
1853
|
>
|
|
@@ -1876,7 +1876,7 @@ function Columns(props) {
|
|
|
1876
1876
|
/></Dynamic_renderer_default>;
|
|
1877
1877
|
}}</For4>
|
|
1878
1878
|
</div>
|
|
1879
|
-
<style>{`.div-
|
|
1879
|
+
<style>{`.div-3e5f33a4 {
|
|
1880
1880
|
display: flex;
|
|
1881
1881
|
line-height: normal;
|
|
1882
1882
|
}`}</style>
|
|
@@ -1988,7 +1988,7 @@ function Image(props) {
|
|
|
1988
1988
|
<picture>
|
|
1989
1989
|
<Show8 when={webpSrcSet()}><source type="image/webp" srcset={webpSrcSet()} /></Show8>
|
|
1990
1990
|
<img
|
|
1991
|
-
class={"builder-image" + (props.className ? " " + props.className : "") + " img-
|
|
1991
|
+
class={"builder-image" + (props.className ? " " + props.className : "") + " img-56e07140"}
|
|
1992
1992
|
loading={props.highPriority ? "eager" : "lazy"}
|
|
1993
1993
|
fetchpriority={props.highPriority ? "high" : "auto"}
|
|
1994
1994
|
alt={props.altText}
|
|
@@ -2006,22 +2006,22 @@ function Image(props) {
|
|
|
2006
2006
|
<Show8
|
|
2007
2007
|
when={props.aspectRatio && !(props.builderBlock?.children?.length && props.fitContent)}
|
|
2008
2008
|
><div
|
|
2009
|
-
class="builder-image-sizer div-
|
|
2009
|
+
class="builder-image-sizer div-56e07140"
|
|
2010
2010
|
style={{
|
|
2011
2011
|
"padding-top": props.aspectRatio * 100 + "%"
|
|
2012
2012
|
}}
|
|
2013
2013
|
/></Show8>
|
|
2014
2014
|
<Show8 when={props.builderBlock?.children?.length && props.fitContent}>{props.children}</Show8>
|
|
2015
|
-
<Show8 when={!props.fitContent && props.builderBlock?.children?.length}><div class="div-
|
|
2015
|
+
<Show8 when={!props.fitContent && props.builderBlock?.children?.length}><div class="div-56e07140-2">{props.children}</div></Show8>
|
|
2016
2016
|
</>
|
|
2017
|
-
<style>{`.img-
|
|
2017
|
+
<style>{`.img-56e07140 {
|
|
2018
2018
|
opacity: 1;
|
|
2019
2019
|
transition: opacity 0.2s ease-in-out;
|
|
2020
|
-
}.div-
|
|
2020
|
+
}.div-56e07140 {
|
|
2021
2021
|
width: 100%;
|
|
2022
2022
|
pointer-events: none;
|
|
2023
2023
|
font-size: 0;
|
|
2024
|
-
}.div-
|
|
2024
|
+
}.div-56e07140-2 {
|
|
2025
2025
|
display: flex;
|
|
2026
2026
|
flex-direction: column;
|
|
2027
2027
|
align-items: stretch;
|
|
@@ -3928,14 +3928,14 @@ function FormComponent(props) {
|
|
|
3928
3928
|
blocks={props.sendingMessage}
|
|
3929
3929
|
context={props.builderContext}
|
|
3930
3930
|
/></Show11>
|
|
3931
|
-
<Show11 when={submissionState() === "error" && responseData()}><pre class="builder-form-error-text pre-
|
|
3931
|
+
<Show11 when={submissionState() === "error" && responseData()}><pre class="builder-form-error-text pre-27d18614">{JSON.stringify(responseData(), null, 2)}</pre></Show11>
|
|
3932
3932
|
<Show11 when={submissionState() === "success"}><Blocks_default
|
|
3933
3933
|
path="successMessage"
|
|
3934
3934
|
blocks={props.successMessage}
|
|
3935
3935
|
context={props.builderContext}
|
|
3936
3936
|
/></Show11>
|
|
3937
3937
|
</form>
|
|
3938
|
-
<style>{`.pre-
|
|
3938
|
+
<style>{`.pre-27d18614 {
|
|
3939
3939
|
padding: 10px;
|
|
3940
3940
|
color: red;
|
|
3941
3941
|
text-align: center;
|
|
@@ -4527,7 +4527,7 @@ function getPreviewContent(_searchParams) {
|
|
|
4527
4527
|
}
|
|
4528
4528
|
|
|
4529
4529
|
// src/constants/sdk-version.ts
|
|
4530
|
-
var SDK_VERSION = "3.0.
|
|
4530
|
+
var SDK_VERSION = "3.0.3";
|
|
4531
4531
|
|
|
4532
4532
|
// src/helpers/sdk-headers.ts
|
|
4533
4533
|
var getSdkHeaders = () => ({
|
package/lib/node/index.js
CHANGED
|
@@ -1776,7 +1776,7 @@ function Block(props) {
|
|
|
1776
1776
|
});
|
|
1777
1777
|
}
|
|
1778
1778
|
var block_default = Block;
|
|
1779
|
-
var _tmpl$2 = /* @__PURE__ */ template(`<style>.dynamic-
|
|
1779
|
+
var _tmpl$2 = /* @__PURE__ */ template(`<style>.dynamic-3c4beb0c {
|
|
1780
1780
|
display: flex;
|
|
1781
1781
|
flex-direction: column;
|
|
1782
1782
|
align-items: stretch;
|
|
@@ -1819,7 +1819,7 @@ function BlocksWrapper(props) {
|
|
|
1819
1819
|
});
|
|
1820
1820
|
return [createComponent(Dynamic, mergeProps({
|
|
1821
1821
|
get ["class"]() {
|
|
1822
|
-
return className() + " dynamic-
|
|
1822
|
+
return className() + " dynamic-3c4beb0c";
|
|
1823
1823
|
},
|
|
1824
1824
|
ref(r$) {
|
|
1825
1825
|
const _ref$ = blocksWrapperRef;
|
|
@@ -1918,7 +1918,7 @@ var getColumnsClass = (id) => {
|
|
|
1918
1918
|
|
|
1919
1919
|
// src/blocks/columns/columns.tsx
|
|
1920
1920
|
var _tmpl$3 = /* @__PURE__ */ template(`<div>`);
|
|
1921
|
-
var _tmpl$22 = /* @__PURE__ */ template(`<style>.div-
|
|
1921
|
+
var _tmpl$22 = /* @__PURE__ */ template(`<style>.div-3e5f33a4 {
|
|
1922
1922
|
display: flex;
|
|
1923
1923
|
line-height: normal;
|
|
1924
1924
|
}`);
|
|
@@ -2047,7 +2047,7 @@ function Columns(props) {
|
|
|
2047
2047
|
const _el$ = _tmpl$3();
|
|
2048
2048
|
spread(_el$, mergeProps({
|
|
2049
2049
|
get ["class"]() {
|
|
2050
|
-
return getColumnsClass(props.builderBlock?.id) + " div-
|
|
2050
|
+
return getColumnsClass(props.builderBlock?.id) + " div-3e5f33a4";
|
|
2051
2051
|
},
|
|
2052
2052
|
get style() {
|
|
2053
2053
|
return columnsCssVars();
|
|
@@ -2172,16 +2172,16 @@ function getSrcSet(url) {
|
|
|
2172
2172
|
// src/blocks/image/image.tsx
|
|
2173
2173
|
var _tmpl$5 = /* @__PURE__ */ template(`<source type=image/webp>`);
|
|
2174
2174
|
var _tmpl$23 = /* @__PURE__ */ template(`<picture><img>`);
|
|
2175
|
-
var _tmpl$32 = /* @__PURE__ */ template(`<div class="builder-image-sizer div-
|
|
2176
|
-
var _tmpl$42 = /* @__PURE__ */ template(`<div class=div-
|
|
2177
|
-
var _tmpl$52 = /* @__PURE__ */ template(`<style>.img-
|
|
2175
|
+
var _tmpl$32 = /* @__PURE__ */ template(`<div class="builder-image-sizer div-56e07140">`);
|
|
2176
|
+
var _tmpl$42 = /* @__PURE__ */ template(`<div class=div-56e07140-2>`);
|
|
2177
|
+
var _tmpl$52 = /* @__PURE__ */ template(`<style>.img-56e07140 {
|
|
2178
2178
|
opacity: 1;
|
|
2179
2179
|
transition: opacity 0.2s ease-in-out;
|
|
2180
|
-
}.div-
|
|
2180
|
+
}.div-56e07140 {
|
|
2181
2181
|
width: 100%;
|
|
2182
2182
|
pointer-events: none;
|
|
2183
2183
|
font-size: 0;
|
|
2184
|
-
}.div-
|
|
2184
|
+
}.div-56e07140-2 {
|
|
2185
2185
|
display: flex;
|
|
2186
2186
|
flex-direction: column;
|
|
2187
2187
|
align-items: stretch;
|
|
@@ -2245,7 +2245,7 @@ function Image(props) {
|
|
|
2245
2245
|
}
|
|
2246
2246
|
}), _el$3);
|
|
2247
2247
|
effect((_p$) => {
|
|
2248
|
-
const _v$ = "builder-image" + (props.className ? " " + props.className : "") + " img-
|
|
2248
|
+
const _v$ = "builder-image" + (props.className ? " " + props.className : "") + " img-56e07140", _v$2 = props.highPriority ? "eager" : "lazy", _v$3 = props.highPriority ? "high" : "auto", _v$4 = props.altText, _v$5 = props.altText ? void 0 : "presentation", _v$6 = {
|
|
2249
2249
|
"object-position": props.backgroundPosition || "center",
|
|
2250
2250
|
"object-fit": props.backgroundSize || "cover",
|
|
2251
2251
|
...aspectRatioCss()
|
|
@@ -4058,9 +4058,9 @@ function logFetch(url) {
|
|
|
4058
4058
|
}
|
|
4059
4059
|
|
|
4060
4060
|
// src/blocks/form/form/form.tsx
|
|
4061
|
-
var _tmpl$13 = /* @__PURE__ */ template(`<pre class="builder-form-error-text pre-
|
|
4061
|
+
var _tmpl$13 = /* @__PURE__ */ template(`<pre class="builder-form-error-text pre-27d18614">`);
|
|
4062
4062
|
var _tmpl$26 = /* @__PURE__ */ template(`<form>`);
|
|
4063
|
-
var _tmpl$34 = /* @__PURE__ */ template(`<style>.pre-
|
|
4063
|
+
var _tmpl$34 = /* @__PURE__ */ template(`<style>.pre-27d18614 {
|
|
4064
4064
|
padding: 10px;
|
|
4065
4065
|
color: red;
|
|
4066
4066
|
text-align: center;
|
|
@@ -5034,7 +5034,7 @@ function getPreviewContent(_searchParams) {
|
|
|
5034
5034
|
}
|
|
5035
5035
|
|
|
5036
5036
|
// src/constants/sdk-version.ts
|
|
5037
|
-
var SDK_VERSION = "3.0.
|
|
5037
|
+
var SDK_VERSION = "3.0.3";
|
|
5038
5038
|
|
|
5039
5039
|
// src/helpers/sdk-headers.ts
|
|
5040
5040
|
var getSdkHeaders = () => ({
|
package/lib/node/index.jsx
CHANGED
|
@@ -1663,7 +1663,7 @@ function BlocksWrapper(props) {
|
|
|
1663
1663
|
});
|
|
1664
1664
|
return <>
|
|
1665
1665
|
<Dynamic4
|
|
1666
|
-
class={className() + " dynamic-
|
|
1666
|
+
class={className() + " dynamic-3c4beb0c"}
|
|
1667
1667
|
ref={blocksWrapperRef}
|
|
1668
1668
|
builder-path={dataPath()}
|
|
1669
1669
|
builder-parent-id={props.parent}
|
|
@@ -1675,7 +1675,7 @@ function BlocksWrapper(props) {
|
|
|
1675
1675
|
{...props.BlocksWrapperProps}
|
|
1676
1676
|
component={props.BlocksWrapper}
|
|
1677
1677
|
>{props.children}</Dynamic4>
|
|
1678
|
-
<style>{`.dynamic-
|
|
1678
|
+
<style>{`.dynamic-3c4beb0c {
|
|
1679
1679
|
display: flex;
|
|
1680
1680
|
flex-direction: column;
|
|
1681
1681
|
align-items: stretch;
|
|
@@ -1840,7 +1840,7 @@ function Columns(props) {
|
|
|
1840
1840
|
}
|
|
1841
1841
|
return <>
|
|
1842
1842
|
<div
|
|
1843
|
-
class={getColumnsClass(props.builderBlock?.id) + " div-
|
|
1843
|
+
class={getColumnsClass(props.builderBlock?.id) + " div-3e5f33a4"}
|
|
1844
1844
|
style={columnsCssVars()}
|
|
1845
1845
|
{...{}}
|
|
1846
1846
|
>
|
|
@@ -1869,7 +1869,7 @@ function Columns(props) {
|
|
|
1869
1869
|
/></Dynamic_renderer_default>;
|
|
1870
1870
|
}}</For4>
|
|
1871
1871
|
</div>
|
|
1872
|
-
<style>{`.div-
|
|
1872
|
+
<style>{`.div-3e5f33a4 {
|
|
1873
1873
|
display: flex;
|
|
1874
1874
|
line-height: normal;
|
|
1875
1875
|
}`}</style>
|
|
@@ -1980,7 +1980,7 @@ function Image(props) {
|
|
|
1980
1980
|
<picture>
|
|
1981
1981
|
<Show8 when={webpSrcSet()}><source type="image/webp" srcset={webpSrcSet()} /></Show8>
|
|
1982
1982
|
<img
|
|
1983
|
-
class={"builder-image" + (props.className ? " " + props.className : "") + " img-
|
|
1983
|
+
class={"builder-image" + (props.className ? " " + props.className : "") + " img-56e07140"}
|
|
1984
1984
|
loading={props.highPriority ? "eager" : "lazy"}
|
|
1985
1985
|
fetchpriority={props.highPriority ? "high" : "auto"}
|
|
1986
1986
|
alt={props.altText}
|
|
@@ -1998,22 +1998,22 @@ function Image(props) {
|
|
|
1998
1998
|
<Show8
|
|
1999
1999
|
when={props.aspectRatio && !(props.builderBlock?.children?.length && props.fitContent)}
|
|
2000
2000
|
><div
|
|
2001
|
-
class="builder-image-sizer div-
|
|
2001
|
+
class="builder-image-sizer div-56e07140"
|
|
2002
2002
|
style={{
|
|
2003
2003
|
"padding-top": props.aspectRatio * 100 + "%"
|
|
2004
2004
|
}}
|
|
2005
2005
|
/></Show8>
|
|
2006
2006
|
<Show8 when={props.builderBlock?.children?.length && props.fitContent}>{props.children}</Show8>
|
|
2007
|
-
<Show8 when={!props.fitContent && props.builderBlock?.children?.length}><div class="div-
|
|
2007
|
+
<Show8 when={!props.fitContent && props.builderBlock?.children?.length}><div class="div-56e07140-2">{props.children}</div></Show8>
|
|
2008
2008
|
</>
|
|
2009
|
-
<style>{`.img-
|
|
2009
|
+
<style>{`.img-56e07140 {
|
|
2010
2010
|
opacity: 1;
|
|
2011
2011
|
transition: opacity 0.2s ease-in-out;
|
|
2012
|
-
}.div-
|
|
2012
|
+
}.div-56e07140 {
|
|
2013
2013
|
width: 100%;
|
|
2014
2014
|
pointer-events: none;
|
|
2015
2015
|
font-size: 0;
|
|
2016
|
-
}.div-
|
|
2016
|
+
}.div-56e07140-2 {
|
|
2017
2017
|
display: flex;
|
|
2018
2018
|
flex-direction: column;
|
|
2019
2019
|
align-items: stretch;
|
|
@@ -3917,14 +3917,14 @@ function FormComponent(props) {
|
|
|
3917
3917
|
blocks={props.sendingMessage}
|
|
3918
3918
|
context={props.builderContext}
|
|
3919
3919
|
/></Show11>
|
|
3920
|
-
<Show11 when={submissionState() === "error" && responseData()}><pre class="builder-form-error-text pre-
|
|
3920
|
+
<Show11 when={submissionState() === "error" && responseData()}><pre class="builder-form-error-text pre-27d18614">{JSON.stringify(responseData(), null, 2)}</pre></Show11>
|
|
3921
3921
|
<Show11 when={submissionState() === "success"}><Blocks_default
|
|
3922
3922
|
path="successMessage"
|
|
3923
3923
|
blocks={props.successMessage}
|
|
3924
3924
|
context={props.builderContext}
|
|
3925
3925
|
/></Show11>
|
|
3926
3926
|
</form>
|
|
3927
|
-
<style>{`.pre-
|
|
3927
|
+
<style>{`.pre-27d18614 {
|
|
3928
3928
|
padding: 10px;
|
|
3929
3929
|
color: red;
|
|
3930
3930
|
text-align: center;
|
|
@@ -4516,7 +4516,7 @@ function getPreviewContent(_searchParams) {
|
|
|
4516
4516
|
}
|
|
4517
4517
|
|
|
4518
4518
|
// src/constants/sdk-version.ts
|
|
4519
|
-
var SDK_VERSION = "3.0.
|
|
4519
|
+
var SDK_VERSION = "3.0.3";
|
|
4520
4520
|
|
|
4521
4521
|
// src/helpers/sdk-headers.ts
|
|
4522
4522
|
var getSdkHeaders = () => ({
|