@atlaskit/heading 5.3.1 → 5.4.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 CHANGED
@@ -1,5 +1,18 @@
1
1
  # @atlaskit/heading
2
2
 
3
+ ## 5.4.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 5.4.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [`8fdea38bd31f8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8fdea38bd31f8) -
14
+ Autofix: add explicit package exports (barrel removal)
15
+
3
16
  ## 5.3.1
4
17
 
5
18
  ### Patch Changes
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+
3
+ var _typeof = require("@babel/runtime/helpers/typeof");
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ Object.defineProperty(exports, "default", {
8
+ enumerable: true,
9
+ get: function get() {
10
+ return _headingContext.default;
11
+ }
12
+ });
13
+ Object.defineProperty(exports, "useHeading", {
14
+ enumerable: true,
15
+ get: function get() {
16
+ return _headingContext.useHeading;
17
+ }
18
+ });
19
+ var _headingContext = _interopRequireWildcard(require("../heading-context"));
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); }
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ Object.defineProperty(exports, "default", {
8
+ enumerable: true,
9
+ get: function get() {
10
+ return _heading.default;
11
+ }
12
+ });
13
+ var _heading = _interopRequireDefault(require("../heading"));
@@ -0,0 +1,2 @@
1
+ export { useHeading } from '../heading-context';
2
+ export { default } from '../heading-context';
@@ -0,0 +1 @@
1
+ export { default } from '../heading';
@@ -0,0 +1,2 @@
1
+ export { useHeading } from '../heading-context';
2
+ export { default } from '../heading-context';
@@ -0,0 +1 @@
1
+ export { default } from '../heading';
@@ -0,0 +1,2 @@
1
+ export { useHeading } from '../heading-context';
2
+ export { default } from '../heading-context';
@@ -0,0 +1,2 @@
1
+ export type { HeadingProps } from '../heading';
2
+ export { default } from '../heading';
@@ -0,0 +1,2 @@
1
+ export { useHeading } from '../heading-context';
2
+ export { default } from '../heading-context';
@@ -0,0 +1,2 @@
1
+ export type { HeadingProps } from '../heading';
2
+ export { default } from '../heading';
@@ -0,0 +1,17 @@
1
+ {
2
+ "name": "@atlaskit/heading/heading",
3
+ "main": "../dist/cjs/entry-points/heading.js",
4
+ "module": "../dist/esm/entry-points/heading.js",
5
+ "module:es2019": "../dist/es2019/entry-points/heading.js",
6
+ "sideEffects": [
7
+ "**/*.compiled.css"
8
+ ],
9
+ "types": "../dist/types/entry-points/heading.d.ts",
10
+ "typesVersions": {
11
+ ">=4.5 <5.9": {
12
+ "*": [
13
+ "../dist/types-ts4.5/entry-points/heading.d.ts"
14
+ ]
15
+ }
16
+ }
17
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "name": "@atlaskit/heading/heading-context",
3
+ "main": "../dist/cjs/entry-points/heading-context.js",
4
+ "module": "../dist/esm/entry-points/heading-context.js",
5
+ "module:es2019": "../dist/es2019/entry-points/heading-context.js",
6
+ "sideEffects": [
7
+ "**/*.compiled.css"
8
+ ],
9
+ "types": "../dist/types/entry-points/heading-context.d.ts",
10
+ "typesVersions": {
11
+ ">=4.5 <5.9": {
12
+ "*": [
13
+ "../dist/types-ts4.5/entry-points/heading-context.d.ts"
14
+ ]
15
+ }
16
+ }
17
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/heading",
3
- "version": "5.3.1",
3
+ "version": "5.4.1",
4
4
  "description": "A heading is a typography component used to display text in different sizes and formats.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -32,7 +32,7 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "@atlaskit/primitives": "^18.1.0",
35
- "@atlaskit/tokens": "^11.4.0",
35
+ "@atlaskit/tokens": "^12.0.0",
36
36
  "@babel/runtime": "^7.0.0",
37
37
  "@compiled/react": "^0.20.0"
38
38
  },
@@ -44,7 +44,7 @@
44
44
  "@af/formatting": "workspace:^",
45
45
  "@af/integration-testing": "workspace:^",
46
46
  "@af/visual-regression": "workspace:^",
47
- "@atlaskit/button": "^23.10.0",
47
+ "@atlaskit/button": "^23.11.0",
48
48
  "@atlaskit/css": "^0.19.0",
49
49
  "@atlassian/codegen": "^0.1.0",
50
50
  "@atlassian/react-compiler-gating": "workspace:^",