@cntrl-site/components 0.1.0-8 → 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
@@ -1913,7 +1913,7 @@ const LightboxComponent = {
1913
1913
  type: "ratio-group",
1914
1914
  direction: "horizontal"
1915
1915
  },
1916
- enum: ["click", "hover"]
1916
+ enum: ["clk", "hov"]
1917
1917
  },
1918
1918
  grid: {
1919
1919
  type: "object",
package/dist/index.mjs CHANGED
@@ -1911,7 +1911,7 @@ const LightboxComponent = {
1911
1911
  type: "ratio-group",
1912
1912
  direction: "horizontal"
1913
1913
  },
1914
- enum: ["click", "hover"]
1914
+ enum: ["clk", "hov"]
1915
1915
  },
1916
1916
  grid: {
1917
1917
  type: "object",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cntrl-site/components",
3
- "version": "0.1.0-8",
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",