@pelcro/react-pelcro-js 4.0.0-alpha.58 → 4.0.0-alpha.59
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 +458 -140
- package/dist/index.esm.js +455 -141
- package/dist/pelcro.css +21 -0
- package/package.json +1 -1
package/dist/pelcro.css
CHANGED
|
@@ -2070,6 +2070,10 @@ apple-pay-button {
|
|
|
2070
2070
|
top: 0.5rem;
|
|
2071
2071
|
}
|
|
2072
2072
|
|
|
2073
|
+
.pelcro-root .plc-top-4{
|
|
2074
|
+
top: 1rem;
|
|
2075
|
+
}
|
|
2076
|
+
|
|
2073
2077
|
.pelcro-root .plc-top-5{
|
|
2074
2078
|
top: 1.25rem;
|
|
2075
2079
|
}
|
|
@@ -2114,6 +2118,10 @@ apple-pay-button {
|
|
|
2114
2118
|
right: 0.75rem;
|
|
2115
2119
|
}
|
|
2116
2120
|
|
|
2121
|
+
.pelcro-root .plc-right-5{
|
|
2122
|
+
right: 1.25rem;
|
|
2123
|
+
}
|
|
2124
|
+
|
|
2117
2125
|
.pelcro-root .plc-right-10{
|
|
2118
2126
|
right: 2.5rem;
|
|
2119
2127
|
}
|
|
@@ -2452,6 +2460,14 @@ apple-pay-button {
|
|
|
2452
2460
|
min-height: 3rem;
|
|
2453
2461
|
}
|
|
2454
2462
|
|
|
2463
|
+
.pelcro-root .plc-min-h-14{
|
|
2464
|
+
min-height: 5rem;
|
|
2465
|
+
}
|
|
2466
|
+
|
|
2467
|
+
.pelcro-root .plc-min-h-16{
|
|
2468
|
+
min-height: 6rem;
|
|
2469
|
+
}
|
|
2470
|
+
|
|
2455
2471
|
.pelcro-root .plc-min-h-card{
|
|
2456
2472
|
min-height: 24.75rem;
|
|
2457
2473
|
}
|
|
@@ -3441,6 +3457,11 @@ apple-pay-button {
|
|
|
3441
3457
|
color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), var(--plc-primary-lightness));
|
|
3442
3458
|
}
|
|
3443
3459
|
|
|
3460
|
+
.pelcro-root .plc-text-black{
|
|
3461
|
+
--tw-text-opacity: 1;
|
|
3462
|
+
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
3463
|
+
}
|
|
3464
|
+
|
|
3444
3465
|
.pelcro-root .plc-text-white{
|
|
3445
3466
|
--tw-text-opacity: 1;
|
|
3446
3467
|
color: rgba(255, 255, 255, var(--tw-text-opacity));
|