@cntrl-site/components 0.1.0-25 → 0.1.0-26

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
@@ -2488,8 +2488,8 @@ const LightboxComponent = {
2488
2488
  value: "slide in"
2489
2489
  },
2490
2490
  then: {
2491
- value: true,
2492
- name: "properties.lightboxBlock.properties.appear.properties.direction.display.visible"
2491
+ name: "properties.lightboxBlock.properties.appear.properties.direction.display.visible",
2492
+ value: true
2493
2493
  }
2494
2494
  },
2495
2495
  {
@@ -2555,11 +2555,11 @@ const LightboxComponent = {
2555
2555
  {
2556
2556
  if: {
2557
2557
  name: "appear.type",
2558
- value: "slide in"
2558
+ value: "fade in"
2559
2559
  },
2560
2560
  then: {
2561
2561
  name: "properties.lightboxBlock.properties.appear.properties.direction.display.visible",
2562
- value: true
2562
+ value: false
2563
2563
  }
2564
2564
  },
2565
2565
  {
@@ -2581,6 +2581,26 @@ const LightboxComponent = {
2581
2581
  name: "properties.lightboxBlock.properties.triggers.properties.switch.display.visible",
2582
2582
  value: true
2583
2583
  }
2584
+ },
2585
+ {
2586
+ if: {
2587
+ name: "triggers.type",
2588
+ value: "drag"
2589
+ },
2590
+ then: {
2591
+ name: "properties.lightboxBlock.properties.triggers.properties.duration.display.visible",
2592
+ value: false
2593
+ }
2594
+ },
2595
+ {
2596
+ if: {
2597
+ name: "triggers.type",
2598
+ value: "drag"
2599
+ },
2600
+ then: {
2601
+ name: "properties.lightboxBlock.properties.triggers.properties.switch.display.visible",
2602
+ value: false
2603
+ }
2584
2604
  }
2585
2605
  ]
2586
2606
  },
package/dist/index.mjs CHANGED
@@ -2486,8 +2486,8 @@ const LightboxComponent = {
2486
2486
  value: "slide in"
2487
2487
  },
2488
2488
  then: {
2489
- value: true,
2490
- name: "properties.lightboxBlock.properties.appear.properties.direction.display.visible"
2489
+ name: "properties.lightboxBlock.properties.appear.properties.direction.display.visible",
2490
+ value: true
2491
2491
  }
2492
2492
  },
2493
2493
  {
@@ -2553,11 +2553,11 @@ const LightboxComponent = {
2553
2553
  {
2554
2554
  if: {
2555
2555
  name: "appear.type",
2556
- value: "slide in"
2556
+ value: "fade in"
2557
2557
  },
2558
2558
  then: {
2559
2559
  name: "properties.lightboxBlock.properties.appear.properties.direction.display.visible",
2560
- value: true
2560
+ value: false
2561
2561
  }
2562
2562
  },
2563
2563
  {
@@ -2579,6 +2579,26 @@ const LightboxComponent = {
2579
2579
  name: "properties.lightboxBlock.properties.triggers.properties.switch.display.visible",
2580
2580
  value: true
2581
2581
  }
2582
+ },
2583
+ {
2584
+ if: {
2585
+ name: "triggers.type",
2586
+ value: "drag"
2587
+ },
2588
+ then: {
2589
+ name: "properties.lightboxBlock.properties.triggers.properties.duration.display.visible",
2590
+ value: false
2591
+ }
2592
+ },
2593
+ {
2594
+ if: {
2595
+ name: "triggers.type",
2596
+ value: "drag"
2597
+ },
2598
+ then: {
2599
+ name: "properties.lightboxBlock.properties.triggers.properties.switch.display.visible",
2600
+ value: false
2601
+ }
2582
2602
  }
2583
2603
  ]
2584
2604
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cntrl-site/components",
3
- "version": "0.1.0-25",
3
+ "version": "0.1.0-26",
4
4
  "description": "Custom components for control editor and public websites.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",