@snyk-mktg/brand-ui 2.5.10-canary.10 → 2.5.10-canary.12
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 +3 -0
- package/dist/css/bundle.css.map +1 -1
- package/dist/css/components.css +3 -0
- package/dist/css/components.css.map +1 -1
- package/dist/css/evo-bundle.css +3 -0
- package/dist/css/evo-bundle.css.map +1 -1
- package/dist/css/labs-bundle.css +3 -0
- package/dist/css/labs-bundle.css.map +1 -1
- package/dist/js/types/icons.d.ts +2 -2
- package/dist/js/utilities/icons.js +1 -1
- package/dist/scss/base/_fonts.scss +5 -4
- package/dist/scss/base/variables/_icons.scss +1 -1
- package/package.json +1 -1
package/dist/css/bundle.css
CHANGED
|
@@ -24029,6 +24029,9 @@ a.chip:hover.dark-mode, .dark-mode a.chip:hover, a.chip:focus.dark-mode, .dark-m
|
|
|
24029
24029
|
.general-icon.icon-workflows:before {
|
|
24030
24030
|
content: "\e911";
|
|
24031
24031
|
}
|
|
24032
|
+
.general-icon.icon-video-bubble:before {
|
|
24033
|
+
content: "\e981";
|
|
24034
|
+
}
|
|
24032
24035
|
.general-icon.icon-x:before {
|
|
24033
24036
|
content: "\e93b";
|
|
24034
24037
|
}
|