@atlaskit/section-message 8.7.0 → 8.7.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 CHANGED
@@ -1,5 +1,19 @@
1
1
  # @atlaskit/section-message
2
2
 
3
+ ## 8.7.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 8.7.1
10
+
11
+ ### Patch Changes
12
+
13
+ - [`255837cfba315`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/255837cfba315) -
14
+ Internal changes to how border radius is applied.
15
+ - Updated dependencies
16
+
3
17
  ## 8.7.0
4
18
 
5
19
  ### Minor Changes
@@ -1,5 +1,5 @@
1
1
  ._11c82smr{font:var(--ds-font-body,normal 400 14px/20px ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
2
- ._2rkoglpi{border-radius:var(--ds-border-radius,4px)}
2
+ ._2rko12b0{border-radius:var(--ds-radius-small,4px)}
3
3
  ._18zrpxbi{padding-inline:var(--ds-space-200,1pc)}
4
4
  ._1mou1i6y{margin-block:var(--ds-space-negative-025,-2px)}
5
5
  ._1rjcpxbi{padding-block:var(--ds-space-200,1pc)}
@@ -19,7 +19,7 @@ var _compiled = require("@atlaskit/primitives/compiled");
19
19
  var _appearanceIcon = require("./internal/appearance-icon");
20
20
  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); }
21
21
  var sectionMessageStyles = {
22
- container: "_2rkoglpi _1rjcpxbi _18zrpxbi _1nmz1hna",
22
+ container: "_2rko12b0 _1rjcpxbi _18zrpxbi _1nmz1hna",
23
23
  iconContainer: "_1mou1i6y _1e0c1txw",
24
24
  contentContainer: "_16jlkb7n",
25
25
  content: "_11c82smr _syaz1fxt",
@@ -1,5 +1,5 @@
1
1
  ._11c82smr{font:var(--ds-font-body,normal 400 14px/20px ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
2
- ._2rkoglpi{border-radius:var(--ds-border-radius,4px)}
2
+ ._2rko12b0{border-radius:var(--ds-radius-small,4px)}
3
3
  ._18zrpxbi{padding-inline:var(--ds-space-200,1pc)}
4
4
  ._1mou1i6y{margin-block:var(--ds-space-negative-025,-2px)}
5
5
  ._1rjcpxbi{padding-block:var(--ds-space-200,1pc)}
@@ -9,7 +9,7 @@ import CrossIcon from '@atlaskit/icon/core/migration/cross';
9
9
  import { Inline, Stack } from '@atlaskit/primitives/compiled';
10
10
  import { getAppearanceIconStyles } from './internal/appearance-icon';
11
11
  const sectionMessageStyles = {
12
- container: "_2rkoglpi _1rjcpxbi _18zrpxbi _1nmz1hna",
12
+ container: "_2rko12b0 _1rjcpxbi _18zrpxbi _1nmz1hna",
13
13
  iconContainer: "_1mou1i6y _1e0c1txw",
14
14
  contentContainer: "_16jlkb7n",
15
15
  content: "_11c82smr _syaz1fxt",
@@ -1,5 +1,5 @@
1
1
  ._11c82smr{font:var(--ds-font-body,normal 400 14px/20px ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
2
- ._2rkoglpi{border-radius:var(--ds-border-radius,4px)}
2
+ ._2rko12b0{border-radius:var(--ds-radius-small,4px)}
3
3
  ._18zrpxbi{padding-inline:var(--ds-space-200,1pc)}
4
4
  ._1mou1i6y{margin-block:var(--ds-space-negative-025,-2px)}
5
5
  ._1rjcpxbi{padding-block:var(--ds-space-200,1pc)}
@@ -10,7 +10,7 @@ import CrossIcon from '@atlaskit/icon/core/migration/cross';
10
10
  import { Inline, Stack } from '@atlaskit/primitives/compiled';
11
11
  import { getAppearanceIconStyles } from './internal/appearance-icon';
12
12
  var sectionMessageStyles = {
13
- container: "_2rkoglpi _1rjcpxbi _18zrpxbi _1nmz1hna",
13
+ container: "_2rko12b0 _1rjcpxbi _18zrpxbi _1nmz1hna",
14
14
  iconContainer: "_1mou1i6y _1e0c1txw",
15
15
  contentContainer: "_16jlkb7n",
16
16
  content: "_11c82smr _syaz1fxt",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/section-message",
3
- "version": "8.7.0",
3
+ "version": "8.7.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/"
@@ -34,14 +34,14 @@
34
34
  "dependencies": {
35
35
  "@atlaskit/button": "^23.4.0",
36
36
  "@atlaskit/codemod-utils": "^4.2.0",
37
- "@atlaskit/css": "^0.12.0",
37
+ "@atlaskit/css": "^0.13.0",
38
38
  "@atlaskit/heading": "^5.2.0",
39
39
  "@atlaskit/icon": "^28.1.0",
40
40
  "@atlaskit/link": "^3.2.0",
41
41
  "@atlaskit/platform-feature-flags": "^1.1.0",
42
- "@atlaskit/primitives": "^14.12.0",
42
+ "@atlaskit/primitives": "^14.13.0",
43
43
  "@atlaskit/theme": "^20.0.0",
44
- "@atlaskit/tokens": "^6.1.0",
44
+ "@atlaskit/tokens": "^6.2.0",
45
45
  "@babel/runtime": "^7.0.0"
46
46
  },
47
47
  "peerDependencies": {