@syncfusion/ej2-angular-navigations 23.1.40 → 23.1.41

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/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-navigations@*",
3
- "_id": "@syncfusion/ej2-angular-navigations@23.1.36",
3
+ "_id": "@syncfusion/ej2-angular-navigations@23.1.40",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-RcY76yJKyFzpe6qsneqC7pC8izDpq8ykkV2VF8duAS4nVjPArAexTi+ik9EoyYRQ76XbBYlyh7PY0yMqcfdxdw==",
5
+ "_integrity": "sha512-M7X2nyaK5cS5AA6brXz7RJG+NiiCYwzfG2T8Ipdh53UTCVol/jZ7bt+5tKzBusTGuX3t3sDrmbcV3GRA4+Ztcw==",
6
6
  "_location": "/@syncfusion/ej2-angular-navigations",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-navigations/-/ej2-angular-navigations-23.1.36.tgz",
23
- "_shasum": "7f15455aa9840fedcee80507c481f2a37e5ccdff",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-navigations/-/ej2-angular-navigations-23.1.40.tgz",
23
+ "_shasum": "fedf0a1611c5fef9664cd583b0528557affd455f",
24
24
  "_spec": "@syncfusion/ej2-angular-navigations@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_23.1.1/ivypackages/included",
26
26
  "author": {
@@ -32,8 +32,8 @@
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-angular-base": "~23.1.38",
35
- "@syncfusion/ej2-base": "~23.1.38",
36
- "@syncfusion/ej2-navigations": "23.1.40",
35
+ "@syncfusion/ej2-base": "~23.1.41",
36
+ "@syncfusion/ej2-navigations": "23.1.41",
37
37
  "tslib": "^2.3.0"
38
38
  },
39
39
  "deprecated": false,
@@ -100,5 +100,5 @@
100
100
  "schematics": "./schematics/collection.json",
101
101
  "sideEffects": false,
102
102
  "typings": "syncfusion-ej2-angular-navigations.d.ts",
103
- "version": "23.1.40"
103
+ "version": "23.1.41"
104
104
  }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-navigations";
2
- export declare const pkgVer = "^23.1.36";
2
+ export declare const pkgVer = "^23.1.40";
3
3
  export declare const moduleName = "AccordionModule, ToolbarModule, ContextMenuModule, BreadcrumbModule, CarouselModule, TabModule, TreeViewModule, SidebarModule, MenuModule, AppBarModule";
4
- export declare const themeVer = "~23.1.36";
4
+ export declare const themeVer = "~23.1.40";
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-navigations';
4
- exports.pkgVer = '^23.1.40';
4
+ exports.pkgVer = '^23.1.41';
5
5
  exports.moduleName = 'AccordionModule, ToolbarModule, ContextMenuModule, BreadcrumbModule, CarouselModule, TabModule, TreeViewModule, SidebarModule, MenuModule, AppBarModule';
6
- exports.themeVer = '~23.1.40';
6
+ exports.themeVer = '~23.1.41';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-navigations';
2
- export const pkgVer = '^23.1.40';
2
+ export const pkgVer = '^23.1.41';
3
3
  export const moduleName = 'AccordionModule, ToolbarModule, ContextMenuModule, BreadcrumbModule, CarouselModule, TabModule, TreeViewModule, SidebarModule, MenuModule, AppBarModule';
4
- export const themeVer = '~23.1.40';
4
+ export const themeVer = '~23.1.41';
@@ -8027,7 +8027,7 @@
8027
8027
  display: inline-block;
8028
8028
  line-height: 20px;
8029
8029
  margin: 0;
8030
- min-height: 20px;
8030
+ min-height: 40px;
8031
8031
  padding: 10px 12px;
8032
8032
  text-decoration: none;
8033
8033
  vertical-align: middle;
@@ -8083,7 +8083,7 @@
8083
8083
  display: inline-block;
8084
8084
  line-height: 20px;
8085
8085
  margin: 0;
8086
- min-height: 20px;
8086
+ min-height: 40px;
8087
8087
  padding: 10px 12px;
8088
8088
  text-decoration: none;
8089
8089
  vertical-align: middle;
@@ -634,7 +634,10 @@
634
634
  display: inline-block;
635
635
  line-height: $treeview-text-height;
636
636
  margin: $treeview-text-margin;
637
- @if $skin-name != 'bootstrap4' {
637
+ @if $skin-name == 'Material3' {
638
+ min-height: $treeview-item-height;
639
+ }
640
+ @else if $skin-name != 'bootstrap4' {
638
641
  min-height: $treeview-text-height;
639
642
  }
640
643
  @else if $skin-name == 'bootstrap4' {
@@ -459,7 +459,7 @@
459
459
  display: inline-block;
460
460
  line-height: 20px;
461
461
  margin: 0;
462
- min-height: 20px;
462
+ min-height: 40px;
463
463
  padding: 10px 12px;
464
464
  text-decoration: none;
465
465
  vertical-align: middle;
@@ -515,7 +515,7 @@
515
515
  display: inline-block;
516
516
  line-height: 20px;
517
517
  margin: 0;
518
- min-height: 20px;
518
+ min-height: 40px;
519
519
  padding: 10px 12px;
520
520
  text-decoration: none;
521
521
  vertical-align: middle;