classicy 0.5.8 → 0.5.10
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/173.index.js +2 -0
- package/173.index.js.LICENSE.txt +25 -0
- package/262.index.js +2 -0
- package/262.index.js.LICENSE.txt +11 -0
- package/303.index.js +2 -0
- package/303.index.js.LICENSE.txt +1 -0
- package/340.index.js +2 -0
- package/340.index.js.LICENSE.txt +11 -0
- package/353.index.js +1 -0
- package/394.index.js +1 -0
- package/395.index.js +2 -0
- package/395.index.js.LICENSE.txt +11 -0
- package/42.index.js +2 -0
- package/42.index.js.LICENSE.txt +11 -0
- package/446.index.js +2 -0
- package/446.index.js.LICENSE.txt +11 -0
- package/723.index.js +73 -0
- package/723.index.js.LICENSE.txt +7 -0
- package/771.index.js +2 -0
- package/771.index.js.LICENSE.txt +11 -0
- package/85.index.js +2 -0
- package/85.index.js.LICENSE.txt +11 -0
- package/index.js +1 -1
- package/index.js.LICENSE.txt +11 -0
- package/package.json +2 -2
package/index.js.LICENSE.txt
CHANGED
|
@@ -26,6 +26,17 @@
|
|
|
26
26
|
* MIT License
|
|
27
27
|
*/
|
|
28
28
|
|
|
29
|
+
/**
|
|
30
|
+
* react-table
|
|
31
|
+
*
|
|
32
|
+
* Copyright (c) TanStack
|
|
33
|
+
*
|
|
34
|
+
* This source code is licensed under the MIT license found in the
|
|
35
|
+
* LICENSE.md file in the root directory of this source tree.
|
|
36
|
+
*
|
|
37
|
+
* @license MIT
|
|
38
|
+
*/
|
|
39
|
+
|
|
29
40
|
/**
|
|
30
41
|
* @license React
|
|
31
42
|
* react-dom.production.js
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "classicy",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.10",
|
|
4
4
|
"description": "A UI framework in React, replicating the user interface of Classic MacOS 8 (called Platinum).",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
}
|
|
10
10
|
},
|
|
11
11
|
"imports": {
|
|
12
|
-
"
|
|
12
|
+
"@/*": "./*"
|
|
13
13
|
},
|
|
14
14
|
"keywords": [
|
|
15
15
|
"react",
|