imbric-theme 0.4.4 → 0.4.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (70) hide show
  1. package/Dockerfile +18 -0
  2. package/atoms/Checkbox/Checkbox.js +1 -1
  3. package/atoms/Icon/constants.js +55 -2
  4. package/atoms/Input/Input.js +5 -5
  5. package/atoms/Input/Input.stories.js +1 -1
  6. package/atoms/Input/constants.js +1 -1
  7. package/atoms/Toggle/Toggle.js +56 -0
  8. package/atoms/Toggle/Toggle.module.css +41 -0
  9. package/atoms/Toggle/Toggle.stories.js +21 -0
  10. package/atoms/Toggle/constants.js +1 -0
  11. package/atoms/Toggle/index.js +3 -0
  12. package/index.js +7 -0
  13. package/molecules/CardProductTypesBooking/CardProductTypesBooking.js +5 -3
  14. package/molecules/CardProductTypesBooking/CardProductTypesBooking.module.css +5 -1
  15. package/molecules/CardServiceDetail/CardServiceDetail.js +367 -0
  16. package/molecules/CardServiceDetail/CardServiceDetail.module.css +222 -0
  17. package/molecules/CardServiceDetail/CardServiceDetail.stories.js +23 -0
  18. package/molecules/CardServiceDetail/constants.js +1 -0
  19. package/molecules/CardServiceDetail/index.js +3 -0
  20. package/molecules/CardServices/CardServices.js +175 -45
  21. package/molecules/CardServices/CardServices.module.css +116 -4
  22. package/molecules/ColumnTable/ColumnTable.js +5 -3
  23. package/molecules/ColumnTable/ColumnTable.module.css +12 -0
  24. package/molecules/Dropdown/Dropdown.js +1 -1
  25. package/molecules/InputAutocomplete/InputAutocomplete.js +0 -50
  26. package/molecules/RowTable/RowTable.js +59 -22
  27. package/molecules/RowTable/RowTable.module.css +4 -0
  28. package/molecules/RowTable/constants.js +5 -2
  29. package/package.json +2 -1
  30. package/public/static/images/bank-cash-dollar-finance-money-payment-2-svgrepo-com.svg +13 -0
  31. package/public/static/images/buy-ecommerce-label-money-price-sale-svgrepo-com.svg +13 -0
  32. package/public/static/images/distance-svgrepo-com.svg +21 -0
  33. package/public/static/images/message-svgrepo-com.svg +15 -0
  34. package/public/static/images/pin-distance-svgrepo-com.svg +13 -0
  35. package/.eslintcache +0 -1
  36. package/storybook-static/0.263f852f.iframe.bundle.js +0 -1
  37. package/storybook-static/0.91dbd3f3aa2099d25061.manager.bundle.js +0 -1
  38. package/storybook-static/1.17e9ac7e.iframe.bundle.js +0 -3
  39. package/storybook-static/1.17e9ac7e.iframe.bundle.js.LICENSE.txt +0 -8
  40. package/storybook-static/1.17e9ac7e.iframe.bundle.js.map +0 -1
  41. package/storybook-static/2.cc4000c2.iframe.bundle.js +0 -1
  42. package/storybook-static/3.e9f95d01.iframe.bundle.js +0 -1
  43. package/storybook-static/4.be0a752c9f5176d6eec1.manager.bundle.js +0 -2
  44. package/storybook-static/4.be0a752c9f5176d6eec1.manager.bundle.js.LICENSE.txt +0 -8
  45. package/storybook-static/5.8efdde123acaf8fbb100.manager.bundle.js +0 -1
  46. package/storybook-static/6.2f82294ae0b087aecb24.manager.bundle.js +0 -2
  47. package/storybook-static/6.2f82294ae0b087aecb24.manager.bundle.js.LICENSE.txt +0 -12
  48. package/storybook-static/7.97068037.iframe.bundle.js +0 -1
  49. package/storybook-static/7.fa9452d2609e8a00f314.manager.bundle.js +0 -1
  50. package/storybook-static/8.66f5ef1c66fc4628f127.manager.bundle.js +0 -1
  51. package/storybook-static/8.b545d602.iframe.bundle.js +0 -3
  52. package/storybook-static/8.b545d602.iframe.bundle.js.LICENSE.txt +0 -12
  53. package/storybook-static/8.b545d602.iframe.bundle.js.map +0 -1
  54. package/storybook-static/9.269ed917.iframe.bundle.js +0 -1
  55. package/storybook-static/favicon.ico +0 -0
  56. package/storybook-static/iframe.html +0 -348
  57. package/storybook-static/index.html +0 -59
  58. package/storybook-static/main.157061c9.iframe.bundle.js +0 -1
  59. package/storybook-static/main.5a07347846ccf2d7e5dc.manager.bundle.js +0 -1
  60. package/storybook-static/runtime~main.a14e6e62.iframe.bundle.js +0 -1
  61. package/storybook-static/runtime~main.f78c3fae275fc212c109.manager.bundle.js +0 -1
  62. package/storybook-static/static/logo.svg +0 -19
  63. package/storybook-static/static/logologin.svg +0 -16
  64. package/storybook-static/static/logotipo.svg +0 -50
  65. package/storybook-static/static/logotipoS.svg +0 -26
  66. package/storybook-static/vendors~main.720e76f4.iframe.bundle.js +0 -3
  67. package/storybook-static/vendors~main.720e76f4.iframe.bundle.js.LICENSE.txt +0 -110
  68. package/storybook-static/vendors~main.720e76f4.iframe.bundle.js.map +0 -1
  69. package/storybook-static/vendors~main.fcd0b2a3431ddf75f5f7.manager.bundle.js +0 -2
  70. package/storybook-static/vendors~main.fcd0b2a3431ddf75f5f7.manager.bundle.js.LICENSE.txt +0 -101
@@ -1,110 +0,0 @@
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.
@@ -1 +0,0 @@
1
- {"version":3,"file":"vendors~main.720e76f4.iframe.bundle.js","sources":[],"mappings":";A","sourceRoot":""}