@timus-networks/theme 2.4.208 → 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 +1 -1
- package/dist/module.mjs +1 -1
- package/dist/runtime/assets/scss/main.css +3 -3
- package/dist/runtime/public/scss/element-plus/common/var.scss +2 -2
- package/dist/runtime/public/scss/element-plus/index.css +3 -3
- package/dist/runtime/public/scss/element-plus/message-box.css +3 -3
- package/dist/runtime/public/scss/element-plus/message-box.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.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-
|
|
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;
|
|
@@ -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-
|
|
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-
|
|
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;
|
|
@@ -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-
|
|
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;
|
package/package.json
CHANGED