@pelcro/react-pelcro-js 3.26.0-beta.2 → 3.26.0-beta.21
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 +618 -207
- package/dist/index.esm.js +618 -208
- package/dist/pelcro.css +43 -0
- package/package.json +1 -1
package/dist/pelcro.css
CHANGED
|
@@ -1728,8 +1728,22 @@ layer components {
|
|
|
1728
1728
|
}
|
|
1729
1729
|
}
|
|
1730
1730
|
|
|
1731
|
+
apple-pay-button {
|
|
1732
|
+
--apple-pay-button-width: 100%;
|
|
1733
|
+
--apple-pay-button-height: 48px;
|
|
1734
|
+
--apple-pay-button-border-radius: 0.25rem;
|
|
1735
|
+
--apple-pay-button-padding: 0px 0px;
|
|
1736
|
+
--apple-pay-button-box-sizing: border-box;
|
|
1737
|
+
}
|
|
1738
|
+
|
|
1731
1739
|
/* utilities */
|
|
1732
1740
|
|
|
1741
|
+
.pelcro-root .plc-space-x-0 > :not([hidden]) ~ :not([hidden]) {
|
|
1742
|
+
--tw-space-x-reverse: 0;
|
|
1743
|
+
margin-right: calc(0px * var(--tw-space-x-reverse));
|
|
1744
|
+
margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
|
|
1745
|
+
}
|
|
1746
|
+
|
|
1733
1747
|
.pelcro-root .plc-space-y-2 > :not([hidden]) ~ :not([hidden]) {
|
|
1734
1748
|
--tw-space-y-reverse: 0;
|
|
1735
1749
|
margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
|
|
@@ -1742,6 +1756,12 @@ layer components {
|
|
|
1742
1756
|
margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
|
|
1743
1757
|
}
|
|
1744
1758
|
|
|
1759
|
+
.pelcro-root .plc-space-y-3 > :not([hidden]) ~ :not([hidden]) {
|
|
1760
|
+
--tw-space-y-reverse: 0;
|
|
1761
|
+
margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
|
|
1762
|
+
margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
|
|
1763
|
+
}
|
|
1764
|
+
|
|
1745
1765
|
.pelcro-root .plc-space-x-3 > :not([hidden]) ~ :not([hidden]) {
|
|
1746
1766
|
--tw-space-x-reverse: 0;
|
|
1747
1767
|
margin-right: calc(0.75rem * var(--tw-space-x-reverse));
|
|
@@ -2350,6 +2370,10 @@ layer components {
|
|
|
2350
2370
|
margin-top: auto;
|
|
2351
2371
|
}
|
|
2352
2372
|
|
|
2373
|
+
.pelcro-root .plc-mr-auto {
|
|
2374
|
+
margin-right: auto;
|
|
2375
|
+
}
|
|
2376
|
+
|
|
2353
2377
|
.pelcro-root .plc-ml-auto {
|
|
2354
2378
|
margin-left: auto;
|
|
2355
2379
|
}
|
|
@@ -3300,6 +3324,25 @@ layer components {
|
|
|
3300
3324
|
}
|
|
3301
3325
|
|
|
3302
3326
|
@media (min-width: 768px) {
|
|
3327
|
+
.pelcro-root .md\:plc-space-y-0 > :not([hidden]) ~ :not([hidden]) {
|
|
3328
|
+
--tw-space-y-reverse: 0;
|
|
3329
|
+
margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
|
|
3330
|
+
margin-bottom: calc(0px * var(--tw-space-y-reverse));
|
|
3331
|
+
}
|
|
3332
|
+
|
|
3333
|
+
.pelcro-root .md\:plc-space-x-3 > :not([hidden]) ~ :not([hidden]) {
|
|
3334
|
+
--tw-space-x-reverse: 0;
|
|
3335
|
+
margin-right: calc(0.75rem * var(--tw-space-x-reverse));
|
|
3336
|
+
margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
|
|
3337
|
+
}
|
|
3338
|
+
|
|
3339
|
+
.pelcro-root .md\:plc-flex-row {
|
|
3340
|
+
flex-direction: row;
|
|
3341
|
+
}
|
|
3342
|
+
|
|
3343
|
+
.pelcro-root .md\:plc-w-2\/5 {
|
|
3344
|
+
width: 40%;
|
|
3345
|
+
}
|
|
3303
3346
|
}
|
|
3304
3347
|
|
|
3305
3348
|
@media (min-width: 1024px) {
|