@atlaskit/page-header 10.6.0 → 10.6.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.
@@ -1,4 +1,4 @@
1
- import { ReactElement, ReactNode } from 'react';
1
+ import { type ReactElement, type ReactNode } from 'react';
2
2
  export type PageHeaderProps = {
3
3
  /**
4
4
  * Contents of the action bar to be rendered next to the page title.
@@ -1,4 +1,4 @@
1
- import { ReactElement, ReactNode } from 'react';
1
+ import { type ReactElement, type ReactNode } from 'react';
2
2
  export type PageHeaderProps = {
3
3
  /**
4
4
  * Contents of the action bar to be rendered next to the page title.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/page-header",
3
- "version": "10.6.0",
3
+ "version": "10.6.1",
4
4
  "description": "A page header defines the top of a page. It contains a title and can be optionally combined with breadcrumbs buttons, search, and filters.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -28,9 +28,9 @@
28
28
  },
29
29
  "dependencies": {
30
30
  "@atlaskit/platform-feature-flags": "^0.2.5",
31
- "@atlaskit/primitives": "^6.2.0",
32
- "@atlaskit/theme": "^12.8.0",
33
- "@atlaskit/tokens": "^1.48.0",
31
+ "@atlaskit/primitives": "^7.0.0",
32
+ "@atlaskit/theme": "^12.9.0",
33
+ "@atlaskit/tokens": "^1.49.0",
34
34
  "@babel/runtime": "^7.0.0",
35
35
  "@emotion/react": "^11.7.1"
36
36
  },
@@ -47,7 +47,6 @@
47
47
  "@atlaskit/ssr": "*",
48
48
  "@atlaskit/textfield": "^6.3.0",
49
49
  "@atlaskit/visual-regression": "*",
50
- "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
51
50
  "@testing-library/react": "^12.1.5",
52
51
  "react-dom": "^16.8.0",
53
52
  "react-test-renderer": "^16.8.0",
@@ -92,7 +91,6 @@
92
91
  "af:exports": {
93
92
  ".": "./src/index.tsx"
94
93
  },
95
- "prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.1",
96
94
  "platform-feature-flags": {
97
95
  "platform.design-system-team.page-header-tokenised-typography-styles_lj1ix": {
98
96
  "type": "boolean"