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

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,9 +1910,10 @@ 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
- enum: ["click", "hover"]
1916
+ enum: ["clk", "hov"]
1916
1917
  },
1917
1918
  grid: {
1918
1919
  type: "object",
package/dist/index.mjs CHANGED
@@ -1908,9 +1908,10 @@ 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
- enum: ["click", "hover"]
1914
+ enum: ["clk", "hov"]
1914
1915
  },
1915
1916
  grid: {
1916
1917
  type: "object",
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-9",
4
4
  "description": "Custom components for control editor and public websites.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",