@timus-networks/theme 2.4.254 → 2.4.256

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.253",
4
+ "version": "2.4.255",
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.253";
14
+ const version = "2.4.255";
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,6 +8969,7 @@ heights > $common-component-size
8969
8969
  }
8970
8970
 
8971
8971
  .el-descriptions {
8972
+ --el-descriptions-table-border-color: var(--el-color-neutral-light-2);
8972
8973
  --el-descriptions-item-bordered-label-background: var(--el-fill-color-light);
8973
8974
  box-sizing: border-box;
8974
8975
  font-size: var(--el-font-size-base);
@@ -9014,7 +9015,7 @@ heights > $common-component-size
9014
9015
  }
9015
9016
 
9016
9017
  .el-descriptions__body .el-descriptions__table.is-bordered .el-descriptions__cell {
9017
- border-bottom: 1px solid var(--el-table-border-color);
9018
+ border-bottom: 1px solid var(--el-descriptions-table-border-color);
9018
9019
  }
9019
9020
  .el-descriptions__body .el-descriptions__table.is-bordered .el-descriptions__cell.el-descriptions__label:not(:first-of-type) {
9020
9021
  border-left: 22px solid white;
@@ -1552,6 +1552,7 @@ $empty: map.merge(
1552
1552
  $descriptions: () !default;
1553
1553
  $descriptions: map.merge(
1554
1554
  (
1555
+ 'table-border-color': getCssVar('color-neutral-light-2'),
1555
1556
  'item-bordered-label-background': getCssVar('fill-color', 'light'),
1556
1557
  ),
1557
1558
  $descriptions
@@ -301,6 +301,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
301
301
  }
302
302
  **/
303
303
  .el-descriptions {
304
+ --el-descriptions-table-border-color: var(--el-color-neutral-light-2);
304
305
  --el-descriptions-item-bordered-label-background: var(--el-fill-color-light);
305
306
  box-sizing: border-box;
306
307
  font-size: var(--el-font-size-base);
@@ -346,7 +347,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
346
347
  }
347
348
 
348
349
  .el-descriptions__body .el-descriptions__table.is-bordered .el-descriptions__cell {
349
- border-bottom: 1px solid var(--el-table-border-color);
350
+ border-bottom: 1px solid var(--el-descriptions-table-border-color);
350
351
  }
351
352
  .el-descriptions__body .el-descriptions__table.is-bordered .el-descriptions__cell.el-descriptions__label:not(:first-of-type) {
352
353
  border-left: 22px solid white;
@@ -117,7 +117,8 @@ $descriptions-cell-font-size: map.merge(
117
117
 
118
118
  &.is-bordered {
119
119
  .#{$namespace}-descriptions__cell {
120
- border-bottom: 1px solid getCssVar('table-border-color');
120
+ border-bottom: 1px solid getCssVar('descriptions-table-border-color');
121
+
121
122
  // padding: map.get($descriptions-bordered-cell-padding, 'default');
122
123
 
123
124
  &.el-descriptions__label:not(:first-of-type) {
@@ -7966,6 +7966,7 @@ heights > $common-component-size
7966
7966
  }
7967
7967
 
7968
7968
  .el-descriptions {
7969
+ --el-descriptions-table-border-color: var(--el-color-neutral-light-2);
7969
7970
  --el-descriptions-item-bordered-label-background: var(--el-fill-color-light);
7970
7971
  box-sizing: border-box;
7971
7972
  font-size: var(--el-font-size-base);
@@ -8011,7 +8012,7 @@ heights > $common-component-size
8011
8012
  }
8012
8013
 
8013
8014
  .el-descriptions__body .el-descriptions__table.is-bordered .el-descriptions__cell {
8014
- border-bottom: 1px solid var(--el-table-border-color);
8015
+ border-bottom: 1px solid var(--el-descriptions-table-border-color);
8015
8016
  }
8016
8017
  .el-descriptions__body .el-descriptions__table.is-bordered .el-descriptions__cell.el-descriptions__label:not(:first-of-type) {
8017
8018
  border-left: 22px solid white;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
- "version": "2.4.254",
3
+ "version": "2.4.256",
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": {