@pelcro/react-pelcro-js 3.37.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/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;
@@ -2193,6 +2199,10 @@ apple-pay-button {
2193
2199
  height: 9rem;
2194
2200
  }
2195
2201
 
2202
+ .pelcro-root .plc-h-40 {
2203
+ height: 10rem;
2204
+ }
2205
+
2196
2206
  .pelcro-root .plc-h-52 {
2197
2207
  height: 13rem;
2198
2208
  }
@@ -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;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pelcro/react-pelcro-js",
3
3
  "description": "Pelcro's React UI Elements",
4
- "version": "3.37.0",
4
+ "version": "3.38.0",
5
5
  "license": "MIT",
6
6
  "private": false,
7
7
  "main": "dist/index.cjs.js",