@timus-networks/theme 2.4.207 → 2.4.209

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.206",
4
+ "version": "2.4.208",
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.206";
14
+ const version = "2.4.208";
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 = {
@@ -11521,8 +11521,8 @@ heights > $common-component-size
11521
11521
  --el-messagebox-width: 420px;
11522
11522
  --el-messagebox-border-radius: var(--el-border-radius-medium);
11523
11523
  --el-messagebox-box-shadow: var(--el-box-shadow);
11524
- --el-messagebox-font-size: var(--el-font-size-large);
11525
- --el-messagebox-content-font-size: var(--el-font-size-base);
11524
+ --el-messagebox-title-font-size: var(--el-font-size-large);
11525
+ --el-messagebox-content-font-size: var(--el-font-size-small);
11526
11526
  --el-messagebox-content-color: var(--el-color-neutral-light-7);
11527
11527
  --el-messagebox-error-font-size: 12px;
11528
11528
  --el-messagebox-padding-primary: 24px;
@@ -11538,7 +11538,7 @@ heights > $common-component-size
11538
11538
  vertical-align: middle;
11539
11539
  background-color: var(--el-bg-color);
11540
11540
  border-radius: var(--el-messagebox-border-radius);
11541
- font-size: var(--el-messagebox-font-size);
11541
+ font-size: var(--el-messagebox-title-font-size);
11542
11542
  box-shadow: var(--el-messagebox-box-shadow);
11543
11543
  text-align: left;
11544
11544
  overflow: hidden;
@@ -12051,8 +12051,8 @@ heights > $common-component-size
12051
12051
  }
12052
12052
  .el-notification .el-notification__closeBtn {
12053
12053
  position: absolute;
12054
- top: 18px;
12055
- right: 15px;
12054
+ top: 16px;
12055
+ right: 14px;
12056
12056
  cursor: pointer;
12057
12057
  color: var(--el-notification-close-color);
12058
12058
  font-size: var(--el-notification-close-font-size);
@@ -577,8 +577,8 @@ $messagebox: map.merge(
577
577
  'width': 420px,
578
578
  'border-radius': getCssVar('border-radius-medium'),
579
579
  'box-shadow': getCssVar('box-shadow'),
580
- 'font-size': getCssVar('font-size-large'),
581
- 'content-font-size': getCssVar('font-size-base'),
580
+ 'title-font-size': getCssVar('font-size-large'),
581
+ 'content-font-size': getCssVar('font-size-small'),
582
582
  'content-color': getCssVar('color', 'neutral-light-7'),
583
583
  'error-font-size': 12px,
584
584
  'padding-primary': 24px,
@@ -10629,8 +10629,8 @@ h6,
10629
10629
  --el-messagebox-width: 420px;
10630
10630
  --el-messagebox-border-radius: var(--el-border-radius-medium);
10631
10631
  --el-messagebox-box-shadow: var(--el-box-shadow);
10632
- --el-messagebox-font-size: var(--el-font-size-large);
10633
- --el-messagebox-content-font-size: var(--el-font-size-base);
10632
+ --el-messagebox-title-font-size: var(--el-font-size-large);
10633
+ --el-messagebox-content-font-size: var(--el-font-size-small);
10634
10634
  --el-messagebox-content-color: var(--el-color-neutral-light-7);
10635
10635
  --el-messagebox-error-font-size: 12px;
10636
10636
  --el-messagebox-padding-primary: 24px;
@@ -10646,7 +10646,7 @@ h6,
10646
10646
  vertical-align: middle;
10647
10647
  background-color: var(--el-bg-color);
10648
10648
  border-radius: var(--el-messagebox-border-radius);
10649
- font-size: var(--el-messagebox-font-size);
10649
+ font-size: var(--el-messagebox-title-font-size);
10650
10650
  box-shadow: var(--el-messagebox-box-shadow);
10651
10651
  text-align: left;
10652
10652
  overflow: hidden;
@@ -11159,8 +11159,8 @@ h6,
11159
11159
  }
11160
11160
  .el-notification .el-notification__closeBtn {
11161
11161
  position: absolute;
11162
- top: 18px;
11163
- right: 15px;
11162
+ top: 16px;
11163
+ right: 14px;
11164
11164
  cursor: pointer;
11165
11165
  color: var(--el-notification-close-color);
11166
11166
  font-size: var(--el-notification-close-font-size);
@@ -342,8 +342,8 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
342
342
  --el-messagebox-width: 420px;
343
343
  --el-messagebox-border-radius: var(--el-border-radius-medium);
344
344
  --el-messagebox-box-shadow: var(--el-box-shadow);
345
- --el-messagebox-font-size: var(--el-font-size-large);
346
- --el-messagebox-content-font-size: var(--el-font-size-base);
345
+ --el-messagebox-title-font-size: var(--el-font-size-large);
346
+ --el-messagebox-content-font-size: var(--el-font-size-small);
347
347
  --el-messagebox-content-color: var(--el-color-neutral-light-7);
348
348
  --el-messagebox-error-font-size: 12px;
349
349
  --el-messagebox-padding-primary: 24px;
@@ -359,7 +359,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
359
359
  vertical-align: middle;
360
360
  background-color: var(--el-bg-color);
361
361
  border-radius: var(--el-messagebox-border-radius);
362
- font-size: var(--el-messagebox-font-size);
362
+ font-size: var(--el-messagebox-title-font-size);
363
363
  box-shadow: var(--el-messagebox-box-shadow);
364
364
  text-align: left;
365
365
  overflow: hidden;
@@ -19,7 +19,7 @@
19
19
  vertical-align: middle;
20
20
  background-color: getCssVar('bg-color');
21
21
  border-radius: getCssVar('messagebox-border-radius');
22
- font-size: getCssVar('messagebox-font-size');
22
+ font-size: getCssVar('messagebox-title-font-size');
23
23
  box-shadow: getCssVar('messagebox-box-shadow');
24
24
  text-align: left;
25
25
  overflow: hidden;
@@ -370,8 +370,8 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
370
370
  }
371
371
  .el-notification .el-notification__closeBtn {
372
372
  position: absolute;
373
- top: 18px;
374
- right: 15px;
373
+ top: 16px;
374
+ right: 14px;
375
375
  cursor: pointer;
376
376
  color: var(--el-notification-close-color);
377
377
  font-size: var(--el-notification-close-font-size);
@@ -68,8 +68,8 @@
68
68
 
69
69
  & .#{$namespace}-notification__closeBtn {
70
70
  position: absolute;
71
- top: 18px;
72
- right: 15px;
71
+ top: 16px;
72
+ right: 14px;
73
73
  cursor: pointer;
74
74
  color: getCssVar('notification-close-color');
75
75
  font-size: getCssVar('notification-close-font-size');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
- "version": "2.4.207",
3
+ "version": "2.4.209",
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": {