@timus-networks/theme 2.4.220 → 2.4.222

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.219",
4
+ "version": "2.4.221",
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.219";
14
+ const version = "2.4.221";
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 = {
@@ -3566,7 +3566,7 @@ heights > $common-component-size
3566
3566
  position: relative;
3567
3567
  min-height: 100%;
3568
3568
  margin: 0;
3569
- padding: 6px 0;
3569
+ padding: 8px;
3570
3570
  list-style: none;
3571
3571
  box-sizing: border-box;
3572
3572
  }
@@ -3597,10 +3597,14 @@ heights > $common-component-size
3597
3597
  position: relative;
3598
3598
  display: flex;
3599
3599
  align-items: center;
3600
- padding: 0 30px 0 20px;
3601
- height: 34px;
3602
- line-height: 34px;
3600
+ padding: 5px 8px;
3601
+ height: 28px;
3602
+ line-height: 28px;
3603
3603
  outline: none;
3604
+ border-radius: var(--el-border-radius-small);
3605
+ font-size: var(--el-font-size-small);
3606
+ font-weight: 500;
3607
+ color: var(--el-color-neutral-light-9);
3604
3608
  }
3605
3609
  .el-cascader-node.is-selectable.in-active-path {
3606
3610
  color: var(--el-cascader-menu-text-color);
@@ -3633,7 +3637,7 @@ heights > $common-component-size
3633
3637
  .el-cascader-node__label {
3634
3638
  flex: 1;
3635
3639
  text-align: left;
3636
- padding: 0 8px;
3640
+ padding: 0;
3637
3641
  white-space: nowrap;
3638
3642
  overflow: hidden;
3639
3643
  text-overflow: ellipsis;
@@ -345,7 +345,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
345
345
  position: relative;
346
346
  min-height: 100%;
347
347
  margin: 0;
348
- padding: 6px 0;
348
+ padding: 8px;
349
349
  list-style: none;
350
350
  box-sizing: border-box;
351
351
  }
@@ -376,10 +376,14 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
376
376
  position: relative;
377
377
  display: flex;
378
378
  align-items: center;
379
- padding: 0 30px 0 20px;
380
- height: 34px;
381
- line-height: 34px;
379
+ padding: 5px 8px;
380
+ height: 28px;
381
+ line-height: 28px;
382
382
  outline: none;
383
+ border-radius: var(--el-border-radius-small);
384
+ font-size: var(--el-font-size-small);
385
+ font-weight: 500;
386
+ color: var(--el-color-neutral-light-9);
383
387
  }
384
388
  .el-cascader-node.is-selectable.in-active-path {
385
389
  color: var(--el-cascader-menu-text-color);
@@ -412,7 +416,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
412
416
  .el-cascader-node__label {
413
417
  flex: 1;
414
418
  text-align: left;
415
- padding: 0 8px;
419
+ padding: 0;
416
420
  white-space: nowrap;
417
421
  overflow: hidden;
418
422
  text-overflow: ellipsis;
@@ -43,7 +43,7 @@
43
43
  position: relative;
44
44
  min-height: 100%;
45
45
  margin: 0;
46
- padding: 6px 0;
46
+ padding: 8px;
47
47
  list-style: none;
48
48
  box-sizing: border-box;
49
49
  }
@@ -76,10 +76,14 @@
76
76
  position: relative;
77
77
  display: flex;
78
78
  align-items: center;
79
- padding: 0 30px 0 20px;
80
- height: 34px;
81
- line-height: 34px;
79
+ padding: 5px 8px;
80
+ height: 28px;
81
+ line-height: 28px;
82
82
  outline: none;
83
+ border-radius: getCssVar('border-radius-small');
84
+ font-size: getCssVar('font-size', 'small');
85
+ font-weight: 500;
86
+ color: getCssVar('color', 'neutral', 'light-9');
83
87
 
84
88
  &.is-selectable.in-active-path {
85
89
  color: getCssVar('cascader-menu', 'text-color');
@@ -119,7 +123,7 @@
119
123
  @include e(label) {
120
124
  flex: 1;
121
125
  text-align: left;
122
- padding: 0 8px;
126
+ padding: 0;
123
127
  white-space: nowrap;
124
128
  overflow: hidden;
125
129
  text-overflow: ellipsis;
@@ -2563,7 +2563,7 @@ heights > $common-component-size
2563
2563
  position: relative;
2564
2564
  min-height: 100%;
2565
2565
  margin: 0;
2566
- padding: 6px 0;
2566
+ padding: 8px;
2567
2567
  list-style: none;
2568
2568
  box-sizing: border-box;
2569
2569
  }
@@ -2594,10 +2594,14 @@ heights > $common-component-size
2594
2594
  position: relative;
2595
2595
  display: flex;
2596
2596
  align-items: center;
2597
- padding: 0 30px 0 20px;
2598
- height: 34px;
2599
- line-height: 34px;
2597
+ padding: 5px 8px;
2598
+ height: 28px;
2599
+ line-height: 28px;
2600
2600
  outline: none;
2601
+ border-radius: var(--el-border-radius-small);
2602
+ font-size: var(--el-font-size-small);
2603
+ font-weight: 500;
2604
+ color: var(--el-color-neutral-light-9);
2601
2605
  }
2602
2606
  .el-cascader-node.is-selectable.in-active-path {
2603
2607
  color: var(--el-cascader-menu-text-color);
@@ -2630,7 +2634,7 @@ heights > $common-component-size
2630
2634
  .el-cascader-node__label {
2631
2635
  flex: 1;
2632
2636
  text-align: left;
2633
- padding: 0 8px;
2637
+ padding: 0;
2634
2638
  white-space: nowrap;
2635
2639
  overflow: hidden;
2636
2640
  text-overflow: ellipsis;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
- "version": "2.4.220",
3
+ "version": "2.4.222",
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": {