@timus-networks/theme 2.4.230 → 2.4.231

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.229",
4
+ "version": "2.4.230",
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.229";
14
+ const version = "2.4.230";
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 = {
@@ -3569,6 +3569,9 @@ heights > $common-component-size
3569
3569
  padding: 8px;
3570
3570
  list-style: none;
3571
3571
  box-sizing: border-box;
3572
+ display: flex;
3573
+ flex-direction: column;
3574
+ gap: 2px;
3572
3575
  }
3573
3576
 
3574
3577
  .el-cascader-menu__hover-zone {
@@ -348,6 +348,9 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
348
348
  padding: 8px;
349
349
  list-style: none;
350
350
  box-sizing: border-box;
351
+ display: flex;
352
+ flex-direction: column;
353
+ gap: 2px;
351
354
  }
352
355
 
353
356
  .el-cascader-menu__hover-zone {
@@ -46,6 +46,9 @@
46
46
  padding: 8px;
47
47
  list-style: none;
48
48
  box-sizing: border-box;
49
+ display: flex;
50
+ flex-direction: column;
51
+ gap: 2px;
49
52
  }
50
53
 
51
54
  @include e(hover-zone) {
@@ -2566,6 +2566,9 @@ heights > $common-component-size
2566
2566
  padding: 8px;
2567
2567
  list-style: none;
2568
2568
  box-sizing: border-box;
2569
+ display: flex;
2570
+ flex-direction: column;
2571
+ gap: 2px;
2569
2572
  }
2570
2573
 
2571
2574
  .el-cascader-menu__hover-zone {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
- "version": "2.4.230",
3
+ "version": "2.4.231",
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": {