@timus-networks/theme 2.4.271 → 2.4.273

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.272",
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.272";
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 = {
@@ -13743,7 +13743,7 @@ heights > $common-component-size
13743
13743
  white-space: nowrap;
13744
13744
  text-overflow: ellipsis;
13745
13745
  width: min-content;
13746
- max-width: calc(100% - 120px);
13746
+ max-width: calc(100% - 160px);
13747
13747
  }
13748
13748
  .el-select__selected-item.el-tooltip__trigger {
13749
13749
  min-width: min-content;
@@ -13811,6 +13811,7 @@ heights > $common-component-size
13811
13811
  .el-select__input-wrapper {
13812
13812
  flex-grow: 1;
13813
13813
  width: auto;
13814
+ min-width: 120px;
13814
13815
  }
13815
13816
  .el-select__input-wrapper input {
13816
13817
  min-width: 2px !important;
@@ -12851,7 +12851,7 @@ h6,
12851
12851
  white-space: nowrap;
12852
12852
  text-overflow: ellipsis;
12853
12853
  width: min-content;
12854
- max-width: calc(100% - 120px);
12854
+ max-width: calc(100% - 160px);
12855
12855
  }
12856
12856
  .el-select__selected-item.el-tooltip__trigger {
12857
12857
  min-width: min-content;
@@ -12919,6 +12919,7 @@ h6,
12919
12919
  .el-select__input-wrapper {
12920
12920
  flex-grow: 1;
12921
12921
  width: auto;
12922
+ min-width: 120px;
12922
12923
  }
12923
12924
  .el-select__input-wrapper input {
12924
12925
  min-width: 2px !important;
@@ -593,7 +593,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
593
593
  white-space: nowrap;
594
594
  text-overflow: ellipsis;
595
595
  width: min-content;
596
- max-width: calc(100% - 120px);
596
+ max-width: calc(100% - 160px);
597
597
  }
598
598
  .el-select__selected-item.el-tooltip__trigger {
599
599
  min-width: min-content;
@@ -661,6 +661,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
661
661
  .el-select__input-wrapper {
662
662
  flex-grow: 1;
663
663
  width: auto;
664
+ min-width: 120px;
664
665
  }
665
666
  .el-select__input-wrapper input {
666
667
  min-width: 2px !important;
@@ -593,7 +593,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
593
593
  white-space: nowrap;
594
594
  text-overflow: ellipsis;
595
595
  width: min-content;
596
- max-width: calc(100% - 120px);
596
+ max-width: calc(100% - 160px);
597
597
  }
598
598
  .el-select__selected-item.el-tooltip__trigger {
599
599
  min-width: min-content;
@@ -661,6 +661,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
661
661
  .el-select__input-wrapper {
662
662
  flex-grow: 1;
663
663
  width: auto;
664
+ min-width: 120px;
664
665
  }
665
666
  .el-select__input-wrapper input {
666
667
  min-width: 2px !important;
@@ -182,7 +182,7 @@
182
182
  // overflow: hidden;
183
183
  text-overflow: ellipsis;
184
184
  width: min-content;
185
- max-width: calc(100% - 120px);
185
+ max-width: calc(100% - 160px);
186
186
 
187
187
  &.el-tooltip__trigger {
188
188
  min-width: min-content;
@@ -232,7 +232,7 @@
232
232
  // width: 100%;
233
233
  flex-grow: 1;
234
234
  width: auto;
235
- // min-width: 120px;
235
+ min-width: 120px;
236
236
 
237
237
  input {
238
238
  //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.273",
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": {