@elliemae/ds-floating-context 3.46.5 → 3.46.6

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,3 +1,2 @@
1
- import type { WeakValidationMap } from 'react';
2
1
  import { type DSFloatingWrapperT } from '../react-desc-prop-types.js';
3
2
  export declare const useValidateProps: (props: DSFloatingWrapperT.InternalProps, propTypes: WeakValidationMap<unknown>) => void;
@@ -1,8 +1,2 @@
1
- interface StyledAnimatedPopperPropsT {
2
- isOpen?: boolean;
3
- animationDuration?: number;
4
- withoutAnimation?: boolean;
5
- }
6
- export declare const StyledFloatingAnimation: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, StyledAnimatedPopperPropsT & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
7
- export declare const StyledFloatingWrapper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
8
- export {};
1
+ export declare const StyledFloatingAnimation: any;
2
+ export declare const StyledFloatingWrapper: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-floating-context",
3
- "version": "3.46.5",
3
+ "version": "3.46.6",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Popper Hook",
6
6
  "files": [
@@ -36,14 +36,14 @@
36
36
  "indent": 4
37
37
  },
38
38
  "dependencies": {
39
- "@elliemae/ds-props-helpers": "3.46.5",
40
- "@elliemae/ds-system": "3.46.5",
41
- "@elliemae/ds-hooks-headless-tooltip": "3.46.5",
42
- "@elliemae/ds-typescript-helpers": "3.46.5"
39
+ "@elliemae/ds-hooks-headless-tooltip": "3.46.6",
40
+ "@elliemae/ds-props-helpers": "3.46.6",
41
+ "@elliemae/ds-system": "3.46.6",
42
+ "@elliemae/ds-typescript-helpers": "3.46.6"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@elliemae/pui-cli": "~9.0.0-next.31",
46
- "@elliemae/ds-monorepo-devops": "3.46.5"
46
+ "@elliemae/ds-monorepo-devops": "3.46.6"
47
47
  },
48
48
  "peerDependencies": {
49
49
  "lodash": "^4.17.21",