@timus-networks/theme 2.4.253 → 2.4.255
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 +4 -7
- package/dist/runtime/public/scss/element-plus/common/var.scss +1 -2
- package/dist/runtime/public/scss/element-plus/descriptions-item.css +2 -2
- package/dist/runtime/public/scss/element-plus/descriptions-item.scss +2 -2
- package/dist/runtime/public/scss/element-plus/descriptions.css +2 -5
- package/dist/runtime/public/scss/element-plus/descriptions.scss +2 -2
- package/dist/runtime/public/scss/element-plus/index.css +4 -7
- 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.254";
|
|
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 = {
|
|
@@ -8969,7 +8969,7 @@ heights > $common-component-size
|
|
|
8969
8969
|
}
|
|
8970
8970
|
|
|
8971
8971
|
.el-descriptions {
|
|
8972
|
-
--el-descriptions-table-border: var(--el-
|
|
8972
|
+
--el-descriptions-table-border-color: var(--el-table-border-color);
|
|
8973
8973
|
--el-descriptions-item-bordered-label-background: var(--el-fill-color-light);
|
|
8974
8974
|
box-sizing: border-box;
|
|
8975
8975
|
font-size: var(--el-font-size-base);
|
|
@@ -9015,14 +9015,11 @@ heights > $common-component-size
|
|
|
9015
9015
|
}
|
|
9016
9016
|
|
|
9017
9017
|
.el-descriptions__body .el-descriptions__table.is-bordered .el-descriptions__cell {
|
|
9018
|
-
border-bottom: 1px solid var(--el-descriptions-table-border);
|
|
9018
|
+
border-bottom: 1px solid var(--el-descriptions-table-border-color);
|
|
9019
9019
|
}
|
|
9020
9020
|
.el-descriptions__body .el-descriptions__table.is-bordered .el-descriptions__cell.el-descriptions__label:not(:first-of-type) {
|
|
9021
9021
|
border-left: 22px solid white;
|
|
9022
9022
|
}
|
|
9023
|
-
.el-descriptions__body .el-descriptions__table.is-bordered tr:last-child .el-descriptions__cell {
|
|
9024
|
-
border-bottom: none;
|
|
9025
|
-
}
|
|
9026
9023
|
.el-descriptions--large {
|
|
9027
9024
|
font-size: 14px;
|
|
9028
9025
|
}
|
|
@@ -9092,7 +9089,7 @@ heights > $common-component-size
|
|
|
9092
9089
|
color: var(--el-color-neutral-light-9);
|
|
9093
9090
|
}
|
|
9094
9091
|
.el-descriptions__label:not(.is-bordered-label) {
|
|
9095
|
-
color: var(--el-color-neutral-light-
|
|
9092
|
+
color: var(--el-color-neutral-light-9);
|
|
9096
9093
|
margin-right: 6px;
|
|
9097
9094
|
}
|
|
9098
9095
|
.el-descriptions__label.el-descriptions__cell:not(.is-bordered-label).is-vertical-label {
|
|
@@ -9100,7 +9097,7 @@ heights > $common-component-size
|
|
|
9100
9097
|
}
|
|
9101
9098
|
|
|
9102
9099
|
.el-descriptions__content.el-descriptions__cell.is-bordered-content {
|
|
9103
|
-
color: var(--el-
|
|
9100
|
+
color: var(--el-color-neutral-light-6);
|
|
9104
9101
|
}
|
|
9105
9102
|
.el-descriptions__content:not(.is-bordered-label) {
|
|
9106
9103
|
color: var(--el-color-neutral-light-6);
|
|
@@ -1552,8 +1552,7 @@ $empty: map.merge(
|
|
|
1552
1552
|
$descriptions: () !default;
|
|
1553
1553
|
$descriptions: map.merge(
|
|
1554
1554
|
(
|
|
1555
|
-
'table-border': getCssVar('
|
|
1556
|
-
// 1px solid getCssVar('border-color-lighter'),
|
|
1555
|
+
'table-border-color': getCssVar('table-border-color'),
|
|
1557
1556
|
'item-bordered-label-background': getCssVar('fill-color', 'light'),
|
|
1558
1557
|
),
|
|
1559
1558
|
$descriptions
|
|
@@ -304,7 +304,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
304
304
|
color: var(--el-color-neutral-light-9);
|
|
305
305
|
}
|
|
306
306
|
.el-descriptions__label:not(.is-bordered-label) {
|
|
307
|
-
color: var(--el-color-neutral-light-
|
|
307
|
+
color: var(--el-color-neutral-light-9);
|
|
308
308
|
margin-right: 6px;
|
|
309
309
|
}
|
|
310
310
|
.el-descriptions__label.el-descriptions__cell:not(.is-bordered-label).is-vertical-label {
|
|
@@ -312,7 +312,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
312
312
|
}
|
|
313
313
|
|
|
314
314
|
.el-descriptions__content.el-descriptions__cell.is-bordered-content {
|
|
315
|
-
color: var(--el-
|
|
315
|
+
color: var(--el-color-neutral-light-6);
|
|
316
316
|
}
|
|
317
317
|
.el-descriptions__content:not(.is-bordered-label) {
|
|
318
318
|
color: var(--el-color-neutral-light-6);
|
|
@@ -34,7 +34,7 @@ $descriptions-item-vertical-label-padding-bottom: map.merge(
|
|
|
34
34
|
}
|
|
35
35
|
|
|
36
36
|
&:not(.is-bordered-label) {
|
|
37
|
-
color: getCssVar('color', 'neutral-light-
|
|
37
|
+
color: getCssVar('color', 'neutral-light-9');
|
|
38
38
|
margin-right: map.get($descriptions-item-label-margin-right, 'default');
|
|
39
39
|
}
|
|
40
40
|
|
|
@@ -45,7 +45,7 @@ $descriptions-item-vertical-label-padding-bottom: map.merge(
|
|
|
45
45
|
|
|
46
46
|
@include e(content) {
|
|
47
47
|
&.#{$namespace}-descriptions__cell.is-bordered-content {
|
|
48
|
-
color: getCssVar('
|
|
48
|
+
color: getCssVar('color', 'neutral-light-6');
|
|
49
49
|
}
|
|
50
50
|
|
|
51
51
|
&:not(.is-bordered-label) {
|
|
@@ -301,7 +301,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
301
301
|
}
|
|
302
302
|
**/
|
|
303
303
|
.el-descriptions {
|
|
304
|
-
--el-descriptions-table-border: var(--el-
|
|
304
|
+
--el-descriptions-table-border-color: var(--el-table-border-color);
|
|
305
305
|
--el-descriptions-item-bordered-label-background: var(--el-fill-color-light);
|
|
306
306
|
box-sizing: border-box;
|
|
307
307
|
font-size: var(--el-font-size-base);
|
|
@@ -347,14 +347,11 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
347
347
|
}
|
|
348
348
|
|
|
349
349
|
.el-descriptions__body .el-descriptions__table.is-bordered .el-descriptions__cell {
|
|
350
|
-
border-bottom: 1px solid var(--el-descriptions-table-border);
|
|
350
|
+
border-bottom: 1px solid var(--el-descriptions-table-border-color);
|
|
351
351
|
}
|
|
352
352
|
.el-descriptions__body .el-descriptions__table.is-bordered .el-descriptions__cell.el-descriptions__label:not(:first-of-type) {
|
|
353
353
|
border-left: 22px solid white;
|
|
354
354
|
}
|
|
355
|
-
.el-descriptions__body .el-descriptions__table.is-bordered tr:last-child .el-descriptions__cell {
|
|
356
|
-
border-bottom: none;
|
|
357
|
-
}
|
|
358
355
|
.el-descriptions--large {
|
|
359
356
|
font-size: 14px;
|
|
360
357
|
}
|
|
@@ -117,7 +117,7 @@ $descriptions-cell-font-size: map.merge(
|
|
|
117
117
|
|
|
118
118
|
&.is-bordered {
|
|
119
119
|
.#{$namespace}-descriptions__cell {
|
|
120
|
-
border-bottom: 1px solid getCssVar('descriptions-table-border');
|
|
120
|
+
border-bottom: 1px solid getCssVar('descriptions-table-border-color');
|
|
121
121
|
// padding: map.get($descriptions-bordered-cell-padding, 'default');
|
|
122
122
|
|
|
123
123
|
&.el-descriptions__label:not(:first-of-type) {
|
|
@@ -127,7 +127,7 @@ $descriptions-cell-font-size: map.merge(
|
|
|
127
127
|
|
|
128
128
|
tr:last-child {
|
|
129
129
|
.#{$namespace}-descriptions__cell {
|
|
130
|
-
border-bottom: none;
|
|
130
|
+
// border-bottom: none;
|
|
131
131
|
}
|
|
132
132
|
}
|
|
133
133
|
}
|
|
@@ -7966,7 +7966,7 @@ heights > $common-component-size
|
|
|
7966
7966
|
}
|
|
7967
7967
|
|
|
7968
7968
|
.el-descriptions {
|
|
7969
|
-
--el-descriptions-table-border: var(--el-
|
|
7969
|
+
--el-descriptions-table-border-color: var(--el-table-border-color);
|
|
7970
7970
|
--el-descriptions-item-bordered-label-background: var(--el-fill-color-light);
|
|
7971
7971
|
box-sizing: border-box;
|
|
7972
7972
|
font-size: var(--el-font-size-base);
|
|
@@ -8012,14 +8012,11 @@ heights > $common-component-size
|
|
|
8012
8012
|
}
|
|
8013
8013
|
|
|
8014
8014
|
.el-descriptions__body .el-descriptions__table.is-bordered .el-descriptions__cell {
|
|
8015
|
-
border-bottom: 1px solid var(--el-descriptions-table-border);
|
|
8015
|
+
border-bottom: 1px solid var(--el-descriptions-table-border-color);
|
|
8016
8016
|
}
|
|
8017
8017
|
.el-descriptions__body .el-descriptions__table.is-bordered .el-descriptions__cell.el-descriptions__label:not(:first-of-type) {
|
|
8018
8018
|
border-left: 22px solid white;
|
|
8019
8019
|
}
|
|
8020
|
-
.el-descriptions__body .el-descriptions__table.is-bordered tr:last-child .el-descriptions__cell {
|
|
8021
|
-
border-bottom: none;
|
|
8022
|
-
}
|
|
8023
8020
|
.el-descriptions--large {
|
|
8024
8021
|
font-size: 14px;
|
|
8025
8022
|
}
|
|
@@ -8089,7 +8086,7 @@ heights > $common-component-size
|
|
|
8089
8086
|
color: var(--el-color-neutral-light-9);
|
|
8090
8087
|
}
|
|
8091
8088
|
.el-descriptions__label:not(.is-bordered-label) {
|
|
8092
|
-
color: var(--el-color-neutral-light-
|
|
8089
|
+
color: var(--el-color-neutral-light-9);
|
|
8093
8090
|
margin-right: 6px;
|
|
8094
8091
|
}
|
|
8095
8092
|
.el-descriptions__label.el-descriptions__cell:not(.is-bordered-label).is-vertical-label {
|
|
@@ -8097,7 +8094,7 @@ heights > $common-component-size
|
|
|
8097
8094
|
}
|
|
8098
8095
|
|
|
8099
8096
|
.el-descriptions__content.el-descriptions__cell.is-bordered-content {
|
|
8100
|
-
color: var(--el-
|
|
8097
|
+
color: var(--el-color-neutral-light-6);
|
|
8101
8098
|
}
|
|
8102
8099
|
.el-descriptions__content:not(.is-bordered-label) {
|
|
8103
8100
|
color: var(--el-color-neutral-light-6);
|
package/package.json
CHANGED