@elliemae/ds-accessibility 3.49.0-rc.10 → 3.49.0-rc.11

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.49.0-rc.10",
3
+ "version": "3.49.0-rc.11",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Accessibility",
6
6
  "files": [
@@ -53,13 +53,13 @@
53
53
  },
54
54
  "dependencies": {
55
55
  "uid": "~2.0.1",
56
- "@elliemae/ds-props-helpers": "3.49.0-rc.10",
57
- "@elliemae/ds-system": "3.49.0-rc.10"
56
+ "@elliemae/ds-props-helpers": "3.49.0-rc.11",
57
+ "@elliemae/ds-system": "3.49.0-rc.11"
58
58
  },
59
59
  "devDependencies": {
60
60
  "@elliemae/pui-cli": "9.0.0-next.50",
61
61
  "styled-components": "~5.3.9",
62
- "@elliemae/ds-monorepo-devops": "3.49.0-rc.10"
62
+ "@elliemae/ds-monorepo-devops": "3.49.0-rc.11"
63
63
  },
64
64
  "peerDependencies": {
65
65
  "react": "^17.0.2",