@elliemae/ds-legacy-accessibility 1.0.13 → 1.0.17

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,8 +1,7 @@
1
- import React from 'react';
2
1
  import type { DSLiveRegionT } from './propTypes.js';
3
2
  declare const DSLiveRegion: {
4
3
  (props: DSLiveRegionT.Props): JSX.Element | null;
5
- propTypes: React.WeakValidationMap<unknown>;
4
+ propTypes: WeakValidationMap<unknown>;
6
5
  displayName: string;
7
6
  };
8
7
  declare const DSLiveRegionWithSchema: import("@elliemae/ds-legacy-props-helpers/dist/types/propTypes/types.js").DocumentedReactComponent<DSLiveRegionT.Props>;
@@ -1,4 +1,4 @@
1
- import type { Dispatch, MutableRefObject, SetStateAction, WeakValidationMap } from 'react';
1
+ import type { Dispatch, MutableRefObject, SetStateAction } from 'react';
2
2
  export declare namespace UseLiveRegionT {
3
3
  interface Props {
4
4
  id?: string;
@@ -1 +1 @@
1
- export declare const StyledContainer: import("styled-components").StyledComponent<"div", import("@elliemae/ds-legacy-system").Theme, object & import("@elliemae/ds-legacy-system").OwnerInterface, never>;
1
+ export declare const StyledContainer: any;
@@ -1,8 +1,7 @@
1
- import React from 'react';
2
1
  import type { DSSkipToPropsT as Props } from './index.d';
3
2
  declare const DSSkipTo: {
4
3
  (props: Props): JSX.Element;
5
- propTypes: React.WeakValidationMap<unknown>;
4
+ propTypes: WeakValidationMap<unknown>;
6
5
  displayName: string;
7
6
  };
8
7
  declare const DSSkipToWithSchema: import("@elliemae/ds-legacy-props-helpers/dist/types/propTypes/types.js").DocumentedReactComponent<Props>;
@@ -1,2 +1 @@
1
- import type { WeakValidationMap } from 'react';
2
1
  export declare const propTypes: WeakValidationMap<unknown>;
@@ -1 +1 @@
1
- export declare const StyledButton: import("styled-components").StyledComponent<"button", import("@elliemae/ds-legacy-system").Theme, object & import("@elliemae/ds-legacy-system").OwnerInterface, never>;
1
+ export declare const StyledButton: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-legacy-accessibility",
3
- "version": "1.0.13",
3
+ "version": "1.0.17",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Accessibility",
6
6
  "files": [
@@ -52,13 +52,13 @@
52
52
  },
53
53
  "dependencies": {
54
54
  "uid": "~2.0.1",
55
- "@elliemae/ds-legacy-props-helpers": "1.0.13",
56
- "@elliemae/ds-legacy-system": "1.0.13"
55
+ "@elliemae/ds-legacy-props-helpers": "1.0.17",
56
+ "@elliemae/ds-legacy-system": "1.0.17"
57
57
  },
58
58
  "devDependencies": {
59
59
  "@elliemae/pui-cli": "9.0.0-next.50",
60
60
  "styled-components": "~5.3.9",
61
- "@elliemae/ds-legacy-monorepo-devops": "1.0.13"
61
+ "@elliemae/ds-legacy-monorepo-devops": "1.0.17"
62
62
  },
63
63
  "peerDependencies": {
64
64
  "react": "^17.0.2",