@timus-networks/theme 2.4.242 → 2.4.245

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.241",
4
+ "version": "2.4.244",
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.241";
14
+ const version = "2.4.244";
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 = {
@@ -13514,6 +13514,13 @@ heights > $common-component-size
13514
13514
  background-color: unset;
13515
13515
  }
13516
13516
 
13517
+ .el-select-dropdown__item span {
13518
+ text-overflow: ellipsis;
13519
+ white-space: nowrap;
13520
+ overflow: hidden;
13521
+ max-width: 406px;
13522
+ }
13523
+
13517
13524
  .el-select-dropdown.is-multiple .el-select-dropdown__item.is-selected::after {
13518
13525
  content: "";
13519
13526
  position: absolute;
@@ -13771,6 +13778,7 @@ heights > $common-component-size
13771
13778
  max-width: 100%;
13772
13779
  }
13773
13780
  .el-select__input-wrapper input {
13781
+ field-sizing: content;
13774
13782
  min-width: 2px !important;
13775
13783
  }
13776
13784
  .el-select__input-wrapper.is-hidden {
@@ -12622,6 +12622,13 @@ h6,
12622
12622
  background-color: unset;
12623
12623
  }
12624
12624
 
12625
+ .el-select-dropdown__item span {
12626
+ text-overflow: ellipsis;
12627
+ white-space: nowrap;
12628
+ overflow: hidden;
12629
+ max-width: 406px;
12630
+ }
12631
+
12625
12632
  .el-select-dropdown.is-multiple .el-select-dropdown__item.is-selected::after {
12626
12633
  content: "";
12627
12634
  position: absolute;
@@ -12879,6 +12886,7 @@ h6,
12879
12886
  max-width: 100%;
12880
12887
  }
12881
12888
  .el-select__input-wrapper input {
12889
+ field-sizing: content;
12882
12890
  min-width: 2px !important;
12883
12891
  }
12884
12892
  .el-select__input-wrapper.is-hidden {
@@ -333,6 +333,13 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
333
333
  background-color: unset;
334
334
  }
335
335
 
336
+ .el-select-dropdown__item span {
337
+ text-overflow: ellipsis;
338
+ white-space: nowrap;
339
+ overflow: hidden;
340
+ max-width: 406px;
341
+ }
342
+
336
343
  .el-select-dropdown.is-multiple .el-select-dropdown__item.is-selected::after {
337
344
  content: "";
338
345
  position: absolute;
@@ -59,6 +59,13 @@ $checked-icon: "data:image/svg+xml;utf8,%3Csvg class='icon' width='200' height='
59
59
  cursor: not-allowed;
60
60
  background-color: unset;
61
61
  }
62
+
63
+ span {
64
+ text-overflow: ellipsis;
65
+ white-space: nowrap;
66
+ overflow: hidden;
67
+ max-width: 406px;
68
+ }
62
69
  }
63
70
 
64
71
  @include when(multiple) {
@@ -386,6 +386,13 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
386
386
  background-color: unset;
387
387
  }
388
388
 
389
+ .el-select-dropdown__item span {
390
+ text-overflow: ellipsis;
391
+ white-space: nowrap;
392
+ overflow: hidden;
393
+ max-width: 406px;
394
+ }
395
+
389
396
  .el-select-dropdown.is-multiple .el-select-dropdown__item.is-selected::after {
390
397
  content: "";
391
398
  position: absolute;
@@ -643,6 +650,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
643
650
  max-width: 100%;
644
651
  }
645
652
  .el-select__input-wrapper input {
653
+ field-sizing: content;
646
654
  min-width: 2px !important;
647
655
  }
648
656
  .el-select__input-wrapper.is-hidden {
@@ -386,6 +386,13 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
386
386
  background-color: unset;
387
387
  }
388
388
 
389
+ .el-select-dropdown__item span {
390
+ text-overflow: ellipsis;
391
+ white-space: nowrap;
392
+ overflow: hidden;
393
+ max-width: 406px;
394
+ }
395
+
389
396
  .el-select-dropdown.is-multiple .el-select-dropdown__item.is-selected::after {
390
397
  content: "";
391
398
  position: absolute;
@@ -643,6 +650,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
643
650
  max-width: 100%;
644
651
  }
645
652
  .el-select__input-wrapper input {
653
+ field-sizing: content;
646
654
  min-width: 2px !important;
647
655
  }
648
656
  .el-select__input-wrapper.is-hidden {
@@ -215,7 +215,7 @@
215
215
 
216
216
  input {
217
217
  //max-width: 2px !important;
218
- // field-sizing: content;
218
+ field-sizing: content;
219
219
  min-width: 2px !important;
220
220
  }
221
221
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
- "version": "2.4.242",
3
+ "version": "2.4.245",
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": {