@elliemae/ds-card 3.17.0-next.2 → 3.17.0-next.20

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.
@@ -4,7 +4,7 @@ declare const DSCard: {
4
4
  innerRef?: undefined;
5
5
  children?: null | undefined;
6
6
  containerProps?: {} | undefined;
7
- }): JSX.Element;
7
+ }): import("react/jsx-runtime.js").JSX.Element;
8
8
  propTypes: {
9
9
  /** inject props to component wrapper */
10
10
  containerProps: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT;
@@ -1,7 +1,7 @@
1
1
  declare const DSCardBody: {
2
2
  ({ children }: {
3
3
  children: any;
4
- }): JSX.Element;
4
+ }): import("react/jsx-runtime").JSX.Element;
5
5
  propTypes: {
6
6
  /** children */
7
7
  children: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
@@ -2,7 +2,7 @@ declare const DSCardHeader: {
2
2
  ({ title, action }: {
3
3
  title: any;
4
4
  action: any;
5
- }): JSX.Element;
5
+ }): import("react/jsx-runtime").JSX.Element;
6
6
  propTypes: {
7
7
  /** card header title */
8
8
  title: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
@@ -15,7 +15,7 @@ declare const DetailCard: {
15
15
  expandContent: any;
16
16
  readOnly?: boolean | undefined;
17
17
  disabled?: boolean | undefined;
18
- }): JSX.Element;
18
+ }): import("react/jsx-runtime.js").JSX.Element;
19
19
  propTypes: {
20
20
  /**
21
21
  * Title of the card.
@@ -4,7 +4,7 @@ declare const ActionAddon: {
4
4
  label: any;
5
5
  onClick: any;
6
6
  icon: any;
7
- }): JSX.Element;
7
+ }): import("react/jsx-runtime").JSX.Element;
8
8
  propTypes: {
9
9
  /**
10
10
  * Addon label
@@ -5,7 +5,7 @@ declare const CustomCard: {
5
5
  leftAddon: any;
6
6
  rightAddon: any;
7
7
  hasBorder?: boolean | undefined;
8
- }): JSX.Element;
8
+ }): import("react/jsx-runtime.js").JSX.Element;
9
9
  propTypes: {
10
10
  /**
11
11
  * Title of the card. requiered
@@ -3,7 +3,7 @@ declare const CardGroup: {
3
3
  children: any;
4
4
  title: any;
5
5
  action: any;
6
- }): JSX.Element;
6
+ }): import("react/jsx-runtime.js").JSX.Element;
7
7
  propTypes: {
8
8
  /**
9
9
  * Card items
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-card",
3
- "version": "3.17.0-next.2",
3
+ "version": "3.17.0-next.20",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Card",
6
6
  "files": [
@@ -71,17 +71,16 @@
71
71
  "indent": 4
72
72
  },
73
73
  "dependencies": {
74
- "@elliemae/ds-button": "3.17.0-next.2",
75
- "@elliemae/ds-icons": "3.17.0-next.2",
76
- "@elliemae/ds-classnames": "3.17.0-next.2",
77
- "@elliemae/ds-props-helpers": "3.17.0-next.2",
78
- "@elliemae/ds-form": "3.17.0-next.2",
79
- "@elliemae/ds-system": "3.17.0-next.2",
80
- "@elliemae/ds-grid": "3.17.0-next.2",
81
- "@elliemae/ds-separator": "3.17.0-next.2",
82
- "@elliemae/ds-truncated-tooltip-text": "3.17.0-next.2",
83
- "@elliemae/ds-utilities": "3.17.0-next.2",
84
- "@elliemae/ds-header": "3.17.0-next.2"
74
+ "@elliemae/ds-button": "3.17.0-next.20",
75
+ "@elliemae/ds-classnames": "3.17.0-next.20",
76
+ "@elliemae/ds-form": "3.17.0-next.20",
77
+ "@elliemae/ds-grid": "3.17.0-next.20",
78
+ "@elliemae/ds-icons": "3.17.0-next.20",
79
+ "@elliemae/ds-props-helpers": "3.17.0-next.20",
80
+ "@elliemae/ds-separator": "3.17.0-next.20",
81
+ "@elliemae/ds-system": "3.17.0-next.20",
82
+ "@elliemae/ds-truncated-tooltip-text": "3.17.0-next.20",
83
+ "@elliemae/ds-header": "3.17.0-next.20"
85
84
  },
86
85
  "devDependencies": {
87
86
  "@testing-library/jest-dom": "~5.16.5",