@timus-networks/theme 2.4.172 → 2.4.174

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.171",
4
+ "version": "2.4.173",
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.171";
14
+ const version = "2.4.173";
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 = {
@@ -15045,8 +15045,8 @@ heights > $common-component-size
15045
15045
  overflow: hidden;
15046
15046
  text-overflow: ellipsis;
15047
15047
  overflow-wrap: break-word;
15048
- padding: 0 12px 0 0;
15049
15048
  margin-left: 12px;
15049
+ padding-left: 12px;
15050
15050
  align-items: center;
15051
15051
  gap: 2px;
15052
15052
  white-space: nowrap;
@@ -15109,6 +15109,7 @@ heights > $common-component-size
15109
15109
  }
15110
15110
  .el-table tr .el-checkbox {
15111
15111
  max-height: 20px;
15112
+ margin-top: -1px;
15112
15113
  }
15113
15114
  .el-table tr .el-checkbox input[type=checkbox] {
15114
15115
  margin: 0;
@@ -15300,6 +15301,7 @@ heights > $common-component-size
15300
15301
  display: flex;
15301
15302
  align-items: center;
15302
15303
  padding: 0;
15304
+ overflow: visible;
15303
15305
  }
15304
15306
  .el-table__header-wrapper .el-table-column--selection .el-checkbox, .el-table__body-wrapper .el-table-column--selection .el-checkbox {
15305
15307
  height: unset;
@@ -14158,8 +14158,8 @@ h6,
14158
14158
  overflow: hidden;
14159
14159
  text-overflow: ellipsis;
14160
14160
  overflow-wrap: break-word;
14161
- padding: 0 12px 0 0;
14162
14161
  margin-left: 12px;
14162
+ padding-left: 12px;
14163
14163
  align-items: center;
14164
14164
  gap: 2px;
14165
14165
  white-space: nowrap;
@@ -14222,6 +14222,7 @@ h6,
14222
14222
  }
14223
14223
  .el-table tr .el-checkbox {
14224
14224
  max-height: 20px;
14225
+ margin-top: -1px;
14225
14226
  }
14226
14227
  .el-table tr .el-checkbox input[type=checkbox] {
14227
14228
  margin: 0;
@@ -14413,6 +14414,7 @@ h6,
14413
14414
  display: flex;
14414
14415
  align-items: center;
14415
14416
  padding: 0;
14417
+ overflow: visible;
14416
14418
  }
14417
14419
  .el-table__header-wrapper .el-table-column--selection .el-checkbox, .el-table__body-wrapper .el-table-column--selection .el-checkbox {
14418
14420
  height: unset;
@@ -471,8 +471,8 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
471
471
  overflow: hidden;
472
472
  text-overflow: ellipsis;
473
473
  overflow-wrap: break-word;
474
- padding: 0 12px 0 0;
475
474
  margin-left: 12px;
475
+ padding-left: 12px;
476
476
  align-items: center;
477
477
  gap: 2px;
478
478
  white-space: nowrap;
@@ -535,6 +535,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
535
535
  }
536
536
  .el-table tr .el-checkbox {
537
537
  max-height: 20px;
538
+ margin-top: -1px;
538
539
  }
539
540
  .el-table tr .el-checkbox input[type=checkbox] {
540
541
  margin: 0;
@@ -726,6 +727,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
726
727
  display: flex;
727
728
  align-items: center;
728
729
  padding: 0;
730
+ overflow: visible;
729
731
  }
730
732
  .el-table__header-wrapper .el-table-column--selection .el-checkbox, .el-table__body-wrapper .el-table-column--selection .el-checkbox {
731
733
  height: unset;
@@ -227,8 +227,9 @@
227
227
  overflow: hidden;
228
228
  text-overflow: ellipsis;
229
229
  overflow-wrap: break-word;
230
- padding: 0 12px 0 0;
230
+ // padding: 0 12px 0 0;
231
231
  margin-left: 12px;
232
+ padding-left: 12px;
232
233
  align-items: center;
233
234
  // display: flex; // bunu eklersem truncate etmiyor o yüzden aşağıdaki line-height: 1 i ekledim çözüldü
234
235
  // line-height: 20px; // 1
@@ -280,7 +281,7 @@
280
281
 
281
282
  .#{$namespace}-checkbox {
282
283
  max-height: 20px;
283
- // margin-top: 1px;
284
+ margin-top: -1px;
284
285
 
285
286
  input[type='checkbox'] {
286
287
  margin: 0;
@@ -499,6 +500,7 @@
499
500
  display: flex;
500
501
  align-items: center;
501
502
  padding: 0;
503
+ overflow: visible;
502
504
  }
503
505
 
504
506
  .#{$namespace}-checkbox {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
- "version": "2.4.172",
3
+ "version": "2.4.174",
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": {