@react-magma/charts 0.0.0-next.0 → 0.0.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-magma/charts",
3
- "version": "0.0.0-next.0",
3
+ "version": "0.0.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -30,7 +30,7 @@
30
30
  "@emotion/styled": "^10.0.27",
31
31
  "react": "^15.0.0 || ^16.0.0 || ^17.0.0",
32
32
  "react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0",
33
- "react-magma-dom": "^2.5.7-next.1",
33
+ "react-magma-dom": "^2.5.8-next.0",
34
34
  "react-magma-icons": "^2.3.1"
35
35
  },
36
36
  "dependencies": {
@@ -41,7 +41,7 @@
41
41
  "@emotion/styled": "^10.0.27",
42
42
  "react": "^16.10.0",
43
43
  "react-dom": "^16.10.0",
44
- "react-magma-dom": "^2.5.7-next.1",
44
+ "react-magma-dom": "^2.5.8",
45
45
  "react-magma-icons": "^2.3.1"
46
46
  }
47
47
  }
@@ -247,7 +247,7 @@ describe('Line Chart', () => {
247
247
  expect(getByLabelText(basicData[0].data[0].label)).toHaveFocus();
248
248
 
249
249
  userEvent.tab();
250
- userEvent.keyboard('{enter}');
250
+ userEvent.keyboard('{space}');
251
251
  userEvent.tab({ shift: true });
252
252
 
253
253
  expect(getByLabelText(data[1].data[1].label)).toHaveFocus();