@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 +3 -2
- package/dist/index.mjs +3 -2
- package/package.json +1 -1
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: ["
|
|
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: ["
|
|
1914
|
+
enum: ["clk", "hov"]
|
|
1914
1915
|
},
|
|
1915
1916
|
grid: {
|
|
1916
1917
|
type: "object",
|