@cntrl-site/components 0.1.0-4 → 0.1.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
@@ -1902,7 +1902,7 @@ const LightboxComponent = {
1902
1902
  type: "string",
1903
1903
  title: "Align",
1904
1904
  display: {
1905
- type: "ratio-group"
1905
+ type: "align-vertical"
1906
1906
  },
1907
1907
  enum: ["top", "center", "bottom"]
1908
1908
  },
package/dist/index.mjs CHANGED
@@ -1900,7 +1900,7 @@ const LightboxComponent = {
1900
1900
  type: "string",
1901
1901
  title: "Align",
1902
1902
  display: {
1903
- type: "ratio-group"
1903
+ type: "align-vertical"
1904
1904
  },
1905
1905
  enum: ["top", "center", "bottom"]
1906
1906
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cntrl-site/components",
3
- "version": "0.1.0-4",
3
+ "version": "0.1.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",