@hipay/hipay-material-ui 1.0.0-beta.18 → 1.0.0-beta.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (402) hide show
  1. package/HiCheckbox/HiCheckbox.js +1 -4
  2. package/HiChip/HiChip.js +4 -4
  3. package/HiChip/HiChipSwitch.js +4 -11
  4. package/HiColoredLabel/HiColoredLabel.js +3 -9
  5. package/HiDatePicker/HiDatePicker.js +30 -34
  6. package/HiDatePicker/HiDateRangePicker.js +33 -76
  7. package/HiDatePicker/HiDateRangeSelector.js +13 -33
  8. package/HiDatePicker/ListPicker.js +7 -32
  9. package/HiDatePicker/Overlays/CustomOverlayLayout.js +1 -3
  10. package/HiDatePicker/Overlays/MonthPickerOverlay.js +1 -5
  11. package/HiDatePicker/Overlays/Overlay.js +4 -22
  12. package/HiDatePicker/Overlays/YearPickerOverlay.js +1 -2
  13. package/HiDatePicker/stylesheet.js +0 -7
  14. package/HiForm/HiFormControl.js +31 -39
  15. package/HiForm/HiInput.js +18 -39
  16. package/HiForm/HiSearchField.js +2 -2
  17. package/HiForm/index.js +0 -18
  18. package/HiPins/HiPins.js +1 -0
  19. package/HiSelect/HiSelect.js +353 -400
  20. package/HiSelect/HiSelectField.js +6 -8
  21. package/HiSelect/HiSuggestSelect.js +47 -27
  22. package/HiSelect/HiSuggestSelectField.js +80 -88
  23. package/HiSelect/SelectInput.js +23 -34
  24. package/HiSelectableList/HiSelectableList.js +3 -9
  25. package/HiSelectableList/HiSelectableListItem.js +55 -96
  26. package/HiSwitch/HiSwitchState.js +1 -1
  27. package/HiSwitch/index.js +0 -6
  28. package/HiTable/BodyCellBuilder.js +97 -97
  29. package/HiTable/BodyCells/CellCountry.js +36 -11
  30. package/HiTable/BodyCells/CellIcon.js +20 -29
  31. package/HiTable/BodyCells/CellImage.js +22 -43
  32. package/HiTable/BodyCells/CellLayout.js +19 -25
  33. package/HiTable/BodyCells/CellNumeric.js +2 -7
  34. package/HiTable/BodyCells/CellSentinel.js +17 -26
  35. package/HiTable/BodyCells/CellStatus.js +2 -6
  36. package/HiTable/BodyCells/CellText.js +1 -2
  37. package/HiTable/BodyCells/CellThirdPartySecurity.js +22 -45
  38. package/HiTable/BodyRow.js +57 -78
  39. package/HiTable/ColumnFilter.js +15 -28
  40. package/HiTable/HeaderCell.js +16 -20
  41. package/HiTable/HiTable.js +11 -61
  42. package/HiTable/HiTableBody.js +14 -46
  43. package/HiTable/HiTableContextMenu.js +3 -7
  44. package/HiTable/HiTableFooterScroll.js +1 -1
  45. package/HiTable/HiTableHead.js +7 -24
  46. package/HiTable/OrderColumns.js +2 -6
  47. package/HiTopBar/HiTopBar.js +117 -37
  48. package/es/HiCheckbox/HiCheckbox.js +1 -4
  49. package/es/HiChip/HiChip.js +4 -4
  50. package/es/HiChip/HiChipSwitch.js +4 -11
  51. package/es/HiColoredLabel/HiColoredLabel.js +4 -9
  52. package/es/HiDatePicker/HiDatePicker.js +25 -30
  53. package/es/HiDatePicker/HiDateRangePicker.js +32 -72
  54. package/es/HiDatePicker/HiDateRangeSelector.js +14 -34
  55. package/es/HiDatePicker/ListPicker.js +20 -39
  56. package/es/HiDatePicker/Overlays/CustomOverlayLayout.js +1 -3
  57. package/es/HiDatePicker/Overlays/MonthPickerOverlay.js +1 -5
  58. package/es/HiDatePicker/Overlays/Overlay.js +4 -18
  59. package/es/HiDatePicker/Overlays/YearPickerOverlay.js +1 -2
  60. package/es/HiDatePicker/stylesheet.js +0 -7
  61. package/es/HiForm/HiFormControl.js +18 -32
  62. package/es/HiForm/HiInput.js +17 -34
  63. package/es/HiForm/HiSearchField.js +2 -2
  64. package/es/HiForm/index.js +1 -3
  65. package/es/HiPins/HiPins.js +1 -0
  66. package/es/HiSelect/HiSelect.js +324 -375
  67. package/es/HiSelect/HiSelectField.js +7 -9
  68. package/es/HiSelect/HiSuggestSelect.js +39 -26
  69. package/es/HiSelect/HiSuggestSelectField.js +69 -77
  70. package/es/HiSelect/SelectInput.js +23 -44
  71. package/es/HiSelectableList/HiSelectableList.js +4 -10
  72. package/es/HiSelectableList/HiSelectableListItem.js +55 -91
  73. package/es/HiSwitch/HiSwitchState.js +1 -1
  74. package/es/HiSwitch/index.js +0 -1
  75. package/es/HiTable/BodyCellBuilder.js +98 -96
  76. package/es/HiTable/BodyCells/CellCountry.js +35 -10
  77. package/es/HiTable/BodyCells/CellIcon.js +9 -18
  78. package/es/HiTable/BodyCells/CellImage.js +23 -42
  79. package/es/HiTable/BodyCells/CellLayout.js +21 -27
  80. package/es/HiTable/BodyCells/CellNumeric.js +2 -6
  81. package/es/HiTable/BodyCells/CellSentinel.js +9 -20
  82. package/es/HiTable/BodyCells/CellStatus.js +2 -6
  83. package/es/HiTable/BodyCells/CellText.js +1 -2
  84. package/es/HiTable/BodyCells/CellThirdPartySecurity.js +18 -42
  85. package/es/HiTable/BodyRow.js +56 -79
  86. package/es/HiTable/ColumnFilter.js +9 -15
  87. package/es/HiTable/HeaderCell.js +16 -20
  88. package/es/HiTable/HiTable.js +12 -59
  89. package/es/HiTable/HiTableBody.js +11 -42
  90. package/es/HiTable/HiTableContextMenu.js +3 -7
  91. package/es/HiTable/HiTableFooterScroll.js +1 -1
  92. package/es/HiTable/HiTableHead.js +7 -19
  93. package/es/HiTable/OrderColumns.js +2 -6
  94. package/es/HiTopBar/HiTopBar.js +108 -40
  95. package/es/styles/createHiMuiTheme.js +0 -11
  96. package/es/utils/hiHelpers.js +5 -6
  97. package/index.es.js +1 -1
  98. package/index.js +1 -1
  99. package/package.json +44 -45
  100. package/styles/createHiMuiTheme.js +0 -11
  101. package/umd/hipay-material-ui.development.js +43603 -87235
  102. package/umd/hipay-material-ui.production.min.js +5 -5
  103. package/utils/hiHelpers.js +4 -6
  104. package/HI-CHANGELOG.md +0 -58
  105. package/HiAlertModal/HiAlertModal.js +0 -247
  106. package/HiAlertModal/index.js +0 -16
  107. package/HiBreadcrumb/HiBreadcrumb.js +0 -149
  108. package/HiBreadcrumb/HiStep.js +0 -159
  109. package/HiBreadcrumb/HiStepConnector.js +0 -207
  110. package/HiBreadcrumb/HiStepContent.js +0 -122
  111. package/HiBreadcrumb/HiStepIcon.js +0 -191
  112. package/HiBreadcrumb/HiStepLabel.js +0 -248
  113. package/HiBreadcrumb/HiStepper.js +0 -106
  114. package/HiBreadcrumb/index.js +0 -16
  115. package/HiDotsStepper/HiDot.js +0 -151
  116. package/HiDotsStepper/HiDotsStepper.js +0 -146
  117. package/HiDotsStepper/index.js +0 -16
  118. package/HiExpansionPanel/HiExpansionPanel.js +0 -231
  119. package/HiExpansionPanel/index.js +0 -16
  120. package/HiForm/HiAddressField.js +0 -204
  121. package/HiForm/HiSlider.js +0 -399
  122. package/HiPdfReader/HiPdfReader.js +0 -282
  123. package/HiPdfReader/index.js +0 -16
  124. package/HiTable/HiTableFooter.js +0 -131
  125. package/es/HiAlertModal/HiAlertModal.js +0 -189
  126. package/es/HiAlertModal/index.js +0 -1
  127. package/es/HiBreadcrumb/HiBreadcrumb.js +0 -81
  128. package/es/HiBreadcrumb/HiStep.js +0 -94
  129. package/es/HiBreadcrumb/HiStepConnector.js +0 -143
  130. package/es/HiBreadcrumb/HiStepContent.js +0 -63
  131. package/es/HiBreadcrumb/HiStepIcon.js +0 -149
  132. package/es/HiBreadcrumb/HiStepLabel.js +0 -197
  133. package/es/HiBreadcrumb/HiStepper.js +0 -46
  134. package/es/HiBreadcrumb/index.js +0 -1
  135. package/es/HiDotsStepper/HiDot.js +0 -92
  136. package/es/HiDotsStepper/HiDotsStepper.js +0 -83
  137. package/es/HiDotsStepper/index.js +0 -1
  138. package/es/HiExpansionPanel/HiExpansionPanel.js +0 -170
  139. package/es/HiExpansionPanel/index.js +0 -1
  140. package/es/HiForm/HiAddressField.js +0 -142
  141. package/es/HiForm/HiSlider.js +0 -309
  142. package/es/HiPdfReader/HiPdfReader.js +0 -198
  143. package/es/HiPdfReader/index.js +0 -1
  144. package/es/HiTable/HiTableFooter.js +0 -74
  145. package/hmu/images/countries/ad.svg +0 -151
  146. package/hmu/images/countries/ae.svg +0 -6
  147. package/hmu/images/countries/af.svg +0 -83
  148. package/hmu/images/countries/ag.svg +0 -15
  149. package/hmu/images/countries/ai.svg +0 -767
  150. package/hmu/images/countries/al.svg +0 -5
  151. package/hmu/images/countries/am.svg +0 -5
  152. package/hmu/images/countries/ao.svg +0 -13
  153. package/hmu/images/countries/aq.svg +0 -6
  154. package/hmu/images/countries/ar.svg +0 -32
  155. package/hmu/images/countries/as.svg +0 -33
  156. package/hmu/images/countries/at.svg +0 -6
  157. package/hmu/images/countries/au.svg +0 -9
  158. package/hmu/images/countries/aw.svg +0 -186
  159. package/hmu/images/countries/ax.svg +0 -18
  160. package/hmu/images/countries/az.svg +0 -8
  161. package/hmu/images/countries/ba.svg +0 -12
  162. package/hmu/images/countries/bb.svg +0 -6
  163. package/hmu/images/countries/bd.svg +0 -4
  164. package/hmu/images/countries/be.svg +0 -7
  165. package/hmu/images/countries/bf.svg +0 -7
  166. package/hmu/images/countries/bg.svg +0 -7
  167. package/hmu/images/countries/bh.svg +0 -11
  168. package/hmu/images/countries/bi.svg +0 -15
  169. package/hmu/images/countries/bj.svg +0 -14
  170. package/hmu/images/countries/bl.svg +0 -7
  171. package/hmu/images/countries/bm.svg +0 -99
  172. package/hmu/images/countries/bn.svg +0 -36
  173. package/hmu/images/countries/bo.svg +0 -686
  174. package/hmu/images/countries/bq.svg +0 -5
  175. package/hmu/images/countries/br.svg +0 -45
  176. package/hmu/images/countries/bs.svg +0 -13
  177. package/hmu/images/countries/bt.svg +0 -89
  178. package/hmu/images/countries/bv.svg +0 -13
  179. package/hmu/images/countries/bw.svg +0 -7
  180. package/hmu/images/countries/by.svg +0 -61
  181. package/hmu/images/countries/bz.svg +0 -146
  182. package/hmu/images/countries/ca.svg +0 -4
  183. package/hmu/images/countries/cc.svg +0 -19
  184. package/hmu/images/countries/cd.svg +0 -5
  185. package/hmu/images/countries/cf.svg +0 -15
  186. package/hmu/images/countries/cg.svg +0 -12
  187. package/hmu/images/countries/ch.svg +0 -9
  188. package/hmu/images/countries/ci.svg +0 -7
  189. package/hmu/images/countries/ck.svg +0 -9
  190. package/hmu/images/countries/cl.svg +0 -13
  191. package/hmu/images/countries/cm.svg +0 -15
  192. package/hmu/images/countries/cn.svg +0 -11
  193. package/hmu/images/countries/co.svg +0 -7
  194. package/hmu/images/countries/cr.svg +0 -7
  195. package/hmu/images/countries/cu.svg +0 -13
  196. package/hmu/images/countries/cv.svg +0 -13
  197. package/hmu/images/countries/cw.svg +0 -14
  198. package/hmu/images/countries/cx.svg +0 -15
  199. package/hmu/images/countries/cy.svg +0 -6
  200. package/hmu/images/countries/cz.svg +0 -12
  201. package/hmu/images/countries/de.svg +0 -5
  202. package/hmu/images/countries/dj.svg +0 -13
  203. package/hmu/images/countries/dk.svg +0 -5
  204. package/hmu/images/countries/dm.svg +0 -152
  205. package/hmu/images/countries/do.svg +0 -6745
  206. package/hmu/images/countries/dz.svg +0 -5
  207. package/hmu/images/countries/ec.svg +0 -141
  208. package/hmu/images/countries/ee.svg +0 -7
  209. package/hmu/images/countries/eg.svg +0 -38
  210. package/hmu/images/countries/eh.svg +0 -15
  211. package/hmu/images/countries/er.svg +0 -8
  212. package/hmu/images/countries/es-ct.svg +0 -4
  213. package/hmu/images/countries/es.svg +0 -581
  214. package/hmu/images/countries/et.svg +0 -14
  215. package/hmu/images/countries/eu.svg +0 -28
  216. package/hmu/images/countries/fi.svg +0 -5
  217. package/hmu/images/countries/fj.svg +0 -124
  218. package/hmu/images/countries/fk.svg +0 -90
  219. package/hmu/images/countries/fm.svg +0 -11
  220. package/hmu/images/countries/fo.svg +0 -12
  221. package/hmu/images/countries/fr.svg +0 -7
  222. package/hmu/images/countries/ga.svg +0 -7
  223. package/hmu/images/countries/gb-eng.svg +0 -5
  224. package/hmu/images/countries/gb-nir.svg +0 -137
  225. package/hmu/images/countries/gb-sct.svg +0 -4
  226. package/hmu/images/countries/gb-wls.svg +0 -9
  227. package/hmu/images/countries/gb.svg +0 -15
  228. package/hmu/images/countries/gd.svg +0 -27
  229. package/hmu/images/countries/ge.svg +0 -6
  230. package/hmu/images/countries/gf.svg +0 -5
  231. package/hmu/images/countries/gg.svg +0 -9
  232. package/hmu/images/countries/gh.svg +0 -6
  233. package/hmu/images/countries/gi.svg +0 -33
  234. package/hmu/images/countries/gl.svg +0 -4
  235. package/hmu/images/countries/gm.svg +0 -14
  236. package/hmu/images/countries/gn.svg +0 -7
  237. package/hmu/images/countries/gp.svg +0 -7
  238. package/hmu/images/countries/gq.svg +0 -23
  239. package/hmu/images/countries/gr.svg +0 -22
  240. package/hmu/images/countries/gs.svg +0 -205
  241. package/hmu/images/countries/gt.svg +0 -204
  242. package/hmu/images/countries/gu.svg +0 -39
  243. package/hmu/images/countries/gw.svg +0 -13
  244. package/hmu/images/countries/gy.svg +0 -9
  245. package/hmu/images/countries/hk.svg +0 -32
  246. package/hmu/images/countries/hm.svg +0 -9
  247. package/hmu/images/countries/hn.svg +0 -18
  248. package/hmu/images/countries/hr.svg +0 -59
  249. package/hmu/images/countries/ht.svg +0 -122
  250. package/hmu/images/countries/hu.svg +0 -7
  251. package/hmu/images/countries/id.svg +0 -6
  252. package/hmu/images/countries/ie.svg +0 -7
  253. package/hmu/images/countries/il.svg +0 -14
  254. package/hmu/images/countries/im.svg +0 -36
  255. package/hmu/images/countries/in.svg +0 -25
  256. package/hmu/images/countries/io.svg +0 -148
  257. package/hmu/images/countries/iq.svg +0 -10
  258. package/hmu/images/countries/ir.svg +0 -219
  259. package/hmu/images/countries/is.svg +0 -12
  260. package/hmu/images/countries/it.svg +0 -7
  261. package/hmu/images/countries/je.svg +0 -32
  262. package/hmu/images/countries/jm.svg +0 -8
  263. package/hmu/images/countries/jo.svg +0 -16
  264. package/hmu/images/countries/jp.svg +0 -11
  265. package/hmu/images/countries/ke.svg +0 -23
  266. package/hmu/images/countries/kg.svg +0 -15
  267. package/hmu/images/countries/kh.svg +0 -69
  268. package/hmu/images/countries/ki.svg +0 -36
  269. package/hmu/images/countries/km.svg +0 -16
  270. package/hmu/images/countries/kn.svg +0 -14
  271. package/hmu/images/countries/kp.svg +0 -15
  272. package/hmu/images/countries/kr.svg +0 -24
  273. package/hmu/images/countries/kw.svg +0 -13
  274. package/hmu/images/countries/ky.svg +0 -63
  275. package/hmu/images/countries/kz.svg +0 -23
  276. package/hmu/images/countries/la.svg +0 -12
  277. package/hmu/images/countries/lb.svg +0 -15
  278. package/hmu/images/countries/lc.svg +0 -8
  279. package/hmu/images/countries/li.svg +0 -43
  280. package/hmu/images/countries/lk.svg +0 -22
  281. package/hmu/images/countries/lr.svg +0 -14
  282. package/hmu/images/countries/ls.svg +0 -8
  283. package/hmu/images/countries/lt.svg +0 -7
  284. package/hmu/images/countries/lu.svg +0 -5
  285. package/hmu/images/countries/lv.svg +0 -6
  286. package/hmu/images/countries/ly.svg +0 -13
  287. package/hmu/images/countries/ma.svg +0 -4
  288. package/hmu/images/countries/mc.svg +0 -6
  289. package/hmu/images/countries/md.svg +0 -72
  290. package/hmu/images/countries/me.svg +0 -118
  291. package/hmu/images/countries/mf.svg +0 -7
  292. package/hmu/images/countries/mg.svg +0 -7
  293. package/hmu/images/countries/mh.svg +0 -7
  294. package/hmu/images/countries/mk.svg +0 -5
  295. package/hmu/images/countries/ml.svg +0 -7
  296. package/hmu/images/countries/mm.svg +0 -16
  297. package/hmu/images/countries/mn.svg +0 -13
  298. package/hmu/images/countries/mo.svg +0 -9
  299. package/hmu/images/countries/mp.svg +0 -86
  300. package/hmu/images/countries/mq.svg +0 -7
  301. package/hmu/images/countries/mr.svg +0 -6
  302. package/hmu/images/countries/ms.svg +0 -39
  303. package/hmu/images/countries/mt.svg +0 -49
  304. package/hmu/images/countries/mu.svg +0 -8
  305. package/hmu/images/countries/mv.svg +0 -6
  306. package/hmu/images/countries/mw.svg +0 -10
  307. package/hmu/images/countries/mx.svg +0 -385
  308. package/hmu/images/countries/my.svg +0 -15
  309. package/hmu/images/countries/mz.svg +0 -21
  310. package/hmu/images/countries/na.svg +0 -16
  311. package/hmu/images/countries/nc.svg +0 -7
  312. package/hmu/images/countries/ne.svg +0 -6
  313. package/hmu/images/countries/nf.svg +0 -9
  314. package/hmu/images/countries/ng.svg +0 -6
  315. package/hmu/images/countries/ni.svg +0 -131
  316. package/hmu/images/countries/nl.svg +0 -7
  317. package/hmu/images/countries/no.svg +0 -7
  318. package/hmu/images/countries/np.svg +0 -14
  319. package/hmu/images/countries/nr.svg +0 -12
  320. package/hmu/images/countries/nu.svg +0 -26
  321. package/hmu/images/countries/nz.svg +0 -41
  322. package/hmu/images/countries/om.svg +0 -116
  323. package/hmu/images/countries/pa.svg +0 -14
  324. package/hmu/images/countries/pe.svg +0 -279
  325. package/hmu/images/countries/pf.svg +0 -19
  326. package/hmu/images/countries/pg.svg +0 -9
  327. package/hmu/images/countries/ph.svg +0 -28
  328. package/hmu/images/countries/pk.svg +0 -15
  329. package/hmu/images/countries/pl.svg +0 -6
  330. package/hmu/images/countries/pm.svg +0 -7
  331. package/hmu/images/countries/pn.svg +0 -62
  332. package/hmu/images/countries/pr.svg +0 -13
  333. package/hmu/images/countries/ps.svg +0 -15
  334. package/hmu/images/countries/pt.svg +0 -57
  335. package/hmu/images/countries/pw.svg +0 -11
  336. package/hmu/images/countries/py.svg +0 -157
  337. package/hmu/images/countries/qa.svg +0 -4
  338. package/hmu/images/countries/re.svg +0 -7
  339. package/hmu/images/countries/ro.svg +0 -7
  340. package/hmu/images/countries/rs.svg +0 -292
  341. package/hmu/images/countries/ru.svg +0 -7
  342. package/hmu/images/countries/rw.svg +0 -13
  343. package/hmu/images/countries/sa.svg +0 -26
  344. package/hmu/images/countries/sb.svg +0 -13
  345. package/hmu/images/countries/sc.svg +0 -14
  346. package/hmu/images/countries/sd.svg +0 -13
  347. package/hmu/images/countries/se.svg +0 -16
  348. package/hmu/images/countries/sg.svg +0 -13
  349. package/hmu/images/countries/sh.svg +0 -74
  350. package/hmu/images/countries/si.svg +0 -18
  351. package/hmu/images/countries/sj.svg +0 -7
  352. package/hmu/images/countries/sk.svg +0 -9
  353. package/hmu/images/countries/sl.svg +0 -7
  354. package/hmu/images/countries/sm.svg +0 -91
  355. package/hmu/images/countries/sn.svg +0 -8
  356. package/hmu/images/countries/so.svg +0 -11
  357. package/hmu/images/countries/sr.svg +0 -6
  358. package/hmu/images/countries/ss.svg +0 -8
  359. package/hmu/images/countries/st.svg +0 -16
  360. package/hmu/images/countries/sv.svg +0 -618
  361. package/hmu/images/countries/sx.svg +0 -56
  362. package/hmu/images/countries/sy.svg +0 -6
  363. package/hmu/images/countries/sz.svg +0 -45
  364. package/hmu/images/countries/tc.svg +0 -67
  365. package/hmu/images/countries/td.svg +0 -7
  366. package/hmu/images/countries/tf.svg +0 -15
  367. package/hmu/images/countries/tg.svg +0 -14
  368. package/hmu/images/countries/th.svg +0 -7
  369. package/hmu/images/countries/tj.svg +0 -22
  370. package/hmu/images/countries/tk.svg +0 -5
  371. package/hmu/images/countries/tl.svg +0 -13
  372. package/hmu/images/countries/tm.svg +0 -213
  373. package/hmu/images/countries/tn.svg +0 -13
  374. package/hmu/images/countries/to.svg +0 -10
  375. package/hmu/images/countries/tr.svg +0 -8
  376. package/hmu/images/countries/tt.svg +0 -5
  377. package/hmu/images/countries/tv.svg +0 -27
  378. package/hmu/images/countries/tw.svg +0 -14
  379. package/hmu/images/countries/tz.svg +0 -13
  380. package/hmu/images/countries/ua.svg +0 -6
  381. package/hmu/images/countries/ug.svg +0 -30
  382. package/hmu/images/countries/um.svg +0 -23
  383. package/hmu/images/countries/un.svg +0 -16
  384. package/hmu/images/countries/us.svg +0 -12
  385. package/hmu/images/countries/uy.svg +0 -28
  386. package/hmu/images/countries/uz.svg +0 -30
  387. package/hmu/images/countries/va.svg +0 -483
  388. package/hmu/images/countries/vc.svg +0 -8
  389. package/hmu/images/countries/ve.svg +0 -26
  390. package/hmu/images/countries/vg.svg +0 -133
  391. package/hmu/images/countries/vi.svg +0 -31
  392. package/hmu/images/countries/vn.svg +0 -11
  393. package/hmu/images/countries/vu.svg +0 -18
  394. package/hmu/images/countries/wf.svg +0 -7
  395. package/hmu/images/countries/ws.svg +0 -7
  396. package/hmu/images/countries/ye.svg +0 -7
  397. package/hmu/images/countries/yt.svg +0 -7
  398. package/hmu/images/countries/za.svg +0 -17
  399. package/hmu/images/countries/zm.svg +0 -27
  400. package/hmu/images/countries/zw.svg +0 -21
  401. package/hmu/images/hipay-white-logo.svg +0 -42
  402. package/hmu/images/logo_visa_75wx45h.gif +0 -0
@@ -28,12 +28,10 @@ function camelize(string) {
28
28
  * @param number
29
29
  * @param size
30
30
  * @param locale
31
- * @param precision
32
31
  */
33
32
  function formatNumber(number) {
34
33
  var size = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 'l';
35
34
  var locale = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'en-EN';
36
- var precision = arguments[3];
37
35
 
38
36
  // Round number
39
37
  switch (size) {
@@ -50,8 +48,8 @@ function formatNumber(number) {
50
48
 
51
49
  // To locale
52
50
  var options = {
53
- minimumFractionDigits: typeof precision !== 'undefined' ? precision : size === 'l' ? 2 : 0,
54
- maximumFractionDigits: typeof precision !== 'undefined' ? precision : size === 'l' ? 2 : 0,
51
+ minimumFractionDigits: size === 'l' ? 2 : 0,
52
+ maximumFractionDigits: size === 'l' ? 2 : 0,
55
53
  useGrouping: true
56
54
  };
57
55
 
@@ -171,7 +169,7 @@ function arrayUnique(array) {
171
169
  * @param array
172
170
  */
173
171
  function escapeHTML(unsafeStr) {
174
- return unsafeStr.replace(/<br\/?>/g, '[br]').replace(/<strong>/g, '[[').replace(/<\/?strong>/g, ']]').replace(/&/g, '&amp;').replace(/</g, '&lt;').replace(/>/g, '&gt;').replace(/\"/g, '&quot;').replace(/\'/g, '&#39;').replace(/\[\[/g, '<strong>').replace(/\]\]/g, '</strong>').replace(/\[br\]/g, '<br/>');
172
+ return unsafeStr.replace('<strong>', '[[').replace('</strong>', ']]').replace(/&/g, '&amp;').replace(/</g, '&lt;').replace(/>/g, '&gt;').replace(/\"/g, '&quot;').replace(/\'/g, '&#39;').replace('[[', '<strong>').replace(']]', '</strong>');
175
173
  }
176
174
 
177
175
  /**
@@ -191,7 +189,7 @@ function getNextItemSelectable(node, direction) {
191
189
  } else if (node.previousSibling === null) {
192
190
  return null;
193
191
  } else if (node.previousSibling.tabIndex === -1) {
194
- return getNextItemSelectable(node.previousSibling, direction);
192
+ return this.getNextItemSelectable(node.previousSibling, direction);
195
193
  }
196
194
  return node.previousSibling;
197
195
  }
package/HI-CHANGELOG.md DELETED
@@ -1,58 +0,0 @@
1
- ## HEAD
2
-
3
- Changes. Changes everywhere!
4
-
5
- ## 1.0.0-beta.10
6
- ###### *17 mai 2018*
7
-
8
- - Correction du HiSelect
9
-
10
- ### Breaking change
11
-
12
- - N/A
13
-
14
- #### Component Fixes / Enhancements
15
-
16
- - [HiSelect] Ajout d'un param staticPosition dans le HiSelect pour afficher dans une div plutot qu'une popper
17
- - [HiSelect] Fermeture du select au click sur le bouton
18
- - [SelectInput] cursor pointer si noButton
19
- - [HiDateRangeSelector] Suppression du last 24h
20
-
21
- ## 1.0.0-beta.4
22
- ###### *06 avril 2018*
23
-
24
- - Corrections de styles sur quelques composants
25
- - Fix sur le composant HiSelect avec une value vide
26
-
27
- ### Breaking change
28
-
29
- - N/A
30
-
31
- #### Component Fixes / Enhancements
32
-
33
- - [HiTopBar] Ajout d'une props refButtons poutr récupérer la div contenant les boutons "menu" et "back"
34
- - [HiSelect] Gestion d'une value vide
35
- - [HiSelect] Ajout du focus sur l'élement SelectInput à la fermeture du select
36
- - [HiSelectField] Ajout de la props className
37
- - [HiSuggestSelectField] Ajout de la props className
38
- - [HiSuggestSelect] Gestion du focus et du open des suggestions
39
- - [SelectInput] Suppression du soulignage bleu au hover quand champs en erreur
40
- - [HiFormControl] Stop de l'event click sur error pour ne pas ouvrir le select
41
-
42
- ## 1.0.0-beta.3
43
- ###### *28 mars 2018*
44
-
45
- - Ajout d'un CHANGELOG HiPay ! (HI-CHANGELOG.md)
46
- - Corrections de styles sur quelques composants
47
-
48
- ### Breaking change
49
-
50
- - [HiTopBar] Ajout d'une props "searchInput" obligatoire
51
-
52
- #### Component Fixes / Enhancements
53
-
54
- - [HiTopBar] Ajout du style "overflow: 'inherit'" sur le Collapse si pas "hideable", afin de ne pas cacher les suggestions
55
- - [HiTopBar] Gestion du focus en props plutôt qu'en state
56
- - [HiTopBar] Ajout d'une props "searchInput" obligatoire
57
- - [HiChipSwitch] Ajout d'un title sur la sélection
58
- - [HiDateRangePicker] Correction du focus
@@ -1,247 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.styles = undefined;
7
-
8
- var _extends2 = require('babel-runtime/helpers/extends');
9
-
10
- var _extends3 = _interopRequireDefault(_extends2);
11
-
12
- var _objectWithoutProperties2 = require('babel-runtime/helpers/objectWithoutProperties');
13
-
14
- var _objectWithoutProperties3 = _interopRequireDefault(_objectWithoutProperties2);
15
-
16
- var _getPrototypeOf = require('babel-runtime/core-js/object/get-prototype-of');
17
-
18
- var _getPrototypeOf2 = _interopRequireDefault(_getPrototypeOf);
19
-
20
- var _classCallCheck2 = require('babel-runtime/helpers/classCallCheck');
21
-
22
- var _classCallCheck3 = _interopRequireDefault(_classCallCheck2);
23
-
24
- var _createClass2 = require('babel-runtime/helpers/createClass');
25
-
26
- var _createClass3 = _interopRequireDefault(_createClass2);
27
-
28
- var _possibleConstructorReturn2 = require('babel-runtime/helpers/possibleConstructorReturn');
29
-
30
- var _possibleConstructorReturn3 = _interopRequireDefault(_possibleConstructorReturn2);
31
-
32
- var _inherits2 = require('babel-runtime/helpers/inherits');
33
-
34
- var _inherits3 = _interopRequireDefault(_inherits2);
35
-
36
- var _react = require('react');
37
-
38
- var _react2 = _interopRequireDefault(_react);
39
-
40
- var _propTypes = require('prop-types');
41
-
42
- var _propTypes2 = _interopRequireDefault(_propTypes);
43
-
44
- var _Dialog = require('material-ui/Dialog');
45
-
46
- var _Dialog2 = _interopRequireDefault(_Dialog);
47
-
48
- var _styles = require('../styles');
49
-
50
- var _HiButton = require('../HiButton');
51
-
52
- var _HiButton2 = _interopRequireDefault(_HiButton);
53
-
54
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
55
-
56
- var styles = exports.styles = function styles(theme) {
57
- return {
58
- classContent: {
59
- fontSize: 14,
60
- lineHeight: '24px',
61
- color: '#484848'
62
- },
63
- classPaper: {
64
- maxWidth: 300
65
- },
66
- classCancelButton: {
67
- float: 'right'
68
- },
69
- classTitle: {
70
- fontSize: 20,
71
- fontFamily: theme.typography.fontFamily,
72
- fontWeight: theme.typography.fontWeightLight,
73
- lineHeight: '24px'
74
- },
75
- classAction: {
76
- display: 'inline-block'
77
- },
78
- classDialogRoot: {
79
- backgroundColor: 'rgba(0, 0, 0, 0.28)'
80
- }
81
- };
82
- };
83
-
84
- /**
85
- * Pop up d'alert
86
- */
87
- // @inheritedComponent Dialog
88
-
89
- var HiAlertModal = function (_React$PureComponent) {
90
- (0, _inherits3.default)(HiAlertModal, _React$PureComponent);
91
-
92
- function HiAlertModal(props) {
93
- (0, _classCallCheck3.default)(this, HiAlertModal);
94
-
95
- var _this = (0, _possibleConstructorReturn3.default)(this, (HiAlertModal.__proto__ || (0, _getPrototypeOf2.default)(HiAlertModal)).call(this, props));
96
-
97
- _this.handleClickCancel = function () {
98
- if (_this.props.onCancelClick) {
99
- _this.props.onCancelClick();
100
- }
101
- };
102
-
103
- _this.handleClickSubmit = function () {
104
- if (_this.props.onSubmitClick) {
105
- _this.props.onSubmitClick();
106
- }
107
- };
108
-
109
- _this.handleOnClose = function () {
110
- if (_this.props.onClose) {
111
- _this.props.onClose();
112
- }
113
- };
114
-
115
- _this.handleOnClose = _this.handleOnClose.bind(_this);
116
- _this.handleClickCancel = _this.handleClickCancel.bind(_this);
117
- _this.handleClickSubmit = _this.handleClickSubmit.bind(_this);
118
- return _this;
119
- }
120
-
121
- // Appelé au clic du bouton d'annulation
122
-
123
-
124
- // Appelé au clic du bouton de soumission
125
-
126
-
127
- // Appelé si clic en dehors de la pop up
128
-
129
-
130
- (0, _createClass3.default)(HiAlertModal, [{
131
- key: 'render',
132
-
133
-
134
- // Render
135
- value: function render() {
136
- var _props = this.props,
137
- labelSubmitButton = _props.labelSubmitButton,
138
- labelCancelButton = _props.labelCancelButton,
139
- content = _props.content,
140
- title = _props.title,
141
- positive = _props.positive,
142
- negative = _props.negative,
143
- open = _props.open,
144
- onCancelClick = _props.onCancelClick,
145
- onSubmitClick = _props.onSubmitClick,
146
- classes = _props.classes,
147
- props = (0, _objectWithoutProperties3.default)(_props, ['labelSubmitButton', 'labelCancelButton', 'content', 'title', 'positive', 'negative', 'open', 'onCancelClick', 'onSubmitClick', 'classes']);
148
-
149
- return _react2.default.createElement(
150
- _Dialog2.default,
151
- (0, _extends3.default)({
152
- open: open,
153
- onClose: this.handleOnClose,
154
- classes: { paper: classes.classPaper, root: classes.classDialogRoot }
155
- }, props),
156
- _react2.default.createElement(
157
- _Dialog.DialogTitle,
158
- { disableTypography: true, classes: { root: classes.classTitle } },
159
- title
160
- ),
161
- _react2.default.createElement(
162
- _Dialog.DialogContent,
163
- null,
164
- _react2.default.createElement(
165
- _Dialog.DialogContentText,
166
- { classes: { root: classes.classContent } },
167
- content
168
- )
169
- ),
170
- _react2.default.createElement(
171
- _Dialog.DialogActions,
172
- { classes: { root: classes.classAction } },
173
- _react2.default.createElement(
174
- _HiButton2.default,
175
- {
176
- onClick: this.handleClickSubmit,
177
- positive: positive,
178
- negative: negative
179
- },
180
- labelSubmitButton
181
- ),
182
- _react2.default.createElement(
183
- _HiButton2.default,
184
- {
185
- classes: { root: classes.classCancelButton },
186
- onClick: this.handleClickCancel
187
- },
188
- labelCancelButton
189
- )
190
- )
191
- );
192
- }
193
- }]);
194
- return HiAlertModal;
195
- }(_react2.default.PureComponent);
196
-
197
- HiAlertModal.defaultProps = {
198
- negative: false,
199
- positive: false
200
- };
201
- HiAlertModal.propTypes = process.env.NODE_ENV !== "production" ? {
202
- /**
203
- * Surcharge les classes du composant
204
- */
205
- classes: _propTypes2.default.object,
206
- /**
207
- * Texte contenu dans la modal
208
- */
209
- content: _propTypes2.default.string,
210
- /**
211
- * Texte sur le bouton d'annulation
212
- */
213
- labelCancelButton: _propTypes2.default.string,
214
- /**
215
- * Texte sur le bouton de soumission
216
- */
217
- labelSubmitButton: _propTypes2.default.string,
218
- /**
219
- * Colore le bouton de soumission en rouge
220
- */
221
- negative: _propTypes2.default.bool,
222
- /**
223
- * Fonction de callback appelée au clic sur le bouton d'annulation
224
- */
225
- onCancelClick: _propTypes2.default.func,
226
- /**
227
- * Fonction de callback appelée au clic en dehors de la pop up
228
- */
229
- onClose: _propTypes2.default.func,
230
- /**
231
- * Fonction de callback appelée au clic sur le bouton de soumission
232
- */
233
- onSubmitClick: _propTypes2.default.func,
234
- /**
235
- * pop up ouverte ou pas
236
- */
237
- open: _propTypes2.default.bool.isRequired,
238
- /**
239
- * Colore le bouton de soumission en vert
240
- */
241
- positive: _propTypes2.default.bool,
242
- /**
243
- * Titre de la modal
244
- */
245
- title: _propTypes2.default.string
246
- } : {};
247
- exports.default = (0, _styles.withStyles)(styles, { name: 'HmuiHiAlertModal' })(HiAlertModal);
@@ -1,16 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
-
7
- var _HiAlertModal = require('./HiAlertModal');
8
-
9
- Object.defineProperty(exports, 'default', {
10
- enumerable: true,
11
- get: function get() {
12
- return _interopRequireDefault(_HiAlertModal).default;
13
- }
14
- });
15
-
16
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
@@ -1,149 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.styles = undefined;
7
-
8
- var _getPrototypeOf = require('babel-runtime/core-js/object/get-prototype-of');
9
-
10
- var _getPrototypeOf2 = _interopRequireDefault(_getPrototypeOf);
11
-
12
- var _classCallCheck2 = require('babel-runtime/helpers/classCallCheck');
13
-
14
- var _classCallCheck3 = _interopRequireDefault(_classCallCheck2);
15
-
16
- var _createClass2 = require('babel-runtime/helpers/createClass');
17
-
18
- var _createClass3 = _interopRequireDefault(_createClass2);
19
-
20
- var _possibleConstructorReturn2 = require('babel-runtime/helpers/possibleConstructorReturn');
21
-
22
- var _possibleConstructorReturn3 = _interopRequireDefault(_possibleConstructorReturn2);
23
-
24
- var _inherits2 = require('babel-runtime/helpers/inherits');
25
-
26
- var _inherits3 = _interopRequireDefault(_inherits2);
27
-
28
- var _react = require('react');
29
-
30
- var _react2 = _interopRequireDefault(_react);
31
-
32
- var _propTypes = require('prop-types');
33
-
34
- var _propTypes2 = _interopRequireDefault(_propTypes);
35
-
36
- var _styles = require('../styles');
37
-
38
- var _HiStepper = require('./HiStepper');
39
-
40
- var _HiStepper2 = _interopRequireDefault(_HiStepper);
41
-
42
- var _HiStepLabel = require('./HiStepLabel');
43
-
44
- var _HiStepLabel2 = _interopRequireDefault(_HiStepLabel);
45
-
46
- var _HiStep = require('./HiStep');
47
-
48
- var _HiStep2 = _interopRequireDefault(_HiStep);
49
-
50
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
51
-
52
- var styles = exports.styles = function styles(theme) {
53
- return {};
54
- };
55
-
56
- var HiBreadcrumb = function (_React$PureComponent) {
57
- (0, _inherits3.default)(HiBreadcrumb, _React$PureComponent);
58
-
59
- function HiBreadcrumb() {
60
- var _ref;
61
-
62
- var _temp, _this, _ret;
63
-
64
- (0, _classCallCheck3.default)(this, HiBreadcrumb);
65
-
66
- for (var _len = arguments.length, args = Array(_len), _key = 0; _key < _len; _key++) {
67
- args[_key] = arguments[_key];
68
- }
69
-
70
- return _ret = (_temp = (_this = (0, _possibleConstructorReturn3.default)(this, (_ref = HiBreadcrumb.__proto__ || (0, _getPrototypeOf2.default)(HiBreadcrumb)).call.apply(_ref, [this].concat(args))), _this), _this.handleStep = function (idx) {
71
- return function () {
72
- _this.props.handleStep(idx);
73
- };
74
- }, _temp), (0, _possibleConstructorReturn3.default)(_this, _ret);
75
- }
76
-
77
- (0, _createClass3.default)(HiBreadcrumb, [{
78
- key: 'render',
79
- value: function render() {
80
- var _this2 = this;
81
-
82
- var _props = this.props,
83
- activeStep = _props.activeStep,
84
- steps = _props.steps,
85
- type = _props.type;
86
-
87
-
88
- return _react2.default.createElement(
89
- _HiStepper2.default,
90
- { activeStep: activeStep, type: type },
91
- _react2.default.createElement(
92
- 'div',
93
- null,
94
- steps.map(function (step, index) {
95
- var validConnector = step.status === 'validated' && index < steps.length - 1 && (steps[index + 1].status === 'validated' || steps[index + 1].status === 'active');
96
-
97
- return _react2.default.createElement(
98
- _HiStep2.default,
99
- {
100
- content: step.content,
101
- key: step.id,
102
- onClick: _this2.handleStep(index),
103
- isLast: index === steps.length - 1,
104
- validConnector: validConnector,
105
- type: type,
106
- steps: steps
107
- },
108
- _react2.default.createElement(
109
- _HiStepLabel2.default,
110
- {
111
- active: activeStep === index,
112
- status: step.status,
113
- notificationNumber: step.notificationNumber,
114
- type: type
115
- },
116
- step.label
117
- )
118
- );
119
- })
120
- )
121
- );
122
- }
123
- }]);
124
- return HiBreadcrumb;
125
- }(_react2.default.PureComponent);
126
-
127
- HiBreadcrumb.defaultProps = {
128
- activeStep: 0,
129
- type: 'back'
130
- };
131
- HiBreadcrumb.propTypes = process.env.NODE_ENV !== "production" ? {
132
- /**
133
- * Which step is the active one
134
- */
135
- activeStep: _propTypes2.default.number,
136
- /**
137
- * The collection of steps of the breadcrumb.
138
- */
139
- steps: _propTypes2.default.array.isRequired,
140
- /**
141
- * The callback function handling the flow from one step to another
142
- */
143
- handleStep: _propTypes2.default.func,
144
- /**
145
- * The Breadcrumb type
146
- */
147
- type: _propTypes2.default.oneOf(['back', 'front-dark', 'front-light'])
148
- } : {};
149
- exports.default = (0, _styles.withStyles)(styles, { name: 'HmuiHiBreadcrumb' })(HiBreadcrumb);
@@ -1,159 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.styles = undefined;
7
-
8
- var _extends2 = require('babel-runtime/helpers/extends');
9
-
10
- var _extends3 = _interopRequireDefault(_extends2);
11
-
12
- var _defineProperty2 = require('babel-runtime/helpers/defineProperty');
13
-
14
- var _defineProperty3 = _interopRequireDefault(_defineProperty2);
15
-
16
- var _getPrototypeOf = require('babel-runtime/core-js/object/get-prototype-of');
17
-
18
- var _getPrototypeOf2 = _interopRequireDefault(_getPrototypeOf);
19
-
20
- var _classCallCheck2 = require('babel-runtime/helpers/classCallCheck');
21
-
22
- var _classCallCheck3 = _interopRequireDefault(_classCallCheck2);
23
-
24
- var _createClass2 = require('babel-runtime/helpers/createClass');
25
-
26
- var _createClass3 = _interopRequireDefault(_createClass2);
27
-
28
- var _possibleConstructorReturn2 = require('babel-runtime/helpers/possibleConstructorReturn');
29
-
30
- var _possibleConstructorReturn3 = _interopRequireDefault(_possibleConstructorReturn2);
31
-
32
- var _inherits2 = require('babel-runtime/helpers/inherits');
33
-
34
- var _inherits3 = _interopRequireDefault(_inherits2);
35
-
36
- var _react = require('react');
37
-
38
- var _react2 = _interopRequireDefault(_react);
39
-
40
- var _propTypes = require('prop-types');
41
-
42
- var _propTypes2 = _interopRequireDefault(_propTypes);
43
-
44
- var _styles = require('../styles');
45
-
46
- var _classnames = require('classnames');
47
-
48
- var _classnames2 = _interopRequireDefault(_classnames);
49
-
50
- var _HiStepConnector = require('./HiStepConnector');
51
-
52
- var _HiStepConnector2 = _interopRequireDefault(_HiStepConnector);
53
-
54
- var _HiStepContent = require('./HiStepContent');
55
-
56
- var _HiStepContent2 = _interopRequireDefault(_HiStepContent);
57
-
58
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
59
-
60
- var styles = exports.styles = function styles(theme) {
61
- return {
62
- lastStep: {
63
- marginBottom: 40
64
- }
65
- };
66
- };
67
-
68
- var HiStep = function (_React$PureComponent) {
69
- (0, _inherits3.default)(HiStep, _React$PureComponent);
70
-
71
- function HiStep() {
72
- (0, _classCallCheck3.default)(this, HiStep);
73
- return (0, _possibleConstructorReturn3.default)(this, (HiStep.__proto__ || (0, _getPrototypeOf2.default)(HiStep)).apply(this, arguments));
74
- }
75
-
76
- (0, _createClass3.default)(HiStep, [{
77
- key: 'render',
78
- value: function render() {
79
- var _props = this.props,
80
- active = _props.active,
81
- children = _props.children,
82
- classes = _props.classes,
83
- content = _props.content,
84
- isLast = _props.isLast,
85
- onClick = _props.onClick,
86
- steps = _props.steps,
87
- type = _props.type,
88
- validConnector = _props.validConnector;
89
-
90
-
91
- return _react2.default.createElement(
92
- 'div',
93
- {
94
- className: (0, _classnames2.default)((0, _defineProperty3.default)({}, classes.lastStep, isLast && type !== 'back')),
95
- onClick: onClick
96
- },
97
- _react2.default.Children.map(children, function (child) {
98
- return _react2.default.cloneElement(child, (0, _extends3.default)({
99
- active: active
100
- }, child.props));
101
- }),
102
- !isLast && _react2.default.createElement(_HiStepConnector2.default, {
103
- validConnector: validConnector,
104
- type: type,
105
- steps: steps,
106
- active: active,
107
- content: content
108
- }),
109
- content && active && isLast && type === 'front-light' && _react2.default.createElement(_HiStepContent2.default, { content: content, isLast: true })
110
- );
111
- }
112
- }]);
113
- return HiStep;
114
- }(_react2.default.PureComponent);
115
-
116
- HiStep.defaultProps = {
117
- active: false,
118
- content: _react2.default.createElement('span', null),
119
- isLast: false,
120
- steps: [],
121
- type: 'back',
122
- validConnector: false
123
- };
124
- HiStep.propTypes = process.env.NODE_ENV !== "production" ? {
125
- /**
126
- * Sets the step as active. Is passed to child components.
127
- */
128
- active: _propTypes2.default.bool,
129
- /**
130
- * Should be `Step` sub-components such as `StepLabel`, `StepContent`.
131
- */
132
- children: _propTypes2.default.node,
133
- /**
134
- * The content to be displayed in the case of front-light breadcrumb
135
- */
136
- content: _propTypes2.default.node,
137
- /**
138
- * @ignore
139
- * Used to know which step is the last, to not put a HiStepConnector
140
- */
141
- isLast: _propTypes2.default.bool,
142
- /**
143
- * Callback on step container click
144
- */
145
- onClick: _propTypes2.default.func,
146
- /**
147
- * The collection of steps of the breadcrumb.
148
- */
149
- steps: _propTypes2.default.array,
150
- /**
151
- * @ignore
152
- */
153
- type: _propTypes2.default.oneOf(['back', 'front-light', 'front-dark']),
154
- /**
155
- * @ignore
156
- */
157
- validConnector: _propTypes2.default.bool
158
- } : {};
159
- exports.default = (0, _styles.withStyles)(styles, { name: 'MuiHiStep' })(HiStep);