@gitkraken/gitkraken-components 13.0.0-vnext.10 → 13.0.0-vnext.16
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.
- package/dist/components/dnd/DndComponent.d.ts +1 -1
- package/dist/components/dnd/DndContainer.d.ts +1 -1
- package/dist/components/graph/GraphColumn.d.ts +2 -1
- package/dist/components/graph/GraphContainer.d.ts +46 -13
- package/dist/components/graph/GraphHeaderRow.d.ts +1 -1
- package/dist/components/graph/GraphScrollMarker.d.ts +1 -1
- package/dist/components/graph/commitzone/CommitNode.d.ts +1 -1
- package/dist/components/graph/commitzone/CommitZone.d.ts +1 -1
- package/dist/components/graph/commitzone/GraphAvatar.d.ts +1 -1
- package/dist/components/graph/commitzone/edges/Edges.d.ts +1 -1
- package/dist/components/graph/common/DraggableGraphHeader.d.ts +1 -1
- package/dist/components/graph/common/GenericGraphZone.d.ts +1 -1
- package/dist/components/graph/common/ScrollbarContainer.d.ts +1 -1
- package/dist/components/graph/messagezone/WorkDirMessageInput.d.ts +1 -1
- package/dist/components/graph/refzone/CreateRefNode.d.ts +1 -1
- package/dist/components/graph/refzone/RefNode.d.ts +1 -1
- package/dist/components/graph/rowRenderers/CommitsInfoRow.d.ts +1 -1
- package/dist/components/graph/shared/Avatar.d.ts +1 -1
- package/dist/components/graph/shared/FileDiffTypeIcon.d.ts +2 -1
- package/dist/components/graph/shared/WipStatsPill.d.ts +11 -0
- package/dist/components/resizable/Resizable.d.ts +2 -2
- package/dist/domain/generic/GenericTypes.d.ts +4 -0
- package/dist/domain/graph/GraphConstants.d.ts +14 -0
- package/dist/domain/graph/GraphTypes.d.ts +19 -6
- package/dist/domain/graph/row/ProcessedGraphRowObj.d.ts +4 -4
- package/dist/domain/reactvirtualized/ReactVirtualizedHelpers.d.ts +1 -1
- package/dist/index.js +8 -9
- package/dist/styles.css +1 -1
- package/dist/utils/ObjectUtils.d.ts +29 -0
- package/package.json +94 -96
- package/CHANGELOG.md +0 -18
- package/ThirdPartyNotices.txt +0 -227
package/package.json
CHANGED
|
@@ -1,97 +1,95 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
"packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
|
|
97
|
-
}
|
|
2
|
+
"name": "@gitkraken/gitkraken-components",
|
|
3
|
+
"version": "13.0.0-vnext.16",
|
|
4
|
+
"description": "GitKraken React components shared between the app and GitLens",
|
|
5
|
+
"engines": {
|
|
6
|
+
"node": ">= 22.12.0",
|
|
7
|
+
"pnpm": ">= 10.0.0"
|
|
8
|
+
},
|
|
9
|
+
"main": "dist/index.js",
|
|
10
|
+
"types": "dist/index.d.ts",
|
|
11
|
+
"files": [
|
|
12
|
+
"dist"
|
|
13
|
+
],
|
|
14
|
+
"author": "",
|
|
15
|
+
"license": "SEE LICENSE IN LICENSE",
|
|
16
|
+
"dependencies": {
|
|
17
|
+
"@axosoft/react-virtualized": "9.22.3-gitkraken.3",
|
|
18
|
+
"classnames": "2.5.1",
|
|
19
|
+
"re-resizable": "6.11.2",
|
|
20
|
+
"react-bootstrap": "2.10.10",
|
|
21
|
+
"react-dragula": "1.1.17",
|
|
22
|
+
"react-onclickoutside": "6.13.2"
|
|
23
|
+
},
|
|
24
|
+
"peerDependencies": {
|
|
25
|
+
"dragula": "3.7.3",
|
|
26
|
+
"react": "19.2.0",
|
|
27
|
+
"react-dom": "19.2.0"
|
|
28
|
+
},
|
|
29
|
+
"devDependencies": {
|
|
30
|
+
"@eamodio/eslint-lite-webpack-plugin": "0.3.4",
|
|
31
|
+
"@eslint/compat": "1.4.1",
|
|
32
|
+
"@eslint/js": "9.39.1",
|
|
33
|
+
"@swc/core": "1.15.1",
|
|
34
|
+
"@types/chai": "4.3.20",
|
|
35
|
+
"@types/chai-spies": "1.0.6",
|
|
36
|
+
"@types/dragula": "3.7.5",
|
|
37
|
+
"@types/mocha": "10.0.10",
|
|
38
|
+
"@types/node": "20.16.15",
|
|
39
|
+
"@types/react": "19.2.5",
|
|
40
|
+
"@types/react-dom": "19.2.3",
|
|
41
|
+
"@types/react-dragula": "1.1.3",
|
|
42
|
+
"@types/react-onclickoutside": "6.7.10",
|
|
43
|
+
"@types/react-virtualized": "^9.22.3",
|
|
44
|
+
"@typescript-eslint/parser": "8.46.3",
|
|
45
|
+
"chai": "4.5.0",
|
|
46
|
+
"chai-spies": "1.1.0",
|
|
47
|
+
"css-loader": "7.1.2",
|
|
48
|
+
"css-minimizer-webpack-plugin": "7.0.2",
|
|
49
|
+
"cssnano-preset-advanced": "7.0.10",
|
|
50
|
+
"esbuild": "0.27.0",
|
|
51
|
+
"esbuild-loader": "4.4.0",
|
|
52
|
+
"eslint": "9.39.1",
|
|
53
|
+
"eslint-import-resolver-typescript": "4.4.4",
|
|
54
|
+
"eslint-plugin-anti-trojan-source": "1.1.2",
|
|
55
|
+
"eslint-plugin-import-x": "4.16.1",
|
|
56
|
+
"eslint-plugin-jasmine": "4.2.2",
|
|
57
|
+
"eslint-plugin-jsx-a11y": "6.10.2",
|
|
58
|
+
"eslint-plugin-react": "7.37.5",
|
|
59
|
+
"eslint-plugin-react-compiler": "19.1.0-rc.2",
|
|
60
|
+
"eslint-plugin-react-hooks": "7.0.1",
|
|
61
|
+
"fork-ts-checker-webpack-plugin": "9.1.0",
|
|
62
|
+
"globals": "16.5.0",
|
|
63
|
+
"less": "4.4.2",
|
|
64
|
+
"less-loader": "12.3.0",
|
|
65
|
+
"license-checker-rseidelsohn": "4.4.2",
|
|
66
|
+
"mini-css-extract-plugin": "2.9.4",
|
|
67
|
+
"mocha": "11.7.5",
|
|
68
|
+
"prettier": "3.6.2",
|
|
69
|
+
"react-compiler-webpack": "1.0.0",
|
|
70
|
+
"terser-webpack-plugin": "5.3.14",
|
|
71
|
+
"ts-loader": "9.5.4",
|
|
72
|
+
"ts-node": "10.9.2",
|
|
73
|
+
"typescript": "5.9.3",
|
|
74
|
+
"typescript-eslint": "8.46.3",
|
|
75
|
+
"webpack": "5.102.1",
|
|
76
|
+
"webpack-bundle-analyzer": "4.10.2",
|
|
77
|
+
"webpack-cli": "6.0.1",
|
|
78
|
+
"webpack-remove-empty-scripts": "1.1.1"
|
|
79
|
+
},
|
|
80
|
+
"scripts": {
|
|
81
|
+
"analyze:bundle": "webpack --mode production --env analyzeBundle",
|
|
82
|
+
"clean": "git clean -xdff -e /.vscode/",
|
|
83
|
+
"lint": "eslint",
|
|
84
|
+
"build": "webpack --mode production --env debug",
|
|
85
|
+
"build:types": "tsc --emitDeclarationOnly --incremental false",
|
|
86
|
+
"bundle": "webpack --mode production",
|
|
87
|
+
"prep-release": "node ./scripts/prep-release.mjs",
|
|
88
|
+
"pretty": "prettier --write . --experimental-cli",
|
|
89
|
+
"pretty:check": "prettier --check . --experimental-cli",
|
|
90
|
+
"test": "mocha --config .mocharc.js",
|
|
91
|
+
"update-licenses": "node ./scripts/generateLicenses.mjs",
|
|
92
|
+
"verifyAndCompile": "pnpm lint && pnpm test && pnpm build",
|
|
93
|
+
"watch": "webpack --watch --mode production --env debug"
|
|
94
|
+
}
|
|
95
|
+
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
# CHANGELOG
|
|
2
|
-
|
|
3
|
-
## 11.0.2
|
|
4
|
-
|
|
5
|
-
- Fixed an issue with ref labels sometimes not rendering properly when hovered/unhovered. ([#367](https://github.com/gitkraken/GitKrakenComponents/pull/367))
|
|
6
|
-
- Added some data-test-classes for automated UI tests to find DOM nodes. ([#369](https://github.com/gitkraken/GitKrakenComponents/pull/369))
|
|
7
|
-
|
|
8
|
-
## 11.0.1
|
|
9
|
-
|
|
10
|
-
- Fixed tooltip css so that tooltips on the commit notes and ref label icons are no longer 0 opacity. (CSS classes were modified by previous `react-bootstrap` bump.) ([#366](https://github.com/gitkraken/GitKrakenComponents/pull/366))
|
|
11
|
-
|
|
12
|
-
## 11.0.0
|
|
13
|
-
|
|
14
|
-
- **BREAKING CHANGE:** Upgraded from `react`/`react-dom` 16 to 17. ([#365](https://github.com/gitkraken/GitKrakenComponents/pull/365))
|
|
15
|
-
- **BREAKING CHANGE:** Upgraded `react-bootstrap` from 0.32.4 to 2.10.7 ([#365](https://github.com/gitkraken/GitKrakenComponents/pull/365))
|
|
16
|
-
- The full consequences of this on your project's CSS cannot be fully predicted, so you should test thoroughly. Known concerns which affected at least one project are listed below.
|
|
17
|
-
- The DIV wrapping the ref-creation text input no longer receives the `has-error` class, and the input no longer receives the `is-valid` class. Instead, the input receives the `is-invalid` class.
|
|
18
|
-
- Added `AzureDevopsIssueTrackerType` (in addition to the existing `AzureDevopsIssueTrackerType`) ([262cbf8e](https://github.com/gitkraken/GitKrakenComponents/commit/262cbf8e81c8497676e93fde0d32fdf537fec706))
|
package/ThirdPartyNotices.txt
DELETED
|
@@ -1,227 +0,0 @@
|
|
|
1
|
-
GitKraken Components
|
|
2
|
-
|
|
3
|
-
THIRD-PARTY SOFTWARE NOTICES AND INFORMATION
|
|
4
|
-
This project incorporates components from the projects listed below.
|
|
5
|
-
|
|
6
|
-
1. @axosoft/react-virtualized version 9.22.3-gitkraken.3 (https://github.com/bvaughn/react-virtualized)
|
|
7
|
-
2. classnames version 2.5.1 (https://github.com/JedWatson/classnames)
|
|
8
|
-
3. re-resizable version 6.9.11 (https://github.com/bokuweb/react-resizable-box)
|
|
9
|
-
4. react-bootstrap version 0.32.4 (https://github.com/react-bootstrap/react-bootstrap)
|
|
10
|
-
5. react-dom version 16.8.4 (https://github.com/facebook/react)
|
|
11
|
-
6. react-dragula version 1.1.17 (https://github.com/bevacqua/react-dragula)
|
|
12
|
-
7. react-onclickoutside version 6.13.0 (https://github.com/Pomax/react-onclickoutside)
|
|
13
|
-
8. react version 16.8.4 (https://github.com/facebook/react)
|
|
14
|
-
|
|
15
|
-
%% @axosoft/react-virtualized NOTICES AND INFORMATION BEGIN HERE
|
|
16
|
-
=========================================
|
|
17
|
-
The MIT License (MIT)
|
|
18
|
-
|
|
19
|
-
Copyright (c) 2015 Brian Vaughn
|
|
20
|
-
|
|
21
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
22
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
23
|
-
in the Software without restriction, including without limitation the rights
|
|
24
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
25
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
26
|
-
furnished to do so, subject to the following conditions:
|
|
27
|
-
|
|
28
|
-
The above copyright notice and this permission notice shall be included in all
|
|
29
|
-
copies or substantial portions of the Software.
|
|
30
|
-
|
|
31
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
32
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
33
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
34
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
35
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
36
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
37
|
-
SOFTWARE.
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
=========================================
|
|
41
|
-
END OF @axosoft/react-virtualized NOTICES AND INFORMATION
|
|
42
|
-
|
|
43
|
-
%% classnames NOTICES AND INFORMATION BEGIN HERE
|
|
44
|
-
=========================================
|
|
45
|
-
The MIT License (MIT)
|
|
46
|
-
|
|
47
|
-
Copyright (c) 2018 Jed Watson
|
|
48
|
-
|
|
49
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
50
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
51
|
-
in the Software without restriction, including without limitation the rights
|
|
52
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
53
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
54
|
-
furnished to do so, subject to the following conditions:
|
|
55
|
-
|
|
56
|
-
The above copyright notice and this permission notice shall be included in all
|
|
57
|
-
copies or substantial portions of the Software.
|
|
58
|
-
|
|
59
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
60
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
61
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
62
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
63
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
64
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
65
|
-
SOFTWARE.
|
|
66
|
-
|
|
67
|
-
=========================================
|
|
68
|
-
END OF classnames NOTICES AND INFORMATION
|
|
69
|
-
|
|
70
|
-
%% re-resizable NOTICES AND INFORMATION BEGIN HERE
|
|
71
|
-
=========================================
|
|
72
|
-
The MIT License (MIT)
|
|
73
|
-
|
|
74
|
-
Copyright (c) 2018 @bokuweb
|
|
75
|
-
|
|
76
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
77
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
78
|
-
in the Software without restriction, including without limitation the rights
|
|
79
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
80
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
81
|
-
furnished to do so, subject to the following conditions:
|
|
82
|
-
|
|
83
|
-
The above copyright notice and this permission notice shall be included in all
|
|
84
|
-
copies or substantial portions of the Software.
|
|
85
|
-
|
|
86
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
87
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
88
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
89
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
90
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
91
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
92
|
-
SOFTWARE.
|
|
93
|
-
|
|
94
|
-
=========================================
|
|
95
|
-
END OF re-resizable NOTICES AND INFORMATION
|
|
96
|
-
|
|
97
|
-
%% react-bootstrap NOTICES AND INFORMATION BEGIN HERE
|
|
98
|
-
=========================================
|
|
99
|
-
The MIT License (MIT)
|
|
100
|
-
|
|
101
|
-
Copyright (c) 2014-present Stephen J. Collings, Matthew Honnibal, Pieter Vanderwerff
|
|
102
|
-
|
|
103
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
104
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
105
|
-
in the Software without restriction, including without limitation the rights
|
|
106
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
107
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
108
|
-
furnished to do so, subject to the following conditions:
|
|
109
|
-
|
|
110
|
-
The above copyright notice and this permission notice shall be included in
|
|
111
|
-
all copies or substantial portions of the Software.
|
|
112
|
-
|
|
113
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
114
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
115
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
116
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
117
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
118
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
119
|
-
THE SOFTWARE.
|
|
120
|
-
|
|
121
|
-
=========================================
|
|
122
|
-
END OF react-bootstrap NOTICES AND INFORMATION
|
|
123
|
-
|
|
124
|
-
%% react-dom NOTICES AND INFORMATION BEGIN HERE
|
|
125
|
-
=========================================
|
|
126
|
-
MIT License
|
|
127
|
-
|
|
128
|
-
Copyright (c) Facebook, Inc. and its affiliates.
|
|
129
|
-
|
|
130
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
131
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
132
|
-
in the Software without restriction, including without limitation the rights
|
|
133
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
134
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
135
|
-
furnished to do so, subject to the following conditions:
|
|
136
|
-
|
|
137
|
-
The above copyright notice and this permission notice shall be included in all
|
|
138
|
-
copies or substantial portions of the Software.
|
|
139
|
-
|
|
140
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
141
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
142
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
143
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
144
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
145
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
146
|
-
SOFTWARE.
|
|
147
|
-
|
|
148
|
-
=========================================
|
|
149
|
-
END OF react-dom NOTICES AND INFORMATION
|
|
150
|
-
|
|
151
|
-
%% react-dragula NOTICES AND INFORMATION BEGIN HERE
|
|
152
|
-
=========================================
|
|
153
|
-
The MIT License (MIT)
|
|
154
|
-
|
|
155
|
-
Copyright © 2015 Nicolas Bevacqua
|
|
156
|
-
|
|
157
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
158
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
159
|
-
the Software without restriction, including without limitation the rights to
|
|
160
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
161
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
162
|
-
subject to the following conditions:
|
|
163
|
-
|
|
164
|
-
The above copyright notice and this permission notice shall be included in all
|
|
165
|
-
copies or substantial portions of the Software.
|
|
166
|
-
|
|
167
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
168
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
169
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
170
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
171
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
172
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
173
|
-
|
|
174
|
-
=========================================
|
|
175
|
-
END OF react-dragula NOTICES AND INFORMATION
|
|
176
|
-
|
|
177
|
-
%% react-onclickoutside NOTICES AND INFORMATION BEGIN HERE
|
|
178
|
-
=========================================
|
|
179
|
-
Copyright 2015-2022 Mike "Pomax" Kamermans
|
|
180
|
-
|
|
181
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
182
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
183
|
-
in the Software without restriction, including without limitation the rights
|
|
184
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
185
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
186
|
-
furnished to do so, subject to the following conditions:
|
|
187
|
-
|
|
188
|
-
The above copyright notice and this permission notice shall be included in all
|
|
189
|
-
copies or substantial portions of the Software.
|
|
190
|
-
|
|
191
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
192
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
193
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
194
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
195
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
196
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
197
|
-
SOFTWARE.
|
|
198
|
-
|
|
199
|
-
=========================================
|
|
200
|
-
END OF react-onclickoutside NOTICES AND INFORMATION
|
|
201
|
-
|
|
202
|
-
%% react NOTICES AND INFORMATION BEGIN HERE
|
|
203
|
-
=========================================
|
|
204
|
-
MIT License
|
|
205
|
-
|
|
206
|
-
Copyright (c) Facebook, Inc. and its affiliates.
|
|
207
|
-
|
|
208
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
209
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
210
|
-
in the Software without restriction, including without limitation the rights
|
|
211
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
212
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
213
|
-
furnished to do so, subject to the following conditions:
|
|
214
|
-
|
|
215
|
-
The above copyright notice and this permission notice shall be included in all
|
|
216
|
-
copies or substantial portions of the Software.
|
|
217
|
-
|
|
218
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
219
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
220
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
221
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
222
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
223
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
224
|
-
SOFTWARE.
|
|
225
|
-
|
|
226
|
-
=========================================
|
|
227
|
-
END OF react NOTICES AND INFORMATION
|