@atlaskit/heading 5.2.3 → 5.2.5

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,17 @@
1
1
  # @atlaskit/heading
2
2
 
3
+ ## 5.2.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 5.2.4
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 5.2.3
4
16
 
5
17
  ### Patch Changes
@@ -16,6 +16,7 @@ var _primitives = require("@atlaskit/primitives");
16
16
  var _compiled = require("@atlaskit/primitives/compiled");
17
17
  var _headingContext = require("./heading-context");
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
+ // eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
19
20
  var sizeTagMap = {
20
21
  xxlarge: 'h1',
21
22
  xlarge: 'h1',
@@ -3,6 +3,7 @@ import "./heading.partial.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
5
5
  import { forwardRef } from 'react';
6
+ // eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
6
7
  import { UNSAFE_inverseColorMap } from '@atlaskit/primitives';
7
8
  import { UNSAFE_useSurface } from '@atlaskit/primitives/compiled';
8
9
  import { useHeading } from './heading-context';
@@ -4,6 +4,7 @@ import "./heading.partial.compiled.css";
4
4
  import * as React from 'react';
5
5
  import { ax, ix } from "@compiled/react/runtime";
6
6
  import { forwardRef } from 'react';
7
+ // eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
7
8
  import { UNSAFE_inverseColorMap } from '@atlaskit/primitives';
8
9
  import { UNSAFE_useSurface } from '@atlaskit/primitives/compiled';
9
10
  import { useHeading } from './heading-context';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/heading",
3
- "version": "5.2.3",
3
+ "version": "5.2.5",
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/"
@@ -20,20 +20,16 @@
20
20
  "team": "Design System Team",
21
21
  "website": {
22
22
  "name": "Heading",
23
- "category": "Text and data display",
24
- "status": {
25
- "type": "beta"
26
- }
27
- },
28
- "runReact18": true
23
+ "category": "Text and data display"
24
+ }
29
25
  },
30
26
  "scripts": {
31
27
  "codegen": "ts-node ./scripts/codegen.tsx"
32
28
  },
33
29
  "dependencies": {
34
- "@atlaskit/css": "^0.12.0",
35
- "@atlaskit/primitives": "^14.10.0",
36
- "@atlaskit/tokens": "^5.4.0",
30
+ "@atlaskit/css": "^0.13.0",
31
+ "@atlaskit/primitives": "^14.13.0",
32
+ "@atlaskit/tokens": "^6.2.0",
37
33
  "@babel/runtime": "^7.0.0",
38
34
  "@compiled/react": "^0.18.3"
39
35
  },
@@ -45,16 +41,15 @@
45
41
  "@af/formatting": "workspace:^",
46
42
  "@af/integration-testing": "workspace:^",
47
43
  "@af/visual-regression": "workspace:^",
48
- "@atlaskit/button": "^23.2.0",
44
+ "@atlaskit/button": "^23.4.0",
49
45
  "@atlaskit/docs": "^11.0.0",
50
- "@atlaskit/ds-lib": "^4.0.0",
46
+ "@atlaskit/ds-lib": "^5.0.0",
51
47
  "@atlaskit/ssr": "workspace:^",
52
48
  "@atlassian/codegen": "^0.1.0",
53
- "@atlassian/ssr-tests": "^0.2.0",
49
+ "@atlassian/ssr-tests": "^0.3.0",
54
50
  "@testing-library/react": "^13.4.0",
55
51
  "react-dom": "^18.2.0",
56
- "ts-node": "^10.9.1",
57
- "typescript": "~5.4.2"
52
+ "ts-node": "^10.9.1"
58
53
  },
59
54
  "techstack": {
60
55
  "@atlassian/frontend": {
@@ -85,8 +80,5 @@
85
80
  ]
86
81
  }
87
82
  },
88
- "af:exports": {
89
- ".": "./src/index.tsx"
90
- },
91
83
  "homepage": "https://atlassian.design/components/heading/"
92
84
  }