@atlaskit/spotlight 0.6.1 → 0.6.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
|
@@ -29,7 +29,7 @@ var SpotlightDismissControl = exports.SpotlightDismissControl = /*#__PURE__*/(0,
|
|
|
29
29
|
onClick = _ref.onClick,
|
|
30
30
|
testId = _ref.testId;
|
|
31
31
|
return /*#__PURE__*/React.createElement(_compiled.Pressable
|
|
32
|
-
// eslint-disable-next-line
|
|
32
|
+
// eslint-disable-next-line @atlassian/a11y/no-autofocus -- VERIFIED: autoFocus moving to first focusable element on non-modal modal dialog.
|
|
33
33
|
, {
|
|
34
34
|
autoFocus: autoFocus,
|
|
35
35
|
onClick: onClick,
|
|
@@ -20,7 +20,7 @@ export const SpotlightDismissControl = /*#__PURE__*/forwardRef(({
|
|
|
20
20
|
testId
|
|
21
21
|
}, ref) => {
|
|
22
22
|
return /*#__PURE__*/React.createElement(Pressable
|
|
23
|
-
// eslint-disable-next-line
|
|
23
|
+
// eslint-disable-next-line @atlassian/a11y/no-autofocus -- VERIFIED: autoFocus moving to first focusable element on non-modal modal dialog.
|
|
24
24
|
, {
|
|
25
25
|
autoFocus: autoFocus,
|
|
26
26
|
onClick: onClick,
|
|
@@ -20,7 +20,7 @@ export var SpotlightDismissControl = /*#__PURE__*/forwardRef(function (_ref, ref
|
|
|
20
20
|
onClick = _ref.onClick,
|
|
21
21
|
testId = _ref.testId;
|
|
22
22
|
return /*#__PURE__*/React.createElement(Pressable
|
|
23
|
-
// eslint-disable-next-line
|
|
23
|
+
// eslint-disable-next-line @atlassian/a11y/no-autofocus -- VERIFIED: autoFocus moving to first focusable element on non-modal modal dialog.
|
|
24
24
|
, {
|
|
25
25
|
autoFocus: autoFocus,
|
|
26
26
|
onClick: onClick,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/spotlight",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.2",
|
|
4
4
|
"description": "A spotlight introduces users to various points of interest across Atlassian through focused messages or multi-step tours.",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -28,14 +28,14 @@
|
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@atlaskit/browser-apis": "^0.0.1",
|
|
30
30
|
"@atlaskit/button": "^23.5.0",
|
|
31
|
-
"@atlaskit/css": "^0.
|
|
31
|
+
"@atlaskit/css": "^0.15.0",
|
|
32
32
|
"@atlaskit/ds-lib": "^5.1.0",
|
|
33
33
|
"@atlaskit/heading": "^5.2.0",
|
|
34
34
|
"@atlaskit/icon": "^28.5.0",
|
|
35
35
|
"@atlaskit/image": "^3.0.0",
|
|
36
36
|
"@atlaskit/popper": "^7.1.0",
|
|
37
|
-
"@atlaskit/primitives": "^
|
|
38
|
-
"@atlaskit/tokens": "^6.
|
|
37
|
+
"@atlaskit/primitives": "^15.0.0",
|
|
38
|
+
"@atlaskit/tokens": "^6.5.0",
|
|
39
39
|
"@atlaskit/visually-hidden": "^3.0.0",
|
|
40
40
|
"@babel/runtime": "^7.0.0",
|
|
41
41
|
"@compiled/react": "^0.18.3",
|