Skip to content

Commit c074f90

Browse files
committed
v6.0.0
1 parent cf4f005 commit c074f90

22 files changed

+100
-133
lines changed
-38.1 KB
Binary file not shown.

docs/3843580eab4844b48210.woff

50.5 KB
Binary file not shown.
-37.1 KB
Binary file not shown.
-47.6 KB
Binary file not shown.

docs/8a26d7e1bb38c9c64a59.woff2

39.1 KB
Binary file not shown.

docs/8b1c5e35bad17bae103e.woff2

38 KB
Binary file not shown.
-49.1 KB
Binary file not shown.

docs/9ad9cbe47f2f5821528d.woff

48.7 KB
Binary file not shown.

docs/app.js

Lines changed: 0 additions & 78 deletions
This file was deleted.

docs/app.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!doctype html> <html> <head> <meta charset=utf-8 /> <meta http-equiv=X-UA-Compatible content="IE=edge"/> <meta name=viewport content="width=device-width,initial-scale=1"/> <title>React Mosaic</title> </head> <body> <div id=app></div> <script type="text/javascript" src="vendor.js"></script><script type="text/javascript" src="app.js"></script></body> </html>
1+
<!doctype html><html><head><meta charset="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><meta name="viewport" content="width=device-width,initial-scale=1"/><title>React Mosaic</title><script defer="defer" src="main.js"></script></head><body><div id="app"></div></body></html>

docs/main.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/main.js.LICENSE.txt

Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
/*!
2+
Copyright (c) 2018 Jed Watson.
3+
Licensed under the MIT License (MIT), see
4+
http://jedwatson.github.io/classnames
5+
*/
6+
7+
/*!
8+
Copyright (C) 2013-2015 by Andrea Giammarchi - @WebReflection
9+
10+
Permission is hereby granted, free of charge, to any person obtaining a copy
11+
of this software and associated documentation files (the "Software"), to deal
12+
in the Software without restriction, including without limitation the rights
13+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
14+
copies of the Software, and to permit persons to whom the Software is
15+
furnished to do so, subject to the following conditions:
16+
17+
The above copyright notice and this permission notice shall be included in
18+
all copies or substantial portions of the Software.
19+
20+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
22+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
23+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
24+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
25+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
26+
THE SOFTWARE.
27+
28+
*/
29+
30+
/**
31+
* @license
32+
* Copyright 2019 Kevin Verdieck, originally developed at Palantir Technologies, Inc.
33+
*
34+
* Licensed under the Apache License, Version 2.0 (the "License");
35+
* you may not use this file except in compliance with the License.
36+
* You may obtain a copy of the License at
37+
*
38+
* http://www.apache.org/licenses/LICENSE-2.0
39+
*
40+
* Unless required by applicable law or agreed to in writing, software
41+
* distributed under the License is distributed on an "AS IS" BASIS,
42+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
43+
* See the License for the specific language governing permissions and
44+
* limitations under the License.
45+
*/
46+
47+
/**
48+
* @license
49+
* Lodash <https://lodash.com/>
50+
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
51+
* Released under MIT license <https://lodash.com/license>
52+
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
53+
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
54+
*/
55+
56+
/**
57+
* @license React
58+
* react-dom.production.min.js
59+
*
60+
* Copyright (c) Facebook, Inc. and its affiliates.
61+
*
62+
* This source code is licensed under the MIT license found in the
63+
* LICENSE file in the root directory of this source tree.
64+
*/
65+
66+
/**
67+
* @license React
68+
* react-jsx-runtime.production.min.js
69+
*
70+
* Copyright (c) Facebook, Inc. and its affiliates.
71+
*
72+
* This source code is licensed under the MIT license found in the
73+
* LICENSE file in the root directory of this source tree.
74+
*/
75+
76+
/**
77+
* @license React
78+
* react.production.min.js
79+
*
80+
* Copyright (c) Facebook, Inc. and its affiliates.
81+
*
82+
* This source code is licensed under the MIT license found in the
83+
* LICENSE file in the root directory of this source tree.
84+
*/
85+
86+
/**
87+
* @license React
88+
* scheduler.production.min.js
89+
*
90+
* Copyright (c) Facebook, Inc. and its affiliates.
91+
*
92+
* This source code is licensed under the MIT license found in the
93+
* LICENSE file in the root directory of this source tree.
94+
*/

docs/main.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/vendor.js

Lines changed: 0 additions & 51 deletions
This file was deleted.

docs/vendor.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-mosaic-component",
3-
"version": "5.3.0",
3+
"version": "6.0.0",
44
"description": "A React Tiling Window Manager",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)