@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/components.css
CHANGED
|
@@ -4828,6 +4828,9 @@ a.chip:hover.dark-mode, .dark-mode a.chip:hover, a.chip:focus.dark-mode, .dark-m
|
|
|
4828
4828
|
.general-icon.icon-workflows:before {
|
|
4829
4829
|
content: "\e911";
|
|
4830
4830
|
}
|
|
4831
|
+
.general-icon.icon-video-bubble:before {
|
|
4832
|
+
content: "\e981";
|
|
4833
|
+
}
|
|
4831
4834
|
.general-icon.icon-x:before {
|
|
4832
4835
|
content: "\e93b";
|
|
4833
4836
|
}
|