@timus-networks/theme 2.4.278 → 2.4.281
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 +5 -4
- package/dist/runtime/public/scss/element-plus/index.css +5 -4
- package/dist/runtime/public/scss/element-plus/popper.css +3 -0
- package/dist/runtime/public/scss/element-plus/popper.scss +4 -0
- package/dist/runtime/public/scss/element-plus/select-v2.css +2 -4
- package/dist/runtime/public/scss/element-plus/select.css +2 -4
- package/dist/runtime/public/scss/element-plus/select.scss +2 -5
- 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.280";
|
|
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 = {
|
|
@@ -13757,12 +13757,9 @@ heights > $common-component-size
|
|
|
13757
13757
|
--el-tag-hover-color: var(--el-color-primary-light-5);
|
|
13758
13758
|
--el-tag-text-color: var(--el-color-primary-light-5);
|
|
13759
13759
|
}
|
|
13760
|
-
.el-select__selected-item:has(+ .el-tooltip__trigger) {
|
|
13760
|
+
.el-select__selected-item:has(+ .el-tooltip__trigger + .el-select__input-wrapper:not(.is-hidden)) {
|
|
13761
13761
|
max-width: calc(100% - 160px);
|
|
13762
13762
|
}
|
|
13763
|
-
.el-select__selected-item:has(~ .el-select__input-wrapper.is-hidden) {
|
|
13764
|
-
max-width: none;
|
|
13765
|
-
}
|
|
13766
13763
|
|
|
13767
13764
|
.el-select__tags-text {
|
|
13768
13765
|
display: block;
|
|
@@ -13825,6 +13822,7 @@ heights > $common-component-size
|
|
|
13825
13822
|
.el-select__input-wrapper.is-hidden {
|
|
13826
13823
|
position: absolute;
|
|
13827
13824
|
opacity: 0;
|
|
13825
|
+
display: none;
|
|
13828
13826
|
}
|
|
13829
13827
|
|
|
13830
13828
|
.el-select__input {
|
|
@@ -18138,6 +18136,9 @@ mark.el-text {
|
|
|
18138
18136
|
overflow-wrap: break-word;
|
|
18139
18137
|
visibility: visible;
|
|
18140
18138
|
}
|
|
18139
|
+
.el-popper .el-select__selected-item {
|
|
18140
|
+
max-width: none;
|
|
18141
|
+
}
|
|
18141
18142
|
.el-popper.is-dark {
|
|
18142
18143
|
color: var(--el-bg-color);
|
|
18143
18144
|
background: var(--el-text-color-primary);
|
|
@@ -12865,12 +12865,9 @@ h6,
|
|
|
12865
12865
|
--el-tag-hover-color: var(--el-color-primary-light-5);
|
|
12866
12866
|
--el-tag-text-color: var(--el-color-primary-light-5);
|
|
12867
12867
|
}
|
|
12868
|
-
.el-select__selected-item:has(+ .el-tooltip__trigger) {
|
|
12868
|
+
.el-select__selected-item:has(+ .el-tooltip__trigger + .el-select__input-wrapper:not(.is-hidden)) {
|
|
12869
12869
|
max-width: calc(100% - 160px);
|
|
12870
12870
|
}
|
|
12871
|
-
.el-select__selected-item:has(~ .el-select__input-wrapper.is-hidden) {
|
|
12872
|
-
max-width: none;
|
|
12873
|
-
}
|
|
12874
12871
|
|
|
12875
12872
|
.el-select__tags-text {
|
|
12876
12873
|
display: block;
|
|
@@ -12933,6 +12930,7 @@ h6,
|
|
|
12933
12930
|
.el-select__input-wrapper.is-hidden {
|
|
12934
12931
|
position: absolute;
|
|
12935
12932
|
opacity: 0;
|
|
12933
|
+
display: none;
|
|
12936
12934
|
}
|
|
12937
12935
|
|
|
12938
12936
|
.el-select__input {
|
|
@@ -17246,6 +17244,9 @@ mark.el-text {
|
|
|
17246
17244
|
overflow-wrap: break-word;
|
|
17247
17245
|
visibility: visible;
|
|
17248
17246
|
}
|
|
17247
|
+
.el-popper .el-select__selected-item {
|
|
17248
|
+
max-width: none;
|
|
17249
|
+
}
|
|
17249
17250
|
.el-popper.is-dark {
|
|
17250
17251
|
color: var(--el-bg-color);
|
|
17251
17252
|
background: var(--el-text-color-primary);
|
|
@@ -315,6 +315,9 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
315
315
|
overflow-wrap: break-word;
|
|
316
316
|
visibility: visible;
|
|
317
317
|
}
|
|
318
|
+
.el-popper .el-select__selected-item {
|
|
319
|
+
max-width: none;
|
|
320
|
+
}
|
|
318
321
|
.el-popper.is-dark {
|
|
319
322
|
color: var(--el-bg-color);
|
|
320
323
|
background: var(--el-text-color-primary);
|
|
@@ -607,12 +607,9 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
607
607
|
--el-tag-hover-color: var(--el-color-primary-light-5);
|
|
608
608
|
--el-tag-text-color: var(--el-color-primary-light-5);
|
|
609
609
|
}
|
|
610
|
-
.el-select__selected-item:has(+ .el-tooltip__trigger) {
|
|
610
|
+
.el-select__selected-item:has(+ .el-tooltip__trigger + .el-select__input-wrapper:not(.is-hidden)) {
|
|
611
611
|
max-width: calc(100% - 160px);
|
|
612
612
|
}
|
|
613
|
-
.el-select__selected-item:has(~ .el-select__input-wrapper.is-hidden) {
|
|
614
|
-
max-width: none;
|
|
615
|
-
}
|
|
616
613
|
|
|
617
614
|
.el-select__tags-text {
|
|
618
615
|
display: block;
|
|
@@ -675,6 +672,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
675
672
|
.el-select__input-wrapper.is-hidden {
|
|
676
673
|
position: absolute;
|
|
677
674
|
opacity: 0;
|
|
675
|
+
display: none;
|
|
678
676
|
}
|
|
679
677
|
|
|
680
678
|
.el-select__input {
|
|
@@ -607,12 +607,9 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
607
607
|
--el-tag-hover-color: var(--el-color-primary-light-5);
|
|
608
608
|
--el-tag-text-color: var(--el-color-primary-light-5);
|
|
609
609
|
}
|
|
610
|
-
.el-select__selected-item:has(+ .el-tooltip__trigger) {
|
|
610
|
+
.el-select__selected-item:has(+ .el-tooltip__trigger + .el-select__input-wrapper:not(.is-hidden)) {
|
|
611
611
|
max-width: calc(100% - 160px);
|
|
612
612
|
}
|
|
613
|
-
.el-select__selected-item:has(~ .el-select__input-wrapper.is-hidden) {
|
|
614
|
-
max-width: none;
|
|
615
|
-
}
|
|
616
613
|
|
|
617
614
|
.el-select__tags-text {
|
|
618
615
|
display: block;
|
|
@@ -675,6 +672,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
675
672
|
.el-select__input-wrapper.is-hidden {
|
|
676
673
|
position: absolute;
|
|
677
674
|
opacity: 0;
|
|
675
|
+
display: none;
|
|
678
676
|
}
|
|
679
677
|
|
|
680
678
|
.el-select__input {
|
|
@@ -196,13 +196,9 @@
|
|
|
196
196
|
@include css-var-from-global(('tag', 'text-color'), ('color', 'primary', 'light-5'));
|
|
197
197
|
}
|
|
198
198
|
|
|
199
|
-
&:has(+ .el-tooltip__trigger) {
|
|
199
|
+
&:has(+ .el-tooltip__trigger + .el-select__input-wrapper:not(.is-hidden)) {
|
|
200
200
|
max-width: calc(100% - 160px);
|
|
201
201
|
}
|
|
202
|
-
|
|
203
|
-
&:has(~ .el-select__input-wrapper.is-hidden) {
|
|
204
|
-
max-width: none;
|
|
205
|
-
}
|
|
206
202
|
}
|
|
207
203
|
|
|
208
204
|
@include e(tags-text) {
|
|
@@ -246,6 +242,7 @@
|
|
|
246
242
|
// Out of the document flow
|
|
247
243
|
position: absolute;
|
|
248
244
|
opacity: 0;
|
|
245
|
+
display: none;
|
|
249
246
|
}
|
|
250
247
|
}
|
|
251
248
|
|
package/package.json
CHANGED