@cntrl-site/components 0.0.4 → 0.0.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.
- package/dist/index.js +4 -4
- package/dist/index.mjs +4 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -793,7 +793,7 @@ const ControlSliderComponent = {
|
|
|
793
793
|
display: {
|
|
794
794
|
type: "media-input",
|
|
795
795
|
label: "Image",
|
|
796
|
-
minWidth:
|
|
796
|
+
minWidth: 58,
|
|
797
797
|
defaultWidth: 108,
|
|
798
798
|
maxWidth: 108
|
|
799
799
|
},
|
|
@@ -818,7 +818,7 @@ const ControlSliderComponent = {
|
|
|
818
818
|
placeholder: "Add Caption...",
|
|
819
819
|
minWidth: 100,
|
|
820
820
|
defaultWidth: 300,
|
|
821
|
-
maxWidth:
|
|
821
|
+
maxWidth: 550
|
|
822
822
|
}
|
|
823
823
|
}
|
|
824
824
|
},
|
|
@@ -1372,7 +1372,7 @@ const ControlImageRevealSliderComponent = {
|
|
|
1372
1372
|
type: "media-input",
|
|
1373
1373
|
label: "Image",
|
|
1374
1374
|
isObjectFitEditable: false,
|
|
1375
|
-
minWidth:
|
|
1375
|
+
minWidth: 58,
|
|
1376
1376
|
defaultWidth: 108,
|
|
1377
1377
|
maxWidth: 108
|
|
1378
1378
|
},
|
|
@@ -1398,7 +1398,7 @@ const ControlImageRevealSliderComponent = {
|
|
|
1398
1398
|
placeholder: "Enter link...",
|
|
1399
1399
|
minWidth: 100,
|
|
1400
1400
|
defaultWidth: 300,
|
|
1401
|
-
maxWidth:
|
|
1401
|
+
maxWidth: 550
|
|
1402
1402
|
}
|
|
1403
1403
|
}
|
|
1404
1404
|
},
|
package/dist/index.mjs
CHANGED
|
@@ -791,7 +791,7 @@ const ControlSliderComponent = {
|
|
|
791
791
|
display: {
|
|
792
792
|
type: "media-input",
|
|
793
793
|
label: "Image",
|
|
794
|
-
minWidth:
|
|
794
|
+
minWidth: 58,
|
|
795
795
|
defaultWidth: 108,
|
|
796
796
|
maxWidth: 108
|
|
797
797
|
},
|
|
@@ -816,7 +816,7 @@ const ControlSliderComponent = {
|
|
|
816
816
|
placeholder: "Add Caption...",
|
|
817
817
|
minWidth: 100,
|
|
818
818
|
defaultWidth: 300,
|
|
819
|
-
maxWidth:
|
|
819
|
+
maxWidth: 550
|
|
820
820
|
}
|
|
821
821
|
}
|
|
822
822
|
},
|
|
@@ -1370,7 +1370,7 @@ const ControlImageRevealSliderComponent = {
|
|
|
1370
1370
|
type: "media-input",
|
|
1371
1371
|
label: "Image",
|
|
1372
1372
|
isObjectFitEditable: false,
|
|
1373
|
-
minWidth:
|
|
1373
|
+
minWidth: 58,
|
|
1374
1374
|
defaultWidth: 108,
|
|
1375
1375
|
maxWidth: 108
|
|
1376
1376
|
},
|
|
@@ -1396,7 +1396,7 @@ const ControlImageRevealSliderComponent = {
|
|
|
1396
1396
|
placeholder: "Enter link...",
|
|
1397
1397
|
minWidth: 100,
|
|
1398
1398
|
defaultWidth: 300,
|
|
1399
|
-
maxWidth:
|
|
1399
|
+
maxWidth: 550
|
|
1400
1400
|
}
|
|
1401
1401
|
}
|
|
1402
1402
|
},
|