@timus-networks/theme 2.4.171 → 2.4.173

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.170",
4
+ "version": "2.4.172",
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.170";
14
+ const version = "2.4.172";
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,7 +15045,6 @@ 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;
15050
15049
  align-items: center;
15051
15050
  gap: 2px;
@@ -15109,7 +15108,7 @@ heights > $common-component-size
15109
15108
  }
15110
15109
  .el-table tr .el-checkbox {
15111
15110
  max-height: 20px;
15112
- margin-top: 1px;
15111
+ margin-top: -1px;
15113
15112
  }
15114
15113
  .el-table tr .el-checkbox input[type=checkbox] {
15115
15114
  margin: 0;
@@ -15301,6 +15300,7 @@ heights > $common-component-size
15301
15300
  display: flex;
15302
15301
  align-items: center;
15303
15302
  padding: 0;
15303
+ overflow: visible;
15304
15304
  }
15305
15305
  .el-table__header-wrapper .el-table-column--selection .el-checkbox, .el-table__body-wrapper .el-table-column--selection .el-checkbox {
15306
15306
  height: unset;
@@ -14158,7 +14158,6 @@ 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;
14163
14162
  align-items: center;
14164
14163
  gap: 2px;
@@ -14222,7 +14221,7 @@ h6,
14222
14221
  }
14223
14222
  .el-table tr .el-checkbox {
14224
14223
  max-height: 20px;
14225
- margin-top: 1px;
14224
+ margin-top: -1px;
14226
14225
  }
14227
14226
  .el-table tr .el-checkbox input[type=checkbox] {
14228
14227
  margin: 0;
@@ -14414,6 +14413,7 @@ h6,
14414
14413
  display: flex;
14415
14414
  align-items: center;
14416
14415
  padding: 0;
14416
+ overflow: visible;
14417
14417
  }
14418
14418
  .el-table__header-wrapper .el-table-column--selection .el-checkbox, .el-table__body-wrapper .el-table-column--selection .el-checkbox {
14419
14419
  height: unset;
@@ -471,7 +471,6 @@ 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;
476
475
  align-items: center;
477
476
  gap: 2px;
@@ -535,7 +534,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
535
534
  }
536
535
  .el-table tr .el-checkbox {
537
536
  max-height: 20px;
538
- margin-top: 1px;
537
+ margin-top: -1px;
539
538
  }
540
539
  .el-table tr .el-checkbox input[type=checkbox] {
541
540
  margin: 0;
@@ -727,6 +726,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
727
726
  display: flex;
728
727
  align-items: center;
729
728
  padding: 0;
729
+ overflow: visible;
730
730
  }
731
731
  .el-table__header-wrapper .el-table-column--selection .el-checkbox, .el-table__body-wrapper .el-table-column--selection .el-checkbox {
732
732
  height: unset;
@@ -227,7 +227,7 @@
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
232
  align-items: center;
233
233
  // display: flex; // bunu eklersem truncate etmiyor o yüzden aşağıdaki line-height: 1 i ekledim çözüldü
@@ -280,7 +280,7 @@
280
280
 
281
281
  .#{$namespace}-checkbox {
282
282
  max-height: 20px;
283
- margin-top: 1px;
283
+ margin-top: -1px;
284
284
 
285
285
  input[type='checkbox'] {
286
286
  margin: 0;
@@ -499,6 +499,7 @@
499
499
  display: flex;
500
500
  align-items: center;
501
501
  padding: 0;
502
+ overflow: visible;
502
503
  }
503
504
 
504
505
  .#{$namespace}-checkbox {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
- "version": "2.4.171",
3
+ "version": "2.4.173",
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": {