@atlaskit/inline-message 11.2.1 → 11.2.4
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 +18 -0
- package/dist/cjs/components/inline-message/index.js +14 -14
- package/dist/cjs/components/message-icon/index.js +10 -10
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/components/inline-message/index.js +14 -14
- package/dist/es2019/components/message-icon/index.js +10 -10
- package/dist/es2019/version.json +1 -1
- package/dist/esm/components/inline-message/index.js +14 -14
- package/dist/esm/components/message-icon/index.js +10 -10
- package/dist/esm/version.json +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @atlaskit/inline-message
|
|
2
2
|
|
|
3
|
+
## 11.2.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 11.2.3
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
15
|
+
## 11.2.2
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies
|
|
20
|
+
|
|
3
21
|
## 11.2.1
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
|
@@ -65,33 +65,33 @@ var rootStyles = (0, _core.css)({
|
|
|
65
65
|
}
|
|
66
66
|
});
|
|
67
67
|
var titleColor = (0, _components.themed)({
|
|
68
|
-
light: "var(--ds-text
|
|
69
|
-
dark: "var(--ds-text
|
|
68
|
+
light: "var(--ds-text, ".concat(colors.N600, ")"),
|
|
69
|
+
dark: "var(--ds-text, ".concat(colors.DN600, ")")
|
|
70
70
|
});
|
|
71
71
|
var textColor = (0, _components.themed)({
|
|
72
|
-
light: "var(--ds-text-
|
|
73
|
-
dark: "var(--ds-text-
|
|
72
|
+
light: "var(--ds-text-subtlest, ".concat(colors.N300, ")"),
|
|
73
|
+
dark: "var(--ds-text-subtlest, ".concat(colors.DN100, ")")
|
|
74
74
|
});
|
|
75
75
|
var iconColor = (0, _components.themed)('appearance', {
|
|
76
76
|
connectivity: {
|
|
77
|
-
light: "var(--ds-
|
|
78
|
-
dark: "var(--ds-
|
|
77
|
+
light: "var(--ds-icon-brand, ".concat(colors.B300, ")"),
|
|
78
|
+
dark: "var(--ds-icon-brand, ".concat(colors.B75, ")")
|
|
79
79
|
},
|
|
80
80
|
confirmation: {
|
|
81
|
-
light: "var(--ds-
|
|
82
|
-
dark: "var(--ds-
|
|
81
|
+
light: "var(--ds-icon-success, ".concat(colors.G200, ")"),
|
|
82
|
+
dark: "var(--ds-icon-success, ".concat(colors.G200, ")")
|
|
83
83
|
},
|
|
84
84
|
info: {
|
|
85
|
-
light: "var(--ds-
|
|
86
|
-
dark: "var(--ds-
|
|
85
|
+
light: "var(--ds-icon-discovery, ".concat(colors.P200, ")"),
|
|
86
|
+
dark: "var(--ds-icon-discovery, ".concat(colors.P200, ")")
|
|
87
87
|
},
|
|
88
88
|
warning: {
|
|
89
|
-
light: "var(--ds-
|
|
90
|
-
dark: "var(--ds-
|
|
89
|
+
light: "var(--ds-icon-warning, ".concat(colors.Y200, ")"),
|
|
90
|
+
dark: "var(--ds-icon-warning, ".concat(colors.Y200, ")")
|
|
91
91
|
},
|
|
92
92
|
error: {
|
|
93
|
-
light: "var(--ds-
|
|
94
|
-
dark: "var(--ds-
|
|
93
|
+
light: "var(--ds-icon-danger, ".concat(colors.R300, ")"),
|
|
94
|
+
dark: "var(--ds-icon-danger, ".concat(colors.R300, ")")
|
|
95
95
|
}
|
|
96
96
|
});
|
|
97
97
|
/**
|
|
@@ -22,24 +22,24 @@ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj &&
|
|
|
22
22
|
/** @jsx jsx */
|
|
23
23
|
var iconColor = (0, _components.themed)('appearance', {
|
|
24
24
|
connectivity: {
|
|
25
|
-
light: "var(--ds-
|
|
26
|
-
dark: "var(--ds-
|
|
25
|
+
light: "var(--ds-icon-brand, ".concat(colors.B400, ")"),
|
|
26
|
+
dark: "var(--ds-icon-brand, ".concat(colors.B100, ")")
|
|
27
27
|
},
|
|
28
28
|
confirmation: {
|
|
29
|
-
light: "var(--ds-
|
|
30
|
-
dark: "var(--ds-
|
|
29
|
+
light: "var(--ds-icon-success, ".concat(colors.G300, ")"),
|
|
30
|
+
dark: "var(--ds-icon-success, ".concat(colors.G300, ")")
|
|
31
31
|
},
|
|
32
32
|
info: {
|
|
33
|
-
light: "var(--ds-
|
|
34
|
-
dark: "var(--ds-
|
|
33
|
+
light: "var(--ds-icon-discovery, ".concat(colors.P300, ")"),
|
|
34
|
+
dark: "var(--ds-icon-discovery, ".concat(colors.P300, ")")
|
|
35
35
|
},
|
|
36
36
|
warning: {
|
|
37
|
-
light: "var(--ds-
|
|
38
|
-
dark: "var(--ds-
|
|
37
|
+
light: "var(--ds-icon-warning, ".concat(colors.Y300, ")"),
|
|
38
|
+
dark: "var(--ds-icon-warning, ".concat(colors.Y300, ")")
|
|
39
39
|
},
|
|
40
40
|
error: {
|
|
41
|
-
light: "var(--ds-
|
|
42
|
-
dark: "var(--ds-
|
|
41
|
+
light: "var(--ds-icon-danger, ".concat(colors.R400, ")"),
|
|
42
|
+
dark: "var(--ds-icon-danger, ".concat(colors.R400, ")")
|
|
43
43
|
}
|
|
44
44
|
});
|
|
45
45
|
var iconWrapperStyles = (0, _core.css)({
|
package/dist/cjs/version.json
CHANGED
|
@@ -40,33 +40,33 @@ const rootStyles = css({
|
|
|
40
40
|
}
|
|
41
41
|
});
|
|
42
42
|
const titleColor = themed({
|
|
43
|
-
light: `var(--ds-text
|
|
44
|
-
dark: `var(--ds-text
|
|
43
|
+
light: `var(--ds-text, ${colors.N600})`,
|
|
44
|
+
dark: `var(--ds-text, ${colors.DN600})`
|
|
45
45
|
});
|
|
46
46
|
const textColor = themed({
|
|
47
|
-
light: `var(--ds-text-
|
|
48
|
-
dark: `var(--ds-text-
|
|
47
|
+
light: `var(--ds-text-subtlest, ${colors.N300})`,
|
|
48
|
+
dark: `var(--ds-text-subtlest, ${colors.DN100})`
|
|
49
49
|
});
|
|
50
50
|
const iconColor = themed('appearance', {
|
|
51
51
|
connectivity: {
|
|
52
|
-
light: `var(--ds-
|
|
53
|
-
dark: `var(--ds-
|
|
52
|
+
light: `var(--ds-icon-brand, ${colors.B300})`,
|
|
53
|
+
dark: `var(--ds-icon-brand, ${colors.B75})`
|
|
54
54
|
},
|
|
55
55
|
confirmation: {
|
|
56
|
-
light: `var(--ds-
|
|
57
|
-
dark: `var(--ds-
|
|
56
|
+
light: `var(--ds-icon-success, ${colors.G200})`,
|
|
57
|
+
dark: `var(--ds-icon-success, ${colors.G200})`
|
|
58
58
|
},
|
|
59
59
|
info: {
|
|
60
|
-
light: `var(--ds-
|
|
61
|
-
dark: `var(--ds-
|
|
60
|
+
light: `var(--ds-icon-discovery, ${colors.P200})`,
|
|
61
|
+
dark: `var(--ds-icon-discovery, ${colors.P200})`
|
|
62
62
|
},
|
|
63
63
|
warning: {
|
|
64
|
-
light: `var(--ds-
|
|
65
|
-
dark: `var(--ds-
|
|
64
|
+
light: `var(--ds-icon-warning, ${colors.Y200})`,
|
|
65
|
+
dark: `var(--ds-icon-warning, ${colors.Y200})`
|
|
66
66
|
},
|
|
67
67
|
error: {
|
|
68
|
-
light: `var(--ds-
|
|
69
|
-
dark: `var(--ds-
|
|
68
|
+
light: `var(--ds-icon-danger, ${colors.R300})`,
|
|
69
|
+
dark: `var(--ds-icon-danger, ${colors.R300})`
|
|
70
70
|
}
|
|
71
71
|
});
|
|
72
72
|
/**
|
|
@@ -5,24 +5,24 @@ import { themed, useGlobalTheme } from '@atlaskit/theme/components';
|
|
|
5
5
|
import { typesMapping } from '../../constants';
|
|
6
6
|
const iconColor = themed('appearance', {
|
|
7
7
|
connectivity: {
|
|
8
|
-
light: `var(--ds-
|
|
9
|
-
dark: `var(--ds-
|
|
8
|
+
light: `var(--ds-icon-brand, ${colors.B400})`,
|
|
9
|
+
dark: `var(--ds-icon-brand, ${colors.B100})`
|
|
10
10
|
},
|
|
11
11
|
confirmation: {
|
|
12
|
-
light: `var(--ds-
|
|
13
|
-
dark: `var(--ds-
|
|
12
|
+
light: `var(--ds-icon-success, ${colors.G300})`,
|
|
13
|
+
dark: `var(--ds-icon-success, ${colors.G300})`
|
|
14
14
|
},
|
|
15
15
|
info: {
|
|
16
|
-
light: `var(--ds-
|
|
17
|
-
dark: `var(--ds-
|
|
16
|
+
light: `var(--ds-icon-discovery, ${colors.P300})`,
|
|
17
|
+
dark: `var(--ds-icon-discovery, ${colors.P300})`
|
|
18
18
|
},
|
|
19
19
|
warning: {
|
|
20
|
-
light: `var(--ds-
|
|
21
|
-
dark: `var(--ds-
|
|
20
|
+
light: `var(--ds-icon-warning, ${colors.Y300})`,
|
|
21
|
+
dark: `var(--ds-icon-warning, ${colors.Y300})`
|
|
22
22
|
},
|
|
23
23
|
error: {
|
|
24
|
-
light: `var(--ds-
|
|
25
|
-
dark: `var(--ds-
|
|
24
|
+
light: `var(--ds-icon-danger, ${colors.R400})`,
|
|
25
|
+
dark: `var(--ds-icon-danger, ${colors.R400})`
|
|
26
26
|
}
|
|
27
27
|
});
|
|
28
28
|
const iconWrapperStyles = css({
|
package/dist/es2019/version.json
CHANGED
|
@@ -42,33 +42,33 @@ var rootStyles = css({
|
|
|
42
42
|
}
|
|
43
43
|
});
|
|
44
44
|
var titleColor = themed({
|
|
45
|
-
light: "var(--ds-text
|
|
46
|
-
dark: "var(--ds-text
|
|
45
|
+
light: "var(--ds-text, ".concat(colors.N600, ")"),
|
|
46
|
+
dark: "var(--ds-text, ".concat(colors.DN600, ")")
|
|
47
47
|
});
|
|
48
48
|
var textColor = themed({
|
|
49
|
-
light: "var(--ds-text-
|
|
50
|
-
dark: "var(--ds-text-
|
|
49
|
+
light: "var(--ds-text-subtlest, ".concat(colors.N300, ")"),
|
|
50
|
+
dark: "var(--ds-text-subtlest, ".concat(colors.DN100, ")")
|
|
51
51
|
});
|
|
52
52
|
var iconColor = themed('appearance', {
|
|
53
53
|
connectivity: {
|
|
54
|
-
light: "var(--ds-
|
|
55
|
-
dark: "var(--ds-
|
|
54
|
+
light: "var(--ds-icon-brand, ".concat(colors.B300, ")"),
|
|
55
|
+
dark: "var(--ds-icon-brand, ".concat(colors.B75, ")")
|
|
56
56
|
},
|
|
57
57
|
confirmation: {
|
|
58
|
-
light: "var(--ds-
|
|
59
|
-
dark: "var(--ds-
|
|
58
|
+
light: "var(--ds-icon-success, ".concat(colors.G200, ")"),
|
|
59
|
+
dark: "var(--ds-icon-success, ".concat(colors.G200, ")")
|
|
60
60
|
},
|
|
61
61
|
info: {
|
|
62
|
-
light: "var(--ds-
|
|
63
|
-
dark: "var(--ds-
|
|
62
|
+
light: "var(--ds-icon-discovery, ".concat(colors.P200, ")"),
|
|
63
|
+
dark: "var(--ds-icon-discovery, ".concat(colors.P200, ")")
|
|
64
64
|
},
|
|
65
65
|
warning: {
|
|
66
|
-
light: "var(--ds-
|
|
67
|
-
dark: "var(--ds-
|
|
66
|
+
light: "var(--ds-icon-warning, ".concat(colors.Y200, ")"),
|
|
67
|
+
dark: "var(--ds-icon-warning, ".concat(colors.Y200, ")")
|
|
68
68
|
},
|
|
69
69
|
error: {
|
|
70
|
-
light: "var(--ds-
|
|
71
|
-
dark: "var(--ds-
|
|
70
|
+
light: "var(--ds-icon-danger, ".concat(colors.R300, ")"),
|
|
71
|
+
dark: "var(--ds-icon-danger, ".concat(colors.R300, ")")
|
|
72
72
|
}
|
|
73
73
|
});
|
|
74
74
|
/**
|
|
@@ -5,24 +5,24 @@ import { themed, useGlobalTheme } from '@atlaskit/theme/components';
|
|
|
5
5
|
import { typesMapping } from '../../constants';
|
|
6
6
|
var iconColor = themed('appearance', {
|
|
7
7
|
connectivity: {
|
|
8
|
-
light: "var(--ds-
|
|
9
|
-
dark: "var(--ds-
|
|
8
|
+
light: "var(--ds-icon-brand, ".concat(colors.B400, ")"),
|
|
9
|
+
dark: "var(--ds-icon-brand, ".concat(colors.B100, ")")
|
|
10
10
|
},
|
|
11
11
|
confirmation: {
|
|
12
|
-
light: "var(--ds-
|
|
13
|
-
dark: "var(--ds-
|
|
12
|
+
light: "var(--ds-icon-success, ".concat(colors.G300, ")"),
|
|
13
|
+
dark: "var(--ds-icon-success, ".concat(colors.G300, ")")
|
|
14
14
|
},
|
|
15
15
|
info: {
|
|
16
|
-
light: "var(--ds-
|
|
17
|
-
dark: "var(--ds-
|
|
16
|
+
light: "var(--ds-icon-discovery, ".concat(colors.P300, ")"),
|
|
17
|
+
dark: "var(--ds-icon-discovery, ".concat(colors.P300, ")")
|
|
18
18
|
},
|
|
19
19
|
warning: {
|
|
20
|
-
light: "var(--ds-
|
|
21
|
-
dark: "var(--ds-
|
|
20
|
+
light: "var(--ds-icon-warning, ".concat(colors.Y300, ")"),
|
|
21
|
+
dark: "var(--ds-icon-warning, ".concat(colors.Y300, ")")
|
|
22
22
|
},
|
|
23
23
|
error: {
|
|
24
|
-
light: "var(--ds-
|
|
25
|
-
dark: "var(--ds-
|
|
24
|
+
light: "var(--ds-icon-danger, ".concat(colors.R400, ")"),
|
|
25
|
+
dark: "var(--ds-icon-danger, ".concat(colors.R400, ")")
|
|
26
26
|
}
|
|
27
27
|
});
|
|
28
28
|
var iconWrapperStyles = css({
|
package/dist/esm/version.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/inline-message",
|
|
3
|
-
"version": "11.2.
|
|
3
|
+
"version": "11.2.4",
|
|
4
4
|
"description": "An inline message lets users know when important information is available or when an action is required.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -23,11 +23,11 @@
|
|
|
23
23
|
}
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@atlaskit/button": "^16.
|
|
26
|
+
"@atlaskit/button": "^16.2.0",
|
|
27
27
|
"@atlaskit/icon": "^21.10.0",
|
|
28
|
-
"@atlaskit/inline-dialog": "^13.
|
|
28
|
+
"@atlaskit/inline-dialog": "^13.3.0",
|
|
29
29
|
"@atlaskit/theme": "^12.1.0",
|
|
30
|
-
"@atlaskit/tokens": "^0.
|
|
30
|
+
"@atlaskit/tokens": "^0.8.0",
|
|
31
31
|
"@babel/runtime": "^7.0.0",
|
|
32
32
|
"@emotion/core": "^10.0.9"
|
|
33
33
|
},
|