@pelcro/react-pelcro-js 3.2.0-beta.32 → 3.2.0-beta.35

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
@@ -2005,6 +2005,10 @@ in order to scope selectors under pelcro-root
2005
2005
  cursor: pointer;
2006
2006
  }
2007
2007
 
2008
+ .pelcro-root .plc-block {
2009
+ display: block;
2010
+ }
2011
+
2008
2012
  .pelcro-root .plc-inline-block {
2009
2013
  display: inline-block;
2010
2014
  }
@@ -2263,6 +2267,10 @@ in order to scope selectors under pelcro-root
2263
2267
  margin-top: 0.75rem;
2264
2268
  }
2265
2269
 
2270
+ .pelcro-root .plc-mb-3 {
2271
+ margin-bottom: 0.75rem;
2272
+ }
2273
+
2266
2274
  .pelcro-root .plc-ml-3 {
2267
2275
  margin-left: 0.75rem;
2268
2276
  }
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.2.0-beta.32",
4
+ "version": "3.2.0-beta.35",
5
5
  "license": "MIT",
6
6
  "private": false,
7
7
  "main": "dist/index.cjs.js",