@elliemae/ds-scrollable-container 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.
package/dist/types/styled.d.ts
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
|
|
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:
|
|
5
|
-
export declare const StyledOsResizeObserverHost:
|
|
6
|
-
export declare const StyledOsPadding:
|
|
7
|
-
export declare const StyledOsViewport:
|
|
8
|
-
export declare const StyledOsContent:
|
|
9
|
-
export declare const StyledOsScrollbarHorizontal:
|
|
10
|
-
export declare const StyledOsScrollbarVertical:
|
|
11
|
-
export declare const StyledOsScrollbarTrack:
|
|
12
|
-
export declare const StyledOsScrollbarHandle:
|
|
13
|
-
export declare const StyledOsScrollbarCorner:
|
|
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.
|
|
3
|
+
"version": "3.46.6",
|
|
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-
|
|
42
|
-
"@elliemae/ds-
|
|
43
|
-
"@elliemae/ds-system": "3.46.
|
|
41
|
+
"@elliemae/ds-monorepo-devops": "3.46.6",
|
|
42
|
+
"@elliemae/ds-props-helpers": "3.46.6",
|
|
43
|
+
"@elliemae/ds-system": "3.46.6"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@elliemae/pui-cli": "9.0.0-next.50",
|
|
47
|
-
"@elliemae/ds-monorepo-devops": "3.46.
|
|
47
|
+
"@elliemae/ds-monorepo-devops": "3.46.6"
|
|
48
48
|
},
|
|
49
49
|
"peerDependencies": {
|
|
50
50
|
"react": "^17.0.2",
|