@timus-networks/theme 2.4.78 → 2.4.80

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.78",
4
+ "version": "2.4.80",
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.78";
14
+ const version = "2.4.80";
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 = {
@@ -14224,6 +14224,15 @@ h6,
14224
14224
  width: 12px;
14225
14225
  height: 12px;
14226
14226
  }
14227
+ .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 {
14228
+ height: 6px;
14229
+ left: 3px;
14230
+ width: 2px;
14231
+ top: 0px;
14232
+ }
14233
+ .el-table__header-wrapper .el-table-column--selection .el-checkbox .is-indeterminate .el-checkbox__inner::after, .el-table__body-wrapper .el-table-column--selection .el-checkbox .is-indeterminate .el-checkbox__inner::after {
14234
+ top: 3px;
14235
+ }
14227
14236
  .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 {
14228
14237
  padding-left: 4px;
14229
14238
  }
@@ -14292,18 +14301,17 @@ h6,
14292
14301
  .el-table .sort-caret {
14293
14302
  width: 0;
14294
14303
  height: 0;
14295
- border: solid 5px transparent;
14304
+ border: solid 4px transparent;
14296
14305
  left: 0;
14297
- top: 0;
14298
14306
  position: relative;
14299
14307
  }
14300
14308
  .el-table .sort-caret.ascending {
14301
14309
  border-bottom-color: var(--el-text-color-placeholder);
14302
- top: -5px;
14310
+ top: 0;
14303
14311
  }
14304
14312
  .el-table .sort-caret.descending {
14305
14313
  border-top-color: var(--el-text-color-placeholder);
14306
- bottom: -3px;
14314
+ bottom: -1px;
14307
14315
  }
14308
14316
  .el-table .ascending .sort-caret.ascending {
14309
14317
  border-bottom-color: var(--el-color-primary);
@@ -722,6 +722,15 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
722
722
  width: 12px;
723
723
  height: 12px;
724
724
  }
725
+ .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 {
726
+ height: 6px;
727
+ left: 3px;
728
+ width: 2px;
729
+ top: 0px;
730
+ }
731
+ .el-table__header-wrapper .el-table-column--selection .el-checkbox .is-indeterminate .el-checkbox__inner::after, .el-table__body-wrapper .el-table-column--selection .el-checkbox .is-indeterminate .el-checkbox__inner::after {
732
+ top: 3px;
733
+ }
725
734
  .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 {
726
735
  padding-left: 4px;
727
736
  }
@@ -790,18 +799,17 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
790
799
  .el-table .sort-caret {
791
800
  width: 0;
792
801
  height: 0;
793
- border: solid 5px transparent;
802
+ border: solid 4px transparent;
794
803
  left: 0;
795
- top: 0;
796
804
  position: relative;
797
805
  }
798
806
  .el-table .sort-caret.ascending {
799
807
  border-bottom-color: var(--el-text-color-placeholder);
800
- top: -5px;
808
+ top: 0;
801
809
  }
802
810
  .el-table .sort-caret.descending {
803
811
  border-top-color: var(--el-text-color-placeholder);
804
- bottom: -3px;
812
+ bottom: -1px;
805
813
  }
806
814
  .el-table .ascending .sort-caret.ascending {
807
815
  border-bottom-color: var(--el-color-primary);
@@ -485,6 +485,21 @@
485
485
  .#{$namespace}-checkbox__inner {
486
486
  width: 12px;
487
487
  height: 12px;
488
+
489
+ &::after {
490
+ height: 6px;
491
+ left: 3px;
492
+ width: 2px;
493
+ top: 0px;
494
+ }
495
+ }
496
+
497
+ .is-indeterminate {
498
+ .#{$namespace}-checkbox__inner {
499
+ &::after {
500
+ top: 3px;
501
+ }
502
+ }
488
503
  }
489
504
  }
490
505
 
@@ -596,19 +611,18 @@
596
611
  .sort-caret {
597
612
  width: 0;
598
613
  height: 0;
599
- border: solid 5px transparent;
614
+ border: solid 4px transparent;
600
615
  left: 0;
601
- top: 0;
602
616
  position: relative;
603
617
 
604
618
  &.ascending {
605
619
  border-bottom-color: getCssVar('text-color', 'placeholder');
606
- top: -5px;
620
+ top: 0;
607
621
  }
608
622
 
609
623
  &.descending {
610
624
  border-top-color: getCssVar('text-color', 'placeholder');
611
- bottom: -3px;
625
+ bottom: -1px;
612
626
  }
613
627
  }
614
628
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
- "version": "2.4.78",
3
+ "version": "2.4.80",
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": {