@cntrl-site/components 0.1.4-3 → 0.1.4
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
CHANGED
|
@@ -1221,6 +1221,10 @@ const ControlImageRevealSliderComponent = {
|
|
|
1221
1221
|
type: "video",
|
|
1222
1222
|
url: "https://cdn.cntrl.site/projects/01JJKT02AWY2FGN2QJ7A173RNZ/articles-assets/01K7EQ3WSW43JG5YMC8B2HTPKT.mp4"
|
|
1223
1223
|
},
|
|
1224
|
+
defaultSize: {
|
|
1225
|
+
width: "100%",
|
|
1226
|
+
height: "100%"
|
|
1227
|
+
},
|
|
1224
1228
|
schema: {
|
|
1225
1229
|
type: "object",
|
|
1226
1230
|
properties: {
|
package/dist/index.mjs
CHANGED
|
@@ -1219,6 +1219,10 @@ const ControlImageRevealSliderComponent = {
|
|
|
1219
1219
|
type: "video",
|
|
1220
1220
|
url: "https://cdn.cntrl.site/projects/01JJKT02AWY2FGN2QJ7A173RNZ/articles-assets/01K7EQ3WSW43JG5YMC8B2HTPKT.mp4"
|
|
1221
1221
|
},
|
|
1222
|
+
defaultSize: {
|
|
1223
|
+
width: "100%",
|
|
1224
|
+
height: "100%"
|
|
1225
|
+
},
|
|
1222
1226
|
schema: {
|
|
1223
1227
|
type: "object",
|
|
1224
1228
|
properties: {
|