@pelcro/react-pelcro-js 4.0.0-alpha.7 → 4.0.0-alpha.9
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 +4489 -1197
- package/dist/index.esm.js +4491 -1199
- package/dist/pelcro.css +172 -312
- package/package.json +2 -2
package/dist/pelcro.css
CHANGED
|
@@ -737,7 +737,7 @@ Add the correct display in Chrome and Safari.
|
|
|
737
737
|
position: absolute;
|
|
738
738
|
top: 0px;
|
|
739
739
|
display: flex;
|
|
740
|
-
max-width:
|
|
740
|
+
max-width: 36rem;
|
|
741
741
|
flex-direction: column;
|
|
742
742
|
align-items: center;
|
|
743
743
|
overflow: hidden;
|
|
@@ -759,13 +759,13 @@ Add the correct display in Chrome and Safari.
|
|
|
759
759
|
.pelcro-root .pelcro-modal-header {
|
|
760
760
|
position: relative;
|
|
761
761
|
display: flex;
|
|
762
|
-
min-height:
|
|
762
|
+
min-height: 3rem;
|
|
763
763
|
flex-direction: column;
|
|
764
764
|
border-bottom-width: 2px;
|
|
765
765
|
--tw-bg-opacity: 1;
|
|
766
766
|
background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
|
|
767
|
-
padding-left:
|
|
768
|
-
padding-right:
|
|
767
|
+
padding-left: 1.5rem;
|
|
768
|
+
padding-right: 1.5rem;
|
|
769
769
|
padding-top: 0.75rem;
|
|
770
770
|
padding-bottom: 0.75rem;
|
|
771
771
|
border-bottom-width: 1px;
|
|
@@ -821,16 +821,16 @@ Add the correct display in Chrome and Safari.
|
|
|
821
821
|
.pelcro-root .pelcro-modal-body {
|
|
822
822
|
--tw-bg-opacity: 1;
|
|
823
823
|
background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
|
|
824
|
-
padding-left:
|
|
825
|
-
padding-right:
|
|
826
|
-
padding-top:
|
|
827
|
-
padding-bottom:
|
|
824
|
+
padding-left: 0.5rem;
|
|
825
|
+
padding-right: 0.5rem;
|
|
826
|
+
padding-top: 0.5rem;
|
|
827
|
+
padding-bottom: 0.5rem;
|
|
828
828
|
}
|
|
829
829
|
|
|
830
830
|
@media (min-width: 768px) {
|
|
831
831
|
.pelcro-root .pelcro-modal-body {
|
|
832
|
-
padding-left:
|
|
833
|
-
padding-right:
|
|
832
|
+
padding-left: 2rem;
|
|
833
|
+
padding-right: 2rem;
|
|
834
834
|
}
|
|
835
835
|
}
|
|
836
836
|
|
|
@@ -1636,6 +1636,10 @@ Add the correct display in Chrome and Safari.
|
|
|
1636
1636
|
color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), calc(var(--plc-primary-lightness) + 10%));
|
|
1637
1637
|
}
|
|
1638
1638
|
|
|
1639
|
+
.pelcro-root .pelcro-product {
|
|
1640
|
+
display: flex !important;
|
|
1641
|
+
}
|
|
1642
|
+
|
|
1639
1643
|
.pelcro-root .pelcro-select-plan-radio {
|
|
1640
1644
|
margin-top: 0.4rem;
|
|
1641
1645
|
}
|
|
@@ -1650,13 +1654,29 @@ Add the correct display in Chrome and Safari.
|
|
|
1650
1654
|
background-color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), calc(var(--plc-primary-lightness) - 30%));
|
|
1651
1655
|
}
|
|
1652
1656
|
|
|
1657
|
+
/* Firefox */
|
|
1658
|
+
|
|
1659
|
+
.pelcro-root .productTabs .tabs {
|
|
1660
|
+
padding-bottom: 5px;
|
|
1661
|
+
scrollbar-width: thin;
|
|
1662
|
+
scrollbar-color: grey;
|
|
1663
|
+
}
|
|
1664
|
+
|
|
1665
|
+
/* Chrome, Edge, and Safari */
|
|
1666
|
+
|
|
1653
1667
|
.pelcro-root .productTabs .tabs::-webkit-scrollbar {
|
|
1654
|
-
|
|
1668
|
+
width: 15px;
|
|
1669
|
+
height: 5px;
|
|
1655
1670
|
}
|
|
1656
1671
|
|
|
1657
|
-
.pelcro-root .productTabs .tabs {
|
|
1658
|
-
|
|
1659
|
-
|
|
1672
|
+
.pelcro-root .productTabs .tabs::-webkit-scrollbar-track {
|
|
1673
|
+
background: lightGrey;
|
|
1674
|
+
border-radius: 5px;
|
|
1675
|
+
}
|
|
1676
|
+
|
|
1677
|
+
.pelcro-root .productTabs .tabs::-webkit-scrollbar-thumb {
|
|
1678
|
+
background-color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), var(--plc-primary-lightness));
|
|
1679
|
+
border-radius: 14px;
|
|
1660
1680
|
}
|
|
1661
1681
|
|
|
1662
1682
|
.pelcro-root .productTabs .tabs li:first-child {
|
|
@@ -1693,112 +1713,129 @@ Add the correct display in Chrome and Safari.
|
|
|
1693
1713
|
|
|
1694
1714
|
/* used by multiple input sub-components */
|
|
1695
1715
|
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1716
|
+
/* Slider */
|
|
1717
|
+
|
|
1718
|
+
.pelcro-root .slick-slider {
|
|
1719
|
+
position: relative;
|
|
1720
|
+
display: block;
|
|
1721
|
+
box-sizing: border-box;
|
|
1722
|
+
-webkit-user-select: none;
|
|
1723
|
+
user-select: none;
|
|
1724
|
+
touch-action: pan-y;
|
|
1699
1725
|
}
|
|
1700
1726
|
|
|
1701
|
-
.pelcro-root .
|
|
1702
|
-
|
|
1727
|
+
.pelcro-root .slick-list {
|
|
1728
|
+
position: relative;
|
|
1729
|
+
display: block;
|
|
1730
|
+
overflow: hidden;
|
|
1731
|
+
padding: 0;
|
|
1732
|
+
margin: 0 -10px;
|
|
1703
1733
|
}
|
|
1704
1734
|
|
|
1705
|
-
.pelcro-root .
|
|
1706
|
-
|
|
1707
|
-
height: auto;
|
|
1735
|
+
.pelcro-root .slick-list:focus {
|
|
1736
|
+
outline: none;
|
|
1708
1737
|
}
|
|
1709
1738
|
|
|
1710
|
-
.pelcro-root .
|
|
1711
|
-
|
|
1712
|
-
position: absolute;
|
|
1713
|
-
top: 50%;
|
|
1714
|
-
transform: translateY(-50%);
|
|
1715
|
-
width: auto;
|
|
1739
|
+
.pelcro-root .slick-list.dragging {
|
|
1740
|
+
cursor: pointer;
|
|
1716
1741
|
}
|
|
1717
1742
|
|
|
1718
|
-
.pelcro-root .
|
|
1719
|
-
|
|
1743
|
+
.pelcro-root .slick-slider .slick-track,
|
|
1744
|
+
.pelcro-root .slick-slider .slick-list {
|
|
1745
|
+
transform: translate3d(0, 0, 0);
|
|
1720
1746
|
}
|
|
1721
1747
|
|
|
1722
|
-
.pelcro-root .
|
|
1748
|
+
.pelcro-root .slick-track {
|
|
1749
|
+
position: relative;
|
|
1750
|
+
top: 0;
|
|
1723
1751
|
left: 0;
|
|
1752
|
+
display: flex;
|
|
1753
|
+
align-items: stretch;
|
|
1724
1754
|
}
|
|
1725
1755
|
|
|
1726
|
-
.pelcro-root .
|
|
1727
|
-
.pelcro-root .
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
border-radius: 999999px;
|
|
1731
|
-
display: inline-flex;
|
|
1732
|
-
align-items: center;
|
|
1733
|
-
justify-content: center;
|
|
1734
|
-
background-color: black;
|
|
1735
|
-
color: white;
|
|
1756
|
+
.pelcro-root .slick-track:before,
|
|
1757
|
+
.pelcro-root .slick-track:after {
|
|
1758
|
+
display: table;
|
|
1759
|
+
content: "";
|
|
1736
1760
|
}
|
|
1737
1761
|
|
|
1738
|
-
.pelcro-root .
|
|
1739
|
-
|
|
1762
|
+
.pelcro-root .slick-track:after {
|
|
1763
|
+
clear: both;
|
|
1740
1764
|
}
|
|
1741
1765
|
|
|
1742
|
-
.pelcro-root .
|
|
1743
|
-
|
|
1766
|
+
.pelcro-root .slick-loading .slick-track {
|
|
1767
|
+
visibility: hidden;
|
|
1744
1768
|
}
|
|
1745
1769
|
|
|
1746
|
-
.pelcro-root .
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
display: inline-flex;
|
|
1752
|
-
align-items: center;
|
|
1753
|
-
justify-content: center;
|
|
1770
|
+
.pelcro-root .slick-slide {
|
|
1771
|
+
display: flex;
|
|
1772
|
+
align-self: stretch;
|
|
1773
|
+
height: unset;
|
|
1774
|
+
margin: 0 10px;
|
|
1754
1775
|
}
|
|
1755
1776
|
|
|
1756
|
-
.pelcro-root .
|
|
1757
|
-
|
|
1758
|
-
|
|
1777
|
+
.pelcro-root .slick-slide > div {
|
|
1778
|
+
display: flex;
|
|
1779
|
+
align-self: stretch;
|
|
1780
|
+
width: 100%;
|
|
1781
|
+
height: 100%;
|
|
1759
1782
|
}
|
|
1760
1783
|
|
|
1761
|
-
.pelcro-root .
|
|
1762
|
-
|
|
1763
|
-
display: flex;
|
|
1764
|
-
align-items: center;
|
|
1765
|
-
justify-content: center;
|
|
1784
|
+
.pelcro-root .slick-slide img {
|
|
1785
|
+
display: block;
|
|
1766
1786
|
}
|
|
1767
1787
|
|
|
1768
|
-
.pelcro-root .
|
|
1769
|
-
|
|
1770
|
-
height: 0.75rem;
|
|
1771
|
-
background-color: #d1d5db;
|
|
1788
|
+
.pelcro-root .slick-slide.slick-loading img {
|
|
1789
|
+
display: none;
|
|
1772
1790
|
}
|
|
1773
1791
|
|
|
1774
|
-
.pelcro-root
|
|
1775
|
-
|
|
1776
|
-
margin-right: 0.5rem;
|
|
1792
|
+
.pelcro-root .slick-slide.dragging img {
|
|
1793
|
+
pointer-events: none;
|
|
1777
1794
|
}
|
|
1778
1795
|
|
|
1779
|
-
.pelcro-root .
|
|
1780
|
-
|
|
1781
|
-
background-color: black;
|
|
1796
|
+
.pelcro-root .slick-initialized .slick-slide {
|
|
1797
|
+
display: block;
|
|
1782
1798
|
}
|
|
1783
1799
|
|
|
1784
|
-
.pelcro-root .
|
|
1785
|
-
|
|
1800
|
+
.pelcro-root .slick-loading .slick-slide {
|
|
1801
|
+
visibility: hidden;
|
|
1786
1802
|
}
|
|
1787
1803
|
|
|
1788
|
-
.pelcro-root .
|
|
1789
|
-
|
|
1804
|
+
.pelcro-root .slick-vertical .slick-slide {
|
|
1805
|
+
display: block;
|
|
1806
|
+
height: auto;
|
|
1807
|
+
border: 1px solid transparent;
|
|
1790
1808
|
}
|
|
1791
1809
|
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
display: none;
|
|
1796
|
-
}
|
|
1810
|
+
.pelcro-root .slick-arrow.slick-hidden {
|
|
1811
|
+
display: none;
|
|
1812
|
+
}
|
|
1797
1813
|
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1814
|
+
.pelcro-root .slick-disabled {
|
|
1815
|
+
display: none !important;
|
|
1816
|
+
}
|
|
1817
|
+
|
|
1818
|
+
.pelcro-root .slick-dots {
|
|
1819
|
+
margin-top: 20px;
|
|
1820
|
+
display: flex !important;
|
|
1821
|
+
align-items: center;
|
|
1822
|
+
justify-content: center;
|
|
1823
|
+
}
|
|
1824
|
+
|
|
1825
|
+
.pelcro-root .slick-dots li {
|
|
1826
|
+
padding: 2px;
|
|
1827
|
+
border: solid 1px transparent;
|
|
1828
|
+
border-radius: 9999999px;
|
|
1829
|
+
width: 20px;
|
|
1830
|
+
height: 20px;
|
|
1831
|
+
display: flex;
|
|
1832
|
+
align-items: center;
|
|
1833
|
+
justify-content: center;
|
|
1834
|
+
line-height: 1;
|
|
1835
|
+
}
|
|
1836
|
+
|
|
1837
|
+
.pelcro-root .slick-dots li.slick-active {
|
|
1838
|
+
border-color: grey;
|
|
1802
1839
|
}
|
|
1803
1840
|
|
|
1804
1841
|
/*
|
|
@@ -1953,6 +1990,10 @@ in order to scope selectors under pelcro-root
|
|
|
1953
1990
|
right: 2.5rem;
|
|
1954
1991
|
}
|
|
1955
1992
|
|
|
1993
|
+
.pelcro-root .plc--right-16 {
|
|
1994
|
+
right: -4rem;
|
|
1995
|
+
}
|
|
1996
|
+
|
|
1956
1997
|
.pelcro-root .plc-bottom-0 {
|
|
1957
1998
|
bottom: 0px;
|
|
1958
1999
|
}
|
|
@@ -1969,6 +2010,10 @@ in order to scope selectors under pelcro-root
|
|
|
1969
2010
|
left: 1.25rem;
|
|
1970
2011
|
}
|
|
1971
2012
|
|
|
2013
|
+
.pelcro-root .plc--left-16 {
|
|
2014
|
+
left: -4rem;
|
|
2015
|
+
}
|
|
2016
|
+
|
|
1972
2017
|
.pelcro-root .plc-z-max {
|
|
1973
2018
|
z-index: 999999;
|
|
1974
2019
|
}
|
|
@@ -2151,6 +2196,10 @@ in order to scope selectors under pelcro-root
|
|
|
2151
2196
|
display: none;
|
|
2152
2197
|
}
|
|
2153
2198
|
|
|
2199
|
+
.pelcro-root .plc-h-3 {
|
|
2200
|
+
height: 0.75rem;
|
|
2201
|
+
}
|
|
2202
|
+
|
|
2154
2203
|
.pelcro-root .plc-h-4 {
|
|
2155
2204
|
height: 1rem;
|
|
2156
2205
|
}
|
|
@@ -2179,6 +2228,10 @@ in order to scope selectors under pelcro-root
|
|
|
2179
2228
|
height: 2.5rem;
|
|
2180
2229
|
}
|
|
2181
2230
|
|
|
2231
|
+
.pelcro-root .plc-h-11 {
|
|
2232
|
+
height: 2.75rem;
|
|
2233
|
+
}
|
|
2234
|
+
|
|
2182
2235
|
.pelcro-root .plc-h-12 {
|
|
2183
2236
|
height: 3rem;
|
|
2184
2237
|
}
|
|
@@ -2263,6 +2316,10 @@ in order to scope selectors under pelcro-root
|
|
|
2263
2316
|
width: 2.5rem;
|
|
2264
2317
|
}
|
|
2265
2318
|
|
|
2319
|
+
.pelcro-root .plc-w-11 {
|
|
2320
|
+
width: 2.75rem;
|
|
2321
|
+
}
|
|
2322
|
+
|
|
2266
2323
|
.pelcro-root .plc-w-12 {
|
|
2267
2324
|
width: 3rem;
|
|
2268
2325
|
}
|
|
@@ -2347,12 +2404,12 @@ in order to scope selectors under pelcro-root
|
|
|
2347
2404
|
max-width: 50%;
|
|
2348
2405
|
}
|
|
2349
2406
|
|
|
2350
|
-
.pelcro-root .plc-max-w-
|
|
2351
|
-
max-width:
|
|
2407
|
+
.pelcro-root .plc-max-w-70\% {
|
|
2408
|
+
max-width: 70%;
|
|
2352
2409
|
}
|
|
2353
2410
|
|
|
2354
|
-
.pelcro-root .plc-max-w-
|
|
2355
|
-
max-width:
|
|
2411
|
+
.pelcro-root .plc-max-w-80\% {
|
|
2412
|
+
max-width: 80%;
|
|
2356
2413
|
}
|
|
2357
2414
|
|
|
2358
2415
|
.pelcro-root .plc-flex-1 {
|
|
@@ -2720,6 +2777,10 @@ in order to scope selectors under pelcro-root
|
|
|
2720
2777
|
border-color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), calc(var(--plc-primary-lightness) - 30%));
|
|
2721
2778
|
}
|
|
2722
2779
|
|
|
2780
|
+
.pelcro-root .plc-border-primary {
|
|
2781
|
+
border-color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), var(--plc-primary-lightness));
|
|
2782
|
+
}
|
|
2783
|
+
|
|
2723
2784
|
.pelcro-root .plc-border-white {
|
|
2724
2785
|
--tw-border-opacity: 1;
|
|
2725
2786
|
border-color: rgba(255, 255, 255, var(--tw-border-opacity));
|
|
@@ -2769,6 +2830,10 @@ in order to scope selectors under pelcro-root
|
|
|
2769
2830
|
background-color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), calc(var(--plc-primary-lightness) - 30%));
|
|
2770
2831
|
}
|
|
2771
2832
|
|
|
2833
|
+
.pelcro-root .plc-bg-primary {
|
|
2834
|
+
background-color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), var(--plc-primary-lightness));
|
|
2835
|
+
}
|
|
2836
|
+
|
|
2772
2837
|
.pelcro-root .plc-bg-white {
|
|
2773
2838
|
--tw-bg-opacity: 1;
|
|
2774
2839
|
background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
|
|
@@ -2970,6 +3035,11 @@ in order to scope selectors under pelcro-root
|
|
|
2970
3035
|
padding-right: 2rem;
|
|
2971
3036
|
}
|
|
2972
3037
|
|
|
3038
|
+
.pelcro-root .plc-px-16 {
|
|
3039
|
+
padding-left: 4rem;
|
|
3040
|
+
padding-right: 4rem;
|
|
3041
|
+
}
|
|
3042
|
+
|
|
2973
3043
|
.pelcro-root .plc-py-1 {
|
|
2974
3044
|
padding-top: 0.25rem;
|
|
2975
3045
|
padding-bottom: 0.25rem;
|
|
@@ -3237,6 +3307,10 @@ in order to scope selectors under pelcro-root
|
|
|
3237
3307
|
color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), var(--plc-primary-lightness));
|
|
3238
3308
|
}
|
|
3239
3309
|
|
|
3310
|
+
.pelcro-root .hover\:plc-text-primary:hover {
|
|
3311
|
+
color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), var(--plc-primary-lightness));
|
|
3312
|
+
}
|
|
3313
|
+
|
|
3240
3314
|
.pelcro-root .hover\:plc-text-black:hover {
|
|
3241
3315
|
--tw-text-opacity: 1;
|
|
3242
3316
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
@@ -3270,6 +3344,10 @@ in order to scope selectors under pelcro-root
|
|
|
3270
3344
|
text-decoration: none;
|
|
3271
3345
|
}
|
|
3272
3346
|
|
|
3347
|
+
.pelcro-root .hover\:plc-opacity-30:hover {
|
|
3348
|
+
opacity: 0.3;
|
|
3349
|
+
}
|
|
3350
|
+
|
|
3273
3351
|
*, ::before, ::after {
|
|
3274
3352
|
--tw-shadow: 0 0 #0000;
|
|
3275
3353
|
}
|
|
@@ -3395,6 +3473,12 @@ in order to scope selectors under pelcro-root
|
|
|
3395
3473
|
--tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
|
|
3396
3474
|
}
|
|
3397
3475
|
|
|
3476
|
+
.pelcro-root .plc-transition-all {
|
|
3477
|
+
transition-property: all;
|
|
3478
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
3479
|
+
transition-duration: 150ms;
|
|
3480
|
+
}
|
|
3481
|
+
|
|
3398
3482
|
.pelcro-root .plc-transition {
|
|
3399
3483
|
transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
|
|
3400
3484
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
@@ -3515,230 +3599,6 @@ in order to scope selectors under pelcro-root
|
|
|
3515
3599
|
|
|
3516
3600
|
/* purgecss start ignore */
|
|
3517
3601
|
|
|
3518
|
-
.alice-carousel .animated {
|
|
3519
|
-
animation-fill-mode: both;
|
|
3520
|
-
}
|
|
3521
|
-
|
|
3522
|
-
.alice-carousel .animated-out {
|
|
3523
|
-
z-index: 1;
|
|
3524
|
-
}
|
|
3525
|
-
|
|
3526
|
-
.alice-carousel .fadeOut {
|
|
3527
|
-
animation-name: fadeOut;
|
|
3528
|
-
}
|
|
3529
|
-
|
|
3530
|
-
@keyframes fadeOut {
|
|
3531
|
-
0% {
|
|
3532
|
-
opacity: 1;
|
|
3533
|
-
}
|
|
3534
|
-
|
|
3535
|
-
100% {
|
|
3536
|
-
opacity: 0;
|
|
3537
|
-
visibility: hidden;
|
|
3538
|
-
}
|
|
3539
|
-
}
|
|
3540
|
-
|
|
3541
|
-
.alice-carousel {
|
|
3542
|
-
position: relative;
|
|
3543
|
-
width: 100%;
|
|
3544
|
-
margin: auto;
|
|
3545
|
-
direction: ltr;
|
|
3546
|
-
}
|
|
3547
|
-
|
|
3548
|
-
.alice-carousel__wrapper {
|
|
3549
|
-
position: relative;
|
|
3550
|
-
overflow-x: hidden;
|
|
3551
|
-
overflow-y: hidden;
|
|
3552
|
-
box-sizing: border-box;
|
|
3553
|
-
width: 100%;
|
|
3554
|
-
height: auto;
|
|
3555
|
-
}
|
|
3556
|
-
|
|
3557
|
-
.alice-carousel__stage {
|
|
3558
|
-
position: relative;
|
|
3559
|
-
box-sizing: border-box;
|
|
3560
|
-
width: 100%;
|
|
3561
|
-
height: 100%;
|
|
3562
|
-
margin: 0;
|
|
3563
|
-
padding: 0;
|
|
3564
|
-
white-space: nowrap;
|
|
3565
|
-
transform-style: flat;
|
|
3566
|
-
-webkit-transform-style: flat;
|
|
3567
|
-
backface-visibility: hidden;
|
|
3568
|
-
-webkit-backface-visibility: hidden;
|
|
3569
|
-
}
|
|
3570
|
-
|
|
3571
|
-
.alice-carousel__stage-item {
|
|
3572
|
-
position: relative;
|
|
3573
|
-
display: inline-block;
|
|
3574
|
-
padding: 0;
|
|
3575
|
-
margin: 0;
|
|
3576
|
-
box-sizing: border-box;
|
|
3577
|
-
width: 100%;
|
|
3578
|
-
height: 100%;
|
|
3579
|
-
vertical-align: top;
|
|
3580
|
-
white-space: normal;
|
|
3581
|
-
line-height: 0;
|
|
3582
|
-
}
|
|
3583
|
-
|
|
3584
|
-
.alice-carousel__stage-item * {
|
|
3585
|
-
line-height: initial;
|
|
3586
|
-
}
|
|
3587
|
-
|
|
3588
|
-
.alice-carousel__stage-item.__hidden {
|
|
3589
|
-
opacity: 0;
|
|
3590
|
-
overflow: hidden;
|
|
3591
|
-
}
|
|
3592
|
-
|
|
3593
|
-
.alice-carousel__prev-btn,
|
|
3594
|
-
.alice-carousel__next-btn {
|
|
3595
|
-
display: inline-block;
|
|
3596
|
-
box-sizing: border-box;
|
|
3597
|
-
width: 50%;
|
|
3598
|
-
padding: 10px 5px;
|
|
3599
|
-
}
|
|
3600
|
-
|
|
3601
|
-
.alice-carousel__prev-btn [data-area]::after,
|
|
3602
|
-
.alice-carousel__next-btn [data-area]::after {
|
|
3603
|
-
position: relative;
|
|
3604
|
-
content: attr(data-area);
|
|
3605
|
-
text-transform: capitalize;
|
|
3606
|
-
}
|
|
3607
|
-
|
|
3608
|
-
.alice-carousel__prev-btn {
|
|
3609
|
-
text-align: right;
|
|
3610
|
-
}
|
|
3611
|
-
|
|
3612
|
-
.alice-carousel__prev-btn-item,
|
|
3613
|
-
.alice-carousel__next-btn-item {
|
|
3614
|
-
display: inline-block;
|
|
3615
|
-
cursor: pointer;
|
|
3616
|
-
padding: 5px;
|
|
3617
|
-
margin: 0;
|
|
3618
|
-
color: #465798;
|
|
3619
|
-
}
|
|
3620
|
-
|
|
3621
|
-
.alice-carousel__prev-btn-item:hover,
|
|
3622
|
-
.alice-carousel__next-btn-item:hover {
|
|
3623
|
-
color: darkred;
|
|
3624
|
-
}
|
|
3625
|
-
|
|
3626
|
-
.alice-carousel__prev-btn-item.__inactive,
|
|
3627
|
-
.alice-carousel__next-btn-item.__inactive {
|
|
3628
|
-
opacity: 0.4;
|
|
3629
|
-
pointer-events: none;
|
|
3630
|
-
}
|
|
3631
|
-
|
|
3632
|
-
.alice-carousel__play-btn {
|
|
3633
|
-
position: absolute;
|
|
3634
|
-
top: 30px;
|
|
3635
|
-
left: 20px;
|
|
3636
|
-
display: inline-block;
|
|
3637
|
-
}
|
|
3638
|
-
|
|
3639
|
-
.alice-carousel__play-btn:hover {
|
|
3640
|
-
cursor: pointer;
|
|
3641
|
-
}
|
|
3642
|
-
|
|
3643
|
-
.alice-carousel__play-btn-wrapper {
|
|
3644
|
-
position: relative;
|
|
3645
|
-
width: 32px;
|
|
3646
|
-
height: 32px;
|
|
3647
|
-
padding: 10px;
|
|
3648
|
-
border-radius: 50%;
|
|
3649
|
-
background-color: #fff;
|
|
3650
|
-
}
|
|
3651
|
-
|
|
3652
|
-
.alice-carousel__play-btn-item {
|
|
3653
|
-
position: absolute;
|
|
3654
|
-
width: 32px;
|
|
3655
|
-
height: 32px;
|
|
3656
|
-
cursor: pointer;
|
|
3657
|
-
border: 0;
|
|
3658
|
-
outline: none;
|
|
3659
|
-
background: transparent;
|
|
3660
|
-
}
|
|
3661
|
-
|
|
3662
|
-
.alice-carousel__play-btn-item::before, .alice-carousel__play-btn-item::after {
|
|
3663
|
-
position: absolute;
|
|
3664
|
-
pointer-events: none;
|
|
3665
|
-
display: block;
|
|
3666
|
-
width: 0;
|
|
3667
|
-
height: 0;
|
|
3668
|
-
content: "";
|
|
3669
|
-
transition: all 0.4s linear;
|
|
3670
|
-
border-width: 8px 0 8px 15px;
|
|
3671
|
-
border-style: solid;
|
|
3672
|
-
border-color: transparent;
|
|
3673
|
-
border-left-color: #465798;
|
|
3674
|
-
}
|
|
3675
|
-
|
|
3676
|
-
.alice-carousel__play-btn-item::before {
|
|
3677
|
-
left: 5px;
|
|
3678
|
-
height: 14px;
|
|
3679
|
-
}
|
|
3680
|
-
|
|
3681
|
-
.alice-carousel__play-btn-item::after {
|
|
3682
|
-
top: 7px;
|
|
3683
|
-
left: 18px;
|
|
3684
|
-
}
|
|
3685
|
-
|
|
3686
|
-
.alice-carousel__play-btn-item.__pause::before, .alice-carousel__play-btn-item.__pause::after {
|
|
3687
|
-
height: 30px;
|
|
3688
|
-
border-width: 0 0 0 10px;
|
|
3689
|
-
}
|
|
3690
|
-
|
|
3691
|
-
.alice-carousel__play-btn-item.__pause::after {
|
|
3692
|
-
top: 0;
|
|
3693
|
-
left: 18px;
|
|
3694
|
-
}
|
|
3695
|
-
|
|
3696
|
-
.alice-carousel__dots {
|
|
3697
|
-
margin: 30px 3px 5px;
|
|
3698
|
-
padding: 0;
|
|
3699
|
-
list-style: none;
|
|
3700
|
-
text-align: center;
|
|
3701
|
-
}
|
|
3702
|
-
|
|
3703
|
-
.alice-carousel__dots > li {
|
|
3704
|
-
display: inline-block;
|
|
3705
|
-
}
|
|
3706
|
-
|
|
3707
|
-
.alice-carousel__dots-item:not(.__custom) {
|
|
3708
|
-
width: 8px;
|
|
3709
|
-
height: 8px;
|
|
3710
|
-
cursor: pointer;
|
|
3711
|
-
border-radius: 50%;
|
|
3712
|
-
background-color: #e0e4fb;
|
|
3713
|
-
}
|
|
3714
|
-
|
|
3715
|
-
.alice-carousel__dots-item:not(.__custom):not(:last-child) {
|
|
3716
|
-
margin-right: 20px;
|
|
3717
|
-
}
|
|
3718
|
-
|
|
3719
|
-
.alice-carousel__dots-item:not(.__custom):hover, .alice-carousel__dots-item:not(.__custom).__active {
|
|
3720
|
-
background-color: #6e7ebc;
|
|
3721
|
-
}
|
|
3722
|
-
|
|
3723
|
-
.alice-carousel__slide-info {
|
|
3724
|
-
position: absolute;
|
|
3725
|
-
top: 20px;
|
|
3726
|
-
right: 20px;
|
|
3727
|
-
display: inline-block;
|
|
3728
|
-
padding: 5px 10px;
|
|
3729
|
-
color: #465798;
|
|
3730
|
-
border-radius: 5px;
|
|
3731
|
-
background-color: rgba(224, 228, 251, 0.6);
|
|
3732
|
-
}
|
|
3733
|
-
|
|
3734
|
-
.alice-carousel__slide-info-item {
|
|
3735
|
-
vertical-align: middle;
|
|
3736
|
-
line-height: 0;
|
|
3737
|
-
}
|
|
3738
|
-
|
|
3739
|
-
/* purgecss end ignore */
|
|
3740
|
-
/* purgecss start ignore */
|
|
3741
|
-
|
|
3742
3602
|
.toggle-switch {
|
|
3743
3603
|
position: relative;
|
|
3744
3604
|
display: inline-block;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pelcro/react-pelcro-js",
|
|
3
3
|
"description": "Pelcro's React UI Elements",
|
|
4
|
-
"version": "4.0.0-alpha.
|
|
4
|
+
"version": "4.0.0-alpha.9",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"private": false,
|
|
7
7
|
"main": "dist/index.cjs.js",
|
|
@@ -104,13 +104,13 @@
|
|
|
104
104
|
"@headlessui/react": "^0.3.0",
|
|
105
105
|
"@stripe/stripe-js": "^1.21.1",
|
|
106
106
|
"i18next": "^19.1.0",
|
|
107
|
-
"react-alice-carousel": "^2.6.4",
|
|
108
107
|
"react-easy-crop": "^3.3.2",
|
|
109
108
|
"react-facebook-login": "^4.1.1",
|
|
110
109
|
"react-google-login": "^5.2.2",
|
|
111
110
|
"react-hot-toast": "^2.0.0",
|
|
112
111
|
"react-i18next": "^11.3.3",
|
|
113
112
|
"react-qr-code": "^2.0.7",
|
|
113
|
+
"react-slick": "^0.29.0",
|
|
114
114
|
"react-stripe-elements": "^6.1.2",
|
|
115
115
|
"use-reducer-with-side-effects": "^2.2.0",
|
|
116
116
|
"zustand": "^3.4.2"
|