@timus-networks/theme 2.4.182 → 2.4.184

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.181",
4
+ "version": "2.4.183",
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.181";
14
+ const version = "2.4.183";
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 = {
@@ -12430,6 +12430,10 @@ heights > $common-component-size
12430
12430
  outline-offset: -1px;
12431
12431
  }
12432
12432
 
12433
+ .el-table + .el-pagination {
12434
+ margin-top: 16px;
12435
+ }
12436
+
12433
12437
  .el-popconfirm__main {
12434
12438
  display: flex;
12435
12439
  align-items: center;
@@ -15433,9 +15437,6 @@ heights > $common-component-size
15433
15437
  background-color: var(--el-table-current-row-bg-color);
15434
15438
  }
15435
15439
 
15436
- .el-table__body tr.hover-row > td.el-table__cell, .el-table__body tr.hover-row.current-row > td.el-table__cell, .el-table__body tr.hover-row.el-table__row--striped > td.el-table__cell, .el-table__body tr.hover-row.el-table__row--striped.current-row > td.el-table__cell {
15437
- background-color: var(--el-table-row-hover-bg-color);
15438
- }
15439
15440
  .el-table__body tr > td.hover-cell {
15440
15441
  background-color: var(--el-table-row-hover-bg-color);
15441
15442
  }
@@ -11543,6 +11543,10 @@ h6,
11543
11543
  outline-offset: -1px;
11544
11544
  }
11545
11545
 
11546
+ .el-table + .el-pagination {
11547
+ margin-top: 16px;
11548
+ }
11549
+
11546
11550
  .el-popconfirm__main {
11547
11551
  display: flex;
11548
11552
  align-items: center;
@@ -14546,9 +14550,6 @@ h6,
14546
14550
  background-color: var(--el-table-current-row-bg-color);
14547
14551
  }
14548
14552
 
14549
- .el-table__body tr.hover-row > td.el-table__cell, .el-table__body tr.hover-row.current-row > td.el-table__cell, .el-table__body tr.hover-row.el-table__row--striped > td.el-table__cell, .el-table__body tr.hover-row.el-table__row--striped.current-row > td.el-table__cell {
14550
- background-color: var(--el-table-row-hover-bg-color);
14551
- }
14552
14553
  .el-table__body tr > td.hover-cell {
14553
14554
  background-color: var(--el-table-row-hover-bg-color);
14554
14555
  }
@@ -591,4 +591,8 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
591
591
  .el-pager li:focus-visible {
592
592
  outline: 1px solid var(--el-pagination-hover-color);
593
593
  outline-offset: -1px;
594
+ }
595
+
596
+ .el-table + .el-pagination {
597
+ margin-top: 16px;
594
598
  }
@@ -253,3 +253,7 @@
253
253
  @include pagination-button;
254
254
  }
255
255
  }
256
+
257
+ .el-table + .el-pagination {
258
+ margin-top: 16px;
259
+ }
@@ -846,9 +846,6 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
846
846
  background-color: var(--el-table-current-row-bg-color);
847
847
  }
848
848
 
849
- .el-table__body tr.hover-row > td.el-table__cell, .el-table__body tr.hover-row.current-row > td.el-table__cell, .el-table__body tr.hover-row.el-table__row--striped > td.el-table__cell, .el-table__body tr.hover-row.el-table__row--striped.current-row > td.el-table__cell {
850
- background-color: var(--el-table-row-hover-bg-color);
851
- }
852
849
  .el-table__body tr > td.hover-cell {
853
850
  background-color: var(--el-table-row-hover-bg-color);
854
851
  }
@@ -689,7 +689,7 @@
689
689
  &,
690
690
  &.current-row {
691
691
  > td.#{$namespace}-table__cell {
692
- background-color: getCssVar('table-row-hover-bg-color');
692
+ // background-color: getCssVar('table-row-hover-bg-color');
693
693
  }
694
694
  }
695
695
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
- "version": "2.4.182",
3
+ "version": "2.4.184",
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": {