@elliemae/ds-popperjs 3.46.4 → 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,4 +1,4 @@
1
- import type { WeakValidationMap } from 'react';
1
+ /// <reference types="react" />
2
2
  import { type TypescriptHelpersT } from '@elliemae/ds-typescript-helpers';
3
3
  import type { GlobalAttributesT, XstyledProps } from '@elliemae/ds-props-helpers';
4
4
  import type { usePopper } from 'react-popper';
@@ -1,12 +1,2 @@
1
- import type { SpaceProps, SizingProps, LayoutProps } from '@elliemae/ds-system';
2
- interface StyledContentWrapperPropsT {
3
- zIndex: number;
4
- }
5
- interface StyledAnimatedPopperPropsT {
6
- showPopover: boolean;
7
- animationDuration: number;
8
- withoutAnimation: boolean;
9
- }
10
- export declare const StyledPopoverContentWrapper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, StyledContentWrapperPropsT & Omit<LayoutProps<import("@xstyled/system").Theme>, "zIndex"> & SpaceProps & SizingProps<import("@xstyled/system").Theme> & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
11
- export declare const StyledAnimatedPopper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, StyledAnimatedPopperPropsT & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
12
- export {};
1
+ export declare const StyledPopoverContentWrapper: any;
2
+ export declare const StyledAnimatedPopper: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-popperjs",
3
- "version": "3.46.4",
3
+ "version": "3.46.6",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Popper JS Wrapper",
6
6
  "files": [
@@ -75,14 +75,14 @@
75
75
  "@popperjs/core": "~2.11.7",
76
76
  "@xstyled/system": "~3.7.3",
77
77
  "react-popper": "~2.3.0",
78
- "@elliemae/ds-props-helpers": "3.46.4",
79
- "@elliemae/ds-typescript-helpers": "3.46.4",
80
- "@elliemae/ds-system": "3.46.4"
78
+ "@elliemae/ds-props-helpers": "3.46.6",
79
+ "@elliemae/ds-system": "3.46.6",
80
+ "@elliemae/ds-typescript-helpers": "3.46.6"
81
81
  },
82
82
  "devDependencies": {
83
83
  "@elliemae/pui-cli": "9.0.0-next.50",
84
84
  "styled-components": "~5.3.9",
85
- "@elliemae/ds-monorepo-devops": "3.46.4"
85
+ "@elliemae/ds-monorepo-devops": "3.46.6"
86
86
  },
87
87
  "peerDependencies": {
88
88
  "react": "^17.0.2",