@cntrl-site/components 0.1.3 → 0.1.4-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.
|
@@ -168,12 +168,12 @@ export declare const ControlImageRevealSliderComponent: {
|
|
|
168
168
|
properties: {
|
|
169
169
|
image: {
|
|
170
170
|
type: string;
|
|
171
|
+
label: string;
|
|
171
172
|
display: {
|
|
172
|
-
type: string;
|
|
173
|
-
label: string;
|
|
174
173
|
isObjectFitEditable: boolean;
|
|
175
174
|
minWidth: number;
|
|
176
175
|
maxWidth: number;
|
|
176
|
+
type: string;
|
|
177
177
|
};
|
|
178
178
|
properties: {
|
|
179
179
|
url: {
|
|
@@ -190,11 +190,10 @@ export declare const ControlImageRevealSliderComponent: {
|
|
|
190
190
|
required: string[];
|
|
191
191
|
};
|
|
192
192
|
link: {
|
|
193
|
-
|
|
193
|
+
label: string;
|
|
194
|
+
placeholder: string;
|
|
194
195
|
display: {
|
|
195
196
|
type: string;
|
|
196
|
-
label: string;
|
|
197
|
-
placeholder: string;
|
|
198
197
|
minWidth: number;
|
|
199
198
|
maxWidth: number;
|
|
200
199
|
};
|
package/dist/index.js
CHANGED
|
@@ -1405,12 +1405,12 @@ const ControlImageRevealSliderComponent = {
|
|
|
1405
1405
|
properties: {
|
|
1406
1406
|
image: {
|
|
1407
1407
|
type: "object",
|
|
1408
|
+
label: "Image",
|
|
1408
1409
|
display: {
|
|
1409
|
-
type: "media-input",
|
|
1410
|
-
label: "Image",
|
|
1411
1410
|
isObjectFitEditable: false,
|
|
1412
1411
|
minWidth: 58,
|
|
1413
|
-
maxWidth: 108
|
|
1412
|
+
maxWidth: 108,
|
|
1413
|
+
type: "media-input"
|
|
1414
1414
|
},
|
|
1415
1415
|
properties: {
|
|
1416
1416
|
url: {
|
|
@@ -1427,11 +1427,10 @@ const ControlImageRevealSliderComponent = {
|
|
|
1427
1427
|
required: ["url", "name"]
|
|
1428
1428
|
},
|
|
1429
1429
|
link: {
|
|
1430
|
-
|
|
1430
|
+
label: "URL",
|
|
1431
|
+
placeholder: "Enter link...",
|
|
1431
1432
|
display: {
|
|
1432
1433
|
type: "text-input",
|
|
1433
|
-
label: "URL",
|
|
1434
|
-
placeholder: "Enter link...",
|
|
1435
1434
|
minWidth: 300,
|
|
1436
1435
|
maxWidth: 550
|
|
1437
1436
|
}
|
package/dist/index.mjs
CHANGED
|
@@ -1403,12 +1403,12 @@ const ControlImageRevealSliderComponent = {
|
|
|
1403
1403
|
properties: {
|
|
1404
1404
|
image: {
|
|
1405
1405
|
type: "object",
|
|
1406
|
+
label: "Image",
|
|
1406
1407
|
display: {
|
|
1407
|
-
type: "media-input",
|
|
1408
|
-
label: "Image",
|
|
1409
1408
|
isObjectFitEditable: false,
|
|
1410
1409
|
minWidth: 58,
|
|
1411
|
-
maxWidth: 108
|
|
1410
|
+
maxWidth: 108,
|
|
1411
|
+
type: "media-input"
|
|
1412
1412
|
},
|
|
1413
1413
|
properties: {
|
|
1414
1414
|
url: {
|
|
@@ -1425,11 +1425,10 @@ const ControlImageRevealSliderComponent = {
|
|
|
1425
1425
|
required: ["url", "name"]
|
|
1426
1426
|
},
|
|
1427
1427
|
link: {
|
|
1428
|
-
|
|
1428
|
+
label: "URL",
|
|
1429
|
+
placeholder: "Enter link...",
|
|
1429
1430
|
display: {
|
|
1430
1431
|
type: "text-input",
|
|
1431
|
-
label: "URL",
|
|
1432
|
-
placeholder: "Enter link...",
|
|
1433
1432
|
minWidth: 300,
|
|
1434
1433
|
maxWidth: 550
|
|
1435
1434
|
}
|