@cntrl-site/sdk 1.24.4 → 1.24.5-0
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.
|
@@ -170,6 +170,9 @@ export declare const ControlImageRevealSliderComponent: {
|
|
|
170
170
|
display: {
|
|
171
171
|
type: string;
|
|
172
172
|
isObjectFitEditable: boolean;
|
|
173
|
+
minWidth: number;
|
|
174
|
+
defaultWidth: number;
|
|
175
|
+
maxWidth: number;
|
|
173
176
|
};
|
|
174
177
|
properties: {
|
|
175
178
|
url: {
|
|
@@ -190,6 +193,9 @@ export declare const ControlImageRevealSliderComponent: {
|
|
|
190
193
|
display: {
|
|
191
194
|
type: string;
|
|
192
195
|
placeholder: string;
|
|
196
|
+
minWidth: number;
|
|
197
|
+
defaultWidth: number;
|
|
198
|
+
maxWidth: number;
|
|
193
199
|
};
|
|
194
200
|
};
|
|
195
201
|
};
|
package/dist/index.js
CHANGED
|
@@ -2643,7 +2643,10 @@ const ControlImageRevealSliderComponent = {
|
|
|
2643
2643
|
type: "object",
|
|
2644
2644
|
display: {
|
|
2645
2645
|
type: "media-input",
|
|
2646
|
-
isObjectFitEditable: false
|
|
2646
|
+
isObjectFitEditable: false,
|
|
2647
|
+
minWidth: 48,
|
|
2648
|
+
defaultWidth: 108,
|
|
2649
|
+
maxWidth: 108
|
|
2647
2650
|
},
|
|
2648
2651
|
properties: {
|
|
2649
2652
|
url: {
|
|
@@ -2663,7 +2666,10 @@ const ControlImageRevealSliderComponent = {
|
|
|
2663
2666
|
type: "string",
|
|
2664
2667
|
display: {
|
|
2665
2668
|
type: "text-input",
|
|
2666
|
-
placeholder: "Enter link..."
|
|
2669
|
+
placeholder: "Enter link...",
|
|
2670
|
+
minWidth: 100,
|
|
2671
|
+
defaultWidth: 300,
|
|
2672
|
+
maxWidth: 500
|
|
2667
2673
|
}
|
|
2668
2674
|
}
|
|
2669
2675
|
},
|
package/dist/index.mjs
CHANGED
|
@@ -2624,7 +2624,10 @@ const ControlImageRevealSliderComponent = {
|
|
|
2624
2624
|
type: "object",
|
|
2625
2625
|
display: {
|
|
2626
2626
|
type: "media-input",
|
|
2627
|
-
isObjectFitEditable: false
|
|
2627
|
+
isObjectFitEditable: false,
|
|
2628
|
+
minWidth: 48,
|
|
2629
|
+
defaultWidth: 108,
|
|
2630
|
+
maxWidth: 108
|
|
2628
2631
|
},
|
|
2629
2632
|
properties: {
|
|
2630
2633
|
url: {
|
|
@@ -2644,7 +2647,10 @@ const ControlImageRevealSliderComponent = {
|
|
|
2644
2647
|
type: "string",
|
|
2645
2648
|
display: {
|
|
2646
2649
|
type: "text-input",
|
|
2647
|
-
placeholder: "Enter link..."
|
|
2650
|
+
placeholder: "Enter link...",
|
|
2651
|
+
minWidth: 100,
|
|
2652
|
+
defaultWidth: 300,
|
|
2653
|
+
maxWidth: 500
|
|
2648
2654
|
}
|
|
2649
2655
|
}
|
|
2650
2656
|
},
|