@timus-networks/theme 2.4.180 → 2.4.181
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/module.json +1 -1
- package/dist/module.mjs +1 -1
- package/dist/runtime/assets/scss/main.css +2 -1
- package/dist/runtime/public/scss/element-plus/index.css +2 -1
- package/dist/runtime/public/scss/element-plus/menu.css +2 -1
- package/dist/runtime/public/scss/element-plus/menu.scss +2 -1
- package/package.json +1 -1
package/dist/module.json
CHANGED
package/dist/module.mjs
CHANGED
|
@@ -11,7 +11,7 @@ const __filename = __cjs_url__.fileURLToPath(import.meta.url);
|
|
|
11
11
|
const __dirname = __cjs_path__.dirname(__filename);
|
|
12
12
|
const require = __cjs_mod__.createRequire(import.meta.url);
|
|
13
13
|
const name = "@timus-networks/theme";
|
|
14
|
-
const version = "2.4.
|
|
14
|
+
const version = "2.4.180";
|
|
15
15
|
const description = "A comprehensive Nuxt.js module providing a tailored theme experience with integrated TailwindCSS support for applications.";
|
|
16
16
|
const type = "module";
|
|
17
17
|
const exports = {
|
|
@@ -11315,8 +11315,9 @@ heights > $common-component-size
|
|
|
11315
11315
|
.el-menu--popup .el-menu-item {
|
|
11316
11316
|
padding: 0 8px;
|
|
11317
11317
|
margin: 0 8px;
|
|
11318
|
-
height:
|
|
11318
|
+
height: 32px;
|
|
11319
11319
|
font-size: 12px;
|
|
11320
|
+
font-weight: 500;
|
|
11320
11321
|
}
|
|
11321
11322
|
|
|
11322
11323
|
.el-menu .el-icon {
|
|
@@ -10428,8 +10428,9 @@ h6,
|
|
|
10428
10428
|
.el-menu--popup .el-menu-item {
|
|
10429
10429
|
padding: 0 8px;
|
|
10430
10430
|
margin: 0 8px;
|
|
10431
|
-
height:
|
|
10431
|
+
height: 32px;
|
|
10432
10432
|
font-size: 12px;
|
|
10433
|
+
font-weight: 500;
|
|
10433
10434
|
}
|
|
10434
10435
|
|
|
10435
10436
|
.el-menu .el-icon {
|
package/package.json
CHANGED