@atlaskit/inline-message 15.6.4 → 15.6.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.
- package/CHANGELOG.md +17 -0
- package/dist/cjs/components/inline-message/index.compiled.css +5 -5
- package/dist/cjs/components/inline-message/index.js +5 -6
- package/dist/es2019/components/inline-message/index.compiled.css +5 -5
- package/dist/es2019/components/inline-message/index.js +5 -6
- package/dist/esm/components/inline-message/index.compiled.css +5 -5
- package/dist/esm/components/inline-message/index.js +5 -6
- package/package.json +9 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @atlaskit/inline-message
|
|
2
2
|
|
|
3
|
+
## 15.6.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`02483200273ec`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/02483200273ec) -
|
|
8
|
+
Enrol all Design System UI packages into the React Compiler with platform gating via
|
|
9
|
+
isReactCompilerActivePlatform.
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
|
|
12
|
+
## 15.6.5
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- [`22bf79dbdcdca`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/22bf79dbdcdca) -
|
|
17
|
+
Internal changes to remove unnecessary token fallbacks and imports from `@atlaskit/theme`
|
|
18
|
+
- Updated dependencies
|
|
19
|
+
|
|
3
20
|
## 15.6.4
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
|
@@ -21,11 +21,11 @@
|
|
|
21
21
|
._p12flti4{max-width:28pc}
|
|
22
22
|
._s7n41q9y{vertical-align:baseline}
|
|
23
23
|
._syazazsu{color:var(--ds-text-subtle,#505258)}
|
|
24
|
-
.
|
|
25
|
-
.
|
|
26
|
-
.
|
|
27
|
-
.
|
|
28
|
-
.
|
|
24
|
+
._x5v91ft0{--icon-accent-color:var(--ds-icon-brand,#1868db)}
|
|
25
|
+
._x5v94pcx{--icon-accent-color:var(--ds-icon-success,#6a9a23)}
|
|
26
|
+
._x5v9ervl{--icon-accent-color:var(--ds-icon-warning,#e06c00)}
|
|
27
|
+
._x5v9qm1h{--icon-accent-color:var(--ds-icon-discovery,#af59e1)}
|
|
28
|
+
._x5v9s4qr{--icon-accent-color:var(--ds-icon-danger,#c9372c)}
|
|
29
29
|
._y4ti1ejb{padding-inline-end:var(--ds-space-300,24px)}
|
|
30
30
|
._y2mv1w7i:focus{outline:var(--ds-border-width,1px) solid}
|
|
31
31
|
._1bnx8stv:hover{text-decoration-line:underline}
|
|
@@ -17,7 +17,6 @@ var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/sli
|
|
|
17
17
|
var _useId = require("@atlaskit/ds-lib/use-id");
|
|
18
18
|
var _popup = _interopRequireDefault(require("@atlaskit/popup"));
|
|
19
19
|
var _compiled = require("@atlaskit/primitives/compiled");
|
|
20
|
-
var _colors = require("@atlaskit/theme/colors");
|
|
21
20
|
var _messageIcon = _interopRequireDefault(require("../message-icon"));
|
|
22
21
|
var _excluded = ["ref"];
|
|
23
22
|
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); }
|
|
@@ -27,11 +26,11 @@ var styles = {
|
|
|
27
26
|
pressableStyles: "_2rko1qi0 _11c8fhey _1rjcze3t _18zrze3t _1e0c116y _bfhksm61 _syazazsu _o5721q9c _kqswh2mm _4cvr1q9y _p12f1osq _4t3i1wug _1bsb1wug _s7n41q9y _9oik1r31 _1bnx8stv _jf4cnqa1"
|
|
28
27
|
};
|
|
29
28
|
var iconColor = {
|
|
30
|
-
connectivity: "
|
|
31
|
-
confirmation: "
|
|
32
|
-
info: "
|
|
33
|
-
warning: "
|
|
34
|
-
error: "
|
|
29
|
+
connectivity: "_x5v91ft0",
|
|
30
|
+
confirmation: "_x5v94pcx",
|
|
31
|
+
info: "_x5v9qm1h",
|
|
32
|
+
warning: "_x5v9ervl",
|
|
33
|
+
error: "_x5v9s4qr"
|
|
35
34
|
};
|
|
36
35
|
|
|
37
36
|
/**
|
|
@@ -21,11 +21,11 @@
|
|
|
21
21
|
._p12flti4{max-width:28pc}
|
|
22
22
|
._s7n41q9y{vertical-align:baseline}
|
|
23
23
|
._syazazsu{color:var(--ds-text-subtle,#505258)}
|
|
24
|
-
.
|
|
25
|
-
.
|
|
26
|
-
.
|
|
27
|
-
.
|
|
28
|
-
.
|
|
24
|
+
._x5v91ft0{--icon-accent-color:var(--ds-icon-brand,#1868db)}
|
|
25
|
+
._x5v94pcx{--icon-accent-color:var(--ds-icon-success,#6a9a23)}
|
|
26
|
+
._x5v9ervl{--icon-accent-color:var(--ds-icon-warning,#e06c00)}
|
|
27
|
+
._x5v9qm1h{--icon-accent-color:var(--ds-icon-discovery,#af59e1)}
|
|
28
|
+
._x5v9s4qr{--icon-accent-color:var(--ds-icon-danger,#c9372c)}
|
|
29
29
|
._y4ti1ejb{padding-inline-end:var(--ds-space-300,24px)}
|
|
30
30
|
._y2mv1w7i:focus{outline:var(--ds-border-width,1px) solid}
|
|
31
31
|
._1bnx8stv:hover{text-decoration-line:underline}
|
|
@@ -7,7 +7,6 @@ import { useCallback, useState } from 'react';
|
|
|
7
7
|
import { useId } from '@atlaskit/ds-lib/use-id';
|
|
8
8
|
import Popup from '@atlaskit/popup';
|
|
9
9
|
import { Box, Inline, Pressable, Text } from '@atlaskit/primitives/compiled';
|
|
10
|
-
import { B300, G200, P200, R300, Y200 } from '@atlaskit/theme/colors';
|
|
11
10
|
import MessageIcon from '../message-icon';
|
|
12
11
|
const styles = {
|
|
13
12
|
contentStyles: "_1reo1wug _18m91wug _bozg1ejb _y4ti1ejb _1q51pxbi _85i5pxbi _p12flti4 _c71llti4",
|
|
@@ -15,11 +14,11 @@ const styles = {
|
|
|
15
14
|
pressableStyles: "_2rko1qi0 _11c8fhey _1rjcze3t _18zrze3t _1e0c116y _bfhksm61 _syazazsu _o5721q9c _kqswh2mm _4cvr1q9y _p12f1osq _4t3i1wug _1bsb1wug _s7n41q9y _9oik1r31 _1bnx8stv _jf4cnqa1"
|
|
16
15
|
};
|
|
17
16
|
const iconColor = {
|
|
18
|
-
connectivity: "
|
|
19
|
-
confirmation: "
|
|
20
|
-
info: "
|
|
21
|
-
warning: "
|
|
22
|
-
error: "
|
|
17
|
+
connectivity: "_x5v91ft0",
|
|
18
|
+
confirmation: "_x5v94pcx",
|
|
19
|
+
info: "_x5v9qm1h",
|
|
20
|
+
warning: "_x5v9ervl",
|
|
21
|
+
error: "_x5v9s4qr"
|
|
23
22
|
};
|
|
24
23
|
|
|
25
24
|
/**
|
|
@@ -21,11 +21,11 @@
|
|
|
21
21
|
._p12flti4{max-width:28pc}
|
|
22
22
|
._s7n41q9y{vertical-align:baseline}
|
|
23
23
|
._syazazsu{color:var(--ds-text-subtle,#505258)}
|
|
24
|
-
.
|
|
25
|
-
.
|
|
26
|
-
.
|
|
27
|
-
.
|
|
28
|
-
.
|
|
24
|
+
._x5v91ft0{--icon-accent-color:var(--ds-icon-brand,#1868db)}
|
|
25
|
+
._x5v94pcx{--icon-accent-color:var(--ds-icon-success,#6a9a23)}
|
|
26
|
+
._x5v9ervl{--icon-accent-color:var(--ds-icon-warning,#e06c00)}
|
|
27
|
+
._x5v9qm1h{--icon-accent-color:var(--ds-icon-discovery,#af59e1)}
|
|
28
|
+
._x5v9s4qr{--icon-accent-color:var(--ds-icon-danger,#c9372c)}
|
|
29
29
|
._y4ti1ejb{padding-inline-end:var(--ds-space-300,24px)}
|
|
30
30
|
._y2mv1w7i:focus{outline:var(--ds-border-width,1px) solid}
|
|
31
31
|
._1bnx8stv:hover{text-decoration-line:underline}
|
|
@@ -10,7 +10,6 @@ import { useCallback, useState } from 'react';
|
|
|
10
10
|
import { useId } from '@atlaskit/ds-lib/use-id';
|
|
11
11
|
import Popup from '@atlaskit/popup';
|
|
12
12
|
import { Box, Inline, Pressable, Text } from '@atlaskit/primitives/compiled';
|
|
13
|
-
import { B300, G200, P200, R300, Y200 } from '@atlaskit/theme/colors';
|
|
14
13
|
import MessageIcon from '../message-icon';
|
|
15
14
|
var styles = {
|
|
16
15
|
contentStyles: "_1reo1wug _18m91wug _bozg1ejb _y4ti1ejb _1q51pxbi _85i5pxbi _p12flti4 _c71llti4",
|
|
@@ -18,11 +17,11 @@ var styles = {
|
|
|
18
17
|
pressableStyles: "_2rko1qi0 _11c8fhey _1rjcze3t _18zrze3t _1e0c116y _bfhksm61 _syazazsu _o5721q9c _kqswh2mm _4cvr1q9y _p12f1osq _4t3i1wug _1bsb1wug _s7n41q9y _9oik1r31 _1bnx8stv _jf4cnqa1"
|
|
19
18
|
};
|
|
20
19
|
var iconColor = {
|
|
21
|
-
connectivity: "
|
|
22
|
-
confirmation: "
|
|
23
|
-
info: "
|
|
24
|
-
warning: "
|
|
25
|
-
error: "
|
|
20
|
+
connectivity: "_x5v91ft0",
|
|
21
|
+
confirmation: "_x5v94pcx",
|
|
22
|
+
info: "_x5v9qm1h",
|
|
23
|
+
warning: "_x5v9ervl",
|
|
24
|
+
error: "_x5v9s4qr"
|
|
26
25
|
};
|
|
27
26
|
|
|
28
27
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/inline-message",
|
|
3
|
-
"version": "15.6.
|
|
3
|
+
"version": "15.6.6",
|
|
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/"
|
|
@@ -17,6 +17,13 @@
|
|
|
17
17
|
],
|
|
18
18
|
"atlaskit:src": "src/index.tsx",
|
|
19
19
|
"atlassian": {
|
|
20
|
+
"react-compiler": {
|
|
21
|
+
"enabled": true,
|
|
22
|
+
"gating": {
|
|
23
|
+
"source": "@atlassian/react-compiler-gating",
|
|
24
|
+
"importSpecifierName": "isReactCompilerActivePlatform"
|
|
25
|
+
}
|
|
26
|
+
},
|
|
20
27
|
"team": "Design System Team",
|
|
21
28
|
"website": {
|
|
22
29
|
"name": "Inline message",
|
|
@@ -48,6 +55,7 @@
|
|
|
48
55
|
"@atlaskit/heading": "^5.3.0",
|
|
49
56
|
"@atlaskit/modal-dialog": "^14.14.0",
|
|
50
57
|
"@atlaskit/section-message": "^8.12.0",
|
|
58
|
+
"@atlassian/react-compiler-gating": "workspace:^",
|
|
51
59
|
"@atlassian/ssr-tests": "workspace:^",
|
|
52
60
|
"@atlassian/structured-docs-types": "workspace:^",
|
|
53
61
|
"@testing-library/react": "^16.3.0",
|
|
@@ -89,9 +97,6 @@
|
|
|
89
97
|
},
|
|
90
98
|
"homepage": "https://atlassian.design/components/inline-message/",
|
|
91
99
|
"platform-feature-flags": {
|
|
92
|
-
"dst-a11y__replace-anchor-with-link__design-system-": {
|
|
93
|
-
"type": "boolean"
|
|
94
|
-
},
|
|
95
100
|
"platform-dst-motion-uplift": {
|
|
96
101
|
"type": "boolean"
|
|
97
102
|
}
|