@timus-networks/theme 2.4.252 → 2.4.253

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.251",
4
+ "version": "2.4.252",
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.251";
14
+ const version = "2.4.252";
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,7 +9017,7 @@ 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 {
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
9023
  .el-descriptions__body .el-descriptions__table.is-bordered tr:last-child .el-descriptions__cell {
@@ -349,7 +349,7 @@ 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 {
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
355
  .el-descriptions__body .el-descriptions__table.is-bordered tr:last-child .el-descriptions__cell {
@@ -120,7 +120,7 @@ $descriptions-cell-font-size: map.merge(
120
120
  border-bottom: 1px solid getCssVar('descriptions-table-border');
121
121
  // padding: map.get($descriptions-bordered-cell-padding, 'default');
122
122
 
123
- .el-descriptions__label {
123
+ &.el-descriptions__label:not(:first-of-type) {
124
124
  border-left: 22px solid white;
125
125
  }
126
126
  }
@@ -8014,7 +8014,7 @@ 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 {
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
8020
  .el-descriptions__body .el-descriptions__table.is-bordered tr:last-child .el-descriptions__cell {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
- "version": "2.4.252",
3
+ "version": "2.4.253",
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": {