@bookjane2/bookjane-design-library 7.3.55 → 8.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 (1658) hide show
  1. package/lib/assets/SadJaneIcon.d.ts +3 -0
  2. package/lib/assets/SadJaneIcon.d.ts.map +1 -0
  3. package/lib/assets/SadJaneIcon.js +58 -0
  4. package/lib/assets/SadJaneIcon.js.map +1 -0
  5. package/lib/assets/SadJaneIcon.tsx +1 -1
  6. package/lib/common.types.d.ts +44 -0
  7. package/lib/common.types.d.ts.map +1 -0
  8. package/lib/common.types.js +34 -0
  9. package/lib/common.types.js.map +1 -0
  10. package/lib/components/BKJAddressInput/BKJAddressInput.context.d.ts +10 -0
  11. package/lib/components/BKJAddressInput/BKJAddressInput.context.d.ts.map +1 -0
  12. package/lib/components/BKJAddressInput/BKJAddressInput.context.js +113 -0
  13. package/lib/components/BKJAddressInput/BKJAddressInput.context.js.map +1 -0
  14. package/lib/components/BKJAddressInput/BKJAddressInput.d.ts +4 -0
  15. package/lib/components/BKJAddressInput/BKJAddressInput.d.ts.map +1 -0
  16. package/lib/components/BKJAddressInput/BKJAddressInput.js +3 -0
  17. package/lib/components/BKJAddressInput/BKJAddressInput.js.map +1 -0
  18. package/lib/components/BKJAddressInput/BKJAddressInput.stories.d.ts +9 -0
  19. package/lib/components/BKJAddressInput/BKJAddressInput.stories.d.ts.map +1 -0
  20. package/lib/components/BKJAddressInput/BKJAddressInput.stories.js +11 -0
  21. package/lib/components/BKJAddressInput/BKJAddressInput.stories.js.map +1 -0
  22. package/lib/components/BKJAddressInput/BKJAddressInput.types.d.ts +73 -0
  23. package/lib/components/BKJAddressInput/BKJAddressInput.types.d.ts.map +1 -0
  24. package/lib/components/BKJAddressInput/BKJAddressInput.types.js +2 -0
  25. package/lib/components/BKJAddressInput/BKJAddressInput.types.js.map +1 -0
  26. package/lib/components/BKJAddressInput/index.d.ts +2 -0
  27. package/lib/components/BKJAddressInput/index.d.ts.map +1 -0
  28. package/lib/components/BKJAddressInput/index.js +2 -0
  29. package/lib/components/BKJAddressInput/index.js.map +1 -0
  30. package/lib/components/BKJAddressInput/normalizedPlaceChangeHandler.d.ts +3 -0
  31. package/lib/components/BKJAddressInput/normalizedPlaceChangeHandler.d.ts.map +1 -0
  32. package/lib/components/BKJAddressInput/normalizedPlaceChangeHandler.js +48 -0
  33. package/lib/components/BKJAddressInput/normalizedPlaceChangeHandler.js.map +1 -0
  34. package/lib/components/BKJAlert/BKJAlert.d.ts +4 -0
  35. package/lib/components/BKJAlert/BKJAlert.d.ts.map +1 -0
  36. package/lib/components/BKJAlert/BKJAlert.js +12 -0
  37. package/lib/components/BKJAlert/BKJAlert.js.map +1 -0
  38. package/lib/components/BKJAlert/BKJAlert.stories.d.ts +14 -0
  39. package/lib/components/BKJAlert/BKJAlert.stories.d.ts.map +1 -0
  40. package/lib/components/BKJAlert/BKJAlert.stories.js +19 -0
  41. package/lib/components/BKJAlert/BKJAlert.stories.js.map +1 -0
  42. package/lib/components/BKJAlert/BKJAlert.styled.d.ts +8 -0
  43. package/lib/components/BKJAlert/BKJAlert.styled.d.ts.map +1 -0
  44. package/lib/components/BKJAlert/BKJAlert.styled.js +33 -0
  45. package/lib/components/BKJAlert/BKJAlert.styled.js.map +1 -0
  46. package/lib/components/BKJAlert/BKJAlert.types.d.ts +6 -0
  47. package/lib/components/BKJAlert/BKJAlert.types.d.ts.map +1 -0
  48. package/lib/components/BKJAlert/BKJAlert.types.js +2 -0
  49. package/lib/components/BKJAlert/BKJAlert.types.js.map +1 -0
  50. package/lib/components/BKJAlert/index.d.ts +3 -0
  51. package/lib/components/BKJAlert/index.d.ts.map +1 -0
  52. package/lib/components/BKJAlert/index.js +3 -0
  53. package/lib/components/BKJAlert/index.js.map +1 -0
  54. package/lib/components/BKJAvatar/BKJAvatar.d.ts +4 -0
  55. package/lib/components/BKJAvatar/BKJAvatar.d.ts.map +1 -0
  56. package/lib/components/BKJAvatar/BKJAvatar.js +10 -0
  57. package/lib/components/BKJAvatar/BKJAvatar.js.map +1 -0
  58. package/lib/components/BKJAvatar/BKJAvatar.stories.d.ts +40 -0
  59. package/lib/components/BKJAvatar/BKJAvatar.stories.d.ts.map +1 -0
  60. package/lib/components/BKJAvatar/BKJAvatar.stories.js +47 -0
  61. package/lib/components/BKJAvatar/BKJAvatar.stories.js.map +1 -0
  62. package/lib/components/BKJAvatar/BKJAvatar.styled.d.ts +13 -0
  63. package/lib/components/BKJAvatar/BKJAvatar.styled.d.ts.map +1 -0
  64. package/lib/components/BKJAvatar/BKJAvatar.styled.js +24 -0
  65. package/lib/components/BKJAvatar/BKJAvatar.styled.js.map +1 -0
  66. package/lib/components/BKJAvatar/BKJAvatar.types.d.ts +10 -0
  67. package/lib/components/BKJAvatar/BKJAvatar.types.d.ts.map +1 -0
  68. package/lib/components/BKJAvatar/BKJAvatar.types.js +2 -0
  69. package/lib/components/BKJAvatar/BKJAvatar.types.js.map +1 -0
  70. package/lib/components/BKJAvatar/index.d.ts +3 -0
  71. package/lib/components/BKJAvatar/index.d.ts.map +1 -0
  72. package/lib/components/BKJAvatar/index.js +3 -0
  73. package/lib/components/BKJAvatar/index.js.map +1 -0
  74. package/lib/components/BKJBadge/BKJBadge.d.ts +4 -0
  75. package/lib/components/BKJBadge/BKJBadge.d.ts.map +1 -0
  76. package/lib/components/BKJBadge/BKJBadge.js +4 -0
  77. package/lib/components/BKJBadge/BKJBadge.js.map +1 -0
  78. package/lib/components/BKJBadge/BKJBadge.stories.d.ts +21 -0
  79. package/lib/components/BKJBadge/BKJBadge.stories.d.ts.map +1 -0
  80. package/lib/components/BKJBadge/BKJBadge.stories.js +52 -0
  81. package/lib/components/BKJBadge/BKJBadge.stories.js.map +1 -0
  82. package/lib/components/BKJBadge/BKJBadge.styled.d.ts +5 -0
  83. package/lib/components/BKJBadge/BKJBadge.styled.d.ts.map +1 -0
  84. package/lib/components/BKJBadge/BKJBadge.styled.js +18 -0
  85. package/lib/components/BKJBadge/BKJBadge.styled.js.map +1 -0
  86. package/lib/components/BKJBadge/BKJBadge.theme.d.ts +3 -0
  87. package/lib/components/BKJBadge/BKJBadge.theme.d.ts.map +1 -0
  88. package/lib/components/BKJBadge/BKJBadge.theme.js +132 -0
  89. package/lib/components/BKJBadge/BKJBadge.theme.js.map +1 -0
  90. package/lib/components/BKJBadge/BKJBadge.types.d.ts +36 -0
  91. package/lib/components/BKJBadge/BKJBadge.types.d.ts.map +1 -0
  92. package/lib/components/BKJBadge/BKJBadge.types.js +2 -0
  93. package/lib/components/BKJBadge/BKJBadge.types.js.map +1 -0
  94. package/lib/components/BKJBadge/index.d.ts +3 -0
  95. package/lib/components/BKJBadge/index.d.ts.map +1 -0
  96. package/lib/components/BKJBadge/index.js +3 -0
  97. package/lib/components/BKJBadge/index.js.map +1 -0
  98. package/lib/components/BKJButton/BKJButton.d.ts +4 -0
  99. package/lib/components/BKJButton/BKJButton.d.ts.map +1 -0
  100. package/lib/components/BKJButton/BKJButton.js +9 -0
  101. package/lib/components/BKJButton/BKJButton.js.map +1 -0
  102. package/lib/components/BKJButton/BKJButton.stories.d.ts +47 -0
  103. package/lib/components/BKJButton/BKJButton.stories.d.ts.map +1 -0
  104. package/lib/components/BKJButton/BKJButton.stories.js +66 -0
  105. package/lib/components/BKJButton/BKJButton.stories.js.map +1 -0
  106. package/lib/components/BKJButton/BKJButton.styled.d.ts +11 -0
  107. package/lib/components/BKJButton/BKJButton.styled.d.ts.map +1 -0
  108. package/lib/components/BKJButton/BKJButton.styled.js +45 -0
  109. package/lib/components/BKJButton/BKJButton.styled.js.map +1 -0
  110. package/lib/components/BKJButton/BKJButton.theme.d.ts +3 -0
  111. package/lib/components/BKJButton/BKJButton.theme.d.ts.map +1 -0
  112. package/lib/components/BKJButton/BKJButton.theme.js +417 -0
  113. package/lib/components/BKJButton/BKJButton.theme.js.map +1 -0
  114. package/lib/components/BKJButton/BKJButton.types.d.ts +28 -0
  115. package/lib/components/BKJButton/BKJButton.types.d.ts.map +1 -0
  116. package/lib/components/BKJButton/BKJButton.types.js +2 -0
  117. package/lib/components/BKJButton/BKJButton.types.js.map +1 -0
  118. package/lib/components/BKJButton/index.d.ts +3 -0
  119. package/lib/components/BKJButton/index.d.ts.map +1 -0
  120. package/lib/components/BKJButton/index.js +3 -0
  121. package/lib/components/BKJButton/index.js.map +1 -0
  122. package/lib/components/BKJButtonIconTextInput/BKJButtonIconTextInput.d.ts +4 -0
  123. package/lib/components/BKJButtonIconTextInput/BKJButtonIconTextInput.d.ts.map +1 -0
  124. package/lib/components/BKJButtonIconTextInput/BKJButtonIconTextInput.js +13 -0
  125. package/lib/components/BKJButtonIconTextInput/BKJButtonIconTextInput.js.map +1 -0
  126. package/lib/components/BKJButtonIconTextInput/BKJButtonIconTextInput.stories.d.ts +46 -0
  127. package/lib/components/BKJButtonIconTextInput/BKJButtonIconTextInput.stories.d.ts.map +1 -0
  128. package/lib/components/BKJButtonIconTextInput/BKJButtonIconTextInput.stories.js +54 -0
  129. package/lib/components/BKJButtonIconTextInput/BKJButtonIconTextInput.stories.js.map +1 -0
  130. package/lib/components/BKJButtonIconTextInput/BKJButtonIconTextInput.styled.d.ts +25 -0
  131. package/lib/components/BKJButtonIconTextInput/BKJButtonIconTextInput.styled.d.ts.map +1 -0
  132. package/lib/components/BKJButtonIconTextInput/BKJButtonIconTextInput.styled.js +82 -0
  133. package/lib/components/BKJButtonIconTextInput/BKJButtonIconTextInput.styled.js.map +1 -0
  134. package/lib/components/BKJButtonIconTextInput/BKJButtonIconTextInput.types.d.ts +22 -0
  135. package/lib/components/BKJButtonIconTextInput/BKJButtonIconTextInput.types.d.ts.map +1 -0
  136. package/lib/components/BKJButtonIconTextInput/BKJButtonIconTextInput.types.js +2 -0
  137. package/lib/components/BKJButtonIconTextInput/BKJButtonIconTextInput.types.js.map +1 -0
  138. package/lib/components/BKJButtonIconTextInput/index.d.ts +2 -0
  139. package/lib/components/BKJButtonIconTextInput/index.d.ts.map +1 -0
  140. package/lib/components/BKJButtonIconTextInput/index.js +2 -0
  141. package/lib/components/BKJButtonIconTextInput/index.js.map +1 -0
  142. package/lib/components/BKJCheckbox/BKJCheckbox.d.ts +4 -0
  143. package/lib/components/BKJCheckbox/BKJCheckbox.d.ts.map +1 -0
  144. package/lib/components/BKJCheckbox/BKJCheckbox.js +25 -0
  145. package/lib/components/BKJCheckbox/BKJCheckbox.js.map +1 -0
  146. package/lib/components/BKJCheckbox/BKJCheckbox.stories.d.ts +50 -0
  147. package/lib/components/BKJCheckbox/BKJCheckbox.stories.d.ts.map +1 -0
  148. package/lib/components/BKJCheckbox/BKJCheckbox.stories.js +50 -0
  149. package/lib/components/BKJCheckbox/BKJCheckbox.stories.js.map +1 -0
  150. package/lib/components/BKJCheckbox/BKJCheckbox.styled.d.ts +12 -0
  151. package/lib/components/BKJCheckbox/BKJCheckbox.styled.d.ts.map +1 -0
  152. package/lib/components/BKJCheckbox/BKJCheckbox.styled.js +59 -0
  153. package/lib/components/BKJCheckbox/BKJCheckbox.styled.js.map +1 -0
  154. package/lib/components/BKJCheckbox/BKJCheckbox.theme.d.ts +3 -0
  155. package/lib/components/BKJCheckbox/BKJCheckbox.theme.d.ts.map +1 -0
  156. package/lib/components/BKJCheckbox/BKJCheckbox.theme.js +43 -0
  157. package/lib/components/BKJCheckbox/BKJCheckbox.theme.js.map +1 -0
  158. package/lib/components/BKJCheckbox/BKJCheckbox.types.d.ts +39 -0
  159. package/lib/components/BKJCheckbox/BKJCheckbox.types.d.ts.map +1 -0
  160. package/lib/components/BKJCheckbox/BKJCheckbox.types.js +2 -0
  161. package/lib/components/BKJCheckbox/BKJCheckbox.types.js.map +1 -0
  162. package/lib/components/BKJCheckbox/index.d.ts +3 -0
  163. package/lib/components/BKJCheckbox/index.d.ts.map +1 -0
  164. package/lib/components/BKJCheckbox/index.js +3 -0
  165. package/lib/components/BKJCheckbox/index.js.map +1 -0
  166. package/lib/components/BKJCheckbox/src/BKJCheck.d.ts +4 -0
  167. package/lib/components/BKJCheckbox/src/BKJCheck.d.ts.map +1 -0
  168. package/lib/components/BKJCheckbox/src/BKJCheck.js +14 -0
  169. package/lib/components/BKJCheckbox/src/BKJCheck.js.map +1 -0
  170. package/lib/components/BKJCheckbox/src/BKJCheck.theme.d.ts +3 -0
  171. package/lib/components/BKJCheckbox/src/BKJCheck.theme.d.ts.map +1 -0
  172. package/lib/components/BKJCheckbox/src/BKJCheck.theme.js +17 -0
  173. package/lib/components/BKJCheckbox/src/BKJCheck.theme.js.map +1 -0
  174. package/lib/components/BKJCheckbox/src/BKJCheck.types.d.ts +20 -0
  175. package/lib/components/BKJCheckbox/src/BKJCheck.types.d.ts.map +1 -0
  176. package/lib/components/BKJCheckbox/src/BKJCheck.types.js +2 -0
  177. package/lib/components/BKJCheckbox/src/BKJCheck.types.js.map +1 -0
  178. package/lib/components/BKJCheckboxListItem/BKJCheckboxListItem.d.ts +8 -0
  179. package/lib/components/BKJCheckboxListItem/BKJCheckboxListItem.d.ts.map +1 -0
  180. package/lib/components/BKJCheckboxListItem/BKJCheckboxListItem.js +23 -0
  181. package/lib/components/BKJCheckboxListItem/BKJCheckboxListItem.js.map +1 -0
  182. package/lib/components/BKJCheckboxListItem/BKJCheckboxListItem.stories.d.ts +11 -0
  183. package/lib/components/BKJCheckboxListItem/BKJCheckboxListItem.stories.d.ts.map +1 -0
  184. package/lib/components/BKJCheckboxListItem/BKJCheckboxListItem.stories.js +16 -0
  185. package/lib/components/BKJCheckboxListItem/BKJCheckboxListItem.stories.js.map +1 -0
  186. package/lib/components/BKJCheckboxListItem/index.d.ts +3 -0
  187. package/lib/components/BKJCheckboxListItem/index.d.ts.map +1 -0
  188. package/lib/components/BKJCheckboxListItem/index.js +3 -0
  189. package/lib/components/BKJCheckboxListItem/index.js.map +1 -0
  190. package/lib/components/BKJChip/BKJChip.d.ts +4 -0
  191. package/lib/components/BKJChip/BKJChip.d.ts.map +1 -0
  192. package/lib/components/BKJChip/BKJChip.js +5 -0
  193. package/lib/components/BKJChip/BKJChip.js.map +1 -0
  194. package/lib/components/BKJChip/BKJChip.stories.d.ts +22 -0
  195. package/lib/components/BKJChip/BKJChip.stories.d.ts.map +1 -0
  196. package/lib/components/BKJChip/BKJChip.stories.js +27 -0
  197. package/lib/components/BKJChip/BKJChip.stories.js.map +1 -0
  198. package/lib/components/BKJChip/BKJChip.styled.d.ts +7 -0
  199. package/lib/components/BKJChip/BKJChip.styled.d.ts.map +1 -0
  200. package/lib/components/BKJChip/BKJChip.styled.js +26 -0
  201. package/lib/components/BKJChip/BKJChip.styled.js.map +1 -0
  202. package/lib/components/BKJChip/BKJChip.theme.d.ts +3 -0
  203. package/lib/components/BKJChip/BKJChip.theme.d.ts.map +1 -0
  204. package/lib/components/BKJChip/BKJChip.theme.js +10 -0
  205. package/lib/components/BKJChip/BKJChip.theme.js.map +1 -0
  206. package/lib/components/BKJChip/BKJChip.types.d.ts +12 -0
  207. package/lib/components/BKJChip/BKJChip.types.d.ts.map +1 -0
  208. package/lib/components/BKJChip/BKJChip.types.js +2 -0
  209. package/lib/components/BKJChip/BKJChip.types.js.map +1 -0
  210. package/lib/components/BKJChip/index.d.ts +3 -0
  211. package/lib/components/BKJChip/index.d.ts.map +1 -0
  212. package/lib/components/BKJChip/index.js +3 -0
  213. package/lib/components/BKJChip/index.js.map +1 -0
  214. package/lib/components/BKJComboBox/BKJComboBox.d.ts +8 -0
  215. package/lib/components/BKJComboBox/BKJComboBox.d.ts.map +1 -0
  216. package/lib/components/BKJComboBox/BKJComboBox.js +18 -0
  217. package/lib/components/BKJComboBox/BKJComboBox.js.map +1 -0
  218. package/lib/components/BKJComboBox/BKJComboBox.stories.d.ts +9 -0
  219. package/lib/components/BKJComboBox/BKJComboBox.stories.d.ts.map +1 -0
  220. package/lib/components/BKJComboBox/BKJComboBox.stories.js +32 -0
  221. package/lib/components/BKJComboBox/BKJComboBox.stories.js.map +1 -0
  222. package/lib/components/BKJComboBox/BKJComboBox.types.d.ts +122 -0
  223. package/lib/components/BKJComboBox/BKJComboBox.types.d.ts.map +1 -0
  224. package/lib/components/BKJComboBox/BKJComboBox.types.js +2 -0
  225. package/lib/components/BKJComboBox/BKJComboBox.types.js.map +1 -0
  226. package/lib/components/BKJComboBox/BKJComboBox.utils.d.ts +24 -0
  227. package/lib/components/BKJComboBox/BKJComboBox.utils.d.ts.map +1 -0
  228. package/lib/components/BKJComboBox/BKJComboBox.utils.js +168 -0
  229. package/lib/components/BKJComboBox/BKJComboBox.utils.js.map +1 -0
  230. package/lib/components/BKJComboBox/fortune-500-company-list.json +3002 -0
  231. package/lib/components/BKJComboBox/index.d.ts +2 -0
  232. package/lib/components/BKJComboBox/index.d.ts.map +1 -0
  233. package/lib/components/BKJComboBox/index.js +2 -0
  234. package/lib/components/BKJComboBox/index.js.map +1 -0
  235. package/lib/components/BKJComboBox/opts.d.ts +7 -0
  236. package/lib/components/BKJComboBox/opts.d.ts.map +1 -0
  237. package/lib/components/BKJComboBox/opts.js +483 -0
  238. package/lib/components/BKJComboBox/opts.js.map +1 -0
  239. package/lib/components/BKJComboBox/src/BKJComboBox.context.d.ts +6 -0
  240. package/lib/components/BKJComboBox/src/BKJComboBox.context.d.ts.map +1 -0
  241. package/lib/components/BKJComboBox/src/BKJComboBox.context.hooks.d.ts +14 -0
  242. package/lib/components/BKJComboBox/src/BKJComboBox.context.hooks.d.ts.map +1 -0
  243. package/lib/components/BKJComboBox/src/BKJComboBox.context.hooks.js +10 -0
  244. package/lib/components/BKJComboBox/src/BKJComboBox.context.hooks.js.map +1 -0
  245. package/lib/components/BKJComboBox/src/BKJComboBox.context.js +200 -0
  246. package/lib/components/BKJComboBox/src/BKJComboBox.context.js.map +1 -0
  247. package/lib/components/BKJComboBox/src/BKJComboBoxInput.d.ts +8 -0
  248. package/lib/components/BKJComboBox/src/BKJComboBoxInput.d.ts.map +1 -0
  249. package/lib/components/BKJComboBox/src/BKJComboBoxInput.js +23 -0
  250. package/lib/components/BKJComboBox/src/BKJComboBoxInput.js.map +1 -0
  251. package/lib/components/BKJComboBox/src/BKJComboBoxItem.d.ts +4 -0
  252. package/lib/components/BKJComboBox/src/BKJComboBoxItem.d.ts.map +1 -0
  253. package/lib/components/BKJComboBox/src/BKJComboBoxItem.js +28 -0
  254. package/lib/components/BKJComboBox/src/BKJComboBoxItem.js.map +1 -0
  255. package/lib/components/BKJComboBox/src/BKJComboBoxOptions.d.ts +9 -0
  256. package/lib/components/BKJComboBox/src/BKJComboBoxOptions.d.ts.map +1 -0
  257. package/lib/components/BKJComboBox/src/BKJComboBoxOptions.js +34 -0
  258. package/lib/components/BKJComboBox/src/BKJComboBoxOptions.js.map +1 -0
  259. package/lib/components/BKJComboBox/src/BKJComboBoxOptionsMapper.d.ts +6 -0
  260. package/lib/components/BKJComboBox/src/BKJComboBoxOptionsMapper.d.ts.map +1 -0
  261. package/lib/components/BKJComboBox/src/BKJComboBoxOptionsMapper.js +21 -0
  262. package/lib/components/BKJComboBox/src/BKJComboBoxOptionsMapper.js.map +1 -0
  263. package/lib/components/BKJComboBoxAsync/BKJComboBoxAsync.d.ts +7 -0
  264. package/lib/components/BKJComboBoxAsync/BKJComboBoxAsync.d.ts.map +1 -0
  265. package/lib/components/BKJComboBoxAsync/BKJComboBoxAsync.js +18 -0
  266. package/lib/components/BKJComboBoxAsync/BKJComboBoxAsync.js.map +1 -0
  267. package/lib/components/BKJComboBoxAsync/BKJComboBoxAsync.stories.d.ts +9 -0
  268. package/lib/components/BKJComboBoxAsync/BKJComboBoxAsync.stories.d.ts.map +1 -0
  269. package/lib/components/BKJComboBoxAsync/BKJComboBoxAsync.stories.js +94 -0
  270. package/lib/components/BKJComboBoxAsync/BKJComboBoxAsync.stories.js.map +1 -0
  271. package/lib/components/BKJComboBoxAsync/BKJComboBoxAsync.types.d.ts +126 -0
  272. package/lib/components/BKJComboBoxAsync/BKJComboBoxAsync.types.d.ts.map +1 -0
  273. package/lib/components/BKJComboBoxAsync/BKJComboBoxAsync.types.js +2 -0
  274. package/lib/components/BKJComboBoxAsync/BKJComboBoxAsync.types.js.map +1 -0
  275. package/lib/components/BKJComboBoxAsync/BKJComboBoxAsync.utils.d.ts +12 -0
  276. package/lib/components/BKJComboBoxAsync/BKJComboBoxAsync.utils.d.ts.map +1 -0
  277. package/lib/components/BKJComboBoxAsync/BKJComboBoxAsync.utils.js +81 -0
  278. package/lib/components/BKJComboBoxAsync/BKJComboBoxAsync.utils.js.map +1 -0
  279. package/lib/components/BKJComboBoxAsync/fortune-500-company-list.json +3509 -0
  280. package/lib/components/BKJComboBoxAsync/index.d.ts +2 -0
  281. package/lib/components/BKJComboBoxAsync/index.d.ts.map +1 -0
  282. package/lib/components/BKJComboBoxAsync/index.js +2 -0
  283. package/lib/components/BKJComboBoxAsync/index.js.map +1 -0
  284. package/lib/components/BKJComboBoxAsync/opts.d.ts +7 -0
  285. package/lib/components/BKJComboBoxAsync/opts.d.ts.map +1 -0
  286. package/lib/components/BKJComboBoxAsync/opts.js +483 -0
  287. package/lib/components/BKJComboBoxAsync/opts.js.map +1 -0
  288. package/lib/components/BKJComboBoxAsync/src/BKJComboBoxAsync.context.d.ts +6 -0
  289. package/lib/components/BKJComboBoxAsync/src/BKJComboBoxAsync.context.d.ts.map +1 -0
  290. package/lib/components/BKJComboBoxAsync/src/BKJComboBoxAsync.context.hooks.d.ts +12 -0
  291. package/lib/components/BKJComboBoxAsync/src/BKJComboBoxAsync.context.hooks.d.ts.map +1 -0
  292. package/lib/components/BKJComboBoxAsync/src/BKJComboBoxAsync.context.hooks.js +9 -0
  293. package/lib/components/BKJComboBoxAsync/src/BKJComboBoxAsync.context.hooks.js.map +1 -0
  294. package/lib/components/BKJComboBoxAsync/src/BKJComboBoxAsync.context.js +190 -0
  295. package/lib/components/BKJComboBoxAsync/src/BKJComboBoxAsync.context.js.map +1 -0
  296. package/lib/components/BKJComboBoxAsync/src/BKJComboBoxAsyncInput.d.ts +8 -0
  297. package/lib/components/BKJComboBoxAsync/src/BKJComboBoxAsyncInput.d.ts.map +1 -0
  298. package/lib/components/BKJComboBoxAsync/src/BKJComboBoxAsyncInput.js +31 -0
  299. package/lib/components/BKJComboBoxAsync/src/BKJComboBoxAsyncInput.js.map +1 -0
  300. package/lib/components/BKJComboBoxAsync/src/BKJComboBoxAsyncItem.d.ts +3 -0
  301. package/lib/components/BKJComboBoxAsync/src/BKJComboBoxAsyncItem.d.ts.map +1 -0
  302. package/lib/components/BKJComboBoxAsync/src/BKJComboBoxAsyncItem.js +22 -0
  303. package/lib/components/BKJComboBoxAsync/src/BKJComboBoxAsyncItem.js.map +1 -0
  304. package/lib/components/BKJComboBoxAsync/src/BKJComboBoxAsyncOptions.d.ts +8 -0
  305. package/lib/components/BKJComboBoxAsync/src/BKJComboBoxAsyncOptions.d.ts.map +1 -0
  306. package/lib/components/BKJComboBoxAsync/src/BKJComboBoxAsyncOptions.js +26 -0
  307. package/lib/components/BKJComboBoxAsync/src/BKJComboBoxAsyncOptions.js.map +1 -0
  308. package/lib/components/BKJComboBoxAsync/src/BKJComboBoxAsyncOptionsMapper.d.ts +6 -0
  309. package/lib/components/BKJComboBoxAsync/src/BKJComboBoxAsyncOptionsMapper.d.ts.map +1 -0
  310. package/lib/components/BKJComboBoxAsync/src/BKJComboBoxAsyncOptionsMapper.js +60 -0
  311. package/lib/components/BKJComboBoxAsync/src/BKJComboBoxAsyncOptionsMapper.js.map +1 -0
  312. package/lib/components/BKJDialog/BKJDialog.d.ts +4 -0
  313. package/lib/components/BKJDialog/BKJDialog.d.ts.map +1 -0
  314. package/lib/components/BKJDialog/BKJDialog.js +27 -0
  315. package/lib/components/BKJDialog/BKJDialog.js.map +1 -0
  316. package/lib/components/BKJDialog/BKJDialog.stories.d.ts +33 -0
  317. package/lib/components/BKJDialog/BKJDialog.stories.d.ts.map +1 -0
  318. package/lib/components/BKJDialog/BKJDialog.stories.js +43 -0
  319. package/lib/components/BKJDialog/BKJDialog.stories.js.map +1 -0
  320. package/lib/components/BKJDialog/BKJDialog.styled.d.ts +12 -0
  321. package/lib/components/BKJDialog/BKJDialog.styled.d.ts.map +1 -0
  322. package/lib/components/BKJDialog/BKJDialog.styled.js +67 -0
  323. package/lib/components/BKJDialog/BKJDialog.styled.js.map +1 -0
  324. package/lib/components/BKJDialog/BKJDialog.theme.d.ts +3 -0
  325. package/lib/components/BKJDialog/BKJDialog.theme.d.ts.map +1 -0
  326. package/lib/components/BKJDialog/BKJDialog.theme.js +6 -0
  327. package/lib/components/BKJDialog/BKJDialog.theme.js.map +1 -0
  328. package/lib/components/BKJDialog/BKJDialog.types.d.ts +18 -0
  329. package/lib/components/BKJDialog/BKJDialog.types.d.ts.map +1 -0
  330. package/lib/components/BKJDialog/BKJDialog.types.js +2 -0
  331. package/lib/components/BKJDialog/BKJDialog.types.js.map +1 -0
  332. package/lib/components/BKJDialog/index.d.ts +2 -0
  333. package/lib/components/BKJDialog/index.d.ts.map +1 -0
  334. package/lib/components/BKJDialog/index.js +2 -0
  335. package/lib/components/BKJDialog/index.js.map +1 -0
  336. package/lib/components/BKJDialogChildren/BKJDialogChildren.d.ts +4 -0
  337. package/lib/components/BKJDialogChildren/BKJDialogChildren.d.ts.map +1 -0
  338. package/lib/components/BKJDialogChildren/BKJDialogChildren.js +27 -0
  339. package/lib/components/BKJDialogChildren/BKJDialogChildren.js.map +1 -0
  340. package/lib/components/BKJDialogChildren/BKJDialogChildren.stories.d.ts +44 -0
  341. package/lib/components/BKJDialogChildren/BKJDialogChildren.stories.d.ts.map +1 -0
  342. package/lib/components/BKJDialogChildren/BKJDialogChildren.stories.js +55 -0
  343. package/lib/components/BKJDialogChildren/BKJDialogChildren.stories.js.map +1 -0
  344. package/lib/components/BKJDialogChildren/BKJDialogChildren.styled.d.ts +11 -0
  345. package/lib/components/BKJDialogChildren/BKJDialogChildren.styled.d.ts.map +1 -0
  346. package/lib/components/BKJDialogChildren/BKJDialogChildren.styled.js +61 -0
  347. package/lib/components/BKJDialogChildren/BKJDialogChildren.styled.js.map +1 -0
  348. package/lib/components/BKJDialogChildren/BKJDialogChildren.theme.d.ts +3 -0
  349. package/lib/components/BKJDialogChildren/BKJDialogChildren.theme.d.ts.map +1 -0
  350. package/lib/components/BKJDialogChildren/BKJDialogChildren.theme.js +6 -0
  351. package/lib/components/BKJDialogChildren/BKJDialogChildren.theme.js.map +1 -0
  352. package/lib/components/BKJDialogChildren/BKJDialogChildren.types.d.ts +18 -0
  353. package/lib/components/BKJDialogChildren/BKJDialogChildren.types.d.ts.map +1 -0
  354. package/lib/components/BKJDialogChildren/BKJDialogChildren.types.js +2 -0
  355. package/lib/components/BKJDialogChildren/BKJDialogChildren.types.js.map +1 -0
  356. package/lib/components/BKJDialogChildren/index.d.ts +2 -0
  357. package/lib/components/BKJDialogChildren/index.d.ts.map +1 -0
  358. package/lib/components/BKJDialogChildren/index.js +2 -0
  359. package/lib/components/BKJDialogChildren/index.js.map +1 -0
  360. package/lib/components/BKJDollarTextInput/BKJDollarTextInput.d.ts +4 -0
  361. package/lib/components/BKJDollarTextInput/BKJDollarTextInput.d.ts.map +1 -0
  362. package/lib/components/BKJDollarTextInput/BKJDollarTextInput.js +35 -0
  363. package/lib/components/BKJDollarTextInput/BKJDollarTextInput.js.map +1 -0
  364. package/lib/components/BKJDollarTextInput/BKJDollarTextInput.stories.d.ts +37 -0
  365. package/lib/components/BKJDollarTextInput/BKJDollarTextInput.stories.d.ts.map +1 -0
  366. package/lib/components/BKJDollarTextInput/BKJDollarTextInput.stories.js +52 -0
  367. package/lib/components/BKJDollarTextInput/BKJDollarTextInput.stories.js.map +1 -0
  368. package/lib/components/BKJDollarTextInput/BKJDollarTextInput.styled.d.ts +16 -0
  369. package/lib/components/BKJDollarTextInput/BKJDollarTextInput.styled.d.ts.map +1 -0
  370. package/lib/components/BKJDollarTextInput/BKJDollarTextInput.styled.js +37 -0
  371. package/lib/components/BKJDollarTextInput/BKJDollarTextInput.styled.js.map +1 -0
  372. package/lib/components/BKJDollarTextInput/BKJDollarTextInput.types.d.ts +15 -0
  373. package/lib/components/BKJDollarTextInput/BKJDollarTextInput.types.d.ts.map +1 -0
  374. package/lib/components/BKJDollarTextInput/BKJDollarTextInput.types.js +2 -0
  375. package/lib/components/BKJDollarTextInput/BKJDollarTextInput.types.js.map +1 -0
  376. package/lib/components/BKJDollarTextInput/index.d.ts +3 -0
  377. package/lib/components/BKJDollarTextInput/index.d.ts.map +1 -0
  378. package/lib/components/BKJDollarTextInput/index.js +3 -0
  379. package/lib/components/BKJDollarTextInput/index.js.map +1 -0
  380. package/lib/components/BKJDropdown/BKJDropdown.d.ts +13 -0
  381. package/lib/components/BKJDropdown/BKJDropdown.d.ts.map +1 -0
  382. package/lib/components/BKJDropdown/BKJDropdown.js +72 -0
  383. package/lib/components/BKJDropdown/BKJDropdown.js.map +1 -0
  384. package/lib/components/BKJDropdown/BKJDropdown.theme.d.ts +3 -0
  385. package/lib/components/BKJDropdown/BKJDropdown.theme.d.ts.map +1 -0
  386. package/lib/components/BKJDropdown/BKJDropdown.theme.js +32 -0
  387. package/lib/components/BKJDropdown/BKJDropdown.theme.js.map +1 -0
  388. package/lib/components/BKJDropdown/BKJDropdown.types.d.ts +6 -0
  389. package/lib/components/BKJDropdown/BKJDropdown.types.d.ts.map +1 -0
  390. package/lib/components/BKJDropdown/BKJDropdown.types.js +2 -0
  391. package/lib/components/BKJDropdown/BKJDropdown.types.js.map +1 -0
  392. package/lib/components/BKJDropdown/index.d.ts +2 -0
  393. package/lib/components/BKJDropdown/index.d.ts.map +1 -0
  394. package/lib/components/BKJDropdown/index.js +2 -0
  395. package/lib/components/BKJDropdown/index.js.map +1 -0
  396. package/lib/components/BKJDropdownMenu/BKJDropdownMenu.d.ts +8 -0
  397. package/lib/components/BKJDropdownMenu/BKJDropdownMenu.d.ts.map +1 -0
  398. package/lib/components/BKJDropdownMenu/BKJDropdownMenu.js +82 -0
  399. package/lib/components/BKJDropdownMenu/BKJDropdownMenu.js.map +1 -0
  400. package/lib/components/BKJDropdownMenu/BKJDropdownMenu.stories.d.ts +8 -0
  401. package/lib/components/BKJDropdownMenu/BKJDropdownMenu.stories.d.ts.map +1 -0
  402. package/lib/components/BKJDropdownMenu/BKJDropdownMenu.stories.js +12 -0
  403. package/lib/components/BKJDropdownMenu/BKJDropdownMenu.stories.js.map +1 -0
  404. package/lib/components/BKJDropdownMenu/BKJDropdownMenu.styled.d.ts +2 -0
  405. package/lib/components/BKJDropdownMenu/BKJDropdownMenu.styled.d.ts.map +1 -0
  406. package/lib/components/BKJDropdownMenu/BKJDropdownMenu.styled.js +9 -0
  407. package/lib/components/BKJDropdownMenu/BKJDropdownMenu.styled.js.map +1 -0
  408. package/lib/components/BKJDropdownMenu/index.d.ts +2 -0
  409. package/lib/components/BKJDropdownMenu/index.d.ts.map +1 -0
  410. package/lib/components/BKJDropdownMenu/index.js +2 -0
  411. package/lib/components/BKJDropdownMenu/index.js.map +1 -0
  412. package/lib/components/BKJEllipsisMenu/BKJEllipsisMenu.context.d.ts +9 -0
  413. package/lib/components/BKJEllipsisMenu/BKJEllipsisMenu.context.d.ts.map +1 -0
  414. package/lib/components/BKJEllipsisMenu/BKJEllipsisMenu.context.js +34 -0
  415. package/lib/components/BKJEllipsisMenu/BKJEllipsisMenu.context.js.map +1 -0
  416. package/lib/components/BKJEllipsisMenu/BKJEllipsisMenu.d.ts +4 -0
  417. package/lib/components/BKJEllipsisMenu/BKJEllipsisMenu.d.ts.map +1 -0
  418. package/lib/components/BKJEllipsisMenu/BKJEllipsisMenu.js +16 -0
  419. package/lib/components/BKJEllipsisMenu/BKJEllipsisMenu.js.map +1 -0
  420. package/lib/components/BKJEllipsisMenu/BKJEllipsisMenu.stories.d.ts +9 -0
  421. package/lib/components/BKJEllipsisMenu/BKJEllipsisMenu.stories.d.ts.map +1 -0
  422. package/lib/components/BKJEllipsisMenu/BKJEllipsisMenu.stories.js +15 -0
  423. package/lib/components/BKJEllipsisMenu/BKJEllipsisMenu.stories.js.map +1 -0
  424. package/lib/components/BKJEllipsisMenu/BKJEllipsisMenu.styled.d.ts +4 -0
  425. package/lib/components/BKJEllipsisMenu/BKJEllipsisMenu.styled.d.ts.map +1 -0
  426. package/lib/components/BKJEllipsisMenu/BKJEllipsisMenu.styled.js +14 -0
  427. package/lib/components/BKJEllipsisMenu/BKJEllipsisMenu.styled.js.map +1 -0
  428. package/lib/components/BKJEllipsisMenu/BKJEllipsisMenu.types.d.ts +13 -0
  429. package/lib/components/BKJEllipsisMenu/BKJEllipsisMenu.types.d.ts.map +1 -0
  430. package/lib/components/BKJEllipsisMenu/BKJEllipsisMenu.types.js +2 -0
  431. package/lib/components/BKJEllipsisMenu/BKJEllipsisMenu.types.js.map +1 -0
  432. package/lib/components/BKJEllipsisMenu/BKJEllipsisMenuDropdown.d.ts +4 -0
  433. package/lib/components/BKJEllipsisMenu/BKJEllipsisMenuDropdown.d.ts.map +1 -0
  434. package/lib/components/BKJEllipsisMenu/BKJEllipsisMenuDropdown.js +28 -0
  435. package/lib/components/BKJEllipsisMenu/BKJEllipsisMenuDropdown.js.map +1 -0
  436. package/lib/components/BKJEllipsisMenu/index.d.ts +3 -0
  437. package/lib/components/BKJEllipsisMenu/index.d.ts.map +1 -0
  438. package/lib/components/BKJEllipsisMenu/index.js +3 -0
  439. package/lib/components/BKJEllipsisMenu/index.js.map +1 -0
  440. package/lib/components/BKJFileInput/BKJFileInput.d.ts +4 -0
  441. package/lib/components/BKJFileInput/BKJFileInput.d.ts.map +1 -0
  442. package/lib/components/BKJFileInput/BKJFileInput.js +28 -0
  443. package/lib/components/BKJFileInput/BKJFileInput.js.map +1 -0
  444. package/lib/components/BKJFileInput/BKJFileInput.stories.d.ts +13 -0
  445. package/lib/components/BKJFileInput/BKJFileInput.stories.d.ts.map +1 -0
  446. package/lib/components/BKJFileInput/BKJFileInput.stories.js +23 -0
  447. package/lib/components/BKJFileInput/BKJFileInput.stories.js.map +1 -0
  448. package/lib/components/BKJFileInput/BKJFileInput.styled.d.ts +24 -0
  449. package/lib/components/BKJFileInput/BKJFileInput.styled.d.ts.map +1 -0
  450. package/lib/components/BKJFileInput/BKJFileInput.styled.js +58 -0
  451. package/lib/components/BKJFileInput/BKJFileInput.styled.js.map +1 -0
  452. package/lib/components/BKJFileInput/BKJFileInput.types.d.ts +15 -0
  453. package/lib/components/BKJFileInput/BKJFileInput.types.d.ts.map +1 -0
  454. package/lib/components/BKJFileInput/BKJFileInput.types.js +2 -0
  455. package/lib/components/BKJFileInput/BKJFileInput.types.js.map +1 -0
  456. package/lib/components/BKJFileInput/index.d.ts +2 -0
  457. package/lib/components/BKJFileInput/index.d.ts.map +1 -0
  458. package/lib/components/BKJFileInput/index.js +2 -0
  459. package/lib/components/BKJFileInput/index.js.map +1 -0
  460. package/lib/components/BKJHorizontalRule/BKJHorizontalRule.d.ts +3 -0
  461. package/lib/components/BKJHorizontalRule/BKJHorizontalRule.d.ts.map +1 -0
  462. package/lib/components/BKJHorizontalRule/BKJHorizontalRule.js +9 -0
  463. package/lib/components/BKJHorizontalRule/BKJHorizontalRule.js.map +1 -0
  464. package/lib/components/BKJHorizontalRule/BKJHorizontalRule.types.d.ts +13 -0
  465. package/lib/components/BKJHorizontalRule/BKJHorizontalRule.types.d.ts.map +1 -0
  466. package/lib/components/BKJHorizontalRule/BKJHorizontalRule.types.js +16 -0
  467. package/lib/components/BKJHorizontalRule/BKJHorizontalRule.types.js.map +1 -0
  468. package/lib/components/BKJHorizontalRule/index.d.ts +2 -0
  469. package/lib/components/BKJHorizontalRule/index.d.ts.map +1 -0
  470. package/lib/components/BKJHorizontalRule/index.js +2 -0
  471. package/lib/components/BKJHorizontalRule/index.js.map +1 -0
  472. package/lib/components/BKJIcon/BKJIcon.d.ts +4 -0
  473. package/lib/components/BKJIcon/BKJIcon.d.ts.map +1 -0
  474. package/lib/components/BKJIcon/BKJIcon.js +13 -0
  475. package/lib/components/BKJIcon/BKJIcon.js.map +1 -0
  476. package/lib/components/BKJIcon/BKJIcon.stories.d.ts +33 -0
  477. package/lib/components/BKJIcon/BKJIcon.stories.d.ts.map +1 -0
  478. package/lib/components/BKJIcon/BKJIcon.stories.js +46 -0
  479. package/lib/components/BKJIcon/BKJIcon.stories.js.map +1 -0
  480. package/lib/components/BKJIcon/BKJIcon.stories.styled.d.ts +7 -0
  481. package/lib/components/BKJIcon/BKJIcon.stories.styled.d.ts.map +1 -0
  482. package/lib/components/BKJIcon/BKJIcon.stories.styled.js +32 -0
  483. package/lib/components/BKJIcon/BKJIcon.stories.styled.js.map +1 -0
  484. package/lib/components/BKJIcon/BKJIcon.types.d.ts +29 -0
  485. package/lib/components/BKJIcon/BKJIcon.types.d.ts.map +1 -0
  486. package/lib/components/BKJIcon/BKJIcon.types.js +115 -0
  487. package/lib/components/BKJIcon/BKJIcon.types.js.map +1 -0
  488. package/lib/components/BKJIcon/index.d.ts +3 -0
  489. package/lib/components/BKJIcon/index.d.ts.map +1 -0
  490. package/lib/components/BKJIcon/index.js +3 -0
  491. package/lib/components/BKJIcon/index.js.map +1 -0
  492. package/lib/components/BKJIcon/src/avatars/Avatar.d.ts +3 -0
  493. package/lib/components/BKJIcon/src/avatars/Avatar.d.ts.map +1 -0
  494. package/lib/components/BKJIcon/src/avatars/Avatar.js +11 -0
  495. package/lib/components/BKJIcon/src/avatars/Avatar.js.map +1 -0
  496. package/lib/components/BKJIcon/src/avatars/AvatarFill.d.ts +3 -0
  497. package/lib/components/BKJIcon/src/avatars/AvatarFill.d.ts.map +1 -0
  498. package/lib/components/BKJIcon/src/avatars/AvatarFill.js +11 -0
  499. package/lib/components/BKJIcon/src/avatars/AvatarFill.js.map +1 -0
  500. package/lib/components/BKJIcon/src/avatars/MobileAvatarFill.d.ts +3 -0
  501. package/lib/components/BKJIcon/src/avatars/MobileAvatarFill.d.ts.map +1 -0
  502. package/lib/components/BKJIcon/src/avatars/MobileAvatarFill.js +11 -0
  503. package/lib/components/BKJIcon/src/avatars/MobileAvatarFill.js.map +1 -0
  504. package/lib/components/BKJIcon/src/functions/Add.d.ts +3 -0
  505. package/lib/components/BKJIcon/src/functions/Add.d.ts.map +1 -0
  506. package/lib/components/BKJIcon/src/functions/Add.js +11 -0
  507. package/lib/components/BKJIcon/src/functions/Add.js.map +1 -0
  508. package/lib/components/BKJIcon/src/functions/Delete.d.ts +3 -0
  509. package/lib/components/BKJIcon/src/functions/Delete.d.ts.map +1 -0
  510. package/lib/components/BKJIcon/src/functions/Delete.js +11 -0
  511. package/lib/components/BKJIcon/src/functions/Delete.js.map +1 -0
  512. package/lib/components/BKJIcon/src/functions/Download.d.ts +3 -0
  513. package/lib/components/BKJIcon/src/functions/Download.d.ts.map +1 -0
  514. package/lib/components/BKJIcon/src/functions/Download.js +10 -0
  515. package/lib/components/BKJIcon/src/functions/Download.js.map +1 -0
  516. package/lib/components/BKJIcon/src/functions/Filters.d.ts +3 -0
  517. package/lib/components/BKJIcon/src/functions/Filters.d.ts.map +1 -0
  518. package/lib/components/BKJIcon/src/functions/Filters.js +10 -0
  519. package/lib/components/BKJIcon/src/functions/Filters.js.map +1 -0
  520. package/lib/components/BKJIcon/src/functions/HamburgerExpand.d.ts +3 -0
  521. package/lib/components/BKJIcon/src/functions/HamburgerExpand.d.ts.map +1 -0
  522. package/lib/components/BKJIcon/src/functions/HamburgerExpand.js +10 -0
  523. package/lib/components/BKJIcon/src/functions/HamburgerExpand.js.map +1 -0
  524. package/lib/components/BKJIcon/src/functions/HamburgerTablet.d.ts +3 -0
  525. package/lib/components/BKJIcon/src/functions/HamburgerTablet.d.ts.map +1 -0
  526. package/lib/components/BKJIcon/src/functions/HamburgerTablet.js +10 -0
  527. package/lib/components/BKJIcon/src/functions/HamburgerTablet.js.map +1 -0
  528. package/lib/components/BKJIcon/src/functions/Minus.d.ts +3 -0
  529. package/lib/components/BKJIcon/src/functions/Minus.d.ts.map +1 -0
  530. package/lib/components/BKJIcon/src/functions/Minus.js +11 -0
  531. package/lib/components/BKJIcon/src/functions/Minus.js.map +1 -0
  532. package/lib/components/BKJIcon/src/functions/Plus.d.ts +3 -0
  533. package/lib/components/BKJIcon/src/functions/Plus.d.ts.map +1 -0
  534. package/lib/components/BKJIcon/src/functions/Plus.js +10 -0
  535. package/lib/components/BKJIcon/src/functions/Plus.js.map +1 -0
  536. package/lib/components/BKJIcon/src/functions/Sort.d.ts +3 -0
  537. package/lib/components/BKJIcon/src/functions/Sort.d.ts.map +1 -0
  538. package/lib/components/BKJIcon/src/functions/Sort.js +10 -0
  539. package/lib/components/BKJIcon/src/functions/Sort.js.map +1 -0
  540. package/lib/components/BKJIcon/src/functions/Templates.d.ts +3 -0
  541. package/lib/components/BKJIcon/src/functions/Templates.d.ts.map +1 -0
  542. package/lib/components/BKJIcon/src/functions/Templates.js +10 -0
  543. package/lib/components/BKJIcon/src/functions/Templates.js.map +1 -0
  544. package/lib/components/BKJIcon/src/functions/Trash.d.ts +3 -0
  545. package/lib/components/BKJIcon/src/functions/Trash.d.ts.map +1 -0
  546. package/lib/components/BKJIcon/src/functions/Trash.js +10 -0
  547. package/lib/components/BKJIcon/src/functions/Trash.js.map +1 -0
  548. package/lib/components/BKJIcon/src/general/Client.d.ts +3 -0
  549. package/lib/components/BKJIcon/src/general/Client.d.ts.map +1 -0
  550. package/lib/components/BKJIcon/src/general/Client.js +11 -0
  551. package/lib/components/BKJIcon/src/general/Client.js.map +1 -0
  552. package/lib/components/BKJIcon/src/general/ClientPreferences.d.ts +3 -0
  553. package/lib/components/BKJIcon/src/general/ClientPreferences.d.ts.map +1 -0
  554. package/lib/components/BKJIcon/src/general/ClientPreferences.js +10 -0
  555. package/lib/components/BKJIcon/src/general/ClientPreferences.js.map +1 -0
  556. package/lib/components/BKJIcon/src/general/Copy.d.ts +3 -0
  557. package/lib/components/BKJIcon/src/general/Copy.d.ts.map +1 -0
  558. package/lib/components/BKJIcon/src/general/Copy.js +10 -0
  559. package/lib/components/BKJIcon/src/general/Copy.js.map +1 -0
  560. package/lib/components/BKJIcon/src/general/DevNotes.d.ts +3 -0
  561. package/lib/components/BKJIcon/src/general/DevNotes.d.ts.map +1 -0
  562. package/lib/components/BKJIcon/src/general/DevNotes.js +11 -0
  563. package/lib/components/BKJIcon/src/general/DevNotes.js.map +1 -0
  564. package/lib/components/BKJIcon/src/general/Document.d.ts +3 -0
  565. package/lib/components/BKJIcon/src/general/Document.d.ts.map +1 -0
  566. package/lib/components/BKJIcon/src/general/Document.js +10 -0
  567. package/lib/components/BKJIcon/src/general/Document.js.map +1 -0
  568. package/lib/components/BKJIcon/src/general/Edit.d.ts +3 -0
  569. package/lib/components/BKJIcon/src/general/Edit.d.ts.map +1 -0
  570. package/lib/components/BKJIcon/src/general/Edit.js +10 -0
  571. package/lib/components/BKJIcon/src/general/Edit.js.map +1 -0
  572. package/lib/components/BKJIcon/src/general/Ellipsis.d.ts +3 -0
  573. package/lib/components/BKJIcon/src/general/Ellipsis.d.ts.map +1 -0
  574. package/lib/components/BKJIcon/src/general/Ellipsis.js +10 -0
  575. package/lib/components/BKJIcon/src/general/Ellipsis.js.map +1 -0
  576. package/lib/components/BKJIcon/src/general/EllipsisInCircle.d.ts +3 -0
  577. package/lib/components/BKJIcon/src/general/EllipsisInCircle.d.ts.map +1 -0
  578. package/lib/components/BKJIcon/src/general/EllipsisInCircle.js +11 -0
  579. package/lib/components/BKJIcon/src/general/EllipsisInCircle.js.map +1 -0
  580. package/lib/components/BKJIcon/src/general/Eye.d.ts +8 -0
  581. package/lib/components/BKJIcon/src/general/Eye.d.ts.map +1 -0
  582. package/lib/components/BKJIcon/src/general/Eye.js +9 -0
  583. package/lib/components/BKJIcon/src/general/Eye.js.map +1 -0
  584. package/lib/components/BKJIcon/src/general/Group.d.ts +3 -0
  585. package/lib/components/BKJIcon/src/general/Group.d.ts.map +1 -0
  586. package/lib/components/BKJIcon/src/general/Group.js +10 -0
  587. package/lib/components/BKJIcon/src/general/Group.js.map +1 -0
  588. package/lib/components/BKJIcon/src/general/Group2.d.ts +3 -0
  589. package/lib/components/BKJIcon/src/general/Group2.d.ts.map +1 -0
  590. package/lib/components/BKJIcon/src/general/Group2.js +10 -0
  591. package/lib/components/BKJIcon/src/general/Group2.js.map +1 -0
  592. package/lib/components/BKJIcon/src/general/Info.d.ts +3 -0
  593. package/lib/components/BKJIcon/src/general/Info.d.ts.map +1 -0
  594. package/lib/components/BKJIcon/src/general/Info.js +10 -0
  595. package/lib/components/BKJIcon/src/general/Info.js.map +1 -0
  596. package/lib/components/BKJIcon/src/general/Location.d.ts +3 -0
  597. package/lib/components/BKJIcon/src/general/Location.d.ts.map +1 -0
  598. package/lib/components/BKJIcon/src/general/Location.js +11 -0
  599. package/lib/components/BKJIcon/src/general/Location.js.map +1 -0
  600. package/lib/components/BKJIcon/src/general/Location1.d.ts +3 -0
  601. package/lib/components/BKJIcon/src/general/Location1.d.ts.map +1 -0
  602. package/lib/components/BKJIcon/src/general/Location1.js +11 -0
  603. package/lib/components/BKJIcon/src/general/Location1.js.map +1 -0
  604. package/lib/components/BKJIcon/src/general/Notes1.d.ts +3 -0
  605. package/lib/components/BKJIcon/src/general/Notes1.d.ts.map +1 -0
  606. package/lib/components/BKJIcon/src/general/Notes1.js +11 -0
  607. package/lib/components/BKJIcon/src/general/Notes1.js.map +1 -0
  608. package/lib/components/BKJIcon/src/general/Paste.d.ts +3 -0
  609. package/lib/components/BKJIcon/src/general/Paste.d.ts.map +1 -0
  610. package/lib/components/BKJIcon/src/general/Paste.js +10 -0
  611. package/lib/components/BKJIcon/src/general/Paste.js.map +1 -0
  612. package/lib/components/BKJIcon/src/general/Payment.d.ts +3 -0
  613. package/lib/components/BKJIcon/src/general/Payment.d.ts.map +1 -0
  614. package/lib/components/BKJIcon/src/general/Payment.js +10 -0
  615. package/lib/components/BKJIcon/src/general/Payment.js.map +1 -0
  616. package/lib/components/BKJIcon/src/general/PendingSignup.d.ts +3 -0
  617. package/lib/components/BKJIcon/src/general/PendingSignup.d.ts.map +1 -0
  618. package/lib/components/BKJIcon/src/general/PendingSignup.js +11 -0
  619. package/lib/components/BKJIcon/src/general/PendingSignup.js.map +1 -0
  620. package/lib/components/BKJIcon/src/general/Phone.d.ts +3 -0
  621. package/lib/components/BKJIcon/src/general/Phone.d.ts.map +1 -0
  622. package/lib/components/BKJIcon/src/general/Phone.js +10 -0
  623. package/lib/components/BKJIcon/src/general/Phone.js.map +1 -0
  624. package/lib/components/BKJIcon/src/general/Position.d.ts +3 -0
  625. package/lib/components/BKJIcon/src/general/Position.d.ts.map +1 -0
  626. package/lib/components/BKJIcon/src/general/Position.js +10 -0
  627. package/lib/components/BKJIcon/src/general/Position.js.map +1 -0
  628. package/lib/components/BKJIcon/src/general/Reply.d.ts +3 -0
  629. package/lib/components/BKJIcon/src/general/Reply.d.ts.map +1 -0
  630. package/lib/components/BKJIcon/src/general/Reply.js +10 -0
  631. package/lib/components/BKJIcon/src/general/Reply.js.map +1 -0
  632. package/lib/components/BKJIcon/src/general/RoomType.d.ts +3 -0
  633. package/lib/components/BKJIcon/src/general/RoomType.d.ts.map +1 -0
  634. package/lib/components/BKJIcon/src/general/RoomType.js +11 -0
  635. package/lib/components/BKJIcon/src/general/RoomType.js.map +1 -0
  636. package/lib/components/BKJIcon/src/general/Search.d.ts +3 -0
  637. package/lib/components/BKJIcon/src/general/Search.d.ts.map +1 -0
  638. package/lib/components/BKJIcon/src/general/Search.js +10 -0
  639. package/lib/components/BKJIcon/src/general/Search.js.map +1 -0
  640. package/lib/components/BKJIcon/src/general/Time.d.ts +3 -0
  641. package/lib/components/BKJIcon/src/general/Time.d.ts.map +1 -0
  642. package/lib/components/BKJIcon/src/general/Time.js +11 -0
  643. package/lib/components/BKJIcon/src/general/Time.js.map +1 -0
  644. package/lib/components/BKJIcon/src/general/Video.d.ts +3 -0
  645. package/lib/components/BKJIcon/src/general/Video.d.ts.map +1 -0
  646. package/lib/components/BKJIcon/src/general/Video.js +10 -0
  647. package/lib/components/BKJIcon/src/general/Video.js.map +1 -0
  648. package/lib/components/BKJIcon/src/general/Warning.d.ts +3 -0
  649. package/lib/components/BKJIcon/src/general/Warning.d.ts.map +1 -0
  650. package/lib/components/BKJIcon/src/general/Warning.js +10 -0
  651. package/lib/components/BKJIcon/src/general/Warning.js.map +1 -0
  652. package/lib/components/BKJIcon/src/index.d.ts +101 -0
  653. package/lib/components/BKJIcon/src/index.d.ts.map +1 -0
  654. package/lib/components/BKJIcon/src/index.js +101 -0
  655. package/lib/components/BKJIcon/src/index.js.map +1 -0
  656. package/lib/components/BKJIcon/src/indicators/Checkmark.d.ts +3 -0
  657. package/lib/components/BKJIcon/src/indicators/Checkmark.d.ts.map +1 -0
  658. package/lib/components/BKJIcon/src/indicators/Checkmark.js +10 -0
  659. package/lib/components/BKJIcon/src/indicators/Checkmark.js.map +1 -0
  660. package/lib/components/BKJIcon/src/indicators/Dedicated.d.ts +3 -0
  661. package/lib/components/BKJIcon/src/indicators/Dedicated.d.ts.map +1 -0
  662. package/lib/components/BKJIcon/src/indicators/Dedicated.js +10 -0
  663. package/lib/components/BKJIcon/src/indicators/Dedicated.js.map +1 -0
  664. package/lib/components/BKJIcon/src/indicators/DefaultOutline.d.ts +3 -0
  665. package/lib/components/BKJIcon/src/indicators/DefaultOutline.d.ts.map +1 -0
  666. package/lib/components/BKJIcon/src/indicators/DefaultOutline.js +10 -0
  667. package/lib/components/BKJIcon/src/indicators/DefaultOutline.js.map +1 -0
  668. package/lib/components/BKJIcon/src/indicators/Error.d.ts +3 -0
  669. package/lib/components/BKJIcon/src/indicators/Error.d.ts.map +1 -0
  670. package/lib/components/BKJIcon/src/indicators/Error.js +11 -0
  671. package/lib/components/BKJIcon/src/indicators/Error.js.map +1 -0
  672. package/lib/components/BKJIcon/src/indicators/ErrorDot.d.ts +3 -0
  673. package/lib/components/BKJIcon/src/indicators/ErrorDot.d.ts.map +1 -0
  674. package/lib/components/BKJIcon/src/indicators/ErrorDot.js +10 -0
  675. package/lib/components/BKJIcon/src/indicators/ErrorDot.js.map +1 -0
  676. package/lib/components/BKJIcon/src/indicators/ErrorLarge.d.ts +3 -0
  677. package/lib/components/BKJIcon/src/indicators/ErrorLarge.d.ts.map +1 -0
  678. package/lib/components/BKJIcon/src/indicators/ErrorLarge.js +10 -0
  679. package/lib/components/BKJIcon/src/indicators/ErrorLarge.js.map +1 -0
  680. package/lib/components/BKJIcon/src/indicators/Locked.d.ts +3 -0
  681. package/lib/components/BKJIcon/src/indicators/Locked.d.ts.map +1 -0
  682. package/lib/components/BKJIcon/src/indicators/Locked.js +10 -0
  683. package/lib/components/BKJIcon/src/indicators/Locked.js.map +1 -0
  684. package/lib/components/BKJIcon/src/indicators/Pause.d.ts +3 -0
  685. package/lib/components/BKJIcon/src/indicators/Pause.d.ts.map +1 -0
  686. package/lib/components/BKJIcon/src/indicators/Pause.js +11 -0
  687. package/lib/components/BKJIcon/src/indicators/Pause.js.map +1 -0
  688. package/lib/components/BKJIcon/src/indicators/Recurring.d.ts +3 -0
  689. package/lib/components/BKJIcon/src/indicators/Recurring.d.ts.map +1 -0
  690. package/lib/components/BKJIcon/src/indicators/Recurring.js +10 -0
  691. package/lib/components/BKJIcon/src/indicators/Recurring.js.map +1 -0
  692. package/lib/components/BKJIcon/src/indicators/Star.d.ts +3 -0
  693. package/lib/components/BKJIcon/src/indicators/Star.d.ts.map +1 -0
  694. package/lib/components/BKJIcon/src/indicators/Star.js +10 -0
  695. package/lib/components/BKJIcon/src/indicators/Star.js.map +1 -0
  696. package/lib/components/BKJIcon/src/indicators/StepCheck.d.ts +4 -0
  697. package/lib/components/BKJIcon/src/indicators/StepCheck.d.ts.map +1 -0
  698. package/lib/components/BKJIcon/src/indicators/StepCheck.js +11 -0
  699. package/lib/components/BKJIcon/src/indicators/StepCheck.js.map +1 -0
  700. package/lib/components/BKJIcon/src/indicators/StepcountNumber.d.ts +3 -0
  701. package/lib/components/BKJIcon/src/indicators/StepcountNumber.d.ts.map +1 -0
  702. package/lib/components/BKJIcon/src/indicators/StepcountNumber.js +11 -0
  703. package/lib/components/BKJIcon/src/indicators/StepcountNumber.js.map +1 -0
  704. package/lib/components/BKJIcon/src/indicators/SuccessDot.d.ts +3 -0
  705. package/lib/components/BKJIcon/src/indicators/SuccessDot.d.ts.map +1 -0
  706. package/lib/components/BKJIcon/src/indicators/SuccessDot.js +10 -0
  707. package/lib/components/BKJIcon/src/indicators/SuccessDot.js.map +1 -0
  708. package/lib/components/BKJIcon/src/indicators/Warning.d.ts +3 -0
  709. package/lib/components/BKJIcon/src/indicators/Warning.d.ts.map +1 -0
  710. package/lib/components/BKJIcon/src/indicators/Warning.js +11 -0
  711. package/lib/components/BKJIcon/src/indicators/Warning.js.map +1 -0
  712. package/lib/components/BKJIcon/src/indicators/WarningDot.d.ts +3 -0
  713. package/lib/components/BKJIcon/src/indicators/WarningDot.d.ts.map +1 -0
  714. package/lib/components/BKJIcon/src/indicators/WarningDot.js +10 -0
  715. package/lib/components/BKJIcon/src/indicators/WarningDot.js.map +1 -0
  716. package/lib/components/BKJIcon/src/navigation/ArrowDown.d.ts +3 -0
  717. package/lib/components/BKJIcon/src/navigation/ArrowDown.d.ts.map +1 -0
  718. package/lib/components/BKJIcon/src/navigation/ArrowDown.js +11 -0
  719. package/lib/components/BKJIcon/src/navigation/ArrowDown.js.map +1 -0
  720. package/lib/components/BKJIcon/src/navigation/ArrowLeft.d.ts +3 -0
  721. package/lib/components/BKJIcon/src/navigation/ArrowLeft.d.ts.map +1 -0
  722. package/lib/components/BKJIcon/src/navigation/ArrowLeft.js +10 -0
  723. package/lib/components/BKJIcon/src/navigation/ArrowLeft.js.map +1 -0
  724. package/lib/components/BKJIcon/src/navigation/ArrowRight.d.ts +3 -0
  725. package/lib/components/BKJIcon/src/navigation/ArrowRight.d.ts.map +1 -0
  726. package/lib/components/BKJIcon/src/navigation/ArrowRight.js +10 -0
  727. package/lib/components/BKJIcon/src/navigation/ArrowRight.js.map +1 -0
  728. package/lib/components/BKJIcon/src/navigation/ArrowUp.d.ts +3 -0
  729. package/lib/components/BKJIcon/src/navigation/ArrowUp.d.ts.map +1 -0
  730. package/lib/components/BKJIcon/src/navigation/ArrowUp.js +10 -0
  731. package/lib/components/BKJIcon/src/navigation/ArrowUp.js.map +1 -0
  732. package/lib/components/BKJIcon/src/navigation/BackArrow.d.ts +3 -0
  733. package/lib/components/BKJIcon/src/navigation/BackArrow.d.ts.map +1 -0
  734. package/lib/components/BKJIcon/src/navigation/BackArrow.js +10 -0
  735. package/lib/components/BKJIcon/src/navigation/BackArrow.js.map +1 -0
  736. package/lib/components/BKJIcon/src/navigation/ChevronDoubleLeft.d.ts +3 -0
  737. package/lib/components/BKJIcon/src/navigation/ChevronDoubleLeft.d.ts.map +1 -0
  738. package/lib/components/BKJIcon/src/navigation/ChevronDoubleLeft.js +10 -0
  739. package/lib/components/BKJIcon/src/navigation/ChevronDoubleLeft.js.map +1 -0
  740. package/lib/components/BKJIcon/src/navigation/ChevronDoubleRight.d.ts +3 -0
  741. package/lib/components/BKJIcon/src/navigation/ChevronDoubleRight.d.ts.map +1 -0
  742. package/lib/components/BKJIcon/src/navigation/ChevronDoubleRight.js +10 -0
  743. package/lib/components/BKJIcon/src/navigation/ChevronDoubleRight.js.map +1 -0
  744. package/lib/components/BKJIcon/src/navigation/ChevronDown.d.ts +3 -0
  745. package/lib/components/BKJIcon/src/navigation/ChevronDown.d.ts.map +1 -0
  746. package/lib/components/BKJIcon/src/navigation/ChevronDown.js +10 -0
  747. package/lib/components/BKJIcon/src/navigation/ChevronDown.js.map +1 -0
  748. package/lib/components/BKJIcon/src/navigation/ChevronLeft.d.ts +3 -0
  749. package/lib/components/BKJIcon/src/navigation/ChevronLeft.d.ts.map +1 -0
  750. package/lib/components/BKJIcon/src/navigation/ChevronLeft.js +10 -0
  751. package/lib/components/BKJIcon/src/navigation/ChevronLeft.js.map +1 -0
  752. package/lib/components/BKJIcon/src/navigation/ChevronLeftInCircle.d.ts +3 -0
  753. package/lib/components/BKJIcon/src/navigation/ChevronLeftInCircle.d.ts.map +1 -0
  754. package/lib/components/BKJIcon/src/navigation/ChevronLeftInCircle.js +11 -0
  755. package/lib/components/BKJIcon/src/navigation/ChevronLeftInCircle.js.map +1 -0
  756. package/lib/components/BKJIcon/src/navigation/ChevronLeftLarge.d.ts +3 -0
  757. package/lib/components/BKJIcon/src/navigation/ChevronLeftLarge.d.ts.map +1 -0
  758. package/lib/components/BKJIcon/src/navigation/ChevronLeftLarge.js +11 -0
  759. package/lib/components/BKJIcon/src/navigation/ChevronLeftLarge.js.map +1 -0
  760. package/lib/components/BKJIcon/src/navigation/ChevronRight.d.ts +3 -0
  761. package/lib/components/BKJIcon/src/navigation/ChevronRight.d.ts.map +1 -0
  762. package/lib/components/BKJIcon/src/navigation/ChevronRight.js +10 -0
  763. package/lib/components/BKJIcon/src/navigation/ChevronRight.js.map +1 -0
  764. package/lib/components/BKJIcon/src/navigation/ChevronRightInCircle.d.ts +3 -0
  765. package/lib/components/BKJIcon/src/navigation/ChevronRightInCircle.d.ts.map +1 -0
  766. package/lib/components/BKJIcon/src/navigation/ChevronRightInCircle.js +11 -0
  767. package/lib/components/BKJIcon/src/navigation/ChevronRightInCircle.js.map +1 -0
  768. package/lib/components/BKJIcon/src/navigation/ChevronUp.d.ts +3 -0
  769. package/lib/components/BKJIcon/src/navigation/ChevronUp.d.ts.map +1 -0
  770. package/lib/components/BKJIcon/src/navigation/ChevronUp.js +10 -0
  771. package/lib/components/BKJIcon/src/navigation/ChevronUp.js.map +1 -0
  772. package/lib/components/BKJIcon/src/navigation/CloseBold.d.ts +3 -0
  773. package/lib/components/BKJIcon/src/navigation/CloseBold.d.ts.map +1 -0
  774. package/lib/components/BKJIcon/src/navigation/CloseBold.js +10 -0
  775. package/lib/components/BKJIcon/src/navigation/CloseBold.js.map +1 -0
  776. package/lib/components/BKJIcon/src/navigation/CombinedChevronDefault.d.ts +3 -0
  777. package/lib/components/BKJIcon/src/navigation/CombinedChevronDefault.d.ts.map +1 -0
  778. package/lib/components/BKJIcon/src/navigation/CombinedChevronDefault.js +10 -0
  779. package/lib/components/BKJIcon/src/navigation/CombinedChevronDefault.js.map +1 -0
  780. package/lib/components/BKJIcon/src/navigation/CombinedChevronDown.d.ts +3 -0
  781. package/lib/components/BKJIcon/src/navigation/CombinedChevronDown.d.ts.map +1 -0
  782. package/lib/components/BKJIcon/src/navigation/CombinedChevronDown.js +10 -0
  783. package/lib/components/BKJIcon/src/navigation/CombinedChevronDown.js.map +1 -0
  784. package/lib/components/BKJIcon/src/navigation/CombinedChevronUp.d.ts +3 -0
  785. package/lib/components/BKJIcon/src/navigation/CombinedChevronUp.d.ts.map +1 -0
  786. package/lib/components/BKJIcon/src/navigation/CombinedChevronUp.js +10 -0
  787. package/lib/components/BKJIcon/src/navigation/CombinedChevronUp.js.map +1 -0
  788. package/lib/components/BKJIcon/src/navigation/MouseIndicator.d.ts +3 -0
  789. package/lib/components/BKJIcon/src/navigation/MouseIndicator.d.ts.map +1 -0
  790. package/lib/components/BKJIcon/src/navigation/MouseIndicator.js +11 -0
  791. package/lib/components/BKJIcon/src/navigation/MouseIndicator.js.map +1 -0
  792. package/lib/components/BKJIcon/src/shifts/Client.d.ts +3 -0
  793. package/lib/components/BKJIcon/src/shifts/Client.d.ts.map +1 -0
  794. package/lib/components/BKJIcon/src/shifts/Client.js +10 -0
  795. package/lib/components/BKJIcon/src/shifts/Client.js.map +1 -0
  796. package/lib/components/BKJIcon/src/shifts/Date.d.ts +3 -0
  797. package/lib/components/BKJIcon/src/shifts/Date.d.ts.map +1 -0
  798. package/lib/components/BKJIcon/src/shifts/Date.js +10 -0
  799. package/lib/components/BKJIcon/src/shifts/Date.js.map +1 -0
  800. package/lib/components/BKJIcon/src/shifts/Deal.d.ts +3 -0
  801. package/lib/components/BKJIcon/src/shifts/Deal.d.ts.map +1 -0
  802. package/lib/components/BKJIcon/src/shifts/Deal.js +10 -0
  803. package/lib/components/BKJIcon/src/shifts/Deal.js.map +1 -0
  804. package/lib/components/BKJIcon/src/shifts/Location.d.ts +3 -0
  805. package/lib/components/BKJIcon/src/shifts/Location.d.ts.map +1 -0
  806. package/lib/components/BKJIcon/src/shifts/Location.js +10 -0
  807. package/lib/components/BKJIcon/src/shifts/Location.js.map +1 -0
  808. package/lib/components/BKJIcon/src/shifts/Notes.d.ts +3 -0
  809. package/lib/components/BKJIcon/src/shifts/Notes.d.ts.map +1 -0
  810. package/lib/components/BKJIcon/src/shifts/Notes.js +10 -0
  811. package/lib/components/BKJIcon/src/shifts/Notes.js.map +1 -0
  812. package/lib/components/BKJIcon/src/shifts/Price.d.ts +3 -0
  813. package/lib/components/BKJIcon/src/shifts/Price.d.ts.map +1 -0
  814. package/lib/components/BKJIcon/src/shifts/Price.js +10 -0
  815. package/lib/components/BKJIcon/src/shifts/Price.js.map +1 -0
  816. package/lib/components/BKJIcon/src/shifts/Quantity.d.ts +3 -0
  817. package/lib/components/BKJIcon/src/shifts/Quantity.d.ts.map +1 -0
  818. package/lib/components/BKJIcon/src/shifts/Quantity.js +10 -0
  819. package/lib/components/BKJIcon/src/shifts/Quantity.js.map +1 -0
  820. package/lib/components/BKJIcon/src/shifts/Tasks.d.ts +3 -0
  821. package/lib/components/BKJIcon/src/shifts/Tasks.d.ts.map +1 -0
  822. package/lib/components/BKJIcon/src/shifts/Tasks.js +10 -0
  823. package/lib/components/BKJIcon/src/shifts/Tasks.js.map +1 -0
  824. package/lib/components/BKJIcon/src/shifts/Time.d.ts +3 -0
  825. package/lib/components/BKJIcon/src/shifts/Time.d.ts.map +1 -0
  826. package/lib/components/BKJIcon/src/shifts/Time.js +10 -0
  827. package/lib/components/BKJIcon/src/shifts/Time.js.map +1 -0
  828. package/lib/components/BKJIcon/src/shifts/TrainingOutline.d.ts +3 -0
  829. package/lib/components/BKJIcon/src/shifts/TrainingOutline.d.ts.map +1 -0
  830. package/lib/components/BKJIcon/src/shifts/TrainingOutline.js +10 -0
  831. package/lib/components/BKJIcon/src/shifts/TrainingOutline.js.map +1 -0
  832. package/lib/components/BKJIcon/src/shifts/UnpaidBreak.d.ts +3 -0
  833. package/lib/components/BKJIcon/src/shifts/UnpaidBreak.d.ts.map +1 -0
  834. package/lib/components/BKJIcon/src/shifts/UnpaidBreak.js +10 -0
  835. package/lib/components/BKJIcon/src/shifts/UnpaidBreak.js.map +1 -0
  836. package/lib/components/BKJIcon/src/sidenav/AgencyMembers.d.ts +3 -0
  837. package/lib/components/BKJIcon/src/sidenav/AgencyMembers.d.ts.map +1 -0
  838. package/lib/components/BKJIcon/src/sidenav/AgencyMembers.js +10 -0
  839. package/lib/components/BKJIcon/src/sidenav/AgencyMembers.js.map +1 -0
  840. package/lib/components/BKJIcon/src/sidenav/Analytics.d.ts +3 -0
  841. package/lib/components/BKJIcon/src/sidenav/Analytics.d.ts.map +1 -0
  842. package/lib/components/BKJIcon/src/sidenav/Analytics.js +10 -0
  843. package/lib/components/BKJIcon/src/sidenav/Analytics.js.map +1 -0
  844. package/lib/components/BKJIcon/src/sidenav/Clients.d.ts +3 -0
  845. package/lib/components/BKJIcon/src/sidenav/Clients.d.ts.map +1 -0
  846. package/lib/components/BKJIcon/src/sidenav/Clients.js +10 -0
  847. package/lib/components/BKJIcon/src/sidenav/Clients.js.map +1 -0
  848. package/lib/components/BKJIcon/src/sidenav/Communications.d.ts +3 -0
  849. package/lib/components/BKJIcon/src/sidenav/Communications.d.ts.map +1 -0
  850. package/lib/components/BKJIcon/src/sidenav/Communications.js +10 -0
  851. package/lib/components/BKJIcon/src/sidenav/Communications.js.map +1 -0
  852. package/lib/components/BKJIcon/src/sidenav/Dashboard.d.ts +3 -0
  853. package/lib/components/BKJIcon/src/sidenav/Dashboard.d.ts.map +1 -0
  854. package/lib/components/BKJIcon/src/sidenav/Dashboard.js +10 -0
  855. package/lib/components/BKJIcon/src/sidenav/Dashboard.js.map +1 -0
  856. package/lib/components/BKJIcon/src/sidenav/Explore.d.ts +3 -0
  857. package/lib/components/BKJIcon/src/sidenav/Explore.d.ts.map +1 -0
  858. package/lib/components/BKJIcon/src/sidenav/Explore.js +10 -0
  859. package/lib/components/BKJIcon/src/sidenav/Explore.js.map +1 -0
  860. package/lib/components/BKJIcon/src/sidenav/Logout.d.ts +3 -0
  861. package/lib/components/BKJIcon/src/sidenav/Logout.d.ts.map +1 -0
  862. package/lib/components/BKJIcon/src/sidenav/Logout.js +10 -0
  863. package/lib/components/BKJIcon/src/sidenav/Logout.js.map +1 -0
  864. package/lib/components/BKJIcon/src/sidenav/NewBooking.d.ts +3 -0
  865. package/lib/components/BKJIcon/src/sidenav/NewBooking.d.ts.map +1 -0
  866. package/lib/components/BKJIcon/src/sidenav/NewBooking.js +10 -0
  867. package/lib/components/BKJIcon/src/sidenav/NewBooking.js.map +1 -0
  868. package/lib/components/BKJIcon/src/sidenav/Question.d.ts +3 -0
  869. package/lib/components/BKJIcon/src/sidenav/Question.d.ts.map +1 -0
  870. package/lib/components/BKJIcon/src/sidenav/Question.js +10 -0
  871. package/lib/components/BKJIcon/src/sidenav/Question.js.map +1 -0
  872. package/lib/components/BKJIcon/src/sidenav/Schedule.d.ts +3 -0
  873. package/lib/components/BKJIcon/src/sidenav/Schedule.d.ts.map +1 -0
  874. package/lib/components/BKJIcon/src/sidenav/Schedule.js +10 -0
  875. package/lib/components/BKJIcon/src/sidenav/Schedule.js.map +1 -0
  876. package/lib/components/BKJIcon/src/sidenav/Settings.d.ts +3 -0
  877. package/lib/components/BKJIcon/src/sidenav/Settings.d.ts.map +1 -0
  878. package/lib/components/BKJIcon/src/sidenav/Settings.js +10 -0
  879. package/lib/components/BKJIcon/src/sidenav/Settings.js.map +1 -0
  880. package/lib/components/BKJIcon/src/sidenav/Shifts.d.ts +3 -0
  881. package/lib/components/BKJIcon/src/sidenav/Shifts.d.ts.map +1 -0
  882. package/lib/components/BKJIcon/src/sidenav/Shifts.js +10 -0
  883. package/lib/components/BKJIcon/src/sidenav/Shifts.js.map +1 -0
  884. package/lib/components/BKJIcon/src/sidenav/TeamMembers.d.ts +3 -0
  885. package/lib/components/BKJIcon/src/sidenav/TeamMembers.d.ts.map +1 -0
  886. package/lib/components/BKJIcon/src/sidenav/TeamMembers.js +10 -0
  887. package/lib/components/BKJIcon/src/sidenav/TeamMembers.js.map +1 -0
  888. package/lib/components/BKJIcon/src/sidenav/Timesheets.d.ts +3 -0
  889. package/lib/components/BKJIcon/src/sidenav/Timesheets.d.ts.map +1 -0
  890. package/lib/components/BKJIcon/src/sidenav/Timesheets.js +10 -0
  891. package/lib/components/BKJIcon/src/sidenav/Timesheets.js.map +1 -0
  892. package/lib/components/BKJIconTooltip/BKJIconTooltip.d.ts +4 -0
  893. package/lib/components/BKJIconTooltip/BKJIconTooltip.d.ts.map +1 -0
  894. package/lib/components/BKJIconTooltip/BKJIconTooltip.js +8 -0
  895. package/lib/components/BKJIconTooltip/BKJIconTooltip.js.map +1 -0
  896. package/lib/components/BKJIconTooltip/BKJIconTooltip.stories.d.ts +24 -0
  897. package/lib/components/BKJIconTooltip/BKJIconTooltip.stories.d.ts.map +1 -0
  898. package/lib/components/BKJIconTooltip/BKJIconTooltip.stories.js +34 -0
  899. package/lib/components/BKJIconTooltip/BKJIconTooltip.stories.js.map +1 -0
  900. package/lib/components/BKJIconTooltip/BKJIconTooltip.types.d.ts +9 -0
  901. package/lib/components/BKJIconTooltip/BKJIconTooltip.types.d.ts.map +1 -0
  902. package/lib/components/BKJIconTooltip/BKJIconTooltip.types.js +2 -0
  903. package/lib/components/BKJIconTooltip/BKJIconTooltip.types.js.map +1 -0
  904. package/lib/components/BKJIconTooltip/index.d.ts +2 -0
  905. package/lib/components/BKJIconTooltip/index.d.ts.map +1 -0
  906. package/lib/components/BKJIconTooltip/index.js +2 -0
  907. package/lib/components/BKJIconTooltip/index.js.map +1 -0
  908. package/lib/components/BKJImage/BKJImage.d.ts +3 -0
  909. package/lib/components/BKJImage/BKJImage.d.ts.map +1 -0
  910. package/lib/components/BKJImage/BKJImage.js +18 -0
  911. package/lib/components/BKJImage/BKJImage.js.map +1 -0
  912. package/lib/components/BKJImage/BKJImage.styled.d.ts +11 -0
  913. package/lib/components/BKJImage/BKJImage.styled.d.ts.map +1 -0
  914. package/lib/components/BKJImage/BKJImage.styled.js +30 -0
  915. package/lib/components/BKJImage/BKJImage.styled.js.map +1 -0
  916. package/lib/components/BKJImage/BKJImage.types.d.ts +11 -0
  917. package/lib/components/BKJImage/BKJImage.types.d.ts.map +1 -0
  918. package/lib/components/BKJImage/BKJImage.types.js +2 -0
  919. package/lib/components/BKJImage/BKJImage.types.js.map +1 -0
  920. package/lib/components/BKJImage/index.d.ts +2 -0
  921. package/lib/components/BKJImage/index.d.ts.map +1 -0
  922. package/lib/components/BKJImage/index.js +2 -0
  923. package/lib/components/BKJImage/index.js.map +1 -0
  924. package/lib/components/BKJInteractiveMap/BKJInteractiveMap.context.d.ts +5 -0
  925. package/lib/components/BKJInteractiveMap/BKJInteractiveMap.context.d.ts.map +1 -0
  926. package/lib/components/BKJInteractiveMap/BKJInteractiveMap.context.js +101 -0
  927. package/lib/components/BKJInteractiveMap/BKJInteractiveMap.context.js.map +1 -0
  928. package/lib/components/BKJInteractiveMap/BKJInteractiveMap.d.ts +4 -0
  929. package/lib/components/BKJInteractiveMap/BKJInteractiveMap.d.ts.map +1 -0
  930. package/lib/components/BKJInteractiveMap/BKJInteractiveMap.js +50 -0
  931. package/lib/components/BKJInteractiveMap/BKJInteractiveMap.js.map +1 -0
  932. package/lib/components/BKJInteractiveMap/BKJInteractiveMap.stories.d.ts +37 -0
  933. package/lib/components/BKJInteractiveMap/BKJInteractiveMap.stories.d.ts.map +1 -0
  934. package/lib/components/BKJInteractiveMap/BKJInteractiveMap.stories.js +117 -0
  935. package/lib/components/BKJInteractiveMap/BKJInteractiveMap.stories.js.map +1 -0
  936. package/lib/components/BKJInteractiveMap/BKJInteractiveMap.types.d.ts +85 -0
  937. package/lib/components/BKJInteractiveMap/BKJInteractiveMap.types.d.ts.map +1 -0
  938. package/lib/components/BKJInteractiveMap/BKJInteractiveMap.types.js +11 -0
  939. package/lib/components/BKJInteractiveMap/BKJInteractiveMap.types.js.map +1 -0
  940. package/lib/components/BKJInteractiveMap/index.d.ts +2 -0
  941. package/lib/components/BKJInteractiveMap/index.d.ts.map +1 -0
  942. package/lib/components/BKJInteractiveMap/index.js +2 -0
  943. package/lib/components/BKJInteractiveMap/index.js.map +1 -0
  944. package/lib/components/BKJListItem/BKJListItem.d.ts +3 -0
  945. package/lib/components/BKJListItem/BKJListItem.d.ts.map +1 -0
  946. package/lib/components/BKJListItem/BKJListItem.js +17 -0
  947. package/lib/components/BKJListItem/BKJListItem.js.map +1 -0
  948. package/lib/components/BKJListItem/BKJListItem.stories.d.ts +8 -0
  949. package/lib/components/BKJListItem/BKJListItem.stories.d.ts.map +1 -0
  950. package/lib/components/BKJListItem/BKJListItem.stories.js +9 -0
  951. package/lib/components/BKJListItem/BKJListItem.stories.js.map +1 -0
  952. package/lib/components/BKJListItem/BKJListItem.styled.d.ts +4 -0
  953. package/lib/components/BKJListItem/BKJListItem.styled.d.ts.map +1 -0
  954. package/lib/components/BKJListItem/BKJListItem.styled.js +55 -0
  955. package/lib/components/BKJListItem/BKJListItem.styled.js.map +1 -0
  956. package/lib/components/BKJListItem/BKJListItem.theme.d.ts +3 -0
  957. package/lib/components/BKJListItem/BKJListItem.theme.d.ts.map +1 -0
  958. package/lib/components/BKJListItem/BKJListItem.theme.js +47 -0
  959. package/lib/components/BKJListItem/BKJListItem.theme.js.map +1 -0
  960. package/lib/components/BKJListItem/BKJListItem.types.d.ts +58 -0
  961. package/lib/components/BKJListItem/BKJListItem.types.d.ts.map +1 -0
  962. package/lib/components/BKJListItem/BKJListItem.types.js +2 -0
  963. package/lib/components/BKJListItem/BKJListItem.types.js.map +1 -0
  964. package/lib/components/BKJListItem/index.d.ts +3 -0
  965. package/lib/components/BKJListItem/index.d.ts.map +1 -0
  966. package/lib/components/BKJListItem/index.js +3 -0
  967. package/lib/components/BKJListItem/index.js.map +1 -0
  968. package/lib/components/BKJLoadingSpinner/BKJLoadingSpinner.d.ts +4 -0
  969. package/lib/components/BKJLoadingSpinner/BKJLoadingSpinner.d.ts.map +1 -0
  970. package/lib/components/BKJLoadingSpinner/BKJLoadingSpinner.js +8 -0
  971. package/lib/components/BKJLoadingSpinner/BKJLoadingSpinner.js.map +1 -0
  972. package/lib/components/BKJLoadingSpinner/BKJLoadingSpinner.stories.d.ts +17 -0
  973. package/lib/components/BKJLoadingSpinner/BKJLoadingSpinner.stories.d.ts.map +1 -0
  974. package/lib/components/BKJLoadingSpinner/BKJLoadingSpinner.stories.js +20 -0
  975. package/lib/components/BKJLoadingSpinner/BKJLoadingSpinner.stories.js.map +1 -0
  976. package/lib/components/BKJLoadingSpinner/BKJLoadingSpinner.styled.d.ts +2 -0
  977. package/lib/components/BKJLoadingSpinner/BKJLoadingSpinner.styled.d.ts.map +1 -0
  978. package/lib/components/BKJLoadingSpinner/BKJLoadingSpinner.styled.js +7 -0
  979. package/lib/components/BKJLoadingSpinner/BKJLoadingSpinner.styled.js.map +1 -0
  980. package/lib/components/BKJLoadingSpinner/BKJLoadingSpinner.theme.d.ts +3 -0
  981. package/lib/components/BKJLoadingSpinner/BKJLoadingSpinner.theme.d.ts.map +1 -0
  982. package/lib/components/BKJLoadingSpinner/BKJLoadingSpinner.theme.js +15 -0
  983. package/lib/components/BKJLoadingSpinner/BKJLoadingSpinner.theme.js.map +1 -0
  984. package/lib/components/BKJLoadingSpinner/BKJLoadingSpinner.types.d.ts +15 -0
  985. package/lib/components/BKJLoadingSpinner/BKJLoadingSpinner.types.d.ts.map +1 -0
  986. package/lib/components/BKJLoadingSpinner/BKJLoadingSpinner.types.js +2 -0
  987. package/lib/components/BKJLoadingSpinner/BKJLoadingSpinner.types.js.map +1 -0
  988. package/lib/components/BKJLoadingSpinner/index.d.ts +3 -0
  989. package/lib/components/BKJLoadingSpinner/index.d.ts.map +1 -0
  990. package/lib/components/BKJLoadingSpinner/index.js +3 -0
  991. package/lib/components/BKJLoadingSpinner/index.js.map +1 -0
  992. package/lib/components/BKJLogo/BKJLogo.d.ts +4 -0
  993. package/lib/components/BKJLogo/BKJLogo.d.ts.map +1 -0
  994. package/lib/components/BKJLogo/BKJLogo.js +8 -0
  995. package/lib/components/BKJLogo/BKJLogo.js.map +1 -0
  996. package/lib/components/BKJLogo/BKJLogo.stories.d.ts +30 -0
  997. package/lib/components/BKJLogo/BKJLogo.stories.d.ts.map +1 -0
  998. package/lib/components/BKJLogo/BKJLogo.stories.js +35 -0
  999. package/lib/components/BKJLogo/BKJLogo.stories.js.map +1 -0
  1000. package/lib/components/BKJLogo/BKJLogo.types.d.ts +10 -0
  1001. package/lib/components/BKJLogo/BKJLogo.types.d.ts.map +1 -0
  1002. package/lib/components/BKJLogo/BKJLogo.types.js +7 -0
  1003. package/lib/components/BKJLogo/BKJLogo.types.js.map +1 -0
  1004. package/lib/components/BKJLogo/index.d.ts +3 -0
  1005. package/lib/components/BKJLogo/index.d.ts.map +1 -0
  1006. package/lib/components/BKJLogo/index.js +3 -0
  1007. package/lib/components/BKJLogo/index.js.map +1 -0
  1008. package/lib/components/BKJLogo/src/Agency.d.ts +4 -0
  1009. package/lib/components/BKJLogo/src/Agency.d.ts.map +1 -0
  1010. package/lib/components/BKJLogo/src/Agency.js +6 -0
  1011. package/lib/components/BKJLogo/src/Agency.js.map +1 -0
  1012. package/lib/components/BKJLogo/src/General.d.ts +4 -0
  1013. package/lib/components/BKJLogo/src/General.d.ts.map +1 -0
  1014. package/lib/components/BKJLogo/src/General.js +6 -0
  1015. package/lib/components/BKJLogo/src/General.js.map +1 -0
  1016. package/lib/components/BKJLogo/src/Premium.d.ts +4 -0
  1017. package/lib/components/BKJLogo/src/Premium.d.ts.map +1 -0
  1018. package/lib/components/BKJLogo/src/Premium.js +6 -0
  1019. package/lib/components/BKJLogo/src/Premium.js.map +1 -0
  1020. package/lib/components/BKJLogo/src/index.d.ts +5 -0
  1021. package/lib/components/BKJLogo/src/index.d.ts.map +1 -0
  1022. package/lib/components/BKJLogo/src/index.js +5 -0
  1023. package/lib/components/BKJLogo/src/index.js.map +1 -0
  1024. package/lib/components/BKJMenu/BKJMenu.d.ts +4 -0
  1025. package/lib/components/BKJMenu/BKJMenu.d.ts.map +1 -0
  1026. package/lib/components/BKJMenu/BKJMenu.js +20 -0
  1027. package/lib/components/BKJMenu/BKJMenu.js.map +1 -0
  1028. package/lib/components/BKJMenu/BKJMenu.stories.d.ts +19 -0
  1029. package/lib/components/BKJMenu/BKJMenu.stories.d.ts.map +1 -0
  1030. package/lib/components/BKJMenu/BKJMenu.stories.js +28 -0
  1031. package/lib/components/BKJMenu/BKJMenu.stories.js.map +1 -0
  1032. package/lib/components/BKJMenu/BKJMenu.styled.d.ts +7 -0
  1033. package/lib/components/BKJMenu/BKJMenu.styled.d.ts.map +1 -0
  1034. package/lib/components/BKJMenu/BKJMenu.styled.js +45 -0
  1035. package/lib/components/BKJMenu/BKJMenu.styled.js.map +1 -0
  1036. package/lib/components/BKJMenu/BKJMenu.types.d.ts +12 -0
  1037. package/lib/components/BKJMenu/BKJMenu.types.d.ts.map +1 -0
  1038. package/lib/components/BKJMenu/BKJMenu.types.js +2 -0
  1039. package/lib/components/BKJMenu/BKJMenu.types.js.map +1 -0
  1040. package/lib/components/BKJMenu/index.d.ts +3 -0
  1041. package/lib/components/BKJMenu/index.d.ts.map +1 -0
  1042. package/lib/components/BKJMenu/index.js +3 -0
  1043. package/lib/components/BKJMenu/index.js.map +1 -0
  1044. package/lib/components/BKJMenuItem/BKJMenuItem.d.ts +4 -0
  1045. package/lib/components/BKJMenuItem/BKJMenuItem.d.ts.map +1 -0
  1046. package/lib/components/BKJMenuItem/BKJMenuItem.js +6 -0
  1047. package/lib/components/BKJMenuItem/BKJMenuItem.js.map +1 -0
  1048. package/lib/components/BKJMenuItem/BKJMenuItem.stories.d.ts +8 -0
  1049. package/lib/components/BKJMenuItem/BKJMenuItem.stories.d.ts.map +1 -0
  1050. package/lib/components/BKJMenuItem/BKJMenuItem.stories.js +12 -0
  1051. package/lib/components/BKJMenuItem/BKJMenuItem.stories.js.map +1 -0
  1052. package/lib/components/BKJMenuItem/BKJMenuItem.styled.d.ts +4 -0
  1053. package/lib/components/BKJMenuItem/BKJMenuItem.styled.d.ts.map +1 -0
  1054. package/lib/components/BKJMenuItem/BKJMenuItem.styled.js +49 -0
  1055. package/lib/components/BKJMenuItem/BKJMenuItem.styled.js.map +1 -0
  1056. package/lib/components/BKJMenuItem/BKJMenuItem.types.d.ts +11 -0
  1057. package/lib/components/BKJMenuItem/BKJMenuItem.types.d.ts.map +1 -0
  1058. package/lib/components/BKJMenuItem/BKJMenuItem.types.js +2 -0
  1059. package/lib/components/BKJMenuItem/BKJMenuItem.types.js.map +1 -0
  1060. package/lib/components/BKJMenuItem/index.d.ts +3 -0
  1061. package/lib/components/BKJMenuItem/index.d.ts.map +1 -0
  1062. package/lib/components/BKJMenuItem/index.js +3 -0
  1063. package/lib/components/BKJMenuItem/index.js.map +1 -0
  1064. package/lib/components/BKJPagination/BKJPagination.d.ts +4 -0
  1065. package/lib/components/BKJPagination/BKJPagination.d.ts.map +1 -0
  1066. package/lib/components/BKJPagination/BKJPagination.js +7 -0
  1067. package/lib/components/BKJPagination/BKJPagination.js.map +1 -0
  1068. package/lib/components/BKJPagination/BKJPagination.stories.d.ts +15 -0
  1069. package/lib/components/BKJPagination/BKJPagination.stories.d.ts.map +1 -0
  1070. package/lib/components/BKJPagination/BKJPagination.stories.js +22 -0
  1071. package/lib/components/BKJPagination/BKJPagination.stories.js.map +1 -0
  1072. package/lib/components/BKJPagination/BKJPagination.styled.d.ts +7 -0
  1073. package/lib/components/BKJPagination/BKJPagination.styled.d.ts.map +1 -0
  1074. package/lib/components/BKJPagination/BKJPagination.styled.js +48 -0
  1075. package/lib/components/BKJPagination/BKJPagination.styled.js.map +1 -0
  1076. package/lib/components/BKJPagination/BKJPagination.types.d.ts +10 -0
  1077. package/lib/components/BKJPagination/BKJPagination.types.d.ts.map +1 -0
  1078. package/lib/components/BKJPagination/BKJPagination.types.js +2 -0
  1079. package/lib/components/BKJPagination/BKJPagination.types.js.map +1 -0
  1080. package/lib/components/BKJPagination/index.d.ts +3 -0
  1081. package/lib/components/BKJPagination/index.d.ts.map +1 -0
  1082. package/lib/components/BKJPagination/index.js +3 -0
  1083. package/lib/components/BKJPagination/index.js.map +1 -0
  1084. package/lib/components/BKJPhoneNumberInput/BKJPhoneNumberInput.d.ts +3 -0
  1085. package/lib/components/BKJPhoneNumberInput/BKJPhoneNumberInput.d.ts.map +1 -0
  1086. package/lib/components/BKJPhoneNumberInput/BKJPhoneNumberInput.js +34 -0
  1087. package/lib/components/BKJPhoneNumberInput/BKJPhoneNumberInput.js.map +1 -0
  1088. package/lib/components/BKJPhoneNumberInput/BKJPhoneNumberInput.stories.d.ts +34 -0
  1089. package/lib/components/BKJPhoneNumberInput/BKJPhoneNumberInput.stories.d.ts.map +1 -0
  1090. package/lib/components/BKJPhoneNumberInput/BKJPhoneNumberInput.stories.js +49 -0
  1091. package/lib/components/BKJPhoneNumberInput/BKJPhoneNumberInput.stories.js.map +1 -0
  1092. package/lib/components/BKJPhoneNumberInput/BKJPhoneNumberInput.styled.d.ts +16 -0
  1093. package/lib/components/BKJPhoneNumberInput/BKJPhoneNumberInput.styled.d.ts.map +1 -0
  1094. package/lib/components/BKJPhoneNumberInput/BKJPhoneNumberInput.styled.js +36 -0
  1095. package/lib/components/BKJPhoneNumberInput/BKJPhoneNumberInput.styled.js.map +1 -0
  1096. package/lib/components/BKJPhoneNumberInput/BKJPhoneNumberInput.types.d.ts +14 -0
  1097. package/lib/components/BKJPhoneNumberInput/BKJPhoneNumberInput.types.d.ts.map +1 -0
  1098. package/lib/components/BKJPhoneNumberInput/BKJPhoneNumberInput.types.js +2 -0
  1099. package/lib/components/BKJPhoneNumberInput/BKJPhoneNumberInput.types.js.map +1 -0
  1100. package/lib/components/BKJPhoneNumberInput/index.d.ts +3 -0
  1101. package/lib/components/BKJPhoneNumberInput/index.d.ts.map +1 -0
  1102. package/lib/components/BKJPhoneNumberInput/index.js +3 -0
  1103. package/lib/components/BKJPhoneNumberInput/index.js.map +1 -0
  1104. package/lib/components/BKJPillDropdown/BKJPillDropdown.context.d.ts +5 -0
  1105. package/lib/components/BKJPillDropdown/BKJPillDropdown.context.d.ts.map +1 -0
  1106. package/lib/components/BKJPillDropdown/BKJPillDropdown.context.js +74 -0
  1107. package/lib/components/BKJPillDropdown/BKJPillDropdown.context.js.map +1 -0
  1108. package/lib/components/BKJPillDropdown/BKJPillDropdown.d.ts +4 -0
  1109. package/lib/components/BKJPillDropdown/BKJPillDropdown.d.ts.map +1 -0
  1110. package/lib/components/BKJPillDropdown/BKJPillDropdown.js +25 -0
  1111. package/lib/components/BKJPillDropdown/BKJPillDropdown.js.map +1 -0
  1112. package/lib/components/BKJPillDropdown/BKJPillDropdown.stories.d.ts +34 -0
  1113. package/lib/components/BKJPillDropdown/BKJPillDropdown.stories.d.ts.map +1 -0
  1114. package/lib/components/BKJPillDropdown/BKJPillDropdown.stories.js +73 -0
  1115. package/lib/components/BKJPillDropdown/BKJPillDropdown.stories.js.map +1 -0
  1116. package/lib/components/BKJPillDropdown/BKJPillDropdown.styled.d.ts +21 -0
  1117. package/lib/components/BKJPillDropdown/BKJPillDropdown.styled.d.ts.map +1 -0
  1118. package/lib/components/BKJPillDropdown/BKJPillDropdown.styled.js +81 -0
  1119. package/lib/components/BKJPillDropdown/BKJPillDropdown.styled.js.map +1 -0
  1120. package/lib/components/BKJPillDropdown/BKJPillDropdown.types.d.ts +48 -0
  1121. package/lib/components/BKJPillDropdown/BKJPillDropdown.types.d.ts.map +1 -0
  1122. package/lib/components/BKJPillDropdown/BKJPillDropdown.types.js +2 -0
  1123. package/lib/components/BKJPillDropdown/BKJPillDropdown.types.js.map +1 -0
  1124. package/lib/components/BKJPillDropdown/index.d.ts +2 -0
  1125. package/lib/components/BKJPillDropdown/index.d.ts.map +1 -0
  1126. package/lib/components/BKJPillDropdown/index.js +2 -0
  1127. package/lib/components/BKJPillDropdown/index.js.map +1 -0
  1128. package/lib/components/BKJPillSelect/BKJPillSelect.context.d.ts +5 -0
  1129. package/lib/components/BKJPillSelect/BKJPillSelect.context.d.ts.map +1 -0
  1130. package/lib/components/BKJPillSelect/BKJPillSelect.context.js +75 -0
  1131. package/lib/components/BKJPillSelect/BKJPillSelect.context.js.map +1 -0
  1132. package/lib/components/BKJPillSelect/BKJPillSelect.d.ts +4 -0
  1133. package/lib/components/BKJPillSelect/BKJPillSelect.d.ts.map +1 -0
  1134. package/lib/components/BKJPillSelect/BKJPillSelect.js +31 -0
  1135. package/lib/components/BKJPillSelect/BKJPillSelect.js.map +1 -0
  1136. package/lib/components/BKJPillSelect/BKJPillSelect.stories.d.ts +34 -0
  1137. package/lib/components/BKJPillSelect/BKJPillSelect.stories.d.ts.map +1 -0
  1138. package/lib/components/BKJPillSelect/BKJPillSelect.stories.js +77 -0
  1139. package/lib/components/BKJPillSelect/BKJPillSelect.stories.js.map +1 -0
  1140. package/lib/components/BKJPillSelect/BKJPillSelect.styled.d.ts +20 -0
  1141. package/lib/components/BKJPillSelect/BKJPillSelect.styled.d.ts.map +1 -0
  1142. package/lib/components/BKJPillSelect/BKJPillSelect.styled.js +81 -0
  1143. package/lib/components/BKJPillSelect/BKJPillSelect.styled.js.map +1 -0
  1144. package/lib/components/BKJPillSelect/BKJPillSelect.types.d.ts +48 -0
  1145. package/lib/components/BKJPillSelect/BKJPillSelect.types.d.ts.map +1 -0
  1146. package/lib/components/BKJPillSelect/BKJPillSelect.types.js +2 -0
  1147. package/lib/components/BKJPillSelect/BKJPillSelect.types.js.map +1 -0
  1148. package/lib/components/BKJPillSelect/index.d.ts +2 -0
  1149. package/lib/components/BKJPillSelect/index.d.ts.map +1 -0
  1150. package/lib/components/BKJPillSelect/index.js +2 -0
  1151. package/lib/components/BKJPillSelect/index.js.map +1 -0
  1152. package/lib/components/BKJPillTextArea/BKJPillTextArea.context.d.ts +5 -0
  1153. package/lib/components/BKJPillTextArea/BKJPillTextArea.context.d.ts.map +1 -0
  1154. package/lib/components/BKJPillTextArea/BKJPillTextArea.context.js +196 -0
  1155. package/lib/components/BKJPillTextArea/BKJPillTextArea.context.js.map +1 -0
  1156. package/lib/components/BKJPillTextArea/BKJPillTextArea.d.ts +4 -0
  1157. package/lib/components/BKJPillTextArea/BKJPillTextArea.d.ts.map +1 -0
  1158. package/lib/components/BKJPillTextArea/BKJPillTextArea.js +32 -0
  1159. package/lib/components/BKJPillTextArea/BKJPillTextArea.js.map +1 -0
  1160. package/lib/components/BKJPillTextArea/BKJPillTextArea.stories.d.ts +34 -0
  1161. package/lib/components/BKJPillTextArea/BKJPillTextArea.stories.d.ts.map +1 -0
  1162. package/lib/components/BKJPillTextArea/BKJPillTextArea.stories.js +75 -0
  1163. package/lib/components/BKJPillTextArea/BKJPillTextArea.stories.js.map +1 -0
  1164. package/lib/components/BKJPillTextArea/BKJPillTextArea.styled.d.ts +21 -0
  1165. package/lib/components/BKJPillTextArea/BKJPillTextArea.styled.d.ts.map +1 -0
  1166. package/lib/components/BKJPillTextArea/BKJPillTextArea.styled.js +70 -0
  1167. package/lib/components/BKJPillTextArea/BKJPillTextArea.styled.js.map +1 -0
  1168. package/lib/components/BKJPillTextArea/BKJPillTextArea.types.d.ts +52 -0
  1169. package/lib/components/BKJPillTextArea/BKJPillTextArea.types.d.ts.map +1 -0
  1170. package/lib/components/BKJPillTextArea/BKJPillTextArea.types.js +2 -0
  1171. package/lib/components/BKJPillTextArea/BKJPillTextArea.types.js.map +1 -0
  1172. package/lib/components/BKJPillTextArea/index.d.ts +2 -0
  1173. package/lib/components/BKJPillTextArea/index.d.ts.map +1 -0
  1174. package/lib/components/BKJPillTextArea/index.js +2 -0
  1175. package/lib/components/BKJPillTextArea/index.js.map +1 -0
  1176. package/lib/components/BKJSelect/BKJSelect.constants.d.ts +2 -0
  1177. package/lib/components/BKJSelect/BKJSelect.constants.d.ts.map +1 -0
  1178. package/lib/components/BKJSelect/BKJSelect.constants.js +2 -0
  1179. package/lib/components/BKJSelect/BKJSelect.constants.js.map +1 -0
  1180. package/lib/components/BKJSelect/BKJSelect.d.ts +8 -0
  1181. package/lib/components/BKJSelect/BKJSelect.d.ts.map +1 -0
  1182. package/lib/components/BKJSelect/BKJSelect.js +172 -0
  1183. package/lib/components/BKJSelect/BKJSelect.js.map +1 -0
  1184. package/lib/components/BKJSelect/BKJSelect.stories.d.ts +9 -0
  1185. package/lib/components/BKJSelect/BKJSelect.stories.d.ts.map +1 -0
  1186. package/lib/components/BKJSelect/BKJSelect.stories.js +122 -0
  1187. package/lib/components/BKJSelect/BKJSelect.stories.js.map +1 -0
  1188. package/lib/components/BKJSelect/BKJSelect.styled.d.ts +29 -0
  1189. package/lib/components/BKJSelect/BKJSelect.styled.d.ts.map +1 -0
  1190. package/lib/components/BKJSelect/BKJSelect.styled.js +97 -0
  1191. package/lib/components/BKJSelect/BKJSelect.styled.js.map +1 -0
  1192. package/lib/components/BKJSelect/BKJSelect.theme.d.ts +3 -0
  1193. package/lib/components/BKJSelect/BKJSelect.theme.d.ts.map +1 -0
  1194. package/lib/components/BKJSelect/BKJSelect.theme.js +233 -0
  1195. package/lib/components/BKJSelect/BKJSelect.theme.js.map +1 -0
  1196. package/lib/components/BKJSelect/BKJSelect.types.d.ts +136 -0
  1197. package/lib/components/BKJSelect/BKJSelect.types.d.ts.map +1 -0
  1198. package/lib/components/BKJSelect/BKJSelect.types.js +2 -0
  1199. package/lib/components/BKJSelect/BKJSelect.types.js.map +1 -0
  1200. package/lib/components/BKJSelect/BKJSelect.utils.d.ts +29 -0
  1201. package/lib/components/BKJSelect/BKJSelect.utils.d.ts.map +1 -0
  1202. package/lib/components/BKJSelect/BKJSelect.utils.js +41 -0
  1203. package/lib/components/BKJSelect/BKJSelect.utils.js.map +1 -0
  1204. package/lib/components/BKJSelect/index.d.ts +3 -0
  1205. package/lib/components/BKJSelect/index.d.ts.map +1 -0
  1206. package/lib/components/BKJSelect/index.js +3 -0
  1207. package/lib/components/BKJSelect/index.js.map +1 -0
  1208. package/lib/components/BKJSelect/utils/deepEquals.d.ts +2 -0
  1209. package/lib/components/BKJSelect/utils/deepEquals.d.ts.map +1 -0
  1210. package/lib/components/BKJSelect/utils/deepEquals.js +3 -0
  1211. package/lib/components/BKJSelect/utils/deepEquals.js.map +1 -0
  1212. package/lib/components/BKJSelect/utils/getDesignLibraryElementNode.d.ts +3 -0
  1213. package/lib/components/BKJSelect/utils/getDesignLibraryElementNode.d.ts.map +1 -0
  1214. package/lib/components/BKJSelect/utils/getDesignLibraryElementNode.js +2 -0
  1215. package/lib/components/BKJSelect/utils/getDesignLibraryElementNode.js.map +1 -0
  1216. package/lib/components/BKJSelect/utils/mergeRefs.d.ts +2 -0
  1217. package/lib/components/BKJSelect/utils/mergeRefs.d.ts.map +1 -0
  1218. package/lib/components/BKJSelect/utils/mergeRefs.js +13 -0
  1219. package/lib/components/BKJSelect/utils/mergeRefs.js.map +1 -0
  1220. package/lib/components/BKJSelectSearch/BKJSelectSearch.d.ts +10 -0
  1221. package/lib/components/BKJSelectSearch/BKJSelectSearch.d.ts.map +1 -0
  1222. package/lib/components/BKJSelectSearch/BKJSelectSearch.js +7 -0
  1223. package/lib/components/BKJSelectSearch/BKJSelectSearch.js.map +1 -0
  1224. package/lib/components/BKJSelectSearch/BKJSelectSearch.styled.d.ts +4 -0
  1225. package/lib/components/BKJSelectSearch/BKJSelectSearch.styled.d.ts.map +1 -0
  1226. package/lib/components/BKJSelectSearch/BKJSelectSearch.styled.js +39 -0
  1227. package/lib/components/BKJSelectSearch/BKJSelectSearch.styled.js.map +1 -0
  1228. package/lib/components/BKJSelectSearch/BKJSelectSearchControls.d.ts +9 -0
  1229. package/lib/components/BKJSelectSearch/BKJSelectSearchControls.d.ts.map +1 -0
  1230. package/lib/components/BKJSelectSearch/BKJSelectSearchControls.js +22 -0
  1231. package/lib/components/BKJSelectSearch/BKJSelectSearchControls.js.map +1 -0
  1232. package/lib/components/BKJSelectSearch/BKJSelectSearchControls.styled.d.ts +4 -0
  1233. package/lib/components/BKJSelectSearch/BKJSelectSearchControls.styled.d.ts.map +1 -0
  1234. package/lib/components/BKJSelectSearch/BKJSelectSearchControls.styled.js +36 -0
  1235. package/lib/components/BKJSelectSearch/BKJSelectSearchControls.styled.js.map +1 -0
  1236. package/lib/components/BKJSelectSearch/index.d.ts +3 -0
  1237. package/lib/components/BKJSelectSearch/index.d.ts.map +1 -0
  1238. package/lib/components/BKJSelectSearch/index.js +3 -0
  1239. package/lib/components/BKJSelectSearch/index.js.map +1 -0
  1240. package/lib/components/BKJTableMainHeader/BKJTableMainHeader.d.ts +6 -0
  1241. package/lib/components/BKJTableMainHeader/BKJTableMainHeader.d.ts.map +1 -0
  1242. package/lib/components/BKJTableMainHeader/BKJTableMainHeader.js +4 -0
  1243. package/lib/components/BKJTableMainHeader/BKJTableMainHeader.js.map +1 -0
  1244. package/lib/components/BKJTableMainHeader/BKJTableMainHeader.stories.d.ts +8 -0
  1245. package/lib/components/BKJTableMainHeader/BKJTableMainHeader.stories.d.ts.map +1 -0
  1246. package/lib/components/BKJTableMainHeader/BKJTableMainHeader.stories.js +13 -0
  1247. package/lib/components/BKJTableMainHeader/BKJTableMainHeader.stories.js.map +1 -0
  1248. package/lib/components/BKJTableMainHeader/BKJTableMainHeader.styled.d.ts +3 -0
  1249. package/lib/components/BKJTableMainHeader/BKJTableMainHeader.styled.d.ts.map +1 -0
  1250. package/lib/components/BKJTableMainHeader/BKJTableMainHeader.styled.js +13 -0
  1251. package/lib/components/BKJTableMainHeader/BKJTableMainHeader.styled.js.map +1 -0
  1252. package/lib/components/BKJTableMainHeader/index.d.ts +3 -0
  1253. package/lib/components/BKJTableMainHeader/index.d.ts.map +1 -0
  1254. package/lib/components/BKJTableMainHeader/index.js +3 -0
  1255. package/lib/components/BKJTableMainHeader/index.js.map +1 -0
  1256. package/lib/components/BKJTextArea/BKJTextArea.d.ts +4 -0
  1257. package/lib/components/BKJTextArea/BKJTextArea.d.ts.map +1 -0
  1258. package/lib/components/BKJTextArea/BKJTextArea.js +18 -0
  1259. package/lib/components/BKJTextArea/BKJTextArea.js.map +1 -0
  1260. package/lib/components/BKJTextArea/BKJTextArea.stories.d.ts +48 -0
  1261. package/lib/components/BKJTextArea/BKJTextArea.stories.d.ts.map +1 -0
  1262. package/lib/components/BKJTextArea/BKJTextArea.stories.js +58 -0
  1263. package/lib/components/BKJTextArea/BKJTextArea.stories.js.map +1 -0
  1264. package/lib/components/BKJTextArea/BKJTextArea.styled.d.ts +15 -0
  1265. package/lib/components/BKJTextArea/BKJTextArea.styled.d.ts.map +1 -0
  1266. package/lib/components/BKJTextArea/BKJTextArea.styled.js +47 -0
  1267. package/lib/components/BKJTextArea/BKJTextArea.styled.js.map +1 -0
  1268. package/lib/components/BKJTextArea/BKJTextArea.types.d.ts +17 -0
  1269. package/lib/components/BKJTextArea/BKJTextArea.types.d.ts.map +1 -0
  1270. package/lib/components/BKJTextArea/BKJTextArea.types.js +2 -0
  1271. package/lib/components/BKJTextArea/BKJTextArea.types.js.map +1 -0
  1272. package/lib/components/BKJTextArea/index.d.ts +3 -0
  1273. package/lib/components/BKJTextArea/index.d.ts.map +1 -0
  1274. package/lib/components/BKJTextArea/index.js +3 -0
  1275. package/lib/components/BKJTextArea/index.js.map +1 -0
  1276. package/lib/components/BKJTextInput/BKJTextInput.css.styled.d.ts +2 -0
  1277. package/lib/components/BKJTextInput/BKJTextInput.css.styled.d.ts.map +1 -0
  1278. package/lib/components/BKJTextInput/BKJTextInput.css.styled.js +22 -0
  1279. package/lib/components/BKJTextInput/BKJTextInput.css.styled.js.map +1 -0
  1280. package/lib/components/BKJTextInput/BKJTextInput.d.ts +3 -0
  1281. package/lib/components/BKJTextInput/BKJTextInput.d.ts.map +1 -0
  1282. package/lib/components/BKJTextInput/BKJTextInput.js +81 -0
  1283. package/lib/components/BKJTextInput/BKJTextInput.js.map +1 -0
  1284. package/lib/components/BKJTextInput/BKJTextInput.stories.d.ts +72 -0
  1285. package/lib/components/BKJTextInput/BKJTextInput.stories.d.ts.map +1 -0
  1286. package/lib/components/BKJTextInput/BKJTextInput.stories.js +123 -0
  1287. package/lib/components/BKJTextInput/BKJTextInput.stories.js.map +1 -0
  1288. package/lib/components/BKJTextInput/BKJTextInput.styled.d.ts +16 -0
  1289. package/lib/components/BKJTextInput/BKJTextInput.styled.d.ts.map +1 -0
  1290. package/lib/components/BKJTextInput/BKJTextInput.styled.js +74 -0
  1291. package/lib/components/BKJTextInput/BKJTextInput.styled.js.map +1 -0
  1292. package/lib/components/BKJTextInput/BKJTextInput.theme.d.ts +10 -0
  1293. package/lib/components/BKJTextInput/BKJTextInput.theme.d.ts.map +1 -0
  1294. package/lib/components/BKJTextInput/BKJTextInput.theme.js +45 -0
  1295. package/lib/components/BKJTextInput/BKJTextInput.theme.js.map +1 -0
  1296. package/lib/components/BKJTextInput/BKJTextInput.types.d.ts +90 -0
  1297. package/lib/components/BKJTextInput/BKJTextInput.types.d.ts.map +1 -0
  1298. package/lib/components/BKJTextInput/BKJTextInput.types.js +2 -0
  1299. package/lib/components/BKJTextInput/BKJTextInput.types.js.map +1 -0
  1300. package/lib/components/BKJTextInput/BKJTextInput.utils.d.ts +3 -0
  1301. package/lib/components/BKJTextInput/BKJTextInput.utils.d.ts.map +1 -0
  1302. package/lib/components/BKJTextInput/BKJTextInput.utils.js +125 -0
  1303. package/lib/components/BKJTextInput/BKJTextInput.utils.js.map +1 -0
  1304. package/lib/components/BKJTextInput/index.d.ts +2 -0
  1305. package/lib/components/BKJTextInput/index.d.ts.map +1 -0
  1306. package/lib/components/BKJTextInput/index.js +2 -0
  1307. package/lib/components/BKJTextInput/index.js.map +1 -0
  1308. package/lib/components/BKJToastMessage/BKJToastContainer.d.ts +4 -0
  1309. package/lib/components/BKJToastMessage/BKJToastContainer.d.ts.map +1 -0
  1310. package/lib/components/BKJToastMessage/BKJToastContainer.js +19 -0
  1311. package/lib/components/BKJToastMessage/BKJToastContainer.js.map +1 -0
  1312. package/lib/components/BKJToastMessage/BKJToastMessage.d.ts +3 -0
  1313. package/lib/components/BKJToastMessage/BKJToastMessage.d.ts.map +1 -0
  1314. package/lib/components/BKJToastMessage/BKJToastMessage.js +12 -0
  1315. package/lib/components/BKJToastMessage/BKJToastMessage.js.map +1 -0
  1316. package/lib/components/BKJToastMessage/BKJToastMessage.stories.d.ts +27 -0
  1317. package/lib/components/BKJToastMessage/BKJToastMessage.stories.d.ts.map +1 -0
  1318. package/lib/components/BKJToastMessage/BKJToastMessage.stories.js +33 -0
  1319. package/lib/components/BKJToastMessage/BKJToastMessage.stories.js.map +1 -0
  1320. package/lib/components/BKJToastMessage/BKJToastMessage.styled.d.ts +16 -0
  1321. package/lib/components/BKJToastMessage/BKJToastMessage.styled.d.ts.map +1 -0
  1322. package/lib/components/BKJToastMessage/BKJToastMessage.styled.js +122 -0
  1323. package/lib/components/BKJToastMessage/BKJToastMessage.styled.js.map +1 -0
  1324. package/lib/components/BKJToastMessage/BKJToastMessage.theme.d.ts +3 -0
  1325. package/lib/components/BKJToastMessage/BKJToastMessage.theme.d.ts.map +1 -0
  1326. package/lib/components/BKJToastMessage/BKJToastMessage.theme.js +13 -0
  1327. package/lib/components/BKJToastMessage/BKJToastMessage.theme.js.map +1 -0
  1328. package/lib/components/BKJToastMessage/BKJToastMessage.types.d.ts +13 -0
  1329. package/lib/components/BKJToastMessage/BKJToastMessage.types.d.ts.map +1 -0
  1330. package/lib/components/BKJToastMessage/BKJToastMessage.types.js +2 -0
  1331. package/lib/components/BKJToastMessage/BKJToastMessage.types.js.map +1 -0
  1332. package/lib/components/BKJToastMessage/BKJToastMessage.utils.d.ts +7 -0
  1333. package/lib/components/BKJToastMessage/BKJToastMessage.utils.d.ts.map +1 -0
  1334. package/lib/components/BKJToastMessage/BKJToastMessage.utils.js +17 -0
  1335. package/lib/components/BKJToastMessage/BKJToastMessage.utils.js.map +1 -0
  1336. package/lib/components/BKJToastMessage/ToastErrorIcon.d.ts +3 -0
  1337. package/lib/components/BKJToastMessage/ToastErrorIcon.d.ts.map +1 -0
  1338. package/lib/components/BKJToastMessage/ToastErrorIcon.js +12 -0
  1339. package/lib/components/BKJToastMessage/ToastErrorIcon.js.map +1 -0
  1340. package/lib/components/BKJToastMessage/ToastSuccessIcon.d.ts +3 -0
  1341. package/lib/components/BKJToastMessage/ToastSuccessIcon.d.ts.map +1 -0
  1342. package/lib/components/BKJToastMessage/ToastSuccessIcon.js +6 -0
  1343. package/lib/components/BKJToastMessage/ToastSuccessIcon.js.map +1 -0
  1344. package/lib/components/BKJToastMessage/ToastWarnIcon.d.ts +3 -0
  1345. package/lib/components/BKJToastMessage/ToastWarnIcon.d.ts.map +1 -0
  1346. package/lib/components/BKJToastMessage/ToastWarnIcon.js +6 -0
  1347. package/lib/components/BKJToastMessage/ToastWarnIcon.js.map +1 -0
  1348. package/lib/components/BKJToastMessage/index.d.ts +3 -0
  1349. package/lib/components/BKJToastMessage/index.d.ts.map +1 -0
  1350. package/lib/components/BKJToastMessage/index.js +3 -0
  1351. package/lib/components/BKJToastMessage/index.js.map +1 -0
  1352. package/lib/components/BKJToggleInput/BKJToggleInput.constants.d.ts +4 -0
  1353. package/lib/components/BKJToggleInput/BKJToggleInput.constants.d.ts.map +1 -0
  1354. package/lib/components/BKJToggleInput/BKJToggleInput.constants.js +54 -0
  1355. package/lib/components/BKJToggleInput/BKJToggleInput.constants.js.map +1 -0
  1356. package/lib/components/BKJToggleInput/BKJToggleInput.d.ts +4 -0
  1357. package/lib/components/BKJToggleInput/BKJToggleInput.d.ts.map +1 -0
  1358. package/lib/components/BKJToggleInput/BKJToggleInput.js +7 -0
  1359. package/lib/components/BKJToggleInput/BKJToggleInput.js.map +1 -0
  1360. package/lib/components/BKJToggleInput/BKJToggleInput.stories.d.ts +57 -0
  1361. package/lib/components/BKJToggleInput/BKJToggleInput.stories.d.ts.map +1 -0
  1362. package/lib/components/BKJToggleInput/BKJToggleInput.stories.js +75 -0
  1363. package/lib/components/BKJToggleInput/BKJToggleInput.stories.js.map +1 -0
  1364. package/lib/components/BKJToggleInput/BKJToggleInput.styled.d.ts +27 -0
  1365. package/lib/components/BKJToggleInput/BKJToggleInput.styled.d.ts.map +1 -0
  1366. package/lib/components/BKJToggleInput/BKJToggleInput.styled.js +102 -0
  1367. package/lib/components/BKJToggleInput/BKJToggleInput.styled.js.map +1 -0
  1368. package/lib/components/BKJToggleInput/BKJToggleInput.theme.d.ts +3 -0
  1369. package/lib/components/BKJToggleInput/BKJToggleInput.theme.d.ts.map +1 -0
  1370. package/lib/components/BKJToggleInput/BKJToggleInput.theme.js +9 -0
  1371. package/lib/components/BKJToggleInput/BKJToggleInput.theme.js.map +1 -0
  1372. package/lib/components/BKJToggleInput/BKJToggleInput.types.d.ts +23 -0
  1373. package/lib/components/BKJToggleInput/BKJToggleInput.types.d.ts.map +1 -0
  1374. package/lib/components/BKJToggleInput/BKJToggleInput.types.js +2 -0
  1375. package/lib/components/BKJToggleInput/BKJToggleInput.types.js.map +1 -0
  1376. package/lib/components/BKJToggleInput/index.d.ts +3 -0
  1377. package/lib/components/BKJToggleInput/index.d.ts.map +1 -0
  1378. package/lib/components/BKJToggleInput/index.js +3 -0
  1379. package/lib/components/BKJToggleInput/index.js.map +1 -0
  1380. package/lib/components/BKJTooltipWrapper/BKJTooltip.d.ts +7 -0
  1381. package/lib/components/BKJTooltipWrapper/BKJTooltip.d.ts.map +1 -0
  1382. package/lib/components/BKJTooltipWrapper/BKJTooltip.js +33 -0
  1383. package/lib/components/BKJTooltipWrapper/BKJTooltip.js.map +1 -0
  1384. package/lib/components/BKJTooltipWrapper/BKJTooltipWrapper.context.d.ts +5 -0
  1385. package/lib/components/BKJTooltipWrapper/BKJTooltipWrapper.context.d.ts.map +1 -0
  1386. package/lib/components/BKJTooltipWrapper/BKJTooltipWrapper.context.js +22 -0
  1387. package/lib/components/BKJTooltipWrapper/BKJTooltipWrapper.context.js.map +1 -0
  1388. package/lib/components/BKJTooltipWrapper/BKJTooltipWrapper.d.ts +4 -0
  1389. package/lib/components/BKJTooltipWrapper/BKJTooltipWrapper.d.ts.map +1 -0
  1390. package/lib/components/BKJTooltipWrapper/BKJTooltipWrapper.js +15 -0
  1391. package/lib/components/BKJTooltipWrapper/BKJTooltipWrapper.js.map +1 -0
  1392. package/lib/components/BKJTooltipWrapper/BKJTooltipWrapper.stories.d.ts +17 -0
  1393. package/lib/components/BKJTooltipWrapper/BKJTooltipWrapper.stories.d.ts.map +1 -0
  1394. package/lib/components/BKJTooltipWrapper/BKJTooltipWrapper.stories.js +27 -0
  1395. package/lib/components/BKJTooltipWrapper/BKJTooltipWrapper.stories.js.map +1 -0
  1396. package/lib/components/BKJTooltipWrapper/BKJTooltipWrapper.styled.d.ts +11 -0
  1397. package/lib/components/BKJTooltipWrapper/BKJTooltipWrapper.styled.d.ts.map +1 -0
  1398. package/lib/components/BKJTooltipWrapper/BKJTooltipWrapper.styled.js +58 -0
  1399. package/lib/components/BKJTooltipWrapper/BKJTooltipWrapper.styled.js.map +1 -0
  1400. package/lib/components/BKJTooltipWrapper/BKJTooltipWrapper.types.d.ts +13 -0
  1401. package/lib/components/BKJTooltipWrapper/BKJTooltipWrapper.types.d.ts.map +1 -0
  1402. package/lib/components/BKJTooltipWrapper/BKJTooltipWrapper.types.js +2 -0
  1403. package/lib/components/BKJTooltipWrapper/BKJTooltipWrapper.types.js.map +1 -0
  1404. package/lib/components/BKJTooltipWrapper/index.d.ts +2 -0
  1405. package/lib/components/BKJTooltipWrapper/index.d.ts.map +1 -0
  1406. package/lib/components/BKJTooltipWrapper/index.js +2 -0
  1407. package/lib/components/BKJTooltipWrapper/index.js.map +1 -0
  1408. package/lib/components/BKJTypography/BKJTypography.d.ts +4 -0
  1409. package/lib/components/BKJTypography/BKJTypography.d.ts.map +1 -0
  1410. package/lib/components/BKJTypography/BKJTypography.js +7 -0
  1411. package/lib/components/BKJTypography/BKJTypography.js.map +1 -0
  1412. package/lib/components/BKJTypography/BKJTypography.stories.d.ts +22 -0
  1413. package/lib/components/BKJTypography/BKJTypography.stories.d.ts.map +1 -0
  1414. package/lib/components/BKJTypography/BKJTypography.stories.js +38 -0
  1415. package/lib/components/BKJTypography/BKJTypography.stories.js.map +1 -0
  1416. package/lib/components/BKJTypography/BKJTypography.styled.d.ts +11 -0
  1417. package/lib/components/BKJTypography/BKJTypography.styled.d.ts.map +1 -0
  1418. package/lib/components/BKJTypography/BKJTypography.styled.js +25 -0
  1419. package/lib/components/BKJTypography/BKJTypography.styled.js.map +1 -0
  1420. package/lib/components/BKJTypography/BKJTypography.theme.d.ts +3 -0
  1421. package/lib/components/BKJTypography/BKJTypography.theme.d.ts.map +1 -0
  1422. package/lib/components/BKJTypography/BKJTypography.theme.js +59 -0
  1423. package/lib/components/BKJTypography/BKJTypography.theme.js.map +1 -0
  1424. package/lib/components/BKJTypography/BKJTypography.types.d.ts +26 -0
  1425. package/lib/components/BKJTypography/BKJTypography.types.d.ts.map +1 -0
  1426. package/lib/components/BKJTypography/BKJTypography.types.js +2 -0
  1427. package/lib/components/BKJTypography/BKJTypography.types.js.map +1 -0
  1428. package/lib/components/BKJTypography/index.d.ts +3 -0
  1429. package/lib/components/BKJTypography/index.d.ts.map +1 -0
  1430. package/lib/components/BKJTypography/index.js +3 -0
  1431. package/lib/components/BKJTypography/index.js.map +1 -0
  1432. package/lib/components/ErrorBoundary/ErrorBoundary.d.ts +28 -0
  1433. package/lib/components/ErrorBoundary/ErrorBoundary.d.ts.map +1 -0
  1434. package/lib/components/ErrorBoundary/ErrorBoundary.js +31 -0
  1435. package/lib/components/ErrorBoundary/ErrorBoundary.js.map +1 -0
  1436. package/lib/components/ErrorBoundary/index.d.ts +2 -0
  1437. package/lib/components/ErrorBoundary/index.d.ts.map +1 -0
  1438. package/lib/components/ErrorBoundary/index.js +2 -0
  1439. package/lib/components/ErrorBoundary/index.js.map +1 -0
  1440. package/lib/components/Flex/Flex.d.ts +3 -0
  1441. package/lib/components/Flex/Flex.d.ts.map +1 -0
  1442. package/lib/components/Flex/Flex.js +8 -0
  1443. package/lib/components/Flex/Flex.js.map +1 -0
  1444. package/lib/components/Flex/Flex.styled.d.ts +3 -0
  1445. package/lib/components/Flex/Flex.styled.d.ts.map +1 -0
  1446. package/lib/components/Flex/Flex.styled.js +229 -0
  1447. package/lib/components/Flex/Flex.styled.js.map +1 -0
  1448. package/lib/components/Flex/Flex.types.d.ts +76 -0
  1449. package/lib/components/Flex/Flex.types.d.ts.map +1 -0
  1450. package/lib/components/Flex/Flex.types.js +2 -0
  1451. package/lib/components/Flex/Flex.types.js.map +1 -0
  1452. package/lib/components/Flex/index.d.ts +3 -0
  1453. package/lib/components/Flex/index.d.ts.map +1 -0
  1454. package/lib/components/Flex/index.js +3 -0
  1455. package/lib/components/Flex/index.js.map +1 -0
  1456. package/lib/components/GenericErrorMessage/GenericErrorMessage.d.ts +14 -0
  1457. package/lib/components/GenericErrorMessage/GenericErrorMessage.d.ts.map +1 -0
  1458. package/lib/components/GenericErrorMessage/GenericErrorMessage.js +24 -0
  1459. package/lib/components/GenericErrorMessage/GenericErrorMessage.js.map +1 -0
  1460. package/lib/components/GenericErrorMessage/GenericErrorMessage.styled.d.ts +15 -0
  1461. package/lib/components/GenericErrorMessage/GenericErrorMessage.styled.d.ts.map +1 -0
  1462. package/lib/components/GenericErrorMessage/GenericErrorMessage.styled.js +140 -0
  1463. package/lib/components/GenericErrorMessage/GenericErrorMessage.styled.js.map +1 -0
  1464. package/lib/components/GenericErrorMessage/index.d.ts +2 -0
  1465. package/lib/components/GenericErrorMessage/index.d.ts.map +1 -0
  1466. package/lib/components/GenericErrorMessage/index.js +2 -0
  1467. package/lib/components/GenericErrorMessage/index.js.map +1 -0
  1468. package/lib/components/InfiniteScrollLoading/InfiniteScrollLoading.d.ts +9 -0
  1469. package/lib/components/InfiniteScrollLoading/InfiniteScrollLoading.d.ts.map +1 -0
  1470. package/lib/components/InfiniteScrollLoading/InfiniteScrollLoading.js +12 -0
  1471. package/lib/components/InfiniteScrollLoading/InfiniteScrollLoading.js.map +1 -0
  1472. package/lib/components/InfiniteScrollLoading/InfiniteScrollLoading.styled.d.ts +2 -0
  1473. package/lib/components/InfiniteScrollLoading/InfiniteScrollLoading.styled.d.ts.map +1 -0
  1474. package/lib/components/InfiniteScrollLoading/InfiniteScrollLoading.styled.js +12 -0
  1475. package/lib/components/InfiniteScrollLoading/InfiniteScrollLoading.styled.js.map +1 -0
  1476. package/lib/components/InfiniteScrollLoading/index.d.ts +2 -0
  1477. package/lib/components/InfiniteScrollLoading/index.d.ts.map +1 -0
  1478. package/lib/components/InfiniteScrollLoading/index.js +2 -0
  1479. package/lib/components/InfiniteScrollLoading/index.js.map +1 -0
  1480. package/lib/components/MobileBKJDropdownMenu/MobileBKJDropdownMenu.d.ts +7 -0
  1481. package/lib/components/MobileBKJDropdownMenu/MobileBKJDropdownMenu.d.ts.map +1 -0
  1482. package/lib/components/MobileBKJDropdownMenu/MobileBKJDropdownMenu.js +78 -0
  1483. package/lib/components/MobileBKJDropdownMenu/MobileBKJDropdownMenu.js.map +1 -0
  1484. package/lib/components/MobileBKJDropdownMenu/MobileBKJDropdownMenu.stories.d.ts +8 -0
  1485. package/lib/components/MobileBKJDropdownMenu/MobileBKJDropdownMenu.stories.d.ts.map +1 -0
  1486. package/lib/components/MobileBKJDropdownMenu/MobileBKJDropdownMenu.stories.js +10 -0
  1487. package/lib/components/MobileBKJDropdownMenu/MobileBKJDropdownMenu.stories.js.map +1 -0
  1488. package/lib/components/MobileBKJDropdownMenu/index.d.ts +2 -0
  1489. package/lib/components/MobileBKJDropdownMenu/index.d.ts.map +1 -0
  1490. package/lib/components/MobileBKJDropdownMenu/index.js +2 -0
  1491. package/lib/components/MobileBKJDropdownMenu/index.js.map +1 -0
  1492. package/lib/components/Portal/Portal.d.ts +10 -0
  1493. package/lib/components/Portal/Portal.d.ts.map +1 -0
  1494. package/lib/components/Portal/Portal.js +34 -0
  1495. package/lib/components/Portal/Portal.js.map +1 -0
  1496. package/lib/components/Portal/Portal.types.d.ts +4 -0
  1497. package/lib/components/Portal/Portal.types.d.ts.map +1 -0
  1498. package/lib/components/Portal/Portal.types.js +2 -0
  1499. package/lib/components/Portal/Portal.types.js.map +1 -0
  1500. package/lib/components/common/InputBaseCSS/index.d.ts +12 -0
  1501. package/lib/components/common/InputBaseCSS/index.d.ts.map +1 -0
  1502. package/lib/components/common/InputBaseCSS/index.js +83 -0
  1503. package/lib/components/common/InputBaseCSS/index.js.map +1 -0
  1504. package/lib/components/common/ListItemBaseCSS/index.d.ts +6 -0
  1505. package/lib/components/common/ListItemBaseCSS/index.d.ts.map +1 -0
  1506. package/lib/components/common/ListItemBaseCSS/index.js +84 -0
  1507. package/lib/components/common/ListItemBaseCSS/index.js.map +1 -0
  1508. package/lib/components/common/index.d.ts +2 -0
  1509. package/lib/components/common/index.d.ts.map +1 -0
  1510. package/lib/components/common/index.js +2 -0
  1511. package/lib/components/common/index.js.map +1 -0
  1512. package/lib/components/index.d.ts +46 -0
  1513. package/lib/components/index.d.ts.map +1 -0
  1514. package/lib/components/index.js +46 -0
  1515. package/lib/components/index.js.map +1 -0
  1516. package/lib/hooks/index.d.ts +6 -0
  1517. package/lib/hooks/index.d.ts.map +1 -0
  1518. package/lib/hooks/index.js +6 -0
  1519. package/lib/hooks/index.js.map +1 -0
  1520. package/lib/hooks/useClickOutside.d.ts +2 -0
  1521. package/lib/hooks/useClickOutside.d.ts.map +1 -0
  1522. package/lib/hooks/useClickOutside.js +21 -0
  1523. package/lib/hooks/useClickOutside.js.map +1 -0
  1524. package/lib/hooks/useDebouncedCallback/index.d.ts +2 -0
  1525. package/lib/hooks/useDebouncedCallback/index.d.ts.map +1 -0
  1526. package/lib/hooks/useDebouncedCallback/index.js +2 -0
  1527. package/lib/hooks/useDebouncedCallback/index.js.map +1 -0
  1528. package/lib/hooks/useDebouncedCallback/useDebouncedCallback.d.ts +2 -0
  1529. package/lib/hooks/useDebouncedCallback/useDebouncedCallback.d.ts.map +1 -0
  1530. package/lib/hooks/useDebouncedCallback/useDebouncedCallback.js +10 -0
  1531. package/lib/hooks/useDebouncedCallback/useDebouncedCallback.js.map +1 -0
  1532. package/lib/hooks/useDimensionsRef/index.d.ts +2 -0
  1533. package/lib/hooks/useDimensionsRef/index.d.ts.map +1 -0
  1534. package/lib/hooks/useDimensionsRef/index.js +2 -0
  1535. package/lib/hooks/useDimensionsRef/index.js.map +1 -0
  1536. package/lib/hooks/useDimensionsRef/useDimensionRef.types.d.ts +9 -0
  1537. package/lib/hooks/useDimensionsRef/useDimensionRef.types.d.ts.map +1 -0
  1538. package/lib/hooks/useDimensionsRef/useDimensionRef.types.js +2 -0
  1539. package/lib/hooks/useDimensionsRef/useDimensionRef.types.js.map +1 -0
  1540. package/lib/hooks/useDimensionsRef/useDimensionsRef.d.ts +3 -0
  1541. package/lib/hooks/useDimensionsRef/useDimensionsRef.d.ts.map +1 -0
  1542. package/lib/hooks/useDimensionsRef/useDimensionsRef.js +27 -0
  1543. package/lib/hooks/useDimensionsRef/useDimensionsRef.js.map +1 -0
  1544. package/lib/hooks/useFormBehaviors/index.d.ts +3 -0
  1545. package/lib/hooks/useFormBehaviors/index.d.ts.map +1 -0
  1546. package/lib/hooks/useFormBehaviors/index.js +3 -0
  1547. package/lib/hooks/useFormBehaviors/index.js.map +1 -0
  1548. package/lib/hooks/useFormBehaviors/useFormBehaviors.constants.d.ts +2 -0
  1549. package/lib/hooks/useFormBehaviors/useFormBehaviors.constants.d.ts.map +1 -0
  1550. package/lib/hooks/useFormBehaviors/useFormBehaviors.constants.js +2 -0
  1551. package/lib/hooks/useFormBehaviors/useFormBehaviors.constants.js.map +1 -0
  1552. package/lib/hooks/useFormBehaviors/useFormBehaviors.d.ts +7 -0
  1553. package/lib/hooks/useFormBehaviors/useFormBehaviors.d.ts.map +1 -0
  1554. package/lib/hooks/useFormBehaviors/useFormBehaviors.js +199 -0
  1555. package/lib/hooks/useFormBehaviors/useFormBehaviors.js.map +1 -0
  1556. package/lib/hooks/useFormBehaviors/useFormBehaviors.types.d.ts +46 -0
  1557. package/lib/hooks/useFormBehaviors/useFormBehaviors.types.d.ts.map +1 -0
  1558. package/lib/hooks/useFormBehaviors/useFormBehaviors.types.js +9 -0
  1559. package/lib/hooks/useFormBehaviors/useFormBehaviors.types.js.map +1 -0
  1560. package/lib/hooks/useFormBehaviors/useFormBehaviors.utils.d.ts +6 -0
  1561. package/lib/hooks/useFormBehaviors/useFormBehaviors.utils.d.ts.map +1 -0
  1562. package/lib/hooks/useFormBehaviors/useFormBehaviors.utils.js +20 -0
  1563. package/lib/hooks/useFormBehaviors/useFormBehaviors.utils.js.map +1 -0
  1564. package/lib/hooks/useIntersectionObserver/index.d.ts +2 -0
  1565. package/lib/hooks/useIntersectionObserver/index.d.ts.map +1 -0
  1566. package/lib/hooks/useIntersectionObserver/index.js +2 -0
  1567. package/lib/hooks/useIntersectionObserver/index.js.map +1 -0
  1568. package/lib/hooks/useIntersectionObserver/useIntersectionObserver.d.ts +2 -0
  1569. package/lib/hooks/useIntersectionObserver/useIntersectionObserver.d.ts.map +1 -0
  1570. package/lib/hooks/useIntersectionObserver/useIntersectionObserver.js +27 -0
  1571. package/lib/hooks/useIntersectionObserver/useIntersectionObserver.js.map +1 -0
  1572. package/lib/hooks/useMouseOutside.d.ts +2 -0
  1573. package/lib/hooks/useMouseOutside.d.ts.map +1 -0
  1574. package/lib/hooks/useMouseOutside.js +21 -0
  1575. package/lib/hooks/useMouseOutside.js.map +1 -0
  1576. package/lib/hooks/usePersistentState/index.d.ts +2 -0
  1577. package/lib/hooks/usePersistentState/index.d.ts.map +1 -0
  1578. package/lib/hooks/usePersistentState/index.js +2 -0
  1579. package/lib/hooks/usePersistentState/index.js.map +1 -0
  1580. package/lib/hooks/usePersistentState/usePersistentState.d.ts +3 -0
  1581. package/lib/hooks/usePersistentState/usePersistentState.d.ts.map +1 -0
  1582. package/lib/hooks/usePersistentState/usePersistentState.js +30 -0
  1583. package/lib/hooks/usePersistentState/usePersistentState.js.map +1 -0
  1584. package/lib/hooks/usePortalTargetElement.d.ts +3 -0
  1585. package/lib/hooks/usePortalTargetElement.d.ts.map +1 -0
  1586. package/lib/hooks/usePortalTargetElement.js +15 -0
  1587. package/lib/hooks/usePortalTargetElement.js.map +1 -0
  1588. package/lib/hooks/useScrollIntoView.d.ts +2 -0
  1589. package/lib/hooks/useScrollIntoView.d.ts.map +1 -0
  1590. package/lib/hooks/useScrollIntoView.js +10 -0
  1591. package/lib/hooks/useScrollIntoView.js.map +1 -0
  1592. package/lib/index.d.ts +4 -0
  1593. package/lib/index.d.ts.map +1 -0
  1594. package/lib/index.js +4 -0
  1595. package/lib/index.js.map +1 -0
  1596. package/lib/locales/en/en_US.json +7 -0
  1597. package/lib/locales/fr/fr-CA.json +7 -0
  1598. package/lib/locales/locales.types.d.ts +3 -0
  1599. package/lib/locales/locales.types.d.ts.map +1 -0
  1600. package/lib/locales/locales.types.js +2 -0
  1601. package/lib/locales/locales.types.js.map +1 -0
  1602. package/lib/providers/BKJThemeProvider/BKJColors.d.ts +58 -0
  1603. package/lib/providers/BKJThemeProvider/BKJColors.d.ts.map +1 -0
  1604. package/lib/providers/BKJThemeProvider/BKJColors.js +58 -0
  1605. package/lib/providers/BKJThemeProvider/BKJColors.js.map +1 -0
  1606. package/lib/providers/BKJThemeProvider/BKJThemeProvider.d.ts +4 -0
  1607. package/lib/providers/BKJThemeProvider/BKJThemeProvider.d.ts.map +1 -0
  1608. package/lib/providers/BKJThemeProvider/BKJThemeProvider.js +6 -0
  1609. package/lib/providers/BKJThemeProvider/BKJThemeProvider.js.map +1 -0
  1610. package/lib/providers/BKJThemeProvider/BKJThemeProvider.styled.d.ts +3 -0
  1611. package/lib/providers/BKJThemeProvider/BKJThemeProvider.styled.d.ts.map +1 -0
  1612. package/lib/providers/BKJThemeProvider/BKJThemeProvider.styled.js +149 -0
  1613. package/lib/providers/BKJThemeProvider/BKJThemeProvider.styled.js.map +1 -0
  1614. package/lib/providers/BKJThemeProvider/BKJThemeProvider.theme.d.ts +11 -0
  1615. package/lib/providers/BKJThemeProvider/BKJThemeProvider.theme.d.ts.map +1 -0
  1616. package/lib/providers/BKJThemeProvider/BKJThemeProvider.theme.js +222 -0
  1617. package/lib/providers/BKJThemeProvider/BKJThemeProvider.theme.js.map +1 -0
  1618. package/lib/providers/BKJThemeProvider/BKJThemeProvider.types.d.ts +225 -0
  1619. package/lib/providers/BKJThemeProvider/BKJThemeProvider.types.d.ts.map +1 -0
  1620. package/lib/providers/BKJThemeProvider/BKJThemeProvider.types.js +15 -0
  1621. package/lib/providers/BKJThemeProvider/BKJThemeProvider.types.js.map +1 -0
  1622. package/lib/providers/BKJThemeProvider/index.d.ts +4 -0
  1623. package/lib/providers/BKJThemeProvider/index.d.ts.map +1 -0
  1624. package/lib/providers/BKJThemeProvider/index.js +4 -0
  1625. package/lib/providers/BKJThemeProvider/index.js.map +1 -0
  1626. package/lib/providers/I18NextProvider.d.ts +3 -0
  1627. package/lib/providers/I18NextProvider.d.ts.map +1 -0
  1628. package/lib/providers/I18NextProvider.js +28 -0
  1629. package/lib/providers/I18NextProvider.js.map +1 -0
  1630. package/lib/providers/index.d.ts +2 -0
  1631. package/lib/providers/index.d.ts.map +1 -0
  1632. package/lib/providers/index.js +2 -0
  1633. package/lib/providers/index.js.map +1 -0
  1634. package/lib/utils/deepEquals.d.ts +2 -0
  1635. package/lib/utils/deepEquals.d.ts.map +1 -0
  1636. package/lib/utils/deepEquals.js +3 -0
  1637. package/lib/utils/deepEquals.js.map +1 -0
  1638. package/lib/utils/findValueByKey.d.ts +2 -0
  1639. package/lib/utils/findValueByKey.d.ts.map +1 -0
  1640. package/lib/utils/findValueByKey.js +9 -0
  1641. package/lib/utils/findValueByKey.js.map +1 -0
  1642. package/lib/utils/isEmpty.d.ts +2 -0
  1643. package/lib/utils/isEmpty.d.ts.map +1 -0
  1644. package/lib/utils/isEmpty.js +9 -0
  1645. package/lib/utils/isEmpty.js.map +1 -0
  1646. package/lib/utils/maskFloat.d.ts +2 -0
  1647. package/lib/utils/maskFloat.d.ts.map +1 -0
  1648. package/lib/utils/maskFloat.js +9 -0
  1649. package/lib/utils/maskFloat.js.map +1 -0
  1650. package/lib/utils/serialize.d.ts +3 -0
  1651. package/lib/utils/serialize.d.ts.map +1 -0
  1652. package/lib/utils/serialize.js +3 -0
  1653. package/lib/utils/serialize.js.map +1 -0
  1654. package/lib/utils/withMemo.d.ts +2 -0
  1655. package/lib/utils/withMemo.d.ts.map +1 -0
  1656. package/lib/utils/withMemo.js +6 -0
  1657. package/lib/utils/withMemo.js.map +1 -0
  1658. package/package.json +22 -22
@@ -0,0 +1,3002 @@
1
+ [
2
+ {
3
+ "id": 1,
4
+ "company_name": "Walmart",
5
+ "revenue": 514405,
6
+ "profit": 6670
7
+ },
8
+ {
9
+ "id": 2,
10
+ "company_name": "Exxon Mobil",
11
+ "revenue": 290212,
12
+ "profit": 20840
13
+ },
14
+ {
15
+ "id": 3,
16
+ "company_name": "Apple",
17
+ "revenue": 265595,
18
+ "profit": 59531
19
+ },
20
+ {
21
+ "id": 4,
22
+ "company_name": "Berkshire Hathaway",
23
+ "revenue": 247837,
24
+ "profit": 4021
25
+ },
26
+ {
27
+ "id": 5,
28
+ "company_name": "Amazon.com",
29
+ "revenue": 232887,
30
+ "profit": 10073
31
+ },
32
+ {
33
+ "id": 6,
34
+ "company_name": "UnitedHealth Group",
35
+ "revenue": 226247,
36
+ "profit": 11986
37
+ },
38
+ {
39
+ "id": 7,
40
+ "company_name": "McKesson",
41
+ "revenue": 208357,
42
+ "profit": 67
43
+ },
44
+ {
45
+ "id": 8,
46
+ "company_name": "CVS Health",
47
+ "revenue": 194579,
48
+ "profit": -594
49
+ },
50
+ {
51
+ "id": 9,
52
+ "company_name": "AT&T",
53
+ "revenue": 170756,
54
+ "profit": 19370
55
+ },
56
+ {
57
+ "id": 10,
58
+ "company_name": "AmerisourceBergen",
59
+ "revenue": 167939.6,
60
+ "profit": 1658.4
61
+ },
62
+ {
63
+ "id": 11,
64
+ "company_name": "Chevron",
65
+ "revenue": 166339,
66
+ "profit": 14824
67
+ },
68
+ {
69
+ "id": 12,
70
+ "company_name": "Ford Motor",
71
+ "revenue": 160338,
72
+ "profit": 3677
73
+ },
74
+ {
75
+ "id": 13,
76
+ "company_name": "General Motors",
77
+ "revenue": 147049,
78
+ "profit": 8014
79
+ },
80
+ {
81
+ "id": 14,
82
+ "company_name": "Costco Wholesale",
83
+ "revenue": 141576,
84
+ "profit": 3134
85
+ },
86
+ {
87
+ "id": 15,
88
+ "company_name": "Alphabet",
89
+ "revenue": 136819,
90
+ "profit": 30736
91
+ },
92
+ {
93
+ "id": 16,
94
+ "company_name": "Cardinal Health",
95
+ "revenue": 136809,
96
+ "profit": 256
97
+ },
98
+ {
99
+ "id": 17,
100
+ "company_name": "Walgreens Boots Alliance",
101
+ "revenue": 131537,
102
+ "profit": 5024
103
+ },
104
+ {
105
+ "id": 18,
106
+ "company_name": "JPMorgan Chase",
107
+ "revenue": 131412,
108
+ "profit": 32474
109
+ },
110
+ {
111
+ "id": 19,
112
+ "company_name": "Verizon Communications",
113
+ "revenue": 130863,
114
+ "profit": 15528
115
+ },
116
+ {
117
+ "id": 20,
118
+ "company_name": "Kroger",
119
+ "revenue": 121162,
120
+ "profit": 3110
121
+ },
122
+ {
123
+ "id": 21,
124
+ "company_name": "General Electric",
125
+ "revenue": 120268,
126
+ "profit": -22355
127
+ },
128
+ {
129
+ "id": 22,
130
+ "company_name": "Fannie Mae",
131
+ "revenue": 120101,
132
+ "profit": 15959
133
+ },
134
+ {
135
+ "id": 23,
136
+ "company_name": "Phillips 66",
137
+ "revenue": 114217,
138
+ "profit": 5595
139
+ },
140
+ {
141
+ "id": 24,
142
+ "company_name": "Valero Energy",
143
+ "revenue": 111407,
144
+ "profit": 3122
145
+ },
146
+ {
147
+ "id": 25,
148
+ "company_name": "Bank of America",
149
+ "revenue": 110584,
150
+ "profit": 28147
151
+ },
152
+ {
153
+ "id": 26,
154
+ "company_name": "Microsoft",
155
+ "revenue": 110360,
156
+ "profit": 16571
157
+ },
158
+ {
159
+ "id": 27,
160
+ "company_name": "Home Depot",
161
+ "revenue": 108203,
162
+ "profit": 11121
163
+ },
164
+ {
165
+ "id": 28,
166
+ "company_name": "Boeing",
167
+ "revenue": 101127,
168
+ "profit": 10460
169
+ },
170
+ {
171
+ "id": 29,
172
+ "company_name": "Wells Fargo",
173
+ "revenue": 101060,
174
+ "profit": 22393
175
+ },
176
+ {
177
+ "id": 30,
178
+ "company_name": "Citigroup",
179
+ "revenue": 97120,
180
+ "profit": 18045
181
+ },
182
+ {
183
+ "id": 31,
184
+ "company_name": "Marathon Petroleum",
185
+ "revenue": 97102,
186
+ "profit": 2780
187
+ },
188
+ {
189
+ "id": 32,
190
+ "company_name": "Comcast",
191
+ "revenue": 94507,
192
+ "profit": 11731
193
+ },
194
+ {
195
+ "id": 33,
196
+ "company_name": "Anthem",
197
+ "revenue": 92105,
198
+ "profit": 3750
199
+ },
200
+ {
201
+ "id": 34,
202
+ "company_name": "Dell Technologies",
203
+ "revenue": 90621,
204
+ "profit": -2310
205
+ },
206
+ {
207
+ "id": 35,
208
+ "company_name": "DuPont de Nemours",
209
+ "revenue": 85977,
210
+ "profit": 3844
211
+ },
212
+ {
213
+ "id": 36,
214
+ "company_name": "State Farm Insurance",
215
+ "revenue": 81732.2,
216
+ "profit": 8788.4
217
+ },
218
+ {
219
+ "id": 37,
220
+ "company_name": "Johnson & Johnson",
221
+ "revenue": 81581,
222
+ "profit": 15297
223
+ },
224
+ {
225
+ "id": 38,
226
+ "company_name": "IBM",
227
+ "revenue": 79591,
228
+ "profit": 8728
229
+ },
230
+ {
231
+ "id": 39,
232
+ "company_name": "Target",
233
+ "revenue": 75356,
234
+ "profit": 2937
235
+ },
236
+ {
237
+ "id": 40,
238
+ "company_name": "Freddie Mac",
239
+ "revenue": 73598,
240
+ "profit": 9235
241
+ },
242
+ {
243
+ "id": 41,
244
+ "company_name": "United Parcel Service",
245
+ "revenue": 71861,
246
+ "profit": 4791
247
+ },
248
+ {
249
+ "id": 42,
250
+ "company_name": "Lowe's",
251
+ "revenue": 71309,
252
+ "profit": 2314
253
+ },
254
+ {
255
+ "id": 43,
256
+ "company_name": "Intel",
257
+ "revenue": 70848,
258
+ "profit": 21053
259
+ },
260
+ {
261
+ "id": 44,
262
+ "company_name": "MetLife",
263
+ "revenue": 67941,
264
+ "profit": 5123
265
+ },
266
+ {
267
+ "id": 45,
268
+ "company_name": "Procter & Gamble",
269
+ "revenue": 66832,
270
+ "profit": 9750
271
+ },
272
+ {
273
+ "id": 46,
274
+ "company_name": "United Technologies",
275
+ "revenue": 66501,
276
+ "profit": 5269
277
+ },
278
+ {
279
+ "id": 47,
280
+ "company_name": "FedEx",
281
+ "revenue": 65450,
282
+ "profit": 4572
283
+ },
284
+ {
285
+ "id": 48,
286
+ "company_name": "PepsiCo",
287
+ "revenue": 64661,
288
+ "profit": 12515
289
+ },
290
+ {
291
+ "id": 49,
292
+ "company_name": "Archer Daniels Midland",
293
+ "revenue": 64341,
294
+ "profit": 1810
295
+ },
296
+ {
297
+ "id": 50,
298
+ "company_name": "Prudential Financial",
299
+ "revenue": 62992,
300
+ "profit": 4074
301
+ },
302
+ {
303
+ "id": 51,
304
+ "company_name": "Centene",
305
+ "revenue": 60116,
306
+ "profit": 900
307
+ },
308
+ {
309
+ "id": 52,
310
+ "company_name": "Albertsons",
311
+ "revenue": 59924.6,
312
+ "profit": 46.3
313
+ },
314
+ {
315
+ "id": 53,
316
+ "company_name": "Walt Disney",
317
+ "revenue": 59434,
318
+ "profit": 12598
319
+ },
320
+ {
321
+ "id": 54,
322
+ "company_name": "Sysco",
323
+ "revenue": 58727.3,
324
+ "profit": 1430.8
325
+ },
326
+ {
327
+ "id": 55,
328
+ "company_name": "HP",
329
+ "revenue": 58472,
330
+ "profit": 5327
331
+ },
332
+ {
333
+ "id": 56,
334
+ "company_name": "Humana",
335
+ "revenue": 56912,
336
+ "profit": 1683
337
+ },
338
+ {
339
+ "id": 57,
340
+ "company_name": "Facebook",
341
+ "revenue": 55838,
342
+ "profit": 22112
343
+ },
344
+ {
345
+ "id": 58,
346
+ "company_name": "Caterpillar",
347
+ "revenue": 54722,
348
+ "profit": 6147
349
+ },
350
+ {
351
+ "id": 59,
352
+ "company_name": "Energy Transfer",
353
+ "revenue": 54436,
354
+ "profit": 1694
355
+ },
356
+ {
357
+ "id": 60,
358
+ "company_name": "Lockheed Martin",
359
+ "revenue": 53762,
360
+ "profit": 5046
361
+ },
362
+ {
363
+ "id": 61,
364
+ "company_name": "Pfizer",
365
+ "revenue": 53647,
366
+ "profit": 11153
367
+ },
368
+ {
369
+ "id": 62,
370
+ "company_name": "Goldman Sachs Group",
371
+ "revenue": 52528,
372
+ "profit": 10459
373
+ },
374
+ {
375
+ "id": 63,
376
+ "company_name": "Morgan Stanley",
377
+ "revenue": 50193,
378
+ "profit": 8748
379
+ },
380
+ {
381
+ "id": 64,
382
+ "company_name": "Cisco Systems",
383
+ "revenue": 49330,
384
+ "profit": 110
385
+ },
386
+ {
387
+ "id": 65,
388
+ "company_name": "Cigna",
389
+ "revenue": 48650,
390
+ "profit": 2637
391
+ },
392
+ {
393
+ "id": 66,
394
+ "company_name": "AIG",
395
+ "revenue": 47389,
396
+ "profit": -6
397
+ },
398
+ {
399
+ "id": 67,
400
+ "company_name": "HCA Healthcare",
401
+ "revenue": 46677,
402
+ "profit": 3787
403
+ },
404
+ {
405
+ "id": 68,
406
+ "company_name": "American Airlines Group",
407
+ "revenue": 44541,
408
+ "profit": 1412
409
+ },
410
+ {
411
+ "id": 69,
412
+ "company_name": "Delta Air Lines",
413
+ "revenue": 44438,
414
+ "profit": 3935
415
+ },
416
+ {
417
+ "id": 70,
418
+ "company_name": "Charter Communications",
419
+ "revenue": 43634,
420
+ "profit": 1230
421
+ },
422
+ {
423
+ "id": 71,
424
+ "company_name": "New York Life Insurance",
425
+ "revenue": 43425.3,
426
+ "profit": 880
427
+ },
428
+ {
429
+ "id": 72,
430
+ "company_name": "American Express",
431
+ "revenue": 43281,
432
+ "profit": 6921
433
+ },
434
+ {
435
+ "id": 73,
436
+ "company_name": "Nationwide",
437
+ "revenue": 43270,
438
+ "profit": 512.6
439
+ },
440
+ {
441
+ "id": 74,
442
+ "company_name": "Best Buy",
443
+ "revenue": 42879,
444
+ "profit": 1464
445
+ },
446
+ {
447
+ "id": 75,
448
+ "company_name": "Liberty Mutual Insurance Group",
449
+ "revenue": 42685,
450
+ "profit": 2160
451
+ },
452
+ {
453
+ "id": 76,
454
+ "company_name": "Merck",
455
+ "revenue": 42294,
456
+ "profit": 6220
457
+ },
458
+ {
459
+ "id": 77,
460
+ "company_name": "Honeywell International",
461
+ "revenue": 41802,
462
+ "profit": 6765
463
+ },
464
+ {
465
+ "id": 78,
466
+ "company_name": "United Continental Holdings",
467
+ "revenue": 41303,
468
+ "profit": 2129
469
+ },
470
+ {
471
+ "id": 79,
472
+ "company_name": "TIAA",
473
+ "revenue": 41052.1,
474
+ "profit": 1560.5
475
+ },
476
+ {
477
+ "id": 80,
478
+ "company_name": "Tyson Foods",
479
+ "revenue": 40052,
480
+ "profit": 3024
481
+ },
482
+ {
483
+ "id": 81,
484
+ "company_name": "Oracle",
485
+ "revenue": 39831,
486
+ "profit": 3825
487
+ },
488
+ {
489
+ "id": 82,
490
+ "company_name": "Allstate",
491
+ "revenue": 39815,
492
+ "profit": 2252
493
+ },
494
+ {
495
+ "id": 83,
496
+ "company_name": "World Fuel Services",
497
+ "revenue": 39750.3,
498
+ "profit": 127.7
499
+ },
500
+ {
501
+ "id": 84,
502
+ "company_name": "Massachusetts Mutual Life Insurance",
503
+ "revenue": 39267.2,
504
+ "profit": 397.9
505
+ },
506
+ {
507
+ "id": 85,
508
+ "company_name": "TJX",
509
+ "revenue": 38972.9,
510
+ "profit": 3059.8
511
+ },
512
+ {
513
+ "id": 86,
514
+ "company_name": "ConocoPhillips",
515
+ "revenue": 38727,
516
+ "profit": 6257
517
+ },
518
+ {
519
+ "id": 87,
520
+ "company_name": "Deere",
521
+ "revenue": 37357.7,
522
+ "profit": 2368.4
523
+ },
524
+ {
525
+ "id": 88,
526
+ "company_name": "Tech Data",
527
+ "revenue": 37239,
528
+ "profit": 340.6
529
+ },
530
+ {
531
+ "id": 89,
532
+ "company_name": "Enterprise Products Partners",
533
+ "revenue": 36534.2,
534
+ "profit": 4172.4
535
+ },
536
+ {
537
+ "id": 90,
538
+ "company_name": "Nike",
539
+ "revenue": 36397,
540
+ "profit": 1933
541
+ },
542
+ {
543
+ "id": 91,
544
+ "company_name": "Publix Super Markets",
545
+ "revenue": 36395.7,
546
+ "profit": 2381.2
547
+ },
548
+ {
549
+ "id": 92,
550
+ "company_name": "General Dynamics",
551
+ "revenue": 36193,
552
+ "profit": 3345
553
+ },
554
+ {
555
+ "id": 93,
556
+ "company_name": "Exelon",
557
+ "revenue": 35985,
558
+ "profit": 2010
559
+ },
560
+ {
561
+ "id": 94,
562
+ "company_name": "Plains GP Holdings",
563
+ "revenue": 34055,
564
+ "profit": 334
565
+ },
566
+ {
567
+ "id": 95,
568
+ "company_name": "3M",
569
+ "revenue": 32765,
570
+ "profit": 5349
571
+ },
572
+ {
573
+ "id": 96,
574
+ "company_name": "AbbVie",
575
+ "revenue": 32753,
576
+ "profit": 5687
577
+ },
578
+ {
579
+ "id": 97,
580
+ "company_name": "CHS",
581
+ "revenue": 32683.3,
582
+ "profit": 775.9
583
+ },
584
+ {
585
+ "id": 98,
586
+ "company_name": "Capital One Financial",
587
+ "revenue": 32377,
588
+ "profit": 6015
589
+ },
590
+ {
591
+ "id": 99,
592
+ "company_name": "Progressive",
593
+ "revenue": 31979,
594
+ "profit": 2615.3
595
+ },
596
+ {
597
+ "id": 100,
598
+ "company_name": "Coca-Cola",
599
+ "revenue": 31856,
600
+ "profit": 6434
601
+ },
602
+ {
603
+ "id": 101,
604
+ "company_name": "USAA",
605
+ "revenue": 31367.8,
606
+ "profit": 2291.9
607
+ },
608
+ {
609
+ "id": 102,
610
+ "company_name": "Hewlett Packard Enterprise",
611
+ "revenue": 30852,
612
+ "profit": 1908
613
+ },
614
+ {
615
+ "id": 103,
616
+ "company_name": "Abbott Laboratories",
617
+ "revenue": 30578,
618
+ "profit": 2368
619
+ },
620
+ {
621
+ "id": 104,
622
+ "company_name": "Twenty-First Century Fox",
623
+ "revenue": 30400,
624
+ "profit": 4464
625
+ },
626
+ {
627
+ "id": 105,
628
+ "company_name": "Micron Technology",
629
+ "revenue": 30391,
630
+ "profit": 14135
631
+ },
632
+ {
633
+ "id": 106,
634
+ "company_name": "Travelers",
635
+ "revenue": 30282,
636
+ "profit": 2523
637
+ },
638
+ {
639
+ "id": 107,
640
+ "company_name": "Rite Aid",
641
+ "revenue": 30215.4,
642
+ "profit": 943.5
643
+ },
644
+ {
645
+ "id": 108,
646
+ "company_name": "Northrop Grumman",
647
+ "revenue": 30095,
648
+ "profit": 3229
649
+ },
650
+ {
651
+ "id": 109,
652
+ "company_name": "Arrow Electronics",
653
+ "revenue": 29676.8,
654
+ "profit": 716.2
655
+ },
656
+ {
657
+ "id": 110,
658
+ "company_name": "Philip Morris International",
659
+ "revenue": 29625,
660
+ "profit": 7911
661
+ },
662
+ {
663
+ "id": 111,
664
+ "company_name": "Northwestern Mutual",
665
+ "revenue": 29124,
666
+ "profit": 783
667
+ },
668
+ {
669
+ "id": 112,
670
+ "company_name": "INTL FCStone",
671
+ "revenue": 27622.7,
672
+ "profit": 55.5
673
+ },
674
+ {
675
+ "id": 113,
676
+ "company_name": "PBF Energy",
677
+ "revenue": 27186.1,
678
+ "profit": 128.3
679
+ },
680
+ {
681
+ "id": 114,
682
+ "company_name": "Raytheon",
683
+ "revenue": 27058,
684
+ "profit": 2909
685
+ },
686
+ {
687
+ "id": 115,
688
+ "company_name": "Kraft Heinz",
689
+ "revenue": 26259,
690
+ "profit": -10229
691
+ },
692
+ {
693
+ "id": 116,
694
+ "company_name": "Mondelez International",
695
+ "revenue": 25938,
696
+ "profit": 3381
697
+ },
698
+ {
699
+ "id": 117,
700
+ "company_name": "U.S. Bancorp",
701
+ "revenue": 25775,
702
+ "profit": 7096
703
+ },
704
+ {
705
+ "id": 118,
706
+ "company_name": "Macy's",
707
+ "revenue": 25739,
708
+ "profit": 1108
709
+ },
710
+ {
711
+ "id": 119,
712
+ "company_name": "Dollar General",
713
+ "revenue": 25625,
714
+ "profit": 1589.5
715
+ },
716
+ {
717
+ "id": 120,
718
+ "company_name": "Nucor",
719
+ "revenue": 25067.3,
720
+ "profit": 2360.8
721
+ },
722
+ {
723
+ "id": 121,
724
+ "company_name": "Starbucks",
725
+ "revenue": 24719.5,
726
+ "profit": 4518.3
727
+ },
728
+ {
729
+ "id": 122,
730
+ "company_name": "DXC Technology",
731
+ "revenue": 24556,
732
+ "profit": 1751
733
+ },
734
+ {
735
+ "id": 123,
736
+ "company_name": "Eli Lilly",
737
+ "revenue": 24555.7,
738
+ "profit": 3232
739
+ },
740
+ {
741
+ "id": 124,
742
+ "company_name": "Thermo Fisher Scientific",
743
+ "revenue": 24358,
744
+ "profit": 2938
745
+ },
746
+ {
747
+ "id": 125,
748
+ "company_name": "US Foods Holding",
749
+ "revenue": 24175,
750
+ "profit": 407
751
+ },
752
+ {
753
+ "id": 126,
754
+ "company_name": "Duke Energy",
755
+ "revenue": 24116,
756
+ "profit": 2666
757
+ },
758
+ {
759
+ "id": 127,
760
+ "company_name": "Halliburton",
761
+ "revenue": 23995,
762
+ "profit": 1656
763
+ },
764
+ {
765
+ "id": 128,
766
+ "company_name": "Cummins",
767
+ "revenue": 23771,
768
+ "profit": 2141
769
+ },
770
+ {
771
+ "id": 129,
772
+ "company_name": "Amgen",
773
+ "revenue": 23747,
774
+ "profit": 8394
775
+ },
776
+ {
777
+ "id": 130,
778
+ "company_name": "Paccar",
779
+ "revenue": 23495.7,
780
+ "profit": 2195.1
781
+ },
782
+ {
783
+ "id": 131,
784
+ "company_name": "Southern",
785
+ "revenue": 23495,
786
+ "profit": 2226
787
+ },
788
+ {
789
+ "id": 132,
790
+ "company_name": "CenturyLink",
791
+ "revenue": 23443,
792
+ "profit": -1733
793
+ },
794
+ {
795
+ "id": 133,
796
+ "company_name": "International Paper",
797
+ "revenue": 23306,
798
+ "profit": 2012
799
+ },
800
+ {
801
+ "id": 134,
802
+ "company_name": "Union Pacific",
803
+ "revenue": 22832,
804
+ "profit": 5966
805
+ },
806
+ {
807
+ "id": 135,
808
+ "company_name": "Dollar Tree",
809
+ "revenue": 22823.3,
810
+ "profit": -1590.8
811
+ },
812
+ {
813
+ "id": 136,
814
+ "company_name": "Penske Automotive Group",
815
+ "revenue": 22785.1,
816
+ "profit": 471
817
+ },
818
+ {
819
+ "id": 137,
820
+ "company_name": "Qualcomm",
821
+ "revenue": 22732,
822
+ "profit": -4864
823
+ },
824
+ {
825
+ "id": 138,
826
+ "company_name": "Bristol-Myers Squibb",
827
+ "revenue": 22561,
828
+ "profit": 4920
829
+ },
830
+ {
831
+ "id": 139,
832
+ "company_name": "Gilead Sciences",
833
+ "revenue": 22127,
834
+ "profit": 5455
835
+ },
836
+ {
837
+ "id": 140,
838
+ "company_name": "Jabil",
839
+ "revenue": 22095.4,
840
+ "profit": 86.3
841
+ },
842
+ {
843
+ "id": 141,
844
+ "company_name": "ManpowerGroup",
845
+ "revenue": 21991.2,
846
+ "profit": 556.7
847
+ },
848
+ {
849
+ "id": 142,
850
+ "company_name": "Southwest Airlines",
851
+ "revenue": 21965,
852
+ "profit": 2465
853
+ },
854
+ {
855
+ "id": 143,
856
+ "company_name": "Aflac",
857
+ "revenue": 21758,
858
+ "profit": 2920
859
+ },
860
+ {
861
+ "id": 144,
862
+ "company_name": "Tesla",
863
+ "revenue": 21461.3,
864
+ "profit": -976.1
865
+ },
866
+ {
867
+ "id": 145,
868
+ "company_name": "AutoNation",
869
+ "revenue": 21412.8,
870
+ "profit": 396
871
+ },
872
+ {
873
+ "id": 146,
874
+ "company_name": "CBRE Group",
875
+ "revenue": 21340.1,
876
+ "profit": 1063.2
877
+ },
878
+ {
879
+ "id": 147,
880
+ "company_name": "Lear",
881
+ "revenue": 21148.5,
882
+ "profit": 1149.8
883
+ },
884
+ {
885
+ "id": 148,
886
+ "company_name": "Whirlpool",
887
+ "revenue": 21037,
888
+ "profit": -183
889
+ },
890
+ {
891
+ "id": 149,
892
+ "company_name": "McDonald's",
893
+ "revenue": 21025.2,
894
+ "profit": 5924.3
895
+ },
896
+ {
897
+ "id": 150,
898
+ "company_name": "Broadcom",
899
+ "revenue": 20848,
900
+ "profit": 12259
901
+ },
902
+ {
903
+ "id": 151,
904
+ "company_name": "Marriott International",
905
+ "revenue": 20758,
906
+ "profit": 1907
907
+ },
908
+ {
909
+ "id": 152,
910
+ "company_name": "Western Digital",
911
+ "revenue": 20647,
912
+ "profit": 675
913
+ },
914
+ {
915
+ "id": 153,
916
+ "company_name": "Visa",
917
+ "revenue": 20609,
918
+ "profit": 10301
919
+ },
920
+ {
921
+ "id": 154,
922
+ "company_name": "Lennar",
923
+ "revenue": 20571.6,
924
+ "profit": 1695.8
925
+ },
926
+ {
927
+ "id": 155,
928
+ "company_name": "WellCare Health Plans",
929
+ "revenue": 20414.1,
930
+ "profit": 439.8
931
+ },
932
+ {
933
+ "id": 156,
934
+ "company_name": "Kohl's",
935
+ "revenue": 20229,
936
+ "profit": 801
937
+ },
938
+ {
939
+ "id": 157,
940
+ "company_name": "AECOM",
941
+ "revenue": 20155.5,
942
+ "profit": 136.5
943
+ },
944
+ {
945
+ "id": 158,
946
+ "company_name": "Synnex",
947
+ "revenue": 20053.8,
948
+ "profit": 300.6
949
+ },
950
+ {
951
+ "id": 159,
952
+ "company_name": "PNC Financial Services",
953
+ "revenue": 19993,
954
+ "profit": 5301
955
+ },
956
+ {
957
+ "id": 160,
958
+ "company_name": "Danaher",
959
+ "revenue": 19893,
960
+ "profit": 2650.9
961
+ },
962
+ {
963
+ "id": 161,
964
+ "company_name": "Hartford Financial Services",
965
+ "revenue": 19827,
966
+ "profit": 1807
967
+ },
968
+ {
969
+ "id": 162,
970
+ "company_name": "Altria Group",
971
+ "revenue": 19627,
972
+ "profit": 6963
973
+ },
974
+ {
975
+ "id": 163,
976
+ "company_name": "Bank of New York Mellon",
977
+ "revenue": 19214,
978
+ "profit": 4266
979
+ },
980
+ {
981
+ "id": 164,
982
+ "company_name": "Fluor",
983
+ "revenue": 19166.6,
984
+ "profit": 224.8
985
+ },
986
+ {
987
+ "id": 165,
988
+ "company_name": "Avnet",
989
+ "revenue": 19036.9,
990
+ "profit": -156.4
991
+ },
992
+ {
993
+ "id": 166,
994
+ "company_name": "Icahn Enterprises",
995
+ "revenue": 18979,
996
+ "profit": 1507
997
+ },
998
+ {
999
+ "id": 167,
1000
+ "company_name": "Occidental Petroleum",
1001
+ "revenue": 18934,
1002
+ "profit": 4131
1003
+ },
1004
+ {
1005
+ "id": 168,
1006
+ "company_name": "Molina Healthcare",
1007
+ "revenue": 18890,
1008
+ "profit": 707
1009
+ },
1010
+ {
1011
+ "id": 169,
1012
+ "company_name": "Genuine Parts",
1013
+ "revenue": 18735.1,
1014
+ "profit": 810.5
1015
+ },
1016
+ {
1017
+ "id": 170,
1018
+ "company_name": "Freeport-McMoRan",
1019
+ "revenue": 18628,
1020
+ "profit": 2602
1021
+ },
1022
+ {
1023
+ "id": 171,
1024
+ "company_name": "Kimberly-Clark",
1025
+ "revenue": 18486,
1026
+ "profit": 1410
1027
+ },
1028
+ {
1029
+ "id": 172,
1030
+ "company_name": "Tenet Healthcare",
1031
+ "revenue": 18313,
1032
+ "profit": 111
1033
+ },
1034
+ {
1035
+ "id": 173,
1036
+ "company_name": "Synchrony Financial",
1037
+ "revenue": 18253,
1038
+ "profit": 2790
1039
+ },
1040
+ {
1041
+ "id": 174,
1042
+ "company_name": "CarMax",
1043
+ "revenue": 17976.8,
1044
+ "profit": 664.1
1045
+ },
1046
+ {
1047
+ "id": 175,
1048
+ "company_name": "HollyFrontier",
1049
+ "revenue": 17714.7,
1050
+ "profit": 1098
1051
+ },
1052
+ {
1053
+ "id": 176,
1054
+ "company_name": "Performance Food Group",
1055
+ "revenue": 17619.9,
1056
+ "profit": 198.7
1057
+ },
1058
+ {
1059
+ "id": 177,
1060
+ "company_name": "Sherwin-Williams",
1061
+ "revenue": 17534.5,
1062
+ "profit": 1108.7
1063
+ },
1064
+ {
1065
+ "id": 178,
1066
+ "company_name": "Emerson Electric",
1067
+ "revenue": 17408,
1068
+ "profit": 2203
1069
+ },
1070
+ {
1071
+ "id": 179,
1072
+ "company_name": "NGL Energy Partners",
1073
+ "revenue": 17282.7,
1074
+ "profit": -70.9
1075
+ },
1076
+ {
1077
+ "id": 180,
1078
+ "company_name": "XPO Logistics",
1079
+ "revenue": 17279,
1080
+ "profit": 422
1081
+ },
1082
+ {
1083
+ "id": 181,
1084
+ "company_name": "EOG Resources",
1085
+ "revenue": 17275.4,
1086
+ "profit": 3419
1087
+ },
1088
+ {
1089
+ "id": 182,
1090
+ "company_name": "Applied Materials",
1091
+ "revenue": 17253,
1092
+ "profit": 3313
1093
+ },
1094
+ {
1095
+ "id": 183,
1096
+ "company_name": "PG&E",
1097
+ "revenue": 16759,
1098
+ "profit": -6851
1099
+ },
1100
+ {
1101
+ "id": 184,
1102
+ "company_name": "NextEra Energy",
1103
+ "revenue": 16727,
1104
+ "profit": 6638
1105
+ },
1106
+ {
1107
+ "id": 185,
1108
+ "company_name": "C.H. Robinson Worldwide",
1109
+ "revenue": 16631.2,
1110
+ "profit": 664.5
1111
+ },
1112
+ {
1113
+ "id": 186,
1114
+ "company_name": "Gap",
1115
+ "revenue": 16580,
1116
+ "profit": 1003
1117
+ },
1118
+ {
1119
+ "id": 187,
1120
+ "company_name": "Lincoln National",
1121
+ "revenue": 16424,
1122
+ "profit": 1641
1123
+ },
1124
+ {
1125
+ "id": 188,
1126
+ "company_name": "DaVita",
1127
+ "revenue": 16368.6,
1128
+ "profit": 159.4
1129
+ },
1130
+ {
1131
+ "id": 189,
1132
+ "company_name": "Jones Lang LaSalle",
1133
+ "revenue": 16318.4,
1134
+ "profit": 484.5
1135
+ },
1136
+ {
1137
+ "id": 190,
1138
+ "company_name": "WestRock",
1139
+ "revenue": 16285.1,
1140
+ "profit": 1906.1
1141
+ },
1142
+ {
1143
+ "id": 191,
1144
+ "company_name": "CDW",
1145
+ "revenue": 16240.5,
1146
+ "profit": 643
1147
+ },
1148
+ {
1149
+ "id": 192,
1150
+ "company_name": "American Electric Power",
1151
+ "revenue": 16195.7,
1152
+ "profit": 1923.8
1153
+ },
1154
+ {
1155
+ "id": 193,
1156
+ "company_name": "Cognizant Technology Solutions",
1157
+ "revenue": 16125,
1158
+ "profit": 2101
1159
+ },
1160
+ {
1161
+ "id": 194,
1162
+ "company_name": "D.R. Horton",
1163
+ "revenue": 16068,
1164
+ "profit": 1460.3
1165
+ },
1166
+ {
1167
+ "id": 195,
1168
+ "company_name": "Becton Dickinson",
1169
+ "revenue": 15983,
1170
+ "profit": 311
1171
+ },
1172
+ {
1173
+ "id": 196,
1174
+ "company_name": "Nordstrom",
1175
+ "revenue": 15860,
1176
+ "profit": 564
1177
+ },
1178
+ {
1179
+ "id": 197,
1180
+ "company_name": "Netflix",
1181
+ "revenue": 15794.3,
1182
+ "profit": 1211.2
1183
+ },
1184
+ {
1185
+ "id": 198,
1186
+ "company_name": "Aramark",
1187
+ "revenue": 15789.6,
1188
+ "profit": 567.9
1189
+ },
1190
+ {
1191
+ "id": 199,
1192
+ "company_name": "Texas Instruments",
1193
+ "revenue": 15784,
1194
+ "profit": 5580
1195
+ },
1196
+ {
1197
+ "id": 200,
1198
+ "company_name": "General Mills",
1199
+ "revenue": 15740.4,
1200
+ "profit": 2131
1201
+ },
1202
+ {
1203
+ "id": 201,
1204
+ "company_name": "Supervalu",
1205
+ "revenue": 15679,
1206
+ "profit": 45
1207
+ },
1208
+ {
1209
+ "id": 202,
1210
+ "company_name": "Colgate-Palmolive",
1211
+ "revenue": 15544,
1212
+ "profit": 2400
1213
+ },
1214
+ {
1215
+ "id": 203,
1216
+ "company_name": "Goodyear Tire & Rubber",
1217
+ "revenue": 15475,
1218
+ "profit": 693
1219
+ },
1220
+ {
1221
+ "id": 204,
1222
+ "company_name": "PayPal Holdings",
1223
+ "revenue": 15451,
1224
+ "profit": 2057
1225
+ },
1226
+ {
1227
+ "id": 205,
1228
+ "company_name": "PPG Industries",
1229
+ "revenue": 15374,
1230
+ "profit": 1341
1231
+ },
1232
+ {
1233
+ "id": 206,
1234
+ "company_name": "Omnicom Group",
1235
+ "revenue": 15290.2,
1236
+ "profit": 1326.4
1237
+ },
1238
+ {
1239
+ "id": 207,
1240
+ "company_name": "Celgene",
1241
+ "revenue": 15281,
1242
+ "profit": 4046
1243
+ },
1244
+ {
1245
+ "id": 208,
1246
+ "company_name": "Jacobs Engineering Group",
1247
+ "revenue": 14984.6,
1248
+ "profit": 163.4
1249
+ },
1250
+ {
1251
+ "id": 209,
1252
+ "company_name": "Ross Stores",
1253
+ "revenue": 14983.5,
1254
+ "profit": 1587.5
1255
+ },
1256
+ {
1257
+ "id": 210,
1258
+ "company_name": "Marsh & McLennan",
1259
+ "revenue": 14950,
1260
+ "profit": 1650
1261
+ },
1262
+ {
1263
+ "id": 210,
1264
+ "company_name": "Mastercard",
1265
+ "revenue": 14950,
1266
+ "profit": 5859
1267
+ },
1268
+ {
1269
+ "id": 212,
1270
+ "company_name": "Land O'Lakes",
1271
+ "revenue": 14936.2,
1272
+ "profit": 254.5
1273
+ },
1274
+ {
1275
+ "id": 213,
1276
+ "company_name": "Waste Management",
1277
+ "revenue": 14914,
1278
+ "profit": 1925
1279
+ },
1280
+ {
1281
+ "id": 214,
1282
+ "company_name": "Illinois Tool Works",
1283
+ "revenue": 14768,
1284
+ "profit": 2563
1285
+ },
1286
+ {
1287
+ "id": 215,
1288
+ "company_name": "Ecolab",
1289
+ "revenue": 14668.2,
1290
+ "profit": 1429.1
1291
+ },
1292
+ {
1293
+ "id": 216,
1294
+ "company_name": "Booking Holdings",
1295
+ "revenue": 14527,
1296
+ "profit": 3998
1297
+ },
1298
+ {
1299
+ "id": 217,
1300
+ "company_name": "CBS",
1301
+ "revenue": 14514,
1302
+ "profit": 1960
1303
+ },
1304
+ {
1305
+ "id": 218,
1306
+ "company_name": "Parker-Hannifin",
1307
+ "revenue": 14302.4,
1308
+ "profit": 1060.8
1309
+ },
1310
+ {
1311
+ "id": 219,
1312
+ "company_name": "Principal Financial",
1313
+ "revenue": 14237.2,
1314
+ "profit": 1546.5
1315
+ },
1316
+ {
1317
+ "id": 220,
1318
+ "company_name": "DTE Energy",
1319
+ "revenue": 14212,
1320
+ "profit": 1120
1321
+ },
1322
+ {
1323
+ "id": 221,
1324
+ "company_name": "BlackRock",
1325
+ "revenue": 14198,
1326
+ "profit": 4305
1327
+ },
1328
+ {
1329
+ "id": 222,
1330
+ "company_name": "United States Steel",
1331
+ "revenue": 14178,
1332
+ "profit": 1115
1333
+ },
1334
+ {
1335
+ "id": 223,
1336
+ "company_name": "Community Health Systems",
1337
+ "revenue": 14155,
1338
+ "profit": -788
1339
+ },
1340
+ {
1341
+ "id": 224,
1342
+ "company_name": "Kinder Morgan",
1343
+ "revenue": 14144,
1344
+ "profit": 1609
1345
+ },
1346
+ {
1347
+ "id": 225,
1348
+ "company_name": "Qurate Retail",
1349
+ "revenue": 14070,
1350
+ "profit": 916
1351
+ },
1352
+ {
1353
+ "id": 226,
1354
+ "company_name": "Loews",
1355
+ "revenue": 14066,
1356
+ "profit": 636
1357
+ },
1358
+ {
1359
+ "id": 227,
1360
+ "company_name": "Arconic",
1361
+ "revenue": 14014,
1362
+ "profit": 642
1363
+ },
1364
+ {
1365
+ "id": 228,
1366
+ "company_name": "Stanley Black & Decker",
1367
+ "revenue": 13982.4,
1368
+ "profit": 605.2
1369
+ },
1370
+ {
1371
+ "id": 229,
1372
+ "company_name": "Textron",
1373
+ "revenue": 13972,
1374
+ "profit": 1222
1375
+ },
1376
+ {
1377
+ "id": 230,
1378
+ "company_name": "Las Vegas Sands",
1379
+ "revenue": 13729,
1380
+ "profit": 2413
1381
+ },
1382
+ {
1383
+ "id": 231,
1384
+ "company_name": "Estee Lauder",
1385
+ "revenue": 13683,
1386
+ "profit": 1108
1387
+ },
1388
+ {
1389
+ "id": 232,
1390
+ "company_name": "DISH Network",
1391
+ "revenue": 13621.3,
1392
+ "profit": 1575.1
1393
+ },
1394
+ {
1395
+ "id": 233,
1396
+ "company_name": "Stryker",
1397
+ "revenue": 13601,
1398
+ "profit": 3553
1399
+ },
1400
+ {
1401
+ "id": 234,
1402
+ "company_name": "Kellogg",
1403
+ "revenue": 13547,
1404
+ "profit": 1336
1405
+ },
1406
+ {
1407
+ "id": 235,
1408
+ "company_name": "Biogen",
1409
+ "revenue": 13452.9,
1410
+ "profit": 4430.7
1411
+ },
1412
+ {
1413
+ "id": 236,
1414
+ "company_name": "Alcoa",
1415
+ "revenue": 13403,
1416
+ "profit": 227
1417
+ },
1418
+ {
1419
+ "id": 237,
1420
+ "company_name": "Anadarko Petroleum",
1421
+ "revenue": 13382,
1422
+ "profit": 615
1423
+ },
1424
+ {
1425
+ "id": 238,
1426
+ "company_name": "Dominion Energy",
1427
+ "revenue": 13366,
1428
+ "profit": 2447
1429
+ },
1430
+ {
1431
+ "id": 239,
1432
+ "company_name": "ADP",
1433
+ "revenue": 13325.8,
1434
+ "profit": 1620.8
1435
+ },
1436
+ {
1437
+ "id": 240,
1438
+ "company_name": "salesforce.com",
1439
+ "revenue": 13282,
1440
+ "profit": 1110
1441
+ },
1442
+ {
1443
+ "id": 241,
1444
+ "company_name": "L Brands",
1445
+ "revenue": 13236.9,
1446
+ "profit": 643.9
1447
+ },
1448
+ {
1449
+ "id": 242,
1450
+ "company_name": "Henry Schein",
1451
+ "revenue": 13202,
1452
+ "profit": 535.9
1453
+ },
1454
+ {
1455
+ "id": 243,
1456
+ "company_name": "Newell Brands",
1457
+ "revenue": 13033.1,
1458
+ "profit": -6917.9
1459
+ },
1460
+ {
1461
+ "id": 244,
1462
+ "company_name": "Guardian Life Ins. Co. of America",
1463
+ "revenue": 13014.9,
1464
+ "profit": 464.9
1465
+ },
1466
+ {
1467
+ "id": 245,
1468
+ "company_name": "BJ's Wholesale Club",
1469
+ "revenue": 13007.3,
1470
+ "profit": 127.3
1471
+ },
1472
+ {
1473
+ "id": 246,
1474
+ "company_name": "BB&T Corp.",
1475
+ "revenue": 12996,
1476
+ "profit": 3237
1477
+ },
1478
+ {
1479
+ "id": 247,
1480
+ "company_name": "State Street Corp.",
1481
+ "revenue": 12973,
1482
+ "profit": 2599
1483
+ },
1484
+ {
1485
+ "id": 248,
1486
+ "company_name": "Viacom",
1487
+ "revenue": 12943,
1488
+ "profit": 1719
1489
+ },
1490
+ {
1491
+ "id": 249,
1492
+ "company_name": "Ameriprise Financial",
1493
+ "revenue": 12924,
1494
+ "profit": 2098
1495
+ },
1496
+ {
1497
+ "id": 250,
1498
+ "company_name": "Core-Mark Holding",
1499
+ "revenue": 12903.9,
1500
+ "profit": 45.5
1501
+ },
1502
+ {
1503
+ "id": 251,
1504
+ "company_name": "Reinsurance Group of America",
1505
+ "revenue": 12875.7,
1506
+ "profit": 715.8
1507
+ },
1508
+ {
1509
+ "id": 252,
1510
+ "company_name": "VF",
1511
+ "revenue": 12862.3,
1512
+ "profit": 658.6
1513
+ },
1514
+ {
1515
+ "id": 253,
1516
+ "company_name": "Discover Financial Services",
1517
+ "revenue": 12848,
1518
+ "profit": 2742
1519
+ },
1520
+ {
1521
+ "id": 254,
1522
+ "company_name": "Global Partners",
1523
+ "revenue": 12672.6,
1524
+ "profit": 103.9
1525
+ },
1526
+ {
1527
+ "id": 255,
1528
+ "company_name": "Edison International",
1529
+ "revenue": 12657,
1530
+ "profit": -423
1531
+ },
1532
+ {
1533
+ "id": 256,
1534
+ "company_name": "Oneok",
1535
+ "revenue": 12593.2,
1536
+ "profit": 1151.7
1537
+ },
1538
+ {
1539
+ "id": 257,
1540
+ "company_name": "Murphy USA",
1541
+ "revenue": 12524,
1542
+ "profit": 213.6
1543
+ },
1544
+ {
1545
+ "id": 258,
1546
+ "company_name": "Bed Bath & Beyond",
1547
+ "revenue": 12349.3,
1548
+ "profit": 424.9
1549
+ },
1550
+ {
1551
+ "id": 259,
1552
+ "company_name": "Consolidated Edison",
1553
+ "revenue": 12337,
1554
+ "profit": 1382
1555
+ },
1556
+ {
1557
+ "id": 260,
1558
+ "company_name": "CSX",
1559
+ "revenue": 12250,
1560
+ "profit": 3309
1561
+ },
1562
+ {
1563
+ "id": 261,
1564
+ "company_name": "J.C. Penney",
1565
+ "revenue": 12019,
1566
+ "profit": -255
1567
+ },
1568
+ {
1569
+ "id": 262,
1570
+ "company_name": "LKQ",
1571
+ "revenue": 11876.7,
1572
+ "profit": 480.1
1573
+ },
1574
+ {
1575
+ "id": 263,
1576
+ "company_name": "FirstEnergy",
1577
+ "revenue": 11864,
1578
+ "profit": 1348
1579
+ },
1580
+ {
1581
+ "id": 264,
1582
+ "company_name": "Steel Dynamics",
1583
+ "revenue": 11821.8,
1584
+ "profit": 1258.4
1585
+ },
1586
+ {
1587
+ "id": 265,
1588
+ "company_name": "Lithia Motors",
1589
+ "revenue": 11821.4,
1590
+ "profit": 265.7
1591
+ },
1592
+ {
1593
+ "id": 266,
1594
+ "company_name": "MGM Resorts International",
1595
+ "revenue": 11763.1,
1596
+ "profit": 466.8
1597
+ },
1598
+ {
1599
+ "id": 267,
1600
+ "company_name": "Tenneco",
1601
+ "revenue": 11763,
1602
+ "profit": 55
1603
+ },
1604
+ {
1605
+ "id": 268,
1606
+ "company_name": "Nvidia",
1607
+ "revenue": 11716,
1608
+ "profit": 4141
1609
+ },
1610
+ {
1611
+ "id": 269,
1612
+ "company_name": "Sempra Energy",
1613
+ "revenue": 11687,
1614
+ "profit": 1049
1615
+ },
1616
+ {
1617
+ "id": 270,
1618
+ "company_name": "Farmers Insurance Exchange",
1619
+ "revenue": 11650.4,
1620
+ "profit": -70.5
1621
+ },
1622
+ {
1623
+ "id": 271,
1624
+ "company_name": "Ball",
1625
+ "revenue": 11635,
1626
+ "profit": 454
1627
+ },
1628
+ {
1629
+ "id": 272,
1630
+ "company_name": "Group 1 Automotive",
1631
+ "revenue": 11601.4,
1632
+ "profit": 157.8
1633
+ },
1634
+ {
1635
+ "id": 273,
1636
+ "company_name": "Unum Group",
1637
+ "revenue": 11598.5,
1638
+ "profit": 523.4
1639
+ },
1640
+ {
1641
+ "id": 274,
1642
+ "company_name": "Xcel Energy",
1643
+ "revenue": 11537,
1644
+ "profit": 1261
1645
+ },
1646
+ {
1647
+ "id": 275,
1648
+ "company_name": "Reliance Steel & Aluminum",
1649
+ "revenue": 11534.5,
1650
+ "profit": 633.7
1651
+ },
1652
+ {
1653
+ "id": 276,
1654
+ "company_name": "Huntsman",
1655
+ "revenue": 11527,
1656
+ "profit": 337
1657
+ },
1658
+ {
1659
+ "id": 277,
1660
+ "company_name": "Norfolk Southern",
1661
+ "revenue": 11458,
1662
+ "profit": 2666
1663
+ },
1664
+ {
1665
+ "id": 278,
1666
+ "company_name": "Laboratory Corp. of America",
1667
+ "revenue": 11333.4,
1668
+ "profit": 883.7
1669
+ },
1670
+ {
1671
+ "id": 279,
1672
+ "company_name": "Corning",
1673
+ "revenue": 11290,
1674
+ "profit": 1066
1675
+ },
1676
+ {
1677
+ "id": 280,
1678
+ "company_name": "Expedia Group",
1679
+ "revenue": 11223,
1680
+ "profit": 406
1681
+ },
1682
+ {
1683
+ "id": 281,
1684
+ "company_name": "AutoZone",
1685
+ "revenue": 11221.1,
1686
+ "profit": 1337.5
1687
+ },
1688
+ {
1689
+ "id": 282,
1690
+ "company_name": "W.W. Grainger",
1691
+ "revenue": 11221,
1692
+ "profit": 782
1693
+ },
1694
+ {
1695
+ "id": 283,
1696
+ "company_name": "Quanta Services",
1697
+ "revenue": 11171.4,
1698
+ "profit": 293.3
1699
+ },
1700
+ {
1701
+ "id": 284,
1702
+ "company_name": "Crown Holdings",
1703
+ "revenue": 11151,
1704
+ "profit": 439
1705
+ },
1706
+ {
1707
+ "id": 285,
1708
+ "company_name": "Office Depot",
1709
+ "revenue": 11130,
1710
+ "profit": 104
1711
+ },
1712
+ {
1713
+ "id": 286,
1714
+ "company_name": "Baxter International",
1715
+ "revenue": 11127,
1716
+ "profit": 1624
1717
+ },
1718
+ {
1719
+ "id": 287,
1720
+ "company_name": "Lam Research",
1721
+ "revenue": 11077,
1722
+ "profit": 2380.7
1723
+ },
1724
+ {
1725
+ "id": 288,
1726
+ "company_name": "Entergy",
1727
+ "revenue": 11009.5,
1728
+ "profit": 848.7
1729
+ },
1730
+ {
1731
+ "id": 289,
1732
+ "company_name": "Charles Schwab",
1733
+ "revenue": 10989,
1734
+ "profit": 3507
1735
+ },
1736
+ {
1737
+ "id": 290,
1738
+ "company_name": "L3 Technologies",
1739
+ "revenue": 10841,
1740
+ "profit": 1005
1741
+ },
1742
+ {
1743
+ "id": 291,
1744
+ "company_name": "NRG Energy",
1745
+ "revenue": 10797,
1746
+ "profit": 268
1747
+ },
1748
+ {
1749
+ "id": 292,
1750
+ "company_name": "Live Nation Entertainment",
1751
+ "revenue": 10787.8,
1752
+ "profit": 60.2
1753
+ },
1754
+ {
1755
+ "id": 293,
1756
+ "company_name": "Universal Health Services",
1757
+ "revenue": 10772.3,
1758
+ "profit": 779.7
1759
+ },
1760
+ {
1761
+ "id": 294,
1762
+ "company_name": "Molson Coors Brewing",
1763
+ "revenue": 10769.6,
1764
+ "profit": 1116.5
1765
+ },
1766
+ {
1767
+ "id": 295,
1768
+ "company_name": "eBay",
1769
+ "revenue": 10746,
1770
+ "profit": 2530
1771
+ },
1772
+ {
1773
+ "id": 296,
1774
+ "company_name": "AES",
1775
+ "revenue": 10736,
1776
+ "profit": 1203
1777
+ },
1778
+ {
1779
+ "id": 297,
1780
+ "company_name": "Devon Energy",
1781
+ "revenue": 10734,
1782
+ "profit": 3064
1783
+ },
1784
+ {
1785
+ "id": 298,
1786
+ "company_name": "Pacific Life",
1787
+ "revenue": 10699,
1788
+ "profit": 913
1789
+ },
1790
+ {
1791
+ "id": 299,
1792
+ "company_name": "CenterPoint Energy",
1793
+ "revenue": 10589,
1794
+ "profit": 368
1795
+ },
1796
+ {
1797
+ "id": 300,
1798
+ "company_name": "Discovery",
1799
+ "revenue": 10553,
1800
+ "profit": 594
1801
+ },
1802
+ {
1803
+ "id": 301,
1804
+ "company_name": "BorgWarner",
1805
+ "revenue": 10529.6,
1806
+ "profit": 930.7
1807
+ },
1808
+ {
1809
+ "id": 302,
1810
+ "company_name": "Targa Resources",
1811
+ "revenue": 10484,
1812
+ "profit": 1.6
1813
+ },
1814
+ {
1815
+ "id": 303,
1816
+ "company_name": "Ally Financial",
1817
+ "revenue": 10466,
1818
+ "profit": 1263
1819
+ },
1820
+ {
1821
+ "id": 304,
1822
+ "company_name": "SunTrust Banks",
1823
+ "revenue": 10431,
1824
+ "profit": 2775
1825
+ },
1826
+ {
1827
+ "id": 305,
1828
+ "company_name": "IQVIA Holdings",
1829
+ "revenue": 10412,
1830
+ "profit": 259
1831
+ },
1832
+ {
1833
+ "id": 306,
1834
+ "company_name": "American Family Insurance Group",
1835
+ "revenue": 10336.2,
1836
+ "profit": 295.3
1837
+ },
1838
+ {
1839
+ "id": 307,
1840
+ "company_name": "Delek US Holdings",
1841
+ "revenue": 10265.6,
1842
+ "profit": 340.1
1843
+ },
1844
+ {
1845
+ "id": 308,
1846
+ "company_name": "Navistar International",
1847
+ "revenue": 10250,
1848
+ "profit": 340
1849
+ },
1850
+ {
1851
+ "id": 309,
1852
+ "company_name": "Chesapeake Energy",
1853
+ "revenue": 10231,
1854
+ "profit": 873
1855
+ },
1856
+ {
1857
+ "id": 310,
1858
+ "company_name": "United Natural Foods",
1859
+ "revenue": 10226.7,
1860
+ "profit": 165.7
1861
+ },
1862
+ {
1863
+ "id": 311,
1864
+ "company_name": "Leidos Holdings",
1865
+ "revenue": 10194,
1866
+ "profit": 581
1867
+ },
1868
+ {
1869
+ "id": 312,
1870
+ "company_name": "PulteGroup",
1871
+ "revenue": 10188.3,
1872
+ "profit": 1022
1873
+ },
1874
+ {
1875
+ "id": 313,
1876
+ "company_name": "Eastman Chemical",
1877
+ "revenue": 10151,
1878
+ "profit": 1080
1879
+ },
1880
+ {
1881
+ "id": 314,
1882
+ "company_name": "Republic Services",
1883
+ "revenue": 10040.9,
1884
+ "profit": 1036.9
1885
+ },
1886
+ {
1887
+ "id": 315,
1888
+ "company_name": "Mohawk Industries",
1889
+ "revenue": 9983.6,
1890
+ "profit": 861.7
1891
+ },
1892
+ {
1893
+ "id": 316,
1894
+ "company_name": "Sonic Automotive",
1895
+ "revenue": 9951.6,
1896
+ "profit": 51.7
1897
+ },
1898
+ {
1899
+ "id": 317,
1900
+ "company_name": "Owens & Minor",
1901
+ "revenue": 9838.7,
1902
+ "profit": -437
1903
+ },
1904
+ {
1905
+ "id": 318,
1906
+ "company_name": "Xerox",
1907
+ "revenue": 9830,
1908
+ "profit": 361
1909
+ },
1910
+ {
1911
+ "id": 319,
1912
+ "company_name": "Boston Scientific",
1913
+ "revenue": 9823,
1914
+ "profit": 1671
1915
+ },
1916
+ {
1917
+ "id": 320,
1918
+ "company_name": "DCP Midstream",
1919
+ "revenue": 9822,
1920
+ "profit": 298
1921
+ },
1922
+ {
1923
+ "id": 321,
1924
+ "company_name": "Autoliv",
1925
+ "revenue": 9801.1,
1926
+ "profit": 190.4
1927
+ },
1928
+ {
1929
+ "id": 322,
1930
+ "company_name": "Interpublic Group",
1931
+ "revenue": 9714.4,
1932
+ "profit": 618.9
1933
+ },
1934
+ {
1935
+ "id": 323,
1936
+ "company_name": "Public Service Enterprise Group",
1937
+ "revenue": 9696,
1938
+ "profit": 1438
1939
+ },
1940
+ {
1941
+ "id": 324,
1942
+ "company_name": "PVH",
1943
+ "revenue": 9656.8,
1944
+ "profit": 746.4
1945
+ },
1946
+ {
1947
+ "id": 325,
1948
+ "company_name": "Mosaic",
1949
+ "revenue": 9587.3,
1950
+ "profit": 470
1951
+ },
1952
+ {
1953
+ "id": 326,
1954
+ "company_name": "Advance Auto Parts",
1955
+ "revenue": 9580.6,
1956
+ "profit": 423.8
1957
+ },
1958
+ {
1959
+ "id": 327,
1960
+ "company_name": "Altice USA",
1961
+ "revenue": 9566.6,
1962
+ "profit": 18.8
1963
+ },
1964
+ {
1965
+ "id": 328,
1966
+ "company_name": "Hormel Foods",
1967
+ "revenue": 9545.7,
1968
+ "profit": 1012.1
1969
+ },
1970
+ {
1971
+ "id": 329,
1972
+ "company_name": "O'Reilly Automotive",
1973
+ "revenue": 9536.4,
1974
+ "profit": 1324.5
1975
+ },
1976
+ {
1977
+ "id": 330,
1978
+ "company_name": "Calpine",
1979
+ "revenue": 9512,
1980
+ "profit": 10
1981
+ },
1982
+ {
1983
+ "id": 331,
1984
+ "company_name": "Hertz Global Holdings",
1985
+ "revenue": 9504,
1986
+ "profit": -225
1987
+ },
1988
+ {
1989
+ "id": 332,
1990
+ "company_name": "First Data",
1991
+ "revenue": 9498,
1992
+ "profit": 1005
1993
+ },
1994
+ {
1995
+ "id": 333,
1996
+ "company_name": "Pioneer Natural Resources",
1997
+ "revenue": 9415,
1998
+ "profit": 978
1999
+ },
2000
+ {
2001
+ "id": 334,
2002
+ "company_name": "Coty",
2003
+ "revenue": 9398,
2004
+ "profit": -168.8
2005
+ },
2006
+ {
2007
+ "id": 335,
2008
+ "company_name": "AGCO",
2009
+ "revenue": 9352,
2010
+ "profit": 285.5
2011
+ },
2012
+ {
2013
+ "id": 336,
2014
+ "company_name": "Mutual of Omaha Insurance",
2015
+ "revenue": 9347.2,
2016
+ "profit": 277.3
2017
+ },
2018
+ {
2019
+ "id": 337,
2020
+ "company_name": "Vistra Energy",
2021
+ "revenue": 9144,
2022
+ "profit": -54
2023
+ },
2024
+ {
2025
+ "id": 338,
2026
+ "company_name": "Avis Budget Group",
2027
+ "revenue": 9124,
2028
+ "profit": 165
2029
+ },
2030
+ {
2031
+ "id": 339,
2032
+ "company_name": "Adobe",
2033
+ "revenue": 9030,
2034
+ "profit": 2590.8
2035
+ },
2036
+ {
2037
+ "id": 340,
2038
+ "company_name": "Peter Kiewit Sons'",
2039
+ "revenue": 9025,
2040
+ "profit": 468
2041
+ },
2042
+ {
2043
+ "id": 341,
2044
+ "company_name": "News Corp.",
2045
+ "revenue": 9024,
2046
+ "profit": -1514
2047
+ },
2048
+ {
2049
+ "id": 342,
2050
+ "company_name": "Brighthouse Financial",
2051
+ "revenue": 8965,
2052
+ "profit": 865
2053
+ },
2054
+ {
2055
+ "id": 343,
2056
+ "company_name": "Voya Financial",
2057
+ "revenue": 8934,
2058
+ "profit": 875
2059
+ },
2060
+ {
2061
+ "id": 344,
2062
+ "company_name": "Air Products & Chemicals",
2063
+ "revenue": 8930.2,
2064
+ "profit": 1497.8
2065
+ },
2066
+ {
2067
+ "id": 345,
2068
+ "company_name": "Hilton Worldwide Holdings",
2069
+ "revenue": 8906,
2070
+ "profit": 764
2071
+ },
2072
+ {
2073
+ "id": 346,
2074
+ "company_name": "GameStop",
2075
+ "revenue": 8850.7,
2076
+ "profit": -673
2077
+ },
2078
+ {
2079
+ "id": 347,
2080
+ "company_name": "Veritiv",
2081
+ "revenue": 8696.2,
2082
+ "profit": -15.7
2083
+ },
2084
+ {
2085
+ "id": 348,
2086
+ "company_name": "Williams",
2087
+ "revenue": 8686,
2088
+ "profit": -155
2089
+ },
2090
+ {
2091
+ "id": 349,
2092
+ "company_name": "Campbell Soup",
2093
+ "revenue": 8685,
2094
+ "profit": 261
2095
+ },
2096
+ {
2097
+ "id": 350,
2098
+ "company_name": "Rockwell Collins",
2099
+ "revenue": 8665,
2100
+ "profit": 1032
2101
+ },
2102
+ {
2103
+ "id": 351,
2104
+ "company_name": "Thrivent Financial for Lutherans",
2105
+ "revenue": 8635.2,
2106
+ "profit": 1233.9
2107
+ },
2108
+ {
2109
+ "id": 352,
2110
+ "company_name": "Westlake Chemical",
2111
+ "revenue": 8635,
2112
+ "profit": 996
2113
+ },
2114
+ {
2115
+ "id": 353,
2116
+ "company_name": "Univar",
2117
+ "revenue": 8632.5,
2118
+ "profit": 172.3
2119
+ },
2120
+ {
2121
+ "id": 354,
2122
+ "company_name": "J.B. Hunt Transport Services",
2123
+ "revenue": 8614.9,
2124
+ "profit": 489.6
2125
+ },
2126
+ {
2127
+ "id": 355,
2128
+ "company_name": "Frontier Communications",
2129
+ "revenue": 8611,
2130
+ "profit": -643
2131
+ },
2132
+ {
2133
+ "id": 356,
2134
+ "company_name": "Jones Financial (Edward Jones)",
2135
+ "revenue": 8594,
2136
+ "profit": 990
2137
+ },
2138
+ {
2139
+ "id": 357,
2140
+ "company_name": "National Oilwell Varco",
2141
+ "revenue": 8453,
2142
+ "profit": -31
2143
+ },
2144
+ {
2145
+ "id": 358,
2146
+ "company_name": "Eversource Energy",
2147
+ "revenue": 8448.2,
2148
+ "profit": 1033
2149
+ },
2150
+ {
2151
+ "id": 359,
2152
+ "company_name": "Dick's Sporting Goods",
2153
+ "revenue": 8436.6,
2154
+ "profit": 319.9
2155
+ },
2156
+ {
2157
+ "id": 360,
2158
+ "company_name": "Genworth Financial",
2159
+ "revenue": 8430,
2160
+ "profit": 119
2161
+ },
2162
+ {
2163
+ "id": 361,
2164
+ "company_name": "Fidelity National Information Services",
2165
+ "revenue": 8423,
2166
+ "profit": 846
2167
+ },
2168
+ {
2169
+ "id": 362,
2170
+ "company_name": "Yum China Holdings",
2171
+ "revenue": 8415,
2172
+ "profit": 708
2173
+ },
2174
+ {
2175
+ "id": 363,
2176
+ "company_name": "Ryder System",
2177
+ "revenue": 8409.2,
2178
+ "profit": 273.3
2179
+ },
2180
+ {
2181
+ "id": 364,
2182
+ "company_name": "Anixter International",
2183
+ "revenue": 8400.2,
2184
+ "profit": 156.3
2185
+ },
2186
+ {
2187
+ "id": 365,
2188
+ "company_name": "Caesars Entertainment",
2189
+ "revenue": 8391,
2190
+ "profit": 303
2191
+ },
2192
+ {
2193
+ "id": 366,
2194
+ "company_name": "Masco",
2195
+ "revenue": 8359,
2196
+ "profit": 734
2197
+ },
2198
+ {
2199
+ "id": 367,
2200
+ "company_name": "Thor Industries",
2201
+ "revenue": 8328.9,
2202
+ "profit": 430.2
2203
+ },
2204
+ {
2205
+ "id": 368,
2206
+ "company_name": "Alaska Air Group",
2207
+ "revenue": 8264,
2208
+ "profit": 437
2209
+ },
2210
+ {
2211
+ "id": 369,
2212
+ "company_name": "Amphenol",
2213
+ "revenue": 8202,
2214
+ "profit": 1205
2215
+ },
2216
+ {
2217
+ "id": 370,
2218
+ "company_name": "WESCO International",
2219
+ "revenue": 8176.6,
2220
+ "profit": 227.3
2221
+ },
2222
+ {
2223
+ "id": 371,
2224
+ "company_name": "Huntington Ingalls Industries",
2225
+ "revenue": 8176,
2226
+ "profit": 836
2227
+ },
2228
+ {
2229
+ "id": 372,
2230
+ "company_name": "Jefferies Financial Group",
2231
+ "revenue": 8151.8,
2232
+ "profit": 1026.8
2233
+ },
2234
+ {
2235
+ "id": 373,
2236
+ "company_name": "Dana",
2237
+ "revenue": 8143,
2238
+ "profit": 427
2239
+ },
2240
+ {
2241
+ "id": 374,
2242
+ "company_name": "Expeditors Intl. of Washington",
2243
+ "revenue": 8138.4,
2244
+ "profit": 618.2
2245
+ },
2246
+ {
2247
+ "id": 375,
2248
+ "company_name": "EMCOR Group",
2249
+ "revenue": 8130.6,
2250
+ "profit": 283.5
2251
+ },
2252
+ {
2253
+ "id": 376,
2254
+ "company_name": "Darden Restaurants",
2255
+ "revenue": 8080.1,
2256
+ "profit": 596
2257
+ },
2258
+ {
2259
+ "id": 377,
2260
+ "company_name": "SpartanNash",
2261
+ "revenue": 8064.6,
2262
+ "profit": 33.6
2263
+ },
2264
+ {
2265
+ "id": 378,
2266
+ "company_name": "Assurant",
2267
+ "revenue": 8057.6,
2268
+ "profit": 251
2269
+ },
2270
+ {
2271
+ "id": 379,
2272
+ "company_name": "United Rentals",
2273
+ "revenue": 8047,
2274
+ "profit": 1096
2275
+ },
2276
+ {
2277
+ "id": 380,
2278
+ "company_name": "Liberty Media",
2279
+ "revenue": 8040,
2280
+ "profit": 531
2281
+ },
2282
+ {
2283
+ "id": 381,
2284
+ "company_name": "Erie Insurance Group",
2285
+ "revenue": 8030.7,
2286
+ "profit": 686.3
2287
+ },
2288
+ {
2289
+ "id": 382,
2290
+ "company_name": "Auto-Owners Insurance",
2291
+ "revenue": 7999.3,
2292
+ "profit": 754.5
2293
+ },
2294
+ {
2295
+ "id": 383,
2296
+ "company_name": "Cheniere Energy",
2297
+ "revenue": 7987,
2298
+ "profit": 471
2299
+ },
2300
+ {
2301
+ "id": 384,
2302
+ "company_name": "Fifth Third Bancorp",
2303
+ "revenue": 7973,
2304
+ "profit": 2193
2305
+ },
2306
+ {
2307
+ "id": 385,
2308
+ "company_name": "Foot Locker",
2309
+ "revenue": 7939,
2310
+ "profit": 541
2311
+ },
2312
+ {
2313
+ "id": 386,
2314
+ "company_name": "Conagra Brands",
2315
+ "revenue": 7938.3,
2316
+ "profit": 808.4
2317
+ },
2318
+ {
2319
+ "id": 387,
2320
+ "company_name": "Zimmer Biomet Holdings",
2321
+ "revenue": 7932.9,
2322
+ "profit": -379.2
2323
+ },
2324
+ {
2325
+ "id": 388,
2326
+ "company_name": "Tractor Supply",
2327
+ "revenue": 7911,
2328
+ "profit": 532.4
2329
+ },
2330
+ {
2331
+ "id": 389,
2332
+ "company_name": "Berry Global Group",
2333
+ "revenue": 7869,
2334
+ "profit": 496
2335
+ },
2336
+ {
2337
+ "id": 390,
2338
+ "company_name": "Alliance Data Systems",
2339
+ "revenue": 7791.2,
2340
+ "profit": 963.1
2341
+ },
2342
+ {
2343
+ "id": 391,
2344
+ "company_name": "Hershey",
2345
+ "revenue": 7791.1,
2346
+ "profit": 1177.6
2347
+ },
2348
+ {
2349
+ "id": 392,
2350
+ "company_name": "PPL",
2351
+ "revenue": 7785,
2352
+ "profit": 1827
2353
+ },
2354
+ {
2355
+ "id": 393,
2356
+ "company_name": "Dean Foods",
2357
+ "revenue": 7755.3,
2358
+ "profit": -326.9
2359
+ },
2360
+ {
2361
+ "id": 394,
2362
+ "company_name": "Builders FirstSource",
2363
+ "revenue": 7724.8,
2364
+ "profit": 205.2
2365
+ },
2366
+ {
2367
+ "id": 395,
2368
+ "company_name": "Oshkosh",
2369
+ "revenue": 7705.5,
2370
+ "profit": 471.9
2371
+ },
2372
+ {
2373
+ "id": 396,
2374
+ "company_name": "EnLink Midstream",
2375
+ "revenue": 7699,
2376
+ "profit": -13.2
2377
+ },
2378
+ {
2379
+ "id": 397,
2380
+ "company_name": "W.R. Berkley",
2381
+ "revenue": 7691.7,
2382
+ "profit": 640.7
2383
+ },
2384
+ {
2385
+ "id": 398,
2386
+ "company_name": "WEC Energy Group",
2387
+ "revenue": 7679.5,
2388
+ "profit": 1059.3
2389
+ },
2390
+ {
2391
+ "id": 399,
2392
+ "company_name": "JetBlue Airways",
2393
+ "revenue": 7658,
2394
+ "profit": 188
2395
+ },
2396
+ {
2397
+ "id": 400,
2398
+ "company_name": "UGI",
2399
+ "revenue": 7651.2,
2400
+ "profit": 718.7
2401
+ },
2402
+ {
2403
+ "id": 401,
2404
+ "company_name": "A-Mark Precious Metals",
2405
+ "revenue": 7606.2,
2406
+ "profit": -3.4
2407
+ },
2408
+ {
2409
+ "id": 402,
2410
+ "company_name": "Fidelity National Financial",
2411
+ "revenue": 7594,
2412
+ "profit": 628
2413
+ },
2414
+ {
2415
+ "id": 403,
2416
+ "company_name": "Constellation Brands",
2417
+ "revenue": 7585,
2418
+ "profit": 2318.9
2419
+ },
2420
+ {
2421
+ "id": 404,
2422
+ "company_name": "Quest Diagnostics",
2423
+ "revenue": 7531,
2424
+ "profit": 736
2425
+ },
2426
+ {
2427
+ "id": 405,
2428
+ "company_name": "Activision Blizzard",
2429
+ "revenue": 7500,
2430
+ "profit": 1813
2431
+ },
2432
+ {
2433
+ "id": 406,
2434
+ "company_name": "Weyerhaeuser",
2435
+ "revenue": 7476,
2436
+ "profit": 748
2437
+ },
2438
+ {
2439
+ "id": 407,
2440
+ "company_name": "Raymond James Financial",
2441
+ "revenue": 7475.8,
2442
+ "profit": 856.7
2443
+ },
2444
+ {
2445
+ "id": 408,
2446
+ "company_name": "Casey's General Stores",
2447
+ "revenue": 7472.1,
2448
+ "profit": 317.9
2449
+ },
2450
+ {
2451
+ "id": 409,
2452
+ "company_name": "Keurig Dr Pepper",
2453
+ "revenue": 7442,
2454
+ "profit": 586
2455
+ },
2456
+ {
2457
+ "id": 410,
2458
+ "company_name": "American Tower",
2459
+ "revenue": 7440.1,
2460
+ "profit": 1236.4
2461
+ },
2462
+ {
2463
+ "id": 411,
2464
+ "company_name": "Apache",
2465
+ "revenue": 7424,
2466
+ "profit": 40
2467
+ },
2468
+ {
2469
+ "id": 412,
2470
+ "company_name": "Dover",
2471
+ "revenue": 7395.8,
2472
+ "profit": 570.3
2473
+ },
2474
+ {
2475
+ "id": 413,
2476
+ "company_name": "KeyCorp",
2477
+ "revenue": 7393,
2478
+ "profit": 1866
2479
+ },
2480
+ {
2481
+ "id": 414,
2482
+ "company_name": "J.M. Smucker",
2483
+ "revenue": 7357.1,
2484
+ "profit": 1338.6
2485
+ },
2486
+ {
2487
+ "id": 415,
2488
+ "company_name": "Citizens Financial Group",
2489
+ "revenue": 7354,
2490
+ "profit": 1721
2491
+ },
2492
+ {
2493
+ "id": 416,
2494
+ "company_name": "Motorola Solutions",
2495
+ "revenue": 7343,
2496
+ "profit": 966
2497
+ },
2498
+ {
2499
+ "id": 417,
2500
+ "company_name": "Magellan Health",
2501
+ "revenue": 7314.2,
2502
+ "profit": 24.2
2503
+ },
2504
+ {
2505
+ "id": 418,
2506
+ "company_name": "American Axle & Manufacturing",
2507
+ "revenue": 7270.4,
2508
+ "profit": -57.5
2509
+ },
2510
+ {
2511
+ "id": 419,
2512
+ "company_name": "Newmont Goldcorp",
2513
+ "revenue": 7253,
2514
+ "profit": 341
2515
+ },
2516
+ {
2517
+ "id": 420,
2518
+ "company_name": "Spirit AeroSystems Holdings",
2519
+ "revenue": 7222,
2520
+ "profit": 617
2521
+ },
2522
+ {
2523
+ "id": 421,
2524
+ "company_name": "Western & Southern Financial Group",
2525
+ "revenue": 7205,
2526
+ "profit": 495
2527
+ },
2528
+ {
2529
+ "id": 422,
2530
+ "company_name": "Fortive",
2531
+ "revenue": 7203.2,
2532
+ "profit": 2913.8
2533
+ },
2534
+ {
2535
+ "id": 423,
2536
+ "company_name": "Graybar Electric",
2537
+ "revenue": 7202.5,
2538
+ "profit": 143.3
2539
+ },
2540
+ {
2541
+ "id": 424,
2542
+ "company_name": "NVR",
2543
+ "revenue": 7189.7,
2544
+ "profit": 797.2
2545
+ },
2546
+ {
2547
+ "id": 425,
2548
+ "company_name": "Avery Dennison",
2549
+ "revenue": 7159,
2550
+ "profit": 467.4
2551
+ },
2552
+ {
2553
+ "id": 426,
2554
+ "company_name": "Celanese",
2555
+ "revenue": 7155,
2556
+ "profit": 1207
2557
+ },
2558
+ {
2559
+ "id": 427,
2560
+ "company_name": "American Financial Group",
2561
+ "revenue": 7150,
2562
+ "profit": 530
2563
+ },
2564
+ {
2565
+ "id": 428,
2566
+ "company_name": "Toll Brothers",
2567
+ "revenue": 7143.3,
2568
+ "profit": 748.2
2569
+ },
2570
+ {
2571
+ "id": 429,
2572
+ "company_name": "Sanmina",
2573
+ "revenue": 7110.1,
2574
+ "profit": -95.5
2575
+ },
2576
+ {
2577
+ "id": 430,
2578
+ "company_name": "Insight Enterprises",
2579
+ "revenue": 7080.1,
2580
+ "profit": 163.7
2581
+ },
2582
+ {
2583
+ "id": 431,
2584
+ "company_name": "Owens Corning",
2585
+ "revenue": 7057,
2586
+ "profit": 545
2587
+ },
2588
+ {
2589
+ "id": 432,
2590
+ "company_name": "Packaging Corp. of America",
2591
+ "revenue": 7014.6,
2592
+ "profit": 738
2593
+ },
2594
+ {
2595
+ "id": 433,
2596
+ "company_name": "TravelCenters of America",
2597
+ "revenue": 6973.6,
2598
+ "profit": -120.6
2599
+ },
2600
+ {
2601
+ "id": 434,
2602
+ "company_name": "Olin",
2603
+ "revenue": 6946.1,
2604
+ "profit": 327.9
2605
+ },
2606
+ {
2607
+ "id": 435,
2608
+ "company_name": "Arthur J. Gallagher",
2609
+ "revenue": 6934,
2610
+ "profit": 633.5
2611
+ },
2612
+ {
2613
+ "id": 436,
2614
+ "company_name": "MasTec",
2615
+ "revenue": 6909.4,
2616
+ "profit": 259.7
2617
+ },
2618
+ {
2619
+ "id": 437,
2620
+ "company_name": "Alleghany",
2621
+ "revenue": 6887.2,
2622
+ "profit": 39.5
2623
+ },
2624
+ {
2625
+ "id": 438,
2626
+ "company_name": "Owens-Illinois",
2627
+ "revenue": 6877,
2628
+ "profit": 257
2629
+ },
2630
+ {
2631
+ "id": 439,
2632
+ "company_name": "Asbury Automotive Group",
2633
+ "revenue": 6874.4,
2634
+ "profit": 168
2635
+ },
2636
+ {
2637
+ "id": 440,
2638
+ "company_name": "CMS Energy",
2639
+ "revenue": 6873,
2640
+ "profit": 657
2641
+ },
2642
+ {
2643
+ "id": 441,
2644
+ "company_name": "Markel",
2645
+ "revenue": 6841.3,
2646
+ "profit": -128.2
2647
+ },
2648
+ {
2649
+ "id": 442,
2650
+ "company_name": "Blackstone Group",
2651
+ "revenue": 6833.3,
2652
+ "profit": 1541.8
2653
+ },
2654
+ {
2655
+ "id": 443,
2656
+ "company_name": "AK Steel Holding",
2657
+ "revenue": 6818.2,
2658
+ "profit": 186
2659
+ },
2660
+ {
2661
+ "id": 444,
2662
+ "company_name": "Hanesbrands",
2663
+ "revenue": 6804,
2664
+ "profit": 553.1
2665
+ },
2666
+ {
2667
+ "id": 445,
2668
+ "company_name": "R.R. Donnelley & Sons",
2669
+ "revenue": 6800.2,
2670
+ "profit": -11
2671
+ },
2672
+ {
2673
+ "id": 446,
2674
+ "company_name": "Wayfair",
2675
+ "revenue": 6779.2,
2676
+ "profit": -504.1
2677
+ },
2678
+ {
2679
+ "id": 447,
2680
+ "company_name": "Regions Financial",
2681
+ "revenue": 6762,
2682
+ "profit": 1759
2683
+ },
2684
+ {
2685
+ "id": 448,
2686
+ "company_name": "Wynn Resorts",
2687
+ "revenue": 6717.7,
2688
+ "profit": 572.4
2689
+ },
2690
+ {
2691
+ "id": 449,
2692
+ "company_name": "Ulta Beauty",
2693
+ "revenue": 6716.6,
2694
+ "profit": 658.6
2695
+ },
2696
+ {
2697
+ "id": 450,
2698
+ "company_name": "Regeneron Pharmaceuticals",
2699
+ "revenue": 6710.8,
2700
+ "profit": 2444.4
2701
+ },
2702
+ {
2703
+ "id": 451,
2704
+ "company_name": "Burlington Stores",
2705
+ "revenue": 6668.5,
2706
+ "profit": 414.7
2707
+ },
2708
+ {
2709
+ "id": 452,
2710
+ "company_name": "Rockwell Automation",
2711
+ "revenue": 6666,
2712
+ "profit": 535.5
2713
+ },
2714
+ {
2715
+ "id": 453,
2716
+ "company_name": "Northern Trust",
2717
+ "revenue": 6658.9,
2718
+ "profit": 1556.4
2719
+ },
2720
+ {
2721
+ "id": 454,
2722
+ "company_name": "Chemours",
2723
+ "revenue": 6638,
2724
+ "profit": 995
2725
+ },
2726
+ {
2727
+ "id": 455,
2728
+ "company_name": "Seaboard",
2729
+ "revenue": 6583,
2730
+ "profit": -17
2731
+ },
2732
+ {
2733
+ "id": 456,
2734
+ "company_name": "Marathon Oil",
2735
+ "revenue": 6582,
2736
+ "profit": 1096
2737
+ },
2738
+ {
2739
+ "id": 457,
2740
+ "company_name": "Ascena Retail Group",
2741
+ "revenue": 6578.3,
2742
+ "profit": -39.7
2743
+ },
2744
+ {
2745
+ "id": 458,
2746
+ "company_name": "Dillard's",
2747
+ "revenue": 6503.3,
2748
+ "profit": 170.3
2749
+ },
2750
+ {
2751
+ "id": 459,
2752
+ "company_name": "Cintas",
2753
+ "revenue": 6487.4,
2754
+ "profit": 842.6
2755
+ },
2756
+ {
2757
+ "id": 460,
2758
+ "company_name": "Advanced Micro Devices",
2759
+ "revenue": 6475,
2760
+ "profit": 337
2761
+ },
2762
+ {
2763
+ "id": 461,
2764
+ "company_name": "Hess",
2765
+ "revenue": 6466,
2766
+ "profit": -282
2767
+ },
2768
+ {
2769
+ "id": 462,
2770
+ "company_name": "M&T Bank Corp.",
2771
+ "revenue": 6454.7,
2772
+ "profit": 1918.1
2773
+ },
2774
+ {
2775
+ "id": 463,
2776
+ "company_name": "ABM Industries",
2777
+ "revenue": 6442.2,
2778
+ "profit": 97.8
2779
+ },
2780
+ {
2781
+ "id": 464,
2782
+ "company_name": "Beacon Roofing Supply",
2783
+ "revenue": 6418.3,
2784
+ "profit": 98.6
2785
+ },
2786
+ {
2787
+ "id": 465,
2788
+ "company_name": "NCR",
2789
+ "revenue": 6405,
2790
+ "profit": -88
2791
+ },
2792
+ {
2793
+ "id": 466,
2794
+ "company_name": "iHeartMedia",
2795
+ "revenue": 6325.8,
2796
+ "profit": -201.9
2797
+ },
2798
+ {
2799
+ "id": 467,
2800
+ "company_name": "Franklin Resources",
2801
+ "revenue": 6319.1,
2802
+ "profit": 764.4
2803
+ },
2804
+ {
2805
+ "id": 468,
2806
+ "company_name": "Ameren",
2807
+ "revenue": 6291,
2808
+ "profit": 815
2809
+ },
2810
+ {
2811
+ "id": 469,
2812
+ "company_name": "Intercontinental Exchange",
2813
+ "revenue": 6276,
2814
+ "profit": 1988
2815
+ },
2816
+ {
2817
+ "id": 470,
2818
+ "company_name": "S&P Global",
2819
+ "revenue": 6258,
2820
+ "profit": 1958
2821
+ },
2822
+ {
2823
+ "id": 471,
2824
+ "company_name": "Post Holdings",
2825
+ "revenue": 6257.2,
2826
+ "profit": 467.3
2827
+ },
2828
+ {
2829
+ "id": 472,
2830
+ "company_name": "Analog Devices",
2831
+ "revenue": 6200.9,
2832
+ "profit": 1495.4
2833
+ },
2834
+ {
2835
+ "id": 473,
2836
+ "company_name": "Ralph Lauren",
2837
+ "revenue": 6182.3,
2838
+ "profit": 162.8
2839
+ },
2840
+ {
2841
+ "id": 474,
2842
+ "company_name": "L3Harris Technologies",
2843
+ "revenue": 6182,
2844
+ "profit": 718
2845
+ },
2846
+ {
2847
+ "id": 475,
2848
+ "company_name": "Booz Allen Hamilton",
2849
+ "revenue": 6171.9,
2850
+ "profit": 305.1
2851
+ },
2852
+ {
2853
+ "id": 476,
2854
+ "company_name": "Polaris Industries",
2855
+ "revenue": 6166,
2856
+ "profit": 335.3
2857
+ },
2858
+ {
2859
+ "id": 477,
2860
+ "company_name": "Clorox",
2861
+ "revenue": 6124,
2862
+ "profit": 823
2863
+ },
2864
+ {
2865
+ "id": 478,
2866
+ "company_name": "Realogy Holdings",
2867
+ "revenue": 6079,
2868
+ "profit": 137
2869
+ },
2870
+ {
2871
+ "id": 479,
2872
+ "company_name": "HD Supply Holdings",
2873
+ "revenue": 6047,
2874
+ "profit": 394
2875
+ },
2876
+ {
2877
+ "id": 480,
2878
+ "company_name": "Graphic Packaging Holding",
2879
+ "revenue": 6023,
2880
+ "profit": 221.1
2881
+ },
2882
+ {
2883
+ "id": 481,
2884
+ "company_name": "Old Republic International",
2885
+ "revenue": 6021.8,
2886
+ "profit": 370.5
2887
+ },
2888
+ {
2889
+ "id": 482,
2890
+ "company_name": "Intuit",
2891
+ "revenue": 5964,
2892
+ "profit": 1211
2893
+ },
2894
+ {
2895
+ "id": 483,
2896
+ "company_name": "NetApp",
2897
+ "revenue": 5911,
2898
+ "profit": 76
2899
+ },
2900
+ {
2901
+ "id": 484,
2902
+ "company_name": "Tapestry",
2903
+ "revenue": 5880,
2904
+ "profit": 397.5
2905
+ },
2906
+ {
2907
+ "id": 485,
2908
+ "company_name": "ON Semiconductor",
2909
+ "revenue": 5878.3,
2910
+ "profit": 627.4
2911
+ },
2912
+ {
2913
+ "id": 486,
2914
+ "company_name": "Ingredion",
2915
+ "revenue": 5841,
2916
+ "profit": 443
2917
+ },
2918
+ {
2919
+ "id": 487,
2920
+ "company_name": "Zoetis",
2921
+ "revenue": 5825,
2922
+ "profit": 1428
2923
+ },
2924
+ {
2925
+ "id": 488,
2926
+ "company_name": "Fiserv",
2927
+ "revenue": 5823,
2928
+ "profit": 1187
2929
+ },
2930
+ {
2931
+ "id": 489,
2932
+ "company_name": "TreeHouse Foods",
2933
+ "revenue": 5812.1,
2934
+ "profit": -61.4
2935
+ },
2936
+ {
2937
+ "id": 490,
2938
+ "company_name": "Robert Half International",
2939
+ "revenue": 5800.3,
2940
+ "profit": 434.3
2941
+ },
2942
+ {
2943
+ "id": 491,
2944
+ "company_name": "First American Financial",
2945
+ "revenue": 5747.8,
2946
+ "profit": 474.5
2947
+ },
2948
+ {
2949
+ "id": 492,
2950
+ "company_name": "Harley-Davidson",
2951
+ "revenue": 5716.9,
2952
+ "profit": 531.5
2953
+ },
2954
+ {
2955
+ "id": 493,
2956
+ "company_name": "Windstream Holdings",
2957
+ "revenue": 5713.1,
2958
+ "profit": -723
2959
+ },
2960
+ {
2961
+ "id": 494,
2962
+ "company_name": "Yum Brands",
2963
+ "revenue": 5688,
2964
+ "profit": 1542
2965
+ },
2966
+ {
2967
+ "id": 495,
2968
+ "company_name": "Williams-Sonoma",
2969
+ "revenue": 5671.6,
2970
+ "profit": 333.7
2971
+ },
2972
+ {
2973
+ "id": 496,
2974
+ "company_name": "Simon Property Group",
2975
+ "revenue": 5657.9,
2976
+ "profit": 2440.1
2977
+ },
2978
+ {
2979
+ "id": 497,
2980
+ "company_name": "Navient",
2981
+ "revenue": 5610,
2982
+ "profit": 395
2983
+ },
2984
+ {
2985
+ "id": 498,
2986
+ "company_name": "Western Union",
2987
+ "revenue": 5589.9,
2988
+ "profit": 851.9
2989
+ },
2990
+ {
2991
+ "id": 499,
2992
+ "company_name": "Peabody Energy",
2993
+ "revenue": 5581.8,
2994
+ "profit": 646.9
2995
+ },
2996
+ {
2997
+ "id": 500,
2998
+ "company_name": "Levi Strauss",
2999
+ "revenue": 5575.4,
3000
+ "profit": 283.1
3001
+ }
3002
+ ]