@pelcro/react-pelcro-js 4.0.0-alpha.44 → 4.0.0-alpha.46
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/{510798e15108a39b.svg → 54860c53d60f5601.svg} +2 -2
- package/dist/index.cjs.js +445 -373
- package/dist/index.esm.js +445 -373
- package/dist/pelcro.css +240 -70
- package/package.json +1 -1
package/dist/pelcro.css
CHANGED
|
@@ -776,22 +776,23 @@ Add the correct display in Chrome and Safari.
|
|
|
776
776
|
.pelcro-root .pelcro-modal-header {
|
|
777
777
|
position: relative;
|
|
778
778
|
display: flex;
|
|
779
|
-
min-height:
|
|
779
|
+
min-height: 6rem;
|
|
780
780
|
flex-direction: column;
|
|
781
781
|
border-bottom-width: 2px;
|
|
782
|
+
border-color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), calc(var(--plc-primary-lightness) + 10%));
|
|
782
783
|
--tw-bg-opacity: 1;
|
|
783
784
|
background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
|
|
784
|
-
padding-left:
|
|
785
|
-
padding-right:
|
|
785
|
+
padding-left: 2.5rem;
|
|
786
|
+
padding-right: 2.5rem;
|
|
786
787
|
padding-top: 0.75rem;
|
|
787
788
|
padding-bottom: 0.75rem;
|
|
788
|
-
border-bottom-width:
|
|
789
|
+
border-bottom-width: 1.5px;
|
|
789
790
|
}
|
|
790
791
|
|
|
791
792
|
.pelcro-root .pelcro-modal-close {
|
|
792
793
|
position: absolute;
|
|
793
794
|
top: 50%;
|
|
794
|
-
right:
|
|
795
|
+
right: 1.5rem;
|
|
795
796
|
z-index: 999999;
|
|
796
797
|
width: 1.5rem;
|
|
797
798
|
--tw-translate-x: 0;
|
|
@@ -835,24 +836,18 @@ Add the correct display in Chrome and Safari.
|
|
|
835
836
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
836
837
|
}
|
|
837
838
|
|
|
838
|
-
@media (min-width: 640px){
|
|
839
|
-
.pelcro-root .pelcro-modal-close{
|
|
840
|
-
right: 1.25rem;
|
|
841
|
-
}
|
|
842
|
-
}
|
|
843
|
-
|
|
844
839
|
.pelcro-root .pelcro-modal-body {
|
|
845
840
|
--tw-bg-opacity: 1;
|
|
846
|
-
background-color: rgba(
|
|
847
|
-
padding-left:
|
|
848
|
-
padding-right:
|
|
849
|
-
padding-top:
|
|
841
|
+
background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
|
|
842
|
+
padding-left: 1rem;
|
|
843
|
+
padding-right: 1rem;
|
|
844
|
+
padding-top: 1.5rem;
|
|
850
845
|
}
|
|
851
846
|
|
|
852
847
|
@media (min-width: 768px){
|
|
853
848
|
.pelcro-root .pelcro-modal-body{
|
|
854
|
-
padding-left:
|
|
855
|
-
padding-right:
|
|
849
|
+
padding-left: 2.5rem;
|
|
850
|
+
padding-right: 2.5rem;
|
|
856
851
|
}
|
|
857
852
|
}
|
|
858
853
|
|
|
@@ -862,7 +857,7 @@ Add the correct display in Chrome and Safari.
|
|
|
862
857
|
align-items: center;
|
|
863
858
|
justify-content: center;
|
|
864
859
|
--tw-bg-opacity: 1;
|
|
865
|
-
background-color: rgba(
|
|
860
|
+
background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
|
|
866
861
|
padding-left: 1rem;
|
|
867
862
|
padding-right: 1rem;
|
|
868
863
|
padding-top: 2rem;
|
|
@@ -872,27 +867,40 @@ Add the correct display in Chrome and Safari.
|
|
|
872
867
|
}
|
|
873
868
|
|
|
874
869
|
.pelcro-root .pelcro-input-wrapper {
|
|
875
|
-
|
|
870
|
+
position: relative;
|
|
871
|
+
margin-bottom: 2rem;
|
|
876
872
|
width: 100%;
|
|
877
873
|
}
|
|
878
874
|
|
|
879
875
|
.pelcro-root .pelcro-input-label {
|
|
880
|
-
|
|
876
|
+
position: absolute;
|
|
877
|
+
top: -0.5rem;
|
|
878
|
+
left: 0.5rem;
|
|
881
879
|
display: inline-flex;
|
|
880
|
+
--tw-bg-opacity: 1;
|
|
881
|
+
background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
|
|
882
|
+
padding-left: 0.25rem;
|
|
883
|
+
padding-right: 0.25rem;
|
|
884
|
+
font-size: 0.75rem;
|
|
885
|
+
line-height: 1rem;
|
|
882
886
|
font-weight: 500;
|
|
883
887
|
--tw-text-opacity: 1;
|
|
884
|
-
color: rgba(
|
|
888
|
+
color: rgba(156, 163, 175, var(--tw-text-opacity));
|
|
889
|
+
transition-property: all;
|
|
890
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
891
|
+
transition-duration: 150ms;
|
|
885
892
|
}
|
|
886
893
|
|
|
887
894
|
.pelcro-root .pelcro-input-error {
|
|
888
895
|
position: absolute;
|
|
896
|
+
left: 0.75rem;
|
|
889
897
|
margin-top: 0.125rem;
|
|
890
898
|
height: auto;
|
|
891
|
-
font-size: 0.
|
|
892
|
-
line-height:
|
|
899
|
+
font-size: 0.75rem;
|
|
900
|
+
line-height: 1rem;
|
|
893
901
|
text-transform: none;
|
|
894
902
|
--tw-text-opacity: 1;
|
|
895
|
-
color: rgba(
|
|
903
|
+
color: rgba(209, 70, 65, var(--tw-text-opacity));
|
|
896
904
|
}
|
|
897
905
|
|
|
898
906
|
.pelcro-root .pelcro-input-invalid {
|
|
@@ -900,11 +908,11 @@ Add the correct display in Chrome and Safari.
|
|
|
900
908
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
901
909
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
902
910
|
--tw-ring-opacity: 1;
|
|
903
|
-
--tw-ring-color: rgba(
|
|
911
|
+
--tw-ring-color: rgba(219, 110, 106, var(--tw-ring-opacity));
|
|
904
912
|
}
|
|
905
913
|
|
|
906
914
|
.pelcro-root .pelcro-input-field {
|
|
907
|
-
min-height:
|
|
915
|
+
min-height: 1rem;
|
|
908
916
|
width: 100%;
|
|
909
917
|
}
|
|
910
918
|
|
|
@@ -921,7 +929,7 @@ Add the correct display in Chrome and Safari.
|
|
|
921
929
|
--tw-border-opacity: 1;
|
|
922
930
|
border-color: rgba(209, 213, 219, var(--tw-border-opacity));
|
|
923
931
|
--tw-bg-opacity: 1;
|
|
924
|
-
background-color: rgba(
|
|
932
|
+
background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
|
|
925
933
|
}
|
|
926
934
|
|
|
927
935
|
.pelcro-root .pelcro-input-field:disabled{
|
|
@@ -933,6 +941,13 @@ Add the correct display in Chrome and Safari.
|
|
|
933
941
|
padding: 0.5rem;
|
|
934
942
|
--tw-text-opacity: 1;
|
|
935
943
|
color: rgba(17, 24, 39, var(--tw-text-opacity));
|
|
944
|
+
}
|
|
945
|
+
|
|
946
|
+
.pelcro-root .pelcro-input-field::placeholder{
|
|
947
|
+
color: transparent;
|
|
948
|
+
}
|
|
949
|
+
|
|
950
|
+
.pelcro-root .pelcro-input-field{
|
|
936
951
|
outline: 2px solid transparent;
|
|
937
952
|
outline-offset: 2px;
|
|
938
953
|
}
|
|
@@ -944,6 +959,89 @@ Add the correct display in Chrome and Safari.
|
|
|
944
959
|
--tw-ring-color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), calc(var(--plc-primary-lightness) + 10%));
|
|
945
960
|
}
|
|
946
961
|
|
|
962
|
+
.pelcro-root
|
|
963
|
+
.pelcro-input-field:placeholder-shown
|
|
964
|
+
~ .pelcro-input-label {
|
|
965
|
+
top: 0.625rem;
|
|
966
|
+
left: 0.5rem;
|
|
967
|
+
font-size: 0.875rem;
|
|
968
|
+
line-height: 1.25rem;
|
|
969
|
+
font-weight: 500;
|
|
970
|
+
--tw-text-opacity: 1;
|
|
971
|
+
color: rgba(156, 163, 175, var(--tw-text-opacity));
|
|
972
|
+
}
|
|
973
|
+
|
|
974
|
+
.pelcro-root .pelcro-input-field:focus ~ .pelcro-input-label {
|
|
975
|
+
top: -0.5rem;
|
|
976
|
+
--tw-bg-opacity: 1;
|
|
977
|
+
background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
|
|
978
|
+
padding-left: 0.25rem;
|
|
979
|
+
padding-right: 0.25rem;
|
|
980
|
+
font-size: 0.75rem;
|
|
981
|
+
line-height: 1rem;
|
|
982
|
+
transition-property: all;
|
|
983
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
984
|
+
transition-duration: 150ms;
|
|
985
|
+
}
|
|
986
|
+
|
|
987
|
+
.pelcro-root .pelcro-input-field:disabled ~ .pelcro-input-label {
|
|
988
|
+
display: none;
|
|
989
|
+
}
|
|
990
|
+
|
|
991
|
+
.pelcro-root .pelcro-input-card-number-label, .pelcro-root .pelcro-input-cvc-number-label, .pelcro-root .pelcro-input-expiry-date-label{
|
|
992
|
+
position: absolute;
|
|
993
|
+
top: -0.5rem;
|
|
994
|
+
left: 0.5rem;
|
|
995
|
+
display: inline-flex;
|
|
996
|
+
--tw-bg-opacity: 1;
|
|
997
|
+
background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
|
|
998
|
+
padding-left: 0.25rem;
|
|
999
|
+
padding-right: 0.25rem;
|
|
1000
|
+
font-size: 0.75rem;
|
|
1001
|
+
line-height: 1rem;
|
|
1002
|
+
font-weight: 500;
|
|
1003
|
+
--tw-text-opacity: 1;
|
|
1004
|
+
color: rgba(156, 163, 175, var(--tw-text-opacity));
|
|
1005
|
+
transition-property: all;
|
|
1006
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1007
|
+
transition-duration: 150ms;
|
|
1008
|
+
}
|
|
1009
|
+
|
|
1010
|
+
.pelcro-root
|
|
1011
|
+
#pelcro-input-card-number:placeholder-shown
|
|
1012
|
+
~ .pelcro-input-card-number-label, .pelcro-root
|
|
1013
|
+
#pelcro-input-cvc-number:placeholder-shown
|
|
1014
|
+
~ .pelcro-input-cvc-number-label, .pelcro-root
|
|
1015
|
+
#pelcro-input-expiry-date:placeholder-shown
|
|
1016
|
+
~ .pelcro-input-expiry-date-label{
|
|
1017
|
+
top: 0.625rem;
|
|
1018
|
+
left: 0.5rem;
|
|
1019
|
+
font-size: 0.875rem;
|
|
1020
|
+
line-height: 1.25rem;
|
|
1021
|
+
font-weight: 500;
|
|
1022
|
+
--tw-text-opacity: 1;
|
|
1023
|
+
color: rgba(156, 163, 175, var(--tw-text-opacity));
|
|
1024
|
+
}
|
|
1025
|
+
|
|
1026
|
+
.pelcro-root
|
|
1027
|
+
#pelcro-input-card-number:focus
|
|
1028
|
+
~ .pelcro-input-card-number-label, .pelcro-root
|
|
1029
|
+
#pelcro-input-cvc-number:focus
|
|
1030
|
+
~ .pelcro-input-cvc-number-label, .pelcro-root
|
|
1031
|
+
#pelcro-input-expiry-date:focus
|
|
1032
|
+
~ .pelcro-input-expiry-date-label{
|
|
1033
|
+
top: -0.5rem;
|
|
1034
|
+
--tw-bg-opacity: 1;
|
|
1035
|
+
background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
|
|
1036
|
+
padding-left: 0.25rem;
|
|
1037
|
+
padding-right: 0.25rem;
|
|
1038
|
+
font-size: 0.75rem;
|
|
1039
|
+
line-height: 1rem;
|
|
1040
|
+
transition-property: all;
|
|
1041
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1042
|
+
transition-duration: 150ms;
|
|
1043
|
+
}
|
|
1044
|
+
|
|
947
1045
|
.pelcro-root .pelcro-checkbox-label {
|
|
948
1046
|
padding-left: 0.5rem;
|
|
949
1047
|
--tw-text-opacity: 1;
|
|
@@ -1336,7 +1434,7 @@ Add the correct display in Chrome and Safari.
|
|
|
1336
1434
|
}
|
|
1337
1435
|
|
|
1338
1436
|
.pelcro-root .pelcro-alert-error {
|
|
1339
|
-
margin-bottom:
|
|
1437
|
+
margin-bottom: 1rem;
|
|
1340
1438
|
display: flex;
|
|
1341
1439
|
width: 100%;
|
|
1342
1440
|
align-items: center;
|
|
@@ -1356,7 +1454,7 @@ Add the correct display in Chrome and Safari.
|
|
|
1356
1454
|
}
|
|
1357
1455
|
|
|
1358
1456
|
.pelcro-root .pelcro-alert-success {
|
|
1359
|
-
margin-bottom:
|
|
1457
|
+
margin-bottom: 1rem;
|
|
1360
1458
|
display: flex;
|
|
1361
1459
|
width: 100%;
|
|
1362
1460
|
align-items: center;
|
|
@@ -1673,6 +1771,23 @@ Add the correct display in Chrome and Safari.
|
|
|
1673
1771
|
height: auto;
|
|
1674
1772
|
}
|
|
1675
1773
|
|
|
1774
|
+
.pelcro-root .pelcro-select-plan-wrapper:hover, .pelcro-root .pelcro-select-product-wrapper:hover{
|
|
1775
|
+
border-width: 2px;
|
|
1776
|
+
border-color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), var(--plc-primary-lightness));
|
|
1777
|
+
}
|
|
1778
|
+
|
|
1779
|
+
.pelcro-root .pelcro-select-plan-wrapper:hover,
|
|
1780
|
+
.pelcro-root .pelcro-select-product-wrapper:hover{
|
|
1781
|
+
transform: scale(1.05);
|
|
1782
|
+
transition: all 0.2s ease-out;
|
|
1783
|
+
box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
|
|
1784
|
+
}
|
|
1785
|
+
|
|
1786
|
+
.pelcro-root .pelcro-select-plan-wrapper,
|
|
1787
|
+
.pelcro-root .pelcro-select-product-wrapper {
|
|
1788
|
+
transition: all 0.2s ease-in-out;
|
|
1789
|
+
}
|
|
1790
|
+
|
|
1676
1791
|
.pelcro-root .loginOptions.threeColumns {
|
|
1677
1792
|
display: flex;
|
|
1678
1793
|
flex-wrap: wrap;
|
|
@@ -1705,6 +1820,15 @@ Add the correct display in Chrome and Safari.
|
|
|
1705
1820
|
filter: brightness(0.8);
|
|
1706
1821
|
}
|
|
1707
1822
|
|
|
1823
|
+
#pelcro-view-dashboard-submenus {
|
|
1824
|
+
/* From https://css.glass */
|
|
1825
|
+
background: rgba(255, 255, 255, 0.12);
|
|
1826
|
+
/* border-radius: 16px; */
|
|
1827
|
+
/* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); */
|
|
1828
|
+
backdrop-filter: blur(3.5px);
|
|
1829
|
+
-webkit-backdrop-filter: blur(3.5px);
|
|
1830
|
+
}
|
|
1831
|
+
|
|
1708
1832
|
/* used by multiple input sub-components */
|
|
1709
1833
|
|
|
1710
1834
|
/* Slider */
|
|
@@ -1723,6 +1847,8 @@ Add the correct display in Chrome and Safari.
|
|
|
1723
1847
|
display: block;
|
|
1724
1848
|
overflow: hidden;
|
|
1725
1849
|
padding: 0;
|
|
1850
|
+
padding-top: 0.75rem;
|
|
1851
|
+
padding-bottom: 0.75rem;
|
|
1726
1852
|
/* margin: 0 -10px; */
|
|
1727
1853
|
}
|
|
1728
1854
|
|
|
@@ -1959,10 +2085,6 @@ in order to scope selectors under pelcro-root
|
|
|
1959
2085
|
top: 1.5rem;
|
|
1960
2086
|
}
|
|
1961
2087
|
|
|
1962
|
-
.pelcro-root .plc-top-7{
|
|
1963
|
-
top: 1.75rem;
|
|
1964
|
-
}
|
|
1965
|
-
|
|
1966
2088
|
.pelcro-root .plc-top-24{
|
|
1967
2089
|
top: 6rem;
|
|
1968
2090
|
}
|
|
@@ -1971,6 +2093,10 @@ in order to scope selectors under pelcro-root
|
|
|
1971
2093
|
top: 0.375rem;
|
|
1972
2094
|
}
|
|
1973
2095
|
|
|
2096
|
+
.pelcro-root .plc--top-1{
|
|
2097
|
+
top: -0.25rem;
|
|
2098
|
+
}
|
|
2099
|
+
|
|
1974
2100
|
.pelcro-root .plc-top-1\/2{
|
|
1975
2101
|
top: 50%;
|
|
1976
2102
|
}
|
|
@@ -1991,8 +2117,8 @@ in order to scope selectors under pelcro-root
|
|
|
1991
2117
|
right: 2.5rem;
|
|
1992
2118
|
}
|
|
1993
2119
|
|
|
1994
|
-
.pelcro-root .plc--right-
|
|
1995
|
-
right: -
|
|
2120
|
+
.pelcro-root .plc--right-14{
|
|
2121
|
+
right: -3.5rem;
|
|
1996
2122
|
}
|
|
1997
2123
|
|
|
1998
2124
|
.pelcro-root .plc-bottom-0{
|
|
@@ -2007,16 +2133,16 @@ in order to scope selectors under pelcro-root
|
|
|
2007
2133
|
left: 0px;
|
|
2008
2134
|
}
|
|
2009
2135
|
|
|
2010
|
-
.pelcro-root .plc-left-2{
|
|
2011
|
-
left: 0.5rem;
|
|
2012
|
-
}
|
|
2013
|
-
|
|
2014
2136
|
.pelcro-root .plc-left-4{
|
|
2015
2137
|
left: 1rem;
|
|
2016
2138
|
}
|
|
2017
2139
|
|
|
2018
|
-
.pelcro-root .plc
|
|
2019
|
-
left:
|
|
2140
|
+
.pelcro-root .plc-left-6{
|
|
2141
|
+
left: 1.5rem;
|
|
2142
|
+
}
|
|
2143
|
+
|
|
2144
|
+
.pelcro-root .plc--left-14{
|
|
2145
|
+
left: -3.5rem;
|
|
2020
2146
|
}
|
|
2021
2147
|
|
|
2022
2148
|
.pelcro-root .plc-z-max{
|
|
@@ -2116,6 +2242,10 @@ in order to scope selectors under pelcro-root
|
|
|
2116
2242
|
margin-right: 0.5rem;
|
|
2117
2243
|
}
|
|
2118
2244
|
|
|
2245
|
+
.pelcro-root .plc-mr-4{
|
|
2246
|
+
margin-right: 1rem;
|
|
2247
|
+
}
|
|
2248
|
+
|
|
2119
2249
|
.pelcro-root .plc-mr-6{
|
|
2120
2250
|
margin-right: 1.5rem;
|
|
2121
2251
|
}
|
|
@@ -2140,10 +2270,18 @@ in order to scope selectors under pelcro-root
|
|
|
2140
2270
|
margin-bottom: 1.5rem;
|
|
2141
2271
|
}
|
|
2142
2272
|
|
|
2273
|
+
.pelcro-root .plc-mb-8{
|
|
2274
|
+
margin-bottom: 2rem;
|
|
2275
|
+
}
|
|
2276
|
+
|
|
2143
2277
|
.pelcro-root .plc-mb-9{
|
|
2144
2278
|
margin-bottom: 2.25rem;
|
|
2145
2279
|
}
|
|
2146
2280
|
|
|
2281
|
+
.pelcro-root .plc-mb-10{
|
|
2282
|
+
margin-bottom: 2.5rem;
|
|
2283
|
+
}
|
|
2284
|
+
|
|
2147
2285
|
.pelcro-root .plc-ml-0{
|
|
2148
2286
|
margin-left: 0px;
|
|
2149
2287
|
}
|
|
@@ -2164,6 +2302,10 @@ in order to scope selectors under pelcro-root
|
|
|
2164
2302
|
margin-left: 1rem;
|
|
2165
2303
|
}
|
|
2166
2304
|
|
|
2305
|
+
.pelcro-root .plc-ml-11{
|
|
2306
|
+
margin-left: 2.75rem;
|
|
2307
|
+
}
|
|
2308
|
+
|
|
2167
2309
|
.pelcro-root .plc--ml-2{
|
|
2168
2310
|
margin-left: -0.5rem;
|
|
2169
2311
|
}
|
|
@@ -2292,6 +2434,10 @@ in order to scope selectors under pelcro-root
|
|
|
2292
2434
|
min-height: 3rem;
|
|
2293
2435
|
}
|
|
2294
2436
|
|
|
2437
|
+
.pelcro-root .plc-min-h-card{
|
|
2438
|
+
min-height: 24.75rem;
|
|
2439
|
+
}
|
|
2440
|
+
|
|
2295
2441
|
.pelcro-root .plc-w-3{
|
|
2296
2442
|
width: 0.75rem;
|
|
2297
2443
|
}
|
|
@@ -2584,6 +2730,10 @@ in order to scope selectors under pelcro-root
|
|
|
2584
2730
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
2585
2731
|
}
|
|
2586
2732
|
|
|
2733
|
+
.pelcro-root .plc-flex-row{
|
|
2734
|
+
flex-direction: row;
|
|
2735
|
+
}
|
|
2736
|
+
|
|
2587
2737
|
.pelcro-root .plc-flex-row-reverse{
|
|
2588
2738
|
flex-direction: row-reverse;
|
|
2589
2739
|
}
|
|
@@ -2636,10 +2786,6 @@ in order to scope selectors under pelcro-root
|
|
|
2636
2786
|
justify-items: center;
|
|
2637
2787
|
}
|
|
2638
2788
|
|
|
2639
|
-
.pelcro-root .plc-gap-2{
|
|
2640
|
-
gap: 0.5rem;
|
|
2641
|
-
}
|
|
2642
|
-
|
|
2643
2789
|
.pelcro-root .plc-gap-x-3{
|
|
2644
2790
|
column-gap: 0.75rem;
|
|
2645
2791
|
}
|
|
@@ -2746,6 +2892,11 @@ in order to scope selectors under pelcro-root
|
|
|
2746
2892
|
border-radius: 9999px;
|
|
2747
2893
|
}
|
|
2748
2894
|
|
|
2895
|
+
.pelcro-root .plc-rounded-b-sm{
|
|
2896
|
+
border-bottom-right-radius: 0.125rem;
|
|
2897
|
+
border-bottom-left-radius: 0.125rem;
|
|
2898
|
+
}
|
|
2899
|
+
|
|
2749
2900
|
.pelcro-root .plc-border-0{
|
|
2750
2901
|
border-width: 0px;
|
|
2751
2902
|
}
|
|
@@ -2884,11 +3035,6 @@ in order to scope selectors under pelcro-root
|
|
|
2884
3035
|
background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
|
|
2885
3036
|
}
|
|
2886
3037
|
|
|
2887
|
-
.pelcro-root .plc-bg-gray-50{
|
|
2888
|
-
--tw-bg-opacity: 1;
|
|
2889
|
-
background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
|
|
2890
|
-
}
|
|
2891
|
-
|
|
2892
3038
|
.pelcro-root .plc-bg-gray-100{
|
|
2893
3039
|
--tw-bg-opacity: 1;
|
|
2894
3040
|
background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
|
|
@@ -3022,8 +3168,8 @@ in order to scope selectors under pelcro-root
|
|
|
3022
3168
|
object-fit: contain;
|
|
3023
3169
|
}
|
|
3024
3170
|
|
|
3025
|
-
.pelcro-root .plc-object-
|
|
3026
|
-
object-position:
|
|
3171
|
+
.pelcro-root .plc-object-center{
|
|
3172
|
+
object-position: center;
|
|
3027
3173
|
}
|
|
3028
3174
|
|
|
3029
3175
|
.pelcro-root .plc-p-1{
|
|
@@ -3110,6 +3256,11 @@ in order to scope selectors under pelcro-root
|
|
|
3110
3256
|
padding-bottom: 1.25rem;
|
|
3111
3257
|
}
|
|
3112
3258
|
|
|
3259
|
+
.pelcro-root .plc-py-6{
|
|
3260
|
+
padding-top: 1.5rem;
|
|
3261
|
+
padding-bottom: 1.5rem;
|
|
3262
|
+
}
|
|
3263
|
+
|
|
3113
3264
|
.pelcro-root .plc-pt-1{
|
|
3114
3265
|
padding-top: 0.25rem;
|
|
3115
3266
|
}
|
|
@@ -3122,6 +3273,10 @@ in order to scope selectors under pelcro-root
|
|
|
3122
3273
|
padding-top: 1rem;
|
|
3123
3274
|
}
|
|
3124
3275
|
|
|
3276
|
+
.pelcro-root .plc-pt-5{
|
|
3277
|
+
padding-top: 1.25rem;
|
|
3278
|
+
}
|
|
3279
|
+
|
|
3125
3280
|
.pelcro-root .plc-pr-1{
|
|
3126
3281
|
padding-right: 0.25rem;
|
|
3127
3282
|
}
|
|
@@ -3130,14 +3285,18 @@ in order to scope selectors under pelcro-root
|
|
|
3130
3285
|
padding-right: 0.5rem;
|
|
3131
3286
|
}
|
|
3132
3287
|
|
|
3133
|
-
.pelcro-root .plc-
|
|
3134
|
-
padding-
|
|
3288
|
+
.pelcro-root .plc-pb-2{
|
|
3289
|
+
padding-bottom: 0.5rem;
|
|
3135
3290
|
}
|
|
3136
3291
|
|
|
3137
3292
|
.pelcro-root .plc-pb-4{
|
|
3138
3293
|
padding-bottom: 1rem;
|
|
3139
3294
|
}
|
|
3140
3295
|
|
|
3296
|
+
.pelcro-root .plc-pl-1{
|
|
3297
|
+
padding-left: 0.25rem;
|
|
3298
|
+
}
|
|
3299
|
+
|
|
3141
3300
|
.pelcro-root .plc-pl-2{
|
|
3142
3301
|
padding-left: 0.5rem;
|
|
3143
3302
|
}
|
|
@@ -3146,6 +3305,10 @@ in order to scope selectors under pelcro-root
|
|
|
3146
3305
|
padding-left: 1rem;
|
|
3147
3306
|
}
|
|
3148
3307
|
|
|
3308
|
+
.pelcro-root .plc-pl-20{
|
|
3309
|
+
padding-left: 5rem;
|
|
3310
|
+
}
|
|
3311
|
+
|
|
3149
3312
|
.pelcro-root .plc-text-left{
|
|
3150
3313
|
text-align: left;
|
|
3151
3314
|
}
|
|
@@ -3217,6 +3380,10 @@ in order to scope selectors under pelcro-root
|
|
|
3217
3380
|
font-weight: 700;
|
|
3218
3381
|
}
|
|
3219
3382
|
|
|
3383
|
+
.pelcro-root .plc-font-extrabold{
|
|
3384
|
+
font-weight: 800;
|
|
3385
|
+
}
|
|
3386
|
+
|
|
3220
3387
|
.pelcro-root .plc-uppercase{
|
|
3221
3388
|
text-transform: uppercase;
|
|
3222
3389
|
}
|
|
@@ -3245,10 +3412,6 @@ in order to scope selectors under pelcro-root
|
|
|
3245
3412
|
color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), calc(var(--plc-primary-lightness) - 10%));
|
|
3246
3413
|
}
|
|
3247
3414
|
|
|
3248
|
-
.pelcro-root .plc-text-primary-800{
|
|
3249
|
-
color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), calc(var(--plc-primary-lightness) - 30%));
|
|
3250
|
-
}
|
|
3251
|
-
|
|
3252
3415
|
.pelcro-root .plc-text-primary{
|
|
3253
3416
|
color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), var(--plc-primary-lightness));
|
|
3254
3417
|
}
|
|
@@ -3502,9 +3665,9 @@ in order to scope selectors under pelcro-root
|
|
|
3502
3665
|
--tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
|
|
3503
3666
|
}
|
|
3504
3667
|
|
|
3505
|
-
.pelcro-root .plc-ring-red-
|
|
3668
|
+
.pelcro-root .plc-ring-red-300{
|
|
3506
3669
|
--tw-ring-opacity: 1;
|
|
3507
|
-
--tw-ring-color: rgba(
|
|
3670
|
+
--tw-ring-color: rgba(219, 110, 106, var(--tw-ring-opacity));
|
|
3508
3671
|
}
|
|
3509
3672
|
|
|
3510
3673
|
.pelcro-root .focus\:plc-ring-primary-300:focus{
|
|
@@ -3565,16 +3728,12 @@ in order to scope selectors under pelcro-root
|
|
|
3565
3728
|
top: 50%;
|
|
3566
3729
|
}
|
|
3567
3730
|
|
|
3568
|
-
.pelcro-root .sm\:plc--right-
|
|
3569
|
-
right: -
|
|
3731
|
+
.pelcro-root .sm\:plc--right-14{
|
|
3732
|
+
right: -3.5rem;
|
|
3570
3733
|
}
|
|
3571
3734
|
|
|
3572
|
-
.pelcro-root .sm\:plc
|
|
3573
|
-
left:
|
|
3574
|
-
}
|
|
3575
|
-
|
|
3576
|
-
.pelcro-root .sm\:plc--left-12{
|
|
3577
|
-
left: -3rem;
|
|
3735
|
+
.pelcro-root .sm\:plc--left-14{
|
|
3736
|
+
left: -3.5rem;
|
|
3578
3737
|
}
|
|
3579
3738
|
|
|
3580
3739
|
.pelcro-root .sm\:plc-m-4{
|
|
@@ -3675,8 +3834,11 @@ in order to scope selectors under pelcro-root
|
|
|
3675
3834
|
margin-right: auto;
|
|
3676
3835
|
}
|
|
3677
3836
|
|
|
3678
|
-
.pelcro-root .md\:plc-
|
|
3679
|
-
margin-top:
|
|
3837
|
+
.pelcro-root .md\:plc-mt-40{
|
|
3838
|
+
margin-top: 10rem;
|
|
3839
|
+
}
|
|
3840
|
+
|
|
3841
|
+
.pelcro-root .md\:plc-mb-20{
|
|
3680
3842
|
margin-bottom: 5rem;
|
|
3681
3843
|
}
|
|
3682
3844
|
|
|
@@ -3708,6 +3870,10 @@ in order to scope selectors under pelcro-root
|
|
|
3708
3870
|
max-width: 36rem;
|
|
3709
3871
|
}
|
|
3710
3872
|
|
|
3873
|
+
.pelcro-root .md\:plc-max-w-60\%{
|
|
3874
|
+
max-width: 60%;
|
|
3875
|
+
}
|
|
3876
|
+
|
|
3711
3877
|
.pelcro-root .md\:plc-max-w-70\%{
|
|
3712
3878
|
max-width: 70%;
|
|
3713
3879
|
}
|
|
@@ -3723,6 +3889,10 @@ in order to scope selectors under pelcro-root
|
|
|
3723
3889
|
.pelcro-root .md\:plc-whitespace-nowrap{
|
|
3724
3890
|
white-space: nowrap;
|
|
3725
3891
|
}
|
|
3892
|
+
|
|
3893
|
+
.pelcro-root .md\:plc-p-8{
|
|
3894
|
+
padding: 2rem;
|
|
3895
|
+
}
|
|
3726
3896
|
}
|
|
3727
3897
|
|
|
3728
3898
|
@media (min-width: 1024px){
|