@atlaskit/page-layout 1.2.0 → 1.2.3

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,23 @@
1
1
  # @atlaskit/page-layout
2
2
 
3
+ ## 1.2.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 1.2.2
10
+
11
+ ### Patch Changes
12
+
13
+ - [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade to TypeScript 4.2.4
14
+
15
+ ## 1.2.1
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+
3
21
  ## 1.2.0
4
22
 
5
23
  ### Minor Changes
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/page-layout",
3
- "version": "1.2.0",
3
+ "version": "1.2.3",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/page-layout",
3
- "version": "1.2.0",
3
+ "version": "1.2.3",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/page-layout",
3
- "version": "1.2.0",
3
+ "version": "1.2.3",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,4 @@
1
1
  import { DimensionNames, Dimensions } from '../common/types';
2
- import { PAGE_LAYOUT_SLOT_SELECTOR } from './constants';
3
2
  declare const emptyGridState: Dimensions;
4
3
  declare const mergeGridStateIntoStorage: (key: string, value: any) => void;
5
4
  declare const getGridStateFromStorage: (key: string) => any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/page-layout",
3
- "version": "1.2.0",
3
+ "version": "1.2.3",
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/"
@@ -27,7 +27,7 @@
27
27
  "@atlaskit/icon": "^21.10.0",
28
28
  "@atlaskit/motion": "^1.0.0",
29
29
  "@atlaskit/theme": "^12.1.0",
30
- "@atlaskit/tokens": "^0.8.0",
30
+ "@atlaskit/tokens": "^0.10.0",
31
31
  "@babel/runtime": "^7.0.0",
32
32
  "@emotion/core": "^10.0.9",
33
33
  "raf-schd": "^4.0.3"
@@ -37,13 +37,13 @@
37
37
  "react-dom": "^16.8.0"
38
38
  },
39
39
  "devDependencies": {
40
- "@atlaskit/atlassian-navigation": "^2.1.0",
40
+ "@atlaskit/atlassian-navigation": "^2.2.0",
41
41
  "@atlaskit/atlassian-notifications": "^0.3.0",
42
- "@atlaskit/button": "^16.2.0",
42
+ "@atlaskit/button": "^16.3.0",
43
43
  "@atlaskit/docs": "*",
44
44
  "@atlaskit/drawer": "^7.1.0",
45
45
  "@atlaskit/icon": "*",
46
- "@atlaskit/logo": "^13.0.0",
46
+ "@atlaskit/logo": "^13.6.0",
47
47
  "@atlaskit/menu": "^1.3.0",
48
48
  "@atlaskit/notification-indicator": "^9.0.0",
49
49
  "@atlaskit/notification-log-client": "^6.0.0",
@@ -63,7 +63,7 @@
63
63
  "jest-emotion": "^10.0.32",
64
64
  "raf-stub": "^2.0.1",
65
65
  "storybook-addon-performance": "^0.16.0",
66
- "typescript": "3.9.6"
66
+ "typescript": "4.2.4"
67
67
  },
68
68
  "keywords": [
69
69
  "atlaskit",