@cntrl-site/components 0.0.6-0 → 0.0.6
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 +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -816,7 +816,7 @@ const ControlSliderComponent = {
|
|
|
816
816
|
type: "rich-text",
|
|
817
817
|
label: "Description",
|
|
818
818
|
placeholder: "Add Caption...",
|
|
819
|
-
minWidth:
|
|
819
|
+
minWidth: 300,
|
|
820
820
|
maxWidth: 550
|
|
821
821
|
}
|
|
822
822
|
}
|
|
@@ -1395,7 +1395,7 @@ const ControlImageRevealSliderComponent = {
|
|
|
1395
1395
|
type: "text-input",
|
|
1396
1396
|
label: "URL",
|
|
1397
1397
|
placeholder: "Enter link...",
|
|
1398
|
-
minWidth:
|
|
1398
|
+
minWidth: 300,
|
|
1399
1399
|
maxWidth: 550
|
|
1400
1400
|
}
|
|
1401
1401
|
}
|
package/dist/index.mjs
CHANGED
|
@@ -814,7 +814,7 @@ const ControlSliderComponent = {
|
|
|
814
814
|
type: "rich-text",
|
|
815
815
|
label: "Description",
|
|
816
816
|
placeholder: "Add Caption...",
|
|
817
|
-
minWidth:
|
|
817
|
+
minWidth: 300,
|
|
818
818
|
maxWidth: 550
|
|
819
819
|
}
|
|
820
820
|
}
|
|
@@ -1393,7 +1393,7 @@ const ControlImageRevealSliderComponent = {
|
|
|
1393
1393
|
type: "text-input",
|
|
1394
1394
|
label: "URL",
|
|
1395
1395
|
placeholder: "Enter link...",
|
|
1396
|
-
minWidth:
|
|
1396
|
+
minWidth: 300,
|
|
1397
1397
|
maxWidth: 550
|
|
1398
1398
|
}
|
|
1399
1399
|
}
|