@bookjane2/bookjane-design-library 7.0.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 (1574) hide show
  1. package/README.md +47 -0
  2. package/lib/assets/BKJLOGO.svg +1 -0
  3. package/lib/assets/SadJaneIcon.d.ts +3 -0
  4. package/lib/assets/SadJaneIcon.d.ts.map +1 -0
  5. package/lib/assets/SadJaneIcon.js +60 -0
  6. package/lib/assets/SadJaneIcon.js.map +1 -0
  7. package/lib/assets/SadJaneIcon.tsx +80 -0
  8. package/lib/common.types.d.ts +44 -0
  9. package/lib/common.types.d.ts.map +1 -0
  10. package/lib/common.types.js +34 -0
  11. package/lib/common.types.js.map +1 -0
  12. package/lib/components/BKJAddressInput/BKJAddressInput.context.d.ts +10 -0
  13. package/lib/components/BKJAddressInput/BKJAddressInput.context.d.ts.map +1 -0
  14. package/lib/components/BKJAddressInput/BKJAddressInput.context.js +112 -0
  15. package/lib/components/BKJAddressInput/BKJAddressInput.context.js.map +1 -0
  16. package/lib/components/BKJAddressInput/BKJAddressInput.d.ts +4 -0
  17. package/lib/components/BKJAddressInput/BKJAddressInput.d.ts.map +1 -0
  18. package/lib/components/BKJAddressInput/BKJAddressInput.js +3 -0
  19. package/lib/components/BKJAddressInput/BKJAddressInput.js.map +1 -0
  20. package/lib/components/BKJAddressInput/BKJAddressInput.stories.d.ts +11 -0
  21. package/lib/components/BKJAddressInput/BKJAddressInput.stories.d.ts.map +1 -0
  22. package/lib/components/BKJAddressInput/BKJAddressInput.stories.js +11 -0
  23. package/lib/components/BKJAddressInput/BKJAddressInput.stories.js.map +1 -0
  24. package/lib/components/BKJAddressInput/BKJAddressInput.types.d.ts +79 -0
  25. package/lib/components/BKJAddressInput/BKJAddressInput.types.d.ts.map +1 -0
  26. package/lib/components/BKJAddressInput/BKJAddressInput.types.js +2 -0
  27. package/lib/components/BKJAddressInput/BKJAddressInput.types.js.map +1 -0
  28. package/lib/components/BKJAddressInput/index.d.ts +2 -0
  29. package/lib/components/BKJAddressInput/index.d.ts.map +1 -0
  30. package/lib/components/BKJAddressInput/index.js +2 -0
  31. package/lib/components/BKJAddressInput/index.js.map +1 -0
  32. package/lib/components/BKJAddressInput/normalizedPlaceChangeHandler.d.ts +3 -0
  33. package/lib/components/BKJAddressInput/normalizedPlaceChangeHandler.d.ts.map +1 -0
  34. package/lib/components/BKJAddressInput/normalizedPlaceChangeHandler.js +48 -0
  35. package/lib/components/BKJAddressInput/normalizedPlaceChangeHandler.js.map +1 -0
  36. package/lib/components/BKJAlert/BKJAlert.d.ts +4 -0
  37. package/lib/components/BKJAlert/BKJAlert.d.ts.map +1 -0
  38. package/lib/components/BKJAlert/BKJAlert.js +14 -0
  39. package/lib/components/BKJAlert/BKJAlert.js.map +1 -0
  40. package/lib/components/BKJAlert/BKJAlert.stories.d.ts +16 -0
  41. package/lib/components/BKJAlert/BKJAlert.stories.d.ts.map +1 -0
  42. package/lib/components/BKJAlert/BKJAlert.stories.js +19 -0
  43. package/lib/components/BKJAlert/BKJAlert.stories.js.map +1 -0
  44. package/lib/components/BKJAlert/BKJAlert.styled.d.ts +8 -0
  45. package/lib/components/BKJAlert/BKJAlert.styled.d.ts.map +1 -0
  46. package/lib/components/BKJAlert/BKJAlert.styled.js +33 -0
  47. package/lib/components/BKJAlert/BKJAlert.styled.js.map +1 -0
  48. package/lib/components/BKJAlert/BKJAlert.types.d.ts +7 -0
  49. package/lib/components/BKJAlert/BKJAlert.types.d.ts.map +1 -0
  50. package/lib/components/BKJAlert/BKJAlert.types.js +2 -0
  51. package/lib/components/BKJAlert/BKJAlert.types.js.map +1 -0
  52. package/lib/components/BKJAlert/index.d.ts +3 -0
  53. package/lib/components/BKJAlert/index.d.ts.map +1 -0
  54. package/lib/components/BKJAlert/index.js +3 -0
  55. package/lib/components/BKJAlert/index.js.map +1 -0
  56. package/lib/components/BKJAvatar/BKJAvatar.d.ts +4 -0
  57. package/lib/components/BKJAvatar/BKJAvatar.d.ts.map +1 -0
  58. package/lib/components/BKJAvatar/BKJAvatar.js +9 -0
  59. package/lib/components/BKJAvatar/BKJAvatar.js.map +1 -0
  60. package/lib/components/BKJAvatar/BKJAvatar.stories.d.ts +36 -0
  61. package/lib/components/BKJAvatar/BKJAvatar.stories.d.ts.map +1 -0
  62. package/lib/components/BKJAvatar/BKJAvatar.stories.js +41 -0
  63. package/lib/components/BKJAvatar/BKJAvatar.stories.js.map +1 -0
  64. package/lib/components/BKJAvatar/BKJAvatar.styled.d.ts +4 -0
  65. package/lib/components/BKJAvatar/BKJAvatar.styled.d.ts.map +1 -0
  66. package/lib/components/BKJAvatar/BKJAvatar.styled.js +12 -0
  67. package/lib/components/BKJAvatar/BKJAvatar.styled.js.map +1 -0
  68. package/lib/components/BKJAvatar/BKJAvatar.types.d.ts +9 -0
  69. package/lib/components/BKJAvatar/BKJAvatar.types.d.ts.map +1 -0
  70. package/lib/components/BKJAvatar/BKJAvatar.types.js +2 -0
  71. package/lib/components/BKJAvatar/BKJAvatar.types.js.map +1 -0
  72. package/lib/components/BKJAvatar/index.d.ts +3 -0
  73. package/lib/components/BKJAvatar/index.d.ts.map +1 -0
  74. package/lib/components/BKJAvatar/index.js +3 -0
  75. package/lib/components/BKJAvatar/index.js.map +1 -0
  76. package/lib/components/BKJBadge/BKJBadge.d.ts +4 -0
  77. package/lib/components/BKJBadge/BKJBadge.d.ts.map +1 -0
  78. package/lib/components/BKJBadge/BKJBadge.js +4 -0
  79. package/lib/components/BKJBadge/BKJBadge.js.map +1 -0
  80. package/lib/components/BKJBadge/BKJBadge.stories.d.ts +23 -0
  81. package/lib/components/BKJBadge/BKJBadge.stories.d.ts.map +1 -0
  82. package/lib/components/BKJBadge/BKJBadge.stories.js +40 -0
  83. package/lib/components/BKJBadge/BKJBadge.stories.js.map +1 -0
  84. package/lib/components/BKJBadge/BKJBadge.styled.d.ts +5 -0
  85. package/lib/components/BKJBadge/BKJBadge.styled.d.ts.map +1 -0
  86. package/lib/components/BKJBadge/BKJBadge.styled.js +18 -0
  87. package/lib/components/BKJBadge/BKJBadge.styled.js.map +1 -0
  88. package/lib/components/BKJBadge/BKJBadge.theme.d.ts +3 -0
  89. package/lib/components/BKJBadge/BKJBadge.theme.d.ts.map +1 -0
  90. package/lib/components/BKJBadge/BKJBadge.theme.js +72 -0
  91. package/lib/components/BKJBadge/BKJBadge.theme.js.map +1 -0
  92. package/lib/components/BKJBadge/BKJBadge.types.d.ts +24 -0
  93. package/lib/components/BKJBadge/BKJBadge.types.d.ts.map +1 -0
  94. package/lib/components/BKJBadge/BKJBadge.types.js +2 -0
  95. package/lib/components/BKJBadge/BKJBadge.types.js.map +1 -0
  96. package/lib/components/BKJBadge/index.d.ts +3 -0
  97. package/lib/components/BKJBadge/index.d.ts.map +1 -0
  98. package/lib/components/BKJBadge/index.js +3 -0
  99. package/lib/components/BKJBadge/index.js.map +1 -0
  100. package/lib/components/BKJButton/BKJButton.d.ts +4 -0
  101. package/lib/components/BKJButton/BKJButton.d.ts.map +1 -0
  102. package/lib/components/BKJButton/BKJButton.js +9 -0
  103. package/lib/components/BKJButton/BKJButton.js.map +1 -0
  104. package/lib/components/BKJButton/BKJButton.stories.d.ts +49 -0
  105. package/lib/components/BKJButton/BKJButton.stories.d.ts.map +1 -0
  106. package/lib/components/BKJButton/BKJButton.stories.js +66 -0
  107. package/lib/components/BKJButton/BKJButton.stories.js.map +1 -0
  108. package/lib/components/BKJButton/BKJButton.styled.d.ts +11 -0
  109. package/lib/components/BKJButton/BKJButton.styled.d.ts.map +1 -0
  110. package/lib/components/BKJButton/BKJButton.styled.js +45 -0
  111. package/lib/components/BKJButton/BKJButton.styled.js.map +1 -0
  112. package/lib/components/BKJButton/BKJButton.theme.d.ts +3 -0
  113. package/lib/components/BKJButton/BKJButton.theme.d.ts.map +1 -0
  114. package/lib/components/BKJButton/BKJButton.theme.js +417 -0
  115. package/lib/components/BKJButton/BKJButton.theme.js.map +1 -0
  116. package/lib/components/BKJButton/BKJButton.types.d.ts +29 -0
  117. package/lib/components/BKJButton/BKJButton.types.d.ts.map +1 -0
  118. package/lib/components/BKJButton/BKJButton.types.js +2 -0
  119. package/lib/components/BKJButton/BKJButton.types.js.map +1 -0
  120. package/lib/components/BKJButton/index.d.ts +3 -0
  121. package/lib/components/BKJButton/index.d.ts.map +1 -0
  122. package/lib/components/BKJButton/index.js +3 -0
  123. package/lib/components/BKJButton/index.js.map +1 -0
  124. package/lib/components/BKJButtonIconTextInput/BKJButtonIconTextInput.d.ts +4 -0
  125. package/lib/components/BKJButtonIconTextInput/BKJButtonIconTextInput.d.ts.map +1 -0
  126. package/lib/components/BKJButtonIconTextInput/BKJButtonIconTextInput.js +17 -0
  127. package/lib/components/BKJButtonIconTextInput/BKJButtonIconTextInput.js.map +1 -0
  128. package/lib/components/BKJButtonIconTextInput/BKJButtonIconTextInput.stories.d.ts +47 -0
  129. package/lib/components/BKJButtonIconTextInput/BKJButtonIconTextInput.stories.d.ts.map +1 -0
  130. package/lib/components/BKJButtonIconTextInput/BKJButtonIconTextInput.stories.js +54 -0
  131. package/lib/components/BKJButtonIconTextInput/BKJButtonIconTextInput.stories.js.map +1 -0
  132. package/lib/components/BKJButtonIconTextInput/BKJButtonIconTextInput.styled.d.ts +16 -0
  133. package/lib/components/BKJButtonIconTextInput/BKJButtonIconTextInput.styled.d.ts.map +1 -0
  134. package/lib/components/BKJButtonIconTextInput/BKJButtonIconTextInput.styled.js +82 -0
  135. package/lib/components/BKJButtonIconTextInput/BKJButtonIconTextInput.styled.js.map +1 -0
  136. package/lib/components/BKJButtonIconTextInput/BKJButtonIconTextInput.types.d.ts +22 -0
  137. package/lib/components/BKJButtonIconTextInput/BKJButtonIconTextInput.types.d.ts.map +1 -0
  138. package/lib/components/BKJButtonIconTextInput/BKJButtonIconTextInput.types.js +2 -0
  139. package/lib/components/BKJButtonIconTextInput/BKJButtonIconTextInput.types.js.map +1 -0
  140. package/lib/components/BKJButtonIconTextInput/index.d.ts +2 -0
  141. package/lib/components/BKJButtonIconTextInput/index.d.ts.map +1 -0
  142. package/lib/components/BKJButtonIconTextInput/index.js +2 -0
  143. package/lib/components/BKJButtonIconTextInput/index.js.map +1 -0
  144. package/lib/components/BKJCheckbox/BKJCheckbox.d.ts +4 -0
  145. package/lib/components/BKJCheckbox/BKJCheckbox.d.ts.map +1 -0
  146. package/lib/components/BKJCheckbox/BKJCheckbox.js +27 -0
  147. package/lib/components/BKJCheckbox/BKJCheckbox.js.map +1 -0
  148. package/lib/components/BKJCheckbox/BKJCheckbox.stories.d.ts +52 -0
  149. package/lib/components/BKJCheckbox/BKJCheckbox.stories.d.ts.map +1 -0
  150. package/lib/components/BKJCheckbox/BKJCheckbox.stories.js +50 -0
  151. package/lib/components/BKJCheckbox/BKJCheckbox.stories.js.map +1 -0
  152. package/lib/components/BKJCheckbox/BKJCheckbox.styled.d.ts +12 -0
  153. package/lib/components/BKJCheckbox/BKJCheckbox.styled.d.ts.map +1 -0
  154. package/lib/components/BKJCheckbox/BKJCheckbox.styled.js +59 -0
  155. package/lib/components/BKJCheckbox/BKJCheckbox.styled.js.map +1 -0
  156. package/lib/components/BKJCheckbox/BKJCheckbox.theme.d.ts +3 -0
  157. package/lib/components/BKJCheckbox/BKJCheckbox.theme.d.ts.map +1 -0
  158. package/lib/components/BKJCheckbox/BKJCheckbox.theme.js +43 -0
  159. package/lib/components/BKJCheckbox/BKJCheckbox.theme.js.map +1 -0
  160. package/lib/components/BKJCheckbox/BKJCheckbox.types.d.ts +39 -0
  161. package/lib/components/BKJCheckbox/BKJCheckbox.types.d.ts.map +1 -0
  162. package/lib/components/BKJCheckbox/BKJCheckbox.types.js +2 -0
  163. package/lib/components/BKJCheckbox/BKJCheckbox.types.js.map +1 -0
  164. package/lib/components/BKJCheckbox/index.d.ts +3 -0
  165. package/lib/components/BKJCheckbox/index.d.ts.map +1 -0
  166. package/lib/components/BKJCheckbox/index.js +3 -0
  167. package/lib/components/BKJCheckbox/index.js.map +1 -0
  168. package/lib/components/BKJCheckbox/src/BKJCheck.d.ts +5 -0
  169. package/lib/components/BKJCheckbox/src/BKJCheck.d.ts.map +1 -0
  170. package/lib/components/BKJCheckbox/src/BKJCheck.js +14 -0
  171. package/lib/components/BKJCheckbox/src/BKJCheck.js.map +1 -0
  172. package/lib/components/BKJCheckbox/src/BKJCheck.theme.d.ts +3 -0
  173. package/lib/components/BKJCheckbox/src/BKJCheck.theme.d.ts.map +1 -0
  174. package/lib/components/BKJCheckbox/src/BKJCheck.theme.js +17 -0
  175. package/lib/components/BKJCheckbox/src/BKJCheck.theme.js.map +1 -0
  176. package/lib/components/BKJCheckbox/src/BKJCheck.types.d.ts +21 -0
  177. package/lib/components/BKJCheckbox/src/BKJCheck.types.d.ts.map +1 -0
  178. package/lib/components/BKJCheckbox/src/BKJCheck.types.js +2 -0
  179. package/lib/components/BKJCheckbox/src/BKJCheck.types.js.map +1 -0
  180. package/lib/components/BKJCheckboxListItem/BKJCheckboxListItem.d.ts +8 -0
  181. package/lib/components/BKJCheckboxListItem/BKJCheckboxListItem.d.ts.map +1 -0
  182. package/lib/components/BKJCheckboxListItem/BKJCheckboxListItem.js +25 -0
  183. package/lib/components/BKJCheckboxListItem/BKJCheckboxListItem.js.map +1 -0
  184. package/lib/components/BKJCheckboxListItem/BKJCheckboxListItem.stories.d.ts +13 -0
  185. package/lib/components/BKJCheckboxListItem/BKJCheckboxListItem.stories.d.ts.map +1 -0
  186. package/lib/components/BKJCheckboxListItem/BKJCheckboxListItem.stories.js +20 -0
  187. package/lib/components/BKJCheckboxListItem/BKJCheckboxListItem.stories.js.map +1 -0
  188. package/lib/components/BKJCheckboxListItem/index.d.ts +3 -0
  189. package/lib/components/BKJCheckboxListItem/index.d.ts.map +1 -0
  190. package/lib/components/BKJCheckboxListItem/index.js +3 -0
  191. package/lib/components/BKJCheckboxListItem/index.js.map +1 -0
  192. package/lib/components/BKJChip/BKJChip.d.ts +4 -0
  193. package/lib/components/BKJChip/BKJChip.d.ts.map +1 -0
  194. package/lib/components/BKJChip/BKJChip.js +6 -0
  195. package/lib/components/BKJChip/BKJChip.js.map +1 -0
  196. package/lib/components/BKJChip/BKJChip.stories.d.ts +24 -0
  197. package/lib/components/BKJChip/BKJChip.stories.d.ts.map +1 -0
  198. package/lib/components/BKJChip/BKJChip.stories.js +27 -0
  199. package/lib/components/BKJChip/BKJChip.stories.js.map +1 -0
  200. package/lib/components/BKJChip/BKJChip.styled.d.ts +7 -0
  201. package/lib/components/BKJChip/BKJChip.styled.d.ts.map +1 -0
  202. package/lib/components/BKJChip/BKJChip.styled.js +27 -0
  203. package/lib/components/BKJChip/BKJChip.styled.js.map +1 -0
  204. package/lib/components/BKJChip/BKJChip.theme.d.ts +3 -0
  205. package/lib/components/BKJChip/BKJChip.theme.d.ts.map +1 -0
  206. package/lib/components/BKJChip/BKJChip.theme.js +10 -0
  207. package/lib/components/BKJChip/BKJChip.theme.js.map +1 -0
  208. package/lib/components/BKJChip/BKJChip.types.d.ts +12 -0
  209. package/lib/components/BKJChip/BKJChip.types.d.ts.map +1 -0
  210. package/lib/components/BKJChip/BKJChip.types.js +2 -0
  211. package/lib/components/BKJChip/BKJChip.types.js.map +1 -0
  212. package/lib/components/BKJChip/index.d.ts +3 -0
  213. package/lib/components/BKJChip/index.d.ts.map +1 -0
  214. package/lib/components/BKJChip/index.js +3 -0
  215. package/lib/components/BKJChip/index.js.map +1 -0
  216. package/lib/components/BKJComboBox/BKJComboBox.d.ts +8 -0
  217. package/lib/components/BKJComboBox/BKJComboBox.d.ts.map +1 -0
  218. package/lib/components/BKJComboBox/BKJComboBox.js +19 -0
  219. package/lib/components/BKJComboBox/BKJComboBox.js.map +1 -0
  220. package/lib/components/BKJComboBox/BKJComboBox.stories.d.ts +11 -0
  221. package/lib/components/BKJComboBox/BKJComboBox.stories.d.ts.map +1 -0
  222. package/lib/components/BKJComboBox/BKJComboBox.stories.js +49 -0
  223. package/lib/components/BKJComboBox/BKJComboBox.stories.js.map +1 -0
  224. package/lib/components/BKJComboBox/BKJComboBox.types.d.ts +115 -0
  225. package/lib/components/BKJComboBox/BKJComboBox.types.d.ts.map +1 -0
  226. package/lib/components/BKJComboBox/BKJComboBox.types.js +2 -0
  227. package/lib/components/BKJComboBox/BKJComboBox.types.js.map +1 -0
  228. package/lib/components/BKJComboBox/BKJComboBox.utils.d.ts +24 -0
  229. package/lib/components/BKJComboBox/BKJComboBox.utils.d.ts.map +1 -0
  230. package/lib/components/BKJComboBox/BKJComboBox.utils.js +164 -0
  231. package/lib/components/BKJComboBox/BKJComboBox.utils.js.map +1 -0
  232. package/lib/components/BKJComboBox/fortune-500-company-list.json +3002 -0
  233. package/lib/components/BKJComboBox/index.d.ts +2 -0
  234. package/lib/components/BKJComboBox/index.d.ts.map +1 -0
  235. package/lib/components/BKJComboBox/index.js +2 -0
  236. package/lib/components/BKJComboBox/index.js.map +1 -0
  237. package/lib/components/BKJComboBox/opts.d.ts +7 -0
  238. package/lib/components/BKJComboBox/opts.d.ts.map +1 -0
  239. package/lib/components/BKJComboBox/opts.js +483 -0
  240. package/lib/components/BKJComboBox/opts.js.map +1 -0
  241. package/lib/components/BKJComboBox/src/BKJComboBox.context.d.ts +6 -0
  242. package/lib/components/BKJComboBox/src/BKJComboBox.context.d.ts.map +1 -0
  243. package/lib/components/BKJComboBox/src/BKJComboBox.context.hooks.d.ts +14 -0
  244. package/lib/components/BKJComboBox/src/BKJComboBox.context.hooks.d.ts.map +1 -0
  245. package/lib/components/BKJComboBox/src/BKJComboBox.context.hooks.js +10 -0
  246. package/lib/components/BKJComboBox/src/BKJComboBox.context.hooks.js.map +1 -0
  247. package/lib/components/BKJComboBox/src/BKJComboBox.context.js +179 -0
  248. package/lib/components/BKJComboBox/src/BKJComboBox.context.js.map +1 -0
  249. package/lib/components/BKJComboBox/src/BKJComboBoxInput.d.ts +8 -0
  250. package/lib/components/BKJComboBox/src/BKJComboBoxInput.d.ts.map +1 -0
  251. package/lib/components/BKJComboBox/src/BKJComboBoxInput.js +23 -0
  252. package/lib/components/BKJComboBox/src/BKJComboBoxInput.js.map +1 -0
  253. package/lib/components/BKJComboBox/src/BKJComboBoxItem.d.ts +4 -0
  254. package/lib/components/BKJComboBox/src/BKJComboBoxItem.d.ts.map +1 -0
  255. package/lib/components/BKJComboBox/src/BKJComboBoxItem.js +21 -0
  256. package/lib/components/BKJComboBox/src/BKJComboBoxItem.js.map +1 -0
  257. package/lib/components/BKJComboBox/src/BKJComboBoxOptions.d.ts +3 -0
  258. package/lib/components/BKJComboBox/src/BKJComboBoxOptions.d.ts.map +1 -0
  259. package/lib/components/BKJComboBox/src/BKJComboBoxOptions.js +22 -0
  260. package/lib/components/BKJComboBox/src/BKJComboBoxOptions.js.map +1 -0
  261. package/lib/components/BKJComboBox/src/BKJComboBoxOptionsMapper.d.ts +3 -0
  262. package/lib/components/BKJComboBox/src/BKJComboBoxOptionsMapper.d.ts.map +1 -0
  263. package/lib/components/BKJComboBox/src/BKJComboBoxOptionsMapper.js +20 -0
  264. package/lib/components/BKJComboBox/src/BKJComboBoxOptionsMapper.js.map +1 -0
  265. package/lib/components/BKJComboBoxAsync/BKJComboBoxAsync.d.ts +8 -0
  266. package/lib/components/BKJComboBoxAsync/BKJComboBoxAsync.d.ts.map +1 -0
  267. package/lib/components/BKJComboBoxAsync/BKJComboBoxAsync.js +19 -0
  268. package/lib/components/BKJComboBoxAsync/BKJComboBoxAsync.js.map +1 -0
  269. package/lib/components/BKJComboBoxAsync/BKJComboBoxAsync.stories.d.ts +11 -0
  270. package/lib/components/BKJComboBoxAsync/BKJComboBoxAsync.stories.d.ts.map +1 -0
  271. package/lib/components/BKJComboBoxAsync/BKJComboBoxAsync.stories.js +93 -0
  272. package/lib/components/BKJComboBoxAsync/BKJComboBoxAsync.stories.js.map +1 -0
  273. package/lib/components/BKJComboBoxAsync/BKJComboBoxAsync.types.d.ts +123 -0
  274. package/lib/components/BKJComboBoxAsync/BKJComboBoxAsync.types.d.ts.map +1 -0
  275. package/lib/components/BKJComboBoxAsync/BKJComboBoxAsync.types.js +2 -0
  276. package/lib/components/BKJComboBoxAsync/BKJComboBoxAsync.types.js.map +1 -0
  277. package/lib/components/BKJComboBoxAsync/BKJComboBoxAsync.utils.d.ts +12 -0
  278. package/lib/components/BKJComboBoxAsync/BKJComboBoxAsync.utils.d.ts.map +1 -0
  279. package/lib/components/BKJComboBoxAsync/BKJComboBoxAsync.utils.js +81 -0
  280. package/lib/components/BKJComboBoxAsync/BKJComboBoxAsync.utils.js.map +1 -0
  281. package/lib/components/BKJComboBoxAsync/fortune-500-company-list.json +3509 -0
  282. package/lib/components/BKJComboBoxAsync/index.d.ts +2 -0
  283. package/lib/components/BKJComboBoxAsync/index.d.ts.map +1 -0
  284. package/lib/components/BKJComboBoxAsync/index.js +2 -0
  285. package/lib/components/BKJComboBoxAsync/index.js.map +1 -0
  286. package/lib/components/BKJComboBoxAsync/opts.d.ts +7 -0
  287. package/lib/components/BKJComboBoxAsync/opts.d.ts.map +1 -0
  288. package/lib/components/BKJComboBoxAsync/opts.js +483 -0
  289. package/lib/components/BKJComboBoxAsync/opts.js.map +1 -0
  290. package/lib/components/BKJComboBoxAsync/src/BKJComboBoxAsync.context.d.ts +6 -0
  291. package/lib/components/BKJComboBoxAsync/src/BKJComboBoxAsync.context.d.ts.map +1 -0
  292. package/lib/components/BKJComboBoxAsync/src/BKJComboBoxAsync.context.hooks.d.ts +12 -0
  293. package/lib/components/BKJComboBoxAsync/src/BKJComboBoxAsync.context.hooks.d.ts.map +1 -0
  294. package/lib/components/BKJComboBoxAsync/src/BKJComboBoxAsync.context.hooks.js +9 -0
  295. package/lib/components/BKJComboBoxAsync/src/BKJComboBoxAsync.context.hooks.js.map +1 -0
  296. package/lib/components/BKJComboBoxAsync/src/BKJComboBoxAsync.context.js +186 -0
  297. package/lib/components/BKJComboBoxAsync/src/BKJComboBoxAsync.context.js.map +1 -0
  298. package/lib/components/BKJComboBoxAsync/src/BKJComboBoxAsyncInput.d.ts +9 -0
  299. package/lib/components/BKJComboBoxAsync/src/BKJComboBoxAsyncInput.d.ts.map +1 -0
  300. package/lib/components/BKJComboBoxAsync/src/BKJComboBoxAsyncInput.js +31 -0
  301. package/lib/components/BKJComboBoxAsync/src/BKJComboBoxAsyncInput.js.map +1 -0
  302. package/lib/components/BKJComboBoxAsync/src/BKJComboBoxAsyncItem.d.ts +4 -0
  303. package/lib/components/BKJComboBoxAsync/src/BKJComboBoxAsyncItem.d.ts.map +1 -0
  304. package/lib/components/BKJComboBoxAsync/src/BKJComboBoxAsyncItem.js +22 -0
  305. package/lib/components/BKJComboBoxAsync/src/BKJComboBoxAsyncItem.js.map +1 -0
  306. package/lib/components/BKJComboBoxAsync/src/BKJComboBoxAsyncOptions.d.ts +6 -0
  307. package/lib/components/BKJComboBoxAsync/src/BKJComboBoxAsyncOptions.d.ts.map +1 -0
  308. package/lib/components/BKJComboBoxAsync/src/BKJComboBoxAsyncOptions.js +26 -0
  309. package/lib/components/BKJComboBoxAsync/src/BKJComboBoxAsyncOptions.js.map +1 -0
  310. package/lib/components/BKJComboBoxAsync/src/BKJComboBoxAsyncOptionsMapper.d.ts +6 -0
  311. package/lib/components/BKJComboBoxAsync/src/BKJComboBoxAsyncOptionsMapper.d.ts.map +1 -0
  312. package/lib/components/BKJComboBoxAsync/src/BKJComboBoxAsyncOptionsMapper.js +60 -0
  313. package/lib/components/BKJComboBoxAsync/src/BKJComboBoxAsyncOptionsMapper.js.map +1 -0
  314. package/lib/components/BKJDialog/BKJDialog.d.ts +4 -0
  315. package/lib/components/BKJDialog/BKJDialog.d.ts.map +1 -0
  316. package/lib/components/BKJDialog/BKJDialog.js +31 -0
  317. package/lib/components/BKJDialog/BKJDialog.js.map +1 -0
  318. package/lib/components/BKJDialog/BKJDialog.stories.d.ts +35 -0
  319. package/lib/components/BKJDialog/BKJDialog.stories.d.ts.map +1 -0
  320. package/lib/components/BKJDialog/BKJDialog.stories.js +43 -0
  321. package/lib/components/BKJDialog/BKJDialog.stories.js.map +1 -0
  322. package/lib/components/BKJDialog/BKJDialog.styled.d.ts +9 -0
  323. package/lib/components/BKJDialog/BKJDialog.styled.d.ts.map +1 -0
  324. package/lib/components/BKJDialog/BKJDialog.styled.js +67 -0
  325. package/lib/components/BKJDialog/BKJDialog.styled.js.map +1 -0
  326. package/lib/components/BKJDialog/BKJDialog.theme.d.ts +3 -0
  327. package/lib/components/BKJDialog/BKJDialog.theme.d.ts.map +1 -0
  328. package/lib/components/BKJDialog/BKJDialog.theme.js +6 -0
  329. package/lib/components/BKJDialog/BKJDialog.theme.js.map +1 -0
  330. package/lib/components/BKJDialog/BKJDialog.types.d.ts +19 -0
  331. package/lib/components/BKJDialog/BKJDialog.types.d.ts.map +1 -0
  332. package/lib/components/BKJDialog/BKJDialog.types.js +2 -0
  333. package/lib/components/BKJDialog/BKJDialog.types.js.map +1 -0
  334. package/lib/components/BKJDialog/index.d.ts +2 -0
  335. package/lib/components/BKJDialog/index.d.ts.map +1 -0
  336. package/lib/components/BKJDialog/index.js +2 -0
  337. package/lib/components/BKJDialog/index.js.map +1 -0
  338. package/lib/components/BKJDollarTextInput/BKJDollarTextInput.d.ts +4 -0
  339. package/lib/components/BKJDollarTextInput/BKJDollarTextInput.d.ts.map +1 -0
  340. package/lib/components/BKJDollarTextInput/BKJDollarTextInput.js +37 -0
  341. package/lib/components/BKJDollarTextInput/BKJDollarTextInput.js.map +1 -0
  342. package/lib/components/BKJDollarTextInput/BKJDollarTextInput.stories.d.ts +38 -0
  343. package/lib/components/BKJDollarTextInput/BKJDollarTextInput.stories.d.ts.map +1 -0
  344. package/lib/components/BKJDollarTextInput/BKJDollarTextInput.stories.js +52 -0
  345. package/lib/components/BKJDollarTextInput/BKJDollarTextInput.stories.js.map +1 -0
  346. package/lib/components/BKJDollarTextInput/BKJDollarTextInput.styled.d.ts +14 -0
  347. package/lib/components/BKJDollarTextInput/BKJDollarTextInput.styled.d.ts.map +1 -0
  348. package/lib/components/BKJDollarTextInput/BKJDollarTextInput.styled.js +37 -0
  349. package/lib/components/BKJDollarTextInput/BKJDollarTextInput.styled.js.map +1 -0
  350. package/lib/components/BKJDollarTextInput/BKJDollarTextInput.types.d.ts +15 -0
  351. package/lib/components/BKJDollarTextInput/BKJDollarTextInput.types.d.ts.map +1 -0
  352. package/lib/components/BKJDollarTextInput/BKJDollarTextInput.types.js +2 -0
  353. package/lib/components/BKJDollarTextInput/BKJDollarTextInput.types.js.map +1 -0
  354. package/lib/components/BKJDollarTextInput/index.d.ts +3 -0
  355. package/lib/components/BKJDollarTextInput/index.d.ts.map +1 -0
  356. package/lib/components/BKJDollarTextInput/index.js +3 -0
  357. package/lib/components/BKJDollarTextInput/index.js.map +1 -0
  358. package/lib/components/BKJDropdown/BKJDropdown.d.ts +13 -0
  359. package/lib/components/BKJDropdown/BKJDropdown.d.ts.map +1 -0
  360. package/lib/components/BKJDropdown/BKJDropdown.js +72 -0
  361. package/lib/components/BKJDropdown/BKJDropdown.js.map +1 -0
  362. package/lib/components/BKJDropdown/BKJDropdown.theme.d.ts +3 -0
  363. package/lib/components/BKJDropdown/BKJDropdown.theme.d.ts.map +1 -0
  364. package/lib/components/BKJDropdown/BKJDropdown.theme.js +29 -0
  365. package/lib/components/BKJDropdown/BKJDropdown.theme.js.map +1 -0
  366. package/lib/components/BKJDropdown/BKJDropdown.types.d.ts +6 -0
  367. package/lib/components/BKJDropdown/BKJDropdown.types.d.ts.map +1 -0
  368. package/lib/components/BKJDropdown/BKJDropdown.types.js +2 -0
  369. package/lib/components/BKJDropdown/BKJDropdown.types.js.map +1 -0
  370. package/lib/components/BKJDropdown/index.d.ts +2 -0
  371. package/lib/components/BKJDropdown/index.d.ts.map +1 -0
  372. package/lib/components/BKJDropdown/index.js +2 -0
  373. package/lib/components/BKJDropdown/index.js.map +1 -0
  374. package/lib/components/BKJDropdownMenu/BKJDropdownMenu.d.ts +7 -0
  375. package/lib/components/BKJDropdownMenu/BKJDropdownMenu.d.ts.map +1 -0
  376. package/lib/components/BKJDropdownMenu/BKJDropdownMenu.js +83 -0
  377. package/lib/components/BKJDropdownMenu/BKJDropdownMenu.js.map +1 -0
  378. package/lib/components/BKJDropdownMenu/BKJDropdownMenu.stories.d.ts +10 -0
  379. package/lib/components/BKJDropdownMenu/BKJDropdownMenu.stories.d.ts.map +1 -0
  380. package/lib/components/BKJDropdownMenu/BKJDropdownMenu.stories.js +16 -0
  381. package/lib/components/BKJDropdownMenu/BKJDropdownMenu.stories.js.map +1 -0
  382. package/lib/components/BKJDropdownMenu/BKJDropdownMenu.styled.d.ts +2 -0
  383. package/lib/components/BKJDropdownMenu/BKJDropdownMenu.styled.d.ts.map +1 -0
  384. package/lib/components/BKJDropdownMenu/BKJDropdownMenu.styled.js +9 -0
  385. package/lib/components/BKJDropdownMenu/BKJDropdownMenu.styled.js.map +1 -0
  386. package/lib/components/BKJDropdownMenu/index.d.ts +2 -0
  387. package/lib/components/BKJDropdownMenu/index.d.ts.map +1 -0
  388. package/lib/components/BKJDropdownMenu/index.js +2 -0
  389. package/lib/components/BKJDropdownMenu/index.js.map +1 -0
  390. package/lib/components/BKJEllipsisMenu/BKJEllipsisMenu.context.d.ts +9 -0
  391. package/lib/components/BKJEllipsisMenu/BKJEllipsisMenu.context.d.ts.map +1 -0
  392. package/lib/components/BKJEllipsisMenu/BKJEllipsisMenu.context.js +34 -0
  393. package/lib/components/BKJEllipsisMenu/BKJEllipsisMenu.context.js.map +1 -0
  394. package/lib/components/BKJEllipsisMenu/BKJEllipsisMenu.d.ts +4 -0
  395. package/lib/components/BKJEllipsisMenu/BKJEllipsisMenu.d.ts.map +1 -0
  396. package/lib/components/BKJEllipsisMenu/BKJEllipsisMenu.js +17 -0
  397. package/lib/components/BKJEllipsisMenu/BKJEllipsisMenu.js.map +1 -0
  398. package/lib/components/BKJEllipsisMenu/BKJEllipsisMenu.stories.d.ts +11 -0
  399. package/lib/components/BKJEllipsisMenu/BKJEllipsisMenu.stories.d.ts.map +1 -0
  400. package/lib/components/BKJEllipsisMenu/BKJEllipsisMenu.stories.js +16 -0
  401. package/lib/components/BKJEllipsisMenu/BKJEllipsisMenu.stories.js.map +1 -0
  402. package/lib/components/BKJEllipsisMenu/BKJEllipsisMenu.styled.d.ts +4 -0
  403. package/lib/components/BKJEllipsisMenu/BKJEllipsisMenu.styled.d.ts.map +1 -0
  404. package/lib/components/BKJEllipsisMenu/BKJEllipsisMenu.styled.js +14 -0
  405. package/lib/components/BKJEllipsisMenu/BKJEllipsisMenu.styled.js.map +1 -0
  406. package/lib/components/BKJEllipsisMenu/BKJEllipsisMenu.types.d.ts +13 -0
  407. package/lib/components/BKJEllipsisMenu/BKJEllipsisMenu.types.d.ts.map +1 -0
  408. package/lib/components/BKJEllipsisMenu/BKJEllipsisMenu.types.js +2 -0
  409. package/lib/components/BKJEllipsisMenu/BKJEllipsisMenu.types.js.map +1 -0
  410. package/lib/components/BKJEllipsisMenu/BKJEllipsisMenuDropdown.d.ts +4 -0
  411. package/lib/components/BKJEllipsisMenu/BKJEllipsisMenuDropdown.d.ts.map +1 -0
  412. package/lib/components/BKJEllipsisMenu/BKJEllipsisMenuDropdown.js +28 -0
  413. package/lib/components/BKJEllipsisMenu/BKJEllipsisMenuDropdown.js.map +1 -0
  414. package/lib/components/BKJEllipsisMenu/index.d.ts +3 -0
  415. package/lib/components/BKJEllipsisMenu/index.d.ts.map +1 -0
  416. package/lib/components/BKJEllipsisMenu/index.js +3 -0
  417. package/lib/components/BKJEllipsisMenu/index.js.map +1 -0
  418. package/lib/components/BKJFileInput/BKJFileInput.d.ts +4 -0
  419. package/lib/components/BKJFileInput/BKJFileInput.d.ts.map +1 -0
  420. package/lib/components/BKJFileInput/BKJFileInput.js +27 -0
  421. package/lib/components/BKJFileInput/BKJFileInput.js.map +1 -0
  422. package/lib/components/BKJFileInput/BKJFileInput.stories.d.ts +15 -0
  423. package/lib/components/BKJFileInput/BKJFileInput.stories.d.ts.map +1 -0
  424. package/lib/components/BKJFileInput/BKJFileInput.stories.js +24 -0
  425. package/lib/components/BKJFileInput/BKJFileInput.stories.js.map +1 -0
  426. package/lib/components/BKJFileInput/BKJFileInput.styled.d.ts +17 -0
  427. package/lib/components/BKJFileInput/BKJFileInput.styled.d.ts.map +1 -0
  428. package/lib/components/BKJFileInput/BKJFileInput.styled.js +58 -0
  429. package/lib/components/BKJFileInput/BKJFileInput.styled.js.map +1 -0
  430. package/lib/components/BKJFileInput/BKJFileInput.types.d.ts +15 -0
  431. package/lib/components/BKJFileInput/BKJFileInput.types.d.ts.map +1 -0
  432. package/lib/components/BKJFileInput/BKJFileInput.types.js +2 -0
  433. package/lib/components/BKJFileInput/BKJFileInput.types.js.map +1 -0
  434. package/lib/components/BKJFileInput/index.d.ts +2 -0
  435. package/lib/components/BKJFileInput/index.d.ts.map +1 -0
  436. package/lib/components/BKJFileInput/index.js +2 -0
  437. package/lib/components/BKJFileInput/index.js.map +1 -0
  438. package/lib/components/BKJHorizontalRule/BKJHorizontalRule.d.ts +3 -0
  439. package/lib/components/BKJHorizontalRule/BKJHorizontalRule.d.ts.map +1 -0
  440. package/lib/components/BKJHorizontalRule/BKJHorizontalRule.js +9 -0
  441. package/lib/components/BKJHorizontalRule/BKJHorizontalRule.js.map +1 -0
  442. package/lib/components/BKJHorizontalRule/BKJHorizontalRule.types.d.ts +13 -0
  443. package/lib/components/BKJHorizontalRule/BKJHorizontalRule.types.d.ts.map +1 -0
  444. package/lib/components/BKJHorizontalRule/BKJHorizontalRule.types.js +16 -0
  445. package/lib/components/BKJHorizontalRule/BKJHorizontalRule.types.js.map +1 -0
  446. package/lib/components/BKJHorizontalRule/index.d.ts +2 -0
  447. package/lib/components/BKJHorizontalRule/index.d.ts.map +1 -0
  448. package/lib/components/BKJHorizontalRule/index.js +2 -0
  449. package/lib/components/BKJHorizontalRule/index.js.map +1 -0
  450. package/lib/components/BKJIcon/BKJIcon.d.ts +4 -0
  451. package/lib/components/BKJIcon/BKJIcon.d.ts.map +1 -0
  452. package/lib/components/BKJIcon/BKJIcon.js +13 -0
  453. package/lib/components/BKJIcon/BKJIcon.js.map +1 -0
  454. package/lib/components/BKJIcon/BKJIcon.stories.d.ts +35 -0
  455. package/lib/components/BKJIcon/BKJIcon.stories.d.ts.map +1 -0
  456. package/lib/components/BKJIcon/BKJIcon.stories.js +48 -0
  457. package/lib/components/BKJIcon/BKJIcon.stories.js.map +1 -0
  458. package/lib/components/BKJIcon/BKJIcon.stories.styled.d.ts +7 -0
  459. package/lib/components/BKJIcon/BKJIcon.stories.styled.d.ts.map +1 -0
  460. package/lib/components/BKJIcon/BKJIcon.stories.styled.js +32 -0
  461. package/lib/components/BKJIcon/BKJIcon.stories.styled.js.map +1 -0
  462. package/lib/components/BKJIcon/BKJIcon.types.d.ts +29 -0
  463. package/lib/components/BKJIcon/BKJIcon.types.d.ts.map +1 -0
  464. package/lib/components/BKJIcon/BKJIcon.types.js +112 -0
  465. package/lib/components/BKJIcon/BKJIcon.types.js.map +1 -0
  466. package/lib/components/BKJIcon/index.d.ts +3 -0
  467. package/lib/components/BKJIcon/index.d.ts.map +1 -0
  468. package/lib/components/BKJIcon/index.js +3 -0
  469. package/lib/components/BKJIcon/index.js.map +1 -0
  470. package/lib/components/BKJIcon/src/avatars/Avatar.d.ts +4 -0
  471. package/lib/components/BKJIcon/src/avatars/Avatar.d.ts.map +1 -0
  472. package/lib/components/BKJIcon/src/avatars/Avatar.js +14 -0
  473. package/lib/components/BKJIcon/src/avatars/Avatar.js.map +1 -0
  474. package/lib/components/BKJIcon/src/avatars/AvatarFill.d.ts +4 -0
  475. package/lib/components/BKJIcon/src/avatars/AvatarFill.d.ts.map +1 -0
  476. package/lib/components/BKJIcon/src/avatars/AvatarFill.js +13 -0
  477. package/lib/components/BKJIcon/src/avatars/AvatarFill.js.map +1 -0
  478. package/lib/components/BKJIcon/src/functions/Add.d.ts +4 -0
  479. package/lib/components/BKJIcon/src/functions/Add.d.ts.map +1 -0
  480. package/lib/components/BKJIcon/src/functions/Add.js +12 -0
  481. package/lib/components/BKJIcon/src/functions/Add.js.map +1 -0
  482. package/lib/components/BKJIcon/src/functions/Delete.d.ts +4 -0
  483. package/lib/components/BKJIcon/src/functions/Delete.d.ts.map +1 -0
  484. package/lib/components/BKJIcon/src/functions/Delete.js +12 -0
  485. package/lib/components/BKJIcon/src/functions/Delete.js.map +1 -0
  486. package/lib/components/BKJIcon/src/functions/Download.d.ts +4 -0
  487. package/lib/components/BKJIcon/src/functions/Download.d.ts.map +1 -0
  488. package/lib/components/BKJIcon/src/functions/Download.js +11 -0
  489. package/lib/components/BKJIcon/src/functions/Download.js.map +1 -0
  490. package/lib/components/BKJIcon/src/functions/Filters.d.ts +4 -0
  491. package/lib/components/BKJIcon/src/functions/Filters.d.ts.map +1 -0
  492. package/lib/components/BKJIcon/src/functions/Filters.js +10 -0
  493. package/lib/components/BKJIcon/src/functions/Filters.js.map +1 -0
  494. package/lib/components/BKJIcon/src/functions/HamburgerExpand.d.ts +4 -0
  495. package/lib/components/BKJIcon/src/functions/HamburgerExpand.d.ts.map +1 -0
  496. package/lib/components/BKJIcon/src/functions/HamburgerExpand.js +18 -0
  497. package/lib/components/BKJIcon/src/functions/HamburgerExpand.js.map +1 -0
  498. package/lib/components/BKJIcon/src/functions/HamburgerTablet.d.ts +4 -0
  499. package/lib/components/BKJIcon/src/functions/HamburgerTablet.d.ts.map +1 -0
  500. package/lib/components/BKJIcon/src/functions/HamburgerTablet.js +10 -0
  501. package/lib/components/BKJIcon/src/functions/HamburgerTablet.js.map +1 -0
  502. package/lib/components/BKJIcon/src/functions/Minus.d.ts +4 -0
  503. package/lib/components/BKJIcon/src/functions/Minus.d.ts.map +1 -0
  504. package/lib/components/BKJIcon/src/functions/Minus.js +13 -0
  505. package/lib/components/BKJIcon/src/functions/Minus.js.map +1 -0
  506. package/lib/components/BKJIcon/src/functions/Plus.d.ts +4 -0
  507. package/lib/components/BKJIcon/src/functions/Plus.d.ts.map +1 -0
  508. package/lib/components/BKJIcon/src/functions/Plus.js +10 -0
  509. package/lib/components/BKJIcon/src/functions/Plus.js.map +1 -0
  510. package/lib/components/BKJIcon/src/functions/Sort.d.ts +4 -0
  511. package/lib/components/BKJIcon/src/functions/Sort.d.ts.map +1 -0
  512. package/lib/components/BKJIcon/src/functions/Sort.js +10 -0
  513. package/lib/components/BKJIcon/src/functions/Sort.js.map +1 -0
  514. package/lib/components/BKJIcon/src/functions/Templates.d.ts +4 -0
  515. package/lib/components/BKJIcon/src/functions/Templates.d.ts.map +1 -0
  516. package/lib/components/BKJIcon/src/functions/Templates.js +10 -0
  517. package/lib/components/BKJIcon/src/functions/Templates.js.map +1 -0
  518. package/lib/components/BKJIcon/src/functions/Trash.d.ts +4 -0
  519. package/lib/components/BKJIcon/src/functions/Trash.d.ts.map +1 -0
  520. package/lib/components/BKJIcon/src/functions/Trash.js +10 -0
  521. package/lib/components/BKJIcon/src/functions/Trash.js.map +1 -0
  522. package/lib/components/BKJIcon/src/general/Client.d.ts +4 -0
  523. package/lib/components/BKJIcon/src/general/Client.d.ts.map +1 -0
  524. package/lib/components/BKJIcon/src/general/Client.js +13 -0
  525. package/lib/components/BKJIcon/src/general/Client.js.map +1 -0
  526. package/lib/components/BKJIcon/src/general/ClientPreferences.d.ts +4 -0
  527. package/lib/components/BKJIcon/src/general/ClientPreferences.d.ts.map +1 -0
  528. package/lib/components/BKJIcon/src/general/ClientPreferences.js +10 -0
  529. package/lib/components/BKJIcon/src/general/ClientPreferences.js.map +1 -0
  530. package/lib/components/BKJIcon/src/general/Copy.d.ts +4 -0
  531. package/lib/components/BKJIcon/src/general/Copy.d.ts.map +1 -0
  532. package/lib/components/BKJIcon/src/general/Copy.js +10 -0
  533. package/lib/components/BKJIcon/src/general/Copy.js.map +1 -0
  534. package/lib/components/BKJIcon/src/general/DevNotes.d.ts +4 -0
  535. package/lib/components/BKJIcon/src/general/DevNotes.d.ts.map +1 -0
  536. package/lib/components/BKJIcon/src/general/DevNotes.js +14 -0
  537. package/lib/components/BKJIcon/src/general/DevNotes.js.map +1 -0
  538. package/lib/components/BKJIcon/src/general/Document.d.ts +4 -0
  539. package/lib/components/BKJIcon/src/general/Document.d.ts.map +1 -0
  540. package/lib/components/BKJIcon/src/general/Document.js +10 -0
  541. package/lib/components/BKJIcon/src/general/Document.js.map +1 -0
  542. package/lib/components/BKJIcon/src/general/Edit.d.ts +4 -0
  543. package/lib/components/BKJIcon/src/general/Edit.d.ts.map +1 -0
  544. package/lib/components/BKJIcon/src/general/Edit.js +10 -0
  545. package/lib/components/BKJIcon/src/general/Edit.js.map +1 -0
  546. package/lib/components/BKJIcon/src/general/Ellipsis.d.ts +4 -0
  547. package/lib/components/BKJIcon/src/general/Ellipsis.d.ts.map +1 -0
  548. package/lib/components/BKJIcon/src/general/Ellipsis.js +12 -0
  549. package/lib/components/BKJIcon/src/general/Ellipsis.js.map +1 -0
  550. package/lib/components/BKJIcon/src/general/EllipsisInCircle.d.ts +4 -0
  551. package/lib/components/BKJIcon/src/general/EllipsisInCircle.d.ts.map +1 -0
  552. package/lib/components/BKJIcon/src/general/EllipsisInCircle.js +14 -0
  553. package/lib/components/BKJIcon/src/general/EllipsisInCircle.js.map +1 -0
  554. package/lib/components/BKJIcon/src/general/Eye.d.ts +8 -0
  555. package/lib/components/BKJIcon/src/general/Eye.d.ts.map +1 -0
  556. package/lib/components/BKJIcon/src/general/Eye.js +11 -0
  557. package/lib/components/BKJIcon/src/general/Eye.js.map +1 -0
  558. package/lib/components/BKJIcon/src/general/Group.d.ts +4 -0
  559. package/lib/components/BKJIcon/src/general/Group.d.ts.map +1 -0
  560. package/lib/components/BKJIcon/src/general/Group.js +11 -0
  561. package/lib/components/BKJIcon/src/general/Group.js.map +1 -0
  562. package/lib/components/BKJIcon/src/general/Info.d.ts +4 -0
  563. package/lib/components/BKJIcon/src/general/Info.d.ts.map +1 -0
  564. package/lib/components/BKJIcon/src/general/Info.js +12 -0
  565. package/lib/components/BKJIcon/src/general/Info.js.map +1 -0
  566. package/lib/components/BKJIcon/src/general/Location.d.ts +4 -0
  567. package/lib/components/BKJIcon/src/general/Location.d.ts.map +1 -0
  568. package/lib/components/BKJIcon/src/general/Location.js +13 -0
  569. package/lib/components/BKJIcon/src/general/Location.js.map +1 -0
  570. package/lib/components/BKJIcon/src/general/Location1.d.ts +4 -0
  571. package/lib/components/BKJIcon/src/general/Location1.d.ts.map +1 -0
  572. package/lib/components/BKJIcon/src/general/Location1.js +13 -0
  573. package/lib/components/BKJIcon/src/general/Location1.js.map +1 -0
  574. package/lib/components/BKJIcon/src/general/Notes1.d.ts +4 -0
  575. package/lib/components/BKJIcon/src/general/Notes1.d.ts.map +1 -0
  576. package/lib/components/BKJIcon/src/general/Notes1.js +13 -0
  577. package/lib/components/BKJIcon/src/general/Notes1.js.map +1 -0
  578. package/lib/components/BKJIcon/src/general/Paste.d.ts +4 -0
  579. package/lib/components/BKJIcon/src/general/Paste.d.ts.map +1 -0
  580. package/lib/components/BKJIcon/src/general/Paste.js +10 -0
  581. package/lib/components/BKJIcon/src/general/Paste.js.map +1 -0
  582. package/lib/components/BKJIcon/src/general/Payment.d.ts +4 -0
  583. package/lib/components/BKJIcon/src/general/Payment.d.ts.map +1 -0
  584. package/lib/components/BKJIcon/src/general/Payment.js +11 -0
  585. package/lib/components/BKJIcon/src/general/Payment.js.map +1 -0
  586. package/lib/components/BKJIcon/src/general/Phone.d.ts +4 -0
  587. package/lib/components/BKJIcon/src/general/Phone.d.ts.map +1 -0
  588. package/lib/components/BKJIcon/src/general/Phone.js +10 -0
  589. package/lib/components/BKJIcon/src/general/Phone.js.map +1 -0
  590. package/lib/components/BKJIcon/src/general/Position.d.ts +4 -0
  591. package/lib/components/BKJIcon/src/general/Position.d.ts.map +1 -0
  592. package/lib/components/BKJIcon/src/general/Position.js +11 -0
  593. package/lib/components/BKJIcon/src/general/Position.js.map +1 -0
  594. package/lib/components/BKJIcon/src/general/Reply.d.ts +4 -0
  595. package/lib/components/BKJIcon/src/general/Reply.d.ts.map +1 -0
  596. package/lib/components/BKJIcon/src/general/Reply.js +10 -0
  597. package/lib/components/BKJIcon/src/general/Reply.js.map +1 -0
  598. package/lib/components/BKJIcon/src/general/RoomType.d.ts +4 -0
  599. package/lib/components/BKJIcon/src/general/RoomType.d.ts.map +1 -0
  600. package/lib/components/BKJIcon/src/general/RoomType.js +13 -0
  601. package/lib/components/BKJIcon/src/general/RoomType.js.map +1 -0
  602. package/lib/components/BKJIcon/src/general/Search.d.ts +4 -0
  603. package/lib/components/BKJIcon/src/general/Search.d.ts.map +1 -0
  604. package/lib/components/BKJIcon/src/general/Search.js +10 -0
  605. package/lib/components/BKJIcon/src/general/Search.js.map +1 -0
  606. package/lib/components/BKJIcon/src/general/Time.d.ts +4 -0
  607. package/lib/components/BKJIcon/src/general/Time.d.ts.map +1 -0
  608. package/lib/components/BKJIcon/src/general/Time.js +13 -0
  609. package/lib/components/BKJIcon/src/general/Time.js.map +1 -0
  610. package/lib/components/BKJIcon/src/general/Video.d.ts +4 -0
  611. package/lib/components/BKJIcon/src/general/Video.d.ts.map +1 -0
  612. package/lib/components/BKJIcon/src/general/Video.js +10 -0
  613. package/lib/components/BKJIcon/src/general/Video.js.map +1 -0
  614. package/lib/components/BKJIcon/src/general/Warning.d.ts +4 -0
  615. package/lib/components/BKJIcon/src/general/Warning.d.ts.map +1 -0
  616. package/lib/components/BKJIcon/src/general/Warning.js +11 -0
  617. package/lib/components/BKJIcon/src/general/Warning.js.map +1 -0
  618. package/lib/components/BKJIcon/src/index.d.ts +97 -0
  619. package/lib/components/BKJIcon/src/index.d.ts.map +1 -0
  620. package/lib/components/BKJIcon/src/index.js +97 -0
  621. package/lib/components/BKJIcon/src/index.js.map +1 -0
  622. package/lib/components/BKJIcon/src/indicators/Checkmark.d.ts +4 -0
  623. package/lib/components/BKJIcon/src/indicators/Checkmark.d.ts.map +1 -0
  624. package/lib/components/BKJIcon/src/indicators/Checkmark.js +10 -0
  625. package/lib/components/BKJIcon/src/indicators/Checkmark.js.map +1 -0
  626. package/lib/components/BKJIcon/src/indicators/Dedicated.d.ts +4 -0
  627. package/lib/components/BKJIcon/src/indicators/Dedicated.d.ts.map +1 -0
  628. package/lib/components/BKJIcon/src/indicators/Dedicated.js +10 -0
  629. package/lib/components/BKJIcon/src/indicators/Dedicated.js.map +1 -0
  630. package/lib/components/BKJIcon/src/indicators/DefaultOutline.d.ts +4 -0
  631. package/lib/components/BKJIcon/src/indicators/DefaultOutline.d.ts.map +1 -0
  632. package/lib/components/BKJIcon/src/indicators/DefaultOutline.js +10 -0
  633. package/lib/components/BKJIcon/src/indicators/DefaultOutline.js.map +1 -0
  634. package/lib/components/BKJIcon/src/indicators/Error.d.ts +4 -0
  635. package/lib/components/BKJIcon/src/indicators/Error.d.ts.map +1 -0
  636. package/lib/components/BKJIcon/src/indicators/Error.js +12 -0
  637. package/lib/components/BKJIcon/src/indicators/Error.js.map +1 -0
  638. package/lib/components/BKJIcon/src/indicators/ErrorDot.d.ts +4 -0
  639. package/lib/components/BKJIcon/src/indicators/ErrorDot.d.ts.map +1 -0
  640. package/lib/components/BKJIcon/src/indicators/ErrorDot.js +10 -0
  641. package/lib/components/BKJIcon/src/indicators/ErrorDot.js.map +1 -0
  642. package/lib/components/BKJIcon/src/indicators/ErrorLarge.d.ts +4 -0
  643. package/lib/components/BKJIcon/src/indicators/ErrorLarge.d.ts.map +1 -0
  644. package/lib/components/BKJIcon/src/indicators/ErrorLarge.js +10 -0
  645. package/lib/components/BKJIcon/src/indicators/ErrorLarge.js.map +1 -0
  646. package/lib/components/BKJIcon/src/indicators/Locked.d.ts +4 -0
  647. package/lib/components/BKJIcon/src/indicators/Locked.d.ts.map +1 -0
  648. package/lib/components/BKJIcon/src/indicators/Locked.js +10 -0
  649. package/lib/components/BKJIcon/src/indicators/Locked.js.map +1 -0
  650. package/lib/components/BKJIcon/src/indicators/Recurring.d.ts +4 -0
  651. package/lib/components/BKJIcon/src/indicators/Recurring.d.ts.map +1 -0
  652. package/lib/components/BKJIcon/src/indicators/Recurring.js +10 -0
  653. package/lib/components/BKJIcon/src/indicators/Recurring.js.map +1 -0
  654. package/lib/components/BKJIcon/src/indicators/Star.d.ts +4 -0
  655. package/lib/components/BKJIcon/src/indicators/Star.d.ts.map +1 -0
  656. package/lib/components/BKJIcon/src/indicators/Star.js +10 -0
  657. package/lib/components/BKJIcon/src/indicators/Star.js.map +1 -0
  658. package/lib/components/BKJIcon/src/indicators/StepCheck.d.ts +5 -0
  659. package/lib/components/BKJIcon/src/indicators/StepCheck.d.ts.map +1 -0
  660. package/lib/components/BKJIcon/src/indicators/StepCheck.js +12 -0
  661. package/lib/components/BKJIcon/src/indicators/StepCheck.js.map +1 -0
  662. package/lib/components/BKJIcon/src/indicators/StepcountNumber.d.ts +4 -0
  663. package/lib/components/BKJIcon/src/indicators/StepcountNumber.d.ts.map +1 -0
  664. package/lib/components/BKJIcon/src/indicators/StepcountNumber.js +12 -0
  665. package/lib/components/BKJIcon/src/indicators/StepcountNumber.js.map +1 -0
  666. package/lib/components/BKJIcon/src/indicators/SuccessDot.d.ts +4 -0
  667. package/lib/components/BKJIcon/src/indicators/SuccessDot.d.ts.map +1 -0
  668. package/lib/components/BKJIcon/src/indicators/SuccessDot.js +10 -0
  669. package/lib/components/BKJIcon/src/indicators/SuccessDot.js.map +1 -0
  670. package/lib/components/BKJIcon/src/indicators/Warning.d.ts +4 -0
  671. package/lib/components/BKJIcon/src/indicators/Warning.d.ts.map +1 -0
  672. package/lib/components/BKJIcon/src/indicators/Warning.js +12 -0
  673. package/lib/components/BKJIcon/src/indicators/Warning.js.map +1 -0
  674. package/lib/components/BKJIcon/src/indicators/WarningDot.d.ts +4 -0
  675. package/lib/components/BKJIcon/src/indicators/WarningDot.d.ts.map +1 -0
  676. package/lib/components/BKJIcon/src/indicators/WarningDot.js +10 -0
  677. package/lib/components/BKJIcon/src/indicators/WarningDot.js.map +1 -0
  678. package/lib/components/BKJIcon/src/navigation/ArrowDown.d.ts +4 -0
  679. package/lib/components/BKJIcon/src/navigation/ArrowDown.d.ts.map +1 -0
  680. package/lib/components/BKJIcon/src/navigation/ArrowDown.js +11 -0
  681. package/lib/components/BKJIcon/src/navigation/ArrowDown.js.map +1 -0
  682. package/lib/components/BKJIcon/src/navigation/ArrowLeft.d.ts +4 -0
  683. package/lib/components/BKJIcon/src/navigation/ArrowLeft.d.ts.map +1 -0
  684. package/lib/components/BKJIcon/src/navigation/ArrowLeft.js +10 -0
  685. package/lib/components/BKJIcon/src/navigation/ArrowLeft.js.map +1 -0
  686. package/lib/components/BKJIcon/src/navigation/ArrowRight.d.ts +4 -0
  687. package/lib/components/BKJIcon/src/navigation/ArrowRight.d.ts.map +1 -0
  688. package/lib/components/BKJIcon/src/navigation/ArrowRight.js +10 -0
  689. package/lib/components/BKJIcon/src/navigation/ArrowRight.js.map +1 -0
  690. package/lib/components/BKJIcon/src/navigation/ArrowUp.d.ts +4 -0
  691. package/lib/components/BKJIcon/src/navigation/ArrowUp.d.ts.map +1 -0
  692. package/lib/components/BKJIcon/src/navigation/ArrowUp.js +10 -0
  693. package/lib/components/BKJIcon/src/navigation/ArrowUp.js.map +1 -0
  694. package/lib/components/BKJIcon/src/navigation/BackArrow.d.ts +4 -0
  695. package/lib/components/BKJIcon/src/navigation/BackArrow.d.ts.map +1 -0
  696. package/lib/components/BKJIcon/src/navigation/BackArrow.js +10 -0
  697. package/lib/components/BKJIcon/src/navigation/BackArrow.js.map +1 -0
  698. package/lib/components/BKJIcon/src/navigation/ChevronDoubleLeft.d.ts +4 -0
  699. package/lib/components/BKJIcon/src/navigation/ChevronDoubleLeft.d.ts.map +1 -0
  700. package/lib/components/BKJIcon/src/navigation/ChevronDoubleLeft.js +11 -0
  701. package/lib/components/BKJIcon/src/navigation/ChevronDoubleLeft.js.map +1 -0
  702. package/lib/components/BKJIcon/src/navigation/ChevronDoubleRight.d.ts +4 -0
  703. package/lib/components/BKJIcon/src/navigation/ChevronDoubleRight.d.ts.map +1 -0
  704. package/lib/components/BKJIcon/src/navigation/ChevronDoubleRight.js +11 -0
  705. package/lib/components/BKJIcon/src/navigation/ChevronDoubleRight.js.map +1 -0
  706. package/lib/components/BKJIcon/src/navigation/ChevronDown.d.ts +4 -0
  707. package/lib/components/BKJIcon/src/navigation/ChevronDown.d.ts.map +1 -0
  708. package/lib/components/BKJIcon/src/navigation/ChevronDown.js +10 -0
  709. package/lib/components/BKJIcon/src/navigation/ChevronDown.js.map +1 -0
  710. package/lib/components/BKJIcon/src/navigation/ChevronLeft.d.ts +4 -0
  711. package/lib/components/BKJIcon/src/navigation/ChevronLeft.d.ts.map +1 -0
  712. package/lib/components/BKJIcon/src/navigation/ChevronLeft.js +10 -0
  713. package/lib/components/BKJIcon/src/navigation/ChevronLeft.js.map +1 -0
  714. package/lib/components/BKJIcon/src/navigation/ChevronLeftInCircle.d.ts +4 -0
  715. package/lib/components/BKJIcon/src/navigation/ChevronLeftInCircle.d.ts.map +1 -0
  716. package/lib/components/BKJIcon/src/navigation/ChevronLeftInCircle.js +19 -0
  717. package/lib/components/BKJIcon/src/navigation/ChevronLeftInCircle.js.map +1 -0
  718. package/lib/components/BKJIcon/src/navigation/ChevronLeftLarge.d.ts +4 -0
  719. package/lib/components/BKJIcon/src/navigation/ChevronLeftLarge.d.ts.map +1 -0
  720. package/lib/components/BKJIcon/src/navigation/ChevronLeftLarge.js +12 -0
  721. package/lib/components/BKJIcon/src/navigation/ChevronLeftLarge.js.map +1 -0
  722. package/lib/components/BKJIcon/src/navigation/ChevronRight.d.ts +4 -0
  723. package/lib/components/BKJIcon/src/navigation/ChevronRight.d.ts.map +1 -0
  724. package/lib/components/BKJIcon/src/navigation/ChevronRight.js +10 -0
  725. package/lib/components/BKJIcon/src/navigation/ChevronRight.js.map +1 -0
  726. package/lib/components/BKJIcon/src/navigation/ChevronRightInCircle.d.ts +4 -0
  727. package/lib/components/BKJIcon/src/navigation/ChevronRightInCircle.d.ts.map +1 -0
  728. package/lib/components/BKJIcon/src/navigation/ChevronRightInCircle.js +19 -0
  729. package/lib/components/BKJIcon/src/navigation/ChevronRightInCircle.js.map +1 -0
  730. package/lib/components/BKJIcon/src/navigation/ChevronUp.d.ts +4 -0
  731. package/lib/components/BKJIcon/src/navigation/ChevronUp.d.ts.map +1 -0
  732. package/lib/components/BKJIcon/src/navigation/ChevronUp.js +10 -0
  733. package/lib/components/BKJIcon/src/navigation/ChevronUp.js.map +1 -0
  734. package/lib/components/BKJIcon/src/navigation/CloseBold.d.ts +4 -0
  735. package/lib/components/BKJIcon/src/navigation/CloseBold.d.ts.map +1 -0
  736. package/lib/components/BKJIcon/src/navigation/CloseBold.js +10 -0
  737. package/lib/components/BKJIcon/src/navigation/CloseBold.js.map +1 -0
  738. package/lib/components/BKJIcon/src/navigation/CombinedChevronDefault.d.ts +4 -0
  739. package/lib/components/BKJIcon/src/navigation/CombinedChevronDefault.d.ts.map +1 -0
  740. package/lib/components/BKJIcon/src/navigation/CombinedChevronDefault.js +10 -0
  741. package/lib/components/BKJIcon/src/navigation/CombinedChevronDefault.js.map +1 -0
  742. package/lib/components/BKJIcon/src/navigation/CombinedChevronDown.d.ts +4 -0
  743. package/lib/components/BKJIcon/src/navigation/CombinedChevronDown.d.ts.map +1 -0
  744. package/lib/components/BKJIcon/src/navigation/CombinedChevronDown.js +11 -0
  745. package/lib/components/BKJIcon/src/navigation/CombinedChevronDown.js.map +1 -0
  746. package/lib/components/BKJIcon/src/navigation/CombinedChevronUp.d.ts +4 -0
  747. package/lib/components/BKJIcon/src/navigation/CombinedChevronUp.d.ts.map +1 -0
  748. package/lib/components/BKJIcon/src/navigation/CombinedChevronUp.js +11 -0
  749. package/lib/components/BKJIcon/src/navigation/CombinedChevronUp.js.map +1 -0
  750. package/lib/components/BKJIcon/src/navigation/MouseIndicator.d.ts +4 -0
  751. package/lib/components/BKJIcon/src/navigation/MouseIndicator.d.ts.map +1 -0
  752. package/lib/components/BKJIcon/src/navigation/MouseIndicator.js +12 -0
  753. package/lib/components/BKJIcon/src/navigation/MouseIndicator.js.map +1 -0
  754. package/lib/components/BKJIcon/src/shifts/Client.d.ts +4 -0
  755. package/lib/components/BKJIcon/src/shifts/Client.d.ts.map +1 -0
  756. package/lib/components/BKJIcon/src/shifts/Client.js +11 -0
  757. package/lib/components/BKJIcon/src/shifts/Client.js.map +1 -0
  758. package/lib/components/BKJIcon/src/shifts/Date.d.ts +4 -0
  759. package/lib/components/BKJIcon/src/shifts/Date.d.ts.map +1 -0
  760. package/lib/components/BKJIcon/src/shifts/Date.js +11 -0
  761. package/lib/components/BKJIcon/src/shifts/Date.js.map +1 -0
  762. package/lib/components/BKJIcon/src/shifts/Deal.d.ts +4 -0
  763. package/lib/components/BKJIcon/src/shifts/Deal.d.ts.map +1 -0
  764. package/lib/components/BKJIcon/src/shifts/Deal.js +11 -0
  765. package/lib/components/BKJIcon/src/shifts/Deal.js.map +1 -0
  766. package/lib/components/BKJIcon/src/shifts/Location.d.ts +4 -0
  767. package/lib/components/BKJIcon/src/shifts/Location.d.ts.map +1 -0
  768. package/lib/components/BKJIcon/src/shifts/Location.js +11 -0
  769. package/lib/components/BKJIcon/src/shifts/Location.js.map +1 -0
  770. package/lib/components/BKJIcon/src/shifts/Notes.d.ts +4 -0
  771. package/lib/components/BKJIcon/src/shifts/Notes.d.ts.map +1 -0
  772. package/lib/components/BKJIcon/src/shifts/Notes.js +11 -0
  773. package/lib/components/BKJIcon/src/shifts/Notes.js.map +1 -0
  774. package/lib/components/BKJIcon/src/shifts/Price.d.ts +4 -0
  775. package/lib/components/BKJIcon/src/shifts/Price.d.ts.map +1 -0
  776. package/lib/components/BKJIcon/src/shifts/Price.js +13 -0
  777. package/lib/components/BKJIcon/src/shifts/Price.js.map +1 -0
  778. package/lib/components/BKJIcon/src/shifts/Quantity.d.ts +4 -0
  779. package/lib/components/BKJIcon/src/shifts/Quantity.d.ts.map +1 -0
  780. package/lib/components/BKJIcon/src/shifts/Quantity.js +11 -0
  781. package/lib/components/BKJIcon/src/shifts/Quantity.js.map +1 -0
  782. package/lib/components/BKJIcon/src/shifts/Tasks.d.ts +4 -0
  783. package/lib/components/BKJIcon/src/shifts/Tasks.d.ts.map +1 -0
  784. package/lib/components/BKJIcon/src/shifts/Tasks.js +11 -0
  785. package/lib/components/BKJIcon/src/shifts/Tasks.js.map +1 -0
  786. package/lib/components/BKJIcon/src/shifts/Time.d.ts +4 -0
  787. package/lib/components/BKJIcon/src/shifts/Time.d.ts.map +1 -0
  788. package/lib/components/BKJIcon/src/shifts/Time.js +11 -0
  789. package/lib/components/BKJIcon/src/shifts/Time.js.map +1 -0
  790. package/lib/components/BKJIcon/src/shifts/TrainingOutline.d.ts +4 -0
  791. package/lib/components/BKJIcon/src/shifts/TrainingOutline.d.ts.map +1 -0
  792. package/lib/components/BKJIcon/src/shifts/TrainingOutline.js +11 -0
  793. package/lib/components/BKJIcon/src/shifts/TrainingOutline.js.map +1 -0
  794. package/lib/components/BKJIcon/src/shifts/UnpaidBreak.d.ts +4 -0
  795. package/lib/components/BKJIcon/src/shifts/UnpaidBreak.d.ts.map +1 -0
  796. package/lib/components/BKJIcon/src/shifts/UnpaidBreak.js +11 -0
  797. package/lib/components/BKJIcon/src/shifts/UnpaidBreak.js.map +1 -0
  798. package/lib/components/BKJIcon/src/sidenav/AgencyMembers.d.ts +4 -0
  799. package/lib/components/BKJIcon/src/sidenav/AgencyMembers.d.ts.map +1 -0
  800. package/lib/components/BKJIcon/src/sidenav/AgencyMembers.js +16 -0
  801. package/lib/components/BKJIcon/src/sidenav/AgencyMembers.js.map +1 -0
  802. package/lib/components/BKJIcon/src/sidenav/Analytics.d.ts +4 -0
  803. package/lib/components/BKJIcon/src/sidenav/Analytics.d.ts.map +1 -0
  804. package/lib/components/BKJIcon/src/sidenav/Analytics.js +11 -0
  805. package/lib/components/BKJIcon/src/sidenav/Analytics.js.map +1 -0
  806. package/lib/components/BKJIcon/src/sidenav/Clients.d.ts +4 -0
  807. package/lib/components/BKJIcon/src/sidenav/Clients.d.ts.map +1 -0
  808. package/lib/components/BKJIcon/src/sidenav/Clients.js +10 -0
  809. package/lib/components/BKJIcon/src/sidenav/Clients.js.map +1 -0
  810. package/lib/components/BKJIcon/src/sidenav/Communications.d.ts +4 -0
  811. package/lib/components/BKJIcon/src/sidenav/Communications.d.ts.map +1 -0
  812. package/lib/components/BKJIcon/src/sidenav/Communications.js +10 -0
  813. package/lib/components/BKJIcon/src/sidenav/Communications.js.map +1 -0
  814. package/lib/components/BKJIcon/src/sidenav/Dashboard.d.ts +4 -0
  815. package/lib/components/BKJIcon/src/sidenav/Dashboard.d.ts.map +1 -0
  816. package/lib/components/BKJIcon/src/sidenav/Dashboard.js +10 -0
  817. package/lib/components/BKJIcon/src/sidenav/Dashboard.js.map +1 -0
  818. package/lib/components/BKJIcon/src/sidenav/Explore.d.ts +4 -0
  819. package/lib/components/BKJIcon/src/sidenav/Explore.d.ts.map +1 -0
  820. package/lib/components/BKJIcon/src/sidenav/Explore.js +12 -0
  821. package/lib/components/BKJIcon/src/sidenav/Explore.js.map +1 -0
  822. package/lib/components/BKJIcon/src/sidenav/Logout.d.ts +4 -0
  823. package/lib/components/BKJIcon/src/sidenav/Logout.d.ts.map +1 -0
  824. package/lib/components/BKJIcon/src/sidenav/Logout.js +10 -0
  825. package/lib/components/BKJIcon/src/sidenav/Logout.js.map +1 -0
  826. package/lib/components/BKJIcon/src/sidenav/NewBooking.d.ts +4 -0
  827. package/lib/components/BKJIcon/src/sidenav/NewBooking.d.ts.map +1 -0
  828. package/lib/components/BKJIcon/src/sidenav/NewBooking.js +11 -0
  829. package/lib/components/BKJIcon/src/sidenav/NewBooking.js.map +1 -0
  830. package/lib/components/BKJIcon/src/sidenav/Question.d.ts +4 -0
  831. package/lib/components/BKJIcon/src/sidenav/Question.d.ts.map +1 -0
  832. package/lib/components/BKJIcon/src/sidenav/Question.js +11 -0
  833. package/lib/components/BKJIcon/src/sidenav/Question.js.map +1 -0
  834. package/lib/components/BKJIcon/src/sidenav/Schedule.d.ts +4 -0
  835. package/lib/components/BKJIcon/src/sidenav/Schedule.d.ts.map +1 -0
  836. package/lib/components/BKJIcon/src/sidenav/Schedule.js +13 -0
  837. package/lib/components/BKJIcon/src/sidenav/Schedule.js.map +1 -0
  838. package/lib/components/BKJIcon/src/sidenav/Settings.d.ts +4 -0
  839. package/lib/components/BKJIcon/src/sidenav/Settings.d.ts.map +1 -0
  840. package/lib/components/BKJIcon/src/sidenav/Settings.js +10 -0
  841. package/lib/components/BKJIcon/src/sidenav/Settings.js.map +1 -0
  842. package/lib/components/BKJIcon/src/sidenav/Shifts.d.ts +4 -0
  843. package/lib/components/BKJIcon/src/sidenav/Shifts.d.ts.map +1 -0
  844. package/lib/components/BKJIcon/src/sidenav/Shifts.js +10 -0
  845. package/lib/components/BKJIcon/src/sidenav/Shifts.js.map +1 -0
  846. package/lib/components/BKJIcon/src/sidenav/TeamMembers.d.ts +4 -0
  847. package/lib/components/BKJIcon/src/sidenav/TeamMembers.d.ts.map +1 -0
  848. package/lib/components/BKJIcon/src/sidenav/TeamMembers.js +10 -0
  849. package/lib/components/BKJIcon/src/sidenav/TeamMembers.js.map +1 -0
  850. package/lib/components/BKJIcon/src/sidenav/Timesheets.d.ts +4 -0
  851. package/lib/components/BKJIcon/src/sidenav/Timesheets.d.ts.map +1 -0
  852. package/lib/components/BKJIcon/src/sidenav/Timesheets.js +10 -0
  853. package/lib/components/BKJIcon/src/sidenav/Timesheets.js.map +1 -0
  854. package/lib/components/BKJIconTooltip/BKJIconTooltip.d.ts +4 -0
  855. package/lib/components/BKJIconTooltip/BKJIconTooltip.d.ts.map +1 -0
  856. package/lib/components/BKJIconTooltip/BKJIconTooltip.js +8 -0
  857. package/lib/components/BKJIconTooltip/BKJIconTooltip.js.map +1 -0
  858. package/lib/components/BKJIconTooltip/BKJIconTooltip.stories.d.ts +26 -0
  859. package/lib/components/BKJIconTooltip/BKJIconTooltip.stories.d.ts.map +1 -0
  860. package/lib/components/BKJIconTooltip/BKJIconTooltip.stories.js +40 -0
  861. package/lib/components/BKJIconTooltip/BKJIconTooltip.stories.js.map +1 -0
  862. package/lib/components/BKJIconTooltip/BKJIconTooltip.types.d.ts +9 -0
  863. package/lib/components/BKJIconTooltip/BKJIconTooltip.types.d.ts.map +1 -0
  864. package/lib/components/BKJIconTooltip/BKJIconTooltip.types.js +2 -0
  865. package/lib/components/BKJIconTooltip/BKJIconTooltip.types.js.map +1 -0
  866. package/lib/components/BKJIconTooltip/index.d.ts +2 -0
  867. package/lib/components/BKJIconTooltip/index.d.ts.map +1 -0
  868. package/lib/components/BKJIconTooltip/index.js +2 -0
  869. package/lib/components/BKJIconTooltip/index.js.map +1 -0
  870. package/lib/components/BKJImage/BKJImage.d.ts +4 -0
  871. package/lib/components/BKJImage/BKJImage.d.ts.map +1 -0
  872. package/lib/components/BKJImage/BKJImage.js +19 -0
  873. package/lib/components/BKJImage/BKJImage.js.map +1 -0
  874. package/lib/components/BKJImage/BKJImage.styled.d.ts +11 -0
  875. package/lib/components/BKJImage/BKJImage.styled.d.ts.map +1 -0
  876. package/lib/components/BKJImage/BKJImage.styled.js +30 -0
  877. package/lib/components/BKJImage/BKJImage.styled.js.map +1 -0
  878. package/lib/components/BKJImage/BKJImage.types.d.ts +11 -0
  879. package/lib/components/BKJImage/BKJImage.types.d.ts.map +1 -0
  880. package/lib/components/BKJImage/BKJImage.types.js +2 -0
  881. package/lib/components/BKJImage/BKJImage.types.js.map +1 -0
  882. package/lib/components/BKJImage/index.d.ts +2 -0
  883. package/lib/components/BKJImage/index.d.ts.map +1 -0
  884. package/lib/components/BKJImage/index.js +2 -0
  885. package/lib/components/BKJImage/index.js.map +1 -0
  886. package/lib/components/BKJInteractiveMap/BKJInteractiveMap.context.d.ts +5 -0
  887. package/lib/components/BKJInteractiveMap/BKJInteractiveMap.context.d.ts.map +1 -0
  888. package/lib/components/BKJInteractiveMap/BKJInteractiveMap.context.js +101 -0
  889. package/lib/components/BKJInteractiveMap/BKJInteractiveMap.context.js.map +1 -0
  890. package/lib/components/BKJInteractiveMap/BKJInteractiveMap.d.ts +4 -0
  891. package/lib/components/BKJInteractiveMap/BKJInteractiveMap.d.ts.map +1 -0
  892. package/lib/components/BKJInteractiveMap/BKJInteractiveMap.js +51 -0
  893. package/lib/components/BKJInteractiveMap/BKJInteractiveMap.js.map +1 -0
  894. package/lib/components/BKJInteractiveMap/BKJInteractiveMap.stories.d.ts +39 -0
  895. package/lib/components/BKJInteractiveMap/BKJInteractiveMap.stories.d.ts.map +1 -0
  896. package/lib/components/BKJInteractiveMap/BKJInteractiveMap.stories.js +117 -0
  897. package/lib/components/BKJInteractiveMap/BKJInteractiveMap.stories.js.map +1 -0
  898. package/lib/components/BKJInteractiveMap/BKJInteractiveMap.types.d.ts +86 -0
  899. package/lib/components/BKJInteractiveMap/BKJInteractiveMap.types.d.ts.map +1 -0
  900. package/lib/components/BKJInteractiveMap/BKJInteractiveMap.types.js +11 -0
  901. package/lib/components/BKJInteractiveMap/BKJInteractiveMap.types.js.map +1 -0
  902. package/lib/components/BKJInteractiveMap/index.d.ts +2 -0
  903. package/lib/components/BKJInteractiveMap/index.d.ts.map +1 -0
  904. package/lib/components/BKJInteractiveMap/index.js +2 -0
  905. package/lib/components/BKJInteractiveMap/index.js.map +1 -0
  906. package/lib/components/BKJListItem/BKJListItem.d.ts +4 -0
  907. package/lib/components/BKJListItem/BKJListItem.d.ts.map +1 -0
  908. package/lib/components/BKJListItem/BKJListItem.js +18 -0
  909. package/lib/components/BKJListItem/BKJListItem.js.map +1 -0
  910. package/lib/components/BKJListItem/BKJListItem.stories.d.ts +10 -0
  911. package/lib/components/BKJListItem/BKJListItem.stories.d.ts.map +1 -0
  912. package/lib/components/BKJListItem/BKJListItem.stories.js +9 -0
  913. package/lib/components/BKJListItem/BKJListItem.stories.js.map +1 -0
  914. package/lib/components/BKJListItem/BKJListItem.styled.d.ts +4 -0
  915. package/lib/components/BKJListItem/BKJListItem.styled.d.ts.map +1 -0
  916. package/lib/components/BKJListItem/BKJListItem.styled.js +55 -0
  917. package/lib/components/BKJListItem/BKJListItem.styled.js.map +1 -0
  918. package/lib/components/BKJListItem/BKJListItem.theme.d.ts +3 -0
  919. package/lib/components/BKJListItem/BKJListItem.theme.d.ts.map +1 -0
  920. package/lib/components/BKJListItem/BKJListItem.theme.js +47 -0
  921. package/lib/components/BKJListItem/BKJListItem.theme.js.map +1 -0
  922. package/lib/components/BKJListItem/BKJListItem.types.d.ts +58 -0
  923. package/lib/components/BKJListItem/BKJListItem.types.d.ts.map +1 -0
  924. package/lib/components/BKJListItem/BKJListItem.types.js +2 -0
  925. package/lib/components/BKJListItem/BKJListItem.types.js.map +1 -0
  926. package/lib/components/BKJListItem/index.d.ts +3 -0
  927. package/lib/components/BKJListItem/index.d.ts.map +1 -0
  928. package/lib/components/BKJListItem/index.js +3 -0
  929. package/lib/components/BKJListItem/index.js.map +1 -0
  930. package/lib/components/BKJLoadingSpinner/BKJLoadingSpinner.d.ts +4 -0
  931. package/lib/components/BKJLoadingSpinner/BKJLoadingSpinner.d.ts.map +1 -0
  932. package/lib/components/BKJLoadingSpinner/BKJLoadingSpinner.js +10 -0
  933. package/lib/components/BKJLoadingSpinner/BKJLoadingSpinner.js.map +1 -0
  934. package/lib/components/BKJLoadingSpinner/BKJLoadingSpinner.stories.d.ts +19 -0
  935. package/lib/components/BKJLoadingSpinner/BKJLoadingSpinner.stories.d.ts.map +1 -0
  936. package/lib/components/BKJLoadingSpinner/BKJLoadingSpinner.stories.js +20 -0
  937. package/lib/components/BKJLoadingSpinner/BKJLoadingSpinner.stories.js.map +1 -0
  938. package/lib/components/BKJLoadingSpinner/BKJLoadingSpinner.styled.d.ts +2 -0
  939. package/lib/components/BKJLoadingSpinner/BKJLoadingSpinner.styled.d.ts.map +1 -0
  940. package/lib/components/BKJLoadingSpinner/BKJLoadingSpinner.styled.js +7 -0
  941. package/lib/components/BKJLoadingSpinner/BKJLoadingSpinner.styled.js.map +1 -0
  942. package/lib/components/BKJLoadingSpinner/BKJLoadingSpinner.theme.d.ts +3 -0
  943. package/lib/components/BKJLoadingSpinner/BKJLoadingSpinner.theme.d.ts.map +1 -0
  944. package/lib/components/BKJLoadingSpinner/BKJLoadingSpinner.theme.js +15 -0
  945. package/lib/components/BKJLoadingSpinner/BKJLoadingSpinner.theme.js.map +1 -0
  946. package/lib/components/BKJLoadingSpinner/BKJLoadingSpinner.types.d.ts +15 -0
  947. package/lib/components/BKJLoadingSpinner/BKJLoadingSpinner.types.d.ts.map +1 -0
  948. package/lib/components/BKJLoadingSpinner/BKJLoadingSpinner.types.js +2 -0
  949. package/lib/components/BKJLoadingSpinner/BKJLoadingSpinner.types.js.map +1 -0
  950. package/lib/components/BKJLoadingSpinner/index.d.ts +3 -0
  951. package/lib/components/BKJLoadingSpinner/index.d.ts.map +1 -0
  952. package/lib/components/BKJLoadingSpinner/index.js +3 -0
  953. package/lib/components/BKJLoadingSpinner/index.js.map +1 -0
  954. package/lib/components/BKJLogo/BKJLogo.d.ts +4 -0
  955. package/lib/components/BKJLogo/BKJLogo.d.ts.map +1 -0
  956. package/lib/components/BKJLogo/BKJLogo.js +8 -0
  957. package/lib/components/BKJLogo/BKJLogo.js.map +1 -0
  958. package/lib/components/BKJLogo/BKJLogo.stories.d.ts +32 -0
  959. package/lib/components/BKJLogo/BKJLogo.stories.d.ts.map +1 -0
  960. package/lib/components/BKJLogo/BKJLogo.stories.js +35 -0
  961. package/lib/components/BKJLogo/BKJLogo.stories.js.map +1 -0
  962. package/lib/components/BKJLogo/BKJLogo.types.d.ts +11 -0
  963. package/lib/components/BKJLogo/BKJLogo.types.d.ts.map +1 -0
  964. package/lib/components/BKJLogo/BKJLogo.types.js +7 -0
  965. package/lib/components/BKJLogo/BKJLogo.types.js.map +1 -0
  966. package/lib/components/BKJLogo/index.d.ts +3 -0
  967. package/lib/components/BKJLogo/index.d.ts.map +1 -0
  968. package/lib/components/BKJLogo/index.js +3 -0
  969. package/lib/components/BKJLogo/index.js.map +1 -0
  970. package/lib/components/BKJLogo/src/Agency.d.ts +4 -0
  971. package/lib/components/BKJLogo/src/Agency.d.ts.map +1 -0
  972. package/lib/components/BKJLogo/src/Agency.js +11 -0
  973. package/lib/components/BKJLogo/src/Agency.js.map +1 -0
  974. package/lib/components/BKJLogo/src/General.d.ts +4 -0
  975. package/lib/components/BKJLogo/src/General.d.ts.map +1 -0
  976. package/lib/components/BKJLogo/src/General.js +10 -0
  977. package/lib/components/BKJLogo/src/General.js.map +1 -0
  978. package/lib/components/BKJLogo/src/Premium.d.ts +4 -0
  979. package/lib/components/BKJLogo/src/Premium.d.ts.map +1 -0
  980. package/lib/components/BKJLogo/src/Premium.js +11 -0
  981. package/lib/components/BKJLogo/src/Premium.js.map +1 -0
  982. package/lib/components/BKJLogo/src/index.d.ts +5 -0
  983. package/lib/components/BKJLogo/src/index.d.ts.map +1 -0
  984. package/lib/components/BKJLogo/src/index.js +5 -0
  985. package/lib/components/BKJLogo/src/index.js.map +1 -0
  986. package/lib/components/BKJMenu/BKJMenu.d.ts +4 -0
  987. package/lib/components/BKJMenu/BKJMenu.d.ts.map +1 -0
  988. package/lib/components/BKJMenu/BKJMenu.js +20 -0
  989. package/lib/components/BKJMenu/BKJMenu.js.map +1 -0
  990. package/lib/components/BKJMenu/BKJMenu.stories.d.ts +21 -0
  991. package/lib/components/BKJMenu/BKJMenu.stories.d.ts.map +1 -0
  992. package/lib/components/BKJMenu/BKJMenu.stories.js +31 -0
  993. package/lib/components/BKJMenu/BKJMenu.stories.js.map +1 -0
  994. package/lib/components/BKJMenu/BKJMenu.styled.d.ts +7 -0
  995. package/lib/components/BKJMenu/BKJMenu.styled.d.ts.map +1 -0
  996. package/lib/components/BKJMenu/BKJMenu.styled.js +45 -0
  997. package/lib/components/BKJMenu/BKJMenu.styled.js.map +1 -0
  998. package/lib/components/BKJMenu/BKJMenu.types.d.ts +11 -0
  999. package/lib/components/BKJMenu/BKJMenu.types.d.ts.map +1 -0
  1000. package/lib/components/BKJMenu/BKJMenu.types.js +2 -0
  1001. package/lib/components/BKJMenu/BKJMenu.types.js.map +1 -0
  1002. package/lib/components/BKJMenu/index.d.ts +3 -0
  1003. package/lib/components/BKJMenu/index.d.ts.map +1 -0
  1004. package/lib/components/BKJMenu/index.js +3 -0
  1005. package/lib/components/BKJMenu/index.js.map +1 -0
  1006. package/lib/components/BKJMenuItem/BKJMenuItem.d.ts +4 -0
  1007. package/lib/components/BKJMenuItem/BKJMenuItem.d.ts.map +1 -0
  1008. package/lib/components/BKJMenuItem/BKJMenuItem.js +6 -0
  1009. package/lib/components/BKJMenuItem/BKJMenuItem.js.map +1 -0
  1010. package/lib/components/BKJMenuItem/BKJMenuItem.stories.d.ts +10 -0
  1011. package/lib/components/BKJMenuItem/BKJMenuItem.stories.d.ts.map +1 -0
  1012. package/lib/components/BKJMenuItem/BKJMenuItem.stories.js +15 -0
  1013. package/lib/components/BKJMenuItem/BKJMenuItem.stories.js.map +1 -0
  1014. package/lib/components/BKJMenuItem/BKJMenuItem.styled.d.ts +4 -0
  1015. package/lib/components/BKJMenuItem/BKJMenuItem.styled.d.ts.map +1 -0
  1016. package/lib/components/BKJMenuItem/BKJMenuItem.styled.js +45 -0
  1017. package/lib/components/BKJMenuItem/BKJMenuItem.styled.js.map +1 -0
  1018. package/lib/components/BKJMenuItem/BKJMenuItem.types.d.ts +8 -0
  1019. package/lib/components/BKJMenuItem/BKJMenuItem.types.d.ts.map +1 -0
  1020. package/lib/components/BKJMenuItem/BKJMenuItem.types.js +2 -0
  1021. package/lib/components/BKJMenuItem/BKJMenuItem.types.js.map +1 -0
  1022. package/lib/components/BKJMenuItem/index.d.ts +3 -0
  1023. package/lib/components/BKJMenuItem/index.d.ts.map +1 -0
  1024. package/lib/components/BKJMenuItem/index.js +3 -0
  1025. package/lib/components/BKJMenuItem/index.js.map +1 -0
  1026. package/lib/components/BKJPagination/BKJPagination.d.ts +4 -0
  1027. package/lib/components/BKJPagination/BKJPagination.d.ts.map +1 -0
  1028. package/lib/components/BKJPagination/BKJPagination.js +11 -0
  1029. package/lib/components/BKJPagination/BKJPagination.js.map +1 -0
  1030. package/lib/components/BKJPagination/BKJPagination.stories.d.ts +17 -0
  1031. package/lib/components/BKJPagination/BKJPagination.stories.d.ts.map +1 -0
  1032. package/lib/components/BKJPagination/BKJPagination.stories.js +22 -0
  1033. package/lib/components/BKJPagination/BKJPagination.stories.js.map +1 -0
  1034. package/lib/components/BKJPagination/BKJPagination.styled.d.ts +7 -0
  1035. package/lib/components/BKJPagination/BKJPagination.styled.d.ts.map +1 -0
  1036. package/lib/components/BKJPagination/BKJPagination.styled.js +48 -0
  1037. package/lib/components/BKJPagination/BKJPagination.styled.js.map +1 -0
  1038. package/lib/components/BKJPagination/BKJPagination.types.d.ts +10 -0
  1039. package/lib/components/BKJPagination/BKJPagination.types.d.ts.map +1 -0
  1040. package/lib/components/BKJPagination/BKJPagination.types.js +2 -0
  1041. package/lib/components/BKJPagination/BKJPagination.types.js.map +1 -0
  1042. package/lib/components/BKJPagination/index.d.ts +3 -0
  1043. package/lib/components/BKJPagination/index.d.ts.map +1 -0
  1044. package/lib/components/BKJPagination/index.js +3 -0
  1045. package/lib/components/BKJPagination/index.js.map +1 -0
  1046. package/lib/components/BKJPhoneNumberInput/BKJPhoneNumberInput.d.ts +4 -0
  1047. package/lib/components/BKJPhoneNumberInput/BKJPhoneNumberInput.d.ts.map +1 -0
  1048. package/lib/components/BKJPhoneNumberInput/BKJPhoneNumberInput.js +21 -0
  1049. package/lib/components/BKJPhoneNumberInput/BKJPhoneNumberInput.js.map +1 -0
  1050. package/lib/components/BKJPhoneNumberInput/BKJPhoneNumberInput.stories.d.ts +35 -0
  1051. package/lib/components/BKJPhoneNumberInput/BKJPhoneNumberInput.stories.d.ts.map +1 -0
  1052. package/lib/components/BKJPhoneNumberInput/BKJPhoneNumberInput.stories.js +49 -0
  1053. package/lib/components/BKJPhoneNumberInput/BKJPhoneNumberInput.stories.js.map +1 -0
  1054. package/lib/components/BKJPhoneNumberInput/BKJPhoneNumberInput.styled.d.ts +14 -0
  1055. package/lib/components/BKJPhoneNumberInput/BKJPhoneNumberInput.styled.d.ts.map +1 -0
  1056. package/lib/components/BKJPhoneNumberInput/BKJPhoneNumberInput.styled.js +36 -0
  1057. package/lib/components/BKJPhoneNumberInput/BKJPhoneNumberInput.styled.js.map +1 -0
  1058. package/lib/components/BKJPhoneNumberInput/BKJPhoneNumberInput.types.d.ts +14 -0
  1059. package/lib/components/BKJPhoneNumberInput/BKJPhoneNumberInput.types.d.ts.map +1 -0
  1060. package/lib/components/BKJPhoneNumberInput/BKJPhoneNumberInput.types.js +2 -0
  1061. package/lib/components/BKJPhoneNumberInput/BKJPhoneNumberInput.types.js.map +1 -0
  1062. package/lib/components/BKJPhoneNumberInput/index.d.ts +3 -0
  1063. package/lib/components/BKJPhoneNumberInput/index.d.ts.map +1 -0
  1064. package/lib/components/BKJPhoneNumberInput/index.js +3 -0
  1065. package/lib/components/BKJPhoneNumberInput/index.js.map +1 -0
  1066. package/lib/components/BKJPillSelect/BKJPillSelect.context.d.ts +5 -0
  1067. package/lib/components/BKJPillSelect/BKJPillSelect.context.d.ts.map +1 -0
  1068. package/lib/components/BKJPillSelect/BKJPillSelect.context.js +75 -0
  1069. package/lib/components/BKJPillSelect/BKJPillSelect.context.js.map +1 -0
  1070. package/lib/components/BKJPillSelect/BKJPillSelect.d.ts +4 -0
  1071. package/lib/components/BKJPillSelect/BKJPillSelect.d.ts.map +1 -0
  1072. package/lib/components/BKJPillSelect/BKJPillSelect.js +36 -0
  1073. package/lib/components/BKJPillSelect/BKJPillSelect.js.map +1 -0
  1074. package/lib/components/BKJPillSelect/BKJPillSelect.stories.d.ts +36 -0
  1075. package/lib/components/BKJPillSelect/BKJPillSelect.stories.d.ts.map +1 -0
  1076. package/lib/components/BKJPillSelect/BKJPillSelect.stories.js +77 -0
  1077. package/lib/components/BKJPillSelect/BKJPillSelect.stories.js.map +1 -0
  1078. package/lib/components/BKJPillSelect/BKJPillSelect.styled.d.ts +17 -0
  1079. package/lib/components/BKJPillSelect/BKJPillSelect.styled.d.ts.map +1 -0
  1080. package/lib/components/BKJPillSelect/BKJPillSelect.styled.js +81 -0
  1081. package/lib/components/BKJPillSelect/BKJPillSelect.styled.js.map +1 -0
  1082. package/lib/components/BKJPillSelect/BKJPillSelect.types.d.ts +48 -0
  1083. package/lib/components/BKJPillSelect/BKJPillSelect.types.d.ts.map +1 -0
  1084. package/lib/components/BKJPillSelect/BKJPillSelect.types.js +2 -0
  1085. package/lib/components/BKJPillSelect/BKJPillSelect.types.js.map +1 -0
  1086. package/lib/components/BKJPillSelect/index.d.ts +2 -0
  1087. package/lib/components/BKJPillSelect/index.d.ts.map +1 -0
  1088. package/lib/components/BKJPillSelect/index.js +2 -0
  1089. package/lib/components/BKJPillSelect/index.js.map +1 -0
  1090. package/lib/components/BKJPillTextArea/BKJPillTextArea.context.d.ts +5 -0
  1091. package/lib/components/BKJPillTextArea/BKJPillTextArea.context.d.ts.map +1 -0
  1092. package/lib/components/BKJPillTextArea/BKJPillTextArea.context.js +196 -0
  1093. package/lib/components/BKJPillTextArea/BKJPillTextArea.context.js.map +1 -0
  1094. package/lib/components/BKJPillTextArea/BKJPillTextArea.d.ts +4 -0
  1095. package/lib/components/BKJPillTextArea/BKJPillTextArea.d.ts.map +1 -0
  1096. package/lib/components/BKJPillTextArea/BKJPillTextArea.js +40 -0
  1097. package/lib/components/BKJPillTextArea/BKJPillTextArea.js.map +1 -0
  1098. package/lib/components/BKJPillTextArea/BKJPillTextArea.stories.d.ts +36 -0
  1099. package/lib/components/BKJPillTextArea/BKJPillTextArea.stories.d.ts.map +1 -0
  1100. package/lib/components/BKJPillTextArea/BKJPillTextArea.stories.js +74 -0
  1101. package/lib/components/BKJPillTextArea/BKJPillTextArea.stories.js.map +1 -0
  1102. package/lib/components/BKJPillTextArea/BKJPillTextArea.styled.d.ts +19 -0
  1103. package/lib/components/BKJPillTextArea/BKJPillTextArea.styled.d.ts.map +1 -0
  1104. package/lib/components/BKJPillTextArea/BKJPillTextArea.styled.js +70 -0
  1105. package/lib/components/BKJPillTextArea/BKJPillTextArea.styled.js.map +1 -0
  1106. package/lib/components/BKJPillTextArea/BKJPillTextArea.types.d.ts +51 -0
  1107. package/lib/components/BKJPillTextArea/BKJPillTextArea.types.d.ts.map +1 -0
  1108. package/lib/components/BKJPillTextArea/BKJPillTextArea.types.js +2 -0
  1109. package/lib/components/BKJPillTextArea/BKJPillTextArea.types.js.map +1 -0
  1110. package/lib/components/BKJPillTextArea/index.d.ts +2 -0
  1111. package/lib/components/BKJPillTextArea/index.d.ts.map +1 -0
  1112. package/lib/components/BKJPillTextArea/index.js +2 -0
  1113. package/lib/components/BKJPillTextArea/index.js.map +1 -0
  1114. package/lib/components/BKJSelect/BKJSelect.constants.d.ts +2 -0
  1115. package/lib/components/BKJSelect/BKJSelect.constants.d.ts.map +1 -0
  1116. package/lib/components/BKJSelect/BKJSelect.constants.js +2 -0
  1117. package/lib/components/BKJSelect/BKJSelect.constants.js.map +1 -0
  1118. package/lib/components/BKJSelect/BKJSelect.d.ts +8 -0
  1119. package/lib/components/BKJSelect/BKJSelect.d.ts.map +1 -0
  1120. package/lib/components/BKJSelect/BKJSelect.js +170 -0
  1121. package/lib/components/BKJSelect/BKJSelect.js.map +1 -0
  1122. package/lib/components/BKJSelect/BKJSelect.stories.d.ts +11 -0
  1123. package/lib/components/BKJSelect/BKJSelect.stories.d.ts.map +1 -0
  1124. package/lib/components/BKJSelect/BKJSelect.stories.js +126 -0
  1125. package/lib/components/BKJSelect/BKJSelect.stories.js.map +1 -0
  1126. package/lib/components/BKJSelect/BKJSelect.styled.d.ts +26 -0
  1127. package/lib/components/BKJSelect/BKJSelect.styled.d.ts.map +1 -0
  1128. package/lib/components/BKJSelect/BKJSelect.styled.js +96 -0
  1129. package/lib/components/BKJSelect/BKJSelect.styled.js.map +1 -0
  1130. package/lib/components/BKJSelect/BKJSelect.theme.d.ts +3 -0
  1131. package/lib/components/BKJSelect/BKJSelect.theme.d.ts.map +1 -0
  1132. package/lib/components/BKJSelect/BKJSelect.theme.js +233 -0
  1133. package/lib/components/BKJSelect/BKJSelect.theme.js.map +1 -0
  1134. package/lib/components/BKJSelect/BKJSelect.types.d.ts +134 -0
  1135. package/lib/components/BKJSelect/BKJSelect.types.d.ts.map +1 -0
  1136. package/lib/components/BKJSelect/BKJSelect.types.js +2 -0
  1137. package/lib/components/BKJSelect/BKJSelect.types.js.map +1 -0
  1138. package/lib/components/BKJSelect/BKJSelect.utils.d.ts +27 -0
  1139. package/lib/components/BKJSelect/BKJSelect.utils.d.ts.map +1 -0
  1140. package/lib/components/BKJSelect/BKJSelect.utils.js +41 -0
  1141. package/lib/components/BKJSelect/BKJSelect.utils.js.map +1 -0
  1142. package/lib/components/BKJSelect/index.d.ts +3 -0
  1143. package/lib/components/BKJSelect/index.d.ts.map +1 -0
  1144. package/lib/components/BKJSelect/index.js +3 -0
  1145. package/lib/components/BKJSelect/index.js.map +1 -0
  1146. package/lib/components/BKJSelect/utils/deepEquals.d.ts +2 -0
  1147. package/lib/components/BKJSelect/utils/deepEquals.d.ts.map +1 -0
  1148. package/lib/components/BKJSelect/utils/deepEquals.js +3 -0
  1149. package/lib/components/BKJSelect/utils/deepEquals.js.map +1 -0
  1150. package/lib/components/BKJSelect/utils/getDesignLibraryElementNode.d.ts +3 -0
  1151. package/lib/components/BKJSelect/utils/getDesignLibraryElementNode.d.ts.map +1 -0
  1152. package/lib/components/BKJSelect/utils/getDesignLibraryElementNode.js +2 -0
  1153. package/lib/components/BKJSelect/utils/getDesignLibraryElementNode.js.map +1 -0
  1154. package/lib/components/BKJSelect/utils/mergeRefs.d.ts +2 -0
  1155. package/lib/components/BKJSelect/utils/mergeRefs.d.ts.map +1 -0
  1156. package/lib/components/BKJSelect/utils/mergeRefs.js +13 -0
  1157. package/lib/components/BKJSelect/utils/mergeRefs.js.map +1 -0
  1158. package/lib/components/BKJSelectSearch/BKJSelectSearch.d.ts +10 -0
  1159. package/lib/components/BKJSelectSearch/BKJSelectSearch.d.ts.map +1 -0
  1160. package/lib/components/BKJSelectSearch/BKJSelectSearch.js +8 -0
  1161. package/lib/components/BKJSelectSearch/BKJSelectSearch.js.map +1 -0
  1162. package/lib/components/BKJSelectSearch/BKJSelectSearch.styled.d.ts +4 -0
  1163. package/lib/components/BKJSelectSearch/BKJSelectSearch.styled.d.ts.map +1 -0
  1164. package/lib/components/BKJSelectSearch/BKJSelectSearch.styled.js +39 -0
  1165. package/lib/components/BKJSelectSearch/BKJSelectSearch.styled.js.map +1 -0
  1166. package/lib/components/BKJSelectSearch/BKJSelectSearchControls.d.ts +9 -0
  1167. package/lib/components/BKJSelectSearch/BKJSelectSearchControls.d.ts.map +1 -0
  1168. package/lib/components/BKJSelectSearch/BKJSelectSearchControls.js +7 -0
  1169. package/lib/components/BKJSelectSearch/BKJSelectSearchControls.js.map +1 -0
  1170. package/lib/components/BKJSelectSearch/BKJSelectSearchControls.styled.d.ts +4 -0
  1171. package/lib/components/BKJSelectSearch/BKJSelectSearchControls.styled.d.ts.map +1 -0
  1172. package/lib/components/BKJSelectSearch/BKJSelectSearchControls.styled.js +36 -0
  1173. package/lib/components/BKJSelectSearch/BKJSelectSearchControls.styled.js.map +1 -0
  1174. package/lib/components/BKJSelectSearch/index.d.ts +3 -0
  1175. package/lib/components/BKJSelectSearch/index.d.ts.map +1 -0
  1176. package/lib/components/BKJSelectSearch/index.js +3 -0
  1177. package/lib/components/BKJSelectSearch/index.js.map +1 -0
  1178. package/lib/components/BKJTableMainHeader/BKJTableMainHeader.d.ts +6 -0
  1179. package/lib/components/BKJTableMainHeader/BKJTableMainHeader.d.ts.map +1 -0
  1180. package/lib/components/BKJTableMainHeader/BKJTableMainHeader.js +4 -0
  1181. package/lib/components/BKJTableMainHeader/BKJTableMainHeader.js.map +1 -0
  1182. package/lib/components/BKJTableMainHeader/BKJTableMainHeader.stories.d.ts +10 -0
  1183. package/lib/components/BKJTableMainHeader/BKJTableMainHeader.stories.d.ts.map +1 -0
  1184. package/lib/components/BKJTableMainHeader/BKJTableMainHeader.stories.js +13 -0
  1185. package/lib/components/BKJTableMainHeader/BKJTableMainHeader.stories.js.map +1 -0
  1186. package/lib/components/BKJTableMainHeader/BKJTableMainHeader.styled.d.ts +3 -0
  1187. package/lib/components/BKJTableMainHeader/BKJTableMainHeader.styled.d.ts.map +1 -0
  1188. package/lib/components/BKJTableMainHeader/BKJTableMainHeader.styled.js +13 -0
  1189. package/lib/components/BKJTableMainHeader/BKJTableMainHeader.styled.js.map +1 -0
  1190. package/lib/components/BKJTableMainHeader/index.d.ts +3 -0
  1191. package/lib/components/BKJTableMainHeader/index.d.ts.map +1 -0
  1192. package/lib/components/BKJTableMainHeader/index.js +3 -0
  1193. package/lib/components/BKJTableMainHeader/index.js.map +1 -0
  1194. package/lib/components/BKJTextArea/BKJTextArea.d.ts +4 -0
  1195. package/lib/components/BKJTextArea/BKJTextArea.d.ts.map +1 -0
  1196. package/lib/components/BKJTextArea/BKJTextArea.js +20 -0
  1197. package/lib/components/BKJTextArea/BKJTextArea.js.map +1 -0
  1198. package/lib/components/BKJTextArea/BKJTextArea.stories.d.ts +38 -0
  1199. package/lib/components/BKJTextArea/BKJTextArea.stories.d.ts.map +1 -0
  1200. package/lib/components/BKJTextArea/BKJTextArea.stories.js +44 -0
  1201. package/lib/components/BKJTextArea/BKJTextArea.stories.js.map +1 -0
  1202. package/lib/components/BKJTextArea/BKJTextArea.styled.d.ts +13 -0
  1203. package/lib/components/BKJTextArea/BKJTextArea.styled.d.ts.map +1 -0
  1204. package/lib/components/BKJTextArea/BKJTextArea.styled.js +39 -0
  1205. package/lib/components/BKJTextArea/BKJTextArea.styled.js.map +1 -0
  1206. package/lib/components/BKJTextArea/BKJTextArea.types.d.ts +15 -0
  1207. package/lib/components/BKJTextArea/BKJTextArea.types.d.ts.map +1 -0
  1208. package/lib/components/BKJTextArea/BKJTextArea.types.js +2 -0
  1209. package/lib/components/BKJTextArea/BKJTextArea.types.js.map +1 -0
  1210. package/lib/components/BKJTextArea/index.d.ts +3 -0
  1211. package/lib/components/BKJTextArea/index.d.ts.map +1 -0
  1212. package/lib/components/BKJTextArea/index.js +3 -0
  1213. package/lib/components/BKJTextArea/index.js.map +1 -0
  1214. package/lib/components/BKJTextInput/BKJTextInput.css.styled.d.ts +2 -0
  1215. package/lib/components/BKJTextInput/BKJTextInput.css.styled.d.ts.map +1 -0
  1216. package/lib/components/BKJTextInput/BKJTextInput.css.styled.js +22 -0
  1217. package/lib/components/BKJTextInput/BKJTextInput.css.styled.js.map +1 -0
  1218. package/lib/components/BKJTextInput/BKJTextInput.d.ts +4 -0
  1219. package/lib/components/BKJTextInput/BKJTextInput.d.ts.map +1 -0
  1220. package/lib/components/BKJTextInput/BKJTextInput.js +83 -0
  1221. package/lib/components/BKJTextInput/BKJTextInput.js.map +1 -0
  1222. package/lib/components/BKJTextInput/BKJTextInput.stories.d.ts +74 -0
  1223. package/lib/components/BKJTextInput/BKJTextInput.stories.d.ts.map +1 -0
  1224. package/lib/components/BKJTextInput/BKJTextInput.stories.js +124 -0
  1225. package/lib/components/BKJTextInput/BKJTextInput.stories.js.map +1 -0
  1226. package/lib/components/BKJTextInput/BKJTextInput.styled.d.ts +15 -0
  1227. package/lib/components/BKJTextInput/BKJTextInput.styled.d.ts.map +1 -0
  1228. package/lib/components/BKJTextInput/BKJTextInput.styled.js +72 -0
  1229. package/lib/components/BKJTextInput/BKJTextInput.styled.js.map +1 -0
  1230. package/lib/components/BKJTextInput/BKJTextInput.theme.d.ts +10 -0
  1231. package/lib/components/BKJTextInput/BKJTextInput.theme.d.ts.map +1 -0
  1232. package/lib/components/BKJTextInput/BKJTextInput.theme.js +45 -0
  1233. package/lib/components/BKJTextInput/BKJTextInput.theme.js.map +1 -0
  1234. package/lib/components/BKJTextInput/BKJTextInput.types.d.ts +87 -0
  1235. package/lib/components/BKJTextInput/BKJTextInput.types.d.ts.map +1 -0
  1236. package/lib/components/BKJTextInput/BKJTextInput.types.js +2 -0
  1237. package/lib/components/BKJTextInput/BKJTextInput.types.js.map +1 -0
  1238. package/lib/components/BKJTextInput/BKJTextInput.utils.d.ts +3 -0
  1239. package/lib/components/BKJTextInput/BKJTextInput.utils.d.ts.map +1 -0
  1240. package/lib/components/BKJTextInput/BKJTextInput.utils.js +125 -0
  1241. package/lib/components/BKJTextInput/BKJTextInput.utils.js.map +1 -0
  1242. package/lib/components/BKJTextInput/index.d.ts +2 -0
  1243. package/lib/components/BKJTextInput/index.d.ts.map +1 -0
  1244. package/lib/components/BKJTextInput/index.js +2 -0
  1245. package/lib/components/BKJTextInput/index.js.map +1 -0
  1246. package/lib/components/BKJToastMessage/BKJToastContainer.d.ts +3 -0
  1247. package/lib/components/BKJToastMessage/BKJToastContainer.d.ts.map +1 -0
  1248. package/lib/components/BKJToastMessage/BKJToastContainer.js +19 -0
  1249. package/lib/components/BKJToastMessage/BKJToastContainer.js.map +1 -0
  1250. package/lib/components/BKJToastMessage/BKJToastMessage.d.ts +4 -0
  1251. package/lib/components/BKJToastMessage/BKJToastMessage.d.ts.map +1 -0
  1252. package/lib/components/BKJToastMessage/BKJToastMessage.js +14 -0
  1253. package/lib/components/BKJToastMessage/BKJToastMessage.js.map +1 -0
  1254. package/lib/components/BKJToastMessage/BKJToastMessage.stories.d.ts +28 -0
  1255. package/lib/components/BKJToastMessage/BKJToastMessage.stories.d.ts.map +1 -0
  1256. package/lib/components/BKJToastMessage/BKJToastMessage.stories.js +36 -0
  1257. package/lib/components/BKJToastMessage/BKJToastMessage.stories.js.map +1 -0
  1258. package/lib/components/BKJToastMessage/BKJToastMessage.styled.d.ts +16 -0
  1259. package/lib/components/BKJToastMessage/BKJToastMessage.styled.d.ts.map +1 -0
  1260. package/lib/components/BKJToastMessage/BKJToastMessage.styled.js +118 -0
  1261. package/lib/components/BKJToastMessage/BKJToastMessage.styled.js.map +1 -0
  1262. package/lib/components/BKJToastMessage/BKJToastMessage.theme.d.ts +3 -0
  1263. package/lib/components/BKJToastMessage/BKJToastMessage.theme.d.ts.map +1 -0
  1264. package/lib/components/BKJToastMessage/BKJToastMessage.theme.js +13 -0
  1265. package/lib/components/BKJToastMessage/BKJToastMessage.theme.js.map +1 -0
  1266. package/lib/components/BKJToastMessage/BKJToastMessage.types.d.ts +13 -0
  1267. package/lib/components/BKJToastMessage/BKJToastMessage.types.d.ts.map +1 -0
  1268. package/lib/components/BKJToastMessage/BKJToastMessage.types.js +2 -0
  1269. package/lib/components/BKJToastMessage/BKJToastMessage.types.js.map +1 -0
  1270. package/lib/components/BKJToastMessage/BKJToastMessage.utils.d.ts +7 -0
  1271. package/lib/components/BKJToastMessage/BKJToastMessage.utils.d.ts.map +1 -0
  1272. package/lib/components/BKJToastMessage/BKJToastMessage.utils.js +17 -0
  1273. package/lib/components/BKJToastMessage/BKJToastMessage.utils.js.map +1 -0
  1274. package/lib/components/BKJToastMessage/ToastErrorIcon.d.ts +4 -0
  1275. package/lib/components/BKJToastMessage/ToastErrorIcon.d.ts.map +1 -0
  1276. package/lib/components/BKJToastMessage/ToastErrorIcon.js +12 -0
  1277. package/lib/components/BKJToastMessage/ToastErrorIcon.js.map +1 -0
  1278. package/lib/components/BKJToastMessage/ToastSuccessIcon.d.ts +4 -0
  1279. package/lib/components/BKJToastMessage/ToastSuccessIcon.d.ts.map +1 -0
  1280. package/lib/components/BKJToastMessage/ToastSuccessIcon.js +7 -0
  1281. package/lib/components/BKJToastMessage/ToastSuccessIcon.js.map +1 -0
  1282. package/lib/components/BKJToastMessage/ToastWarnIcon.d.ts +4 -0
  1283. package/lib/components/BKJToastMessage/ToastWarnIcon.d.ts.map +1 -0
  1284. package/lib/components/BKJToastMessage/ToastWarnIcon.js +8 -0
  1285. package/lib/components/BKJToastMessage/ToastWarnIcon.js.map +1 -0
  1286. package/lib/components/BKJToastMessage/index.d.ts +3 -0
  1287. package/lib/components/BKJToastMessage/index.d.ts.map +1 -0
  1288. package/lib/components/BKJToastMessage/index.js +3 -0
  1289. package/lib/components/BKJToastMessage/index.js.map +1 -0
  1290. package/lib/components/BKJToggleInput/BKJToggleInput.constants.d.ts +4 -0
  1291. package/lib/components/BKJToggleInput/BKJToggleInput.constants.d.ts.map +1 -0
  1292. package/lib/components/BKJToggleInput/BKJToggleInput.constants.js +59 -0
  1293. package/lib/components/BKJToggleInput/BKJToggleInput.constants.js.map +1 -0
  1294. package/lib/components/BKJToggleInput/BKJToggleInput.d.ts +4 -0
  1295. package/lib/components/BKJToggleInput/BKJToggleInput.d.ts.map +1 -0
  1296. package/lib/components/BKJToggleInput/BKJToggleInput.js +7 -0
  1297. package/lib/components/BKJToggleInput/BKJToggleInput.js.map +1 -0
  1298. package/lib/components/BKJToggleInput/BKJToggleInput.stories.d.ts +59 -0
  1299. package/lib/components/BKJToggleInput/BKJToggleInput.stories.d.ts.map +1 -0
  1300. package/lib/components/BKJToggleInput/BKJToggleInput.stories.js +75 -0
  1301. package/lib/components/BKJToggleInput/BKJToggleInput.stories.js.map +1 -0
  1302. package/lib/components/BKJToggleInput/BKJToggleInput.styled.d.ts +23 -0
  1303. package/lib/components/BKJToggleInput/BKJToggleInput.styled.d.ts.map +1 -0
  1304. package/lib/components/BKJToggleInput/BKJToggleInput.styled.js +102 -0
  1305. package/lib/components/BKJToggleInput/BKJToggleInput.styled.js.map +1 -0
  1306. package/lib/components/BKJToggleInput/BKJToggleInput.theme.d.ts +3 -0
  1307. package/lib/components/BKJToggleInput/BKJToggleInput.theme.d.ts.map +1 -0
  1308. package/lib/components/BKJToggleInput/BKJToggleInput.theme.js +9 -0
  1309. package/lib/components/BKJToggleInput/BKJToggleInput.theme.js.map +1 -0
  1310. package/lib/components/BKJToggleInput/BKJToggleInput.types.d.ts +23 -0
  1311. package/lib/components/BKJToggleInput/BKJToggleInput.types.d.ts.map +1 -0
  1312. package/lib/components/BKJToggleInput/BKJToggleInput.types.js +2 -0
  1313. package/lib/components/BKJToggleInput/BKJToggleInput.types.js.map +1 -0
  1314. package/lib/components/BKJToggleInput/index.d.ts +3 -0
  1315. package/lib/components/BKJToggleInput/index.d.ts.map +1 -0
  1316. package/lib/components/BKJToggleInput/index.js +3 -0
  1317. package/lib/components/BKJToggleInput/index.js.map +1 -0
  1318. package/lib/components/BKJTooltipWrapper/BKJTooltip.d.ts +7 -0
  1319. package/lib/components/BKJTooltipWrapper/BKJTooltip.d.ts.map +1 -0
  1320. package/lib/components/BKJTooltipWrapper/BKJTooltip.js +33 -0
  1321. package/lib/components/BKJTooltipWrapper/BKJTooltip.js.map +1 -0
  1322. package/lib/components/BKJTooltipWrapper/BKJTooltipWrapper.context.d.ts +5 -0
  1323. package/lib/components/BKJTooltipWrapper/BKJTooltipWrapper.context.d.ts.map +1 -0
  1324. package/lib/components/BKJTooltipWrapper/BKJTooltipWrapper.context.js +22 -0
  1325. package/lib/components/BKJTooltipWrapper/BKJTooltipWrapper.context.js.map +1 -0
  1326. package/lib/components/BKJTooltipWrapper/BKJTooltipWrapper.d.ts +4 -0
  1327. package/lib/components/BKJTooltipWrapper/BKJTooltipWrapper.d.ts.map +1 -0
  1328. package/lib/components/BKJTooltipWrapper/BKJTooltipWrapper.js +16 -0
  1329. package/lib/components/BKJTooltipWrapper/BKJTooltipWrapper.js.map +1 -0
  1330. package/lib/components/BKJTooltipWrapper/BKJTooltipWrapper.stories.d.ts +19 -0
  1331. package/lib/components/BKJTooltipWrapper/BKJTooltipWrapper.stories.d.ts.map +1 -0
  1332. package/lib/components/BKJTooltipWrapper/BKJTooltipWrapper.stories.js +32 -0
  1333. package/lib/components/BKJTooltipWrapper/BKJTooltipWrapper.stories.js.map +1 -0
  1334. package/lib/components/BKJTooltipWrapper/BKJTooltipWrapper.styled.d.ts +11 -0
  1335. package/lib/components/BKJTooltipWrapper/BKJTooltipWrapper.styled.d.ts.map +1 -0
  1336. package/lib/components/BKJTooltipWrapper/BKJTooltipWrapper.styled.js +58 -0
  1337. package/lib/components/BKJTooltipWrapper/BKJTooltipWrapper.styled.js.map +1 -0
  1338. package/lib/components/BKJTooltipWrapper/BKJTooltipWrapper.types.d.ts +13 -0
  1339. package/lib/components/BKJTooltipWrapper/BKJTooltipWrapper.types.d.ts.map +1 -0
  1340. package/lib/components/BKJTooltipWrapper/BKJTooltipWrapper.types.js +2 -0
  1341. package/lib/components/BKJTooltipWrapper/BKJTooltipWrapper.types.js.map +1 -0
  1342. package/lib/components/BKJTooltipWrapper/index.d.ts +2 -0
  1343. package/lib/components/BKJTooltipWrapper/index.d.ts.map +1 -0
  1344. package/lib/components/BKJTooltipWrapper/index.js +2 -0
  1345. package/lib/components/BKJTooltipWrapper/index.js.map +1 -0
  1346. package/lib/components/BKJTypography/BKJTypography.d.ts +4 -0
  1347. package/lib/components/BKJTypography/BKJTypography.d.ts.map +1 -0
  1348. package/lib/components/BKJTypography/BKJTypography.js +7 -0
  1349. package/lib/components/BKJTypography/BKJTypography.js.map +1 -0
  1350. package/lib/components/BKJTypography/BKJTypography.stories.d.ts +24 -0
  1351. package/lib/components/BKJTypography/BKJTypography.stories.d.ts.map +1 -0
  1352. package/lib/components/BKJTypography/BKJTypography.stories.js +38 -0
  1353. package/lib/components/BKJTypography/BKJTypography.stories.js.map +1 -0
  1354. package/lib/components/BKJTypography/BKJTypography.styled.d.ts +11 -0
  1355. package/lib/components/BKJTypography/BKJTypography.styled.d.ts.map +1 -0
  1356. package/lib/components/BKJTypography/BKJTypography.styled.js +25 -0
  1357. package/lib/components/BKJTypography/BKJTypography.styled.js.map +1 -0
  1358. package/lib/components/BKJTypography/BKJTypography.theme.d.ts +3 -0
  1359. package/lib/components/BKJTypography/BKJTypography.theme.d.ts.map +1 -0
  1360. package/lib/components/BKJTypography/BKJTypography.theme.js +59 -0
  1361. package/lib/components/BKJTypography/BKJTypography.theme.js.map +1 -0
  1362. package/lib/components/BKJTypography/BKJTypography.types.d.ts +26 -0
  1363. package/lib/components/BKJTypography/BKJTypography.types.d.ts.map +1 -0
  1364. package/lib/components/BKJTypography/BKJTypography.types.js +2 -0
  1365. package/lib/components/BKJTypography/BKJTypography.types.js.map +1 -0
  1366. package/lib/components/BKJTypography/index.d.ts +3 -0
  1367. package/lib/components/BKJTypography/index.d.ts.map +1 -0
  1368. package/lib/components/BKJTypography/index.js +3 -0
  1369. package/lib/components/BKJTypography/index.js.map +1 -0
  1370. package/lib/components/ErrorBoundary/ErrorBoundary.d.ts +27 -0
  1371. package/lib/components/ErrorBoundary/ErrorBoundary.d.ts.map +1 -0
  1372. package/lib/components/ErrorBoundary/ErrorBoundary.js +26 -0
  1373. package/lib/components/ErrorBoundary/ErrorBoundary.js.map +1 -0
  1374. package/lib/components/ErrorBoundary/index.d.ts +2 -0
  1375. package/lib/components/ErrorBoundary/index.d.ts.map +1 -0
  1376. package/lib/components/ErrorBoundary/index.js +2 -0
  1377. package/lib/components/ErrorBoundary/index.js.map +1 -0
  1378. package/lib/components/Flex/Flex.d.ts +4 -0
  1379. package/lib/components/Flex/Flex.d.ts.map +1 -0
  1380. package/lib/components/Flex/Flex.js +8 -0
  1381. package/lib/components/Flex/Flex.js.map +1 -0
  1382. package/lib/components/Flex/Flex.styled.d.ts +3 -0
  1383. package/lib/components/Flex/Flex.styled.d.ts.map +1 -0
  1384. package/lib/components/Flex/Flex.styled.js +229 -0
  1385. package/lib/components/Flex/Flex.styled.js.map +1 -0
  1386. package/lib/components/Flex/Flex.types.d.ts +77 -0
  1387. package/lib/components/Flex/Flex.types.d.ts.map +1 -0
  1388. package/lib/components/Flex/Flex.types.js +2 -0
  1389. package/lib/components/Flex/Flex.types.js.map +1 -0
  1390. package/lib/components/Flex/index.d.ts +3 -0
  1391. package/lib/components/Flex/index.d.ts.map +1 -0
  1392. package/lib/components/Flex/index.js +3 -0
  1393. package/lib/components/Flex/index.js.map +1 -0
  1394. package/lib/components/GenericErrorMessage/GenericErrorMessage.d.ts +15 -0
  1395. package/lib/components/GenericErrorMessage/GenericErrorMessage.d.ts.map +1 -0
  1396. package/lib/components/GenericErrorMessage/GenericErrorMessage.js +27 -0
  1397. package/lib/components/GenericErrorMessage/GenericErrorMessage.js.map +1 -0
  1398. package/lib/components/GenericErrorMessage/GenericErrorMessage.styled.d.ts +15 -0
  1399. package/lib/components/GenericErrorMessage/GenericErrorMessage.styled.d.ts.map +1 -0
  1400. package/lib/components/GenericErrorMessage/GenericErrorMessage.styled.js +140 -0
  1401. package/lib/components/GenericErrorMessage/GenericErrorMessage.styled.js.map +1 -0
  1402. package/lib/components/GenericErrorMessage/index.d.ts +2 -0
  1403. package/lib/components/GenericErrorMessage/index.d.ts.map +1 -0
  1404. package/lib/components/GenericErrorMessage/index.js +2 -0
  1405. package/lib/components/GenericErrorMessage/index.js.map +1 -0
  1406. package/lib/components/InfiniteScrollLoading/InfiniteScrollLoading.d.ts +8 -0
  1407. package/lib/components/InfiniteScrollLoading/InfiniteScrollLoading.d.ts.map +1 -0
  1408. package/lib/components/InfiniteScrollLoading/InfiniteScrollLoading.js +12 -0
  1409. package/lib/components/InfiniteScrollLoading/InfiniteScrollLoading.js.map +1 -0
  1410. package/lib/components/InfiniteScrollLoading/InfiniteScrollLoading.styled.d.ts +2 -0
  1411. package/lib/components/InfiniteScrollLoading/InfiniteScrollLoading.styled.d.ts.map +1 -0
  1412. package/lib/components/InfiniteScrollLoading/InfiniteScrollLoading.styled.js +12 -0
  1413. package/lib/components/InfiniteScrollLoading/InfiniteScrollLoading.styled.js.map +1 -0
  1414. package/lib/components/InfiniteScrollLoading/index.d.ts +2 -0
  1415. package/lib/components/InfiniteScrollLoading/index.d.ts.map +1 -0
  1416. package/lib/components/InfiniteScrollLoading/index.js +2 -0
  1417. package/lib/components/InfiniteScrollLoading/index.js.map +1 -0
  1418. package/lib/components/Portal/Portal.d.ts +10 -0
  1419. package/lib/components/Portal/Portal.d.ts.map +1 -0
  1420. package/lib/components/Portal/Portal.js +28 -0
  1421. package/lib/components/Portal/Portal.js.map +1 -0
  1422. package/lib/components/Portal/Portal.types.d.ts +4 -0
  1423. package/lib/components/Portal/Portal.types.d.ts.map +1 -0
  1424. package/lib/components/Portal/Portal.types.js +2 -0
  1425. package/lib/components/Portal/Portal.types.js.map +1 -0
  1426. package/lib/components/common/InputBaseCSS/index.d.ts +12 -0
  1427. package/lib/components/common/InputBaseCSS/index.d.ts.map +1 -0
  1428. package/lib/components/common/InputBaseCSS/index.js +83 -0
  1429. package/lib/components/common/InputBaseCSS/index.js.map +1 -0
  1430. package/lib/components/common/ListItemBaseCSS/index.d.ts +5 -0
  1431. package/lib/components/common/ListItemBaseCSS/index.d.ts.map +1 -0
  1432. package/lib/components/common/ListItemBaseCSS/index.js +76 -0
  1433. package/lib/components/common/ListItemBaseCSS/index.js.map +1 -0
  1434. package/lib/components/common/index.d.ts +2 -0
  1435. package/lib/components/common/index.d.ts.map +1 -0
  1436. package/lib/components/common/index.js +2 -0
  1437. package/lib/components/common/index.js.map +1 -0
  1438. package/lib/components/index.d.ts +43 -0
  1439. package/lib/components/index.d.ts.map +1 -0
  1440. package/lib/components/index.js +43 -0
  1441. package/lib/components/index.js.map +1 -0
  1442. package/lib/hooks/index.d.ts +6 -0
  1443. package/lib/hooks/index.d.ts.map +1 -0
  1444. package/lib/hooks/index.js +6 -0
  1445. package/lib/hooks/index.js.map +1 -0
  1446. package/lib/hooks/useClickOutside.d.ts +2 -0
  1447. package/lib/hooks/useClickOutside.d.ts.map +1 -0
  1448. package/lib/hooks/useClickOutside.js +21 -0
  1449. package/lib/hooks/useClickOutside.js.map +1 -0
  1450. package/lib/hooks/useDebouncedCallback/index.d.ts +2 -0
  1451. package/lib/hooks/useDebouncedCallback/index.d.ts.map +1 -0
  1452. package/lib/hooks/useDebouncedCallback/index.js +2 -0
  1453. package/lib/hooks/useDebouncedCallback/index.js.map +1 -0
  1454. package/lib/hooks/useDebouncedCallback/useDebouncedCallback.d.ts +3 -0
  1455. package/lib/hooks/useDebouncedCallback/useDebouncedCallback.d.ts.map +1 -0
  1456. package/lib/hooks/useDebouncedCallback/useDebouncedCallback.js +10 -0
  1457. package/lib/hooks/useDebouncedCallback/useDebouncedCallback.js.map +1 -0
  1458. package/lib/hooks/useDimensionsRef/index.d.ts +2 -0
  1459. package/lib/hooks/useDimensionsRef/index.d.ts.map +1 -0
  1460. package/lib/hooks/useDimensionsRef/index.js +2 -0
  1461. package/lib/hooks/useDimensionsRef/index.js.map +1 -0
  1462. package/lib/hooks/useDimensionsRef/useDimensionRef.types.d.ts +9 -0
  1463. package/lib/hooks/useDimensionsRef/useDimensionRef.types.d.ts.map +1 -0
  1464. package/lib/hooks/useDimensionsRef/useDimensionRef.types.js +2 -0
  1465. package/lib/hooks/useDimensionsRef/useDimensionRef.types.js.map +1 -0
  1466. package/lib/hooks/useDimensionsRef/useDimensionsRef.d.ts +3 -0
  1467. package/lib/hooks/useDimensionsRef/useDimensionsRef.d.ts.map +1 -0
  1468. package/lib/hooks/useDimensionsRef/useDimensionsRef.js +27 -0
  1469. package/lib/hooks/useDimensionsRef/useDimensionsRef.js.map +1 -0
  1470. package/lib/hooks/useFormBehaviors/index.d.ts +3 -0
  1471. package/lib/hooks/useFormBehaviors/index.d.ts.map +1 -0
  1472. package/lib/hooks/useFormBehaviors/index.js +3 -0
  1473. package/lib/hooks/useFormBehaviors/index.js.map +1 -0
  1474. package/lib/hooks/useFormBehaviors/useFormBehaviors.constants.d.ts +2 -0
  1475. package/lib/hooks/useFormBehaviors/useFormBehaviors.constants.d.ts.map +1 -0
  1476. package/lib/hooks/useFormBehaviors/useFormBehaviors.constants.js +2 -0
  1477. package/lib/hooks/useFormBehaviors/useFormBehaviors.constants.js.map +1 -0
  1478. package/lib/hooks/useFormBehaviors/useFormBehaviors.d.ts +7 -0
  1479. package/lib/hooks/useFormBehaviors/useFormBehaviors.d.ts.map +1 -0
  1480. package/lib/hooks/useFormBehaviors/useFormBehaviors.js +199 -0
  1481. package/lib/hooks/useFormBehaviors/useFormBehaviors.js.map +1 -0
  1482. package/lib/hooks/useFormBehaviors/useFormBehaviors.types.d.ts +46 -0
  1483. package/lib/hooks/useFormBehaviors/useFormBehaviors.types.d.ts.map +1 -0
  1484. package/lib/hooks/useFormBehaviors/useFormBehaviors.types.js +9 -0
  1485. package/lib/hooks/useFormBehaviors/useFormBehaviors.types.js.map +1 -0
  1486. package/lib/hooks/useFormBehaviors/useFormBehaviors.utils.d.ts +6 -0
  1487. package/lib/hooks/useFormBehaviors/useFormBehaviors.utils.d.ts.map +1 -0
  1488. package/lib/hooks/useFormBehaviors/useFormBehaviors.utils.js +20 -0
  1489. package/lib/hooks/useFormBehaviors/useFormBehaviors.utils.js.map +1 -0
  1490. package/lib/hooks/useIntersectionObserver/index.d.ts +2 -0
  1491. package/lib/hooks/useIntersectionObserver/index.d.ts.map +1 -0
  1492. package/lib/hooks/useIntersectionObserver/index.js +2 -0
  1493. package/lib/hooks/useIntersectionObserver/index.js.map +1 -0
  1494. package/lib/hooks/useIntersectionObserver/useIntersectionObserver.d.ts +3 -0
  1495. package/lib/hooks/useIntersectionObserver/useIntersectionObserver.d.ts.map +1 -0
  1496. package/lib/hooks/useIntersectionObserver/useIntersectionObserver.js +27 -0
  1497. package/lib/hooks/useIntersectionObserver/useIntersectionObserver.js.map +1 -0
  1498. package/lib/hooks/useMouseOutside.d.ts +2 -0
  1499. package/lib/hooks/useMouseOutside.d.ts.map +1 -0
  1500. package/lib/hooks/useMouseOutside.js +21 -0
  1501. package/lib/hooks/useMouseOutside.js.map +1 -0
  1502. package/lib/hooks/usePersistentState/index.d.ts +2 -0
  1503. package/lib/hooks/usePersistentState/index.d.ts.map +1 -0
  1504. package/lib/hooks/usePersistentState/index.js +2 -0
  1505. package/lib/hooks/usePersistentState/index.js.map +1 -0
  1506. package/lib/hooks/usePersistentState/usePersistentState.d.ts +3 -0
  1507. package/lib/hooks/usePersistentState/usePersistentState.d.ts.map +1 -0
  1508. package/lib/hooks/usePersistentState/usePersistentState.js +30 -0
  1509. package/lib/hooks/usePersistentState/usePersistentState.js.map +1 -0
  1510. package/lib/hooks/usePortalTargetElement.d.ts +3 -0
  1511. package/lib/hooks/usePortalTargetElement.d.ts.map +1 -0
  1512. package/lib/hooks/usePortalTargetElement.js +15 -0
  1513. package/lib/hooks/usePortalTargetElement.js.map +1 -0
  1514. package/lib/hooks/useScrollIntoView.d.ts +3 -0
  1515. package/lib/hooks/useScrollIntoView.d.ts.map +1 -0
  1516. package/lib/hooks/useScrollIntoView.js +10 -0
  1517. package/lib/hooks/useScrollIntoView.js.map +1 -0
  1518. package/lib/index.d.ts +3 -0
  1519. package/lib/index.d.ts.map +1 -0
  1520. package/lib/index.js +3 -0
  1521. package/lib/index.js.map +1 -0
  1522. package/lib/providers/BKJThemeProvider/BKJColors.d.ts +43 -0
  1523. package/lib/providers/BKJThemeProvider/BKJColors.d.ts.map +1 -0
  1524. package/lib/providers/BKJThemeProvider/BKJColors.js +43 -0
  1525. package/lib/providers/BKJThemeProvider/BKJColors.js.map +1 -0
  1526. package/lib/providers/BKJThemeProvider/BKJThemeProvider.d.ts +4 -0
  1527. package/lib/providers/BKJThemeProvider/BKJThemeProvider.d.ts.map +1 -0
  1528. package/lib/providers/BKJThemeProvider/BKJThemeProvider.js +7 -0
  1529. package/lib/providers/BKJThemeProvider/BKJThemeProvider.js.map +1 -0
  1530. package/lib/providers/BKJThemeProvider/BKJThemeProvider.styled.d.ts +3 -0
  1531. package/lib/providers/BKJThemeProvider/BKJThemeProvider.styled.d.ts.map +1 -0
  1532. package/lib/providers/BKJThemeProvider/BKJThemeProvider.styled.js +149 -0
  1533. package/lib/providers/BKJThemeProvider/BKJThemeProvider.styled.js.map +1 -0
  1534. package/lib/providers/BKJThemeProvider/BKJThemeProvider.theme.d.ts +11 -0
  1535. package/lib/providers/BKJThemeProvider/BKJThemeProvider.theme.d.ts.map +1 -0
  1536. package/lib/providers/BKJThemeProvider/BKJThemeProvider.theme.js +207 -0
  1537. package/lib/providers/BKJThemeProvider/BKJThemeProvider.theme.js.map +1 -0
  1538. package/lib/providers/BKJThemeProvider/BKJThemeProvider.types.d.ts +196 -0
  1539. package/lib/providers/BKJThemeProvider/BKJThemeProvider.types.d.ts.map +1 -0
  1540. package/lib/providers/BKJThemeProvider/BKJThemeProvider.types.js +10 -0
  1541. package/lib/providers/BKJThemeProvider/BKJThemeProvider.types.js.map +1 -0
  1542. package/lib/providers/BKJThemeProvider/index.d.ts +4 -0
  1543. package/lib/providers/BKJThemeProvider/index.d.ts.map +1 -0
  1544. package/lib/providers/BKJThemeProvider/index.js +4 -0
  1545. package/lib/providers/BKJThemeProvider/index.js.map +1 -0
  1546. package/lib/providers/index.d.ts +2 -0
  1547. package/lib/providers/index.d.ts.map +1 -0
  1548. package/lib/providers/index.js +2 -0
  1549. package/lib/providers/index.js.map +1 -0
  1550. package/lib/utils/deepEquals.d.ts +2 -0
  1551. package/lib/utils/deepEquals.d.ts.map +1 -0
  1552. package/lib/utils/deepEquals.js +3 -0
  1553. package/lib/utils/deepEquals.js.map +1 -0
  1554. package/lib/utils/findValueByKey.d.ts +2 -0
  1555. package/lib/utils/findValueByKey.d.ts.map +1 -0
  1556. package/lib/utils/findValueByKey.js +9 -0
  1557. package/lib/utils/findValueByKey.js.map +1 -0
  1558. package/lib/utils/isEmpty.d.ts +2 -0
  1559. package/lib/utils/isEmpty.d.ts.map +1 -0
  1560. package/lib/utils/isEmpty.js +9 -0
  1561. package/lib/utils/isEmpty.js.map +1 -0
  1562. package/lib/utils/maskFloat.d.ts +2 -0
  1563. package/lib/utils/maskFloat.d.ts.map +1 -0
  1564. package/lib/utils/maskFloat.js +9 -0
  1565. package/lib/utils/maskFloat.js.map +1 -0
  1566. package/lib/utils/serialize.d.ts +3 -0
  1567. package/lib/utils/serialize.d.ts.map +1 -0
  1568. package/lib/utils/serialize.js +3 -0
  1569. package/lib/utils/serialize.js.map +1 -0
  1570. package/lib/utils/withMemo.d.ts +2 -0
  1571. package/lib/utils/withMemo.d.ts.map +1 -0
  1572. package/lib/utils/withMemo.js +6 -0
  1573. package/lib/utils/withMemo.js.map +1 -0
  1574. package/package.json +191 -0
package/README.md ADDED
@@ -0,0 +1,47 @@
1
+ # Bookjane Design Library
2
+
3
+ ## Scripts
4
+
5
+ - To run storybook, use this command `npm start`
6
+ - To only run a build use this command `npm run build`
7
+ - To build and link locally use this command `npm run build:link`
8
+
9
+ ## Commit Message Format
10
+
11
+ This library uses semantic-release to automatically increment versions when merging development -> main.
12
+
13
+ See the below table to understand which commit messages will increment patch, minor or major version number.
14
+
15
+ You should still include the ticket number somewhere into your commit message (WEB-XXX) so that work can be tracked
16
+ on JIRA.
17
+
18
+ Commit messages to trigger semantic-release:
19
+ | Release Type | Commit Message |
20
+ | ------------------------- | ----------------------------------------------------------------------------- |
21
+ | Patch Release | fix(pencil): stop graphite breaking when too much pressure applied |
22
+ | Minor/Feature Release | feat(pencil): add 'graphiteWidth' option |
23
+ | Breaking Release | Commit subject line <br> BREAKING CHANGE: The graphiteWidth option has been removed. <br> The default graphite width of 10mm is always used for performance reasons. |
24
+
25
+ Example commit messages:
26
+
27
+ ```
28
+ "fix(WEB-XXX): fixed this bug"
29
+ "feat(WEB-XXX): created new component"
30
+ ```
31
+
32
+ The commit messages will be displayed in the release on github.
33
+ They will be grouped into the version of the 'most major' release type and shown something like this:
34
+
35
+ ```
36
+ 2.3.0 (2021-04-13)
37
+
38
+ Bug Fixes
39
+ - WEB-XXX: fixed this bug (56dc877)
40
+ Features
41
+ - WEB-XXX: created new component (7145565)
42
+ ```
43
+
44
+ Release version is incremented automatically so people can continue to work and push changes without worrying about handling versions.
45
+ Other repo's using bookjane-design-library can reference exact version numbers referring to the library at a point in time.
46
+
47
+ ---
@@ -0,0 +1 @@
1
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2453.76 476.4"><defs><style>.cls-1{fill:#3b1b6a;}.cls-2{fill:#7975b6;}</style></defs><title>BookJane Logo - Colour</title><path class="cls-1" d="M347.14,82.44a159.11,159.11,0,0,0-27.85-37.69c-29.51-27.62-58-43.62-126.82-43.62-73.37,0-102.88,26.79-123.86,46C36.13,76.51.58,155.21.58,251.69c0,87.95,7.7,144.84,24.29,179.21A70.28,70.28,0,0,0,95.4,475.23a304,304,0,0,0,44.44-4.62,344.61,344.61,0,0,1,53.81-5.45,380.73,380.73,0,0,1,52.75,5,311.53,311.53,0,0,0,43.85,4.39,71.12,71.12,0,0,0,71.12-43.85c16.95-34.38,24.77-91.15,24.77-179A359.08,359.08,0,0,0,347.14,82.44ZM193.06,421.07c-15.64,0-48.83-16.95-79.77-48.48C93,351.85,59,310.6,59,256.43s6.05-79.17,49.78-103.94c15.29-8.77,47.41-42.2,51.8-42.2s15.76,9.84,17.42,11.86a383.06,383.06,0,0,0,55.11,48.47A365.94,365.94,0,0,0,321.54,212c1.66.59,2.85,6.28,3.8,12.8a297.89,297.89,0,0,1,1.77,31.88C327.11,347,225.78,421.07,193.06,421.07Z"/><path class="cls-2" d="M773.7,303.09q0,37-25.88,62.86c-17.25,16.85-40.67,25.47-69.84,25.47H542.81V87.82h129c27.11,0,48.06,7.39,63.27,22.59s22.59,32.87,22.59,53c0,27.52-16.43,53-41.49,61.62,37.38,9.86,57.51,41.5,57.51,78.06M598.28,137.53v70.25h62.44c26.3,0,40.67-16.43,40.67-36.15,0-18.49-14.37-34.1-38.61-34.1Zm69,203.77c30.81,0,48.48-19.72,48.48-42.31,0-24.24-17.26-43.55-48.48-43.55h-69V341.3Z"/><path class="cls-2" d="M821.78,196.69c22.6-22.6,51-34.1,85.87-34.1s63.27,11.5,85.45,34.1c22.6,22.59,33.7,50.12,33.7,83,0,33.27-11.1,61.21-33.7,83.81-22.18,22.59-50.53,33.69-85.45,33.69s-63.27-11.1-85.87-33.69q-33.27-33.9-33.27-83.81c0-32.87,11.09-60.4,33.27-83M954.07,232c-12.73-13.15-27.93-19.72-46.42-19.72S874,218.87,861.22,232s-18.9,29.17-18.9,47.66c0,18.9,6.17,34.92,18.9,48.07s27.95,19.72,46.43,19.72,33.69-6.58,46.42-19.72S973,298.58,973,279.68c0-18.49-6.16-34.52-18.9-47.66"/><path class="cls-2" d="M1073.23,196.69c22.6-22.6,50.94-34.1,85.86-34.1s63.28,11.5,85.46,34.1c22.6,22.59,33.69,50.12,33.69,83,0,33.27-11.09,61.21-33.69,83.81-22.18,22.59-50.53,33.69-85.46,33.69s-63.26-11.1-85.86-33.69Q1040,329.59,1040,279.68c0-32.87,11.1-60.4,33.28-83M1205.52,232c-12.74-13.15-27.94-19.72-46.43-19.72s-33.68,6.57-46.42,19.72-18.9,29.17-18.9,47.66c0,18.9,6.16,34.92,18.9,48.07s27.94,19.72,46.42,19.72,33.69-6.58,46.43-19.72,18.9-29.17,18.9-48.07c0-18.49-6.17-34.52-18.9-47.66"/><polygon class="cls-2" points="1449.97 391.42 1373.56 294.05 1357.12 308.85 1357.12 391.42 1303.71 391.42 1303.71 79.19 1357.12 79.19 1357.12 248.04 1442.99 168.34 1511.19 168.34 1410.53 260.37 1516.53 391.42 1449.97 391.42"/><path class="cls-2" d="M1607.29,397.13q-67.24,0-94.15-54.21l48.51-27.71q13.44,26.9,45.64,26.9,22.41,0,33.43-10.6t11-28.94V106.11h55.85V302.57q0,44.83-28.13,69.7t-72.15,24.86"/><path class="cls-2" d="M1911.69,168.34h51V391.42h-51V363.9c-19.31,21.77-43.54,32.87-72.71,32.87-32,0-58.34-11.1-79.29-33.7s-31.23-50.94-31.23-84.21,10.27-61.22,31.23-83S1807.34,163,1839,163c28.34,0,52.58,11.09,72.71,33.69Zm-17.25,63.27c-12.32-13.15-27.94-19.72-47.25-19.72s-34.92,6.57-47.24,19.72c-11.92,13.14-18.08,29.17-18.08,48.07,0,19.31,6.16,35.33,18.08,48.48,12.32,13.14,27.93,19.72,47.24,19.72s34.93-6.58,47.25-19.72,18.49-29.17,18.49-48.48q0-28.35-18.49-48.07"/><path class="cls-2" d="M1992.64,391.42V168.34h52.59v31.22c11.91-22.59,37.8-37,70.26-37,24.24,0,45.19,8.21,62,24.24S2203,225.44,2203,255.44v136h-53.82V270.23c0-37.39-19.31-58.75-48.88-58.75-31.64,0-54.24,24.65-54.24,59.57V391.42Z"/><path class="cls-2" d="M2450.74,299H2280.66c7,30.81,30,51.35,68.19,51.35a125.92,125.92,0,0,0,73.54-23l21.36,38.21c-27.52,20.54-60,30.81-96.95,30.81C2263,396.35,2226,338.84,2226,279.68c0-33.69,10.68-61.63,32-83.4Q2290.73,163,2341.87,163c32.46,0,58.75,10.27,79.29,30.4,21,20.13,31.22,47.25,31.22,81.76a192.89,192.89,0,0,1-1.64,23.83m-170.08-40.68H2399.8c-4.52-31.22-27.12-50.53-57.93-50.53-31.23,0-54.23,19.31-61.21,50.53"/><path class="cls-1" d="M212,336.56c-4.15,0-12.57,2.13-19,2.13s-14.93-2.13-19-2.13c-7.82,0-11,2.84-11.85,5.33s0,6.64,5.33,11.85a54.07,54.07,0,0,0,25.48,9.6,54.57,54.57,0,0,0,25.49-9.6c5.45-4.86,6-8.89,5.21-11.85s-3.91-5.33-11.73-5.33"/><path class="cls-1" d="M265,238.18a88.91,88.91,0,0,0-21.34,3,12.28,12.28,0,0,0,6.4,23.71,67.84,67.84,0,0,1,14.94-3A59.35,59.35,0,0,1,279.94,264a12.3,12.3,0,0,0,6.52-23.71S272.25,238.31,265,238.18Z"/><path class="cls-1" d="M119.93,238.18a86.33,86.33,0,0,0-21.33,3,12.28,12.28,0,0,0,6.4,23.71,67.87,67.87,0,0,1,14.93-3A58.05,58.05,0,0,1,134.75,264a12.31,12.31,0,0,0,6.64-23.71S127.18,238.32,119.93,238.18Z"/></svg>
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ export declare function SadJaneIcon(props: React.SVGProps<SVGSVGElement> | any): JSX.Element;
3
+ //# sourceMappingURL=SadJaneIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SadJaneIcon.d.ts","sourceRoot":"","sources":["../../src/assets/SadJaneIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAuD/B,wBAAgB,WAAW,CAAC,KAAK,EAAE,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,GAAG,GAAG,eAwBrE"}
@@ -0,0 +1,60 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import styled, { css } from 'styled-components';
3
+ const StyledSVG = styled.svg `
4
+ overflow: hidden;
5
+ box-sizing: content-box;
6
+ ${({ size, direction }) => {
7
+ if (direction === 'row') {
8
+ switch (size) {
9
+ case 'Small':
10
+ return css `
11
+ width: auto;
12
+ height: 25px;
13
+ margin-right: 4px;
14
+ `;
15
+ case 'Medium':
16
+ return css `
17
+ width: auto;
18
+ height: 40px;
19
+ margin-right: 3px;
20
+ `;
21
+ case 'Large':
22
+ default:
23
+ return css `
24
+ width: auto;
25
+ height: 70px;
26
+ `;
27
+ }
28
+ }
29
+ else if (direction === 'column') {
30
+ switch (size) {
31
+ case 'Small':
32
+ return css `
33
+ width: auto;
34
+ padding: 5px 20px 8px;
35
+ height: 45px;
36
+ `;
37
+ case 'Medium':
38
+ return css `
39
+ width: auto;
40
+ padding: 5px 20px 8px;
41
+ height: 60px;
42
+ `;
43
+ case 'Large':
44
+ default:
45
+ return css `
46
+ width: auto;
47
+ padding: 15px 25px 15px;
48
+ height: 80px;
49
+ `;
50
+ }
51
+ }
52
+ return '';
53
+ }};
54
+ `;
55
+ export function SadJaneIcon(props) {
56
+ return (_jsxs(StyledSVG, Object.assign({ width: 80, height: 80, viewBox: "0 0 80 80", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [_jsx("path", { d: "M63.935 15.667a24.758 24.758 0 00-4.341-5.874C55.003 5.493 50.568 3 39.862 3c-11.422 0-16.013 4.176-19.28 7.167C15.524 14.747 10 27.01 10 42.045c0 13.695 1.198 22.56 3.781 27.92 1.759 4.456 6.194 7.26 10.971 6.903a48.758 48.758 0 006.91-.717c2.77-.499 5.57-.78 8.371-.857 2.755.062 5.493.327 8.2.779 2.257.39 4.545.623 6.832.685 4.778.359 9.244-2.399 11.064-6.84 2.63-5.36 3.86-14.193 3.86-27.889a55.582 55.582 0 00-6.054-26.362z", fill: "#4E4785" }, void 0),
57
+ _jsx("path", { d: "M39.953 68.422c-2.427 0-7.593-2.633-12.417-7.556-3.16-3.225-8.45-9.66-8.45-18.105 0-8.444 1.292-12.854 7.75-16.188 6.457-3.334 7.375-6.575 8.06-6.575.685 0 5.182 5.329 10.146 9.052 4.964 3.724 10.053 5.282 14.908 6.793.264.094.435.982.591 1.995.187 1.651.28 3.303.28 4.97 0 14.07-15.763 25.614-20.867 25.614z", fill: "#fff" }, void 0),
58
+ _jsx("path", { d: "M36.96 59.434c.637 0 1.96-.328 2.956-.328s2.319.328 2.957.328c1.213 0 1.711-.437 1.851-.826.125-.39 0-1.028-.824-1.854a8.459 8.459 0 00-3.968-1.496 8.521 8.521 0 00-3.969 1.496c-.855.763-.933 1.386-.809 1.854.11.452.591.826 1.805.826zM29.156 44.135c1.307 0 2.583-.124 3.812-.53 1.23-.405 1.868-1.526 1.54-2.695-.326-1.168-1.524-1.87-2.691-1.542-.872.28-1.712.53-2.677.53a9.42 9.42 0 01-2.676-.39c-1.167-.327-2.381.374-2.708 1.542-.327 1.169.405 2.493 1.54 2.711 1.152.203 2.553.374 3.86.374zM50.819 44.135c-1.307 0-2.583-.125-3.813-.53-1.229-.405-1.867-1.527-1.54-2.695.327-1.169 1.525-1.87 2.692-1.543.871.28 1.712.53 2.676.53a9.42 9.42 0 002.677-.39c1.167-.327 2.38.374 2.708 1.543.326 1.168-.405 2.493-1.541 2.71a21.61 21.61 0 01-3.86.375z", fill: "#4E4785" }, void 0)] }), void 0));
59
+ }
60
+ //# sourceMappingURL=SadJaneIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SadJaneIcon.js","sourceRoot":"","sources":["../../src/assets/SadJaneIcon.tsx"],"names":[],"mappings":";AACA,OAAO,MAAM,EAAE,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAEhD,MAAM,SAAS,GAAG,MAAM,CAAC,GAAG,CAAwC;;;IAGhE,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE,EAAE,EAAE;IACxB,IAAI,SAAS,KAAK,KAAK,EAAE;QACvB,QAAQ,IAAI,EAAE;YACZ,KAAK,OAAO;gBACV,OAAO,GAAG,CAAA;;;;WAIT,CAAC;YACJ,KAAK,QAAQ;gBACX,OAAO,GAAG,CAAA;;;;WAIT,CAAC;YACJ,KAAK,OAAO,CAAC;YACb;gBACE,OAAO,GAAG,CAAA;;;WAGT,CAAC;SACL;KACF;SAAM,IAAI,SAAS,KAAK,QAAQ,EAAE;QACjC,QAAQ,IAAI,EAAE;YACZ,KAAK,OAAO;gBACV,OAAO,GAAG,CAAA;;;;WAIT,CAAC;YACJ,KAAK,QAAQ;gBACX,OAAO,GAAG,CAAA;;;;WAIT,CAAC;YACJ,KAAK,OAAO,CAAC;YACb;gBACE,OAAO,GAAG,CAAA;;;;WAIT,CAAC;SACL;KACF;IACD,OAAO,EAAE,CAAC;AACZ,CAAC;CACF,CAAC;AAEF,MAAM,UAAU,WAAW,CAAC,KAA0C;IACpE,OAAO,CACL,MAAC,SAAS,kBACR,KAAK,EAAE,EAAE,EACT,MAAM,EAAE,EAAE,EACV,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,IAC9B,KAAK,eAET,eACE,CAAC,EAAC,+aAA+a,EACjb,IAAI,EAAC,SAAS,WACd;YACF,eACE,CAAC,EAAC,sTAAsT,EACxT,IAAI,EAAC,MAAM,WACX;YACF,eACE,CAAC,EAAC,wuBAAwuB,EAC1uB,IAAI,EAAC,SAAS,WACd,aACQ,CACb,CAAC;AACJ,CAAC"}
@@ -0,0 +1,80 @@
1
+ import * as React from 'react';
2
+ import styled, { css } from 'styled-components';
3
+
4
+ const StyledSVG = styled.svg<{ size: 'Small' | 'Medium' | 'Large' }>`
5
+ overflow: hidden;
6
+ box-sizing: content-box;
7
+ ${({ size, direction }) => {
8
+ if (direction === 'row') {
9
+ switch (size) {
10
+ case 'Small':
11
+ return css`
12
+ width: auto;
13
+ height: 25px;
14
+ margin-right: 4px;
15
+ `;
16
+ case 'Medium':
17
+ return css`
18
+ width: auto;
19
+ height: 40px;
20
+ margin-right: 3px;
21
+ `;
22
+ case 'Large':
23
+ default:
24
+ return css`
25
+ width: auto;
26
+ height: 70px;
27
+ `;
28
+ }
29
+ } else if (direction === 'column') {
30
+ switch (size) {
31
+ case 'Small':
32
+ return css`
33
+ width: auto;
34
+ padding: 5px 20px 8px;
35
+ height: 45px;
36
+ `;
37
+ case 'Medium':
38
+ return css`
39
+ width: auto;
40
+ padding: 5px 20px 8px;
41
+ height: 60px;
42
+ `;
43
+ case 'Large':
44
+ default:
45
+ return css`
46
+ width: auto;
47
+ padding: 15px 25px 15px;
48
+ height: 80px;
49
+ `;
50
+ }
51
+ }
52
+ return '';
53
+ }};
54
+ `;
55
+
56
+ export function SadJaneIcon(props: React.SVGProps<SVGSVGElement> | any) {
57
+ return (
58
+ <StyledSVG
59
+ width={80}
60
+ height={80}
61
+ viewBox="0 0 80 80"
62
+ fill="none"
63
+ xmlns="http://www.w3.org/2000/svg"
64
+ {...props}
65
+ >
66
+ <path
67
+ d="M63.935 15.667a24.758 24.758 0 00-4.341-5.874C55.003 5.493 50.568 3 39.862 3c-11.422 0-16.013 4.176-19.28 7.167C15.524 14.747 10 27.01 10 42.045c0 13.695 1.198 22.56 3.781 27.92 1.759 4.456 6.194 7.26 10.971 6.903a48.758 48.758 0 006.91-.717c2.77-.499 5.57-.78 8.371-.857 2.755.062 5.493.327 8.2.779 2.257.39 4.545.623 6.832.685 4.778.359 9.244-2.399 11.064-6.84 2.63-5.36 3.86-14.193 3.86-27.889a55.582 55.582 0 00-6.054-26.362z"
68
+ fill="#4E4785"
69
+ />
70
+ <path
71
+ d="M39.953 68.422c-2.427 0-7.593-2.633-12.417-7.556-3.16-3.225-8.45-9.66-8.45-18.105 0-8.444 1.292-12.854 7.75-16.188 6.457-3.334 7.375-6.575 8.06-6.575.685 0 5.182 5.329 10.146 9.052 4.964 3.724 10.053 5.282 14.908 6.793.264.094.435.982.591 1.995.187 1.651.28 3.303.28 4.97 0 14.07-15.763 25.614-20.867 25.614z"
72
+ fill="#fff"
73
+ />
74
+ <path
75
+ d="M36.96 59.434c.637 0 1.96-.328 2.956-.328s2.319.328 2.957.328c1.213 0 1.711-.437 1.851-.826.125-.39 0-1.028-.824-1.854a8.459 8.459 0 00-3.968-1.496 8.521 8.521 0 00-3.969 1.496c-.855.763-.933 1.386-.809 1.854.11.452.591.826 1.805.826zM29.156 44.135c1.307 0 2.583-.124 3.812-.53 1.23-.405 1.868-1.526 1.54-2.695-.326-1.168-1.524-1.87-2.691-1.542-.872.28-1.712.53-2.677.53a9.42 9.42 0 01-2.676-.39c-1.167-.327-2.381.374-2.708 1.542-.327 1.169.405 2.493 1.54 2.711 1.152.203 2.553.374 3.86.374zM50.819 44.135c-1.307 0-2.583-.125-3.813-.53-1.229-.405-1.867-1.527-1.54-2.695.327-1.169 1.525-1.87 2.692-1.543.871.28 1.712.53 2.676.53a9.42 9.42 0 002.677-.39c1.167-.327 2.38.374 2.708 1.543.326 1.168-.405 2.493-1.541 2.71a21.61 21.61 0 01-3.86.375z"
76
+ fill="#4E4785"
77
+ />
78
+ </StyledSVG>
79
+ );
80
+ }
@@ -0,0 +1,44 @@
1
+ export declare type FormValidationErrorMessageType = string | string[] | boolean;
2
+ export declare type BKJTextInputValueType = string;
3
+ export declare type BKJSelectInputValueType = {
4
+ name?: string;
5
+ label?: string;
6
+ value?: string;
7
+ };
8
+ export declare type ChangeFunctionType = (event: ChangeEventType | ChangeEventType[], opts?: any | undefined) => void;
9
+ export declare function isBKJChangeEventType(event: ChangeEventType): event is ChangeEventType;
10
+ export declare type ChangeEventType = {
11
+ target: EventTarget;
12
+ [key: string]: any;
13
+ } & Record<string, any> & any;
14
+ export declare type EventTarget = {
15
+ name: any;
16
+ value: any;
17
+ label?: string;
18
+ checked?: boolean;
19
+ dataset?: Record<string, any>;
20
+ [key: string]: any;
21
+ } & Record<string, any> & any;
22
+ export declare function isArray(value?: any): value is any[];
23
+ export declare function isNumber(arg: unknown): arg is number;
24
+ export declare function isString(value?: any): value is string;
25
+ export declare function isBoolean(value?: any): value is boolean;
26
+ export declare function isFormValidationErrorDisplayed(error?: FormValidationErrorMessageType): boolean;
27
+ export declare type RenderingStateType = 'LOADING' | 'ERROR' | 'READY';
28
+ export declare type GQLAPIContextType<T = any> = {
29
+ data: T;
30
+ fetch: (arg?: any) => void;
31
+ values: Record<string, any>;
32
+ status: RenderingStateType;
33
+ loadMore: Function;
34
+ Context?: any;
35
+ Provider?: any;
36
+ __typename: 'GraphQLAPI';
37
+ };
38
+ export interface IBKJChangeEvent<TName = unknown, TValue = unknown> {
39
+ target: {
40
+ name: TName;
41
+ value: TValue;
42
+ };
43
+ }
44
+ //# sourceMappingURL=common.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"common.types.d.ts","sourceRoot":"","sources":["../src/common.types.ts"],"names":[],"mappings":"AAAA,oBAAY,8BAA8B,GAAG,MAAM,GAAG,MAAM,EAAE,GAAG,OAAO,CAAC;AAEzE,oBAAY,qBAAqB,GAAG,MAAM,CAAC;AAE3C,oBAAY,uBAAuB,GAAG;IACpC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,oBAAY,kBAAkB,GAAG,CAC/B,KAAK,EAAE,eAAe,GAAG,eAAe,EAAE,EAC1C,IAAI,CAAC,EAAE,GAAG,GAAG,SAAS,KACnB,IAAI,CAAC;AAEV,wBAAgB,oBAAoB,CAAC,KAAK,EAAE,eAAe,GAAG,KAAK,IAAI,eAAe,CASrF;AAED,oBAAY,eAAe,GAAG;IAC5B,MAAM,EAAE,WAAW,CAAC;IACpB,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GACrB,GAAG,CAAC;AAEN,oBAAY,WAAW,GAAG;IACxB,IAAI,EAAE,GAAG,CAAC;IACV,KAAK,EAAE,GAAG,CAAC;IACX,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IAC9B,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GACrB,GAAG,CAAC;AAEN,wBAAgB,OAAO,CAAC,KAAK,CAAC,EAAE,GAAG,GAAG,KAAK,IAAI,GAAG,EAAE,CAEnD;AAED,wBAAgB,QAAQ,CAAC,GAAG,EAAE,OAAO,GAAG,GAAG,IAAI,MAAM,CAEpD;AAED,wBAAgB,QAAQ,CAAC,KAAK,CAAC,EAAE,GAAG,GAAG,KAAK,IAAI,MAAM,CAErD;AAED,wBAAgB,SAAS,CAAC,KAAK,CAAC,EAAE,GAAG,GAAG,KAAK,IAAI,OAAO,CAEvD;AAED,wBAAgB,8BAA8B,CAAC,KAAK,CAAC,EAAE,8BAA8B,WAWpF;AAED,oBAAY,kBAAkB,GAAG,SAAS,GAAG,OAAO,GAAG,OAAO,CAAC;AAE/D,oBAAY,iBAAiB,CAAC,CAAC,GAAG,GAAG,IAAI;IACvC,IAAI,EAAE,CAAC,CAAC;IACR,KAAK,EAAE,CAAC,GAAG,CAAC,EAAE,GAAG,KAAK,IAAI,CAAC;IAC3B,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IAC5B,MAAM,EAAE,kBAAkB,CAAC;IAC3B,QAAQ,EAAE,QAAQ,CAAC;IACnB,OAAO,CAAC,EAAE,GAAG,CAAC;IACd,QAAQ,CAAC,EAAE,GAAG,CAAC;IACf,UAAU,EAAE,YAAY,CAAC;CAC1B,CAAC;AAEF,MAAM,WAAW,eAAe,CAAC,KAAK,GAAG,OAAO,EAAE,MAAM,GAAG,OAAO;IAChE,MAAM,EAAE;QAAE,IAAI,EAAE,KAAK,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC;CACxC"}
@@ -0,0 +1,34 @@
1
+ export function isBKJChangeEventType(event) {
2
+ if (typeof event !== 'undefined' &&
3
+ typeof event.target !== 'undefined' &&
4
+ typeof event.target.name !== 'undefined' &&
5
+ typeof event.target.value !== 'undefined')
6
+ return true;
7
+ return false;
8
+ }
9
+ export function isArray(value) {
10
+ return Array.isArray(value);
11
+ }
12
+ export function isNumber(arg) {
13
+ return typeof arg === 'number' && Number.isInteger(arg);
14
+ }
15
+ export function isString(value) {
16
+ return typeof value === 'string';
17
+ }
18
+ export function isBoolean(value) {
19
+ return typeof value === 'boolean';
20
+ }
21
+ export function isFormValidationErrorDisplayed(error) {
22
+ if (isArray(error) && error.length === 0)
23
+ return false;
24
+ if (isArray(error) && error.length >= 1 && error.every((msg) => isString(msg) && msg !== ''))
25
+ return true;
26
+ if (isBoolean(error))
27
+ return error;
28
+ if (isString(error) && error !== '')
29
+ return true;
30
+ if (isString(error) && error === '')
31
+ return false;
32
+ return false;
33
+ }
34
+ //# sourceMappingURL=common.types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"common.types.js","sourceRoot":"","sources":["../src/common.types.ts"],"names":[],"mappings":"AAeA,MAAM,UAAU,oBAAoB,CAAC,KAAsB;IACzD,IACE,OAAO,KAAK,KAAK,WAAW;QAC5B,OAAO,KAAK,CAAC,MAAM,KAAK,WAAW;QACnC,OAAO,KAAK,CAAC,MAAM,CAAC,IAAI,KAAK,WAAW;QACxC,OAAO,KAAK,CAAC,MAAM,CAAC,KAAK,KAAK,WAAW;QAEzC,OAAO,IAAI,CAAC;IACd,OAAO,KAAK,CAAC;AACf,CAAC;AAkBD,MAAM,UAAU,OAAO,CAAC,KAAW;IACjC,OAAO,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;AAC9B,CAAC;AAED,MAAM,UAAU,QAAQ,CAAC,GAAY;IACnC,OAAO,OAAO,GAAG,KAAK,QAAQ,IAAI,MAAM,CAAC,SAAS,CAAC,GAAG,CAAC,CAAC;AAC1D,CAAC;AAED,MAAM,UAAU,QAAQ,CAAC,KAAW;IAClC,OAAO,OAAO,KAAK,KAAK,QAAQ,CAAC;AACnC,CAAC;AAED,MAAM,UAAU,SAAS,CAAC,KAAW;IACnC,OAAO,OAAO,KAAK,KAAK,SAAS,CAAC;AACpC,CAAC;AAED,MAAM,UAAU,8BAA8B,CAAC,KAAsC;IACnF,IAAI,OAAO,CAAC,KAAK,CAAC,IAAI,KAAK,CAAC,MAAM,KAAK,CAAC;QAAE,OAAO,KAAK,CAAC;IACvD,IAAI,OAAO,CAAC,KAAK,CAAC,IAAI,KAAK,CAAC,MAAM,IAAI,CAAC,IAAI,KAAK,CAAC,KAAK,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,QAAQ,CAAC,GAAG,CAAC,IAAI,GAAG,KAAK,EAAE,CAAC;QAC1F,OAAO,IAAI,CAAC;IAEd,IAAI,SAAS,CAAC,KAAK,CAAC;QAAE,OAAO,KAAK,CAAC;IAEnC,IAAI,QAAQ,CAAC,KAAK,CAAC,IAAI,KAAK,KAAK,EAAE;QAAE,OAAO,IAAI,CAAC;IACjD,IAAI,QAAQ,CAAC,KAAK,CAAC,IAAI,KAAK,KAAK,EAAE;QAAE,OAAO,KAAK,CAAC;IAElD,OAAO,KAAK,CAAC;AACf,CAAC"}
@@ -0,0 +1,10 @@
1
+ import { FC } from 'react';
2
+ import { GQLAPIContextType } from '../../common.types.js';
3
+ import { IBKJAddressInputProps } from './BKJAddressInput.types.js';
4
+ export declare const BKJAddressInputDataContext: GQLAPIContextType<{
5
+ pageInfo: {
6
+ hasNextPage: boolean;
7
+ };
8
+ }>;
9
+ export declare const BKJAddressInputDataProvider: FC<IBKJAddressInputProps>;
10
+ //# sourceMappingURL=BKJAddressInput.context.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BKJAddressInput.context.d.ts","sourceRoot":"","sources":["../../../src/components/BKJAddressInput/BKJAddressInput.context.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAiB,EAAE,EAAwD,MAAM,OAAO,CAAC;AAChG,OAAO,EAAE,iBAAiB,EAAsB,MAAM,oBAAoB,CAAC;AAM3E,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAsDhE,eAAO,MAAM,0BAA0B;;;;EAErC,CAAC;AAEH,eAAO,MAAM,2BAA2B,EAAE,EAAE,CAAC,qBAAqB,CAyIjE,CAAC"}
@@ -0,0 +1,112 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { createContext, forwardRef, useCallback, useEffect, useRef, useState } from 'react';
3
+ import { BKJComboBoxAsync } from '../BKJComboBoxAsync/index.js';
4
+ import { normalizedPlaceHandleChange } from './normalizedPlaceChangeHandler.js';
5
+ function createGQLDataContext(initialState) {
6
+ return createContext({
7
+ ...(initialState || {}),
8
+ status: 'LOADING',
9
+ __typename: 'GraphQLAPI',
10
+ });
11
+ }
12
+ const Component = forwardRef((props, ref) => {
13
+ const { className, label, name = '', placeholder, required, disabled, error, onChange, value, searchValue, css, ...rest } = props;
14
+ return (_jsx(BKJComboBoxAsync, Object.assign({}, rest, { css: css, searchValue: searchValue, searchKey: "addressSearch", ref: ref, context: BKJAddressInputDataContext, className: className, label: label, name: name, placeholder: placeholder, required: required, disabled: disabled, error: error, onChange: onChange, value: value, action: "ClearInputValue", overrides: ['NoInitialResults'] }), void 0));
15
+ });
16
+ export const BKJAddressInputDataContext = createGQLDataContext({
17
+ pageInfo: { hasNextPage: false },
18
+ });
19
+ export const BKJAddressInputDataProvider = ({ ...props }) => {
20
+ const inputRef = useRef(null);
21
+ const timeoutRef = useRef(null);
22
+ const [status, setStatus] = useState('READY');
23
+ const [results, setResults] = useState([]);
24
+ const [selected, setSelected] = useState({
25
+ id: props.value,
26
+ value: props.value,
27
+ label: props.value,
28
+ type: 'Standard',
29
+ });
30
+ const [searchValue, setSearchValue] = useState('');
31
+ const handleFetch = useCallback((value) => {
32
+ const searchService = new window.google.maps.places.AutocompleteService(document.createElement('div'));
33
+ setStatus('LOADING');
34
+ searchService.getPlacePredictions({
35
+ types: ['address'],
36
+ componentRestrictions: {
37
+ country: ['us', 'uk', 'ca'],
38
+ },
39
+ input: value,
40
+ }, (results) => {
41
+ if (results)
42
+ setResults(results.map((result) => {
43
+ return {
44
+ id: result.place_id,
45
+ value: result.description,
46
+ label: result.description,
47
+ type: 'Standard',
48
+ };
49
+ }));
50
+ else
51
+ setResults([]);
52
+ setStatus('READY');
53
+ });
54
+ }, []);
55
+ const handleSearchChange = useCallback((event) => {
56
+ setSearchValue(event.target.value);
57
+ if (timeoutRef.current)
58
+ window.clearTimeout(timeoutRef.current);
59
+ if (!event.target.value)
60
+ return;
61
+ timeoutRef.current = window.setTimeout(() => {
62
+ handleFetch(event.target.value);
63
+ }, 500);
64
+ }, [handleFetch]);
65
+ const selectPlace = useCallback((result) => {
66
+ if (typeof result?.id === 'undefined')
67
+ return;
68
+ const detailsService = new window.google.maps.places.PlacesService(document.createElement('div'));
69
+ detailsService.getDetails({
70
+ placeId: result.id,
71
+ fields: ['formatted_address', 'geometry', 'address_components'],
72
+ }, (arg2) => {
73
+ const { formatted_address, geometry, address_components } = arg2;
74
+ if (formatted_address) {
75
+ const nextState = [
76
+ {
77
+ target: {
78
+ value: formatted_address,
79
+ name: props.name,
80
+ },
81
+ },
82
+ ...normalizedPlaceHandleChange({ formatted_address, geometry, address_components }),
83
+ ];
84
+ setSelected(result);
85
+ if (props.onChange)
86
+ props.onChange(nextState);
87
+ setSearchValue(formatted_address);
88
+ setStatus('READY');
89
+ }
90
+ });
91
+ }, [props]);
92
+ const handleChange = useCallback((event) => {
93
+ selectPlace(event.target.value);
94
+ }, [selectPlace]);
95
+ useEffect(() => {
96
+ if (props.value)
97
+ handleFetch(props.value);
98
+ }, []); // eslint-disable-line react-hooks/exhaustive-deps
99
+ return (_jsx(BKJAddressInputDataContext.Provider, Object.assign({ value: {
100
+ ...BKJAddressInputDataContext,
101
+ status,
102
+ isLoading: status === 'LOADING',
103
+ data: results,
104
+ options: results,
105
+ pageInfo: {
106
+ hasNextPage: false,
107
+ },
108
+ fetch: handleFetch,
109
+ __typename: 'GraphQLAPI',
110
+ } }, { children: _jsx(Component, Object.assign({}, props, { action: "OpenToggle", type: "Single", label: props.label, options: results, name: props.name, searchValue: searchValue, ref: inputRef, value: selected, onSearchChange: handleSearchChange, onChange: handleChange, className: props.className, css: props.css }), void 0) }), void 0));
111
+ };
112
+ //# sourceMappingURL=BKJAddressInput.context.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BKJAddressInput.context.js","sourceRoot":"","sources":["../../../src/components/BKJAddressInput/BKJAddressInput.context.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1,4 @@
1
+ import { FC } from 'react';
2
+ import { IBKJAddressInputProps } from './BKJAddressInput.types.js';
3
+ export declare const BKJAddressInput: FC<IBKJAddressInputProps>;
4
+ //# sourceMappingURL=BKJAddressInput.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BKJAddressInput.d.ts","sourceRoot":"","sources":["../../../src/components/BKJAddressInput/BKJAddressInput.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAE3B,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAEhE,eAAO,MAAM,eAAe,EAAE,EAAE,CAAC,qBAAqB,CAA+B,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { BKJAddressInputDataProvider } from './BKJAddressInput.context.js';
2
+ export const BKJAddressInput = BKJAddressInputDataProvider;
3
+ //# sourceMappingURL=BKJAddressInput.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BKJAddressInput.js","sourceRoot":"","sources":["../../../src/components/BKJAddressInput/BKJAddressInput.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,2BAA2B,EAAE,MAAM,2BAA2B,CAAC;AAGxE,MAAM,CAAC,MAAM,eAAe,GAA8B,2BAA2B,CAAC"}
@@ -0,0 +1,11 @@
1
+ /// <reference types="react" />
2
+ import { Story } from '@storybook/react';
3
+ import { IBKJAddressInputProps } from './BKJAddressInput.types.js';
4
+ declare const _default: {
5
+ title: string;
6
+ component: import("react").FC<IBKJAddressInputProps>;
7
+ argTypes: {};
8
+ };
9
+ export default _default;
10
+ export declare const Default: Story<IBKJAddressInputProps>;
11
+ //# sourceMappingURL=BKJAddressInput.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BKJAddressInput.stories.d.ts","sourceRoot":"","sources":["../../../src/components/BKJAddressInput/BKJAddressInput.stories.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAEzC,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;;;;;;AAEhE,wBAIE;AAIF,eAAO,MAAM,OAAO,8BAAoB,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { BKJAddressInput } from './BKJAddressInput.js';
3
+ export default {
4
+ title: 'Input Elements/BKJAddressInput',
5
+ component: BKJAddressInput,
6
+ argTypes: {},
7
+ };
8
+ const Template = ({ ...props }) => _jsx(BKJAddressInput, Object.assign({}, props), void 0);
9
+ export const Default = Template.bind({});
10
+ Default.args = {};
11
+ //# sourceMappingURL=BKJAddressInput.stories.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BKJAddressInput.stories.js","sourceRoot":"","sources":["../../../src/components/BKJAddressInput/BKJAddressInput.stories.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAGpD,eAAe;IACb,KAAK,EAAE,gCAAgC;IACvC,SAAS,EAAE,eAAe;IAC1B,QAAQ,EAAE,EAAE;CACb,CAAC;AAEF,MAAM,QAAQ,GAAiC,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,EAAE,CAAC,KAAC,eAAe,oBAAK,KAAK,UAAI,CAAC;AAEhG,MAAM,CAAC,MAAM,OAAO,GAAG,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;AAEzC,OAAO,CAAC,IAAI,GAAG,EAAE,CAAC"}
@@ -0,0 +1,79 @@
1
+ import { Consumer, Context, Provider } from 'react';
2
+ import { ChangeFunctionType, RenderingStateType } from '../../common.types.js';
3
+ import { IBKJComboBoxAsyncOption, IBKJComboBoxAsyncProps } from '../BKJComboBoxAsync/BKJComboBoxAsync.types.js';
4
+ export interface IBKJAddressInputProps extends Omit<IBKJComboBoxAsyncProps, 'context' | 'action' | 'type' | 'options' | 'searchValue' | 'onSearchChange' | 'searchKey' | 'value'> {
5
+ value: string;
6
+ }
7
+ export interface BKJAddressInputContextType<DataType = IBKJComboBoxAsyncOption[]> extends Context<DataType> {
8
+ key: string;
9
+ data: DataType;
10
+ isLoading: boolean;
11
+ onChange: ChangeFunctionType;
12
+ Provider: Provider<any>;
13
+ pageInfo: {
14
+ hasNextPage: boolean;
15
+ };
16
+ options: IBKJComboBoxAsyncOption[];
17
+ Consumer: Consumer<any>;
18
+ fetch: (arg?: any) => void;
19
+ values: Record<string, any>;
20
+ status: RenderingStateType;
21
+ __typename: 'GraphQLAPI';
22
+ onReset: Function;
23
+ loadMore: Function;
24
+ }
25
+ export interface IPlaceResult {
26
+ description: string;
27
+ place_id: string;
28
+ }
29
+ interface AutocompleteService {
30
+ new (n: HTMLElement | null): {
31
+ getPlacePredictions: (arg1: {
32
+ types: string[];
33
+ componentRestrictions: {
34
+ country: string[];
35
+ };
36
+ input: string;
37
+ }, arg2: (results: IPlaceResult[]) => void) => [];
38
+ };
39
+ }
40
+ interface PlacesService {
41
+ new (n: HTMLElement | null): {
42
+ getDetails: (arg1: {
43
+ placeId: string;
44
+ fields: Array<'formatted_address' | 'geometry' | 'address_components'>;
45
+ }, arg2: (result: INormalizedPlaceHandleChangeProps) => void) => [];
46
+ };
47
+ }
48
+ declare global {
49
+ interface Window {
50
+ google: {
51
+ maps: {
52
+ places: {
53
+ AutocompleteService: AutocompleteService;
54
+ PlacesService: PlacesService;
55
+ };
56
+ };
57
+ };
58
+ }
59
+ }
60
+ export interface INormalizedPlaceHandleChangeProps {
61
+ formatted_address: string;
62
+ geometry: {
63
+ location: {
64
+ lat: () => number;
65
+ lng: () => number;
66
+ };
67
+ };
68
+ address_components: {
69
+ [key: string]: string | string[];
70
+ }[];
71
+ }
72
+ export declare type NormalizedPlaceType = {
73
+ target: {
74
+ name: string;
75
+ value: string | number | undefined;
76
+ };
77
+ };
78
+ export {};
79
+ //# sourceMappingURL=BKJAddressInput.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BKJAddressInput.types.d.ts","sourceRoot":"","sources":["../../../src/components/BKJAddressInput/BKJAddressInput.types.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=BKJAddressInput.types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BKJAddressInput.types.js","sourceRoot":"","sources":["../../../src/components/BKJAddressInput/BKJAddressInput.types.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export * from './BKJAddressInput.js';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/BKJAddressInput/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './BKJAddressInput.js';
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/BKJAddressInput/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { INormalizedPlaceHandleChangeProps, NormalizedPlaceType } from './BKJAddressInput.types.js';
2
+ export declare function normalizedPlaceHandleChange({ formatted_address, geometry, address_components, }: INormalizedPlaceHandleChangeProps): NormalizedPlaceType[];
3
+ //# sourceMappingURL=normalizedPlaceChangeHandler.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"normalizedPlaceChangeHandler.d.ts","sourceRoot":"","sources":["../../../src/components/BKJAddressInput/normalizedPlaceChangeHandler.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iCAAiC,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAEjG,wBAAgB,2BAA2B,CAAC,EAC1C,iBAAiB,EACjB,QAAQ,EACR,kBAAkB,GACnB,EAAE,iCAAiC,GAAG,mBAAmB,EAAE,CAkD3D"}