@timus-networks/theme 2.4.250 → 2.4.251

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
3
  "configKey": "themeOptions",
4
- "version": "2.4.249",
4
+ "version": "2.4.250",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "0.8.4",
7
7
  "unbuild": "2.0.0"
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.249";
14
+ const version = "2.4.250";
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 = {
@@ -9017,6 +9017,10 @@ heights > $common-component-size
9017
9017
  .el-descriptions__body .el-descriptions__table.is-bordered .el-descriptions__cell {
9018
9018
  border-bottom: 1px solid var(--el-descriptions-table-border);
9019
9019
  }
9020
+ .el-descriptions__body .el-descriptions__table.is-bordered .el-descriptions__cell .el-descriptions__label {
9021
+ border-left: 22px solid white;
9022
+ }
9023
+
9020
9024
  .el-descriptions__body .el-descriptions__table.is-bordered tr:last-child .el-descriptions__cell {
9021
9025
  border-bottom: none;
9022
9026
  }
@@ -349,6 +349,10 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
349
349
  .el-descriptions__body .el-descriptions__table.is-bordered .el-descriptions__cell {
350
350
  border-bottom: 1px solid var(--el-descriptions-table-border);
351
351
  }
352
+ .el-descriptions__body .el-descriptions__table.is-bordered .el-descriptions__cell .el-descriptions__label {
353
+ border-left: 22px solid white;
354
+ }
355
+
352
356
  .el-descriptions__body .el-descriptions__table.is-bordered tr:last-child .el-descriptions__cell {
353
357
  border-bottom: none;
354
358
  }
@@ -119,6 +119,10 @@ $descriptions-cell-font-size: map.merge(
119
119
  .#{$namespace}-descriptions__cell {
120
120
  border-bottom: 1px solid getCssVar('descriptions-table-border');
121
121
  // padding: map.get($descriptions-bordered-cell-padding, 'default');
122
+
123
+ @include e(label) {
124
+ border-left: 22px solid white;
125
+ }
122
126
  }
123
127
 
124
128
  tr:last-child {
@@ -8014,6 +8014,10 @@ heights > $common-component-size
8014
8014
  .el-descriptions__body .el-descriptions__table.is-bordered .el-descriptions__cell {
8015
8015
  border-bottom: 1px solid var(--el-descriptions-table-border);
8016
8016
  }
8017
+ .el-descriptions__body .el-descriptions__table.is-bordered .el-descriptions__cell .el-descriptions__label {
8018
+ border-left: 22px solid white;
8019
+ }
8020
+
8017
8021
  .el-descriptions__body .el-descriptions__table.is-bordered tr:last-child .el-descriptions__cell {
8018
8022
  border-bottom: none;
8019
8023
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
- "version": "2.4.250",
3
+ "version": "2.4.251",
4
4
  "description": "A comprehensive Nuxt.js module providing a tailored theme experience with integrated TailwindCSS support for applications.",
5
5
  "type": "module",
6
6
  "exports": {