@timus-networks/theme 2.4.271 → 2.4.274

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.270",
4
+ "version": "2.4.273",
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.270";
14
+ const version = "2.4.273";
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 = {
@@ -13746,7 +13746,7 @@ heights > $common-component-size
13746
13746
  max-width: calc(100% - 120px);
13747
13747
  }
13748
13748
  .el-select__selected-item.el-tooltip__trigger {
13749
- min-width: min-content;
13749
+ max-width: min-content;
13750
13750
  }
13751
13751
  .el-select__selected-item {
13752
13752
  /* buraya kadar ekledim truncate etmek için */
@@ -13757,6 +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-select__selected-item + .el-tooltip__trigger) {
13761
+ max-width: calc(100% - 160px);
13762
+ }
13760
13763
 
13761
13764
  .el-select__tags-text {
13762
13765
  display: block;
@@ -13810,7 +13813,7 @@ heights > $common-component-size
13810
13813
 
13811
13814
  .el-select__input-wrapper {
13812
13815
  flex-grow: 1;
13813
- width: auto;
13816
+ min-width: 120px;
13814
13817
  }
13815
13818
  .el-select__input-wrapper input {
13816
13819
  min-width: 2px !important;
@@ -12854,7 +12854,7 @@ h6,
12854
12854
  max-width: calc(100% - 120px);
12855
12855
  }
12856
12856
  .el-select__selected-item.el-tooltip__trigger {
12857
- min-width: min-content;
12857
+ max-width: min-content;
12858
12858
  }
12859
12859
  .el-select__selected-item {
12860
12860
  /* buraya kadar ekledim truncate etmek için */
@@ -12865,6 +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-select__selected-item + .el-tooltip__trigger) {
12869
+ max-width: calc(100% - 160px);
12870
+ }
12868
12871
 
12869
12872
  .el-select__tags-text {
12870
12873
  display: block;
@@ -12918,7 +12921,7 @@ h6,
12918
12921
 
12919
12922
  .el-select__input-wrapper {
12920
12923
  flex-grow: 1;
12921
- width: auto;
12924
+ min-width: 120px;
12922
12925
  }
12923
12926
  .el-select__input-wrapper input {
12924
12927
  min-width: 2px !important;
@@ -596,7 +596,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
596
596
  max-width: calc(100% - 120px);
597
597
  }
598
598
  .el-select__selected-item.el-tooltip__trigger {
599
- min-width: min-content;
599
+ max-width: min-content;
600
600
  }
601
601
  .el-select__selected-item {
602
602
  /* buraya kadar ekledim truncate etmek için */
@@ -607,6 +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-select__selected-item + .el-tooltip__trigger) {
611
+ max-width: calc(100% - 160px);
612
+ }
610
613
 
611
614
  .el-select__tags-text {
612
615
  display: block;
@@ -660,7 +663,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
660
663
 
661
664
  .el-select__input-wrapper {
662
665
  flex-grow: 1;
663
- width: auto;
666
+ min-width: 120px;
664
667
  }
665
668
  .el-select__input-wrapper input {
666
669
  min-width: 2px !important;
@@ -596,7 +596,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
596
596
  max-width: calc(100% - 120px);
597
597
  }
598
598
  .el-select__selected-item.el-tooltip__trigger {
599
- min-width: min-content;
599
+ max-width: min-content;
600
600
  }
601
601
  .el-select__selected-item {
602
602
  /* buraya kadar ekledim truncate etmek için */
@@ -607,6 +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-select__selected-item + .el-tooltip__trigger) {
611
+ max-width: calc(100% - 160px);
612
+ }
610
613
 
611
614
  .el-select__tags-text {
612
615
  display: block;
@@ -660,7 +663,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
660
663
 
661
664
  .el-select__input-wrapper {
662
665
  flex-grow: 1;
663
- width: auto;
666
+ min-width: 120px;
664
667
  }
665
668
  .el-select__input-wrapper input {
666
669
  min-width: 2px !important;
@@ -185,7 +185,7 @@
185
185
  max-width: calc(100% - 120px);
186
186
 
187
187
  &.el-tooltip__trigger {
188
- min-width: min-content;
188
+ max-width: min-content;
189
189
  }
190
190
  /* buraya kadar ekledim truncate etmek için */
191
191
 
@@ -195,6 +195,10 @@
195
195
  @include css-var-from-global(('tag', 'hover-color'), ('color', 'primary', 'light-5'));
196
196
  @include css-var-from-global(('tag', 'text-color'), ('color', 'primary', 'light-5'));
197
197
  }
198
+
199
+ &:has(& + .el-tooltip__trigger) {
200
+ max-width: calc(100% - 160px);
201
+ }
198
202
  }
199
203
 
200
204
  @include e(tags-text) {
@@ -231,8 +235,8 @@
231
235
 
232
236
  // width: 100%;
233
237
  flex-grow: 1;
234
- width: auto;
235
- // min-width: 120px;
238
+ // width: auto;
239
+ min-width: 120px;
236
240
 
237
241
  input {
238
242
  //max-width: 2px !important;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
- "version": "2.4.271",
3
+ "version": "2.4.274",
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": {