@elliemae/ds-accessibility 3.53.0-beta.7 → 3.53.0-beta.8

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.
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { DSLiveRegionT } from './propTypes.js';
3
2
  declare const DSLiveRegion: {
4
3
  (props: DSLiveRegionT.Props): JSX.Element | null;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { DSSkipToPropsT as Props } from './index.d';
3
2
  declare const DSSkipTo: {
4
3
  (props: Props): JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-accessibility",
3
- "version": "3.53.0-beta.7",
3
+ "version": "3.53.0-beta.8",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Accessibility",
6
6
  "files": [
@@ -37,15 +37,15 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "uid": "~2.0.1",
40
- "@elliemae/ds-system": "3.53.0-beta.7",
41
- "@elliemae/ds-props-helpers": "3.53.0-beta.7"
40
+ "@elliemae/ds-props-helpers": "3.53.0-beta.8",
41
+ "@elliemae/ds-system": "3.53.0-beta.8"
42
42
  },
43
43
  "devDependencies": {
44
- "@elliemae/pui-cli": "9.0.0-next.63",
44
+ "@elliemae/pui-cli": "9.0.0-next.65",
45
45
  "jest": "~29.7.0",
46
46
  "jest-cli": "~29.7.0",
47
47
  "styled-components": "~5.3.9",
48
- "@elliemae/ds-monorepo-devops": "3.53.0-beta.7"
48
+ "@elliemae/ds-monorepo-devops": "3.53.0-beta.8"
49
49
  },
50
50
  "peerDependencies": {
51
51
  "react": "^18.3.1",