@timus-networks/theme 2.4.50 → 2.4.52
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/public/scss/element-plus/common/var.scss +3 -3
- package/dist/runtime/public/scss/element-plus/dialog.css +1 -1
- package/dist/runtime/public/scss/element-plus/index.css +5 -3
- package/dist/runtime/public/scss/element-plus/message-box.css +4 -2
- package/dist/runtime/public/scss/element-plus/message-box.scss +2 -0
- 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.52";
|
|
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 = {
|
|
@@ -557,11 +557,11 @@ $messagebox: map.merge(
|
|
|
557
557
|
(
|
|
558
558
|
'title-color': getCssVar('text-color-primary'),
|
|
559
559
|
'width': 420px,
|
|
560
|
-
'border-radius':
|
|
560
|
+
'border-radius': 16px,
|
|
561
561
|
'box-shadow': getCssVar('box-shadow'),
|
|
562
562
|
'font-size': getCssVar('font-size-large'),
|
|
563
563
|
'content-font-size': getCssVar('font-size-base'),
|
|
564
|
-
'content-color': getCssVar('
|
|
564
|
+
'content-color': getCssVar('color', 'neutral-light-7'),
|
|
565
565
|
'error-font-size': 12px,
|
|
566
566
|
'padding-primary': 24px,
|
|
567
567
|
'font-line-height': getCssVar('font-line-height-primary'),
|
|
@@ -849,7 +849,7 @@ $dialog: map.merge(
|
|
|
849
849
|
'content-font-size': 14px,
|
|
850
850
|
'content-line-height': 22px,
|
|
851
851
|
'padding-primary': 24px,
|
|
852
|
-
'border-radius':
|
|
852
|
+
'border-radius': 16px,
|
|
853
853
|
),
|
|
854
854
|
$dialog
|
|
855
855
|
);
|
|
@@ -347,7 +347,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
347
347
|
--el-dialog-content-font-size: 14px;
|
|
348
348
|
--el-dialog-content-line-height: 22px;
|
|
349
349
|
--el-dialog-padding-primary: 24px;
|
|
350
|
-
--el-dialog-border-radius:
|
|
350
|
+
--el-dialog-border-radius: 16px;
|
|
351
351
|
position: relative;
|
|
352
352
|
margin: var(--el-dialog-margin-top, 15vh) auto 50px;
|
|
353
353
|
background: var(--el-dialog-bg-color);
|
|
@@ -8131,7 +8131,7 @@ heights > $common-component-size
|
|
|
8131
8131
|
--el-dialog-content-font-size: 14px;
|
|
8132
8132
|
--el-dialog-content-line-height: 22px;
|
|
8133
8133
|
--el-dialog-padding-primary: 24px;
|
|
8134
|
-
--el-dialog-border-radius:
|
|
8134
|
+
--el-dialog-border-radius: 16px;
|
|
8135
8135
|
position: relative;
|
|
8136
8136
|
margin: var(--el-dialog-margin-top, 15vh) auto 50px;
|
|
8137
8137
|
background: var(--el-dialog-bg-color);
|
|
@@ -10364,11 +10364,11 @@ heights > $common-component-size
|
|
|
10364
10364
|
.el-message-box {
|
|
10365
10365
|
--el-messagebox-title-color: var(--el-text-color-primary);
|
|
10366
10366
|
--el-messagebox-width: 420px;
|
|
10367
|
-
--el-messagebox-border-radius:
|
|
10367
|
+
--el-messagebox-border-radius: 16px;
|
|
10368
10368
|
--el-messagebox-box-shadow: var(--el-box-shadow);
|
|
10369
10369
|
--el-messagebox-font-size: var(--el-font-size-large);
|
|
10370
10370
|
--el-messagebox-content-font-size: var(--el-font-size-base);
|
|
10371
|
-
--el-messagebox-content-color: var(--el-
|
|
10371
|
+
--el-messagebox-content-color: var(--el-color-neutral-light-7);
|
|
10372
10372
|
--el-messagebox-error-font-size: 12px;
|
|
10373
10373
|
--el-messagebox-padding-primary: 24px;
|
|
10374
10374
|
--el-messagebox-font-line-height: var(--el-font-line-height-primary);
|
|
@@ -10426,6 +10426,7 @@ heights > $common-component-size
|
|
|
10426
10426
|
font-size: var(--el-messagebox-font-size);
|
|
10427
10427
|
line-height: var(--el-messagebox-font-line-height);
|
|
10428
10428
|
color: var(--el-messagebox-title-color);
|
|
10429
|
+
font-weight: 500;
|
|
10429
10430
|
}
|
|
10430
10431
|
.el-message-box__title span:not(:empty) {
|
|
10431
10432
|
display: block;
|
|
@@ -10465,6 +10466,7 @@ heights > $common-component-size
|
|
|
10465
10466
|
display: flex;
|
|
10466
10467
|
align-items: center;
|
|
10467
10468
|
gap: 12px;
|
|
10469
|
+
color: var(--el-color-neutral-light-7);
|
|
10468
10470
|
}
|
|
10469
10471
|
|
|
10470
10472
|
.el-message-box__input {
|
|
@@ -340,11 +340,11 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
340
340
|
.el-message-box {
|
|
341
341
|
--el-messagebox-title-color: var(--el-text-color-primary);
|
|
342
342
|
--el-messagebox-width: 420px;
|
|
343
|
-
--el-messagebox-border-radius:
|
|
343
|
+
--el-messagebox-border-radius: 16px;
|
|
344
344
|
--el-messagebox-box-shadow: var(--el-box-shadow);
|
|
345
345
|
--el-messagebox-font-size: var(--el-font-size-large);
|
|
346
346
|
--el-messagebox-content-font-size: var(--el-font-size-base);
|
|
347
|
-
--el-messagebox-content-color: var(--el-
|
|
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;
|
|
350
350
|
--el-messagebox-font-line-height: var(--el-font-line-height-primary);
|
|
@@ -402,6 +402,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
402
402
|
font-size: var(--el-messagebox-font-size);
|
|
403
403
|
line-height: var(--el-messagebox-font-line-height);
|
|
404
404
|
color: var(--el-messagebox-title-color);
|
|
405
|
+
font-weight: 500;
|
|
405
406
|
}
|
|
406
407
|
.el-message-box__title span:not(:empty) {
|
|
407
408
|
display: block;
|
|
@@ -441,6 +442,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
441
442
|
display: flex;
|
|
442
443
|
align-items: center;
|
|
443
444
|
gap: 12px;
|
|
445
|
+
color: var(--el-color-neutral-light-7);
|
|
444
446
|
}
|
|
445
447
|
|
|
446
448
|
.el-message-box__input {
|
|
@@ -72,6 +72,7 @@
|
|
|
72
72
|
font-size: getCssVar('messagebox-font-size');
|
|
73
73
|
line-height: getCssVar('messagebox-font-line-height');
|
|
74
74
|
color: getCssVar('messagebox-title-color');
|
|
75
|
+
font-weight: 500;
|
|
75
76
|
|
|
76
77
|
span:not(:empty) {
|
|
77
78
|
display: block;
|
|
@@ -117,6 +118,7 @@
|
|
|
117
118
|
display: flex;
|
|
118
119
|
align-items: center;
|
|
119
120
|
gap: 12px;
|
|
121
|
+
color: var(--el-color-neutral-light-7);
|
|
120
122
|
}
|
|
121
123
|
|
|
122
124
|
@include e(input) {
|
package/package.json
CHANGED