@timus-networks/theme 2.4.241 → 2.4.244

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.240",
4
+ "version": "2.4.243",
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.240";
14
+ const version = "2.4.243";
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
+ 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;
@@ -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
+ 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;
@@ -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
+ 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
+ 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
+ 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;
@@ -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
+ 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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
- "version": "2.4.241",
3
+ "version": "2.4.244",
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": {