@snyk-mktg/brand-ui 2.5.1 → 2.5.2
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 +4 -4
- package/dist/css/base.css.map +1 -1
- package/dist/css/bundle.css +18 -18
- package/dist/css/bundle.css.map +1 -1
- package/dist/css/components.css +14 -14
- package/dist/css/components.css.map +1 -1
- package/dist/css/evo-bundle.css +1231 -1188
- package/dist/css/evo-bundle.css.map +1 -1
- package/dist/css/index.css.map +1 -1
- package/dist/css/labs-bundle.css +18 -18
- package/dist/css/labs-bundle.css.map +1 -1
- package/dist/css/utilities.css.map +1 -1
- package/dist/scss/evo/_base.scss +1 -0
- package/dist/scss/evo/_components.scss +1 -1
- package/dist/scss/evo/base/mixins/_typography.scss +28 -0
- package/dist/scss/evo/base/variables/_colors.scss +2 -2
- package/dist/scss/evo/components/atoms/_tooltip.scss +9 -0
- package/package.json +1 -1
package/dist/css/base.css
CHANGED
|
@@ -424,10 +424,10 @@ cite {
|
|
|
424
424
|
background-color: #181846;
|
|
425
425
|
}
|
|
426
426
|
[data-page-theme=evo] .bg-theme-base {
|
|
427
|
-
background-color:
|
|
427
|
+
background-color: "none";
|
|
428
428
|
}
|
|
429
429
|
.dark-mode[data-page-theme=evo] .bg-theme-base, [data-page-theme=evo] .dark-mode .bg-theme-base, [data-page-theme=evo] .bg-theme-base.dark-mode {
|
|
430
|
-
background-color:
|
|
430
|
+
background-color: "none";
|
|
431
431
|
}
|
|
432
432
|
|
|
433
433
|
.bg-glass {
|
|
@@ -493,10 +493,10 @@ cite {
|
|
|
493
493
|
color: #181846;
|
|
494
494
|
}
|
|
495
495
|
[data-page-theme=evo] .fill-theme-base {
|
|
496
|
-
color:
|
|
496
|
+
color: "none";
|
|
497
497
|
}
|
|
498
498
|
.dark-mode[data-page-theme=evo] .fill-theme-base, [data-page-theme=evo] .dark-mode .fill-theme-base, [data-page-theme=evo] .fill-theme-base.dark-mode {
|
|
499
|
-
color:
|
|
499
|
+
color: "none";
|
|
500
500
|
}
|
|
501
501
|
|
|
502
502
|
.bg-theme-solid-primary {
|