@bigbinary/neetoui 3.1.7 → 3.2.3
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/{v2/36bdad5d6f5ec143521a5bed31c71282.png → 36bdad5d6f5ec143521a5bed31c71282.png} +0 -0
- package/README.md +6 -20
- package/formik.js +2 -0
- package/{v2/formik.js.LICENSE.txt → formik.js.LICENSE.txt} +0 -0
- package/{v2/index.css → index.css} +1 -1
- package/index.js +2 -0
- package/{v2/index.js.LICENSE.txt → index.js.LICENSE.txt} +0 -0
- package/jsconfig.json +1 -1
- package/layouts.js +2 -0
- package/layouts.js.LICENSE.txt +17 -0
- package/package.json +3 -5
- package/webpack.config.js +1 -1
- package/v2/formik.js +0 -2
- package/v2/index.js +0 -2
- package/v2/layouts.js +0 -2
- package/v2/layouts.js.LICENSE.txt +0 -13
|
@@ -0,0 +1,17 @@
|
|
|
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
|
+
* hotkeys-js v3.8.7
|
|
9
|
+
* A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2021 kenny wong <wowohoo@qq.com>
|
|
12
|
+
* http://jaywcjlove.github.io/hotkeys
|
|
13
|
+
*
|
|
14
|
+
* Licensed under the MIT license.
|
|
15
|
+
*/
|
|
16
|
+
|
|
17
|
+
/*! For license information please see neeto-icons.js.LICENSE.txt */
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neetoui",
|
|
3
|
-
"version": "3.
|
|
4
|
-
"main": "./
|
|
3
|
+
"version": "3.2.3",
|
|
4
|
+
"main": "./index.js",
|
|
5
5
|
"author": "BigBinary",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"devDependencies": {
|
|
@@ -86,11 +86,9 @@
|
|
|
86
86
|
"react-toastify": "^8.0.2"
|
|
87
87
|
},
|
|
88
88
|
"dependencies": {
|
|
89
|
-
"@bigbinary/neeto-icons": "^1.8.
|
|
89
|
+
"@bigbinary/neeto-icons": "^1.8.15",
|
|
90
90
|
"@popperjs/core": "^2.9.2",
|
|
91
91
|
"@reach/auto-id": "^0.15.0",
|
|
92
|
-
"@tailwindcss/forms": "^0.3.2",
|
|
93
|
-
"@tailwindcss/typography": "^0.4.0",
|
|
94
92
|
"@tippyjs/react": "^4.2.5",
|
|
95
93
|
"antd": "^4.17.1",
|
|
96
94
|
"dayjs": "^1.10.3",
|