@cntrl-site/components 0.0.5 → 0.0.6-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.
@@ -330,6 +330,7 @@ export declare const ControlSliderComponent: {
330
330
  type: string;
331
331
  settings: {
332
332
  addItemFromFileExplorer: boolean;
333
+ defaultWidth: number;
333
334
  };
334
335
  items: {
335
336
  type: string;
@@ -340,7 +341,6 @@ export declare const ControlSliderComponent: {
340
341
  type: string;
341
342
  label: string;
342
343
  minWidth: number;
343
- defaultWidth: number;
344
344
  maxWidth: number;
345
345
  };
346
346
  properties: {
@@ -363,7 +363,6 @@ export declare const ControlSliderComponent: {
363
363
  label: string;
364
364
  placeholder: string;
365
365
  minWidth: number;
366
- defaultWidth: number;
367
366
  maxWidth: number;
368
367
  };
369
368
  };
@@ -164,6 +164,7 @@ export declare const ControlImageRevealSliderComponent: {
164
164
  type: string;
165
165
  settings: {
166
166
  addItemFromFileExplorer: boolean;
167
+ defaultWidth: number;
167
168
  };
168
169
  items: {
169
170
  type: string;
@@ -175,7 +176,6 @@ export declare const ControlImageRevealSliderComponent: {
175
176
  label: string;
176
177
  isObjectFitEditable: boolean;
177
178
  minWidth: number;
178
- defaultWidth: number;
179
179
  maxWidth: number;
180
180
  };
181
181
  properties: {
@@ -199,7 +199,6 @@ export declare const ControlImageRevealSliderComponent: {
199
199
  label: string;
200
200
  placeholder: string;
201
201
  minWidth: number;
202
- defaultWidth: number;
203
202
  maxWidth: number;
204
203
  };
205
204
  };
package/dist/index.js CHANGED
@@ -783,7 +783,8 @@ const ControlSliderComponent = {
783
783
  layoutBased: false,
784
784
  type: "array",
785
785
  settings: {
786
- addItemFromFileExplorer: true
786
+ addItemFromFileExplorer: true,
787
+ defaultWidth: 500
787
788
  },
788
789
  items: {
789
790
  type: "object",
@@ -794,7 +795,6 @@ const ControlSliderComponent = {
794
795
  type: "media-input",
795
796
  label: "Image",
796
797
  minWidth: 58,
797
- defaultWidth: 108,
798
798
  maxWidth: 108
799
799
  },
800
800
  properties: {
@@ -817,7 +817,6 @@ const ControlSliderComponent = {
817
817
  label: "Description",
818
818
  placeholder: "Add Caption...",
819
819
  minWidth: 100,
820
- defaultWidth: 300,
821
820
  maxWidth: 550
822
821
  }
823
822
  }
@@ -1361,7 +1360,8 @@ const ControlImageRevealSliderComponent = {
1361
1360
  layoutBased: false,
1362
1361
  type: "array",
1363
1362
  settings: {
1364
- addItemFromFileExplorer: true
1363
+ addItemFromFileExplorer: true,
1364
+ defaultWidth: 500
1365
1365
  },
1366
1366
  items: {
1367
1367
  type: "object",
@@ -1373,7 +1373,6 @@ const ControlImageRevealSliderComponent = {
1373
1373
  label: "Image",
1374
1374
  isObjectFitEditable: false,
1375
1375
  minWidth: 58,
1376
- defaultWidth: 108,
1377
1376
  maxWidth: 108
1378
1377
  },
1379
1378
  properties: {
@@ -1397,7 +1396,6 @@ const ControlImageRevealSliderComponent = {
1397
1396
  label: "URL",
1398
1397
  placeholder: "Enter link...",
1399
1398
  minWidth: 100,
1400
- defaultWidth: 300,
1401
1399
  maxWidth: 550
1402
1400
  }
1403
1401
  }
package/dist/index.mjs CHANGED
@@ -781,7 +781,8 @@ const ControlSliderComponent = {
781
781
  layoutBased: false,
782
782
  type: "array",
783
783
  settings: {
784
- addItemFromFileExplorer: true
784
+ addItemFromFileExplorer: true,
785
+ defaultWidth: 500
785
786
  },
786
787
  items: {
787
788
  type: "object",
@@ -792,7 +793,6 @@ const ControlSliderComponent = {
792
793
  type: "media-input",
793
794
  label: "Image",
794
795
  minWidth: 58,
795
- defaultWidth: 108,
796
796
  maxWidth: 108
797
797
  },
798
798
  properties: {
@@ -815,7 +815,6 @@ const ControlSliderComponent = {
815
815
  label: "Description",
816
816
  placeholder: "Add Caption...",
817
817
  minWidth: 100,
818
- defaultWidth: 300,
819
818
  maxWidth: 550
820
819
  }
821
820
  }
@@ -1359,7 +1358,8 @@ const ControlImageRevealSliderComponent = {
1359
1358
  layoutBased: false,
1360
1359
  type: "array",
1361
1360
  settings: {
1362
- addItemFromFileExplorer: true
1361
+ addItemFromFileExplorer: true,
1362
+ defaultWidth: 500
1363
1363
  },
1364
1364
  items: {
1365
1365
  type: "object",
@@ -1371,7 +1371,6 @@ const ControlImageRevealSliderComponent = {
1371
1371
  label: "Image",
1372
1372
  isObjectFitEditable: false,
1373
1373
  minWidth: 58,
1374
- defaultWidth: 108,
1375
1374
  maxWidth: 108
1376
1375
  },
1377
1376
  properties: {
@@ -1395,7 +1394,6 @@ const ControlImageRevealSliderComponent = {
1395
1394
  label: "URL",
1396
1395
  placeholder: "Enter link...",
1397
1396
  minWidth: 100,
1398
- defaultWidth: 300,
1399
1397
  maxWidth: 550
1400
1398
  }
1401
1399
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cntrl-site/components",
3
- "version": "0.0.5",
3
+ "version": "0.0.6-0",
4
4
  "description": "Custom components for control editor and public websites.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",