@pelcro/react-pelcro-js 2.7.0 → 3.0.0-beta.3
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/index.cjs.js +1013 -609
- package/dist/index.esm.js +1010 -610
- package/dist/pelcro.css +8 -0
- package/package.json +1 -1
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
|
}
|