@snyk-mktg/brand-ui 2.3.14 → 2.3.16
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 +28 -24
- package/dist/css/base.css.map +1 -1
- package/dist/css/bundle.css +209 -44
- package/dist/css/bundle.css.map +1 -1
- package/dist/css/components.css +181 -20
- package/dist/css/components.css.map +1 -1
- package/dist/css/evo-bundle.css +1294 -849
- package/dist/css/evo-bundle.css.map +1 -1
- package/dist/css/index.css.map +1 -1
- package/dist/css/labs-bundle.css +211 -46
- package/dist/css/labs-bundle.css.map +1 -1
- package/dist/css/utilities.css.map +1 -1
- package/dist/scss/components/organisms/_navigation.scss +42 -0
- package/package.json +1 -1
package/dist/css/base.css
CHANGED
|
@@ -512,10 +512,10 @@ cite {
|
|
|
512
512
|
background: #ff78e1;
|
|
513
513
|
}
|
|
514
514
|
[data-page-theme=evo] .bg-theme-solid-primary {
|
|
515
|
-
background: #
|
|
515
|
+
background: #ff8904;
|
|
516
516
|
}
|
|
517
517
|
.dark-mode[data-page-theme=evo] .bg-theme-solid-primary, [data-page-theme=evo] .dark-mode .bg-theme-solid-primary, [data-page-theme=evo] .bg-theme-solid-primary.dark-mode {
|
|
518
|
-
background: #
|
|
518
|
+
background: #ff8904;
|
|
519
519
|
}
|
|
520
520
|
|
|
521
521
|
.bg-theme-solid-secondary {
|
|
@@ -550,10 +550,10 @@ cite {
|
|
|
550
550
|
background: #c481f3;
|
|
551
551
|
}
|
|
552
552
|
[data-page-theme=evo] .bg-theme-solid-tertiary {
|
|
553
|
-
background: #
|
|
553
|
+
background: #1447e6;
|
|
554
554
|
}
|
|
555
555
|
.dark-mode[data-page-theme=evo] .bg-theme-solid-tertiary, [data-page-theme=evo] .dark-mode .bg-theme-solid-tertiary, [data-page-theme=evo] .bg-theme-solid-tertiary.dark-mode {
|
|
556
|
-
background: #
|
|
556
|
+
background: #00bcff;
|
|
557
557
|
}
|
|
558
558
|
|
|
559
559
|
.bg-theme-gradient-primary {
|
|
@@ -569,10 +569,10 @@ cite {
|
|
|
569
569
|
background: linear-gradient(140deg, #e555ac, #441c99);
|
|
570
570
|
}
|
|
571
571
|
[data-page-theme=evo] .bg-theme-gradient-primary {
|
|
572
|
-
background: linear-gradient(140deg, #
|
|
572
|
+
background: linear-gradient(140deg, #7f00ff, #00bcff);
|
|
573
573
|
}
|
|
574
574
|
.dark-mode[data-page-theme=evo] .bg-theme-gradient-primary, [data-page-theme=evo] .dark-mode .bg-theme-gradient-primary, [data-page-theme=evo] .bg-theme-gradient-primary.dark-mode {
|
|
575
|
-
background: linear-gradient(140deg, #
|
|
575
|
+
background: linear-gradient(140deg, #00bcff, #ff0ff3);
|
|
576
576
|
}
|
|
577
577
|
|
|
578
578
|
.bg-theme-gradient-secondary {
|
|
@@ -588,10 +588,10 @@ cite {
|
|
|
588
588
|
background: linear-gradient(140deg, #145deb, #9bcfff);
|
|
589
589
|
}
|
|
590
590
|
[data-page-theme=evo] .bg-theme-gradient-secondary {
|
|
591
|
-
background: linear-gradient(140deg, #
|
|
591
|
+
background: linear-gradient(140deg, #1447e6, #00bcff);
|
|
592
592
|
}
|
|
593
593
|
.dark-mode[data-page-theme=evo] .bg-theme-gradient-secondary, [data-page-theme=evo] .dark-mode .bg-theme-gradient-secondary, [data-page-theme=evo] .bg-theme-gradient-secondary.dark-mode {
|
|
594
|
-
background: linear-gradient(140deg, #
|
|
594
|
+
background: linear-gradient(140deg, #ff8904, #ff0ff3);
|
|
595
595
|
}
|
|
596
596
|
|
|
597
597
|
.bg-theme-gradient-secondary {
|
|
@@ -607,10 +607,10 @@ cite {
|
|
|
607
607
|
background: linear-gradient(140deg, #145deb, #9bcfff);
|
|
608
608
|
}
|
|
609
609
|
[data-page-theme=evo] .bg-theme-gradient-secondary {
|
|
610
|
-
background: linear-gradient(140deg, #
|
|
610
|
+
background: linear-gradient(140deg, #1447e6, #00bcff);
|
|
611
611
|
}
|
|
612
612
|
.dark-mode[data-page-theme=evo] .bg-theme-gradient-secondary, [data-page-theme=evo] .dark-mode .bg-theme-gradient-secondary, [data-page-theme=evo] .bg-theme-gradient-secondary.dark-mode {
|
|
613
|
-
background: linear-gradient(140deg, #
|
|
613
|
+
background: linear-gradient(140deg, #ff8904, #ff0ff3);
|
|
614
614
|
}
|
|
615
615
|
|
|
616
616
|
.spotlight {
|
|
@@ -17177,6 +17177,10 @@ cite {
|
|
|
17177
17177
|
margin: auto;
|
|
17178
17178
|
inset: 0;
|
|
17179
17179
|
}
|
|
17180
|
+
.decoration-glow.glow-center-left {
|
|
17181
|
+
top: 50%;
|
|
17182
|
+
left: 0;
|
|
17183
|
+
}
|
|
17180
17184
|
.decoration-glow.glow-theme-solid-primary:before {
|
|
17181
17185
|
background-color: #9043c6;
|
|
17182
17186
|
}
|
|
@@ -17190,10 +17194,10 @@ cite {
|
|
|
17190
17194
|
background-color: #ff78e1;
|
|
17191
17195
|
}
|
|
17192
17196
|
[data-page-theme=evo] .decoration-glow.glow-theme-solid-primary:before {
|
|
17193
|
-
background-color: #
|
|
17197
|
+
background-color: #ff8904;
|
|
17194
17198
|
}
|
|
17195
17199
|
.dark-mode[data-page-theme=evo] .decoration-glow.glow-theme-solid-primary:before, [data-page-theme=evo] .dark-mode .decoration-glow.glow-theme-solid-primary:before, [data-page-theme=evo] .decoration-glow.glow-theme-solid-primary.dark-mode .decoration-glow.glow-theme-solid-primary:before {
|
|
17196
|
-
background-color: #
|
|
17200
|
+
background-color: #ff8904;
|
|
17197
17201
|
}
|
|
17198
17202
|
.decoration-glow.glow-theme-solid-secondary:before {
|
|
17199
17203
|
background-color: #441c99;
|
|
@@ -17226,10 +17230,10 @@ cite {
|
|
|
17226
17230
|
background-color: #c481f3;
|
|
17227
17231
|
}
|
|
17228
17232
|
[data-page-theme=evo] .decoration-glow.glow-theme-solid-tertiary:before {
|
|
17229
|
-
background-color: #
|
|
17233
|
+
background-color: #1447e6;
|
|
17230
17234
|
}
|
|
17231
17235
|
.dark-mode[data-page-theme=evo] .decoration-glow.glow-theme-solid-tertiary:before, [data-page-theme=evo] .dark-mode .decoration-glow.glow-theme-solid-tertiary:before, [data-page-theme=evo] .decoration-glow.glow-theme-solid-tertiary.dark-mode .decoration-glow.glow-theme-solid-tertiary:before {
|
|
17232
|
-
background-color: #
|
|
17236
|
+
background-color: #00bcff;
|
|
17233
17237
|
}
|
|
17234
17238
|
.decoration-glow.glow-small {
|
|
17235
17239
|
width: 10rem;
|
|
@@ -17385,10 +17389,10 @@ cite {
|
|
|
17385
17389
|
background-color: #ff78e1;
|
|
17386
17390
|
}
|
|
17387
17391
|
[data-page-theme=evo] .flourishes > * i:before {
|
|
17388
|
-
background-color: #
|
|
17392
|
+
background-color: #ff8904;
|
|
17389
17393
|
}
|
|
17390
17394
|
.dark-mode[data-page-theme=evo] .flourishes > * i:before, [data-page-theme=evo] .dark-mode .flourishes > * i:before, [data-page-theme=evo] .flourishes > * i.dark-mode .flourishes > * i:before {
|
|
17391
|
-
background-color: #
|
|
17395
|
+
background-color: #ff8904;
|
|
17392
17396
|
}
|
|
17393
17397
|
.flourishes > * i:after {
|
|
17394
17398
|
background-color: #9043c6;
|
|
@@ -17403,10 +17407,10 @@ cite {
|
|
|
17403
17407
|
background-color: #ff78e1;
|
|
17404
17408
|
}
|
|
17405
17409
|
[data-page-theme=evo] .flourishes > * i:after {
|
|
17406
|
-
background-color: #
|
|
17410
|
+
background-color: #ff8904;
|
|
17407
17411
|
}
|
|
17408
17412
|
.dark-mode[data-page-theme=evo] .flourishes > * i:after, [data-page-theme=evo] .dark-mode .flourishes > * i:after, [data-page-theme=evo] .flourishes > * i.dark-mode .flourishes > * i:after {
|
|
17409
|
-
background-color: #
|
|
17413
|
+
background-color: #ff8904;
|
|
17410
17414
|
}
|
|
17411
17415
|
.flourishes > * i:after {
|
|
17412
17416
|
transform: rotate(90deg);
|
|
@@ -17696,10 +17700,10 @@ cite {
|
|
|
17696
17700
|
stroke: #ff78e1;
|
|
17697
17701
|
}
|
|
17698
17702
|
[data-page-theme=evo] .circuit-track-line-1 {
|
|
17699
|
-
stroke: #
|
|
17703
|
+
stroke: #ff8904;
|
|
17700
17704
|
}
|
|
17701
17705
|
.dark-mode[data-page-theme=evo] .circuit-track-line-1, [data-page-theme=evo] .dark-mode .circuit-track-line-1, [data-page-theme=evo] .circuit-track-line-1.dark-mode {
|
|
17702
|
-
stroke: #
|
|
17706
|
+
stroke: #ff8904;
|
|
17703
17707
|
}
|
|
17704
17708
|
.circuit-track-line-2 {
|
|
17705
17709
|
stroke: #9043c6;
|
|
@@ -17714,10 +17718,10 @@ cite {
|
|
|
17714
17718
|
stroke: #ff78e1;
|
|
17715
17719
|
}
|
|
17716
17720
|
[data-page-theme=evo] .circuit-track-line-2 {
|
|
17717
|
-
stroke: #
|
|
17721
|
+
stroke: #ff8904;
|
|
17718
17722
|
}
|
|
17719
17723
|
.dark-mode[data-page-theme=evo] .circuit-track-line-2, [data-page-theme=evo] .dark-mode .circuit-track-line-2, [data-page-theme=evo] .circuit-track-line-2.dark-mode {
|
|
17720
|
-
stroke: #
|
|
17724
|
+
stroke: #ff8904;
|
|
17721
17725
|
}
|
|
17722
17726
|
.circuit-track-line-3 {
|
|
17723
17727
|
stroke: #9043c6;
|
|
@@ -17732,10 +17736,10 @@ cite {
|
|
|
17732
17736
|
stroke: #ff78e1;
|
|
17733
17737
|
}
|
|
17734
17738
|
[data-page-theme=evo] .circuit-track-line-3 {
|
|
17735
|
-
stroke: #
|
|
17739
|
+
stroke: #ff8904;
|
|
17736
17740
|
}
|
|
17737
17741
|
.dark-mode[data-page-theme=evo] .circuit-track-line-3, [data-page-theme=evo] .dark-mode .circuit-track-line-3, [data-page-theme=evo] .circuit-track-line-3.dark-mode {
|
|
17738
|
-
stroke: #
|
|
17742
|
+
stroke: #ff8904;
|
|
17739
17743
|
}
|
|
17740
17744
|
|
|
17741
17745
|
.sparkles {
|