@elliemae/ds-scrollable-container 3.46.5 → 3.46.7

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
- import type { WeakValidationMap } from 'react';
2
1
  import type React from 'react';
3
2
  import type { GlobalAttributesT, XstyledProps } from '@elliemae/ds-props-helpers';
4
3
  export declare namespace DSScrollableContainerT {
@@ -1,13 +1,12 @@
1
- import type { LayoutProps, SpaceProps, SizingProps } from '@elliemae/ds-system';
2
- export declare const StyledOsHostWrapper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, LayoutProps<import("@xstyled/styled-components").Theme> & SpaceProps & SizingProps<import("@xstyled/styled-components").Theme> & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
1
+ export declare const StyledOsHostWrapper: any;
3
2
  export declare const GlobalStyleScrollContainer: import("styled-components").GlobalStyleComponent<{}, import("styled-components").DefaultTheme>;
4
- export declare const StyledOsHost: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
5
- export declare const StyledOsResizeObserverHost: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
6
- export declare const StyledOsPadding: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
7
- export declare const StyledOsViewport: 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 declare const StyledOsContent: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
9
- export declare const StyledOsScrollbarHorizontal: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
10
- export declare const StyledOsScrollbarVertical: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
11
- export declare const StyledOsScrollbarTrack: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
12
- export declare const StyledOsScrollbarHandle: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
13
- export declare const StyledOsScrollbarCorner: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
3
+ export declare const StyledOsHost: any;
4
+ export declare const StyledOsResizeObserverHost: any;
5
+ export declare const StyledOsPadding: any;
6
+ export declare const StyledOsViewport: any;
7
+ export declare const StyledOsContent: any;
8
+ export declare const StyledOsScrollbarHorizontal: any;
9
+ export declare const StyledOsScrollbarVertical: any;
10
+ export declare const StyledOsScrollbarTrack: any;
11
+ export declare const StyledOsScrollbarHandle: any;
12
+ export declare const StyledOsScrollbarCorner: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-scrollable-container",
3
- "version": "3.46.5",
3
+ "version": "3.46.7",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Scrollable Container",
6
6
  "files": [
@@ -38,13 +38,13 @@
38
38
  "dependencies": {
39
39
  "@elliemae/pui-cli": "9.0.0-next.50",
40
40
  "overlayscrollbars": "1.13.3",
41
- "@elliemae/ds-monorepo-devops": "3.46.5",
42
- "@elliemae/ds-props-helpers": "3.46.5",
43
- "@elliemae/ds-system": "3.46.5"
41
+ "@elliemae/ds-props-helpers": "3.46.7",
42
+ "@elliemae/ds-system": "3.46.7",
43
+ "@elliemae/ds-monorepo-devops": "3.46.7"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@elliemae/pui-cli": "9.0.0-next.50",
47
- "@elliemae/ds-monorepo-devops": "3.46.5"
47
+ "@elliemae/ds-monorepo-devops": "3.46.7"
48
48
  },
49
49
  "peerDependencies": {
50
50
  "react": "^17.0.2",