@atlaskit/page-header 12.1.6 → 12.1.7

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,13 @@
1
1
  # @atlaskit/page-header
2
2
 
3
+ ## 12.1.7
4
+
5
+ ### Patch Changes
6
+
7
+ - [`39e543109ec09`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/39e543109ec09) -
8
+ add type info to forwardRef components
9
+ - Updated dependencies
10
+
3
11
  ## 12.1.6
4
12
 
5
13
  ### Patch Changes
@@ -1,4 +1,4 @@
1
- /* styled.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* styled.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  // TODO: Remove this eslint-disable when prop names have been renamed.
3
3
  // This rule is here as prop name changes are a major as they are used
4
4
  // by our consumers. The prop name concerned here is truncateTitle.
@@ -1,4 +1,4 @@
1
- /* styled.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* styled.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  // TODO: Remove this eslint-disable when prop names have been renamed.
3
3
  // This rule is here as prop name changes are a major as they are used
4
4
  // by our consumers. The prop name concerned here is truncateTitle.
@@ -1,4 +1,4 @@
1
- /* styled.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* styled.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  // TODO: Remove this eslint-disable when prop names have been renamed.
3
3
  // This rule is here as prop name changes are a major as they are used
4
4
  // by our consumers. The prop name concerned here is truncateTitle.
@@ -25,7 +25,7 @@ interface StyledTitleWrapperProps {
25
25
  * A styled title wrapper is a wrapper around the title that controls its the styles exclusively.
26
26
  *
27
27
  */
28
- export declare const StyledTitleWrapper: React.ForwardRefExoticComponent<StyledTitleWrapperProps & React.RefAttributes<HTMLHeadingElement>>;
28
+ export declare const StyledTitleWrapper: React.ForwardRefExoticComponent<React.PropsWithoutRef<StyledTitleWrapperProps> & React.RefAttributes<HTMLHeadingElement>>;
29
29
  interface TitleProps {
30
30
  truncateTitle?: boolean;
31
31
  children?: ReactNode;
@@ -25,7 +25,7 @@ interface StyledTitleWrapperProps {
25
25
  * A styled title wrapper is a wrapper around the title that controls its the styles exclusively.
26
26
  *
27
27
  */
28
- export declare const StyledTitleWrapper: React.ForwardRefExoticComponent<StyledTitleWrapperProps & React.RefAttributes<HTMLHeadingElement>>;
28
+ export declare const StyledTitleWrapper: React.ForwardRefExoticComponent<React.PropsWithoutRef<StyledTitleWrapperProps> & React.RefAttributes<HTMLHeadingElement>>;
29
29
  interface TitleProps {
30
30
  truncateTitle?: boolean;
31
31
  children?: ReactNode;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/page-header",
3
- "version": "12.1.6",
3
+ "version": "12.1.7",
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/"
@@ -25,8 +25,8 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "@atlaskit/css": "^0.14.0",
28
- "@atlaskit/primitives": "^14.14.0",
29
- "@atlaskit/tokens": "^6.3.0",
28
+ "@atlaskit/primitives": "^14.15.0",
29
+ "@atlaskit/tokens": "^6.4.0",
30
30
  "@babel/runtime": "^7.0.0",
31
31
  "@compiled/react": "^0.18.3"
32
32
  },
@@ -41,7 +41,7 @@
41
41
  "@atlaskit/breadcrumbs": "^15.3.0",
42
42
  "@atlaskit/button": "^23.4.0",
43
43
  "@atlaskit/docs": "^11.1.0",
44
- "@atlaskit/ds-lib": "^5.0.0",
44
+ "@atlaskit/ds-lib": "^5.1.0",
45
45
  "@atlaskit/inline-edit": "^15.3.0",
46
46
  "@atlaskit/link": "^3.2.0",
47
47
  "@atlaskit/page": "^14.0.0",