imbric-theme 0.2.8 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- package/.storybook/preview.js +0 -1
- package/atoms/Button/Button.stories.js +1 -1
- package/atoms/Button/__snapshots__/Button.stories.js.snap +8 -8
- package/atoms/Heading/Heading.stories.js +2 -2
- package/atoms/Heading/__snapshots__/Heading.stories.js.snap +16 -16
- package/atoms/Paragraph/Paragraph.stories.js +2 -2
- package/atoms/Paragraph/__snapshots__/Paragraph.stories.js.snap +16 -16
- package/atoms/Tab/Tab.js +41 -0
- package/atoms/Tab/Tab.module.css +17 -0
- package/atoms/Tab/Tab.stories.js +27 -0
- package/atoms/Tab/constants.js +1 -0
- package/atoms/Tab/index.js +3 -0
- package/index.js +4 -1
- package/layout/FlexColumnContent/FlexColumnContent.js +26 -0
- package/layout/FlexColumnContent/FlexColumnContent.module.css +5 -0
- package/layout/FlexColumnContent/FlexColumnContent.stories.js +28 -0
- package/layout/FlexColumnContent/constants.js +1 -0
- package/layout/FlexColumnContent/index.js +3 -0
- package/layout/Navbar/Navbar.js +55 -10
- package/layout/Navbar/Navbar.module.css +3 -2
- package/layout/Navbar/Navbar.stories.js +1 -4
- package/layout/Sidebar/Sidebar.js +51 -256
- package/layout/Sidebar/Sidebar.module.css +393 -0
- package/layout/Sidebar/Sidebar.stories.js +4 -59
- package/layout/Sidebar/constants.js +185 -65
- package/layout/Sidebar/index.js +1 -1
- package/molecules/ItemMenu/ItemMenu.js +129 -0
- package/molecules/ItemMenu/ItemMenu.module.css +354 -0
- package/molecules/ItemMenu/ItemMenu.stories.js +41 -0
- package/molecules/ItemMenu/constants.js +33 -0
- package/molecules/ItemMenu/index.js +3 -0
- package/molecules/Tabs/Tabs.js +53 -0
- package/molecules/Tabs/Tabs.module.css +12 -0
- package/molecules/Tabs/Tabs.stories.js +34 -0
- package/molecules/Tabs/constants.js +29 -0
- package/molecules/Tabs/index.js +3 -0
- package/package.json +3 -2
- package/styles/globals.css +5 -0
- package/storybook-static/0.89e7d77f4d365594e982.manager.bundle.js +0 -1
- package/storybook-static/0.e189f835.iframe.bundle.js +0 -3
- package/storybook-static/0.e189f835.iframe.bundle.js.LICENSE.txt +0 -8
- package/storybook-static/0.e189f835.iframe.bundle.js.map +0 -1
- package/storybook-static/1.45d0d6aa.iframe.bundle.js +0 -3
- package/storybook-static/1.45d0d6aa.iframe.bundle.js.LICENSE.txt +0 -8
- package/storybook-static/1.45d0d6aa.iframe.bundle.js.map +0 -1
- package/storybook-static/2.75691da5.iframe.bundle.js +0 -1
- package/storybook-static/3.08d15cf4.iframe.bundle.js +0 -1
- package/storybook-static/4.cbd8fb943995f84e5583.manager.bundle.js +0 -2
- package/storybook-static/4.cbd8fb943995f84e5583.manager.bundle.js.LICENSE.txt +0 -8
- package/storybook-static/5.d02ab9a798461caeb506.manager.bundle.js +0 -1
- package/storybook-static/6.4deac86378225189a26c.manager.bundle.js +0 -2
- package/storybook-static/6.4deac86378225189a26c.manager.bundle.js.LICENSE.txt +0 -12
- package/storybook-static/7.20dbe97831bee4cf4ce4.manager.bundle.js +0 -1
- package/storybook-static/7.53d57a3d.iframe.bundle.js +0 -1
- package/storybook-static/8.33a6bfc3865ab87fcc57.manager.bundle.js +0 -1
- package/storybook-static/8.9b339902.iframe.bundle.js +0 -3
- package/storybook-static/8.9b339902.iframe.bundle.js.LICENSE.txt +0 -12
- package/storybook-static/8.9b339902.iframe.bundle.js.map +0 -1
- package/storybook-static/9.f9389e45.iframe.bundle.js +0 -1
- package/storybook-static/favicon.ico +0 -0
- package/storybook-static/iframe.html +0 -348
- package/storybook-static/index.html +0 -59
- package/storybook-static/main.45162e1b.iframe.bundle.js +0 -1
- package/storybook-static/main.e8773e46a6d316c46694.manager.bundle.js +0 -1
- package/storybook-static/runtime~main.9b3271f5.iframe.bundle.js +0 -1
- package/storybook-static/runtime~main.d0af9adf44459dbc718a.manager.bundle.js +0 -1
- package/storybook-static/static/logo.svg +0 -19
- package/storybook-static/static/logotipo.svg +0 -50
- package/storybook-static/static/logotipoS.svg +0 -26
- package/storybook-static/vendors~main.02332eca.iframe.bundle.js +0 -3
- package/storybook-static/vendors~main.02332eca.iframe.bundle.js.LICENSE.txt +0 -107
- package/storybook-static/vendors~main.02332eca.iframe.bundle.js.map +0 -1
- package/storybook-static/vendors~main.29dce51cb06d0354d6c9.manager.bundle.js +0 -2
- package/storybook-static/vendors~main.29dce51cb06d0354d6c9.manager.bundle.js.LICENSE.txt +0 -101
- package/styles/sidebar.css +0 -751
@@ -1,101 +0,0 @@
|
|
1
|
-
/*!
|
2
|
-
* Fuse.js v3.6.1 - Lightweight fuzzy-search (http://fusejs.io)
|
3
|
-
*
|
4
|
-
* Copyright (c) 2012-2017 Kirollos Risk (http://kiro.me)
|
5
|
-
* All Rights Reserved. Apache Software License 2.0
|
6
|
-
*
|
7
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
8
|
-
*/
|
9
|
-
|
10
|
-
/*!
|
11
|
-
* https://github.com/es-shims/es5-shim
|
12
|
-
* @license es5-shim Copyright 2009-2020 by contributors, MIT License
|
13
|
-
* see https://github.com/es-shims/es5-shim/blob/master/LICENSE
|
14
|
-
*/
|
15
|
-
|
16
|
-
/*!
|
17
|
-
* https://github.com/paulmillr/es6-shim
|
18
|
-
* @license es6-shim Copyright 2013-2016 by Paul Miller (http://paulmillr.com)
|
19
|
-
* and contributors, MIT License
|
20
|
-
* es6-shim: v0.35.4
|
21
|
-
* see https://github.com/paulmillr/es6-shim/blob/0.35.3/LICENSE
|
22
|
-
* Details and documentation:
|
23
|
-
* https://github.com/paulmillr/es6-shim/
|
24
|
-
*/
|
25
|
-
|
26
|
-
/*!
|
27
|
-
* isobject <https://github.com/jonschlinkert/isobject>
|
28
|
-
*
|
29
|
-
* Copyright (c) 2014-2017, Jon Schlinkert.
|
30
|
-
* Released under the MIT License.
|
31
|
-
*/
|
32
|
-
|
33
|
-
/**
|
34
|
-
* @license React
|
35
|
-
* react-dom.production.min.js
|
36
|
-
*
|
37
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
38
|
-
*
|
39
|
-
* This source code is licensed under the MIT license found in the
|
40
|
-
* LICENSE file in the root directory of this source tree.
|
41
|
-
*/
|
42
|
-
|
43
|
-
/**
|
44
|
-
* @license React
|
45
|
-
* react.production.min.js
|
46
|
-
*
|
47
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
48
|
-
*
|
49
|
-
* This source code is licensed under the MIT license found in the
|
50
|
-
* LICENSE file in the root directory of this source tree.
|
51
|
-
*/
|
52
|
-
|
53
|
-
/**
|
54
|
-
* @license React
|
55
|
-
* scheduler.production.min.js
|
56
|
-
*
|
57
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
58
|
-
*
|
59
|
-
* This source code is licensed under the MIT license found in the
|
60
|
-
* LICENSE file in the root directory of this source tree.
|
61
|
-
*/
|
62
|
-
|
63
|
-
/**
|
64
|
-
* React Router DOM v6.3.0
|
65
|
-
*
|
66
|
-
* Copyright (c) Remix Software Inc.
|
67
|
-
*
|
68
|
-
* This source code is licensed under the MIT license found in the
|
69
|
-
* LICENSE.md file in the root directory of this source tree.
|
70
|
-
*
|
71
|
-
* @license MIT
|
72
|
-
*/
|
73
|
-
|
74
|
-
/**
|
75
|
-
* React Router v6.3.0
|
76
|
-
*
|
77
|
-
* Copyright (c) Remix Software Inc.
|
78
|
-
*
|
79
|
-
* This source code is licensed under the MIT license found in the
|
80
|
-
* LICENSE.md file in the root directory of this source tree.
|
81
|
-
*
|
82
|
-
* @license MIT
|
83
|
-
*/
|
84
|
-
|
85
|
-
/** @license React v16.13.1
|
86
|
-
* react-is.production.min.js
|
87
|
-
*
|
88
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
89
|
-
*
|
90
|
-
* This source code is licensed under the MIT license found in the
|
91
|
-
* LICENSE file in the root directory of this source tree.
|
92
|
-
*/
|
93
|
-
|
94
|
-
/** @license React v17.0.2
|
95
|
-
* react-is.production.min.js
|
96
|
-
*
|
97
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
98
|
-
*
|
99
|
-
* This source code is licensed under the MIT license found in the
|
100
|
-
* LICENSE file in the root directory of this source tree.
|
101
|
-
*/
|