@timus-networks/theme 2.4.229 → 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.228",
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.228";
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 {
@@ -3610,10 +3613,9 @@ heights > $common-component-size
3610
3613
  color: var(--el-cascader-menu-text-color);
3611
3614
  }
3612
3615
  .el-cascader-node.in-active-path, .el-cascader-node.is-selectable.in-checked-path, .el-cascader-node.is-active {
3613
- color: var(--el-cascader-menu-selected-text-color);
3614
3616
  font-weight: 500;
3615
- color: var(--el-menu-active-color);
3616
- background-color: var(--el-menu-active-bg-color);
3617
+ color: var(--el-color-neutral-light-9);
3618
+ background-color: var(--el-color-neutral-light-2);
3617
3619
  }
3618
3620
  .el-cascader-node:not(.is-disabled) {
3619
3621
  cursor: pointer;
@@ -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 {
@@ -389,10 +392,9 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
389
392
  color: var(--el-cascader-menu-text-color);
390
393
  }
391
394
  .el-cascader-node.in-active-path, .el-cascader-node.is-selectable.in-checked-path, .el-cascader-node.is-active {
392
- color: var(--el-cascader-menu-selected-text-color);
393
395
  font-weight: 500;
394
- color: var(--el-menu-active-color);
395
- background-color: var(--el-menu-active-bg-color);
396
+ color: var(--el-color-neutral-light-9);
397
+ background-color: var(--el-color-neutral-light-2);
396
398
  }
397
399
  .el-cascader-node:not(.is-disabled) {
398
400
  cursor: pointer;
@@ -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) {
@@ -92,10 +95,9 @@
92
95
  &.in-active-path,
93
96
  &.is-selectable.in-checked-path,
94
97
  &.is-active {
95
- color: getCssVar('cascader-menu', 'selected-text-color');
96
98
  font-weight: 500;
97
- color: getCssVar('menu-active-color');
98
- background-color: getCssVar('menu-active-bg-color');
99
+ color: getCssVar('color', 'neutral', 'light-9');
100
+ background-color: getCssVar('color', 'neutral', 'light-2');
99
101
  }
100
102
 
101
103
  &:not(.is-disabled) {
@@ -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 {
@@ -2607,10 +2610,9 @@ heights > $common-component-size
2607
2610
  color: var(--el-cascader-menu-text-color);
2608
2611
  }
2609
2612
  .el-cascader-node.in-active-path, .el-cascader-node.is-selectable.in-checked-path, .el-cascader-node.is-active {
2610
- color: var(--el-cascader-menu-selected-text-color);
2611
2613
  font-weight: 500;
2612
- color: var(--el-menu-active-color);
2613
- background-color: var(--el-menu-active-bg-color);
2614
+ color: var(--el-color-neutral-light-9);
2615
+ background-color: var(--el-color-neutral-light-2);
2614
2616
  }
2615
2617
  .el-cascader-node:not(.is-disabled) {
2616
2618
  cursor: pointer;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
- "version": "2.4.229",
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": {