@pelcro/react-pelcro-js 4.0.0-alpha.63 → 4.0.0-alpha.64

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
@@ -2382,6 +2382,10 @@ apple-pay-button {
2382
2382
  height: 3rem;
2383
2383
  }
2384
2384
 
2385
+ .pelcro-root .plc-h-16{
2386
+ height: 4rem;
2387
+ }
2388
+
2385
2389
  .pelcro-root .plc-h-20{
2386
2390
  height: 5rem;
2387
2391
  }
@@ -2398,10 +2402,6 @@ apple-pay-button {
2398
2402
  height: 9rem;
2399
2403
  }
2400
2404
 
2401
- .pelcro-root .plc-h-40{
2402
- height: 10rem;
2403
- }
2404
-
2405
2405
  .pelcro-root .plc-h-52{
2406
2406
  height: 13rem;
2407
2407
  }
@@ -3340,6 +3340,10 @@ apple-pay-button {
3340
3340
  text-align: center;
3341
3341
  }
3342
3342
 
3343
+ .pelcro-root .plc-text-justify{
3344
+ text-align: justify;
3345
+ }
3346
+
3343
3347
  .pelcro-root .plc-align-top{
3344
3348
  vertical-align: top;
3345
3349
  }
@@ -3745,17 +3749,8 @@ apple-pay-button {
3745
3749
 
3746
3750
  /* Hide scrollbar for Chrome, Safari and Opera */
3747
3751
 
3748
- .no-scrollbar::-webkit-scrollbar {
3749
- display: none;
3750
- }
3751
-
3752
3752
  /* Hide scrollbar for IE, Edge and Firefox */
3753
3753
 
3754
- .no-scrollbar {
3755
- -ms-overflow-style: none; /* IE and Edge */
3756
- scrollbar-width: none; /* Firefox */
3757
- }
3758
-
3759
3754
  @media (min-width: 425px){
3760
3755
  }
3761
3756
 
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": "4.0.0-alpha.63",
4
+ "version": "4.0.0-alpha.64",
5
5
  "license": "MIT",
6
6
  "private": false,
7
7
  "main": "dist/index.cjs.js",