@timus-networks/theme 2.4.30 → 2.4.31

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.30",
4
+ "version": "2.4.31",
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.30";
14
+ const version = "2.4.31";
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 = {
@@ -29,7 +29,7 @@ export function useBreadcrumb() {
29
29
  const found = tabList.value.find((item) => item === (tab || route.query.tab));
30
30
  activeTab.value = found || tabList.value[0];
31
31
  initial && tabChanged({ paneName: activeTab.value });
32
- }, 50);
32
+ }, 111);
33
33
  };
34
34
  const setupBreadcrumbs = (tabs) => {
35
35
  console.log("CpMS");
@@ -9814,6 +9814,7 @@ heights > $common-component-size
9814
9814
  font-weight: var(--el-link-font-weight);
9815
9815
  color: var(--el-link-text-color);
9816
9816
  border-bottom: 1px solid transparent;
9817
+ line-height: normal;
9817
9818
  }
9818
9819
  .el-link:hover {
9819
9820
  color: var(--el-link-hover-text-color);
@@ -325,6 +325,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
325
325
  font-weight: var(--el-link-font-weight);
326
326
  color: var(--el-link-text-color);
327
327
  border-bottom: 1px solid transparent;
328
+ line-height: normal;
328
329
  }
329
330
  .el-link:hover {
330
331
  color: var(--el-link-hover-text-color);
@@ -25,6 +25,7 @@
25
25
  font-weight: getCssVar('link', 'font-weight');
26
26
  color: getCssVar('link', 'text-color');
27
27
  border-bottom: 1px solid transparent;
28
+ line-height: normal;
28
29
 
29
30
  &:hover {
30
31
  color: getCssVar('link', 'hover-text-color');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
- "version": "2.4.30",
3
+ "version": "2.4.31",
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": {