@pelcro/react-pelcro-js 3.26.0-beta.53 → 3.26.0-beta.55

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
@@ -2191,6 +2191,10 @@ apple-pay-button {
2191
2191
  height: 3.5rem;
2192
2192
  }
2193
2193
 
2194
+ .pelcro-root .plc-h-16 {
2195
+ height: 4rem;
2196
+ }
2197
+
2194
2198
  .pelcro-root .plc-h-20 {
2195
2199
  height: 5rem;
2196
2200
  }
@@ -2207,10 +2211,6 @@ apple-pay-button {
2207
2211
  height: 9rem;
2208
2212
  }
2209
2213
 
2210
- .pelcro-root .plc-h-40 {
2211
- height: 10rem;
2212
- }
2213
-
2214
2214
  .pelcro-root .plc-h-52 {
2215
2215
  height: 13rem;
2216
2216
  }
@@ -2694,6 +2694,11 @@ apple-pay-button {
2694
2694
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2695
2695
  }
2696
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
+
2697
2702
  .pelcro-root .plc-shadow-lg {
2698
2703
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
2699
2704
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
@@ -2801,6 +2806,10 @@ apple-pay-button {
2801
2806
  text-align: center;
2802
2807
  }
2803
2808
 
2809
+ .pelcro-root .plc-text-justify {
2810
+ text-align: justify;
2811
+ }
2812
+
2804
2813
  .pelcro-root .plc-text-primary-400 {
2805
2814
  color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), calc(var(--plc-primary-lightness) + 10%));
2806
2815
  }
@@ -3288,17 +3297,8 @@ apple-pay-button {
3288
3297
 
3289
3298
  /* Hide scrollbar for Chrome, Safari and Opera */
3290
3299
 
3291
- .no-scrollbar::-webkit-scrollbar {
3292
- display: none;
3293
- }
3294
-
3295
3300
  /* Hide scrollbar for IE, Edge and Firefox */
3296
3301
 
3297
- .no-scrollbar {
3298
- -ms-overflow-style: none; /* IE and Edge */
3299
- scrollbar-width: none; /* Firefox */
3300
- }
3301
-
3302
3302
  @media (min-width: 640px) {
3303
3303
  .pelcro-root .sm\:plc-space-y-0 > :not([hidden]) ~ :not([hidden]) {
3304
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.53",
4
+ "version": "3.26.0-beta.55",
5
5
  "license": "MIT",
6
6
  "private": false,
7
7
  "main": "dist/index.cjs.js",