@pelcro/react-pelcro-js 3.26.0-beta.7 → 3.26.0-beta.70
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 +3981 -1314
- package/dist/index.esm.js +3961 -1315
- package/dist/pelcro.css +54 -0
- package/package.json +1 -1
package/dist/pelcro.css
CHANGED
|
@@ -1774,6 +1774,12 @@ apple-pay-button {
|
|
|
1774
1774
|
margin-bottom: calc(1rem * var(--tw-space-y-reverse));
|
|
1775
1775
|
}
|
|
1776
1776
|
|
|
1777
|
+
.pelcro-root .plc-space-x-8 > :not([hidden]) ~ :not([hidden]) {
|
|
1778
|
+
--tw-space-x-reverse: 0;
|
|
1779
|
+
margin-right: calc(2rem * var(--tw-space-x-reverse));
|
|
1780
|
+
margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
|
|
1781
|
+
}
|
|
1782
|
+
|
|
1777
1783
|
.pelcro-root .plc-appearance-none {
|
|
1778
1784
|
-webkit-appearance: none;
|
|
1779
1785
|
appearance: none;
|
|
@@ -2063,6 +2069,10 @@ apple-pay-button {
|
|
|
2063
2069
|
display: none;
|
|
2064
2070
|
}
|
|
2065
2071
|
|
|
2072
|
+
.pelcro-root .plc-flex-row {
|
|
2073
|
+
flex-direction: row;
|
|
2074
|
+
}
|
|
2075
|
+
|
|
2066
2076
|
.pelcro-root .plc-flex-row-reverse {
|
|
2067
2077
|
flex-direction: row-reverse;
|
|
2068
2078
|
}
|
|
@@ -2187,6 +2197,10 @@ apple-pay-button {
|
|
|
2187
2197
|
height: 3.5rem;
|
|
2188
2198
|
}
|
|
2189
2199
|
|
|
2200
|
+
.pelcro-root .plc-h-16 {
|
|
2201
|
+
height: 4rem;
|
|
2202
|
+
}
|
|
2203
|
+
|
|
2190
2204
|
.pelcro-root .plc-h-20 {
|
|
2191
2205
|
height: 5rem;
|
|
2192
2206
|
}
|
|
@@ -2203,6 +2217,10 @@ apple-pay-button {
|
|
|
2203
2217
|
height: 9rem;
|
|
2204
2218
|
}
|
|
2205
2219
|
|
|
2220
|
+
.pelcro-root .plc-h-40 {
|
|
2221
|
+
height: 10rem;
|
|
2222
|
+
}
|
|
2223
|
+
|
|
2206
2224
|
.pelcro-root .plc-h-52 {
|
|
2207
2225
|
height: 13rem;
|
|
2208
2226
|
}
|
|
@@ -2270,6 +2288,11 @@ apple-pay-button {
|
|
|
2270
2288
|
margin: 0.125rem;
|
|
2271
2289
|
}
|
|
2272
2290
|
|
|
2291
|
+
.pelcro-root .plc-my-1 {
|
|
2292
|
+
margin-top: 0.25rem;
|
|
2293
|
+
margin-bottom: 0.25rem;
|
|
2294
|
+
}
|
|
2295
|
+
|
|
2273
2296
|
.pelcro-root .plc-my-2 {
|
|
2274
2297
|
margin-top: 0.5rem;
|
|
2275
2298
|
margin-bottom: 0.5rem;
|
|
@@ -2285,6 +2308,16 @@ apple-pay-button {
|
|
|
2285
2308
|
margin-bottom: 1rem;
|
|
2286
2309
|
}
|
|
2287
2310
|
|
|
2311
|
+
.pelcro-root .plc-my-6 {
|
|
2312
|
+
margin-top: 1.5rem;
|
|
2313
|
+
margin-bottom: 1.5rem;
|
|
2314
|
+
}
|
|
2315
|
+
|
|
2316
|
+
.pelcro-root .plc-my-auto {
|
|
2317
|
+
margin-top: auto;
|
|
2318
|
+
margin-bottom: auto;
|
|
2319
|
+
}
|
|
2320
|
+
|
|
2288
2321
|
.pelcro-root .plc-mx-auto {
|
|
2289
2322
|
margin-left: auto;
|
|
2290
2323
|
margin-right: auto;
|
|
@@ -2398,6 +2431,10 @@ apple-pay-button {
|
|
|
2398
2431
|
max-height: 12rem;
|
|
2399
2432
|
}
|
|
2400
2433
|
|
|
2434
|
+
.pelcro-root .plc-max-h-52 {
|
|
2435
|
+
max-height: 13rem;
|
|
2436
|
+
}
|
|
2437
|
+
|
|
2401
2438
|
.pelcro-root .plc-max-h-72 {
|
|
2402
2439
|
max-height: 18rem;
|
|
2403
2440
|
}
|
|
@@ -2562,6 +2599,10 @@ apple-pay-button {
|
|
|
2562
2599
|
padding-left: 1rem;
|
|
2563
2600
|
}
|
|
2564
2601
|
|
|
2602
|
+
.pelcro-root .plc-pr-6 {
|
|
2603
|
+
padding-right: 1.5rem;
|
|
2604
|
+
}
|
|
2605
|
+
|
|
2565
2606
|
.pelcro-root .plc-pr-8 {
|
|
2566
2607
|
padding-right: 2rem;
|
|
2567
2608
|
}
|
|
@@ -2668,6 +2709,11 @@ apple-pay-button {
|
|
|
2668
2709
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2669
2710
|
}
|
|
2670
2711
|
|
|
2712
|
+
.pelcro-root .plc-shadow-md_dark {
|
|
2713
|
+
--tw-shadow: 0 0px 6px -1px rgba(0, 0, 0, 0.1), 0 0px 4px -1px rgba(0, 0, 0, 0.4);
|
|
2714
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2715
|
+
}
|
|
2716
|
+
|
|
2671
2717
|
.pelcro-root .plc-shadow-lg {
|
|
2672
2718
|
--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
|
2673
2719
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
@@ -2775,6 +2821,10 @@ apple-pay-button {
|
|
|
2775
2821
|
text-align: center;
|
|
2776
2822
|
}
|
|
2777
2823
|
|
|
2824
|
+
.pelcro-root .plc-text-justify {
|
|
2825
|
+
text-align: justify;
|
|
2826
|
+
}
|
|
2827
|
+
|
|
2778
2828
|
.pelcro-root .plc-text-primary-400 {
|
|
2779
2829
|
color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), calc(var(--plc-primary-lightness) + 10%));
|
|
2780
2830
|
}
|
|
@@ -3260,6 +3310,10 @@ apple-pay-button {
|
|
|
3260
3310
|
}
|
|
3261
3311
|
}
|
|
3262
3312
|
|
|
3313
|
+
/* Hide scrollbar for Chrome, Safari and Opera */
|
|
3314
|
+
|
|
3315
|
+
/* Hide scrollbar for IE, Edge and Firefox */
|
|
3316
|
+
|
|
3263
3317
|
@media (min-width: 640px) {
|
|
3264
3318
|
.pelcro-root .sm\:plc-space-y-0 > :not([hidden]) ~ :not([hidden]) {
|
|
3265
3319
|
--tw-space-y-reverse: 0;
|