@pelcro/react-pelcro-js 4.0.0-alpha.2 → 4.0.0-alpha.21
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.cjs.js +9518 -7381
- package/dist/index.esm.js +9519 -7379
- package/dist/pelcro.css +323 -277
- package/package.json +2 -3
package/dist/pelcro.css
CHANGED
|
@@ -548,7 +548,7 @@ Add the correct display in Chrome and Safari.
|
|
|
548
548
|
background-size: 1.5em 1.5em;
|
|
549
549
|
padding-right: 2.5rem;
|
|
550
550
|
-webkit-print-color-adjust: exact;
|
|
551
|
-
color-adjust: exact;
|
|
551
|
+
print-color-adjust: exact;
|
|
552
552
|
}
|
|
553
553
|
|
|
554
554
|
.pelcro-root [multiple] {
|
|
@@ -558,7 +558,7 @@ Add the correct display in Chrome and Safari.
|
|
|
558
558
|
background-size: initial;
|
|
559
559
|
padding-right: 0.75rem;
|
|
560
560
|
-webkit-print-color-adjust: unset;
|
|
561
|
-
color-adjust: unset;
|
|
561
|
+
print-color-adjust: unset;
|
|
562
562
|
}
|
|
563
563
|
|
|
564
564
|
.pelcro-root [type="checkbox"],
|
|
@@ -567,7 +567,7 @@ Add the correct display in Chrome and Safari.
|
|
|
567
567
|
appearance: none;
|
|
568
568
|
padding: 0;
|
|
569
569
|
-webkit-print-color-adjust: exact;
|
|
570
|
-
color-adjust: exact;
|
|
570
|
+
print-color-adjust: exact;
|
|
571
571
|
display: inline-block;
|
|
572
572
|
vertical-align: middle;
|
|
573
573
|
background-origin: border-box;
|
|
@@ -703,6 +703,12 @@ Add the correct display in Chrome and Safari.
|
|
|
703
703
|
width: 100%;
|
|
704
704
|
}
|
|
705
705
|
|
|
706
|
+
@media (min-width: 425px) {
|
|
707
|
+
.pelcro-root .pelcro-modal {
|
|
708
|
+
max-width: 425px;
|
|
709
|
+
}
|
|
710
|
+
}
|
|
711
|
+
|
|
706
712
|
@media (min-width: 640px) {
|
|
707
713
|
.pelcro-root .pelcro-modal {
|
|
708
714
|
max-width: 640px;
|
|
@@ -737,7 +743,7 @@ Add the correct display in Chrome and Safari.
|
|
|
737
743
|
position: absolute;
|
|
738
744
|
top: 0px;
|
|
739
745
|
display: flex;
|
|
740
|
-
max-width:
|
|
746
|
+
max-width: 36rem;
|
|
741
747
|
flex-direction: column;
|
|
742
748
|
align-items: center;
|
|
743
749
|
overflow: hidden;
|
|
@@ -759,13 +765,13 @@ Add the correct display in Chrome and Safari.
|
|
|
759
765
|
.pelcro-root .pelcro-modal-header {
|
|
760
766
|
position: relative;
|
|
761
767
|
display: flex;
|
|
762
|
-
min-height:
|
|
768
|
+
min-height: 3rem;
|
|
763
769
|
flex-direction: column;
|
|
764
770
|
border-bottom-width: 2px;
|
|
765
771
|
--tw-bg-opacity: 1;
|
|
766
772
|
background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
|
|
767
|
-
padding-left:
|
|
768
|
-
padding-right:
|
|
773
|
+
padding-left: 2rem;
|
|
774
|
+
padding-right: 2rem;
|
|
769
775
|
padding-top: 0.75rem;
|
|
770
776
|
padding-bottom: 0.75rem;
|
|
771
777
|
border-bottom-width: 1px;
|
|
@@ -774,7 +780,7 @@ Add the correct display in Chrome and Safari.
|
|
|
774
780
|
.pelcro-root .pelcro-modal-close {
|
|
775
781
|
position: absolute;
|
|
776
782
|
top: 50%;
|
|
777
|
-
right:
|
|
783
|
+
right: 0.5rem;
|
|
778
784
|
z-index: 999999;
|
|
779
785
|
width: 1.5rem;
|
|
780
786
|
--tw-translate-x: 0;
|
|
@@ -818,19 +824,25 @@ Add the correct display in Chrome and Safari.
|
|
|
818
824
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
819
825
|
}
|
|
820
826
|
|
|
827
|
+
@media (min-width: 640px) {
|
|
828
|
+
.pelcro-root .pelcro-modal-close {
|
|
829
|
+
right: 1.25rem;
|
|
830
|
+
}
|
|
831
|
+
}
|
|
832
|
+
|
|
821
833
|
.pelcro-root .pelcro-modal-body {
|
|
822
834
|
--tw-bg-opacity: 1;
|
|
823
835
|
background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
|
|
824
|
-
padding-left:
|
|
825
|
-
padding-right:
|
|
826
|
-
padding-top:
|
|
827
|
-
padding-bottom:
|
|
836
|
+
padding-left: 0.5rem;
|
|
837
|
+
padding-right: 0.5rem;
|
|
838
|
+
padding-top: 0.5rem;
|
|
839
|
+
padding-bottom: 0.5rem;
|
|
828
840
|
}
|
|
829
841
|
|
|
830
842
|
@media (min-width: 768px) {
|
|
831
843
|
.pelcro-root .pelcro-modal-body {
|
|
832
|
-
padding-left:
|
|
833
|
-
padding-right:
|
|
844
|
+
padding-left: 2rem;
|
|
845
|
+
padding-right: 2rem;
|
|
834
846
|
}
|
|
835
847
|
}
|
|
836
848
|
|
|
@@ -842,7 +854,6 @@ Add the correct display in Chrome and Safari.
|
|
|
842
854
|
--tw-bg-opacity: 1;
|
|
843
855
|
background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
|
|
844
856
|
padding: 1rem;
|
|
845
|
-
padding-bottom: 2.75rem;
|
|
846
857
|
font-size: 0.875rem;
|
|
847
858
|
line-height: 1.25rem;
|
|
848
859
|
}
|
|
@@ -1498,6 +1509,10 @@ Add the correct display in Chrome and Safari.
|
|
|
1498
1509
|
width: 1px;
|
|
1499
1510
|
}
|
|
1500
1511
|
|
|
1512
|
+
.pelcro-root .pelcro-vertical-separator:first-child {
|
|
1513
|
+
display: none;
|
|
1514
|
+
}
|
|
1515
|
+
|
|
1501
1516
|
.pelcro-root .pelcro-shop-product-image {
|
|
1502
1517
|
max-width: 13rem;
|
|
1503
1518
|
}
|
|
@@ -1636,6 +1651,10 @@ Add the correct display in Chrome and Safari.
|
|
|
1636
1651
|
color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), calc(var(--plc-primary-lightness) + 10%));
|
|
1637
1652
|
}
|
|
1638
1653
|
|
|
1654
|
+
.pelcro-root .pelcro-product {
|
|
1655
|
+
display: flex !important;
|
|
1656
|
+
}
|
|
1657
|
+
|
|
1639
1658
|
.pelcro-root .pelcro-select-plan-radio {
|
|
1640
1659
|
margin-top: 0.4rem;
|
|
1641
1660
|
}
|
|
@@ -1650,13 +1669,29 @@ Add the correct display in Chrome and Safari.
|
|
|
1650
1669
|
background-color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), calc(var(--plc-primary-lightness) - 30%));
|
|
1651
1670
|
}
|
|
1652
1671
|
|
|
1672
|
+
/* Firefox */
|
|
1673
|
+
|
|
1674
|
+
.pelcro-root .productTabs .tabs {
|
|
1675
|
+
padding-bottom: 5px;
|
|
1676
|
+
scrollbar-width: thin;
|
|
1677
|
+
scrollbar-color: grey;
|
|
1678
|
+
}
|
|
1679
|
+
|
|
1680
|
+
/* Chrome, Edge, and Safari */
|
|
1681
|
+
|
|
1653
1682
|
.pelcro-root .productTabs .tabs::-webkit-scrollbar {
|
|
1654
|
-
|
|
1683
|
+
width: 15px;
|
|
1684
|
+
height: 3px;
|
|
1655
1685
|
}
|
|
1656
1686
|
|
|
1657
|
-
.pelcro-root .productTabs .tabs {
|
|
1658
|
-
|
|
1659
|
-
|
|
1687
|
+
.pelcro-root .productTabs .tabs::-webkit-scrollbar-track {
|
|
1688
|
+
background: lightGrey;
|
|
1689
|
+
border-radius: 3px;
|
|
1690
|
+
}
|
|
1691
|
+
|
|
1692
|
+
.pelcro-root .productTabs .tabs::-webkit-scrollbar-thumb {
|
|
1693
|
+
background-color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), var(--plc-primary-lightness));
|
|
1694
|
+
border-radius: 14px;
|
|
1660
1695
|
}
|
|
1661
1696
|
|
|
1662
1697
|
.pelcro-root .productTabs .tabs li:first-child {
|
|
@@ -1668,20 +1703,17 @@ Add the correct display in Chrome and Safari.
|
|
|
1668
1703
|
}
|
|
1669
1704
|
|
|
1670
1705
|
.pelcro-root .productTabs .tabs li#activeTab button {
|
|
1671
|
-
color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), calc(var(--plc-primary-lightness) - 30%));
|
|
1672
|
-
}
|
|
1673
|
-
|
|
1674
|
-
.pelcro-root .productTabs .tabs li#activeTab:after {
|
|
1675
|
-
content: "";
|
|
1676
|
-
position: absolute;
|
|
1677
|
-
bottom: 0px;
|
|
1678
|
-
left: 0px;
|
|
1679
|
-
display: block;
|
|
1680
|
-
height: 0.25rem;
|
|
1681
|
-
width: 100%;
|
|
1706
|
+
border-color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), calc(var(--plc-primary-lightness) - 30%));
|
|
1682
1707
|
background-color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), calc(var(--plc-primary-lightness) - 30%));
|
|
1708
|
+
--tw-text-opacity: 1;
|
|
1709
|
+
color: rgba(255, 255, 255, var(--tw-text-opacity));
|
|
1683
1710
|
}
|
|
1684
1711
|
|
|
1712
|
+
/* .pelcro-root .productTabs .tabs li#activeTab:after {
|
|
1713
|
+
content: "";
|
|
1714
|
+
@apply plc-h-1 plc-bg-primary-800 plc-w-full plc-absolute plc-bottom-0 plc-left-0 plc-block;
|
|
1715
|
+
} */
|
|
1716
|
+
|
|
1685
1717
|
.pelcro-root .selectedProduct img {
|
|
1686
1718
|
max-width: 150px;
|
|
1687
1719
|
height: auto;
|
|
@@ -1693,6 +1725,136 @@ Add the correct display in Chrome and Safari.
|
|
|
1693
1725
|
|
|
1694
1726
|
/* used by multiple input sub-components */
|
|
1695
1727
|
|
|
1728
|
+
/* Slider */
|
|
1729
|
+
|
|
1730
|
+
.pelcro-root .slick-slider {
|
|
1731
|
+
position: relative;
|
|
1732
|
+
display: block;
|
|
1733
|
+
box-sizing: border-box;
|
|
1734
|
+
-webkit-user-select: none;
|
|
1735
|
+
user-select: none;
|
|
1736
|
+
touch-action: pan-y;
|
|
1737
|
+
}
|
|
1738
|
+
|
|
1739
|
+
.pelcro-root .slick-list {
|
|
1740
|
+
position: relative;
|
|
1741
|
+
display: block;
|
|
1742
|
+
overflow: hidden;
|
|
1743
|
+
padding: 0;
|
|
1744
|
+
/* margin: 0 -10px; */
|
|
1745
|
+
}
|
|
1746
|
+
|
|
1747
|
+
.pelcro-root .slick-list:focus {
|
|
1748
|
+
outline: none;
|
|
1749
|
+
}
|
|
1750
|
+
|
|
1751
|
+
.pelcro-root .slick-list.dragging {
|
|
1752
|
+
cursor: pointer;
|
|
1753
|
+
}
|
|
1754
|
+
|
|
1755
|
+
.pelcro-root .slick-slider .slick-track,
|
|
1756
|
+
.pelcro-root .slick-slider .slick-list {
|
|
1757
|
+
transform: translate3d(0, 0, 0);
|
|
1758
|
+
}
|
|
1759
|
+
|
|
1760
|
+
.pelcro-root .slick-track {
|
|
1761
|
+
position: relative;
|
|
1762
|
+
top: 0;
|
|
1763
|
+
left: 0;
|
|
1764
|
+
display: flex;
|
|
1765
|
+
align-items: stretch;
|
|
1766
|
+
}
|
|
1767
|
+
|
|
1768
|
+
.pelcro-root .slick-track:before,
|
|
1769
|
+
.pelcro-root .slick-track:after {
|
|
1770
|
+
display: table;
|
|
1771
|
+
content: "";
|
|
1772
|
+
}
|
|
1773
|
+
|
|
1774
|
+
.pelcro-root .slick-track:after {
|
|
1775
|
+
clear: both;
|
|
1776
|
+
}
|
|
1777
|
+
|
|
1778
|
+
.pelcro-root .slick-loading .slick-track {
|
|
1779
|
+
visibility: hidden;
|
|
1780
|
+
}
|
|
1781
|
+
|
|
1782
|
+
.pelcro-root .slick-slide {
|
|
1783
|
+
display: flex !important;
|
|
1784
|
+
align-self: stretch;
|
|
1785
|
+
height: unset;
|
|
1786
|
+
margin: 0 10px;
|
|
1787
|
+
}
|
|
1788
|
+
|
|
1789
|
+
.pelcro-root .slick-slide > div {
|
|
1790
|
+
display: flex;
|
|
1791
|
+
align-self: stretch;
|
|
1792
|
+
width: 100%;
|
|
1793
|
+
height: 100%;
|
|
1794
|
+
}
|
|
1795
|
+
|
|
1796
|
+
.pelcro-root .slick-slide img {
|
|
1797
|
+
display: block;
|
|
1798
|
+
}
|
|
1799
|
+
|
|
1800
|
+
.pelcro-root .slick-slide.slick-loading img {
|
|
1801
|
+
display: none;
|
|
1802
|
+
}
|
|
1803
|
+
|
|
1804
|
+
.pelcro-root .slick-slide.dragging img {
|
|
1805
|
+
pointer-events: none;
|
|
1806
|
+
}
|
|
1807
|
+
|
|
1808
|
+
.pelcro-root .slick-initialized .slick-slide {
|
|
1809
|
+
display: block;
|
|
1810
|
+
}
|
|
1811
|
+
|
|
1812
|
+
.pelcro-root .slick-loading .slick-slide {
|
|
1813
|
+
visibility: hidden;
|
|
1814
|
+
}
|
|
1815
|
+
|
|
1816
|
+
.pelcro-root .slick-vertical .slick-slide {
|
|
1817
|
+
display: block;
|
|
1818
|
+
height: auto;
|
|
1819
|
+
border: 1px solid transparent;
|
|
1820
|
+
}
|
|
1821
|
+
|
|
1822
|
+
.pelcro-root .slick-arrow.slick-hidden {
|
|
1823
|
+
display: none;
|
|
1824
|
+
}
|
|
1825
|
+
|
|
1826
|
+
.pelcro-root .slick-disabled {
|
|
1827
|
+
opacity: 0.5;
|
|
1828
|
+
cursor: not-allowed;
|
|
1829
|
+
}
|
|
1830
|
+
|
|
1831
|
+
.pelcro-root .slick-dots {
|
|
1832
|
+
margin-top: 20px;
|
|
1833
|
+
display: flex !important;
|
|
1834
|
+
align-items: center;
|
|
1835
|
+
justify-content: center;
|
|
1836
|
+
}
|
|
1837
|
+
|
|
1838
|
+
.pelcro-root .slick-dots li {
|
|
1839
|
+
padding: 2px;
|
|
1840
|
+
border: solid 1px transparent;
|
|
1841
|
+
border-radius: 9999999px;
|
|
1842
|
+
width: 20px;
|
|
1843
|
+
height: 20px;
|
|
1844
|
+
display: flex;
|
|
1845
|
+
align-items: center;
|
|
1846
|
+
justify-content: center;
|
|
1847
|
+
line-height: 1;
|
|
1848
|
+
}
|
|
1849
|
+
|
|
1850
|
+
.pelcro-root .slick-dots li.slick-active {
|
|
1851
|
+
border-color: grey;
|
|
1852
|
+
}
|
|
1853
|
+
|
|
1854
|
+
.pelcro-root .slick-arrow {
|
|
1855
|
+
outline: none !important;
|
|
1856
|
+
}
|
|
1857
|
+
|
|
1696
1858
|
/*
|
|
1697
1859
|
styling is copied from react-easy-crop/react-easy-crop.css
|
|
1698
1860
|
in order to scope selectors under pelcro-root
|
|
@@ -1805,8 +1967,8 @@ in order to scope selectors under pelcro-root
|
|
|
1805
1967
|
top: 0.25rem;
|
|
1806
1968
|
}
|
|
1807
1969
|
|
|
1808
|
-
.pelcro-root .plc-top-
|
|
1809
|
-
top:
|
|
1970
|
+
.pelcro-root .plc-top-2 {
|
|
1971
|
+
top: 0.5rem;
|
|
1810
1972
|
}
|
|
1811
1973
|
|
|
1812
1974
|
.pelcro-root .plc-top-7 {
|
|
@@ -1837,12 +1999,8 @@ in order to scope selectors under pelcro-root
|
|
|
1837
1999
|
right: 0.5rem;
|
|
1838
2000
|
}
|
|
1839
2001
|
|
|
1840
|
-
.pelcro-root .plc
|
|
1841
|
-
right:
|
|
1842
|
-
}
|
|
1843
|
-
|
|
1844
|
-
.pelcro-root .plc-right-10 {
|
|
1845
|
-
right: 2.5rem;
|
|
2002
|
+
.pelcro-root .plc--right-16 {
|
|
2003
|
+
right: -4rem;
|
|
1846
2004
|
}
|
|
1847
2005
|
|
|
1848
2006
|
.pelcro-root .plc-bottom-0 {
|
|
@@ -1857,10 +2015,18 @@ in order to scope selectors under pelcro-root
|
|
|
1857
2015
|
left: 0px;
|
|
1858
2016
|
}
|
|
1859
2017
|
|
|
2018
|
+
.pelcro-root .plc-left-4 {
|
|
2019
|
+
left: 1rem;
|
|
2020
|
+
}
|
|
2021
|
+
|
|
1860
2022
|
.pelcro-root .plc-left-5 {
|
|
1861
2023
|
left: 1.25rem;
|
|
1862
2024
|
}
|
|
1863
2025
|
|
|
2026
|
+
.pelcro-root .plc--left-16 {
|
|
2027
|
+
left: -4rem;
|
|
2028
|
+
}
|
|
2029
|
+
|
|
1864
2030
|
.pelcro-root .plc-z-max {
|
|
1865
2031
|
z-index: 999999;
|
|
1866
2032
|
}
|
|
@@ -1885,6 +2051,11 @@ in order to scope selectors under pelcro-root
|
|
|
1885
2051
|
margin: auto;
|
|
1886
2052
|
}
|
|
1887
2053
|
|
|
2054
|
+
.pelcro-root .plc-mx-1 {
|
|
2055
|
+
margin-left: 0.25rem;
|
|
2056
|
+
margin-right: 0.25rem;
|
|
2057
|
+
}
|
|
2058
|
+
|
|
1888
2059
|
.pelcro-root .plc-mx-4 {
|
|
1889
2060
|
margin-left: 1rem;
|
|
1890
2061
|
margin-right: 1rem;
|
|
@@ -1910,9 +2081,9 @@ in order to scope selectors under pelcro-root
|
|
|
1910
2081
|
margin-bottom: 1.25rem;
|
|
1911
2082
|
}
|
|
1912
2083
|
|
|
1913
|
-
.pelcro-root .plc-my-
|
|
1914
|
-
margin-top:
|
|
1915
|
-
margin-bottom:
|
|
2084
|
+
.pelcro-root .plc-my-11 {
|
|
2085
|
+
margin-top: 2.75rem;
|
|
2086
|
+
margin-bottom: 2.75rem;
|
|
1916
2087
|
}
|
|
1917
2088
|
|
|
1918
2089
|
.pelcro-root .plc-mt-1 {
|
|
@@ -1983,10 +2154,6 @@ in order to scope selectors under pelcro-root
|
|
|
1983
2154
|
margin-bottom: 1.5rem;
|
|
1984
2155
|
}
|
|
1985
2156
|
|
|
1986
|
-
.pelcro-root .plc-mb-8 {
|
|
1987
|
-
margin-bottom: 2rem;
|
|
1988
|
-
}
|
|
1989
|
-
|
|
1990
2157
|
.pelcro-root .plc-mb-9 {
|
|
1991
2158
|
margin-bottom: 2.25rem;
|
|
1992
2159
|
}
|
|
@@ -2027,6 +2194,10 @@ in order to scope selectors under pelcro-root
|
|
|
2027
2194
|
display: inline-block;
|
|
2028
2195
|
}
|
|
2029
2196
|
|
|
2197
|
+
.pelcro-root .plc-inline {
|
|
2198
|
+
display: inline;
|
|
2199
|
+
}
|
|
2200
|
+
|
|
2030
2201
|
.pelcro-root .plc-flex {
|
|
2031
2202
|
display: flex;
|
|
2032
2203
|
}
|
|
@@ -2043,6 +2214,10 @@ in order to scope selectors under pelcro-root
|
|
|
2043
2214
|
display: none;
|
|
2044
2215
|
}
|
|
2045
2216
|
|
|
2217
|
+
.pelcro-root .plc-h-3 {
|
|
2218
|
+
height: 0.75rem;
|
|
2219
|
+
}
|
|
2220
|
+
|
|
2046
2221
|
.pelcro-root .plc-h-4 {
|
|
2047
2222
|
height: 1rem;
|
|
2048
2223
|
}
|
|
@@ -2071,6 +2246,10 @@ in order to scope selectors under pelcro-root
|
|
|
2071
2246
|
height: 2.5rem;
|
|
2072
2247
|
}
|
|
2073
2248
|
|
|
2249
|
+
.pelcro-root .plc-h-11 {
|
|
2250
|
+
height: 2.75rem;
|
|
2251
|
+
}
|
|
2252
|
+
|
|
2074
2253
|
.pelcro-root .plc-h-12 {
|
|
2075
2254
|
height: 3rem;
|
|
2076
2255
|
}
|
|
@@ -2155,6 +2334,10 @@ in order to scope selectors under pelcro-root
|
|
|
2155
2334
|
width: 2.5rem;
|
|
2156
2335
|
}
|
|
2157
2336
|
|
|
2337
|
+
.pelcro-root .plc-w-11 {
|
|
2338
|
+
width: 2.75rem;
|
|
2339
|
+
}
|
|
2340
|
+
|
|
2158
2341
|
.pelcro-root .plc-w-12 {
|
|
2159
2342
|
width: 3rem;
|
|
2160
2343
|
}
|
|
@@ -2191,6 +2374,10 @@ in order to scope selectors under pelcro-root
|
|
|
2191
2374
|
width: 50%;
|
|
2192
2375
|
}
|
|
2193
2376
|
|
|
2377
|
+
.pelcro-root .plc-w-1\/3 {
|
|
2378
|
+
width: 33.333333%;
|
|
2379
|
+
}
|
|
2380
|
+
|
|
2194
2381
|
.pelcro-root .plc-w-1\/4 {
|
|
2195
2382
|
width: 25%;
|
|
2196
2383
|
}
|
|
@@ -2239,12 +2426,8 @@ in order to scope selectors under pelcro-root
|
|
|
2239
2426
|
max-width: 50%;
|
|
2240
2427
|
}
|
|
2241
2428
|
|
|
2242
|
-
.pelcro-root .plc-max-w-
|
|
2243
|
-
max-width:
|
|
2244
|
-
}
|
|
2245
|
-
|
|
2246
|
-
.pelcro-root .plc-max-w-90\% {
|
|
2247
|
-
max-width: 90%;
|
|
2429
|
+
.pelcro-root .plc-max-w-full {
|
|
2430
|
+
max-width: 100%;
|
|
2248
2431
|
}
|
|
2249
2432
|
|
|
2250
2433
|
.pelcro-root .plc-flex-1 {
|
|
@@ -2282,6 +2465,10 @@ in order to scope selectors under pelcro-root
|
|
|
2282
2465
|
--tw-translate-x: 0px;
|
|
2283
2466
|
}
|
|
2284
2467
|
|
|
2468
|
+
.pelcro-root .plc--translate-x-1 {
|
|
2469
|
+
--tw-translate-x: -0.25rem;
|
|
2470
|
+
}
|
|
2471
|
+
|
|
2285
2472
|
.pelcro-root .plc--translate-x-full {
|
|
2286
2473
|
--tw-translate-x: -100%;
|
|
2287
2474
|
}
|
|
@@ -2302,6 +2489,11 @@ in order to scope selectors under pelcro-root
|
|
|
2302
2489
|
--tw-rotate: 180deg;
|
|
2303
2490
|
}
|
|
2304
2491
|
|
|
2492
|
+
.pelcro-root .plc-scale-105 {
|
|
2493
|
+
--tw-scale-x: 1.05;
|
|
2494
|
+
--tw-scale-y: 1.05;
|
|
2495
|
+
}
|
|
2496
|
+
|
|
2305
2497
|
.pelcro-root .plc-scale-120 {
|
|
2306
2498
|
--tw-scale-x: 1.2;
|
|
2307
2499
|
--tw-scale-y: 1.2;
|
|
@@ -2512,6 +2704,10 @@ in order to scope selectors under pelcro-root
|
|
|
2512
2704
|
overflow-wrap: break-word;
|
|
2513
2705
|
}
|
|
2514
2706
|
|
|
2707
|
+
.pelcro-root .plc-break-all {
|
|
2708
|
+
word-break: break-all;
|
|
2709
|
+
}
|
|
2710
|
+
|
|
2515
2711
|
.pelcro-root .plc-rounded-none {
|
|
2516
2712
|
border-radius: 0px;
|
|
2517
2713
|
}
|
|
@@ -2612,6 +2808,10 @@ in order to scope selectors under pelcro-root
|
|
|
2612
2808
|
border-color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), calc(var(--plc-primary-lightness) - 30%));
|
|
2613
2809
|
}
|
|
2614
2810
|
|
|
2811
|
+
.pelcro-root .plc-border-primary {
|
|
2812
|
+
border-color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), var(--plc-primary-lightness));
|
|
2813
|
+
}
|
|
2814
|
+
|
|
2615
2815
|
.pelcro-root .plc-border-white {
|
|
2616
2816
|
--tw-border-opacity: 1;
|
|
2617
2817
|
border-color: rgba(255, 255, 255, var(--tw-border-opacity));
|
|
@@ -2661,6 +2861,10 @@ in order to scope selectors under pelcro-root
|
|
|
2661
2861
|
background-color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), calc(var(--plc-primary-lightness) - 30%));
|
|
2662
2862
|
}
|
|
2663
2863
|
|
|
2864
|
+
.pelcro-root .plc-bg-primary {
|
|
2865
|
+
background-color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), var(--plc-primary-lightness));
|
|
2866
|
+
}
|
|
2867
|
+
|
|
2664
2868
|
.pelcro-root .plc-bg-white {
|
|
2665
2869
|
--tw-bg-opacity: 1;
|
|
2666
2870
|
background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
|
|
@@ -2823,8 +3027,9 @@ in order to scope selectors under pelcro-root
|
|
|
2823
3027
|
padding: 1.5rem;
|
|
2824
3028
|
}
|
|
2825
3029
|
|
|
2826
|
-
.pelcro-root .plc-
|
|
2827
|
-
padding:
|
|
3030
|
+
.pelcro-root .plc-px-0 {
|
|
3031
|
+
padding-left: 0px;
|
|
3032
|
+
padding-right: 0px;
|
|
2828
3033
|
}
|
|
2829
3034
|
|
|
2830
3035
|
.pelcro-root .plc-px-1 {
|
|
@@ -2857,11 +3062,6 @@ in order to scope selectors under pelcro-root
|
|
|
2857
3062
|
padding-right: 1.5rem;
|
|
2858
3063
|
}
|
|
2859
3064
|
|
|
2860
|
-
.pelcro-root .plc-px-8 {
|
|
2861
|
-
padding-left: 2rem;
|
|
2862
|
-
padding-right: 2rem;
|
|
2863
|
-
}
|
|
2864
|
-
|
|
2865
3065
|
.pelcro-root .plc-py-1 {
|
|
2866
3066
|
padding-top: 0.25rem;
|
|
2867
3067
|
padding-bottom: 0.25rem;
|
|
@@ -3129,6 +3329,10 @@ in order to scope selectors under pelcro-root
|
|
|
3129
3329
|
color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), var(--plc-primary-lightness));
|
|
3130
3330
|
}
|
|
3131
3331
|
|
|
3332
|
+
.pelcro-root .hover\:plc-text-primary:hover {
|
|
3333
|
+
color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), var(--plc-primary-lightness));
|
|
3334
|
+
}
|
|
3335
|
+
|
|
3132
3336
|
.pelcro-root .hover\:plc-text-black:hover {
|
|
3133
3337
|
--tw-text-opacity: 1;
|
|
3134
3338
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
@@ -3162,6 +3366,10 @@ in order to scope selectors under pelcro-root
|
|
|
3162
3366
|
text-decoration: none;
|
|
3163
3367
|
}
|
|
3164
3368
|
|
|
3369
|
+
.pelcro-root .hover\:plc-opacity-30:hover {
|
|
3370
|
+
opacity: 0.3;
|
|
3371
|
+
}
|
|
3372
|
+
|
|
3165
3373
|
*, ::before, ::after {
|
|
3166
3374
|
--tw-shadow: 0 0 #0000;
|
|
3167
3375
|
}
|
|
@@ -3287,6 +3495,12 @@ in order to scope selectors under pelcro-root
|
|
|
3287
3495
|
--tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
|
|
3288
3496
|
}
|
|
3289
3497
|
|
|
3498
|
+
.pelcro-root .plc-transition-all {
|
|
3499
|
+
transition-property: all;
|
|
3500
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
3501
|
+
transition-duration: 150ms;
|
|
3502
|
+
}
|
|
3503
|
+
|
|
3290
3504
|
.pelcro-root .plc-transition {
|
|
3291
3505
|
transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
|
|
3292
3506
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
@@ -3307,6 +3521,9 @@ in order to scope selectors under pelcro-root
|
|
|
3307
3521
|
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
3308
3522
|
}
|
|
3309
3523
|
|
|
3524
|
+
@media (min-width: 425px) {
|
|
3525
|
+
}
|
|
3526
|
+
|
|
3310
3527
|
@media (min-width: 640px) {
|
|
3311
3528
|
.pelcro-root .sm\:plc-m-4 {
|
|
3312
3529
|
margin: 1rem;
|
|
@@ -3356,6 +3573,10 @@ in order to scope selectors under pelcro-root
|
|
|
3356
3573
|
max-width: 28rem;
|
|
3357
3574
|
}
|
|
3358
3575
|
|
|
3576
|
+
.pelcro-root .sm\:plc-max-w-90\% {
|
|
3577
|
+
max-width: 90%;
|
|
3578
|
+
}
|
|
3579
|
+
|
|
3359
3580
|
.pelcro-root .sm\:plc-flex-row {
|
|
3360
3581
|
flex-direction: row;
|
|
3361
3582
|
}
|
|
@@ -3381,254 +3602,79 @@ in order to scope selectors under pelcro-root
|
|
|
3381
3602
|
padding-right: 2rem;
|
|
3382
3603
|
}
|
|
3383
3604
|
|
|
3605
|
+
.pelcro-root .sm\:plc-px-16 {
|
|
3606
|
+
padding-left: 4rem;
|
|
3607
|
+
padding-right: 4rem;
|
|
3608
|
+
}
|
|
3609
|
+
|
|
3384
3610
|
.pelcro-root .sm\:plc-pl-8 {
|
|
3385
3611
|
padding-left: 2rem;
|
|
3386
3612
|
}
|
|
3387
3613
|
}
|
|
3388
3614
|
|
|
3389
3615
|
@media (min-width: 768px) {
|
|
3390
|
-
|
|
3391
|
-
|
|
3392
|
-
@media (min-width: 1024px) {
|
|
3393
|
-
.pelcro-root .lg\:plc-w-3\/12 {
|
|
3394
|
-
width: 25%;
|
|
3616
|
+
.pelcro-root .md\:plc-top-5 {
|
|
3617
|
+
top: 1.25rem;
|
|
3395
3618
|
}
|
|
3396
3619
|
|
|
3397
|
-
.pelcro-root .
|
|
3398
|
-
|
|
3620
|
+
.pelcro-root .md\:plc-right-10 {
|
|
3621
|
+
right: 2.5rem;
|
|
3399
3622
|
}
|
|
3400
|
-
}
|
|
3401
|
-
|
|
3402
|
-
@media (min-width: 1280px) {
|
|
3403
|
-
}
|
|
3404
|
-
|
|
3405
|
-
@media (min-width: 1536px) {
|
|
3406
|
-
}
|
|
3407
|
-
|
|
3408
|
-
/* purgecss start ignore */
|
|
3409
|
-
|
|
3410
|
-
.alice-carousel .animated {
|
|
3411
|
-
animation-fill-mode: both;
|
|
3412
|
-
}
|
|
3413
3623
|
|
|
3414
|
-
.
|
|
3415
|
-
|
|
3416
|
-
|
|
3417
|
-
|
|
3418
|
-
.alice-carousel .fadeOut {
|
|
3419
|
-
animation-name: fadeOut;
|
|
3420
|
-
}
|
|
3421
|
-
|
|
3422
|
-
@keyframes fadeOut {
|
|
3423
|
-
0% {
|
|
3424
|
-
opacity: 1;
|
|
3624
|
+
.pelcro-root .md\:plc-my-20 {
|
|
3625
|
+
margin-top: 5rem;
|
|
3626
|
+
margin-bottom: 5rem;
|
|
3425
3627
|
}
|
|
3426
3628
|
|
|
3427
|
-
|
|
3428
|
-
|
|
3429
|
-
visibility: hidden;
|
|
3629
|
+
.pelcro-root .md\:plc-table-cell {
|
|
3630
|
+
display: table-cell;
|
|
3430
3631
|
}
|
|
3431
|
-
}
|
|
3432
|
-
|
|
3433
|
-
.alice-carousel {
|
|
3434
|
-
position: relative;
|
|
3435
|
-
width: 100%;
|
|
3436
|
-
margin: auto;
|
|
3437
|
-
direction: ltr;
|
|
3438
|
-
}
|
|
3439
|
-
|
|
3440
|
-
.alice-carousel__wrapper {
|
|
3441
|
-
position: relative;
|
|
3442
|
-
overflow-x: hidden;
|
|
3443
|
-
overflow-y: hidden;
|
|
3444
|
-
box-sizing: border-box;
|
|
3445
|
-
width: 100%;
|
|
3446
|
-
height: auto;
|
|
3447
|
-
}
|
|
3448
|
-
|
|
3449
|
-
.alice-carousel__stage {
|
|
3450
|
-
position: relative;
|
|
3451
|
-
box-sizing: border-box;
|
|
3452
|
-
width: 100%;
|
|
3453
|
-
height: 100%;
|
|
3454
|
-
margin: 0;
|
|
3455
|
-
padding: 0;
|
|
3456
|
-
white-space: nowrap;
|
|
3457
|
-
transform-style: flat;
|
|
3458
|
-
-webkit-transform-style: flat;
|
|
3459
|
-
backface-visibility: hidden;
|
|
3460
|
-
-webkit-backface-visibility: hidden;
|
|
3461
|
-
}
|
|
3462
|
-
|
|
3463
|
-
.alice-carousel__stage-item {
|
|
3464
|
-
position: relative;
|
|
3465
|
-
display: inline-block;
|
|
3466
|
-
padding: 0;
|
|
3467
|
-
margin: 0;
|
|
3468
|
-
box-sizing: border-box;
|
|
3469
|
-
width: 100%;
|
|
3470
|
-
height: 100%;
|
|
3471
|
-
vertical-align: top;
|
|
3472
|
-
white-space: normal;
|
|
3473
|
-
line-height: 0;
|
|
3474
|
-
}
|
|
3475
|
-
|
|
3476
|
-
.alice-carousel__stage-item * {
|
|
3477
|
-
line-height: initial;
|
|
3478
|
-
}
|
|
3479
3632
|
|
|
3480
|
-
.
|
|
3481
|
-
|
|
3482
|
-
|
|
3483
|
-
}
|
|
3484
|
-
|
|
3485
|
-
.alice-carousel__prev-btn,
|
|
3486
|
-
.alice-carousel__next-btn {
|
|
3487
|
-
display: inline-block;
|
|
3488
|
-
box-sizing: border-box;
|
|
3489
|
-
width: 50%;
|
|
3490
|
-
padding: 10px 5px;
|
|
3491
|
-
}
|
|
3492
|
-
|
|
3493
|
-
.alice-carousel__prev-btn [data-area]::after,
|
|
3494
|
-
.alice-carousel__next-btn [data-area]::after {
|
|
3495
|
-
position: relative;
|
|
3496
|
-
content: attr(data-area);
|
|
3497
|
-
text-transform: capitalize;
|
|
3498
|
-
}
|
|
3499
|
-
|
|
3500
|
-
.alice-carousel__prev-btn {
|
|
3501
|
-
text-align: right;
|
|
3502
|
-
}
|
|
3503
|
-
|
|
3504
|
-
.alice-carousel__prev-btn-item,
|
|
3505
|
-
.alice-carousel__next-btn-item {
|
|
3506
|
-
display: inline-block;
|
|
3507
|
-
cursor: pointer;
|
|
3508
|
-
padding: 5px;
|
|
3509
|
-
margin: 0;
|
|
3510
|
-
color: #465798;
|
|
3511
|
-
}
|
|
3512
|
-
|
|
3513
|
-
.alice-carousel__prev-btn-item:hover,
|
|
3514
|
-
.alice-carousel__next-btn-item:hover {
|
|
3515
|
-
color: darkred;
|
|
3516
|
-
}
|
|
3517
|
-
|
|
3518
|
-
.alice-carousel__prev-btn-item.__inactive,
|
|
3519
|
-
.alice-carousel__next-btn-item.__inactive {
|
|
3520
|
-
opacity: 0.4;
|
|
3521
|
-
pointer-events: none;
|
|
3522
|
-
}
|
|
3523
|
-
|
|
3524
|
-
.alice-carousel__play-btn {
|
|
3525
|
-
position: absolute;
|
|
3526
|
-
top: 30px;
|
|
3527
|
-
left: 20px;
|
|
3528
|
-
display: inline-block;
|
|
3529
|
-
}
|
|
3530
|
-
|
|
3531
|
-
.alice-carousel__play-btn:hover {
|
|
3532
|
-
cursor: pointer;
|
|
3533
|
-
}
|
|
3534
|
-
|
|
3535
|
-
.alice-carousel__play-btn-wrapper {
|
|
3536
|
-
position: relative;
|
|
3537
|
-
width: 32px;
|
|
3538
|
-
height: 32px;
|
|
3539
|
-
padding: 10px;
|
|
3540
|
-
border-radius: 50%;
|
|
3541
|
-
background-color: #fff;
|
|
3542
|
-
}
|
|
3543
|
-
|
|
3544
|
-
.alice-carousel__play-btn-item {
|
|
3545
|
-
position: absolute;
|
|
3546
|
-
width: 32px;
|
|
3547
|
-
height: 32px;
|
|
3548
|
-
cursor: pointer;
|
|
3549
|
-
border: 0;
|
|
3550
|
-
outline: none;
|
|
3551
|
-
background: transparent;
|
|
3552
|
-
}
|
|
3553
|
-
|
|
3554
|
-
.alice-carousel__play-btn-item::before, .alice-carousel__play-btn-item::after {
|
|
3555
|
-
position: absolute;
|
|
3556
|
-
pointer-events: none;
|
|
3557
|
-
display: block;
|
|
3558
|
-
width: 0;
|
|
3559
|
-
height: 0;
|
|
3560
|
-
content: "";
|
|
3561
|
-
transition: all 0.4s linear;
|
|
3562
|
-
border-width: 8px 0 8px 15px;
|
|
3563
|
-
border-style: solid;
|
|
3564
|
-
border-color: transparent;
|
|
3565
|
-
border-left-color: #465798;
|
|
3566
|
-
}
|
|
3567
|
-
|
|
3568
|
-
.alice-carousel__play-btn-item::before {
|
|
3569
|
-
left: 5px;
|
|
3570
|
-
height: 14px;
|
|
3571
|
-
}
|
|
3633
|
+
.pelcro-root .md\:plc-hidden {
|
|
3634
|
+
display: none;
|
|
3635
|
+
}
|
|
3572
3636
|
|
|
3573
|
-
.
|
|
3574
|
-
|
|
3575
|
-
|
|
3576
|
-
}
|
|
3637
|
+
.pelcro-root .md\:plc-w-1\/5 {
|
|
3638
|
+
width: 20%;
|
|
3639
|
+
}
|
|
3577
3640
|
|
|
3578
|
-
.
|
|
3579
|
-
|
|
3580
|
-
|
|
3581
|
-
}
|
|
3641
|
+
.pelcro-root .md\:plc-w-1\/12 {
|
|
3642
|
+
width: 8.333333%;
|
|
3643
|
+
}
|
|
3582
3644
|
|
|
3583
|
-
.
|
|
3584
|
-
|
|
3585
|
-
|
|
3586
|
-
}
|
|
3645
|
+
.pelcro-root .md\:plc-w-2\/12 {
|
|
3646
|
+
width: 16.666667%;
|
|
3647
|
+
}
|
|
3587
3648
|
|
|
3588
|
-
.
|
|
3589
|
-
|
|
3590
|
-
|
|
3591
|
-
list-style: none;
|
|
3592
|
-
text-align: center;
|
|
3593
|
-
}
|
|
3649
|
+
.pelcro-root .md\:plc-w-3\/12 {
|
|
3650
|
+
width: 25%;
|
|
3651
|
+
}
|
|
3594
3652
|
|
|
3595
|
-
.
|
|
3596
|
-
|
|
3597
|
-
}
|
|
3653
|
+
.pelcro-root .md\:plc-max-w-70\% {
|
|
3654
|
+
max-width: 70%;
|
|
3655
|
+
}
|
|
3598
3656
|
|
|
3599
|
-
.
|
|
3600
|
-
|
|
3601
|
-
|
|
3602
|
-
cursor: pointer;
|
|
3603
|
-
border-radius: 50%;
|
|
3604
|
-
background-color: #e0e4fb;
|
|
3657
|
+
.pelcro-root .md\:plc-max-w-80\% {
|
|
3658
|
+
max-width: 80%;
|
|
3659
|
+
}
|
|
3605
3660
|
}
|
|
3606
3661
|
|
|
3607
|
-
|
|
3608
|
-
|
|
3609
|
-
|
|
3662
|
+
@media (min-width: 1024px) {
|
|
3663
|
+
.pelcro-root .lg\:plc-w-3\/12 {
|
|
3664
|
+
width: 25%;
|
|
3665
|
+
}
|
|
3610
3666
|
|
|
3611
|
-
.
|
|
3612
|
-
|
|
3667
|
+
.pelcro-root .lg\:plc-w-9\/12 {
|
|
3668
|
+
width: 75%;
|
|
3669
|
+
}
|
|
3613
3670
|
}
|
|
3614
3671
|
|
|
3615
|
-
|
|
3616
|
-
position: absolute;
|
|
3617
|
-
top: 20px;
|
|
3618
|
-
right: 20px;
|
|
3619
|
-
display: inline-block;
|
|
3620
|
-
padding: 5px 10px;
|
|
3621
|
-
color: #465798;
|
|
3622
|
-
border-radius: 5px;
|
|
3623
|
-
background-color: rgba(224, 228, 251, 0.6);
|
|
3672
|
+
@media (min-width: 1280px) {
|
|
3624
3673
|
}
|
|
3625
3674
|
|
|
3626
|
-
|
|
3627
|
-
vertical-align: middle;
|
|
3628
|
-
line-height: 0;
|
|
3675
|
+
@media (min-width: 1536px) {
|
|
3629
3676
|
}
|
|
3630
3677
|
|
|
3631
|
-
/* purgecss end ignore */
|
|
3632
3678
|
/* purgecss start ignore */
|
|
3633
3679
|
|
|
3634
3680
|
.toggle-switch {
|