imbric-theme 0.2.2 → 0.2.3
Sign up to get free protection for your applications and to get access to all the features.
- package/.storybook/main.js +4 -0
- package/atoms/Divider/Divider.js +5 -2
- package/atoms/Divider/Divider.module.css +20 -0
- package/atoms/Divider/Divider.stories.js +13 -2
- package/atoms/Divider/constants.js +3 -0
- package/atoms/Divider/index.js +1 -0
- package/atoms/Icon/constants.js +371 -144
- package/layout/Navbar/Navbar.js +34 -0
- package/layout/Navbar/Navbar.module.css +27 -0
- package/layout/Navbar/Navbar.stories.js +22 -0
- package/layout/Navbar/constants.js +0 -0
- package/layout/Navbar/index.js +2 -0
- package/layout/Sidebar/Sidebar.css +90 -0
- package/layout/Sidebar/Sidebar.js +312 -0
- package/layout/Sidebar/Sidebar.module.css +7 -0
- package/layout/Sidebar/Sidebar.stories.js +83 -0
- package/layout/Sidebar/constants.js +85 -0
- package/layout/Sidebar/index.js +4 -0
- package/package.json +5 -5
- package/public/favicon.ico +0 -0
- package/public/static/logo.svg +19 -0
- package/public/static/logotipo.svg +50 -0
- package/public/static/logotipoS.svg +26 -0
- package/storybook-static/0.89e7d77f4d365594e982.manager.bundle.js +1 -0
- package/storybook-static/0.e189f835.iframe.bundle.js +3 -0
- package/storybook-static/0.e189f835.iframe.bundle.js.LICENSE.txt +8 -0
- package/storybook-static/0.e189f835.iframe.bundle.js.map +1 -0
- package/storybook-static/1.45d0d6aa.iframe.bundle.js +3 -0
- package/storybook-static/1.45d0d6aa.iframe.bundle.js.LICENSE.txt +8 -0
- package/storybook-static/1.45d0d6aa.iframe.bundle.js.map +1 -0
- package/storybook-static/2.75691da5.iframe.bundle.js +1 -0
- package/storybook-static/3.08d15cf4.iframe.bundle.js +1 -0
- package/storybook-static/4.cbd8fb943995f84e5583.manager.bundle.js +2 -0
- package/storybook-static/4.cbd8fb943995f84e5583.manager.bundle.js.LICENSE.txt +8 -0
- package/storybook-static/5.d02ab9a798461caeb506.manager.bundle.js +1 -0
- package/storybook-static/6.4deac86378225189a26c.manager.bundle.js +2 -0
- package/storybook-static/6.4deac86378225189a26c.manager.bundle.js.LICENSE.txt +12 -0
- package/storybook-static/7.20dbe97831bee4cf4ce4.manager.bundle.js +1 -0
- package/storybook-static/7.53d57a3d.iframe.bundle.js +1 -0
- package/storybook-static/8.33a6bfc3865ab87fcc57.manager.bundle.js +1 -0
- package/storybook-static/8.9b339902.iframe.bundle.js +3 -0
- package/storybook-static/8.9b339902.iframe.bundle.js.LICENSE.txt +12 -0
- package/storybook-static/8.9b339902.iframe.bundle.js.map +1 -0
- package/storybook-static/9.f9389e45.iframe.bundle.js +1 -0
- package/storybook-static/favicon.ico +0 -0
- package/storybook-static/iframe.html +348 -0
- package/storybook-static/index.html +59 -0
- package/storybook-static/main.45162e1b.iframe.bundle.js +1 -0
- package/storybook-static/main.e8773e46a6d316c46694.manager.bundle.js +1 -0
- package/storybook-static/runtime~main.9b3271f5.iframe.bundle.js +1 -0
- package/storybook-static/runtime~main.d0af9adf44459dbc718a.manager.bundle.js +1 -0
- package/storybook-static/static/logo.svg +19 -0
- package/storybook-static/static/logotipo.svg +50 -0
- package/storybook-static/static/logotipoS.svg +26 -0
- package/storybook-static/vendors~main.02332eca.iframe.bundle.js +3 -0
- package/storybook-static/vendors~main.02332eca.iframe.bundle.js.LICENSE.txt +107 -0
- package/storybook-static/vendors~main.02332eca.iframe.bundle.js.map +1 -0
- package/storybook-static/vendors~main.29dce51cb06d0354d6c9.manager.bundle.js +2 -0
- package/storybook-static/vendors~main.29dce51cb06d0354d6c9.manager.bundle.js.LICENSE.txt +101 -0
@@ -0,0 +1,107 @@
|
|
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
|
+
Copyright (c) 2018 Jed Watson.
|
15
|
+
Licensed under the MIT License (MIT), see
|
16
|
+
http://jedwatson.github.io/classnames
|
17
|
+
*/
|
18
|
+
|
19
|
+
/*!
|
20
|
+
* The buffer module from node.js, for the browser.
|
21
|
+
*
|
22
|
+
* @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org>
|
23
|
+
* @license MIT
|
24
|
+
*/
|
25
|
+
|
26
|
+
/*!
|
27
|
+
* https://github.com/es-shims/es5-shim
|
28
|
+
* @license es5-shim Copyright 2009-2020 by contributors, MIT License
|
29
|
+
* see https://github.com/es-shims/es5-shim/blob/master/LICENSE
|
30
|
+
*/
|
31
|
+
|
32
|
+
/*!
|
33
|
+
* https://github.com/paulmillr/es6-shim
|
34
|
+
* @license es6-shim Copyright 2013-2016 by Paul Miller (http://paulmillr.com)
|
35
|
+
* and contributors, MIT License
|
36
|
+
* es6-shim: v0.35.4
|
37
|
+
* see https://github.com/paulmillr/es6-shim/blob/0.35.3/LICENSE
|
38
|
+
* Details and documentation:
|
39
|
+
* https://github.com/paulmillr/es6-shim/
|
40
|
+
*/
|
41
|
+
|
42
|
+
/*!
|
43
|
+
* is-plain-object <https://github.com/jonschlinkert/is-plain-object>
|
44
|
+
*
|
45
|
+
* Copyright (c) 2014-2017, Jon Schlinkert.
|
46
|
+
* Released under the MIT License.
|
47
|
+
*/
|
48
|
+
|
49
|
+
/*!
|
50
|
+
* isobject <https://github.com/jonschlinkert/isobject>
|
51
|
+
*
|
52
|
+
* Copyright (c) 2014-2017, Jon Schlinkert.
|
53
|
+
* Released under the MIT License.
|
54
|
+
*/
|
55
|
+
|
56
|
+
/**
|
57
|
+
* @license React
|
58
|
+
* react-dom.production.min.js
|
59
|
+
*
|
60
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
61
|
+
*
|
62
|
+
* This source code is licensed under the MIT license found in the
|
63
|
+
* LICENSE file in the root directory of this source tree.
|
64
|
+
*/
|
65
|
+
|
66
|
+
/**
|
67
|
+
* @license React
|
68
|
+
* react-jsx-runtime.production.min.js
|
69
|
+
*
|
70
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
71
|
+
*
|
72
|
+
* This source code is licensed under the MIT license found in the
|
73
|
+
* LICENSE file in the root directory of this source tree.
|
74
|
+
*/
|
75
|
+
|
76
|
+
/**
|
77
|
+
* @license React
|
78
|
+
* react.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
|
+
/**
|
87
|
+
* @license React
|
88
|
+
* scheduler.production.min.js
|
89
|
+
*
|
90
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
91
|
+
*
|
92
|
+
* This source code is licensed under the MIT license found in the
|
93
|
+
* LICENSE file in the root directory of this source tree.
|
94
|
+
*/
|
95
|
+
|
96
|
+
/** @license React v17.0.2
|
97
|
+
* react-is.production.min.js
|
98
|
+
*
|
99
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
100
|
+
*
|
101
|
+
* This source code is licensed under the MIT license found in the
|
102
|
+
* LICENSE file in the root directory of this source tree.
|
103
|
+
*/
|
104
|
+
|
105
|
+
//! stable.js 0.1.8, https://github.com/Two-Screen/stable
|
106
|
+
|
107
|
+
//! © 2018 Angry Bytes and contributors. MIT licensed.
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"vendors~main.02332eca.iframe.bundle.js","sources":[],"mappings":";A","sourceRoot":""}
|