@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/evo-bundle.css
CHANGED
|
@@ -24267,6 +24267,9 @@ a.chip:hover.dark-mode, .dark-mode a.chip:hover, a.chip:focus.dark-mode, .dark-m
|
|
|
24267
24267
|
.general-icon.icon-workflows:before {
|
|
24268
24268
|
content: "\e911";
|
|
24269
24269
|
}
|
|
24270
|
+
.general-icon.icon-video-bubble:before {
|
|
24271
|
+
content: "\e981";
|
|
24272
|
+
}
|
|
24270
24273
|
.general-icon.icon-x:before {
|
|
24271
24274
|
content: "\e93b";
|
|
24272
24275
|
}
|