@volo/ngx-lepton-x.lite 4.0.2 → 4.0.4

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.
@@ -898,6 +898,10 @@ select:-webkit-autofill:focus {
898
898
  .lpx-nav-menu .lpx-inner-menu .lpx-inner-menu .lpx-menu-item-link {
899
899
  padding-left: 78px;
900
900
  }
901
+ .lpx-nav-menu .group-menu-item {
902
+ padding: 0.5rem 0 0.5rem 1rem;
903
+ font-weight: 500;
904
+ }
901
905
 
902
906
  .lpx-menu-item {
903
907
  cursor: pointer;
@@ -900,6 +900,10 @@ select:-webkit-autofill:focus {
900
900
  .lpx-nav-menu .lpx-inner-menu .lpx-inner-menu .lpx-menu-item-link {
901
901
  padding-right: 78px;
902
902
  }
903
+ .lpx-nav-menu .group-menu-item {
904
+ padding: 0.5rem 1rem 0.5rem 0;
905
+ font-weight: 500;
906
+ }
903
907
 
904
908
  .lpx-menu-item {
905
909
  cursor: pointer;
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@volo/ngx-lepton-x.lite",
3
- "version": "4.0.2",
3
+ "version": "4.0.4",
4
4
  "dependencies": {
5
5
  "tslib": "^2.3.0",
6
6
  "bootstrap-icons": "~1.7.2",
7
- "@ng-bootstrap/ng-bootstrap": "~16.0.0",
8
- "@volo/ngx-lepton-x.core": "4.0.2"
7
+ "@ng-bootstrap/ng-bootstrap": "~17.0.0",
8
+ "@volo/ngx-lepton-x.core": "4.0.4"
9
9
  },
10
10
  "publishConfig": {
11
11
  "access": "public"