@atlaskit/page-layout 3.12.1 → 3.12.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,11 @@
1
1
  # @atlaskit/page-layout
2
2
 
3
+ ## 3.12.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 3.12.1
4
10
 
5
11
  ### Patch Changes
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
1
+ import React from 'react';
2
2
  interface SlotDimensionsProps {
3
3
  variableName: string;
4
4
  value?: number;
@@ -7,5 +7,5 @@ interface SlotDimensionsProps {
7
7
  /**
8
8
  * Hoists slot dimension styles to the root element.
9
9
  */
10
- declare const SlotDimensions: ({ variableName, value, mobileValue }: SlotDimensionsProps) => JSX.Element;
10
+ declare const SlotDimensions: ({ variableName, value, mobileValue }: SlotDimensionsProps) => React.JSX.Element;
11
11
  export default SlotDimensions;
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
1
+ import React from 'react';
2
2
  interface SlotDimensionsProps {
3
3
  variableName: string;
4
4
  value?: number;
@@ -7,5 +7,5 @@ interface SlotDimensionsProps {
7
7
  /**
8
8
  * Hoists slot dimension styles to the root element.
9
9
  */
10
- declare const SlotDimensions: ({ variableName, value, mobileValue }: SlotDimensionsProps) => JSX.Element;
10
+ declare const SlotDimensions: ({ variableName, value, mobileValue }: SlotDimensionsProps) => React.JSX.Element;
11
11
  export default SlotDimensions;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/page-layout",
3
- "version": "3.12.1",
3
+ "version": "3.12.2",
4
4
  "description": "A collection of components which let you compose an application's page layout.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -42,12 +42,12 @@
42
42
  "homepage": "https://atlassian.design/components/page-layout/",
43
43
  "dependencies": {
44
44
  "@atlaskit/ds-lib": "^3.5.0",
45
- "@atlaskit/icon": "^23.6.0",
45
+ "@atlaskit/icon": "^23.7.0",
46
46
  "@atlaskit/link": "^2.1.0",
47
47
  "@atlaskit/motion": "^1.10.0",
48
48
  "@atlaskit/platform-feature-flags": "^1.0.0",
49
49
  "@atlaskit/primitives": "^13.4.0",
50
- "@atlaskit/theme": "^14.1.0",
50
+ "@atlaskit/theme": "^15.0.0",
51
51
  "@atlaskit/tokens": "^3.3.0",
52
52
  "@babel/runtime": "^7.0.0",
53
53
  "@emotion/react": "^11.7.1",