@cntrl-site/components 0.0.3 → 0.0.4-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.
@@ -338,6 +338,7 @@ export declare const ControlSliderComponent: {
338
338
  type: string;
339
339
  display: {
340
340
  type: string;
341
+ label: string;
341
342
  minWidth: number;
342
343
  defaultWidth: number;
343
344
  maxWidth: number;
@@ -359,6 +360,7 @@ export declare const ControlSliderComponent: {
359
360
  imageCaption: {
360
361
  display: {
361
362
  type: string;
363
+ label: string;
362
364
  placeholder: string;
363
365
  minWidth: number;
364
366
  defaultWidth: number;
@@ -172,6 +172,7 @@ export declare const ControlImageRevealSliderComponent: {
172
172
  type: string;
173
173
  display: {
174
174
  type: string;
175
+ label: string;
175
176
  isObjectFitEditable: boolean;
176
177
  minWidth: number;
177
178
  defaultWidth: number;
@@ -195,6 +196,7 @@ export declare const ControlImageRevealSliderComponent: {
195
196
  type: string;
196
197
  display: {
197
198
  type: string;
199
+ label: string;
198
200
  placeholder: string;
199
201
  minWidth: number;
200
202
  defaultWidth: number;
package/dist/index.js CHANGED
@@ -792,6 +792,7 @@ const ControlSliderComponent = {
792
792
  type: "object",
793
793
  display: {
794
794
  type: "media-input",
795
+ label: "Image",
795
796
  minWidth: 48,
796
797
  defaultWidth: 108,
797
798
  maxWidth: 108
@@ -813,6 +814,7 @@ const ControlSliderComponent = {
813
814
  imageCaption: {
814
815
  display: {
815
816
  type: "rich-text",
817
+ label: "Description",
816
818
  placeholder: "Add Caption...",
817
819
  minWidth: 100,
818
820
  defaultWidth: 300,
@@ -1368,6 +1370,7 @@ const ControlImageRevealSliderComponent = {
1368
1370
  type: "object",
1369
1371
  display: {
1370
1372
  type: "media-input",
1373
+ label: "Image",
1371
1374
  isObjectFitEditable: false,
1372
1375
  minWidth: 48,
1373
1376
  defaultWidth: 108,
@@ -1391,6 +1394,7 @@ const ControlImageRevealSliderComponent = {
1391
1394
  type: "string",
1392
1395
  display: {
1393
1396
  type: "text-input",
1397
+ label: "URL",
1394
1398
  placeholder: "Enter link...",
1395
1399
  minWidth: 100,
1396
1400
  defaultWidth: 300,
package/dist/index.mjs CHANGED
@@ -790,6 +790,7 @@ const ControlSliderComponent = {
790
790
  type: "object",
791
791
  display: {
792
792
  type: "media-input",
793
+ label: "Image",
793
794
  minWidth: 48,
794
795
  defaultWidth: 108,
795
796
  maxWidth: 108
@@ -811,6 +812,7 @@ const ControlSliderComponent = {
811
812
  imageCaption: {
812
813
  display: {
813
814
  type: "rich-text",
815
+ label: "Description",
814
816
  placeholder: "Add Caption...",
815
817
  minWidth: 100,
816
818
  defaultWidth: 300,
@@ -1366,6 +1368,7 @@ const ControlImageRevealSliderComponent = {
1366
1368
  type: "object",
1367
1369
  display: {
1368
1370
  type: "media-input",
1371
+ label: "Image",
1369
1372
  isObjectFitEditable: false,
1370
1373
  minWidth: 48,
1371
1374
  defaultWidth: 108,
@@ -1389,6 +1392,7 @@ const ControlImageRevealSliderComponent = {
1389
1392
  type: "string",
1390
1393
  display: {
1391
1394
  type: "text-input",
1395
+ label: "URL",
1392
1396
  placeholder: "Enter link...",
1393
1397
  minWidth: 100,
1394
1398
  defaultWidth: 300,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cntrl-site/components",
3
- "version": "0.0.3",
3
+ "version": "0.0.4-0",
4
4
  "description": "Custom components for control editor and public websites.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",