@timus-networks/theme 2.4.175 → 2.4.177

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.174",
4
+ "version": "2.4.176",
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.174";
14
+ const version = "2.4.176";
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 = {
@@ -15110,7 +15110,6 @@ heights > $common-component-size
15110
15110
  }
15111
15111
  .el-table tr .el-checkbox {
15112
15112
  max-height: 20px;
15113
- margin-top: -1px;
15114
15113
  }
15115
15114
  .el-table tr .el-checkbox input[type=checkbox] {
15116
15115
  margin: 0;
@@ -15303,6 +15302,7 @@ heights > $common-component-size
15303
15302
  align-items: center;
15304
15303
  padding: 0;
15305
15304
  overflow: visible;
15305
+ margin-left: 0;
15306
15306
  }
15307
15307
  .el-table__header-wrapper .el-table-column--selection .el-checkbox, .el-table__body-wrapper .el-table-column--selection .el-checkbox {
15308
15308
  height: unset;
@@ -15322,6 +15322,7 @@ heights > $common-component-size
15322
15322
  }
15323
15323
  .el-table__header-wrapper .el-table-column--selection + td > .cell, .el-table__header-wrapper .el-table-column--selection + th > .cell, .el-table__body-wrapper .el-table-column--selection + td > .cell, .el-table__body-wrapper .el-table-column--selection + th > .cell {
15324
15324
  margin-left: 0;
15325
+ padding-left: 0;
15325
15326
  }
15326
15327
 
15327
15328
  .el-table.is-scrolling-left .el-table-fixed-column--right.is-first-column::before {
@@ -14223,7 +14223,6 @@ h6,
14223
14223
  }
14224
14224
  .el-table tr .el-checkbox {
14225
14225
  max-height: 20px;
14226
- margin-top: -1px;
14227
14226
  }
14228
14227
  .el-table tr .el-checkbox input[type=checkbox] {
14229
14228
  margin: 0;
@@ -14416,6 +14415,7 @@ h6,
14416
14415
  align-items: center;
14417
14416
  padding: 0;
14418
14417
  overflow: visible;
14418
+ margin-left: 0;
14419
14419
  }
14420
14420
  .el-table__header-wrapper .el-table-column--selection .el-checkbox, .el-table__body-wrapper .el-table-column--selection .el-checkbox {
14421
14421
  height: unset;
@@ -14435,6 +14435,7 @@ h6,
14435
14435
  }
14436
14436
  .el-table__header-wrapper .el-table-column--selection + td > .cell, .el-table__header-wrapper .el-table-column--selection + th > .cell, .el-table__body-wrapper .el-table-column--selection + td > .cell, .el-table__body-wrapper .el-table-column--selection + th > .cell {
14437
14437
  margin-left: 0;
14438
+ padding-left: 0;
14438
14439
  }
14439
14440
 
14440
14441
  .el-table.is-scrolling-left .el-table-fixed-column--right.is-first-column::before {
@@ -536,7 +536,6 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
536
536
  }
537
537
  .el-table tr .el-checkbox {
538
538
  max-height: 20px;
539
- margin-top: -1px;
540
539
  }
541
540
  .el-table tr .el-checkbox input[type=checkbox] {
542
541
  margin: 0;
@@ -729,6 +728,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
729
728
  align-items: center;
730
729
  padding: 0;
731
730
  overflow: visible;
731
+ margin-left: 0;
732
732
  }
733
733
  .el-table__header-wrapper .el-table-column--selection .el-checkbox, .el-table__body-wrapper .el-table-column--selection .el-checkbox {
734
734
  height: unset;
@@ -748,6 +748,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
748
748
  }
749
749
  .el-table__header-wrapper .el-table-column--selection + td > .cell, .el-table__header-wrapper .el-table-column--selection + th > .cell, .el-table__body-wrapper .el-table-column--selection + td > .cell, .el-table__body-wrapper .el-table-column--selection + th > .cell {
750
750
  margin-left: 0;
751
+ padding-left: 0;
751
752
  }
752
753
 
753
754
  .el-table.is-scrolling-left .el-table-fixed-column--right.is-first-column::before {
@@ -281,7 +281,7 @@
281
281
 
282
282
  .#{$namespace}-checkbox {
283
283
  max-height: 20px;
284
- margin-top: -1px;
284
+ // margin-top: -1px;
285
285
 
286
286
  input[type='checkbox'] {
287
287
  margin: 0;
@@ -501,6 +501,7 @@
501
501
  align-items: center;
502
502
  padding: 0;
503
503
  overflow: visible;
504
+ margin-left: 0;
504
505
  }
505
506
 
506
507
  .#{$namespace}-checkbox {
@@ -532,6 +533,7 @@
532
533
  > .cell {
533
534
  // padding-left: 4px;
534
535
  margin-left: 0;
536
+ padding-left: 0;
535
537
  }
536
538
  }
537
539
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
- "version": "2.4.175",
3
+ "version": "2.4.177",
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": {