@atlaskit/lozenge 11.1.7 → 11.1.8

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/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @atlaskit/lozenge
2
2
 
3
+ ## 11.1.8
4
+
5
+ ### Patch Changes
6
+
7
+ - [`62edf20ab1e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/62edf20ab1e) - Migrates all usage of brand tokens to either selected or information tokens. This change is purely for semantic reasons, there are no visual or behavioural changes.
8
+ - Updated dependencies
9
+
3
10
  ## 11.1.7
4
11
 
5
12
  ### Patch Changes
@@ -19,8 +19,8 @@ var defaultAppearanceStyles = (0, _core.css)({
19
19
  color: "var(--ds-text, ".concat(_colors.N500, ")")
20
20
  });
21
21
  var inprogressAppearanceStyles = (0, _core.css)({
22
- backgroundColor: "var(--ds-background-brand, ".concat(_colors.B50, ")"),
23
- color: "var(--ds-text-brand, ".concat(_colors.B500, ")")
22
+ backgroundColor: "var(--ds-background-information, ".concat(_colors.B50, ")"),
23
+ color: "var(--ds-text-information, ".concat(_colors.B500, ")")
24
24
  });
25
25
  var movedAppearanceStyles = (0, _core.css)({
26
26
  backgroundColor: "var(--ds-background-warning, ".concat(_colors.Y75, ")"),
@@ -43,7 +43,7 @@ var defaultBoldAppearanceStyles = (0, _core.css)({
43
43
  color: "var(--ds-text-inverse, ".concat(_colors.N0, ")")
44
44
  });
45
45
  var inprogressBoldAppearanceStyles = (0, _core.css)({
46
- backgroundColor: "var(--ds-background-brand-bold, ".concat(_colors.B400, ")"),
46
+ backgroundColor: "var(--ds-background-information-bold, ".concat(_colors.B400, ")"),
47
47
  color: "var(--ds-text-inverse, ".concat(_colors.N0, ")")
48
48
  });
49
49
  var movedBoldAppearanceStyles = (0, _core.css)({
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/lozenge",
3
- "version": "11.1.7",
3
+ "version": "11.1.8",
4
4
  "sideEffects": false
5
5
  }
@@ -8,8 +8,8 @@ const defaultAppearanceStyles = css({
8
8
  color: `var(--ds-text, ${N500})`
9
9
  });
10
10
  const inprogressAppearanceStyles = css({
11
- backgroundColor: `var(--ds-background-brand, ${B50})`,
12
- color: `var(--ds-text-brand, ${B500})`
11
+ backgroundColor: `var(--ds-background-information, ${B50})`,
12
+ color: `var(--ds-text-information, ${B500})`
13
13
  });
14
14
  const movedAppearanceStyles = css({
15
15
  backgroundColor: `var(--ds-background-warning, ${Y75})`,
@@ -32,7 +32,7 @@ const defaultBoldAppearanceStyles = css({
32
32
  color: `var(--ds-text-inverse, ${N0})`
33
33
  });
34
34
  const inprogressBoldAppearanceStyles = css({
35
- backgroundColor: `var(--ds-background-brand-bold, ${B400})`,
35
+ backgroundColor: `var(--ds-background-information-bold, ${B400})`,
36
36
  color: `var(--ds-text-inverse, ${N0})`
37
37
  });
38
38
  const movedBoldAppearanceStyles = css({
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/lozenge",
3
- "version": "11.1.7",
3
+ "version": "11.1.8",
4
4
  "sideEffects": false
5
5
  }
@@ -8,8 +8,8 @@ var defaultAppearanceStyles = css({
8
8
  color: "var(--ds-text, ".concat(N500, ")")
9
9
  });
10
10
  var inprogressAppearanceStyles = css({
11
- backgroundColor: "var(--ds-background-brand, ".concat(B50, ")"),
12
- color: "var(--ds-text-brand, ".concat(B500, ")")
11
+ backgroundColor: "var(--ds-background-information, ".concat(B50, ")"),
12
+ color: "var(--ds-text-information, ".concat(B500, ")")
13
13
  });
14
14
  var movedAppearanceStyles = css({
15
15
  backgroundColor: "var(--ds-background-warning, ".concat(Y75, ")"),
@@ -32,7 +32,7 @@ var defaultBoldAppearanceStyles = css({
32
32
  color: "var(--ds-text-inverse, ".concat(N0, ")")
33
33
  });
34
34
  var inprogressBoldAppearanceStyles = css({
35
- backgroundColor: "var(--ds-background-brand-bold, ".concat(B400, ")"),
35
+ backgroundColor: "var(--ds-background-information-bold, ".concat(B400, ")"),
36
36
  color: "var(--ds-text-inverse, ".concat(N0, ")")
37
37
  });
38
38
  var movedBoldAppearanceStyles = css({
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/lozenge",
3
- "version": "11.1.7",
3
+ "version": "11.1.8",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/lozenge",
3
- "version": "11.1.7",
3
+ "version": "11.1.8",
4
4
  "description": "A lozenge is a visual indicator used to highlight an item's status for quick recognition.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -25,7 +25,7 @@
25
25
  "dependencies": {
26
26
  "@atlaskit/codemod-utils": "^3.4.0",
27
27
  "@atlaskit/theme": "^12.1.0",
28
- "@atlaskit/tokens": "^0.7.0",
28
+ "@atlaskit/tokens": "^0.8.0",
29
29
  "@babel/runtime": "^7.0.0",
30
30
  "@emotion/core": "^10.0.9"
31
31
  },