@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.
@@ -7,6 +7,10 @@ export declare const ControlImageRevealSliderComponent: {
7
7
  type: "video";
8
8
  url: string;
9
9
  };
10
+ defaultSize: {
11
+ width: string;
12
+ height: string;
13
+ };
10
14
  schema: {
11
15
  type: string;
12
16
  properties: {
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: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cntrl-site/components",
3
- "version": "0.1.4-3",
3
+ "version": "0.1.4",
4
4
  "description": "Custom components for control editor and public websites.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",