@atlaskit/section-message 8.12.0 → 8.12.1
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 +6 -0
- package/dist/cjs/section-message-action.compiled.css +1 -1
- package/dist/cjs/section-message-action.js +1 -1
- package/dist/cjs/section-message.compiled.css +1 -1
- package/dist/cjs/section-message.js +2 -3
- package/dist/es2019/section-message-action.compiled.css +1 -1
- package/dist/es2019/section-message-action.js +1 -1
- package/dist/es2019/section-message.compiled.css +1 -1
- package/dist/es2019/section-message.js +2 -3
- package/dist/esm/section-message-action.compiled.css +1 -1
- package/dist/esm/section-message-action.js +1 -1
- package/dist/esm/section-message.compiled.css +1 -1
- package/dist/esm/section-message.js +2 -3
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
._11c8fhey{font:var(--ds-font-body,normal 400 14px/20px "Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
2
2
|
._19bvze3t{padding-left:var(--ds-space-0,0)}
|
|
3
3
|
._bfhk1j28{background-color:transparent}
|
|
4
4
|
._ca0qze3t{padding-top:var(--ds-space-0,0)}
|
|
@@ -17,7 +17,7 @@ var _link = _interopRequireDefault(require("@atlaskit/link"));
|
|
|
17
17
|
var _compiled = require("@atlaskit/primitives/compiled");
|
|
18
18
|
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); }
|
|
19
19
|
var styles = {
|
|
20
|
-
common: "
|
|
20
|
+
common: "_11c8fhey",
|
|
21
21
|
anchor: "_k48pi7a9",
|
|
22
22
|
pressable: "_syaz13af _k48p1wq8 _bfhk1j28 _ca0qze3t _u5f3ze3t _n3tdze3t _19bvze3t _9oik1r31 _1bnx8stv _jf4cnqa1 _30l313af _9h8h12zz"
|
|
23
23
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
._11c8fhey{font:var(--ds-font-body,normal 400 14px/20px "Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
2
2
|
._2rko12b0{border-radius:var(--ds-radius-small,4px)}
|
|
3
3
|
._2rko1mok{border-radius:var(--ds-radius-large,8px)}
|
|
4
4
|
._18zrpxbi{padding-inline:var(--ds-space-200,1pc)}
|
|
@@ -24,8 +24,8 @@ var sectionMessageStyles = {
|
|
|
24
24
|
containerT26Shape: "_2rko1mok",
|
|
25
25
|
iconContainer: "_1mou1i6y _1e0c1txw",
|
|
26
26
|
contentContainer: "_16jlkb7n",
|
|
27
|
-
content: "
|
|
28
|
-
actionsContainer: "
|
|
27
|
+
content: "_11c8fhey _syazi7uo",
|
|
28
|
+
actionsContainer: "_11c8fhey",
|
|
29
29
|
dismissButtonContainer: "_1pfh1i6y"
|
|
30
30
|
};
|
|
31
31
|
var appearanceStyles = {
|
|
@@ -84,7 +84,6 @@ var SectionMessage = /*#__PURE__*/(0, _react.forwardRef)(function SectionMessage
|
|
|
84
84
|
secondaryColor: secondaryColor
|
|
85
85
|
// props for new icon
|
|
86
86
|
,
|
|
87
|
-
LEGACY_size: "medium",
|
|
88
87
|
color: primaryColor,
|
|
89
88
|
spacing: "spacious"
|
|
90
89
|
})), /*#__PURE__*/React.createElement(_compiled.Stack, {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
._11c8fhey{font:var(--ds-font-body,normal 400 14px/20px "Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
2
2
|
._19bvze3t{padding-left:var(--ds-space-0,0)}
|
|
3
3
|
._bfhk1j28{background-color:transparent}
|
|
4
4
|
._ca0qze3t{padding-top:var(--ds-space-0,0)}
|
|
@@ -8,7 +8,7 @@ import { cx } from '@atlaskit/css';
|
|
|
8
8
|
import Link from '@atlaskit/link';
|
|
9
9
|
import { Box, Pressable } from '@atlaskit/primitives/compiled';
|
|
10
10
|
const styles = {
|
|
11
|
-
common: "
|
|
11
|
+
common: "_11c8fhey",
|
|
12
12
|
anchor: "_k48pi7a9",
|
|
13
13
|
pressable: "_syaz13af _k48p1wq8 _bfhk1j28 _ca0qze3t _u5f3ze3t _n3tdze3t _19bvze3t _9oik1r31 _1bnx8stv _jf4cnqa1 _30l313af _9h8h12zz"
|
|
14
14
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
._11c8fhey{font:var(--ds-font-body,normal 400 14px/20px "Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
2
2
|
._2rko12b0{border-radius:var(--ds-radius-small,4px)}
|
|
3
3
|
._2rko1mok{border-radius:var(--ds-radius-large,8px)}
|
|
4
4
|
._18zrpxbi{padding-inline:var(--ds-space-200,1pc)}
|
|
@@ -14,8 +14,8 @@ const sectionMessageStyles = {
|
|
|
14
14
|
containerT26Shape: "_2rko1mok",
|
|
15
15
|
iconContainer: "_1mou1i6y _1e0c1txw",
|
|
16
16
|
contentContainer: "_16jlkb7n",
|
|
17
|
-
content: "
|
|
18
|
-
actionsContainer: "
|
|
17
|
+
content: "_11c8fhey _syazi7uo",
|
|
18
|
+
actionsContainer: "_11c8fhey",
|
|
19
19
|
dismissButtonContainer: "_1pfh1i6y"
|
|
20
20
|
};
|
|
21
21
|
const appearanceStyles = {
|
|
@@ -72,7 +72,6 @@ const SectionMessage = /*#__PURE__*/forwardRef(function SectionMessage({
|
|
|
72
72
|
secondaryColor: secondaryColor
|
|
73
73
|
// props for new icon
|
|
74
74
|
,
|
|
75
|
-
LEGACY_size: "medium",
|
|
76
75
|
color: primaryColor,
|
|
77
76
|
spacing: "spacious"
|
|
78
77
|
})), /*#__PURE__*/React.createElement(Stack, {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
._11c8fhey{font:var(--ds-font-body,normal 400 14px/20px "Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
2
2
|
._19bvze3t{padding-left:var(--ds-space-0,0)}
|
|
3
3
|
._bfhk1j28{background-color:transparent}
|
|
4
4
|
._ca0qze3t{padding-top:var(--ds-space-0,0)}
|
|
@@ -8,7 +8,7 @@ import { cx } from '@atlaskit/css';
|
|
|
8
8
|
import Link from '@atlaskit/link';
|
|
9
9
|
import { Box, Pressable } from '@atlaskit/primitives/compiled';
|
|
10
10
|
var styles = {
|
|
11
|
-
common: "
|
|
11
|
+
common: "_11c8fhey",
|
|
12
12
|
anchor: "_k48pi7a9",
|
|
13
13
|
pressable: "_syaz13af _k48p1wq8 _bfhk1j28 _ca0qze3t _u5f3ze3t _n3tdze3t _19bvze3t _9oik1r31 _1bnx8stv _jf4cnqa1 _30l313af _9h8h12zz"
|
|
14
14
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
._11c8fhey{font:var(--ds-font-body,normal 400 14px/20px "Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
2
2
|
._2rko12b0{border-radius:var(--ds-radius-small,4px)}
|
|
3
3
|
._2rko1mok{border-radius:var(--ds-radius-large,8px)}
|
|
4
4
|
._18zrpxbi{padding-inline:var(--ds-space-200,1pc)}
|
|
@@ -15,8 +15,8 @@ var sectionMessageStyles = {
|
|
|
15
15
|
containerT26Shape: "_2rko1mok",
|
|
16
16
|
iconContainer: "_1mou1i6y _1e0c1txw",
|
|
17
17
|
contentContainer: "_16jlkb7n",
|
|
18
|
-
content: "
|
|
19
|
-
actionsContainer: "
|
|
18
|
+
content: "_11c8fhey _syazi7uo",
|
|
19
|
+
actionsContainer: "_11c8fhey",
|
|
20
20
|
dismissButtonContainer: "_1pfh1i6y"
|
|
21
21
|
};
|
|
22
22
|
var appearanceStyles = {
|
|
@@ -75,7 +75,6 @@ var SectionMessage = /*#__PURE__*/forwardRef(function SectionMessage(_ref, ref)
|
|
|
75
75
|
secondaryColor: secondaryColor
|
|
76
76
|
// props for new icon
|
|
77
77
|
,
|
|
78
|
-
LEGACY_size: "medium",
|
|
79
78
|
color: primaryColor,
|
|
80
79
|
spacing: "spacious"
|
|
81
80
|
})), /*#__PURE__*/React.createElement(Stack, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/section-message",
|
|
3
|
-
"version": "8.12.
|
|
3
|
+
"version": "8.12.1",
|
|
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/"
|
|
@@ -38,9 +38,9 @@
|
|
|
38
38
|
"@atlaskit/icon": "^29.4.0",
|
|
39
39
|
"@atlaskit/link": "^3.3.0",
|
|
40
40
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
41
|
-
"@atlaskit/primitives": "^17.
|
|
41
|
+
"@atlaskit/primitives": "^17.1.0",
|
|
42
42
|
"@atlaskit/theme": "^21.0.0",
|
|
43
|
-
"@atlaskit/tokens": "^
|
|
43
|
+
"@atlaskit/tokens": "^10.0.0",
|
|
44
44
|
"@babel/runtime": "^7.0.0"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
@@ -52,12 +52,12 @@
|
|
|
52
52
|
"@af/visual-regression": "workspace:^",
|
|
53
53
|
"@atlaskit/analytics-next": "^11.1.0",
|
|
54
54
|
"@atlaskit/code": "^17.4.0",
|
|
55
|
-
"@atlaskit/docs": "^11.
|
|
55
|
+
"@atlaskit/docs": "^11.3.0",
|
|
56
56
|
"@atlaskit/ds-lib": "^5.3.0",
|
|
57
57
|
"@atlaskit/form": "^15.3.0",
|
|
58
58
|
"@atlaskit/range": "^9.3.0",
|
|
59
59
|
"@atlassian/ssr-tests": "workspace:^",
|
|
60
|
-
"@testing-library/react": "^
|
|
60
|
+
"@testing-library/react": "^16.3.0",
|
|
61
61
|
"@testing-library/user-event": "^14.4.3",
|
|
62
62
|
"react-dom": "^18.2.0"
|
|
63
63
|
},
|