@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 CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
3
  "configKey": "themeOptions",
4
- "version": "2.4.179",
4
+ "version": "2.4.180",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "0.8.4",
7
7
  "unbuild": "2.0.0"
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.179";
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: 28px;
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: 28px;
10431
+ height: 32px;
10432
10432
  font-size: 12px;
10433
+ font-weight: 500;
10433
10434
  }
10434
10435
 
10435
10436
  .el-menu .el-icon {
@@ -583,8 +583,9 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
583
583
  .el-menu--popup .el-menu-item {
584
584
  padding: 0 8px;
585
585
  margin: 0 8px;
586
- height: 28px;
586
+ height: 32px;
587
587
  font-size: 12px;
588
+ font-weight: 500;
588
589
  }
589
590
 
590
591
  .el-menu .el-icon {
@@ -238,8 +238,9 @@
238
238
  .#{$namespace}-menu-item {
239
239
  padding: 0 8px;
240
240
  margin: 0 8px;
241
- height: 28px;
241
+ height: 32px;
242
242
  font-size: 12px;
243
+ font-weight: 500;
243
244
  }
244
245
  }
245
246
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
- "version": "2.4.180",
3
+ "version": "2.4.181",
4
4
  "description": "A comprehensive Nuxt.js module providing a tailored theme experience with integrated TailwindCSS support for applications.",
5
5
  "type": "module",
6
6
  "exports": {