monkey-style-guide 2.0.155 → 2.0.157

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 (503) hide show
  1. package/README.md +1247 -1244
  2. package/assets/data/country-codes.json +1466 -1466
  3. package/assets/icons/add-plus.svg +5 -5
  4. package/assets/icons/arrow-down.svg +3 -3
  5. package/assets/icons/arrow-left.svg +3 -3
  6. package/assets/icons/arrow-line-right.svg +5 -5
  7. package/assets/icons/arrow-right.svg +3 -3
  8. package/assets/icons/arrow-up.svg +3 -3
  9. package/assets/icons/arrows.svg +6 -6
  10. package/assets/icons/auction.svg +7 -7
  11. package/assets/icons/bank-account.svg +12 -12
  12. package/assets/icons/bank.svg +3 -3
  13. package/assets/icons/banknote-search.svg +8 -8
  14. package/assets/icons/bell.svg +4 -4
  15. package/assets/icons/book.svg +4 -4
  16. package/assets/icons/box.svg +6 -6
  17. package/assets/icons/build-person.svg +9 -9
  18. package/assets/icons/calendar.svg +6 -6
  19. package/assets/icons/camera.svg +4 -4
  20. package/assets/icons/card-machine.svg +14 -14
  21. package/assets/icons/card.svg +4 -4
  22. package/assets/icons/cash-banknote-invoice.svg +8 -8
  23. package/assets/icons/chat.svg +4 -4
  24. package/assets/icons/check-circle-out.svg +4 -4
  25. package/assets/icons/check-circle.svg +4 -4
  26. package/assets/icons/check-grey.svg +3 -3
  27. package/assets/icons/check-white.svg +4 -4
  28. package/assets/icons/check.svg +3 -3
  29. package/assets/icons/clipboard.svg +4 -4
  30. package/assets/icons/clock.svg +4 -4
  31. package/assets/icons/close.svg +4 -4
  32. package/assets/icons/cnpj.svg +9 -9
  33. package/assets/icons/codepen.svg +7 -7
  34. package/assets/icons/company-name.svg +12 -12
  35. package/assets/icons/contract-pen.svg +7 -7
  36. package/assets/icons/contract.svg +14 -14
  37. package/assets/icons/delete.svg +5 -5
  38. package/assets/icons/document.svg +7 -7
  39. package/assets/icons/dollar-sign-circle.svg +7 -7
  40. package/assets/icons/dollar-sign.svg +5 -5
  41. package/assets/icons/domain.svg +9 -9
  42. package/assets/icons/dots-menu.svg +5 -5
  43. package/assets/icons/double-arrow-left.svg +4 -4
  44. package/assets/icons/double-arrow-right.svg +4 -4
  45. package/assets/icons/download.svg +5 -5
  46. package/assets/icons/edit-square.svg +4 -4
  47. package/assets/icons/edit.svg +3 -3
  48. package/assets/icons/email.svg +4 -4
  49. package/assets/icons/empty-doc.svg +4 -4
  50. package/assets/icons/error.svg +5 -5
  51. package/assets/icons/eye-closed.svg +11 -11
  52. package/assets/icons/eye-open.svg +4 -4
  53. package/assets/icons/filter.svg +3 -3
  54. package/assets/icons/grid.svg +6 -6
  55. package/assets/icons/help.svg +5 -5
  56. package/assets/icons/hexagon.svg +3 -3
  57. package/assets/icons/home.svg +4 -4
  58. package/assets/icons/image.svg +5 -5
  59. package/assets/icons/info.svg +6 -6
  60. package/assets/icons/invoice.svg +5 -5
  61. package/assets/icons/invoices-anticipated.svg +8 -0
  62. package/assets/icons/invoices-approval.svg +8 -0
  63. package/assets/icons/invoices-refused.svg +8 -0
  64. package/assets/icons/list.svg +8 -8
  65. package/assets/icons/location-pin.svg +4 -4
  66. package/assets/icons/login.svg +5 -5
  67. package/assets/icons/logout.svg +5 -5
  68. package/assets/icons/medal.svg +12 -12
  69. package/assets/icons/menu.svg +5 -5
  70. package/assets/icons/money-cedule.svg +6 -6
  71. package/assets/icons/money-hand.svg +6 -6
  72. package/assets/icons/money-sign.svg +4 -4
  73. package/assets/icons/money.svg +6 -6
  74. package/assets/icons/more-circle.svg +5 -5
  75. package/assets/icons/more.svg +4 -4
  76. package/assets/icons/new-company.svg +10 -10
  77. package/assets/icons/offered.svg +5 -5
  78. package/assets/icons/password.svg +4 -4
  79. package/assets/icons/people.svg +6 -6
  80. package/assets/icons/percent.svg +5 -5
  81. package/assets/icons/person-document.svg +10 -10
  82. package/assets/icons/person-sad.svg +6 -6
  83. package/assets/icons/phone.svg +3 -3
  84. package/assets/icons/pork.svg +5 -5
  85. package/assets/icons/radio.svg +4 -4
  86. package/assets/icons/refresh.svg +5 -5
  87. package/assets/icons/repeat.svg +4 -4
  88. package/assets/icons/search.svg +4 -4
  89. package/assets/icons/second-warning.svg +5 -5
  90. package/assets/icons/settings.svg +4 -4
  91. package/assets/icons/shield-chekmark.svg +3 -3
  92. package/assets/icons/star.svg +3 -3
  93. package/assets/icons/today.svg +9 -9
  94. package/assets/icons/trash.svg +6 -6
  95. package/assets/icons/trophy.svg +8 -8
  96. package/assets/icons/unfold-more.svg +4 -4
  97. package/assets/icons/upload.svg +5 -5
  98. package/assets/icons/user.svg +4 -4
  99. package/assets/icons/waiting.svg +17 -17
  100. package/assets/icons/wallet.svg +5 -5
  101. package/assets/icons/warning.svg +5 -5
  102. package/assets/scss/partials/_forms.scss +350 -350
  103. package/assets/scss/partials/_index.scss +11 -11
  104. package/assets/scss/partials/_radio-button.scss +35 -35
  105. package/assets/scss/partials/_style-reset.scss +185 -185
  106. package/assets/scss/partials/_typography.scss +149 -149
  107. package/assets/scss/partials/_variables.scss +184 -184
  108. package/assets/scss/partials/components/_buttons.scss +831 -831
  109. package/assets/scss/partials/components/_checkbox.scss +69 -69
  110. package/assets/scss/partials/components/_date-range-picker.scss +265 -265
  111. package/assets/scss/partials/components/_expansion.scss +96 -96
  112. package/assets/scss/partials/components/_image-crop.scss +305 -305
  113. package/assets/scss/partials/components/_index.scss +23 -23
  114. package/assets/scss/partials/components/_input-phone.scss +36 -36
  115. package/assets/scss/partials/components/_input.scss +65 -65
  116. package/assets/scss/partials/components/_progressbar.scss +112 -112
  117. package/assets/scss/partials/components/_radiobutton.scss +66 -66
  118. package/assets/scss/partials/components/_select.scss +356 -356
  119. package/assets/scss/partials/components/_snackbar.scss +204 -204
  120. package/assets/scss/partials/components/_stepper.scss +86 -86
  121. package/assets/scss/partials/components/_table.scss +148 -148
  122. package/assets/scss/partials/components/_wizard.scss +112 -112
  123. package/esm2020/lib/components/badge/badge.component.mjs +43 -43
  124. package/esm2020/lib/components/badge/badge.module.mjs +18 -18
  125. package/esm2020/lib/components/badge/index.mjs +2 -2
  126. package/esm2020/lib/components/button/button-avatar.component.mjs +53 -53
  127. package/esm2020/lib/components/button/button-dropdown.component.mjs +121 -121
  128. package/esm2020/lib/components/button/button.component.mjs +154 -154
  129. package/esm2020/lib/components/button/button.module.mjs +23 -23
  130. package/esm2020/lib/components/button/index.mjs +5 -5
  131. package/esm2020/lib/components/checkbox/checkbox.component.mjs +165 -165
  132. package/esm2020/lib/components/checkbox/checkbox.module.mjs +20 -20
  133. package/esm2020/lib/components/checkbox/index.mjs +3 -3
  134. package/esm2020/lib/components/date-range-picker/date-range-picker.component.mjs +660 -660
  135. package/esm2020/lib/components/date-range-picker/date-range-picker.module.mjs +22 -22
  136. package/esm2020/lib/components/date-range-picker/index.mjs +3 -3
  137. package/esm2020/lib/components/expansion/expansion.component.mjs +115 -115
  138. package/esm2020/lib/components/expansion/expansion.module.mjs +19 -19
  139. package/esm2020/lib/components/expansion/index.mjs +2 -2
  140. package/esm2020/lib/components/file-upload/file-upload.component.mjs +294 -294
  141. package/esm2020/lib/components/file-upload/file-upload.module.mjs +37 -37
  142. package/esm2020/lib/components/file-upload/index.mjs +3 -3
  143. package/esm2020/lib/components/icon/icon-add-plus.component.mjs +15 -15
  144. package/esm2020/lib/components/icon/icon-arrow-down.component.mjs +15 -15
  145. package/esm2020/lib/components/icon/icon-arrow-left.component.mjs +15 -15
  146. package/esm2020/lib/components/icon/icon-arrow-line-right.component.mjs +15 -15
  147. package/esm2020/lib/components/icon/icon-arrow-right.component.mjs +15 -15
  148. package/esm2020/lib/components/icon/icon-arrow-up.component.mjs +15 -15
  149. package/esm2020/lib/components/icon/icon-arrows.component.mjs +15 -15
  150. package/esm2020/lib/components/icon/icon-auction.component.mjs +15 -15
  151. package/esm2020/lib/components/icon/icon-bank-account.component.mjs +15 -15
  152. package/esm2020/lib/components/icon/icon-bank.component.mjs +15 -15
  153. package/esm2020/lib/components/icon/icon-banknote-search.component.mjs +15 -15
  154. package/esm2020/lib/components/icon/icon-bell.component.mjs +15 -15
  155. package/esm2020/lib/components/icon/icon-book.component.mjs +15 -15
  156. package/esm2020/lib/components/icon/icon-box.component.mjs +15 -15
  157. package/esm2020/lib/components/icon/icon-build-person.component.mjs +15 -15
  158. package/esm2020/lib/components/icon/icon-calendar.component.mjs +15 -15
  159. package/esm2020/lib/components/icon/icon-camera.component.mjs +15 -15
  160. package/esm2020/lib/components/icon/icon-card-machine.component.mjs +15 -15
  161. package/esm2020/lib/components/icon/icon-card.component.mjs +15 -15
  162. package/esm2020/lib/components/icon/icon-cash-banknote-invoice.mjs +15 -15
  163. package/esm2020/lib/components/icon/icon-chat.component.mjs +15 -15
  164. package/esm2020/lib/components/icon/icon-check-circle-out.component.mjs +15 -15
  165. package/esm2020/lib/components/icon/icon-check-circle.component.mjs +15 -15
  166. package/esm2020/lib/components/icon/icon-check-grey.component.mjs +15 -15
  167. package/esm2020/lib/components/icon/icon-check-white.component.mjs +15 -15
  168. package/esm2020/lib/components/icon/icon-check.component.mjs +15 -15
  169. package/esm2020/lib/components/icon/icon-clipboard.component.mjs +15 -15
  170. package/esm2020/lib/components/icon/icon-clock.component.mjs +15 -15
  171. package/esm2020/lib/components/icon/icon-close.component.mjs +15 -15
  172. package/esm2020/lib/components/icon/icon-cnpj.component.mjs +15 -15
  173. package/esm2020/lib/components/icon/icon-codepen.component.mjs +15 -15
  174. package/esm2020/lib/components/icon/icon-company-name.component.mjs +15 -15
  175. package/esm2020/lib/components/icon/icon-contract-pen.component.mjs +15 -15
  176. package/esm2020/lib/components/icon/icon-contract.component.mjs +15 -15
  177. package/esm2020/lib/components/icon/icon-delete.component.mjs +15 -15
  178. package/esm2020/lib/components/icon/icon-document.component.mjs +15 -15
  179. package/esm2020/lib/components/icon/icon-dollar-sign-circle.component.mjs +15 -15
  180. package/esm2020/lib/components/icon/icon-dollar-sign.component.mjs +15 -15
  181. package/esm2020/lib/components/icon/icon-domain.component.mjs +15 -15
  182. package/esm2020/lib/components/icon/icon-dots-menu.component.mjs +15 -15
  183. package/esm2020/lib/components/icon/icon-double-arrow-left.component.mjs +15 -15
  184. package/esm2020/lib/components/icon/icon-double-arrow-right.component.mjs +15 -15
  185. package/esm2020/lib/components/icon/icon-download.component.mjs +15 -15
  186. package/esm2020/lib/components/icon/icon-edit-square.component.mjs +15 -15
  187. package/esm2020/lib/components/icon/icon-edit.component.mjs +15 -15
  188. package/esm2020/lib/components/icon/icon-email.component.mjs +15 -15
  189. package/esm2020/lib/components/icon/icon-empty-doc.component.mjs +15 -15
  190. package/esm2020/lib/components/icon/icon-error.component.mjs +15 -15
  191. package/esm2020/lib/components/icon/icon-eye-closed.component.mjs +15 -15
  192. package/esm2020/lib/components/icon/icon-eye-open.component.mjs +15 -15
  193. package/esm2020/lib/components/icon/icon-filter.component.mjs +15 -15
  194. package/esm2020/lib/components/icon/icon-grid.component.mjs +15 -15
  195. package/esm2020/lib/components/icon/icon-hands-clap.component.mjs +15 -15
  196. package/esm2020/lib/components/icon/icon-help.component.mjs +15 -15
  197. package/esm2020/lib/components/icon/icon-hexagon.component.mjs +15 -15
  198. package/esm2020/lib/components/icon/icon-home.component.mjs +15 -15
  199. package/esm2020/lib/components/icon/icon-image.component.mjs +15 -15
  200. package/esm2020/lib/components/icon/icon-info.component.mjs +15 -15
  201. package/esm2020/lib/components/icon/icon-invoice.component.mjs +15 -15
  202. package/esm2020/lib/components/icon/icon-invoices-anticipated.component.mjs +15 -0
  203. package/esm2020/lib/components/icon/icon-invoices-approval.component.mjs +15 -0
  204. package/esm2020/lib/components/icon/icon-invoices-refused.component.mjs +15 -0
  205. package/esm2020/lib/components/icon/icon-list.component.mjs +15 -15
  206. package/esm2020/lib/components/icon/icon-location-pin.component.mjs +15 -15
  207. package/esm2020/lib/components/icon/icon-login.component.mjs +15 -15
  208. package/esm2020/lib/components/icon/icon-logout.component.mjs +15 -15
  209. package/esm2020/lib/components/icon/icon-medal.component.mjs +15 -15
  210. package/esm2020/lib/components/icon/icon-menu.component.mjs +15 -15
  211. package/esm2020/lib/components/icon/icon-money-cedule.component.mjs +15 -15
  212. package/esm2020/lib/components/icon/icon-money-hand.component.mjs +15 -15
  213. package/esm2020/lib/components/icon/icon-money-sign.component.mjs +15 -15
  214. package/esm2020/lib/components/icon/icon-money.component.mjs +15 -15
  215. package/esm2020/lib/components/icon/icon-more-circle.component.mjs +15 -15
  216. package/esm2020/lib/components/icon/icon-more.component.mjs +15 -15
  217. package/esm2020/lib/components/icon/icon-new-company.component.mjs +15 -15
  218. package/esm2020/lib/components/icon/icon-offered.component.mjs +15 -15
  219. package/esm2020/lib/components/icon/icon-password.component.mjs +15 -15
  220. package/esm2020/lib/components/icon/icon-people.component.mjs +15 -15
  221. package/esm2020/lib/components/icon/icon-percent.component.mjs +15 -15
  222. package/esm2020/lib/components/icon/icon-person-document.component.mjs +15 -15
  223. package/esm2020/lib/components/icon/icon-person-sad.component.mjs +15 -15
  224. package/esm2020/lib/components/icon/icon-phone-call.component.mjs +15 -15
  225. package/esm2020/lib/components/icon/icon-phone.component.mjs +15 -15
  226. package/esm2020/lib/components/icon/icon-pin-navigation.component.mjs +15 -15
  227. package/esm2020/lib/components/icon/icon-pork.component.mjs +15 -15
  228. package/esm2020/lib/components/icon/icon-radio.component.mjs +15 -15
  229. package/esm2020/lib/components/icon/icon-refresh.component.mjs +15 -15
  230. package/esm2020/lib/components/icon/icon-repeat.component.mjs +15 -15
  231. package/esm2020/lib/components/icon/icon-search.component.mjs +15 -15
  232. package/esm2020/lib/components/icon/icon-second-warning.component.mjs +15 -15
  233. package/esm2020/lib/components/icon/icon-settings.component.mjs +15 -15
  234. package/esm2020/lib/components/icon/icon-shield-chekmark.component.mjs +15 -15
  235. package/esm2020/lib/components/icon/icon-star.component.mjs +15 -15
  236. package/esm2020/lib/components/icon/icon-today.component.mjs +15 -15
  237. package/esm2020/lib/components/icon/icon-trash.component.mjs +15 -15
  238. package/esm2020/lib/components/icon/icon-trophy.component.mjs +15 -15
  239. package/esm2020/lib/components/icon/icon-unfold-more.component.mjs +15 -15
  240. package/esm2020/lib/components/icon/icon-upload.component.mjs +15 -15
  241. package/esm2020/lib/components/icon/icon-user-group.component.mjs +15 -15
  242. package/esm2020/lib/components/icon/icon-user.component.mjs +15 -15
  243. package/esm2020/lib/components/icon/icon-waiting.component.mjs +15 -15
  244. package/esm2020/lib/components/icon/icon-wallet.component.mjs +15 -15
  245. package/esm2020/lib/components/icon/icon-warning.component.mjs +15 -15
  246. package/esm2020/lib/components/icon/icon.component.mjs +1432 -1393
  247. package/esm2020/lib/components/icon/icon.module.mjs +330 -321
  248. package/esm2020/lib/components/icon/index.mjs +99 -96
  249. package/esm2020/lib/components/image-crop/image-crop.component.mjs +516 -516
  250. package/esm2020/lib/components/image-crop/image-crop.module.mjs +41 -41
  251. package/esm2020/lib/components/image-crop/index.mjs +3 -3
  252. package/esm2020/lib/components/index.mjs +20 -20
  253. package/esm2020/lib/components/input/index.mjs +4 -4
  254. package/esm2020/lib/components/input/input-filter.component.mjs +286 -286
  255. package/esm2020/lib/components/input/input.component.mjs +384 -384
  256. package/esm2020/lib/components/input/input.module.mjs +38 -38
  257. package/esm2020/lib/components/input-phone/index.mjs +3 -3
  258. package/esm2020/lib/components/input-phone/input-phone.component.mjs +304 -304
  259. package/esm2020/lib/components/input-phone/input-phone.module.mjs +45 -45
  260. package/esm2020/lib/components/modal/index.mjs +3 -3
  261. package/esm2020/lib/components/modal/modal.component.mjs +236 -236
  262. package/esm2020/lib/components/modal/modal.module.mjs +21 -21
  263. package/esm2020/lib/components/option/index.mjs +3 -3
  264. package/esm2020/lib/components/option/option.component.mjs +131 -131
  265. package/esm2020/lib/components/option/option.module.mjs +29 -29
  266. package/esm2020/lib/components/radiobutton/index.mjs +3 -3
  267. package/esm2020/lib/components/radiobutton/radiobutton.component.mjs +165 -165
  268. package/esm2020/lib/components/radiobutton/radiobutton.module.mjs +36 -36
  269. package/esm2020/lib/components/select/index.mjs +6 -6
  270. package/esm2020/lib/components/select/select-filter.component.mjs +197 -197
  271. package/esm2020/lib/components/select/select-multiple.component.mjs +304 -304
  272. package/esm2020/lib/components/select/select-search.component.mjs +306 -306
  273. package/esm2020/lib/components/select/select.component.mjs +245 -245
  274. package/esm2020/lib/components/select/select.module.mjs +61 -61
  275. package/esm2020/lib/components/stepper/index.mjs +3 -3
  276. package/esm2020/lib/components/stepper/stepper.component.mjs +57 -57
  277. package/esm2020/lib/components/stepper/stepper.module.mjs +20 -20
  278. package/esm2020/lib/components/tab/index.mjs +2 -2
  279. package/esm2020/lib/components/tab/tab.component.mjs +91 -91
  280. package/esm2020/lib/components/tab/tab.module.mjs +20 -20
  281. package/esm2020/lib/components/table/index.mjs +4 -4
  282. package/esm2020/lib/components/table/table-column.component.mjs +34 -34
  283. package/esm2020/lib/components/table/table.component.mjs +267 -267
  284. package/esm2020/lib/components/table/table.module.mjs +23 -23
  285. package/esm2020/lib/components/toggle/index.mjs +2 -2
  286. package/esm2020/lib/components/toggle/toggle.component.mjs +56 -56
  287. package/esm2020/lib/components/toggle/toggle.module.mjs +18 -18
  288. package/esm2020/lib/components/wizard/index.mjs +3 -3
  289. package/esm2020/lib/components/wizard/wizard.component.mjs +61 -61
  290. package/esm2020/lib/components/wizard/wizard.module.mjs +33 -33
  291. package/esm2020/lib/core/index.mjs +4 -4
  292. package/esm2020/lib/core/interfaces/index.mjs +2 -2
  293. package/esm2020/lib/core/interfaces/monkey-modal-settings.mjs +1 -1
  294. package/esm2020/lib/core/interfaces/monkey-style-settings.mjs +2 -2
  295. package/esm2020/lib/core/services/index.mjs +4 -4
  296. package/esm2020/lib/core/services/modal/index.mjs +2 -2
  297. package/esm2020/lib/core/services/modal/monkey-style-guide-modal-fixed.service.mjs +51 -51
  298. package/esm2020/lib/core/services/modal/monkey-style-guide-modal.service.mjs +54 -54
  299. package/esm2020/lib/core/services/monkey-style-guide.service.mjs +17 -17
  300. package/esm2020/lib/core/services/settings/index.mjs +1 -1
  301. package/esm2020/lib/core/services/settings/monkey-style-guide-settings.service.mjs +41 -41
  302. package/esm2020/lib/core/services/settings/monkey-style-guide-theme-settings.service.mjs +80 -80
  303. package/esm2020/lib/core/services/snackbar/index.mjs +1 -1
  304. package/esm2020/lib/core/services/snackbar/mokey-style-guide-snackbar.service.mjs +226 -226
  305. package/esm2020/lib/core/utils/index.mjs +1 -1
  306. package/esm2020/lib/core/utils/utils.mjs +240 -240
  307. package/esm2020/lib/monkey-style-guide.module.mjs +31 -31
  308. package/esm2020/monkey-style-guide.mjs +4 -4
  309. package/esm2020/public-api.mjs +9 -9
  310. package/fesm2015/monkey-style-guide.mjs +9064 -8983
  311. package/fesm2015/monkey-style-guide.mjs.map +1 -1
  312. package/fesm2020/monkey-style-guide.mjs +9053 -8972
  313. package/fesm2020/monkey-style-guide.mjs.map +1 -1
  314. package/lib/components/badge/badge.component.d.ts +8 -8
  315. package/lib/components/badge/badge.module.d.ts +8 -8
  316. package/lib/components/badge/index.d.ts +2 -2
  317. package/lib/components/button/button-avatar.component.d.ts +19 -19
  318. package/lib/components/button/button-dropdown.component.d.ts +23 -23
  319. package/lib/components/button/button.component.d.ts +22 -22
  320. package/lib/components/button/button.module.d.ts +12 -12
  321. package/lib/components/button/index.d.ts +4 -4
  322. package/lib/components/checkbox/checkbox.component.d.ts +32 -32
  323. package/lib/components/checkbox/checkbox.module.d.ts +9 -9
  324. package/lib/components/checkbox/index.d.ts +2 -2
  325. package/lib/components/date-range-picker/date-range-picker.component.d.ts +69 -69
  326. package/lib/components/date-range-picker/date-range-picker.module.d.ts +11 -11
  327. package/lib/components/date-range-picker/index.d.ts +2 -2
  328. package/lib/components/expansion/expansion.component.d.ts +20 -20
  329. package/lib/components/expansion/expansion.module.d.ts +9 -9
  330. package/lib/components/expansion/index.d.ts +2 -2
  331. package/lib/components/file-upload/file-upload.component.d.ts +51 -51
  332. package/lib/components/file-upload/file-upload.module.d.ts +11 -11
  333. package/lib/components/file-upload/index.d.ts +2 -2
  334. package/lib/components/icon/icon-add-plus.component.d.ts +7 -7
  335. package/lib/components/icon/icon-arrow-down.component.d.ts +7 -7
  336. package/lib/components/icon/icon-arrow-left.component.d.ts +7 -7
  337. package/lib/components/icon/icon-arrow-line-right.component.d.ts +7 -7
  338. package/lib/components/icon/icon-arrow-right.component.d.ts +7 -7
  339. package/lib/components/icon/icon-arrow-up.component.d.ts +7 -7
  340. package/lib/components/icon/icon-arrows.component.d.ts +7 -7
  341. package/lib/components/icon/icon-auction.component.d.ts +7 -7
  342. package/lib/components/icon/icon-bank-account.component.d.ts +7 -7
  343. package/lib/components/icon/icon-bank.component.d.ts +7 -7
  344. package/lib/components/icon/icon-banknote-search.component.d.ts +7 -7
  345. package/lib/components/icon/icon-bell.component.d.ts +7 -7
  346. package/lib/components/icon/icon-book.component.d.ts +7 -7
  347. package/lib/components/icon/icon-box.component.d.ts +7 -7
  348. package/lib/components/icon/icon-build-person.component.d.ts +7 -7
  349. package/lib/components/icon/icon-calendar.component.d.ts +7 -7
  350. package/lib/components/icon/icon-camera.component.d.ts +7 -7
  351. package/lib/components/icon/icon-card-machine.component.d.ts +7 -7
  352. package/lib/components/icon/icon-card.component.d.ts +7 -7
  353. package/lib/components/icon/icon-cash-banknote-invoice.d.ts +7 -7
  354. package/lib/components/icon/icon-chat.component.d.ts +7 -7
  355. package/lib/components/icon/icon-check-circle-out.component.d.ts +7 -7
  356. package/lib/components/icon/icon-check-circle.component.d.ts +7 -7
  357. package/lib/components/icon/icon-check-grey.component.d.ts +7 -7
  358. package/lib/components/icon/icon-check-white.component.d.ts +7 -7
  359. package/lib/components/icon/icon-check.component.d.ts +7 -7
  360. package/lib/components/icon/icon-clipboard.component.d.ts +7 -7
  361. package/lib/components/icon/icon-clock.component.d.ts +7 -7
  362. package/lib/components/icon/icon-close.component.d.ts +7 -7
  363. package/lib/components/icon/icon-cnpj.component.d.ts +7 -7
  364. package/lib/components/icon/icon-codepen.component.d.ts +7 -7
  365. package/lib/components/icon/icon-company-name.component.d.ts +7 -7
  366. package/lib/components/icon/icon-contract-pen.component.d.ts +7 -7
  367. package/lib/components/icon/icon-contract.component.d.ts +7 -7
  368. package/lib/components/icon/icon-delete.component.d.ts +7 -7
  369. package/lib/components/icon/icon-document.component.d.ts +7 -7
  370. package/lib/components/icon/icon-dollar-sign-circle.component.d.ts +7 -7
  371. package/lib/components/icon/icon-dollar-sign.component.d.ts +7 -7
  372. package/lib/components/icon/icon-domain.component.d.ts +7 -7
  373. package/lib/components/icon/icon-dots-menu.component.d.ts +7 -7
  374. package/lib/components/icon/icon-double-arrow-left.component.d.ts +7 -7
  375. package/lib/components/icon/icon-double-arrow-right.component.d.ts +7 -7
  376. package/lib/components/icon/icon-download.component.d.ts +7 -7
  377. package/lib/components/icon/icon-edit-square.component.d.ts +7 -7
  378. package/lib/components/icon/icon-edit.component.d.ts +7 -7
  379. package/lib/components/icon/icon-email.component.d.ts +7 -7
  380. package/lib/components/icon/icon-empty-doc.component.d.ts +7 -7
  381. package/lib/components/icon/icon-error.component.d.ts +7 -7
  382. package/lib/components/icon/icon-eye-closed.component.d.ts +7 -7
  383. package/lib/components/icon/icon-eye-open.component.d.ts +7 -7
  384. package/lib/components/icon/icon-filter.component.d.ts +7 -7
  385. package/lib/components/icon/icon-grid.component.d.ts +7 -7
  386. package/lib/components/icon/icon-hands-clap.component.d.ts +7 -7
  387. package/lib/components/icon/icon-help.component.d.ts +7 -7
  388. package/lib/components/icon/icon-hexagon.component.d.ts +7 -7
  389. package/lib/components/icon/icon-home.component.d.ts +7 -7
  390. package/lib/components/icon/icon-image.component.d.ts +7 -7
  391. package/lib/components/icon/icon-info.component.d.ts +7 -7
  392. package/lib/components/icon/icon-invoice.component.d.ts +7 -7
  393. package/lib/components/icon/icon-invoices-anticipated.component.d.ts +7 -0
  394. package/lib/components/icon/icon-invoices-approval.component.d.ts +7 -0
  395. package/lib/components/icon/icon-invoices-refused.component.d.ts +7 -0
  396. package/lib/components/icon/icon-list.component.d.ts +7 -7
  397. package/lib/components/icon/icon-location-pin.component.d.ts +7 -7
  398. package/lib/components/icon/icon-login.component.d.ts +7 -7
  399. package/lib/components/icon/icon-logout.component.d.ts +7 -7
  400. package/lib/components/icon/icon-medal.component.d.ts +7 -7
  401. package/lib/components/icon/icon-menu.component.d.ts +7 -7
  402. package/lib/components/icon/icon-money-cedule.component.d.ts +7 -7
  403. package/lib/components/icon/icon-money-hand.component.d.ts +7 -7
  404. package/lib/components/icon/icon-money-sign.component.d.ts +7 -7
  405. package/lib/components/icon/icon-money.component.d.ts +7 -7
  406. package/lib/components/icon/icon-more-circle.component.d.ts +7 -7
  407. package/lib/components/icon/icon-more.component.d.ts +7 -7
  408. package/lib/components/icon/icon-new-company.component.d.ts +7 -7
  409. package/lib/components/icon/icon-offered.component.d.ts +7 -7
  410. package/lib/components/icon/icon-password.component.d.ts +7 -7
  411. package/lib/components/icon/icon-people.component.d.ts +7 -7
  412. package/lib/components/icon/icon-percent.component.d.ts +7 -7
  413. package/lib/components/icon/icon-person-document.component.d.ts +7 -7
  414. package/lib/components/icon/icon-person-sad.component.d.ts +7 -7
  415. package/lib/components/icon/icon-phone-call.component.d.ts +7 -7
  416. package/lib/components/icon/icon-phone.component.d.ts +7 -7
  417. package/lib/components/icon/icon-pin-navigation.component.d.ts +7 -7
  418. package/lib/components/icon/icon-pork.component.d.ts +7 -7
  419. package/lib/components/icon/icon-radio.component.d.ts +7 -7
  420. package/lib/components/icon/icon-refresh.component.d.ts +7 -7
  421. package/lib/components/icon/icon-repeat.component.d.ts +7 -7
  422. package/lib/components/icon/icon-search.component.d.ts +7 -7
  423. package/lib/components/icon/icon-second-warning.component.d.ts +7 -7
  424. package/lib/components/icon/icon-settings.component.d.ts +7 -7
  425. package/lib/components/icon/icon-shield-chekmark.component.d.ts +7 -7
  426. package/lib/components/icon/icon-star.component.d.ts +7 -7
  427. package/lib/components/icon/icon-today.component.d.ts +7 -7
  428. package/lib/components/icon/icon-trash.component.d.ts +7 -7
  429. package/lib/components/icon/icon-trophy.component.d.ts +7 -7
  430. package/lib/components/icon/icon-unfold-more.component.d.ts +7 -7
  431. package/lib/components/icon/icon-upload.component.d.ts +7 -7
  432. package/lib/components/icon/icon-user-group.component.d.ts +7 -7
  433. package/lib/components/icon/icon-user.component.d.ts +7 -7
  434. package/lib/components/icon/icon-waiting.component.d.ts +7 -7
  435. package/lib/components/icon/icon-wallet.component.d.ts +7 -7
  436. package/lib/components/icon/icon-warning.component.d.ts +7 -7
  437. package/lib/components/icon/icon.component.d.ts +27 -27
  438. package/lib/components/icon/icon.module.d.ts +111 -108
  439. package/lib/components/icon/index.d.ts +98 -95
  440. package/lib/components/image-crop/image-crop.component.d.ts +77 -77
  441. package/lib/components/image-crop/image-crop.module.d.ts +12 -12
  442. package/lib/components/image-crop/index.d.ts +2 -2
  443. package/lib/components/index.d.ts +19 -19
  444. package/lib/components/input/index.d.ts +3 -3
  445. package/lib/components/input/input-filter.component.d.ts +55 -55
  446. package/lib/components/input/input.component.d.ts +64 -64
  447. package/lib/components/input/input.module.d.ts +12 -12
  448. package/lib/components/input-phone/index.d.ts +2 -2
  449. package/lib/components/input-phone/input-phone.component.d.ts +62 -62
  450. package/lib/components/input-phone/input-phone.module.d.ts +13 -13
  451. package/lib/components/modal/index.d.ts +2 -2
  452. package/lib/components/modal/modal.component.d.ts +24 -24
  453. package/lib/components/modal/modal.module.d.ts +10 -10
  454. package/lib/components/option/index.d.ts +2 -2
  455. package/lib/components/option/option.component.d.ts +22 -22
  456. package/lib/components/option/option.module.d.ts +8 -8
  457. package/lib/components/radiobutton/index.d.ts +2 -2
  458. package/lib/components/radiobutton/radiobutton.component.d.ts +39 -39
  459. package/lib/components/radiobutton/radiobutton.module.d.ts +9 -9
  460. package/lib/components/select/index.d.ts +5 -5
  461. package/lib/components/select/select-filter.component.d.ts +41 -41
  462. package/lib/components/select/select-multiple.component.d.ts +48 -48
  463. package/lib/components/select/select-search.component.d.ts +56 -56
  464. package/lib/components/select/select.component.d.ts +48 -48
  465. package/lib/components/select/select.module.d.ts +15 -15
  466. package/lib/components/stepper/index.d.ts +2 -2
  467. package/lib/components/stepper/stepper.component.d.ts +18 -18
  468. package/lib/components/stepper/stepper.module.d.ts +9 -9
  469. package/lib/components/tab/index.d.ts +2 -2
  470. package/lib/components/tab/tab.component.d.ts +24 -24
  471. package/lib/components/tab/tab.module.d.ts +10 -10
  472. package/lib/components/table/index.d.ts +3 -3
  473. package/lib/components/table/table-column.component.d.ts +5 -5
  474. package/lib/components/table/table.component.d.ts +59 -59
  475. package/lib/components/table/table.module.d.ts +12 -12
  476. package/lib/components/toggle/index.d.ts +2 -2
  477. package/lib/components/toggle/toggle.component.d.ts +18 -18
  478. package/lib/components/toggle/toggle.module.d.ts +8 -8
  479. package/lib/components/wizard/index.d.ts +2 -2
  480. package/lib/components/wizard/wizard.component.d.ts +18 -18
  481. package/lib/components/wizard/wizard.module.d.ts +9 -9
  482. package/lib/core/index.d.ts +3 -3
  483. package/lib/core/interfaces/index.d.ts +2 -2
  484. package/lib/core/interfaces/monkey-modal-settings.d.ts +58 -58
  485. package/lib/core/interfaces/monkey-style-settings.d.ts +59 -59
  486. package/lib/core/services/index.d.ts +3 -3
  487. package/lib/core/services/modal/index.d.ts +2 -2
  488. package/lib/core/services/modal/monkey-style-guide-modal-fixed.service.d.ts +16 -16
  489. package/lib/core/services/modal/monkey-style-guide-modal.service.d.ts +18 -18
  490. package/lib/core/services/monkey-style-guide.service.d.ts +10 -10
  491. package/lib/core/services/settings/index.d.ts +1 -1
  492. package/lib/core/services/settings/monkey-style-guide-settings.service.d.ts +15 -15
  493. package/lib/core/services/settings/monkey-style-guide-theme-settings.service.d.ts +12 -12
  494. package/lib/core/services/snackbar/index.d.ts +1 -1
  495. package/lib/core/services/snackbar/mokey-style-guide-snackbar.service.d.ts +58 -58
  496. package/lib/core/utils/index.d.ts +1 -1
  497. package/lib/core/utils/utils.d.ts +29 -29
  498. package/lib/monkey-style-guide.module.d.ts +8 -8
  499. package/monkey-style-guide-2.0.157.tgz +0 -0
  500. package/monkey-style-guide.d.ts +5 -5
  501. package/package.json +1 -1
  502. package/public-api.d.ts +8 -8
  503. package/monkey-style-guide-2.0.155.tgz +0 -0
@@ -1,148 +1,148 @@
1
- /**************************
2
- * Copyright Monkey Exchange. All Rights Reserved
3
- * This style guide was developed by Monkey Exchange Team
4
- * MIT Licence
5
- **************************/
6
- @import '../variables.scss';
7
- @import '../breakpoints.scss';
8
-
9
- monkey-table {
10
- overflow-x: auto;
11
- display: flex;
12
-
13
- mecx-monkey-table {
14
- display: flex;
15
- flex-direction: column;
16
- width: 100%;
17
-
18
- @include media-breakpoint('xs') {
19
- min-width: 1080px;
20
- }
21
-
22
- mecx-monkey-table-header {
23
- font-style: normal;
24
- font-weight: normal;
25
- font-size: 16px;
26
- line-height: 16px;
27
- display: flex;
28
- align-items: center;
29
- justify-content: space-between;
30
- width: 100%;
31
- color: #9c9ca6;
32
- min-height: 48px;
33
- border-bottom: 1px solid #d6d7da;
34
-
35
- @include media-breakpoint('xs') {
36
- align-items: flex-start;
37
- }
38
-
39
- .select-all-disabled {
40
- width: 48px;
41
- height: 24px;
42
- }
43
-
44
- span {
45
- word-break: break-word;
46
- margin: 2px;
47
- }
48
- }
49
-
50
- mecx-monkey-table-body {
51
- mecx-monkey-table-body-row {
52
- font-style: normal;
53
- font-weight: normal;
54
- font-size: 16px;
55
- line-height: 16px;
56
- display: flex;
57
- justify-content: space-between;
58
- align-items: center;
59
- width: 100%;
60
- color: #4b4a53;
61
- min-height: 48px;
62
- border-bottom: 1px solid #d6d7da;
63
-
64
- @include media-breakpoint('xs') {
65
- align-items: flex-start;
66
- }
67
-
68
- &:nth-child(even) {
69
- background: #fafafa !important;
70
- }
71
-
72
- &.selected {
73
- background: map-get($mecx-theme, 100) !important;
74
- color: map-get(map-get($mecx-theme, contrast), 100) !important;
75
- }
76
-
77
- span {
78
- word-break: break-word;
79
- margin: 2px;
80
- }
81
-
82
- .monkey-progress__grey-white {
83
- height: 48px;
84
- }
85
-
86
- &:hover {
87
- background: map-get($mecx-theme, 100) !important;
88
- color: map-get(map-get($mecx-theme, contrast), 100) !important;
89
- }
90
- }
91
-
92
- monkey-table-column {
93
- width: var(--mecx-table-column-width);
94
- word-break: break-word;
95
- margin: 2px;
96
- }
97
- }
98
-
99
- mecx-monkey-table-footer {
100
- display: flex;
101
- align-items: center;
102
- justify-content: space-between;
103
- height: 48px;
104
-
105
- info {
106
- font-style: normal;
107
- font-weight: normal;
108
- font-size: 16px;
109
- line-height: 16px;
110
- color: #9c9ca6;
111
- }
112
-
113
- action {
114
- display: flex;
115
- gap: 4px;
116
-
117
- monkey-button {
118
- button {
119
- height: 32px !important;
120
- width: 42px !important;
121
- align-items: center !important;
122
- justify-content: center !important;
123
-
124
- monkey-icon {
125
- margin-right: 0px !important;
126
- }
127
- }
128
- }
129
- }
130
- }
131
-
132
- mecx-form-field mecx-form-field-body.checkbox {
133
- padding-right: 16px;
134
- margin-bottom: 0px;
135
- max-width: 48px !important;
136
- }
137
-
138
- mecx-form-field mecx-form-field-body {
139
- height: 20px;
140
- margin-bottom: 0px;
141
- max-width: 48px !important;
142
- }
143
-
144
- mecx-form-field mecx-form-field-footer {
145
- height: 0;
146
- }
147
- }
148
- }
1
+ /**************************
2
+ * Copyright Monkey Exchange. All Rights Reserved
3
+ * This style guide was developed by Monkey Exchange Team
4
+ * MIT Licence
5
+ **************************/
6
+ @import '../variables.scss';
7
+ @import '../breakpoints.scss';
8
+
9
+ monkey-table {
10
+ overflow-x: auto;
11
+ display: flex;
12
+
13
+ mecx-monkey-table {
14
+ display: flex;
15
+ flex-direction: column;
16
+ width: 100%;
17
+
18
+ @include media-breakpoint('xs') {
19
+ min-width: 1080px;
20
+ }
21
+
22
+ mecx-monkey-table-header {
23
+ font-style: normal;
24
+ font-weight: normal;
25
+ font-size: 16px;
26
+ line-height: 16px;
27
+ display: flex;
28
+ align-items: center;
29
+ justify-content: space-between;
30
+ width: 100%;
31
+ color: #9c9ca6;
32
+ min-height: 48px;
33
+ border-bottom: 1px solid #d6d7da;
34
+
35
+ @include media-breakpoint('xs') {
36
+ align-items: flex-start;
37
+ }
38
+
39
+ .select-all-disabled {
40
+ width: 48px;
41
+ height: 24px;
42
+ }
43
+
44
+ span {
45
+ word-break: break-word;
46
+ margin: 2px;
47
+ }
48
+ }
49
+
50
+ mecx-monkey-table-body {
51
+ mecx-monkey-table-body-row {
52
+ font-style: normal;
53
+ font-weight: normal;
54
+ font-size: 16px;
55
+ line-height: 16px;
56
+ display: flex;
57
+ justify-content: space-between;
58
+ align-items: center;
59
+ width: 100%;
60
+ color: #4b4a53;
61
+ min-height: 48px;
62
+ border-bottom: 1px solid #d6d7da;
63
+
64
+ @include media-breakpoint('xs') {
65
+ align-items: flex-start;
66
+ }
67
+
68
+ &:nth-child(even) {
69
+ background: #fafafa !important;
70
+ }
71
+
72
+ &.selected {
73
+ background: map-get($mecx-theme, 100) !important;
74
+ color: map-get(map-get($mecx-theme, contrast), 100) !important;
75
+ }
76
+
77
+ span {
78
+ word-break: break-word;
79
+ margin: 2px;
80
+ }
81
+
82
+ .monkey-progress__grey-white {
83
+ height: 48px;
84
+ }
85
+
86
+ &:hover {
87
+ background: map-get($mecx-theme, 100) !important;
88
+ color: map-get(map-get($mecx-theme, contrast), 100) !important;
89
+ }
90
+ }
91
+
92
+ monkey-table-column {
93
+ width: var(--mecx-table-column-width);
94
+ word-break: break-word;
95
+ margin: 2px;
96
+ }
97
+ }
98
+
99
+ mecx-monkey-table-footer {
100
+ display: flex;
101
+ align-items: center;
102
+ justify-content: space-between;
103
+ height: 48px;
104
+
105
+ info {
106
+ font-style: normal;
107
+ font-weight: normal;
108
+ font-size: 16px;
109
+ line-height: 16px;
110
+ color: #9c9ca6;
111
+ }
112
+
113
+ action {
114
+ display: flex;
115
+ gap: 4px;
116
+
117
+ monkey-button {
118
+ button {
119
+ height: 32px !important;
120
+ width: 42px !important;
121
+ align-items: center !important;
122
+ justify-content: center !important;
123
+
124
+ monkey-icon {
125
+ margin-right: 0px !important;
126
+ }
127
+ }
128
+ }
129
+ }
130
+ }
131
+
132
+ mecx-form-field mecx-form-field-body.checkbox {
133
+ padding-right: 16px;
134
+ margin-bottom: 0px;
135
+ max-width: 48px !important;
136
+ }
137
+
138
+ mecx-form-field mecx-form-field-body {
139
+ height: 20px;
140
+ margin-bottom: 0px;
141
+ max-width: 48px !important;
142
+ }
143
+
144
+ mecx-form-field mecx-form-field-footer {
145
+ height: 0;
146
+ }
147
+ }
148
+ }
@@ -1,112 +1,112 @@
1
- /**************************
2
- * Copyright Monkey Exchange. All Rights Reserved
3
- * This style guide was developed by Monkey Exchange Team
4
- * MIT Licence
5
- **************************/
6
- @import '../variables.scss';
7
-
8
- .mecx-wizard {
9
- width: 100%;
10
- background-color: inherit;
11
- padding: 0 8px;
12
- }
13
-
14
- .mecx-wizard-icon {
15
- cursor: pointer;
16
- border-radius: 50%;
17
- width: 32px;
18
- height: 32px;
19
- display: flex;
20
- flex-direction: column;
21
- justify-content: center;
22
- align-items: center;
23
- align-self: center;
24
- align-content: center;
25
- }
26
-
27
- monkey-wizard {
28
- @extend .mecx-wizard;
29
-
30
- .horizontal {
31
- display: flex;
32
- flex-direction: row;
33
- justify-content: center;
34
- align-items: center;
35
- align-self: center;
36
- align-content: center;
37
-
38
- .mecx-wizard-icon {
39
- margin-left: 5px;
40
- margin-right: 5px;
41
- }
42
- }
43
-
44
- .vertical {
45
- display: flex;
46
- flex-direction: column;
47
- justify-content: center;
48
- align-items: center;
49
- align-self: center;
50
- align-content: center;
51
-
52
- .mecx-wizard-icon {
53
- margin-top: 5px;
54
- margin-bottom: 5px;
55
- }
56
-
57
- .mecx-wizard-body {
58
- flex-direction: column !important;
59
- }
60
-
61
- .mecx-wizard-option-separator {
62
- width: 2px;
63
- height: 64px;
64
- }
65
- }
66
-
67
- .mecx-wizard-option {
68
- @extend .mecx-wizard-icon;
69
-
70
- &__theme {
71
- color: map-get($mecx-theme, main);
72
- background: inherit;
73
- border: 1px solid map-get($mecx-theme, main);
74
- box-sizing: border-box;
75
- font-style: normal;
76
- font-weight: normal;
77
- font-size: 14px;
78
- line-height: 16px;
79
- display: flex;
80
- align-items: center;
81
- text-align: center;
82
-
83
- &.selected {
84
- color: map-get(map-get($mecx-theme, contrast), main);
85
- background: map-get($mecx-theme, main);
86
- }
87
-
88
- &.completed {
89
- color: map-get(map-get($mecx-theme, contrast), main);
90
- background: map-get($mecx-theme, 700);
91
- border: 0;
92
- }
93
- }
94
- }
95
-
96
- .mecx-wizard-option-separator {
97
- width: 64px;
98
- height: 2px;
99
- border-radius: 8px;
100
- background-color: map-get($mecx-theme, main);
101
- }
102
-
103
- .mecx-wizard-body {
104
- display: flex;
105
- justify-content: center;
106
- align-items: center;
107
- }
108
- }
109
-
110
- div.mecx-wizard-body:last-child .mecx-wizard-option-separator:last-child {
111
- display: none;
112
- }
1
+ /**************************
2
+ * Copyright Monkey Exchange. All Rights Reserved
3
+ * This style guide was developed by Monkey Exchange Team
4
+ * MIT Licence
5
+ **************************/
6
+ @import '../variables.scss';
7
+
8
+ .mecx-wizard {
9
+ width: 100%;
10
+ background-color: inherit;
11
+ padding: 0 8px;
12
+ }
13
+
14
+ .mecx-wizard-icon {
15
+ cursor: pointer;
16
+ border-radius: 50%;
17
+ width: 32px;
18
+ height: 32px;
19
+ display: flex;
20
+ flex-direction: column;
21
+ justify-content: center;
22
+ align-items: center;
23
+ align-self: center;
24
+ align-content: center;
25
+ }
26
+
27
+ monkey-wizard {
28
+ @extend .mecx-wizard;
29
+
30
+ .horizontal {
31
+ display: flex;
32
+ flex-direction: row;
33
+ justify-content: center;
34
+ align-items: center;
35
+ align-self: center;
36
+ align-content: center;
37
+
38
+ .mecx-wizard-icon {
39
+ margin-left: 5px;
40
+ margin-right: 5px;
41
+ }
42
+ }
43
+
44
+ .vertical {
45
+ display: flex;
46
+ flex-direction: column;
47
+ justify-content: center;
48
+ align-items: center;
49
+ align-self: center;
50
+ align-content: center;
51
+
52
+ .mecx-wizard-icon {
53
+ margin-top: 5px;
54
+ margin-bottom: 5px;
55
+ }
56
+
57
+ .mecx-wizard-body {
58
+ flex-direction: column !important;
59
+ }
60
+
61
+ .mecx-wizard-option-separator {
62
+ width: 2px;
63
+ height: 64px;
64
+ }
65
+ }
66
+
67
+ .mecx-wizard-option {
68
+ @extend .mecx-wizard-icon;
69
+
70
+ &__theme {
71
+ color: map-get($mecx-theme, main);
72
+ background: inherit;
73
+ border: 1px solid map-get($mecx-theme, main);
74
+ box-sizing: border-box;
75
+ font-style: normal;
76
+ font-weight: normal;
77
+ font-size: 14px;
78
+ line-height: 16px;
79
+ display: flex;
80
+ align-items: center;
81
+ text-align: center;
82
+
83
+ &.selected {
84
+ color: map-get(map-get($mecx-theme, contrast), main);
85
+ background: map-get($mecx-theme, main);
86
+ }
87
+
88
+ &.completed {
89
+ color: map-get(map-get($mecx-theme, contrast), main);
90
+ background: map-get($mecx-theme, 700);
91
+ border: 0;
92
+ }
93
+ }
94
+ }
95
+
96
+ .mecx-wizard-option-separator {
97
+ width: 64px;
98
+ height: 2px;
99
+ border-radius: 8px;
100
+ background-color: map-get($mecx-theme, main);
101
+ }
102
+
103
+ .mecx-wizard-body {
104
+ display: flex;
105
+ justify-content: center;
106
+ align-items: center;
107
+ }
108
+ }
109
+
110
+ div.mecx-wizard-body:last-child .mecx-wizard-option-separator:last-child {
111
+ display: none;
112
+ }
@@ -1,43 +1,43 @@
1
- /**************************
2
- * Copyright Monkey Exchange. All Rights Reserved
3
- * This style guide was developed by Monkey Exchange Team
4
- * MIT Licence
5
- **************************/
6
- import { Component, ViewEncapsulation, Input } from '@angular/core';
7
- import { MonkeyUtils } from '../../core';
8
- import * as i0 from "@angular/core";
9
- import * as i1 from "@angular/common";
10
- export class MonkeyBadgeComponent {
11
- constructor() {
12
- this.count = 0;
13
- this.pulseOn = false;
14
- this._id = `mecx-badge-${MonkeyUtils.getRandomString(10)}`;
15
- }
16
- }
17
- MonkeyBadgeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyBadgeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
18
- MonkeyBadgeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyBadgeComponent, selector: "monkey-badge", inputs: { count: "count", pulseOn: "pulseOn" }, ngImport: i0, template: `
19
- <mecx-monkey-badge [id]="_id" [ngClass]="{ pulse: pulseOn }">
20
- <div class="badge-count">
21
- {{ count }}
22
- </div>
23
- </mecx-monkey-badge>
24
- `, isInline: true, directives: [{ type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], encapsulation: i0.ViewEncapsulation.None });
25
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyBadgeComponent, decorators: [{
26
- type: Component,
27
- args: [{
28
- selector: 'monkey-badge',
29
- template: `
30
- <mecx-monkey-badge [id]="_id" [ngClass]="{ pulse: pulseOn }">
31
- <div class="badge-count">
32
- {{ count }}
33
- </div>
34
- </mecx-monkey-badge>
35
- `,
36
- encapsulation: ViewEncapsulation.None,
37
- }]
38
- }], propDecorators: { count: [{
39
- type: Input
40
- }], pulseOn: [{
41
- type: Input
42
- }] } });
43
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFkZ2UuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbW9ua2V5LXN0eWxlLWd1aWRlL3NyYy9saWIvY29tcG9uZW50cy9iYWRnZS9iYWRnZS5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7Ozs7NEJBSTRCO0FBQzVCLE9BQU8sRUFBRSxTQUFTLEVBQUUsaUJBQWlCLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3BFLE9BQU8sRUFBRSxXQUFXLEVBQUUsTUFBTSxZQUFZLENBQUM7OztBQWF6QyxNQUFNLE9BQU8sb0JBQW9CO0lBWGpDO1FBWVcsVUFBSyxHQUFHLENBQUMsQ0FBQztRQUNWLFlBQU8sR0FBRyxLQUFLLENBQUM7UUFFbEIsUUFBRyxHQUFXLGNBQWMsV0FBVyxDQUFDLGVBQWUsQ0FBQyxFQUFFLENBQUMsRUFBRSxDQUFDO0tBQ3RFOztrSEFMWSxvQkFBb0I7c0dBQXBCLG9CQUFvQixvR0FUckI7Ozs7OztHQU1UOzRGQUdVLG9CQUFvQjtrQkFYaEMsU0FBUzttQkFBQztvQkFDVCxRQUFRLEVBQUUsY0FBYztvQkFDeEIsUUFBUSxFQUFFOzs7Ozs7R0FNVDtvQkFDRCxhQUFhLEVBQUUsaUJBQWlCLENBQUMsSUFBSTtpQkFDdEM7OEJBRVUsS0FBSztzQkFBYixLQUFLO2dCQUNHLE9BQU87c0JBQWYsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbIi8qKioqKioqKioqKioqKioqKioqKioqKioqKlxuICogQ29weXJpZ2h0IE1vbmtleSBFeGNoYW5nZS4gQWxsIFJpZ2h0cyBSZXNlcnZlZFxuICogVGhpcyBzdHlsZSBndWlkZSB3YXMgZGV2ZWxvcGVkIGJ5IE1vbmtleSBFeGNoYW5nZSBUZWFtXG4gKiBNSVQgTGljZW5jZVxuICoqKioqKioqKioqKioqKioqKioqKioqKioqL1xuaW1wb3J0IHsgQ29tcG9uZW50LCBWaWV3RW5jYXBzdWxhdGlvbiwgSW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IE1vbmtleVV0aWxzIH0gZnJvbSAnLi4vLi4vY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ21vbmtleS1iYWRnZScsXG4gIHRlbXBsYXRlOiBgXG4gICAgPG1lY3gtbW9ua2V5LWJhZGdlIFtpZF09XCJfaWRcIiBbbmdDbGFzc109XCJ7IHB1bHNlOiBwdWxzZU9uIH1cIj5cbiAgICAgIDxkaXYgY2xhc3M9XCJiYWRnZS1jb3VudFwiPlxuICAgICAgICB7eyBjb3VudCB9fVxuICAgICAgPC9kaXY+XG4gICAgPC9tZWN4LW1vbmtleS1iYWRnZT5cbiAgYCxcbiAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcbn0pXG5leHBvcnQgY2xhc3MgTW9ua2V5QmFkZ2VDb21wb25lbnQge1xuICBASW5wdXQoKSBjb3VudCA9IDA7XG4gIEBJbnB1dCgpIHB1bHNlT24gPSBmYWxzZTtcblxuICBwdWJsaWMgX2lkOiBzdHJpbmcgPSBgbWVjeC1iYWRnZS0ke01vbmtleVV0aWxzLmdldFJhbmRvbVN0cmluZygxMCl9YDtcbn1cbiJdfQ==
1
+ /**************************
2
+ * Copyright Monkey Exchange. All Rights Reserved
3
+ * This style guide was developed by Monkey Exchange Team
4
+ * MIT Licence
5
+ **************************/
6
+ import { Component, ViewEncapsulation, Input } from '@angular/core';
7
+ import { MonkeyUtils } from '../../core';
8
+ import * as i0 from "@angular/core";
9
+ import * as i1 from "@angular/common";
10
+ export class MonkeyBadgeComponent {
11
+ constructor() {
12
+ this.count = 0;
13
+ this.pulseOn = false;
14
+ this._id = `mecx-badge-${MonkeyUtils.getRandomString(10)}`;
15
+ }
16
+ }
17
+ MonkeyBadgeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyBadgeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
18
+ MonkeyBadgeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyBadgeComponent, selector: "monkey-badge", inputs: { count: "count", pulseOn: "pulseOn" }, ngImport: i0, template: `
19
+ <mecx-monkey-badge [id]="_id" [ngClass]="{ pulse: pulseOn }">
20
+ <div class="badge-count">
21
+ {{ count }}
22
+ </div>
23
+ </mecx-monkey-badge>
24
+ `, isInline: true, directives: [{ type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], encapsulation: i0.ViewEncapsulation.None });
25
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyBadgeComponent, decorators: [{
26
+ type: Component,
27
+ args: [{
28
+ selector: 'monkey-badge',
29
+ template: `
30
+ <mecx-monkey-badge [id]="_id" [ngClass]="{ pulse: pulseOn }">
31
+ <div class="badge-count">
32
+ {{ count }}
33
+ </div>
34
+ </mecx-monkey-badge>
35
+ `,
36
+ encapsulation: ViewEncapsulation.None,
37
+ }]
38
+ }], propDecorators: { count: [{
39
+ type: Input
40
+ }], pulseOn: [{
41
+ type: Input
42
+ }] } });
43
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFkZ2UuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbW9ua2V5LXN0eWxlLWd1aWRlL3NyYy9saWIvY29tcG9uZW50cy9iYWRnZS9iYWRnZS5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7Ozs7NEJBSTRCO0FBQzVCLE9BQU8sRUFBRSxTQUFTLEVBQUUsaUJBQWlCLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3BFLE9BQU8sRUFBRSxXQUFXLEVBQUUsTUFBTSxZQUFZLENBQUM7OztBQWF6QyxNQUFNLE9BQU8sb0JBQW9CO0lBWGpDO1FBWVcsVUFBSyxHQUFHLENBQUMsQ0FBQztRQUNWLFlBQU8sR0FBRyxLQUFLLENBQUM7UUFFbEIsUUFBRyxHQUFXLGNBQWMsV0FBVyxDQUFDLGVBQWUsQ0FBQyxFQUFFLENBQUMsRUFBRSxDQUFDO0tBQ3RFOztrSEFMWSxvQkFBb0I7c0dBQXBCLG9CQUFvQixvR0FUckI7Ozs7OztHQU1UOzRGQUdVLG9CQUFvQjtrQkFYaEMsU0FBUzttQkFBQztvQkFDVCxRQUFRLEVBQUUsY0FBYztvQkFDeEIsUUFBUSxFQUFFOzs7Ozs7R0FNVDtvQkFDRCxhQUFhLEVBQUUsaUJBQWlCLENBQUMsSUFBSTtpQkFDdEM7OEJBRVUsS0FBSztzQkFBYixLQUFLO2dCQUNHLE9BQU87c0JBQWYsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbIi8qKioqKioqKioqKioqKioqKioqKioqKioqKlxyXG4gKiBDb3B5cmlnaHQgTW9ua2V5IEV4Y2hhbmdlLiBBbGwgUmlnaHRzIFJlc2VydmVkXHJcbiAqIFRoaXMgc3R5bGUgZ3VpZGUgd2FzIGRldmVsb3BlZCBieSBNb25rZXkgRXhjaGFuZ2UgVGVhbVxyXG4gKiBNSVQgTGljZW5jZVxyXG4gKioqKioqKioqKioqKioqKioqKioqKioqKiovXHJcbmltcG9ydCB7IENvbXBvbmVudCwgVmlld0VuY2Fwc3VsYXRpb24sIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IE1vbmtleVV0aWxzIH0gZnJvbSAnLi4vLi4vY29yZSc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ21vbmtleS1iYWRnZScsXHJcbiAgdGVtcGxhdGU6IGBcclxuICAgIDxtZWN4LW1vbmtleS1iYWRnZSBbaWRdPVwiX2lkXCIgW25nQ2xhc3NdPVwieyBwdWxzZTogcHVsc2VPbiB9XCI+XHJcbiAgICAgIDxkaXYgY2xhc3M9XCJiYWRnZS1jb3VudFwiPlxyXG4gICAgICAgIHt7IGNvdW50IH19XHJcbiAgICAgIDwvZGl2PlxyXG4gICAgPC9tZWN4LW1vbmtleS1iYWRnZT5cclxuICBgLFxyXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBNb25rZXlCYWRnZUNvbXBvbmVudCB7XHJcbiAgQElucHV0KCkgY291bnQgPSAwO1xyXG4gIEBJbnB1dCgpIHB1bHNlT24gPSBmYWxzZTtcclxuXHJcbiAgcHVibGljIF9pZDogc3RyaW5nID0gYG1lY3gtYmFkZ2UtJHtNb25rZXlVdGlscy5nZXRSYW5kb21TdHJpbmcoMTApfWA7XHJcbn1cclxuIl19
@@ -1,19 +1,19 @@
1
- import { NgModule, NO_ERRORS_SCHEMA } from '@angular/core';
2
- import { MonkeyBadgeComponent } from './badge.component';
3
- import { CommonModule } from '@angular/common';
4
- import * as i0 from "@angular/core";
5
- export class MonkeyBadgeModule {
6
- }
7
- MonkeyBadgeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyBadgeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
- MonkeyBadgeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyBadgeModule, declarations: [MonkeyBadgeComponent], imports: [CommonModule], exports: [MonkeyBadgeComponent] });
9
- MonkeyBadgeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyBadgeModule, imports: [[CommonModule]] });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyBadgeModule, decorators: [{
11
- type: NgModule,
12
- args: [{
13
- declarations: [MonkeyBadgeComponent],
14
- imports: [CommonModule],
15
- exports: [MonkeyBadgeComponent],
16
- schemas: [NO_ERRORS_SCHEMA],
17
- }]
18
- }] });
1
+ import { NgModule, NO_ERRORS_SCHEMA } from '@angular/core';
2
+ import { MonkeyBadgeComponent } from './badge.component';
3
+ import { CommonModule } from '@angular/common';
4
+ import * as i0 from "@angular/core";
5
+ export class MonkeyBadgeModule {
6
+ }
7
+ MonkeyBadgeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyBadgeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
+ MonkeyBadgeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyBadgeModule, declarations: [MonkeyBadgeComponent], imports: [CommonModule], exports: [MonkeyBadgeComponent] });
9
+ MonkeyBadgeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyBadgeModule, imports: [[CommonModule]] });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyBadgeModule, decorators: [{
11
+ type: NgModule,
12
+ args: [{
13
+ declarations: [MonkeyBadgeComponent],
14
+ imports: [CommonModule],
15
+ exports: [MonkeyBadgeComponent],
16
+ schemas: [NO_ERRORS_SCHEMA],
17
+ }]
18
+ }] });
19
19
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFkZ2UubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbW9ua2V5LXN0eWxlLWd1aWRlL3NyYy9saWIvY29tcG9uZW50cy9iYWRnZS9iYWRnZS5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMzRCxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSxtQkFBbUIsQ0FBQztBQUN6RCxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7O0FBUS9DLE1BQU0sT0FBTyxpQkFBaUI7OytHQUFqQixpQkFBaUI7Z0hBQWpCLGlCQUFpQixpQkFMYixvQkFBb0IsYUFDekIsWUFBWSxhQUNaLG9CQUFvQjtnSEFHbkIsaUJBQWlCLFlBSm5CLENBQUMsWUFBWSxDQUFDOzRGQUlaLGlCQUFpQjtrQkFON0IsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUUsQ0FBQyxvQkFBb0IsQ0FBQztvQkFDcEMsT0FBTyxFQUFFLENBQUMsWUFBWSxDQUFDO29CQUN2QixPQUFPLEVBQUUsQ0FBQyxvQkFBb0IsQ0FBQztvQkFDL0IsT0FBTyxFQUFFLENBQUMsZ0JBQWdCLENBQUM7aUJBQzVCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUsIE5PX0VSUk9SU19TQ0hFTUEgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IE1vbmtleUJhZGdlQ29tcG9uZW50IH0gZnJvbSAnLi9iYWRnZS5jb21wb25lbnQnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbTW9ua2V5QmFkZ2VDb21wb25lbnRdLFxuICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlXSxcbiAgZXhwb3J0czogW01vbmtleUJhZGdlQ29tcG9uZW50XSxcbiAgc2NoZW1hczogW05PX0VSUk9SU19TQ0hFTUFdLFxufSlcbmV4cG9ydCBjbGFzcyBNb25rZXlCYWRnZU1vZHVsZSB7fVxuIl19
@@ -1,3 +1,3 @@
1
- export * from './badge.component';
2
- export * from './badge.module';
1
+ export * from './badge.component';
2
+ export * from './badge.module';
3
3
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9tb25rZXktc3R5bGUtZ3VpZGUvc3JjL2xpYi9jb21wb25lbnRzL2JhZGdlL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsbUJBQW1CLENBQUM7QUFDbEMsY0FBYyxnQkFBZ0IsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vYmFkZ2UuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vYmFkZ2UubW9kdWxlJztcbiJdfQ==