@atlaskit/section-message 8.9.0 → 8.9.2
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 +12 -0
- package/dist/cjs/section-message-action.compiled.css +3 -3
- package/dist/cjs/section-message-action.js +1 -1
- package/dist/cjs/section-message.compiled.css +5 -5
- package/dist/cjs/section-message.js +5 -5
- package/dist/es2019/section-message-action.compiled.css +3 -3
- package/dist/es2019/section-message-action.js +1 -1
- package/dist/es2019/section-message.compiled.css +5 -5
- package/dist/es2019/section-message.js +5 -5
- package/dist/esm/section-message-action.compiled.css +3 -3
- package/dist/esm/section-message-action.js +1 -1
- package/dist/esm/section-message.compiled.css +5 -5
- package/dist/esm/section-message.js +5 -5
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
._k48p1wq8{font-weight:var(--ds-font-weight-medium,500)}
|
|
6
6
|
._k48pi7a9{font-weight:var(--ds-font-weight-regular,400)}
|
|
7
7
|
._n3tdze3t{padding-bottom:var(--ds-space-0,0)}
|
|
8
|
-
.
|
|
8
|
+
._syaz13af{color:var(--ds-link,#1868db)}
|
|
9
9
|
._u5f3ze3t{padding-right:var(--ds-space-0,0)}
|
|
10
10
|
._1bnx8stv:hover{text-decoration-line:underline}
|
|
11
|
-
.
|
|
11
|
+
._30l313af:hover{color:var(--ds-link,#1868db)}
|
|
12
12
|
._9oik1r31:hover{text-decoration-color:currentColor}
|
|
13
13
|
._jf4cnqa1:hover{text-decoration-style:solid}
|
|
14
|
-
.
|
|
14
|
+
._9h8h12zz:active{color:var(--ds-link-pressed,#1558bc)}
|
|
@@ -19,7 +19,7 @@ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r
|
|
|
19
19
|
var styles = {
|
|
20
20
|
common: "_11c82smr",
|
|
21
21
|
anchor: "_k48pi7a9",
|
|
22
|
-
pressable: "
|
|
22
|
+
pressable: "_syaz13af _k48p1wq8 _bfhk1j28 _ca0qze3t _u5f3ze3t _n3tdze3t _19bvze3t _9oik1r31 _1bnx8stv _jf4cnqa1 _30l313af _9h8h12zz"
|
|
23
23
|
};
|
|
24
24
|
|
|
25
25
|
/**
|
|
@@ -7,9 +7,9 @@
|
|
|
7
7
|
._1e0c1txw{display:flex}
|
|
8
8
|
._1nmz1hna{word-break:break-word}
|
|
9
9
|
._1pfh1i6y{margin-block-start:var(--ds-space-negative-025,-2px)}
|
|
10
|
+
._bfhk1917{background-color:var(--ds-background-warning,#fff5db)}
|
|
11
|
+
._bfhk19ip{background-color:var(--ds-background-information,#e9f2fe)}
|
|
10
12
|
._bfhk1gly{background-color:var(--ds-background-danger,#ffeceb)}
|
|
11
|
-
.
|
|
12
|
-
.
|
|
13
|
-
.
|
|
14
|
-
._bfhkmv6i{background-color:var(--ds-background-success,#dcfff1)}
|
|
15
|
-
._syaz1fxt{color:var(--ds-text,#172b4d)}
|
|
13
|
+
._bfhk1y9u{background-color:var(--ds-background-success,#efffd6)}
|
|
14
|
+
._bfhk6vm6{background-color:var(--ds-background-discovery,#f8eefe)}
|
|
15
|
+
._syazi7uo{color:var(--ds-text,#292a2e)}
|
|
@@ -22,16 +22,16 @@ var sectionMessageStyles = {
|
|
|
22
22
|
container: "_2rko12b0 _1rjcpxbi _18zrpxbi _1nmz1hna",
|
|
23
23
|
iconContainer: "_1mou1i6y _1e0c1txw",
|
|
24
24
|
contentContainer: "_16jlkb7n",
|
|
25
|
-
content: "_11c82smr
|
|
25
|
+
content: "_11c82smr _syazi7uo",
|
|
26
26
|
actionsContainer: "_11c82smr",
|
|
27
27
|
dismissButtonContainer: "_1pfh1i6y"
|
|
28
28
|
};
|
|
29
29
|
var appearanceStyles = {
|
|
30
|
-
information: "
|
|
31
|
-
warning: "
|
|
30
|
+
information: "_bfhk19ip",
|
|
31
|
+
warning: "_bfhk1917",
|
|
32
32
|
error: "_bfhk1gly",
|
|
33
|
-
success: "
|
|
34
|
-
discovery: "
|
|
33
|
+
success: "_bfhk1y9u",
|
|
34
|
+
discovery: "_bfhk6vm6"
|
|
35
35
|
};
|
|
36
36
|
|
|
37
37
|
/**
|
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
._k48p1wq8{font-weight:var(--ds-font-weight-medium,500)}
|
|
6
6
|
._k48pi7a9{font-weight:var(--ds-font-weight-regular,400)}
|
|
7
7
|
._n3tdze3t{padding-bottom:var(--ds-space-0,0)}
|
|
8
|
-
.
|
|
8
|
+
._syaz13af{color:var(--ds-link,#1868db)}
|
|
9
9
|
._u5f3ze3t{padding-right:var(--ds-space-0,0)}
|
|
10
10
|
._1bnx8stv:hover{text-decoration-line:underline}
|
|
11
|
-
.
|
|
11
|
+
._30l313af:hover{color:var(--ds-link,#1868db)}
|
|
12
12
|
._9oik1r31:hover{text-decoration-color:currentColor}
|
|
13
13
|
._jf4cnqa1:hover{text-decoration-style:solid}
|
|
14
|
-
.
|
|
14
|
+
._9h8h12zz:active{color:var(--ds-link-pressed,#1558bc)}
|
|
@@ -10,7 +10,7 @@ import { Box, Pressable } from '@atlaskit/primitives/compiled';
|
|
|
10
10
|
const styles = {
|
|
11
11
|
common: "_11c82smr",
|
|
12
12
|
anchor: "_k48pi7a9",
|
|
13
|
-
pressable: "
|
|
13
|
+
pressable: "_syaz13af _k48p1wq8 _bfhk1j28 _ca0qze3t _u5f3ze3t _n3tdze3t _19bvze3t _9oik1r31 _1bnx8stv _jf4cnqa1 _30l313af _9h8h12zz"
|
|
14
14
|
};
|
|
15
15
|
|
|
16
16
|
/**
|
|
@@ -7,9 +7,9 @@
|
|
|
7
7
|
._1e0c1txw{display:flex}
|
|
8
8
|
._1nmz1hna{word-break:break-word}
|
|
9
9
|
._1pfh1i6y{margin-block-start:var(--ds-space-negative-025,-2px)}
|
|
10
|
+
._bfhk1917{background-color:var(--ds-background-warning,#fff5db)}
|
|
11
|
+
._bfhk19ip{background-color:var(--ds-background-information,#e9f2fe)}
|
|
10
12
|
._bfhk1gly{background-color:var(--ds-background-danger,#ffeceb)}
|
|
11
|
-
.
|
|
12
|
-
.
|
|
13
|
-
.
|
|
14
|
-
._bfhkmv6i{background-color:var(--ds-background-success,#dcfff1)}
|
|
15
|
-
._syaz1fxt{color:var(--ds-text,#172b4d)}
|
|
13
|
+
._bfhk1y9u{background-color:var(--ds-background-success,#efffd6)}
|
|
14
|
+
._bfhk6vm6{background-color:var(--ds-background-discovery,#f8eefe)}
|
|
15
|
+
._syazi7uo{color:var(--ds-text,#292a2e)}
|
|
@@ -12,16 +12,16 @@ const sectionMessageStyles = {
|
|
|
12
12
|
container: "_2rko12b0 _1rjcpxbi _18zrpxbi _1nmz1hna",
|
|
13
13
|
iconContainer: "_1mou1i6y _1e0c1txw",
|
|
14
14
|
contentContainer: "_16jlkb7n",
|
|
15
|
-
content: "_11c82smr
|
|
15
|
+
content: "_11c82smr _syazi7uo",
|
|
16
16
|
actionsContainer: "_11c82smr",
|
|
17
17
|
dismissButtonContainer: "_1pfh1i6y"
|
|
18
18
|
};
|
|
19
19
|
const appearanceStyles = {
|
|
20
|
-
information: "
|
|
21
|
-
warning: "
|
|
20
|
+
information: "_bfhk19ip",
|
|
21
|
+
warning: "_bfhk1917",
|
|
22
22
|
error: "_bfhk1gly",
|
|
23
|
-
success: "
|
|
24
|
-
discovery: "
|
|
23
|
+
success: "_bfhk1y9u",
|
|
24
|
+
discovery: "_bfhk6vm6"
|
|
25
25
|
};
|
|
26
26
|
|
|
27
27
|
/**
|
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
._k48p1wq8{font-weight:var(--ds-font-weight-medium,500)}
|
|
6
6
|
._k48pi7a9{font-weight:var(--ds-font-weight-regular,400)}
|
|
7
7
|
._n3tdze3t{padding-bottom:var(--ds-space-0,0)}
|
|
8
|
-
.
|
|
8
|
+
._syaz13af{color:var(--ds-link,#1868db)}
|
|
9
9
|
._u5f3ze3t{padding-right:var(--ds-space-0,0)}
|
|
10
10
|
._1bnx8stv:hover{text-decoration-line:underline}
|
|
11
|
-
.
|
|
11
|
+
._30l313af:hover{color:var(--ds-link,#1868db)}
|
|
12
12
|
._9oik1r31:hover{text-decoration-color:currentColor}
|
|
13
13
|
._jf4cnqa1:hover{text-decoration-style:solid}
|
|
14
|
-
.
|
|
14
|
+
._9h8h12zz:active{color:var(--ds-link-pressed,#1558bc)}
|
|
@@ -10,7 +10,7 @@ import { Box, Pressable } from '@atlaskit/primitives/compiled';
|
|
|
10
10
|
var styles = {
|
|
11
11
|
common: "_11c82smr",
|
|
12
12
|
anchor: "_k48pi7a9",
|
|
13
|
-
pressable: "
|
|
13
|
+
pressable: "_syaz13af _k48p1wq8 _bfhk1j28 _ca0qze3t _u5f3ze3t _n3tdze3t _19bvze3t _9oik1r31 _1bnx8stv _jf4cnqa1 _30l313af _9h8h12zz"
|
|
14
14
|
};
|
|
15
15
|
|
|
16
16
|
/**
|
|
@@ -7,9 +7,9 @@
|
|
|
7
7
|
._1e0c1txw{display:flex}
|
|
8
8
|
._1nmz1hna{word-break:break-word}
|
|
9
9
|
._1pfh1i6y{margin-block-start:var(--ds-space-negative-025,-2px)}
|
|
10
|
+
._bfhk1917{background-color:var(--ds-background-warning,#fff5db)}
|
|
11
|
+
._bfhk19ip{background-color:var(--ds-background-information,#e9f2fe)}
|
|
10
12
|
._bfhk1gly{background-color:var(--ds-background-danger,#ffeceb)}
|
|
11
|
-
.
|
|
12
|
-
.
|
|
13
|
-
.
|
|
14
|
-
._bfhkmv6i{background-color:var(--ds-background-success,#dcfff1)}
|
|
15
|
-
._syaz1fxt{color:var(--ds-text,#172b4d)}
|
|
13
|
+
._bfhk1y9u{background-color:var(--ds-background-success,#efffd6)}
|
|
14
|
+
._bfhk6vm6{background-color:var(--ds-background-discovery,#f8eefe)}
|
|
15
|
+
._syazi7uo{color:var(--ds-text,#292a2e)}
|
|
@@ -13,16 +13,16 @@ var sectionMessageStyles = {
|
|
|
13
13
|
container: "_2rko12b0 _1rjcpxbi _18zrpxbi _1nmz1hna",
|
|
14
14
|
iconContainer: "_1mou1i6y _1e0c1txw",
|
|
15
15
|
contentContainer: "_16jlkb7n",
|
|
16
|
-
content: "_11c82smr
|
|
16
|
+
content: "_11c82smr _syazi7uo",
|
|
17
17
|
actionsContainer: "_11c82smr",
|
|
18
18
|
dismissButtonContainer: "_1pfh1i6y"
|
|
19
19
|
};
|
|
20
20
|
var appearanceStyles = {
|
|
21
|
-
information: "
|
|
22
|
-
warning: "
|
|
21
|
+
information: "_bfhk19ip",
|
|
22
|
+
warning: "_bfhk1917",
|
|
23
23
|
error: "_bfhk1gly",
|
|
24
|
-
success: "
|
|
25
|
-
discovery: "
|
|
24
|
+
success: "_bfhk1y9u",
|
|
25
|
+
discovery: "_bfhk6vm6"
|
|
26
26
|
};
|
|
27
27
|
|
|
28
28
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/section-message",
|
|
3
|
-
"version": "8.9.
|
|
3
|
+
"version": "8.9.2",
|
|
4
4
|
"description": "A section message is used to alert users to a particular section of the screen.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -32,15 +32,15 @@
|
|
|
32
32
|
}
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@atlaskit/button": "^23.
|
|
35
|
+
"@atlaskit/button": "^23.6.0",
|
|
36
36
|
"@atlaskit/codemod-utils": "^4.2.0",
|
|
37
37
|
"@atlaskit/css": "^0.15.0",
|
|
38
38
|
"@atlaskit/heading": "^5.2.0",
|
|
39
|
-
"@atlaskit/icon": "^
|
|
39
|
+
"@atlaskit/icon": "^29.0.0",
|
|
40
40
|
"@atlaskit/link": "^3.2.0",
|
|
41
41
|
"@atlaskit/primitives": "^16.1.0",
|
|
42
42
|
"@atlaskit/theme": "^21.0.0",
|
|
43
|
-
"@atlaskit/tokens": "^
|
|
43
|
+
"@atlaskit/tokens": "^8.0.0",
|
|
44
44
|
"@babel/runtime": "^7.0.0"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
@@ -53,10 +53,10 @@
|
|
|
53
53
|
"@atlaskit/analytics-next": "^11.1.0",
|
|
54
54
|
"@atlaskit/code": "^17.3.0",
|
|
55
55
|
"@atlaskit/docs": "^11.2.0",
|
|
56
|
-
"@atlaskit/ds-lib": "^5.
|
|
56
|
+
"@atlaskit/ds-lib": "^5.2.0",
|
|
57
57
|
"@atlaskit/form": "^14.2.0",
|
|
58
58
|
"@atlaskit/range": "^9.2.0",
|
|
59
|
-
"@atlassian/ssr-tests": "
|
|
59
|
+
"@atlassian/ssr-tests": "workspace:^",
|
|
60
60
|
"@testing-library/react": "^13.4.0",
|
|
61
61
|
"@testing-library/user-event": "^14.4.3",
|
|
62
62
|
"react-dom": "^18.2.0"
|