@timus-networks/theme 2.4.246 → 2.4.247

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.245",
4
+ "version": "2.4.246",
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.245";
14
+ const version = "2.4.246";
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 = {
@@ -13698,9 +13698,6 @@ heights > $common-component-size
13698
13698
  min-width: 0;
13699
13699
  gap: 8px;
13700
13700
  }
13701
- .el-select__selection.fix-width {
13702
- width: auto !important;
13703
- }
13704
13701
  .el-select__selection .el-tag {
13705
13702
  cursor: pointer;
13706
13703
  }
@@ -13783,7 +13780,7 @@ heights > $common-component-size
13783
13780
  }
13784
13781
  .el-select__input-wrapper input {
13785
13782
  min-width: 2px !important;
13786
- width: 100%;
13783
+ width: calc(100% - 3px);
13787
13784
  }
13788
13785
  .el-select__input-wrapper.is-hidden {
13789
13786
  position: absolute;
@@ -12806,9 +12806,6 @@ h6,
12806
12806
  min-width: 0;
12807
12807
  gap: 8px;
12808
12808
  }
12809
- .el-select__selection.fix-width {
12810
- width: auto !important;
12811
- }
12812
12809
  .el-select__selection .el-tag {
12813
12810
  cursor: pointer;
12814
12811
  }
@@ -12891,7 +12888,7 @@ h6,
12891
12888
  }
12892
12889
  .el-select__input-wrapper input {
12893
12890
  min-width: 2px !important;
12894
- width: 100%;
12891
+ width: calc(100% - 3px);
12895
12892
  }
12896
12893
  .el-select__input-wrapper.is-hidden {
12897
12894
  position: absolute;
@@ -570,9 +570,6 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
570
570
  min-width: 0;
571
571
  gap: 8px;
572
572
  }
573
- .el-select__selection.fix-width {
574
- width: auto !important;
575
- }
576
573
  .el-select__selection .el-tag {
577
574
  cursor: pointer;
578
575
  }
@@ -655,7 +652,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
655
652
  }
656
653
  .el-select__input-wrapper input {
657
654
  min-width: 2px !important;
658
- width: 100%;
655
+ width: calc(100% - 3px);
659
656
  }
660
657
  .el-select__input-wrapper.is-hidden {
661
658
  position: absolute;
@@ -570,9 +570,6 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
570
570
  min-width: 0;
571
571
  gap: 8px;
572
572
  }
573
- .el-select__selection.fix-width {
574
- width: auto !important;
575
- }
576
573
  .el-select__selection .el-tag {
577
574
  cursor: pointer;
578
575
  }
@@ -655,7 +652,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
655
652
  }
656
653
  .el-select__input-wrapper input {
657
654
  min-width: 2px !important;
658
- width: 100%;
655
+ width: calc(100% - 3px);
659
656
  }
660
657
  .el-select__input-wrapper.is-hidden {
661
658
  position: absolute;
@@ -146,10 +146,6 @@
146
146
  min-width: 0;
147
147
  gap: map.get($select-item-gap, 'default');
148
148
 
149
- &.fix-width {
150
- width: auto !important;
151
- }
152
-
153
149
  @include when(near) {
154
150
  // margin: map.get($select-near-margin-left, 'default');
155
151
  }
@@ -222,7 +218,7 @@
222
218
  //max-width: 2px !important;
223
219
  // field-sizing: content;
224
220
  min-width: 2px !important;
225
- width: 100%;
221
+ width: calc(100% - 3px);
226
222
  }
227
223
 
228
224
  @include when(hidden) {
@@ -296,25 +292,3 @@
296
292
  }
297
293
  }
298
294
  }
299
-
300
- // @include b(select-dropdown) {
301
- // .fix-width {
302
- // width: auto !important;
303
- //
304
- // @include e(selection) {
305
- // flex-wrap: nowrap;
306
- // }
307
- //
308
- // @include e(input-wrapper) {
309
- // width: 100%;
310
- //
311
- // input {
312
- // field-sizing: fixed;
313
- // width: calc(100% - 3px);
314
- // // width: auto;
315
- // // flex-shrink: 0;
316
- // // flex-grow: 1;
317
- // }
318
- // }
319
- // }
320
- // }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
- "version": "2.4.246",
3
+ "version": "2.4.247",
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": {