@atlaskit/lozenge 11.1.6 → 11.1.9
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,24 @@
|
|
|
1
1
|
# @atlaskit/lozenge
|
|
2
2
|
|
|
3
|
+
## 11.1.9
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 11.1.8
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`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.
|
|
14
|
+
- Updated dependencies
|
|
15
|
+
|
|
16
|
+
## 11.1.7
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- Updated dependencies
|
|
21
|
+
|
|
3
22
|
## 11.1.6
|
|
4
23
|
|
|
5
24
|
### 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-
|
|
23
|
-
color: "var(--ds-text-
|
|
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-
|
|
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)({
|
package/dist/cjs/version.json
CHANGED
|
@@ -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-
|
|
12
|
-
color: `var(--ds-text-
|
|
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-
|
|
35
|
+
backgroundColor: `var(--ds-background-information-bold, ${B400})`,
|
|
36
36
|
color: `var(--ds-text-inverse, ${N0})`
|
|
37
37
|
});
|
|
38
38
|
const movedBoldAppearanceStyles = css({
|
package/dist/es2019/version.json
CHANGED
|
@@ -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-
|
|
12
|
-
color: "var(--ds-text-
|
|
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-
|
|
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({
|
package/dist/esm/version.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/lozenge",
|
|
3
|
-
"version": "11.1.
|
|
3
|
+
"version": "11.1.9",
|
|
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/"
|
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
}
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@atlaskit/codemod-utils": "^
|
|
26
|
+
"@atlaskit/codemod-utils": "^4.0.0",
|
|
27
27
|
"@atlaskit/theme": "^12.1.0",
|
|
28
|
-
"@atlaskit/tokens": "^0.
|
|
28
|
+
"@atlaskit/tokens": "^0.9.0",
|
|
29
29
|
"@babel/runtime": "^7.0.0",
|
|
30
30
|
"@emotion/core": "^10.0.9"
|
|
31
31
|
},
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"@testing-library/react": "^8.0.1",
|
|
44
44
|
"jscodeshift": "^0.13.0",
|
|
45
45
|
"react-dom": "^16.8.0",
|
|
46
|
-
"typescript": "3.9.
|
|
46
|
+
"typescript": "3.9.10",
|
|
47
47
|
"wait-for-expect": "^1.2.0"
|
|
48
48
|
},
|
|
49
49
|
"techstack": {
|