@atlaskit/drawer 11.0.15 → 11.0.16
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 +6 -0
- package/dist/cjs/drawer-panel/drawer-content.js +0 -1
- package/dist/cjs/drawer.js +3 -3
- package/dist/es2019/drawer-panel/drawer-content.js +0 -1
- package/dist/es2019/drawer.js +3 -3
- package/dist/esm/drawer-panel/drawer-content.js +0 -1
- package/dist/esm/drawer.js +3 -3
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -41,7 +41,6 @@ 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 @atlassian/a11y/no-noninteractive-tabindex
|
|
45
44
|
,
|
|
46
45
|
tabIndex: showContentFocus ? 0 : undefined,
|
|
47
46
|
role: showContentFocus ? 'region' : undefined,
|
package/dist/cjs/drawer.js
CHANGED
|
@@ -67,7 +67,7 @@ var Drawer = exports.Drawer = function Drawer(_ref2) {
|
|
|
67
67
|
action: 'dismissed',
|
|
68
68
|
componentName: 'drawer',
|
|
69
69
|
packageName: "@atlaskit/drawer",
|
|
70
|
-
packageVersion: "11.0.
|
|
70
|
+
packageVersion: "11.0.15",
|
|
71
71
|
analyticsData: {
|
|
72
72
|
trigger: 'escKey'
|
|
73
73
|
}
|
|
@@ -90,7 +90,7 @@ var Drawer = exports.Drawer = function Drawer(_ref2) {
|
|
|
90
90
|
action: 'dismissed',
|
|
91
91
|
componentName: 'drawer',
|
|
92
92
|
packageName: "@atlaskit/drawer",
|
|
93
|
-
packageVersion: "11.0.
|
|
93
|
+
packageVersion: "11.0.15",
|
|
94
94
|
analyticsData: {
|
|
95
95
|
trigger: 'blanket'
|
|
96
96
|
}
|
|
@@ -102,7 +102,7 @@ var Drawer = exports.Drawer = function Drawer(_ref2) {
|
|
|
102
102
|
action: 'dismissed',
|
|
103
103
|
componentName: 'drawer',
|
|
104
104
|
packageName: "@atlaskit/drawer",
|
|
105
|
-
packageVersion: "11.0.
|
|
105
|
+
packageVersion: "11.0.15",
|
|
106
106
|
analyticsData: {
|
|
107
107
|
trigger: 'backButton'
|
|
108
108
|
}
|
|
@@ -28,7 +28,6 @@ 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 @atlassian/a11y/no-noninteractive-tabindex
|
|
32
31
|
,
|
|
33
32
|
tabIndex: showContentFocus ? 0 : undefined,
|
|
34
33
|
role: showContentFocus ? 'region' : undefined,
|
package/dist/es2019/drawer.js
CHANGED
|
@@ -52,7 +52,7 @@ export const Drawer = ({
|
|
|
52
52
|
action: 'dismissed',
|
|
53
53
|
componentName: 'drawer',
|
|
54
54
|
packageName: "@atlaskit/drawer",
|
|
55
|
-
packageVersion: "11.0.
|
|
55
|
+
packageVersion: "11.0.15",
|
|
56
56
|
analyticsData: {
|
|
57
57
|
trigger: 'escKey'
|
|
58
58
|
}
|
|
@@ -73,7 +73,7 @@ export const Drawer = ({
|
|
|
73
73
|
action: 'dismissed',
|
|
74
74
|
componentName: 'drawer',
|
|
75
75
|
packageName: "@atlaskit/drawer",
|
|
76
|
-
packageVersion: "11.0.
|
|
76
|
+
packageVersion: "11.0.15",
|
|
77
77
|
analyticsData: {
|
|
78
78
|
trigger: 'blanket'
|
|
79
79
|
}
|
|
@@ -83,7 +83,7 @@ export const Drawer = ({
|
|
|
83
83
|
action: 'dismissed',
|
|
84
84
|
componentName: 'drawer',
|
|
85
85
|
packageName: "@atlaskit/drawer",
|
|
86
|
-
packageVersion: "11.0.
|
|
86
|
+
packageVersion: "11.0.15",
|
|
87
87
|
analyticsData: {
|
|
88
88
|
trigger: 'backButton'
|
|
89
89
|
}
|
|
@@ -32,7 +32,6 @@ 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 @atlassian/a11y/no-noninteractive-tabindex
|
|
36
35
|
,
|
|
37
36
|
tabIndex: showContentFocus ? 0 : undefined,
|
|
38
37
|
role: showContentFocus ? 'region' : undefined,
|
package/dist/esm/drawer.js
CHANGED
|
@@ -57,7 +57,7 @@ export var Drawer = function Drawer(_ref2) {
|
|
|
57
57
|
action: 'dismissed',
|
|
58
58
|
componentName: 'drawer',
|
|
59
59
|
packageName: "@atlaskit/drawer",
|
|
60
|
-
packageVersion: "11.0.
|
|
60
|
+
packageVersion: "11.0.15",
|
|
61
61
|
analyticsData: {
|
|
62
62
|
trigger: 'escKey'
|
|
63
63
|
}
|
|
@@ -80,7 +80,7 @@ export var Drawer = function Drawer(_ref2) {
|
|
|
80
80
|
action: 'dismissed',
|
|
81
81
|
componentName: 'drawer',
|
|
82
82
|
packageName: "@atlaskit/drawer",
|
|
83
|
-
packageVersion: "11.0.
|
|
83
|
+
packageVersion: "11.0.15",
|
|
84
84
|
analyticsData: {
|
|
85
85
|
trigger: 'blanket'
|
|
86
86
|
}
|
|
@@ -92,7 +92,7 @@ export var Drawer = function Drawer(_ref2) {
|
|
|
92
92
|
action: 'dismissed',
|
|
93
93
|
componentName: 'drawer',
|
|
94
94
|
packageName: "@atlaskit/drawer",
|
|
95
|
-
packageVersion: "11.0.
|
|
95
|
+
packageVersion: "11.0.15",
|
|
96
96
|
analyticsData: {
|
|
97
97
|
trigger: 'backButton'
|
|
98
98
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/drawer",
|
|
3
|
-
"version": "11.0.
|
|
3
|
+
"version": "11.0.16",
|
|
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.
|
|
42
|
+
"@atlaskit/button": "^23.6.0",
|
|
43
43
|
"@atlaskit/css": "^0.15.0",
|
|
44
44
|
"@atlaskit/icon": "^28.5.0",
|
|
45
|
-
"@atlaskit/layering": "^3.
|
|
45
|
+
"@atlaskit/layering": "^3.2.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": "^
|
|
50
|
+
"@atlaskit/tokens": "^8.0.0",
|
|
51
51
|
"@babel/runtime": "^7.0.0",
|
|
52
52
|
"@compiled/react": "^0.18.6",
|
|
53
53
|
"bind-event-listener": "^3.0.0",
|
|
@@ -64,18 +64,18 @@
|
|
|
64
64
|
"@af/accessibility-testing": "workspace:^",
|
|
65
65
|
"@af/integration-testing": "workspace:^",
|
|
66
66
|
"@af/visual-regression": "workspace:^",
|
|
67
|
-
"@atlaskit/code": "^17.
|
|
67
|
+
"@atlaskit/code": "^17.3.0",
|
|
68
68
|
"@atlaskit/docs": "^11.2.0",
|
|
69
69
|
"@atlaskit/dropdown-menu": "^16.3.0",
|
|
70
|
-
"@atlaskit/ds-lib": "^5.
|
|
70
|
+
"@atlaskit/ds-lib": "^5.2.0",
|
|
71
71
|
"@atlaskit/form": "^14.2.0",
|
|
72
|
-
"@atlaskit/inline-message": "^15.
|
|
72
|
+
"@atlaskit/inline-message": "^15.4.0",
|
|
73
73
|
"@atlaskit/link": "^3.2.0",
|
|
74
74
|
"@atlaskit/menu": "^8.4.0",
|
|
75
|
-
"@atlaskit/modal-dialog": "^14.
|
|
76
|
-
"@atlaskit/primitives": "^
|
|
77
|
-
"@atlaskit/section-message": "^8.
|
|
78
|
-
"@atlassian/ssr-tests": "
|
|
75
|
+
"@atlaskit/modal-dialog": "^14.6.0",
|
|
76
|
+
"@atlaskit/primitives": "^16.1.0",
|
|
77
|
+
"@atlaskit/section-message": "^8.9.0",
|
|
78
|
+
"@atlassian/ssr-tests": "workspace:^",
|
|
79
79
|
"@testing-library/react": "^13.4.0",
|
|
80
80
|
"@testing-library/user-event": "^14.4.3",
|
|
81
81
|
"@types/exenv": "^1.2.0",
|