@bigbinary/neetoui 2.0.65 → 2.0.74

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.
Files changed (44) hide show
  1. package/.storybook/preview.js +1 -1
  2. package/package.json +1 -1
  3. package/stories/Color.stories.mdx +6 -6
  4. package/stories/Dropdown.stories.jsx +20 -0
  5. package/stories/HelpersBorderColor.stories.mdx +162 -0
  6. package/stories/HelpersBoxShadows.stories.mdx +83 -0
  7. package/stories/HelpersColor.stories.mdx +170 -0
  8. package/stories/Iconography.stories.jsx +4 -4
  9. package/stories/Input.stories.jsx +6 -21
  10. package/stories/Sidebar.stories.jsx +1 -1
  11. package/v2/formik.js +4 -4
  12. package/v2/index.js +6 -6
  13. package/v2/layouts.js +5 -5
  14. package/storybook-static/0.9cc97ea96ddfda658f06.manager.bundle.js +0 -1
  15. package/storybook-static/0.b387d3c1.iframe.bundle.js +0 -1
  16. package/storybook-static/4.8ebe08b8e31f26ef58c5.manager.bundle.js +0 -2
  17. package/storybook-static/4.8ebe08b8e31f26ef58c5.manager.bundle.js.LICENSE.txt +0 -8
  18. package/storybook-static/4.abd306b1.iframe.bundle.js +0 -3
  19. package/storybook-static/4.abd306b1.iframe.bundle.js.LICENSE.txt +0 -8
  20. package/storybook-static/4.abd306b1.iframe.bundle.js.map +0 -1
  21. package/storybook-static/5.08b0d1ae.iframe.bundle.js +0 -1
  22. package/storybook-static/5.ad79d2e4722f53fec298.manager.bundle.js +0 -1
  23. package/storybook-static/6.14b32863.iframe.bundle.js +0 -3
  24. package/storybook-static/6.14b32863.iframe.bundle.js.LICENSE.txt +0 -12
  25. package/storybook-static/6.14b32863.iframe.bundle.js.map +0 -1
  26. package/storybook-static/6.ea3f7abc26ff098bc49b.manager.bundle.js +0 -2
  27. package/storybook-static/6.ea3f7abc26ff098bc49b.manager.bundle.js.LICENSE.txt +0 -12
  28. package/storybook-static/7.9fb3ce60.iframe.bundle.js +0 -1
  29. package/storybook-static/7.fddbd96e1ede840c218a.manager.bundle.js +0 -1
  30. package/storybook-static/8.9988b252398dbf730fed.manager.bundle.js +0 -1
  31. package/storybook-static/favicon.ico +0 -0
  32. package/storybook-static/iframe.html +0 -138
  33. package/storybook-static/index.html +0 -55
  34. package/storybook-static/main.1d20e55a.iframe.bundle.js +0 -1
  35. package/storybook-static/main.69647444d33cc2d05737.manager.bundle.js +0 -1
  36. package/storybook-static/runtime~main.61a3a56f76d0480d1c34.manager.bundle.js +0 -1
  37. package/storybook-static/runtime~main.c5c6f2ec.iframe.bundle.js +0 -1
  38. package/storybook-static/static/media/neetoLogo.9369b7fa.svg +0 -12
  39. package/storybook-static/static/media/user.36bdad5d.png +0 -0
  40. package/storybook-static/vendors~main.3d193ae3.iframe.bundle.js +0 -3
  41. package/storybook-static/vendors~main.3d193ae3.iframe.bundle.js.LICENSE.txt +0 -124
  42. package/storybook-static/vendors~main.3d193ae3.iframe.bundle.js.map +0 -1
  43. package/storybook-static/vendors~main.8c92430e6cce6333e66b.manager.bundle.js +0 -2
  44. package/storybook-static/vendors~main.8c92430e6cce6333e66b.manager.bundle.js.LICENSE.txt +0 -82
@@ -1,124 +0,0 @@
1
- /*
2
- object-assign
3
- (c) Sindre Sorhus
4
- @license MIT
5
- */
6
-
7
- /*!
8
- Copyright (c) 2017 Jed Watson.
9
- Licensed under the MIT License (MIT), see
10
- http://jedwatson.github.io/classnames
11
- */
12
-
13
- /*!
14
- * The buffer module from node.js, for the browser.
15
- *
16
- * @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org>
17
- * @license MIT
18
- */
19
-
20
- /*!
21
- * hotkeys-js v3.8.7
22
- * A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies.
23
- *
24
- * Copyright (c) 2021 kenny wong <wowohoo@qq.com>
25
- * http://jaywcjlove.github.io/hotkeys
26
- *
27
- * Licensed under the MIT license.
28
- */
29
-
30
- /*!
31
- * https://github.com/es-shims/es5-shim
32
- * @license es5-shim Copyright 2009-2020 by contributors, MIT License
33
- * see https://github.com/es-shims/es5-shim/blob/master/LICENSE
34
- */
35
-
36
- /*!
37
- * https://github.com/paulmillr/es6-shim
38
- * @license es6-shim Copyright 2013-2016 by Paul Miller (http://paulmillr.com)
39
- * and contributors, MIT License
40
- * es6-shim: v0.35.4
41
- * see https://github.com/paulmillr/es6-shim/blob/0.35.3/LICENSE
42
- * Details and documentation:
43
- * https://github.com/paulmillr/es6-shim/
44
- */
45
-
46
- /*!
47
- * is-plain-object <https://github.com/jonschlinkert/is-plain-object>
48
- *
49
- * Copyright (c) 2014-2017, Jon Schlinkert.
50
- * Released under the MIT License.
51
- */
52
-
53
- /*!
54
- * isobject <https://github.com/jonschlinkert/isobject>
55
- *
56
- * Copyright (c) 2014-2017, Jon Schlinkert.
57
- * Released under the MIT License.
58
- */
59
-
60
- /*! *****************************************************************************
61
- Copyright (c) Microsoft Corporation.
62
-
63
- Permission to use, copy, modify, and/or distribute this software for any
64
- purpose with or without fee is hereby granted.
65
-
66
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
67
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
68
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
69
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
70
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
71
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
72
- PERFORMANCE OF THIS SOFTWARE.
73
- ***************************************************************************** */
74
-
75
- /*! For license information please see neeto-icons.js.LICENSE.txt */
76
-
77
- /** @license React v0.18.0
78
- * scheduler.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
- /** @license React v0.19.1
87
- * scheduler.production.min.js
88
- *
89
- * Copyright (c) Facebook, Inc. and its affiliates.
90
- *
91
- * This source code is licensed under the MIT license found in the
92
- * LICENSE file in the root directory of this source tree.
93
- */
94
-
95
- /** @license React v16.13.1
96
- * react-dom.production.min.js
97
- *
98
- * Copyright (c) Facebook, Inc. and its affiliates.
99
- *
100
- * This source code is licensed under the MIT license found in the
101
- * LICENSE file in the root directory of this source tree.
102
- */
103
-
104
- /** @license React v16.13.1
105
- * react-is.production.min.js
106
- *
107
- * Copyright (c) Facebook, Inc. and its affiliates.
108
- *
109
- * This source code is licensed under the MIT license found in the
110
- * LICENSE file in the root directory of this source tree.
111
- */
112
-
113
- /** @license React v16.13.1
114
- * react.production.min.js
115
- *
116
- * Copyright (c) Facebook, Inc. and its affiliates.
117
- *
118
- * This source code is licensed under the MIT license found in the
119
- * LICENSE file in the root directory of this source tree.
120
- */
121
-
122
- //! stable.js 0.1.8, https://github.com/Two-Screen/stable
123
-
124
- //! © 2018 Angry Bytes and contributors. MIT licensed.
@@ -1 +0,0 @@
1
- {"version":3,"file":"vendors~main.3d193ae3.iframe.bundle.js","sources":[],"mappings":";A","sourceRoot":""}