@elliemae/ds-side-panel-header 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.
- package/dist/types/styled.d.ts +5 -6
- package/package.json +8 -8
package/dist/types/styled.d.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const
|
|
3
|
-
export declare const
|
|
4
|
-
export declare const
|
|
5
|
-
export declare const
|
|
6
|
-
export declare const StyledSeparator: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, import("@xstyled/util").Props<import("@xstyled/system").Theme> & import("@xstyled/system").TypographyProps<import("@xstyled/system").Theme> & import("@elliemae/ds-system").BackgroundProps & import("@elliemae/ds-system").SpaceProps & import("@xstyled/system").BoxShadowProps<import("@xstyled/system").Theme> & import("@xstyled/system").FlexboxesProps<import("@xstyled/system").Theme> & import("@xstyled/system").LayoutProps<import("@xstyled/system").Theme> & import("@elliemae/ds-system").ColorProps & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
|
1
|
+
export declare const StyledTitle: any;
|
|
2
|
+
export declare const Wrapper: any;
|
|
3
|
+
export declare const StyledCloseButton: any;
|
|
4
|
+
export declare const StyledSeparatorWrapper: any;
|
|
5
|
+
export declare const StyledSeparator: any;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-side-panel-header",
|
|
3
|
-
"version": "3.46.
|
|
3
|
+
"version": "3.46.6",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Side Panel Header",
|
|
6
6
|
"files": [
|
|
@@ -57,18 +57,18 @@
|
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
59
|
"@elliemae/pui-theme": "~2.10.0",
|
|
60
|
-
"@elliemae/ds-button-v2": "3.46.
|
|
61
|
-
"@elliemae/ds-grid": "3.46.
|
|
62
|
-
"@elliemae/ds-
|
|
63
|
-
"@elliemae/ds-
|
|
64
|
-
"@elliemae/ds-system": "3.46.
|
|
60
|
+
"@elliemae/ds-button-v2": "3.46.6",
|
|
61
|
+
"@elliemae/ds-grid": "3.46.6",
|
|
62
|
+
"@elliemae/ds-icons": "3.46.6",
|
|
63
|
+
"@elliemae/ds-props-helpers": "3.46.6",
|
|
64
|
+
"@elliemae/ds-system": "3.46.6"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
67
|
"@elliemae/pui-cli": "9.0.0-next.50",
|
|
68
68
|
"@xstyled/system": "3.7.0",
|
|
69
69
|
"@xstyled/util": "3.7.0",
|
|
70
70
|
"styled-components": "~5.3.9",
|
|
71
|
-
"@elliemae/ds-monorepo-devops": "3.46.
|
|
71
|
+
"@elliemae/ds-monorepo-devops": "3.46.6"
|
|
72
72
|
},
|
|
73
73
|
"peerDependencies": {
|
|
74
74
|
"lodash": "^4.17.21",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
},
|
|
79
79
|
"publishConfig": {
|
|
80
80
|
"access": "public",
|
|
81
|
-
"typeSafety":
|
|
81
|
+
"typeSafety": false
|
|
82
82
|
},
|
|
83
83
|
"scripts": {
|
|
84
84
|
"dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",
|