@timus-networks/theme 2.4.230 → 2.4.232
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 -1
- package/dist/runtime/public/scss/element-plus/cascader-panel.css +3 -0
- package/dist/runtime/public/scss/element-plus/cascader-panel.scss +3 -0
- package/dist/runtime/public/scss/element-plus/descriptions.css +6 -1
- package/dist/runtime/public/scss/element-plus/descriptions.scss +6 -1
- package/dist/runtime/public/scss/element-plus/index.css +9 -1
- 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.231";
|
|
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 = {
|
|
@@ -3569,6 +3569,9 @@ heights > $common-component-size
|
|
|
3569
3569
|
padding: 8px;
|
|
3570
3570
|
list-style: none;
|
|
3571
3571
|
box-sizing: border-box;
|
|
3572
|
+
display: flex;
|
|
3573
|
+
flex-direction: column;
|
|
3574
|
+
gap: 2px;
|
|
3572
3575
|
}
|
|
3573
3576
|
|
|
3574
3577
|
.el-cascader-menu__hover-zone {
|
|
@@ -9073,7 +9076,12 @@ heights > $common-component-size
|
|
|
9073
9076
|
font-size: 10px;
|
|
9074
9077
|
height: 28px;
|
|
9075
9078
|
}
|
|
9076
|
-
.el-descriptions.strech .el-descriptions__table .el-descriptions__cell {
|
|
9079
|
+
.el-descriptions.strech .el-descriptions__table .el-descriptions__cell:not(.is-bordered-content) {
|
|
9080
|
+
display: flex;
|
|
9081
|
+
align-items: center;
|
|
9082
|
+
justify-content: space-between;
|
|
9083
|
+
}
|
|
9084
|
+
.el-descriptions.strech .el-descriptions__table .el-descriptions__cell.is-bordered-content {
|
|
9077
9085
|
display: flex;
|
|
9078
9086
|
align-items: center;
|
|
9079
9087
|
justify-content: space-between;
|
|
@@ -408,7 +408,12 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
408
408
|
font-size: 10px;
|
|
409
409
|
height: 28px;
|
|
410
410
|
}
|
|
411
|
-
.el-descriptions.strech .el-descriptions__table .el-descriptions__cell {
|
|
411
|
+
.el-descriptions.strech .el-descriptions__table .el-descriptions__cell:not(.is-bordered-content) {
|
|
412
|
+
display: flex;
|
|
413
|
+
align-items: center;
|
|
414
|
+
justify-content: space-between;
|
|
415
|
+
}
|
|
416
|
+
.el-descriptions.strech .el-descriptions__table .el-descriptions__cell.is-bordered-content {
|
|
412
417
|
display: flex;
|
|
413
418
|
align-items: center;
|
|
414
419
|
justify-content: space-between;
|
|
@@ -175,7 +175,12 @@ $descriptions-cell-font-size: map.merge(
|
|
|
175
175
|
|
|
176
176
|
&.strech {
|
|
177
177
|
.#{$namespace}-descriptions__table {
|
|
178
|
-
.#{$namespace}-descriptions__cell {
|
|
178
|
+
.#{$namespace}-descriptions__cell:not(.is-bordered-content) {
|
|
179
|
+
display: flex;
|
|
180
|
+
align-items: center;
|
|
181
|
+
justify-content: space-between;
|
|
182
|
+
}
|
|
183
|
+
.#{$namespace}-descriptions__cell.is-bordered-content {
|
|
179
184
|
display: flex;
|
|
180
185
|
align-items: center;
|
|
181
186
|
justify-content: space-between;
|
|
@@ -2566,6 +2566,9 @@ heights > $common-component-size
|
|
|
2566
2566
|
padding: 8px;
|
|
2567
2567
|
list-style: none;
|
|
2568
2568
|
box-sizing: border-box;
|
|
2569
|
+
display: flex;
|
|
2570
|
+
flex-direction: column;
|
|
2571
|
+
gap: 2px;
|
|
2569
2572
|
}
|
|
2570
2573
|
|
|
2571
2574
|
.el-cascader-menu__hover-zone {
|
|
@@ -8070,7 +8073,12 @@ heights > $common-component-size
|
|
|
8070
8073
|
font-size: 10px;
|
|
8071
8074
|
height: 28px;
|
|
8072
8075
|
}
|
|
8073
|
-
.el-descriptions.strech .el-descriptions__table .el-descriptions__cell {
|
|
8076
|
+
.el-descriptions.strech .el-descriptions__table .el-descriptions__cell:not(.is-bordered-content) {
|
|
8077
|
+
display: flex;
|
|
8078
|
+
align-items: center;
|
|
8079
|
+
justify-content: space-between;
|
|
8080
|
+
}
|
|
8081
|
+
.el-descriptions.strech .el-descriptions__table .el-descriptions__cell.is-bordered-content {
|
|
8074
8082
|
display: flex;
|
|
8075
8083
|
align-items: center;
|
|
8076
8084
|
justify-content: space-between;
|
package/package.json
CHANGED