@atlaskit/drawer 11.0.13 → 11.0.14

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/drawer
2
2
 
3
+ ## 11.0.14
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 11.0.13
4
10
 
5
11
  ### Patch Changes
@@ -41,7 +41,7 @@ var DrawerContentBase = /*#__PURE__*/(0, _react.forwardRef)(function (_ref, scro
41
41
  className: (0, _runtime.ax)([styles.default, xcss]),
42
42
  ref: (0, _useCallbackRef.mergeRefs)([ref, scrollableRef])
43
43
  // tabindex is allowed here so that keyboard users can scroll content
44
- // eslint-disable-next-line jsx-a11y/no-noninteractive-tabindex
44
+ // eslint-disable-next-line @atlassian/a11y/no-noninteractive-tabindex
45
45
  ,
46
46
  tabIndex: showContentFocus ? 0 : undefined,
47
47
  role: showContentFocus ? 'region' : undefined,
@@ -28,7 +28,7 @@ const DrawerContentBase = /*#__PURE__*/forwardRef(({
28
28
  className: ax([styles.default, xcss]),
29
29
  ref: mergeRefs([ref, scrollableRef])
30
30
  // tabindex is allowed here so that keyboard users can scroll content
31
- // eslint-disable-next-line jsx-a11y/no-noninteractive-tabindex
31
+ // eslint-disable-next-line @atlassian/a11y/no-noninteractive-tabindex
32
32
  ,
33
33
  tabIndex: showContentFocus ? 0 : undefined,
34
34
  role: showContentFocus ? 'region' : undefined,
@@ -32,7 +32,7 @@ var DrawerContentBase = /*#__PURE__*/forwardRef(function (_ref, scrollableRef) {
32
32
  className: ax([styles.default, xcss]),
33
33
  ref: mergeRefs([ref, scrollableRef])
34
34
  // tabindex is allowed here so that keyboard users can scroll content
35
- // eslint-disable-next-line jsx-a11y/no-noninteractive-tabindex
35
+ // eslint-disable-next-line @atlassian/a11y/no-noninteractive-tabindex
36
36
  ,
37
37
  tabIndex: showContentFocus ? 0 : undefined,
38
38
  role: showContentFocus ? 'region' : undefined,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/drawer",
3
- "version": "11.0.13",
3
+ "version": "11.0.14",
4
4
  "description": "A drawer is a panel that slides in from the left side of the screen.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -39,15 +39,15 @@
39
39
  "dependencies": {
40
40
  "@atlaskit/analytics-next": "^11.1.0",
41
41
  "@atlaskit/blanket": "^15.0.0",
42
- "@atlaskit/button": "^23.4.0",
43
- "@atlaskit/css": "^0.14.0",
44
- "@atlaskit/icon": "^28.3.0",
45
- "@atlaskit/layering": "^3.0.0",
42
+ "@atlaskit/button": "^23.5.0",
43
+ "@atlaskit/css": "^0.15.0",
44
+ "@atlaskit/icon": "^28.5.0",
45
+ "@atlaskit/layering": "^3.1.0",
46
46
  "@atlaskit/motion": "^5.3.0",
47
47
  "@atlaskit/platform-feature-flags": "^1.1.0",
48
48
  "@atlaskit/portal": "^5.1.0",
49
49
  "@atlaskit/theme": "^21.0.0",
50
- "@atlaskit/tokens": "^6.4.0",
50
+ "@atlaskit/tokens": "^6.5.0",
51
51
  "@babel/runtime": "^7.0.0",
52
52
  "@compiled/react": "^0.18.3",
53
53
  "bind-event-listener": "^3.0.0",
@@ -72,8 +72,8 @@
72
72
  "@atlaskit/inline-message": "^15.3.0",
73
73
  "@atlaskit/link": "^3.2.0",
74
74
  "@atlaskit/menu": "^8.4.0",
75
- "@atlaskit/modal-dialog": "^14.4.0",
76
- "@atlaskit/primitives": "^14.15.0",
75
+ "@atlaskit/modal-dialog": "^14.5.0",
76
+ "@atlaskit/primitives": "^15.0.0",
77
77
  "@atlaskit/section-message": "^8.7.0",
78
78
  "@atlassian/ssr-tests": "^0.3.0",
79
79
  "@testing-library/react": "^13.4.0",