@timus-networks/theme 2.4.244 → 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.243",
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.243";
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 = {
@@ -13518,7 +13518,7 @@ heights > $common-component-size
13518
13518
  text-overflow: ellipsis;
13519
13519
  white-space: nowrap;
13520
13520
  overflow: hidden;
13521
- width: 406px;
13521
+ max-width: 406px;
13522
13522
  }
13523
13523
 
13524
13524
  .el-select-dropdown.is-multiple .el-select-dropdown__item.is-selected::after {
@@ -12626,7 +12626,7 @@ h6,
12626
12626
  text-overflow: ellipsis;
12627
12627
  white-space: nowrap;
12628
12628
  overflow: hidden;
12629
- width: 406px;
12629
+ max-width: 406px;
12630
12630
  }
12631
12631
 
12632
12632
  .el-select-dropdown.is-multiple .el-select-dropdown__item.is-selected::after {
@@ -337,7 +337,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
337
337
  text-overflow: ellipsis;
338
338
  white-space: nowrap;
339
339
  overflow: hidden;
340
- width: 406px;
340
+ max-width: 406px;
341
341
  }
342
342
 
343
343
  .el-select-dropdown.is-multiple .el-select-dropdown__item.is-selected::after {
@@ -64,7 +64,7 @@ $checked-icon: "data:image/svg+xml;utf8,%3Csvg class='icon' width='200' height='
64
64
  text-overflow: ellipsis;
65
65
  white-space: nowrap;
66
66
  overflow: hidden;
67
- width: 406px;
67
+ max-width: 406px;
68
68
  }
69
69
  }
70
70
 
@@ -390,7 +390,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
390
390
  text-overflow: ellipsis;
391
391
  white-space: nowrap;
392
392
  overflow: hidden;
393
- width: 406px;
393
+ max-width: 406px;
394
394
  }
395
395
 
396
396
  .el-select-dropdown.is-multiple .el-select-dropdown__item.is-selected::after {
@@ -390,7 +390,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
390
390
  text-overflow: ellipsis;
391
391
  white-space: nowrap;
392
392
  overflow: hidden;
393
- width: 406px;
393
+ max-width: 406px;
394
394
  }
395
395
 
396
396
  .el-select-dropdown.is-multiple .el-select-dropdown__item.is-selected::after {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
- "version": "2.4.244",
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": {