@bigbinary/neetoui 2.1.30 → 3.0.1
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/.storybook/main.js +4 -0
- package/package.json +13 -10
- package/tailwind.config.js +1 -4
- package/v2/formik.js +2 -61
- package/v2/formik.js.LICENSE.txt +32 -0
- package/v2/index.css +2 -0
- package/v2/index.js +2 -391
- package/v2/index.js.LICENSE.txt +30 -0
- package/v2/layouts.js +2 -61
- package/v2/layouts.js.LICENSE.txt +13 -0
- package/webpack.config.js +4 -5
|
@@ -0,0 +1,30 @@
|
|
|
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 */
|
|
18
|
+
|
|
19
|
+
/** @license React v16.13.1
|
|
20
|
+
* react-is.production.min.js
|
|
21
|
+
*
|
|
22
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
23
|
+
*
|
|
24
|
+
* This source code is licensed under the MIT license found in the
|
|
25
|
+
* LICENSE file in the root directory of this source tree.
|
|
26
|
+
*/
|
|
27
|
+
|
|
28
|
+
//! moment.js
|
|
29
|
+
|
|
30
|
+
//! moment.js locale configuration
|