@atlaskit/page-layout 3.1.5 → 3.1.6

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.1.6
4
+
5
+ ### Patch Changes
6
+
7
+ - [#94316](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/94316) [`35fd5ed8e1d7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/35fd5ed8e1d7) - Upgrading internal dependency `bind-event-listener` to `@^3.0.0`
8
+
3
9
  ## 3.1.5
4
10
 
5
11
  ### Patch Changes
@@ -19,7 +19,7 @@ const wrapperStyles = css({
19
19
  boxSizing: 'border-box',
20
20
  height: '100%',
21
21
  padding: token('space.100', '8px'),
22
- backgroundColor: token('color.background.neutral.subtle', 'white'),
22
+ backgroundColor: token('color.background.neutral.subtle'),
23
23
  outlineOffset: -4,
24
24
  overflowY: 'auto',
25
25
  });
@@ -70,7 +70,7 @@ const BasicGrid = () => {
70
70
  </div>
71
71
  </LeftSidebar>
72
72
  <Main>
73
- <Wrapper noOutline borderColor={token('color.border', 'black')}>
73
+ <Wrapper noOutline borderColor={token('color.border')}>
74
74
  <h3 css={slotLabelStyles}>Main</h3>
75
75
  </Wrapper>
76
76
  </Main>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/page-layout",
3
- "version": "3.1.5",
3
+ "version": "3.1.6",
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/"
@@ -38,16 +38,16 @@
38
38
  },
39
39
  "homepage": "https://atlassian.design/components/page-layout/",
40
40
  "dependencies": {
41
- "@atlaskit/ds-lib": "^2.2.0",
41
+ "@atlaskit/ds-lib": "^2.3.0",
42
42
  "@atlaskit/icon": "^22.1.0",
43
43
  "@atlaskit/motion": "^1.5.0",
44
44
  "@atlaskit/platform-feature-flags": "^0.2.0",
45
- "@atlaskit/primitives": "^5.5.0",
45
+ "@atlaskit/primitives": "^5.6.0",
46
46
  "@atlaskit/theme": "^12.7.0",
47
47
  "@atlaskit/tokens": "^1.43.0",
48
48
  "@babel/runtime": "^7.0.0",
49
49
  "@emotion/react": "^11.7.1",
50
- "bind-event-listener": "^2.1.1",
50
+ "bind-event-listener": "^3.0.0",
51
51
  "raf-schd": "^4.0.3"
52
52
  },
53
53
  "peerDependencies": {
@@ -67,7 +67,7 @@
67
67
  "@atlaskit/popup": "^1.14.0",
68
68
  "@atlaskit/side-navigation": "^3.0.0",
69
69
  "@atlaskit/ssr": "*",
70
- "@atlaskit/tooltip": "*",
70
+ "@atlaskit/tooltip": "^18.2.1",
71
71
  "@atlaskit/visual-regression": "*",
72
72
  "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
73
73
  "@testing-library/dom": "^8.17.1",