@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/bundle.css
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
/* The bundle of all BrandUI styles */
|
|
3
3
|
@font-face {
|
|
4
4
|
font-family: "brandui-icons";
|
|
5
|
-
src: url("https://res.cloudinary.com/snyk/raw/upload/snyk-mktg-brandui/icons-font/v1.0.
|
|
6
|
-
src: url("https://res.cloudinary.com/snyk/raw/upload/snyk-mktg-brandui/icons-font/v1.0.
|
|
5
|
+
src: url("https://res.cloudinary.com/snyk/raw/upload/snyk-mktg-brandui/icons-font/v1.0.11/brandui-icons.eot");
|
|
6
|
+
src: url("https://res.cloudinary.com/snyk/raw/upload/snyk-mktg-brandui/icons-font/v1.0.11/brandui-icons.eot#iefix") format("embedded-opentype"), url("https://res.cloudinary.com/snyk/raw/upload/snyk-mktg-brandui/icons-font/v1.0.11/brandui-icons.ttf") format("truetype"), url("https://res.cloudinary.com/snyk/raw/upload/snyk-mktg-brandui/icons-font/v1.0.11/brandui-icons.woff") format("woff");
|
|
7
7
|
font-weight: normal;
|
|
8
8
|
font-style: normal;
|
|
9
9
|
font-display: block;
|
|
@@ -22012,6 +22012,9 @@ a.chip:hover.dark-mode, .dark-mode a.chip:hover, a.chip:focus.dark-mode, .dark-m
|
|
|
22012
22012
|
.general-icon.icon-risk:before {
|
|
22013
22013
|
content: "\e971";
|
|
22014
22014
|
}
|
|
22015
|
+
.general-icon.icon-risk-based-prioritization:before {
|
|
22016
|
+
content: "\e980";
|
|
22017
|
+
}
|
|
22015
22018
|
.general-icon.icon-search:before {
|
|
22016
22019
|
content: "\e935";
|
|
22017
22020
|
}
|
|
@@ -22054,6 +22057,9 @@ a.chip:hover.dark-mode, .dark-mode a.chip:hover, a.chip:focus.dark-mode, .dark-m
|
|
|
22054
22057
|
.general-icon.icon-snyk-oss:before {
|
|
22055
22058
|
content: "\e966";
|
|
22056
22059
|
}
|
|
22060
|
+
.general-icon.icon-snyk-studio:before {
|
|
22061
|
+
content: "\e97f";
|
|
22062
|
+
}
|
|
22057
22063
|
.general-icon.icon-snyk-support:before {
|
|
22058
22064
|
content: "\e967";
|
|
22059
22065
|
}
|