@elliemae/ds-popperjs 3.18.0-next.1 → 3.18.0-next.3

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 { SpaceProps, SizingProps, LayoutProps } from '@elliemae/ds-system';
3
2
  interface StyledContentWrapperPropsT {
4
3
  zIndex: number;
@@ -8,6 +7,6 @@ interface StyledAnimatedPopperPropsT {
8
7
  animationDuration: number;
9
8
  withoutAnimation: boolean;
10
9
  }
11
- 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>, never>;
12
- export declare const StyledAnimatedPopper: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & StyledAnimatedPopperPropsT, never>;
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, never>;
11
+ export declare const StyledAnimatedPopper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, StyledAnimatedPopperPropsT & import("@elliemae/ds-system").OwnerInterface, never>;
13
12
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-popperjs",
3
- "version": "3.18.0-next.1",
3
+ "version": "3.18.0-next.3",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Popper JS Wrapper",
6
6
  "files": [
@@ -73,9 +73,9 @@
73
73
  "dependencies": {
74
74
  "@xstyled/system": "~3.7.3",
75
75
  "react-popper": "~2.3.0",
76
- "@elliemae/ds-props-helpers": "3.18.0-next.1",
77
- "@elliemae/ds-system": "3.18.0-next.1",
78
- "@elliemae/ds-utilities": "3.18.0-next.1"
76
+ "@elliemae/ds-props-helpers": "3.18.0-next.3",
77
+ "@elliemae/ds-system": "3.18.0-next.3",
78
+ "@elliemae/ds-utilities": "3.18.0-next.3"
79
79
  },
80
80
  "devDependencies": {
81
81
  "styled-components": "~5.3.9"
@@ -83,7 +83,7 @@
83
83
  "peerDependencies": {
84
84
  "react": "^17.0.2",
85
85
  "react-dom": "^17.0.2",
86
- "styled-components": "~5.3.6"
86
+ "styled-components": "~5.3.9"
87
87
  },
88
88
  "publishConfig": {
89
89
  "access": "public",
@@ -98,6 +98,6 @@
98
98
  "build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs",
99
99
  "dev:build": "pnpm --filter {.}... build",
100
100
  "dev:install": "pnpm --filter {.}... i --no-lockfile && pnpm run dev:build",
101
- "checkDeps": "npx -yes ../ds-codemods check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
101
+ "checkDeps": "npm exec ../ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
102
102
  }
103
103
  }