@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/components.css
CHANGED
|
@@ -4276,6 +4276,9 @@ a.chip:hover.dark-mode, .dark-mode a.chip:hover, a.chip:focus.dark-mode, .dark-m
|
|
|
4276
4276
|
.general-icon.icon-glassdoor:before {
|
|
4277
4277
|
content: "\e920";
|
|
4278
4278
|
}
|
|
4279
|
+
.general-icon.icon-glossary:before {
|
|
4280
|
+
content: "\e97e";
|
|
4281
|
+
}
|
|
4279
4282
|
.general-icon.icon-google:before {
|
|
4280
4283
|
content: "\e921";
|
|
4281
4284
|
}
|
|
@@ -14234,6 +14237,7 @@ a.tag:focus {
|
|
|
14234
14237
|
-webkit-text-fill-color: transparent;
|
|
14235
14238
|
}
|
|
14236
14239
|
.brandui-navigation .navigation-item .nav-link .new-evo-feature-tag {
|
|
14240
|
+
background: linear-gradient(140deg, #ff8904, #ff0ff3);
|
|
14237
14241
|
position: absolute;
|
|
14238
14242
|
top: 0;
|
|
14239
14243
|
right: -10px;
|
|
@@ -14241,11 +14245,26 @@ a.tag:focus {
|
|
|
14241
14245
|
border-radius: 0.125rem;
|
|
14242
14246
|
padding: 0.125rem;
|
|
14243
14247
|
}
|
|
14244
|
-
|
|
14245
|
-
|
|
14248
|
+
@media (max-width: 1024px) {
|
|
14249
|
+
.brandui-navigation .navigation-item .nav-link .new-evo-feature-tag {
|
|
14250
|
+
right: unset;
|
|
14251
|
+
left: 30px;
|
|
14252
|
+
}
|
|
14246
14253
|
}
|
|
14247
14254
|
.brandui-navigation .navigation-item .nav-link .new-evo-feature-tag.dark-mode, .dark-mode .brandui-navigation .navigation-item .nav-link .new-evo-feature-tag {
|
|
14248
14255
|
background: linear-gradient(140deg, #ff8904, #ff0ff3);
|
|
14256
|
+
position: absolute;
|
|
14257
|
+
top: 0;
|
|
14258
|
+
right: -10px;
|
|
14259
|
+
font-size: 9px;
|
|
14260
|
+
border-radius: 0.125rem;
|
|
14261
|
+
padding: 0.125rem;
|
|
14262
|
+
}
|
|
14263
|
+
@media (max-width: 1024px) {
|
|
14264
|
+
.brandui-navigation .navigation-item .nav-link .new-evo-feature-tag.dark-mode, .dark-mode .brandui-navigation .navigation-item .nav-link .new-evo-feature-tag {
|
|
14265
|
+
right: unset;
|
|
14266
|
+
left: 30px;
|
|
14267
|
+
}
|
|
14249
14268
|
}
|
|
14250
14269
|
.brandui-navigation .navigation-item .nav-link:hover .new-evo-feature-tag, .brandui-navigation .navigation-item .nav-link:focus .new-evo-feature-tag {
|
|
14251
14270
|
color: #f6f7fb;
|