@pelcro/react-pelcro-js 4.0.0-alpha.1 → 4.0.0-alpha.11
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 +10291 -6087
- package/dist/index.esm.js +10293 -6089
- package/dist/pelcro.css +229 -245
- package/package.json +3 -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
|
|
|
@@ -1498,6 +1498,10 @@ Add the correct display in Chrome and Safari.
|
|
|
1498
1498
|
width: 1px;
|
|
1499
1499
|
}
|
|
1500
1500
|
|
|
1501
|
+
.pelcro-root .pelcro-vertical-separator:first-child {
|
|
1502
|
+
display: none;
|
|
1503
|
+
}
|
|
1504
|
+
|
|
1501
1505
|
.pelcro-root .pelcro-shop-product-image {
|
|
1502
1506
|
max-width: 13rem;
|
|
1503
1507
|
}
|
|
@@ -1636,6 +1640,10 @@ Add the correct display in Chrome and Safari.
|
|
|
1636
1640
|
color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), calc(var(--plc-primary-lightness) + 10%));
|
|
1637
1641
|
}
|
|
1638
1642
|
|
|
1643
|
+
.pelcro-root .pelcro-product {
|
|
1644
|
+
display: flex !important;
|
|
1645
|
+
}
|
|
1646
|
+
|
|
1639
1647
|
.pelcro-root .pelcro-select-plan-radio {
|
|
1640
1648
|
margin-top: 0.4rem;
|
|
1641
1649
|
}
|
|
@@ -1650,13 +1658,29 @@ Add the correct display in Chrome and Safari.
|
|
|
1650
1658
|
background-color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), calc(var(--plc-primary-lightness) - 30%));
|
|
1651
1659
|
}
|
|
1652
1660
|
|
|
1661
|
+
/* Firefox */
|
|
1662
|
+
|
|
1663
|
+
.pelcro-root .productTabs .tabs {
|
|
1664
|
+
padding-bottom: 5px;
|
|
1665
|
+
scrollbar-width: thin;
|
|
1666
|
+
scrollbar-color: grey;
|
|
1667
|
+
}
|
|
1668
|
+
|
|
1669
|
+
/* Chrome, Edge, and Safari */
|
|
1670
|
+
|
|
1653
1671
|
.pelcro-root .productTabs .tabs::-webkit-scrollbar {
|
|
1654
|
-
|
|
1672
|
+
width: 15px;
|
|
1673
|
+
height: 5px;
|
|
1655
1674
|
}
|
|
1656
1675
|
|
|
1657
|
-
.pelcro-root .productTabs .tabs {
|
|
1658
|
-
|
|
1659
|
-
|
|
1676
|
+
.pelcro-root .productTabs .tabs::-webkit-scrollbar-track {
|
|
1677
|
+
background: lightGrey;
|
|
1678
|
+
border-radius: 5px;
|
|
1679
|
+
}
|
|
1680
|
+
|
|
1681
|
+
.pelcro-root .productTabs .tabs::-webkit-scrollbar-thumb {
|
|
1682
|
+
background-color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), var(--plc-primary-lightness));
|
|
1683
|
+
border-radius: 14px;
|
|
1660
1684
|
}
|
|
1661
1685
|
|
|
1662
1686
|
.pelcro-root .productTabs .tabs li:first-child {
|
|
@@ -1693,6 +1717,136 @@ Add the correct display in Chrome and Safari.
|
|
|
1693
1717
|
|
|
1694
1718
|
/* used by multiple input sub-components */
|
|
1695
1719
|
|
|
1720
|
+
/* Slider */
|
|
1721
|
+
|
|
1722
|
+
.pelcro-root .slick-slider {
|
|
1723
|
+
position: relative;
|
|
1724
|
+
display: block;
|
|
1725
|
+
box-sizing: border-box;
|
|
1726
|
+
-webkit-user-select: none;
|
|
1727
|
+
user-select: none;
|
|
1728
|
+
touch-action: pan-y;
|
|
1729
|
+
}
|
|
1730
|
+
|
|
1731
|
+
.pelcro-root .slick-list {
|
|
1732
|
+
position: relative;
|
|
1733
|
+
display: block;
|
|
1734
|
+
overflow: hidden;
|
|
1735
|
+
padding: 0;
|
|
1736
|
+
margin: 0 -10px;
|
|
1737
|
+
}
|
|
1738
|
+
|
|
1739
|
+
.pelcro-root .slick-list:focus {
|
|
1740
|
+
outline: none;
|
|
1741
|
+
}
|
|
1742
|
+
|
|
1743
|
+
.pelcro-root .slick-list.dragging {
|
|
1744
|
+
cursor: pointer;
|
|
1745
|
+
}
|
|
1746
|
+
|
|
1747
|
+
.pelcro-root .slick-slider .slick-track,
|
|
1748
|
+
.pelcro-root .slick-slider .slick-list {
|
|
1749
|
+
transform: translate3d(0, 0, 0);
|
|
1750
|
+
}
|
|
1751
|
+
|
|
1752
|
+
.pelcro-root .slick-track {
|
|
1753
|
+
position: relative;
|
|
1754
|
+
top: 0;
|
|
1755
|
+
left: 0;
|
|
1756
|
+
display: flex;
|
|
1757
|
+
align-items: stretch;
|
|
1758
|
+
}
|
|
1759
|
+
|
|
1760
|
+
.pelcro-root .slick-track:before,
|
|
1761
|
+
.pelcro-root .slick-track:after {
|
|
1762
|
+
display: table;
|
|
1763
|
+
content: "";
|
|
1764
|
+
}
|
|
1765
|
+
|
|
1766
|
+
.pelcro-root .slick-track:after {
|
|
1767
|
+
clear: both;
|
|
1768
|
+
}
|
|
1769
|
+
|
|
1770
|
+
.pelcro-root .slick-loading .slick-track {
|
|
1771
|
+
visibility: hidden;
|
|
1772
|
+
}
|
|
1773
|
+
|
|
1774
|
+
.pelcro-root .slick-slide {
|
|
1775
|
+
display: flex;
|
|
1776
|
+
align-self: stretch;
|
|
1777
|
+
height: unset;
|
|
1778
|
+
margin: 0 10px;
|
|
1779
|
+
}
|
|
1780
|
+
|
|
1781
|
+
.pelcro-root .slick-slide > div {
|
|
1782
|
+
display: flex;
|
|
1783
|
+
align-self: stretch;
|
|
1784
|
+
width: 100%;
|
|
1785
|
+
height: 100%;
|
|
1786
|
+
}
|
|
1787
|
+
|
|
1788
|
+
.pelcro-root .slick-slide img {
|
|
1789
|
+
display: block;
|
|
1790
|
+
}
|
|
1791
|
+
|
|
1792
|
+
.pelcro-root .slick-slide.slick-loading img {
|
|
1793
|
+
display: none;
|
|
1794
|
+
}
|
|
1795
|
+
|
|
1796
|
+
.pelcro-root .slick-slide.dragging img {
|
|
1797
|
+
pointer-events: none;
|
|
1798
|
+
}
|
|
1799
|
+
|
|
1800
|
+
.pelcro-root .slick-initialized .slick-slide {
|
|
1801
|
+
display: block;
|
|
1802
|
+
}
|
|
1803
|
+
|
|
1804
|
+
.pelcro-root .slick-loading .slick-slide {
|
|
1805
|
+
visibility: hidden;
|
|
1806
|
+
}
|
|
1807
|
+
|
|
1808
|
+
.pelcro-root .slick-vertical .slick-slide {
|
|
1809
|
+
display: block;
|
|
1810
|
+
height: auto;
|
|
1811
|
+
border: 1px solid transparent;
|
|
1812
|
+
}
|
|
1813
|
+
|
|
1814
|
+
.pelcro-root .slick-arrow.slick-hidden {
|
|
1815
|
+
display: none;
|
|
1816
|
+
}
|
|
1817
|
+
|
|
1818
|
+
.pelcro-root .slick-disabled {
|
|
1819
|
+
opacity: 0.5;
|
|
1820
|
+
cursor: not-allowed;
|
|
1821
|
+
}
|
|
1822
|
+
|
|
1823
|
+
.pelcro-root .slick-dots {
|
|
1824
|
+
margin-top: 20px;
|
|
1825
|
+
display: flex !important;
|
|
1826
|
+
align-items: center;
|
|
1827
|
+
justify-content: center;
|
|
1828
|
+
}
|
|
1829
|
+
|
|
1830
|
+
.pelcro-root .slick-dots li {
|
|
1831
|
+
padding: 2px;
|
|
1832
|
+
border: solid 1px transparent;
|
|
1833
|
+
border-radius: 9999999px;
|
|
1834
|
+
width: 20px;
|
|
1835
|
+
height: 20px;
|
|
1836
|
+
display: flex;
|
|
1837
|
+
align-items: center;
|
|
1838
|
+
justify-content: center;
|
|
1839
|
+
line-height: 1;
|
|
1840
|
+
}
|
|
1841
|
+
|
|
1842
|
+
.pelcro-root .slick-dots li.slick-active {
|
|
1843
|
+
border-color: grey;
|
|
1844
|
+
}
|
|
1845
|
+
|
|
1846
|
+
.pelcro-root .slick-arrow {
|
|
1847
|
+
outline: none !important;
|
|
1848
|
+
}
|
|
1849
|
+
|
|
1696
1850
|
/*
|
|
1697
1851
|
styling is copied from react-easy-crop/react-easy-crop.css
|
|
1698
1852
|
in order to scope selectors under pelcro-root
|
|
@@ -1845,6 +1999,10 @@ in order to scope selectors under pelcro-root
|
|
|
1845
1999
|
right: 2.5rem;
|
|
1846
2000
|
}
|
|
1847
2001
|
|
|
2002
|
+
.pelcro-root .plc--right-16 {
|
|
2003
|
+
right: -4rem;
|
|
2004
|
+
}
|
|
2005
|
+
|
|
1848
2006
|
.pelcro-root .plc-bottom-0 {
|
|
1849
2007
|
bottom: 0px;
|
|
1850
2008
|
}
|
|
@@ -1861,6 +2019,10 @@ in order to scope selectors under pelcro-root
|
|
|
1861
2019
|
left: 1.25rem;
|
|
1862
2020
|
}
|
|
1863
2021
|
|
|
2022
|
+
.pelcro-root .plc--left-16 {
|
|
2023
|
+
left: -4rem;
|
|
2024
|
+
}
|
|
2025
|
+
|
|
1864
2026
|
.pelcro-root .plc-z-max {
|
|
1865
2027
|
z-index: 999999;
|
|
1866
2028
|
}
|
|
@@ -2043,6 +2205,10 @@ in order to scope selectors under pelcro-root
|
|
|
2043
2205
|
display: none;
|
|
2044
2206
|
}
|
|
2045
2207
|
|
|
2208
|
+
.pelcro-root .plc-h-3 {
|
|
2209
|
+
height: 0.75rem;
|
|
2210
|
+
}
|
|
2211
|
+
|
|
2046
2212
|
.pelcro-root .plc-h-4 {
|
|
2047
2213
|
height: 1rem;
|
|
2048
2214
|
}
|
|
@@ -2071,6 +2237,10 @@ in order to scope selectors under pelcro-root
|
|
|
2071
2237
|
height: 2.5rem;
|
|
2072
2238
|
}
|
|
2073
2239
|
|
|
2240
|
+
.pelcro-root .plc-h-11 {
|
|
2241
|
+
height: 2.75rem;
|
|
2242
|
+
}
|
|
2243
|
+
|
|
2074
2244
|
.pelcro-root .plc-h-12 {
|
|
2075
2245
|
height: 3rem;
|
|
2076
2246
|
}
|
|
@@ -2155,6 +2325,10 @@ in order to scope selectors under pelcro-root
|
|
|
2155
2325
|
width: 2.5rem;
|
|
2156
2326
|
}
|
|
2157
2327
|
|
|
2328
|
+
.pelcro-root .plc-w-11 {
|
|
2329
|
+
width: 2.75rem;
|
|
2330
|
+
}
|
|
2331
|
+
|
|
2158
2332
|
.pelcro-root .plc-w-12 {
|
|
2159
2333
|
width: 3rem;
|
|
2160
2334
|
}
|
|
@@ -2243,8 +2417,8 @@ in order to scope selectors under pelcro-root
|
|
|
2243
2417
|
max-width: 80%;
|
|
2244
2418
|
}
|
|
2245
2419
|
|
|
2246
|
-
.pelcro-root .plc-max-w-
|
|
2247
|
-
max-width:
|
|
2420
|
+
.pelcro-root .plc-max-w-full {
|
|
2421
|
+
max-width: 100%;
|
|
2248
2422
|
}
|
|
2249
2423
|
|
|
2250
2424
|
.pelcro-root .plc-flex-1 {
|
|
@@ -2612,6 +2786,10 @@ in order to scope selectors under pelcro-root
|
|
|
2612
2786
|
border-color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), calc(var(--plc-primary-lightness) - 30%));
|
|
2613
2787
|
}
|
|
2614
2788
|
|
|
2789
|
+
.pelcro-root .plc-border-primary {
|
|
2790
|
+
border-color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), var(--plc-primary-lightness));
|
|
2791
|
+
}
|
|
2792
|
+
|
|
2615
2793
|
.pelcro-root .plc-border-white {
|
|
2616
2794
|
--tw-border-opacity: 1;
|
|
2617
2795
|
border-color: rgba(255, 255, 255, var(--tw-border-opacity));
|
|
@@ -2661,6 +2839,10 @@ in order to scope selectors under pelcro-root
|
|
|
2661
2839
|
background-color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), calc(var(--plc-primary-lightness) - 30%));
|
|
2662
2840
|
}
|
|
2663
2841
|
|
|
2842
|
+
.pelcro-root .plc-bg-primary {
|
|
2843
|
+
background-color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), var(--plc-primary-lightness));
|
|
2844
|
+
}
|
|
2845
|
+
|
|
2664
2846
|
.pelcro-root .plc-bg-white {
|
|
2665
2847
|
--tw-bg-opacity: 1;
|
|
2666
2848
|
background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
|
|
@@ -2823,10 +3005,6 @@ in order to scope selectors under pelcro-root
|
|
|
2823
3005
|
padding: 1.5rem;
|
|
2824
3006
|
}
|
|
2825
3007
|
|
|
2826
|
-
.pelcro-root .plc-p-8 {
|
|
2827
|
-
padding: 2rem;
|
|
2828
|
-
}
|
|
2829
|
-
|
|
2830
3008
|
.pelcro-root .plc-px-1 {
|
|
2831
3009
|
padding-left: 0.25rem;
|
|
2832
3010
|
padding-right: 0.25rem;
|
|
@@ -2857,9 +3035,9 @@ in order to scope selectors under pelcro-root
|
|
|
2857
3035
|
padding-right: 1.5rem;
|
|
2858
3036
|
}
|
|
2859
3037
|
|
|
2860
|
-
.pelcro-root .plc-px-
|
|
2861
|
-
padding-left:
|
|
2862
|
-
padding-right:
|
|
3038
|
+
.pelcro-root .plc-px-16 {
|
|
3039
|
+
padding-left: 4rem;
|
|
3040
|
+
padding-right: 4rem;
|
|
2863
3041
|
}
|
|
2864
3042
|
|
|
2865
3043
|
.pelcro-root .plc-py-1 {
|
|
@@ -3129,6 +3307,10 @@ in order to scope selectors under pelcro-root
|
|
|
3129
3307
|
color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), var(--plc-primary-lightness));
|
|
3130
3308
|
}
|
|
3131
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
|
+
|
|
3132
3314
|
.pelcro-root .hover\:plc-text-black:hover {
|
|
3133
3315
|
--tw-text-opacity: 1;
|
|
3134
3316
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
@@ -3162,6 +3344,10 @@ in order to scope selectors under pelcro-root
|
|
|
3162
3344
|
text-decoration: none;
|
|
3163
3345
|
}
|
|
3164
3346
|
|
|
3347
|
+
.pelcro-root .hover\:plc-opacity-30:hover {
|
|
3348
|
+
opacity: 0.3;
|
|
3349
|
+
}
|
|
3350
|
+
|
|
3165
3351
|
*, ::before, ::after {
|
|
3166
3352
|
--tw-shadow: 0 0 #0000;
|
|
3167
3353
|
}
|
|
@@ -3287,6 +3473,12 @@ in order to scope selectors under pelcro-root
|
|
|
3287
3473
|
--tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
|
|
3288
3474
|
}
|
|
3289
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
|
+
|
|
3290
3482
|
.pelcro-root .plc-transition {
|
|
3291
3483
|
transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
|
|
3292
3484
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
@@ -3356,6 +3548,10 @@ in order to scope selectors under pelcro-root
|
|
|
3356
3548
|
max-width: 28rem;
|
|
3357
3549
|
}
|
|
3358
3550
|
|
|
3551
|
+
.pelcro-root .sm\:plc-max-w-90\% {
|
|
3552
|
+
max-width: 90%;
|
|
3553
|
+
}
|
|
3554
|
+
|
|
3359
3555
|
.pelcro-root .sm\:plc-flex-row {
|
|
3360
3556
|
flex-direction: row;
|
|
3361
3557
|
}
|
|
@@ -3387,6 +3583,9 @@ in order to scope selectors under pelcro-root
|
|
|
3387
3583
|
}
|
|
3388
3584
|
|
|
3389
3585
|
@media (min-width: 768px) {
|
|
3586
|
+
.pelcro-root .md\:plc-max-w-70\% {
|
|
3587
|
+
max-width: 70%;
|
|
3588
|
+
}
|
|
3390
3589
|
}
|
|
3391
3590
|
|
|
3392
3591
|
@media (min-width: 1024px) {
|
|
@@ -3400,235 +3599,20 @@ in order to scope selectors under pelcro-root
|
|
|
3400
3599
|
}
|
|
3401
3600
|
|
|
3402
3601
|
@media (min-width: 1280px) {
|
|
3403
|
-
|
|
3404
|
-
|
|
3405
|
-
|
|
3406
|
-
}
|
|
3407
|
-
|
|
3408
|
-
/* purgecss start ignore */
|
|
3409
|
-
|
|
3410
|
-
.alice-carousel .animated {
|
|
3411
|
-
animation-fill-mode: both;
|
|
3412
|
-
}
|
|
3413
|
-
|
|
3414
|
-
.alice-carousel .animated-out {
|
|
3415
|
-
z-index: 1;
|
|
3416
|
-
}
|
|
3417
|
-
|
|
3418
|
-
.alice-carousel .fadeOut {
|
|
3419
|
-
animation-name: fadeOut;
|
|
3420
|
-
}
|
|
3421
|
-
|
|
3422
|
-
@keyframes fadeOut {
|
|
3423
|
-
0% {
|
|
3424
|
-
opacity: 1;
|
|
3602
|
+
.pelcro-root .xl\:plc-px-0 {
|
|
3603
|
+
padding-left: 0px;
|
|
3604
|
+
padding-right: 0px;
|
|
3425
3605
|
}
|
|
3426
3606
|
|
|
3427
|
-
|
|
3428
|
-
|
|
3429
|
-
|
|
3607
|
+
.pelcro-root .xl\:plc-px-16 {
|
|
3608
|
+
padding-left: 4rem;
|
|
3609
|
+
padding-right: 4rem;
|
|
3430
3610
|
}
|
|
3431
3611
|
}
|
|
3432
3612
|
|
|
3433
|
-
|
|
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
|
-
|
|
3480
|
-
.alice-carousel__stage-item.__hidden {
|
|
3481
|
-
opacity: 0;
|
|
3482
|
-
overflow: hidden;
|
|
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
|
-
}
|
|
3572
|
-
|
|
3573
|
-
.alice-carousel__play-btn-item::after {
|
|
3574
|
-
top: 7px;
|
|
3575
|
-
left: 18px;
|
|
3576
|
-
}
|
|
3577
|
-
|
|
3578
|
-
.alice-carousel__play-btn-item.__pause::before, .alice-carousel__play-btn-item.__pause::after {
|
|
3579
|
-
height: 30px;
|
|
3580
|
-
border-width: 0 0 0 10px;
|
|
3581
|
-
}
|
|
3582
|
-
|
|
3583
|
-
.alice-carousel__play-btn-item.__pause::after {
|
|
3584
|
-
top: 0;
|
|
3585
|
-
left: 18px;
|
|
3586
|
-
}
|
|
3587
|
-
|
|
3588
|
-
.alice-carousel__dots {
|
|
3589
|
-
margin: 30px 3px 5px;
|
|
3590
|
-
padding: 0;
|
|
3591
|
-
list-style: none;
|
|
3592
|
-
text-align: center;
|
|
3593
|
-
}
|
|
3594
|
-
|
|
3595
|
-
.alice-carousel__dots > li {
|
|
3596
|
-
display: inline-block;
|
|
3597
|
-
}
|
|
3598
|
-
|
|
3599
|
-
.alice-carousel__dots-item:not(.__custom) {
|
|
3600
|
-
width: 8px;
|
|
3601
|
-
height: 8px;
|
|
3602
|
-
cursor: pointer;
|
|
3603
|
-
border-radius: 50%;
|
|
3604
|
-
background-color: #e0e4fb;
|
|
3605
|
-
}
|
|
3606
|
-
|
|
3607
|
-
.alice-carousel__dots-item:not(.__custom):not(:last-child) {
|
|
3608
|
-
margin-right: 20px;
|
|
3609
|
-
}
|
|
3610
|
-
|
|
3611
|
-
.alice-carousel__dots-item:not(.__custom):hover, .alice-carousel__dots-item:not(.__custom).__active {
|
|
3612
|
-
background-color: #6e7ebc;
|
|
3613
|
-
}
|
|
3614
|
-
|
|
3615
|
-
.alice-carousel__slide-info {
|
|
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);
|
|
3624
|
-
}
|
|
3625
|
-
|
|
3626
|
-
.alice-carousel__slide-info-item {
|
|
3627
|
-
vertical-align: middle;
|
|
3628
|
-
line-height: 0;
|
|
3613
|
+
@media (min-width: 1536px) {
|
|
3629
3614
|
}
|
|
3630
3615
|
|
|
3631
|
-
/* purgecss end ignore */
|
|
3632
3616
|
/* purgecss start ignore */
|
|
3633
3617
|
|
|
3634
3618
|
.toggle-switch {
|
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.11",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"private": false,
|
|
7
7
|
"main": "dist/index.cjs.js",
|
|
@@ -80,6 +80,7 @@
|
|
|
80
80
|
"react": "^16.6.1",
|
|
81
81
|
"react-dom": "^16.6.1",
|
|
82
82
|
"react-ga": "^2.7.0",
|
|
83
|
+
"react-ga4": "^1.4.1",
|
|
83
84
|
"react-refresh": "^0.9.0",
|
|
84
85
|
"react-test-renderer": "^17.0.2",
|
|
85
86
|
"request": "^2.88.2",
|
|
@@ -103,13 +104,13 @@
|
|
|
103
104
|
"@headlessui/react": "^0.3.0",
|
|
104
105
|
"@stripe/stripe-js": "^1.21.1",
|
|
105
106
|
"i18next": "^19.1.0",
|
|
106
|
-
"react-alice-carousel": "^2.6.4",
|
|
107
107
|
"react-easy-crop": "^3.3.2",
|
|
108
108
|
"react-facebook-login": "^4.1.1",
|
|
109
109
|
"react-google-login": "^5.2.2",
|
|
110
110
|
"react-hot-toast": "^2.0.0",
|
|
111
111
|
"react-i18next": "^11.3.3",
|
|
112
112
|
"react-qr-code": "^2.0.7",
|
|
113
|
+
"react-slick": "^0.29.0",
|
|
113
114
|
"react-stripe-elements": "^6.1.2",
|
|
114
115
|
"use-reducer-with-side-effects": "^2.2.0",
|
|
115
116
|
"zustand": "^3.4.2"
|