@timus-networks/theme 2.4.90 → 2.4.91

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.90",
4
+ "version": "2.4.91",
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.90";
14
+ const version = "2.4.91";
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 = {
@@ -1244,7 +1244,7 @@ $menu: map.merge(
1244
1244
  'item-font-size': getCssVar('font-size-base'),
1245
1245
  'item-hover-fill': getCssVar('color-primary-light-9'),
1246
1246
  'border-color': getCssVar('border-color'),
1247
- 'base-level-padding': 8px,
1247
+ 'base-level-padding': 16px,
1248
1248
  'level-padding': 20px,
1249
1249
  'icon-width': 14px,
1250
1250
  'border-radius': 4px,
@@ -10197,7 +10197,7 @@ h6,
10197
10197
  --el-menu-item-font-size: var(--el-font-size-base);
10198
10198
  --el-menu-item-hover-fill: var(--el-color-primary-light-9);
10199
10199
  --el-menu-border-color: var(--el-border-color);
10200
- --el-menu-base-level-padding: 8px;
10200
+ --el-menu-base-level-padding: 16px;
10201
10201
  --el-menu-level-padding: 20px;
10202
10202
  --el-menu-icon-width: 14px;
10203
10203
  --el-menu-border-radius: 4px;
@@ -10336,7 +10336,7 @@ h6,
10336
10336
  box-shadow: var(--el-box-shadow-light);
10337
10337
  }
10338
10338
  .el-menu--popup .el-menu-item {
10339
- padding: 0 var(--el-menu-base-level-padding);
10339
+ padding: 0 12px;
10340
10340
  height: var(--el-menu-horizontal-sub-item-height);
10341
10341
  }
10342
10342
 
@@ -433,7 +433,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
433
433
  --el-menu-item-font-size: var(--el-font-size-base);
434
434
  --el-menu-item-hover-fill: var(--el-color-primary-light-9);
435
435
  --el-menu-border-color: var(--el-border-color);
436
- --el-menu-base-level-padding: 8px;
436
+ --el-menu-base-level-padding: 16px;
437
437
  --el-menu-level-padding: 20px;
438
438
  --el-menu-icon-width: 14px;
439
439
  --el-menu-border-radius: 4px;
@@ -572,7 +572,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
572
572
  box-shadow: var(--el-box-shadow-light);
573
573
  }
574
574
  .el-menu--popup .el-menu-item {
575
- padding: 0 var(--el-menu-base-level-padding);
575
+ padding: 0 12px;
576
576
  height: var(--el-menu-horizontal-sub-item-height);
577
577
  }
578
578
 
@@ -224,7 +224,7 @@
224
224
  box-shadow: getCssVar('box-shadow-light');
225
225
 
226
226
  .#{$namespace}-menu-item {
227
- padding: 0 getCssVar('menu-base-level-padding');
227
+ padding: 0 12px;
228
228
  height: getCssVar('menu-horizontal-sub-item-height');
229
229
  }
230
230
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
- "version": "2.4.90",
3
+ "version": "2.4.91",
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": {