@timus-networks/theme 2.4.104 → 2.4.105

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.103",
4
+ "version": "2.4.104",
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.103";
14
+ const version = "2.4.104";
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 = {
@@ -9952,6 +9952,7 @@ h6,
9952
9952
  font-size: var(--el-link-font-size);
9953
9953
  font-weight: var(--el-link-font-weight);
9954
9954
  color: var(--el-link-text-color);
9955
+ line-height: initial;
9955
9956
  }
9956
9957
  .el-link:hover {
9957
9958
  color: var(--el-link-hover-text-color);
@@ -435,6 +435,7 @@ h6,
435
435
  font-size: var(--el-link-font-size);
436
436
  font-weight: var(--el-link-font-weight);
437
437
  color: var(--el-link-text-color);
438
+ line-height: initial;
438
439
  }
439
440
  .el-link:hover {
440
441
  color: var(--el-link-hover-text-color);
@@ -26,6 +26,7 @@
26
26
  font-size: getCssVar('link', 'font-size');
27
27
  font-weight: getCssVar('link', 'font-weight');
28
28
  color: getCssVar('link', 'text-color');
29
+ line-height: initial;
29
30
  // border-bottom: 1px solid transparent;
30
31
 
31
32
  &:hover {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
- "version": "2.4.104",
3
+ "version": "2.4.105",
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": {