@timus-networks/theme 2.4.76 → 2.4.78

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.76",
4
+ "version": "2.4.78",
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.76";
14
+ const version = "2.4.78";
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 = {
@@ -336,6 +336,9 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
336
336
  --font-size: 14px;
337
337
  margin-bottom: 16px;
338
338
  }
339
+ .el-form-item:last-child {
340
+ margin-bottom: 0;
341
+ }
339
342
  .el-form-item .el-form-item {
340
343
  margin-bottom: 0;
341
344
  }
@@ -97,6 +97,10 @@ $form-item-label-top-margin-bottom: map.merge(
97
97
  --font-size: #{map.get($input-font-size, 'default')};
98
98
  margin-bottom: #{map.get($form-item-margin-bottom, 'default')};
99
99
 
100
+ &:last-child {
101
+ margin-bottom: 0;
102
+ }
103
+
100
104
  .#{$namespace}-form-item {
101
105
  margin-bottom: 0;
102
106
  }
@@ -8757,6 +8757,9 @@ heights > $common-component-size
8757
8757
  --font-size: 14px;
8758
8758
  margin-bottom: 16px;
8759
8759
  }
8760
+ .el-form-item:last-child {
8761
+ margin-bottom: 0;
8762
+ }
8760
8763
  .el-form-item .el-form-item {
8761
8764
  margin-bottom: 0;
8762
8765
  }
@@ -13963,10 +13966,13 @@ h6,
13963
13966
  box-sizing: border-box;
13964
13967
  overflow: hidden;
13965
13968
  text-overflow: ellipsis;
13966
- white-space: normal;
13967
13969
  overflow-wrap: break-word;
13968
13970
  line-height: 20px;
13969
13971
  padding: 0 12px;
13972
+ align-items: center;
13973
+ display: flex;
13974
+ gap: 2px;
13975
+ white-space: nowrap;
13970
13976
  }
13971
13977
  .el-table .cell.el-tooltip {
13972
13978
  white-space: nowrap;
@@ -14214,6 +14220,10 @@ h6,
14214
14220
  .el-table__header-wrapper .el-table-column--selection .el-checkbox, .el-table__body-wrapper .el-table-column--selection .el-checkbox {
14215
14221
  height: unset;
14216
14222
  }
14223
+ .el-table__header-wrapper .el-table-column--selection .el-checkbox .el-checkbox__inner, .el-table__body-wrapper .el-table-column--selection .el-checkbox .el-checkbox__inner {
14224
+ width: 12px;
14225
+ height: 12px;
14226
+ }
14217
14227
  .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 {
14218
14228
  padding-left: 4px;
14219
14229
  }
@@ -14271,19 +14281,21 @@ h6,
14271
14281
  display: inline-flex;
14272
14282
  flex-direction: column;
14273
14283
  align-items: center;
14274
- height: 14px;
14275
- width: 24px;
14276
14284
  vertical-align: middle;
14277
14285
  cursor: pointer;
14278
14286
  overflow: initial;
14279
14287
  position: relative;
14288
+ gap: 2px;
14289
+ height: auto;
14290
+ width: 14px;
14280
14291
  }
14281
14292
  .el-table .sort-caret {
14282
14293
  width: 0;
14283
14294
  height: 0;
14284
14295
  border: solid 5px transparent;
14285
- position: absolute;
14286
- left: 7px;
14296
+ left: 0;
14297
+ top: 0;
14298
+ position: relative;
14287
14299
  }
14288
14300
  .el-table .sort-caret.ascending {
14289
14301
  border-bottom-color: var(--el-text-color-placeholder);
@@ -464,10 +464,13 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
464
464
  box-sizing: border-box;
465
465
  overflow: hidden;
466
466
  text-overflow: ellipsis;
467
- white-space: normal;
468
467
  overflow-wrap: break-word;
469
468
  line-height: 20px;
470
469
  padding: 0 12px;
470
+ align-items: center;
471
+ display: flex;
472
+ gap: 2px;
473
+ white-space: nowrap;
471
474
  }
472
475
  .el-table .cell.el-tooltip {
473
476
  white-space: nowrap;
@@ -715,6 +718,10 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
715
718
  .el-table__header-wrapper .el-table-column--selection .el-checkbox, .el-table__body-wrapper .el-table-column--selection .el-checkbox {
716
719
  height: unset;
717
720
  }
721
+ .el-table__header-wrapper .el-table-column--selection .el-checkbox .el-checkbox__inner, .el-table__body-wrapper .el-table-column--selection .el-checkbox .el-checkbox__inner {
722
+ width: 12px;
723
+ height: 12px;
724
+ }
718
725
  .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 {
719
726
  padding-left: 4px;
720
727
  }
@@ -772,19 +779,21 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
772
779
  display: inline-flex;
773
780
  flex-direction: column;
774
781
  align-items: center;
775
- height: 14px;
776
- width: 24px;
777
782
  vertical-align: middle;
778
783
  cursor: pointer;
779
784
  overflow: initial;
780
785
  position: relative;
786
+ gap: 2px;
787
+ height: auto;
788
+ width: 14px;
781
789
  }
782
790
  .el-table .sort-caret {
783
791
  width: 0;
784
792
  height: 0;
785
793
  border: solid 5px transparent;
786
- position: absolute;
787
- left: 7px;
794
+ left: 0;
795
+ top: 0;
796
+ position: relative;
788
797
  }
789
798
  .el-table .sort-caret.ascending {
790
799
  border-bottom-color: var(--el-text-color-placeholder);
@@ -214,10 +214,13 @@
214
214
  box-sizing: border-box;
215
215
  overflow: hidden;
216
216
  text-overflow: ellipsis;
217
- white-space: normal;
218
217
  overflow-wrap: break-word;
219
218
  line-height: 20px;
220
219
  padding: 0 12px;
220
+ align-items: center;
221
+ display: flex;
222
+ gap: 2px;
223
+ white-space: nowrap;
221
224
 
222
225
  &.#{$namespace}-tooltip {
223
226
  white-space: nowrap;
@@ -478,6 +481,11 @@
478
481
 
479
482
  .#{$namespace}-checkbox {
480
483
  height: unset;
484
+
485
+ .#{$namespace}-checkbox__inner {
486
+ width: 12px;
487
+ height: 12px;
488
+ }
481
489
  }
482
490
 
483
491
  & + td,
@@ -576,20 +584,22 @@
576
584
  display: inline-flex;
577
585
  flex-direction: column;
578
586
  align-items: center;
579
- height: 14px;
580
- width: 24px;
581
587
  vertical-align: middle;
582
588
  cursor: pointer;
583
589
  overflow: initial;
584
590
  position: relative;
591
+ gap: 2px;
592
+ height: auto;
593
+ width: 14px;
585
594
  }
586
595
 
587
596
  .sort-caret {
588
597
  width: 0;
589
598
  height: 0;
590
599
  border: solid 5px transparent;
591
- position: absolute;
592
- left: 7px;
600
+ left: 0;
601
+ top: 0;
602
+ position: relative;
593
603
 
594
604
  &.ascending {
595
605
  border-bottom-color: getCssVar('text-color', 'placeholder');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
- "version": "2.4.76",
3
+ "version": "2.4.78",
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": {