@bikdotai/bik-component-library 0.0.5-beta → 0.0.5-beta.0

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 (203) hide show
  1. package/dist/cjs/_virtual/_tslib.js +1 -0
  2. package/dist/cjs/assets/icons/check.svg.js +1 -0
  3. package/dist/cjs/assets/icons/cross.svg.js +1 -0
  4. package/dist/cjs/assets/icons/errorInfo.svg.js +1 -0
  5. package/dist/cjs/bundle.css +621 -0
  6. package/dist/cjs/components/TypographyStyle.d.ts +15 -0
  7. package/dist/cjs/components/TypographyStyle.js +88 -0
  8. package/dist/cjs/components/button/Button.d.ts +3 -0
  9. package/dist/cjs/components/button/Button.js +1 -0
  10. package/dist/cjs/components/button/Button.styled.d.ts +13 -0
  11. package/dist/cjs/components/button/Button.styled.js +1 -0
  12. package/dist/cjs/components/button/index.d.ts +1 -0
  13. package/dist/cjs/components/button/model.d.ts +57 -0
  14. package/dist/cjs/components/button/themes.d.ts +18 -0
  15. package/dist/cjs/components/button/themes.js +1 -0
  16. package/dist/cjs/components/checkBox/CheckBox.d.ts +9 -0
  17. package/dist/cjs/components/checkBox/CheckBox.js +1 -0
  18. package/dist/cjs/components/checkBox/CheckBox.styled.d.ts +7 -0
  19. package/dist/cjs/components/checkBox/CheckBox.styled.js +26 -0
  20. package/dist/cjs/components/checkBox/index.d.ts +1 -0
  21. package/dist/cjs/components/icon-button/IconButton.d.ts +3 -0
  22. package/dist/cjs/components/icon-button/IconButton.js +1 -0
  23. package/dist/cjs/components/icon-button/IconButton.styled.d.ts +6 -0
  24. package/dist/cjs/components/icon-button/IconButton.styled.js +3 -0
  25. package/dist/cjs/components/icon-button/index.d.ts +1 -0
  26. package/dist/cjs/components/icon-button/model.d.ts +37 -0
  27. package/dist/cjs/components/icon-button/theme.d.ts +3 -0
  28. package/dist/cjs/components/icon-button/theme.js +1 -0
  29. package/dist/cjs/components/image-compress/ImageCompress.d.ts +7 -0
  30. package/dist/cjs/components/image-compress/ImageCompress.js +1 -0
  31. package/dist/cjs/components/image-compress/index.d.ts +1 -0
  32. package/dist/cjs/components/input/Input.d.ts +37 -0
  33. package/dist/cjs/components/input/Input.styled.d.ts +114 -0
  34. package/dist/cjs/components/input/index.d.ts +1 -0
  35. package/dist/cjs/components/list-item/ListItem.d.ts +16 -0
  36. package/dist/cjs/components/list-item/ListItem.js +1 -0
  37. package/dist/cjs/components/list-item/ListItem.styled.d.ts +9 -0
  38. package/dist/cjs/components/list-item/ListItem.styled.js +1 -0
  39. package/dist/cjs/components/list-item/index.d.ts +1 -0
  40. package/dist/cjs/components/list-item/themes.d.ts +3 -0
  41. package/dist/cjs/components/list-item/themes.js +1 -0
  42. package/dist/cjs/components/pagination/Pagination.d.ts +9 -0
  43. package/dist/cjs/components/pagination/Pagination.js +1 -0
  44. package/dist/cjs/components/pagination/Pagination.styled.d.ts +5 -0
  45. package/dist/cjs/components/pagination/Pagination.styled.js +1 -0
  46. package/dist/cjs/components/pagination/index.d.ts +1 -0
  47. package/dist/cjs/components/radioButton/RadioButton.d.ts +8 -0
  48. package/dist/cjs/components/radioButton/RadioButton.js +1 -0
  49. package/dist/cjs/components/radioButton/RadioButton.styled.d.ts +7 -0
  50. package/dist/cjs/components/radioButton/RadioButton.styled.js +20 -0
  51. package/dist/cjs/components/radioButton/index.d.ts +1 -0
  52. package/dist/cjs/components/sample-button/SampleButton.d.ts +18 -0
  53. package/dist/cjs/components/sample-button/SampleButton.styled.d.ts +9 -0
  54. package/dist/cjs/components/sample-button/index.d.ts +1 -0
  55. package/dist/cjs/components/sample-button/themes.d.ts +2 -0
  56. package/dist/cjs/components/spinner/Spinner.d.ts +6 -0
  57. package/dist/cjs/components/spinner/Spinner.js +1 -0
  58. package/dist/cjs/components/spinner/index.d.ts +1 -0
  59. package/dist/cjs/components/spinner/lotties/black.json.js +1 -0
  60. package/dist/cjs/components/spinner/lotties/brand.json.js +1 -0
  61. package/dist/cjs/components/spinner/lotties/red.json.js +1 -0
  62. package/dist/cjs/components/spinner/lotties/white.json.js +1 -0
  63. package/dist/cjs/components/spinner/model.d.ts +13 -0
  64. package/dist/cjs/components/spinner/themes.d.ts +3 -0
  65. package/dist/cjs/components/spinner/themes.js +1 -0
  66. package/dist/cjs/components/stepper/Stepper.d.ts +22 -0
  67. package/dist/cjs/components/stepper/Stepper.js +1 -0
  68. package/dist/cjs/components/stepper/Stepper.styled.d.ts +6 -0
  69. package/dist/cjs/components/stepper/Stepper.styled.js +83 -0
  70. package/dist/cjs/components/stepper/StepperService.d.ts +4 -0
  71. package/dist/cjs/components/stepper/WorkingStepper.d.ts +14 -0
  72. package/dist/cjs/components/stepper/index.d.ts +1 -0
  73. package/dist/cjs/components/stepper/themes.d.ts +18 -0
  74. package/dist/cjs/components/stepper/themes.js +1 -0
  75. package/dist/cjs/components/tag/Tag.d.ts +6 -0
  76. package/dist/cjs/components/tag/Tag.js +1 -0
  77. package/dist/cjs/components/tag/Tag.styled.d.ts +6 -0
  78. package/dist/cjs/components/tag/Tag.styled.js +26 -0
  79. package/dist/cjs/components/tag/index.d.ts +1 -0
  80. package/dist/cjs/components/tag/model.d.ts +34 -0
  81. package/dist/cjs/components/tag/themes.d.ts +6 -0
  82. package/dist/cjs/components/tag/themes.js +1 -0
  83. package/dist/cjs/components/toaster/Toaster.d.ts +27 -0
  84. package/dist/cjs/components/toaster/Toaster.js +1 -0
  85. package/dist/cjs/components/toaster/Toaster.styled.d.ts +4 -0
  86. package/dist/cjs/components/toaster/Toaster.styled.js +35 -0
  87. package/dist/cjs/components/toaster/index.d.ts +1 -0
  88. package/dist/cjs/components/tooltips/Tooltip.d.ts +10 -0
  89. package/dist/cjs/components/tooltips/Tooltip.js +1 -0
  90. package/dist/cjs/components/tooltips/TooltipInternal.d.ts +10 -0
  91. package/dist/cjs/components/tooltips/TooltipInternal.js +1 -0
  92. package/dist/cjs/components/tooltips/index.d.ts +1 -0
  93. package/dist/cjs/constants/Theme.d.ts +587 -0
  94. package/dist/cjs/constants/Theme.js +1 -0
  95. package/dist/cjs/constants/breakpoints.d.ts +6 -0
  96. package/dist/cjs/constants/colors.d.ts +7 -0
  97. package/dist/cjs/constants/spacing.d.ts +2 -0
  98. package/dist/cjs/index.d.ts +13 -0
  99. package/dist/cjs/index.js +1 -0
  100. package/dist/cjs/utils/classNames.d.ts +7 -0
  101. package/dist/cjs/utils/rgba.d.ts +8 -0
  102. package/dist/esm/_virtual/_tslib.js +1 -0
  103. package/dist/esm/assets/icons/check.svg.js +1 -0
  104. package/dist/esm/assets/icons/cross.svg.js +1 -0
  105. package/dist/esm/assets/icons/errorInfo.svg.js +1 -0
  106. package/dist/esm/bundle.css +621 -0
  107. package/dist/esm/components/TypographyStyle.d.ts +15 -0
  108. package/dist/esm/components/TypographyStyle.js +88 -0
  109. package/dist/esm/components/button/Button.d.ts +3 -0
  110. package/dist/esm/components/button/Button.js +1 -0
  111. package/dist/esm/components/button/Button.styled.d.ts +13 -0
  112. package/dist/esm/components/button/Button.styled.js +1 -0
  113. package/dist/esm/components/button/index.d.ts +1 -0
  114. package/dist/esm/components/button/model.d.ts +57 -0
  115. package/dist/esm/components/button/themes.d.ts +18 -0
  116. package/dist/esm/components/button/themes.js +1 -0
  117. package/dist/esm/components/checkBox/CheckBox.d.ts +9 -0
  118. package/dist/esm/components/checkBox/CheckBox.js +1 -0
  119. package/dist/esm/components/checkBox/CheckBox.styled.d.ts +7 -0
  120. package/dist/esm/components/checkBox/CheckBox.styled.js +26 -0
  121. package/dist/esm/components/checkBox/index.d.ts +1 -0
  122. package/dist/esm/components/icon-button/IconButton.d.ts +3 -0
  123. package/dist/esm/components/icon-button/IconButton.js +1 -0
  124. package/dist/esm/components/icon-button/IconButton.styled.d.ts +6 -0
  125. package/dist/esm/components/icon-button/IconButton.styled.js +3 -0
  126. package/dist/esm/components/icon-button/index.d.ts +1 -0
  127. package/dist/esm/components/icon-button/model.d.ts +37 -0
  128. package/dist/esm/components/icon-button/theme.d.ts +3 -0
  129. package/dist/esm/components/icon-button/theme.js +1 -0
  130. package/dist/esm/components/image-compress/ImageCompress.d.ts +7 -0
  131. package/dist/esm/components/image-compress/ImageCompress.js +1 -0
  132. package/dist/esm/components/image-compress/index.d.ts +1 -0
  133. package/dist/esm/components/input/Input.d.ts +37 -0
  134. package/dist/esm/components/input/Input.styled.d.ts +114 -0
  135. package/dist/esm/components/input/index.d.ts +1 -0
  136. package/dist/esm/components/list-item/ListItem.d.ts +16 -0
  137. package/dist/esm/components/list-item/ListItem.js +1 -0
  138. package/dist/esm/components/list-item/ListItem.styled.d.ts +9 -0
  139. package/dist/esm/components/list-item/ListItem.styled.js +1 -0
  140. package/dist/esm/components/list-item/index.d.ts +1 -0
  141. package/dist/esm/components/list-item/themes.d.ts +3 -0
  142. package/dist/esm/components/list-item/themes.js +1 -0
  143. package/dist/esm/components/pagination/Pagination.d.ts +9 -0
  144. package/dist/esm/components/pagination/Pagination.js +1 -0
  145. package/dist/esm/components/pagination/Pagination.styled.d.ts +5 -0
  146. package/dist/esm/components/pagination/Pagination.styled.js +1 -0
  147. package/dist/esm/components/pagination/index.d.ts +1 -0
  148. package/dist/esm/components/radioButton/RadioButton.d.ts +8 -0
  149. package/dist/esm/components/radioButton/RadioButton.js +1 -0
  150. package/dist/esm/components/radioButton/RadioButton.styled.d.ts +7 -0
  151. package/dist/esm/components/radioButton/RadioButton.styled.js +20 -0
  152. package/dist/esm/components/radioButton/index.d.ts +1 -0
  153. package/dist/esm/components/sample-button/SampleButton.d.ts +18 -0
  154. package/dist/esm/components/sample-button/SampleButton.styled.d.ts +9 -0
  155. package/dist/esm/components/sample-button/index.d.ts +1 -0
  156. package/dist/esm/components/sample-button/themes.d.ts +2 -0
  157. package/dist/esm/components/spinner/Spinner.d.ts +6 -0
  158. package/dist/esm/components/spinner/Spinner.js +1 -0
  159. package/dist/esm/components/spinner/index.d.ts +1 -0
  160. package/dist/esm/components/spinner/lotties/black.json.js +1 -0
  161. package/dist/esm/components/spinner/lotties/brand.json.js +1 -0
  162. package/dist/esm/components/spinner/lotties/red.json.js +1 -0
  163. package/dist/esm/components/spinner/lotties/white.json.js +1 -0
  164. package/dist/esm/components/spinner/model.d.ts +13 -0
  165. package/dist/esm/components/spinner/themes.d.ts +3 -0
  166. package/dist/esm/components/spinner/themes.js +1 -0
  167. package/dist/esm/components/stepper/Stepper.d.ts +22 -0
  168. package/dist/esm/components/stepper/Stepper.js +1 -0
  169. package/dist/esm/components/stepper/Stepper.styled.d.ts +6 -0
  170. package/dist/esm/components/stepper/Stepper.styled.js +83 -0
  171. package/dist/esm/components/stepper/StepperService.d.ts +4 -0
  172. package/dist/esm/components/stepper/WorkingStepper.d.ts +14 -0
  173. package/dist/esm/components/stepper/index.d.ts +1 -0
  174. package/dist/esm/components/stepper/themes.d.ts +18 -0
  175. package/dist/esm/components/stepper/themes.js +1 -0
  176. package/dist/esm/components/tag/Tag.d.ts +6 -0
  177. package/dist/esm/components/tag/Tag.js +1 -0
  178. package/dist/esm/components/tag/Tag.styled.d.ts +6 -0
  179. package/dist/esm/components/tag/Tag.styled.js +26 -0
  180. package/dist/esm/components/tag/index.d.ts +1 -0
  181. package/dist/esm/components/tag/model.d.ts +34 -0
  182. package/dist/esm/components/tag/themes.d.ts +6 -0
  183. package/dist/esm/components/tag/themes.js +1 -0
  184. package/dist/esm/components/toaster/Toaster.d.ts +27 -0
  185. package/dist/esm/components/toaster/Toaster.js +1 -0
  186. package/dist/esm/components/toaster/Toaster.styled.d.ts +4 -0
  187. package/dist/esm/components/toaster/Toaster.styled.js +35 -0
  188. package/dist/esm/components/toaster/index.d.ts +1 -0
  189. package/dist/esm/components/tooltips/Tooltip.d.ts +10 -0
  190. package/dist/esm/components/tooltips/Tooltip.js +1 -0
  191. package/dist/esm/components/tooltips/TooltipInternal.d.ts +10 -0
  192. package/dist/esm/components/tooltips/TooltipInternal.js +1 -0
  193. package/dist/esm/components/tooltips/index.d.ts +1 -0
  194. package/dist/esm/constants/Theme.d.ts +587 -0
  195. package/dist/esm/constants/Theme.js +1 -0
  196. package/dist/esm/constants/breakpoints.d.ts +6 -0
  197. package/dist/esm/constants/colors.d.ts +7 -0
  198. package/dist/esm/constants/spacing.d.ts +2 -0
  199. package/dist/esm/index.d.ts +13 -0
  200. package/dist/esm/index.js +1 -0
  201. package/dist/esm/utils/classNames.d.ts +7 -0
  202. package/dist/esm/utils/rgba.d.ts +8 -0
  203. package/package.json +3 -6
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.__awaiter=function(t,e,n,r){return new(n||(n=Promise))((function(o,c){function a(t){try{u(r.next(t))}catch(t){c(t)}}function i(t){try{u(r.throw(t))}catch(t){c(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(a,i)}u((r=r.apply(t,e||[])).next())}))},exports.__rest=function(t,e){var n={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(n[r]=t[r]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(t);o<r.length;o++)e.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(t,r[o])&&(n[r[o]]=t[r[o]])}return n};
@@ -0,0 +1 @@
1
+ "use strict";function e(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(r){if("default"!==r){var n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:function(){return e[r]}})}})),t.default=e,Object.freeze(t)}Object.defineProperty(exports,"__esModule",{value:!0});var t,r=e(require("react"));function n(){return n=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},n.apply(this,arguments)}var c=e=>r.createElement("svg",n({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 12 9"},e),t||(t=r.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M11.805.529c.26.26.26.682 0 .942L4.47 8.805a.667.667 0 0 1-.942 0L.195 5.47a.667.667 0 0 1 .943-.942L4 7.39 10.862.529c.26-.26.682-.26.943 0Z",clipRule:"evenodd"})));exports.default=c;
@@ -0,0 +1 @@
1
+ "use strict";function e(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(r){if("default"!==r){var n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:function(){return e[r]}})}})),t.default=e,Object.freeze(t)}Object.defineProperty(exports,"__esModule",{value:!0});var t,r=e(require("react"));function n(){return n=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},n.apply(this,arguments)}var a=e=>r.createElement("svg",n({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},e),t||(t=r.createElement("path",{fill:"currentColor",d:"M15.59 5.59a.833.833 0 0 0-1.18-1.18L10 8.822l-4.41-4.41a.833.833 0 1 0-1.18 1.178L8.822 10l-4.41 4.41a.833.833 0 0 0 1.178 1.18L10 11.177l4.41 4.411a.834.834 0 0 0 1.18-1.178L11.177 10l4.411-4.41Z"})));exports.default=a;
@@ -0,0 +1 @@
1
+ "use strict";function e(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(r){if("default"!==r){var n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:function(){return e[r]}})}})),t.default=e,Object.freeze(t)}Object.defineProperty(exports,"__esModule",{value:!0});var t,r,n,l=e(require("react"));function a(){return a=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},a.apply(this,arguments)}var c=e=>l.createElement("svg",a({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),t||(t=l.createElement("path",{fill:"#B92321",d:"M8 7.333c.368 0 .667.299.667.667v2.667a.667.667 0 1 1-1.334 0V8c0-.368.299-.667.667-.667Z"})),r||(r=l.createElement("path",{fill:"currentColor",d:"M8 6a.667.667 0 1 0 0-1.333A.667.667 0 0 0 8 6Z"})),n||(n=l.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M.667 8a7.333 7.333 0 1 1 14.666 0A7.333 7.333 0 0 1 .667 8ZM8 2a6 6 0 1 0 0 12A6 6 0 0 0 8 2Z",clipRule:"evenodd"})));exports.default=c;
@@ -0,0 +1,621 @@
1
+ :root {
2
+ --toastify-color-light: #fff;
3
+ --toastify-color-dark: #121212;
4
+ --toastify-color-info: #3498db;
5
+ --toastify-color-success: #07bc0c;
6
+ --toastify-color-warning: #f1c40f;
7
+ --toastify-color-error: #e74c3c;
8
+ --toastify-color-transparent: rgba(255, 255, 255, 0.7);
9
+ --toastify-icon-color-info: var(--toastify-color-info);
10
+ --toastify-icon-color-success: var(--toastify-color-success);
11
+ --toastify-icon-color-warning: var(--toastify-color-warning);
12
+ --toastify-icon-color-error: var(--toastify-color-error);
13
+ --toastify-toast-width: 320px;
14
+ --toastify-toast-background: #fff;
15
+ --toastify-toast-min-height: 64px;
16
+ --toastify-toast-max-height: 800px;
17
+ --toastify-font-family: sans-serif;
18
+ --toastify-z-index: 9999;
19
+ --toastify-text-color-light: #757575;
20
+ --toastify-text-color-dark: #fff;
21
+ --toastify-text-color-info: #fff;
22
+ --toastify-text-color-success: #fff;
23
+ --toastify-text-color-warning: #fff;
24
+ --toastify-text-color-error: #fff;
25
+ --toastify-spinner-color: #616161;
26
+ --toastify-spinner-color-empty-area: #e0e0e0;
27
+ --toastify-color-progress-light: linear-gradient(
28
+ to right,
29
+ #4cd964,
30
+ #5ac8fa,
31
+ #007aff,
32
+ #34aadc,
33
+ #5856d6,
34
+ #ff2d55
35
+ );
36
+ --toastify-color-progress-dark: #bb86fc;
37
+ --toastify-color-progress-info: var(--toastify-color-info);
38
+ --toastify-color-progress-success: var(--toastify-color-success);
39
+ --toastify-color-progress-warning: var(--toastify-color-warning);
40
+ --toastify-color-progress-error: var(--toastify-color-error);
41
+ }
42
+
43
+ .Toastify__toast-container {
44
+ z-index: var(--toastify-z-index);
45
+ -webkit-transform: translate3d(0, 0, var(--toastify-z-index));
46
+ position: fixed;
47
+ padding: 4px;
48
+ width: var(--toastify-toast-width);
49
+ box-sizing: border-box;
50
+ color: #fff;
51
+ }
52
+ .Toastify__toast-container--top-left {
53
+ top: 1em;
54
+ left: 1em;
55
+ }
56
+ .Toastify__toast-container--top-center {
57
+ top: 1em;
58
+ left: 50%;
59
+ transform: translateX(-50%);
60
+ }
61
+ .Toastify__toast-container--top-right {
62
+ top: 1em;
63
+ right: 1em;
64
+ }
65
+ .Toastify__toast-container--bottom-left {
66
+ bottom: 1em;
67
+ left: 1em;
68
+ }
69
+ .Toastify__toast-container--bottom-center {
70
+ bottom: 1em;
71
+ left: 50%;
72
+ transform: translateX(-50%);
73
+ }
74
+ .Toastify__toast-container--bottom-right {
75
+ bottom: 1em;
76
+ right: 1em;
77
+ }
78
+
79
+ @media only screen and (max-width : 480px) {
80
+ .Toastify__toast-container {
81
+ width: 100vw;
82
+ padding: 0;
83
+ left: 0;
84
+ margin: 0;
85
+ }
86
+ .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
87
+ top: 0;
88
+ transform: translateX(0);
89
+ }
90
+ .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
91
+ bottom: 0;
92
+ transform: translateX(0);
93
+ }
94
+ .Toastify__toast-container--rtl {
95
+ right: 0;
96
+ left: initial;
97
+ }
98
+ }
99
+ .Toastify__toast {
100
+ position: relative;
101
+ min-height: var(--toastify-toast-min-height);
102
+ box-sizing: border-box;
103
+ margin-bottom: 1rem;
104
+ padding: 8px;
105
+ border-radius: 4px;
106
+ box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
107
+ display: -ms-flexbox;
108
+ display: flex;
109
+ -ms-flex-pack: justify;
110
+ justify-content: space-between;
111
+ max-height: var(--toastify-toast-max-height);
112
+ overflow: hidden;
113
+ font-family: var(--toastify-font-family);
114
+ cursor: default;
115
+ direction: ltr;
116
+ /* webkit only issue #791 */
117
+ z-index: 0;
118
+ }
119
+ .Toastify__toast--rtl {
120
+ direction: rtl;
121
+ }
122
+ .Toastify__toast--close-on-click {
123
+ cursor: pointer;
124
+ }
125
+ .Toastify__toast-body {
126
+ margin: auto 0;
127
+ -ms-flex: 1 1 auto;
128
+ flex: 1 1 auto;
129
+ padding: 6px;
130
+ display: -ms-flexbox;
131
+ display: flex;
132
+ -ms-flex-align: center;
133
+ align-items: center;
134
+ }
135
+ .Toastify__toast-body > div:last-child {
136
+ word-break: break-word;
137
+ -ms-flex: 1;
138
+ flex: 1;
139
+ }
140
+ .Toastify__toast-icon {
141
+ -webkit-margin-end: 10px;
142
+ margin-inline-end: 10px;
143
+ width: 20px;
144
+ -ms-flex-negative: 0;
145
+ flex-shrink: 0;
146
+ display: -ms-flexbox;
147
+ display: flex;
148
+ }
149
+
150
+ .Toastify--animate {
151
+ animation-fill-mode: both;
152
+ animation-duration: 0.7s;
153
+ }
154
+
155
+ .Toastify--animate-icon {
156
+ animation-fill-mode: both;
157
+ animation-duration: 0.3s;
158
+ }
159
+
160
+ @media only screen and (max-width : 480px) {
161
+ .Toastify__toast {
162
+ margin-bottom: 0;
163
+ border-radius: 0;
164
+ }
165
+ }
166
+ .Toastify__toast-theme--dark {
167
+ background: var(--toastify-color-dark);
168
+ color: var(--toastify-text-color-dark);
169
+ }
170
+ .Toastify__toast-theme--light {
171
+ background: var(--toastify-color-light);
172
+ color: var(--toastify-text-color-light);
173
+ }
174
+ .Toastify__toast-theme--colored.Toastify__toast--default {
175
+ background: var(--toastify-color-light);
176
+ color: var(--toastify-text-color-light);
177
+ }
178
+ .Toastify__toast-theme--colored.Toastify__toast--info {
179
+ color: var(--toastify-text-color-info);
180
+ background: var(--toastify-color-info);
181
+ }
182
+ .Toastify__toast-theme--colored.Toastify__toast--success {
183
+ color: var(--toastify-text-color-success);
184
+ background: var(--toastify-color-success);
185
+ }
186
+ .Toastify__toast-theme--colored.Toastify__toast--warning {
187
+ color: var(--toastify-text-color-warning);
188
+ background: var(--toastify-color-warning);
189
+ }
190
+ .Toastify__toast-theme--colored.Toastify__toast--error {
191
+ color: var(--toastify-text-color-error);
192
+ background: var(--toastify-color-error);
193
+ }
194
+
195
+ .Toastify__progress-bar-theme--light {
196
+ background: var(--toastify-color-progress-light);
197
+ }
198
+ .Toastify__progress-bar-theme--dark {
199
+ background: var(--toastify-color-progress-dark);
200
+ }
201
+ .Toastify__progress-bar--info {
202
+ background: var(--toastify-color-progress-info);
203
+ }
204
+ .Toastify__progress-bar--success {
205
+ background: var(--toastify-color-progress-success);
206
+ }
207
+ .Toastify__progress-bar--warning {
208
+ background: var(--toastify-color-progress-warning);
209
+ }
210
+ .Toastify__progress-bar--error {
211
+ background: var(--toastify-color-progress-error);
212
+ }
213
+ .Toastify__progress-bar-theme--colored.Toastify__progress-bar--info, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
214
+ background: var(--toastify-color-transparent);
215
+ }
216
+
217
+ .Toastify__close-button {
218
+ color: #fff;
219
+ background: transparent;
220
+ outline: none;
221
+ border: none;
222
+ padding: 0;
223
+ cursor: pointer;
224
+ opacity: 0.7;
225
+ transition: 0.3s ease;
226
+ -ms-flex-item-align: start;
227
+ align-self: flex-start;
228
+ }
229
+ .Toastify__close-button--light {
230
+ color: #000;
231
+ opacity: 0.3;
232
+ }
233
+ .Toastify__close-button > svg {
234
+ fill: currentColor;
235
+ height: 16px;
236
+ width: 14px;
237
+ }
238
+ .Toastify__close-button:hover, .Toastify__close-button:focus {
239
+ opacity: 1;
240
+ }
241
+
242
+ @keyframes Toastify__trackProgress {
243
+ 0% {
244
+ transform: scaleX(1);
245
+ }
246
+ 100% {
247
+ transform: scaleX(0);
248
+ }
249
+ }
250
+ .Toastify__progress-bar {
251
+ position: absolute;
252
+ bottom: 0;
253
+ left: 0;
254
+ width: 100%;
255
+ height: 5px;
256
+ z-index: var(--toastify-z-index);
257
+ opacity: 0.7;
258
+ transform-origin: left;
259
+ }
260
+ .Toastify__progress-bar--animated {
261
+ animation: Toastify__trackProgress linear 1 forwards;
262
+ }
263
+ .Toastify__progress-bar--controlled {
264
+ transition: transform 0.2s;
265
+ }
266
+ .Toastify__progress-bar--rtl {
267
+ right: 0;
268
+ left: initial;
269
+ transform-origin: right;
270
+ }
271
+
272
+ .Toastify__spinner {
273
+ width: 20px;
274
+ height: 20px;
275
+ box-sizing: border-box;
276
+ border: 2px solid;
277
+ border-radius: 100%;
278
+ border-color: var(--toastify-spinner-color-empty-area);
279
+ border-right-color: var(--toastify-spinner-color);
280
+ animation: Toastify__spin 0.65s linear infinite;
281
+ }
282
+
283
+ @keyframes Toastify__bounceInRight {
284
+ from, 60%, 75%, 90%, to {
285
+ animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
286
+ }
287
+ from {
288
+ opacity: 0;
289
+ transform: translate3d(3000px, 0, 0);
290
+ }
291
+ 60% {
292
+ opacity: 1;
293
+ transform: translate3d(-25px, 0, 0);
294
+ }
295
+ 75% {
296
+ transform: translate3d(10px, 0, 0);
297
+ }
298
+ 90% {
299
+ transform: translate3d(-5px, 0, 0);
300
+ }
301
+ to {
302
+ transform: none;
303
+ }
304
+ }
305
+ @keyframes Toastify__bounceOutRight {
306
+ 20% {
307
+ opacity: 1;
308
+ transform: translate3d(-20px, 0, 0);
309
+ }
310
+ to {
311
+ opacity: 0;
312
+ transform: translate3d(2000px, 0, 0);
313
+ }
314
+ }
315
+ @keyframes Toastify__bounceInLeft {
316
+ from, 60%, 75%, 90%, to {
317
+ animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
318
+ }
319
+ 0% {
320
+ opacity: 0;
321
+ transform: translate3d(-3000px, 0, 0);
322
+ }
323
+ 60% {
324
+ opacity: 1;
325
+ transform: translate3d(25px, 0, 0);
326
+ }
327
+ 75% {
328
+ transform: translate3d(-10px, 0, 0);
329
+ }
330
+ 90% {
331
+ transform: translate3d(5px, 0, 0);
332
+ }
333
+ to {
334
+ transform: none;
335
+ }
336
+ }
337
+ @keyframes Toastify__bounceOutLeft {
338
+ 20% {
339
+ opacity: 1;
340
+ transform: translate3d(20px, 0, 0);
341
+ }
342
+ to {
343
+ opacity: 0;
344
+ transform: translate3d(-2000px, 0, 0);
345
+ }
346
+ }
347
+ @keyframes Toastify__bounceInUp {
348
+ from, 60%, 75%, 90%, to {
349
+ animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
350
+ }
351
+ from {
352
+ opacity: 0;
353
+ transform: translate3d(0, 3000px, 0);
354
+ }
355
+ 60% {
356
+ opacity: 1;
357
+ transform: translate3d(0, -20px, 0);
358
+ }
359
+ 75% {
360
+ transform: translate3d(0, 10px, 0);
361
+ }
362
+ 90% {
363
+ transform: translate3d(0, -5px, 0);
364
+ }
365
+ to {
366
+ transform: translate3d(0, 0, 0);
367
+ }
368
+ }
369
+ @keyframes Toastify__bounceOutUp {
370
+ 20% {
371
+ transform: translate3d(0, -10px, 0);
372
+ }
373
+ 40%, 45% {
374
+ opacity: 1;
375
+ transform: translate3d(0, 20px, 0);
376
+ }
377
+ to {
378
+ opacity: 0;
379
+ transform: translate3d(0, -2000px, 0);
380
+ }
381
+ }
382
+ @keyframes Toastify__bounceInDown {
383
+ from, 60%, 75%, 90%, to {
384
+ animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
385
+ }
386
+ 0% {
387
+ opacity: 0;
388
+ transform: translate3d(0, -3000px, 0);
389
+ }
390
+ 60% {
391
+ opacity: 1;
392
+ transform: translate3d(0, 25px, 0);
393
+ }
394
+ 75% {
395
+ transform: translate3d(0, -10px, 0);
396
+ }
397
+ 90% {
398
+ transform: translate3d(0, 5px, 0);
399
+ }
400
+ to {
401
+ transform: none;
402
+ }
403
+ }
404
+ @keyframes Toastify__bounceOutDown {
405
+ 20% {
406
+ transform: translate3d(0, 10px, 0);
407
+ }
408
+ 40%, 45% {
409
+ opacity: 1;
410
+ transform: translate3d(0, -20px, 0);
411
+ }
412
+ to {
413
+ opacity: 0;
414
+ transform: translate3d(0, 2000px, 0);
415
+ }
416
+ }
417
+ .Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
418
+ animation-name: Toastify__bounceInLeft;
419
+ }
420
+ .Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
421
+ animation-name: Toastify__bounceInRight;
422
+ }
423
+ .Toastify__bounce-enter--top-center {
424
+ animation-name: Toastify__bounceInDown;
425
+ }
426
+ .Toastify__bounce-enter--bottom-center {
427
+ animation-name: Toastify__bounceInUp;
428
+ }
429
+
430
+ .Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
431
+ animation-name: Toastify__bounceOutLeft;
432
+ }
433
+ .Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
434
+ animation-name: Toastify__bounceOutRight;
435
+ }
436
+ .Toastify__bounce-exit--top-center {
437
+ animation-name: Toastify__bounceOutUp;
438
+ }
439
+ .Toastify__bounce-exit--bottom-center {
440
+ animation-name: Toastify__bounceOutDown;
441
+ }
442
+
443
+ @keyframes Toastify__zoomIn {
444
+ from {
445
+ opacity: 0;
446
+ transform: scale3d(0.3, 0.3, 0.3);
447
+ }
448
+ 50% {
449
+ opacity: 1;
450
+ }
451
+ }
452
+ @keyframes Toastify__zoomOut {
453
+ from {
454
+ opacity: 1;
455
+ }
456
+ 50% {
457
+ opacity: 0;
458
+ transform: scale3d(0.3, 0.3, 0.3);
459
+ }
460
+ to {
461
+ opacity: 0;
462
+ }
463
+ }
464
+ .Toastify__zoom-enter {
465
+ animation-name: Toastify__zoomIn;
466
+ }
467
+
468
+ .Toastify__zoom-exit {
469
+ animation-name: Toastify__zoomOut;
470
+ }
471
+
472
+ @keyframes Toastify__flipIn {
473
+ from {
474
+ transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
475
+ animation-timing-function: ease-in;
476
+ opacity: 0;
477
+ }
478
+ 40% {
479
+ transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
480
+ animation-timing-function: ease-in;
481
+ }
482
+ 60% {
483
+ transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
484
+ opacity: 1;
485
+ }
486
+ 80% {
487
+ transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
488
+ }
489
+ to {
490
+ transform: perspective(400px);
491
+ }
492
+ }
493
+ @keyframes Toastify__flipOut {
494
+ from {
495
+ transform: perspective(400px);
496
+ }
497
+ 30% {
498
+ transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
499
+ opacity: 1;
500
+ }
501
+ to {
502
+ transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
503
+ opacity: 0;
504
+ }
505
+ }
506
+ .Toastify__flip-enter {
507
+ animation-name: Toastify__flipIn;
508
+ }
509
+
510
+ .Toastify__flip-exit {
511
+ animation-name: Toastify__flipOut;
512
+ }
513
+
514
+ @keyframes Toastify__slideInRight {
515
+ from {
516
+ transform: translate3d(110%, 0, 0);
517
+ visibility: visible;
518
+ }
519
+ to {
520
+ transform: translate3d(0, 0, 0);
521
+ }
522
+ }
523
+ @keyframes Toastify__slideInLeft {
524
+ from {
525
+ transform: translate3d(-110%, 0, 0);
526
+ visibility: visible;
527
+ }
528
+ to {
529
+ transform: translate3d(0, 0, 0);
530
+ }
531
+ }
532
+ @keyframes Toastify__slideInUp {
533
+ from {
534
+ transform: translate3d(0, 110%, 0);
535
+ visibility: visible;
536
+ }
537
+ to {
538
+ transform: translate3d(0, 0, 0);
539
+ }
540
+ }
541
+ @keyframes Toastify__slideInDown {
542
+ from {
543
+ transform: translate3d(0, -110%, 0);
544
+ visibility: visible;
545
+ }
546
+ to {
547
+ transform: translate3d(0, 0, 0);
548
+ }
549
+ }
550
+ @keyframes Toastify__slideOutRight {
551
+ from {
552
+ transform: translate3d(0, 0, 0);
553
+ }
554
+ to {
555
+ visibility: hidden;
556
+ transform: translate3d(110%, 0, 0);
557
+ }
558
+ }
559
+ @keyframes Toastify__slideOutLeft {
560
+ from {
561
+ transform: translate3d(0, 0, 0);
562
+ }
563
+ to {
564
+ visibility: hidden;
565
+ transform: translate3d(-110%, 0, 0);
566
+ }
567
+ }
568
+ @keyframes Toastify__slideOutDown {
569
+ from {
570
+ transform: translate3d(0, 0, 0);
571
+ }
572
+ to {
573
+ visibility: hidden;
574
+ transform: translate3d(0, 500px, 0);
575
+ }
576
+ }
577
+ @keyframes Toastify__slideOutUp {
578
+ from {
579
+ transform: translate3d(0, 0, 0);
580
+ }
581
+ to {
582
+ visibility: hidden;
583
+ transform: translate3d(0, -500px, 0);
584
+ }
585
+ }
586
+ .Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
587
+ animation-name: Toastify__slideInLeft;
588
+ }
589
+ .Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
590
+ animation-name: Toastify__slideInRight;
591
+ }
592
+ .Toastify__slide-enter--top-center {
593
+ animation-name: Toastify__slideInDown;
594
+ }
595
+ .Toastify__slide-enter--bottom-center {
596
+ animation-name: Toastify__slideInUp;
597
+ }
598
+
599
+ .Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
600
+ animation-name: Toastify__slideOutLeft;
601
+ }
602
+ .Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
603
+ animation-name: Toastify__slideOutRight;
604
+ }
605
+ .Toastify__slide-exit--top-center {
606
+ animation-name: Toastify__slideOutUp;
607
+ }
608
+ .Toastify__slide-exit--bottom-center {
609
+ animation-name: Toastify__slideOutDown;
610
+ }
611
+
612
+ @keyframes Toastify__spin {
613
+ from {
614
+ transform: rotate(0deg);
615
+ }
616
+ to {
617
+ transform: rotate(360deg);
618
+ }
619
+ }
620
+
621
+ /*# sourceMappingURL=ReactToastify.css.map */
@@ -0,0 +1,15 @@
1
+ export declare const TitleLarge: import("styled-components").StyledComponent<"div", any, {}, never>;
2
+ export declare const TitleMedium: import("styled-components").StyledComponent<"div", any, {}, never>;
3
+ export declare const TitleRegular: import("styled-components").StyledComponent<"div", any, {}, never>;
4
+ export declare const TitleSmall: import("styled-components").StyledComponent<"div", any, {}, never>;
5
+ export declare const Display: import("styled-components").StyledComponent<"div", any, {}, never>;
6
+ export declare const BodyLarge: import("styled-components").StyledComponent<"div", any, {}, never>;
7
+ export declare const BodyPrimary: import("styled-components").StyledComponent<"div", any, {}, never>;
8
+ export declare const BodySecondary: import("styled-components").StyledComponent<"div", any, {}, never>;
9
+ export declare const BodyPrimaryLink: import("styled-components").StyledComponent<"div", any, {}, never>;
10
+ export declare const BodySecondaryLink: import("styled-components").StyledComponent<"div", any, {}, never>;
11
+ export declare const BodyCaption: import("styled-components").StyledComponent<"div", any, {}, never>;
12
+ export declare const BodyTiny: import("styled-components").StyledComponent<"div", any, {}, never>;
13
+ export declare const ButtonLarge: import("styled-components").StyledComponent<"div", any, {}, never>;
14
+ export declare const ButtonRegular: import("styled-components").StyledComponent<"div", any, {}, never>;
15
+ export declare const SubHeading: import("styled-components").StyledComponent<"div", any, {}, never>;