@timus-networks/theme 2.4.220 → 2.4.223
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 +11 -6
- package/dist/runtime/public/scss/element-plus/cascader-panel.css +11 -6
- package/dist/runtime/public/scss/element-plus/cascader-panel.scss +11 -6
- package/dist/runtime/public/scss/element-plus/index.css +11 -6
- 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.222";
|
|
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 = {
|
|
@@ -3566,7 +3566,7 @@ heights > $common-component-size
|
|
|
3566
3566
|
position: relative;
|
|
3567
3567
|
min-height: 100%;
|
|
3568
3568
|
margin: 0;
|
|
3569
|
-
padding:
|
|
3569
|
+
padding: 8px;
|
|
3570
3570
|
list-style: none;
|
|
3571
3571
|
box-sizing: border-box;
|
|
3572
3572
|
}
|
|
@@ -3597,17 +3597,21 @@ heights > $common-component-size
|
|
|
3597
3597
|
position: relative;
|
|
3598
3598
|
display: flex;
|
|
3599
3599
|
align-items: center;
|
|
3600
|
-
padding:
|
|
3601
|
-
height:
|
|
3602
|
-
line-height:
|
|
3600
|
+
padding: 5px 8px;
|
|
3601
|
+
height: 28px;
|
|
3602
|
+
line-height: 28px;
|
|
3603
3603
|
outline: none;
|
|
3604
|
+
border-radius: var(--el-border-radius-small);
|
|
3605
|
+
font-size: var(--el-font-size-small);
|
|
3606
|
+
font-weight: 500;
|
|
3607
|
+
color: var(--el-color-neutral-light-9);
|
|
3604
3608
|
}
|
|
3605
3609
|
.el-cascader-node.is-selectable.in-active-path {
|
|
3606
3610
|
color: var(--el-cascader-menu-text-color);
|
|
3607
3611
|
}
|
|
3608
3612
|
.el-cascader-node.in-active-path, .el-cascader-node.is-selectable.in-checked-path, .el-cascader-node.is-active {
|
|
3609
3613
|
color: var(--el-cascader-menu-selected-text-color);
|
|
3610
|
-
font-weight:
|
|
3614
|
+
font-weight: 500;
|
|
3611
3615
|
}
|
|
3612
3616
|
.el-cascader-node:not(.is-disabled) {
|
|
3613
3617
|
cursor: pointer;
|
|
@@ -3623,6 +3627,7 @@ heights > $common-component-size
|
|
|
3623
3627
|
.el-cascader-node__prefix {
|
|
3624
3628
|
position: absolute;
|
|
3625
3629
|
left: 10px;
|
|
3630
|
+
display: none;
|
|
3626
3631
|
}
|
|
3627
3632
|
|
|
3628
3633
|
.el-cascader-node__postfix {
|
|
@@ -3633,7 +3638,7 @@ heights > $common-component-size
|
|
|
3633
3638
|
.el-cascader-node__label {
|
|
3634
3639
|
flex: 1;
|
|
3635
3640
|
text-align: left;
|
|
3636
|
-
padding: 0
|
|
3641
|
+
padding: 0;
|
|
3637
3642
|
white-space: nowrap;
|
|
3638
3643
|
overflow: hidden;
|
|
3639
3644
|
text-overflow: ellipsis;
|
|
@@ -345,7 +345,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
345
345
|
position: relative;
|
|
346
346
|
min-height: 100%;
|
|
347
347
|
margin: 0;
|
|
348
|
-
padding:
|
|
348
|
+
padding: 8px;
|
|
349
349
|
list-style: none;
|
|
350
350
|
box-sizing: border-box;
|
|
351
351
|
}
|
|
@@ -376,17 +376,21 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
376
376
|
position: relative;
|
|
377
377
|
display: flex;
|
|
378
378
|
align-items: center;
|
|
379
|
-
padding:
|
|
380
|
-
height:
|
|
381
|
-
line-height:
|
|
379
|
+
padding: 5px 8px;
|
|
380
|
+
height: 28px;
|
|
381
|
+
line-height: 28px;
|
|
382
382
|
outline: none;
|
|
383
|
+
border-radius: var(--el-border-radius-small);
|
|
384
|
+
font-size: var(--el-font-size-small);
|
|
385
|
+
font-weight: 500;
|
|
386
|
+
color: var(--el-color-neutral-light-9);
|
|
383
387
|
}
|
|
384
388
|
.el-cascader-node.is-selectable.in-active-path {
|
|
385
389
|
color: var(--el-cascader-menu-text-color);
|
|
386
390
|
}
|
|
387
391
|
.el-cascader-node.in-active-path, .el-cascader-node.is-selectable.in-checked-path, .el-cascader-node.is-active {
|
|
388
392
|
color: var(--el-cascader-menu-selected-text-color);
|
|
389
|
-
font-weight:
|
|
393
|
+
font-weight: 500;
|
|
390
394
|
}
|
|
391
395
|
.el-cascader-node:not(.is-disabled) {
|
|
392
396
|
cursor: pointer;
|
|
@@ -402,6 +406,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
402
406
|
.el-cascader-node__prefix {
|
|
403
407
|
position: absolute;
|
|
404
408
|
left: 10px;
|
|
409
|
+
display: none;
|
|
405
410
|
}
|
|
406
411
|
|
|
407
412
|
.el-cascader-node__postfix {
|
|
@@ -412,7 +417,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
412
417
|
.el-cascader-node__label {
|
|
413
418
|
flex: 1;
|
|
414
419
|
text-align: left;
|
|
415
|
-
padding: 0
|
|
420
|
+
padding: 0;
|
|
416
421
|
white-space: nowrap;
|
|
417
422
|
overflow: hidden;
|
|
418
423
|
text-overflow: ellipsis;
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
position: relative;
|
|
44
44
|
min-height: 100%;
|
|
45
45
|
margin: 0;
|
|
46
|
-
padding:
|
|
46
|
+
padding: 8px;
|
|
47
47
|
list-style: none;
|
|
48
48
|
box-sizing: border-box;
|
|
49
49
|
}
|
|
@@ -76,10 +76,14 @@
|
|
|
76
76
|
position: relative;
|
|
77
77
|
display: flex;
|
|
78
78
|
align-items: center;
|
|
79
|
-
padding:
|
|
80
|
-
height:
|
|
81
|
-
line-height:
|
|
79
|
+
padding: 5px 8px;
|
|
80
|
+
height: 28px;
|
|
81
|
+
line-height: 28px;
|
|
82
82
|
outline: none;
|
|
83
|
+
border-radius: getCssVar('border-radius-small');
|
|
84
|
+
font-size: getCssVar('font-size', 'small');
|
|
85
|
+
font-weight: 500;
|
|
86
|
+
color: getCssVar('color', 'neutral', 'light-9');
|
|
83
87
|
|
|
84
88
|
&.is-selectable.in-active-path {
|
|
85
89
|
color: getCssVar('cascader-menu', 'text-color');
|
|
@@ -89,7 +93,7 @@
|
|
|
89
93
|
&.is-selectable.in-checked-path,
|
|
90
94
|
&.is-active {
|
|
91
95
|
color: getCssVar('cascader-menu', 'selected-text-color');
|
|
92
|
-
font-weight:
|
|
96
|
+
font-weight: 500;
|
|
93
97
|
}
|
|
94
98
|
|
|
95
99
|
&:not(.is-disabled) {
|
|
@@ -109,6 +113,7 @@
|
|
|
109
113
|
@include e(prefix) {
|
|
110
114
|
position: absolute;
|
|
111
115
|
left: 10px;
|
|
116
|
+
display: none;
|
|
112
117
|
}
|
|
113
118
|
|
|
114
119
|
@include e(postfix) {
|
|
@@ -119,7 +124,7 @@
|
|
|
119
124
|
@include e(label) {
|
|
120
125
|
flex: 1;
|
|
121
126
|
text-align: left;
|
|
122
|
-
padding: 0
|
|
127
|
+
padding: 0;
|
|
123
128
|
white-space: nowrap;
|
|
124
129
|
overflow: hidden;
|
|
125
130
|
text-overflow: ellipsis;
|
|
@@ -2563,7 +2563,7 @@ heights > $common-component-size
|
|
|
2563
2563
|
position: relative;
|
|
2564
2564
|
min-height: 100%;
|
|
2565
2565
|
margin: 0;
|
|
2566
|
-
padding:
|
|
2566
|
+
padding: 8px;
|
|
2567
2567
|
list-style: none;
|
|
2568
2568
|
box-sizing: border-box;
|
|
2569
2569
|
}
|
|
@@ -2594,17 +2594,21 @@ heights > $common-component-size
|
|
|
2594
2594
|
position: relative;
|
|
2595
2595
|
display: flex;
|
|
2596
2596
|
align-items: center;
|
|
2597
|
-
padding:
|
|
2598
|
-
height:
|
|
2599
|
-
line-height:
|
|
2597
|
+
padding: 5px 8px;
|
|
2598
|
+
height: 28px;
|
|
2599
|
+
line-height: 28px;
|
|
2600
2600
|
outline: none;
|
|
2601
|
+
border-radius: var(--el-border-radius-small);
|
|
2602
|
+
font-size: var(--el-font-size-small);
|
|
2603
|
+
font-weight: 500;
|
|
2604
|
+
color: var(--el-color-neutral-light-9);
|
|
2601
2605
|
}
|
|
2602
2606
|
.el-cascader-node.is-selectable.in-active-path {
|
|
2603
2607
|
color: var(--el-cascader-menu-text-color);
|
|
2604
2608
|
}
|
|
2605
2609
|
.el-cascader-node.in-active-path, .el-cascader-node.is-selectable.in-checked-path, .el-cascader-node.is-active {
|
|
2606
2610
|
color: var(--el-cascader-menu-selected-text-color);
|
|
2607
|
-
font-weight:
|
|
2611
|
+
font-weight: 500;
|
|
2608
2612
|
}
|
|
2609
2613
|
.el-cascader-node:not(.is-disabled) {
|
|
2610
2614
|
cursor: pointer;
|
|
@@ -2620,6 +2624,7 @@ heights > $common-component-size
|
|
|
2620
2624
|
.el-cascader-node__prefix {
|
|
2621
2625
|
position: absolute;
|
|
2622
2626
|
left: 10px;
|
|
2627
|
+
display: none;
|
|
2623
2628
|
}
|
|
2624
2629
|
|
|
2625
2630
|
.el-cascader-node__postfix {
|
|
@@ -2630,7 +2635,7 @@ heights > $common-component-size
|
|
|
2630
2635
|
.el-cascader-node__label {
|
|
2631
2636
|
flex: 1;
|
|
2632
2637
|
text-align: left;
|
|
2633
|
-
padding: 0
|
|
2638
|
+
padding: 0;
|
|
2634
2639
|
white-space: nowrap;
|
|
2635
2640
|
overflow: hidden;
|
|
2636
2641
|
text-overflow: ellipsis;
|
package/package.json
CHANGED