imbric-theme 0.3.1 → 0.3.4
Sign up to get free protection for your applications and to get access to all the features.
- package/.storybook/main.js +1 -1
- package/atoms/AlertModal/AlertModal.js +77 -0
- package/atoms/AlertModal/AlertModal.module.css +3 -0
- package/atoms/AlertModal/AlertModal.stories.js +30 -0
- package/atoms/AlertModal/constants.js +4 -0
- package/atoms/AlertModal/index.js +3 -0
- package/atoms/Button/Button.js +5 -2
- package/atoms/Button/Button.module.css +6 -3
- package/atoms/Checkbox/Checkbox.js +49 -0
- package/atoms/Checkbox/Checkbox.module.css +3 -0
- package/atoms/Checkbox/Checkbox.stories.js +28 -0
- package/atoms/Checkbox/constants.js +1 -0
- package/atoms/Checkbox/index.js +3 -0
- package/atoms/Heading/Heading.js +1 -1
- package/atoms/Heading/Heading.module.css +4 -0
- package/atoms/Heading/constants.js +1 -1
- package/atoms/Icon/constants.js +30 -6
- package/atoms/Icon/file-download-svgrepo-com.svg +13 -0
- package/atoms/Input/Input.js +21 -5
- package/atoms/Input/Input.module.css +26 -6
- package/atoms/Input/Input.stories.js +8 -2
- package/atoms/Input/__snapshots__/Input.stories.js.snap +5 -5
- package/atoms/Input/constants.js +1 -1
- package/atoms/Label/Label.js +31 -0
- package/atoms/Label/Label.module.css +38 -0
- package/atoms/Label/Label.stories.js +26 -0
- package/atoms/Label/constants.js +1 -0
- package/atoms/Label/index.js +3 -0
- package/atoms/Paragraph/Paragraph.module.css +4 -0
- package/index.js +20 -1
- package/jest.config.js +1 -1
- package/layout/DynamicTable/DynamicTable.js +207 -0
- package/layout/DynamicTable/DynamicTable.module.css +62 -0
- package/layout/DynamicTable/DynamicTable.stories.js +30 -0
- package/layout/DynamicTable/constants.js +840 -0
- package/layout/DynamicTable/index.js +3 -0
- package/layout/Navbar/Navbar.js +19 -11
- package/layout/Navbar/Navbar.module.css +4 -2
- package/layout/Navbar/Navbar.stories.js +2 -1
- package/layout/Sidebar/Sidebar.js +5 -3
- package/layout/Sidebar/Sidebar.module.css +1 -10
- package/layout/Sidebar/Sidebar.stories.js +1 -1
- package/layout/Sidebar/constants.js +228 -205
- package/molecules/CheckList/CheckList.js +135 -0
- package/molecules/CheckList/CheckList.module.css +94 -0
- package/molecules/CheckList/CheckList.stories.js +25 -0
- package/molecules/CheckList/constants.js +23 -0
- package/molecules/CheckList/index.js +3 -0
- package/molecules/ColumnTable/ColumnTable.js +123 -0
- package/molecules/ColumnTable/ColumnTable.module.css +9 -0
- package/molecules/ColumnTable/ColumnTable.stories.js +29 -0
- package/molecules/ColumnTable/constants.js +1 -0
- package/molecules/ColumnTable/index.js +3 -0
- package/molecules/DatePicker/DatePicker.js +223 -0
- package/molecules/DatePicker/DatePicker.module.css +38 -0
- package/molecules/DatePicker/DatePicker.stories.js +23 -0
- package/molecules/DatePicker/constants.js +3 -0
- package/molecules/DatePicker/index.js +3 -0
- package/molecules/Dropdown/Dropdown.js +25 -22
- package/molecules/Dropdown/Dropdown.module.css +21 -3
- package/molecules/DynamicSelect/DynamicSelect.js +109 -0
- package/molecules/DynamicSelect/DynamicSelect.module.css +10 -0
- package/molecules/DynamicSelect/DynamicSelect.stories.js +32 -0
- package/molecules/DynamicSelect/constants.js +7 -0
- package/molecules/DynamicSelect/index.js +3 -0
- package/molecules/Error/Error.js +2 -2
- package/molecules/Error/Error.module.css +3 -2
- package/molecules/ItemMenu/ItemMenu.js +34 -31
- package/molecules/ItemMenu/ItemMenu.module.css +13 -4
- package/molecules/ItemMenu/ItemMenu.stories.js +2 -1
- package/molecules/ItemMenu/constants.js +3 -0
- package/molecules/RowTable/RowTable.js +22 -0
- package/molecules/RowTable/RowTable.module.css +3 -0
- package/molecules/RowTable/RowTable.stories.js +23 -0
- package/molecules/RowTable/constants.js +1 -0
- package/molecules/RowTable/index.js +3 -0
- package/package.json +11 -2
- package/pages/Login/Login.js +102 -0
- package/pages/Login/Login.module.css +5 -0
- package/pages/Login/Login.stories.js +23 -0
- package/pages/Login/constants.js +1 -0
- package/pages/Login/index.js +3 -0
- package/pages/Login/validation/loginSchema.js +5 -0
- package/public/static/logologin.svg +16 -0
- package/scripts/create-component.js +2 -1
- package/storybook-static/0.263f852f.iframe.bundle.js +1 -0
- package/storybook-static/0.91dbd3f3aa2099d25061.manager.bundle.js +1 -0
- package/storybook-static/1.17e9ac7e.iframe.bundle.js +3 -0
- package/storybook-static/1.17e9ac7e.iframe.bundle.js.LICENSE.txt +8 -0
- package/storybook-static/1.17e9ac7e.iframe.bundle.js.map +1 -0
- package/storybook-static/2.cc4000c2.iframe.bundle.js +1 -0
- package/storybook-static/3.e9f95d01.iframe.bundle.js +1 -0
- package/storybook-static/4.be0a752c9f5176d6eec1.manager.bundle.js +2 -0
- package/storybook-static/4.be0a752c9f5176d6eec1.manager.bundle.js.LICENSE.txt +8 -0
- package/storybook-static/5.8efdde123acaf8fbb100.manager.bundle.js +1 -0
- package/storybook-static/6.2f82294ae0b087aecb24.manager.bundle.js +2 -0
- package/storybook-static/6.2f82294ae0b087aecb24.manager.bundle.js.LICENSE.txt +12 -0
- package/storybook-static/7.97068037.iframe.bundle.js +1 -0
- package/storybook-static/7.fa9452d2609e8a00f314.manager.bundle.js +1 -0
- package/storybook-static/8.66f5ef1c66fc4628f127.manager.bundle.js +1 -0
- package/storybook-static/8.b545d602.iframe.bundle.js +3 -0
- package/storybook-static/8.b545d602.iframe.bundle.js.LICENSE.txt +12 -0
- package/storybook-static/8.b545d602.iframe.bundle.js.map +1 -0
- package/storybook-static/9.269ed917.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.157061c9.iframe.bundle.js +1 -0
- package/storybook-static/main.5a07347846ccf2d7e5dc.manager.bundle.js +1 -0
- package/storybook-static/runtime~main.a14e6e62.iframe.bundle.js +1 -0
- package/storybook-static/runtime~main.f78c3fae275fc212c109.manager.bundle.js +1 -0
- package/storybook-static/static/logo.svg +19 -0
- package/storybook-static/static/logologin.svg +16 -0
- package/storybook-static/static/logotipo.svg +50 -0
- package/storybook-static/static/logotipoS.svg +26 -0
- package/storybook-static/vendors~main.720e76f4.iframe.bundle.js +3 -0
- package/storybook-static/vendors~main.720e76f4.iframe.bundle.js.LICENSE.txt +110 -0
- package/storybook-static/vendors~main.720e76f4.iframe.bundle.js.map +1 -0
- package/storybook-static/vendors~main.fcd0b2a3431ddf75f5f7.manager.bundle.js +2 -0
- package/storybook-static/vendors~main.fcd0b2a3431ddf75f5f7.manager.bundle.js.LICENSE.txt +101 -0
- package/styles/globals.css +590 -3
- package/styles/tokens.css +2 -1
- package/tokens/index.js +2 -1
@@ -0,0 +1,110 @@
|
|
1
|
+
/*
|
2
|
+
object-assign
|
3
|
+
(c) Sindre Sorhus
|
4
|
+
@license MIT
|
5
|
+
*/
|
6
|
+
|
7
|
+
/*!
|
8
|
+
Copyright (c) 2018 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
|
+
* https://github.com/es-shims/es5-shim
|
22
|
+
* @license es5-shim Copyright 2009-2020 by contributors, MIT License
|
23
|
+
* see https://github.com/es-shims/es5-shim/blob/master/LICENSE
|
24
|
+
*/
|
25
|
+
|
26
|
+
/*!
|
27
|
+
* https://github.com/paulmillr/es6-shim
|
28
|
+
* @license es6-shim Copyright 2013-2016 by Paul Miller (http://paulmillr.com)
|
29
|
+
* and contributors, MIT License
|
30
|
+
* es6-shim: v0.35.4
|
31
|
+
* see https://github.com/paulmillr/es6-shim/blob/0.35.3/LICENSE
|
32
|
+
* Details and documentation:
|
33
|
+
* https://github.com/paulmillr/es6-shim/
|
34
|
+
*/
|
35
|
+
|
36
|
+
/*!
|
37
|
+
* is-plain-object <https://github.com/jonschlinkert/is-plain-object>
|
38
|
+
*
|
39
|
+
* Copyright (c) 2014-2017, Jon Schlinkert.
|
40
|
+
* Released under the MIT License.
|
41
|
+
*/
|
42
|
+
|
43
|
+
/*!
|
44
|
+
* isobject <https://github.com/jonschlinkert/isobject>
|
45
|
+
*
|
46
|
+
* Copyright (c) 2014-2017, Jon Schlinkert.
|
47
|
+
* Released under the MIT License.
|
48
|
+
*/
|
49
|
+
|
50
|
+
/**
|
51
|
+
* @license React
|
52
|
+
* react-dom.production.min.js
|
53
|
+
*
|
54
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
55
|
+
*
|
56
|
+
* This source code is licensed under the MIT license found in the
|
57
|
+
* LICENSE file in the root directory of this source tree.
|
58
|
+
*/
|
59
|
+
|
60
|
+
/**
|
61
|
+
* @license React
|
62
|
+
* react-jsx-runtime.production.min.js
|
63
|
+
*
|
64
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
65
|
+
*
|
66
|
+
* This source code is licensed under the MIT license found in the
|
67
|
+
* LICENSE file in the root directory of this source tree.
|
68
|
+
*/
|
69
|
+
|
70
|
+
/**
|
71
|
+
* @license React
|
72
|
+
* react.production.min.js
|
73
|
+
*
|
74
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
75
|
+
*
|
76
|
+
* This source code is licensed under the MIT license found in the
|
77
|
+
* LICENSE file in the root directory of this source tree.
|
78
|
+
*/
|
79
|
+
|
80
|
+
/**
|
81
|
+
* @license React
|
82
|
+
* scheduler.production.min.js
|
83
|
+
*
|
84
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
85
|
+
*
|
86
|
+
* This source code is licensed under the MIT license found in the
|
87
|
+
* LICENSE file in the root directory of this source tree.
|
88
|
+
*/
|
89
|
+
|
90
|
+
/** @license React v16.13.1
|
91
|
+
* react-is.production.min.js
|
92
|
+
*
|
93
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
94
|
+
*
|
95
|
+
* This source code is licensed under the MIT license found in the
|
96
|
+
* LICENSE file in the root directory of this source tree.
|
97
|
+
*/
|
98
|
+
|
99
|
+
/** @license React v17.0.2
|
100
|
+
* react-is.production.min.js
|
101
|
+
*
|
102
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
103
|
+
*
|
104
|
+
* This source code is licensed under the MIT license found in the
|
105
|
+
* LICENSE file in the root directory of this source tree.
|
106
|
+
*/
|
107
|
+
|
108
|
+
//! stable.js 0.1.8, https://github.com/Two-Screen/stable
|
109
|
+
|
110
|
+
//! © 2018 Angry Bytes and contributors. MIT licensed.
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"vendors~main.720e76f4.iframe.bundle.js","sources":[],"mappings":";A","sourceRoot":""}
|