@timus-networks/theme 2.4.278 → 2.4.280

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.277",
4
+ "version": "2.4.279",
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.277";
14
+ const version = "2.4.279";
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 = {
@@ -13760,9 +13760,6 @@ heights > $common-component-size
13760
13760
  .el-select__selected-item:has(+ .el-tooltip__trigger) {
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);
@@ -12868,9 +12868,6 @@ h6,
12868
12868
  .el-select__selected-item:has(+ .el-tooltip__trigger) {
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);
@@ -19,6 +19,10 @@
19
19
 
20
20
  $arrow-selector: #{& + '__arrow'};
21
21
 
22
+ .el-select__selected-item {
23
+ max-width: none;
24
+ }
25
+
22
26
  @include when(dark) {
23
27
  color: getCssVar('bg-color');
24
28
  background: getCssVar('text-color', 'primary');
@@ -610,9 +610,6 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
610
610
  .el-select__selected-item:has(+ .el-tooltip__trigger) {
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 {
@@ -610,9 +610,6 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
610
610
  .el-select__selected-item:has(+ .el-tooltip__trigger) {
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 {
@@ -199,10 +199,6 @@
199
199
  &:has(+ .el-tooltip__trigger) {
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
- "version": "2.4.278",
3
+ "version": "2.4.280",
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": {