@pelcro/react-pelcro-js 2.7.0-beta.10 → 2.7.0-beta.11

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
@@ -2135,6 +2135,10 @@ in order to scope selectors under pelcro-root
2135
2135
  height: 6rem;
2136
2136
  }
2137
2137
 
2138
+ .pelcro-root .plc-h-32 {
2139
+ height: 8rem;
2140
+ }
2141
+
2138
2142
  .pelcro-root .plc-h-36 {
2139
2143
  height: 9rem;
2140
2144
  }
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": "2.7.0-beta.10",
4
+ "version": "2.7.0-beta.11",
5
5
  "license": "MIT",
6
6
  "private": false,
7
7
  "main": "dist/index.cjs.js",