@elliemae/ds-card 3.17.0-next.6 → 3.17.0-next.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,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const DSCard: {
2
3
  ({ innerRef, children, containerProps, ...otherProps }: {
3
4
  [x: string]: any;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const DSCardBody: {
2
3
  ({ children }: {
3
4
  children: any;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const DSCardHeader: {
2
3
  ({ title, action }: {
3
4
  title: any;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const DetailCard: {
2
3
  ({ title, description, descriptionColor, rightValue, rightDescription, rightAddon, selectable, isSelected, onSelect, expandable, isExpanded, onExpand, expandContent, readOnly, disabled, }: {
3
4
  title: any;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const ActionAddon: {
2
3
  ({ innerRef, label, onClick, icon }: {
3
4
  innerRef: any;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const CustomCard: {
2
3
  ({ title, description, leftAddon, rightAddon, hasBorder, }: {
3
4
  title: any;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const CardGroup: {
2
3
  ({ children, title, action }: {
3
4
  children: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-card",
3
- "version": "3.17.0-next.6",
3
+ "version": "3.17.0-next.7",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Card",
6
6
  "files": [
@@ -71,16 +71,16 @@
71
71
  "indent": 4
72
72
  },
73
73
  "dependencies": {
74
- "@elliemae/ds-button": "3.17.0-next.6",
75
- "@elliemae/ds-classnames": "3.17.0-next.6",
76
- "@elliemae/ds-form": "3.17.0-next.6",
77
- "@elliemae/ds-grid": "3.17.0-next.6",
78
- "@elliemae/ds-header": "3.17.0-next.6",
79
- "@elliemae/ds-icons": "3.17.0-next.6",
80
- "@elliemae/ds-props-helpers": "3.17.0-next.6",
81
- "@elliemae/ds-separator": "3.17.0-next.6",
82
- "@elliemae/ds-system": "3.17.0-next.6",
83
- "@elliemae/ds-truncated-tooltip-text": "3.17.0-next.6"
74
+ "@elliemae/ds-button": "3.17.0-next.7",
75
+ "@elliemae/ds-classnames": "3.17.0-next.7",
76
+ "@elliemae/ds-form": "3.17.0-next.7",
77
+ "@elliemae/ds-grid": "3.17.0-next.7",
78
+ "@elliemae/ds-header": "3.17.0-next.7",
79
+ "@elliemae/ds-icons": "3.17.0-next.7",
80
+ "@elliemae/ds-props-helpers": "3.17.0-next.7",
81
+ "@elliemae/ds-separator": "3.17.0-next.7",
82
+ "@elliemae/ds-system": "3.17.0-next.7",
83
+ "@elliemae/ds-truncated-tooltip-text": "3.17.0-next.7"
84
84
  },
85
85
  "devDependencies": {
86
86
  "@testing-library/jest-dom": "~5.16.5",