@pelcro/react-pelcro-js 2.7.0-beta.9 → 3.0.0-beta.2

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
  }
@@ -2755,6 +2759,10 @@ in order to scope selectors under pelcro-root
2755
2759
  vertical-align: middle;
2756
2760
  }
2757
2761
 
2762
+ .pelcro-root .plc-whitespace-pre-line {
2763
+ white-space: pre-line;
2764
+ }
2765
+
2758
2766
  .pelcro-root .plc-break-words {
2759
2767
  overflow-wrap: break-word;
2760
2768
  }
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.9",
4
+ "version": "3.0.0-beta.2",
5
5
  "license": "MIT",
6
6
  "private": false,
7
7
  "main": "dist/index.cjs.js",