@snyk-mktg/brand-ui 2.4.2 → 2.4.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.
- package/dist/css/base.css +2 -2
- package/dist/css/base.css.map +1 -1
- package/dist/css/bundle.css +8 -2
- package/dist/css/bundle.css.map +1 -1
- package/dist/css/components.css +6 -0
- package/dist/css/components.css.map +1 -1
- package/dist/css/evo-bundle.css +8 -2
- package/dist/css/evo-bundle.css.map +1 -1
- package/dist/css/labs-bundle.css +8 -2
- package/dist/css/labs-bundle.css.map +1 -1
- package/dist/js/types/icons.d.ts +1 -1
- package/dist/js/utilities/icons.js +1 -0
- package/dist/scss/base/variables/_logos.scss +4 -0
- package/package.json +1 -1
package/dist/css/components.css
CHANGED
|
@@ -4402,6 +4402,9 @@ a.chip:hover.dark-mode, .dark-mode a.chip:hover, a.chip:focus.dark-mode, .dark-m
|
|
|
4402
4402
|
.general-icon.icon-risk:before {
|
|
4403
4403
|
content: "\e971";
|
|
4404
4404
|
}
|
|
4405
|
+
.general-icon.icon-risk-based-prioritization:before {
|
|
4406
|
+
content: "\e980";
|
|
4407
|
+
}
|
|
4405
4408
|
.general-icon.icon-search:before {
|
|
4406
4409
|
content: "\e935";
|
|
4407
4410
|
}
|
|
@@ -4444,6 +4447,9 @@ a.chip:hover.dark-mode, .dark-mode a.chip:hover, a.chip:focus.dark-mode, .dark-m
|
|
|
4444
4447
|
.general-icon.icon-snyk-oss:before {
|
|
4445
4448
|
content: "\e966";
|
|
4446
4449
|
}
|
|
4450
|
+
.general-icon.icon-snyk-studio:before {
|
|
4451
|
+
content: "\e97f";
|
|
4452
|
+
}
|
|
4447
4453
|
.general-icon.icon-snyk-support:before {
|
|
4448
4454
|
content: "\e967";
|
|
4449
4455
|
}
|