@timus-networks/theme 2.4.105 → 2.4.107
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 +1 -1
- package/dist/module.mjs +1 -1
- package/dist/runtime/components/development/example.link.vue +1 -1
- package/dist/runtime/public/scss/element-plus/base.css +2 -2
- package/dist/runtime/public/scss/element-plus/common/var.scss +2 -2
- package/dist/runtime/public/scss/element-plus/index.css +60 -20
- package/dist/runtime/public/scss/element-plus/link.css +56 -12
- package/dist/runtime/public/scss/element-plus/link.scss +29 -5
- package/dist/runtime/public/scss/element-plus/select-v2.css +2 -6
- package/dist/runtime/public/scss/element-plus/select.css +2 -6
- package/dist/runtime/public/scss/element-plus/select.scss +4 -3
- package/dist/runtime/public/scss/element-plus/var.css +2 -2
- package/package.json +1 -1
package/dist/module.json
CHANGED
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.
|
|
14
|
+
const version = "2.4.106";
|
|
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 = {
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
<p>Underline of link</p>
|
|
52
52
|
<div class="flex gap-2">
|
|
53
53
|
Some text, <el-link :underline="false">Without Underline</el-link> no - underline....
|
|
54
|
-
<el-link>With Underline</el-link>
|
|
54
|
+
<el-link :underline="true">With Underline</el-link>
|
|
55
55
|
</div>
|
|
56
56
|
</div>
|
|
57
57
|
<template #footer> <html-encode :tag="snippets.underline" /> </template>
|
|
@@ -365,7 +365,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
365
365
|
--el-border-color-dark: #d4d7de;
|
|
366
366
|
--el-border-color-darker: #cdd0d6;
|
|
367
367
|
--el-fill-color: #f0f2f5;
|
|
368
|
-
--el-fill-color-light: var(--el-color-neutral-light-
|
|
368
|
+
--el-fill-color-light: var(--el-color-neutral-light-1);
|
|
369
369
|
--el-fill-color-lighter: #fafafa;
|
|
370
370
|
--el-fill-color-extra-light: #fafcff;
|
|
371
371
|
--el-fill-color-dark: #ebedf0;
|
|
@@ -375,7 +375,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
375
375
|
--el-box-shadow-light: 0px 1px 2px 0px rgba(26, 11, 94, 0.1019607843);
|
|
376
376
|
--el-box-shadow-lighter: 0px 0px 6px rgba(0, 0, 0, 0.12);
|
|
377
377
|
--el-box-shadow-dark: 0px 16px 48px 16px rgba(0, 0, 0, 0.08), 0px 12px 32px rgba(0, 0, 0, 0.12), 0px 8px 16px -8px rgba(0, 0, 0, 0.16);
|
|
378
|
-
--el-disabled-bg-color: var(--el-color-neutral-light-
|
|
378
|
+
--el-disabled-bg-color: var(--el-color-neutral-light-1);
|
|
379
379
|
--el-disabled-text-color: var(--el-color-neutral-light-4);
|
|
380
380
|
--el-disabled-border-color: var(--el-color-neutral-light-4);
|
|
381
381
|
--el-overlay-color: rgba(0, 0, 0, 0.8);
|
|
@@ -143,7 +143,7 @@ $fill-color: () !default;
|
|
|
143
143
|
$fill-color: map.merge(
|
|
144
144
|
(
|
|
145
145
|
'': #f0f2f5,
|
|
146
|
-
'light': getCssVar('color-neutral-light-
|
|
146
|
+
'light': getCssVar('color-neutral-light-1'),
|
|
147
147
|
'lighter': #fafafa,
|
|
148
148
|
'extra-light': #fafcff,
|
|
149
149
|
'dark': #ebedf0,
|
|
@@ -244,7 +244,7 @@ $z-index: map.merge(
|
|
|
244
244
|
$disabled: () !default;
|
|
245
245
|
$disabled: map.merge(
|
|
246
246
|
(
|
|
247
|
-
'bg-color': getCssVar('color', 'neutral', 'light-
|
|
247
|
+
'bg-color': getCssVar('color', 'neutral', 'light-1'),
|
|
248
248
|
'text-color': getCssVar('color', 'neutral', 'light-4'),
|
|
249
249
|
'border-color': getCssVar('color', 'neutral', 'light-4'),
|
|
250
250
|
),
|
|
@@ -365,7 +365,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
365
365
|
--el-border-color-dark: #d4d7de;
|
|
366
366
|
--el-border-color-darker: #cdd0d6;
|
|
367
367
|
--el-fill-color: #f0f2f5;
|
|
368
|
-
--el-fill-color-light: var(--el-color-neutral-light-
|
|
368
|
+
--el-fill-color-light: var(--el-color-neutral-light-1);
|
|
369
369
|
--el-fill-color-lighter: #fafafa;
|
|
370
370
|
--el-fill-color-extra-light: #fafcff;
|
|
371
371
|
--el-fill-color-dark: #ebedf0;
|
|
@@ -375,7 +375,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
375
375
|
--el-box-shadow-light: 0px 1px 2px 0px rgba(26, 11, 94, 0.1019607843);
|
|
376
376
|
--el-box-shadow-lighter: 0px 0px 6px rgba(0, 0, 0, 0.12);
|
|
377
377
|
--el-box-shadow-dark: 0px 16px 48px 16px rgba(0, 0, 0, 0.08), 0px 12px 32px rgba(0, 0, 0, 0.12), 0px 8px 16px -8px rgba(0, 0, 0, 0.16);
|
|
378
|
-
--el-disabled-bg-color: var(--el-color-neutral-light-
|
|
378
|
+
--el-disabled-bg-color: var(--el-color-neutral-light-1);
|
|
379
379
|
--el-disabled-text-color: var(--el-color-neutral-light-4);
|
|
380
380
|
--el-disabled-border-color: var(--el-color-neutral-light-4);
|
|
381
381
|
--el-overlay-color: rgba(0, 0, 0, 0.8);
|
|
@@ -9960,7 +9960,19 @@ h6,
|
|
|
9960
9960
|
.el-link:active {
|
|
9961
9961
|
color: var(--el-link-active-text-color);
|
|
9962
9962
|
}
|
|
9963
|
-
.el-link.is-underline:hover
|
|
9963
|
+
.el-link.is-hover-underline:hover:after {
|
|
9964
|
+
content: "";
|
|
9965
|
+
position: absolute;
|
|
9966
|
+
left: 0;
|
|
9967
|
+
right: 0;
|
|
9968
|
+
height: 0;
|
|
9969
|
+
bottom: 2px;
|
|
9970
|
+
border-bottom-width: 1px;
|
|
9971
|
+
border-color: var(--el-color-primary-light-4);
|
|
9972
|
+
border-style: solid;
|
|
9973
|
+
}
|
|
9974
|
+
|
|
9975
|
+
.el-link.is-underline:hover:after {
|
|
9964
9976
|
content: "";
|
|
9965
9977
|
position: absolute;
|
|
9966
9978
|
left: 0;
|
|
@@ -9983,9 +9995,9 @@ h6,
|
|
|
9983
9995
|
border-color: var(--el-color-primary-light-4);
|
|
9984
9996
|
}
|
|
9985
9997
|
.el-link__inner {
|
|
9986
|
-
|
|
9987
|
-
|
|
9988
|
-
|
|
9998
|
+
overflow: hidden;
|
|
9999
|
+
text-overflow: ellipsis;
|
|
10000
|
+
white-space: nowrap;
|
|
9989
10001
|
}
|
|
9990
10002
|
|
|
9991
10003
|
.el-link.el-link--primary {
|
|
@@ -9994,7 +10006,11 @@ h6,
|
|
|
9994
10006
|
--el-link-active-text-color: var(--el-color-primary-light-6);
|
|
9995
10007
|
--el-link-disabled-text-color: var(--el-color-primary-light-2);
|
|
9996
10008
|
}
|
|
9997
|
-
.el-link.el-link--primary.is-underline:hover
|
|
10009
|
+
.el-link.el-link--primary.is-hover-underline:hover:after {
|
|
10010
|
+
border-color: var(--el-color-primary-light-4);
|
|
10011
|
+
}
|
|
10012
|
+
|
|
10013
|
+
.el-link.el-link--primary.is-underline:hover:after {
|
|
9998
10014
|
border-color: var(--el-color-primary-light-4);
|
|
9999
10015
|
}
|
|
10000
10016
|
|
|
@@ -10004,7 +10020,11 @@ h6,
|
|
|
10004
10020
|
--el-link-active-text-color: var(--el-color-secondary-light-6);
|
|
10005
10021
|
--el-link-disabled-text-color: var(--el-color-secondary-light-2);
|
|
10006
10022
|
}
|
|
10007
|
-
.el-link.el-link--secondary.is-underline:hover
|
|
10023
|
+
.el-link.el-link--secondary.is-hover-underline:hover:after {
|
|
10024
|
+
border-color: var(--el-color-secondary-light-4);
|
|
10025
|
+
}
|
|
10026
|
+
|
|
10027
|
+
.el-link.el-link--secondary.is-underline:hover:after {
|
|
10008
10028
|
border-color: var(--el-color-secondary-light-4);
|
|
10009
10029
|
}
|
|
10010
10030
|
|
|
@@ -10014,7 +10034,11 @@ h6,
|
|
|
10014
10034
|
--el-link-active-text-color: var(--el-color-neutral-light-6);
|
|
10015
10035
|
--el-link-disabled-text-color: var(--el-color-neutral-light-2);
|
|
10016
10036
|
}
|
|
10017
|
-
.el-link.el-link--neutral.is-underline:hover
|
|
10037
|
+
.el-link.el-link--neutral.is-hover-underline:hover:after {
|
|
10038
|
+
border-color: var(--el-color-neutral-light-4);
|
|
10039
|
+
}
|
|
10040
|
+
|
|
10041
|
+
.el-link.el-link--neutral.is-underline:hover:after {
|
|
10018
10042
|
border-color: var(--el-color-neutral-light-4);
|
|
10019
10043
|
}
|
|
10020
10044
|
|
|
@@ -10024,7 +10048,11 @@ h6,
|
|
|
10024
10048
|
--el-link-active-text-color: var(--el-color-success-light-6);
|
|
10025
10049
|
--el-link-disabled-text-color: var(--el-color-success-light-2);
|
|
10026
10050
|
}
|
|
10027
|
-
.el-link.el-link--success.is-underline:hover
|
|
10051
|
+
.el-link.el-link--success.is-hover-underline:hover:after {
|
|
10052
|
+
border-color: var(--el-color-success-light-4);
|
|
10053
|
+
}
|
|
10054
|
+
|
|
10055
|
+
.el-link.el-link--success.is-underline:hover:after {
|
|
10028
10056
|
border-color: var(--el-color-success-light-4);
|
|
10029
10057
|
}
|
|
10030
10058
|
|
|
@@ -10034,7 +10062,11 @@ h6,
|
|
|
10034
10062
|
--el-link-active-text-color: var(--el-color-warning-light-6);
|
|
10035
10063
|
--el-link-disabled-text-color: var(--el-color-warning-light-2);
|
|
10036
10064
|
}
|
|
10037
|
-
.el-link.el-link--warning.is-underline:hover
|
|
10065
|
+
.el-link.el-link--warning.is-hover-underline:hover:after {
|
|
10066
|
+
border-color: var(--el-color-warning-light-4);
|
|
10067
|
+
}
|
|
10068
|
+
|
|
10069
|
+
.el-link.el-link--warning.is-underline:hover:after {
|
|
10038
10070
|
border-color: var(--el-color-warning-light-4);
|
|
10039
10071
|
}
|
|
10040
10072
|
|
|
@@ -10044,7 +10076,11 @@ h6,
|
|
|
10044
10076
|
--el-link-active-text-color: var(--el-color-danger-light-6);
|
|
10045
10077
|
--el-link-disabled-text-color: var(--el-color-danger-light-2);
|
|
10046
10078
|
}
|
|
10047
|
-
.el-link.el-link--danger.is-underline:hover
|
|
10079
|
+
.el-link.el-link--danger.is-hover-underline:hover:after {
|
|
10080
|
+
border-color: var(--el-color-danger-light-4);
|
|
10081
|
+
}
|
|
10082
|
+
|
|
10083
|
+
.el-link.el-link--danger.is-underline:hover:after {
|
|
10048
10084
|
border-color: var(--el-color-danger-light-4);
|
|
10049
10085
|
}
|
|
10050
10086
|
|
|
@@ -10054,7 +10090,11 @@ h6,
|
|
|
10054
10090
|
--el-link-active-text-color: var(--el-color-error-light-6);
|
|
10055
10091
|
--el-link-disabled-text-color: var(--el-color-error-light-2);
|
|
10056
10092
|
}
|
|
10057
|
-
.el-link.el-link--error.is-underline:hover
|
|
10093
|
+
.el-link.el-link--error.is-hover-underline:hover:after {
|
|
10094
|
+
border-color: var(--el-color-error-light-4);
|
|
10095
|
+
}
|
|
10096
|
+
|
|
10097
|
+
.el-link.el-link--error.is-underline:hover:after {
|
|
10058
10098
|
border-color: var(--el-color-error-light-4);
|
|
10059
10099
|
}
|
|
10060
10100
|
|
|
@@ -10064,7 +10104,11 @@ h6,
|
|
|
10064
10104
|
--el-link-active-text-color: var(--el-color-info-light-6);
|
|
10065
10105
|
--el-link-disabled-text-color: var(--el-color-info-light-2);
|
|
10066
10106
|
}
|
|
10067
|
-
.el-link.el-link--info.is-underline:hover
|
|
10107
|
+
.el-link.el-link--info.is-hover-underline:hover:after {
|
|
10108
|
+
border-color: var(--el-color-info-light-4);
|
|
10109
|
+
}
|
|
10110
|
+
|
|
10111
|
+
.el-link.el-link--info.is-underline:hover:after {
|
|
10068
10112
|
border-color: var(--el-color-info-light-4);
|
|
10069
10113
|
}
|
|
10070
10114
|
|
|
@@ -12513,7 +12557,7 @@ h6,
|
|
|
12513
12557
|
|
|
12514
12558
|
.el-select__wrapper.is-disabled {
|
|
12515
12559
|
cursor: not-allowed;
|
|
12516
|
-
background-color: var(--el-color-neutral-light-
|
|
12560
|
+
background-color: var(--el-color-neutral-light-1);
|
|
12517
12561
|
color: var(--el-text-color-placeholder);
|
|
12518
12562
|
box-shadow: 0 0 0 1px var(--el-select-disabled-border) inset;
|
|
12519
12563
|
}
|
|
@@ -12661,7 +12705,7 @@ h6,
|
|
|
12661
12705
|
max-width: 100%;
|
|
12662
12706
|
}
|
|
12663
12707
|
.el-select__input-wrapper input {
|
|
12664
|
-
|
|
12708
|
+
field-sizing: content;
|
|
12665
12709
|
min-width: 2px !important;
|
|
12666
12710
|
}
|
|
12667
12711
|
.el-select__input-wrapper.is-hidden {
|
|
@@ -12699,7 +12743,6 @@ h6,
|
|
|
12699
12743
|
gap: 8px;
|
|
12700
12744
|
padding: 10px 12px;
|
|
12701
12745
|
min-height: 40px;
|
|
12702
|
-
height: 40px;
|
|
12703
12746
|
line-height: 20px;
|
|
12704
12747
|
font-size: 14px;
|
|
12705
12748
|
}
|
|
@@ -12727,7 +12770,6 @@ h6,
|
|
|
12727
12770
|
gap: 8px;
|
|
12728
12771
|
padding: 8px 12px;
|
|
12729
12772
|
min-height: 36px;
|
|
12730
|
-
height: 36px;
|
|
12731
12773
|
line-height: 20px;
|
|
12732
12774
|
font-size: 14px;
|
|
12733
12775
|
}
|
|
@@ -12755,7 +12797,6 @@ h6,
|
|
|
12755
12797
|
gap: 4px;
|
|
12756
12798
|
padding: 6px 12px;
|
|
12757
12799
|
min-height: 32px;
|
|
12758
|
-
height: 32px;
|
|
12759
12800
|
line-height: 20px;
|
|
12760
12801
|
font-size: 12px;
|
|
12761
12802
|
}
|
|
@@ -12783,7 +12824,6 @@ h6,
|
|
|
12783
12824
|
gap: 4px;
|
|
12784
12825
|
padding: 5px 12px;
|
|
12785
12826
|
min-height: 28px;
|
|
12786
|
-
height: 28px;
|
|
12787
12827
|
font-size: 12px;
|
|
12788
12828
|
}
|
|
12789
12829
|
|
|
@@ -443,7 +443,19 @@ h6,
|
|
|
443
443
|
.el-link:active {
|
|
444
444
|
color: var(--el-link-active-text-color);
|
|
445
445
|
}
|
|
446
|
-
.el-link.is-underline:hover
|
|
446
|
+
.el-link.is-hover-underline:hover:after {
|
|
447
|
+
content: "";
|
|
448
|
+
position: absolute;
|
|
449
|
+
left: 0;
|
|
450
|
+
right: 0;
|
|
451
|
+
height: 0;
|
|
452
|
+
bottom: 2px;
|
|
453
|
+
border-bottom-width: 1px;
|
|
454
|
+
border-color: var(--el-color-primary-light-4);
|
|
455
|
+
border-style: solid;
|
|
456
|
+
}
|
|
457
|
+
|
|
458
|
+
.el-link.is-underline:hover:after {
|
|
447
459
|
content: "";
|
|
448
460
|
position: absolute;
|
|
449
461
|
left: 0;
|
|
@@ -466,9 +478,9 @@ h6,
|
|
|
466
478
|
border-color: var(--el-color-primary-light-4);
|
|
467
479
|
}
|
|
468
480
|
.el-link__inner {
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
481
|
+
overflow: hidden;
|
|
482
|
+
text-overflow: ellipsis;
|
|
483
|
+
white-space: nowrap;
|
|
472
484
|
}
|
|
473
485
|
|
|
474
486
|
.el-link.el-link--primary {
|
|
@@ -477,7 +489,11 @@ h6,
|
|
|
477
489
|
--el-link-active-text-color: var(--el-color-primary-light-6);
|
|
478
490
|
--el-link-disabled-text-color: var(--el-color-primary-light-2);
|
|
479
491
|
}
|
|
480
|
-
.el-link.el-link--primary.is-underline:hover
|
|
492
|
+
.el-link.el-link--primary.is-hover-underline:hover:after {
|
|
493
|
+
border-color: var(--el-color-primary-light-4);
|
|
494
|
+
}
|
|
495
|
+
|
|
496
|
+
.el-link.el-link--primary.is-underline:hover:after {
|
|
481
497
|
border-color: var(--el-color-primary-light-4);
|
|
482
498
|
}
|
|
483
499
|
|
|
@@ -487,7 +503,11 @@ h6,
|
|
|
487
503
|
--el-link-active-text-color: var(--el-color-secondary-light-6);
|
|
488
504
|
--el-link-disabled-text-color: var(--el-color-secondary-light-2);
|
|
489
505
|
}
|
|
490
|
-
.el-link.el-link--secondary.is-underline:hover
|
|
506
|
+
.el-link.el-link--secondary.is-hover-underline:hover:after {
|
|
507
|
+
border-color: var(--el-color-secondary-light-4);
|
|
508
|
+
}
|
|
509
|
+
|
|
510
|
+
.el-link.el-link--secondary.is-underline:hover:after {
|
|
491
511
|
border-color: var(--el-color-secondary-light-4);
|
|
492
512
|
}
|
|
493
513
|
|
|
@@ -497,7 +517,11 @@ h6,
|
|
|
497
517
|
--el-link-active-text-color: var(--el-color-neutral-light-6);
|
|
498
518
|
--el-link-disabled-text-color: var(--el-color-neutral-light-2);
|
|
499
519
|
}
|
|
500
|
-
.el-link.el-link--neutral.is-underline:hover
|
|
520
|
+
.el-link.el-link--neutral.is-hover-underline:hover:after {
|
|
521
|
+
border-color: var(--el-color-neutral-light-4);
|
|
522
|
+
}
|
|
523
|
+
|
|
524
|
+
.el-link.el-link--neutral.is-underline:hover:after {
|
|
501
525
|
border-color: var(--el-color-neutral-light-4);
|
|
502
526
|
}
|
|
503
527
|
|
|
@@ -507,7 +531,11 @@ h6,
|
|
|
507
531
|
--el-link-active-text-color: var(--el-color-success-light-6);
|
|
508
532
|
--el-link-disabled-text-color: var(--el-color-success-light-2);
|
|
509
533
|
}
|
|
510
|
-
.el-link.el-link--success.is-underline:hover
|
|
534
|
+
.el-link.el-link--success.is-hover-underline:hover:after {
|
|
535
|
+
border-color: var(--el-color-success-light-4);
|
|
536
|
+
}
|
|
537
|
+
|
|
538
|
+
.el-link.el-link--success.is-underline:hover:after {
|
|
511
539
|
border-color: var(--el-color-success-light-4);
|
|
512
540
|
}
|
|
513
541
|
|
|
@@ -517,7 +545,11 @@ h6,
|
|
|
517
545
|
--el-link-active-text-color: var(--el-color-warning-light-6);
|
|
518
546
|
--el-link-disabled-text-color: var(--el-color-warning-light-2);
|
|
519
547
|
}
|
|
520
|
-
.el-link.el-link--warning.is-underline:hover
|
|
548
|
+
.el-link.el-link--warning.is-hover-underline:hover:after {
|
|
549
|
+
border-color: var(--el-color-warning-light-4);
|
|
550
|
+
}
|
|
551
|
+
|
|
552
|
+
.el-link.el-link--warning.is-underline:hover:after {
|
|
521
553
|
border-color: var(--el-color-warning-light-4);
|
|
522
554
|
}
|
|
523
555
|
|
|
@@ -527,7 +559,11 @@ h6,
|
|
|
527
559
|
--el-link-active-text-color: var(--el-color-danger-light-6);
|
|
528
560
|
--el-link-disabled-text-color: var(--el-color-danger-light-2);
|
|
529
561
|
}
|
|
530
|
-
.el-link.el-link--danger.is-underline:hover
|
|
562
|
+
.el-link.el-link--danger.is-hover-underline:hover:after {
|
|
563
|
+
border-color: var(--el-color-danger-light-4);
|
|
564
|
+
}
|
|
565
|
+
|
|
566
|
+
.el-link.el-link--danger.is-underline:hover:after {
|
|
531
567
|
border-color: var(--el-color-danger-light-4);
|
|
532
568
|
}
|
|
533
569
|
|
|
@@ -537,7 +573,11 @@ h6,
|
|
|
537
573
|
--el-link-active-text-color: var(--el-color-error-light-6);
|
|
538
574
|
--el-link-disabled-text-color: var(--el-color-error-light-2);
|
|
539
575
|
}
|
|
540
|
-
.el-link.el-link--error.is-underline:hover
|
|
576
|
+
.el-link.el-link--error.is-hover-underline:hover:after {
|
|
577
|
+
border-color: var(--el-color-error-light-4);
|
|
578
|
+
}
|
|
579
|
+
|
|
580
|
+
.el-link.el-link--error.is-underline:hover:after {
|
|
541
581
|
border-color: var(--el-color-error-light-4);
|
|
542
582
|
}
|
|
543
583
|
|
|
@@ -547,7 +587,11 @@ h6,
|
|
|
547
587
|
--el-link-active-text-color: var(--el-color-info-light-6);
|
|
548
588
|
--el-link-disabled-text-color: var(--el-color-info-light-2);
|
|
549
589
|
}
|
|
550
|
-
.el-link.el-link--info.is-underline:hover
|
|
590
|
+
.el-link.el-link--info.is-hover-underline:hover:after {
|
|
591
|
+
border-color: var(--el-color-info-light-4);
|
|
592
|
+
}
|
|
593
|
+
|
|
594
|
+
.el-link.el-link--info.is-underline:hover:after {
|
|
551
595
|
border-color: var(--el-color-info-light-4);
|
|
552
596
|
}
|
|
553
597
|
|
|
@@ -38,8 +38,22 @@
|
|
|
38
38
|
color: getCssVar('link', 'active-text-color');
|
|
39
39
|
}
|
|
40
40
|
|
|
41
|
+
@include when(hover-underline) {
|
|
42
|
+
&:hover:after {
|
|
43
|
+
content: '';
|
|
44
|
+
position: absolute;
|
|
45
|
+
left: 0;
|
|
46
|
+
right: 0;
|
|
47
|
+
height: 0;
|
|
48
|
+
bottom: 2px;
|
|
49
|
+
border-bottom-width: 1px;
|
|
50
|
+
border-color: getCssVar('color', 'primary', 'light-4');
|
|
51
|
+
border-style: solid;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
|
|
41
55
|
@include when(underline) {
|
|
42
|
-
&:hover
|
|
56
|
+
&:hover:after {
|
|
43
57
|
content: '';
|
|
44
58
|
position: absolute;
|
|
45
59
|
left: 0;
|
|
@@ -69,9 +83,13 @@
|
|
|
69
83
|
}
|
|
70
84
|
|
|
71
85
|
@include e(inner) {
|
|
72
|
-
display: inline-flex;
|
|
73
|
-
justify-content: center;
|
|
74
|
-
align-items: center;
|
|
86
|
+
// display: inline-flex;
|
|
87
|
+
// justify-content: center;
|
|
88
|
+
// align-items: center;
|
|
89
|
+
|
|
90
|
+
overflow: hidden;
|
|
91
|
+
text-overflow: ellipsis;
|
|
92
|
+
white-space: nowrap;
|
|
75
93
|
}
|
|
76
94
|
|
|
77
95
|
@each $type in $types {
|
|
@@ -85,8 +103,14 @@
|
|
|
85
103
|
// border-color: getCssVar('link', 'text-color');
|
|
86
104
|
}
|
|
87
105
|
|
|
106
|
+
@include when(hover-underline) {
|
|
107
|
+
&:hover:after {
|
|
108
|
+
border-color: getCssVar('color', $type, 'light-4');
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
|
|
88
112
|
@include when(underline) {
|
|
89
|
-
&:hover
|
|
113
|
+
&:hover:after {
|
|
90
114
|
border-color: getCssVar('color', $type, 'light-4');
|
|
91
115
|
}
|
|
92
116
|
}
|
|
@@ -488,7 +488,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
488
488
|
|
|
489
489
|
.el-select__wrapper.is-disabled {
|
|
490
490
|
cursor: not-allowed;
|
|
491
|
-
background-color: var(--el-color-neutral-light-
|
|
491
|
+
background-color: var(--el-color-neutral-light-1);
|
|
492
492
|
color: var(--el-text-color-placeholder);
|
|
493
493
|
box-shadow: 0 0 0 1px var(--el-select-disabled-border) inset;
|
|
494
494
|
}
|
|
@@ -636,7 +636,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
636
636
|
max-width: 100%;
|
|
637
637
|
}
|
|
638
638
|
.el-select__input-wrapper input {
|
|
639
|
-
|
|
639
|
+
field-sizing: content;
|
|
640
640
|
min-width: 2px !important;
|
|
641
641
|
}
|
|
642
642
|
.el-select__input-wrapper.is-hidden {
|
|
@@ -674,7 +674,6 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
674
674
|
gap: 8px;
|
|
675
675
|
padding: 10px 12px;
|
|
676
676
|
min-height: 40px;
|
|
677
|
-
height: 40px;
|
|
678
677
|
line-height: 20px;
|
|
679
678
|
font-size: 14px;
|
|
680
679
|
}
|
|
@@ -702,7 +701,6 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
702
701
|
gap: 8px;
|
|
703
702
|
padding: 8px 12px;
|
|
704
703
|
min-height: 36px;
|
|
705
|
-
height: 36px;
|
|
706
704
|
line-height: 20px;
|
|
707
705
|
font-size: 14px;
|
|
708
706
|
}
|
|
@@ -730,7 +728,6 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
730
728
|
gap: 4px;
|
|
731
729
|
padding: 6px 12px;
|
|
732
730
|
min-height: 32px;
|
|
733
|
-
height: 32px;
|
|
734
731
|
line-height: 20px;
|
|
735
732
|
font-size: 12px;
|
|
736
733
|
}
|
|
@@ -758,7 +755,6 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
758
755
|
gap: 4px;
|
|
759
756
|
padding: 5px 12px;
|
|
760
757
|
min-height: 28px;
|
|
761
|
-
height: 28px;
|
|
762
758
|
font-size: 12px;
|
|
763
759
|
}
|
|
764
760
|
|
|
@@ -488,7 +488,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
488
488
|
|
|
489
489
|
.el-select__wrapper.is-disabled {
|
|
490
490
|
cursor: not-allowed;
|
|
491
|
-
background-color: var(--el-color-neutral-light-
|
|
491
|
+
background-color: var(--el-color-neutral-light-1);
|
|
492
492
|
color: var(--el-text-color-placeholder);
|
|
493
493
|
box-shadow: 0 0 0 1px var(--el-select-disabled-border) inset;
|
|
494
494
|
}
|
|
@@ -636,7 +636,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
636
636
|
max-width: 100%;
|
|
637
637
|
}
|
|
638
638
|
.el-select__input-wrapper input {
|
|
639
|
-
|
|
639
|
+
field-sizing: content;
|
|
640
640
|
min-width: 2px !important;
|
|
641
641
|
}
|
|
642
642
|
.el-select__input-wrapper.is-hidden {
|
|
@@ -674,7 +674,6 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
674
674
|
gap: 8px;
|
|
675
675
|
padding: 10px 12px;
|
|
676
676
|
min-height: 40px;
|
|
677
|
-
height: 40px;
|
|
678
677
|
line-height: 20px;
|
|
679
678
|
font-size: 14px;
|
|
680
679
|
}
|
|
@@ -702,7 +701,6 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
702
701
|
gap: 8px;
|
|
703
702
|
padding: 8px 12px;
|
|
704
703
|
min-height: 36px;
|
|
705
|
-
height: 36px;
|
|
706
704
|
line-height: 20px;
|
|
707
705
|
font-size: 14px;
|
|
708
706
|
}
|
|
@@ -730,7 +728,6 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
730
728
|
gap: 4px;
|
|
731
729
|
padding: 6px 12px;
|
|
732
730
|
min-height: 32px;
|
|
733
|
-
height: 32px;
|
|
734
731
|
line-height: 20px;
|
|
735
732
|
font-size: 12px;
|
|
736
733
|
}
|
|
@@ -758,7 +755,6 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
758
755
|
gap: 4px;
|
|
759
756
|
padding: 5px 12px;
|
|
760
757
|
min-height: 28px;
|
|
761
|
-
height: 28px;
|
|
762
758
|
font-size: 12px;
|
|
763
759
|
}
|
|
764
760
|
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
@include when(disabled) {
|
|
69
69
|
cursor: not-allowed;
|
|
70
70
|
|
|
71
|
-
background-color: getCssVar('color-neutral-light-
|
|
71
|
+
background-color: getCssVar('color-neutral-light-1');
|
|
72
72
|
color: getCssVar('text-color', 'placeholder');
|
|
73
73
|
@include mixed-input-border(#{getCssVar('select-disabled-border')});
|
|
74
74
|
|
|
@@ -212,7 +212,8 @@
|
|
|
212
212
|
max-width: 100%;
|
|
213
213
|
|
|
214
214
|
input {
|
|
215
|
-
max-width: 2px !important;
|
|
215
|
+
//max-width: 2px !important;
|
|
216
|
+
field-sizing: content;
|
|
216
217
|
min-width: 2px !important;
|
|
217
218
|
}
|
|
218
219
|
|
|
@@ -256,7 +257,7 @@
|
|
|
256
257
|
gap: map.get($select-item-gap, $size);
|
|
257
258
|
padding: map.get($select-wrapper-padding, $size);
|
|
258
259
|
min-height: map.get($input-height, $size);
|
|
259
|
-
height: map.get($input-height, $size);
|
|
260
|
+
// height: map.get($input-height, $size);
|
|
260
261
|
line-height: map.get($select-item-height, $size);
|
|
261
262
|
font-size: map.get($input-font-size, $size);
|
|
262
263
|
}
|
|
@@ -365,7 +365,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
365
365
|
--el-border-color-dark: #d4d7de;
|
|
366
366
|
--el-border-color-darker: #cdd0d6;
|
|
367
367
|
--el-fill-color: #f0f2f5;
|
|
368
|
-
--el-fill-color-light: var(--el-color-neutral-light-
|
|
368
|
+
--el-fill-color-light: var(--el-color-neutral-light-1);
|
|
369
369
|
--el-fill-color-lighter: #fafafa;
|
|
370
370
|
--el-fill-color-extra-light: #fafcff;
|
|
371
371
|
--el-fill-color-dark: #ebedf0;
|
|
@@ -375,7 +375,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
375
375
|
--el-box-shadow-light: 0px 1px 2px 0px rgba(26, 11, 94, 0.1019607843);
|
|
376
376
|
--el-box-shadow-lighter: 0px 0px 6px rgba(0, 0, 0, 0.12);
|
|
377
377
|
--el-box-shadow-dark: 0px 16px 48px 16px rgba(0, 0, 0, 0.08), 0px 12px 32px rgba(0, 0, 0, 0.12), 0px 8px 16px -8px rgba(0, 0, 0, 0.16);
|
|
378
|
-
--el-disabled-bg-color: var(--el-color-neutral-light-
|
|
378
|
+
--el-disabled-bg-color: var(--el-color-neutral-light-1);
|
|
379
379
|
--el-disabled-text-color: var(--el-color-neutral-light-4);
|
|
380
380
|
--el-disabled-border-color: var(--el-color-neutral-light-4);
|
|
381
381
|
--el-overlay-color: rgba(0, 0, 0, 0.8);
|
package/package.json
CHANGED