@timus-networks/theme 2.4.205 → 2.4.208
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 +1 -1
- package/dist/module.mjs +1 -1
- package/dist/runtime/assets/scss/main.css +4 -4
- package/dist/runtime/public/scss/element-plus/common/var.scss +1 -1
- package/dist/runtime/public/scss/element-plus/index.css +4 -4
- package/dist/runtime/public/scss/element-plus/notification.css +4 -4
- package/dist/runtime/public/scss/element-plus/notification.scss +3 -3
- package/package.json +1 -1
package/dist/module.json
CHANGED
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.
|
|
14
|
+
const version = "2.4.207";
|
|
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 = {
|
|
@@ -11991,7 +11991,7 @@ heights > $common-component-size
|
|
|
11991
11991
|
--el-notification-close-font-size: var(--el-message-close-size, 12px);
|
|
11992
11992
|
--el-notification-group-margin-left: 13px;
|
|
11993
11993
|
--el-notification-group-margin-right: 8px;
|
|
11994
|
-
--el-notification-content-font-size: var(--el-font-size-
|
|
11994
|
+
--el-notification-content-font-size: var(--el-font-size-small);
|
|
11995
11995
|
--el-notification-content-font-line-height: var(--el-line-height-medium);
|
|
11996
11996
|
--el-notification-content-color: var(--el-color-neutral-light-7);
|
|
11997
11997
|
--el-notification-title-font-size: 14px;
|
|
@@ -12035,7 +12035,7 @@ heights > $common-component-size
|
|
|
12035
12035
|
|
|
12036
12036
|
.el-notification__content {
|
|
12037
12037
|
font-size: var(--el-notification-content-font-size);
|
|
12038
|
-
line-height:
|
|
12038
|
+
line-height: var(--el-notification-content-font-line-height);
|
|
12039
12039
|
margin: 12px 0 0;
|
|
12040
12040
|
color: var(--el-notification-content-color);
|
|
12041
12041
|
}
|
|
@@ -12051,8 +12051,8 @@ heights > $common-component-size
|
|
|
12051
12051
|
}
|
|
12052
12052
|
.el-notification .el-notification__closeBtn {
|
|
12053
12053
|
position: absolute;
|
|
12054
|
-
top:
|
|
12055
|
-
right:
|
|
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);
|
|
@@ -618,7 +618,7 @@ $notification: map.merge(
|
|
|
618
618
|
'close-font-size': var(#{getCssVarName('message-close-size')}, map.get($message, 'close-size')),
|
|
619
619
|
'group-margin-left': 13px,
|
|
620
620
|
'group-margin-right': 8px,
|
|
621
|
-
'content-font-size': getCssVar('font-size-
|
|
621
|
+
'content-font-size': getCssVar('font-size-small'),
|
|
622
622
|
'content-font-line-height': getCssVar('line-height-medium'),
|
|
623
623
|
'content-color': getCssVar('color-neutral-light-7'),
|
|
624
624
|
'title-font-size': 14px,
|
|
@@ -11099,7 +11099,7 @@ h6,
|
|
|
11099
11099
|
--el-notification-close-font-size: var(--el-message-close-size, 12px);
|
|
11100
11100
|
--el-notification-group-margin-left: 13px;
|
|
11101
11101
|
--el-notification-group-margin-right: 8px;
|
|
11102
|
-
--el-notification-content-font-size: var(--el-font-size-
|
|
11102
|
+
--el-notification-content-font-size: var(--el-font-size-small);
|
|
11103
11103
|
--el-notification-content-font-line-height: var(--el-line-height-medium);
|
|
11104
11104
|
--el-notification-content-color: var(--el-color-neutral-light-7);
|
|
11105
11105
|
--el-notification-title-font-size: 14px;
|
|
@@ -11143,7 +11143,7 @@ h6,
|
|
|
11143
11143
|
|
|
11144
11144
|
.el-notification__content {
|
|
11145
11145
|
font-size: var(--el-notification-content-font-size);
|
|
11146
|
-
line-height:
|
|
11146
|
+
line-height: var(--el-notification-content-font-line-height);
|
|
11147
11147
|
margin: 12px 0 0;
|
|
11148
11148
|
color: var(--el-notification-content-color);
|
|
11149
11149
|
}
|
|
@@ -11159,8 +11159,8 @@ h6,
|
|
|
11159
11159
|
}
|
|
11160
11160
|
.el-notification .el-notification__closeBtn {
|
|
11161
11161
|
position: absolute;
|
|
11162
|
-
top:
|
|
11163
|
-
right:
|
|
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);
|
|
@@ -310,7 +310,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
310
310
|
--el-notification-close-font-size: var(--el-message-close-size, 12px);
|
|
311
311
|
--el-notification-group-margin-left: 13px;
|
|
312
312
|
--el-notification-group-margin-right: 8px;
|
|
313
|
-
--el-notification-content-font-size: var(--el-font-size-
|
|
313
|
+
--el-notification-content-font-size: var(--el-font-size-small);
|
|
314
314
|
--el-notification-content-font-line-height: var(--el-line-height-medium);
|
|
315
315
|
--el-notification-content-color: var(--el-color-neutral-light-7);
|
|
316
316
|
--el-notification-title-font-size: 14px;
|
|
@@ -354,7 +354,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
354
354
|
|
|
355
355
|
.el-notification__content {
|
|
356
356
|
font-size: var(--el-notification-content-font-size);
|
|
357
|
-
line-height:
|
|
357
|
+
line-height: var(--el-notification-content-font-line-height);
|
|
358
358
|
margin: 12px 0 0;
|
|
359
359
|
color: var(--el-notification-content-color);
|
|
360
360
|
}
|
|
@@ -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:
|
|
374
|
-
right:
|
|
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);
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
|
|
51
51
|
@include e(content) {
|
|
52
52
|
font-size: getCssVar('notification-content-font-size');
|
|
53
|
-
line-height:
|
|
53
|
+
line-height: getCssVar('notification-content-font-line-height');
|
|
54
54
|
margin: 12px 0 0;
|
|
55
55
|
color: getCssVar('notification-content-color');
|
|
56
56
|
|
|
@@ -68,8 +68,8 @@
|
|
|
68
68
|
|
|
69
69
|
& .#{$namespace}-notification__closeBtn {
|
|
70
70
|
position: absolute;
|
|
71
|
-
top:
|
|
72
|
-
right:
|
|
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