@elliemae/ds-accessibility 3.50.1-next.9 → 3.51.0-next.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import type { DSLiveRegionT } from './propTypes.js';
2
3
  declare const DSLiveRegion: {
3
4
  (props: DSLiveRegionT.Props): JSX.Element | null;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import type { DSSkipToPropsT as Props } from './index.d';
2
3
  declare const DSSkipTo: {
3
4
  (props: Props): JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-accessibility",
3
- "version": "3.50.1-next.9",
3
+ "version": "3.51.0-next.1",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Accessibility",
6
6
  "files": [
@@ -53,18 +53,18 @@
53
53
  },
54
54
  "dependencies": {
55
55
  "uid": "~2.0.1",
56
- "@elliemae/ds-props-helpers": "3.50.1-next.9",
57
- "@elliemae/ds-system": "3.50.1-next.9"
56
+ "@elliemae/ds-props-helpers": "3.51.0-next.1",
57
+ "@elliemae/ds-system": "3.51.0-next.1"
58
58
  },
59
59
  "devDependencies": {
60
- "@elliemae/pui-cli": "9.0.0-next.31",
60
+ "@elliemae/pui-cli": "9.0.0-next.50",
61
61
  "jest": "~29.7.0",
62
62
  "styled-components": "~5.3.9",
63
- "@elliemae/ds-monorepo-devops": "3.50.1-next.9"
63
+ "@elliemae/ds-monorepo-devops": "3.51.0-next.1"
64
64
  },
65
65
  "peerDependencies": {
66
- "react": "^17.0.2",
67
- "react-dom": "^17.0.2",
66
+ "react": "^18.3.1",
67
+ "react-dom": "^18.3.1",
68
68
  "styled-components": "~5.3.9"
69
69
  },
70
70
  "publishConfig": {