@wizishop/angular-components 0.0.43 → 0.0.44
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/angular-components.scss +222 -214
- package/bundles/wizishop-angular-components.umd.js +4 -2
- package/bundles/wizishop-angular-components.umd.js.map +1 -1
- package/bundles/wizishop-angular-components.umd.min.js +1 -1
- package/bundles/wizishop-angular-components.umd.min.js.map +1 -1
- package/esm2015/lib/components/block/block.component.js +5 -3
- package/fesm2015/wizishop-angular-components.js +4 -2
- package/fesm2015/wizishop-angular-components.js.map +1 -1
- package/lib/components/block/block.component.d.ts +1 -0
- package/package.json +1 -1
- package/wizishop-angular-components-0.0.44.tgz +0 -0
- package/wizishop-angular-components.metadata.json +1 -1
- package/wizishop-angular-components-0.0.43.tgz +0 -0
package/angular-components.scss
CHANGED
|
@@ -723,6 +723,14 @@ $wac-color-success-popup-alert: #6DCC95!default;
|
|
|
723
723
|
height: auto;
|
|
724
724
|
}
|
|
725
725
|
|
|
726
|
+
&.stretch {
|
|
727
|
+
display: flex;
|
|
728
|
+
flex-wrap: wrap;
|
|
729
|
+
.wac-block__content {
|
|
730
|
+
display: flex;
|
|
731
|
+
}
|
|
732
|
+
}
|
|
733
|
+
|
|
726
734
|
/*************************/
|
|
727
735
|
/* Titre INTERNE au bloc */
|
|
728
736
|
/*************************/
|
|
@@ -1633,174 +1641,88 @@ $wac-color-success-popup-alert: #6DCC95!default;
|
|
|
1633
1641
|
}
|
|
1634
1642
|
}
|
|
1635
1643
|
}
|
|
1636
|
-
.wac-
|
|
1644
|
+
.wac-dropdown {
|
|
1637
1645
|
display: inline-block;
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
min-width: 12px;
|
|
1641
|
-
min-height: 1.4em;
|
|
1642
|
-
|
|
1643
|
-
input {
|
|
1644
|
-
font-size: inherit;
|
|
1645
|
-
transition: width 50ms;
|
|
1646
|
-
position: absolute;
|
|
1647
|
-
top: 0;
|
|
1648
|
-
left: -5px;
|
|
1649
|
-
width: calc(100% + 16px) !important;
|
|
1650
|
-
height: calc(100% + 14px) !important;
|
|
1651
|
-
padding: 5px;
|
|
1652
|
-
z-index: 1;
|
|
1653
|
-
margin: 0;
|
|
1654
|
-
outline: none !important;
|
|
1655
|
-
border: 1px solid $wac-edit-in-place-border;
|
|
1656
|
-
background: inherit;
|
|
1657
|
-
transform: translateY(-17%);
|
|
1658
|
-
background-color: $wac-edit-in-place-background;
|
|
1659
|
-
|
|
1660
|
-
&.nwb-editable {
|
|
1661
|
-
text-decoration: none;
|
|
1662
|
-
color: inherit;
|
|
1663
|
-
border: none;
|
|
1664
|
-
cursor: pointer;
|
|
1665
|
-
height: 26px;
|
|
1666
|
-
}
|
|
1667
|
-
|
|
1668
|
-
&.nwb-editing {
|
|
1669
|
-
color: $wac-edit-in-place-border;
|
|
1670
|
-
}
|
|
1671
|
-
}
|
|
1646
|
+
width: 40px;
|
|
1647
|
+
height: 40px;
|
|
1672
1648
|
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1649
|
+
&__wrapper {
|
|
1650
|
+
@include flexbox();
|
|
1651
|
+
@include justify-content(center);
|
|
1652
|
+
@include align-items(center);
|
|
1653
|
+
width: 100%;
|
|
1654
|
+
height: 100%;
|
|
1655
|
+
position: relative;
|
|
1676
1656
|
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
width: 10px;
|
|
1657
|
+
&__icon {
|
|
1658
|
+
font-size: 30px;
|
|
1659
|
+
line-height: 18px;
|
|
1660
|
+
color: $wac-border-form;
|
|
1661
|
+
transition: color 0.3s ease, transform 0.3s ease;
|
|
1683
1662
|
}
|
|
1684
|
-
}
|
|
1685
1663
|
|
|
1686
|
-
|
|
1687
|
-
&.nwb-is-loading {
|
|
1688
|
-
z-index: 2;
|
|
1689
|
-
opacity: 1;
|
|
1664
|
+
&__sublevel {
|
|
1690
1665
|
position: absolute;
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30px' height='30px' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid' class='lds-ellipsis' style='background: none;'%3E%3C!--circle(cx='16',cy='50',r='10')--%3E%3Ccircle cx='84' cy='50' r='0' fill='%236c6c6c'%3E%3Canimate attributeName='r' values='10;0;0;0;0' keyTimes='0;0.25;0.5;0.75;1' keySplines='0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1' calcMode='spline' dur='2s' repeatCount='indefinite' begin='0s'/%3E%3Canimate attributeName='cx' values='84;84;84;84;84' keyTimes='0;0.25;0.5;0.75;1' keySplines='0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1' calcMode='spline' dur='2s' repeatCount='indefinite' begin='0s'/%3E%3C/circle%3E%3Ccircle cx='28.6338' cy='50' r='10' fill='%236c6c6c'%3E%3Canimate attributeName='r' values='0;10;10;10;0' keyTimes='0;0.25;0.5;0.75;1' keySplines='0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1' calcMode='spline' dur='2s' repeatCount='indefinite' begin='-1s'/%3E%3Canimate attributeName='cx' values='16;16;50;84;84' keyTimes='0;0.25;0.5;0.75;1' keySplines='0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1' calcMode='spline' dur='2s' repeatCount='indefinite' begin='-1s'/%3E%3C/circle%3E%3Ccircle cx='16' cy='50' r='3.71582' fill='%236c6c6c'%3E%3Canimate attributeName='r' values='0;10;10;10;0' keyTimes='0;0.25;0.5;0.75;1' keySplines='0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1' calcMode='spline' dur='2s' repeatCount='indefinite' begin='-0.5s'/%3E%3Canimate attributeName='cx' values='16;16;50;84;84' keyTimes='0;0.25;0.5;0.75;1' keySplines='0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1' calcMode='spline' dur='2s' repeatCount='indefinite' begin='-0.5s'/%3E%3C/circle%3E%3Ccircle cx='84' cy='50' r='6.28418' fill='%236c6c6c'%3E%3Canimate attributeName='r' values='0;10;10;10;0' keyTimes='0;0.25;0.5;0.75;1' keySplines='0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1' calcMode='spline' dur='2s' repeatCount='indefinite' begin='0s'/%3E%3Canimate attributeName='cx' values='16;16;50;84;84' keyTimes='0;0.25;0.5;0.75;1' keySplines='0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1' calcMode='spline' dur='2s' repeatCount='indefinite' begin='0s'/%3E%3C/circle%3E%3Ccircle cx='62.6338' cy='50' r='10' fill='%236c6c6c'%3E%3Canimate attributeName='r' values='0;0;10;10;10' keyTimes='0;0.25;0.5;0.75;1' keySplines='0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1' calcMode='spline' dur='2s' repeatCount='indefinite' begin='0s'/%3E%3Canimate attributeName='cx' values='16;16;16;50;84' keyTimes='0;0.25;0.5;0.75;1' keySplines='0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1' calcMode='spline' dur='2s' repeatCount='indefinite' begin='0s'/%3E%3C/circle%3E%3C/svg%3E");
|
|
1700
|
-
background-repeat: no-repeat;
|
|
1701
|
-
background-position: center center;
|
|
1702
|
-
}
|
|
1703
|
-
}
|
|
1704
|
-
span {
|
|
1705
|
-
color: inherit;
|
|
1706
|
-
font-weight: 500;
|
|
1707
|
-
&:not(.nwb-loader) {
|
|
1708
|
-
display: inline-block;
|
|
1709
|
-
min-width: 12px;
|
|
1710
|
-
}
|
|
1711
|
-
&.nwb-editing {
|
|
1666
|
+
width: 160px;
|
|
1667
|
+
top: 100%;
|
|
1668
|
+
right: 0;
|
|
1669
|
+
z-index: -1;
|
|
1670
|
+
opacity: 0;
|
|
1671
|
+
background-color: $wac-white;
|
|
1672
|
+
border-radius: rem(3);
|
|
1673
|
+
box-shadow: 0px 2px 5px $wac-info-box-shadow;
|
|
1712
1674
|
visibility: hidden;
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
&.nwb-is-loading {
|
|
1716
|
-
text-shadow: 0 0 0.5em rgba(0, 0, 0, 0.6);
|
|
1717
|
-
color: rgba(0, 0, 0, 0.4);
|
|
1718
|
-
opacity: 0.25;
|
|
1719
|
-
}
|
|
1720
|
-
|
|
1721
|
-
&.nwbSelect {
|
|
1722
|
-
cursor: pointer;
|
|
1723
|
-
}
|
|
1724
|
-
}
|
|
1725
|
-
}
|
|
1675
|
+
transition: opacity 0.15s ease, z-index 0.15s ease, visibility 0s linear .16s;
|
|
1726
1676
|
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
border-bottom: dashed 1px $wac-primary;
|
|
1731
|
-
width: 100%;
|
|
1732
|
-
bottom: 0;
|
|
1733
|
-
left: 0;
|
|
1734
|
-
}
|
|
1677
|
+
&__container {
|
|
1678
|
+
padding: 10px 10px;
|
|
1679
|
+
border: 1px solid $wac-border-color;
|
|
1735
1680
|
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1681
|
+
&__item {
|
|
1682
|
+
padding: 5.7px 10px;
|
|
1683
|
+
font-size: 14px;
|
|
1684
|
+
line-height: 24px;
|
|
1685
|
+
color: $wac-second-color;
|
|
1686
|
+
cursor: pointer;
|
|
1687
|
+
transition: background-color 0.3s ease, color 0.3s ease;
|
|
1688
|
+
display: flex;
|
|
1689
|
+
justify-content: flex-start;
|
|
1690
|
+
align-items: center;
|
|
1691
|
+
align-content: center;
|
|
1746
1692
|
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
border-bottom-color: rgba(0, 0, 0, 0.2);
|
|
1756
|
-
display: inline-block;
|
|
1757
|
-
}
|
|
1693
|
+
i {
|
|
1694
|
+
min-width: 15px;
|
|
1695
|
+
margin-right: 5px;
|
|
1696
|
+
text-align: center;
|
|
1697
|
+
}
|
|
1698
|
+
span {
|
|
1699
|
+
white-space: nowrap;
|
|
1700
|
+
}
|
|
1758
1701
|
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
border-bottom: 6px solid $wac-white;
|
|
1767
|
-
display: inline-block;
|
|
1702
|
+
&:hover {
|
|
1703
|
+
background-color: $wac-gray-background;
|
|
1704
|
+
transition: background-color 0.3s ease, color 0.3s ease;
|
|
1705
|
+
color: $wac-input-active-color;
|
|
1706
|
+
}
|
|
1707
|
+
}
|
|
1708
|
+
}
|
|
1768
1709
|
}
|
|
1769
1710
|
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
transition: all 0.3s ease-in-out;
|
|
1776
|
-
z-index: 3;
|
|
1777
|
-
font-size: rem(12);
|
|
1778
|
-
text-align: left;
|
|
1779
|
-
border-radius: 0;
|
|
1780
|
-
|
|
1781
|
-
&:hover {
|
|
1782
|
-
background-color: darken($wac-white, 10%);
|
|
1783
|
-
color: $wac-main-text;
|
|
1784
|
-
transition: all 0.3s ease-in-out;
|
|
1711
|
+
&:hover {
|
|
1712
|
+
.wac-dropdown__wrapper__icon {
|
|
1713
|
+
color: $wac-second-color;
|
|
1714
|
+
transform: rotate(90deg);
|
|
1715
|
+
transition: color 0.3s ease, transform 0.3s ease;
|
|
1785
1716
|
}
|
|
1786
1717
|
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
transition:
|
|
1718
|
+
.wac-dropdown__wrapper__sublevel {
|
|
1719
|
+
visibility: visible;
|
|
1720
|
+
opacity: 1;
|
|
1721
|
+
z-index: 2;
|
|
1722
|
+
transition: visibility 0s ease 0s, opacity 0.3s ease .1s;
|
|
1792
1723
|
}
|
|
1793
1724
|
}
|
|
1794
1725
|
}
|
|
1795
|
-
|
|
1796
|
-
&__background {
|
|
1797
|
-
position: fixed;
|
|
1798
|
-
top: 0;
|
|
1799
|
-
left: 0;
|
|
1800
|
-
width: 100vw;
|
|
1801
|
-
height: 100vh;
|
|
1802
|
-
z-index: 2;
|
|
1803
|
-
}
|
|
1804
1726
|
}
|
|
1805
1727
|
.wac-tab {
|
|
1806
1728
|
&__wrapper {
|
|
@@ -3572,88 +3494,174 @@ span.wac-tooltip {
|
|
|
3572
3494
|
}
|
|
3573
3495
|
}
|
|
3574
3496
|
}
|
|
3575
|
-
.wac-
|
|
3497
|
+
.wac-edit-in-place.nwb-wrapper {
|
|
3576
3498
|
display: inline-block;
|
|
3577
|
-
|
|
3578
|
-
|
|
3499
|
+
position: relative;
|
|
3500
|
+
width: auto;
|
|
3501
|
+
min-width: 12px;
|
|
3502
|
+
min-height: 1.4em;
|
|
3579
3503
|
|
|
3580
|
-
|
|
3581
|
-
|
|
3582
|
-
|
|
3583
|
-
|
|
3584
|
-
|
|
3585
|
-
|
|
3586
|
-
|
|
3504
|
+
input {
|
|
3505
|
+
font-size: inherit;
|
|
3506
|
+
transition: width 50ms;
|
|
3507
|
+
position: absolute;
|
|
3508
|
+
top: 0;
|
|
3509
|
+
left: -5px;
|
|
3510
|
+
width: calc(100% + 16px) !important;
|
|
3511
|
+
height: calc(100% + 14px) !important;
|
|
3512
|
+
padding: 5px;
|
|
3513
|
+
z-index: 1;
|
|
3514
|
+
margin: 0;
|
|
3515
|
+
outline: none !important;
|
|
3516
|
+
border: 1px solid $wac-edit-in-place-border;
|
|
3517
|
+
background: inherit;
|
|
3518
|
+
transform: translateY(-17%);
|
|
3519
|
+
background-color: $wac-edit-in-place-background;
|
|
3587
3520
|
|
|
3588
|
-
|
|
3589
|
-
|
|
3590
|
-
|
|
3591
|
-
|
|
3592
|
-
|
|
3521
|
+
&.nwb-editable {
|
|
3522
|
+
text-decoration: none;
|
|
3523
|
+
color: inherit;
|
|
3524
|
+
border: none;
|
|
3525
|
+
cursor: pointer;
|
|
3526
|
+
height: 26px;
|
|
3593
3527
|
}
|
|
3594
3528
|
|
|
3595
|
-
|
|
3529
|
+
&.nwb-editing {
|
|
3530
|
+
color: $wac-edit-in-place-border;
|
|
3531
|
+
}
|
|
3532
|
+
}
|
|
3533
|
+
|
|
3534
|
+
div.select {
|
|
3535
|
+
position: absolute;
|
|
3536
|
+
left: 0;
|
|
3537
|
+
|
|
3538
|
+
&:before,
|
|
3539
|
+
&:after {
|
|
3540
|
+
display: block;
|
|
3596
3541
|
position: absolute;
|
|
3597
|
-
|
|
3598
|
-
|
|
3599
|
-
|
|
3600
|
-
|
|
3601
|
-
|
|
3602
|
-
|
|
3603
|
-
|
|
3604
|
-
|
|
3542
|
+
height: 10px;
|
|
3543
|
+
width: 10px;
|
|
3544
|
+
}
|
|
3545
|
+
}
|
|
3546
|
+
|
|
3547
|
+
span.nwb-loader {
|
|
3548
|
+
&.nwb-is-loading {
|
|
3549
|
+
z-index: 2;
|
|
3550
|
+
opacity: 1;
|
|
3551
|
+
position: absolute;
|
|
3552
|
+
top: -7px;
|
|
3553
|
+
left: -7px;
|
|
3554
|
+
width: calc(100% + 16px) !important;
|
|
3555
|
+
height: calc(100% + 14px) !important;
|
|
3556
|
+
min-width: 12px;
|
|
3557
|
+
min-height: 1em;
|
|
3558
|
+
margin: 0;
|
|
3559
|
+
background-size: auto 70%;
|
|
3560
|
+
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30px' height='30px' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid' class='lds-ellipsis' style='background: none;'%3E%3C!--circle(cx='16',cy='50',r='10')--%3E%3Ccircle cx='84' cy='50' r='0' fill='%236c6c6c'%3E%3Canimate attributeName='r' values='10;0;0;0;0' keyTimes='0;0.25;0.5;0.75;1' keySplines='0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1' calcMode='spline' dur='2s' repeatCount='indefinite' begin='0s'/%3E%3Canimate attributeName='cx' values='84;84;84;84;84' keyTimes='0;0.25;0.5;0.75;1' keySplines='0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1' calcMode='spline' dur='2s' repeatCount='indefinite' begin='0s'/%3E%3C/circle%3E%3Ccircle cx='28.6338' cy='50' r='10' fill='%236c6c6c'%3E%3Canimate attributeName='r' values='0;10;10;10;0' keyTimes='0;0.25;0.5;0.75;1' keySplines='0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1' calcMode='spline' dur='2s' repeatCount='indefinite' begin='-1s'/%3E%3Canimate attributeName='cx' values='16;16;50;84;84' keyTimes='0;0.25;0.5;0.75;1' keySplines='0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1' calcMode='spline' dur='2s' repeatCount='indefinite' begin='-1s'/%3E%3C/circle%3E%3Ccircle cx='16' cy='50' r='3.71582' fill='%236c6c6c'%3E%3Canimate attributeName='r' values='0;10;10;10;0' keyTimes='0;0.25;0.5;0.75;1' keySplines='0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1' calcMode='spline' dur='2s' repeatCount='indefinite' begin='-0.5s'/%3E%3Canimate attributeName='cx' values='16;16;50;84;84' keyTimes='0;0.25;0.5;0.75;1' keySplines='0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1' calcMode='spline' dur='2s' repeatCount='indefinite' begin='-0.5s'/%3E%3C/circle%3E%3Ccircle cx='84' cy='50' r='6.28418' fill='%236c6c6c'%3E%3Canimate attributeName='r' values='0;10;10;10;0' keyTimes='0;0.25;0.5;0.75;1' keySplines='0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1' calcMode='spline' dur='2s' repeatCount='indefinite' begin='0s'/%3E%3Canimate attributeName='cx' values='16;16;50;84;84' keyTimes='0;0.25;0.5;0.75;1' keySplines='0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1' calcMode='spline' dur='2s' repeatCount='indefinite' begin='0s'/%3E%3C/circle%3E%3Ccircle cx='62.6338' cy='50' r='10' fill='%236c6c6c'%3E%3Canimate attributeName='r' values='0;0;10;10;10' keyTimes='0;0.25;0.5;0.75;1' keySplines='0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1' calcMode='spline' dur='2s' repeatCount='indefinite' begin='0s'/%3E%3Canimate attributeName='cx' values='16;16;16;50;84' keyTimes='0;0.25;0.5;0.75;1' keySplines='0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1' calcMode='spline' dur='2s' repeatCount='indefinite' begin='0s'/%3E%3C/circle%3E%3C/svg%3E");
|
|
3561
|
+
background-repeat: no-repeat;
|
|
3562
|
+
background-position: center center;
|
|
3563
|
+
}
|
|
3564
|
+
}
|
|
3565
|
+
span {
|
|
3566
|
+
color: inherit;
|
|
3567
|
+
font-weight: 500;
|
|
3568
|
+
&:not(.nwb-loader) {
|
|
3569
|
+
display: inline-block;
|
|
3570
|
+
min-width: 12px;
|
|
3571
|
+
}
|
|
3572
|
+
&.nwb-editing {
|
|
3605
3573
|
visibility: hidden;
|
|
3606
|
-
|
|
3574
|
+
}
|
|
3607
3575
|
|
|
3608
|
-
|
|
3609
|
-
|
|
3610
|
-
|
|
3576
|
+
&.nwb-is-loading {
|
|
3577
|
+
text-shadow: 0 0 0.5em rgba(0, 0, 0, 0.6);
|
|
3578
|
+
color: rgba(0, 0, 0, 0.4);
|
|
3579
|
+
opacity: 0.25;
|
|
3580
|
+
}
|
|
3611
3581
|
|
|
3612
|
-
|
|
3613
|
-
|
|
3614
|
-
|
|
3615
|
-
|
|
3616
|
-
|
|
3617
|
-
cursor: pointer;
|
|
3618
|
-
transition: background-color 0.3s ease, color 0.3s ease;
|
|
3619
|
-
display: flex;
|
|
3620
|
-
justify-content: flex-start;
|
|
3621
|
-
align-items: center;
|
|
3622
|
-
align-content: center;
|
|
3582
|
+
&.nwbSelect {
|
|
3583
|
+
cursor: pointer;
|
|
3584
|
+
}
|
|
3585
|
+
}
|
|
3586
|
+
}
|
|
3623
3587
|
|
|
3624
|
-
|
|
3625
|
-
|
|
3626
|
-
|
|
3627
|
-
|
|
3628
|
-
|
|
3629
|
-
|
|
3630
|
-
|
|
3631
|
-
|
|
3588
|
+
.wac-edit-in-place.nwb-wrapper--editable::after {
|
|
3589
|
+
position: absolute;
|
|
3590
|
+
content: '';
|
|
3591
|
+
border-bottom: dashed 1px $wac-primary;
|
|
3592
|
+
width: 100%;
|
|
3593
|
+
bottom: 0;
|
|
3594
|
+
left: 0;
|
|
3595
|
+
}
|
|
3632
3596
|
|
|
3633
|
-
|
|
3634
|
-
|
|
3635
|
-
|
|
3636
|
-
|
|
3637
|
-
|
|
3638
|
-
|
|
3639
|
-
|
|
3597
|
+
.wac-edit-in-place.nwbSelect {
|
|
3598
|
+
&__container {
|
|
3599
|
+
display: flex;
|
|
3600
|
+
flex-direction: column;
|
|
3601
|
+
position: absolute;
|
|
3602
|
+
white-space: nowrap;
|
|
3603
|
+
border: solid 1px rgba(0, 0, 0, 0.2);
|
|
3604
|
+
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
|
3605
|
+
border-radius: 3px;
|
|
3606
|
+
top: calc(100% + 7px);
|
|
3607
|
+
|
|
3608
|
+
&::before {
|
|
3609
|
+
position: absolute;
|
|
3610
|
+
top: -7px;
|
|
3611
|
+
left: 9px;
|
|
3612
|
+
content: '';
|
|
3613
|
+
border-left: 7px solid transparent;
|
|
3614
|
+
border-right: 7px solid transparent;
|
|
3615
|
+
border-bottom: 7px solid $wac-edit-in-place-before-border-bottom;
|
|
3616
|
+
border-bottom-color: rgba(0, 0, 0, 0.2);
|
|
3617
|
+
display: inline-block;
|
|
3640
3618
|
}
|
|
3641
3619
|
|
|
3642
|
-
|
|
3643
|
-
|
|
3644
|
-
|
|
3645
|
-
|
|
3646
|
-
|
|
3620
|
+
&::after {
|
|
3621
|
+
position: absolute;
|
|
3622
|
+
top: -6px;
|
|
3623
|
+
left: 10px;
|
|
3624
|
+
content: '';
|
|
3625
|
+
border-left: 6px solid transparent;
|
|
3626
|
+
border-right: 6px solid transparent;
|
|
3627
|
+
border-bottom: 6px solid $wac-white;
|
|
3628
|
+
display: inline-block;
|
|
3629
|
+
}
|
|
3630
|
+
|
|
3631
|
+
&__item {
|
|
3632
|
+
border: none;
|
|
3633
|
+
padding: 8px 10px;
|
|
3634
|
+
background-color: $wac-white;
|
|
3635
|
+
cursor: pointer;
|
|
3636
|
+
transition: all 0.3s ease-in-out;
|
|
3637
|
+
z-index: 3;
|
|
3638
|
+
font-size: rem(12);
|
|
3639
|
+
text-align: left;
|
|
3640
|
+
border-radius: 0;
|
|
3641
|
+
|
|
3642
|
+
&:hover {
|
|
3643
|
+
background-color: darken($wac-white, 10%);
|
|
3644
|
+
color: $wac-main-text;
|
|
3645
|
+
transition: all 0.3s ease-in-out;
|
|
3647
3646
|
}
|
|
3648
3647
|
|
|
3649
|
-
|
|
3650
|
-
|
|
3651
|
-
|
|
3652
|
-
|
|
3653
|
-
transition:
|
|
3648
|
+
&--selected,
|
|
3649
|
+
&--selected:hover {
|
|
3650
|
+
background-color: $wac-wizishop-blue;
|
|
3651
|
+
color: $wac-white;
|
|
3652
|
+
transition: all 0.3s ease-in-out;
|
|
3654
3653
|
}
|
|
3655
3654
|
}
|
|
3656
3655
|
}
|
|
3656
|
+
|
|
3657
|
+
&__background {
|
|
3658
|
+
position: fixed;
|
|
3659
|
+
top: 0;
|
|
3660
|
+
left: 0;
|
|
3661
|
+
width: 100vw;
|
|
3662
|
+
height: 100vh;
|
|
3663
|
+
z-index: 2;
|
|
3664
|
+
}
|
|
3657
3665
|
}
|
|
3658
3666
|
h1.wac-h1 {
|
|
3659
3667
|
font-size: rem(30);
|
|
@@ -3302,13 +3302,14 @@
|
|
|
3302
3302
|
this.titleUppercase = true;
|
|
3303
3303
|
this.borderRadius = false;
|
|
3304
3304
|
this.removePadding = false;
|
|
3305
|
+
this.stretchHeight = false;
|
|
3305
3306
|
}
|
|
3306
3307
|
return BlockComponent;
|
|
3307
3308
|
}());
|
|
3308
3309
|
BlockComponent.decorators = [
|
|
3309
3310
|
{ type: i0.Component, args: [{
|
|
3310
3311
|
selector: 'wac-block',
|
|
3311
|
-
template: "<div\n class=\"wac-block\"\n [ngClass]=\"{ 'wac-block__external': titleExternalBlock, sticky: sticky, noFullHeight: noFullHeight, 'border-radius': borderRadius, 'no-padding' : removePadding }\"\n>\n <h2 *ngIf=\"titleBlock.length\" class=\"wac-block__title\" [ngClass]=\"{ 'is-simple': simple, 'no-uppercase': !titleUppercase }\">\n {{ titleBlock }} <i *ngIf=\"icon\" [ngClass]=\"icon\"></i>\n </h2>\n <div class=\"wac-block__content\">\n <ng-content></ng-content>\n </div>\n</div>\n"
|
|
3312
|
+
template: "<div\n class=\"wac-block\"\n [ngClass]=\"{ 'wac-block__external': titleExternalBlock, sticky: sticky, noFullHeight: noFullHeight, 'stretch': stretchHeight, 'border-radius': borderRadius, 'no-padding' : removePadding }\"\n>\n <h2 *ngIf=\"titleBlock.length\" class=\"wac-block__title\" [ngClass]=\"{ 'is-simple': simple, 'no-uppercase': !titleUppercase }\">\n {{ titleBlock }} <i *ngIf=\"icon\" [ngClass]=\"icon\"></i>\n </h2>\n <div class=\"wac-block__content\">\n <ng-content></ng-content>\n </div>\n</div>\n"
|
|
3312
3313
|
},] }
|
|
3313
3314
|
];
|
|
3314
3315
|
BlockComponent.ctorParameters = function () { return []; };
|
|
@@ -3321,7 +3322,8 @@
|
|
|
3321
3322
|
icon: [{ type: i0.Input }],
|
|
3322
3323
|
titleUppercase: [{ type: i0.Input }],
|
|
3323
3324
|
borderRadius: [{ type: i0.Input }],
|
|
3324
|
-
removePadding: [{ type: i0.Input }]
|
|
3325
|
+
removePadding: [{ type: i0.Input }],
|
|
3326
|
+
stretchHeight: [{ type: i0.Input }]
|
|
3325
3327
|
};
|
|
3326
3328
|
|
|
3327
3329
|
var WrapperComponent = /** @class */ (function () {
|