@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 +1 -1
- package/dist/module.mjs +1 -1
- package/dist/runtime/assets/scss/main.css +8 -6
- package/dist/runtime/public/scss/element-plus/common/var.scss +5 -5
- package/dist/runtime/public/scss/element-plus/date-picker/picker.css +1 -0
- package/dist/runtime/public/scss/element-plus/date-picker/picker.scss +1 -0
- package/dist/runtime/public/scss/element-plus/date-picker.css +1 -0
- package/dist/runtime/public/scss/element-plus/index.css +8 -6
- 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/table.css +1 -0
- package/dist/runtime/public/scss/element-plus/table.scss +1 -0
- package/dist/runtime/public/scss/element-plus/tag.css +5 -5
- package/dist/runtime/public/scss/element-plus/time-picker.css +1 -0
- package/dist/runtime/public/scss/element-plus/time-select.css +1 -0
- 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.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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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':
|
|
1111
|
-
'large':
|
|
1112
|
-
'medium':
|
|
1113
|
-
'small':
|
|
1114
|
-
'mini':
|
|
1110
|
+
'default': 16px,
|
|
1111
|
+
'large': 28px,
|
|
1112
|
+
'medium': 24px,
|
|
1113
|
+
'small': 20px,
|
|
1114
|
+
'mini': 16px,
|
|
1115
1115
|
),
|
|
1116
1116
|
$tag-height
|
|
1117
1117
|
);
|
|
@@ -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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
15753
|
+
height: 16px;
|
|
15752
15754
|
--el-icon-size: 10px;
|
|
15753
15755
|
}
|
|
15754
15756
|
.el-tag--mini .el-tag__close {
|
|
@@ -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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
581
|
+
height: 16px;
|
|
582
582
|
--el-icon-size: 10px;
|
|
583
583
|
}
|
|
584
584
|
.el-tag--mini .el-tag__close {
|
package/package.json
CHANGED