@cntrl-site/components 0.1.0-alpha.20 → 0.1.0-alpha.22

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
@@ -2255,6 +2255,7 @@ const LightboxComponent = {
2255
2255
  height: {
2256
2256
  type: "number",
2257
2257
  label: "H",
2258
+ scalingEnabled: true,
2258
2259
  display: {
2259
2260
  type: "numeric-input",
2260
2261
  visible: true
@@ -2263,6 +2264,7 @@ const LightboxComponent = {
2263
2264
  width: {
2264
2265
  type: "number",
2265
2266
  label: "W",
2267
+ scalingEnabled: true,
2266
2268
  display: {
2267
2269
  type: "numeric-input",
2268
2270
  visible: false
@@ -2271,6 +2273,7 @@ const LightboxComponent = {
2271
2273
  gap: {
2272
2274
  type: "number",
2273
2275
  label: "Gap",
2276
+ scalingEnabled: true,
2274
2277
  display: {
2275
2278
  type: "numeric-input"
2276
2279
  }
package/dist/index.mjs CHANGED
@@ -2253,6 +2253,7 @@ const LightboxComponent = {
2253
2253
  height: {
2254
2254
  type: "number",
2255
2255
  label: "H",
2256
+ scalingEnabled: true,
2256
2257
  display: {
2257
2258
  type: "numeric-input",
2258
2259
  visible: true
@@ -2261,6 +2262,7 @@ const LightboxComponent = {
2261
2262
  width: {
2262
2263
  type: "number",
2263
2264
  label: "W",
2265
+ scalingEnabled: true,
2264
2266
  display: {
2265
2267
  type: "numeric-input",
2266
2268
  visible: false
@@ -2269,6 +2271,7 @@ const LightboxComponent = {
2269
2271
  gap: {
2270
2272
  type: "number",
2271
2273
  label: "Gap",
2274
+ scalingEnabled: true,
2272
2275
  display: {
2273
2276
  type: "numeric-input"
2274
2277
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cntrl-site/components",
3
- "version": "0.1.0-alpha.20",
3
+ "version": "0.1.0-alpha.22",
4
4
  "description": "Custom components for control editor and public websites.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",