@elliemae/ds-card 2.4.17 → 2.4.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-card",
3
- "version": "2.4.17",
3
+ "version": "2.4.20",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Card",
6
6
  "module": "./esm/index.js",
@@ -68,15 +68,15 @@
68
68
  "build": "node ../../scripts/build/build.js"
69
69
  },
70
70
  "dependencies": {
71
- "@elliemae/ds-button": "2.4.17",
72
- "@elliemae/ds-classnames": "2.4.17",
73
- "@elliemae/ds-form": "2.4.17",
74
- "@elliemae/ds-grid": "2.4.17",
75
- "@elliemae/ds-header": "2.4.17",
76
- "@elliemae/ds-icons": "2.4.17",
77
- "@elliemae/ds-separator": "2.4.17",
78
- "@elliemae/ds-system": "2.4.17",
79
- "@elliemae/ds-truncated-tooltip-text": "2.4.17",
71
+ "@elliemae/ds-button": "2.4.20",
72
+ "@elliemae/ds-classnames": "2.4.20",
73
+ "@elliemae/ds-form": "2.4.20",
74
+ "@elliemae/ds-grid": "2.4.20",
75
+ "@elliemae/ds-header": "2.4.20",
76
+ "@elliemae/ds-icons": "2.4.20",
77
+ "@elliemae/ds-separator": "2.4.20",
78
+ "@elliemae/ds-system": "2.4.20",
79
+ "@elliemae/ds-truncated-tooltip-text": "2.4.20",
80
80
  "react-desc": "~4.1.3"
81
81
  },
82
82
  "devDependencies": {
package/types/DSCard.d.ts CHANGED
@@ -1,5 +1,4 @@
1
1
  /// <reference path="../../../../shared/typings/react-desc.d.ts" />
2
- /// <reference types="react" />
3
2
  declare const DSCard: {
4
3
  ({ innerRef, children, containerProps, ...otherProps }: {
5
4
  [x: string]: any;
@@ -1,5 +1,4 @@
1
1
  /// <reference path="../../../../shared/typings/react-desc.d.ts" />
2
- /// <reference types="react" />
3
2
  declare const DSCardBody: {
4
3
  ({ children }: {
5
4
  children: any;
@@ -1,5 +1,4 @@
1
1
  /// <reference path="../../../../shared/typings/react-desc.d.ts" />
2
- /// <reference types="react" />
3
2
  declare const DSCardHeader: {
4
3
  ({ title, action }: {
5
4
  title: any;
@@ -1,5 +1,4 @@
1
1
  /// <reference path="../../../../../shared/typings/react-desc.d.ts" />
2
- /// <reference types="react" />
3
2
  declare const DetailCard: {
4
3
  ({ title, description, descriptionColor, rightValue, rightDescription, rightAddon, selectable, isSelected, onSelect, expandable, isExpanded, onExpand, expandContent, readOnly, disabled, }: {
5
4
  title: any;
@@ -1,5 +1,4 @@
1
1
  /// <reference path="../../../../../shared/typings/react-desc.d.ts" />
2
- /// <reference types="react" />
3
2
  declare const ActionAddon: {
4
3
  ({ label, onClick, icon }: {
5
4
  label: any;
@@ -1,5 +1,4 @@
1
1
  /// <reference path="../../../../../shared/typings/react-desc.d.ts" />
2
- /// <reference types="react" />
3
2
  declare const CustomCard: {
4
3
  ({ title, description, leftAddon, rightAddon, hasBorder, }: {
5
4
  title: any;
@@ -1,5 +1,4 @@
1
1
  /// <reference path="../../../../../shared/typings/react-desc.d.ts" />
2
- /// <reference types="react" />
3
2
  declare const CardGroup: {
4
3
  ({ children, title, action }: {
5
4
  children: any;