@elliemae/ds-comments 3.17.0-next.8 → 3.17.0-rc.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.
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare const CommentCard: {
3
2
  ({ containerProps, name, date, type, content, style, options, selection, customDropdownMenuProps, borderBottom, dateFormat, timeFormat, maxLines, }: {
4
3
  containerProps?: {} | undefined;
@@ -18,7 +17,7 @@ declare const CommentCard: {
18
17
  dateFormat?: string | undefined;
19
18
  timeFormat?: string | undefined;
20
19
  maxLines?: number | undefined;
21
- }): JSX.Element;
20
+ }): import("react/jsx-runtime.js").JSX.Element;
22
21
  propTypes: {
23
22
  /** props to inject to comment card wrapper */
24
23
  containerProps: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { DSCommentCardWithSchema } from './CommentCard.js';
3
2
  declare const _default: {
4
3
  DSCommentCard: {
@@ -20,7 +19,7 @@ declare const _default: {
20
19
  dateFormat?: string | undefined;
21
20
  timeFormat?: string | undefined;
22
21
  maxLines?: number | undefined;
23
- }): JSX.Element;
22
+ }): import("react/jsx-runtime.js").JSX.Element;
24
23
  propTypes: {
25
24
  containerProps: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT;
26
25
  name: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { DSCommentCardWithSchema } from './components/DSComments.js';
3
2
  export declare const DSCommentCard: {
4
3
  ({ containerProps, name, date, type, content, style, options, selection, customDropdownMenuProps, borderBottom, dateFormat, timeFormat, maxLines, }: {
@@ -19,7 +18,7 @@ export declare const DSCommentCard: {
19
18
  dateFormat?: string | undefined;
20
19
  timeFormat?: string | undefined;
21
20
  maxLines?: number | undefined;
22
- }): JSX.Element;
21
+ }): import("react/jsx-runtime.js").JSX.Element;
23
22
  propTypes: {
24
23
  containerProps: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT;
25
24
  name: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-comments",
3
- "version": "3.17.0-next.8",
3
+ "version": "3.17.0-rc.0",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Comments",
6
6
  "files": [
@@ -52,12 +52,12 @@
52
52
  },
53
53
  "dependencies": {
54
54
  "moment": "~2.29.4",
55
- "@elliemae/ds-button": "3.17.0-next.8",
56
- "@elliemae/ds-classnames": "3.17.0-next.8",
57
- "@elliemae/ds-dropdownmenu": "3.17.0-next.8",
58
- "@elliemae/ds-icons": "3.17.0-next.8",
59
- "@elliemae/ds-props-helpers": "3.17.0-next.8",
60
- "@elliemae/ds-read-more": "3.17.0-next.8"
55
+ "@elliemae/ds-button": "3.17.0-rc.0",
56
+ "@elliemae/ds-classnames": "3.17.0-rc.0",
57
+ "@elliemae/ds-dropdownmenu": "3.17.0-rc.0",
58
+ "@elliemae/ds-icons": "3.17.0-rc.0",
59
+ "@elliemae/ds-props-helpers": "3.17.0-rc.0",
60
+ "@elliemae/ds-read-more": "3.17.0-rc.0"
61
61
  },
62
62
  "devDependencies": {
63
63
  "styled-components": "~5.3.9"