@timus-networks/theme 2.4.256 → 2.4.259
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 +8 -0
- package/dist/runtime/public/scss/_tag.scss +0 -0
- package/dist/runtime/public/scss/element-plus/descriptions.css +4 -0
- package/dist/runtime/public/scss/element-plus/descriptions.scss +2 -1
- package/dist/runtime/public/scss/element-plus/index.css +8 -0
- package/dist/runtime/public/scss/element-plus/tag.css +4 -0
- package/dist/runtime/public/scss/element-plus/tag.scss +6 -0
- 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.258";
|
|
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 = {
|
|
@@ -8994,6 +8994,7 @@ heights > $common-component-size
|
|
|
8994
8994
|
.el-descriptions__body .el-descriptions__table {
|
|
8995
8995
|
border-collapse: collapse;
|
|
8996
8996
|
width: 100%;
|
|
8997
|
+
table-layout: fixed;
|
|
8997
8998
|
}
|
|
8998
8999
|
.el-descriptions__body .el-descriptions__table .el-descriptions__cell {
|
|
8999
9000
|
box-sizing: border-box;
|
|
@@ -9020,6 +9021,9 @@ heights > $common-component-size
|
|
|
9020
9021
|
.el-descriptions__body .el-descriptions__table.is-bordered .el-descriptions__cell.el-descriptions__label:not(:first-of-type) {
|
|
9021
9022
|
border-left: 22px solid white;
|
|
9022
9023
|
}
|
|
9024
|
+
.el-descriptions__body .el-descriptions__table.is-bordered tr:last-child .el-descriptions__cell {
|
|
9025
|
+
border-bottom: none;
|
|
9026
|
+
}
|
|
9023
9027
|
.el-descriptions--large {
|
|
9024
9028
|
font-size: 14px;
|
|
9025
9029
|
}
|
|
@@ -16768,6 +16772,10 @@ heights > $common-component-size
|
|
|
16768
16772
|
--el-tag-bg-color: var(--el-color-white);
|
|
16769
16773
|
}
|
|
16770
16774
|
|
|
16775
|
+
.el-tag.rounded {
|
|
16776
|
+
@apply rounded w-4 h-4 flex items-center justify-center !p-0;
|
|
16777
|
+
}
|
|
16778
|
+
|
|
16771
16779
|
.el-text {
|
|
16772
16780
|
--el-text-font-size: var(--el-font-size-base);
|
|
16773
16781
|
--el-text-color: var(--el-text-color-regular);
|
|
File without changes
|
|
@@ -326,6 +326,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
326
326
|
.el-descriptions__body .el-descriptions__table {
|
|
327
327
|
border-collapse: collapse;
|
|
328
328
|
width: 100%;
|
|
329
|
+
table-layout: fixed;
|
|
329
330
|
}
|
|
330
331
|
.el-descriptions__body .el-descriptions__table .el-descriptions__cell {
|
|
331
332
|
box-sizing: border-box;
|
|
@@ -352,6 +353,9 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
352
353
|
.el-descriptions__body .el-descriptions__table.is-bordered .el-descriptions__cell.el-descriptions__label:not(:first-of-type) {
|
|
353
354
|
border-left: 22px solid white;
|
|
354
355
|
}
|
|
356
|
+
.el-descriptions__body .el-descriptions__table.is-bordered tr:last-child .el-descriptions__cell {
|
|
357
|
+
border-bottom: none;
|
|
358
|
+
}
|
|
355
359
|
.el-descriptions--large {
|
|
356
360
|
font-size: 14px;
|
|
357
361
|
}
|
|
@@ -94,6 +94,7 @@ $descriptions-cell-font-size: map.merge(
|
|
|
94
94
|
.#{$namespace}-descriptions__table {
|
|
95
95
|
border-collapse: collapse;
|
|
96
96
|
width: 100%;
|
|
97
|
+
table-layout: fixed;
|
|
97
98
|
|
|
98
99
|
.#{$namespace}-descriptions__cell {
|
|
99
100
|
box-sizing: border-box;
|
|
@@ -128,7 +129,7 @@ $descriptions-cell-font-size: map.merge(
|
|
|
128
129
|
|
|
129
130
|
tr:last-child {
|
|
130
131
|
.#{$namespace}-descriptions__cell {
|
|
131
|
-
|
|
132
|
+
border-bottom: none;
|
|
132
133
|
}
|
|
133
134
|
}
|
|
134
135
|
}
|
|
@@ -7991,6 +7991,7 @@ heights > $common-component-size
|
|
|
7991
7991
|
.el-descriptions__body .el-descriptions__table {
|
|
7992
7992
|
border-collapse: collapse;
|
|
7993
7993
|
width: 100%;
|
|
7994
|
+
table-layout: fixed;
|
|
7994
7995
|
}
|
|
7995
7996
|
.el-descriptions__body .el-descriptions__table .el-descriptions__cell {
|
|
7996
7997
|
box-sizing: border-box;
|
|
@@ -8017,6 +8018,9 @@ heights > $common-component-size
|
|
|
8017
8018
|
.el-descriptions__body .el-descriptions__table.is-bordered .el-descriptions__cell.el-descriptions__label:not(:first-of-type) {
|
|
8018
8019
|
border-left: 22px solid white;
|
|
8019
8020
|
}
|
|
8021
|
+
.el-descriptions__body .el-descriptions__table.is-bordered tr:last-child .el-descriptions__cell {
|
|
8022
|
+
border-bottom: none;
|
|
8023
|
+
}
|
|
8020
8024
|
.el-descriptions--large {
|
|
8021
8025
|
font-size: 14px;
|
|
8022
8026
|
}
|
|
@@ -15876,6 +15880,10 @@ h6,
|
|
|
15876
15880
|
--el-tag-bg-color: var(--el-color-white);
|
|
15877
15881
|
}
|
|
15878
15882
|
|
|
15883
|
+
.el-tag.rounded {
|
|
15884
|
+
@apply rounded w-4 h-4 flex items-center justify-center !p-0;
|
|
15885
|
+
}
|
|
15886
|
+
|
|
15879
15887
|
.el-text {
|
|
15880
15888
|
--el-text-font-size: var(--el-font-size-base);
|
|
15881
15889
|
--el-text-color: var(--el-text-color-regular);
|
package/package.json
CHANGED