@pelcro/react-pelcro-js 4.0.0-alpha.62 → 4.0.0-alpha.64
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 +263 -203
- package/dist/index.esm.js +264 -203
- package/dist/pelcro.css +16 -13
- package/package.json +1 -1
package/dist/pelcro.css
CHANGED
|
@@ -2096,6 +2096,10 @@ apple-pay-button {
|
|
|
2096
2096
|
right: 0.75rem;
|
|
2097
2097
|
}
|
|
2098
2098
|
|
|
2099
|
+
.pelcro-root .plc-right-4{
|
|
2100
|
+
right: 1rem;
|
|
2101
|
+
}
|
|
2102
|
+
|
|
2099
2103
|
.pelcro-root .plc-right-5{
|
|
2100
2104
|
right: 1.25rem;
|
|
2101
2105
|
}
|
|
@@ -2378,6 +2382,10 @@ apple-pay-button {
|
|
|
2378
2382
|
height: 3rem;
|
|
2379
2383
|
}
|
|
2380
2384
|
|
|
2385
|
+
.pelcro-root .plc-h-16{
|
|
2386
|
+
height: 4rem;
|
|
2387
|
+
}
|
|
2388
|
+
|
|
2381
2389
|
.pelcro-root .plc-h-20{
|
|
2382
2390
|
height: 5rem;
|
|
2383
2391
|
}
|
|
@@ -2394,10 +2402,6 @@ apple-pay-button {
|
|
|
2394
2402
|
height: 9rem;
|
|
2395
2403
|
}
|
|
2396
2404
|
|
|
2397
|
-
.pelcro-root .plc-h-40{
|
|
2398
|
-
height: 10rem;
|
|
2399
|
-
}
|
|
2400
|
-
|
|
2401
2405
|
.pelcro-root .plc-h-52{
|
|
2402
2406
|
height: 13rem;
|
|
2403
2407
|
}
|
|
@@ -2621,6 +2625,10 @@ apple-pay-button {
|
|
|
2621
2625
|
--tw-translate-x: -0.25rem;
|
|
2622
2626
|
}
|
|
2623
2627
|
|
|
2628
|
+
.pelcro-root .plc-translate-x-full{
|
|
2629
|
+
--tw-translate-x: 100%;
|
|
2630
|
+
}
|
|
2631
|
+
|
|
2624
2632
|
.pelcro-root .plc--translate-x-full{
|
|
2625
2633
|
--tw-translate-x: -100%;
|
|
2626
2634
|
}
|
|
@@ -3332,6 +3340,10 @@ apple-pay-button {
|
|
|
3332
3340
|
text-align: center;
|
|
3333
3341
|
}
|
|
3334
3342
|
|
|
3343
|
+
.pelcro-root .plc-text-justify{
|
|
3344
|
+
text-align: justify;
|
|
3345
|
+
}
|
|
3346
|
+
|
|
3335
3347
|
.pelcro-root .plc-align-top{
|
|
3336
3348
|
vertical-align: top;
|
|
3337
3349
|
}
|
|
@@ -3737,17 +3749,8 @@ apple-pay-button {
|
|
|
3737
3749
|
|
|
3738
3750
|
/* Hide scrollbar for Chrome, Safari and Opera */
|
|
3739
3751
|
|
|
3740
|
-
.no-scrollbar::-webkit-scrollbar {
|
|
3741
|
-
display: none;
|
|
3742
|
-
}
|
|
3743
|
-
|
|
3744
3752
|
/* Hide scrollbar for IE, Edge and Firefox */
|
|
3745
3753
|
|
|
3746
|
-
.no-scrollbar {
|
|
3747
|
-
-ms-overflow-style: none; /* IE and Edge */
|
|
3748
|
-
scrollbar-width: none; /* Firefox */
|
|
3749
|
-
}
|
|
3750
|
-
|
|
3751
3754
|
@media (min-width: 425px){
|
|
3752
3755
|
}
|
|
3753
3756
|
|