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