@pelcro/react-pelcro-js 3.37.0 → 3.39.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 +955 -92
- package/dist/index.esm.js +955 -92
- package/dist/pelcro.css +30 -0
- 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;
|
|
@@ -1839,6 +1845,11 @@ apple-pay-button {
|
|
|
1839
1845
|
background-color: rgba(180, 48, 43, var(--tw-bg-opacity));
|
|
1840
1846
|
}
|
|
1841
1847
|
|
|
1848
|
+
.pelcro-root .plc-bg-yellow-50 {
|
|
1849
|
+
--tw-bg-opacity: 1;
|
|
1850
|
+
background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
|
|
1851
|
+
}
|
|
1852
|
+
|
|
1842
1853
|
.pelcro-root .plc-bg-yellow-100 {
|
|
1843
1854
|
--tw-bg-opacity: 1;
|
|
1844
1855
|
background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
|
|
@@ -1956,6 +1967,11 @@ apple-pay-button {
|
|
|
1956
1967
|
border-color: rgba(156, 163, 175, var(--tw-border-opacity));
|
|
1957
1968
|
}
|
|
1958
1969
|
|
|
1970
|
+
.pelcro-root .plc-border-yellow-400 {
|
|
1971
|
+
--tw-border-opacity: 1;
|
|
1972
|
+
border-color: rgba(251, 191, 36, var(--tw-border-opacity));
|
|
1973
|
+
}
|
|
1974
|
+
|
|
1959
1975
|
.pelcro-root .plc-border-green-400 {
|
|
1960
1976
|
--tw-border-opacity: 1;
|
|
1961
1977
|
border-color: rgba(52, 211, 153, var(--tw-border-opacity));
|
|
@@ -2193,6 +2209,10 @@ apple-pay-button {
|
|
|
2193
2209
|
height: 9rem;
|
|
2194
2210
|
}
|
|
2195
2211
|
|
|
2212
|
+
.pelcro-root .plc-h-40 {
|
|
2213
|
+
height: 10rem;
|
|
2214
|
+
}
|
|
2215
|
+
|
|
2196
2216
|
.pelcro-root .plc-h-52 {
|
|
2197
2217
|
height: 13rem;
|
|
2198
2218
|
}
|
|
@@ -2276,6 +2296,11 @@ apple-pay-button {
|
|
|
2276
2296
|
margin-bottom: 1rem;
|
|
2277
2297
|
}
|
|
2278
2298
|
|
|
2299
|
+
.pelcro-root .plc-my-6 {
|
|
2300
|
+
margin-top: 1.5rem;
|
|
2301
|
+
margin-bottom: 1.5rem;
|
|
2302
|
+
}
|
|
2303
|
+
|
|
2279
2304
|
.pelcro-root .plc-my-auto {
|
|
2280
2305
|
margin-top: auto;
|
|
2281
2306
|
margin-bottom: auto;
|
|
@@ -2819,6 +2844,11 @@ apple-pay-button {
|
|
|
2819
2844
|
color: rgba(245, 158, 11, var(--tw-text-opacity));
|
|
2820
2845
|
}
|
|
2821
2846
|
|
|
2847
|
+
.pelcro-root .plc-text-yellow-600 {
|
|
2848
|
+
--tw-text-opacity: 1;
|
|
2849
|
+
color: rgba(217, 119, 6, var(--tw-text-opacity));
|
|
2850
|
+
}
|
|
2851
|
+
|
|
2822
2852
|
.pelcro-root .plc-text-yellow-700 {
|
|
2823
2853
|
--tw-text-opacity: 1;
|
|
2824
2854
|
color: rgba(180, 83, 9, var(--tw-text-opacity));
|