@elliemae/ds-card-array 3.17.0-next.9 → 3.17.0
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.
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare const DSCardBoxWithSchema: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").DocumentedReactComponent<{
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
size?: number | undefined;
|
|
5
|
+
}>;
|
|
6
|
+
declare const CardBoxComponent: React.NamedExoticComponent<{
|
|
7
|
+
[x: string]: any;
|
|
8
|
+
size?: number | undefined;
|
|
9
|
+
}>;
|
|
10
|
+
export { CardBoxComponent, DSCardBoxWithSchema };
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare const DSCardWrapperWithSchema: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").DocumentedReactComponent<{
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
columns?: number | undefined;
|
|
5
|
+
}>;
|
|
6
|
+
declare const CardWrapperComponent: React.NamedExoticComponent<{
|
|
7
|
+
[x: string]: any;
|
|
8
|
+
columns?: number | undefined;
|
|
9
|
+
}>;
|
|
10
|
+
export { CardWrapperComponent, DSCardWrapperWithSchema };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const blockName = "card-array";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-card-array",
|
|
3
|
-
"version": "3.17.0
|
|
3
|
+
"version": "3.17.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Card Array",
|
|
6
6
|
"files": [
|
|
@@ -51,8 +51,8 @@
|
|
|
51
51
|
"indent": 4
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@elliemae/ds-classnames": "3.17.0
|
|
55
|
-
"@elliemae/ds-props-helpers": "3.17.0
|
|
54
|
+
"@elliemae/ds-classnames": "3.17.0",
|
|
55
|
+
"@elliemae/ds-props-helpers": "3.17.0"
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
58
58
|
"lodash": "^4.17.21",
|