@timus-networks/theme 2.4.95 → 2.4.96

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.95",
4
+ "version": "2.4.96",
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.95";
14
+ const version = "2.4.96";
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 = {
@@ -14220,7 +14220,7 @@ h6,
14220
14220
  overflow: hidden;
14221
14221
  position: sticky;
14222
14222
  z-index: 12;
14223
- top: 32px;
14223
+ top: 36px;
14224
14224
  }
14225
14225
  .el-table__header-wrapper tbody td.el-table__cell {
14226
14226
  background-color: var(--el-table-row-hover-bg-color);
@@ -699,7 +699,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
699
699
  overflow: hidden;
700
700
  position: sticky;
701
701
  z-index: 12;
702
- top: 32px;
702
+ top: 36px;
703
703
  }
704
704
  .el-table__header-wrapper tbody td.el-table__cell {
705
705
  background-color: var(--el-table-row-hover-bg-color);
@@ -460,7 +460,7 @@
460
460
  overflow: hidden;
461
461
  position: sticky;
462
462
  z-index: 12;
463
- top: 32px;
463
+ top: 36px;
464
464
 
465
465
  & tbody td.#{$namespace}-table__cell {
466
466
  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.95",
3
+ "version": "2.4.96",
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": {