@veeqo/ui 4.0.1 → 4.0.2-beta.3

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": "@veeqo/ui",
3
- "version": "4.0.1",
3
+ "version": "4.0.2-beta.3",
4
4
  "description": "New optimised component library for Veeqo.",
5
5
  "author": "Robert Wealthall",
6
6
  "license": "ISC",
@@ -53,9 +53,11 @@
53
53
  "@storybook/react": "^7.4.5",
54
54
  "@storybook/react-vite": "^7.4.5",
55
55
  "@storybook/testing-library": "^0.2.2",
56
- "@testing-library/jest-dom": "~5.16.5",
57
- "@testing-library/react": "~11.2.7",
58
- "@testing-library/user-event": "~13.1.9",
56
+ "@testing-library/dom": "^8.11.3",
57
+ "@testing-library/jest-dom": "^5.12.0",
58
+ "@testing-library/react": "^12.1.5",
59
+ "@testing-library/react-hooks": "^8.0.1",
60
+ "@testing-library/user-event": "^13.1.9",
59
61
  "@types/jest": "^29.5.5",
60
62
  "@types/jest-axe": "^3.5.6",
61
63
  "@types/lodash.throttle": "^4.1.7",
@@ -118,5 +120,8 @@
118
120
  "react-use": "^14.0.0",
119
121
  "resize-observer-polyfill": "^1.5.1",
120
122
  "styled-components": "^5.1.1"
123
+ },
124
+ "dependencies": {
125
+ "react-focus-lock": "^2.9.7"
121
126
  }
122
127
  }
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- export declare const PopoverDefaultDemo: () => React.JSX.Element;
3
- export declare const PopoverCustomPlacementDemo: () => React.JSX.Element;