@timus-networks/theme 2.4.161 → 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.160",
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.160";
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 = {
@@ -9907,6 +9907,7 @@ heights > $common-component-size
9907
9907
  padding-left: 12px;
9908
9908
  top: 100%;
9909
9909
  left: 0;
9910
+ width: 100%;
9910
9911
  }
9911
9912
  .el-form-item__error--inline {
9912
9913
  position: relative;
@@ -15260,7 +15261,7 @@ heights > $common-component-size
15260
15261
  overflow: hidden;
15261
15262
  position: sticky;
15262
15263
  z-index: 12;
15263
- top: 36px;
15264
+ top: 52px;
15264
15265
  }
15265
15266
  .el-table__header-wrapper tbody td.el-table__cell {
15266
15267
  background-color: var(--el-table-row-hover-bg-color);
@@ -460,6 +460,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
460
460
  padding-left: 12px;
461
461
  top: 100%;
462
462
  left: 0;
463
+ width: 100%;
463
464
  }
464
465
  .el-form-item__error--inline {
465
466
  position: relative;
@@ -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;
@@ -8910,6 +8910,7 @@ heights > $common-component-size
8910
8910
  padding-left: 12px;
8911
8911
  top: 100%;
8912
8912
  left: 0;
8913
+ width: 100%;
8913
8914
  }
8914
8915
  .el-form-item__error--inline {
8915
8916
  position: relative;
@@ -14374,7 +14375,7 @@ h6,
14374
14375
  overflow: hidden;
14375
14376
  position: sticky;
14376
14377
  z-index: 12;
14377
- top: 36px;
14378
+ top: 52px;
14378
14379
  }
14379
14380
  .el-table__header-wrapper tbody td.el-table__cell {
14380
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.161",
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": {