@timus-networks/theme 2.4.2 → 2.4.3

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.2",
4
+ "version": "2.4.3",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "0.8.4",
7
7
  "unbuild": "2.0.0"
package/dist/module.mjs CHANGED
@@ -12,7 +12,7 @@ const __filename = __cjs_url__.fileURLToPath(import.meta.url);
12
12
  const __dirname = __cjs_path__.dirname(__filename);
13
13
  const require = __cjs_mod__.createRequire(import.meta.url);
14
14
  const name = "@timus-networks/theme";
15
- const version = "2.4.2";
15
+ const version = "2.4.3";
16
16
  const description = "A comprehensive Nuxt.js module providing a tailored theme experience with integrated TailwindCSS support for applications.";
17
17
  const type = "module";
18
18
  const exports = {
@@ -9808,6 +9808,7 @@ heights > $common-component-size
9808
9808
  font-size: var(--el-link-font-size);
9809
9809
  font-weight: var(--el-link-font-weight);
9810
9810
  color: var(--el-link-text-color);
9811
+ border-bottom: 1px solid transparent;
9811
9812
  }
9812
9813
  .el-link:hover {
9813
9814
  color: var(--el-link-hover-text-color);
@@ -324,6 +324,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
324
324
  font-size: var(--el-link-font-size);
325
325
  font-weight: var(--el-link-font-weight);
326
326
  color: var(--el-link-text-color);
327
+ border-bottom: 1px solid transparent;
327
328
  }
328
329
  .el-link:hover {
329
330
  color: var(--el-link-hover-text-color);
@@ -24,6 +24,7 @@
24
24
  font-size: getCssVar('link', 'font-size');
25
25
  font-weight: getCssVar('link', 'font-weight');
26
26
  color: getCssVar('link', 'text-color');
27
+ border-bottom: 1px solid transparent;
27
28
 
28
29
  &:hover {
29
30
  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.2",
3
+ "version": "2.4.3",
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": {