@pelcro/react-pelcro-js 3.36.0 → 3.38.0
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 +1176 -239
- package/dist/index.esm.js +1177 -239
- package/dist/pelcro.css +24 -9
- package/package.json +1 -1
package/dist/pelcro.css
CHANGED
|
@@ -1768,6 +1768,12 @@ apple-pay-button {
|
|
|
1768
1768
|
margin-bottom: calc(1rem * var(--tw-space-y-reverse));
|
|
1769
1769
|
}
|
|
1770
1770
|
|
|
1771
|
+
.pelcro-root .plc-space-x-8 > :not([hidden]) ~ :not([hidden]) {
|
|
1772
|
+
--tw-space-x-reverse: 0;
|
|
1773
|
+
margin-right: calc(2rem * var(--tw-space-x-reverse));
|
|
1774
|
+
margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
|
|
1775
|
+
}
|
|
1776
|
+
|
|
1771
1777
|
.pelcro-root .plc-appearance-none {
|
|
1772
1778
|
-webkit-appearance: none;
|
|
1773
1779
|
appearance: none;
|
|
@@ -2173,6 +2179,10 @@ apple-pay-button {
|
|
|
2173
2179
|
height: 3.5rem;
|
|
2174
2180
|
}
|
|
2175
2181
|
|
|
2182
|
+
.pelcro-root .plc-h-16 {
|
|
2183
|
+
height: 4rem;
|
|
2184
|
+
}
|
|
2185
|
+
|
|
2176
2186
|
.pelcro-root .plc-h-20 {
|
|
2177
2187
|
height: 5rem;
|
|
2178
2188
|
}
|
|
@@ -2276,6 +2286,11 @@ apple-pay-button {
|
|
|
2276
2286
|
margin-bottom: 1rem;
|
|
2277
2287
|
}
|
|
2278
2288
|
|
|
2289
|
+
.pelcro-root .plc-my-6 {
|
|
2290
|
+
margin-top: 1.5rem;
|
|
2291
|
+
margin-bottom: 1.5rem;
|
|
2292
|
+
}
|
|
2293
|
+
|
|
2279
2294
|
.pelcro-root .plc-my-auto {
|
|
2280
2295
|
margin-top: auto;
|
|
2281
2296
|
margin-bottom: auto;
|
|
@@ -2636,6 +2651,11 @@ apple-pay-button {
|
|
|
2636
2651
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2637
2652
|
}
|
|
2638
2653
|
|
|
2654
|
+
.pelcro-root .plc-shadow-md_dark {
|
|
2655
|
+
--tw-shadow: 0 0px 6px -1px rgba(0, 0, 0, 0.1), 0 0px 4px -1px rgba(0, 0, 0, 0.4);
|
|
2656
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2657
|
+
}
|
|
2658
|
+
|
|
2639
2659
|
.pelcro-root .plc-shadow-lg {
|
|
2640
2660
|
--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
|
2641
2661
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
@@ -2743,6 +2763,10 @@ apple-pay-button {
|
|
|
2743
2763
|
text-align: center;
|
|
2744
2764
|
}
|
|
2745
2765
|
|
|
2766
|
+
.pelcro-root .plc-text-justify {
|
|
2767
|
+
text-align: justify;
|
|
2768
|
+
}
|
|
2769
|
+
|
|
2746
2770
|
.pelcro-root .plc-text-primary-400 {
|
|
2747
2771
|
color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), calc(var(--plc-primary-lightness) + 10%));
|
|
2748
2772
|
}
|
|
@@ -3206,17 +3230,8 @@ apple-pay-button {
|
|
|
3206
3230
|
|
|
3207
3231
|
/* Hide scrollbar for Chrome, Safari and Opera */
|
|
3208
3232
|
|
|
3209
|
-
.no-scrollbar::-webkit-scrollbar {
|
|
3210
|
-
display: none;
|
|
3211
|
-
}
|
|
3212
|
-
|
|
3213
3233
|
/* Hide scrollbar for IE, Edge and Firefox */
|
|
3214
3234
|
|
|
3215
|
-
.no-scrollbar {
|
|
3216
|
-
-ms-overflow-style: none; /* IE and Edge */
|
|
3217
|
-
scrollbar-width: none; /* Firefox */
|
|
3218
|
-
}
|
|
3219
|
-
|
|
3220
3235
|
@media (min-width: 640px) {
|
|
3221
3236
|
.pelcro-root .sm\:plc-space-y-0 > :not([hidden]) ~ :not([hidden]) {
|
|
3222
3237
|
--tw-space-y-reverse: 0;
|