@timus-networks/theme 2.4.266 → 2.4.268

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.265",
4
+ "version": "2.4.267",
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.265";
14
+ const version = "2.4.267";
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 = {
@@ -13739,6 +13739,17 @@ heights > $common-component-size
13739
13739
  flex-wrap: wrap;
13740
13740
  user-select: none;
13741
13741
  align-items: center;
13742
+ /* Sonradan ekledim truncate etmek için */
13743
+ white-space: nowrap;
13744
+ overflow: hidden;
13745
+ text-overflow: ellipsis;
13746
+ width: min-content;
13747
+ }
13748
+ .el-select__selected-item.el-tooltip__trigger {
13749
+ min-width: min-content;
13750
+ }
13751
+ .el-select__selected-item {
13752
+ /* buraya kadar ekledim truncate etmek için */
13742
13753
  }
13743
13754
  .el-select__selected-item .el-tag.el-tag--info {
13744
13755
  --el-tag-bg-color: var(--el-color-primary-light-1);
@@ -13954,7 +13965,7 @@ heights > $common-component-size
13954
13965
  height: 18px;
13955
13966
  }
13956
13967
 
13957
- .el-select__selection {
13968
+ .el-select.wrap .el-select__selection {
13958
13969
  flex-wrap: wrap;
13959
13970
  }
13960
13971
 
@@ -12847,6 +12847,17 @@ h6,
12847
12847
  flex-wrap: wrap;
12848
12848
  user-select: none;
12849
12849
  align-items: center;
12850
+ /* Sonradan ekledim truncate etmek için */
12851
+ white-space: nowrap;
12852
+ overflow: hidden;
12853
+ text-overflow: ellipsis;
12854
+ width: min-content;
12855
+ }
12856
+ .el-select__selected-item.el-tooltip__trigger {
12857
+ min-width: min-content;
12858
+ }
12859
+ .el-select__selected-item {
12860
+ /* buraya kadar ekledim truncate etmek için */
12850
12861
  }
12851
12862
  .el-select__selected-item .el-tag.el-tag--info {
12852
12863
  --el-tag-bg-color: var(--el-color-primary-light-1);
@@ -13062,7 +13073,7 @@ h6,
13062
13073
  height: 18px;
13063
13074
  }
13064
13075
 
13065
- .el-select__selection {
13076
+ .el-select.wrap .el-select__selection {
13066
13077
  flex-wrap: wrap;
13067
13078
  }
13068
13079
 
@@ -589,6 +589,17 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
589
589
  flex-wrap: wrap;
590
590
  user-select: none;
591
591
  align-items: center;
592
+ /* Sonradan ekledim truncate etmek için */
593
+ white-space: nowrap;
594
+ overflow: hidden;
595
+ text-overflow: ellipsis;
596
+ width: min-content;
597
+ }
598
+ .el-select__selected-item.el-tooltip__trigger {
599
+ min-width: min-content;
600
+ }
601
+ .el-select__selected-item {
602
+ /* buraya kadar ekledim truncate etmek için */
592
603
  }
593
604
  .el-select__selected-item .el-tag.el-tag--info {
594
605
  --el-tag-bg-color: var(--el-color-primary-light-1);
@@ -804,6 +815,6 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
804
815
  height: 18px;
805
816
  }
806
817
 
807
- .el-select__selection {
818
+ .el-select.wrap .el-select__selection {
808
819
  flex-wrap: wrap;
809
820
  }
@@ -589,6 +589,17 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
589
589
  flex-wrap: wrap;
590
590
  user-select: none;
591
591
  align-items: center;
592
+ /* Sonradan ekledim truncate etmek için */
593
+ white-space: nowrap;
594
+ overflow: hidden;
595
+ text-overflow: ellipsis;
596
+ width: min-content;
597
+ }
598
+ .el-select__selected-item.el-tooltip__trigger {
599
+ min-width: min-content;
600
+ }
601
+ .el-select__selected-item {
602
+ /* buraya kadar ekledim truncate etmek için */
592
603
  }
593
604
  .el-select__selected-item .el-tag.el-tag--info {
594
605
  --el-tag-bg-color: var(--el-color-primary-light-1);
@@ -804,6 +815,6 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
804
815
  height: 18px;
805
816
  }
806
817
 
807
- .el-select__selection {
818
+ .el-select.wrap .el-select__selection {
808
819
  flex-wrap: wrap;
809
820
  }
@@ -177,6 +177,17 @@
177
177
  user-select: none;
178
178
  align-items: center;
179
179
 
180
+ /* Sonradan ekledim truncate etmek için */
181
+ white-space: nowrap;
182
+ overflow: hidden;
183
+ text-overflow: ellipsis;
184
+ width: min-content;
185
+
186
+ &.el-tooltip__trigger {
187
+ min-width: min-content;
188
+ }
189
+ /* buraya kadar ekledim truncate etmek için */
190
+
180
191
  .el-tag.#{$namespace}-tag--info {
181
192
  @include css-var-from-global(('tag', 'bg-color'), ('color', 'primary', 'light-1'));
182
193
  @include css-var-from-global(('tag', 'border-color'), ('color', 'primary', 'light-4'));
@@ -295,7 +306,7 @@
295
306
 
296
307
  @include b(select) {
297
308
  &.wrap {
298
- @include e(selection) {
309
+ .el-select__selection {
299
310
  flex-wrap: wrap;
300
311
  }
301
312
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
- "version": "2.4.266",
3
+ "version": "2.4.268",
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": {