@atlaskit/inline-message 15.3.9 → 15.3.11
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 +14 -0
- package/dist/cjs/components/inline-message/index.compiled.css +1 -3
- package/dist/cjs/components/inline-message/index.js +1 -1
- package/dist/es2019/components/inline-message/index.compiled.css +1 -3
- package/dist/es2019/components/inline-message/index.js +1 -1
- package/dist/esm/components/inline-message/index.compiled.css +1 -3
- package/dist/esm/components/inline-message/index.js +1 -1
- package/offerings.json +34 -0
- package/package.json +8 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/inline-message
|
|
2
2
|
|
|
3
|
+
## 15.3.11
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`248faa32d4835`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/248faa32d4835) -
|
|
8
|
+
Internal changes to how borders are applied.
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
11
|
+
## 15.3.10
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
|
|
3
17
|
## 15.3.9
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -22,9 +22,7 @@
|
|
|
22
22
|
._x5v9f6ss{--icon-accent-color:var(--ds-icon-warning,#ffc400)}
|
|
23
23
|
._x5v9k8x7{--icon-accent-color:var(--ds-icon-danger,#ff5630)}
|
|
24
24
|
._y4ti1ejb{padding-inline-end:var(--ds-space-300,24px)}
|
|
25
|
-
.
|
|
26
|
-
._49pcnqa1:focus{outline-style:solid}
|
|
27
|
-
._nt751r31:focus{outline-color:currentColor}
|
|
25
|
+
._y2mv1w7i:focus{outline:var(--ds-border-width,1px) solid}
|
|
28
26
|
._1bnx8stv:hover{text-decoration-line:underline}
|
|
29
27
|
._9oik1r31:hover{text-decoration-color:currentColor}
|
|
30
28
|
._jf4cnqa1:hover{text-decoration-style:solid}
|
|
@@ -23,7 +23,7 @@ var _excluded = ["ref"];
|
|
|
23
23
|
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
24
24
|
var styles = {
|
|
25
25
|
contentStyles: "_bozg1ejb _y4ti1ejb _1q51pxbi _85i5pxbi",
|
|
26
|
-
rootStyles: "_1e0c1o8l _p12f1osq _1yyu1kum
|
|
26
|
+
rootStyles: "_1e0c1o8l _p12f1osq _1yyu1kum _y2mv1w7i",
|
|
27
27
|
pressableStyles: "_11c82smr _1rjcze3t _18zrze3t _1e0c116y _bfhksm61 _syaz1gjq _o5721q9c _kqswh2mm _4cvr1q9y _p12f1osq _4t3i1wug _1bsb1wug _s7n41q9y _9oik1r31 _1bnx8stv _jf4cnqa1"
|
|
28
28
|
};
|
|
29
29
|
var iconColor = {
|
|
@@ -22,9 +22,7 @@
|
|
|
22
22
|
._x5v9f6ss{--icon-accent-color:var(--ds-icon-warning,#ffc400)}
|
|
23
23
|
._x5v9k8x7{--icon-accent-color:var(--ds-icon-danger,#ff5630)}
|
|
24
24
|
._y4ti1ejb{padding-inline-end:var(--ds-space-300,24px)}
|
|
25
|
-
.
|
|
26
|
-
._49pcnqa1:focus{outline-style:solid}
|
|
27
|
-
._nt751r31:focus{outline-color:currentColor}
|
|
25
|
+
._y2mv1w7i:focus{outline:var(--ds-border-width,1px) solid}
|
|
28
26
|
._1bnx8stv:hover{text-decoration-line:underline}
|
|
29
27
|
._9oik1r31:hover{text-decoration-color:currentColor}
|
|
30
28
|
._jf4cnqa1:hover{text-decoration-style:solid}
|
|
@@ -11,7 +11,7 @@ import { B300, G200, P200, R300, Y200 } from '@atlaskit/theme/colors';
|
|
|
11
11
|
import MessageIcon from '../message-icon';
|
|
12
12
|
const styles = {
|
|
13
13
|
contentStyles: "_bozg1ejb _y4ti1ejb _1q51pxbi _85i5pxbi",
|
|
14
|
-
rootStyles: "_1e0c1o8l _p12f1osq _1yyu1kum
|
|
14
|
+
rootStyles: "_1e0c1o8l _p12f1osq _1yyu1kum _y2mv1w7i",
|
|
15
15
|
pressableStyles: "_11c82smr _1rjcze3t _18zrze3t _1e0c116y _bfhksm61 _syaz1gjq _o5721q9c _kqswh2mm _4cvr1q9y _p12f1osq _4t3i1wug _1bsb1wug _s7n41q9y _9oik1r31 _1bnx8stv _jf4cnqa1"
|
|
16
16
|
};
|
|
17
17
|
const iconColor = {
|
|
@@ -22,9 +22,7 @@
|
|
|
22
22
|
._x5v9f6ss{--icon-accent-color:var(--ds-icon-warning,#ffc400)}
|
|
23
23
|
._x5v9k8x7{--icon-accent-color:var(--ds-icon-danger,#ff5630)}
|
|
24
24
|
._y4ti1ejb{padding-inline-end:var(--ds-space-300,24px)}
|
|
25
|
-
.
|
|
26
|
-
._49pcnqa1:focus{outline-style:solid}
|
|
27
|
-
._nt751r31:focus{outline-color:currentColor}
|
|
25
|
+
._y2mv1w7i:focus{outline:var(--ds-border-width,1px) solid}
|
|
28
26
|
._1bnx8stv:hover{text-decoration-line:underline}
|
|
29
27
|
._9oik1r31:hover{text-decoration-color:currentColor}
|
|
30
28
|
._jf4cnqa1:hover{text-decoration-style:solid}
|
|
@@ -14,7 +14,7 @@ import { B300, G200, P200, R300, Y200 } from '@atlaskit/theme/colors';
|
|
|
14
14
|
import MessageIcon from '../message-icon';
|
|
15
15
|
var styles = {
|
|
16
16
|
contentStyles: "_bozg1ejb _y4ti1ejb _1q51pxbi _85i5pxbi",
|
|
17
|
-
rootStyles: "_1e0c1o8l _p12f1osq _1yyu1kum
|
|
17
|
+
rootStyles: "_1e0c1o8l _p12f1osq _1yyu1kum _y2mv1w7i",
|
|
18
18
|
pressableStyles: "_11c82smr _1rjcze3t _18zrze3t _1e0c116y _bfhksm61 _syaz1gjq _o5721q9c _kqswh2mm _4cvr1q9y _p12f1osq _4t3i1wug _1bsb1wug _s7n41q9y _9oik1r31 _1bnx8stv _jf4cnqa1"
|
|
19
19
|
};
|
|
20
20
|
var iconColor = {
|
package/offerings.json
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"name": "InlineMessage",
|
|
4
|
+
"package": "@atlaskit/inline-message",
|
|
5
|
+
"import": {
|
|
6
|
+
"name": "InlineMessage",
|
|
7
|
+
"package": "@atlaskit/inline-message",
|
|
8
|
+
"type": "default"
|
|
9
|
+
},
|
|
10
|
+
"keywords": ["message", "inline", "feedback", "status", "alert"],
|
|
11
|
+
"categories": ["feedback"],
|
|
12
|
+
"shortDescription": "A component for displaying inline messages and feedback.",
|
|
13
|
+
"status": "general-availability",
|
|
14
|
+
"accessibilityGuidelines": [
|
|
15
|
+
"Ensure message content is announced by screen readers",
|
|
16
|
+
"Use appropriate message types and colors",
|
|
17
|
+
"Provide clear message context",
|
|
18
|
+
"Consider message timing and persistence"
|
|
19
|
+
],
|
|
20
|
+
"usageGuidelines": [
|
|
21
|
+
"Use for inline feedback and messages",
|
|
22
|
+
"Choose appropriate message types",
|
|
23
|
+
"Position messages near relevant content",
|
|
24
|
+
"Consider message timing and dismissal"
|
|
25
|
+
],
|
|
26
|
+
"contentGuidelines": [
|
|
27
|
+
"Use clear, concise message text",
|
|
28
|
+
"Provide specific, actionable feedback",
|
|
29
|
+
"Use appropriate tone for message type",
|
|
30
|
+
"Keep messages focused and relevant"
|
|
31
|
+
],
|
|
32
|
+
"examples": ["./examples/ai/inline-message.tsx"]
|
|
33
|
+
}
|
|
34
|
+
]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/inline-message",
|
|
3
|
-
"version": "15.3.
|
|
3
|
+
"version": "15.3.11",
|
|
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/"
|
|
@@ -16,11 +16,6 @@
|
|
|
16
16
|
"**/*.compiled.css"
|
|
17
17
|
],
|
|
18
18
|
"atlaskit:src": "src/index.tsx",
|
|
19
|
-
"af:exports": {
|
|
20
|
-
".": "./src/index.tsx",
|
|
21
|
-
"./constants": "./src/constants.tsx",
|
|
22
|
-
"./types": "./src/types.tsx"
|
|
23
|
-
},
|
|
24
19
|
"atlassian": {
|
|
25
20
|
"team": "Design System Team",
|
|
26
21
|
"website": {
|
|
@@ -31,14 +26,14 @@
|
|
|
31
26
|
"dependencies": {
|
|
32
27
|
"@atlaskit/button": "^23.4.0",
|
|
33
28
|
"@atlaskit/ds-lib": "^5.0.0",
|
|
34
|
-
"@atlaskit/icon": "^28.
|
|
29
|
+
"@atlaskit/icon": "^28.2.0",
|
|
35
30
|
"@atlaskit/link": "^3.2.0",
|
|
36
31
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
37
32
|
"@atlaskit/popper": "^7.1.0",
|
|
38
|
-
"@atlaskit/popup": "^4.
|
|
39
|
-
"@atlaskit/primitives": "^14.
|
|
40
|
-
"@atlaskit/theme": "^
|
|
41
|
-
"@atlaskit/tokens": "^6.
|
|
33
|
+
"@atlaskit/popup": "^4.4.0",
|
|
34
|
+
"@atlaskit/primitives": "^14.14.0",
|
|
35
|
+
"@atlaskit/theme": "^21.0.0",
|
|
36
|
+
"@atlaskit/tokens": "^6.3.0",
|
|
42
37
|
"@babel/runtime": "^7.0.0",
|
|
43
38
|
"@compiled/react": "^0.18.3"
|
|
44
39
|
},
|
|
@@ -49,10 +44,10 @@
|
|
|
49
44
|
"@af/accessibility-testing": "workspace:^",
|
|
50
45
|
"@af/integration-testing": "workspace:^",
|
|
51
46
|
"@af/visual-regression": "workspace:^",
|
|
52
|
-
"@atlaskit/docs": "^11.
|
|
47
|
+
"@atlaskit/docs": "^11.1.0",
|
|
53
48
|
"@atlaskit/heading": "^5.2.0",
|
|
54
49
|
"@atlaskit/modal-dialog": "^14.3.0",
|
|
55
|
-
"@atlaskit/section-message": "^8.
|
|
50
|
+
"@atlaskit/section-message": "^8.7.0",
|
|
56
51
|
"@atlassian/ssr-tests": "^0.3.0",
|
|
57
52
|
"@testing-library/react": "^13.4.0",
|
|
58
53
|
"@testing-library/user-event": "^14.4.3",
|