@cntrl-site/components 0.1.0-7 → 0.1.0-8

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
@@ -1910,7 +1910,8 @@ const LightboxComponent = {
1910
1910
  type: "string",
1911
1911
  title: "Triggers",
1912
1912
  display: {
1913
- type: "ratio-group"
1913
+ type: "ratio-group",
1914
+ direction: "horizontal"
1914
1915
  },
1915
1916
  enum: ["click", "hover"]
1916
1917
  },
package/dist/index.mjs CHANGED
@@ -1908,7 +1908,8 @@ const LightboxComponent = {
1908
1908
  type: "string",
1909
1909
  title: "Triggers",
1910
1910
  display: {
1911
- type: "ratio-group"
1911
+ type: "ratio-group",
1912
+ direction: "horizontal"
1912
1913
  },
1913
1914
  enum: ["click", "hover"]
1914
1915
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cntrl-site/components",
3
- "version": "0.1.0-7",
3
+ "version": "0.1.0-8",
4
4
  "description": "Custom components for control editor and public websites.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",