@timus-networks/theme 2.4.103 → 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.102",
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.102";
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 = {
@@ -432,7 +432,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
432
432
  .el-dialog__footer {
433
433
  display: flex;
434
434
  gap: 30px;
435
- padding-top: var(--el-dialog-padding-primary);
435
+ padding-top: 12px;
436
436
  text-align: right;
437
437
  box-sizing: border-box;
438
438
  }
@@ -103,7 +103,7 @@
103
103
  @include e(footer) {
104
104
  display: flex;
105
105
  gap: 30px;
106
- padding-top: getCssVar('dialog', 'padding-primary');
106
+ padding-top: 12px;
107
107
  text-align: right;
108
108
  box-sizing: border-box;
109
109
 
@@ -8227,7 +8227,7 @@ heights > $common-component-size
8227
8227
  .el-dialog__footer {
8228
8228
  display: flex;
8229
8229
  gap: 30px;
8230
- padding-top: var(--el-dialog-padding-primary);
8230
+ padding-top: 12px;
8231
8231
  text-align: right;
8232
8232
  box-sizing: border-box;
8233
8233
  }
@@ -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.103",
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": {