@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,55 +0,0 @@
1
- <!doctype html><html lang="en"><head><meta charset="utf-8"/><title>Storybook</title><meta name="viewport" content="width=device-width,initial-scale=1"/><style>html, body {
2
- overflow: hidden;
3
- height: 100%;
4
- width: 100%;
5
- margin: 0;
6
- padding: 0;
7
- }
8
-
9
- * {
10
- box-sizing: border-box;
11
- }</style><script>/* globals window */
12
- /* eslint-disable no-underscore-dangle */
13
- try {
14
- if (window.top !== window) {
15
- window.__REACT_DEVTOOLS_GLOBAL_HOOK__ = window.top.__REACT_DEVTOOLS_GLOBAL_HOOK__;
16
- }
17
- } catch (e) {
18
- // eslint-disable-next-line no-console
19
- console.warn('unable to connect to top frame for connecting dev tools');
20
- }
21
-
22
- window.onerror = function onerror(message, source, line, column, err) {
23
- if (window.CONFIG_TYPE !== 'DEVELOPMENT') return;
24
- // eslint-disable-next-line no-var, vars-on-top
25
- var xhr = new window.XMLHttpRequest();
26
- xhr.open('POST', '/runtime-error');
27
- xhr.setRequestHeader('Content-Type', 'application/json;charset=UTF-8');
28
- xhr.send(
29
- JSON.stringify({
30
- /* eslint-disable object-shorthand */
31
- message: message,
32
- source: source,
33
- line: line,
34
- column: column,
35
- error: err && { message: err.message, name: err.name, stack: err.stack },
36
- origin: 'manager',
37
- /* eslint-enable object-shorthand */
38
- })
39
- );
40
- };</script><style>#root[hidden],
41
- #docs-root[hidden] {
42
- display: none !important;
43
- }</style></head><body><div id="root"></div><div id="docs-root"></div><script>window['CONFIG_TYPE'] = "PRODUCTION";
44
-
45
-
46
-
47
- window['LOGLEVEL'] = "info";
48
-
49
-
50
-
51
-
52
-
53
-
54
-
55
- window['DOCS_MODE'] = false;</script><script src="runtime~main.61a3a56f76d0480d1c34.manager.bundle.js"></script><script src="vendors~main.8c92430e6cce6333e66b.manager.bundle.js"></script><script src="main.69647444d33cc2d05737.manager.bundle.js"></script></body></html>