react-msaview 4.8.1 → 5.0.1

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.
Files changed (40) hide show
  1. package/README.md +9 -2
  2. package/bundle/index.js +127 -227
  3. package/bundle/index.js.LICENSE.txt +0 -68
  4. package/bundle/index.js.map +1 -1
  5. package/dist/components/ConservationTrack.js +1 -2
  6. package/dist/components/ConservationTrack.js.map +1 -1
  7. package/dist/components/msa/MSAMouseoverCanvas.js +1 -1
  8. package/dist/components/msa/MSAMouseoverCanvas.js.map +1 -1
  9. package/dist/components/tree/TreeCanvas.js +1 -1
  10. package/dist/components/tree/TreeCanvas.js.map +1 -1
  11. package/dist/index.d.ts +1 -0
  12. package/dist/model/DataModel.d.ts +5 -5
  13. package/dist/model/DataModel.js +1 -1
  14. package/dist/model/DataModel.js.map +1 -1
  15. package/dist/model/DialogQueue.d.ts +2 -2
  16. package/dist/model/DialogQueue.js +1 -1
  17. package/dist/model/DialogQueue.js.map +1 -1
  18. package/dist/model/msaModel.d.ts +4 -4
  19. package/dist/model/msaModel.js +1 -1
  20. package/dist/model/msaModel.js.map +1 -1
  21. package/dist/model/treeModel.d.ts +10 -10
  22. package/dist/model/treeModel.js +1 -1
  23. package/dist/model/treeModel.js.map +1 -1
  24. package/dist/model.d.ts +513 -417
  25. package/dist/model.js +9 -5
  26. package/dist/model.js.map +1 -1
  27. package/dist/version.d.ts +1 -1
  28. package/dist/version.js +1 -1
  29. package/package.json +7 -7
  30. package/src/components/ConservationTrack.tsx +1 -2
  31. package/src/components/msa/MSAMouseoverCanvas.tsx +1 -1
  32. package/src/components/tree/TreeCanvas.tsx +1 -1
  33. package/src/index.ts +1 -0
  34. package/src/model/DataModel.ts +1 -1
  35. package/src/model/DialogQueue.ts +1 -1
  36. package/src/model/msaModel.ts +1 -1
  37. package/src/model/treeModel.ts +1 -1
  38. package/src/model.ts +15 -10
  39. package/src/version.ts +1 -1
  40. package/dist/__snapshots__/parseAsn1.test.js.snap +0 -2400
@@ -6,26 +6,6 @@
6
6
  * MIT Licensed
7
7
  */
8
8
 
9
- /*!
10
- * tabbable 6.4.0
11
- * @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
12
- */
13
-
14
- /*! *****************************************************************************
15
- Copyright (c) Microsoft Corporation.
16
-
17
- Permission to use, copy, modify, and/or distribute this software for any
18
- purpose with or without fee is hereby granted.
19
-
20
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
21
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
22
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
23
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
24
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
25
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
26
- PERFORMANCE OF THIS SOFTWARE.
27
- ***************************************************************************** */
28
-
29
9
  /*! @license DOMPurify 3.3.1 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.3.1/LICENSE */
30
10
 
31
11
  /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */
@@ -125,54 +105,6 @@ PERFORMANCE OF THIS SOFTWARE.
125
105
  * LICENSE file in the root directory of this source tree.
126
106
  */
127
107
 
128
- /**
129
- * @mui/material v7.3.7
130
- *
131
- * @license MIT
132
- * This source code is licensed under the MIT license found in the
133
- * LICENSE file in the root directory of this source tree.
134
- */
135
-
136
- /**
137
- * @mui/private-theming v7.3.7
138
- *
139
- * @license MIT
140
- * This source code is licensed under the MIT license found in the
141
- * LICENSE file in the root directory of this source tree.
142
- */
143
-
144
- /**
145
- * @mui/styled-engine v7.3.7
146
- *
147
- * @license MIT
148
- * This source code is licensed under the MIT license found in the
149
- * LICENSE file in the root directory of this source tree.
150
- */
151
-
152
- /**
153
- * @mui/system v7.3.7
154
- *
155
- * @license MIT
156
- * This source code is licensed under the MIT license found in the
157
- * LICENSE file in the root directory of this source tree.
158
- */
159
-
160
- /**
161
- * @mui/x-data-grid v8.24.0
162
- *
163
- * @license MIT
164
- * This source code is licensed under the MIT license found in the
165
- * LICENSE file in the root directory of this source tree.
166
- */
167
-
168
- /**
169
- * @mui/x-virtualizer v0.3.1
170
- *
171
- * @license MIT
172
- * This source code is licensed under the MIT license found in the
173
- * LICENSE file in the root directory of this source tree.
174
- */
175
-
176
108
  /** @license React v16.13.1
177
109
  * react-is.production.min.js
178
110
  *