@elliemae/ds-chat-container-header 3.13.1-rc.0 → 3.14.0-next.2

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
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/react-desc-prop-types.tsx", "../../../../scripts/build/transpile/react-shim.js"],
4
- "sourcesContent": ["import type React from 'react';\nimport { PropTypes } from '@elliemae/ds-utilities';\n\nexport declare namespace DSChatContainerHeaderT {\n export interface RequiredProps {\n title: string;\n }\n\n export interface OptionalProps {\n children?: React.ReactChild;\n }\n\n export interface Props extends RequiredProps, OptionalProps {}\n}\n\nexport const propTypes = {\n title: PropTypes.string.isRequired.description(`Card's title`),\n children: PropTypes.node.description('Childrens'),\n};\n", "import * as React from 'react';\nexport { React };\n"],
4
+ "sourcesContent": ["import type React from 'react';\nimport { PropTypes } from '@elliemae/ds-utilities';\n\nexport declare namespace DSChatContainerHeaderT {\n export interface RequiredProps {\n title: string;\n }\n\n export interface OptionalProps {\n children?: React.ReactChild;\n }\n\n export interface Props extends RequiredProps, OptionalProps, Record<string, unknown> {}\n}\n\nexport const propTypes = {\n title: PropTypes.string.isRequired.description(`Card's title`),\n children: PropTypes.node.description('Childrens'),\n};\n", "import * as React from 'react';\nexport { React };\n"],
5
5
  "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADCvB,0BAA0B;AAcnB,MAAM,YAAY;AAAA,EACvB,OAAO,8BAAU,OAAO,WAAW,YAAY,cAAc;AAAA,EAC7D,UAAU,8BAAU,KAAK,YAAY,WAAW;AAClD;",
6
6
  "names": []
7
7
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../../scripts/build/transpile/react-shim.js", "../../src/react-desc-prop-types.tsx"],
4
- "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import type React from 'react';\nimport { PropTypes } from '@elliemae/ds-utilities';\n\nexport declare namespace DSChatContainerHeaderT {\n export interface RequiredProps {\n title: string;\n }\n\n export interface OptionalProps {\n children?: React.ReactChild;\n }\n\n export interface Props extends RequiredProps, OptionalProps {}\n}\n\nexport const propTypes = {\n title: PropTypes.string.isRequired.description(`Card's title`),\n children: PropTypes.node.description('Childrens'),\n};\n"],
4
+ "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import type React from 'react';\nimport { PropTypes } from '@elliemae/ds-utilities';\n\nexport declare namespace DSChatContainerHeaderT {\n export interface RequiredProps {\n title: string;\n }\n\n export interface OptionalProps {\n children?: React.ReactChild;\n }\n\n export interface Props extends RequiredProps, OptionalProps, Record<string, unknown> {}\n}\n\nexport const propTypes = {\n title: PropTypes.string.isRequired.description(`Card's title`),\n children: PropTypes.node.description('Childrens'),\n};\n"],
5
5
  "mappings": "AAAA,YAAY,WAAW;ACCvB,SAAS,iBAAiB;AAcnB,MAAM,YAAY;AAAA,EACvB,OAAO,UAAU,OAAO,WAAW,YAAY,cAAc;AAAA,EAC7D,UAAU,UAAU,KAAK,YAAY,WAAW;AAClD;",
6
6
  "names": []
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-chat-container-header",
3
- "version": "3.13.1-rc.0",
3
+ "version": "3.14.0-next.2",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Chat Container Header",
6
6
  "files": [
@@ -47,10 +47,10 @@
47
47
  "typeSafety": false
48
48
  },
49
49
  "dependencies": {
50
- "@elliemae/ds-grid": "3.13.1-rc.0",
51
- "@elliemae/ds-system": "3.13.1-rc.0",
52
- "@elliemae/ds-truncated-tooltip-text": "3.13.1-rc.0",
53
- "@elliemae/ds-utilities": "3.13.1-rc.0"
50
+ "@elliemae/ds-grid": "3.14.0-next.2",
51
+ "@elliemae/ds-system": "3.14.0-next.2",
52
+ "@elliemae/ds-truncated-tooltip-text": "3.14.0-next.2",
53
+ "@elliemae/ds-utilities": "3.14.0-next.2"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@testing-library/react": "~12.1.3",