@timus-networks/theme 2.4.190 → 2.4.192
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/assets/scss/main.css +7 -9
- package/dist/runtime/public/scss/element-plus/date-picker/picker.css +1 -1
- package/dist/runtime/public/scss/element-plus/date-picker/picker.scss +1 -1
- package/dist/runtime/public/scss/element-plus/date-picker.css +1 -1
- package/dist/runtime/public/scss/element-plus/index.css +7 -9
- package/dist/runtime/public/scss/element-plus/input.css +1 -1
- package/dist/runtime/public/scss/element-plus/input.scss +1 -1
- package/dist/runtime/public/scss/element-plus/select-v2.css +1 -1
- package/dist/runtime/public/scss/element-plus/select.css +1 -1
- package/dist/runtime/public/scss/element-plus/select.scss +1 -1
- package/dist/runtime/public/scss/element-plus/time-picker.css +1 -1
- package/dist/runtime/public/scss/element-plus/time-select.css +1 -1
- package/dist/runtime/public/scss/element-plus/upload.css +4 -6
- package/dist/runtime/public/scss/element-plus/upload.scss +7 -3
- 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.191";
|
|
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 = {
|
|
@@ -8324,7 +8324,7 @@ heights > $common-component-size
|
|
|
8324
8324
|
padding: 0;
|
|
8325
8325
|
width: 39%;
|
|
8326
8326
|
text-align: center;
|
|
8327
|
-
font-size: var(--el-font-size-
|
|
8327
|
+
font-size: var(--el-font-size-small);
|
|
8328
8328
|
color: var(--el-text-color-regular);
|
|
8329
8329
|
background-color: transparent;
|
|
8330
8330
|
}
|
|
@@ -10380,7 +10380,7 @@ heights > $common-component-size
|
|
|
10380
10380
|
flex-grow: 1;
|
|
10381
10381
|
-webkit-appearance: none;
|
|
10382
10382
|
color: var(--el-input-text-color, var(--el-text-color-regular));
|
|
10383
|
-
font-size:
|
|
10383
|
+
font-size: 12px;
|
|
10384
10384
|
height: var(--el-input-inner-height);
|
|
10385
10385
|
line-height: var(--el-input-inner-height);
|
|
10386
10386
|
padding: 0;
|
|
@@ -13557,7 +13557,7 @@ heights > $common-component-size
|
|
|
13557
13557
|
box-sizing: border-box;
|
|
13558
13558
|
cursor: pointer;
|
|
13559
13559
|
text-align: left;
|
|
13560
|
-
font-size:
|
|
13560
|
+
font-size: 12px;
|
|
13561
13561
|
padding: 8px 12px;
|
|
13562
13562
|
gap: 8px;
|
|
13563
13563
|
min-height: 36px;
|
|
@@ -17600,7 +17600,7 @@ mark.el-text {
|
|
|
17600
17600
|
color: var(--el-color-primary);
|
|
17601
17601
|
}
|
|
17602
17602
|
.el-upload-list__item .el-icon--close-tip {
|
|
17603
|
-
display: none;
|
|
17603
|
+
display: none !important;
|
|
17604
17604
|
position: absolute;
|
|
17605
17605
|
top: 1px;
|
|
17606
17606
|
right: 5px;
|
|
@@ -17619,6 +17619,9 @@ mark.el-text {
|
|
|
17619
17619
|
.el-upload-list__item:hover .el-progress__text {
|
|
17620
17620
|
display: none;
|
|
17621
17621
|
}
|
|
17622
|
+
.el-upload-list__item:hover .el-upload-list__item-status-label {
|
|
17623
|
+
display: none !important;
|
|
17624
|
+
}
|
|
17622
17625
|
.el-upload-list__item .el-upload-list__item-info {
|
|
17623
17626
|
display: inline-flex;
|
|
17624
17627
|
justify-content: center;
|
|
@@ -17647,11 +17650,6 @@ mark.el-text {
|
|
|
17647
17650
|
.el-upload-list__item.is-success:not(.focusing):focus .el-icon--close-tip, .el-upload-list__item.is-success:active .el-icon--close-tip {
|
|
17648
17651
|
display: none;
|
|
17649
17652
|
}
|
|
17650
|
-
.el-upload-list__item.is-success:hover .el-upload-list__item-status-label, .el-upload-list__item.is-success:focus .el-upload-list__item-status-label {
|
|
17651
|
-
display: none;
|
|
17652
|
-
opacity: 0;
|
|
17653
|
-
}
|
|
17654
|
-
|
|
17655
17653
|
.el-upload-list__item-name {
|
|
17656
17654
|
color: var(--el-text-color-regular);
|
|
17657
17655
|
display: inline-flex;
|
|
@@ -527,7 +527,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
527
527
|
padding: 0;
|
|
528
528
|
width: 39%;
|
|
529
529
|
text-align: center;
|
|
530
|
-
font-size: var(--el-font-size-
|
|
530
|
+
font-size: var(--el-font-size-small);
|
|
531
531
|
color: var(--el-text-color-regular);
|
|
532
532
|
background-color: transparent;
|
|
533
533
|
}
|
|
@@ -910,7 +910,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
910
910
|
padding: 0;
|
|
911
911
|
width: 39%;
|
|
912
912
|
text-align: center;
|
|
913
|
-
font-size: var(--el-font-size-
|
|
913
|
+
font-size: var(--el-font-size-small);
|
|
914
914
|
color: var(--el-text-color-regular);
|
|
915
915
|
background-color: transparent;
|
|
916
916
|
}
|
|
@@ -7321,7 +7321,7 @@ heights > $common-component-size
|
|
|
7321
7321
|
padding: 0;
|
|
7322
7322
|
width: 39%;
|
|
7323
7323
|
text-align: center;
|
|
7324
|
-
font-size: var(--el-font-size-
|
|
7324
|
+
font-size: var(--el-font-size-small);
|
|
7325
7325
|
color: var(--el-text-color-regular);
|
|
7326
7326
|
background-color: transparent;
|
|
7327
7327
|
}
|
|
@@ -9377,7 +9377,7 @@ heights > $common-component-size
|
|
|
9377
9377
|
flex-grow: 1;
|
|
9378
9378
|
-webkit-appearance: none;
|
|
9379
9379
|
color: var(--el-input-text-color, var(--el-text-color-regular));
|
|
9380
|
-
font-size:
|
|
9380
|
+
font-size: 12px;
|
|
9381
9381
|
height: var(--el-input-inner-height);
|
|
9382
9382
|
line-height: var(--el-input-inner-height);
|
|
9383
9383
|
padding: 0;
|
|
@@ -12665,7 +12665,7 @@ h6,
|
|
|
12665
12665
|
box-sizing: border-box;
|
|
12666
12666
|
cursor: pointer;
|
|
12667
12667
|
text-align: left;
|
|
12668
|
-
font-size:
|
|
12668
|
+
font-size: 12px;
|
|
12669
12669
|
padding: 8px 12px;
|
|
12670
12670
|
gap: 8px;
|
|
12671
12671
|
min-height: 36px;
|
|
@@ -16708,7 +16708,7 @@ mark.el-text {
|
|
|
16708
16708
|
color: var(--el-color-primary);
|
|
16709
16709
|
}
|
|
16710
16710
|
.el-upload-list__item .el-icon--close-tip {
|
|
16711
|
-
display: none;
|
|
16711
|
+
display: none !important;
|
|
16712
16712
|
position: absolute;
|
|
16713
16713
|
top: 1px;
|
|
16714
16714
|
right: 5px;
|
|
@@ -16727,6 +16727,9 @@ mark.el-text {
|
|
|
16727
16727
|
.el-upload-list__item:hover .el-progress__text {
|
|
16728
16728
|
display: none;
|
|
16729
16729
|
}
|
|
16730
|
+
.el-upload-list__item:hover .el-upload-list__item-status-label {
|
|
16731
|
+
display: none !important;
|
|
16732
|
+
}
|
|
16730
16733
|
.el-upload-list__item .el-upload-list__item-info {
|
|
16731
16734
|
display: inline-flex;
|
|
16732
16735
|
justify-content: center;
|
|
@@ -16755,11 +16758,6 @@ mark.el-text {
|
|
|
16755
16758
|
.el-upload-list__item.is-success:not(.focusing):focus .el-icon--close-tip, .el-upload-list__item.is-success:active .el-icon--close-tip {
|
|
16756
16759
|
display: none;
|
|
16757
16760
|
}
|
|
16758
|
-
.el-upload-list__item.is-success:hover .el-upload-list__item-status-label, .el-upload-list__item.is-success:focus .el-upload-list__item-status-label {
|
|
16759
|
-
display: none;
|
|
16760
|
-
opacity: 0;
|
|
16761
|
-
}
|
|
16762
|
-
|
|
16763
16761
|
.el-upload-list__item-name {
|
|
16764
16762
|
color: var(--el-text-color-regular);
|
|
16765
16763
|
display: inline-flex;
|
|
@@ -480,7 +480,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
480
480
|
flex-grow: 1;
|
|
481
481
|
-webkit-appearance: none;
|
|
482
482
|
color: var(--el-input-text-color, var(--el-text-color-regular));
|
|
483
|
-
font-size:
|
|
483
|
+
font-size: 12px;
|
|
484
484
|
height: var(--el-input-inner-height);
|
|
485
485
|
line-height: var(--el-input-inner-height);
|
|
486
486
|
padding: 0;
|
|
@@ -221,7 +221,7 @@
|
|
|
221
221
|
flex-grow: 1;
|
|
222
222
|
-webkit-appearance: none;
|
|
223
223
|
color: var(#{getCssVarName('input-text-color')}, map.get($input, 'text-color'));
|
|
224
|
-
font-size:
|
|
224
|
+
font-size: map.get($input-font-size, 'small');
|
|
225
225
|
height: getCssVar('input-inner-height');
|
|
226
226
|
line-height: getCssVar('input-inner-height');
|
|
227
227
|
padding: 0;
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
box-sizing: border-box;
|
|
37
37
|
cursor: pointer;
|
|
38
38
|
text-align: left;
|
|
39
|
-
font-size: map.get($input-font-size, '
|
|
39
|
+
font-size: map.get($input-font-size, 'small');
|
|
40
40
|
padding: map.get($select-wrapper-padding, 'default') 12px;
|
|
41
41
|
gap: map.get($select-item-gap, 'default');
|
|
42
42
|
// height: map.get($common-component-size, 'default');
|
|
@@ -527,7 +527,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
527
527
|
padding: 0;
|
|
528
528
|
width: 39%;
|
|
529
529
|
text-align: center;
|
|
530
|
-
font-size: var(--el-font-size-
|
|
530
|
+
font-size: var(--el-font-size-small);
|
|
531
531
|
color: var(--el-text-color-regular);
|
|
532
532
|
background-color: transparent;
|
|
533
533
|
}
|
|
@@ -527,7 +527,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
527
527
|
padding: 0;
|
|
528
528
|
width: 39%;
|
|
529
529
|
text-align: center;
|
|
530
|
-
font-size: var(--el-font-size-
|
|
530
|
+
font-size: var(--el-font-size-small);
|
|
531
531
|
color: var(--el-text-color-regular);
|
|
532
532
|
background-color: transparent;
|
|
533
533
|
}
|
|
@@ -482,7 +482,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
482
482
|
color: var(--el-color-primary);
|
|
483
483
|
}
|
|
484
484
|
.el-upload-list__item .el-icon--close-tip {
|
|
485
|
-
display: none;
|
|
485
|
+
display: none !important;
|
|
486
486
|
position: absolute;
|
|
487
487
|
top: 1px;
|
|
488
488
|
right: 5px;
|
|
@@ -501,6 +501,9 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
501
501
|
.el-upload-list__item:hover .el-progress__text {
|
|
502
502
|
display: none;
|
|
503
503
|
}
|
|
504
|
+
.el-upload-list__item:hover .el-upload-list__item-status-label {
|
|
505
|
+
display: none !important;
|
|
506
|
+
}
|
|
504
507
|
.el-upload-list__item .el-upload-list__item-info {
|
|
505
508
|
display: inline-flex;
|
|
506
509
|
justify-content: center;
|
|
@@ -529,11 +532,6 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
529
532
|
.el-upload-list__item.is-success:not(.focusing):focus .el-icon--close-tip, .el-upload-list__item.is-success:active .el-icon--close-tip {
|
|
530
533
|
display: none;
|
|
531
534
|
}
|
|
532
|
-
.el-upload-list__item.is-success:hover .el-upload-list__item-status-label, .el-upload-list__item.is-success:focus .el-upload-list__item-status-label {
|
|
533
|
-
display: none;
|
|
534
|
-
opacity: 0;
|
|
535
|
-
}
|
|
536
|
-
|
|
537
535
|
.el-upload-list__item-name {
|
|
538
536
|
color: var(--el-text-color-regular);
|
|
539
537
|
display: inline-flex;
|
|
@@ -220,7 +220,7 @@
|
|
|
220
220
|
}
|
|
221
221
|
|
|
222
222
|
& .#{bem('icon', '', 'close-tip')} {
|
|
223
|
-
display: none;
|
|
223
|
+
display: none !important;
|
|
224
224
|
position: absolute;
|
|
225
225
|
top: 1px;
|
|
226
226
|
right: 5px;
|
|
@@ -241,6 +241,10 @@
|
|
|
241
241
|
.#{bem('progress', 'text')} {
|
|
242
242
|
display: none;
|
|
243
243
|
}
|
|
244
|
+
|
|
245
|
+
.#{bem('upload-list', 'item-status-label')} {
|
|
246
|
+
display: none !important;
|
|
247
|
+
}
|
|
244
248
|
}
|
|
245
249
|
|
|
246
250
|
.#{bem('upload-list', 'item-info')} {
|
|
@@ -282,8 +286,8 @@
|
|
|
282
286
|
&:hover,
|
|
283
287
|
&:focus {
|
|
284
288
|
.#{bem('upload-list', 'item-status-label')} {
|
|
285
|
-
display: none;
|
|
286
|
-
opacity: 0;
|
|
289
|
+
// display: none;
|
|
290
|
+
// opacity: 0;
|
|
287
291
|
}
|
|
288
292
|
}
|
|
289
293
|
}
|
package/package.json
CHANGED