@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 +1 -1
- package/dist/module.mjs +1 -1
- package/dist/runtime/assets/scss/main.css +3 -2
- package/dist/runtime/public/scss/element-plus/common/var.scss +1 -0
- package/dist/runtime/public/scss/element-plus/index.css +3 -2
- package/dist/runtime/public/scss/element-plus/input.css +1 -1
- package/dist/runtime/public/scss/element-plus/input.scss +1 -1
- package/dist/runtime/public/scss/element-plus/notification.css +2 -1
- package/dist/runtime/public/scss/element-plus/notification.scss +1 -1
- 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.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:
|
|
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:
|
|
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:
|
|
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:
|
|
11146
|
+
line-height: 20px;
|
|
11146
11147
|
margin: 12px 0 0;
|
|
11147
11148
|
color: var(--el-notification-content-color);
|
|
11148
11149
|
}
|
|
@@ -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:
|
|
357
|
+
line-height: 20px;
|
|
357
358
|
margin: 12px 0 0;
|
|
358
359
|
color: var(--el-notification-content-color);
|
|
359
360
|
}
|
package/package.json
CHANGED