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

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
@@ -2104,10 +2104,6 @@ apple-pay-button {
2104
2104
  right: 1.25rem;
2105
2105
  }
2106
2106
 
2107
- .pelcro-root .plc-right-10{
2108
- right: 2.5rem;
2109
- }
2110
-
2111
2107
  .pelcro-root .plc--right-14{
2112
2108
  right: -3.5rem;
2113
2109
  }
@@ -2124,6 +2120,10 @@ apple-pay-button {
2124
2120
  left: 0px;
2125
2121
  }
2126
2122
 
2123
+ .pelcro-root .plc-left-2{
2124
+ left: 0.5rem;
2125
+ }
2126
+
2127
2127
  .pelcro-root .plc-left-4{
2128
2128
  left: 1rem;
2129
2129
  }
@@ -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
 
@@ -3865,6 +3860,10 @@ apple-pay-button {
3865
3860
  right: 2.5rem;
3866
3861
  }
3867
3862
 
3863
+ .pelcro-root .md\:plc-left-10{
3864
+ left: 2.5rem;
3865
+ }
3866
+
3868
3867
  .pelcro-root .md\:plc-mx-auto{
3869
3868
  margin-left: auto;
3870
3869
  margin-right: auto;
@@ -3957,10 +3956,6 @@ apple-pay-button {
3957
3956
  }
3958
3957
 
3959
3958
  @media (min-width: 1024px){
3960
- .pelcro-root .lg\:plc-hidden{
3961
- display: none;
3962
- }
3963
-
3964
3959
  .pelcro-root .lg\:plc-w-3\/12{
3965
3960
  width: 25%;
3966
3961
  }
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.65",
5
5
  "license": "MIT",
6
6
  "private": false,
7
7
  "main": "dist/index.cjs.js",