@timus-networks/theme 2.4.150 → 2.4.152
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/cascader-panel.css +2 -1
- package/dist/runtime/public/scss/element-plus/cascader-panel.scss +2 -1
- package/dist/runtime/public/scss/element-plus/index.css +3 -2
- package/dist/runtime/public/scss/element-plus/table.css +1 -1
- package/dist/runtime/public/scss/element-plus/table.scss +2 -2
- 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.151";
|
|
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 = {
|
|
@@ -3531,6 +3531,7 @@ heights > $common-component-size
|
|
|
3531
3531
|
box-sizing: border-box;
|
|
3532
3532
|
color: var(--el-cascader-menu-text-color);
|
|
3533
3533
|
border-right: var(--el-cascader-menu-border);
|
|
3534
|
+
height: initial !important;
|
|
3534
3535
|
}
|
|
3535
3536
|
.el-cascader-menu:last-child {
|
|
3536
3537
|
border-right: none;
|
|
@@ -3539,7 +3540,7 @@ heights > $common-component-size
|
|
|
3539
3540
|
padding-right: 20px;
|
|
3540
3541
|
}
|
|
3541
3542
|
.el-cascader-menu__wrap.el-scrollbar__wrap {
|
|
3542
|
-
height: 204px;
|
|
3543
|
+
max-height: 204px;
|
|
3543
3544
|
}
|
|
3544
3545
|
|
|
3545
3546
|
.el-cascader-menu__list {
|
|
@@ -15026,7 +15027,6 @@ heights > $common-component-size
|
|
|
15026
15027
|
overflow: hidden;
|
|
15027
15028
|
text-overflow: ellipsis;
|
|
15028
15029
|
overflow-wrap: break-word;
|
|
15029
|
-
line-height: 20px;
|
|
15030
15030
|
padding: 0 12px;
|
|
15031
15031
|
align-items: center;
|
|
15032
15032
|
line-height: 1;
|
|
@@ -15107,6 +15107,7 @@ heights > $common-component-size
|
|
|
15107
15107
|
}
|
|
15108
15108
|
.el-table th.el-table__cell {
|
|
15109
15109
|
background-color: var(--el-table-header-bg-color);
|
|
15110
|
+
line-height: 20px;
|
|
15110
15111
|
}
|
|
15111
15112
|
.el-table th.el-table__cell > .cell.highlight {
|
|
15112
15113
|
color: var(--el-color-primary);
|
|
@@ -329,6 +329,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
329
329
|
box-sizing: border-box;
|
|
330
330
|
color: var(--el-cascader-menu-text-color);
|
|
331
331
|
border-right: var(--el-cascader-menu-border);
|
|
332
|
+
height: initial !important;
|
|
332
333
|
}
|
|
333
334
|
.el-cascader-menu:last-child {
|
|
334
335
|
border-right: none;
|
|
@@ -337,7 +338,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
337
338
|
padding-right: 20px;
|
|
338
339
|
}
|
|
339
340
|
.el-cascader-menu__wrap.el-scrollbar__wrap {
|
|
340
|
-
height: 204px;
|
|
341
|
+
max-height: 204px;
|
|
341
342
|
}
|
|
342
343
|
|
|
343
344
|
.el-cascader-menu__list {
|
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
box-sizing: border-box;
|
|
23
23
|
color: getCssVar('cascader-menu', 'text-color');
|
|
24
24
|
border-right: getCssVar('cascader-menu', 'border');
|
|
25
|
+
height: initial !important;
|
|
25
26
|
|
|
26
27
|
&:last-child {
|
|
27
28
|
border-right: none;
|
|
@@ -34,7 +35,7 @@
|
|
|
34
35
|
@include e(wrap) {
|
|
35
36
|
// Raise the priority
|
|
36
37
|
&.#{$namespace}-scrollbar__wrap {
|
|
37
|
-
height: 204px;
|
|
38
|
+
max-height: 204px;
|
|
38
39
|
}
|
|
39
40
|
}
|
|
40
41
|
|
|
@@ -2534,6 +2534,7 @@ heights > $common-component-size
|
|
|
2534
2534
|
box-sizing: border-box;
|
|
2535
2535
|
color: var(--el-cascader-menu-text-color);
|
|
2536
2536
|
border-right: var(--el-cascader-menu-border);
|
|
2537
|
+
height: initial !important;
|
|
2537
2538
|
}
|
|
2538
2539
|
.el-cascader-menu:last-child {
|
|
2539
2540
|
border-right: none;
|
|
@@ -2542,7 +2543,7 @@ heights > $common-component-size
|
|
|
2542
2543
|
padding-right: 20px;
|
|
2543
2544
|
}
|
|
2544
2545
|
.el-cascader-menu__wrap.el-scrollbar__wrap {
|
|
2545
|
-
height: 204px;
|
|
2546
|
+
max-height: 204px;
|
|
2546
2547
|
}
|
|
2547
2548
|
|
|
2548
2549
|
.el-cascader-menu__list {
|
|
@@ -14140,7 +14141,6 @@ h6,
|
|
|
14140
14141
|
overflow: hidden;
|
|
14141
14142
|
text-overflow: ellipsis;
|
|
14142
14143
|
overflow-wrap: break-word;
|
|
14143
|
-
line-height: 20px;
|
|
14144
14144
|
padding: 0 12px;
|
|
14145
14145
|
align-items: center;
|
|
14146
14146
|
line-height: 1;
|
|
@@ -14221,6 +14221,7 @@ h6,
|
|
|
14221
14221
|
}
|
|
14222
14222
|
.el-table th.el-table__cell {
|
|
14223
14223
|
background-color: var(--el-table-header-bg-color);
|
|
14224
|
+
line-height: 20px;
|
|
14224
14225
|
}
|
|
14225
14226
|
.el-table th.el-table__cell > .cell.highlight {
|
|
14226
14227
|
color: var(--el-color-primary);
|
|
@@ -472,7 +472,6 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
472
472
|
overflow: hidden;
|
|
473
473
|
text-overflow: ellipsis;
|
|
474
474
|
overflow-wrap: break-word;
|
|
475
|
-
line-height: 20px;
|
|
476
475
|
padding: 0 12px;
|
|
477
476
|
align-items: center;
|
|
478
477
|
line-height: 1;
|
|
@@ -553,6 +552,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
553
552
|
}
|
|
554
553
|
.el-table th.el-table__cell {
|
|
555
554
|
background-color: var(--el-table-header-bg-color);
|
|
555
|
+
line-height: 20px;
|
|
556
556
|
}
|
|
557
557
|
.el-table th.el-table__cell > .cell.highlight {
|
|
558
558
|
color: var(--el-color-primary);
|
|
@@ -226,11 +226,10 @@
|
|
|
226
226
|
overflow: hidden;
|
|
227
227
|
text-overflow: ellipsis;
|
|
228
228
|
overflow-wrap: break-word;
|
|
229
|
-
line-height: 20px;
|
|
230
229
|
padding: 0 12px;
|
|
231
230
|
align-items: center;
|
|
232
231
|
// display: flex; // bunu eklersem truncate etmiyor o yüzden aşağıdaki line-height: 1 i ekledim çözüldü
|
|
233
|
-
line-height: 1;
|
|
232
|
+
line-height: 1; // 20px;
|
|
234
233
|
gap: 2px;
|
|
235
234
|
white-space: nowrap;
|
|
236
235
|
|
|
@@ -303,6 +302,7 @@
|
|
|
303
302
|
|
|
304
303
|
th.#{$namespace}-table__cell {
|
|
305
304
|
background-color: getCssVar('table-header-bg-color');
|
|
305
|
+
line-height: 20px;
|
|
306
306
|
|
|
307
307
|
> .cell.highlight {
|
|
308
308
|
color: getCssVar('color-primary');
|
package/package.json
CHANGED