@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/labs-bundle.css
CHANGED
|
@@ -30133,6 +30133,9 @@ a.tag:focus {
|
|
|
30133
30133
|
.general-icon.icon-workflows:before {
|
|
30134
30134
|
content: "\e911";
|
|
30135
30135
|
}
|
|
30136
|
+
.general-icon.icon-video-bubble:before {
|
|
30137
|
+
content: "\e981";
|
|
30138
|
+
}
|
|
30136
30139
|
.general-icon.icon-x:before {
|
|
30137
30140
|
content: "\e93b";
|
|
30138
30141
|
}
|