@pelcro/react-pelcro-js 4.0.0-alpha.47 → 4.0.0-alpha.48
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 +3042 -1201
- package/dist/index.esm.js +3032 -1202
- package/dist/pelcro.css +73 -0
- package/package.json +2 -2
package/dist/pelcro.css
CHANGED
|
@@ -2035,6 +2035,14 @@ in order to scope selectors under pelcro-root
|
|
|
2035
2035
|
border-right: 0;
|
|
2036
2036
|
}
|
|
2037
2037
|
|
|
2038
|
+
apple-pay-button {
|
|
2039
|
+
--apple-pay-button-width: 100%;
|
|
2040
|
+
--apple-pay-button-height: 48px;
|
|
2041
|
+
--apple-pay-button-border-radius: 0.25rem;
|
|
2042
|
+
--apple-pay-button-padding: 0px 0px;
|
|
2043
|
+
--apple-pay-button-box-sizing: border-box;
|
|
2044
|
+
}
|
|
2045
|
+
|
|
2038
2046
|
/* utilities */
|
|
2039
2047
|
|
|
2040
2048
|
.pelcro-root .plc-pointer-events-none{
|
|
@@ -2250,6 +2258,10 @@ in order to scope selectors under pelcro-root
|
|
|
2250
2258
|
margin-right: 1.5rem;
|
|
2251
2259
|
}
|
|
2252
2260
|
|
|
2261
|
+
.pelcro-root .plc-mr-auto{
|
|
2262
|
+
margin-right: auto;
|
|
2263
|
+
}
|
|
2264
|
+
|
|
2253
2265
|
.pelcro-root .plc-mb-1{
|
|
2254
2266
|
margin-bottom: 0.25rem;
|
|
2255
2267
|
}
|
|
@@ -2398,6 +2410,10 @@ in order to scope selectors under pelcro-root
|
|
|
2398
2410
|
height: 9rem;
|
|
2399
2411
|
}
|
|
2400
2412
|
|
|
2413
|
+
.pelcro-root .plc-h-40{
|
|
2414
|
+
height: 10rem;
|
|
2415
|
+
}
|
|
2416
|
+
|
|
2401
2417
|
.pelcro-root .plc-h-52{
|
|
2402
2418
|
height: 13rem;
|
|
2403
2419
|
}
|
|
@@ -2518,6 +2534,10 @@ in order to scope selectors under pelcro-root
|
|
|
2518
2534
|
width: 25%;
|
|
2519
2535
|
}
|
|
2520
2536
|
|
|
2537
|
+
.pelcro-root .plc-w-3\/4{
|
|
2538
|
+
width: 75%;
|
|
2539
|
+
}
|
|
2540
|
+
|
|
2521
2541
|
.pelcro-root .plc-w-1\/5{
|
|
2522
2542
|
width: 20%;
|
|
2523
2543
|
}
|
|
@@ -2798,6 +2818,12 @@ in order to scope selectors under pelcro-root
|
|
|
2798
2818
|
row-gap: 1.25rem;
|
|
2799
2819
|
}
|
|
2800
2820
|
|
|
2821
|
+
.pelcro-root .plc-space-x-0 > :not([hidden]) ~ :not([hidden]){
|
|
2822
|
+
--tw-space-x-reverse: 0;
|
|
2823
|
+
margin-right: calc(0px * var(--tw-space-x-reverse));
|
|
2824
|
+
margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
|
|
2825
|
+
}
|
|
2826
|
+
|
|
2801
2827
|
.pelcro-root .plc-space-x-2 > :not([hidden]) ~ :not([hidden]){
|
|
2802
2828
|
--tw-space-x-reverse: 0;
|
|
2803
2829
|
margin-right: calc(0.5rem * var(--tw-space-x-reverse));
|
|
@@ -2816,6 +2842,12 @@ in order to scope selectors under pelcro-root
|
|
|
2816
2842
|
margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
|
|
2817
2843
|
}
|
|
2818
2844
|
|
|
2845
|
+
.pelcro-root .plc-space-y-3 > :not([hidden]) ~ :not([hidden]){
|
|
2846
|
+
--tw-space-y-reverse: 0;
|
|
2847
|
+
margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
|
|
2848
|
+
margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
|
|
2849
|
+
}
|
|
2850
|
+
|
|
2819
2851
|
.pelcro-root .plc-space-y-4 > :not([hidden]) ~ :not([hidden]){
|
|
2820
2852
|
--tw-space-y-reverse: 0;
|
|
2821
2853
|
margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
|
|
@@ -3285,6 +3317,14 @@ in order to scope selectors under pelcro-root
|
|
|
3285
3317
|
padding-right: 0.5rem;
|
|
3286
3318
|
}
|
|
3287
3319
|
|
|
3320
|
+
.pelcro-root .plc-pr-4{
|
|
3321
|
+
padding-right: 1rem;
|
|
3322
|
+
}
|
|
3323
|
+
|
|
3324
|
+
.pelcro-root .plc-pr-8{
|
|
3325
|
+
padding-right: 2rem;
|
|
3326
|
+
}
|
|
3327
|
+
|
|
3288
3328
|
.pelcro-root .plc-pb-2{
|
|
3289
3329
|
padding-bottom: 0.5rem;
|
|
3290
3330
|
}
|
|
@@ -3720,6 +3760,19 @@ in order to scope selectors under pelcro-root
|
|
|
3720
3760
|
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
3721
3761
|
}
|
|
3722
3762
|
|
|
3763
|
+
/* Hide scrollbar for Chrome, Safari and Opera */
|
|
3764
|
+
|
|
3765
|
+
.no-scrollbar::-webkit-scrollbar {
|
|
3766
|
+
display: none;
|
|
3767
|
+
}
|
|
3768
|
+
|
|
3769
|
+
/* Hide scrollbar for IE, Edge and Firefox */
|
|
3770
|
+
|
|
3771
|
+
.no-scrollbar {
|
|
3772
|
+
-ms-overflow-style: none; /* IE and Edge */
|
|
3773
|
+
scrollbar-width: none; /* Firefox */
|
|
3774
|
+
}
|
|
3775
|
+
|
|
3723
3776
|
@media (min-width: 425px){
|
|
3724
3777
|
}
|
|
3725
3778
|
|
|
@@ -3854,6 +3907,10 @@ in order to scope selectors under pelcro-root
|
|
|
3854
3907
|
width: 20%;
|
|
3855
3908
|
}
|
|
3856
3909
|
|
|
3910
|
+
.pelcro-root .md\:plc-w-2\/5{
|
|
3911
|
+
width: 40%;
|
|
3912
|
+
}
|
|
3913
|
+
|
|
3857
3914
|
.pelcro-root .md\:plc-w-1\/12{
|
|
3858
3915
|
width: 8.333333%;
|
|
3859
3916
|
}
|
|
@@ -3882,6 +3939,22 @@ in order to scope selectors under pelcro-root
|
|
|
3882
3939
|
max-width: 80%;
|
|
3883
3940
|
}
|
|
3884
3941
|
|
|
3942
|
+
.pelcro-root .md\:plc-flex-row{
|
|
3943
|
+
flex-direction: row;
|
|
3944
|
+
}
|
|
3945
|
+
|
|
3946
|
+
.pelcro-root .md\:plc-space-x-3 > :not([hidden]) ~ :not([hidden]){
|
|
3947
|
+
--tw-space-x-reverse: 0;
|
|
3948
|
+
margin-right: calc(0.75rem * var(--tw-space-x-reverse));
|
|
3949
|
+
margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
|
|
3950
|
+
}
|
|
3951
|
+
|
|
3952
|
+
.pelcro-root .md\:plc-space-y-0 > :not([hidden]) ~ :not([hidden]){
|
|
3953
|
+
--tw-space-y-reverse: 0;
|
|
3954
|
+
margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
|
|
3955
|
+
margin-bottom: calc(0px * var(--tw-space-y-reverse));
|
|
3956
|
+
}
|
|
3957
|
+
|
|
3885
3958
|
.pelcro-root .md\:plc-whitespace-normal{
|
|
3886
3959
|
white-space: normal;
|
|
3887
3960
|
}
|
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.48",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"private": false,
|
|
7
7
|
"main": "dist/index.cjs.js",
|
|
@@ -80,7 +80,6 @@
|
|
|
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",
|
|
84
83
|
"react-refresh": "^0.9.0",
|
|
85
84
|
"react-test-renderer": "^17.0.2",
|
|
86
85
|
"request": "^2.88.2",
|
|
@@ -107,6 +106,7 @@
|
|
|
107
106
|
"i18next": "^19.1.0",
|
|
108
107
|
"react-easy-crop": "^3.3.2",
|
|
109
108
|
"react-facebook-login": "^4.1.1",
|
|
109
|
+
"react-ga4": "^2.1.0",
|
|
110
110
|
"react-google-login": "^5.2.2",
|
|
111
111
|
"react-hot-toast": "^2.0.0",
|
|
112
112
|
"react-i18next": "^11.3.3",
|