@timus-networks/theme 2.4.229 → 2.4.230

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.229",
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.229";
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 = {
@@ -3610,10 +3610,9 @@ heights > $common-component-size
3610
3610
  color: var(--el-cascader-menu-text-color);
3611
3611
  }
3612
3612
  .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
3613
  font-weight: 500;
3615
- color: var(--el-menu-active-color);
3616
- background-color: var(--el-menu-active-bg-color);
3614
+ color: var(--el-color-neutral-light-9);
3615
+ background-color: var(--el-color-neutral-light-2);
3617
3616
  }
3618
3617
  .el-cascader-node:not(.is-disabled) {
3619
3618
  cursor: pointer;
@@ -389,10 +389,9 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
389
389
  color: var(--el-cascader-menu-text-color);
390
390
  }
391
391
  .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
392
  font-weight: 500;
394
- color: var(--el-menu-active-color);
395
- background-color: var(--el-menu-active-bg-color);
393
+ color: var(--el-color-neutral-light-9);
394
+ background-color: var(--el-color-neutral-light-2);
396
395
  }
397
396
  .el-cascader-node:not(.is-disabled) {
398
397
  cursor: pointer;
@@ -92,10 +92,9 @@
92
92
  &.in-active-path,
93
93
  &.is-selectable.in-checked-path,
94
94
  &.is-active {
95
- color: getCssVar('cascader-menu', 'selected-text-color');
96
95
  font-weight: 500;
97
- color: getCssVar('menu-active-color');
98
- background-color: getCssVar('menu-active-bg-color');
96
+ color: getCssVar('color', 'neutral', 'light-9');
97
+ background-color: getCssVar('color', 'neutral', 'light-2');
99
98
  }
100
99
 
101
100
  &:not(.is-disabled) {
@@ -2607,10 +2607,9 @@ heights > $common-component-size
2607
2607
  color: var(--el-cascader-menu-text-color);
2608
2608
  }
2609
2609
  .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
2610
  font-weight: 500;
2612
- color: var(--el-menu-active-color);
2613
- background-color: var(--el-menu-active-bg-color);
2611
+ color: var(--el-color-neutral-light-9);
2612
+ background-color: var(--el-color-neutral-light-2);
2614
2613
  }
2615
2614
  .el-cascader-node:not(.is-disabled) {
2616
2615
  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.230",
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": {