@tecsinapse/react-web-kit 1.20.2 → 1.21.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (384) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/babel.config.esm.js +0 -1
  3. package/babel.config.js +1 -6
  4. package/dist/components/atoms/Accordion/Accordion.js +10 -8
  5. package/dist/components/atoms/Accordion/Accordion.js.map +1 -1
  6. package/dist/components/atoms/Accordion/animations.js +2 -2
  7. package/dist/components/atoms/Accordion/animations.js.map +1 -1
  8. package/dist/components/atoms/Accordion/styled.js +33 -37
  9. package/dist/components/atoms/Accordion/styled.js.map +1 -1
  10. package/dist/components/atoms/Badge/Badge.js +7 -6
  11. package/dist/components/atoms/Badge/Badge.js.map +1 -1
  12. package/dist/components/atoms/Button/Button.js +14 -12
  13. package/dist/components/atoms/Button/Button.js.map +1 -1
  14. package/dist/components/atoms/Button/styled.js +14 -16
  15. package/dist/components/atoms/Button/styled.js.map +1 -1
  16. package/dist/components/atoms/Dropdown/index.js +6 -5
  17. package/dist/components/atoms/Dropdown/index.js.map +1 -1
  18. package/dist/components/atoms/Dropdown/styled.js +30 -21
  19. package/dist/components/atoms/Dropdown/styled.js.map +1 -1
  20. package/dist/components/atoms/Input/Input.js +26 -24
  21. package/dist/components/atoms/Input/Input.js.map +1 -1
  22. package/dist/components/atoms/Input/styled.js +5 -5
  23. package/dist/components/atoms/Input/styled.js.map +1 -1
  24. package/dist/components/atoms/InputMask/InputMask.js +26 -24
  25. package/dist/components/atoms/InputMask/InputMask.js.map +1 -1
  26. package/dist/components/atoms/InputMask/styled.js +5 -5
  27. package/dist/components/atoms/InputMask/styled.js.map +1 -1
  28. package/dist/components/atoms/Modal/Modal.js +8 -7
  29. package/dist/components/atoms/Modal/Modal.js.map +1 -1
  30. package/dist/components/atoms/Modal/animations.js +1 -1
  31. package/dist/components/atoms/Modal/animations.js.map +1 -1
  32. package/dist/components/atoms/Modal/styled.js +30 -24
  33. package/dist/components/atoms/Modal/styled.js.map +1 -1
  34. package/dist/components/atoms/Overlay/Overlay.js +8 -7
  35. package/dist/components/atoms/Overlay/Overlay.js.map +1 -1
  36. package/dist/components/atoms/Overlay/animations.js +1 -1
  37. package/dist/components/atoms/Overlay/animations.js.map +1 -1
  38. package/dist/components/atoms/Overlay/styled.js +21 -20
  39. package/dist/components/atoms/Overlay/styled.js.map +1 -1
  40. package/dist/components/atoms/Skeleton/Skeleton.js +11 -9
  41. package/dist/components/atoms/Skeleton/Skeleton.js.map +1 -1
  42. package/dist/components/atoms/Skeleton/styled.js +42 -66
  43. package/dist/components/atoms/Skeleton/styled.js.map +1 -1
  44. package/dist/components/atoms/Table/Body/TBody.js +5 -4
  45. package/dist/components/atoms/Table/Body/TBody.js.map +1 -1
  46. package/dist/components/atoms/Table/Cell/Td.js +5 -4
  47. package/dist/components/atoms/Table/Cell/Td.js.map +1 -1
  48. package/dist/components/atoms/Table/Cell/styled.js +34 -20
  49. package/dist/components/atoms/Table/Cell/styled.js.map +1 -1
  50. package/dist/components/atoms/Table/Container/TableContainer.js +5 -4
  51. package/dist/components/atoms/Table/Container/TableContainer.js.map +1 -1
  52. package/dist/components/atoms/Table/Container/styled.js +25 -15
  53. package/dist/components/atoms/Table/Container/styled.js.map +1 -1
  54. package/dist/components/atoms/Table/Footer/TFoot.js +5 -4
  55. package/dist/components/atoms/Table/Footer/TFoot.js.map +1 -1
  56. package/dist/components/atoms/Table/Footer/styled.js +5 -6
  57. package/dist/components/atoms/Table/Footer/styled.js.map +1 -1
  58. package/dist/components/atoms/Table/Header/THead.js +5 -4
  59. package/dist/components/atoms/Table/Header/THead.js.map +1 -1
  60. package/dist/components/atoms/Table/Header/Th.js +5 -4
  61. package/dist/components/atoms/Table/Header/Th.js.map +1 -1
  62. package/dist/components/atoms/Table/Header/styled.js +41 -38
  63. package/dist/components/atoms/Table/Header/styled.js.map +1 -1
  64. package/dist/components/atoms/Table/Row/Tr.js +5 -4
  65. package/dist/components/atoms/Table/Row/Tr.js.map +1 -1
  66. package/dist/components/atoms/Table/Row/styled.js +15 -9
  67. package/dist/components/atoms/Table/Row/styled.js.map +1 -1
  68. package/dist/components/atoms/Table/Table.js +5 -4
  69. package/dist/components/atoms/Table/Table.js.map +1 -1
  70. package/dist/components/atoms/Table/Toolbar/TableToolbar.js +7 -6
  71. package/dist/components/atoms/Table/Toolbar/TableToolbar.js.map +1 -1
  72. package/dist/components/atoms/Table/Toolbar/styled.js +5 -6
  73. package/dist/components/atoms/Table/Toolbar/styled.js.map +1 -1
  74. package/dist/components/atoms/Table/styled.js +10 -7
  75. package/dist/components/atoms/Table/styled.js.map +1 -1
  76. package/dist/components/atoms/Tag/Tag.js +6 -5
  77. package/dist/components/atoms/Tag/Tag.js.map +1 -1
  78. package/dist/components/atoms/Tooltip/Tooltip.js +7 -5
  79. package/dist/components/atoms/Tooltip/Tooltip.js.map +1 -1
  80. package/dist/components/atoms/Tooltip/styled.js +41 -122
  81. package/dist/components/atoms/Tooltip/styled.js.map +1 -1
  82. package/dist/components/molecules/Breadcrumbs/BreadcrumbItem/BreadcrumbItem.js +7 -6
  83. package/dist/components/molecules/Breadcrumbs/BreadcrumbItem/BreadcrumbItem.js.map +1 -1
  84. package/dist/components/molecules/Breadcrumbs/BreadcrumbItem/styled.js +16 -18
  85. package/dist/components/molecules/Breadcrumbs/BreadcrumbItem/styled.js.map +1 -1
  86. package/dist/components/molecules/Breadcrumbs/Breadcrumbs.js +5 -4
  87. package/dist/components/molecules/Breadcrumbs/Breadcrumbs.js.map +1 -1
  88. package/dist/components/molecules/Breadcrumbs/styled.js +25 -18
  89. package/dist/components/molecules/Breadcrumbs/styled.js.map +1 -1
  90. package/dist/components/molecules/DatePicker/DatePicker.js +6 -5
  91. package/dist/components/molecules/DatePicker/DatePicker.js.map +1 -1
  92. package/dist/components/molecules/DatePicker/Modal.js +6 -5
  93. package/dist/components/molecules/DatePicker/Modal.js.map +1 -1
  94. package/dist/components/molecules/DatePicker/styled.js +20 -30
  95. package/dist/components/molecules/DatePicker/styled.js.map +1 -1
  96. package/dist/components/molecules/DateTimePicker/DateTimePicker.js +3 -2
  97. package/dist/components/molecules/DateTimePicker/DateTimePicker.js.map +1 -1
  98. package/dist/components/molecules/DateTimePicker/Modal.js +6 -5
  99. package/dist/components/molecules/DateTimePicker/Modal.js.map +1 -1
  100. package/dist/components/molecules/DateTimePicker/styled.js +15 -29
  101. package/dist/components/molecules/DateTimePicker/styled.js.map +1 -1
  102. package/dist/components/molecules/Drawer/Drawer.js +10 -10
  103. package/dist/components/molecules/Drawer/Drawer.js.map +1 -1
  104. package/dist/components/molecules/Drawer/styled.js +35 -63
  105. package/dist/components/molecules/Drawer/styled.js.map +1 -1
  106. package/dist/components/molecules/Grid/Grid.js +15 -11
  107. package/dist/components/molecules/Grid/Grid.js.map +1 -1
  108. package/dist/components/molecules/Grid/Item/Item.js +22 -21
  109. package/dist/components/molecules/Grid/Item/Item.js.map +1 -1
  110. package/dist/components/molecules/Grid/Item/functions.js +4 -2
  111. package/dist/components/molecules/Grid/Item/functions.js.map +1 -1
  112. package/dist/components/molecules/IconTextButton/IconTextButton.js +10 -9
  113. package/dist/components/molecules/IconTextButton/IconTextButton.js.map +1 -1
  114. package/dist/components/molecules/IconTextButton/TextComponent.js +12 -9
  115. package/dist/components/molecules/IconTextButton/TextComponent.js.map +1 -1
  116. package/dist/components/molecules/IconTextButton/styled.js +25 -18
  117. package/dist/components/molecules/IconTextButton/styled.js.map +1 -1
  118. package/dist/components/molecules/InputPassword/InputPassword.js +5 -4
  119. package/dist/components/molecules/InputPassword/InputPassword.js.map +1 -1
  120. package/dist/components/molecules/LabeledSwitch/LabelComponent.js +13 -10
  121. package/dist/components/molecules/LabeledSwitch/LabelComponent.js.map +1 -1
  122. package/dist/components/molecules/LabeledSwitch/LabeledSwitch.js +11 -10
  123. package/dist/components/molecules/LabeledSwitch/LabeledSwitch.js.map +1 -1
  124. package/dist/components/molecules/LabeledSwitch/styled.js +12 -17
  125. package/dist/components/molecules/LabeledSwitch/styled.js.map +1 -1
  126. package/dist/components/molecules/Masonry/Masonry.js +8 -6
  127. package/dist/components/molecules/Masonry/Masonry.js.map +1 -1
  128. package/dist/components/molecules/Masonry/styled.js +21 -28
  129. package/dist/components/molecules/Masonry/styled.js.map +1 -1
  130. package/dist/components/molecules/Menubar/MenuBlock/MenuBlock.js +24 -20
  131. package/dist/components/molecules/Menubar/MenuBlock/MenuBlock.js.map +1 -1
  132. package/dist/components/molecules/Menubar/MenuBlock/MenuItem/MenuItem.js +10 -8
  133. package/dist/components/molecules/Menubar/MenuBlock/MenuItem/MenuItem.js.map +1 -1
  134. package/dist/components/molecules/Menubar/MenuBlock/MenuItem/SubMenuBlock/SubMenuBlock.js +5 -4
  135. package/dist/components/molecules/Menubar/MenuBlock/MenuItem/SubMenuBlock/SubMenuBlock.js.map +1 -1
  136. package/dist/components/molecules/Menubar/MenuBlock/MenuItem/SubMenuBlock/styled.js +21 -15
  137. package/dist/components/molecules/Menubar/MenuBlock/MenuItem/SubMenuBlock/styled.js.map +1 -1
  138. package/dist/components/molecules/Menubar/MenuBlock/MenuItem/styled.js +21 -19
  139. package/dist/components/molecules/Menubar/MenuBlock/MenuItem/styled.js.map +1 -1
  140. package/dist/components/molecules/Menubar/MenuBlock/styled.js +34 -33
  141. package/dist/components/molecules/Menubar/MenuBlock/styled.js.map +1 -1
  142. package/dist/components/molecules/Menubar/Menubar.js +14 -12
  143. package/dist/components/molecules/Menubar/Menubar.js.map +1 -1
  144. package/dist/components/molecules/Menubar/MostUsed/MostUsed.js +29 -25
  145. package/dist/components/molecules/Menubar/MostUsed/MostUsed.js.map +1 -1
  146. package/dist/components/molecules/Menubar/MostUsed/styled.js +41 -27
  147. package/dist/components/molecules/Menubar/MostUsed/styled.js.map +1 -1
  148. package/dist/components/molecules/Menubar/SearchResultItem/SearchResultItem.js +6 -5
  149. package/dist/components/molecules/Menubar/SearchResultItem/SearchResultItem.js.map +1 -1
  150. package/dist/components/molecules/Menubar/SearchResultItem/styled.js +21 -16
  151. package/dist/components/molecules/Menubar/SearchResultItem/styled.js.map +1 -1
  152. package/dist/components/molecules/Menubar/SearchResultItem/utils.js +2 -2
  153. package/dist/components/molecules/Menubar/SearchResultItem/utils.js.map +1 -1
  154. package/dist/components/molecules/Menubar/styled.js +117 -96
  155. package/dist/components/molecules/Menubar/styled.js.map +1 -1
  156. package/dist/components/molecules/Select/Dropdown/Dropdown.js +16 -15
  157. package/dist/components/molecules/Select/Dropdown/Dropdown.js.map +1 -1
  158. package/dist/components/molecules/Select/Dropdown/components/SearchInput.js +7 -6
  159. package/dist/components/molecules/Select/Dropdown/components/SearchInput.js.map +1 -1
  160. package/dist/components/molecules/Select/Dropdown/styled.js +111 -107
  161. package/dist/components/molecules/Select/Dropdown/styled.js.map +1 -1
  162. package/dist/components/molecules/Select/Select.js +20 -18
  163. package/dist/components/molecules/Select/Select.js.map +1 -1
  164. package/dist/components/molecules/Select/SelectItem/SelectItem.js +13 -12
  165. package/dist/components/molecules/Select/SelectItem/SelectItem.js.map +1 -1
  166. package/dist/components/molecules/Select/SelectItem/styled.js +38 -39
  167. package/dist/components/molecules/Select/SelectItem/styled.js.map +1 -1
  168. package/dist/components/molecules/Select/styled.js +6 -11
  169. package/dist/components/molecules/Select/styled.js.map +1 -1
  170. package/dist/components/molecules/Snackbar/Snackbar.js +9 -8
  171. package/dist/components/molecules/Snackbar/Snackbar.js.map +1 -1
  172. package/dist/components/molecules/Snackbar/styled.js +6 -7
  173. package/dist/components/molecules/Snackbar/styled.js.map +1 -1
  174. package/dist/components/molecules/TextArea/TextArea.js +27 -26
  175. package/dist/components/molecules/TextArea/TextArea.js.map +1 -1
  176. package/dist/components/molecules/TextArea/styled.js +17 -11
  177. package/dist/components/molecules/TextArea/styled.js.map +1 -1
  178. package/dist/components/organisms/DataGrid/DataGrid.js +34 -32
  179. package/dist/components/organisms/DataGrid/DataGrid.js.map +1 -1
  180. package/dist/components/organisms/DataGrid/Footer/Footer.js +17 -15
  181. package/dist/components/organisms/DataGrid/Footer/Footer.js.map +1 -1
  182. package/dist/components/organisms/DataGrid/Footer/styled.js +75 -74
  183. package/dist/components/organisms/DataGrid/Footer/styled.js.map +1 -1
  184. package/dist/components/organisms/DataGrid/Header/Header.js +37 -32
  185. package/dist/components/organisms/DataGrid/Header/Header.js.map +1 -1
  186. package/dist/components/organisms/DataGrid/Header/styled.js +10 -8
  187. package/dist/components/organisms/DataGrid/Header/styled.js.map +1 -1
  188. package/dist/components/organisms/DataGrid/Row/Row.js +18 -14
  189. package/dist/components/organisms/DataGrid/Row/Row.js.map +1 -1
  190. package/dist/components/organisms/DataGrid/styled.js +10 -8
  191. package/dist/components/organisms/DataGrid/styled.js.map +1 -1
  192. package/dist/hooks/useClickAwayListener.js +3 -1
  193. package/dist/hooks/useClickAwayListener.js.map +1 -1
  194. package/esm/components/atoms/Accordion/Accordion.js +30 -10
  195. package/esm/components/atoms/Accordion/Accordion.js.map +1 -1
  196. package/esm/components/atoms/Accordion/animations.js +2 -2
  197. package/esm/components/atoms/Accordion/animations.js.map +1 -1
  198. package/esm/components/atoms/Accordion/styled.js +7 -7
  199. package/esm/components/atoms/Accordion/styled.js.map +1 -1
  200. package/esm/components/atoms/Badge/Badge.js +3 -1
  201. package/esm/components/atoms/Badge/Badge.js.map +1 -1
  202. package/esm/components/atoms/Button/Button.js +3 -1
  203. package/esm/components/atoms/Button/Button.js.map +1 -1
  204. package/esm/components/atoms/Button/hooks/useMouseHover.js +17 -4
  205. package/esm/components/atoms/Button/hooks/useMouseHover.js.map +1 -1
  206. package/esm/components/atoms/Button/hooks/useMousePressed.js +17 -4
  207. package/esm/components/atoms/Button/hooks/useMousePressed.js.map +1 -1
  208. package/esm/components/atoms/Button/styled.js +3 -3
  209. package/esm/components/atoms/Button/styled.js.map +1 -1
  210. package/esm/components/atoms/Dropdown/index.js +6 -2
  211. package/esm/components/atoms/Dropdown/index.js.map +1 -1
  212. package/esm/components/atoms/Dropdown/styled.js +2 -2
  213. package/esm/components/atoms/Dropdown/styled.js.map +1 -1
  214. package/esm/components/atoms/Input/Input.js +3 -1
  215. package/esm/components/atoms/Input/Input.js.map +1 -1
  216. package/esm/components/atoms/Input/styled.js +2 -2
  217. package/esm/components/atoms/Input/styled.js.map +1 -1
  218. package/esm/components/atoms/InputMask/InputMask.js +3 -1
  219. package/esm/components/atoms/InputMask/InputMask.js.map +1 -1
  220. package/esm/components/atoms/InputMask/styled.js +2 -2
  221. package/esm/components/atoms/InputMask/styled.js.map +1 -1
  222. package/esm/components/atoms/Modal/Modal.js +10 -2
  223. package/esm/components/atoms/Modal/Modal.js.map +1 -1
  224. package/esm/components/atoms/Modal/styled.js +2 -2
  225. package/esm/components/atoms/Modal/styled.js.map +1 -1
  226. package/esm/components/atoms/Overlay/Overlay.js +6 -2
  227. package/esm/components/atoms/Overlay/Overlay.js.map +1 -1
  228. package/esm/components/atoms/Overlay/styled.js +2 -2
  229. package/esm/components/atoms/Overlay/styled.js.map +1 -1
  230. package/esm/components/atoms/Skeleton/Skeleton.js +3 -1
  231. package/esm/components/atoms/Skeleton/Skeleton.js.map +1 -1
  232. package/esm/components/atoms/Skeleton/styled.js +8 -8
  233. package/esm/components/atoms/Skeleton/styled.js.map +1 -1
  234. package/esm/components/atoms/Table/Body/TBody.js +3 -1
  235. package/esm/components/atoms/Table/Body/TBody.js.map +1 -1
  236. package/esm/components/atoms/Table/Cell/Td.js +3 -1
  237. package/esm/components/atoms/Table/Cell/Td.js.map +1 -1
  238. package/esm/components/atoms/Table/Cell/styled.js +2 -2
  239. package/esm/components/atoms/Table/Cell/styled.js.map +1 -1
  240. package/esm/components/atoms/Table/Container/TableContainer.js +3 -1
  241. package/esm/components/atoms/Table/Container/TableContainer.js.map +1 -1
  242. package/esm/components/atoms/Table/Container/styled.js +3 -3
  243. package/esm/components/atoms/Table/Container/styled.js.map +1 -1
  244. package/esm/components/atoms/Table/Footer/TFoot.js +3 -1
  245. package/esm/components/atoms/Table/Footer/TFoot.js.map +1 -1
  246. package/esm/components/atoms/Table/Footer/styled.js +2 -2
  247. package/esm/components/atoms/Table/Footer/styled.js.map +1 -1
  248. package/esm/components/atoms/Table/Header/THead.js +3 -1
  249. package/esm/components/atoms/Table/Header/THead.js.map +1 -1
  250. package/esm/components/atoms/Table/Header/Th.js +3 -1
  251. package/esm/components/atoms/Table/Header/Th.js.map +1 -1
  252. package/esm/components/atoms/Table/Header/styled.js +5 -5
  253. package/esm/components/atoms/Table/Header/styled.js.map +1 -1
  254. package/esm/components/atoms/Table/Row/Tr.js +3 -1
  255. package/esm/components/atoms/Table/Row/Tr.js.map +1 -1
  256. package/esm/components/atoms/Table/Row/styled.js +2 -2
  257. package/esm/components/atoms/Table/Row/styled.js.map +1 -1
  258. package/esm/components/atoms/Table/Table.js +3 -1
  259. package/esm/components/atoms/Table/Table.js.map +1 -1
  260. package/esm/components/atoms/Table/Toolbar/TableToolbar.js +3 -1
  261. package/esm/components/atoms/Table/Toolbar/TableToolbar.js.map +1 -1
  262. package/esm/components/atoms/Table/Toolbar/styled.js +2 -2
  263. package/esm/components/atoms/Table/Toolbar/styled.js.map +1 -1
  264. package/esm/components/atoms/Table/styled.js +3 -3
  265. package/esm/components/atoms/Table/styled.js.map +1 -1
  266. package/esm/components/atoms/Tag/Tag.js +3 -1
  267. package/esm/components/atoms/Tag/Tag.js.map +1 -1
  268. package/esm/components/atoms/Tooltip/Tooltip.js +17 -4
  269. package/esm/components/atoms/Tooltip/Tooltip.js.map +1 -1
  270. package/esm/components/atoms/Tooltip/styled.js +15 -15
  271. package/esm/components/atoms/Tooltip/styled.js.map +1 -1
  272. package/esm/components/molecules/Breadcrumbs/BreadcrumbItem/styled.js +3 -3
  273. package/esm/components/molecules/Breadcrumbs/BreadcrumbItem/styled.js.map +1 -1
  274. package/esm/components/molecules/Breadcrumbs/Breadcrumbs.js +3 -1
  275. package/esm/components/molecules/Breadcrumbs/Breadcrumbs.js.map +1 -1
  276. package/esm/components/molecules/Breadcrumbs/styled.js +3 -3
  277. package/esm/components/molecules/Breadcrumbs/styled.js.map +1 -1
  278. package/esm/components/molecules/DatePicker/DatePicker.js +18 -3
  279. package/esm/components/molecules/DatePicker/DatePicker.js.map +1 -1
  280. package/esm/components/molecules/DatePicker/Modal.js +3 -1
  281. package/esm/components/molecules/DatePicker/Modal.js.map +1 -1
  282. package/esm/components/molecules/DatePicker/styled.js +5 -5
  283. package/esm/components/molecules/DatePicker/styled.js.map +1 -1
  284. package/esm/components/molecules/DateTimePicker/DateTimePicker.js +15 -2
  285. package/esm/components/molecules/DateTimePicker/DateTimePicker.js.map +1 -1
  286. package/esm/components/molecules/DateTimePicker/Modal.js +3 -1
  287. package/esm/components/molecules/DateTimePicker/Modal.js.map +1 -1
  288. package/esm/components/molecules/DateTimePicker/styled.js +4 -4
  289. package/esm/components/molecules/DateTimePicker/styled.js.map +1 -1
  290. package/esm/components/molecules/Drawer/Drawer.js +12 -4
  291. package/esm/components/molecules/Drawer/Drawer.js.map +1 -1
  292. package/esm/components/molecules/Drawer/styled.js +7 -7
  293. package/esm/components/molecules/Drawer/styled.js.map +1 -1
  294. package/esm/components/molecules/Grid/Grid.js +15 -7
  295. package/esm/components/molecules/Grid/Grid.js.map +1 -1
  296. package/esm/components/molecules/Grid/Item/Item.js +13 -5
  297. package/esm/components/molecules/Grid/Item/Item.js.map +1 -1
  298. package/esm/components/molecules/Grid/Item/functions.js +2 -2
  299. package/esm/components/molecules/Grid/Item/functions.js.map +1 -1
  300. package/esm/components/molecules/IconTextButton/IconTextButton.js +3 -1
  301. package/esm/components/molecules/IconTextButton/IconTextButton.js.map +1 -1
  302. package/esm/components/molecules/IconTextButton/TextComponent.js +3 -3
  303. package/esm/components/molecules/IconTextButton/TextComponent.js.map +1 -1
  304. package/esm/components/molecules/IconTextButton/hooks/useIconTextButton.js +19 -5
  305. package/esm/components/molecules/IconTextButton/hooks/useIconTextButton.js.map +1 -1
  306. package/esm/components/molecules/IconTextButton/styled.js +4 -4
  307. package/esm/components/molecules/IconTextButton/styled.js.map +1 -1
  308. package/esm/components/molecules/InputPassword/InputPassword.js +18 -3
  309. package/esm/components/molecules/InputPassword/InputPassword.js.map +1 -1
  310. package/esm/components/molecules/LabeledSwitch/LabelComponent.js +5 -3
  311. package/esm/components/molecules/LabeledSwitch/LabelComponent.js.map +1 -1
  312. package/esm/components/molecules/LabeledSwitch/LabeledSwitch.js +3 -1
  313. package/esm/components/molecules/LabeledSwitch/LabeledSwitch.js.map +1 -1
  314. package/esm/components/molecules/LabeledSwitch/styled.js +4 -4
  315. package/esm/components/molecules/LabeledSwitch/styled.js.map +1 -1
  316. package/esm/components/molecules/Masonry/styled.js +4 -4
  317. package/esm/components/molecules/Masonry/styled.js.map +1 -1
  318. package/esm/components/molecules/Menubar/MenuBlock/MenuBlock.js +1 -1
  319. package/esm/components/molecules/Menubar/MenuBlock/MenuBlock.js.map +1 -1
  320. package/esm/components/molecules/Menubar/MenuBlock/MenuItem/MenuItem.js +16 -3
  321. package/esm/components/molecules/Menubar/MenuBlock/MenuItem/MenuItem.js.map +1 -1
  322. package/esm/components/molecules/Menubar/MenuBlock/MenuItem/SubMenuBlock/styled.js +4 -4
  323. package/esm/components/molecules/Menubar/MenuBlock/MenuItem/SubMenuBlock/styled.js.map +1 -1
  324. package/esm/components/molecules/Menubar/MenuBlock/MenuItem/styled.js +3 -3
  325. package/esm/components/molecules/Menubar/MenuBlock/MenuItem/styled.js.map +1 -1
  326. package/esm/components/molecules/Menubar/MenuBlock/styled.js +7 -7
  327. package/esm/components/molecules/Menubar/MenuBlock/styled.js.map +1 -1
  328. package/esm/components/molecules/Menubar/Menubar.js +30 -12
  329. package/esm/components/molecules/Menubar/Menubar.js.map +1 -1
  330. package/esm/components/molecules/Menubar/MostUsed/MostUsed.js +2 -2
  331. package/esm/components/molecules/Menubar/MostUsed/MostUsed.js.map +1 -1
  332. package/esm/components/molecules/Menubar/MostUsed/styled.js +3 -3
  333. package/esm/components/molecules/Menubar/MostUsed/styled.js.map +1 -1
  334. package/esm/components/molecules/Menubar/SearchResultItem/styled.js +5 -5
  335. package/esm/components/molecules/Menubar/SearchResultItem/styled.js.map +1 -1
  336. package/esm/components/molecules/Menubar/SearchResultItem/utils.js +2 -2
  337. package/esm/components/molecules/Menubar/SearchResultItem/utils.js.map +1 -1
  338. package/esm/components/molecules/Menubar/animations.js +7 -3
  339. package/esm/components/molecules/Menubar/animations.js.map +1 -1
  340. package/esm/components/molecules/Menubar/styled.js +11 -11
  341. package/esm/components/molecules/Menubar/styled.js.map +1 -1
  342. package/esm/components/molecules/Menubar/utils.js +1 -1
  343. package/esm/components/molecules/Menubar/utils.js.map +1 -1
  344. package/esm/components/molecules/Select/Dropdown/Dropdown.js +20 -6
  345. package/esm/components/molecules/Select/Dropdown/Dropdown.js.map +1 -1
  346. package/esm/components/molecules/Select/Dropdown/styled.js +13 -13
  347. package/esm/components/molecules/Select/Dropdown/styled.js.map +1 -1
  348. package/esm/components/molecules/Select/Select.js +25 -4
  349. package/esm/components/molecules/Select/Select.js.map +1 -1
  350. package/esm/components/molecules/Select/SelectItem/SelectItem.js +28 -6
  351. package/esm/components/molecules/Select/SelectItem/SelectItem.js.map +1 -1
  352. package/esm/components/molecules/Select/SelectItem/styled.js +6 -6
  353. package/esm/components/molecules/Select/SelectItem/styled.js.map +1 -1
  354. package/esm/components/molecules/Select/styled.js +3 -3
  355. package/esm/components/molecules/Select/styled.js.map +1 -1
  356. package/esm/components/molecules/Snackbar/Snackbar.js +3 -1
  357. package/esm/components/molecules/Snackbar/Snackbar.js.map +1 -1
  358. package/esm/components/molecules/Snackbar/styled.js +3 -3
  359. package/esm/components/molecules/Snackbar/styled.js.map +1 -1
  360. package/esm/components/molecules/TextArea/TextArea.js +3 -1
  361. package/esm/components/molecules/TextArea/TextArea.js.map +1 -1
  362. package/esm/components/molecules/TextArea/styled.js +3 -3
  363. package/esm/components/molecules/TextArea/styled.js.map +1 -1
  364. package/esm/components/organisms/DataGrid/DataGrid.js +27 -13
  365. package/esm/components/organisms/DataGrid/DataGrid.js.map +1 -1
  366. package/esm/components/organisms/DataGrid/Footer/Footer.js +20 -8
  367. package/esm/components/organisms/DataGrid/Footer/Footer.js.map +1 -1
  368. package/esm/components/organisms/DataGrid/Footer/styled.js +12 -12
  369. package/esm/components/organisms/DataGrid/Footer/styled.js.map +1 -1
  370. package/esm/components/organisms/DataGrid/Header/Header.js +21 -8
  371. package/esm/components/organisms/DataGrid/Header/Header.js.map +1 -1
  372. package/esm/components/organisms/DataGrid/Header/styled.js +2 -2
  373. package/esm/components/organisms/DataGrid/Header/styled.js.map +1 -1
  374. package/esm/components/organisms/DataGrid/Row/Row.js +1 -1
  375. package/esm/components/organisms/DataGrid/Row/Row.js.map +1 -1
  376. package/esm/components/organisms/DataGrid/styled.js +2 -2
  377. package/esm/components/organisms/DataGrid/styled.js.map +1 -1
  378. package/esm/components/organisms/DataGrid/utils.js +14 -1
  379. package/esm/components/organisms/DataGrid/utils.js.map +1 -1
  380. package/esm/hooks/useClickAwayListener.js +2 -5
  381. package/esm/hooks/useClickAwayListener.js.map +1 -1
  382. package/esm/hooks/useWindowSize.js +15 -2
  383. package/esm/hooks/useWindowSize.js.map +1 -1
  384. package/package.json +3 -3
@@ -12,9 +12,9 @@ var TextComponent = function TextComponent(_ref) {
12
12
  defaultFontColor = _ref.defaultFontColor,
13
13
  label = _ref.label;
14
14
  return label ? React.createElement(Text, _extends({
15
- typography: ((_textProps$typography = textProps == null ? void 0 : textProps.typography) != null ? _textProps$typography : size === 'small') ? 'sub' : 'base',
16
- fontWeight: (_textProps$fontWeight = textProps == null ? void 0 : textProps.fontWeight) != null ? _textProps$fontWeight : 'bold',
17
- fontColor: (_textProps$fontColor = textProps == null ? void 0 : textProps.fontColor) != null ? _textProps$fontColor : defaultFontColor
15
+ typography: ((_textProps$typography = textProps === null || textProps === void 0 ? void 0 : textProps.typography) !== null && _textProps$typography !== void 0 ? _textProps$typography : size === 'small') ? 'sub' : 'base',
16
+ fontWeight: (_textProps$fontWeight = textProps === null || textProps === void 0 ? void 0 : textProps.fontWeight) !== null && _textProps$fontWeight !== void 0 ? _textProps$fontWeight : 'bold',
17
+ fontColor: (_textProps$fontColor = textProps === null || textProps === void 0 ? void 0 : textProps.fontColor) !== null && _textProps$fontColor !== void 0 ? _textProps$fontColor : defaultFontColor
18
18
  }, textProps), label) : React.createElement(React.Fragment, null);
19
19
  };
20
20
 
@@ -1 +1 @@
1
- {"version":3,"file":"TextComponent.js","names":["Text","React","TextComponent","textProps","size","defaultFontColor","label","typography","fontWeight","fontColor","memo"],"sources":["../../../../src/components/molecules/IconTextButton/TextComponent.tsx"],"sourcesContent":["import {\n ButtonSizeType,\n FontColor,\n IconPositionOptions,\n Text,\n TextProps,\n} from '@tecsinapse/react-core';\nimport React, { FC } from 'react';\n\ninterface TextComponentProps {\n textProps?: TextProps;\n size?: ButtonSizeType;\n defaultFontColor: keyof FontColor;\n label?: string;\n iconPosition?: IconPositionOptions;\n hasIcon?: boolean;\n}\n\nconst TextComponent: FC<TextComponentProps> = ({\n textProps,\n size = 'default',\n defaultFontColor,\n label,\n}) => {\n return label ? (\n <Text\n typography={textProps?.typography ?? size === 'small' ? 'sub' : 'base'}\n fontWeight={textProps?.fontWeight ?? 'bold'}\n fontColor={textProps?.fontColor ?? defaultFontColor}\n {...textProps}\n >\n {label}\n </Text>\n ) : (\n <></>\n );\n};\n\nexport default React.memo(TextComponent);\n"],"mappings":";;AAAA,SAIEA,IAJF,QAMO,wBANP;AAOA,OAAOC,KAAP,MAA0B,OAA1B;;AAWA,IAAMC,aAAqC,GAAG,SAAxCA,aAAwC,OAKxC;EAAA;;EAAA,IAJJC,SAII,QAJJA,SAII;EAAA,qBAHJC,IAGI;EAAA,IAHJA,IAGI,0BAHG,SAGH;EAAA,IAFJC,gBAEI,QAFJA,gBAEI;EAAA,IADJC,KACI,QADJA,KACI;EACJ,OAAOA,KAAK,GACV,oBAAC,IAAD;IACE,UAAU,EAAE,0BAAAH,SAAS,QAAT,YAAAA,SAAS,CAAEI,UAAX,oCAAyBH,IAAI,KAAK,OAAlC,IAA4C,KAA5C,GAAoD,MADlE;IAEE,UAAU,2BAAED,SAAF,oBAAEA,SAAS,CAAEK,UAAb,oCAA2B,MAFvC;IAGE,SAAS,0BAAEL,SAAF,oBAAEA,SAAS,CAAEM,SAAb,mCAA0BJ;EAHrC,GAIMF,SAJN,GAMGG,KANH,CADU,GAUV,yCAVF;AAYD,CAlBD;;AAoBA,eAAeL,KAAK,CAACS,IAAN,CAAWR,aAAX,CAAf"}
1
+ {"version":3,"file":"TextComponent.js","names":["Text","React","TextComponent","textProps","size","defaultFontColor","label","typography","fontWeight","fontColor","memo"],"sources":["../../../../src/components/molecules/IconTextButton/TextComponent.tsx"],"sourcesContent":["import {\n ButtonSizeType,\n FontColor,\n IconPositionOptions,\n Text,\n TextProps,\n} from '@tecsinapse/react-core';\nimport React, { FC } from 'react';\n\ninterface TextComponentProps {\n textProps?: TextProps;\n size?: ButtonSizeType;\n defaultFontColor: keyof FontColor;\n label?: string;\n iconPosition?: IconPositionOptions;\n hasIcon?: boolean;\n}\n\nconst TextComponent: FC<TextComponentProps> = ({\n textProps,\n size = 'default',\n defaultFontColor,\n label,\n}) => {\n return label ? (\n <Text\n typography={textProps?.typography ?? size === 'small' ? 'sub' : 'base'}\n fontWeight={textProps?.fontWeight ?? 'bold'}\n fontColor={textProps?.fontColor ?? defaultFontColor}\n {...textProps}\n >\n {label}\n </Text>\n ) : (\n <></>\n );\n};\n\nexport default React.memo(TextComponent);\n"],"mappings":";;AAAA,SAIEA,IAJF,QAMO,wBANP;AAOA,OAAOC,KAAP,MAA0B,OAA1B;;AAWA,IAAMC,aAAqC,GAAG,SAAxCA,aAAwC,OAKxC;EAAA;;EAAA,IAJJC,SAII,QAJJA,SAII;EAAA,qBAHJC,IAGI;EAAA,IAHJA,IAGI,0BAHG,SAGH;EAAA,IAFJC,gBAEI,QAFJA,gBAEI;EAAA,IADJC,KACI,QADJA,KACI;EACJ,OAAOA,KAAK,GACV,oBAAC,IAAD;IACE,UAAU,EAAE,0BAAAH,SAAS,SAAT,IAAAA,SAAS,WAAT,YAAAA,SAAS,CAAEI,UAAX,yEAAyBH,IAAI,KAAK,OAAlC,IAA4C,KAA5C,GAAoD,MADlE;IAEE,UAAU,2BAAED,SAAF,aAAEA,SAAF,uBAAEA,SAAS,CAAEK,UAAb,yEAA2B,MAFvC;IAGE,SAAS,0BAAEL,SAAF,aAAEA,SAAF,uBAAEA,SAAS,CAAEM,SAAb,uEAA0BJ;EAHrC,GAIMF,SAJN,GAMGG,KANH,CADU,GAUV,yCAVF;AAYD,CAlBD;;AAoBA,eAAeL,KAAK,CAACS,IAAN,CAAWR,aAAX,CAAf"}
@@ -1,14 +1,28 @@
1
+ function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
2
+
3
+ function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
4
+
5
+ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
6
+
7
+ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
8
+
9
+ function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; }
10
+
11
+ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
12
+
1
13
  import { fontColorVC } from '@tecsinapse/react-core';
2
14
  import { useCallback, useState } from 'react';
3
15
 
4
16
  var useIconTextButton = function useIconTextButton(variant) {
5
17
  var _useState = useState(false),
6
- hover = _useState[0],
7
- setHover = _useState[1];
18
+ _useState2 = _slicedToArray(_useState, 2),
19
+ hover = _useState2[0],
20
+ setHover = _useState2[1];
8
21
 
9
- var _useState2 = useState(false),
10
- pressed = _useState2[0],
11
- setPressed = _useState2[1];
22
+ var _useState3 = useState(false),
23
+ _useState4 = _slicedToArray(_useState3, 2),
24
+ pressed = _useState4[0],
25
+ setPressed = _useState4[1];
12
26
 
13
27
  var defaultFontColor = !pressed && hover ? 'light' : fontColorVC[variant];
14
28
  var handleHover = useCallback(function (value) {
@@ -1 +1 @@
1
- {"version":3,"file":"useIconTextButton.js","names":["fontColorVC","useCallback","useState","useIconTextButton","variant","hover","setHover","pressed","setPressed","defaultFontColor","handleHover","value","handlePressed"],"sources":["../../../../../src/components/molecules/IconTextButton/hooks/useIconTextButton.ts"],"sourcesContent":["import { fontColorVC, VariantType } from '@tecsinapse/react-core';\nimport { useCallback, useState } from 'react';\n\nconst useIconTextButton = (variant: VariantType) => {\n const [hover, setHover] = useState<boolean>(false);\n const [pressed, setPressed] = useState<boolean>(false);\n\n const defaultFontColor = !pressed && hover ? 'light' : fontColorVC[variant];\n\n const handleHover = useCallback(\n (value: boolean) => {\n setHover(value);\n },\n [setHover]\n );\n\n const handlePressed = useCallback(\n (value: boolean) => {\n setPressed(value);\n },\n [setPressed]\n );\n\n return {\n handleHover,\n handlePressed,\n defaultFontColor,\n };\n};\n\nexport default useIconTextButton;\n"],"mappings":"AAAA,SAASA,WAAT,QAAyC,wBAAzC;AACA,SAASC,WAAT,EAAsBC,QAAtB,QAAsC,OAAtC;;AAEA,IAAMC,iBAAiB,GAAG,SAApBA,iBAAoB,CAACC,OAAD,EAA0B;EAClD,gBAA0BF,QAAQ,CAAU,KAAV,CAAlC;EAAA,IAAOG,KAAP;EAAA,IAAcC,QAAd;;EACA,iBAA8BJ,QAAQ,CAAU,KAAV,CAAtC;EAAA,IAAOK,OAAP;EAAA,IAAgBC,UAAhB;;EAEA,IAAMC,gBAAgB,GAAG,CAACF,OAAD,IAAYF,KAAZ,GAAoB,OAApB,GAA8BL,WAAW,CAACI,OAAD,CAAlE;EAEA,IAAMM,WAAW,GAAGT,WAAW,CAC7B,UAACU,KAAD,EAAoB;IAClBL,QAAQ,CAACK,KAAD,CAAR;EACD,CAH4B,EAI7B,CAACL,QAAD,CAJ6B,CAA/B;EAOA,IAAMM,aAAa,GAAGX,WAAW,CAC/B,UAACU,KAAD,EAAoB;IAClBH,UAAU,CAACG,KAAD,CAAV;EACD,CAH8B,EAI/B,CAACH,UAAD,CAJ+B,CAAjC;EAOA,OAAO;IACLE,WAAW,EAAXA,WADK;IAELE,aAAa,EAAbA,aAFK;IAGLH,gBAAgB,EAAhBA;EAHK,CAAP;AAKD,CAzBD;;AA2BA,eAAeN,iBAAf"}
1
+ {"version":3,"file":"useIconTextButton.js","names":["fontColorVC","useCallback","useState","useIconTextButton","variant","hover","setHover","pressed","setPressed","defaultFontColor","handleHover","value","handlePressed"],"sources":["../../../../../src/components/molecules/IconTextButton/hooks/useIconTextButton.ts"],"sourcesContent":["import { fontColorVC, VariantType } from '@tecsinapse/react-core';\nimport { useCallback, useState } from 'react';\n\nconst useIconTextButton = (variant: VariantType) => {\n const [hover, setHover] = useState<boolean>(false);\n const [pressed, setPressed] = useState<boolean>(false);\n\n const defaultFontColor = !pressed && hover ? 'light' : fontColorVC[variant];\n\n const handleHover = useCallback(\n (value: boolean) => {\n setHover(value);\n },\n [setHover]\n );\n\n const handlePressed = useCallback(\n (value: boolean) => {\n setPressed(value);\n },\n [setPressed]\n );\n\n return {\n handleHover,\n handlePressed,\n defaultFontColor,\n };\n};\n\nexport default useIconTextButton;\n"],"mappings":";;;;;;;;;;;;AAAA,SAASA,WAAT,QAAyC,wBAAzC;AACA,SAASC,WAAT,EAAsBC,QAAtB,QAAsC,OAAtC;;AAEA,IAAMC,iBAAiB,GAAG,SAApBA,iBAAoB,CAACC,OAAD,EAA0B;EAClD,gBAA0BF,QAAQ,CAAU,KAAV,CAAlC;EAAA;EAAA,IAAOG,KAAP;EAAA,IAAcC,QAAd;;EACA,iBAA8BJ,QAAQ,CAAU,KAAV,CAAtC;EAAA;EAAA,IAAOK,OAAP;EAAA,IAAgBC,UAAhB;;EAEA,IAAMC,gBAAgB,GAAG,CAACF,OAAD,IAAYF,KAAZ,GAAoB,OAApB,GAA8BL,WAAW,CAACI,OAAD,CAAlE;EAEA,IAAMM,WAAW,GAAGT,WAAW,CAC7B,UAACU,KAAD,EAAoB;IAClBL,QAAQ,CAACK,KAAD,CAAR;EACD,CAH4B,EAI7B,CAACL,QAAD,CAJ6B,CAA/B;EAOA,IAAMM,aAAa,GAAGX,WAAW,CAC/B,UAACU,KAAD,EAAoB;IAClBH,UAAU,CAACG,KAAD,CAAV;EACD,CAH8B,EAI/B,CAACH,UAAD,CAJ+B,CAAjC;EAOA,OAAO;IACLE,WAAW,EAAXA,WADK;IAELE,aAAa,EAAbA,aAFK;IAGLH,gBAAgB,EAAhBA;EAHK,CAAP;AAKD,CAzBD;;AA2BA,eAAeN,iBAAf"}
@@ -1,18 +1,18 @@
1
1
  var _templateObject;
2
2
 
3
- function _taggedTemplateLiteralLoose(strings, raw) { if (!raw) { raw = strings.slice(0); } strings.raw = raw; return strings; }
3
+ function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
4
4
 
5
5
  import styled from '@emotion/native';
6
6
  import { Button } from "../../atoms/Button";
7
7
 
8
8
  var boxedStyle = function boxedStyle(_ref) {
9
9
  var theme = _ref.theme;
10
- return "\n padding: " + (theme == null ? void 0 : theme.spacing.centi) + ";\n aspect-ratio: 1;\n ";
10
+ return "\n padding: ".concat(theme === null || theme === void 0 ? void 0 : theme.spacing.centi, ";\n aspect-ratio: 1;\n ");
11
11
  };
12
12
 
13
- export var StyledIconTextButton = styled(Button)(_templateObject || (_templateObject = _taggedTemplateLiteralLoose(["\n gap: ", ";\n ", ";\n"])), function (_ref2) {
13
+ export var StyledIconTextButton = styled(Button)(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n gap: ", ";\n ", ";\n"])), function (_ref2) {
14
14
  var theme = _ref2.theme;
15
- return theme == null ? void 0 : theme.spacing.mili;
15
+ return theme === null || theme === void 0 ? void 0 : theme.spacing.mili;
16
16
  }, function (_ref3) {
17
17
  var boxed = _ref3.boxed,
18
18
  theme = _ref3.theme;
@@ -1 +1 @@
1
- {"version":3,"file":"styled.js","names":["styled","Button","boxedStyle","theme","spacing","centi","StyledIconTextButton","mili","boxed"],"sources":["../../../../src/components/molecules/IconTextButton/styled.ts"],"sourcesContent":["import styled from '@emotion/native';\nimport { StyleProps } from '@tecsinapse/react-core';\nimport { Button } from '../../atoms/Button';\n\nconst boxedStyle = ({ theme }: Partial<StyleProps>) =>\n `\n padding: ${theme?.spacing.centi};\n aspect-ratio: 1;\n `;\n\nexport const StyledIconTextButton = styled(Button)<\n Partial<StyleProps> & {\n boxed: boolean;\n }\n>`\n gap: ${({ theme }) => theme?.spacing.mili};\n ${({ boxed, theme }) => boxed && boxedStyle({ theme })};\n`;\n"],"mappings":";;;;AAAA,OAAOA,MAAP,MAAmB,iBAAnB;AAEA,SAASC,MAAT;;AAEA,IAAMC,UAAU,GAAG,SAAbA,UAAa;EAAA,IAAGC,KAAH,QAAGA,KAAH;EAAA,4BAEJA,KAFI,oBAEJA,KAAK,CAAEC,OAAP,CAAeC,KAFX;AAAA,CAAnB;;AAMA,OAAO,IAAMC,oBAAoB,GAAGN,MAAM,CAACC,MAAD,CAAT,oGAKxB;EAAA,IAAGE,KAAH,SAAGA,KAAH;EAAA,OAAeA,KAAf,oBAAeA,KAAK,CAAEC,OAAP,CAAeG,IAA9B;AAAA,CALwB,EAM7B;EAAA,IAAGC,KAAH,SAAGA,KAAH;EAAA,IAAUL,KAAV,SAAUA,KAAV;EAAA,OAAsBK,KAAK,IAAIN,UAAU,CAAC;IAAEC,KAAK,EAALA;EAAF,CAAD,CAAzC;AAAA,CAN6B,CAA1B"}
1
+ {"version":3,"file":"styled.js","names":["styled","Button","boxedStyle","theme","spacing","centi","StyledIconTextButton","mili","boxed"],"sources":["../../../../src/components/molecules/IconTextButton/styled.ts"],"sourcesContent":["import styled from '@emotion/native';\nimport { StyleProps } from '@tecsinapse/react-core';\nimport { Button } from '../../atoms/Button';\n\nconst boxedStyle = ({ theme }: Partial<StyleProps>) =>\n `\n padding: ${theme?.spacing.centi};\n aspect-ratio: 1;\n `;\n\nexport const StyledIconTextButton = styled(Button)<\n Partial<StyleProps> & {\n boxed: boolean;\n }\n>`\n gap: ${({ theme }) => theme?.spacing.mili};\n ${({ boxed, theme }) => boxed && boxedStyle({ theme })};\n`;\n"],"mappings":";;;;AAAA,OAAOA,MAAP,MAAmB,iBAAnB;AAEA,SAASC,MAAT;;AAEA,IAAMC,UAAU,GAAG,SAAbA,UAAa;EAAA,IAAGC,KAAH,QAAGA,KAAH;EAAA,gCAEJA,KAFI,aAEJA,KAFI,uBAEJA,KAAK,CAAEC,OAAP,CAAeC,KAFX;AAAA,CAAnB;;AAMA,OAAO,IAAMC,oBAAoB,GAAGN,MAAM,CAACC,MAAD,CAAT,+FAKxB;EAAA,IAAGE,KAAH,SAAGA,KAAH;EAAA,OAAeA,KAAf,aAAeA,KAAf,uBAAeA,KAAK,CAAEC,OAAP,CAAeG,IAA9B;AAAA,CALwB,EAM7B;EAAA,IAAGC,KAAH,SAAGA,KAAH;EAAA,IAAUL,KAAV,SAAUA,KAAV;EAAA,OAAsBK,KAAK,IAAIN,UAAU,CAAC;IAAEC,KAAK,EAALA;EAAF,CAAD,CAAzC;AAAA,CAN6B,CAA1B"}
@@ -2,6 +2,20 @@ var _excluded = ["rightComponent"];
2
2
 
3
3
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
4
4
 
5
+ function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
6
+
7
+ function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
8
+
9
+ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
10
+
11
+ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
12
+
13
+ function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; }
14
+
15
+ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
16
+
17
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
18
+
5
19
  function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
6
20
 
7
21
  import { InputPasswordIcon } from '@tecsinapse/react-core';
@@ -9,11 +23,12 @@ import React, { useState } from 'react';
9
23
  import { Input } from "../../atoms/Input";
10
24
  var InputPassword = React.forwardRef(function (_ref, ref) {
11
25
  var rightComponent = _ref.rightComponent,
12
- rest = _objectWithoutPropertiesLoose(_ref, _excluded);
26
+ rest = _objectWithoutProperties(_ref, _excluded);
13
27
 
14
28
  var _useState = useState(false),
15
- revealed = _useState[0],
16
- setRevealed = _useState[1];
29
+ _useState2 = _slicedToArray(_useState, 2),
30
+ revealed = _useState2[0],
31
+ setRevealed = _useState2[1];
17
32
 
18
33
  return React.createElement(Input, _extends({}, rest, {
19
34
  ref: ref,
@@ -1 +1 @@
1
- {"version":3,"file":"InputPassword.js","names":["InputPasswordIcon","React","useState","Input","InputPassword","forwardRef","ref","rightComponent","rest","revealed","setRevealed","displayName"],"sources":["../../../../src/components/molecules/InputPassword/InputPassword.tsx"],"sourcesContent":["import { InputPasswordIcon } from '@tecsinapse/react-core';\nimport React, { FC, useState } from 'react';\nimport { Input, InputWebProps } from '../../atoms/Input';\n\nexport type InputPasswordWebProps = InputWebProps;\n\nconst InputPassword: FC<InputPasswordWebProps> = React.forwardRef(\n ({ rightComponent, ...rest }, ref) => {\n const [revealed, setRevealed] = useState(false);\n return (\n <Input\n {...rest}\n ref={ref}\n secureTextEntry={!revealed}\n rightComponent={\n <>\n <InputPasswordIcon\n onChangeState={setRevealed}\n revealed={revealed}\n effect=\"none\"\n />\n {rightComponent}\n </>\n }\n />\n );\n }\n);\n\nInputPassword.displayName = 'InputPassword';\n\nexport default InputPassword;\n"],"mappings":";;;;;;AAAA,SAASA,iBAAT,QAAkC,wBAAlC;AACA,OAAOC,KAAP,IAAoBC,QAApB,QAAoC,OAApC;AACA,SAASC,KAAT;AAIA,IAAMC,aAAwC,GAAGH,KAAK,CAACI,UAAN,CAC/C,gBAA8BC,GAA9B,EAAsC;EAAA,IAAnCC,cAAmC,QAAnCA,cAAmC;EAAA,IAAhBC,IAAgB;;EACpC,gBAAgCN,QAAQ,CAAC,KAAD,CAAxC;EAAA,IAAOO,QAAP;EAAA,IAAiBC,WAAjB;;EACA,OACE,oBAAC,KAAD,eACMF,IADN;IAEE,GAAG,EAAEF,GAFP;IAGE,eAAe,EAAE,CAACG,QAHpB;IAIE,cAAc,EACZ,0CACE,oBAAC,iBAAD;MACE,aAAa,EAAEC,WADjB;MAEE,QAAQ,EAAED,QAFZ;MAGE,MAAM,EAAC;IAHT,EADF,EAMGF,cANH;EALJ,GADF;AAiBD,CApB8C,CAAjD;AAuBAH,aAAa,CAACO,WAAd,GAA4B,eAA5B;AAEA,eAAeP,aAAf"}
1
+ {"version":3,"file":"InputPassword.js","names":["InputPasswordIcon","React","useState","Input","InputPassword","forwardRef","ref","rightComponent","rest","revealed","setRevealed","displayName"],"sources":["../../../../src/components/molecules/InputPassword/InputPassword.tsx"],"sourcesContent":["import { InputPasswordIcon } from '@tecsinapse/react-core';\nimport React, { FC, useState } from 'react';\nimport { Input, InputWebProps } from '../../atoms/Input';\n\nexport type InputPasswordWebProps = InputWebProps;\n\nconst InputPassword: FC<InputPasswordWebProps> = React.forwardRef(\n ({ rightComponent, ...rest }, ref) => {\n const [revealed, setRevealed] = useState(false);\n return (\n <Input\n {...rest}\n ref={ref}\n secureTextEntry={!revealed}\n rightComponent={\n <>\n <InputPasswordIcon\n onChangeState={setRevealed}\n revealed={revealed}\n effect=\"none\"\n />\n {rightComponent}\n </>\n }\n />\n );\n }\n);\n\nInputPassword.displayName = 'InputPassword';\n\nexport default InputPassword;\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA,SAASA,iBAAT,QAAkC,wBAAlC;AACA,OAAOC,KAAP,IAAoBC,QAApB,QAAoC,OAApC;AACA,SAASC,KAAT;AAIA,IAAMC,aAAwC,GAAGH,KAAK,CAACI,UAAN,CAC/C,gBAA8BC,GAA9B,EAAsC;EAAA,IAAnCC,cAAmC,QAAnCA,cAAmC;EAAA,IAAhBC,IAAgB;;EACpC,gBAAgCN,QAAQ,CAAC,KAAD,CAAxC;EAAA;EAAA,IAAOO,QAAP;EAAA,IAAiBC,WAAjB;;EACA,OACE,oBAAC,KAAD,eACMF,IADN;IAEE,GAAG,EAAEF,GAFP;IAGE,eAAe,EAAE,CAACG,QAHpB;IAIE,cAAc,EACZ,0CACE,oBAAC,iBAAD;MACE,aAAa,EAAEC,WADjB;MAEE,QAAQ,EAAED,QAFZ;MAGE,MAAM,EAAC;IAHT,EADF,EAMGF,cANH;EALJ,GADF;AAiBD,CApB8C,CAAjD;AAuBAH,aAAa,CAACO,WAAd,GAA4B,eAA5B;AAEA,eAAeP,aAAf"}
@@ -2,6 +2,8 @@ var _excluded = ["label", "labelPosition", "labelProps", "active", "switchDisabl
2
2
 
3
3
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
4
4
 
5
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
6
+
5
7
  function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
6
8
 
7
9
  import React from 'react';
@@ -17,14 +19,14 @@ var LabelComponent = function LabelComponent(_ref) {
17
19
  active = _ref.active,
18
20
  _ref$switchDisabled = _ref.switchDisabled,
19
21
  switchDisabled = _ref$switchDisabled === void 0 ? false : _ref$switchDisabled,
20
- rest = _objectWithoutPropertiesLoose(_ref, _excluded);
22
+ rest = _objectWithoutProperties(_ref, _excluded);
21
23
 
22
24
  var defaultFontColor = active && !switchDisabled ? 'dark' : 'medium';
23
25
  var defaultFontWeight = active && !switchDisabled ? 'bold' : 'regular';
24
26
  return React.createElement(Pressable, rest, React.createElement(StyledLabel, _extends({
25
27
  labelPosition: labelPosition,
26
- fontColor: (_labelProps$fontColor = labelProps == null ? void 0 : labelProps.fontColor) != null ? _labelProps$fontColor : defaultFontColor,
27
- fontWeight: (_labelProps$fontWeigh = labelProps == null ? void 0 : labelProps.fontWeight) != null ? _labelProps$fontWeigh : defaultFontWeight
28
+ fontColor: (_labelProps$fontColor = labelProps === null || labelProps === void 0 ? void 0 : labelProps.fontColor) !== null && _labelProps$fontColor !== void 0 ? _labelProps$fontColor : defaultFontColor,
29
+ fontWeight: (_labelProps$fontWeigh = labelProps === null || labelProps === void 0 ? void 0 : labelProps.fontWeight) !== null && _labelProps$fontWeigh !== void 0 ? _labelProps$fontWeigh : defaultFontWeight
28
30
  }, labelProps), label));
29
31
  };
30
32
 
@@ -1 +1 @@
1
- {"version":3,"file":"LabelComponent.js","names":["React","Pressable","StyledLabel","LabelComponent","label","labelPosition","labelProps","active","switchDisabled","rest","defaultFontColor","defaultFontWeight","fontColor","fontWeight","memo"],"sources":["../../../../src/components/molecules/LabeledSwitch/LabelComponent.tsx"],"sourcesContent":["import {\n FontColor,\n FontWeight,\n LabelPositionOptions,\n TextProps,\n} from '@tecsinapse/react-core';\nimport React, { FC } from 'react';\nimport { Pressable, PressableProps } from 'react-native';\nimport { StyledLabel } from './styled';\n\nexport interface LabelComponentProps extends PressableProps {\n label: string;\n labelPosition: LabelPositionOptions;\n labelProps?: TextProps;\n active: boolean;\n switchDisabled?: boolean;\n}\n\nconst LabelComponent: FC<LabelComponentProps> = ({\n label,\n labelPosition,\n labelProps,\n active,\n switchDisabled = false,\n ...rest\n}) => {\n const defaultFontColor: keyof FontColor =\n active && !switchDisabled ? 'dark' : 'medium';\n const defaultFontWeight: keyof FontWeight =\n active && !switchDisabled ? 'bold' : 'regular';\n\n return (\n <Pressable {...rest}>\n <StyledLabel\n labelPosition={labelPosition}\n fontColor={labelProps?.fontColor ?? defaultFontColor}\n fontWeight={labelProps?.fontWeight ?? defaultFontWeight}\n {...labelProps}\n >\n {label}\n </StyledLabel>\n </Pressable>\n );\n};\n\nexport default React.memo(LabelComponent);\n"],"mappings":";;;;;;AAMA,OAAOA,KAAP,MAA0B,OAA1B;AACA,SAASC,SAAT;AACA,SAASC,WAAT;;AAUA,IAAMC,cAAuC,GAAG,SAA1CA,cAA0C,OAO1C;EAAA;;EAAA,IANJC,KAMI,QANJA,KAMI;EAAA,IALJC,aAKI,QALJA,aAKI;EAAA,IAJJC,UAII,QAJJA,UAII;EAAA,IAHJC,MAGI,QAHJA,MAGI;EAAA,+BAFJC,cAEI;EAAA,IAFJA,cAEI,oCAFa,KAEb;EAAA,IADDC,IACC;;EACJ,IAAMC,gBAAiC,GACrCH,MAAM,IAAI,CAACC,cAAX,GAA4B,MAA5B,GAAqC,QADvC;EAEA,IAAMG,iBAAmC,GACvCJ,MAAM,IAAI,CAACC,cAAX,GAA4B,MAA5B,GAAqC,SADvC;EAGA,OACE,oBAAC,SAAD,EAAeC,IAAf,EACE,oBAAC,WAAD;IACE,aAAa,EAAEJ,aADjB;IAEE,SAAS,2BAAEC,UAAF,oBAAEA,UAAU,CAAEM,SAAd,oCAA2BF,gBAFtC;IAGE,UAAU,2BAAEJ,UAAF,oBAAEA,UAAU,CAAEO,UAAd,oCAA4BF;EAHxC,GAIML,UAJN,GAMGF,KANH,CADF,CADF;AAYD,CAzBD;;AA2BA,eAAeJ,KAAK,CAACc,IAAN,CAAWX,cAAX,CAAf"}
1
+ {"version":3,"file":"LabelComponent.js","names":["React","Pressable","StyledLabel","LabelComponent","label","labelPosition","labelProps","active","switchDisabled","rest","defaultFontColor","defaultFontWeight","fontColor","fontWeight","memo"],"sources":["../../../../src/components/molecules/LabeledSwitch/LabelComponent.tsx"],"sourcesContent":["import {\n FontColor,\n FontWeight,\n LabelPositionOptions,\n TextProps,\n} from '@tecsinapse/react-core';\nimport React, { FC } from 'react';\nimport { Pressable, PressableProps } from 'react-native';\nimport { StyledLabel } from './styled';\n\nexport interface LabelComponentProps extends PressableProps {\n label: string;\n labelPosition: LabelPositionOptions;\n labelProps?: TextProps;\n active: boolean;\n switchDisabled?: boolean;\n}\n\nconst LabelComponent: FC<LabelComponentProps> = ({\n label,\n labelPosition,\n labelProps,\n active,\n switchDisabled = false,\n ...rest\n}) => {\n const defaultFontColor: keyof FontColor =\n active && !switchDisabled ? 'dark' : 'medium';\n const defaultFontWeight: keyof FontWeight =\n active && !switchDisabled ? 'bold' : 'regular';\n\n return (\n <Pressable {...rest}>\n <StyledLabel\n labelPosition={labelPosition}\n fontColor={labelProps?.fontColor ?? defaultFontColor}\n fontWeight={labelProps?.fontWeight ?? defaultFontWeight}\n {...labelProps}\n >\n {label}\n </StyledLabel>\n </Pressable>\n );\n};\n\nexport default React.memo(LabelComponent);\n"],"mappings":";;;;;;;;AAMA,OAAOA,KAAP,MAA0B,OAA1B;AACA,SAASC,SAAT;AACA,SAASC,WAAT;;AAUA,IAAMC,cAAuC,GAAG,SAA1CA,cAA0C,OAO1C;EAAA;;EAAA,IANJC,KAMI,QANJA,KAMI;EAAA,IALJC,aAKI,QALJA,aAKI;EAAA,IAJJC,UAII,QAJJA,UAII;EAAA,IAHJC,MAGI,QAHJA,MAGI;EAAA,+BAFJC,cAEI;EAAA,IAFJA,cAEI,oCAFa,KAEb;EAAA,IADDC,IACC;;EACJ,IAAMC,gBAAiC,GACrCH,MAAM,IAAI,CAACC,cAAX,GAA4B,MAA5B,GAAqC,QADvC;EAEA,IAAMG,iBAAmC,GACvCJ,MAAM,IAAI,CAACC,cAAX,GAA4B,MAA5B,GAAqC,SADvC;EAGA,OACE,oBAAC,SAAD,EAAeC,IAAf,EACE,oBAAC,WAAD;IACE,aAAa,EAAEJ,aADjB;IAEE,SAAS,2BAAEC,UAAF,aAAEA,UAAF,uBAAEA,UAAU,CAAEM,SAAd,yEAA2BF,gBAFtC;IAGE,UAAU,2BAAEJ,UAAF,aAAEA,UAAF,uBAAEA,UAAU,CAAEO,UAAd,yEAA4BF;EAHxC,GAIML,UAJN,GAMGF,KANH,CADF,CADF;AAYD,CAzBD;;AA2BA,eAAeJ,KAAK,CAACc,IAAN,CAAWX,cAAX,CAAf"}
@@ -2,6 +2,8 @@ var _excluded = ["label", "labelPosition", "labelProps", "pressableLabel", "disa
2
2
 
3
3
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
4
4
 
5
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
6
+
5
7
  function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
6
8
 
7
9
  import { Switch } from '@tecsinapse/react-core';
@@ -19,7 +21,7 @@ var LabeledSwitch = function LabeledSwitch(_ref) {
19
21
  disabled = _ref.disabled,
20
22
  active = _ref.active,
21
23
  onChange = _ref.onChange,
22
- rest = _objectWithoutPropertiesLoose(_ref, _excluded);
24
+ rest = _objectWithoutProperties(_ref, _excluded);
23
25
 
24
26
  return React.createElement(StyledDiv, null, labelPosition === 'left' ? React.createElement(LabelComponent, {
25
27
  active: active,
@@ -1 +1 @@
1
- {"version":3,"file":"LabeledSwitch.js","names":["Switch","React","LabelComponent","StyledDiv","LabeledSwitch","label","labelPosition","labelProps","pressableLabel","disabled","active","onChange","rest"],"sources":["../../../../src/components/molecules/LabeledSwitch/LabeledSwitch.tsx"],"sourcesContent":["import { LabeledSwitchProps, Switch, TextProps } from '@tecsinapse/react-core';\nimport React, { FC } from 'react';\nimport LabelComponent from './LabelComponent';\nimport { StyledDiv } from './styled';\n\nexport type LabeledSwitchWebProps = LabeledSwitchProps & {\n labelProps?: TextProps;\n};\n\nconst LabeledSwitch: FC<LabeledSwitchWebProps> = ({\n label,\n labelPosition = 'right',\n labelProps,\n pressableLabel = false,\n disabled,\n active,\n onChange,\n ...rest\n}) => {\n return (\n <StyledDiv>\n {labelPosition === 'left' ? (\n <LabelComponent\n active={active}\n label={label}\n labelPosition={'left'}\n labelProps={labelProps}\n disabled={!pressableLabel || disabled}\n switchDisabled={disabled}\n onPress={() => onChange(!active)}\n />\n ) : (\n <></>\n )}\n <Switch\n active={active}\n disabled={disabled}\n onChange={onChange}\n {...rest}\n />\n {labelPosition === 'right' ? (\n <LabelComponent\n active={active}\n label={label}\n labelPosition={'right'}\n labelProps={labelProps}\n disabled={!pressableLabel || disabled}\n switchDisabled={disabled}\n onPress={() => onChange(!active)}\n />\n ) : (\n <></>\n )}\n </StyledDiv>\n );\n};\n\nexport default LabeledSwitch;\n"],"mappings":";;;;;;AAAA,SAA6BA,MAA7B,QAAsD,wBAAtD;AACA,OAAOC,KAAP,MAA0B,OAA1B;AACA,OAAOC,cAAP;AACA,SAASC,SAAT;;AAMA,IAAMC,aAAwC,GAAG,SAA3CA,aAA2C,OAS3C;EAAA,IARJC,KAQI,QARJA,KAQI;EAAA,8BAPJC,aAOI;EAAA,IAPJA,aAOI,mCAPY,OAOZ;EAAA,IANJC,UAMI,QANJA,UAMI;EAAA,+BALJC,cAKI;EAAA,IALJA,cAKI,oCALa,KAKb;EAAA,IAJJC,QAII,QAJJA,QAII;EAAA,IAHJC,MAGI,QAHJA,MAGI;EAAA,IAFJC,QAEI,QAFJA,QAEI;EAAA,IADDC,IACC;;EACJ,OACE,oBAAC,SAAD,QACGN,aAAa,KAAK,MAAlB,GACC,oBAAC,cAAD;IACE,MAAM,EAAEI,MADV;IAEE,KAAK,EAAEL,KAFT;IAGE,aAAa,EAAE,MAHjB;IAIE,UAAU,EAAEE,UAJd;IAKE,QAAQ,EAAE,CAACC,cAAD,IAAmBC,QAL/B;IAME,cAAc,EAAEA,QANlB;IAOE,OAAO,EAAE;MAAA,OAAME,QAAQ,CAAC,CAACD,MAAF,CAAd;IAAA;EAPX,EADD,GAWC,yCAZJ,EAcE,oBAAC,MAAD;IACE,MAAM,EAAEA,MADV;IAEE,QAAQ,EAAED,QAFZ;IAGE,QAAQ,EAAEE;EAHZ,GAIMC,IAJN,EAdF,EAoBGN,aAAa,KAAK,OAAlB,GACC,oBAAC,cAAD;IACE,MAAM,EAAEI,MADV;IAEE,KAAK,EAAEL,KAFT;IAGE,aAAa,EAAE,OAHjB;IAIE,UAAU,EAAEE,UAJd;IAKE,QAAQ,EAAE,CAACC,cAAD,IAAmBC,QAL/B;IAME,cAAc,EAAEA,QANlB;IAOE,OAAO,EAAE;MAAA,OAAME,QAAQ,CAAC,CAACD,MAAF,CAAd;IAAA;EAPX,EADD,GAWC,yCA/BJ,CADF;AAoCD,CA9CD;;AAgDA,eAAeN,aAAf"}
1
+ {"version":3,"file":"LabeledSwitch.js","names":["Switch","React","LabelComponent","StyledDiv","LabeledSwitch","label","labelPosition","labelProps","pressableLabel","disabled","active","onChange","rest"],"sources":["../../../../src/components/molecules/LabeledSwitch/LabeledSwitch.tsx"],"sourcesContent":["import { LabeledSwitchProps, Switch, TextProps } from '@tecsinapse/react-core';\nimport React, { FC } from 'react';\nimport LabelComponent from './LabelComponent';\nimport { StyledDiv } from './styled';\n\nexport type LabeledSwitchWebProps = LabeledSwitchProps & {\n labelProps?: TextProps;\n};\n\nconst LabeledSwitch: FC<LabeledSwitchWebProps> = ({\n label,\n labelPosition = 'right',\n labelProps,\n pressableLabel = false,\n disabled,\n active,\n onChange,\n ...rest\n}) => {\n return (\n <StyledDiv>\n {labelPosition === 'left' ? (\n <LabelComponent\n active={active}\n label={label}\n labelPosition={'left'}\n labelProps={labelProps}\n disabled={!pressableLabel || disabled}\n switchDisabled={disabled}\n onPress={() => onChange(!active)}\n />\n ) : (\n <></>\n )}\n <Switch\n active={active}\n disabled={disabled}\n onChange={onChange}\n {...rest}\n />\n {labelPosition === 'right' ? (\n <LabelComponent\n active={active}\n label={label}\n labelPosition={'right'}\n labelProps={labelProps}\n disabled={!pressableLabel || disabled}\n switchDisabled={disabled}\n onPress={() => onChange(!active)}\n />\n ) : (\n <></>\n )}\n </StyledDiv>\n );\n};\n\nexport default LabeledSwitch;\n"],"mappings":";;;;;;;;AAAA,SAA6BA,MAA7B,QAAsD,wBAAtD;AACA,OAAOC,KAAP,MAA0B,OAA1B;AACA,OAAOC,cAAP;AACA,SAASC,SAAT;;AAMA,IAAMC,aAAwC,GAAG,SAA3CA,aAA2C,OAS3C;EAAA,IARJC,KAQI,QARJA,KAQI;EAAA,8BAPJC,aAOI;EAAA,IAPJA,aAOI,mCAPY,OAOZ;EAAA,IANJC,UAMI,QANJA,UAMI;EAAA,+BALJC,cAKI;EAAA,IALJA,cAKI,oCALa,KAKb;EAAA,IAJJC,QAII,QAJJA,QAII;EAAA,IAHJC,MAGI,QAHJA,MAGI;EAAA,IAFJC,QAEI,QAFJA,QAEI;EAAA,IADDC,IACC;;EACJ,OACE,oBAAC,SAAD,QACGN,aAAa,KAAK,MAAlB,GACC,oBAAC,cAAD;IACE,MAAM,EAAEI,MADV;IAEE,KAAK,EAAEL,KAFT;IAGE,aAAa,EAAE,MAHjB;IAIE,UAAU,EAAEE,UAJd;IAKE,QAAQ,EAAE,CAACC,cAAD,IAAmBC,QAL/B;IAME,cAAc,EAAEA,QANlB;IAOE,OAAO,EAAE;MAAA,OAAME,QAAQ,CAAC,CAACD,MAAF,CAAd;IAAA;EAPX,EADD,GAWC,yCAZJ,EAcE,oBAAC,MAAD;IACE,MAAM,EAAEA,MADV;IAEE,QAAQ,EAAED,QAFZ;IAGE,QAAQ,EAAEE;EAHZ,GAIMC,IAJN,EAdF,EAoBGN,aAAa,KAAK,OAAlB,GACC,oBAAC,cAAD;IACE,MAAM,EAAEI,MADV;IAEE,KAAK,EAAEL,KAFT;IAGE,aAAa,EAAE,OAHjB;IAIE,UAAU,EAAEE,UAJd;IAKE,QAAQ,EAAE,CAACC,cAAD,IAAmBC,QAL/B;IAME,cAAc,EAAEA,QANlB;IAOE,OAAO,EAAE;MAAA,OAAME,QAAQ,CAAC,CAACD,MAAF,CAAd;IAAA;EAPX,EADD,GAWC,yCA/BJ,CADF;AAoCD,CA9CD;;AAgDA,eAAeN,aAAf"}
@@ -1,14 +1,14 @@
1
1
  var _templateObject, _templateObject2, _templateObject3, _templateObject4;
2
2
 
3
- function _taggedTemplateLiteralLoose(strings, raw) { if (!raw) { raw = strings.slice(0); } strings.raw = raw; return strings; }
3
+ function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
4
4
 
5
5
  import { css, default as nativeStyled } from '@emotion/native';
6
6
  import { default as webStyled } from '@emotion/styled';
7
7
  import { Text } from '@tecsinapse/react-core';
8
- export var StyledDiv = webStyled('div')(_templateObject || (_templateObject = _taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: row;\n align-items: center;\n"])));
9
- export var StyledLabel = nativeStyled(Text)(_templateObject2 || (_templateObject2 = _taggedTemplateLiteralLoose(["\n ", "\n"])), function (_ref) {
8
+ export var StyledDiv = webStyled('div')(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n display: flex;\n flex-direction: row;\n align-items: center;\n"])));
9
+ export var StyledLabel = nativeStyled(Text)(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n ", "\n"])), function (_ref) {
10
10
  var theme = _ref.theme,
11
11
  labelPosition = _ref.labelPosition;
12
- if (labelPosition === 'right') return css(_templateObject3 || (_templateObject3 = _taggedTemplateLiteralLoose(["\n margin-left: ", ";\n "])), theme == null ? void 0 : theme.spacing.centi);else if (labelPosition === 'left') return css(_templateObject4 || (_templateObject4 = _taggedTemplateLiteralLoose(["\n margin-right: ", ";\n "])), theme == null ? void 0 : theme.spacing.centi);
12
+ if (labelPosition === 'right') return css(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["\n margin-left: ", ";\n "])), theme === null || theme === void 0 ? void 0 : theme.spacing.centi);else if (labelPosition === 'left') return css(_templateObject4 || (_templateObject4 = _taggedTemplateLiteral(["\n margin-right: ", ";\n "])), theme === null || theme === void 0 ? void 0 : theme.spacing.centi);
13
13
  });
14
14
  //# sourceMappingURL=styled.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"styled.js","names":["css","default","nativeStyled","webStyled","Text","StyledDiv","StyledLabel","theme","labelPosition","spacing","centi"],"sources":["../../../../src/components/molecules/LabeledSwitch/styled.ts"],"sourcesContent":["import { css, default as nativeStyled } from '@emotion/native';\nimport { default as webStyled } from '@emotion/styled';\nimport { LabelPositionOptions, StyleProps, Text } from '@tecsinapse/react-core';\n\nexport const StyledDiv = webStyled('div')`\n display: flex;\n flex-direction: row;\n align-items: center;\n`;\n\nexport const StyledLabel = nativeStyled(Text)<\n Partial<StyleProps> & {\n labelPosition: LabelPositionOptions;\n }\n>`\n ${({ theme, labelPosition }) => {\n if (labelPosition === 'right')\n return css`\n margin-left: ${theme?.spacing.centi};\n `;\n else if (labelPosition === 'left')\n return css`\n margin-right: ${theme?.spacing.centi};\n `;\n }}\n`;\n"],"mappings":";;;;AAAA,SAASA,GAAT,EAAcC,OAAO,IAAIC,YAAzB,QAA6C,iBAA7C;AACA,SAASD,OAAO,IAAIE,SAApB,QAAqC,iBAArC;AACA,SAA2CC,IAA3C,QAAuD,wBAAvD;AAEA,OAAO,IAAMC,SAAS,GAAGF,SAAS,CAAC,KAAD,CAAZ,8IAAf;AAMP,OAAO,IAAMG,WAAW,GAAGJ,YAAY,CAACE,IAAD,CAAf,uFAKpB,gBAA8B;EAAA,IAA3BG,KAA2B,QAA3BA,KAA2B;EAAA,IAApBC,aAAoB,QAApBA,aAAoB;EAC9B,IAAIA,aAAa,KAAK,OAAtB,EACE,OAAOR,GAAP,iHACiBO,KADjB,oBACiBA,KAAK,CAAEE,OAAP,CAAeC,KADhC,EADF,KAIK,IAAIF,aAAa,KAAK,MAAtB,EACH,OAAOR,GAAP,kHACkBO,KADlB,oBACkBA,KAAK,CAAEE,OAAP,CAAeC,KADjC;AAGH,CAdqB,CAAjB"}
1
+ {"version":3,"file":"styled.js","names":["css","default","nativeStyled","webStyled","Text","StyledDiv","StyledLabel","theme","labelPosition","spacing","centi"],"sources":["../../../../src/components/molecules/LabeledSwitch/styled.ts"],"sourcesContent":["import { css, default as nativeStyled } from '@emotion/native';\nimport { default as webStyled } from '@emotion/styled';\nimport { LabelPositionOptions, StyleProps, Text } from '@tecsinapse/react-core';\n\nexport const StyledDiv = webStyled('div')`\n display: flex;\n flex-direction: row;\n align-items: center;\n`;\n\nexport const StyledLabel = nativeStyled(Text)<\n Partial<StyleProps> & {\n labelPosition: LabelPositionOptions;\n }\n>`\n ${({ theme, labelPosition }) => {\n if (labelPosition === 'right')\n return css`\n margin-left: ${theme?.spacing.centi};\n `;\n else if (labelPosition === 'left')\n return css`\n margin-right: ${theme?.spacing.centi};\n `;\n }}\n`;\n"],"mappings":";;;;AAAA,SAASA,GAAT,EAAcC,OAAO,IAAIC,YAAzB,QAA6C,iBAA7C;AACA,SAASD,OAAO,IAAIE,SAApB,QAAqC,iBAArC;AACA,SAA2CC,IAA3C,QAAuD,wBAAvD;AAEA,OAAO,IAAMC,SAAS,GAAGF,SAAS,CAAC,KAAD,CAAZ,yIAAf;AAMP,OAAO,IAAMG,WAAW,GAAGJ,YAAY,CAACE,IAAD,CAAf,kFAKpB,gBAA8B;EAAA,IAA3BG,KAA2B,QAA3BA,KAA2B;EAAA,IAApBC,aAAoB,QAApBA,aAAoB;EAC9B,IAAIA,aAAa,KAAK,OAAtB,EACE,OAAOR,GAAP,4GACiBO,KADjB,aACiBA,KADjB,uBACiBA,KAAK,CAAEE,OAAP,CAAeC,KADhC,EADF,KAIK,IAAIF,aAAa,KAAK,MAAtB,EACH,OAAOR,GAAP,6GACkBO,KADlB,aACkBA,KADlB,uBACkBA,KAAK,CAAEE,OAAP,CAAeC,KADjC;AAGH,CAdqB,CAAjB"}
@@ -1,17 +1,17 @@
1
1
  var _templateObject, _templateObject2, _templateObject3;
2
2
 
3
- function _taggedTemplateLiteralLoose(strings, raw) { if (!raw) { raw = strings.slice(0); } strings.raw = raw; return strings; }
3
+ function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
4
4
 
5
5
  import styled from '@emotion/styled';
6
- export var StyledColumnItem = styled('div')(_templateObject || (_templateObject = _taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n align-content: stretch;\n flex: 1;\n width: 0;\n margin-left: ", ";\n"])), function (_ref) {
6
+ export var StyledColumnItem = styled('div')(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n align-content: stretch;\n flex: 1;\n width: 0;\n margin-left: ", ";\n"])), function (_ref) {
7
7
  var theme = _ref.theme,
8
8
  index = _ref.index,
9
9
  _ref$spacingLeft = _ref.spacingLeft,
10
10
  spacingLeft = _ref$spacingLeft === void 0 ? 'nano' : _ref$spacingLeft;
11
11
  return index > 0 ? theme.spacing[spacingLeft] : 'initial';
12
12
  });
13
- export var StyledMasonry = styled('div')(_templateObject2 || (_templateObject2 = _taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-content: stretch;\n box-sizing: border-box;\n width: 100%;\n"])));
14
- export var StyledRowItem = styled('div')(_templateObject3 || (_templateObject3 = _taggedTemplateLiteralLoose(["\n margin-top: ", ";\n"])), function (_ref2) {
13
+ export var StyledMasonry = styled('div')(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-content: stretch;\n box-sizing: border-box;\n width: 100%;\n"])));
14
+ export var StyledRowItem = styled('div')(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["\n margin-top: ", ";\n"])), function (_ref2) {
15
15
  var theme = _ref2.theme,
16
16
  index = _ref2.index,
17
17
  _ref2$spacingTop = _ref2.spacingTop,
@@ -1 +1 @@
1
- {"version":3,"file":"styled.js","names":["styled","StyledColumnItem","theme","index","spacingLeft","spacing","StyledMasonry","StyledRowItem","spacingTop"],"sources":["../../../../src/components/molecules/Masonry/styled.ts"],"sourcesContent":["import styled from '@emotion/styled';\nimport { StyleProps } from '@tecsinapse/react-core';\nimport { MasonryProps } from './Masonry';\n\nexport const StyledColumnItem = styled('div')<\n Partial<StyleProps> & { index: number } & Partial<MasonryProps>\n>`\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n align-content: stretch;\n flex: 1;\n width: 0;\n margin-left: ${({ theme, index, spacingLeft = 'nano' }) =>\n index > 0 ? theme.spacing[spacingLeft] : 'initial'};\n`;\n\nexport const StyledMasonry = styled('div')`\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-content: stretch;\n box-sizing: border-box;\n width: 100%;\n`;\n\nexport const StyledRowItem = styled('div')<\n Partial<StyleProps> & { index: number } & Partial<MasonryProps>\n>`\n margin-top: ${({ theme, index, spacingTop = 'nano' }) =>\n index > 0 ? theme.spacing[spacingTop] : 'initial'};\n`;\n"],"mappings":";;;;AAAA,OAAOA,MAAP,MAAmB,iBAAnB;AAIA,OAAO,IAAMC,gBAAgB,GAAGD,MAAM,CAAC,KAAD,CAAT,oOASZ;EAAA,IAAGE,KAAH,QAAGA,KAAH;EAAA,IAAUC,KAAV,QAAUA,KAAV;EAAA,4BAAiBC,WAAjB;EAAA,IAAiBA,WAAjB,iCAA+B,MAA/B;EAAA,OACbD,KAAK,GAAG,CAAR,GAAYD,KAAK,CAACG,OAAN,CAAcD,WAAd,CAAZ,GAAyC,SAD5B;AAAA,CATY,CAAtB;AAaP,OAAO,IAAME,aAAa,GAAGN,MAAM,CAAC,KAAD,CAAT,0NAAnB;AASP,OAAO,IAAMO,aAAa,GAAGP,MAAM,CAAC,KAAD,CAAT,oGAGV;EAAA,IAAGE,KAAH,SAAGA,KAAH;EAAA,IAAUC,KAAV,SAAUA,KAAV;EAAA,6BAAiBK,UAAjB;EAAA,IAAiBA,UAAjB,iCAA8B,MAA9B;EAAA,OACZL,KAAK,GAAG,CAAR,GAAYD,KAAK,CAACG,OAAN,CAAcG,UAAd,CAAZ,GAAwC,SAD5B;AAAA,CAHU,CAAnB"}
1
+ {"version":3,"file":"styled.js","names":["styled","StyledColumnItem","theme","index","spacingLeft","spacing","StyledMasonry","StyledRowItem","spacingTop"],"sources":["../../../../src/components/molecules/Masonry/styled.ts"],"sourcesContent":["import styled from '@emotion/styled';\nimport { StyleProps } from '@tecsinapse/react-core';\nimport { MasonryProps } from './Masonry';\n\nexport const StyledColumnItem = styled('div')<\n Partial<StyleProps> & { index: number } & Partial<MasonryProps>\n>`\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n align-content: stretch;\n flex: 1;\n width: 0;\n margin-left: ${({ theme, index, spacingLeft = 'nano' }) =>\n index > 0 ? theme.spacing[spacingLeft] : 'initial'};\n`;\n\nexport const StyledMasonry = styled('div')`\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-content: stretch;\n box-sizing: border-box;\n width: 100%;\n`;\n\nexport const StyledRowItem = styled('div')<\n Partial<StyleProps> & { index: number } & Partial<MasonryProps>\n>`\n margin-top: ${({ theme, index, spacingTop = 'nano' }) =>\n index > 0 ? theme.spacing[spacingTop] : 'initial'};\n`;\n"],"mappings":";;;;AAAA,OAAOA,MAAP,MAAmB,iBAAnB;AAIA,OAAO,IAAMC,gBAAgB,GAAGD,MAAM,CAAC,KAAD,CAAT,+NASZ;EAAA,IAAGE,KAAH,QAAGA,KAAH;EAAA,IAAUC,KAAV,QAAUA,KAAV;EAAA,4BAAiBC,WAAjB;EAAA,IAAiBA,WAAjB,iCAA+B,MAA/B;EAAA,OACbD,KAAK,GAAG,CAAR,GAAYD,KAAK,CAACG,OAAN,CAAcD,WAAd,CAAZ,GAAyC,SAD5B;AAAA,CATY,CAAtB;AAaP,OAAO,IAAME,aAAa,GAAGN,MAAM,CAAC,KAAD,CAAT,qNAAnB;AASP,OAAO,IAAMO,aAAa,GAAGP,MAAM,CAAC,KAAD,CAAT,+FAGV;EAAA,IAAGE,KAAH,SAAGA,KAAH;EAAA,IAAUC,KAAV,SAAUA,KAAV;EAAA,6BAAiBK,UAAjB;EAAA,IAAiBA,UAAjB,iCAA8B,MAA9B;EAAA,OACZL,KAAK,GAAG,CAAR,GAAYD,KAAK,CAACG,OAAN,CAAcG,UAAd,CAAZ,GAAwC,SAD5B;AAAA,CAHU,CAAnB"}
@@ -13,7 +13,7 @@ var MenuBlock = function MenuBlock(_ref) {
13
13
  spacingLeft: "mega"
14
14
  }, options.map(function (data) {
15
15
  return React.createElement(React.Fragment, {
16
- key: "" + data.title
16
+ key: "".concat(data.title)
17
17
  }, React.createElement(StyledContainerMenu, null, data.leftComponents && React.createElement(StyledLeftComponent, null, data.leftComponents), React.createElement(Text, {
18
18
  fontWeight: "bold"
19
19
  }, data.title)), React.createElement(StyledContainerItems, null, data.items.map(function (_ref2) {
@@ -1 +1 @@
1
- {"version":3,"file":"MenuBlock.js","names":["React","Text","MenuItem","StyledContainerItems","StyledContainerMenu","StyledLeftComponent","Masonry","MenuBlock","options","toggle","map","data","title","leftComponents","items","Component","props","rightComponents","memo"],"sources":["../../../../../src/components/molecules/Menubar/MenuBlock/MenuBlock.tsx"],"sourcesContent":["import React from 'react';\nimport { Text } from '@tecsinapse/react-core';\nimport { MenuItem } from './MenuItem';\nimport {\n StyledContainerItems,\n StyledContainerMenu,\n StyledLeftComponent,\n} from './styled';\nimport { ItemsOptions, OptionsType } from '../types';\nimport { Masonry } from '../../Masonry';\n\ninterface MenuBlockProps {\n toggle: () => void;\n options: OptionsType[];\n}\n\nconst MenuBlock: React.FC<MenuBlockProps> = ({ options, toggle }) => {\n return (\n <Masonry columns={4} spacingTop=\"kilo\" spacingLeft=\"mega\">\n {options.map(data => (\n <React.Fragment key={`${data.title}`}>\n <StyledContainerMenu>\n {data.leftComponents && (\n <StyledLeftComponent>{data.leftComponents}</StyledLeftComponent>\n )}\n <Text fontWeight=\"bold\">{data.title}</Text>\n </StyledContainerMenu>\n <StyledContainerItems>\n {data.items.map(\n ({\n title,\n Component,\n props,\n rightComponents,\n items,\n }: ItemsOptions) => (\n <MenuItem\n items={items}\n key={title}\n title={title}\n Component={Component}\n rightComponents={rightComponents}\n props={props}\n toggle={toggle}\n />\n )\n )}\n </StyledContainerItems>\n </React.Fragment>\n ))}\n </Masonry>\n );\n};\n\nexport default React.memo(MenuBlock);\n"],"mappings":"AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,IAAT,QAAqB,wBAArB;AACA,SAASC,QAAT;AACA,SACEC,oBADF,EAEEC,mBAFF,EAGEC,mBAHF;AAMA,SAASC,OAAT;;AAOA,IAAMC,SAAmC,GAAG,SAAtCA,SAAsC,OAAyB;EAAA,IAAtBC,OAAsB,QAAtBA,OAAsB;EAAA,IAAbC,MAAa,QAAbA,MAAa;EACnE,OACE,oBAAC,OAAD;IAAS,OAAO,EAAE,CAAlB;IAAqB,UAAU,EAAC,MAAhC;IAAuC,WAAW,EAAC;EAAnD,GACGD,OAAO,CAACE,GAAR,CAAY,UAAAC,IAAI;IAAA,OACf,oBAAC,KAAD,CAAO,QAAP;MAAgB,GAAG,OAAKA,IAAI,CAACC;IAA7B,GACE,oBAAC,mBAAD,QACGD,IAAI,CAACE,cAAL,IACC,oBAAC,mBAAD,QAAsBF,IAAI,CAACE,cAA3B,CAFJ,EAIE,oBAAC,IAAD;MAAM,UAAU,EAAC;IAAjB,GAAyBF,IAAI,CAACC,KAA9B,CAJF,CADF,EAOE,oBAAC,oBAAD,QACGD,IAAI,CAACG,KAAL,CAAWJ,GAAX,CACC;MAAA,IACEE,KADF,SACEA,KADF;MAAA,IAEEG,SAFF,SAEEA,SAFF;MAAA,IAGEC,KAHF,SAGEA,KAHF;MAAA,IAIEC,eAJF,SAIEA,eAJF;MAAA,IAKEH,KALF,SAKEA,KALF;MAAA,OAOE,oBAAC,QAAD;QACE,KAAK,EAAEA,KADT;QAEE,GAAG,EAAEF,KAFP;QAGE,KAAK,EAAEA,KAHT;QAIE,SAAS,EAAEG,SAJb;QAKE,eAAe,EAAEE,eALnB;QAME,KAAK,EAAED,KANT;QAOE,MAAM,EAAEP;MAPV,EAPF;IAAA,CADD,CADH,CAPF,CADe;EAAA,CAAhB,CADH,CADF;AAmCD,CApCD;;AAsCA,eAAeT,KAAK,CAACkB,IAAN,CAAWX,SAAX,CAAf"}
1
+ {"version":3,"file":"MenuBlock.js","names":["React","Text","MenuItem","StyledContainerItems","StyledContainerMenu","StyledLeftComponent","Masonry","MenuBlock","options","toggle","map","data","title","leftComponents","items","Component","props","rightComponents","memo"],"sources":["../../../../../src/components/molecules/Menubar/MenuBlock/MenuBlock.tsx"],"sourcesContent":["import React from 'react';\nimport { Text } from '@tecsinapse/react-core';\nimport { MenuItem } from './MenuItem';\nimport {\n StyledContainerItems,\n StyledContainerMenu,\n StyledLeftComponent,\n} from './styled';\nimport { ItemsOptions, OptionsType } from '../types';\nimport { Masonry } from '../../Masonry';\n\ninterface MenuBlockProps {\n toggle: () => void;\n options: OptionsType[];\n}\n\nconst MenuBlock: React.FC<MenuBlockProps> = ({ options, toggle }) => {\n return (\n <Masonry columns={4} spacingTop=\"kilo\" spacingLeft=\"mega\">\n {options.map(data => (\n <React.Fragment key={`${data.title}`}>\n <StyledContainerMenu>\n {data.leftComponents && (\n <StyledLeftComponent>{data.leftComponents}</StyledLeftComponent>\n )}\n <Text fontWeight=\"bold\">{data.title}</Text>\n </StyledContainerMenu>\n <StyledContainerItems>\n {data.items.map(\n ({\n title,\n Component,\n props,\n rightComponents,\n items,\n }: ItemsOptions) => (\n <MenuItem\n items={items}\n key={title}\n title={title}\n Component={Component}\n rightComponents={rightComponents}\n props={props}\n toggle={toggle}\n />\n )\n )}\n </StyledContainerItems>\n </React.Fragment>\n ))}\n </Masonry>\n );\n};\n\nexport default React.memo(MenuBlock);\n"],"mappings":"AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,IAAT,QAAqB,wBAArB;AACA,SAASC,QAAT;AACA,SACEC,oBADF,EAEEC,mBAFF,EAGEC,mBAHF;AAMA,SAASC,OAAT;;AAOA,IAAMC,SAAmC,GAAG,SAAtCA,SAAsC,OAAyB;EAAA,IAAtBC,OAAsB,QAAtBA,OAAsB;EAAA,IAAbC,MAAa,QAAbA,MAAa;EACnE,OACE,oBAAC,OAAD;IAAS,OAAO,EAAE,CAAlB;IAAqB,UAAU,EAAC,MAAhC;IAAuC,WAAW,EAAC;EAAnD,GACGD,OAAO,CAACE,GAAR,CAAY,UAAAC,IAAI;IAAA,OACf,oBAAC,KAAD,CAAO,QAAP;MAAgB,GAAG,YAAKA,IAAI,CAACC,KAAV;IAAnB,GACE,oBAAC,mBAAD,QACGD,IAAI,CAACE,cAAL,IACC,oBAAC,mBAAD,QAAsBF,IAAI,CAACE,cAA3B,CAFJ,EAIE,oBAAC,IAAD;MAAM,UAAU,EAAC;IAAjB,GAAyBF,IAAI,CAACC,KAA9B,CAJF,CADF,EAOE,oBAAC,oBAAD,QACGD,IAAI,CAACG,KAAL,CAAWJ,GAAX,CACC;MAAA,IACEE,KADF,SACEA,KADF;MAAA,IAEEG,SAFF,SAEEA,SAFF;MAAA,IAGEC,KAHF,SAGEA,KAHF;MAAA,IAIEC,eAJF,SAIEA,eAJF;MAAA,IAKEH,KALF,SAKEA,KALF;MAAA,OAOE,oBAAC,QAAD;QACE,KAAK,EAAEA,KADT;QAEE,GAAG,EAAEF,KAFP;QAGE,KAAK,EAAEA,KAHT;QAIE,SAAS,EAAEG,SAJb;QAKE,eAAe,EAAEE,eALnB;QAME,KAAK,EAAED,KANT;QAOE,MAAM,EAAEP;MAPV,EAPF;IAAA,CADD,CADH,CAPF,CADe;EAAA,CAAhB,CADH,CADF;AAmCD,CApCD;;AAsCA,eAAeT,KAAK,CAACkB,IAAN,CAAWX,SAAX,CAAf"}
@@ -1,5 +1,17 @@
1
1
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
2
 
3
+ function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
4
+
5
+ function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
6
+
7
+ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
8
+
9
+ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
10
+
11
+ function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; }
12
+
13
+ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
14
+
3
15
  import React from 'react';
4
16
  import { Icon, Text } from '@tecsinapse/react-core';
5
17
  import { SubMenuBlock } from "./SubMenuBlock";
@@ -17,8 +29,9 @@ var MenuItem = function MenuItem(_ref) {
17
29
  toggle = _ref.toggle;
18
30
 
19
31
  var _React$useState = React.useState(false),
20
- open = _React$useState[0],
21
- setOpen = _React$useState[1];
32
+ _React$useState2 = _slicedToArray(_React$useState, 2),
33
+ open = _React$useState2[0],
34
+ setOpen = _React$useState2[1];
22
35
 
23
36
  var noTextDecoration = {
24
37
  textDecoration: 'none'
@@ -46,7 +59,7 @@ var MenuItem = function MenuItem(_ref) {
46
59
  name: getIconName(),
47
60
  type: "material-community",
48
61
  fontColor: "orange"
49
- }))), open && (items == null ? void 0 : items.map(function (subItem) {
62
+ }))), open && (items === null || items === void 0 ? void 0 : items.map(function (subItem) {
50
63
  return React.createElement(SubMenuBlock, {
51
64
  key: subItem.title,
52
65
  data: subItem,
@@ -1 +1 @@
1
- {"version":3,"file":"MenuItem.js","names":["React","Icon","Text","SubMenuBlock","StyledRightComponent","StyledText","StyledContainerItemText","StyledSubButton","MenuItem","title","Component","props","rightComponents","items","toggle","useState","open","setOpen","noTextDecoration","textDecoration","getIconName","handleMenuAction","map","subItem"],"sources":["../../../../../../src/components/molecules/Menubar/MenuBlock/MenuItem/MenuItem.tsx"],"sourcesContent":["import React, { ElementType } from 'react';\nimport { Icon, Text } from '@tecsinapse/react-core';\nimport { SubMenuBlock } from './SubMenuBlock';\nimport { StyledRightComponent, StyledText } from '../styled';\nimport { StyledContainerItemText, StyledSubButton } from './styled';\nimport { ItemsOptions } from '../../types';\n\ninterface MenuItemProps {\n title: string;\n /** Wrapping component for element. This is used for navigation */\n Component: ElementType;\n /** Properties spread to wrapping Component */\n props: any;\n toggle: () => void;\n rightComponents?: React.ReactNode;\n items?: ItemsOptions[];\n}\n\nconst MenuItem: React.FC<MenuItemProps> = ({\n title,\n Component = 'a',\n props = {},\n rightComponents,\n items,\n toggle,\n}) => {\n const [open, setOpen] = React.useState<boolean>(false);\n\n const noTextDecoration = { textDecoration: 'none' };\n\n const getIconName = () =>\n open ? 'arrow-up-drop-circle-outline' : 'arrow-down-drop-circle-outline';\n\n const handleMenuAction = () => setOpen(!open);\n\n return (\n <>\n <StyledContainerItemText key={title}>\n <Component {...props} style={noTextDecoration} onClick={toggle}>\n <Text\n colorVariant={open ? 'primary' : 'secondary'}\n colorTone={open ? 'medium' : 'dark'}\n >\n <StyledText>{title}</StyledText>\n </Text>\n </Component>\n {rightComponents && !items && (\n <StyledRightComponent>{rightComponents}</StyledRightComponent>\n )}\n {items && (\n <StyledSubButton onClick={handleMenuAction}>\n <Icon\n name={getIconName()}\n type=\"material-community\"\n fontColor=\"orange\"\n />\n </StyledSubButton>\n )}\n </StyledContainerItemText>\n {open &&\n items?.map(subItem => (\n <SubMenuBlock key={subItem.title} data={subItem} toggle={toggle} />\n ))}\n </>\n );\n};\n\nexport default MenuItem;\n"],"mappings":";;AAAA,OAAOA,KAAP,MAAmC,OAAnC;AACA,SAASC,IAAT,EAAeC,IAAf,QAA2B,wBAA3B;AACA,SAASC,YAAT;AACA,SAASC,oBAAT,EAA+BC,UAA/B;AACA,SAASC,uBAAT,EAAkCC,eAAlC;;AAcA,IAAMC,QAAiC,GAAG,SAApCA,QAAoC,OAOpC;EAAA,IANJC,KAMI,QANJA,KAMI;EAAA,0BALJC,SAKI;EAAA,IALJA,SAKI,+BALQ,GAKR;EAAA,sBAJJC,KAII;EAAA,IAJJA,KAII,2BAJI,EAIJ;EAAA,IAHJC,eAGI,QAHJA,eAGI;EAAA,IAFJC,KAEI,QAFJA,KAEI;EAAA,IADJC,MACI,QADJA,MACI;;EACJ,sBAAwBd,KAAK,CAACe,QAAN,CAAwB,KAAxB,CAAxB;EAAA,IAAOC,IAAP;EAAA,IAAaC,OAAb;;EAEA,IAAMC,gBAAgB,GAAG;IAAEC,cAAc,EAAE;EAAlB,CAAzB;;EAEA,IAAMC,WAAW,GAAG,SAAdA,WAAc;IAAA,OAClBJ,IAAI,GAAG,8BAAH,GAAoC,gCADtB;EAAA,CAApB;;EAGA,IAAMK,gBAAgB,GAAG,SAAnBA,gBAAmB;IAAA,OAAMJ,OAAO,CAAC,CAACD,IAAF,CAAb;EAAA,CAAzB;;EAEA,OACE,0CACE,oBAAC,uBAAD;IAAyB,GAAG,EAAEP;EAA9B,GACE,oBAAC,SAAD,eAAeE,KAAf;IAAsB,KAAK,EAAEO,gBAA7B;IAA+C,OAAO,EAAEJ;EAAxD,IACE,oBAAC,IAAD;IACE,YAAY,EAAEE,IAAI,GAAG,SAAH,GAAe,WADnC;IAEE,SAAS,EAAEA,IAAI,GAAG,QAAH,GAAc;EAF/B,GAIE,oBAAC,UAAD,QAAaP,KAAb,CAJF,CADF,CADF,EASGG,eAAe,IAAI,CAACC,KAApB,IACC,oBAAC,oBAAD,QAAuBD,eAAvB,CAVJ,EAYGC,KAAK,IACJ,oBAAC,eAAD;IAAiB,OAAO,EAAEQ;EAA1B,GACE,oBAAC,IAAD;IACE,IAAI,EAAED,WAAW,EADnB;IAEE,IAAI,EAAC,oBAFP;IAGE,SAAS,EAAC;EAHZ,EADF,CAbJ,CADF,EAuBGJ,IAAI,KACHH,KADG,oBACHA,KAAK,CAAES,GAAP,CAAW,UAAAC,OAAO;IAAA,OAChB,oBAAC,YAAD;MAAc,GAAG,EAAEA,OAAO,CAACd,KAA3B;MAAkC,IAAI,EAAEc,OAAxC;MAAiD,MAAM,EAAET;IAAzD,EADgB;EAAA,CAAlB,CADG,CAvBP,CADF;AA8BD,CA/CD;;AAiDA,eAAeN,QAAf"}
1
+ {"version":3,"file":"MenuItem.js","names":["React","Icon","Text","SubMenuBlock","StyledRightComponent","StyledText","StyledContainerItemText","StyledSubButton","MenuItem","title","Component","props","rightComponents","items","toggle","useState","open","setOpen","noTextDecoration","textDecoration","getIconName","handleMenuAction","map","subItem"],"sources":["../../../../../../src/components/molecules/Menubar/MenuBlock/MenuItem/MenuItem.tsx"],"sourcesContent":["import React, { ElementType } from 'react';\nimport { Icon, Text } from '@tecsinapse/react-core';\nimport { SubMenuBlock } from './SubMenuBlock';\nimport { StyledRightComponent, StyledText } from '../styled';\nimport { StyledContainerItemText, StyledSubButton } from './styled';\nimport { ItemsOptions } from '../../types';\n\ninterface MenuItemProps {\n title: string;\n /** Wrapping component for element. This is used for navigation */\n Component: ElementType;\n /** Properties spread to wrapping Component */\n props: any;\n toggle: () => void;\n rightComponents?: React.ReactNode;\n items?: ItemsOptions[];\n}\n\nconst MenuItem: React.FC<MenuItemProps> = ({\n title,\n Component = 'a',\n props = {},\n rightComponents,\n items,\n toggle,\n}) => {\n const [open, setOpen] = React.useState<boolean>(false);\n\n const noTextDecoration = { textDecoration: 'none' };\n\n const getIconName = () =>\n open ? 'arrow-up-drop-circle-outline' : 'arrow-down-drop-circle-outline';\n\n const handleMenuAction = () => setOpen(!open);\n\n return (\n <>\n <StyledContainerItemText key={title}>\n <Component {...props} style={noTextDecoration} onClick={toggle}>\n <Text\n colorVariant={open ? 'primary' : 'secondary'}\n colorTone={open ? 'medium' : 'dark'}\n >\n <StyledText>{title}</StyledText>\n </Text>\n </Component>\n {rightComponents && !items && (\n <StyledRightComponent>{rightComponents}</StyledRightComponent>\n )}\n {items && (\n <StyledSubButton onClick={handleMenuAction}>\n <Icon\n name={getIconName()}\n type=\"material-community\"\n fontColor=\"orange\"\n />\n </StyledSubButton>\n )}\n </StyledContainerItemText>\n {open &&\n items?.map(subItem => (\n <SubMenuBlock key={subItem.title} data={subItem} toggle={toggle} />\n ))}\n </>\n );\n};\n\nexport default MenuItem;\n"],"mappings":";;;;;;;;;;;;;;AAAA,OAAOA,KAAP,MAAmC,OAAnC;AACA,SAASC,IAAT,EAAeC,IAAf,QAA2B,wBAA3B;AACA,SAASC,YAAT;AACA,SAASC,oBAAT,EAA+BC,UAA/B;AACA,SAASC,uBAAT,EAAkCC,eAAlC;;AAcA,IAAMC,QAAiC,GAAG,SAApCA,QAAoC,OAOpC;EAAA,IANJC,KAMI,QANJA,KAMI;EAAA,0BALJC,SAKI;EAAA,IALJA,SAKI,+BALQ,GAKR;EAAA,sBAJJC,KAII;EAAA,IAJJA,KAII,2BAJI,EAIJ;EAAA,IAHJC,eAGI,QAHJA,eAGI;EAAA,IAFJC,KAEI,QAFJA,KAEI;EAAA,IADJC,MACI,QADJA,MACI;;EACJ,sBAAwBd,KAAK,CAACe,QAAN,CAAwB,KAAxB,CAAxB;EAAA;EAAA,IAAOC,IAAP;EAAA,IAAaC,OAAb;;EAEA,IAAMC,gBAAgB,GAAG;IAAEC,cAAc,EAAE;EAAlB,CAAzB;;EAEA,IAAMC,WAAW,GAAG,SAAdA,WAAc;IAAA,OAClBJ,IAAI,GAAG,8BAAH,GAAoC,gCADtB;EAAA,CAApB;;EAGA,IAAMK,gBAAgB,GAAG,SAAnBA,gBAAmB;IAAA,OAAMJ,OAAO,CAAC,CAACD,IAAF,CAAb;EAAA,CAAzB;;EAEA,OACE,0CACE,oBAAC,uBAAD;IAAyB,GAAG,EAAEP;EAA9B,GACE,oBAAC,SAAD,eAAeE,KAAf;IAAsB,KAAK,EAAEO,gBAA7B;IAA+C,OAAO,EAAEJ;EAAxD,IACE,oBAAC,IAAD;IACE,YAAY,EAAEE,IAAI,GAAG,SAAH,GAAe,WADnC;IAEE,SAAS,EAAEA,IAAI,GAAG,QAAH,GAAc;EAF/B,GAIE,oBAAC,UAAD,QAAaP,KAAb,CAJF,CADF,CADF,EASGG,eAAe,IAAI,CAACC,KAApB,IACC,oBAAC,oBAAD,QAAuBD,eAAvB,CAVJ,EAYGC,KAAK,IACJ,oBAAC,eAAD;IAAiB,OAAO,EAAEQ;EAA1B,GACE,oBAAC,IAAD;IACE,IAAI,EAAED,WAAW,EADnB;IAEE,IAAI,EAAC,oBAFP;IAGE,SAAS,EAAC;EAHZ,EADF,CAbJ,CADF,EAuBGJ,IAAI,KACHH,KADG,aACHA,KADG,uBACHA,KAAK,CAAES,GAAP,CAAW,UAAAC,OAAO;IAAA,OAChB,oBAAC,YAAD;MAAc,GAAG,EAAEA,OAAO,CAACd,KAA3B;MAAkC,IAAI,EAAEc,OAAxC;MAAiD,MAAM,EAAET;IAAzD,EADgB;EAAA,CAAlB,CADG,CAvBP,CADF;AA8BD,CA/CD;;AAiDA,eAAeN,QAAf"}
@@ -1,15 +1,15 @@
1
1
  var _templateObject, _templateObject2;
2
2
 
3
- function _taggedTemplateLiteralLoose(strings, raw) { if (!raw) { raw = strings.slice(0); } strings.raw = raw; return strings; }
3
+ function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
4
4
 
5
5
  import styled from '@emotion/styled';
6
- export var StyledContainerItem = styled('div')(_templateObject || (_templateObject = _taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n"])));
7
- export var DummyBorder = styled('div')(_templateObject2 || (_templateObject2 = _taggedTemplateLiteralLoose(["\n height: ", ";\n border-left: ", ";\n margin-right: ", ";\n"])), function (_ref) {
6
+ export var StyledContainerItem = styled('div')(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n display: flex;\n align-items: center;\n"])));
7
+ export var DummyBorder = styled('div')(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n height: ", ";\n border-left: ", ";\n margin-right: ", ";\n"])), function (_ref) {
8
8
  var theme = _ref.theme;
9
9
  return theme.typography.sub.fontSize;
10
10
  }, function (_ref2) {
11
11
  var theme = _ref2.theme;
12
- return theme.borderWidth.pico + " solid " + theme.color.primary.medium;
12
+ return "".concat(theme.borderWidth.pico, " solid ").concat(theme.color.primary.medium);
13
13
  }, function (_ref3) {
14
14
  var theme = _ref3.theme;
15
15
  return theme.spacing.mili;
@@ -1 +1 @@
1
- {"version":3,"file":"styled.js","names":["styled","StyledContainerItem","DummyBorder","theme","typography","sub","fontSize","borderWidth","pico","color","primary","medium","spacing","mili"],"sources":["../../../../../../../src/components/molecules/Menubar/MenuBlock/MenuItem/SubMenuBlock/styled.ts"],"sourcesContent":["import styled from '@emotion/styled';\nimport { StyleProps } from '@tecsinapse/react-core';\n\nexport const StyledContainerItem = styled('div')<Partial<StyleProps>>`\n display: flex;\n align-items: center;\n`;\n\nexport const DummyBorder = styled('div')<Partial<StyleProps>>`\n height: ${({ theme }) => theme.typography.sub.fontSize};\n border-left: ${({ theme }) =>\n `${theme.borderWidth.pico} solid ${theme.color.primary.medium}`};\n margin-right: ${({ theme }) => theme.spacing.mili};\n`;\n"],"mappings":";;;;AAAA,OAAOA,MAAP,MAAmB,iBAAnB;AAGA,OAAO,IAAMC,mBAAmB,GAAGD,MAAM,CAAC,KAAD,CAAT,sHAAzB;AAKP,OAAO,IAAME,WAAW,GAAGF,MAAM,CAAC,KAAD,CAAT,6IACZ;EAAA,IAAGG,KAAH,QAAGA,KAAH;EAAA,OAAeA,KAAK,CAACC,UAAN,CAAiBC,GAAjB,CAAqBC,QAApC;AAAA,CADY,EAEP;EAAA,IAAGH,KAAH,SAAGA,KAAH;EAAA,OACVA,KAAK,CAACI,WAAN,CAAkBC,IADR,eACsBL,KAAK,CAACM,KAAN,CAAYC,OAAZ,CAAoBC,MAD1C;AAAA,CAFO,EAIN;EAAA,IAAGR,KAAH,SAAGA,KAAH;EAAA,OAAeA,KAAK,CAACS,OAAN,CAAcC,IAA7B;AAAA,CAJM,CAAjB"}
1
+ {"version":3,"file":"styled.js","names":["styled","StyledContainerItem","DummyBorder","theme","typography","sub","fontSize","borderWidth","pico","color","primary","medium","spacing","mili"],"sources":["../../../../../../../src/components/molecules/Menubar/MenuBlock/MenuItem/SubMenuBlock/styled.ts"],"sourcesContent":["import styled from '@emotion/styled';\nimport { StyleProps } from '@tecsinapse/react-core';\n\nexport const StyledContainerItem = styled('div')<Partial<StyleProps>>`\n display: flex;\n align-items: center;\n`;\n\nexport const DummyBorder = styled('div')<Partial<StyleProps>>`\n height: ${({ theme }) => theme.typography.sub.fontSize};\n border-left: ${({ theme }) =>\n `${theme.borderWidth.pico} solid ${theme.color.primary.medium}`};\n margin-right: ${({ theme }) => theme.spacing.mili};\n`;\n"],"mappings":";;;;AAAA,OAAOA,MAAP,MAAmB,iBAAnB;AAGA,OAAO,IAAMC,mBAAmB,GAAGD,MAAM,CAAC,KAAD,CAAT,iHAAzB;AAKP,OAAO,IAAME,WAAW,GAAGF,MAAM,CAAC,KAAD,CAAT,wIACZ;EAAA,IAAGG,KAAH,QAAGA,KAAH;EAAA,OAAeA,KAAK,CAACC,UAAN,CAAiBC,GAAjB,CAAqBC,QAApC;AAAA,CADY,EAEP;EAAA,IAAGH,KAAH,SAAGA,KAAH;EAAA,iBACVA,KAAK,CAACI,WAAN,CAAkBC,IADR,oBACsBL,KAAK,CAACM,KAAN,CAAYC,OAAZ,CAAoBC,MAD1C;AAAA,CAFO,EAIN;EAAA,IAAGR,KAAH,SAAGA,KAAH;EAAA,OAAeA,KAAK,CAACS,OAAN,CAAcC,IAA7B;AAAA,CAJM,CAAjB"}
@@ -1,13 +1,13 @@
1
1
  var _templateObject, _templateObject2;
2
2
 
3
- function _taggedTemplateLiteralLoose(strings, raw) { if (!raw) { raw = strings.slice(0); } strings.raw = raw; return strings; }
3
+ function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
4
4
 
5
5
  import styled from '@emotion/styled';
6
- export var StyledContainerItemText = styled('div')(_templateObject || (_templateObject = _taggedTemplateLiteralLoose(["\n margin-top: ", ";\n display: flex;\n align-items: center;\n"])), function (_ref) {
6
+ export var StyledContainerItemText = styled('div')(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n margin-top: ", ";\n display: flex;\n align-items: center;\n"])), function (_ref) {
7
7
  var theme = _ref.theme;
8
8
  return theme.spacing.mili;
9
9
  });
10
- export var StyledSubButton = styled('span')(_templateObject2 || (_templateObject2 = _taggedTemplateLiteralLoose(["\n padding-top: ", " 0 0 0;\n margin-left: ", ";\n cursor: pointer;\n & * {\n user-select: none;\n }\n"])), function (_ref2) {
10
+ export var StyledSubButton = styled('span')(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n padding-top: ", " 0 0 0;\n margin-left: ", ";\n cursor: pointer;\n & * {\n user-select: none;\n }\n"])), function (_ref2) {
11
11
  var theme = _ref2.theme;
12
12
  return theme.spacing.nano;
13
13
  }, function (_ref3) {
@@ -1 +1 @@
1
- {"version":3,"file":"styled.js","names":["styled","StyledContainerItemText","theme","spacing","mili","StyledSubButton","nano"],"sources":["../../../../../../src/components/molecules/Menubar/MenuBlock/MenuItem/styled.ts"],"sourcesContent":["import styled from '@emotion/styled';\nimport { StyleProps } from '@tecsinapse/react-core';\n\nexport const StyledContainerItemText = styled('div')<Partial<StyleProps>>`\n margin-top: ${({ theme }) => theme.spacing.mili};\n display: flex;\n align-items: center;\n`;\n\nexport const StyledSubButton = styled('span')<Partial<StyleProps>>`\n padding-top: ${({ theme }) => theme.spacing.nano} 0 0 0;\n margin-left: ${({ theme }) => theme.spacing.mili};\n cursor: pointer;\n & * {\n user-select: none;\n }\n`;\n"],"mappings":";;;;AAAA,OAAOA,MAAP,MAAmB,iBAAnB;AAGA,OAAO,IAAMC,uBAAuB,GAAGD,MAAM,CAAC,KAAD,CAAT,4IACpB;EAAA,IAAGE,KAAH,QAAGA,KAAH;EAAA,OAAeA,KAAK,CAACC,OAAN,CAAcC,IAA7B;AAAA,CADoB,CAA7B;AAMP,OAAO,IAAMC,eAAe,GAAGL,MAAM,CAAC,MAAD,CAAT,2LACX;EAAA,IAAGE,KAAH,SAAGA,KAAH;EAAA,OAAeA,KAAK,CAACC,OAAN,CAAcG,IAA7B;AAAA,CADW,EAEX;EAAA,IAAGJ,KAAH,SAAGA,KAAH;EAAA,OAAeA,KAAK,CAACC,OAAN,CAAcC,IAA7B;AAAA,CAFW,CAArB"}
1
+ {"version":3,"file":"styled.js","names":["styled","StyledContainerItemText","theme","spacing","mili","StyledSubButton","nano"],"sources":["../../../../../../src/components/molecules/Menubar/MenuBlock/MenuItem/styled.ts"],"sourcesContent":["import styled from '@emotion/styled';\nimport { StyleProps } from '@tecsinapse/react-core';\n\nexport const StyledContainerItemText = styled('div')<Partial<StyleProps>>`\n margin-top: ${({ theme }) => theme.spacing.mili};\n display: flex;\n align-items: center;\n`;\n\nexport const StyledSubButton = styled('span')<Partial<StyleProps>>`\n padding-top: ${({ theme }) => theme.spacing.nano} 0 0 0;\n margin-left: ${({ theme }) => theme.spacing.mili};\n cursor: pointer;\n & * {\n user-select: none;\n }\n`;\n"],"mappings":";;;;AAAA,OAAOA,MAAP,MAAmB,iBAAnB;AAGA,OAAO,IAAMC,uBAAuB,GAAGD,MAAM,CAAC,KAAD,CAAT,uIACpB;EAAA,IAAGE,KAAH,QAAGA,KAAH;EAAA,OAAeA,KAAK,CAACC,OAAN,CAAcC,IAA7B;AAAA,CADoB,CAA7B;AAMP,OAAO,IAAMC,eAAe,GAAGL,MAAM,CAAC,MAAD,CAAT,sLACX;EAAA,IAAGE,KAAH,SAAGA,KAAH;EAAA,OAAeA,KAAK,CAACC,OAAN,CAAcG,IAA7B;AAAA,CADW,EAEX;EAAA,IAAGJ,KAAH,SAAGA,KAAH;EAAA,OAAeA,KAAK,CAACC,OAAN,CAAcC,IAA7B;AAAA,CAFW,CAArB"}
@@ -1,26 +1,26 @@
1
1
  var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5;
2
2
 
3
- function _taggedTemplateLiteralLoose(strings, raw) { if (!raw) { raw = strings.slice(0); } strings.raw = raw; return strings; }
3
+ function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
4
4
 
5
5
  import styled from '@emotion/styled';
6
6
  import { hex2rgba } from '@tecsinapse/react-core';
7
- export var StyledLeftComponent = styled('div')(_templateObject || (_templateObject = _taggedTemplateLiteralLoose(["\n margin-right: ", ";\n"])), function (_ref) {
7
+ export var StyledLeftComponent = styled('div')(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n margin-right: ", ";\n"])), function (_ref) {
8
8
  var theme = _ref.theme;
9
9
  return theme.spacing.mili;
10
10
  });
11
- export var StyledRightComponent = styled('div')(_templateObject2 || (_templateObject2 = _taggedTemplateLiteralLoose(["\n margin-left: ", ";\n"])), function (_ref2) {
11
+ export var StyledRightComponent = styled('div')(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n margin-left: ", ";\n"])), function (_ref2) {
12
12
  var theme = _ref2.theme;
13
13
  return theme.spacing.mili;
14
14
  });
15
- export var StyledContainerMenu = styled('div')(_templateObject3 || (_templateObject3 = _taggedTemplateLiteralLoose(["\n flex-direction: row;\n display: flex;\n align-items: center;\n border-bottom: ", ";\n width: 100%;\n padding-bottom: ", ";\n"])), function (_ref3) {
15
+ export var StyledContainerMenu = styled('div')(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["\n flex-direction: row;\n display: flex;\n align-items: center;\n border-bottom: ", ";\n width: 100%;\n padding-bottom: ", ";\n"])), function (_ref3) {
16
16
  var theme = _ref3.theme;
17
- return theme.borderWidth.pico + " solid " + hex2rgba(theme.miscellaneous.shadow, 0.05);
17
+ return "".concat(theme.borderWidth.pico, " solid ").concat(hex2rgba(theme.miscellaneous.shadow, 0.05));
18
18
  }, function (_ref4) {
19
19
  var theme = _ref4.theme;
20
20
  return theme.spacing.mili;
21
21
  });
22
- export var StyledContainerItems = styled('div')(_templateObject4 || (_templateObject4 = _taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: column;\n"])));
23
- export var StyledText = styled('span')(_templateObject5 || (_templateObject5 = _taggedTemplateLiteralLoose(["\n &:hover {\n color: ", ";\n }\n"])), function (_ref5) {
22
+ export var StyledContainerItems = styled('div')(_templateObject4 || (_templateObject4 = _taggedTemplateLiteral(["\n display: flex;\n flex-direction: column;\n"])));
23
+ export var StyledText = styled('span')(_templateObject5 || (_templateObject5 = _taggedTemplateLiteral(["\n &:hover {\n color: ", ";\n }\n"])), function (_ref5) {
24
24
  var theme = _ref5.theme;
25
25
  return theme.font.color.orange;
26
26
  });
@@ -1 +1 @@
1
- {"version":3,"file":"styled.js","names":["styled","hex2rgba","StyledLeftComponent","theme","spacing","mili","StyledRightComponent","StyledContainerMenu","borderWidth","pico","miscellaneous","shadow","StyledContainerItems","StyledText","font","color","orange"],"sources":["../../../../../src/components/molecules/Menubar/MenuBlock/styled.ts"],"sourcesContent":["import styled from '@emotion/styled';\nimport { hex2rgba, StyleProps } from '@tecsinapse/react-core';\n\nexport const StyledLeftComponent = styled('div')<Partial<StyleProps>>`\n margin-right: ${({ theme }) => theme.spacing.mili};\n`;\n\nexport const StyledRightComponent = styled('div')<Partial<StyleProps>>`\n margin-left: ${({ theme }) => theme.spacing.mili};\n`;\n\nexport const StyledContainerMenu = styled('div')<Partial<StyleProps>>`\n flex-direction: row;\n display: flex;\n align-items: center;\n border-bottom: ${({ theme }) =>\n `${theme.borderWidth.pico} solid ${hex2rgba(\n theme.miscellaneous.shadow,\n 0.05\n )}`};\n width: 100%;\n padding-bottom: ${({ theme }) => theme.spacing.mili};\n`;\n\nexport const StyledContainerItems = styled('div')<Partial<StyleProps>>`\n display: flex;\n flex-direction: column;\n`;\n\nexport const StyledText = styled('span')<Partial<StyleProps>>`\n &:hover {\n color: ${({ theme }) => theme.font.color.orange};\n }\n`;\n"],"mappings":";;;;AAAA,OAAOA,MAAP,MAAmB,iBAAnB;AACA,SAASC,QAAT,QAAqC,wBAArC;AAEA,OAAO,IAAMC,mBAAmB,GAAGF,MAAM,CAAC,KAAD,CAAT,oGACd;EAAA,IAAGG,KAAH,QAAGA,KAAH;EAAA,OAAeA,KAAK,CAACC,OAAN,CAAcC,IAA7B;AAAA,CADc,CAAzB;AAIP,OAAO,IAAMC,oBAAoB,GAAGN,MAAM,CAAC,KAAD,CAAT,qGAChB;EAAA,IAAGG,KAAH,SAAGA,KAAH;EAAA,OAAeA,KAAK,CAACC,OAAN,CAAcC,IAA7B;AAAA,CADgB,CAA1B;AAIP,OAAO,IAAME,mBAAmB,GAAGP,MAAM,CAAC,KAAD,CAAT,kNAIb;EAAA,IAAGG,KAAH,SAAGA,KAAH;EAAA,OACZA,KAAK,CAACK,WAAN,CAAkBC,IADN,eACoBR,QAAQ,CACzCE,KAAK,CAACO,aAAN,CAAoBC,MADqB,EAEzC,IAFyC,CAD5B;AAAA,CAJa,EAUZ;EAAA,IAAGR,KAAH,SAAGA,KAAH;EAAA,OAAeA,KAAK,CAACC,OAAN,CAAcC,IAA7B;AAAA,CAVY,CAAzB;AAaP,OAAO,IAAMO,oBAAoB,GAAGZ,MAAM,CAAC,KAAD,CAAT,2HAA1B;AAKP,OAAO,IAAMa,UAAU,GAAGb,MAAM,CAAC,MAAD,CAAT,mHAEV;EAAA,IAAGG,KAAH,SAAGA,KAAH;EAAA,OAAeA,KAAK,CAACW,IAAN,CAAWC,KAAX,CAAiBC,MAAhC;AAAA,CAFU,CAAhB"}
1
+ {"version":3,"file":"styled.js","names":["styled","hex2rgba","StyledLeftComponent","theme","spacing","mili","StyledRightComponent","StyledContainerMenu","borderWidth","pico","miscellaneous","shadow","StyledContainerItems","StyledText","font","color","orange"],"sources":["../../../../../src/components/molecules/Menubar/MenuBlock/styled.ts"],"sourcesContent":["import styled from '@emotion/styled';\nimport { hex2rgba, StyleProps } from '@tecsinapse/react-core';\n\nexport const StyledLeftComponent = styled('div')<Partial<StyleProps>>`\n margin-right: ${({ theme }) => theme.spacing.mili};\n`;\n\nexport const StyledRightComponent = styled('div')<Partial<StyleProps>>`\n margin-left: ${({ theme }) => theme.spacing.mili};\n`;\n\nexport const StyledContainerMenu = styled('div')<Partial<StyleProps>>`\n flex-direction: row;\n display: flex;\n align-items: center;\n border-bottom: ${({ theme }) =>\n `${theme.borderWidth.pico} solid ${hex2rgba(\n theme.miscellaneous.shadow,\n 0.05\n )}`};\n width: 100%;\n padding-bottom: ${({ theme }) => theme.spacing.mili};\n`;\n\nexport const StyledContainerItems = styled('div')<Partial<StyleProps>>`\n display: flex;\n flex-direction: column;\n`;\n\nexport const StyledText = styled('span')<Partial<StyleProps>>`\n &:hover {\n color: ${({ theme }) => theme.font.color.orange};\n }\n`;\n"],"mappings":";;;;AAAA,OAAOA,MAAP,MAAmB,iBAAnB;AACA,SAASC,QAAT,QAAqC,wBAArC;AAEA,OAAO,IAAMC,mBAAmB,GAAGF,MAAM,CAAC,KAAD,CAAT,+FACd;EAAA,IAAGG,KAAH,QAAGA,KAAH;EAAA,OAAeA,KAAK,CAACC,OAAN,CAAcC,IAA7B;AAAA,CADc,CAAzB;AAIP,OAAO,IAAMC,oBAAoB,GAAGN,MAAM,CAAC,KAAD,CAAT,gGAChB;EAAA,IAAGG,KAAH,SAAGA,KAAH;EAAA,OAAeA,KAAK,CAACC,OAAN,CAAcC,IAA7B;AAAA,CADgB,CAA1B;AAIP,OAAO,IAAME,mBAAmB,GAAGP,MAAM,CAAC,KAAD,CAAT,6MAIb;EAAA,IAAGG,KAAH,SAAGA,KAAH;EAAA,iBACZA,KAAK,CAACK,WAAN,CAAkBC,IADN,oBACoBR,QAAQ,CACzCE,KAAK,CAACO,aAAN,CAAoBC,MADqB,EAEzC,IAFyC,CAD5B;AAAA,CAJa,EAUZ;EAAA,IAAGR,KAAH,SAAGA,KAAH;EAAA,OAAeA,KAAK,CAACC,OAAN,CAAcC,IAA7B;AAAA,CAVY,CAAzB;AAaP,OAAO,IAAMO,oBAAoB,GAAGZ,MAAM,CAAC,KAAD,CAAT,sHAA1B;AAKP,OAAO,IAAMa,UAAU,GAAGb,MAAM,CAAC,MAAD,CAAT,8GAEV;EAAA,IAAGG,KAAH,SAAGA,KAAH;EAAA,OAAeA,KAAK,CAACW,IAAN,CAAWC,KAAX,CAAiBC,MAAhC;AAAA,CAFU,CAAhB"}