@timus-networks/theme 2.4.152 → 2.4.155

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.151",
4
+ "version": "2.4.154",
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.151";
14
+ const version = "2.4.154";
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 = {
@@ -15029,7 +15029,6 @@ heights > $common-component-size
15029
15029
  overflow-wrap: break-word;
15030
15030
  padding: 0 12px;
15031
15031
  align-items: center;
15032
- line-height: 1;
15033
15032
  gap: 2px;
15034
15033
  white-space: nowrap;
15035
15034
  }
@@ -15292,9 +15291,9 @@ heights > $common-component-size
15292
15291
  }
15293
15292
  .el-table__header-wrapper .el-table-column--selection .el-checkbox .el-checkbox__inner::after, .el-table__body-wrapper .el-table-column--selection .el-checkbox .el-checkbox__inner::after {
15294
15293
  height: 6px;
15295
- left: 3px;
15294
+ left: 0;
15296
15295
  width: 2px;
15297
- top: 0px;
15296
+ top: -1px;
15298
15297
  }
15299
15298
  .el-table__header-wrapper .el-table-column--selection .el-checkbox .is-indeterminate .el-checkbox__inner::before, .el-table__body-wrapper .el-table-column--selection .el-checkbox .is-indeterminate .el-checkbox__inner::before {
15300
15299
  top: 3px;
@@ -14143,7 +14143,6 @@ h6,
14143
14143
  overflow-wrap: break-word;
14144
14144
  padding: 0 12px;
14145
14145
  align-items: center;
14146
- line-height: 1;
14147
14146
  gap: 2px;
14148
14147
  white-space: nowrap;
14149
14148
  }
@@ -14406,9 +14405,9 @@ h6,
14406
14405
  }
14407
14406
  .el-table__header-wrapper .el-table-column--selection .el-checkbox .el-checkbox__inner::after, .el-table__body-wrapper .el-table-column--selection .el-checkbox .el-checkbox__inner::after {
14408
14407
  height: 6px;
14409
- left: 3px;
14408
+ left: 0;
14410
14409
  width: 2px;
14411
- top: 0px;
14410
+ top: -1px;
14412
14411
  }
14413
14412
  .el-table__header-wrapper .el-table-column--selection .el-checkbox .is-indeterminate .el-checkbox__inner::before, .el-table__body-wrapper .el-table-column--selection .el-checkbox .is-indeterminate .el-checkbox__inner::before {
14414
14413
  top: 3px;
@@ -474,7 +474,6 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
474
474
  overflow-wrap: break-word;
475
475
  padding: 0 12px;
476
476
  align-items: center;
477
- line-height: 1;
478
477
  gap: 2px;
479
478
  white-space: nowrap;
480
479
  }
@@ -737,9 +736,9 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
737
736
  }
738
737
  .el-table__header-wrapper .el-table-column--selection .el-checkbox .el-checkbox__inner::after, .el-table__body-wrapper .el-table-column--selection .el-checkbox .el-checkbox__inner::after {
739
738
  height: 6px;
740
- left: 3px;
739
+ left: 0;
741
740
  width: 2px;
742
- top: 0px;
741
+ top: -1px;
743
742
  }
744
743
  .el-table__header-wrapper .el-table-column--selection .el-checkbox .is-indeterminate .el-checkbox__inner::before, .el-table__body-wrapper .el-table-column--selection .el-checkbox .is-indeterminate .el-checkbox__inner::before {
745
744
  top: 3px;
@@ -229,7 +229,7 @@
229
229
  padding: 0 12px;
230
230
  align-items: center;
231
231
  // display: flex; // bunu eklersem truncate etmiyor o yüzden aşağıdaki line-height: 1 i ekledim çözüldü
232
- line-height: 1; // 20px;
232
+ // line-height: 20px; // 1
233
233
  gap: 2px;
234
234
  white-space: nowrap;
235
235
 
@@ -507,9 +507,9 @@
507
507
 
508
508
  &::after {
509
509
  height: 6px;
510
- left: 3px;
510
+ left: 0;
511
511
  width: 2px;
512
- top: 0px;
512
+ top: -1px;
513
513
  }
514
514
  }
515
515
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
- "version": "2.4.152",
3
+ "version": "2.4.155",
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": {