Skip to content

Commit 8237088

Browse files
Merge branch 'main' into minimum_font_size_on_donut
2 parents 922eaac + 523afbc commit 8237088

File tree

6 files changed

+69
-54
lines changed

6 files changed

+69
-54
lines changed

package-lock.json

Lines changed: 60 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@angular/platform-browser": "^11.2.0",
3737
"@angular/platform-browser-dynamic": "^11.2.0",
3838
"@angular/router": "^11.2.0",
39-
"@apollo/client": "^3.3.21",
39+
"@apollo/client": "^3.4.7",
4040
"@hypertrace/hyperdash": "^1.2.1",
4141
"@hypertrace/hyperdash-angular": "^2.5.0",
4242
"@types/d3-hierarchy": "^2.0.0",
@@ -63,7 +63,7 @@
6363
"iso8601-duration": "^1.3.0",
6464
"lodash-es": "^4.17.21",
6565
"rxjs": "~6.6.7",
66-
"tslib": "^2.3.0",
66+
"tslib": "^2.3.1",
6767
"uuid": "^8.3.2",
6868
"zone.js": "^0.11.4"
6969
},
Lines changed: 3 additions & 0 deletions
Loading

projects/assets-library/src/icons/icon-library.module.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ const iconsRootPath = 'assets/icons';
6464
{ key: IconType.KnowledgeGraph, url: `${iconsRootPath}/knowledge-graph.svg` },
6565
{ key: IconType.Kong, url: `${iconsRootPath}/kong.svg` },
6666
{ key: IconType.Kubernetes, url: `${iconsRootPath}/kubernetes.svg` },
67+
{ key: IconType.LightBulb, url: `${iconsRootPath}/light-bulb.svg` },
6768
{ key: IconType.LinkUrl, url: `${iconsRootPath}/link-url.svg` },
6869
{ key: IconType.Loading, url: `${iconsRootPath}/loading.svg` },
6970
{ key: IconType.MoreHorizontal, url: `${iconsRootPath}/more-horizontal.svg` },

projects/assets-library/src/icons/icon-type.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ export const enum IconType {
7373
Label = 'label',
7474
Last = 'last_page',
7575
Layers = 'layers',
76+
LightBulb = 'svg:light-bulb',
7677
LinkUrl = 'svg:link-url',
7778
List = 'format_list_bulleted',
7879
Loading = 'svg:loading',

projects/common/src/color/color.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,11 @@ export const enum Color {
2424
Green2 = '#c3f3db',
2525
Green3 = '#95eabe',
2626
Green5 = '#27C675',
27+
Orange1 = '#FFF4EB',
2728
Orange3 = '#FDC088',
2829
Orange4 = '#fca555',
2930
Orange5 = '#fb8b24',
31+
Purple1 = '#FCF4FD',
3032
Purple2 = '#f2d0f5',
3133
Purple3 = '#E295E9',
3234
Purple4 = '#CB41D8',

0 commit comments

Comments
 (0)