@cntrl-site/components 0.1.0-2 → 0.1.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.js +6 -6
- package/dist/index.mjs +6 -6
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1794,7 +1794,7 @@ const LightboxComponent = {
|
|
|
1794
1794
|
},
|
|
1795
1795
|
duration: {
|
|
1796
1796
|
type: "string",
|
|
1797
|
-
label: "
|
|
1797
|
+
label: "T",
|
|
1798
1798
|
display: {
|
|
1799
1799
|
type: "step-selector"
|
|
1800
1800
|
},
|
|
@@ -1841,7 +1841,7 @@ const LightboxComponent = {
|
|
|
1841
1841
|
},
|
|
1842
1842
|
duration: {
|
|
1843
1843
|
type: "string",
|
|
1844
|
-
label: "
|
|
1844
|
+
label: "T",
|
|
1845
1845
|
display: {
|
|
1846
1846
|
type: "step-selector"
|
|
1847
1847
|
},
|
|
@@ -2254,7 +2254,7 @@ const LightboxComponent = {
|
|
|
2254
2254
|
blur: 0,
|
|
2255
2255
|
closeIconUrl: null,
|
|
2256
2256
|
closeIconAlign: "top-right",
|
|
2257
|
-
closeIconOffset: { x:
|
|
2257
|
+
closeIconOffset: { x: 0, y: 0 }
|
|
2258
2258
|
},
|
|
2259
2259
|
caption: {
|
|
2260
2260
|
alignment: "middle-center",
|
|
@@ -2288,9 +2288,9 @@ const LightboxComponent = {
|
|
|
2288
2288
|
properties: {
|
|
2289
2289
|
image: {
|
|
2290
2290
|
type: "object",
|
|
2291
|
+
label: "Image",
|
|
2291
2292
|
display: {
|
|
2292
2293
|
type: "media-input",
|
|
2293
|
-
label: "Image",
|
|
2294
2294
|
minWidth: 58,
|
|
2295
2295
|
maxWidth: 108
|
|
2296
2296
|
},
|
|
@@ -2309,10 +2309,10 @@ const LightboxComponent = {
|
|
|
2309
2309
|
required: ["url", "name"]
|
|
2310
2310
|
},
|
|
2311
2311
|
imageCaption: {
|
|
2312
|
+
label: "Description",
|
|
2313
|
+
placeholder: "Add Caption...",
|
|
2312
2314
|
display: {
|
|
2313
2315
|
type: "rich-text",
|
|
2314
|
-
label: "Description",
|
|
2315
|
-
placeholder: "Add Caption...",
|
|
2316
2316
|
minWidth: 300,
|
|
2317
2317
|
maxWidth: 550
|
|
2318
2318
|
}
|
package/dist/index.mjs
CHANGED
|
@@ -1792,7 +1792,7 @@ const LightboxComponent = {
|
|
|
1792
1792
|
},
|
|
1793
1793
|
duration: {
|
|
1794
1794
|
type: "string",
|
|
1795
|
-
label: "
|
|
1795
|
+
label: "T",
|
|
1796
1796
|
display: {
|
|
1797
1797
|
type: "step-selector"
|
|
1798
1798
|
},
|
|
@@ -1839,7 +1839,7 @@ const LightboxComponent = {
|
|
|
1839
1839
|
},
|
|
1840
1840
|
duration: {
|
|
1841
1841
|
type: "string",
|
|
1842
|
-
label: "
|
|
1842
|
+
label: "T",
|
|
1843
1843
|
display: {
|
|
1844
1844
|
type: "step-selector"
|
|
1845
1845
|
},
|
|
@@ -2252,7 +2252,7 @@ const LightboxComponent = {
|
|
|
2252
2252
|
blur: 0,
|
|
2253
2253
|
closeIconUrl: null,
|
|
2254
2254
|
closeIconAlign: "top-right",
|
|
2255
|
-
closeIconOffset: { x:
|
|
2255
|
+
closeIconOffset: { x: 0, y: 0 }
|
|
2256
2256
|
},
|
|
2257
2257
|
caption: {
|
|
2258
2258
|
alignment: "middle-center",
|
|
@@ -2286,9 +2286,9 @@ const LightboxComponent = {
|
|
|
2286
2286
|
properties: {
|
|
2287
2287
|
image: {
|
|
2288
2288
|
type: "object",
|
|
2289
|
+
label: "Image",
|
|
2289
2290
|
display: {
|
|
2290
2291
|
type: "media-input",
|
|
2291
|
-
label: "Image",
|
|
2292
2292
|
minWidth: 58,
|
|
2293
2293
|
maxWidth: 108
|
|
2294
2294
|
},
|
|
@@ -2307,10 +2307,10 @@ const LightboxComponent = {
|
|
|
2307
2307
|
required: ["url", "name"]
|
|
2308
2308
|
},
|
|
2309
2309
|
imageCaption: {
|
|
2310
|
+
label: "Description",
|
|
2311
|
+
placeholder: "Add Caption...",
|
|
2310
2312
|
display: {
|
|
2311
2313
|
type: "rich-text",
|
|
2312
|
-
label: "Description",
|
|
2313
|
-
placeholder: "Add Caption...",
|
|
2314
2314
|
minWidth: 300,
|
|
2315
2315
|
maxWidth: 550
|
|
2316
2316
|
}
|