@elliemae/ds-accessibility 3.46.4 → 3.46.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -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-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
1
+ export declare const StyledContainer: any;
@@ -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-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"button">, never>;
1
+ export declare const StyledButton: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-accessibility",
3
- "version": "3.46.4",
3
+ "version": "3.46.6",
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.46.4",
57
- "@elliemae/ds-system": "3.46.4"
56
+ "@elliemae/ds-props-helpers": "3.46.6",
57
+ "@elliemae/ds-system": "3.46.6"
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.46.4"
62
+ "@elliemae/ds-monorepo-devops": "3.46.6"
63
63
  },
64
64
  "peerDependencies": {
65
65
  "react": "^17.0.2",
@@ -68,7 +68,7 @@
68
68
  },
69
69
  "publishConfig": {
70
70
  "access": "public",
71
- "typeSafety": true
71
+ "typeSafety": false
72
72
  },
73
73
  "scripts": {
74
74
  "dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",