-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #728 from newrelic/nr-labs-pathpoint/v2.1.10
feat(nr-labs-pathpoint): Update to version v2.1.10
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule nr-labs-pathpoint
updated
22 files
+16 −0 | docs/CHANGELOG.md | |
+10 −0 | docs/updates.json | |
+12 −2 | nerdlets/home/index.js | |
+12 −1 | nerdlets/home/styles.scss | |
+4 −2 | nerdlets/signal-selection/index.js | |
+2 −2 | package-lock.json | |
+1 −1 | package.json | |
+1 −0 | src/components/index.js | |
+1 −1 | src/components/level/index.js | |
+1 −1 | src/components/level/styles.scss | |
+386 −0 | src/components/step-settings-modal/index.js | |
+50 −0 | src/components/step-settings-modal/styles.scss | |
+170 −0 | src/components/step-tooltip/index.js | |
+153 −0 | src/components/step-tooltip/styles.scss | |
+84 −11 | src/components/step/header.js | |
+4 −1 | src/components/step/index.js | |
+2 −0 | src/components/styles.scss | |
+1 −0 | src/constants/index.js | |
+9 −0 | src/constants/steps.js | |
+30 −0 | src/constants/ui-content.js | |
+85 −1 | src/utils/signal.js | |
+51 −45 | src/utils/stage.js |