@timus-networks/theme 2.4.218 → 2.4.220
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 +9 -4
- package/dist/runtime/public/scss/element-plus/index.css +9 -4
- package/dist/runtime/public/scss/element-plus/select-v2.css +1 -0
- package/dist/runtime/public/scss/element-plus/select.css +1 -0
- package/dist/runtime/public/scss/element-plus/select.scss +1 -0
- package/dist/runtime/public/scss/element-plus/tag.css +8 -4
- package/dist/runtime/public/scss/element-plus/tag.scss +10 -4
- 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.219";
|
|
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 = {
|
|
@@ -13687,6 +13687,7 @@ heights > $common-component-size
|
|
|
13687
13687
|
display: flex;
|
|
13688
13688
|
flex-wrap: wrap;
|
|
13689
13689
|
user-select: none;
|
|
13690
|
+
align-items: center;
|
|
13690
13691
|
}
|
|
13691
13692
|
.el-select__selected-item .el-tag.el-tag--info {
|
|
13692
13693
|
--el-tag-bg-color: var(--el-color-primary-light-1);
|
|
@@ -16412,20 +16413,20 @@ heights > $common-component-size
|
|
|
16412
16413
|
background-color: var(--el-tag-bg-color);
|
|
16413
16414
|
border-color: var(--el-tag-border-color);
|
|
16414
16415
|
color: var(--el-tag-text-color);
|
|
16415
|
-
display: inline-flex;
|
|
16416
|
-
justify-content: center;
|
|
16417
|
-
align-items: center;
|
|
16418
16416
|
vertical-align: middle;
|
|
16419
16417
|
height: 16px;
|
|
16420
16418
|
padding: 0 7px;
|
|
16421
16419
|
font-size: var(--el-tag-font-size);
|
|
16422
|
-
line-height:
|
|
16420
|
+
line-height: 14px;
|
|
16423
16421
|
border-width: 1px;
|
|
16424
16422
|
border-style: solid;
|
|
16425
16423
|
border-radius: var(--el-tag-border-radius);
|
|
16426
16424
|
box-sizing: border-box;
|
|
16427
16425
|
white-space: nowrap;
|
|
16428
16426
|
transition: none;
|
|
16427
|
+
overflow: hidden;
|
|
16428
|
+
text-overflow: ellipsis;
|
|
16429
|
+
white-space: nowrap;
|
|
16429
16430
|
--el-icon-size: 14px;
|
|
16430
16431
|
--el-tag-bg-color: var(--el-color-primary-light-1);
|
|
16431
16432
|
--el-tag-border-color: var(--el-color-primary-light-4);
|
|
@@ -16645,6 +16646,7 @@ heights > $common-component-size
|
|
|
16645
16646
|
.el-tag--large {
|
|
16646
16647
|
padding: 0 7px;
|
|
16647
16648
|
height: 28px;
|
|
16649
|
+
line-height: 26px;
|
|
16648
16650
|
--el-icon-size: 10px;
|
|
16649
16651
|
}
|
|
16650
16652
|
.el-tag--large .el-tag__close {
|
|
@@ -16657,6 +16659,7 @@ heights > $common-component-size
|
|
|
16657
16659
|
.el-tag--medium {
|
|
16658
16660
|
padding: 0 7px;
|
|
16659
16661
|
height: 24px;
|
|
16662
|
+
line-height: 22px;
|
|
16660
16663
|
--el-icon-size: 10px;
|
|
16661
16664
|
}
|
|
16662
16665
|
.el-tag--medium .el-tag__close {
|
|
@@ -16669,6 +16672,7 @@ heights > $common-component-size
|
|
|
16669
16672
|
.el-tag--small {
|
|
16670
16673
|
padding: 0 7px;
|
|
16671
16674
|
height: 20px;
|
|
16675
|
+
line-height: 18px;
|
|
16672
16676
|
--el-icon-size: 10px;
|
|
16673
16677
|
}
|
|
16674
16678
|
.el-tag--small .el-tag__close {
|
|
@@ -16681,6 +16685,7 @@ heights > $common-component-size
|
|
|
16681
16685
|
.el-tag--mini {
|
|
16682
16686
|
padding: 0 7px;
|
|
16683
16687
|
height: 16px;
|
|
16688
|
+
line-height: 14px;
|
|
16684
16689
|
--el-icon-size: 10px;
|
|
16685
16690
|
}
|
|
16686
16691
|
.el-tag--mini .el-tag__close {
|
|
@@ -12795,6 +12795,7 @@ h6,
|
|
|
12795
12795
|
display: flex;
|
|
12796
12796
|
flex-wrap: wrap;
|
|
12797
12797
|
user-select: none;
|
|
12798
|
+
align-items: center;
|
|
12798
12799
|
}
|
|
12799
12800
|
.el-select__selected-item .el-tag.el-tag--info {
|
|
12800
12801
|
--el-tag-bg-color: var(--el-color-primary-light-1);
|
|
@@ -15520,20 +15521,20 @@ h6,
|
|
|
15520
15521
|
background-color: var(--el-tag-bg-color);
|
|
15521
15522
|
border-color: var(--el-tag-border-color);
|
|
15522
15523
|
color: var(--el-tag-text-color);
|
|
15523
|
-
display: inline-flex;
|
|
15524
|
-
justify-content: center;
|
|
15525
|
-
align-items: center;
|
|
15526
15524
|
vertical-align: middle;
|
|
15527
15525
|
height: 16px;
|
|
15528
15526
|
padding: 0 7px;
|
|
15529
15527
|
font-size: var(--el-tag-font-size);
|
|
15530
|
-
line-height:
|
|
15528
|
+
line-height: 14px;
|
|
15531
15529
|
border-width: 1px;
|
|
15532
15530
|
border-style: solid;
|
|
15533
15531
|
border-radius: var(--el-tag-border-radius);
|
|
15534
15532
|
box-sizing: border-box;
|
|
15535
15533
|
white-space: nowrap;
|
|
15536
15534
|
transition: none;
|
|
15535
|
+
overflow: hidden;
|
|
15536
|
+
text-overflow: ellipsis;
|
|
15537
|
+
white-space: nowrap;
|
|
15537
15538
|
--el-icon-size: 14px;
|
|
15538
15539
|
--el-tag-bg-color: var(--el-color-primary-light-1);
|
|
15539
15540
|
--el-tag-border-color: var(--el-color-primary-light-4);
|
|
@@ -15753,6 +15754,7 @@ h6,
|
|
|
15753
15754
|
.el-tag--large {
|
|
15754
15755
|
padding: 0 7px;
|
|
15755
15756
|
height: 28px;
|
|
15757
|
+
line-height: 26px;
|
|
15756
15758
|
--el-icon-size: 10px;
|
|
15757
15759
|
}
|
|
15758
15760
|
.el-tag--large .el-tag__close {
|
|
@@ -15765,6 +15767,7 @@ h6,
|
|
|
15765
15767
|
.el-tag--medium {
|
|
15766
15768
|
padding: 0 7px;
|
|
15767
15769
|
height: 24px;
|
|
15770
|
+
line-height: 22px;
|
|
15768
15771
|
--el-icon-size: 10px;
|
|
15769
15772
|
}
|
|
15770
15773
|
.el-tag--medium .el-tag__close {
|
|
@@ -15777,6 +15780,7 @@ h6,
|
|
|
15777
15780
|
.el-tag--small {
|
|
15778
15781
|
padding: 0 7px;
|
|
15779
15782
|
height: 20px;
|
|
15783
|
+
line-height: 18px;
|
|
15780
15784
|
--el-icon-size: 10px;
|
|
15781
15785
|
}
|
|
15782
15786
|
.el-tag--small .el-tag__close {
|
|
@@ -15789,6 +15793,7 @@ h6,
|
|
|
15789
15793
|
.el-tag--mini {
|
|
15790
15794
|
padding: 0 7px;
|
|
15791
15795
|
height: 16px;
|
|
15796
|
+
line-height: 14px;
|
|
15792
15797
|
--el-icon-size: 10px;
|
|
15793
15798
|
}
|
|
15794
15799
|
.el-tag--mini .el-tag__close {
|
|
@@ -580,6 +580,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
580
580
|
display: flex;
|
|
581
581
|
flex-wrap: wrap;
|
|
582
582
|
user-select: none;
|
|
583
|
+
align-items: center;
|
|
583
584
|
}
|
|
584
585
|
.el-select__selected-item .el-tag.el-tag--info {
|
|
585
586
|
--el-tag-bg-color: var(--el-color-primary-light-1);
|
|
@@ -580,6 +580,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
580
580
|
display: flex;
|
|
581
581
|
flex-wrap: wrap;
|
|
582
582
|
user-select: none;
|
|
583
|
+
align-items: center;
|
|
583
584
|
}
|
|
584
585
|
.el-select__selected-item .el-tag.el-tag--info {
|
|
585
586
|
--el-tag-bg-color: var(--el-color-primary-light-1);
|
|
@@ -310,20 +310,20 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
310
310
|
background-color: var(--el-tag-bg-color);
|
|
311
311
|
border-color: var(--el-tag-border-color);
|
|
312
312
|
color: var(--el-tag-text-color);
|
|
313
|
-
display: inline-flex;
|
|
314
|
-
justify-content: center;
|
|
315
|
-
align-items: center;
|
|
316
313
|
vertical-align: middle;
|
|
317
314
|
height: 16px;
|
|
318
315
|
padding: 0 7px;
|
|
319
316
|
font-size: var(--el-tag-font-size);
|
|
320
|
-
line-height:
|
|
317
|
+
line-height: 14px;
|
|
321
318
|
border-width: 1px;
|
|
322
319
|
border-style: solid;
|
|
323
320
|
border-radius: var(--el-tag-border-radius);
|
|
324
321
|
box-sizing: border-box;
|
|
325
322
|
white-space: nowrap;
|
|
326
323
|
transition: none;
|
|
324
|
+
overflow: hidden;
|
|
325
|
+
text-overflow: ellipsis;
|
|
326
|
+
white-space: nowrap;
|
|
327
327
|
--el-icon-size: 14px;
|
|
328
328
|
--el-tag-bg-color: var(--el-color-primary-light-1);
|
|
329
329
|
--el-tag-border-color: var(--el-color-primary-light-4);
|
|
@@ -543,6 +543,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
543
543
|
.el-tag--large {
|
|
544
544
|
padding: 0 7px;
|
|
545
545
|
height: 28px;
|
|
546
|
+
line-height: 26px;
|
|
546
547
|
--el-icon-size: 10px;
|
|
547
548
|
}
|
|
548
549
|
.el-tag--large .el-tag__close {
|
|
@@ -555,6 +556,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
555
556
|
.el-tag--medium {
|
|
556
557
|
padding: 0 7px;
|
|
557
558
|
height: 24px;
|
|
559
|
+
line-height: 22px;
|
|
558
560
|
--el-icon-size: 10px;
|
|
559
561
|
}
|
|
560
562
|
.el-tag--medium .el-tag__close {
|
|
@@ -567,6 +569,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
567
569
|
.el-tag--small {
|
|
568
570
|
padding: 0 7px;
|
|
569
571
|
height: 20px;
|
|
572
|
+
line-height: 18px;
|
|
570
573
|
--el-icon-size: 10px;
|
|
571
574
|
}
|
|
572
575
|
.el-tag--small .el-tag__close {
|
|
@@ -579,6 +582,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
579
582
|
.el-tag--mini {
|
|
580
583
|
padding: 0 7px;
|
|
581
584
|
height: 16px;
|
|
585
|
+
line-height: 14px;
|
|
582
586
|
--el-icon-size: 10px;
|
|
583
587
|
}
|
|
584
588
|
.el-tag--mini .el-tag__close {
|
|
@@ -52,15 +52,15 @@ $tag-icon-span-gap: map.merge(
|
|
|
52
52
|
border-color: getCssVar('tag-border-color');
|
|
53
53
|
color: getCssVar('tag-text-color');
|
|
54
54
|
|
|
55
|
-
display: inline-flex;
|
|
56
|
-
justify-content: center;
|
|
57
|
-
align-items: center;
|
|
55
|
+
// display: inline-flex;
|
|
56
|
+
// justify-content: center;
|
|
57
|
+
// align-items: center;
|
|
58
58
|
vertical-align: middle;
|
|
59
59
|
height: map.get($tag-height, 'default');
|
|
60
60
|
padding: 0 map.get($tag-padding, 'default') - $border-width;
|
|
61
61
|
|
|
62
62
|
font-size: getCssVar('tag-font-size');
|
|
63
|
-
line-height:
|
|
63
|
+
line-height: 14px;
|
|
64
64
|
border-width: $tag-border-width;
|
|
65
65
|
border-style: solid;
|
|
66
66
|
border-radius: getCssVar('tag-border-radius');
|
|
@@ -68,6 +68,11 @@ $tag-icon-span-gap: map.merge(
|
|
|
68
68
|
white-space: nowrap;
|
|
69
69
|
transition: none;
|
|
70
70
|
|
|
71
|
+
// truncate
|
|
72
|
+
overflow: hidden;
|
|
73
|
+
text-overflow: ellipsis;
|
|
74
|
+
white-space: nowrap;
|
|
75
|
+
|
|
71
76
|
@include set-css-var-value('icon-size', 14px);
|
|
72
77
|
@include genTheme('light-1', 'light-4', '');
|
|
73
78
|
|
|
@@ -134,6 +139,7 @@ $tag-icon-span-gap: map.merge(
|
|
|
134
139
|
@include m($size) {
|
|
135
140
|
padding: 0 map.get($tag-padding, $size) - $tag-border-width;
|
|
136
141
|
height: map.get($tag-height, $size);
|
|
142
|
+
line-height: map.get($tag-height, $size) - 2px;
|
|
137
143
|
|
|
138
144
|
@include set-css-var-value('icon-size', #{map.get($tag-icon-size, $size)});
|
|
139
145
|
|
package/package.json
CHANGED