@timus-networks/theme 2.4.245 → 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.244",
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.244";
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 = {
@@ -13692,7 +13692,7 @@ heights > $common-component-size
13692
13692
  .el-select__selection {
13693
13693
  position: relative;
13694
13694
  display: flex;
13695
- flex-wrap: wrap;
13695
+ flex-wrap: nowrap;
13696
13696
  align-items: center;
13697
13697
  flex: 1;
13698
13698
  min-width: 0;
@@ -13776,10 +13776,11 @@ heights > $common-component-size
13776
13776
 
13777
13777
  .el-select__input-wrapper {
13778
13778
  max-width: 100%;
13779
+ width: 100%;
13779
13780
  }
13780
13781
  .el-select__input-wrapper input {
13781
- field-sizing: content;
13782
13782
  min-width: 2px !important;
13783
+ width: calc(100% - 3px);
13783
13784
  }
13784
13785
  .el-select__input-wrapper.is-hidden {
13785
13786
  position: absolute;
@@ -12800,7 +12800,7 @@ h6,
12800
12800
  .el-select__selection {
12801
12801
  position: relative;
12802
12802
  display: flex;
12803
- flex-wrap: wrap;
12803
+ flex-wrap: nowrap;
12804
12804
  align-items: center;
12805
12805
  flex: 1;
12806
12806
  min-width: 0;
@@ -12884,10 +12884,11 @@ h6,
12884
12884
 
12885
12885
  .el-select__input-wrapper {
12886
12886
  max-width: 100%;
12887
+ width: 100%;
12887
12888
  }
12888
12889
  .el-select__input-wrapper input {
12889
- field-sizing: content;
12890
12890
  min-width: 2px !important;
12891
+ width: calc(100% - 3px);
12891
12892
  }
12892
12893
  .el-select__input-wrapper.is-hidden {
12893
12894
  position: absolute;
@@ -564,7 +564,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
564
564
  .el-select__selection {
565
565
  position: relative;
566
566
  display: flex;
567
- flex-wrap: wrap;
567
+ flex-wrap: nowrap;
568
568
  align-items: center;
569
569
  flex: 1;
570
570
  min-width: 0;
@@ -648,10 +648,11 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
648
648
 
649
649
  .el-select__input-wrapper {
650
650
  max-width: 100%;
651
+ width: 100%;
651
652
  }
652
653
  .el-select__input-wrapper input {
653
- field-sizing: content;
654
654
  min-width: 2px !important;
655
+ width: calc(100% - 3px);
655
656
  }
656
657
  .el-select__input-wrapper.is-hidden {
657
658
  position: absolute;
@@ -564,7 +564,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
564
564
  .el-select__selection {
565
565
  position: relative;
566
566
  display: flex;
567
- flex-wrap: wrap;
567
+ flex-wrap: nowrap;
568
568
  align-items: center;
569
569
  flex: 1;
570
570
  min-width: 0;
@@ -648,10 +648,11 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
648
648
 
649
649
  .el-select__input-wrapper {
650
650
  max-width: 100%;
651
+ width: 100%;
651
652
  }
652
653
  .el-select__input-wrapper input {
653
- field-sizing: content;
654
654
  min-width: 2px !important;
655
+ width: calc(100% - 3px);
655
656
  }
656
657
  .el-select__input-wrapper.is-hidden {
657
658
  position: absolute;
@@ -139,8 +139,8 @@
139
139
  @include e(selection) {
140
140
  position: relative;
141
141
  display: flex;
142
- flex-wrap: wrap;
143
- // flex-wrap: nowrap;
142
+ // flex-wrap: wrap;
143
+ flex-wrap: nowrap;
144
144
  align-items: center;
145
145
  flex: 1;
146
146
  min-width: 0;
@@ -212,11 +212,13 @@
212
212
 
213
213
  @include e(input-wrapper) {
214
214
  max-width: 100%;
215
+ width: 100%;
215
216
 
216
217
  input {
217
218
  //max-width: 2px !important;
218
- field-sizing: content;
219
+ // field-sizing: content;
219
220
  min-width: 2px !important;
221
+ width: calc(100% - 3px);
220
222
  }
221
223
 
222
224
  @include when(hidden) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
- "version": "2.4.245",
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": {