@cntrl-site/components 0.1.0-24 → 0.1.0-25
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 +4 -8
- package/dist/index.mjs +4 -8
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1997,8 +1997,7 @@ const LightboxComponent = {
|
|
|
1997
1997
|
type: "string",
|
|
1998
1998
|
title: "FROM",
|
|
1999
1999
|
display: {
|
|
2000
|
-
type: "direction-control"
|
|
2001
|
-
visible: false
|
|
2000
|
+
type: "direction-control"
|
|
2002
2001
|
},
|
|
2003
2002
|
enum: ["top", "left", "right", "bottom"]
|
|
2004
2003
|
},
|
|
@@ -2028,8 +2027,7 @@ const LightboxComponent = {
|
|
|
2028
2027
|
switch: {
|
|
2029
2028
|
type: "string",
|
|
2030
2029
|
display: {
|
|
2031
|
-
type: "ratio-group"
|
|
2032
|
-
visible: false
|
|
2030
|
+
type: "ratio-group"
|
|
2033
2031
|
},
|
|
2034
2032
|
enum: ["image", "50/50"]
|
|
2035
2033
|
},
|
|
@@ -2037,8 +2035,7 @@ const LightboxComponent = {
|
|
|
2037
2035
|
type: "string",
|
|
2038
2036
|
label: "T",
|
|
2039
2037
|
display: {
|
|
2040
|
-
type: "step-selector"
|
|
2041
|
-
visible: false
|
|
2038
|
+
type: "step-selector"
|
|
2042
2039
|
},
|
|
2043
2040
|
enum: ["100ms", "250ms", "500ms", "1000ms", "1500ms", "2000ms"]
|
|
2044
2041
|
}
|
|
@@ -2121,8 +2118,7 @@ const LightboxComponent = {
|
|
|
2121
2118
|
type: "number",
|
|
2122
2119
|
label: "H",
|
|
2123
2120
|
display: {
|
|
2124
|
-
type: "numeric-input"
|
|
2125
|
-
visible: false
|
|
2121
|
+
type: "numeric-input"
|
|
2126
2122
|
}
|
|
2127
2123
|
},
|
|
2128
2124
|
width: {
|
package/dist/index.mjs
CHANGED
|
@@ -1995,8 +1995,7 @@ const LightboxComponent = {
|
|
|
1995
1995
|
type: "string",
|
|
1996
1996
|
title: "FROM",
|
|
1997
1997
|
display: {
|
|
1998
|
-
type: "direction-control"
|
|
1999
|
-
visible: false
|
|
1998
|
+
type: "direction-control"
|
|
2000
1999
|
},
|
|
2001
2000
|
enum: ["top", "left", "right", "bottom"]
|
|
2002
2001
|
},
|
|
@@ -2026,8 +2025,7 @@ const LightboxComponent = {
|
|
|
2026
2025
|
switch: {
|
|
2027
2026
|
type: "string",
|
|
2028
2027
|
display: {
|
|
2029
|
-
type: "ratio-group"
|
|
2030
|
-
visible: false
|
|
2028
|
+
type: "ratio-group"
|
|
2031
2029
|
},
|
|
2032
2030
|
enum: ["image", "50/50"]
|
|
2033
2031
|
},
|
|
@@ -2035,8 +2033,7 @@ const LightboxComponent = {
|
|
|
2035
2033
|
type: "string",
|
|
2036
2034
|
label: "T",
|
|
2037
2035
|
display: {
|
|
2038
|
-
type: "step-selector"
|
|
2039
|
-
visible: false
|
|
2036
|
+
type: "step-selector"
|
|
2040
2037
|
},
|
|
2041
2038
|
enum: ["100ms", "250ms", "500ms", "1000ms", "1500ms", "2000ms"]
|
|
2042
2039
|
}
|
|
@@ -2119,8 +2116,7 @@ const LightboxComponent = {
|
|
|
2119
2116
|
type: "number",
|
|
2120
2117
|
label: "H",
|
|
2121
2118
|
display: {
|
|
2122
|
-
type: "numeric-input"
|
|
2123
|
-
visible: false
|
|
2119
|
+
type: "numeric-input"
|
|
2124
2120
|
}
|
|
2125
2121
|
},
|
|
2126
2122
|
width: {
|