@elliemae/ds-read-more 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,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import type { DSReadMoreT } from './index.d';
3
3
  declare const DSReadMore: {
4
- (props: DSReadMoreT): JSX.Element;
4
+ (props: DSReadMoreT): import("react/jsx-runtime.js").JSX.Element;
5
5
  propTypes: React.WeakValidationMap<unknown>;
6
6
  };
7
7
  declare const DSReadMoreWithSchema: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").DocumentedReactComponent<DSReadMoreT>;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { MoreLessButtonT } from './index.d';
3
- declare const MoreLessButton: (props: MoreLessButtonT) => JSX.Element;
2
+ declare const MoreLessButton: (props: MoreLessButtonT) => import("react/jsx-runtime").JSX.Element;
4
3
  export { MoreLessButton };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-read-more",
3
- "version": "3.17.0-next.8",
3
+ "version": "3.17.0-rc.0",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Read More",
6
6
  "files": [
@@ -43,12 +43,12 @@
43
43
  "indent": 4
44
44
  },
45
45
  "dependencies": {
46
- "@elliemae/ds-button": "3.17.0-next.8",
47
- "@elliemae/ds-props-helpers": "3.17.0-next.8",
48
- "@elliemae/ds-shared": "3.17.0-next.8",
49
- "@elliemae/ds-system": "3.17.0-next.8",
50
- "@elliemae/ds-tooltip": "3.17.0-next.8",
51
- "@elliemae/ds-utilities": "3.17.0-next.8"
46
+ "@elliemae/ds-button": "3.17.0-rc.0",
47
+ "@elliemae/ds-props-helpers": "3.17.0-rc.0",
48
+ "@elliemae/ds-shared": "3.17.0-rc.0",
49
+ "@elliemae/ds-system": "3.17.0-rc.0",
50
+ "@elliemae/ds-tooltip": "3.17.0-rc.0",
51
+ "@elliemae/ds-utilities": "3.17.0-rc.0"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@testing-library/dom": "~8.19.0",