@pelcro/react-pelcro-js 3.26.0-sandbox.2 → 3.26.0-sandbox.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/pelcro.css CHANGED
@@ -1724,6 +1724,12 @@ in order to scope selectors under pelcro-root
1724
1724
 
1725
1725
  /* utilities */
1726
1726
 
1727
+ .pelcro-root .plc-space-x-0 > :not([hidden]) ~ :not([hidden]) {
1728
+ --tw-space-x-reverse: 0;
1729
+ margin-right: calc(0px * var(--tw-space-x-reverse));
1730
+ margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
1731
+ }
1732
+
1727
1733
  .pelcro-root .plc-space-y-2 > :not([hidden]) ~ :not([hidden]) {
1728
1734
  --tw-space-y-reverse: 0;
1729
1735
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
@@ -1736,6 +1742,12 @@ in order to scope selectors under pelcro-root
1736
1742
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
1737
1743
  }
1738
1744
 
1745
+ .pelcro-root .plc-space-y-3 > :not([hidden]) ~ :not([hidden]) {
1746
+ --tw-space-y-reverse: 0;
1747
+ margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
1748
+ margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
1749
+ }
1750
+
1739
1751
  .pelcro-root .plc-space-x-3 > :not([hidden]) ~ :not([hidden]) {
1740
1752
  --tw-space-x-reverse: 0;
1741
1753
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
@@ -2320,6 +2332,10 @@ in order to scope selectors under pelcro-root
2320
2332
  margin-top: auto;
2321
2333
  }
2322
2334
 
2335
+ .pelcro-root .plc-mr-auto {
2336
+ margin-right: auto;
2337
+ }
2338
+
2323
2339
  .pelcro-root .plc-ml-auto {
2324
2340
  margin-left: auto;
2325
2341
  }
@@ -3218,6 +3234,25 @@ in order to scope selectors under pelcro-root
3218
3234
  }
3219
3235
 
3220
3236
  @media (min-width: 768px) {
3237
+ .pelcro-root .md\:plc-space-y-0 > :not([hidden]) ~ :not([hidden]) {
3238
+ --tw-space-y-reverse: 0;
3239
+ margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
3240
+ margin-bottom: calc(0px * var(--tw-space-y-reverse));
3241
+ }
3242
+
3243
+ .pelcro-root .md\:plc-space-x-3 > :not([hidden]) ~ :not([hidden]) {
3244
+ --tw-space-x-reverse: 0;
3245
+ margin-right: calc(0.75rem * var(--tw-space-x-reverse));
3246
+ margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
3247
+ }
3248
+
3249
+ .pelcro-root .md\:plc-flex-row {
3250
+ flex-direction: row;
3251
+ }
3252
+
3253
+ .pelcro-root .md\:plc-w-2\/5 {
3254
+ width: 40%;
3255
+ }
3221
3256
  }
3222
3257
 
3223
3258
  @media (min-width: 1024px) {
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.26.0-sandbox.2",
4
+ "version": "3.26.0-sandbox.21",
5
5
  "license": "MIT",
6
6
  "private": false,
7
7
  "main": "dist/index.cjs.js",