@snyk-mktg/brand-ui 2.5.10-canary.5 → 2.5.10-canary.6

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.
@@ -135,7 +135,7 @@ code:not([class]) {
135
135
  word-break: break-word;
136
136
  @include colors.color-mode(background-color, brandui-color-labels(ui-fill), brandui-color-labels(ui-fill-dark));
137
137
  @include colors.color-mode(border-color, RGBA(brandui-rgb-labels(ui-stroke), 0.1), RGBA(brandui-rgb-labels(ui-stroke-dark), 0.1));
138
- @include colors.color-mode(color, brandui-color-labels(fail), brandui-color-labels(fail-dark));
138
+ @include colors.color-mode(color, brandui-color-labels(action-tertiary), brandui-color-labels(action-tertiary-dark));
139
139
  }
140
140
 
141
141
  // Does not override any 3rd party code snippets
@@ -28,12 +28,18 @@
28
28
  &:focus {
29
29
  @include color.color-mode(background-color, brandui-color-labels(action-secondary), brandui-color-labels(action-secondary-dark));
30
30
  }
31
+
32
+ .general-icon {
33
+ @include color.color-mode(color, brandui-color-labels(neutral-6), brandui-color-labels(neutral-1));
34
+ }
31
35
  }
32
36
 
33
37
  &.secondary {
34
38
  border-width: 0.0625rem;
35
39
  border-style: solid;
36
- transition: color map.get($brandui-transition, fast), background-color map.get($brandui-transition, fast),
40
+ transition:
41
+ color map.get($brandui-transition, fast),
42
+ background-color map.get($brandui-transition, fast),
37
43
  border-color map.get($brandui-transition, fast);
38
44
  @include color.color-mode(color, brandui-color-labels(action), brandui-color-labels(action-dark));
39
45
  @include color.color-mode(background-color, brandui-color-labels(neutral-6), brandui-color-labels(neutral-1));
@@ -9,7 +9,9 @@
9
9
  .basic-cta {
10
10
  max-width: unset;
11
11
  gap: map.get($brandui-padding, extra-large);
12
+ border-radius: map.get($brandui-radius, large);
12
13
  box-shadow: map.get($brandui-shadow, outline);
14
+ flex-direction: column;
13
15
  @include theme.theme-color(background-color, spotlight);
14
16
  @include theme.theme-color(border-color, spotlight);
15
17
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snyk-mktg/brand-ui",
3
- "version": "2.5.10-canary.5",
3
+ "version": "2.5.10-canary.6",
4
4
  "description": "The official style library for Snyk’s BrandUI Design System",
5
5
  "scripts": {
6
6
  "dev:css": "gulp devCss",