@timus-networks/theme 2.4.204 → 2.4.205

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.203",
4
+ "version": "2.4.204",
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.203";
14
+ const version = "2.4.204";
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 = {
@@ -10356,7 +10356,7 @@ heights > $common-component-size
10356
10356
  line-height: initial;
10357
10357
  display: inline-block;
10358
10358
  padding-left: 8px;
10359
- font-size: 8px;
10359
+ font-size: 10px;
10360
10360
  }
10361
10361
  .el-input__wrapper {
10362
10362
  display: inline-flex;
@@ -11992,6 +11992,7 @@ heights > $common-component-size
11992
11992
  --el-notification-group-margin-left: 13px;
11993
11993
  --el-notification-group-margin-right: 8px;
11994
11994
  --el-notification-content-font-size: var(--el-font-size-base);
11995
+ --el-notification-content-font-line-height: var(--el-line-height-medium);
11995
11996
  --el-notification-content-color: var(--el-color-neutral-light-7);
11996
11997
  --el-notification-title-font-size: 14px;
11997
11998
  --el-notification-title-color: var(--el-color-neutral-light-9);
@@ -12034,7 +12035,7 @@ heights > $common-component-size
12034
12035
 
12035
12036
  .el-notification__content {
12036
12037
  font-size: var(--el-notification-content-font-size);
12037
- line-height: 24px;
12038
+ line-height: 20px;
12038
12039
  margin: 12px 0 0;
12039
12040
  color: var(--el-notification-content-color);
12040
12041
  }
@@ -619,6 +619,7 @@ $notification: map.merge(
619
619
  'group-margin-left': 13px,
620
620
  'group-margin-right': 8px,
621
621
  'content-font-size': getCssVar('font-size-base'),
622
+ 'content-font-line-height': getCssVar('line-height-medium'),
622
623
  'content-color': getCssVar('color-neutral-light-7'),
623
624
  'title-font-size': 14px,
624
625
  'title-color': getCssVar('color-neutral-light-9'),
@@ -9353,7 +9353,7 @@ heights > $common-component-size
9353
9353
  line-height: initial;
9354
9354
  display: inline-block;
9355
9355
  padding-left: 8px;
9356
- font-size: 8px;
9356
+ font-size: 10px;
9357
9357
  }
9358
9358
  .el-input__wrapper {
9359
9359
  display: inline-flex;
@@ -11100,6 +11100,7 @@ h6,
11100
11100
  --el-notification-group-margin-left: 13px;
11101
11101
  --el-notification-group-margin-right: 8px;
11102
11102
  --el-notification-content-font-size: var(--el-font-size-base);
11103
+ --el-notification-content-font-line-height: var(--el-line-height-medium);
11103
11104
  --el-notification-content-color: var(--el-color-neutral-light-7);
11104
11105
  --el-notification-title-font-size: 14px;
11105
11106
  --el-notification-title-color: var(--el-color-neutral-light-9);
@@ -11142,7 +11143,7 @@ h6,
11142
11143
 
11143
11144
  .el-notification__content {
11144
11145
  font-size: var(--el-notification-content-font-size);
11145
- line-height: 24px;
11146
+ line-height: 20px;
11146
11147
  margin: 12px 0 0;
11147
11148
  color: var(--el-notification-content-color);
11148
11149
  }
@@ -451,7 +451,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
451
451
  line-height: initial;
452
452
  display: inline-block;
453
453
  padding-left: 8px;
454
- font-size: 8px;
454
+ font-size: 10px;
455
455
  }
456
456
  .el-input__wrapper {
457
457
  display: inline-flex;
@@ -186,7 +186,7 @@
186
186
  line-height: initial;
187
187
  display: inline-block;
188
188
  padding-left: 8px;
189
- font-size: 8px;
189
+ font-size: 10px;
190
190
  }
191
191
  }
192
192
 
@@ -311,6 +311,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
311
311
  --el-notification-group-margin-left: 13px;
312
312
  --el-notification-group-margin-right: 8px;
313
313
  --el-notification-content-font-size: var(--el-font-size-base);
314
+ --el-notification-content-font-line-height: var(--el-line-height-medium);
314
315
  --el-notification-content-color: var(--el-color-neutral-light-7);
315
316
  --el-notification-title-font-size: 14px;
316
317
  --el-notification-title-color: var(--el-color-neutral-light-9);
@@ -353,7 +354,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
353
354
 
354
355
  .el-notification__content {
355
356
  font-size: var(--el-notification-content-font-size);
356
- line-height: 24px;
357
+ line-height: 20px;
357
358
  margin: 12px 0 0;
358
359
  color: var(--el-notification-content-color);
359
360
  }
@@ -50,7 +50,7 @@
50
50
 
51
51
  @include e(content) {
52
52
  font-size: getCssVar('notification-content-font-size');
53
- line-height: 24px;
53
+ line-height: 20px;
54
54
  margin: 12px 0 0;
55
55
  color: getCssVar('notification-content-color');
56
56
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
- "version": "2.4.204",
3
+ "version": "2.4.205",
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": {