sccoreui 6.2.61 → 6.2.63

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.
Files changed (2) hide show
  1. package/dist/App.scss +4 -0
  2. package/package.json +1 -1
package/dist/App.scss CHANGED
@@ -223,6 +223,10 @@ code {
223
223
  padding-right: 60px !important;
224
224
  }
225
225
 
226
+ .h-32 {
227
+ height: 32px;
228
+ }
229
+
226
230
  // h1 {
227
231
  // font-size: var(--fs-24);
228
232
  // font-weight: var(--fw-600);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sccoreui",
3
- "version": "6.2.61",
3
+ "version": "6.2.63",
4
4
  "description": "ui-sccore",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",