@snyk-mktg/brand-ui 2.3.19 → 2.4.0
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 +23 -4
- package/dist/css/bundle.css.map +1 -1
- package/dist/css/components.css +21 -2
- package/dist/css/components.css.map +1 -1
- package/dist/css/evo-bundle.css +184 -26
- package/dist/css/evo-bundle.css.map +1 -1
- package/dist/css/labs-bundle.css +26 -7
- 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/_fonts.scss +4 -4
- package/dist/scss/base/variables/_icons.scss +1 -0
- package/dist/scss/evo/base/decorations/_glows.scss +43 -16
- package/dist/scss/evo/base/variables/_typography.scss +6 -4
- package/dist/scss/evo/components/misc/_embed.scss +9 -0
- package/dist/scss/evo/components/molecules/cards/_card.scss +1 -0
- package/dist/scss/labs/components/molecules/_announcements.scss +2 -1
- 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.10/brandui-icons.eot");
|
|
6
|
+
src: url("https://res.cloudinary.com/snyk/raw/upload/snyk-mktg-brandui/icons-font/v1.0.10/brandui-icons.eot#iefix") format("embedded-opentype"), url("https://res.cloudinary.com/snyk/raw/upload/snyk-mktg-brandui/icons-font/v1.0.10/brandui-icons.ttf") format("truetype"), url("https://res.cloudinary.com/snyk/raw/upload/snyk-mktg-brandui/icons-font/v1.0.10/brandui-icons.woff") format("woff");
|
|
7
7
|
font-weight: normal;
|
|
8
8
|
font-style: normal;
|
|
9
9
|
font-display: block;
|
|
@@ -21886,6 +21886,9 @@ a.chip:hover.dark-mode, .dark-mode a.chip:hover, a.chip:focus.dark-mode, .dark-m
|
|
|
21886
21886
|
.general-icon.icon-glassdoor:before {
|
|
21887
21887
|
content: "\e920";
|
|
21888
21888
|
}
|
|
21889
|
+
.general-icon.icon-glossary:before {
|
|
21890
|
+
content: "\e97e";
|
|
21891
|
+
}
|
|
21889
21892
|
.general-icon.icon-google:before {
|
|
21890
21893
|
content: "\e921";
|
|
21891
21894
|
}
|
|
@@ -28639,6 +28642,7 @@ a.tag:focus {
|
|
|
28639
28642
|
-webkit-text-fill-color: transparent;
|
|
28640
28643
|
}
|
|
28641
28644
|
.brandui-navigation .navigation-item .nav-link .new-evo-feature-tag {
|
|
28645
|
+
background: linear-gradient(140deg, #ff8904, #ff0ff3);
|
|
28642
28646
|
position: absolute;
|
|
28643
28647
|
top: 0;
|
|
28644
28648
|
right: -10px;
|
|
@@ -28646,11 +28650,26 @@ a.tag:focus {
|
|
|
28646
28650
|
border-radius: 0.125rem;
|
|
28647
28651
|
padding: 0.125rem;
|
|
28648
28652
|
}
|
|
28649
|
-
|
|
28650
|
-
|
|
28653
|
+
@media (max-width: 1024px) {
|
|
28654
|
+
.brandui-navigation .navigation-item .nav-link .new-evo-feature-tag {
|
|
28655
|
+
right: unset;
|
|
28656
|
+
left: 30px;
|
|
28657
|
+
}
|
|
28651
28658
|
}
|
|
28652
28659
|
.brandui-navigation .navigation-item .nav-link .new-evo-feature-tag.dark-mode, .dark-mode .brandui-navigation .navigation-item .nav-link .new-evo-feature-tag {
|
|
28653
28660
|
background: linear-gradient(140deg, #ff8904, #ff0ff3);
|
|
28661
|
+
position: absolute;
|
|
28662
|
+
top: 0;
|
|
28663
|
+
right: -10px;
|
|
28664
|
+
font-size: 9px;
|
|
28665
|
+
border-radius: 0.125rem;
|
|
28666
|
+
padding: 0.125rem;
|
|
28667
|
+
}
|
|
28668
|
+
@media (max-width: 1024px) {
|
|
28669
|
+
.brandui-navigation .navigation-item .nav-link .new-evo-feature-tag.dark-mode, .dark-mode .brandui-navigation .navigation-item .nav-link .new-evo-feature-tag {
|
|
28670
|
+
right: unset;
|
|
28671
|
+
left: 30px;
|
|
28672
|
+
}
|
|
28654
28673
|
}
|
|
28655
28674
|
.brandui-navigation .navigation-item .nav-link:hover .new-evo-feature-tag, .brandui-navigation .navigation-item .nav-link:focus .new-evo-feature-tag {
|
|
28656
28675
|
color: #f6f7fb;
|