@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/labs-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;
|
|
@@ -22623,6 +22623,9 @@ a.chip:hover.dark-mode, .dark-mode a.chip:hover, a.chip:focus.dark-mode, .dark-m
|
|
|
22623
22623
|
.general-icon.icon-risk:before {
|
|
22624
22624
|
content: "\e971";
|
|
22625
22625
|
}
|
|
22626
|
+
.general-icon.icon-risk-based-prioritization:before {
|
|
22627
|
+
content: "\e980";
|
|
22628
|
+
}
|
|
22626
22629
|
.general-icon.icon-search:before {
|
|
22627
22630
|
content: "\e935";
|
|
22628
22631
|
}
|
|
@@ -22665,6 +22668,9 @@ a.chip:hover.dark-mode, .dark-mode a.chip:hover, a.chip:focus.dark-mode, .dark-m
|
|
|
22665
22668
|
.general-icon.icon-snyk-oss:before {
|
|
22666
22669
|
content: "\e966";
|
|
22667
22670
|
}
|
|
22671
|
+
.general-icon.icon-snyk-studio:before {
|
|
22672
|
+
content: "\e97f";
|
|
22673
|
+
}
|
|
22668
22674
|
.general-icon.icon-snyk-support:before {
|
|
22669
22675
|
content: "\e967";
|
|
22670
22676
|
}
|