@timus-networks/theme 2.4.177 → 2.4.178

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.176",
4
+ "version": "2.4.177",
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.176";
14
+ const version = "2.4.177";
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 = {
@@ -8357,6 +8357,7 @@ heights > $common-component-size
8357
8357
  display: inline-flex;
8358
8358
  align-items: center;
8359
8359
  padding: 0 10px;
8360
+ flex-grow: 0;
8360
8361
  }
8361
8362
  .el-range-editor.is-active {
8362
8363
  box-shadow: 0 0 0 1px var(--el-input-focus-border-color) inset;
@@ -13636,7 +13637,7 @@ heights > $common-component-size
13636
13637
  min-width: 0;
13637
13638
  }
13638
13639
  .el-select__selection .el-tag.el-tag--small {
13639
- height: 18px;
13640
+ height: 16px;
13640
13641
  }
13641
13642
 
13642
13643
  .el-select__selected-item {
@@ -15036,6 +15037,7 @@ heights > $common-component-size
15036
15037
  }
15037
15038
  .el-table .el-table__cell:first-of-type .cell {
15038
15039
  margin-left: 0;
15040
+ padding-left: 0;
15039
15041
  }
15040
15042
  .el-table .el-table__cell:last-of-type .cell {
15041
15043
  padding-right: 0;
@@ -16371,7 +16373,7 @@ heights > $common-component-size
16371
16373
  justify-content: center;
16372
16374
  align-items: center;
16373
16375
  vertical-align: middle;
16374
- height: 18px;
16376
+ height: 16px;
16375
16377
  padding: 0 7px;
16376
16378
  font-size: var(--el-tag-font-size);
16377
16379
  line-height: 1;
@@ -16599,7 +16601,7 @@ heights > $common-component-size
16599
16601
  }
16600
16602
  .el-tag--large {
16601
16603
  padding: 0 7px;
16602
- height: 32px;
16604
+ height: 28px;
16603
16605
  --el-icon-size: 10px;
16604
16606
  }
16605
16607
  .el-tag--large .el-tag__close {
@@ -16611,7 +16613,7 @@ heights > $common-component-size
16611
16613
 
16612
16614
  .el-tag--medium {
16613
16615
  padding: 0 7px;
16614
- height: 28px;
16616
+ height: 24px;
16615
16617
  --el-icon-size: 10px;
16616
16618
  }
16617
16619
  .el-tag--medium .el-tag__close {
@@ -16623,7 +16625,7 @@ heights > $common-component-size
16623
16625
 
16624
16626
  .el-tag--small {
16625
16627
  padding: 0 7px;
16626
- height: 24px;
16628
+ height: 20px;
16627
16629
  --el-icon-size: 10px;
16628
16630
  }
16629
16631
  .el-tag--small .el-tag__close {
@@ -16635,7 +16637,7 @@ heights > $common-component-size
16635
16637
 
16636
16638
  .el-tag--mini {
16637
16639
  padding: 0 7px;
16638
- height: 18px;
16640
+ height: 16px;
16639
16641
  --el-icon-size: 10px;
16640
16642
  }
16641
16643
  .el-tag--mini .el-tag__close {
@@ -1107,11 +1107,11 @@ $tag: map.merge(
1107
1107
  $tag-height: () !default;
1108
1108
  $tag-height: map.merge(
1109
1109
  (
1110
- 'default': 18px,
1111
- 'large': 32px,
1112
- 'medium': 28px,
1113
- 'small': 24px,
1114
- 'mini': 18px,
1110
+ 'default': 16px,
1111
+ 'large': 28px,
1112
+ 'medium': 24px,
1113
+ 'small': 20px,
1114
+ 'mini': 16px,
1115
1115
  ),
1116
1116
  $tag-height
1117
1117
  );
@@ -568,6 +568,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
568
568
  display: inline-flex;
569
569
  align-items: center;
570
570
  padding: 0 10px;
571
+ flex-grow: 0;
571
572
  }
572
573
  .el-range-editor.is-active {
573
574
  box-shadow: 0 0 0 1px var(--el-input-focus-border-color) inset;
@@ -135,6 +135,7 @@
135
135
  display: inline-flex;
136
136
  align-items: center;
137
137
  padding: 0 10px;
138
+ flex-grow: 0;
138
139
  }
139
140
 
140
141
  @include when(active) {
@@ -951,6 +951,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
951
951
  display: inline-flex;
952
952
  align-items: center;
953
953
  padding: 0 10px;
954
+ flex-grow: 0;
954
955
  }
955
956
  .el-range-editor.is-active {
956
957
  box-shadow: 0 0 0 1px var(--el-input-focus-border-color) inset;
@@ -7359,6 +7359,7 @@ heights > $common-component-size
7359
7359
  display: inline-flex;
7360
7360
  align-items: center;
7361
7361
  padding: 0 10px;
7362
+ flex-grow: 0;
7362
7363
  }
7363
7364
  .el-range-editor.is-active {
7364
7365
  box-shadow: 0 0 0 1px var(--el-input-focus-border-color) inset;
@@ -12749,7 +12750,7 @@ h6,
12749
12750
  min-width: 0;
12750
12751
  }
12751
12752
  .el-select__selection .el-tag.el-tag--small {
12752
- height: 18px;
12753
+ height: 16px;
12753
12754
  }
12754
12755
 
12755
12756
  .el-select__selected-item {
@@ -14149,6 +14150,7 @@ h6,
14149
14150
  }
14150
14151
  .el-table .el-table__cell:first-of-type .cell {
14151
14152
  margin-left: 0;
14153
+ padding-left: 0;
14152
14154
  }
14153
14155
  .el-table .el-table__cell:last-of-type .cell {
14154
14156
  padding-right: 0;
@@ -15484,7 +15486,7 @@ h6,
15484
15486
  justify-content: center;
15485
15487
  align-items: center;
15486
15488
  vertical-align: middle;
15487
- height: 18px;
15489
+ height: 16px;
15488
15490
  padding: 0 7px;
15489
15491
  font-size: var(--el-tag-font-size);
15490
15492
  line-height: 1;
@@ -15712,7 +15714,7 @@ h6,
15712
15714
  }
15713
15715
  .el-tag--large {
15714
15716
  padding: 0 7px;
15715
- height: 32px;
15717
+ height: 28px;
15716
15718
  --el-icon-size: 10px;
15717
15719
  }
15718
15720
  .el-tag--large .el-tag__close {
@@ -15724,7 +15726,7 @@ h6,
15724
15726
 
15725
15727
  .el-tag--medium {
15726
15728
  padding: 0 7px;
15727
- height: 28px;
15729
+ height: 24px;
15728
15730
  --el-icon-size: 10px;
15729
15731
  }
15730
15732
  .el-tag--medium .el-tag__close {
@@ -15736,7 +15738,7 @@ h6,
15736
15738
 
15737
15739
  .el-tag--small {
15738
15740
  padding: 0 7px;
15739
- height: 24px;
15741
+ height: 20px;
15740
15742
  --el-icon-size: 10px;
15741
15743
  }
15742
15744
  .el-tag--small .el-tag__close {
@@ -15748,7 +15750,7 @@ h6,
15748
15750
 
15749
15751
  .el-tag--mini {
15750
15752
  padding: 0 7px;
15751
- height: 18px;
15753
+ height: 16px;
15752
15754
  --el-icon-size: 10px;
15753
15755
  }
15754
15756
  .el-tag--mini .el-tag__close {
@@ -570,7 +570,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
570
570
  min-width: 0;
571
571
  }
572
572
  .el-select__selection .el-tag.el-tag--small {
573
- height: 18px;
573
+ height: 16px;
574
574
  }
575
575
 
576
576
  .el-select__selected-item {
@@ -570,7 +570,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
570
570
  min-width: 0;
571
571
  }
572
572
  .el-select__selection .el-tag.el-tag--small {
573
- height: 18px;
573
+ height: 16px;
574
574
  }
575
575
 
576
576
  .el-select__selected-item {
@@ -462,6 +462,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
462
462
  }
463
463
  .el-table .el-table__cell:first-of-type .cell {
464
464
  margin-left: 0;
465
+ padding-left: 0;
465
466
  }
466
467
  .el-table .el-table__cell:last-of-type .cell {
467
468
  padding-right: 0;
@@ -211,6 +211,7 @@
211
211
  .cell {
212
212
  // padding-left: 0;
213
213
  margin-left: 0;
214
+ padding-left: 0;
214
215
  }
215
216
  }
216
217
 
@@ -314,7 +314,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
314
314
  justify-content: center;
315
315
  align-items: center;
316
316
  vertical-align: middle;
317
- height: 18px;
317
+ height: 16px;
318
318
  padding: 0 7px;
319
319
  font-size: var(--el-tag-font-size);
320
320
  line-height: 1;
@@ -542,7 +542,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
542
542
  }
543
543
  .el-tag--large {
544
544
  padding: 0 7px;
545
- height: 32px;
545
+ height: 28px;
546
546
  --el-icon-size: 10px;
547
547
  }
548
548
  .el-tag--large .el-tag__close {
@@ -554,7 +554,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
554
554
 
555
555
  .el-tag--medium {
556
556
  padding: 0 7px;
557
- height: 28px;
557
+ height: 24px;
558
558
  --el-icon-size: 10px;
559
559
  }
560
560
  .el-tag--medium .el-tag__close {
@@ -566,7 +566,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
566
566
 
567
567
  .el-tag--small {
568
568
  padding: 0 7px;
569
- height: 24px;
569
+ height: 20px;
570
570
  --el-icon-size: 10px;
571
571
  }
572
572
  .el-tag--small .el-tag__close {
@@ -578,7 +578,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
578
578
 
579
579
  .el-tag--mini {
580
580
  padding: 0 7px;
581
- height: 18px;
581
+ height: 16px;
582
582
  --el-icon-size: 10px;
583
583
  }
584
584
  .el-tag--mini .el-tag__close {
@@ -568,6 +568,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
568
568
  display: inline-flex;
569
569
  align-items: center;
570
570
  padding: 0 10px;
571
+ flex-grow: 0;
571
572
  }
572
573
  .el-range-editor.is-active {
573
574
  box-shadow: 0 0 0 1px var(--el-input-focus-border-color) inset;
@@ -568,6 +568,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
568
568
  display: inline-flex;
569
569
  align-items: center;
570
570
  padding: 0 10px;
571
+ flex-grow: 0;
571
572
  }
572
573
  .el-range-editor.is-active {
573
574
  box-shadow: 0 0 0 1px var(--el-input-focus-border-color) inset;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
- "version": "2.4.177",
3
+ "version": "2.4.178",
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": {