@decisiv/ui-components 2.0.1-alpha.20 → 2.0.1-alpha.201

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 (555) hide show
  1. package/lib/atoms/BaseButton/index.d.ts.map +1 -1
  2. package/lib/atoms/BaseButton/index.js +1 -1
  3. package/lib/atoms/BooleanInput/elements.d.ts.map +1 -1
  4. package/lib/atoms/BooleanInput/elements.js +8 -3
  5. package/lib/atoms/BooleanInput/index.d.ts.map +1 -1
  6. package/lib/atoms/BooleanInput/index.js +26 -5
  7. package/lib/atoms/BooleanInput/index.test.js +17 -6
  8. package/lib/atoms/BooleanInput/types.d.ts +4 -0
  9. package/lib/atoms/BooleanInput/types.d.ts.map +1 -1
  10. package/lib/atoms/BooleanInput/types.js +5 -1
  11. package/lib/atoms/Calendar/hooks/useCalendar/index.d.ts.map +1 -1
  12. package/lib/atoms/Calendar/hooks/useCalendar/index.js +2 -1
  13. package/lib/atoms/Calendar/hooks/useCalendar/index.test.js +5 -6
  14. package/lib/atoms/Calendar/index.d.ts.map +1 -1
  15. package/lib/atoms/Calendar/index.js +46 -6
  16. package/lib/atoms/Calendar/index.test.js +68 -38
  17. package/lib/atoms/Calendar/types.d.ts +1 -1
  18. package/lib/atoms/Calendar/types.d.ts.map +1 -1
  19. package/lib/atoms/Calendar/types.js +5 -1
  20. package/lib/atoms/InputField/Containers.d.ts +12 -6
  21. package/lib/atoms/InputField/Containers.d.ts.map +1 -1
  22. package/lib/atoms/InputField/Containers.js +8 -6
  23. package/lib/atoms/InputField/HelpMessage.d.ts +1 -1
  24. package/lib/atoms/InputField/HelpMessage.d.ts.map +1 -1
  25. package/lib/atoms/InputField/HelpMessage.js +2 -1
  26. package/lib/atoms/InputField/InputLabel.d.ts +1 -0
  27. package/lib/atoms/InputField/InputLabel.d.ts.map +1 -1
  28. package/lib/atoms/InputField/InputLabel.js +2 -1
  29. package/lib/atoms/InputField/index.d.ts +8 -1
  30. package/lib/atoms/InputField/index.d.ts.map +1 -1
  31. package/lib/atoms/InputField/index.js +27 -9
  32. package/lib/atoms/InputField/index.test.js +91 -0
  33. package/lib/atoms/InputField/schema.d.ts.map +1 -1
  34. package/lib/atoms/InputField/schema.js +3 -2
  35. package/lib/atoms/OptionsList/Category/index.d.ts +4 -0
  36. package/lib/atoms/OptionsList/Category/index.d.ts.map +1 -0
  37. package/lib/atoms/OptionsList/{Category.js → Category/index.js} +13 -21
  38. package/lib/atoms/OptionsList/Category/styles.d.ts +6 -0
  39. package/lib/atoms/OptionsList/Category/styles.d.ts.map +1 -0
  40. package/lib/atoms/OptionsList/Category/styles.js +36 -0
  41. package/lib/atoms/OptionsList/{Option.d.ts → Option/index.d.ts} +2 -2
  42. package/lib/atoms/OptionsList/Option/index.d.ts.map +1 -0
  43. package/lib/atoms/OptionsList/Option/index.js +169 -0
  44. package/lib/atoms/OptionsList/Option/styles.d.ts +17 -0
  45. package/lib/atoms/OptionsList/Option/styles.d.ts.map +1 -0
  46. package/lib/atoms/OptionsList/Option/styles.js +83 -0
  47. package/lib/atoms/OptionsList/index.d.ts.map +1 -1
  48. package/lib/atoms/OptionsList/index.js +16 -7
  49. package/lib/atoms/OptionsList/index.test.js +249 -156
  50. package/lib/atoms/OptionsList/schema.d.ts.map +1 -1
  51. package/lib/atoms/OptionsList/schema.js +3 -1
  52. package/lib/atoms/OptionsList/types.d.ts +23 -0
  53. package/lib/atoms/OptionsList/types.d.ts.map +1 -1
  54. package/lib/atoms/OptionsList/types.js +5 -1
  55. package/lib/atoms/RequiredIcon.d.ts +9 -0
  56. package/lib/atoms/RequiredIcon.d.ts.map +1 -0
  57. package/lib/atoms/{InputField/RequiredIcon.js → RequiredIcon.js} +7 -3
  58. package/lib/components/Accordion/types.js +5 -1
  59. package/lib/components/Accordion/useAccordion/types.js +5 -1
  60. package/lib/components/Alert/Container.d.ts +201 -0
  61. package/lib/components/Alert/Container.d.ts.map +1 -0
  62. package/lib/components/Alert/Container.js +26 -0
  63. package/lib/components/Alert/StyledButton.d.ts +5 -0
  64. package/lib/components/Alert/StyledButton.d.ts.map +1 -0
  65. package/lib/components/Alert/StyledButton.js +23 -0
  66. package/lib/components/Alert/index.d.ts +27 -0
  67. package/lib/components/Alert/index.d.ts.map +1 -0
  68. package/lib/components/Alert/index.js +112 -0
  69. package/lib/components/Alert/index.test.js +79 -0
  70. package/lib/components/Alert/intents.d.ts +13 -0
  71. package/lib/components/Alert/intents.d.ts.map +1 -0
  72. package/lib/components/Alert/intents.js +72 -0
  73. package/lib/components/{Tabs/schema.tab.d.ts → Alert/schema.d.ts} +1 -1
  74. package/lib/components/Alert/schema.d.ts.map +1 -0
  75. package/lib/components/Alert/schema.js +25 -0
  76. package/lib/components/Alert/types.d.ts +36 -0
  77. package/lib/components/Alert/types.d.ts.map +1 -0
  78. package/lib/components/Alert/types.js +32 -0
  79. package/lib/components/Avatar/AvatarContainer.d.ts +1 -13
  80. package/lib/components/Avatar/AvatarContainer.d.ts.map +1 -1
  81. package/lib/components/Avatar/AvatarContainer.js +12 -13
  82. package/lib/components/Avatar/AvatarContent.d.ts +2 -2
  83. package/lib/components/Avatar/AvatarContent.d.ts.map +1 -1
  84. package/lib/components/Avatar/AvatarContent.js +24 -20
  85. package/lib/components/Avatar/index.d.ts.map +1 -1
  86. package/lib/components/Avatar/index.js +39 -5
  87. package/lib/components/Avatar/index.test.js +4 -0
  88. package/lib/components/Avatar/schema.d.ts.map +1 -1
  89. package/lib/components/Avatar/schema.js +3 -1
  90. package/lib/components/Avatar/types.d.ts +15 -2
  91. package/lib/components/Avatar/types.d.ts.map +1 -1
  92. package/lib/components/Avatar/types.js +5 -1
  93. package/lib/components/Badge/constants.d.ts +2 -0
  94. package/lib/components/Badge/constants.d.ts.map +1 -0
  95. package/lib/components/Badge/constants.js +29 -0
  96. package/lib/components/Badge/index.d.ts.map +1 -1
  97. package/lib/components/Badge/index.js +3 -70
  98. package/lib/components/Badge/index.test.js +62 -8
  99. package/lib/components/Badge/schema.d.ts.map +1 -1
  100. package/lib/components/Badge/schema.js +2 -1
  101. package/lib/components/Badge/styles.d.ts +3 -0
  102. package/lib/components/Badge/styles.d.ts.map +1 -0
  103. package/lib/components/Badge/styles.js +96 -0
  104. package/lib/components/Badge/types.d.ts +3 -2
  105. package/lib/components/Badge/types.d.ts.map +1 -1
  106. package/lib/components/Badge/types.js +7 -3
  107. package/lib/components/Breadcrumbs/types.js +5 -1
  108. package/lib/components/Button/StyledButton.d.ts +3 -6
  109. package/lib/components/Button/StyledButton.d.ts.map +1 -1
  110. package/lib/components/Button/StyledButton.js +39 -11
  111. package/lib/components/Button/index.d.ts.map +1 -1
  112. package/lib/components/Button/index.js +51 -12
  113. package/lib/components/Button/index.test.js +43 -8
  114. package/lib/components/Button/schema.d.ts.map +1 -1
  115. package/lib/components/Button/schema.js +4 -1
  116. package/lib/components/Button/types.d.ts +4 -1
  117. package/lib/components/Button/types.d.ts.map +1 -1
  118. package/lib/components/Button/types.js +5 -1
  119. package/lib/components/Checkbox/index.d.ts.map +1 -1
  120. package/lib/components/Checkbox/index.js +3 -1
  121. package/lib/components/Checkbox/schema.d.ts.map +1 -1
  122. package/lib/components/Checkbox/schema.js +2 -0
  123. package/lib/components/CheckboxGroup/index.d.ts +1 -1
  124. package/lib/components/Combobox/Target.d.ts.map +1 -1
  125. package/lib/components/Combobox/Target.js +52 -14
  126. package/lib/components/Combobox/index.d.ts.map +1 -1
  127. package/lib/components/Combobox/index.js +217 -85
  128. package/lib/components/Combobox/index.test.js +370 -147
  129. package/lib/components/Combobox/schema.d.ts.map +1 -1
  130. package/lib/components/Combobox/schema.js +10 -2
  131. package/lib/components/Combobox/types.d.ts +12 -3
  132. package/lib/components/Combobox/types.d.ts.map +1 -1
  133. package/lib/components/Combobox/types.js +5 -1
  134. package/lib/components/Drawer/index.d.ts +22 -0
  135. package/lib/components/Drawer/index.d.ts.map +1 -0
  136. package/lib/components/Drawer/index.js +115 -0
  137. package/lib/components/Drawer/index.test.js +139 -0
  138. package/lib/components/Drawer/schema.d.ts +3 -0
  139. package/lib/components/Drawer/schema.d.ts.map +1 -0
  140. package/lib/components/Drawer/schema.js +32 -0
  141. package/lib/components/Drawer/styles.d.ts +11 -0
  142. package/lib/components/Drawer/styles.d.ts.map +1 -0
  143. package/lib/components/Drawer/styles.js +79 -0
  144. package/lib/components/DropdownList/index.d.ts +1 -0
  145. package/lib/components/DropdownList/index.d.ts.map +1 -1
  146. package/lib/components/DropdownList/index.js +70 -22
  147. package/lib/components/DropdownList/propTypes.d.ts +4 -0
  148. package/lib/components/DropdownList/propTypes.d.ts.map +1 -0
  149. package/lib/components/DropdownList/propTypes.js +42 -0
  150. package/lib/components/DropdownList/schema.d.ts.map +1 -1
  151. package/lib/components/DropdownList/schema.js +2 -1
  152. package/lib/components/DropdownList/types.d.ts +2 -0
  153. package/lib/components/DropdownList/types.d.ts.map +1 -1
  154. package/lib/components/Filter/ActionFilter/index.d.ts +5 -0
  155. package/lib/components/Filter/ActionFilter/index.d.ts.map +1 -0
  156. package/lib/components/Filter/ActionFilter/index.js +43 -0
  157. package/lib/components/Filter/IconWrapper/index.d.ts +197 -0
  158. package/lib/components/Filter/IconWrapper/index.d.ts.map +1 -0
  159. package/lib/components/Filter/IconWrapper/index.js +35 -0
  160. package/lib/components/Filter/SimplePrimary/index.d.ts +5 -0
  161. package/lib/components/Filter/SimplePrimary/index.d.ts.map +1 -0
  162. package/lib/components/Filter/SimplePrimary/index.js +46 -0
  163. package/lib/components/Filter/SimplePrimary/index.test.js +34 -0
  164. package/lib/components/Filter/StyledFilter.d.ts +4 -0
  165. package/lib/components/Filter/StyledFilter.d.ts.map +1 -0
  166. package/lib/components/Filter/StyledFilter.js +66 -0
  167. package/lib/components/Filter/StyledLabel/index.d.ts +8 -0
  168. package/lib/components/Filter/StyledLabel/index.d.ts.map +1 -0
  169. package/lib/components/Filter/StyledLabel/index.js +38 -0
  170. package/lib/components/Filter/index.d.ts +6 -0
  171. package/lib/components/Filter/index.d.ts.map +1 -0
  172. package/lib/components/Filter/index.js +107 -0
  173. package/lib/components/Filter/index.test.js +70 -0
  174. package/lib/components/Filter/kind.d.ts +7 -0
  175. package/lib/components/Filter/kind.d.ts.map +1 -0
  176. package/lib/components/Filter/kind.js +43 -0
  177. package/lib/components/Filter/schema.d.ts +9 -0
  178. package/lib/components/Filter/schema.d.ts.map +1 -0
  179. package/lib/components/Filter/schema.js +37 -0
  180. package/lib/components/Filter/types.d.ts +31 -0
  181. package/lib/components/Filter/types.d.ts.map +1 -0
  182. package/lib/components/Filter/types.js +5 -0
  183. package/lib/components/JumpTo/JumpToMenu.d.ts +2 -2
  184. package/lib/components/JumpTo/JumpToMenu.d.ts.map +1 -1
  185. package/lib/components/JumpTo/JumpToMenu.js +53 -12
  186. package/lib/components/JumpTo/index.test.js +84 -0
  187. package/lib/components/JumpTo/schema.d.ts.map +1 -1
  188. package/lib/components/JumpTo/schema.js +2 -1
  189. package/lib/components/JumpTo/types.d.ts +1 -0
  190. package/lib/components/JumpTo/types.d.ts.map +1 -1
  191. package/lib/components/JumpTo/types.js +5 -1
  192. package/lib/components/JumpTo/utils.d.ts.map +1 -1
  193. package/lib/components/JumpTo/utils.js +3 -7
  194. package/lib/components/LeftNav/Item/ClickArea.js +1 -1
  195. package/lib/components/LeftNav/Item/ItemWrapper.d.ts.map +1 -1
  196. package/lib/components/LeftNav/Item/ItemWrapper.js +3 -1
  197. package/lib/components/LeftNav/Item/MenuItemWrapper.d.ts +7 -0
  198. package/lib/components/LeftNav/Item/MenuItemWrapper.d.ts.map +1 -0
  199. package/lib/components/LeftNav/Item/MenuItemWrapper.js +20 -0
  200. package/lib/components/LeftNav/Item/NavCollapsedXItem/index.d.ts.map +1 -1
  201. package/lib/components/LeftNav/Item/NavCollapsedXItem/index.js +7 -5
  202. package/lib/components/LeftNav/Item/NavExpandedItem/index.d.ts.map +1 -1
  203. package/lib/components/LeftNav/Item/NavExpandedItem/index.js +24 -13
  204. package/lib/components/LeftNav/Item/types.d.ts +1 -1
  205. package/lib/components/LeftNav/Item/types.d.ts.map +1 -1
  206. package/lib/components/LeftNav/Item/types.js +5 -1
  207. package/lib/components/LeftNav/index.test.js +13 -3
  208. package/lib/components/LeftNav/schema.d.ts.map +1 -1
  209. package/lib/components/LeftNav/schema.js +2 -0
  210. package/lib/components/LeftNav/types.d.ts +1 -0
  211. package/lib/components/LeftNav/types.d.ts.map +1 -1
  212. package/lib/components/LeftNav/types.js +5 -1
  213. package/lib/components/Link/DisabledLink.d.ts +7 -0
  214. package/lib/components/Link/DisabledLink.d.ts.map +1 -0
  215. package/lib/components/Link/DisabledLink.js +46 -0
  216. package/lib/components/Link/Link.d.ts +4 -0
  217. package/lib/components/Link/Link.d.ts.map +1 -0
  218. package/lib/components/Link/Link.js +67 -0
  219. package/lib/components/Link/index.d.ts +4 -23
  220. package/lib/components/Link/index.d.ts.map +1 -1
  221. package/lib/components/Link/index.js +20 -158
  222. package/lib/components/Link/index.test.js +63 -42
  223. package/lib/components/Link/schema.d.ts.map +1 -1
  224. package/lib/components/Link/schema.js +2 -1
  225. package/lib/components/Link/styles.d.ts +20 -0
  226. package/lib/components/Link/styles.d.ts.map +1 -0
  227. package/lib/components/Link/styles.js +131 -0
  228. package/lib/components/Link/types.d.ts +28 -0
  229. package/lib/components/Link/types.d.ts.map +1 -0
  230. package/lib/components/Link/types.js +5 -0
  231. package/lib/components/Loading/Loading.d.ts +12 -0
  232. package/lib/components/Loading/Loading.d.ts.map +1 -0
  233. package/lib/components/Loading/Loading.js +70 -0
  234. package/lib/components/Loading/index.d.ts +4 -0
  235. package/lib/components/Loading/index.d.ts.map +1 -0
  236. package/lib/components/Loading/index.js +33 -0
  237. package/lib/components/Loading/index.test.js +55 -0
  238. package/lib/components/Loading/schema.d.ts +4 -0
  239. package/lib/components/Loading/schema.d.ts.map +1 -0
  240. package/lib/components/Loading/schema.js +31 -0
  241. package/lib/components/Loading/styles.d.ts +211 -0
  242. package/lib/components/Loading/styles.d.ts.map +1 -0
  243. package/lib/components/Loading/styles.js +77 -0
  244. package/lib/components/Loading/types.d.ts +10 -0
  245. package/lib/components/Loading/types.d.ts.map +1 -0
  246. package/lib/components/Loading/types.js +5 -0
  247. package/lib/components/Menu/types.js +5 -1
  248. package/lib/components/Modal/Manager.d.ts +6 -0
  249. package/lib/components/Modal/Manager.d.ts.map +1 -0
  250. package/lib/components/Modal/Manager.js +53 -0
  251. package/lib/components/Modal/ResponsiveModalWrapper.d.ts +11 -0
  252. package/lib/components/Modal/ResponsiveModalWrapper.d.ts.map +1 -0
  253. package/lib/components/Modal/ResponsiveModalWrapper.js +82 -0
  254. package/lib/components/Modal/components.d.ts +201 -3
  255. package/lib/components/Modal/components.d.ts.map +1 -1
  256. package/lib/components/Modal/components.js +16 -24
  257. package/lib/components/Modal/index.d.ts +8 -4
  258. package/lib/components/Modal/index.d.ts.map +1 -1
  259. package/lib/components/Modal/index.js +56 -95
  260. package/lib/components/Modal/index.test.js +26 -0
  261. package/lib/components/Modal/schema.d.ts.map +1 -1
  262. package/lib/components/Modal/schema.js +2 -1
  263. package/lib/components/Modal/types.d.ts +2 -1
  264. package/lib/components/Modal/types.d.ts.map +1 -1
  265. package/lib/components/Modal/types.js +5 -1
  266. package/lib/components/Modal/utils.d.ts +1 -1
  267. package/lib/components/Modal/utils.d.ts.map +1 -1
  268. package/lib/components/Modal/utils.js +7 -5
  269. package/lib/components/Notifications/Notification/components.d.ts +3 -3
  270. package/lib/components/Notifications/Notification/components.d.ts.map +1 -1
  271. package/lib/components/Notifications/Notification/components.js +12 -6
  272. package/lib/components/Notifications/Notification/index.d.ts +3 -6
  273. package/lib/components/Notifications/Notification/index.d.ts.map +1 -1
  274. package/lib/components/Notifications/Notification/index.js +19 -12
  275. package/lib/components/Notifications/Notification/index.test.js +38 -19
  276. package/lib/components/Notifications/NotificationsPanel/index.d.ts +2 -1
  277. package/lib/components/Notifications/NotificationsPanel/index.d.ts.map +1 -1
  278. package/lib/components/Notifications/NotificationsPanel/index.js +41 -22
  279. package/lib/components/Notifications/NotificationsPanel/schema.js +1 -1
  280. package/lib/components/Notifications/Notifier.test.js +79 -10
  281. package/lib/components/Notifications/constants.d.ts +2 -0
  282. package/lib/components/Notifications/constants.d.ts.map +1 -0
  283. package/lib/components/Notifications/constants.js +16 -0
  284. package/lib/components/Notifications/schema.d.ts.map +1 -1
  285. package/lib/components/Notifications/schema.js +2 -1
  286. package/lib/components/Notifications/useNotifications.d.ts +1 -0
  287. package/lib/components/Notifications/useNotifications.d.ts.map +1 -1
  288. package/lib/components/Notifications/useNotifications.test.js +7 -4
  289. package/lib/components/Pagination/Pagination.d.ts +1 -1
  290. package/lib/components/Pagination/Pagination.d.ts.map +1 -1
  291. package/lib/components/Pagination/Pagination.js +1 -0
  292. package/lib/components/Pagination/Pagination.test.js +9 -0
  293. package/lib/components/Pagination/types.js +5 -1
  294. package/lib/components/PasswordField/IconWrapper.d.ts +198 -0
  295. package/lib/components/PasswordField/IconWrapper.d.ts.map +1 -0
  296. package/lib/components/PasswordField/IconWrapper.js +32 -0
  297. package/lib/components/PasswordField/Input.d.ts +6 -0
  298. package/lib/components/PasswordField/Input.d.ts.map +1 -0
  299. package/lib/components/PasswordField/Input.js +28 -0
  300. package/lib/components/PasswordField/ShowPasswordButton.d.ts +8 -0
  301. package/lib/components/PasswordField/ShowPasswordButton.d.ts.map +1 -0
  302. package/lib/components/PasswordField/ShowPasswordButton.js +48 -0
  303. package/lib/components/PasswordField/index.d.ts +14 -0
  304. package/lib/components/PasswordField/index.d.ts.map +1 -0
  305. package/lib/components/PasswordField/index.js +113 -0
  306. package/lib/components/PasswordField/index.test.js +217 -0
  307. package/lib/components/PasswordField/schema.d.ts +3 -0
  308. package/lib/components/PasswordField/schema.d.ts.map +1 -0
  309. package/lib/components/PasswordField/schema.js +27 -0
  310. package/lib/components/Popover/Arrow.d.ts +2 -2
  311. package/lib/components/Popover/index.d.ts.map +1 -1
  312. package/lib/components/Popover/index.js +9 -5
  313. package/lib/components/Popover/schema.d.ts.map +1 -1
  314. package/lib/components/Popover/schema.js +27 -20
  315. package/lib/components/Popover/types.d.ts +4 -2
  316. package/lib/components/Popover/types.d.ts.map +1 -1
  317. package/lib/components/Popover/utils.d.ts +1 -1
  318. package/lib/components/SearchInput/index.d.ts +11 -0
  319. package/lib/components/SearchInput/index.d.ts.map +1 -0
  320. package/lib/components/SearchInput/index.js +176 -0
  321. package/lib/components/SearchInput/index.test.js +660 -0
  322. package/lib/components/SearchInput/schema.d.ts +3 -0
  323. package/lib/components/SearchInput/schema.d.ts.map +1 -0
  324. package/lib/components/SearchInput/schema.js +37 -0
  325. package/lib/components/SearchInput/styles.d.ts +1176 -0
  326. package/lib/components/SearchInput/styles.d.ts.map +1 -0
  327. package/lib/components/SearchInput/styles.js +97 -0
  328. package/lib/components/SearchInput/types.d.ts +38 -0
  329. package/lib/components/SearchInput/types.d.ts.map +1 -0
  330. package/lib/components/SearchInput/types.js +5 -0
  331. package/lib/components/Select/Target.d.ts.map +1 -1
  332. package/lib/components/Select/Target.js +6 -2
  333. package/lib/components/Select/index.d.ts.map +1 -1
  334. package/lib/components/Select/index.js +26 -3
  335. package/lib/components/Select/index.test.js +106 -23
  336. package/lib/components/Select/schema.d.ts.map +1 -1
  337. package/lib/components/Select/schema.js +5 -0
  338. package/lib/components/Select/types.d.ts +6 -3
  339. package/lib/components/Select/types.d.ts.map +1 -1
  340. package/lib/components/Select/types.js +5 -1
  341. package/lib/components/SelectDate/Target.d.ts.map +1 -1
  342. package/lib/components/SelectDate/Target.js +6 -2
  343. package/lib/components/SelectDate/index.d.ts.map +1 -1
  344. package/lib/components/SelectDate/index.js +32 -3
  345. package/lib/components/SelectDate/index.test.js +108 -51
  346. package/lib/components/SelectDate/schema.d.ts.map +1 -1
  347. package/lib/components/SelectDate/schema.js +3 -0
  348. package/lib/components/SelectDate/types.d.ts +3 -0
  349. package/lib/components/SelectDate/types.d.ts.map +1 -1
  350. package/lib/components/SelectDate/types.js +5 -1
  351. package/lib/components/SelectDateRange/index.d.ts.map +1 -1
  352. package/lib/components/SelectDateRange/index.js +31 -2
  353. package/lib/components/SelectDateRange/index.test.js +115 -58
  354. package/lib/components/SelectDateRange/schema.d.ts.map +1 -1
  355. package/lib/components/SelectDateRange/schema.js +3 -0
  356. package/lib/components/SelectDateRange/types.js +5 -1
  357. package/lib/components/StepTracker/index.d.ts +11 -0
  358. package/lib/components/StepTracker/index.d.ts.map +1 -0
  359. package/lib/components/StepTracker/index.js +56 -0
  360. package/lib/components/StepTracker/index.test.js +89 -0
  361. package/lib/components/StepTracker/schema.d.ts +3 -0
  362. package/lib/components/StepTracker/schema.d.ts.map +1 -0
  363. package/lib/components/StepTracker/schema.js +19 -0
  364. package/lib/components/StepTracker/styles.d.ts +605 -0
  365. package/lib/components/StepTracker/styles.d.ts.map +1 -0
  366. package/lib/components/StepTracker/styles.js +114 -0
  367. package/lib/components/Table/Body.d.ts.map +1 -1
  368. package/lib/components/Table/Body.js +28 -17
  369. package/lib/components/Table/Container.d.ts.map +1 -1
  370. package/lib/components/Table/Container.js +6 -1
  371. package/lib/components/Table/DataRow.d.ts.map +1 -1
  372. package/lib/components/Table/DataRow.js +26 -18
  373. package/lib/components/Table/Head.d.ts +1 -1
  374. package/lib/components/Table/Head.d.ts.map +1 -1
  375. package/lib/components/Table/Head.js +10 -5
  376. package/lib/components/Table/HeaderCell/index.d.ts.map +1 -1
  377. package/lib/components/Table/HeaderCell/index.js +19 -6
  378. package/lib/components/Table/HeaderCell/types.d.ts +6 -1
  379. package/lib/components/Table/HeaderCell/types.d.ts.map +1 -1
  380. package/lib/components/Table/HeaderCell/types.js +5 -1
  381. package/lib/components/Table/Provider.d.ts +5 -5
  382. package/lib/components/Table/Provider.d.ts.map +1 -1
  383. package/lib/components/Table/Provider.js +10 -11
  384. package/lib/components/Table/index.d.ts.map +1 -1
  385. package/lib/components/Table/index.js +110 -20
  386. package/lib/components/Table/index.test.js +80 -33
  387. package/lib/components/Table/schema.columns.d.ts.map +1 -1
  388. package/lib/components/Table/schema.columns.js +6 -4
  389. package/lib/components/Table/schema.d.ts.map +1 -1
  390. package/lib/components/Table/schema.js +7 -6
  391. package/lib/components/Table/types.d.ts +19 -4
  392. package/lib/components/Table/types.d.ts.map +1 -1
  393. package/lib/components/Table/utils.d.ts +2 -8
  394. package/lib/components/Table/utils.d.ts.map +1 -1
  395. package/lib/components/Table/utils.js +21 -20
  396. package/lib/components/Tabs/Tab/index.d.ts +13 -0
  397. package/lib/components/Tabs/Tab/index.d.ts.map +1 -0
  398. package/lib/components/Tabs/Tab/index.js +94 -0
  399. package/lib/components/Tabs/Tab/schema.d.ts +3 -0
  400. package/lib/components/Tabs/Tab/schema.d.ts.map +1 -0
  401. package/lib/components/Tabs/Tab/styles.d.ts +7 -0
  402. package/lib/components/Tabs/Tab/styles.d.ts.map +1 -0
  403. package/lib/components/Tabs/Tab/styles.js +37 -0
  404. package/lib/components/Tabs/context.d.ts +2 -2
  405. package/lib/components/Tabs/context.d.ts.map +1 -1
  406. package/lib/components/Tabs/context.js +1 -1
  407. package/lib/components/Tabs/index.d.ts +17 -6
  408. package/lib/components/Tabs/index.d.ts.map +1 -1
  409. package/lib/components/Tabs/index.js +104 -163
  410. package/lib/components/Tabs/index.test.js +54 -2
  411. package/lib/components/Tabs/styles.d.ts +4 -0
  412. package/lib/components/Tabs/styles.d.ts.map +1 -0
  413. package/lib/components/Tabs/styles.js +35 -0
  414. package/lib/components/Tag/Action.d.ts +4 -0
  415. package/lib/components/Tag/Action.d.ts.map +1 -0
  416. package/lib/components/Tag/Action.js +39 -0
  417. package/lib/components/Tag/constants.d.ts +2 -2
  418. package/lib/components/Tag/constants.d.ts.map +1 -1
  419. package/lib/components/Tag/constants.js +4 -4
  420. package/lib/components/Tag/index.d.ts +1 -3
  421. package/lib/components/Tag/index.d.ts.map +1 -1
  422. package/lib/components/Tag/index.js +40 -97
  423. package/lib/components/Tag/index.test.js +239 -2
  424. package/lib/components/Tag/propTypes.d.ts +4 -1
  425. package/lib/components/Tag/propTypes.d.ts.map +1 -1
  426. package/lib/components/Tag/propTypes.js +5 -2
  427. package/lib/components/Tag/schema.d.ts.map +1 -1
  428. package/lib/components/Tag/schema.js +2 -0
  429. package/lib/components/Tag/styles.d.ts +13 -0
  430. package/lib/components/Tag/styles.d.ts.map +1 -0
  431. package/lib/components/Tag/styles.js +133 -0
  432. package/lib/components/Tag/types.d.ts +9 -10
  433. package/lib/components/Tag/types.d.ts.map +1 -1
  434. package/lib/components/Tag/types.js +5 -1
  435. package/lib/components/TagInput/index.d.ts +10 -0
  436. package/lib/components/TagInput/index.d.ts.map +1 -0
  437. package/lib/components/TagInput/index.js +217 -0
  438. package/lib/components/TagInput/index.test.js +1001 -0
  439. package/lib/components/TagInput/schema.d.ts +3 -0
  440. package/lib/components/TagInput/schema.d.ts.map +1 -0
  441. package/lib/components/TagInput/schema.js +30 -0
  442. package/lib/components/TagInput/styles.d.ts +10 -0
  443. package/lib/components/TagInput/styles.d.ts.map +1 -0
  444. package/lib/components/TagInput/styles.js +52 -0
  445. package/lib/components/TextArea/TextArea.d.ts.map +1 -1
  446. package/lib/components/TextArea/TextArea.js +1 -1
  447. package/lib/components/TextArea/index.js +1 -0
  448. package/lib/components/TextArea/index.test.js +5 -0
  449. package/lib/components/TextField/Input.js +1 -1
  450. package/lib/components/TextField/index.test.js +5 -0
  451. package/lib/components/Toggle/Fieldset.d.ts.map +1 -1
  452. package/lib/components/Toggle/Fieldset.js +20 -11
  453. package/lib/components/Toggle/Option.d.ts.map +1 -1
  454. package/lib/components/Toggle/Option.js +1 -1
  455. package/lib/components/Toggle/Slider.d.ts +1 -3
  456. package/lib/components/Toggle/Slider.d.ts.map +1 -1
  457. package/lib/components/Toggle/Slider.js +29 -24
  458. package/lib/components/Toggle/index.d.ts.map +1 -1
  459. package/lib/components/Toggle/index.js +6 -1
  460. package/lib/components/Toggle/index.test.js +39 -10
  461. package/lib/components/Toggle/propTypes.js +1 -1
  462. package/lib/components/Toggle/schema.js +1 -1
  463. package/lib/components/Toggle/types.d.ts +3 -2
  464. package/lib/components/Toggle/types.d.ts.map +1 -1
  465. package/lib/components/Toggle/types.js +5 -1
  466. package/lib/components/ToggleView/ToggleView.d.ts +5 -0
  467. package/lib/components/ToggleView/ToggleView.d.ts.map +1 -0
  468. package/lib/components/ToggleView/ToggleView.js +80 -0
  469. package/lib/components/ToggleView/index.d.ts +4 -0
  470. package/lib/components/ToggleView/index.d.ts.map +1 -0
  471. package/lib/components/ToggleView/index.js +33 -0
  472. package/lib/components/ToggleView/index.test.js +61 -0
  473. package/lib/components/ToggleView/schema.d.ts +3 -0
  474. package/lib/components/ToggleView/schema.d.ts.map +1 -0
  475. package/lib/components/ToggleView/schema.js +24 -0
  476. package/lib/components/ToggleView/styles.d.ts +6 -0
  477. package/lib/components/ToggleView/styles.d.ts.map +1 -0
  478. package/lib/components/ToggleView/styles.js +23 -0
  479. package/lib/components/ToggleView/types.d.ts +23 -0
  480. package/lib/components/ToggleView/types.d.ts.map +1 -0
  481. package/lib/components/ToggleView/types.js +12 -0
  482. package/lib/components/Tooltip/index.d.ts.map +1 -1
  483. package/lib/components/Tooltip/index.js +3 -13
  484. package/lib/components/Tooltip/schema.d.ts +3 -0
  485. package/lib/components/Tooltip/schema.d.ts.map +1 -0
  486. package/lib/components/Tooltip/schema.js +29 -0
  487. package/lib/components/Typography/withColors.d.ts +1 -1
  488. package/lib/components/Typography/withColors.d.ts.map +1 -1
  489. package/lib/components/Typography/withColors.js +1 -1
  490. package/lib/components/Wizard/index.d.ts +24 -0
  491. package/lib/components/Wizard/index.d.ts.map +1 -0
  492. package/lib/components/Wizard/index.js +146 -0
  493. package/lib/components/Wizard/index.test.js +591 -0
  494. package/lib/components/Wizard/schema.d.ts +3 -0
  495. package/lib/components/Wizard/schema.d.ts.map +1 -0
  496. package/lib/components/Wizard/schema.js +37 -0
  497. package/lib/components/Wizard/styles.d.ts +990 -0
  498. package/lib/components/Wizard/styles.d.ts.map +1 -0
  499. package/lib/components/Wizard/styles.js +79 -0
  500. package/lib/components/index.d.ts +11 -1
  501. package/lib/components/index.d.ts.map +1 -1
  502. package/lib/components/index.js +182 -1
  503. package/lib/modifiers/palette.d.ts +36 -0
  504. package/lib/modifiers/palette.d.ts.map +1 -0
  505. package/lib/modifiers/palette.js +88 -0
  506. package/lib/modifiers/spacingSchema.d.ts.map +1 -1
  507. package/lib/modifiers/spacingSchema.js +29 -16
  508. package/lib/providers/ConfigProvider/index.d.ts.map +1 -1
  509. package/lib/providers/ConfigProvider/index.js +5 -1
  510. package/lib/providers/ConfigProvider/utils/context.d.ts +1 -1
  511. package/lib/providers/ConfigProvider/utils/context.d.ts.map +1 -1
  512. package/lib/providers/ConfigProvider/utils/normalizer.d.ts.map +1 -1
  513. package/lib/providers/ConfigProvider/utils/normalizer.js +1 -1
  514. package/lib/providers/ConfigProvider/utils/translations.d.ts +40 -0
  515. package/lib/providers/ConfigProvider/utils/translations.d.ts.map +1 -1
  516. package/lib/providers/ConfigProvider/utils/translations.js +40 -0
  517. package/lib/providers/NotificationsProvider/index.d.ts +6 -5
  518. package/lib/providers/NotificationsProvider/index.d.ts.map +1 -1
  519. package/lib/providers/NotificationsProvider/index.js +47 -28
  520. package/lib/providers/NotificationsProvider/types.d.ts +4 -1
  521. package/lib/providers/NotificationsProvider/types.d.ts.map +1 -1
  522. package/lib/utils/commonUIColors.d.ts +351 -3
  523. package/lib/utils/commonUIColors.d.ts.map +1 -1
  524. package/lib/utils/commonUIColors.js +6 -2
  525. package/lib/utils/joinClassnames.d.ts +3 -0
  526. package/lib/utils/joinClassnames.d.ts.map +1 -0
  527. package/lib/utils/joinClassnames.js +26 -0
  528. package/lib/utils/useDebounce.d.ts +2 -0
  529. package/lib/utils/useDebounce.d.ts.map +1 -0
  530. package/lib/utils/useDebounce.js +37 -0
  531. package/lib/utils/useFirstMount.d.ts +2 -0
  532. package/lib/utils/useFirstMount.d.ts.map +1 -0
  533. package/lib/utils/useFirstMount.js +19 -0
  534. package/lib/utils/useUpdateEffect.d.ts +4 -0
  535. package/lib/utils/useUpdateEffect.d.ts.map +1 -0
  536. package/lib/utils/useUpdateEffect.js +28 -0
  537. package/package.json +2 -2
  538. package/CHANGELOG.md +0 -796
  539. package/lib/atoms/InputField/RequiredIcon.d.ts +0 -4
  540. package/lib/atoms/InputField/RequiredIcon.d.ts.map +0 -1
  541. package/lib/atoms/OptionsList/Category.d.ts +0 -4
  542. package/lib/atoms/OptionsList/Category.d.ts.map +0 -1
  543. package/lib/atoms/OptionsList/Option.d.ts.map +0 -1
  544. package/lib/atoms/OptionsList/Option.js +0 -194
  545. package/lib/components/Tabs/Tab.d.ts +0 -5
  546. package/lib/components/Tabs/Tab.d.ts.map +0 -1
  547. package/lib/components/Tabs/Tab.js +0 -109
  548. package/lib/components/Tabs/schema.tab.d.ts.map +0 -1
  549. package/lib/components/Tabs/types.d.ts +0 -27
  550. package/lib/components/Tabs/types.d.ts.map +0 -1
  551. package/lib/components/Tabs/types.js +0 -1
  552. package/lib/components/Tag/ActionButton.d.ts +0 -5
  553. package/lib/components/Tag/ActionButton.d.ts.map +0 -1
  554. package/lib/components/Tag/ActionButton.js +0 -56
  555. /package/lib/components/Tabs/{schema.tab.js → Tab/schema.js} +0 -0
@@ -7,24 +7,37 @@ exports.makeSpacingSchemaPropTypes = void 0;
7
7
 
8
8
  var _reactDesc = require("react-desc");
9
9
 
10
- // @ts-ignore no module typings
11
- // eslint-disable-next-line import/prefer-default-export
10
+ var _breakpointObserver = require("@decisiv/breakpoint-observer");
11
+
12
+ function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
13
+
14
+ function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _nonIterableSpread(); }
15
+
16
+ function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance"); }
17
+
18
+ function _iterableToArray(iter) { if (Symbol.iterator in Object(iter) || Object.prototype.toString.call(iter) === "[object Arguments]") return Array.from(iter); }
19
+
20
+ function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) { for (var i = 0, arr2 = new Array(arr.length); i < arr.length; i++) { arr2[i] = arr[i]; } return arr2; } }
21
+
22
+ var numberOrDynamicModifierProp = _reactDesc.PropTypes.oneOfType([_reactDesc.PropTypes.number, _reactDesc.PropTypes.shape(_defineProperty({}, _reactDesc.PropTypes.oneOf(['_'].concat(_toConsumableArray(Object.keys(_breakpointObserver.sizes)))), _reactDesc.PropTypes.number))]); // eslint-disable-next-line import/prefer-default-export
23
+
24
+
12
25
  var makeSpacingSchemaPropTypes = function makeSpacingSchemaPropTypes() {
13
26
  return {
14
- margin: _reactDesc.PropTypes.number.description('Defines the spacing multiplier for use on all axis margin.'),
15
- marginBottom: _reactDesc.PropTypes.number.description('Defines the spacing multiplier for use on the bottom margin.'),
16
- marginLeft: _reactDesc.PropTypes.number.description('Defines the spacing multiplier for use on the left margin.'),
17
- marginRight: _reactDesc.PropTypes.number.description('Defines the spacing multiplier for use on the right margin.'),
18
- marginTop: _reactDesc.PropTypes.number.description('Defines the spacing multiplier for use on the top margin.'),
19
- marginX: _reactDesc.PropTypes.number.description('Defines the spacing multiplier for use on the X axis margin.'),
20
- marginY: _reactDesc.PropTypes.number.description('Defines the spacing multiplier for use on the Y axis margin.'),
21
- padding: _reactDesc.PropTypes.number.description('Defines the spacing multiplier for use on all axis padding.'),
22
- paddingBottom: _reactDesc.PropTypes.number.description('Defines the spacing multiplier for use on the bottom padding.'),
23
- paddingLeft: _reactDesc.PropTypes.number.description('Defines the spacing multiplier for use on the left padding.'),
24
- paddingRight: _reactDesc.PropTypes.number.description('Defines the spacing multiplier for use on the right padding.'),
25
- paddingTop: _reactDesc.PropTypes.number.description('Defines the spacing multiplier for use on the top padding.'),
26
- paddingX: _reactDesc.PropTypes.number.description('Defines the spacing multiplier for use on the X axis padding.'),
27
- paddingY: _reactDesc.PropTypes.number.description('Defines the spacing multiplier for use on the Y axis padding.')
27
+ margin: numberOrDynamicModifierProp.description('Defines the spacing multiplier for use on all axis margin.'),
28
+ marginBottom: numberOrDynamicModifierProp.description('Defines the spacing multiplier for use on the bottom margin.'),
29
+ marginLeft: numberOrDynamicModifierProp.description('Defines the spacing multiplier for use on the left margin.'),
30
+ marginRight: numberOrDynamicModifierProp.description('Defines the spacing multiplier for use on the right margin.'),
31
+ marginTop: numberOrDynamicModifierProp.description('Defines the spacing multiplier for use on the top margin.'),
32
+ marginX: numberOrDynamicModifierProp.description('Defines the spacing multiplier for use on the X axis margin.'),
33
+ marginY: numberOrDynamicModifierProp.description('Defines the spacing multiplier for use on the Y axis margin.'),
34
+ padding: numberOrDynamicModifierProp.description('Defines the spacing multiplier for use on all axis padding.'),
35
+ paddingBottom: numberOrDynamicModifierProp.description('Defines the spacing multiplier for use on the bottom padding.'),
36
+ paddingLeft: numberOrDynamicModifierProp.description('Defines the spacing multiplier for use on the left padding.'),
37
+ paddingRight: numberOrDynamicModifierProp.description('Defines the spacing multiplier for use on the right padding.'),
38
+ paddingTop: numberOrDynamicModifierProp.description('Defines the spacing multiplier for use on the top padding.'),
39
+ paddingX: numberOrDynamicModifierProp.description('Defines the spacing multiplier for use on the X axis padding.'),
40
+ paddingY: numberOrDynamicModifierProp.description('Defines the spacing multiplier for use on the Y axis padding.')
28
41
  };
29
42
  };
30
43
 
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/providers/ConfigProvider/index.tsx"],"names":[],"mappings":"AACA,OAAc,EACZ,iBAAiB,EAMlB,MAAM,OAAO,CAAC;AAUf,OAAO,EAGL,aAAa,EACb,aAAa,EACd,MAAM,iBAAiB,CAAC;AAQzB,cAAc,aAAa,CAAC;AAC5B,cAAc,iBAAiB,CAAC;AAChC,cAAc,sBAAsB,CAAC;AACrC,cAAc,eAAe,CAAC;AAC9B,cAAc,sBAAsB,CAAC;AAErC,QAAA,MAAM,cAAc,EAAE,iBAAiB,CAAC,aAAa,CAoGpD,CAAC;AAQF,QAAA,MAAM,SAAS,qBACkB,CAAC;AAElC,OAAO,EAAE,cAAc,EAAE,SAAS,EAAE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/providers/ConfigProvider/index.tsx"],"names":[],"mappings":"AACA,OAAc,EACZ,iBAAiB,EAMlB,MAAM,OAAO,CAAC;AAUf,OAAO,EAGL,aAAa,EACb,aAAa,EACd,MAAM,iBAAiB,CAAC;AAQzB,cAAc,aAAa,CAAC;AAC5B,cAAc,iBAAiB,CAAC;AAChC,cAAc,sBAAsB,CAAC;AACrC,cAAc,eAAe,CAAC;AAC9B,cAAc,sBAAsB,CAAC;AAErC,QAAA,MAAM,cAAc,EAAE,iBAAiB,CAAC,aAAa,CAwGpD,CAAC;AAQF,QAAA,MAAM,SAAS,qBACkB,CAAC;AAElC,OAAO,EAAE,cAAc,EAAE,SAAS,EAAE,CAAC"}
@@ -166,7 +166,11 @@ var ConfigProvider = function ConfigProvider(props) {
166
166
  var managerProps = {};
167
167
 
168
168
  if (extraScope) {
169
- managerProps.stylisPlugins = [(0, _stylisPluginExtraScope.default)(extraScope)];
169
+ var extraScopePlugin = (0, _stylisPluginExtraScope.default)(extraScope);
170
+ Object.defineProperty(extraScopePlugin, 'name', {
171
+ value: 'extraScopePlugin'
172
+ });
173
+ managerProps.stylisPlugins = [extraScopePlugin];
170
174
  }
171
175
 
172
176
  return managerProps;
@@ -17,7 +17,7 @@ export interface DefaultConfig {
17
17
  export declare const defaultConfig: DefaultConfig;
18
18
  export declare const ConfigContext: React.Context<DefaultConfig>;
19
19
  export interface ProviderProps {
20
- children: React.ReactChild;
20
+ children?: React.ReactChild;
21
21
  extraScope?: string;
22
22
  linkRenderer?: LinkRenderer;
23
23
  portalsRoot?: HTMLElement | string;
@@ -1 +1 @@
1
- {"version":3,"file":"context.d.ts","sourceRoot":"","sources":["../../../../src/providers/ConfigProvider/utils/context.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAiB,SAAS,EAAE,WAAW,EAAE,MAAM,OAAO,CAAC;AAErE,OAAO,mBAAmB,MAAM,gBAAgB,CAAC;AACjD,OAAqB,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAC9C,OAA4B,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAEnE,oBAAY,YAAY,GAAG,OAAO,mBAAmB,CAAC;AAEtD,oBAAY,wBAAwB,GAAG,CAAC,QAAQ,CAAC,EAAE,MAAM,KAAK,OAAO,GAAG,IAAI,CAAC;AAE7E,aAAK,aAAa,GAAG,CACnB,QAAQ,EAAE,SAAS,EACnB,kBAAkB,CAAC,EAAE,MAAM,KACxB,WAAW,GAAG,IAAI,CAAC;AAExB,MAAM,WAAW,aAAa;IAC5B,QAAQ,CAAC,qBAAqB,EAAE,wBAAwB,CAAC;IACzD,QAAQ,CAAC,YAAY,EAAE,YAAY,CAAC;IACpC,QAAQ,CAAC,WAAW,EAAE,WAAW,GAAG,MAAM,CAAC;IAC3C,QAAQ,CAAC,YAAY,EAAE,aAAa,CAAC;IACrC,QAAQ,CAAC,KAAK,EAAE,KAAK,CAAC;IACtB,QAAQ,CAAC,YAAY,EAAE,YAAY,CAAC;IACpC,QAAQ,CAAC,UAAU,CAAC,EAAE,MAAM,CAAC;CAC9B;AAED,eAAO,MAAM,aAAa,EAAE,aAoB3B,CAAC;AAEF,eAAO,MAAM,aAAa,8BAA+B,CAAC;AAE1D,MAAM,WAAW,aAAa;IAC5B,QAAQ,EAAE,KAAK,CAAC,UAAU,CAAC;IAC3B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B,WAAW,CAAC,EAAE,WAAW,GAAG,MAAM,CAAC;IACnC,KAAK,CAAC,EAAE,OAAO,CAAC,KAAK,CAAC,CAAC;IACvB,YAAY,CAAC,EAAE,OAAO,CAAC,YAAY,CAAC,CAAC;CACtC"}
1
+ {"version":3,"file":"context.d.ts","sourceRoot":"","sources":["../../../../src/providers/ConfigProvider/utils/context.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAiB,SAAS,EAAE,WAAW,EAAE,MAAM,OAAO,CAAC;AAErE,OAAO,mBAAmB,MAAM,gBAAgB,CAAC;AACjD,OAAqB,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAC9C,OAA4B,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAEnE,oBAAY,YAAY,GAAG,OAAO,mBAAmB,CAAC;AAEtD,oBAAY,wBAAwB,GAAG,CAAC,QAAQ,CAAC,EAAE,MAAM,KAAK,OAAO,GAAG,IAAI,CAAC;AAE7E,aAAK,aAAa,GAAG,CACnB,QAAQ,EAAE,SAAS,EACnB,kBAAkB,CAAC,EAAE,MAAM,KACxB,WAAW,GAAG,IAAI,CAAC;AAExB,MAAM,WAAW,aAAa;IAC5B,QAAQ,CAAC,qBAAqB,EAAE,wBAAwB,CAAC;IACzD,QAAQ,CAAC,YAAY,EAAE,YAAY,CAAC;IACpC,QAAQ,CAAC,WAAW,EAAE,WAAW,GAAG,MAAM,CAAC;IAC3C,QAAQ,CAAC,YAAY,EAAE,aAAa,CAAC;IACrC,QAAQ,CAAC,KAAK,EAAE,KAAK,CAAC;IACtB,QAAQ,CAAC,YAAY,EAAE,YAAY,CAAC;IACpC,QAAQ,CAAC,UAAU,CAAC,EAAE,MAAM,CAAC;CAC9B;AAED,eAAO,MAAM,aAAa,EAAE,aAoB3B,CAAC;AAEF,eAAO,MAAM,aAAa,8BAA+B,CAAC;AAE1D,MAAM,WAAW,aAAa;IAC5B,QAAQ,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC;IAC5B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B,WAAW,CAAC,EAAE,WAAW,GAAG,MAAM,CAAC;IACnC,KAAK,CAAC,EAAE,OAAO,CAAC,KAAK,CAAC,CAAC;IACvB,YAAY,CAAC,EAAE,OAAO,CAAC,YAAY,CAAC,CAAC;CACtC"}
@@ -1 +1 @@
1
- {"version":3,"file":"normalizer.d.ts","sourceRoot":"","sources":["../../../../src/providers/ConfigProvider/utils/normalizer.tsx"],"names":[],"mappings":"AA4IA,QAAA,MAAM,UAAU,oEAIf,CAAC;AAEF,eAAe,UAAU,CAAC"}
1
+ {"version":3,"file":"normalizer.d.ts","sourceRoot":"","sources":["../../../../src/providers/ConfigProvider/utils/normalizer.tsx"],"names":[],"mappings":"AA8IA,QAAA,MAAM,UAAU,oEAIf,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -38,7 +38,7 @@ var cssReset = (0, _styledComponents.css)(["*,*::before,*::after{box-sizing:bord
38
38
  * Basic typography styling that should be applied globally.
39
39
  */
40
40
 
41
- var typographyBase = (0, _styledComponents.css)(["font-family:", ";font-size:", ";font-weight:", ";color:", ";letter-spacing:normal;"], _designTokens.typography.typeface.default, (0, _rem.default)(_designTokens.typography.size.alias.default), _designTokens.typography.weight.alias.default, (0, _toColorString.default)(_designTokens.color.base.charcoal));
41
+ var typographyBase = (0, _styledComponents.css)(["font-family:", ";font-size:", ";font-weight:", ";color:", ";letter-spacing:normal;font-feature-settings:normal;font-variant-numeric:normal;"], _designTokens.typography.typeface.default, (0, _rem.default)(_designTokens.typography.size.alias.default), _designTokens.typography.weight.alias.default, (0, _toColorString.default)(_designTokens.color.base.charcoal));
42
42
 
43
43
  var Normalizer = _styledComponents.default.div.withConfig({
44
44
  displayName: "normalizer__Normalizer",
@@ -5,6 +5,10 @@ declare const translations: {
5
5
  readonly expand: "Expand";
6
6
  readonly expandAll: "Expand All";
7
7
  };
8
+ alert: {
9
+ readonly closeAlert: "Close Alert";
10
+ readonly close: "Close";
11
+ };
8
12
  avatar: {
9
13
  aria: {
10
14
  readonly label: "{descriptor} avatar";
@@ -15,6 +19,9 @@ declare const translations: {
15
19
  readonly label: "Breadcrumbs";
16
20
  };
17
21
  };
22
+ button: {
23
+ readonly loading: "Loading...";
24
+ };
18
25
  combobox: {
19
26
  readonly clearButtonLabel: "Clear {label} value";
20
27
  readonly loading: "Loading...";
@@ -49,6 +56,10 @@ declare const translations: {
49
56
  readonly viewNextMonth: "View next month";
50
57
  readonly viewPrevMonth: "View previous month";
51
58
  };
59
+ drawer: {
60
+ readonly closeBtnTooltip: "Close";
61
+ readonly closeBtn: "Close Drawer";
62
+ };
52
63
  jumpTo: {
53
64
  readonly menuLabel: "Jump To";
54
65
  readonly navLabel: "Jump To:";
@@ -103,6 +114,10 @@ declare const translations: {
103
114
  readonly noneSelected: "All";
104
115
  readonly selectedCount: "{count} Selected";
105
116
  };
117
+ tagInput: {
118
+ readonly tagAriaLabel: "Remove {tagName}";
119
+ readonly clearButton: "Clear {inputLabel}";
120
+ };
106
121
  table: {
107
122
  sortIcons: {
108
123
  aria: {
@@ -118,6 +133,31 @@ declare const translations: {
118
133
  textField: {
119
134
  readonly requiredMessage: "Required";
120
135
  };
136
+ toggleView: {
137
+ aria: {
138
+ readonly label: "Toggle View";
139
+ readonly element: "View element {id}";
140
+ };
141
+ };
142
+ passwordField: {
143
+ readonly showPassword: "Show Password";
144
+ readonly hidePassword: "Hide Password";
145
+ readonly password: "Password";
146
+ };
147
+ searchInput: {
148
+ readonly clear: "Clear";
149
+ readonly search: "Search";
150
+ readonly clearSearch: "Clear search";
151
+ readonly searchBy: "Search By";
152
+ };
153
+ wizard: {
154
+ actions: {
155
+ readonly cancel: "Cancel";
156
+ readonly back: "Back";
157
+ readonly continue: "Continue";
158
+ readonly submit: "Submit";
159
+ };
160
+ };
121
161
  };
122
162
  export declare type Translations = typeof translations;
123
163
  export default translations;
@@ -1 +1 @@
1
- {"version":3,"file":"translations.d.ts","sourceRoot":"","sources":["../../../../src/providers/ConfigProvider/utils/translations.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiHR,CAAC;AAEX,oBAAY,YAAY,GAAG,OAAO,YAAY,CAAC;AAE/C,eAAe,YAAY,CAAC"}
1
+ {"version":3,"file":"translations.d.ts","sourceRoot":"","sources":["../../../../src/providers/ConfigProvider/utils/translations.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyJR,CAAC;AAEX,oBAAY,YAAY,GAAG,OAAO,YAAY,CAAC;AAE/C,eAAe,YAAY,CAAC"}
@@ -11,6 +11,10 @@ var translations = {
11
11
  expand: 'Expand',
12
12
  expandAll: 'Expand All'
13
13
  },
14
+ alert: {
15
+ closeAlert: 'Close Alert',
16
+ close: 'Close'
17
+ },
14
18
  avatar: {
15
19
  aria: {
16
20
  label: '{descriptor} avatar'
@@ -21,6 +25,9 @@ var translations = {
21
25
  label: 'Breadcrumbs'
22
26
  }
23
27
  },
28
+ button: {
29
+ loading: 'Loading...'
30
+ },
24
31
  combobox: {
25
32
  clearButtonLabel: 'Clear {label} value',
26
33
  loading: 'Loading...',
@@ -55,6 +62,10 @@ var translations = {
55
62
  viewNextMonth: 'View next month',
56
63
  viewPrevMonth: 'View previous month'
57
64
  },
65
+ drawer: {
66
+ closeBtnTooltip: 'Close',
67
+ closeBtn: 'Close Drawer'
68
+ },
58
69
  jumpTo: {
59
70
  menuLabel: 'Jump To',
60
71
  navLabel: 'Jump To:'
@@ -109,6 +120,10 @@ var translations = {
109
120
  noneSelected: 'All',
110
121
  selectedCount: '{count} Selected'
111
122
  },
123
+ tagInput: {
124
+ tagAriaLabel: 'Remove {tagName}',
125
+ clearButton: 'Clear {inputLabel}'
126
+ },
112
127
  table: {
113
128
  sortIcons: {
114
129
  aria: {
@@ -123,6 +138,31 @@ var translations = {
123
138
  },
124
139
  textField: {
125
140
  requiredMessage: 'Required'
141
+ },
142
+ toggleView: {
143
+ aria: {
144
+ label: 'Toggle View',
145
+ element: 'View element {id}'
146
+ }
147
+ },
148
+ passwordField: {
149
+ showPassword: 'Show Password',
150
+ hidePassword: 'Hide Password',
151
+ password: 'Password'
152
+ },
153
+ searchInput: {
154
+ clear: 'Clear',
155
+ search: 'Search',
156
+ clearSearch: 'Clear search',
157
+ searchBy: 'Search By'
158
+ },
159
+ wizard: {
160
+ actions: {
161
+ cancel: 'Cancel',
162
+ back: 'Back',
163
+ continue: 'Continue',
164
+ submit: 'Submit'
165
+ }
126
166
  }
127
167
  };
128
168
  var _default = translations;
@@ -1,18 +1,19 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
2
  import { NotificationState, TNotificationProps, TNotifications } from './types';
3
3
  declare type TNotifierOptions = Omit<TNotificationProps, 'onClose'> & {
4
4
  onClose?: React.MouseEventHandler;
5
5
  };
6
- declare let notifyCB: (oldNotifications: TNotifications) => void | [TNotifierOptions] | [TNotifierOptions, JSX.Element];
7
- declare let notifyHandler: (...args: [typeof notifyCB] | [TNotifierOptions] | [TNotifierOptions, JSX.Element]) => void;
6
+ declare type TNotifyHandlerCallbackFn = (oldNotifications: TNotifications) => void | [TNotifierOptions] | [TNotifierOptions, JSX.Element];
7
+ declare type TNotifyHandlerFn = (...args: [TNotifyHandlerCallbackFn] | [TNotifierOptions] | [TNotifierOptions, JSX.Element]) => void;
8
8
  export interface TNotificationsContext {
9
9
  dismissAll: () => void;
10
+ isDismissingAll: boolean;
10
11
  notifications: TNotifications;
11
- notify: typeof notifyHandler;
12
+ notify: TNotifyHandlerFn;
12
13
  }
13
14
  export declare const NotificationsContext: React.Context<TNotificationsContext>;
14
15
  interface TNotificationsProviderProps {
15
- children: React.ReactChild | React.ReactChildren;
16
+ children?: React.ReactChild | React.ReactChildren;
16
17
  }
17
18
  export declare const transitions: {
18
19
  ENTERING: {
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/providers/NotificationsProvider/index.tsx"],"names":[],"mappings":"AAGA,OAAO,KAA+C,MAAM,OAAO,CAAC;AAEpE,OAAO,EACL,iBAAiB,EAGjB,kBAAkB,EAClB,cAAc,EACf,MAAM,SAAS,CAAC;AAEjB,aAAK,gBAAgB,GAAG,IAAI,CAAC,kBAAkB,EAAE,SAAS,CAAC,GAAG;IAC5D,OAAO,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC;CACnC,CAAC;AAEF,QAAA,IAAI,QAAQ,EAAE,CACZ,gBAAgB,EAAE,cAAc,KAC7B,IAAI,GAAG,CAAC,gBAAgB,CAAC,GAAG,CAAC,gBAAgB,EAAE,GAAG,CAAC,OAAO,CAAC,CAAC;AAEjE,QAAA,IAAI,aAAa,EAAE,CACjB,GAAG,IAAI,EACH,CAAC,OAAO,QAAQ,CAAC,GACjB,CAAC,gBAAgB,CAAC,GAClB,CAAC,gBAAgB,EAAE,GAAG,CAAC,OAAO,CAAC,KAChC,IAAI,CAAC;AAEV,MAAM,WAAW,qBAAqB;IACpC,UAAU,EAAE,MAAM,IAAI,CAAC;IACvB,aAAa,EAAE,cAAc,CAAC;IAC9B,MAAM,EAAE,OAAO,aAAa,CAAC;CAC9B;AAED,eAAO,MAAM,oBAAoB,sCAM/B,CAAC;AAEH,UAAU,2BAA2B;IACnC,QAAQ,EAAE,KAAK,CAAC,UAAU,GAAG,KAAK,CAAC,aAAa,CAAC;CAClD;AAED,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;CAiBd,CAAC;AAEX,iBAAS,qBAAqB,CAAC,EAC7B,QAAQ,GACT,EAAE,2BAA2B,GAAG,GAAG,CAAC,OAAO,CA2I3C;AAED,eAAe,qBAAqB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/providers/NotificationsProvider/index.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EACL,iBAAiB,EAGjB,kBAAkB,EAClB,cAAc,EACf,MAAM,SAAS,CAAC;AAEjB,aAAK,gBAAgB,GAAG,IAAI,CAAC,kBAAkB,EAAE,SAAS,CAAC,GAAG;IAC5D,OAAO,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC;CACnC,CAAC;AAEF,aAAK,wBAAwB,GAAG,CAC9B,gBAAgB,EAAE,cAAc,KAC7B,IAAI,GAAG,CAAC,gBAAgB,CAAC,GAAG,CAAC,gBAAgB,EAAE,GAAG,CAAC,OAAO,CAAC,CAAC;AAEjE,aAAK,gBAAgB,GAAG,CACtB,GAAG,IAAI,EACH,CAAC,wBAAwB,CAAC,GAC1B,CAAC,gBAAgB,CAAC,GAClB,CAAC,gBAAgB,EAAE,GAAG,CAAC,OAAO,CAAC,KAChC,IAAI,CAAC;AAEV,MAAM,WAAW,qBAAqB;IACpC,UAAU,EAAE,MAAM,IAAI,CAAC;IACvB,eAAe,EAAE,OAAO,CAAC;IACzB,aAAa,EAAE,cAAc,CAAC;IAC9B,MAAM,EAAE,gBAAgB,CAAC;CAC1B;AAED,eAAO,MAAM,oBAAoB,sCAK/B,CAAC;AAEH,UAAU,2BAA2B;IACnC,QAAQ,CAAC,EAAE,KAAK,CAAC,UAAU,GAAG,KAAK,CAAC,aAAa,CAAC;CACnD;AAED,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;CAiBd,CAAC;AAEX,iBAAS,qBAAqB,CAAC,EAC7B,QAAQ,GACT,EAAE,2BAA2B,GAAG,GAAG,CAAC,OAAO,CA8K3C;AAED,eAAe,qBAAqB,CAAC"}
@@ -11,7 +11,9 @@ var _isEmpty = _interopRequireDefault(require("lodash/isEmpty"));
11
11
 
12
12
  var _uniqueId = _interopRequireDefault(require("lodash/uniqueId"));
13
13
 
14
- var _react = _interopRequireWildcard(require("react"));
14
+ var _noop = _interopRequireDefault(require("lodash/noop"));
15
+
16
+ var React = _interopRequireWildcard(require("react"));
15
17
 
16
18
  var _types = require("./types");
17
19
 
@@ -47,15 +49,11 @@ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
47
49
 
48
50
  function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
49
51
 
50
- var notifyCB;
51
- var notifyHandler;
52
- var NotificationsContext = (0, _react.createContext)({
53
- /* istanbul ignore next */
54
- dismissAll: function dismissAll() {},
52
+ var NotificationsContext = React.createContext({
53
+ dismissAll: _noop.default,
54
+ isDismissingAll: false,
55
55
  notifications: [],
56
-
57
- /* istanbul ignore next */
58
- notify: function notify() {}
56
+ notify: _noop.default
59
57
  });
60
58
  exports.NotificationsContext = NotificationsContext;
61
59
  var transitions = (_transitions = {}, _defineProperty(_transitions, _types.NotificationState.ENTERING, {
@@ -76,10 +74,10 @@ exports.transitions = transitions;
76
74
  function NotificationsProvider(_ref) {
77
75
  var children = _ref.children;
78
76
 
79
- var _useState = (0, _react.useState)([]),
80
- _useState2 = _slicedToArray(_useState, 2),
81
- notifications = _useState2[0],
82
- setNotifications = _useState2[1];
77
+ var _React$useState = React.useState([]),
78
+ _React$useState2 = _slicedToArray(_React$useState, 2),
79
+ notifications = _React$useState2[0],
80
+ setNotifications = _React$useState2[1];
83
81
  /**
84
82
  * Advances a notification to either the specified state or the next state for the current state
85
83
  */
@@ -112,6 +110,16 @@ function NotificationsProvider(_ref) {
112
110
  })];
113
111
  }
114
112
 
113
+ if (meta.state === _types.NotificationState.COLLAPSING_ALL && props.onClose) {
114
+ try {
115
+ props.onClose(new MouseEvent('click'));
116
+ } catch (_unused) {
117
+ // IE doesn't support MouseEvent. If you support IE, you must verify or mock
118
+ // attributes required by this event handler.
119
+ props.onClose({});
120
+ }
121
+ }
122
+
115
123
  return undefined;
116
124
  }
117
125
 
@@ -134,7 +142,7 @@ function NotificationsProvider(_ref) {
134
142
  });
135
143
  };
136
144
 
137
- var notify = (0, _react.useCallback)(function () {
145
+ var notify = React.useCallback(function () {
138
146
  for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
139
147
  args[_key] = arguments[_key];
140
148
  }
@@ -148,25 +156,23 @@ function NotificationsProvider(_ref) {
148
156
  // notification dispatched.
149
157
  var newNotificationParams = args[0](oldNotifications);
150
158
 
151
- if ((0, _isEmpty.default)(newNotificationParams)) {
159
+ if (!newNotificationParams) {
152
160
  // In the scenario where a callback arg is provided but returns void,
153
161
  // block the rest of the logic and move on. There should be no change.
154
162
  return oldNotifications;
155
163
  }
156
164
 
157
- var _ref6 = newNotificationParams;
165
+ var _newNotificationParam = _slicedToArray(newNotificationParams, 2);
166
+
167
+ options = _newNotificationParam[0];
168
+ body = _newNotificationParam[1];
169
+ } else {
170
+ var _ref6 = args;
158
171
 
159
172
  var _ref7 = _slicedToArray(_ref6, 2);
160
173
 
161
174
  options = _ref7[0];
162
175
  body = _ref7[1];
163
- } else {
164
- var _ref8 = args;
165
-
166
- var _ref9 = _slicedToArray(_ref8, 2);
167
-
168
- options = _ref9[0];
169
- body = _ref9[1];
170
176
  }
171
177
 
172
178
  var notificationID = (0, _uniqueId.default)("notification-".concat(options.id, "-"));
@@ -174,6 +180,9 @@ function NotificationsProvider(_ref) {
174
180
  setTimeout(function () {
175
181
  transition(notificationID);
176
182
  }, duration);
183
+ var autoDismiss = options.duration && setTimeout(function () {
184
+ transition(notificationID, _types.NotificationState.COLLAPSING);
185
+ }, duration + options.duration);
177
186
 
178
187
  var closeNotificationAfter = function closeNotificationAfter(callback) {
179
188
  return function (event) {
@@ -185,9 +194,13 @@ function NotificationsProvider(_ref) {
185
194
  };
186
195
  };
187
196
 
188
- var actions = options.actions && options.actions.map(function (_ref10) {
189
- var onClick = _ref10.onClick,
190
- rest = _objectWithoutProperties(_ref10, ["onClick"]);
197
+ var suspendAutoDismiss = function suspendAutoDismiss() {
198
+ clearTimeout(autoDismiss);
199
+ };
200
+
201
+ var actions = options.actions && options.actions.map(function (_ref8) {
202
+ var onClick = _ref8.onClick,
203
+ rest = _objectWithoutProperties(_ref8, ["onClick"]);
191
204
 
192
205
  return _objectSpread({
193
206
  onClick: closeNotificationAfter(onClick)
@@ -196,7 +209,9 @@ function NotificationsProvider(_ref) {
196
209
  return [[_objectSpread({}, options, {
197
210
  actions: actions,
198
211
  id: options.id || notificationID,
199
- onClose: closeNotificationAfter(options.onClose)
212
+ onClose: options.onClose && closeNotificationAfter(options.onClose),
213
+ onFocus: suspendAutoDismiss,
214
+ onHover: suspendAutoDismiss
200
215
  }), body, {
201
216
  notificationID: notificationID,
202
217
  state: _types.NotificationState.ENTERING
@@ -204,9 +219,13 @@ function NotificationsProvider(_ref) {
204
219
  });
205
220
  }, // eslint-disable-next-line react-hooks/exhaustive-deps
206
221
  [setNotifications]);
207
- return _react.default.createElement(NotificationsContext.Provider, {
222
+ var isDismissingAll = React.useMemo(function () {
223
+ return !(0, _isEmpty.default)(notifications) && notifications[0][2].state === _types.NotificationState.COLLAPSING_ALL;
224
+ }, [notifications]);
225
+ return React.createElement(NotificationsContext.Provider, {
208
226
  value: {
209
227
  dismissAll: dismissAll,
228
+ isDismissingAll: isDismissingAll,
210
229
  notifications: notifications,
211
230
  notify: notify
212
231
  }
@@ -11,13 +11,16 @@ export interface TActionProps {
11
11
  }
12
12
  export interface TNotificationProps {
13
13
  actions?: [TActionProps] | [TActionProps, TActionProps];
14
+ duration?: number;
14
15
  children?: React.ReactNode;
15
16
  closeHint?: string;
16
17
  color?: StatusColorsKeys;
17
18
  icon?: IconComponent;
18
19
  id: string;
19
20
  intent?: keyof typeof intents;
20
- onClose: React.MouseEventHandler;
21
+ onClose?: React.MouseEventHandler;
22
+ onFocus?: React.FocusEventHandler;
23
+ onHover?: React.MouseEventHandler;
21
24
  title: string;
22
25
  }
23
26
  export declare type TNotificationOptions = TNotificationProps;
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/providers/NotificationsProvider/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAE5C,OAAO,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAC;AAE1C,OAAO,EAAE,gBAAgB,EAAE,MAAM,4BAA4B,CAAC;AAE9D,aAAK,aAAa,GAAG,CAAC,KAAK,EAAE,SAAS,KAAK,GAAG,CAAC,OAAO,CAAC;AAEvD,MAAM,WAAW,YAAY;IAC3B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,aAAa,CAAC;IACrB,OAAO,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC;IAClC,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,kBAAkB;IACjC,OAAO,CAAC,EAAE,CAAC,YAAY,CAAC,GAAG,CAAC,YAAY,EAAE,YAAY,CAAC,CAAC;IACxD,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,gBAAgB,CAAC;IACzB,IAAI,CAAC,EAAE,aAAa,CAAC;IACrB,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,CAAC,EAAE,MAAM,OAAO,OAAO,CAAC;IAC9B,OAAO,EAAE,KAAK,CAAC,iBAAiB,CAAC;IACjC,KAAK,EAAE,MAAM,CAAC;CACf;AAED,oBAAY,oBAAoB,GAAG,kBAAkB,CAAC;AAEtD,oBAAY,iBAAiB;IAC3B,QAAQ,aAAa;IACrB,UAAU,eAAe;IACzB,UAAU,eAAe;IACzB,cAAc,mBAAmB;CAClC;AAED,MAAM,WAAW,iBAAiB;IAChC,cAAc,EAAE,MAAM,CAAC;IACvB,KAAK,EAAE,iBAAiB,CAAC;CAC1B;AAED,oBAAY,aAAa,GAAG,CAC1B,oBAAoB,EACpB,GAAG,CAAC,OAAO,GAAG,SAAS,EACvB,iBAAiB,CAClB,CAAC;AACF,oBAAY,cAAc,GAAG,aAAa,EAAE,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/providers/NotificationsProvider/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAE5C,OAAO,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAC;AAE1C,OAAO,EAAE,gBAAgB,EAAE,MAAM,4BAA4B,CAAC;AAE9D,aAAK,aAAa,GAAG,CAAC,KAAK,EAAE,SAAS,KAAK,GAAG,CAAC,OAAO,CAAC;AAEvD,MAAM,WAAW,YAAY;IAC3B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,aAAa,CAAC;IACrB,OAAO,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC;IAClC,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,kBAAkB;IACjC,OAAO,CAAC,EAAE,CAAC,YAAY,CAAC,GAAG,CAAC,YAAY,EAAE,YAAY,CAAC,CAAC;IACxD,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,gBAAgB,CAAC;IACzB,IAAI,CAAC,EAAE,aAAa,CAAC;IACrB,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,CAAC,EAAE,MAAM,OAAO,OAAO,CAAC;IAC9B,OAAO,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC;IAClC,OAAO,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC;IAClC,OAAO,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC;IAClC,KAAK,EAAE,MAAM,CAAC;CACf;AAED,oBAAY,oBAAoB,GAAG,kBAAkB,CAAC;AAEtD,oBAAY,iBAAiB;IAC3B,QAAQ,aAAa;IACrB,UAAU,eAAe;IACzB,UAAU,eAAe;IACzB,cAAc,mBAAmB;CAClC;AAED,MAAM,WAAW,iBAAiB;IAChC,cAAc,EAAE,MAAM,CAAC;IACvB,KAAK,EAAE,iBAAiB,CAAC;CAC1B;AAED,oBAAY,aAAa,GAAG,CAC1B,oBAAoB,EACpB,GAAG,CAAC,OAAO,GAAG,SAAS,EACvB,iBAAiB,CAClB,CAAC;AACF,oBAAY,cAAc,GAAG,aAAa,EAAE,CAAC"}