@timus-networks/theme 2.4.211 → 2.4.212

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.210",
4
+ "version": "2.4.211",
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.210";
14
+ const version = "2.4.211";
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 = {
@@ -11578,7 +11578,7 @@ heights > $common-component-size
11578
11578
  }
11579
11579
 
11580
11580
  .el-message-box__title {
11581
- font-size: var(--el-messagebox-font-size);
11581
+ font-size: var(--el-messagebox-title-font-size);
11582
11582
  line-height: var(--el-messagebox-font-line-height);
11583
11583
  color: var(--el-messagebox-title-color);
11584
11584
  font-weight: 500;
@@ -10686,7 +10686,7 @@ h6,
10686
10686
  }
10687
10687
 
10688
10688
  .el-message-box__title {
10689
- font-size: var(--el-messagebox-font-size);
10689
+ font-size: var(--el-messagebox-title-font-size);
10690
10690
  line-height: var(--el-messagebox-font-line-height);
10691
10691
  color: var(--el-messagebox-title-color);
10692
10692
  font-weight: 500;
@@ -399,7 +399,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
399
399
  }
400
400
 
401
401
  .el-message-box__title {
402
- font-size: var(--el-messagebox-font-size);
402
+ font-size: var(--el-messagebox-title-font-size);
403
403
  line-height: var(--el-messagebox-font-line-height);
404
404
  color: var(--el-messagebox-title-color);
405
405
  font-weight: 500;
@@ -70,7 +70,7 @@
70
70
  }
71
71
 
72
72
  @include e(title) {
73
- font-size: getCssVar('messagebox-font-size');
73
+ font-size: getCssVar('messagebox-title-font-size');
74
74
  line-height: getCssVar('messagebox-font-line-height');
75
75
  color: getCssVar('messagebox-title-color');
76
76
  font-weight: 500;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
- "version": "2.4.211",
3
+ "version": "2.4.212",
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": {