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

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
  }
@@ -3860,6 +3860,10 @@ apple-pay-button {
3860
3860
  right: 2.5rem;
3861
3861
  }
3862
3862
 
3863
+ .pelcro-root .md\:plc-left-10{
3864
+ left: 2.5rem;
3865
+ }
3866
+
3863
3867
  .pelcro-root .md\:plc-mx-auto{
3864
3868
  margin-left: auto;
3865
3869
  margin-right: auto;
@@ -3952,10 +3956,6 @@ apple-pay-button {
3952
3956
  }
3953
3957
 
3954
3958
  @media (min-width: 1024px){
3955
- .pelcro-root .lg\:plc-hidden{
3956
- display: none;
3957
- }
3958
-
3959
3959
  .pelcro-root .lg\:plc-w-3\/12{
3960
3960
  width: 25%;
3961
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.64",
4
+ "version": "4.0.0-alpha.66",
5
5
  "license": "MIT",
6
6
  "private": false,
7
7
  "main": "dist/index.cjs.js",
@@ -77,8 +77,8 @@
77
77
  "postcss-import": "^14.0.0",
78
78
  "postcss-loader": "4.2.0",
79
79
  "prettier": "2.3.1",
80
- "react": "16.8.0",
81
- "react-dom": "16.8.0",
80
+ "react": "17.0.0",
81
+ "react-dom": "17.0.0",
82
82
  "react-ga": "^2.7.0",
83
83
  "react-refresh": "^0.9.0",
84
84
  "react-test-renderer": "^17.0.2",