@pelcro/react-pelcro-js 3.26.0-beta.6 → 3.26.0-beta.61

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
@@ -2063,6 +2063,10 @@ apple-pay-button {
2063
2063
  display: none;
2064
2064
  }
2065
2065
 
2066
+ .pelcro-root .plc-flex-row {
2067
+ flex-direction: row;
2068
+ }
2069
+
2066
2070
  .pelcro-root .plc-flex-row-reverse {
2067
2071
  flex-direction: row-reverse;
2068
2072
  }
@@ -2187,6 +2191,10 @@ apple-pay-button {
2187
2191
  height: 3.5rem;
2188
2192
  }
2189
2193
 
2194
+ .pelcro-root .plc-h-16 {
2195
+ height: 4rem;
2196
+ }
2197
+
2190
2198
  .pelcro-root .plc-h-20 {
2191
2199
  height: 5rem;
2192
2200
  }
@@ -2270,6 +2278,11 @@ apple-pay-button {
2270
2278
  margin: 0.125rem;
2271
2279
  }
2272
2280
 
2281
+ .pelcro-root .plc-my-1 {
2282
+ margin-top: 0.25rem;
2283
+ margin-bottom: 0.25rem;
2284
+ }
2285
+
2273
2286
  .pelcro-root .plc-my-2 {
2274
2287
  margin-top: 0.5rem;
2275
2288
  margin-bottom: 0.5rem;
@@ -2285,6 +2298,11 @@ apple-pay-button {
2285
2298
  margin-bottom: 1rem;
2286
2299
  }
2287
2300
 
2301
+ .pelcro-root .plc-my-auto {
2302
+ margin-top: auto;
2303
+ margin-bottom: auto;
2304
+ }
2305
+
2288
2306
  .pelcro-root .plc-mx-auto {
2289
2307
  margin-left: auto;
2290
2308
  margin-right: auto;
@@ -2398,6 +2416,10 @@ apple-pay-button {
2398
2416
  max-height: 12rem;
2399
2417
  }
2400
2418
 
2419
+ .pelcro-root .plc-max-h-52 {
2420
+ max-height: 13rem;
2421
+ }
2422
+
2401
2423
  .pelcro-root .plc-max-h-72 {
2402
2424
  max-height: 18rem;
2403
2425
  }
@@ -2562,6 +2584,10 @@ apple-pay-button {
2562
2584
  padding-left: 1rem;
2563
2585
  }
2564
2586
 
2587
+ .pelcro-root .plc-pr-6 {
2588
+ padding-right: 1.5rem;
2589
+ }
2590
+
2565
2591
  .pelcro-root .plc-pr-8 {
2566
2592
  padding-right: 2rem;
2567
2593
  }
@@ -2668,6 +2694,11 @@ apple-pay-button {
2668
2694
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2669
2695
  }
2670
2696
 
2697
+ .pelcro-root .plc-shadow-md_dark {
2698
+ --tw-shadow: 0 0px 6px -1px rgba(0, 0, 0, 0.1), 0 0px 4px -1px rgba(0, 0, 0, 0.4);
2699
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2700
+ }
2701
+
2671
2702
  .pelcro-root .plc-shadow-lg {
2672
2703
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
2673
2704
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
@@ -2775,6 +2806,10 @@ apple-pay-button {
2775
2806
  text-align: center;
2776
2807
  }
2777
2808
 
2809
+ .pelcro-root .plc-text-justify {
2810
+ text-align: justify;
2811
+ }
2812
+
2778
2813
  .pelcro-root .plc-text-primary-400 {
2779
2814
  color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), calc(var(--plc-primary-lightness) + 10%));
2780
2815
  }
@@ -3260,6 +3295,10 @@ apple-pay-button {
3260
3295
  }
3261
3296
  }
3262
3297
 
3298
+ /* Hide scrollbar for Chrome, Safari and Opera */
3299
+
3300
+ /* Hide scrollbar for IE, Edge and Firefox */
3301
+
3263
3302
  @media (min-width: 640px) {
3264
3303
  .pelcro-root .sm\:plc-space-y-0 > :not([hidden]) ~ :not([hidden]) {
3265
3304
  --tw-space-y-reverse: 0;
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-beta.6",
4
+ "version": "3.26.0-beta.61",
5
5
  "license": "MIT",
6
6
  "private": false,
7
7
  "main": "dist/index.cjs.js",