@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/evo-bundle.css
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
@font-face {
|
|
3
3
|
font-family: "brandui-icons";
|
|
4
|
-
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.
|
|
4
|
+
src: url("https://res.cloudinary.com/snyk/raw/upload/snyk-mktg-brandui/icons-font/v1.0.11/brandui-icons.eot");
|
|
5
|
+
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");
|
|
6
6
|
font-weight: normal;
|
|
7
7
|
font-style: normal;
|
|
8
8
|
font-display: block;
|
|
@@ -22060,6 +22060,9 @@ a.chip:hover.dark-mode, .dark-mode a.chip:hover, a.chip:focus.dark-mode, .dark-m
|
|
|
22060
22060
|
.general-icon.icon-risk:before {
|
|
22061
22061
|
content: "\e971";
|
|
22062
22062
|
}
|
|
22063
|
+
.general-icon.icon-risk-based-prioritization:before {
|
|
22064
|
+
content: "\e980";
|
|
22065
|
+
}
|
|
22063
22066
|
.general-icon.icon-search:before {
|
|
22064
22067
|
content: "\e935";
|
|
22065
22068
|
}
|
|
@@ -22102,6 +22105,9 @@ a.chip:hover.dark-mode, .dark-mode a.chip:hover, a.chip:focus.dark-mode, .dark-m
|
|
|
22102
22105
|
.general-icon.icon-snyk-oss:before {
|
|
22103
22106
|
content: "\e966";
|
|
22104
22107
|
}
|
|
22108
|
+
.general-icon.icon-snyk-studio:before {
|
|
22109
|
+
content: "\e97f";
|
|
22110
|
+
}
|
|
22105
22111
|
.general-icon.icon-snyk-support:before {
|
|
22106
22112
|
content: "\e967";
|
|
22107
22113
|
}
|