@regenbio/regenbio-components-react 1.2.85 → 1.2.87

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.
@@ -4,6 +4,12 @@
4
4
  http://jedwatson.github.io/classnames
5
5
  */
6
6
 
7
+ /*!
8
+ Copyright (c) 2018 Jed Watson.
9
+ Licensed under the MIT License (MIT), see
10
+ http://jedwatson.github.io/classnames
11
+ */
12
+
7
13
  /*!
8
14
  * @antv/g-lite
9
15
  * @description A core module for rendering engine implements DOM API.
@@ -40,8 +46,16 @@
40
46
  * @docs https://g.antv.antgroup.com/
41
47
  */
42
48
 
49
+ /*!
50
+ * The MIT License
51
+ Copyright (c) 2018 Dmitriy Kubyshkin
52
+ Copied from https://github.com/grassator/insert-text-at-cursor
53
+ */
54
+
43
55
  /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
44
56
 
57
+ /*! showdown v 2.1.0 - 21-04-2022 */
58
+
45
59
  /**
46
60
  * @license
47
61
  * Lodash <https://lodash.com/>
@@ -4,6 +4,10 @@ declare const _default: {
4
4
  'components.constants.sex-list.secret': string;
5
5
  'components.constants.sex-list.male': string;
6
6
  'components.constants.sex-list.female': string;
7
+ 'components.markdown-editor.write': string;
8
+ 'components.markdown-editor.preview': string;
9
+ 'components.markdown-editor.uploading-image': string;
10
+ 'components.markdown-editor.paste-drop-select': string;
7
11
  'components.attachment-text.appendix': string;
8
12
  'components.user-selector.placeholder': string;
9
13
  'components.user-selector.search': string;
@@ -4,6 +4,10 @@ declare const _default: {
4
4
  'components.constants.sex-list.secret': string;
5
5
  'components.constants.sex-list.male': string;
6
6
  'components.constants.sex-list.female': string;
7
+ 'components.markdown-editor.write': string;
8
+ 'components.markdown-editor.preview': string;
9
+ 'components.markdown-editor.uploading-image': string;
10
+ 'components.markdown-editor.paste-drop-select': string;
7
11
  'components.attachment-text.appendix': string;
8
12
  'components.user-selector.placeholder': string;
9
13
  'components.user-selector.search': string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regenbio/regenbio-components-react",
3
- "version": "1.2.85",
3
+ "version": "1.2.87",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -42,7 +42,11 @@
42
42
  "ts-loader": "^9.5.1",
43
43
  "typescript": "^5.7.2",
44
44
  "webpack": "^5.97.1",
45
- "webpack-cli": "^6.0.1"
45
+ "webpack-cli": "^6.0.1",
46
+ "react-mde": "^11.5.0",
47
+ "react-syntax-highlighter": "^15.5.0",
48
+ "showdown": "^2.1.0",
49
+ "@types/showdown": "^2.0.6"
46
50
  },
47
51
  "dependencies": {
48
52
  "@antv/g2": "^5.2.7",