@cntrl-site/components 0.1.0-23 → 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 +33 -12
- package/dist/index.mjs +33 -12
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2442,6 +2442,7 @@ const LightboxComponent = {
|
|
|
2442
2442
|
triggers: "clk",
|
|
2443
2443
|
grid: {
|
|
2444
2444
|
height: 60,
|
|
2445
|
+
width: 60,
|
|
2445
2446
|
gap: 8
|
|
2446
2447
|
},
|
|
2447
2448
|
offset: { x: 0, y: 0 },
|
|
@@ -2503,21 +2504,21 @@ const LightboxComponent = {
|
|
|
2503
2504
|
},
|
|
2504
2505
|
{
|
|
2505
2506
|
if: {
|
|
2506
|
-
name: "
|
|
2507
|
-
value: "
|
|
2507
|
+
name: "slider.direction",
|
|
2508
|
+
value: "vert"
|
|
2508
2509
|
},
|
|
2509
2510
|
then: {
|
|
2510
|
-
name: "properties.lightboxBlock.properties.
|
|
2511
|
-
value:
|
|
2511
|
+
name: "properties.lightboxBlock.properties.thumbnail.properties.grid.properties.width.display.visible",
|
|
2512
|
+
value: true
|
|
2512
2513
|
}
|
|
2513
2514
|
},
|
|
2514
2515
|
{
|
|
2515
2516
|
if: {
|
|
2516
2517
|
name: "slider.direction",
|
|
2517
|
-
value: "
|
|
2518
|
+
value: "horiz"
|
|
2518
2519
|
},
|
|
2519
2520
|
then: {
|
|
2520
|
-
name: "properties.lightboxBlock.properties.thumbnail.properties.grid.properties.
|
|
2521
|
+
name: "properties.lightboxBlock.properties.thumbnail.properties.grid.properties.height.display.visible",
|
|
2521
2522
|
value: true
|
|
2522
2523
|
}
|
|
2523
2524
|
},
|
|
@@ -2531,34 +2532,54 @@ const LightboxComponent = {
|
|
|
2531
2532
|
value: false
|
|
2532
2533
|
}
|
|
2533
2534
|
},
|
|
2535
|
+
{
|
|
2536
|
+
if: {
|
|
2537
|
+
name: "slider.direction",
|
|
2538
|
+
value: "horiz"
|
|
2539
|
+
},
|
|
2540
|
+
then: {
|
|
2541
|
+
name: "properties.lightboxBlock.properties.thumbnail.properties.grid.properties.width.display.visible",
|
|
2542
|
+
value: false
|
|
2543
|
+
}
|
|
2544
|
+
},
|
|
2534
2545
|
{
|
|
2535
2546
|
if: {
|
|
2536
2547
|
name: "appear.type",
|
|
2537
|
-
value: "
|
|
2548
|
+
value: "mix"
|
|
2538
2549
|
},
|
|
2539
2550
|
then: {
|
|
2540
2551
|
name: "properties.lightboxBlock.properties.appear.properties.direction.display.visible",
|
|
2541
|
-
value:
|
|
2552
|
+
value: true
|
|
2553
|
+
}
|
|
2554
|
+
},
|
|
2555
|
+
{
|
|
2556
|
+
if: {
|
|
2557
|
+
name: "appear.type",
|
|
2558
|
+
value: "slide in"
|
|
2559
|
+
},
|
|
2560
|
+
then: {
|
|
2561
|
+
name: "properties.lightboxBlock.properties.appear.properties.direction.display.visible",
|
|
2562
|
+
value: true
|
|
2542
2563
|
}
|
|
2543
2564
|
},
|
|
2544
2565
|
{
|
|
2545
2566
|
if: {
|
|
2546
2567
|
name: "triggers.type",
|
|
2547
|
-
value: "
|
|
2568
|
+
value: "click"
|
|
2548
2569
|
},
|
|
2549
2570
|
then: {
|
|
2550
2571
|
name: "properties.lightboxBlock.properties.triggers.properties.duration.display.visible",
|
|
2551
|
-
value:
|
|
2572
|
+
value: true
|
|
2552
2573
|
}
|
|
2553
2574
|
},
|
|
2554
2575
|
{
|
|
2555
2576
|
if: {
|
|
2556
2577
|
name: "triggers.type",
|
|
2557
|
-
value: "
|
|
2578
|
+
value: "click"
|
|
2558
2579
|
},
|
|
2559
2580
|
then: {
|
|
2560
2581
|
name: "properties.lightboxBlock.properties.triggers.properties.switch.display.visible",
|
|
2561
|
-
value:
|
|
2582
|
+
value: true
|
|
2562
2583
|
}
|
|
2563
2584
|
}
|
|
2564
2585
|
]
|
package/dist/index.mjs
CHANGED
|
@@ -2440,6 +2440,7 @@ const LightboxComponent = {
|
|
|
2440
2440
|
triggers: "clk",
|
|
2441
2441
|
grid: {
|
|
2442
2442
|
height: 60,
|
|
2443
|
+
width: 60,
|
|
2443
2444
|
gap: 8
|
|
2444
2445
|
},
|
|
2445
2446
|
offset: { x: 0, y: 0 },
|
|
@@ -2501,21 +2502,21 @@ const LightboxComponent = {
|
|
|
2501
2502
|
},
|
|
2502
2503
|
{
|
|
2503
2504
|
if: {
|
|
2504
|
-
name: "
|
|
2505
|
-
value: "
|
|
2505
|
+
name: "slider.direction",
|
|
2506
|
+
value: "vert"
|
|
2506
2507
|
},
|
|
2507
2508
|
then: {
|
|
2508
|
-
name: "properties.lightboxBlock.properties.
|
|
2509
|
-
value:
|
|
2509
|
+
name: "properties.lightboxBlock.properties.thumbnail.properties.grid.properties.width.display.visible",
|
|
2510
|
+
value: true
|
|
2510
2511
|
}
|
|
2511
2512
|
},
|
|
2512
2513
|
{
|
|
2513
2514
|
if: {
|
|
2514
2515
|
name: "slider.direction",
|
|
2515
|
-
value: "
|
|
2516
|
+
value: "horiz"
|
|
2516
2517
|
},
|
|
2517
2518
|
then: {
|
|
2518
|
-
name: "properties.lightboxBlock.properties.thumbnail.properties.grid.properties.
|
|
2519
|
+
name: "properties.lightboxBlock.properties.thumbnail.properties.grid.properties.height.display.visible",
|
|
2519
2520
|
value: true
|
|
2520
2521
|
}
|
|
2521
2522
|
},
|
|
@@ -2529,34 +2530,54 @@ const LightboxComponent = {
|
|
|
2529
2530
|
value: false
|
|
2530
2531
|
}
|
|
2531
2532
|
},
|
|
2533
|
+
{
|
|
2534
|
+
if: {
|
|
2535
|
+
name: "slider.direction",
|
|
2536
|
+
value: "horiz"
|
|
2537
|
+
},
|
|
2538
|
+
then: {
|
|
2539
|
+
name: "properties.lightboxBlock.properties.thumbnail.properties.grid.properties.width.display.visible",
|
|
2540
|
+
value: false
|
|
2541
|
+
}
|
|
2542
|
+
},
|
|
2532
2543
|
{
|
|
2533
2544
|
if: {
|
|
2534
2545
|
name: "appear.type",
|
|
2535
|
-
value: "
|
|
2546
|
+
value: "mix"
|
|
2536
2547
|
},
|
|
2537
2548
|
then: {
|
|
2538
2549
|
name: "properties.lightboxBlock.properties.appear.properties.direction.display.visible",
|
|
2539
|
-
value:
|
|
2550
|
+
value: true
|
|
2551
|
+
}
|
|
2552
|
+
},
|
|
2553
|
+
{
|
|
2554
|
+
if: {
|
|
2555
|
+
name: "appear.type",
|
|
2556
|
+
value: "slide in"
|
|
2557
|
+
},
|
|
2558
|
+
then: {
|
|
2559
|
+
name: "properties.lightboxBlock.properties.appear.properties.direction.display.visible",
|
|
2560
|
+
value: true
|
|
2540
2561
|
}
|
|
2541
2562
|
},
|
|
2542
2563
|
{
|
|
2543
2564
|
if: {
|
|
2544
2565
|
name: "triggers.type",
|
|
2545
|
-
value: "
|
|
2566
|
+
value: "click"
|
|
2546
2567
|
},
|
|
2547
2568
|
then: {
|
|
2548
2569
|
name: "properties.lightboxBlock.properties.triggers.properties.duration.display.visible",
|
|
2549
|
-
value:
|
|
2570
|
+
value: true
|
|
2550
2571
|
}
|
|
2551
2572
|
},
|
|
2552
2573
|
{
|
|
2553
2574
|
if: {
|
|
2554
2575
|
name: "triggers.type",
|
|
2555
|
-
value: "
|
|
2576
|
+
value: "click"
|
|
2556
2577
|
},
|
|
2557
2578
|
then: {
|
|
2558
2579
|
name: "properties.lightboxBlock.properties.triggers.properties.switch.display.visible",
|
|
2559
|
-
value:
|
|
2580
|
+
value: true
|
|
2560
2581
|
}
|
|
2561
2582
|
}
|
|
2562
2583
|
]
|