@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 CHANGED
@@ -816,7 +816,7 @@ const ControlSliderComponent = {
816
816
  type: "rich-text",
817
817
  label: "Description",
818
818
  placeholder: "Add Caption...",
819
- minWidth: 100,
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: 100,
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: 100,
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: 100,
1396
+ minWidth: 300,
1397
1397
  maxWidth: 550
1398
1398
  }
1399
1399
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cntrl-site/components",
3
- "version": "0.0.6-0",
3
+ "version": "0.0.6",
4
4
  "description": "Custom components for control editor and public websites.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",