@snyk-mktg/brand-ui 2.5.8 → 2.5.9-canary.1

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.
@@ -26335,7 +26335,7 @@ a.tag:focus {
26335
26335
  background-color: "none";
26336
26336
  }
26337
26337
  .table-comparison-row-header {
26338
- width: calc(1440px / 12 * 6);
26338
+ width: calc(1440px / 12 * 4);
26339
26339
  padding-left: 1rem;
26340
26340
  text-align: left;
26341
26341
  vertical-align: top;
@@ -28675,6 +28675,18 @@ a.tag:focus {
28675
28675
  font-size: 0.875rem;
28676
28676
  line-height: 1.5rem;
28677
28677
  }
28678
+ .button.search-trigger:hover, .button.search-trigger:focus {
28679
+ color: #ff0ff3;
28680
+ }
28681
+ .button.search-trigger:hover.dark-mode, .dark-mode .button.search-trigger:hover, .button.search-trigger:focus.dark-mode, .dark-mode .button.search-trigger:focus {
28682
+ color: #ff0ff3;
28683
+ }
28684
+ .button.search-trigger:hover, .button.search-trigger:focus {
28685
+ background-color: transparent;
28686
+ }
28687
+ .button.search-trigger:hover.dark-mode, .dark-mode .button.search-trigger:hover, .button.search-trigger:focus.dark-mode, .dark-mode .button.search-trigger:focus {
28688
+ background-color: transparent;
28689
+ }
28678
28690
 
28679
28691
  .buttons {
28680
28692
  max-width: max-content;
@@ -29263,6 +29275,16 @@ a.tag:focus {
29263
29275
  transform: unset;
29264
29276
  }
29265
29277
  }
29278
+ .brandui-navigation .navigation-wrapper:has(.with-search) {
29279
+ justify-content: end;
29280
+ gap: 1rem;
29281
+ }
29282
+ @media (max-width: 1024px) {
29283
+ .brandui-navigation .navigation-wrapper:has(.with-search) {
29284
+ justify-content: start;
29285
+ gap: 0.5rem;
29286
+ }
29287
+ }
29266
29288
  @media (max-width: 1024px) {
29267
29289
  .brandui-navigation .navigation-wrapper {
29268
29290
  margin-top: 5rem;
@@ -30109,6 +30131,11 @@ a.tag:focus {
30109
30131
  transition: 0.2s ease-in-out;
30110
30132
  margin-left: auto;
30111
30133
  }
30134
+ @media (min-width: 1025px) {
30135
+ .brandui-navigation .navigation-buttons.with-search {
30136
+ margin-left: 0;
30137
+ }
30138
+ }
30112
30139
  @media (max-width: 1024px) {
30113
30140
  .brandui-navigation .navigation-buttons {
30114
30141
  margin: 0 auto;
@@ -30116,6 +30143,9 @@ a.tag:focus {
30116
30143
  align-items: center;
30117
30144
  flex-direction: column-reverse;
30118
30145
  }
30146
+ .brandui-navigation .navigation-buttons.no-reverse {
30147
+ flex-direction: column;
30148
+ }
30119
30149
  }
30120
30150
  @media (max-width: 1024px) {
30121
30151
  .brandui-navigation .navigation {