@timus-networks/theme 2.4.236 → 2.4.238

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.235",
4
+ "version": "2.4.237",
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.235";
14
+ const version = "2.4.237";
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 = {
@@ -10010,6 +10010,7 @@ heights > $common-component-size
10010
10010
  display: flex;
10011
10011
  gap: 30px;
10012
10012
  flex-grow: 1;
10013
+ position: relative;
10013
10014
  }
10014
10015
  .el-form-items.sticky {
10015
10016
  gap: 0;
@@ -514,6 +514,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
514
514
  display: flex;
515
515
  gap: 30px;
516
516
  flex-grow: 1;
517
+ position: relative;
517
518
  }
518
519
  .el-form-items.sticky {
519
520
  gap: 0;
@@ -268,6 +268,7 @@ $form-item-label-top-margin-bottom: map.merge(
268
268
  display: flex;
269
269
  gap: 30px;
270
270
  flex-grow: 1;
271
+ position: relative;
271
272
 
272
273
  &.sticky {
273
274
  gap: 0;
@@ -9007,6 +9007,7 @@ heights > $common-component-size
9007
9007
  display: flex;
9008
9008
  gap: 30px;
9009
9009
  flex-grow: 1;
9010
+ position: relative;
9010
9011
  }
9011
9012
  .el-form-items.sticky {
9012
9013
  gap: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
- "version": "2.4.236",
3
+ "version": "2.4.238",
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": {