@timus-networks/theme 2.4.158 → 2.4.162

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.157",
4
+ "version": "2.4.161",
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.157";
14
+ const version = "2.4.161";
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 = {
@@ -9894,7 +9894,6 @@ heights > $common-component-size
9894
9894
  position: relative;
9895
9895
  font-size: var(--font-size);
9896
9896
  min-width: 0;
9897
- flex-direction: column;
9898
9897
  }
9899
9898
  .el-form-item__content .el-input-group {
9900
9899
  vertical-align: top;
@@ -9908,6 +9907,7 @@ heights > $common-component-size
9908
9907
  padding-left: 12px;
9909
9908
  top: 100%;
9910
9909
  left: 0;
9910
+ width: 100%;
9911
9911
  }
9912
9912
  .el-form-item__error--inline {
9913
9913
  position: relative;
@@ -15261,7 +15261,7 @@ heights > $common-component-size
15261
15261
  overflow: hidden;
15262
15262
  position: sticky;
15263
15263
  z-index: 12;
15264
- top: 36px;
15264
+ top: 52px;
15265
15265
  }
15266
15266
  .el-table__header-wrapper tbody td.el-table__cell {
15267
15267
  background-color: var(--el-table-row-hover-bg-color);
@@ -447,7 +447,6 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
447
447
  position: relative;
448
448
  font-size: var(--font-size);
449
449
  min-width: 0;
450
- flex-direction: column;
451
450
  }
452
451
  .el-form-item__content .el-input-group {
453
452
  vertical-align: top;
@@ -461,6 +460,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
461
460
  padding-left: 12px;
462
461
  top: 100%;
463
462
  left: 0;
463
+ width: 100%;
464
464
  }
465
465
  .el-form-item__error--inline {
466
466
  position: relative;
@@ -179,7 +179,7 @@ $form-item-label-top-margin-bottom: map.merge(
179
179
  position: relative;
180
180
  font-size: var(--font-size);
181
181
  min-width: 0;
182
- flex-direction: column;
182
+ // flex-direction: column; -> Bu şekilde değiştirdim kontrol et (http://localhost:2000/sites/v2/560/detail/networks/tun0/configuration) access_restriction checkbox'ları alt alta geliyordu.
183
183
 
184
184
  .#{$namespace}-input-group {
185
185
  vertical-align: top;
@@ -195,6 +195,7 @@ $form-item-label-top-margin-bottom: map.merge(
195
195
  // position: absolute;
196
196
  top: 100%;
197
197
  left: 0;
198
+ width: 100%;
198
199
 
199
200
  @include m(inline) {
200
201
  position: relative;
@@ -8897,7 +8897,6 @@ heights > $common-component-size
8897
8897
  position: relative;
8898
8898
  font-size: var(--font-size);
8899
8899
  min-width: 0;
8900
- flex-direction: column;
8901
8900
  }
8902
8901
  .el-form-item__content .el-input-group {
8903
8902
  vertical-align: top;
@@ -8911,6 +8910,7 @@ heights > $common-component-size
8911
8910
  padding-left: 12px;
8912
8911
  top: 100%;
8913
8912
  left: 0;
8913
+ width: 100%;
8914
8914
  }
8915
8915
  .el-form-item__error--inline {
8916
8916
  position: relative;
@@ -14375,7 +14375,7 @@ h6,
14375
14375
  overflow: hidden;
14376
14376
  position: sticky;
14377
14377
  z-index: 12;
14378
- top: 36px;
14378
+ top: 52px;
14379
14379
  }
14380
14380
  .el-table__header-wrapper tbody td.el-table__cell {
14381
14381
  background-color: var(--el-table-row-hover-bg-color);
@@ -706,7 +706,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
706
706
  overflow: hidden;
707
707
  position: sticky;
708
708
  z-index: 12;
709
- top: 36px;
709
+ top: 52px;
710
710
  }
711
711
  .el-table__header-wrapper tbody td.el-table__cell {
712
712
  background-color: var(--el-table-row-hover-bg-color);
@@ -472,7 +472,7 @@
472
472
  overflow: hidden;
473
473
  position: sticky;
474
474
  z-index: 12;
475
- top: 36px;
475
+ top: 52px;
476
476
 
477
477
  & tbody td.#{$namespace}-table__cell {
478
478
  background-color: getCssVar('table-row-hover-bg-color');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
- "version": "2.4.158",
3
+ "version": "2.4.162",
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": {