@timus-networks/theme 2.4.218 → 2.4.222

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.217",
4
+ "version": "2.4.221",
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.217";
14
+ const version = "2.4.221";
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 = {
@@ -3566,7 +3566,7 @@ heights > $common-component-size
3566
3566
  position: relative;
3567
3567
  min-height: 100%;
3568
3568
  margin: 0;
3569
- padding: 6px 0;
3569
+ padding: 8px;
3570
3570
  list-style: none;
3571
3571
  box-sizing: border-box;
3572
3572
  }
@@ -3597,10 +3597,14 @@ heights > $common-component-size
3597
3597
  position: relative;
3598
3598
  display: flex;
3599
3599
  align-items: center;
3600
- padding: 0 30px 0 20px;
3601
- height: 34px;
3602
- line-height: 34px;
3600
+ padding: 5px 8px;
3601
+ height: 28px;
3602
+ line-height: 28px;
3603
3603
  outline: none;
3604
+ border-radius: var(--el-border-radius-small);
3605
+ font-size: var(--el-font-size-small);
3606
+ font-weight: 500;
3607
+ color: var(--el-color-neutral-light-9);
3604
3608
  }
3605
3609
  .el-cascader-node.is-selectable.in-active-path {
3606
3610
  color: var(--el-cascader-menu-text-color);
@@ -3633,7 +3637,7 @@ heights > $common-component-size
3633
3637
  .el-cascader-node__label {
3634
3638
  flex: 1;
3635
3639
  text-align: left;
3636
- padding: 0 8px;
3640
+ padding: 0;
3637
3641
  white-space: nowrap;
3638
3642
  overflow: hidden;
3639
3643
  text-overflow: ellipsis;
@@ -13687,6 +13691,7 @@ heights > $common-component-size
13687
13691
  display: flex;
13688
13692
  flex-wrap: wrap;
13689
13693
  user-select: none;
13694
+ align-items: center;
13690
13695
  }
13691
13696
  .el-select__selected-item .el-tag.el-tag--info {
13692
13697
  --el-tag-bg-color: var(--el-color-primary-light-1);
@@ -16412,20 +16417,20 @@ heights > $common-component-size
16412
16417
  background-color: var(--el-tag-bg-color);
16413
16418
  border-color: var(--el-tag-border-color);
16414
16419
  color: var(--el-tag-text-color);
16415
- display: inline-flex;
16416
- justify-content: center;
16417
- align-items: center;
16418
16420
  vertical-align: middle;
16419
16421
  height: 16px;
16420
16422
  padding: 0 7px;
16421
16423
  font-size: var(--el-tag-font-size);
16422
- line-height: 1;
16424
+ line-height: 14px;
16423
16425
  border-width: 1px;
16424
16426
  border-style: solid;
16425
16427
  border-radius: var(--el-tag-border-radius);
16426
16428
  box-sizing: border-box;
16427
16429
  white-space: nowrap;
16428
16430
  transition: none;
16431
+ overflow: hidden;
16432
+ text-overflow: ellipsis;
16433
+ white-space: nowrap;
16429
16434
  --el-icon-size: 14px;
16430
16435
  --el-tag-bg-color: var(--el-color-primary-light-1);
16431
16436
  --el-tag-border-color: var(--el-color-primary-light-4);
@@ -16645,6 +16650,7 @@ heights > $common-component-size
16645
16650
  .el-tag--large {
16646
16651
  padding: 0 7px;
16647
16652
  height: 28px;
16653
+ line-height: 26px;
16648
16654
  --el-icon-size: 10px;
16649
16655
  }
16650
16656
  .el-tag--large .el-tag__close {
@@ -16657,6 +16663,7 @@ heights > $common-component-size
16657
16663
  .el-tag--medium {
16658
16664
  padding: 0 7px;
16659
16665
  height: 24px;
16666
+ line-height: 22px;
16660
16667
  --el-icon-size: 10px;
16661
16668
  }
16662
16669
  .el-tag--medium .el-tag__close {
@@ -16669,6 +16676,7 @@ heights > $common-component-size
16669
16676
  .el-tag--small {
16670
16677
  padding: 0 7px;
16671
16678
  height: 20px;
16679
+ line-height: 18px;
16672
16680
  --el-icon-size: 10px;
16673
16681
  }
16674
16682
  .el-tag--small .el-tag__close {
@@ -16681,6 +16689,7 @@ heights > $common-component-size
16681
16689
  .el-tag--mini {
16682
16690
  padding: 0 7px;
16683
16691
  height: 16px;
16692
+ line-height: 14px;
16684
16693
  --el-icon-size: 10px;
16685
16694
  }
16686
16695
  .el-tag--mini .el-tag__close {
@@ -345,7 +345,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
345
345
  position: relative;
346
346
  min-height: 100%;
347
347
  margin: 0;
348
- padding: 6px 0;
348
+ padding: 8px;
349
349
  list-style: none;
350
350
  box-sizing: border-box;
351
351
  }
@@ -376,10 +376,14 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
376
376
  position: relative;
377
377
  display: flex;
378
378
  align-items: center;
379
- padding: 0 30px 0 20px;
380
- height: 34px;
381
- line-height: 34px;
379
+ padding: 5px 8px;
380
+ height: 28px;
381
+ line-height: 28px;
382
382
  outline: none;
383
+ border-radius: var(--el-border-radius-small);
384
+ font-size: var(--el-font-size-small);
385
+ font-weight: 500;
386
+ color: var(--el-color-neutral-light-9);
383
387
  }
384
388
  .el-cascader-node.is-selectable.in-active-path {
385
389
  color: var(--el-cascader-menu-text-color);
@@ -412,7 +416,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
412
416
  .el-cascader-node__label {
413
417
  flex: 1;
414
418
  text-align: left;
415
- padding: 0 8px;
419
+ padding: 0;
416
420
  white-space: nowrap;
417
421
  overflow: hidden;
418
422
  text-overflow: ellipsis;
@@ -43,7 +43,7 @@
43
43
  position: relative;
44
44
  min-height: 100%;
45
45
  margin: 0;
46
- padding: 6px 0;
46
+ padding: 8px;
47
47
  list-style: none;
48
48
  box-sizing: border-box;
49
49
  }
@@ -76,10 +76,14 @@
76
76
  position: relative;
77
77
  display: flex;
78
78
  align-items: center;
79
- padding: 0 30px 0 20px;
80
- height: 34px;
81
- line-height: 34px;
79
+ padding: 5px 8px;
80
+ height: 28px;
81
+ line-height: 28px;
82
82
  outline: none;
83
+ border-radius: getCssVar('border-radius-small');
84
+ font-size: getCssVar('font-size', 'small');
85
+ font-weight: 500;
86
+ color: getCssVar('color', 'neutral', 'light-9');
83
87
 
84
88
  &.is-selectable.in-active-path {
85
89
  color: getCssVar('cascader-menu', 'text-color');
@@ -119,7 +123,7 @@
119
123
  @include e(label) {
120
124
  flex: 1;
121
125
  text-align: left;
122
- padding: 0 8px;
126
+ padding: 0;
123
127
  white-space: nowrap;
124
128
  overflow: hidden;
125
129
  text-overflow: ellipsis;
@@ -2563,7 +2563,7 @@ heights > $common-component-size
2563
2563
  position: relative;
2564
2564
  min-height: 100%;
2565
2565
  margin: 0;
2566
- padding: 6px 0;
2566
+ padding: 8px;
2567
2567
  list-style: none;
2568
2568
  box-sizing: border-box;
2569
2569
  }
@@ -2594,10 +2594,14 @@ heights > $common-component-size
2594
2594
  position: relative;
2595
2595
  display: flex;
2596
2596
  align-items: center;
2597
- padding: 0 30px 0 20px;
2598
- height: 34px;
2599
- line-height: 34px;
2597
+ padding: 5px 8px;
2598
+ height: 28px;
2599
+ line-height: 28px;
2600
2600
  outline: none;
2601
+ border-radius: var(--el-border-radius-small);
2602
+ font-size: var(--el-font-size-small);
2603
+ font-weight: 500;
2604
+ color: var(--el-color-neutral-light-9);
2601
2605
  }
2602
2606
  .el-cascader-node.is-selectable.in-active-path {
2603
2607
  color: var(--el-cascader-menu-text-color);
@@ -2630,7 +2634,7 @@ heights > $common-component-size
2630
2634
  .el-cascader-node__label {
2631
2635
  flex: 1;
2632
2636
  text-align: left;
2633
- padding: 0 8px;
2637
+ padding: 0;
2634
2638
  white-space: nowrap;
2635
2639
  overflow: hidden;
2636
2640
  text-overflow: ellipsis;
@@ -12795,6 +12799,7 @@ h6,
12795
12799
  display: flex;
12796
12800
  flex-wrap: wrap;
12797
12801
  user-select: none;
12802
+ align-items: center;
12798
12803
  }
12799
12804
  .el-select__selected-item .el-tag.el-tag--info {
12800
12805
  --el-tag-bg-color: var(--el-color-primary-light-1);
@@ -15520,20 +15525,20 @@ h6,
15520
15525
  background-color: var(--el-tag-bg-color);
15521
15526
  border-color: var(--el-tag-border-color);
15522
15527
  color: var(--el-tag-text-color);
15523
- display: inline-flex;
15524
- justify-content: center;
15525
- align-items: center;
15526
15528
  vertical-align: middle;
15527
15529
  height: 16px;
15528
15530
  padding: 0 7px;
15529
15531
  font-size: var(--el-tag-font-size);
15530
- line-height: 1;
15532
+ line-height: 14px;
15531
15533
  border-width: 1px;
15532
15534
  border-style: solid;
15533
15535
  border-radius: var(--el-tag-border-radius);
15534
15536
  box-sizing: border-box;
15535
15537
  white-space: nowrap;
15536
15538
  transition: none;
15539
+ overflow: hidden;
15540
+ text-overflow: ellipsis;
15541
+ white-space: nowrap;
15537
15542
  --el-icon-size: 14px;
15538
15543
  --el-tag-bg-color: var(--el-color-primary-light-1);
15539
15544
  --el-tag-border-color: var(--el-color-primary-light-4);
@@ -15753,6 +15758,7 @@ h6,
15753
15758
  .el-tag--large {
15754
15759
  padding: 0 7px;
15755
15760
  height: 28px;
15761
+ line-height: 26px;
15756
15762
  --el-icon-size: 10px;
15757
15763
  }
15758
15764
  .el-tag--large .el-tag__close {
@@ -15765,6 +15771,7 @@ h6,
15765
15771
  .el-tag--medium {
15766
15772
  padding: 0 7px;
15767
15773
  height: 24px;
15774
+ line-height: 22px;
15768
15775
  --el-icon-size: 10px;
15769
15776
  }
15770
15777
  .el-tag--medium .el-tag__close {
@@ -15777,6 +15784,7 @@ h6,
15777
15784
  .el-tag--small {
15778
15785
  padding: 0 7px;
15779
15786
  height: 20px;
15787
+ line-height: 18px;
15780
15788
  --el-icon-size: 10px;
15781
15789
  }
15782
15790
  .el-tag--small .el-tag__close {
@@ -15789,6 +15797,7 @@ h6,
15789
15797
  .el-tag--mini {
15790
15798
  padding: 0 7px;
15791
15799
  height: 16px;
15800
+ line-height: 14px;
15792
15801
  --el-icon-size: 10px;
15793
15802
  }
15794
15803
  .el-tag--mini .el-tag__close {
@@ -580,6 +580,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
580
580
  display: flex;
581
581
  flex-wrap: wrap;
582
582
  user-select: none;
583
+ align-items: center;
583
584
  }
584
585
  .el-select__selected-item .el-tag.el-tag--info {
585
586
  --el-tag-bg-color: var(--el-color-primary-light-1);
@@ -580,6 +580,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
580
580
  display: flex;
581
581
  flex-wrap: wrap;
582
582
  user-select: none;
583
+ align-items: center;
583
584
  }
584
585
  .el-select__selected-item .el-tag.el-tag--info {
585
586
  --el-tag-bg-color: var(--el-color-primary-light-1);
@@ -174,6 +174,7 @@
174
174
  display: flex;
175
175
  flex-wrap: wrap;
176
176
  user-select: none;
177
+ align-items: center;
177
178
 
178
179
  .el-tag.#{$namespace}-tag--info {
179
180
  @include css-var-from-global(('tag', 'bg-color'), ('color', 'primary', 'light-1'));
@@ -310,20 +310,20 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
310
310
  background-color: var(--el-tag-bg-color);
311
311
  border-color: var(--el-tag-border-color);
312
312
  color: var(--el-tag-text-color);
313
- display: inline-flex;
314
- justify-content: center;
315
- align-items: center;
316
313
  vertical-align: middle;
317
314
  height: 16px;
318
315
  padding: 0 7px;
319
316
  font-size: var(--el-tag-font-size);
320
- line-height: 1;
317
+ line-height: 14px;
321
318
  border-width: 1px;
322
319
  border-style: solid;
323
320
  border-radius: var(--el-tag-border-radius);
324
321
  box-sizing: border-box;
325
322
  white-space: nowrap;
326
323
  transition: none;
324
+ overflow: hidden;
325
+ text-overflow: ellipsis;
326
+ white-space: nowrap;
327
327
  --el-icon-size: 14px;
328
328
  --el-tag-bg-color: var(--el-color-primary-light-1);
329
329
  --el-tag-border-color: var(--el-color-primary-light-4);
@@ -543,6 +543,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
543
543
  .el-tag--large {
544
544
  padding: 0 7px;
545
545
  height: 28px;
546
+ line-height: 26px;
546
547
  --el-icon-size: 10px;
547
548
  }
548
549
  .el-tag--large .el-tag__close {
@@ -555,6 +556,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
555
556
  .el-tag--medium {
556
557
  padding: 0 7px;
557
558
  height: 24px;
559
+ line-height: 22px;
558
560
  --el-icon-size: 10px;
559
561
  }
560
562
  .el-tag--medium .el-tag__close {
@@ -567,6 +569,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
567
569
  .el-tag--small {
568
570
  padding: 0 7px;
569
571
  height: 20px;
572
+ line-height: 18px;
570
573
  --el-icon-size: 10px;
571
574
  }
572
575
  .el-tag--small .el-tag__close {
@@ -579,6 +582,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
579
582
  .el-tag--mini {
580
583
  padding: 0 7px;
581
584
  height: 16px;
585
+ line-height: 14px;
582
586
  --el-icon-size: 10px;
583
587
  }
584
588
  .el-tag--mini .el-tag__close {
@@ -52,15 +52,15 @@ $tag-icon-span-gap: map.merge(
52
52
  border-color: getCssVar('tag-border-color');
53
53
  color: getCssVar('tag-text-color');
54
54
 
55
- display: inline-flex;
56
- justify-content: center;
57
- align-items: center;
55
+ // display: inline-flex;
56
+ // justify-content: center;
57
+ // align-items: center;
58
58
  vertical-align: middle;
59
59
  height: map.get($tag-height, 'default');
60
60
  padding: 0 map.get($tag-padding, 'default') - $border-width;
61
61
 
62
62
  font-size: getCssVar('tag-font-size');
63
- line-height: 1;
63
+ line-height: 14px;
64
64
  border-width: $tag-border-width;
65
65
  border-style: solid;
66
66
  border-radius: getCssVar('tag-border-radius');
@@ -68,6 +68,11 @@ $tag-icon-span-gap: map.merge(
68
68
  white-space: nowrap;
69
69
  transition: none;
70
70
 
71
+ // truncate
72
+ overflow: hidden;
73
+ text-overflow: ellipsis;
74
+ white-space: nowrap;
75
+
71
76
  @include set-css-var-value('icon-size', 14px);
72
77
  @include genTheme('light-1', 'light-4', '');
73
78
 
@@ -134,6 +139,7 @@ $tag-icon-span-gap: map.merge(
134
139
  @include m($size) {
135
140
  padding: 0 map.get($tag-padding, $size) - $tag-border-width;
136
141
  height: map.get($tag-height, $size);
142
+ line-height: map.get($tag-height, $size) - 2px;
137
143
 
138
144
  @include set-css-var-value('icon-size', #{map.get($tag-icon-size, $size)});
139
145
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
- "version": "2.4.218",
3
+ "version": "2.4.222",
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": {