@snyk-mktg/brand-ui 2.4.4 → 2.4.5
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.map +1 -1
- package/dist/css/bundle.css +40 -0
- package/dist/css/bundle.css.map +1 -1
- package/dist/css/components.css +40 -0
- package/dist/css/components.css.map +1 -1
- package/dist/css/evo-bundle.css +40 -0
- package/dist/css/evo-bundle.css.map +1 -1
- package/dist/css/labs-bundle.css +40 -0
- package/dist/css/labs-bundle.css.map +1 -1
- package/dist/js/types/icons.d.ts +1 -1
- package/dist/js/types/logos.d.ts +1 -1
- package/dist/js/utilities/icons.js +1 -0
- package/dist/js/utilities/logos.js +1 -0
- package/package.json +1 -1
package/dist/css/evo-bundle.css
CHANGED
|
@@ -22689,6 +22689,12 @@ a.chip:hover.dark-mode, .dark-mode a.chip:hover, a.chip:focus.dark-mode, .dark-m
|
|
|
22689
22689
|
.dark-mode .product-logo.logo-snyk-oss:before, .product-logo.logo-snyk-oss.dark-mode .product-logo.logo-snyk-oss:before {
|
|
22690
22690
|
content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/oss-alt.svg");
|
|
22691
22691
|
}
|
|
22692
|
+
.product-logo.logo-snyk-studio:before {
|
|
22693
|
+
content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/snyk-studio-brand.svg");
|
|
22694
|
+
}
|
|
22695
|
+
.dark-mode .product-logo.logo-snyk-studio:before, .product-logo.logo-snyk-studio.dark-mode .product-logo.logo-snyk-studio:before {
|
|
22696
|
+
content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/snyk-studio-brand.svg");
|
|
22697
|
+
}
|
|
22692
22698
|
.product-logo.logo-theme-solid.logo-snyk-apprisk:before {
|
|
22693
22699
|
background-color: #9043c6;
|
|
22694
22700
|
}
|
|
@@ -22961,6 +22967,40 @@ a.chip:hover.dark-mode, .dark-mode a.chip:hover, a.chip:focus.dark-mode, .dark-m
|
|
|
22961
22967
|
mask-size: contain;
|
|
22962
22968
|
background-color: currentColor;
|
|
22963
22969
|
}
|
|
22970
|
+
.product-logo.logo-theme-solid.logo-snyk-studio:before {
|
|
22971
|
+
background-color: #9043c6;
|
|
22972
|
+
}
|
|
22973
|
+
.dark-mode .product-logo.logo-theme-solid.logo-snyk-studio:before, .product-logo.logo-theme-solid.logo-snyk-studio.dark-mode .product-logo.logo-theme-solid.logo-snyk-studio:before {
|
|
22974
|
+
background-color: #ff78e1;
|
|
22975
|
+
}
|
|
22976
|
+
[data-page-theme=default] .product-logo.logo-theme-solid.logo-snyk-studio:before {
|
|
22977
|
+
background-color: #9043c6;
|
|
22978
|
+
}
|
|
22979
|
+
.dark-mode[data-page-theme=default] .product-logo.logo-theme-solid.logo-snyk-studio:before, [data-page-theme=default] .dark-mode .product-logo.logo-theme-solid.logo-snyk-studio:before, [data-page-theme=default] .product-logo.logo-theme-solid.logo-snyk-studio.dark-mode .product-logo.logo-theme-solid.logo-snyk-studio:before {
|
|
22980
|
+
background-color: #ff78e1;
|
|
22981
|
+
}
|
|
22982
|
+
[data-page-theme=evo] .product-logo.logo-theme-solid.logo-snyk-studio:before {
|
|
22983
|
+
background-color: #ff8904;
|
|
22984
|
+
}
|
|
22985
|
+
.dark-mode[data-page-theme=evo] .product-logo.logo-theme-solid.logo-snyk-studio:before, [data-page-theme=evo] .dark-mode .product-logo.logo-theme-solid.logo-snyk-studio:before, [data-page-theme=evo] .product-logo.logo-theme-solid.logo-snyk-studio.dark-mode .product-logo.logo-theme-solid.logo-snyk-studio:before {
|
|
22986
|
+
background-color: #ff8904;
|
|
22987
|
+
}
|
|
22988
|
+
.product-logo.logo-theme-solid.logo-snyk-studio:before {
|
|
22989
|
+
content: "";
|
|
22990
|
+
-moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/snyk-studio-brand.svg");
|
|
22991
|
+
-moz-mask-position: center;
|
|
22992
|
+
-moz-mask-repeat: no-repeat;
|
|
22993
|
+
-moz-mask-size: contain;
|
|
22994
|
+
-webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/snyk-studio-brand.svg");
|
|
22995
|
+
-webkit-mask-position: center;
|
|
22996
|
+
-webkit-mask-repeat: no-repeat;
|
|
22997
|
+
-webkit-mask-size: contain;
|
|
22998
|
+
mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/snyk-studio-brand.svg");
|
|
22999
|
+
mask-position: center;
|
|
23000
|
+
mask-repeat: no-repeat;
|
|
23001
|
+
mask-size: contain;
|
|
23002
|
+
background-color: currentColor;
|
|
23003
|
+
}
|
|
22964
23004
|
|
|
22965
23005
|
@media (max-width: 8640px) {
|
|
22966
23006
|
.logo-sm {
|