@snyk-mktg/brand-ui 2.4.3 → 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/dist/scss/base/variables/_logos.scss +4 -0
- package/package.json +1 -1
package/dist/css/bundle.css
CHANGED
|
@@ -22639,6 +22639,12 @@ a.chip:hover.dark-mode, .dark-mode a.chip:hover, a.chip:focus.dark-mode, .dark-m
|
|
|
22639
22639
|
.dark-mode .product-logo.logo-snyk-oss:before, .product-logo.logo-snyk-oss.dark-mode .product-logo.logo-snyk-oss:before {
|
|
22640
22640
|
content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/oss-alt.svg");
|
|
22641
22641
|
}
|
|
22642
|
+
.product-logo.logo-snyk-studio:before {
|
|
22643
|
+
content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/snyk-studio-brand.svg");
|
|
22644
|
+
}
|
|
22645
|
+
.dark-mode .product-logo.logo-snyk-studio:before, .product-logo.logo-snyk-studio.dark-mode .product-logo.logo-snyk-studio:before {
|
|
22646
|
+
content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/snyk-studio-brand.svg");
|
|
22647
|
+
}
|
|
22642
22648
|
.product-logo.logo-theme-solid.logo-snyk-apprisk:before {
|
|
22643
22649
|
background-color: #9043c6;
|
|
22644
22650
|
}
|
|
@@ -22911,6 +22917,40 @@ a.chip:hover.dark-mode, .dark-mode a.chip:hover, a.chip:focus.dark-mode, .dark-m
|
|
|
22911
22917
|
mask-size: contain;
|
|
22912
22918
|
background-color: currentColor;
|
|
22913
22919
|
}
|
|
22920
|
+
.product-logo.logo-theme-solid.logo-snyk-studio:before {
|
|
22921
|
+
background-color: #9043c6;
|
|
22922
|
+
}
|
|
22923
|
+
.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 {
|
|
22924
|
+
background-color: #ff78e1;
|
|
22925
|
+
}
|
|
22926
|
+
[data-page-theme=default] .product-logo.logo-theme-solid.logo-snyk-studio:before {
|
|
22927
|
+
background-color: #9043c6;
|
|
22928
|
+
}
|
|
22929
|
+
.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 {
|
|
22930
|
+
background-color: #ff78e1;
|
|
22931
|
+
}
|
|
22932
|
+
[data-page-theme=evo] .product-logo.logo-theme-solid.logo-snyk-studio:before {
|
|
22933
|
+
background-color: #ff8904;
|
|
22934
|
+
}
|
|
22935
|
+
.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 {
|
|
22936
|
+
background-color: #ff8904;
|
|
22937
|
+
}
|
|
22938
|
+
.product-logo.logo-theme-solid.logo-snyk-studio:before {
|
|
22939
|
+
content: "";
|
|
22940
|
+
-moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/snyk-studio-brand.svg");
|
|
22941
|
+
-moz-mask-position: center;
|
|
22942
|
+
-moz-mask-repeat: no-repeat;
|
|
22943
|
+
-moz-mask-size: contain;
|
|
22944
|
+
-webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/snyk-studio-brand.svg");
|
|
22945
|
+
-webkit-mask-position: center;
|
|
22946
|
+
-webkit-mask-repeat: no-repeat;
|
|
22947
|
+
-webkit-mask-size: contain;
|
|
22948
|
+
mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/snyk-studio-brand.svg");
|
|
22949
|
+
mask-position: center;
|
|
22950
|
+
mask-repeat: no-repeat;
|
|
22951
|
+
mask-size: contain;
|
|
22952
|
+
background-color: currentColor;
|
|
22953
|
+
}
|
|
22914
22954
|
|
|
22915
22955
|
@media (max-width: 8640px) {
|
|
22916
22956
|
.logo-sm {
|