@jbrowse/react-circular-genome-view2 3.7.0 → 4.0.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.
Files changed (55) hide show
  1. package/esm/JBrowseCircularGenomeView/JBrowseCircularGenomeView.d.ts +1 -1
  2. package/esm/JBrowseCircularGenomeView/JBrowseCircularGenomeView.js +1 -1
  3. package/esm/JBrowseCircularGenomeView/index.d.ts +1 -1
  4. package/esm/JBrowseCircularGenomeView/index.js +1 -1
  5. package/esm/corePlugins.d.ts +2 -2
  6. package/esm/createModel/createConfigModel.d.ts +25 -29
  7. package/esm/createModel/createConfigModel.js +1 -1
  8. package/esm/createModel/createModel.d.ts +517 -680
  9. package/esm/createModel/createModel.js +5 -5
  10. package/esm/createModel/createSessionModel.d.ts +247 -327
  11. package/esm/createModel/createSessionModel.js +5 -4
  12. package/esm/createModel/index.d.ts +3 -3
  13. package/esm/createModel/index.js +3 -3
  14. package/esm/createViewState.d.ts +1305 -1757
  15. package/esm/createViewState.js +3 -4
  16. package/esm/index.d.ts +4 -4
  17. package/esm/index.js +4 -4
  18. package/esm/loadPlugins.js +1 -1
  19. package/esm/types.d.ts +1 -1
  20. package/esm/version.d.ts +1 -1
  21. package/esm/version.js +1 -1
  22. package/esm/webpack.d.ts +4 -4
  23. package/esm/webpack.js +4 -4
  24. package/package.json +38 -40
  25. package/dist/JBrowseCircularGenomeView/JBrowseCircularGenomeView.d.ts +0 -5
  26. package/dist/JBrowseCircularGenomeView/JBrowseCircularGenomeView.js +0 -23
  27. package/dist/JBrowseCircularGenomeView/index.d.ts +0 -1
  28. package/dist/JBrowseCircularGenomeView/index.js +0 -8
  29. package/dist/corePlugins.d.ts +0 -3
  30. package/dist/corePlugins.js +0 -22
  31. package/dist/createModel/AboutDialog.d.ts +0 -1
  32. package/dist/createModel/AboutDialog.js +0 -5
  33. package/dist/createModel/createConfigModel.d.ts +0 -104
  34. package/dist/createModel/createConfigModel.js +0 -43
  35. package/dist/createModel/createModel.d.ts +0 -4588
  36. package/dist/createModel/createModel.js +0 -117
  37. package/dist/createModel/createSessionModel.d.ts +0 -1870
  38. package/dist/createModel/createSessionModel.js +0 -115
  39. package/dist/createModel/index.d.ts +0 -3
  40. package/dist/createModel/index.js +0 -12
  41. package/dist/createViewState.d.ts +0 -11770
  42. package/dist/createViewState.js +0 -64
  43. package/dist/index.d.ts +0 -4
  44. package/dist/index.js +0 -14
  45. package/dist/loadPlugins.d.ts +0 -13
  46. package/dist/loadPlugins.js +0 -12
  47. package/dist/react-circular-genome-view.umd.production.min.js +0 -229
  48. package/dist/react-circular-genome-view.umd.production.min.js.LICENSE.txt +0 -145
  49. package/dist/react-circular-genome-view.umd.production.min.js.map +0 -1
  50. package/dist/types.d.ts +0 -5
  51. package/dist/types.js +0 -2
  52. package/dist/version.d.ts +0 -1
  53. package/dist/version.js +0 -4
  54. package/dist/webpack.d.ts +0 -7
  55. package/dist/webpack.js +0 -53
@@ -1,145 +0,0 @@
1
- /*!
2
- * escape-html
3
- * Copyright(c) 2012-2013 TJ Holowaychuk
4
- * Copyright(c) 2015 Andreas Lubbe
5
- * Copyright(c) 2015 Tiancheng "Timothy" Gu
6
- * MIT Licensed
7
- */
8
-
9
- /*! *****************************************************************************
10
- Copyright (c) Microsoft Corporation.
11
-
12
- Permission to use, copy, modify, and/or distribute this software for any
13
- purpose with or without fee is hereby granted.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
16
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
17
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
18
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
19
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
20
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
21
- PERFORMANCE OF THIS SOFTWARE.
22
- ***************************************************************************** */
23
-
24
- /*! @license DOMPurify 3.3.0 | (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.0/LICENSE */
25
-
26
- /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */
27
-
28
- /**
29
- * @license React
30
- * react-compiler-runtime.production.js
31
- *
32
- * Copyright (c) Meta Platforms, Inc. and affiliates.
33
- *
34
- * This source code is licensed under the MIT license found in the
35
- * LICENSE file in the root directory of this source tree.
36
- */
37
-
38
- /**
39
- * @license React
40
- * react-dom-client.production.js
41
- *
42
- * Copyright (c) Meta Platforms, Inc. and affiliates.
43
- *
44
- * This source code is licensed under the MIT license found in the
45
- * LICENSE file in the root directory of this source tree.
46
- */
47
-
48
- /**
49
- * @license React
50
- * react-dom-server-legacy.browser.production.js
51
- *
52
- * Copyright (c) Meta Platforms, Inc. and affiliates.
53
- *
54
- * This source code is licensed under the MIT license found in the
55
- * LICENSE file in the root directory of this source tree.
56
- */
57
-
58
- /**
59
- * @license React
60
- * react-dom-server.browser.production.js
61
- *
62
- * Copyright (c) Meta Platforms, Inc. and affiliates.
63
- *
64
- * This source code is licensed under the MIT license found in the
65
- * LICENSE file in the root directory of this source tree.
66
- */
67
-
68
- /**
69
- * @license React
70
- * react-dom.production.js
71
- *
72
- * Copyright (c) Meta Platforms, Inc. and affiliates.
73
- *
74
- * This source code is licensed under the MIT license found in the
75
- * LICENSE file in the root directory of this source tree.
76
- */
77
-
78
- /**
79
- * @license React
80
- * react-is.production.js
81
- *
82
- * Copyright (c) Meta Platforms, Inc. and affiliates.
83
- *
84
- * This source code is licensed under the MIT license found in the
85
- * LICENSE file in the root directory of this source tree.
86
- */
87
-
88
- /**
89
- * @license React
90
- * react-jsx-runtime.production.js
91
- *
92
- * Copyright (c) Meta Platforms, Inc. and affiliates.
93
- *
94
- * This source code is licensed under the MIT license found in the
95
- * LICENSE file in the root directory of this source tree.
96
- */
97
-
98
- /**
99
- * @license React
100
- * react.production.js
101
- *
102
- * Copyright (c) Meta Platforms, Inc. and affiliates.
103
- *
104
- * This source code is licensed under the MIT license found in the
105
- * LICENSE file in the root directory of this source tree.
106
- */
107
-
108
- /**
109
- * @license React
110
- * scheduler.production.js
111
- *
112
- * Copyright (c) Meta Platforms, Inc. and affiliates.
113
- *
114
- * This source code is licensed under the MIT license found in the
115
- * LICENSE file in the root directory of this source tree.
116
- */
117
-
118
- /**
119
- * @license React
120
- * use-sync-external-store-shim.production.js
121
- *
122
- * Copyright (c) Meta Platforms, Inc. and affiliates.
123
- *
124
- * This source code is licensed under the MIT license found in the
125
- * LICENSE file in the root directory of this source tree.
126
- */
127
-
128
- /**
129
- * @license React
130
- * use-sync-external-store-shim/with-selector.production.js
131
- *
132
- * Copyright (c) Meta Platforms, Inc. and affiliates.
133
- *
134
- * This source code is licensed under the MIT license found in the
135
- * LICENSE file in the root directory of this source tree.
136
- */
137
-
138
- /** @license React v16.13.1
139
- * react-is.production.min.js
140
- *
141
- * Copyright (c) Facebook, Inc. and its affiliates.
142
- *
143
- * This source code is licensed under the MIT license found in the
144
- * LICENSE file in the root directory of this source tree.
145
- */