Skip to content

Commit

Permalink
feat(styles): btp horizontal nav update (#4997)
Browse files Browse the repository at this point in the history
* feat(styles): btp horizontal nav update [ci visual]

* fix(styles): pr comments [ci visual]

* fix(styles): pr comments [ci visual]

* fix(styles): expander button interactive state [ci visual]
  • Loading branch information
N1XUS authored Nov 23, 2023
1 parent 8120181 commit 5715346
Show file tree
Hide file tree
Showing 5 changed files with 875 additions and 272 deletions.
6 changes: 1 addition & 5 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,7 @@
},
"namedInputs": {
"default": ["{projectRoot}/**/*", "sharedGlobals"],
"sharedGlobals": [
"{workspaceRoot}/package.json",
"{workspaceRoot}/tsconfig.json",
"{workspaceRoot}/nx.json"
],
"sharedGlobals": ["{workspaceRoot}/package.json", "{workspaceRoot}/tsconfig.json", "{workspaceRoot}/nx.json"],
"production": [
"default",
"!{projectRoot}/**/*.spec.[jt]s",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,4 +170,4 @@
"fast-deep-equal": "^3.1.3",
"jsdom": "^20.0.1"
}
}
}
Loading

0 comments on commit 5715346

Please sign in to comment.