@ohos-ports/sprucelabs-react-heartwood-components 9.1.0-beta.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 (616) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +59 -0
  3. package/lib/__mocks__/stubs/events.js +166 -0
  4. package/lib/__mocks__/stubs/events.js.map +1 -0
  5. package/lib/__mocks__/stubs/location.js +34 -0
  6. package/lib/__mocks__/stubs/location.js.map +1 -0
  7. package/lib/__mocks__/stubs/users.js +225 -0
  8. package/lib/__mocks__/stubs/users.js.map +1 -0
  9. package/lib/__tests__/components/Pagination/Pagination.test.js +127 -0
  10. package/lib/__tests__/components/Pagination/Pagination.test.js.map +1 -0
  11. package/lib/components/Avatar/Avatar-story.js +34 -0
  12. package/lib/components/Avatar/Avatar-story.js.map +1 -0
  13. package/lib/components/Avatar/Avatar.d.ts +40 -0
  14. package/lib/components/Avatar/Avatar.d.ts.map +1 -0
  15. package/lib/components/Avatar/Avatar.js +91 -0
  16. package/lib/components/Avatar/Avatar.js.map +1 -0
  17. package/lib/components/Avatar/UserAvatar.js +45 -0
  18. package/lib/components/Avatar/UserAvatar.js.map +1 -0
  19. package/lib/components/BotText/BotText-story.d.ts +2 -0
  20. package/lib/components/BotText/BotText-story.d.ts.map +1 -0
  21. package/lib/components/BotText/BotText-story.js +21 -0
  22. package/lib/components/BotText/BotText-story.js.map +1 -0
  23. package/lib/components/BotText/BotText.d.ts +12 -0
  24. package/lib/components/BotText/BotText.d.ts.map +1 -0
  25. package/lib/components/BotText/BotText.js +52 -0
  26. package/lib/components/BotText/BotText.js.map +1 -0
  27. package/lib/components/Button/Button-story.js +109 -0
  28. package/lib/components/Button/Button-story.js.map +1 -0
  29. package/lib/components/Button/Button.d.ts +47 -0
  30. package/lib/components/Button/Button.d.ts.map +1 -0
  31. package/lib/components/Button/Button.js +155 -0
  32. package/lib/components/Button/Button.js.map +1 -0
  33. package/lib/components/ButtonGroup/ButtonGroup-story.js +27 -0
  34. package/lib/components/ButtonGroup/ButtonGroup-story.js.map +1 -0
  35. package/lib/components/ButtonGroup/ButtonGroup.d.ts +19 -0
  36. package/lib/components/ButtonGroup/ButtonGroup.d.ts.map +1 -0
  37. package/lib/components/ButtonGroup/ButtonGroup.js +64 -0
  38. package/lib/components/ButtonGroup/ButtonGroup.js.map +1 -0
  39. package/lib/components/Card/Card-story.d.ts +2 -0
  40. package/lib/components/Card/Card-story.d.ts.map +1 -0
  41. package/lib/components/Card/Card-story.js +389 -0
  42. package/lib/components/Card/Card-story.js.map +1 -0
  43. package/lib/components/Card/Card.d.ts +69 -0
  44. package/lib/components/Card/Card.d.ts.map +1 -0
  45. package/lib/components/Card/Card.js +113 -0
  46. package/lib/components/Card/Card.js.map +1 -0
  47. package/lib/components/Card/components/CardBody.d.ts +27 -0
  48. package/lib/components/Card/components/CardBody.d.ts.map +1 -0
  49. package/lib/components/Card/components/CardBody.js +45 -0
  50. package/lib/components/Card/components/CardBody.js.map +1 -0
  51. package/lib/components/Card/components/CardBuilder.d.ts +50 -0
  52. package/lib/components/Card/components/CardBuilder.d.ts.map +1 -0
  53. package/lib/components/Card/components/CardBuilder.js +139 -0
  54. package/lib/components/Card/components/CardBuilder.js.map +1 -0
  55. package/lib/components/Card/components/CardFooter.d.ts +11 -0
  56. package/lib/components/Card/components/CardFooter.d.ts.map +1 -0
  57. package/lib/components/Card/components/CardFooter.js +22 -0
  58. package/lib/components/Card/components/CardFooter.js.map +1 -0
  59. package/lib/components/Card/components/CardHeader.d.ts +28 -0
  60. package/lib/components/Card/components/CardHeader.d.ts.map +1 -0
  61. package/lib/components/Card/components/CardHeader.js +70 -0
  62. package/lib/components/Card/components/CardHeader.js.map +1 -0
  63. package/lib/components/Card/components/CardSection.d.ts +10 -0
  64. package/lib/components/Card/components/CardSection.d.ts.map +1 -0
  65. package/lib/components/Card/components/CardSection.js +27 -0
  66. package/lib/components/Card/components/CardSection.js.map +1 -0
  67. package/lib/components/Card/components/OnboardingCard.d.ts +27 -0
  68. package/lib/components/Card/components/OnboardingCard.d.ts.map +1 -0
  69. package/lib/components/Card/components/OnboardingCard.js +129 -0
  70. package/lib/components/Card/components/OnboardingCard.js.map +1 -0
  71. package/lib/components/Card/components/Scores.d.ts +15 -0
  72. package/lib/components/Card/components/Scores.d.ts.map +1 -0
  73. package/lib/components/Card/components/Scores.js +39 -0
  74. package/lib/components/Card/components/Scores.js.map +1 -0
  75. package/lib/components/Card/index.d.ts +11 -0
  76. package/lib/components/Card/index.d.ts.map +1 -0
  77. package/lib/components/Card/index.js +120 -0
  78. package/lib/components/Card/index.js.map +1 -0
  79. package/lib/components/CircleLoader/CircleLoader-story.d.ts +2 -0
  80. package/lib/components/CircleLoader/CircleLoader-story.d.ts.map +1 -0
  81. package/lib/components/CircleLoader/CircleLoader-story.js +20 -0
  82. package/lib/components/CircleLoader/CircleLoader-story.js.map +1 -0
  83. package/lib/components/CircleLoader/CircleLoader.d.ts +13 -0
  84. package/lib/components/CircleLoader/CircleLoader.d.ts.map +1 -0
  85. package/lib/components/CircleLoader/CircleLoader.js +28 -0
  86. package/lib/components/CircleLoader/CircleLoader.js.map +1 -0
  87. package/lib/components/ContextMenu/ContextMenu-story.js +31 -0
  88. package/lib/components/ContextMenu/ContextMenu-story.js.map +1 -0
  89. package/lib/components/ContextMenu/ContextMenu.d.ts +70 -0
  90. package/lib/components/ContextMenu/ContextMenu.d.ts.map +1 -0
  91. package/lib/components/ContextMenu/ContextMenu.js +315 -0
  92. package/lib/components/ContextMenu/ContextMenu.js.map +1 -0
  93. package/lib/components/Core/components/FeedBuilder/FeedBuilder-story.js +101 -0
  94. package/lib/components/Core/components/FeedBuilder/FeedBuilder-story.js.map +1 -0
  95. package/lib/components/Core/components/FeedBuilder/FeedBuilder.js +290 -0
  96. package/lib/components/Core/components/FeedBuilder/FeedBuilder.js.map +1 -0
  97. package/lib/components/Core/components/FooterPrimary/FooterPrimary.js +20 -0
  98. package/lib/components/Core/components/FooterPrimary/FooterPrimary.js.map +1 -0
  99. package/lib/components/Core/components/FooterPrimary/components/HelpButton/HelpButton.js +52 -0
  100. package/lib/components/Core/components/FooterPrimary/components/HelpButton/HelpButton.js.map +1 -0
  101. package/lib/components/Core/components/FooterPrimary/components/Legal/Legal.js +38 -0
  102. package/lib/components/Core/components/FooterPrimary/components/Legal/Legal.js.map +1 -0
  103. package/lib/components/Core/components/FooterPrimary/index.js +30 -0
  104. package/lib/components/Core/components/FooterPrimary/index.js.map +1 -0
  105. package/lib/components/Core/components/HeaderPrimary/HeaderPrimary-story.js +134 -0
  106. package/lib/components/Core/components/HeaderPrimary/HeaderPrimary-story.js.map +1 -0
  107. package/lib/components/Core/components/HeaderPrimary/HeaderPrimary.js +238 -0
  108. package/lib/components/Core/components/HeaderPrimary/HeaderPrimary.js.map +1 -0
  109. package/lib/components/Core/components/HeaderPrimary/components/DefaultLockup/DefaultLockup.js +32 -0
  110. package/lib/components/Core/components/HeaderPrimary/components/DefaultLockup/DefaultLockup.js.map +1 -0
  111. package/lib/components/Core/components/HeaderPrimary/components/Hamburger/Hamburger.js +58 -0
  112. package/lib/components/Core/components/HeaderPrimary/components/Hamburger/Hamburger.js.map +1 -0
  113. package/lib/components/Core/components/HeaderPrimary/components/LocationMenu/LocationMenu.js +169 -0
  114. package/lib/components/Core/components/HeaderPrimary/components/LocationMenu/LocationMenu.js.map +1 -0
  115. package/lib/components/Core/components/HeaderPrimary/components/UserMenu/UserMenu.js +56 -0
  116. package/lib/components/Core/components/HeaderPrimary/components/UserMenu/UserMenu.js.map +1 -0
  117. package/lib/components/Core/components/ProfileSummary/ProfileSummary-story.js +26 -0
  118. package/lib/components/Core/components/ProfileSummary/ProfileSummary-story.js.map +1 -0
  119. package/lib/components/Core/components/ProfileSummary/ProfileSummary.js +46 -0
  120. package/lib/components/Core/components/ProfileSummary/ProfileSummary.js.map +1 -0
  121. package/lib/components/Core/components/SaveBar/SaveBar-story.js +68 -0
  122. package/lib/components/Core/components/SaveBar/SaveBar-story.js.map +1 -0
  123. package/lib/components/Core/components/SaveBar/SaveBar.js +127 -0
  124. package/lib/components/Core/components/SaveBar/SaveBar.js.map +1 -0
  125. package/lib/components/Core/components/Sidebar/Sidebar-story.js +204 -0
  126. package/lib/components/Core/components/Sidebar/Sidebar-story.js.map +1 -0
  127. package/lib/components/Core/components/Sidebar/Sidebar.js +87 -0
  128. package/lib/components/Core/components/Sidebar/Sidebar.js.map +1 -0
  129. package/lib/components/Core/components/Sidebar/components/SidebarExpander/SidebarExpander.js +48 -0
  130. package/lib/components/Core/components/Sidebar/components/SidebarExpander/SidebarExpander.js.map +1 -0
  131. package/lib/components/Core/components/Sidebar/components/SidebarFooter/SidebarFooter.js +25 -0
  132. package/lib/components/Core/components/Sidebar/components/SidebarFooter/SidebarFooter.js.map +1 -0
  133. package/lib/components/Core/components/Sidebar/components/SidebarHeader/SidebarHeader.d.ts +12 -0
  134. package/lib/components/Core/components/Sidebar/components/SidebarHeader/SidebarHeader.d.ts.map +1 -0
  135. package/lib/components/Core/components/Sidebar/components/SidebarHeader/SidebarHeader.js +47 -0
  136. package/lib/components/Core/components/Sidebar/components/SidebarHeader/SidebarHeader.js.map +1 -0
  137. package/lib/components/Core/components/Sidebar/components/SidebarItem/SidebarItem.js +115 -0
  138. package/lib/components/Core/components/Sidebar/components/SidebarItem/SidebarItem.js.map +1 -0
  139. package/lib/components/Core/components/Sidebar/components/SidebarSection/SidebarSection.js +38 -0
  140. package/lib/components/Core/components/Sidebar/components/SidebarSection/SidebarSection.js.map +1 -0
  141. package/lib/components/Core/index.js +80 -0
  142. package/lib/components/Core/index.js.map +1 -0
  143. package/lib/components/Dropzone/Dropzone-story.js +119 -0
  144. package/lib/components/Dropzone/Dropzone-story.js.map +1 -0
  145. package/lib/components/Dropzone/Dropzone.js +317 -0
  146. package/lib/components/Dropzone/Dropzone.js.map +1 -0
  147. package/lib/components/EmptyState/EmptyState-story.d.ts +2 -0
  148. package/lib/components/EmptyState/EmptyState-story.d.ts.map +1 -0
  149. package/lib/components/EmptyState/EmptyState-story.js +60 -0
  150. package/lib/components/EmptyState/EmptyState-story.js.map +1 -0
  151. package/lib/components/EmptyState/EmptyState.d.ts +28 -0
  152. package/lib/components/EmptyState/EmptyState.d.ts.map +1 -0
  153. package/lib/components/EmptyState/EmptyState.js +54 -0
  154. package/lib/components/EmptyState/EmptyState.js.map +1 -0
  155. package/lib/components/EventDetails/EventDetails-story.d.ts +2 -0
  156. package/lib/components/EventDetails/EventDetails-story.d.ts.map +1 -0
  157. package/lib/components/EventDetails/EventDetails-story.js +112 -0
  158. package/lib/components/EventDetails/EventDetails-story.js.map +1 -0
  159. package/lib/components/EventDetails/EventDetails.d.ts +18 -0
  160. package/lib/components/EventDetails/EventDetails.d.ts.map +1 -0
  161. package/lib/components/EventDetails/EventDetails.js +75 -0
  162. package/lib/components/EventDetails/EventDetails.js.map +1 -0
  163. package/lib/components/EventDetails/EventDetailsUtilities.d.ts +11 -0
  164. package/lib/components/EventDetails/EventDetailsUtilities.d.ts.map +1 -0
  165. package/lib/components/EventDetails/EventDetailsUtilities.js +56 -0
  166. package/lib/components/EventDetails/EventDetailsUtilities.js.map +1 -0
  167. package/lib/components/EventDetails/components/EventDetailsItem/EventDetailsItem.d.ts +18 -0
  168. package/lib/components/EventDetails/components/EventDetailsItem/EventDetailsItem.d.ts.map +1 -0
  169. package/lib/components/EventDetails/components/EventDetailsItem/EventDetailsItem.js +111 -0
  170. package/lib/components/EventDetails/components/EventDetailsItem/EventDetailsItem.js.map +1 -0
  171. package/lib/components/EventDetails/eventDetailsMock.d.ts +10 -0
  172. package/lib/components/EventDetails/eventDetailsMock.d.ts.map +1 -0
  173. package/lib/components/EventDetails/eventDetailsMock.js +840 -0
  174. package/lib/components/EventDetails/eventDetailsMock.js.map +1 -0
  175. package/lib/components/FontLoader/FontLoader-story.js +16 -0
  176. package/lib/components/FontLoader/FontLoader-story.js.map +1 -0
  177. package/lib/components/FontLoader/FontLoader.js +148 -0
  178. package/lib/components/FontLoader/FontLoader.js.map +1 -0
  179. package/lib/components/Forms/FormPartials.js +70 -0
  180. package/lib/components/Forms/FormPartials.js.map +1 -0
  181. package/lib/components/Forms/Forms-story.js +297 -0
  182. package/lib/components/Forms/Forms-story.js.map +1 -0
  183. package/lib/components/Forms/components/Autosuggest/Autosuggest.d.ts +71 -0
  184. package/lib/components/Forms/components/Autosuggest/Autosuggest.d.ts.map +1 -0
  185. package/lib/components/Forms/components/Autosuggest/Autosuggest.js +372 -0
  186. package/lib/components/Forms/components/Autosuggest/Autosuggest.js.map +1 -0
  187. package/lib/components/Forms/components/Checkbox/Checkbox.d.ts +23 -0
  188. package/lib/components/Forms/components/Checkbox/Checkbox.d.ts.map +1 -0
  189. package/lib/components/Forms/components/Checkbox/Checkbox.js +162 -0
  190. package/lib/components/Forms/components/Checkbox/Checkbox.js.map +1 -0
  191. package/lib/components/Forms/components/DatePicker/DatePicker.js +236 -0
  192. package/lib/components/Forms/components/DatePicker/DatePicker.js.map +1 -0
  193. package/lib/components/Forms/components/DomainInput/DomainInput.js +29 -0
  194. package/lib/components/Forms/components/DomainInput/DomainInput.js.map +1 -0
  195. package/lib/components/Forms/components/DurationInput/DurationInput.js +270 -0
  196. package/lib/components/Forms/components/DurationInput/DurationInput.js.map +1 -0
  197. package/lib/components/Forms/components/FormBuilder/FormBuilder-story.js +357 -0
  198. package/lib/components/Forms/components/FormBuilder/FormBuilder-story.js.map +1 -0
  199. package/lib/components/Forms/components/FormBuilder/FormBuilder.js +121 -0
  200. package/lib/components/Forms/components/FormBuilder/FormBuilder.js.map +1 -0
  201. package/lib/components/Forms/components/FormBuilder/components/FormInner/FormInner.js +201 -0
  202. package/lib/components/Forms/components/FormBuilder/components/FormInner/FormInner.js.map +1 -0
  203. package/lib/components/Forms/components/FormLayout/FormLayout.js +35 -0
  204. package/lib/components/Forms/components/FormLayout/FormLayout.js.map +1 -0
  205. package/lib/components/Forms/components/FormLayout/components/FormLayoutGroup/FormLayoutGroup.js +30 -0
  206. package/lib/components/Forms/components/FormLayout/components/FormLayoutGroup/FormLayoutGroup.js.map +1 -0
  207. package/lib/components/Forms/components/FormLayout/components/FormLayoutItem/FormLayoutItem.js +32 -0
  208. package/lib/components/Forms/components/FormLayout/components/FormLayoutItem/FormLayoutItem.js.map +1 -0
  209. package/lib/components/Forms/components/FormLayout/index.js +32 -0
  210. package/lib/components/Forms/components/FormLayout/index.js.map +1 -0
  211. package/lib/components/Forms/components/PhoneInput/PhoneInput.d.ts +30 -0
  212. package/lib/components/Forms/components/PhoneInput/PhoneInput.d.ts.map +1 -0
  213. package/lib/components/Forms/components/PhoneInput/PhoneInput.js +119 -0
  214. package/lib/components/Forms/components/PhoneInput/PhoneInput.js.map +1 -0
  215. package/lib/components/Forms/components/Radio/Radio.d.ts +15 -0
  216. package/lib/components/Forms/components/Radio/Radio.d.ts.map +1 -0
  217. package/lib/components/Forms/components/Radio/Radio.js +92 -0
  218. package/lib/components/Forms/components/Radio/Radio.js.map +1 -0
  219. package/lib/components/Forms/components/Search/Search.js +96 -0
  220. package/lib/components/Forms/components/Search/Search.js.map +1 -0
  221. package/lib/components/Forms/components/Select/Select.js +95 -0
  222. package/lib/components/Forms/components/Select/Select.js.map +1 -0
  223. package/lib/components/Forms/components/Slider/Slider.js +100 -0
  224. package/lib/components/Forms/components/Slider/Slider.js.map +1 -0
  225. package/lib/components/Forms/components/Stars/Stars.js +101 -0
  226. package/lib/components/Forms/components/Stars/Stars.js.map +1 -0
  227. package/lib/components/Forms/components/Tag/Tag.js +60 -0
  228. package/lib/components/Forms/components/Tag/Tag.js.map +1 -0
  229. package/lib/components/Forms/components/TextArea/TextArea.js +55 -0
  230. package/lib/components/Forms/components/TextArea/TextArea.js.map +1 -0
  231. package/lib/components/Forms/components/TextInput/TextInput.d.ts +28 -0
  232. package/lib/components/Forms/components/TextInput/TextInput.d.ts.map +1 -0
  233. package/lib/components/Forms/components/TextInput/TextInput.js +57 -0
  234. package/lib/components/Forms/components/TextInput/TextInput.js.map +1 -0
  235. package/lib/components/Forms/components/Toggle/Toggle.d.ts +9 -0
  236. package/lib/components/Forms/components/Toggle/Toggle.d.ts.map +1 -0
  237. package/lib/components/Forms/components/Toggle/Toggle.js +43 -0
  238. package/lib/components/Forms/components/Toggle/Toggle.js.map +1 -0
  239. package/lib/components/Forms/index.d.ts +18 -0
  240. package/lib/components/Forms/index.d.ts.map +1 -0
  241. package/lib/components/Forms/index.js +182 -0
  242. package/lib/components/Forms/index.js.map +1 -0
  243. package/lib/components/Heading/Heading-story.js +18 -0
  244. package/lib/components/Heading/Heading-story.js.map +1 -0
  245. package/lib/components/Heading/Heading.d.ts +13 -0
  246. package/lib/components/Heading/Heading.d.ts.map +1 -0
  247. package/lib/components/Heading/Heading.js +32 -0
  248. package/lib/components/Heading/Heading.js.map +1 -0
  249. package/lib/components/Icon/Icon-story.d.ts +2 -0
  250. package/lib/components/Icon/Icon-story.d.ts.map +1 -0
  251. package/lib/components/Icon/Icon-story.js +44 -0
  252. package/lib/components/Icon/Icon-story.js.map +1 -0
  253. package/lib/components/Icon/Icon.d.ts +13 -0
  254. package/lib/components/Icon/Icon.d.ts.map +1 -0
  255. package/lib/components/Icon/Icon.js +52 -0
  256. package/lib/components/Icon/Icon.js.map +1 -0
  257. package/lib/components/Image/Image.d.ts +11 -0
  258. package/lib/components/Image/Image.d.ts.map +1 -0
  259. package/lib/components/Image/Image.js +32 -0
  260. package/lib/components/Image/Image.js.map +1 -0
  261. package/lib/components/ImageCropper/ImageCropper-story.js +219 -0
  262. package/lib/components/ImageCropper/ImageCropper-story.js.map +1 -0
  263. package/lib/components/ImageCropper/ImageCropper.js +256 -0
  264. package/lib/components/ImageCropper/ImageCropper.js.map +1 -0
  265. package/lib/components/ImageSSR/ImageSSR.js +32 -0
  266. package/lib/components/ImageSSR/ImageSSR.js.map +1 -0
  267. package/lib/components/Layout/Layout-story.js +128 -0
  268. package/lib/components/Layout/Layout-story.js.map +1 -0
  269. package/lib/components/Layout/Layout.js +43 -0
  270. package/lib/components/Layout/Layout.js.map +1 -0
  271. package/lib/components/Layout/components/LayoutSection/LayoutSection.js +38 -0
  272. package/lib/components/Layout/components/LayoutSection/LayoutSection.js.map +1 -0
  273. package/lib/components/Layout/index.js +24 -0
  274. package/lib/components/Layout/index.js.map +1 -0
  275. package/lib/components/List/List-story.d.ts +2 -0
  276. package/lib/components/List/List-story.d.ts.map +1 -0
  277. package/lib/components/List/List-story.js +241 -0
  278. package/lib/components/List/List-story.js.map +1 -0
  279. package/lib/components/List/List.d.ts +34 -0
  280. package/lib/components/List/List.d.ts.map +1 -0
  281. package/lib/components/List/List.js +83 -0
  282. package/lib/components/List/List.js.map +1 -0
  283. package/lib/components/List/components/ExpandableListItem/ExpandableListItem.d.ts +27 -0
  284. package/lib/components/List/components/ExpandableListItem/ExpandableListItem.d.ts.map +1 -0
  285. package/lib/components/List/components/ExpandableListItem/ExpandableListItem.js +93 -0
  286. package/lib/components/List/components/ExpandableListItem/ExpandableListItem.js.map +1 -0
  287. package/lib/components/List/components/ListHeader/ListHeader.d.ts +16 -0
  288. package/lib/components/List/components/ListHeader/ListHeader.d.ts.map +1 -0
  289. package/lib/components/List/components/ListHeader/ListHeader.js +51 -0
  290. package/lib/components/List/components/ListHeader/ListHeader.js.map +1 -0
  291. package/lib/components/List/components/ListItem/ListItem.d.ts +67 -0
  292. package/lib/components/List/components/ListItem/ListItem.d.ts.map +1 -0
  293. package/lib/components/List/components/ListItem/ListItem.js +206 -0
  294. package/lib/components/List/components/ListItem/ListItem.js.map +1 -0
  295. package/lib/components/List/components/SortableList/SortableList.d.ts +35 -0
  296. package/lib/components/List/components/SortableList/SortableList.d.ts.map +1 -0
  297. package/lib/components/List/components/SortableList/SortableList.js +180 -0
  298. package/lib/components/List/components/SortableList/SortableList.js.map +1 -0
  299. package/lib/components/List/index.d.ts +6 -0
  300. package/lib/components/List/index.d.ts.map +1 -0
  301. package/lib/components/List/index.js +74 -0
  302. package/lib/components/List/index.js.map +1 -0
  303. package/lib/components/Loader/Loader-story.js +30 -0
  304. package/lib/components/Loader/Loader-story.js.map +1 -0
  305. package/lib/components/Loader/Loader.js +36 -0
  306. package/lib/components/Loader/Loader.js.map +1 -0
  307. package/lib/components/Loader/Loader.test.js +17 -0
  308. package/lib/components/Loader/Loader.test.js.map +1 -0
  309. package/lib/components/MarkdownText/MarkdownText.d.ts +8 -0
  310. package/lib/components/MarkdownText/MarkdownText.d.ts.map +1 -0
  311. package/lib/components/MarkdownText/MarkdownText.js +26 -0
  312. package/lib/components/MarkdownText/MarkdownText.js.map +1 -0
  313. package/lib/components/Message/Message-story.js +135 -0
  314. package/lib/components/Message/Message-story.js.map +1 -0
  315. package/lib/components/Message/Message.js +147 -0
  316. package/lib/components/Message/Message.js.map +1 -0
  317. package/lib/components/Message/components/MessageBuilder.js +132 -0
  318. package/lib/components/Message/components/MessageBuilder.js.map +1 -0
  319. package/lib/components/Message/index.js +24 -0
  320. package/lib/components/Message/index.js.map +1 -0
  321. package/lib/components/Modal/Modal-story.js +239 -0
  322. package/lib/components/Modal/Modal-story.js.map +1 -0
  323. package/lib/components/Modal/Modal.js +86 -0
  324. package/lib/components/Modal/Modal.js.map +1 -0
  325. package/lib/components/Modal/components/ModalBody/ModalBody.js +30 -0
  326. package/lib/components/Modal/components/ModalBody/ModalBody.js.map +1 -0
  327. package/lib/components/Modal/components/ModalFooter/ModalFooter.js +31 -0
  328. package/lib/components/Modal/components/ModalFooter/ModalFooter.js.map +1 -0
  329. package/lib/components/Modal/components/ModalHeader/ModalHeader.js +84 -0
  330. package/lib/components/Modal/components/ModalHeader/ModalHeader.js.map +1 -0
  331. package/lib/components/Page/Page-story.js +115 -0
  332. package/lib/components/Page/Page-story.js.map +1 -0
  333. package/lib/components/Page/Page.js +55 -0
  334. package/lib/components/Page/Page.js.map +1 -0
  335. package/lib/components/Page/components/PageContent/PageContent.js +22 -0
  336. package/lib/components/Page/components/PageContent/PageContent.js.map +1 -0
  337. package/lib/components/Page/components/PageHeader/PageHeader.js +127 -0
  338. package/lib/components/Page/components/PageHeader/PageHeader.js.map +1 -0
  339. package/lib/components/Page/index.js +32 -0
  340. package/lib/components/Page/index.js.map +1 -0
  341. package/lib/components/PagedModal/PagedModal-story.js +121 -0
  342. package/lib/components/PagedModal/PagedModal-story.js.map +1 -0
  343. package/lib/components/PagedModal/PagedModal.js +84 -0
  344. package/lib/components/PagedModal/PagedModal.js.map +1 -0
  345. package/lib/components/Pagination/Pagination-story.js +35 -0
  346. package/lib/components/Pagination/Pagination-story.js.map +1 -0
  347. package/lib/components/Pagination/Pagination.js +157 -0
  348. package/lib/components/Pagination/Pagination.js.map +1 -0
  349. package/lib/components/RecordSelectionList/RecordSelectList-story.js +491 -0
  350. package/lib/components/RecordSelectionList/RecordSelectList-story.js.map +1 -0
  351. package/lib/components/RecordSelectionList/RecordSelectionList.d.ts +112 -0
  352. package/lib/components/RecordSelectionList/RecordSelectionList.d.ts.map +1 -0
  353. package/lib/components/RecordSelectionList/RecordSelectionList.js +702 -0
  354. package/lib/components/RecordSelectionList/RecordSelectionList.js.map +1 -0
  355. package/lib/components/RecordSelectionList/RecordSelectionListItem.d.ts +5 -0
  356. package/lib/components/RecordSelectionList/RecordSelectionListItem.d.ts.map +1 -0
  357. package/lib/components/RecordSelectionList/RecordSelectionListItem.js +20 -0
  358. package/lib/components/RecordSelectionList/RecordSelectionListItem.js.map +1 -0
  359. package/lib/components/RecordTable/RecordTable-story.d.ts +2 -0
  360. package/lib/components/RecordTable/RecordTable-story.d.ts.map +1 -0
  361. package/lib/components/RecordTable/RecordTable-story.js +242 -0
  362. package/lib/components/RecordTable/RecordTable-story.js.map +1 -0
  363. package/lib/components/RecordTable/RecordTable.d.ts +133 -0
  364. package/lib/components/RecordTable/RecordTable.d.ts.map +1 -0
  365. package/lib/components/RecordTable/RecordTable.js +523 -0
  366. package/lib/components/RecordTable/RecordTable.js.map +1 -0
  367. package/lib/components/SplitButton/SplitButton-story.js +60 -0
  368. package/lib/components/SplitButton/SplitButton-story.js.map +1 -0
  369. package/lib/components/SplitButton/SplitButton.d.ts +47 -0
  370. package/lib/components/SplitButton/SplitButton.d.ts.map +1 -0
  371. package/lib/components/SplitButton/SplitButton.js +296 -0
  372. package/lib/components/SplitButton/SplitButton.js.map +1 -0
  373. package/lib/components/Subheading/Subheading-story.js +18 -0
  374. package/lib/components/Subheading/Subheading-story.js.map +1 -0
  375. package/lib/components/Subheading/Subheading.js +40 -0
  376. package/lib/components/Subheading/Subheading.js.map +1 -0
  377. package/lib/components/Table/Table-story.js +428 -0
  378. package/lib/components/Table/Table-story.js.map +1 -0
  379. package/lib/components/Table/Table.d.ts +63 -0
  380. package/lib/components/Table/Table.d.ts.map +1 -0
  381. package/lib/components/Table/Table.js +395 -0
  382. package/lib/components/Table/Table.js.map +1 -0
  383. package/lib/components/Table/components/TableFilters/TableFilters.js +31 -0
  384. package/lib/components/Table/components/TableFilters/TableFilters.js.map +1 -0
  385. package/lib/components/Table/components/TableSearch/TableSearch.d.ts +7 -0
  386. package/lib/components/Table/components/TableSearch/TableSearch.d.ts.map +1 -0
  387. package/lib/components/Table/components/TableSearch/TableSearch.js +30 -0
  388. package/lib/components/Table/components/TableSearch/TableSearch.js.map +1 -0
  389. package/lib/components/Table/index.d.ts +4 -0
  390. package/lib/components/Table/index.d.ts.map +1 -0
  391. package/lib/components/Table/index.js +40 -0
  392. package/lib/components/Table/index.js.map +1 -0
  393. package/lib/components/Tabs/Tabs-story.d.ts +2 -0
  394. package/lib/components/Tabs/Tabs-story.d.ts.map +1 -0
  395. package/lib/components/Tabs/Tabs-story.js +36 -0
  396. package/lib/components/Tabs/Tabs-story.js.map +1 -0
  397. package/lib/components/Tabs/Tabs.d.ts +40 -0
  398. package/lib/components/Tabs/Tabs.d.ts.map +1 -0
  399. package/lib/components/Tabs/Tabs.js +244 -0
  400. package/lib/components/Tabs/Tabs.js.map +1 -0
  401. package/lib/components/Tabs/components/Tab/Tab.d.ts +26 -0
  402. package/lib/components/Tabs/components/Tab/Tab.d.ts.map +1 -0
  403. package/lib/components/Tabs/components/Tab/Tab.js +46 -0
  404. package/lib/components/Tabs/components/Tab/Tab.js.map +1 -0
  405. package/lib/components/Text/Text-story.d.ts +2 -0
  406. package/lib/components/Text/Text-story.d.ts.map +1 -0
  407. package/lib/components/Text/Text-story.js +51 -0
  408. package/lib/components/Text/Text-story.js.map +1 -0
  409. package/lib/components/Text/Text.d.ts +18 -0
  410. package/lib/components/Text/Text.d.ts.map +1 -0
  411. package/lib/components/Text/Text.js +123 -0
  412. package/lib/components/Text/Text.js.map +1 -0
  413. package/lib/components/TextContainer/TextContainer-story.js +32 -0
  414. package/lib/components/TextContainer/TextContainer-story.js.map +1 -0
  415. package/lib/components/TextContainer/TextContainer.js +33 -0
  416. package/lib/components/TextContainer/TextContainer.js.map +1 -0
  417. package/lib/components/TextStyle/TextStyle-story.js +28 -0
  418. package/lib/components/TextStyle/TextStyle-story.js.map +1 -0
  419. package/lib/components/TextStyle/TextStyle.js +41 -0
  420. package/lib/components/TextStyle/TextStyle.js.map +1 -0
  421. package/lib/components/Toast/Toast-story.d.ts +2 -0
  422. package/lib/components/Toast/Toast-story.d.ts.map +1 -0
  423. package/lib/components/Toast/Toast-story.js +210 -0
  424. package/lib/components/Toast/Toast-story.js.map +1 -0
  425. package/lib/components/Toast/Toast.d.ts +24 -0
  426. package/lib/components/Toast/Toast.d.ts.map +1 -0
  427. package/lib/components/Toast/Toast.js +76 -0
  428. package/lib/components/Toast/Toast.js.map +1 -0
  429. package/lib/components/Toast/components/ToastWrapper/ToastWrapper.d.ts +24 -0
  430. package/lib/components/Toast/components/ToastWrapper/ToastWrapper.d.ts.map +1 -0
  431. package/lib/components/Toast/components/ToastWrapper/ToastWrapper.js +131 -0
  432. package/lib/components/Toast/components/ToastWrapper/ToastWrapper.js.map +1 -0
  433. package/lib/components/TruncatedList/TruncatedList-story.js +222 -0
  434. package/lib/components/TruncatedList/TruncatedList-story.js.map +1 -0
  435. package/lib/components/TruncatedList/TruncatedList.d.ts +49 -0
  436. package/lib/components/TruncatedList/TruncatedList.d.ts.map +1 -0
  437. package/lib/components/TruncatedList/TruncatedList.js +188 -0
  438. package/lib/components/TruncatedList/TruncatedList.js.map +1 -0
  439. package/lib/components/View/View-story.js +485 -0
  440. package/lib/components/View/View-story.js.map +1 -0
  441. package/lib/components/View/View.d.ts +26 -0
  442. package/lib/components/View/View.d.ts.map +1 -0
  443. package/lib/components/View/View.js +91 -0
  444. package/lib/components/View/View.js.map +1 -0
  445. package/lib/components/_utilities/Anchor.js +28 -0
  446. package/lib/components/_utilities/Anchor.js.map +1 -0
  447. package/lib/custom-types.d.js +2 -0
  448. package/lib/custom-types.d.js.map +1 -0
  449. package/lib/icons.js +3328 -0
  450. package/lib/icons.js.map +1 -0
  451. package/lib/index.d.ts +46 -0
  452. package/lib/index.d.ts.map +1 -0
  453. package/lib/index.js +707 -0
  454. package/lib/index.js.map +1 -0
  455. package/lib/stubs/events.js +166 -0
  456. package/lib/stubs/events.js.map +1 -0
  457. package/lib/stubs/location.js +34 -0
  458. package/lib/stubs/location.js.map +1 -0
  459. package/lib/stubs/users.js +225 -0
  460. package/lib/stubs/users.js.map +1 -0
  461. package/lib/utilities.js +23 -0
  462. package/lib/utilities.js.map +1 -0
  463. package/package.json +174 -0
  464. package/static/android-chrome-192x192.png +0 -0
  465. package/static/android-chrome-256x256.png +0 -0
  466. package/static/apple-touch-icon.png +0 -0
  467. package/static/assets/bg.jpeg +0 -0
  468. package/static/assets/icons/Design/Rotate/rotate-back.svg +9 -0
  469. package/static/assets/icons/Design/Rotate/rotate-forward.svg +9 -0
  470. package/static/assets/icons/Interface-Essential/Alerts/alert-triangle--16w.svg +3 -0
  471. package/static/assets/icons/Interface-Essential/Alerts/alert-triangle--56w.svg +5 -0
  472. package/static/assets/icons/Interface-Essential/Alerts/alert-triangle.svg +3 -0
  473. package/static/assets/icons/Interface-Essential/Dashboard/gauge-dashboard-1.svg +11 -0
  474. package/static/assets/icons/Interface-Essential/Date/Calendar/calendar-3.svg +12 -0
  475. package/static/assets/icons/Interface-Essential/Date/Calendar/calendar-date.svg +9 -0
  476. package/static/assets/icons/Interface-Essential/Delete/bin.svg +7 -0
  477. package/static/assets/icons/Interface-Essential/Edit/pencil-write.svg +5 -0
  478. package/static/assets/icons/Interface-Essential/Form-Edition/paper-write.svg +8 -0
  479. package/static/assets/icons/Interface-Essential/Form-Validation/check-circle-1.svg +4 -0
  480. package/static/assets/icons/Interface-Essential/Help/question-help-square--16w.svg +5 -0
  481. package/static/assets/icons/Interface-Essential/Help/question-help-square.svg +5 -0
  482. package/static/assets/icons/Interface-Essential/Home/house-1--16w.svg +4 -0
  483. package/static/assets/icons/Interface-Essential/Home/house-1.svg +4 -0
  484. package/static/assets/icons/Interface-Essential/Lists/list-bullets-1.svg +8 -0
  485. package/static/assets/icons/Interface-Essential/Lock/Unlock/Lock/Unlock-4.svg +5 -0
  486. package/static/assets/icons/Interface-Essential/Lock/Unlock/lock-6--16w.svg +3 -0
  487. package/static/assets/icons/Interface-Essential/Lock/Unlock/lock-6.svg +5 -0
  488. package/static/assets/icons/Interface-Essential/Login/Logout/logout.svg +5 -0
  489. package/static/assets/icons/Interface-Essential/Menu/navigation-menu-horizontal.svg +5 -0
  490. package/static/assets/icons/Interface-Essential/Select/cursor-select-4.svg +14 -0
  491. package/static/assets/icons/Interface-Essential/Time/stopwatch.svg +8 -0
  492. package/static/assets/icons/Interface-Essential/Time-Files/time-clock-file-check.svg +7 -0
  493. package/static/assets/icons/Interface-Essential/Time-Files/time-clock-file-upload.svg +9 -0
  494. package/static/assets/icons/Maps-Navigation/Pins/pin-2.svg +4 -0
  495. package/static/assets/icons/Maps-Navigation/Pins/pin.svg +4 -0
  496. package/static/assets/icons/Messages-Chat-Smileys/Conversation/conversation-text--16w.svg +8 -0
  497. package/static/assets/icons/Messages-Chat-Smileys/Conversation/conversation-text.svg +8 -0
  498. package/static/assets/icons/Messages-Chat-Smileys/Messages-Speech-Bubbles/messages-bubble-square-text.svg +5 -0
  499. package/static/assets/icons/Phones-Mobile-Devices/Phone/phone-retro-1.svg +7 -0
  500. package/static/assets/icons/Programming-Apps-Websites/Plugins/Modules/module-puzzle.svg +3 -0
  501. package/static/assets/icons/Shopping-E-Commerce/Shops/shop-1--56w.svg +6 -0
  502. package/static/assets/icons/Shopping-E-Commerce/Shops/shop-1.svg +7 -0
  503. package/static/assets/icons/Social-Medias-Rewards-Rating/Rating/rating-star-1-1.svg +3 -0
  504. package/static/assets/icons/Social-Medias-Rewards-Rating/Rating/rating-star-1.svg +3 -0
  505. package/static/assets/icons/Transportation/Aircraft/aircraft-military-plane.svg +18 -0
  506. package/static/assets/icons/Users/Geometric-Close-Up-Single-User-Actions-Neutral/single-neutral-actions-image--56w.svg +7 -0
  507. package/static/assets/icons/Users/Geometric-Close-Up-Single-User-Actions-Neutral/single-neutral-actions-up-down.svg +8 -0
  508. package/static/assets/icons/Users/Geometric-Close-Up-Single-User-Neutral/single-neutral-id-card-3.svg +8 -0
  509. package/static/assets/icons/Users/Geometric-Full-Body-Multiple-Users/multiple-users-1.svg +8 -0
  510. package/static/assets/icons/Work-Office-Companies/Human-Resources/human-resources-search-team--16w.svg +8 -0
  511. package/static/assets/icons/Work-Office-Companies/Human-Resources/human-resources-search-team.svg +8 -0
  512. package/static/assets/icons/ic_add.svg +5 -0
  513. package/static/assets/icons/ic_add_circle_outline.svg +3 -0
  514. package/static/assets/icons/ic_arrow_back.svg +3 -0
  515. package/static/assets/icons/ic_arrow_drop_down.svg +3 -0
  516. package/static/assets/icons/ic_arrow_forward.svg +3 -0
  517. package/static/assets/icons/ic_button.svg +3 -0
  518. package/static/assets/icons/ic_calendar.svg +12 -0
  519. package/static/assets/icons/ic_cancel.svg +8 -0
  520. package/static/assets/icons/ic_caution.svg +3 -0
  521. package/static/assets/icons/ic_caution_light_large.svg +5 -0
  522. package/static/assets/icons/ic_check_box.svg +3 -0
  523. package/static/assets/icons/ic_check_box_outline_blank.svg +3 -0
  524. package/static/assets/icons/ic_check_circle.svg +3 -0
  525. package/static/assets/icons/ic_close.svg +3 -0
  526. package/static/assets/icons/ic_colors.svg +8 -0
  527. package/static/assets/icons/ic_complete.svg +4 -0
  528. package/static/assets/icons/ic_css.svg +7 -0
  529. package/static/assets/icons/ic_dashboard.svg +11 -0
  530. package/static/assets/icons/ic_date.svg +9 -0
  531. package/static/assets/icons/ic_date_disable.svg +8 -0
  532. package/static/assets/icons/ic_delete.svg +7 -0
  533. package/static/assets/icons/ic_disable.svg +3 -0
  534. package/static/assets/icons/ic_drag_handle.svg +3 -0
  535. package/static/assets/icons/ic_drop_light_large.svg +14 -0
  536. package/static/assets/icons/ic_edit.svg +5 -0
  537. package/static/assets/icons/ic_email.svg +6 -0
  538. package/static/assets/icons/ic_fonts.svg +6 -0
  539. package/static/assets/icons/ic_fullscreen.svg +3 -0
  540. package/static/assets/icons/ic_fullscreen_exit.svg +3 -0
  541. package/static/assets/icons/ic_guests.svg +8 -0
  542. package/static/assets/icons/ic_help.svg +5 -0
  543. package/static/assets/icons/ic_home.svg +4 -0
  544. package/static/assets/icons/ic_indeterminate_check_box.svg +3 -0
  545. package/static/assets/icons/ic_keyboard_arrow_left.svg +3 -0
  546. package/static/assets/icons/ic_keyboard_arrow_right.svg +3 -0
  547. package/static/assets/icons/ic_late.svg +5 -0
  548. package/static/assets/icons/ic_launch.svg +18 -0
  549. package/static/assets/icons/ic_location.svg +4 -0
  550. package/static/assets/icons/ic_logout.svg +5 -0
  551. package/static/assets/icons/ic_menu.svg +3 -0
  552. package/static/assets/icons/ic_message.svg +5 -0
  553. package/static/assets/icons/ic_message_failed.svg +7 -0
  554. package/static/assets/icons/ic_messages.svg +8 -0
  555. package/static/assets/icons/ic_more.svg +5 -0
  556. package/static/assets/icons/ic_new_tab.svg +3 -0
  557. package/static/assets/icons/ic_note.svg +8 -0
  558. package/static/assets/icons/ic_payment_failed_solid.svg +5 -0
  559. package/static/assets/icons/ic_payment_success_solid.svg +5 -0
  560. package/static/assets/icons/ic_phone.svg +7 -0
  561. package/static/assets/icons/ic_pin.svg +4 -0
  562. package/static/assets/icons/ic_pin_outline.svg +4 -0
  563. package/static/assets/icons/ic_power.svg +4 -0
  564. package/static/assets/icons/ic_private.svg +5 -0
  565. package/static/assets/icons/ic_profile_image_light_large.svg +7 -0
  566. package/static/assets/icons/ic_public.svg +5 -0
  567. package/static/assets/icons/ic_radio_button_checked.svg +3 -0
  568. package/static/assets/icons/ic_radio_button_unchecked.svg +3 -0
  569. package/static/assets/icons/ic_rotate_left.svg +9 -0
  570. package/static/assets/icons/ic_rotate_right.svg +9 -0
  571. package/static/assets/icons/ic_search.svg +3 -0
  572. package/static/assets/icons/ic_settings.svg +4 -0
  573. package/static/assets/icons/ic_shop_light_large.svg +6 -0
  574. package/static/assets/icons/ic_show.svg +4 -0
  575. package/static/assets/icons/ic_skill.svg +3 -0
  576. package/static/assets/icons/ic_star_outline.svg +3 -0
  577. package/static/assets/icons/ic_star_solid.svg +3 -0
  578. package/static/assets/icons/ic_status.svg +8 -0
  579. package/static/assets/icons/ic_store.svg +7 -0
  580. package/static/assets/icons/ic_switch_users.svg +8 -0
  581. package/static/assets/icons/ic_team.svg +8 -0
  582. package/static/assets/icons/ic_teammates.svg +8 -0
  583. package/static/assets/icons/ic_unordered_list.svg +8 -0
  584. package/static/assets/icons/ic_upload.svg +8 -0
  585. package/static/assets/icons/ic_upload_file_light_large.svg +9 -0
  586. package/static/assets/icons/ic_upload_file_success_light_large.svg +7 -0
  587. package/static/assets/icons/ic_user_avatar.svg +3 -0
  588. package/static/assets/icons/ic_wifi.svg +9 -0
  589. package/static/assets/icons/s-ic_spruce-logo-02.svg +3 -0
  590. package/static/assets/icons/s-ic_spruce-logo.svg +3 -0
  591. package/static/assets/logo.png +0 -0
  592. package/static/assets/users/user-01--96w.png +0 -0
  593. package/static/assets/users/user-01.png +0 -0
  594. package/static/assets/users/user-02--96w.png +0 -0
  595. package/static/assets/users/user-03--96w.png +0 -0
  596. package/static/assets/users/user-04--96w.png +0 -0
  597. package/static/assets/users/user-04.png +0 -0
  598. package/static/assets/users/user-05--96w.png +0 -0
  599. package/static/assets/users/user-05.png +0 -0
  600. package/static/assets/users/user-06--96w.png +0 -0
  601. package/static/assets/users/user-06.png +0 -0
  602. package/static/assets/users/user-07--96w.png +0 -0
  603. package/static/assets/users/user-07.png +0 -0
  604. package/static/assets/users/user-08--96w.png +0 -0
  605. package/static/assets/users/user-08.png +0 -0
  606. package/static/assets/users/user-09--96w.png +0 -0
  607. package/static/assets/users/user-09.png +0 -0
  608. package/static/assets/users/user-placeholder--96w.png +0 -0
  609. package/static/assets/users/user-placeholder.png +0 -0
  610. package/static/browserconfig.xml +9 -0
  611. package/static/favicon-16x16.png +0 -0
  612. package/static/favicon-32x32.png +0 -0
  613. package/static/favicon.ico +0 -0
  614. package/static/mstile-150x150.png +0 -0
  615. package/static/safari-pinned-tab.svg +26 -0
  616. package/static/site.webmanifest +19 -0
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2017 Spruce Labs
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md ADDED
@@ -0,0 +1,59 @@
1
+ # Sprucebot for React [![Build Status](https://travis-ci.org/sprucelabsai/react-sprucebot.svg?branch=master)](https://travis-ci.org/sprucelabsai/react-sprucebot)
2
+
3
+ [![Greenkeeper badge](https://badges.greenkeeper.io/sprucelabsai/react-sprucebot.svg)](https://greenkeeper.io/)
4
+
5
+ ## Goals
6
+
7
+ 1. Translate vanilla components from [Sprucebot Heartwood](https://github.com/sprucelabsai/sprucebot-heartwood) into React components for use in web.
8
+
9
+ ## Setup
10
+
11
+ 1. Follow the instructions for the workspace
12
+ 2. Add Storybook CLI tool globally: `yarn global @storybook/cli`
13
+
14
+ ## Running Storybook locally
15
+
16
+ 1. From `packages/react-heartwood-components`, run `yarn storybook`
17
+ 2. If you need to load additional stylesheets, i.e. from `sprucebot-heartwood`, you can specify them in `.env` as `STYLESHEETS`
18
+
19
+ ## Adding stories
20
+
21
+ Any `.js` file that ends with `-story.js` will be automatically added to Storybook.
22
+
23
+ ## Usage in Skills
24
+
25
+ 1. Add the current prerelease version: `yarn add @sprucelabs/react-heartwood-components@8.x.x`
26
+ 2. Import components:
27
+
28
+ ```js
29
+ import { Button } from '@sprucelabs/react-heartwood-components'
30
+ ```
31
+
32
+ ## React Docgen
33
+
34
+ This project uses [React Docgen](https://github.com/reactjs/react-docgen) via [Storybook Info Addon](https://github.com/storybooks/storybook/tree/master/addons/info) to autogenerate documentation from Flow declarations and comments.
35
+
36
+ To add a description to a prop, write a comment above it:
37
+
38
+ ```js
39
+ type Props = {
40
+ /** This is the component's title */
41
+ title: string
42
+ }
43
+ ```
44
+
45
+ This will add it to the description cell in the props table.
46
+
47
+ ## Contributing
48
+
49
+ TBD — This is currently a prerelease
50
+
51
+ ## Deploying Storybook as a static site
52
+
53
+ TBD
54
+
55
+ ## Additional Info
56
+
57
+ - [Heartwood Components in Fractal](https://dev.sprucebot.com)
58
+ - [Heartwood Components in Figma](https://www.figma.com/file/I0By1hIW5Y6sEkMUKkGa9dRz/Heartwood-v1.1?node-id=2%3A19)
59
+ - [React Storybook](https://storybook.js.org/?)
@@ -0,0 +1,166 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports["default"] = void 0;
9
+
10
+ var _moment = _interopRequireDefault(require("moment"));
11
+
12
+ var _default = [{
13
+ id: 'd9ce818a-0ef1-46ba-b44c-b293f5dbd023',
14
+ title: 'Haircut with Carolyn',
15
+ subtitle: 'Get them all cut',
16
+ durationSec: 3600,
17
+ startAt: (0, _moment["default"])().set({
18
+ hour: 14,
19
+ minute: 30
20
+ }),
21
+ isAllDay: false,
22
+ userId: 'ee65a588-75f8-414c-b3b0-7d1e9f2c7a27',
23
+ className: '',
24
+ eventDetails: {},
25
+ blocks: [{
26
+ title: 'Primary',
27
+ subtitle: '',
28
+ durationSec: 60 * 60,
29
+ leftIcons: [],
30
+ rightIcons: [],
31
+ className: '',
32
+ markAsBusy: true
33
+ }, {
34
+ title: 'Processing',
35
+ subtitle: '',
36
+ durationSec: 45 * 60,
37
+ leftIcons: [],
38
+ rightIcons: [],
39
+ className: '',
40
+ markAsBusy: false
41
+ }, {
42
+ title: 'Finishing',
43
+ subtitle: '',
44
+ durationSec: 15 * 60,
45
+ leftIcons: [],
46
+ rightIcons: [],
47
+ className: '',
48
+ markAsBusy: true
49
+ }]
50
+ }, {
51
+ id: 'd9ce818a-0ef1-46ba-b44c-b293f5dbd024',
52
+ title: 'Haircut with Carolyn',
53
+ subtitle: 'Get them all cut',
54
+ durationSec: 3600,
55
+ startAt: (0, _moment["default"])().set({
56
+ hour: 13,
57
+ minute: 30
58
+ }),
59
+ isAllDay: false,
60
+ userId: 'ee65a588-75f8-414c-b3b0-7d1e9f2c7a27',
61
+ className: '',
62
+ eventDetails: {},
63
+ blocks: [{
64
+ title: 'Primary',
65
+ subtitle: '',
66
+ durationSec: 60 * 60,
67
+ leftIcons: [],
68
+ rightIcons: [],
69
+ className: '',
70
+ markAsBusy: true
71
+ }, {
72
+ title: 'Processing',
73
+ subtitle: '',
74
+ durationSec: 45 * 60,
75
+ leftIcons: [],
76
+ rightIcons: [],
77
+ className: '',
78
+ markAsBusy: false
79
+ }, {
80
+ title: 'Finishing',
81
+ subtitle: '',
82
+ durationSec: 15 * 60,
83
+ leftIcons: [],
84
+ rightIcons: [],
85
+ className: '',
86
+ markAsBusy: true
87
+ }]
88
+ }, {
89
+ id: 'd9ce818a-0ef1-46ba-b44c-b293f5dbd028',
90
+ title: 'Haircut with Carolyn',
91
+ subtitle: 'Get them all cut',
92
+ durationSec: 3600,
93
+ startAt: (0, _moment["default"])().subtract(1, 'day').set({
94
+ hour: 13,
95
+ minute: 30
96
+ }),
97
+ isAllDay: false,
98
+ userId: 'ee65a588-75f8-414c-b3b0-7d1e9f2c7a27',
99
+ className: '',
100
+ eventDetails: {},
101
+ blocks: [{
102
+ title: 'Primary',
103
+ subtitle: '',
104
+ durationSec: 60 * 60,
105
+ leftIcons: [],
106
+ rightIcons: [],
107
+ className: '',
108
+ markAsBusy: true
109
+ }, {
110
+ title: 'Processing',
111
+ subtitle: '',
112
+ durationSec: 45 * 60,
113
+ leftIcons: [],
114
+ rightIcons: [],
115
+ className: '',
116
+ markAsBusy: false
117
+ }, {
118
+ title: 'Finishing',
119
+ subtitle: '',
120
+ durationSec: 15 * 60,
121
+ leftIcons: [],
122
+ rightIcons: [],
123
+ className: '',
124
+ markAsBusy: true
125
+ }]
126
+ }, {
127
+ id: 'd9ce818a-0ef1-46ba-b44c-b293f5dbd029',
128
+ title: 'Haircut with Carolyn',
129
+ subtitle: 'Get them all cut',
130
+ durationSec: 3600,
131
+ startAt: (0, _moment["default"])().add(1, 'day').set({
132
+ hour: 13,
133
+ minute: 30
134
+ }),
135
+ isAllDay: false,
136
+ userId: 'ee65a588-75f8-414c-b3b0-7d1e9f2c7a27',
137
+ className: '',
138
+ eventDetails: {},
139
+ blocks: [{
140
+ title: 'Primary',
141
+ subtitle: '',
142
+ durationSec: 60 * 60,
143
+ leftIcons: [],
144
+ rightIcons: [],
145
+ className: '',
146
+ markAsBusy: true
147
+ }, {
148
+ title: 'Processing',
149
+ subtitle: '',
150
+ durationSec: 45 * 60,
151
+ leftIcons: [],
152
+ rightIcons: [],
153
+ className: '',
154
+ markAsBusy: false
155
+ }, {
156
+ title: 'Finishing',
157
+ subtitle: '',
158
+ durationSec: 15 * 60,
159
+ leftIcons: [],
160
+ rightIcons: [],
161
+ className: '',
162
+ markAsBusy: true
163
+ }]
164
+ }];
165
+ exports["default"] = _default;
166
+ //# sourceMappingURL=events.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../src/__mocks__/stubs/events.js"],"names":["id","title","subtitle","durationSec","startAt","set","hour","minute","isAllDay","userId","className","eventDetails","blocks","leftIcons","rightIcons","markAsBusy","subtract","add"],"mappings":"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","sourcesContent":["import moment from 'moment'\nexport default [\n\t{\n\t\tid: 'd9ce818a-0ef1-46ba-b44c-b293f5dbd023',\n\t\ttitle: 'Haircut with Carolyn',\n\t\tsubtitle: 'Get them all cut',\n\t\tdurationSec: 3600,\n\t\tstartAt: moment().set({ hour: 14, minute: 30 }),\n\t\tisAllDay: false,\n\t\tuserId: 'ee65a588-75f8-414c-b3b0-7d1e9f2c7a27',\n\t\tclassName: '',\n\t\teventDetails: {},\n\t\tblocks: [\n\t\t\t{\n\t\t\t\ttitle: 'Primary',\n\t\t\t\tsubtitle: '',\n\t\t\t\tdurationSec: 60 * 60,\n\t\t\t\tleftIcons: [],\n\t\t\t\trightIcons: [],\n\t\t\t\tclassName: '',\n\t\t\t\tmarkAsBusy: true\n\t\t\t},\n\t\t\t{\n\t\t\t\ttitle: 'Processing',\n\t\t\t\tsubtitle: '',\n\t\t\t\tdurationSec: 45 * 60,\n\t\t\t\tleftIcons: [],\n\t\t\t\trightIcons: [],\n\t\t\t\tclassName: '',\n\t\t\t\tmarkAsBusy: false\n\t\t\t},\n\t\t\t{\n\t\t\t\ttitle: 'Finishing',\n\t\t\t\tsubtitle: '',\n\t\t\t\tdurationSec: 15 * 60,\n\t\t\t\tleftIcons: [],\n\t\t\t\trightIcons: [],\n\t\t\t\tclassName: '',\n\t\t\t\tmarkAsBusy: true\n\t\t\t}\n\t\t]\n\t},\n\t{\n\t\tid: 'd9ce818a-0ef1-46ba-b44c-b293f5dbd024',\n\t\ttitle: 'Haircut with Carolyn',\n\t\tsubtitle: 'Get them all cut',\n\t\tdurationSec: 3600,\n\t\tstartAt: moment().set({ hour: 13, minute: 30 }),\n\t\tisAllDay: false,\n\t\tuserId: 'ee65a588-75f8-414c-b3b0-7d1e9f2c7a27',\n\t\tclassName: '',\n\t\teventDetails: {},\n\t\tblocks: [\n\t\t\t{\n\t\t\t\ttitle: 'Primary',\n\t\t\t\tsubtitle: '',\n\t\t\t\tdurationSec: 60 * 60,\n\t\t\t\tleftIcons: [],\n\t\t\t\trightIcons: [],\n\t\t\t\tclassName: '',\n\t\t\t\tmarkAsBusy: true\n\t\t\t},\n\t\t\t{\n\t\t\t\ttitle: 'Processing',\n\t\t\t\tsubtitle: '',\n\t\t\t\tdurationSec: 45 * 60,\n\t\t\t\tleftIcons: [],\n\t\t\t\trightIcons: [],\n\t\t\t\tclassName: '',\n\t\t\t\tmarkAsBusy: false\n\t\t\t},\n\t\t\t{\n\t\t\t\ttitle: 'Finishing',\n\t\t\t\tsubtitle: '',\n\t\t\t\tdurationSec: 15 * 60,\n\t\t\t\tleftIcons: [],\n\t\t\t\trightIcons: [],\n\t\t\t\tclassName: '',\n\t\t\t\tmarkAsBusy: true\n\t\t\t}\n\t\t]\n\t},\n\t{\n\t\tid: 'd9ce818a-0ef1-46ba-b44c-b293f5dbd028',\n\t\ttitle: 'Haircut with Carolyn',\n\t\tsubtitle: 'Get them all cut',\n\t\tdurationSec: 3600,\n\t\tstartAt: moment()\n\t\t\t.subtract(1, 'day')\n\t\t\t.set({ hour: 13, minute: 30 }),\n\t\tisAllDay: false,\n\t\tuserId: 'ee65a588-75f8-414c-b3b0-7d1e9f2c7a27',\n\t\tclassName: '',\n\t\teventDetails: {},\n\t\tblocks: [\n\t\t\t{\n\t\t\t\ttitle: 'Primary',\n\t\t\t\tsubtitle: '',\n\t\t\t\tdurationSec: 60 * 60,\n\t\t\t\tleftIcons: [],\n\t\t\t\trightIcons: [],\n\t\t\t\tclassName: '',\n\t\t\t\tmarkAsBusy: true\n\t\t\t},\n\t\t\t{\n\t\t\t\ttitle: 'Processing',\n\t\t\t\tsubtitle: '',\n\t\t\t\tdurationSec: 45 * 60,\n\t\t\t\tleftIcons: [],\n\t\t\t\trightIcons: [],\n\t\t\t\tclassName: '',\n\t\t\t\tmarkAsBusy: false\n\t\t\t},\n\t\t\t{\n\t\t\t\ttitle: 'Finishing',\n\t\t\t\tsubtitle: '',\n\t\t\t\tdurationSec: 15 * 60,\n\t\t\t\tleftIcons: [],\n\t\t\t\trightIcons: [],\n\t\t\t\tclassName: '',\n\t\t\t\tmarkAsBusy: true\n\t\t\t}\n\t\t]\n\t},\n\t{\n\t\tid: 'd9ce818a-0ef1-46ba-b44c-b293f5dbd029',\n\t\ttitle: 'Haircut with Carolyn',\n\t\tsubtitle: 'Get them all cut',\n\t\tdurationSec: 3600,\n\t\tstartAt: moment()\n\t\t\t.add(1, 'day')\n\t\t\t.set({ hour: 13, minute: 30 }),\n\t\tisAllDay: false,\n\t\tuserId: 'ee65a588-75f8-414c-b3b0-7d1e9f2c7a27',\n\t\tclassName: '',\n\t\teventDetails: {},\n\t\tblocks: [\n\t\t\t{\n\t\t\t\ttitle: 'Primary',\n\t\t\t\tsubtitle: '',\n\t\t\t\tdurationSec: 60 * 60,\n\t\t\t\tleftIcons: [],\n\t\t\t\trightIcons: [],\n\t\t\t\tclassName: '',\n\t\t\t\tmarkAsBusy: true\n\t\t\t},\n\t\t\t{\n\t\t\t\ttitle: 'Processing',\n\t\t\t\tsubtitle: '',\n\t\t\t\tdurationSec: 45 * 60,\n\t\t\t\tleftIcons: [],\n\t\t\t\trightIcons: [],\n\t\t\t\tclassName: '',\n\t\t\t\tmarkAsBusy: false\n\t\t\t},\n\t\t\t{\n\t\t\t\ttitle: 'Finishing',\n\t\t\t\tsubtitle: '',\n\t\t\t\tdurationSec: 15 * 60,\n\t\t\t\tleftIcons: [],\n\t\t\t\trightIcons: [],\n\t\t\t\tclassName: '',\n\t\t\t\tmarkAsBusy: true\n\t\t\t}\n\t\t]\n\t}\n]\n"],"file":"events.js"}
@@ -0,0 +1,34 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+ var _default = {
8
+ id: '9139bfeb-7143-4a50-abad-2f768decb1d1',
9
+ name: 'Barbershop #32',
10
+ addressLine1: '3833 Steele st',
11
+ addressLine2: 'Unit D',
12
+ addressCity: 'Denver',
13
+ addressState: 'CO',
14
+ addressZip: '80205',
15
+ addressCountry: 'US',
16
+ geo: {
17
+ lat: 39.7695943,
18
+ lng: -104.9500088
19
+ },
20
+ OrganizationId: 'bc02c800-60f2-4e37-8ed1-a32f6a50e0a2',
21
+ isPublic: false,
22
+ timezone: 'America/Denver',
23
+ archived: false,
24
+ profileImages: {
25
+ profile60: 'https://s3.amazonaws.com/sprucebot-dev/default-profile--X60.jpg',
26
+ 'profile60@2x': 'https://s3.amazonaws.com/sprucebot-dev/default-profile--X60@2x.jpg',
27
+ profile150: 'https://s3.amazonaws.com/sprucebot-dev/default-profile--X150.jpg',
28
+ 'profile150@2x': 'https://s3.amazonaws.com/sprucebot-dev/default-profile--X150@2x.jpg'
29
+ },
30
+ phoneNumber: null,
31
+ enableLockScreen: true
32
+ };
33
+ exports["default"] = _default;
34
+ //# sourceMappingURL=location.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../src/__mocks__/stubs/location.js"],"names":["id","name","addressLine1","addressLine2","addressCity","addressState","addressZip","addressCountry","geo","lat","lng","OrganizationId","isPublic","timezone","archived","profileImages","profile60","profile150","phoneNumber","enableLockScreen"],"mappings":";;;;;;eAAe;AACdA,EAAAA,EAAE,EAAE,sCADU;AAEdC,EAAAA,IAAI,EAAE,gBAFQ;AAGdC,EAAAA,YAAY,EAAE,gBAHA;AAIdC,EAAAA,YAAY,EAAE,QAJA;AAKdC,EAAAA,WAAW,EAAE,QALC;AAMdC,EAAAA,YAAY,EAAE,IANA;AAOdC,EAAAA,UAAU,EAAE,OAPE;AAQdC,EAAAA,cAAc,EAAE,IARF;AASdC,EAAAA,GAAG,EAAE;AACJC,IAAAA,GAAG,EAAE,UADD;AAEJC,IAAAA,GAAG,EAAE,CAAC;AAFF,GATS;AAadC,EAAAA,cAAc,EAAE,sCAbF;AAcdC,EAAAA,QAAQ,EAAE,KAdI;AAedC,EAAAA,QAAQ,EAAE,gBAfI;AAgBdC,EAAAA,QAAQ,EAAE,KAhBI;AAiBdC,EAAAA,aAAa,EAAE;AACdC,IAAAA,SAAS,EACR,iEAFa;AAGd,oBACC,oEAJa;AAKdC,IAAAA,UAAU,EACT,kEANa;AAOd,qBACC;AARa,GAjBD;AA2BdC,EAAAA,WAAW,EAAE,IA3BC;AA4BdC,EAAAA,gBAAgB,EAAE;AA5BJ,C","sourcesContent":["export default {\n\tid: '9139bfeb-7143-4a50-abad-2f768decb1d1',\n\tname: 'Barbershop #32',\n\taddressLine1: '3833 Steele st',\n\taddressLine2: 'Unit D',\n\taddressCity: 'Denver',\n\taddressState: 'CO',\n\taddressZip: '80205',\n\taddressCountry: 'US',\n\tgeo: {\n\t\tlat: 39.7695943,\n\t\tlng: -104.9500088\n\t},\n\tOrganizationId: 'bc02c800-60f2-4e37-8ed1-a32f6a50e0a2',\n\tisPublic: false,\n\ttimezone: 'America/Denver',\n\tarchived: false,\n\tprofileImages: {\n\t\tprofile60:\n\t\t\t'https://s3.amazonaws.com/sprucebot-dev/default-profile--X60.jpg',\n\t\t'profile60@2x':\n\t\t\t'https://s3.amazonaws.com/sprucebot-dev/default-profile--X60@2x.jpg',\n\t\tprofile150:\n\t\t\t'https://s3.amazonaws.com/sprucebot-dev/default-profile--X150.jpg',\n\t\t'profile150@2x':\n\t\t\t'https://s3.amazonaws.com/sprucebot-dev/default-profile--X150@2x.jpg'\n\t},\n\tphoneNumber: null,\n\tenableLockScreen: true\n}\n"],"file":"location.js"}
@@ -0,0 +1,225 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+ var _default = [{
8
+ name: 'Carolyn Selheim-Miller',
9
+ nameWithLastInitial: 'Carolyn S.',
10
+ casualName: 'Carolyn',
11
+ profileImages: {
12
+ profile60: 'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/180e751d-422f-4bdf-b6db-a3ad81f65be5--X60.png',
13
+ 'profile60@2x': 'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/180e751d-422f-4bdf-b6db-a3ad81f65be5--X60@2x.png',
14
+ profile150: 'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/180e751d-422f-4bdf-b6db-a3ad81f65be5--X150.png',
15
+ 'profile150@2x': 'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/180e751d-422f-4bdf-b6db-a3ad81f65be5--X150@2x.png'
16
+ },
17
+ defaultProfileImages: {
18
+ profile60: 'https://s3.amazonaws.com/sprucebot-dev/default-profile--X60.jpg',
19
+ 'profile60@2x': 'https://s3.amazonaws.com/sprucebot-dev/default-profile--X60@2x.jpg',
20
+ profile150: 'https://s3.amazonaws.com/sprucebot-dev/default-profile--X150.jpg',
21
+ 'profile150@2x': 'https://s3.amazonaws.com/sprucebot-dev/default-profile--X150@2x.jpg'
22
+ },
23
+ id: 'd9ce818a-0ef1-46ba-b44c-b293f5dbd0ff',
24
+ firstName: 'Carolyn',
25
+ lastName: 'Selheim-Miller',
26
+ profileImageUUID: '180e751d-422f-4bdf-b6db-a3ad81f65be5',
27
+ createdAt: '2018-07-17T19:02:52.758Z',
28
+ updatedAt: '2018-10-18T15:31:57.304Z'
29
+ }, {
30
+ updatedAt: '2018-10-24T23:33:58.794Z',
31
+ createdAt: '2016-11-17T18:45:32.706Z',
32
+ id: '78245981-5022-49a7-b2f2-6ac687e0f3d1',
33
+ firstName: 'Taylor',
34
+ lastName: 'Romero',
35
+ name: 'Taylor Romero',
36
+ profileImageUUID: 'f9ea1f05-a801-4f34-9d86-ec75c5c3881c',
37
+ profileImages: {
38
+ profile60: 'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/f9ea1f05-a801-4f34-9d86-ec75c5c3881c--X60.png',
39
+ 'profile60@2x': 'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/f9ea1f05-a801-4f34-9d86-ec75c5c3881c--X60@2x.png',
40
+ profile150: 'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/f9ea1f05-a801-4f34-9d86-ec75c5c3881c--X150.png',
41
+ 'profile150@2x': 'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/f9ea1f05-a801-4f34-9d86-ec75c5c3881c--X150@2x.png'
42
+ },
43
+ defaultProfileImages: {
44
+ profile60: 'https://s3.amazonaws.com/sprucebot-dev/default-profile--X60.jpg',
45
+ 'profile60@2x': 'https://s3.amazonaws.com/sprucebot-dev/default-profile--X60@2x.jpg',
46
+ profile150: 'https://s3.amazonaws.com/sprucebot-dev/default-profile--X150.jpg',
47
+ 'profile150@2x': 'https://s3.amazonaws.com/sprucebot-dev/default-profile--X150@2x.jpg'
48
+ },
49
+ casualName: 'Taylor'
50
+ }, {
51
+ updatedAt: '2018-10-12T18:16:14.579Z',
52
+ createdAt: '2016-11-17T18:45:32.707Z',
53
+ id: 'ee65a588-75f8-414c-b3b0-7d1e9f2c7a27',
54
+ firstName: 'Brandon',
55
+ lastName: 'Minch',
56
+ name: 'Brandon Minch',
57
+ profileImageUUID: '164224db-8523-48ee-8314-ae371cd47ca1',
58
+ profileImages: {
59
+ profile60: 'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/164224db-8523-48ee-8314-ae371cd47ca1--X60.png',
60
+ 'profile60@2x': 'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/164224db-8523-48ee-8314-ae371cd47ca1--X60@2x.png',
61
+ profile150: 'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/164224db-8523-48ee-8314-ae371cd47ca1--X150.png',
62
+ 'profile150@2x': 'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/164224db-8523-48ee-8314-ae371cd47ca1--X150@2x.png'
63
+ },
64
+ defaultProfileImages: {
65
+ profile60: 'https://s3.amazonaws.com/sprucebot-dev/default-profile--X60.jpg',
66
+ 'profile60@2x': 'https://s3.amazonaws.com/sprucebot-dev/default-profile--X60@2x.jpg',
67
+ profile150: 'https://s3.amazonaws.com/sprucebot-dev/default-profile--X150.jpg',
68
+ 'profile150@2x': 'https://s3.amazonaws.com/sprucebot-dev/default-profile--X150@2x.jpg'
69
+ },
70
+ casualName: 'Brandon'
71
+ }, {
72
+ updatedAt: '2018-10-19T18:43:32.454Z',
73
+ createdAt: '2017-05-10T20:39:26.871Z',
74
+ id: '909beac7-42f7-443f-bd86-c762705c0c18',
75
+ firstName: 'Ricky',
76
+ lastName: 'Padilla',
77
+ name: 'Ricky Padilla',
78
+ profileImageUUID: '0725ae46-cfe1-46f6-afa5-80c0233b6dba',
79
+ profileImages: {
80
+ profile60: 'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/0725ae46-cfe1-46f6-afa5-80c0233b6dba--X60.png',
81
+ 'profile60@2x': 'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/0725ae46-cfe1-46f6-afa5-80c0233b6dba--X60@2x.png',
82
+ profile150: 'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/0725ae46-cfe1-46f6-afa5-80c0233b6dba--X150.png',
83
+ 'profile150@2x': 'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/0725ae46-cfe1-46f6-afa5-80c0233b6dba--X150@2x.png'
84
+ },
85
+ defaultProfileImages: {
86
+ profile60: 'https://s3.amazonaws.com/sprucebot-dev/default-profile--X60.jpg',
87
+ 'profile60@2x': 'https://s3.amazonaws.com/sprucebot-dev/default-profile--X60@2x.jpg',
88
+ profile150: 'https://s3.amazonaws.com/sprucebot-dev/default-profile--X150.jpg',
89
+ 'profile150@2x': 'https://s3.amazonaws.com/sprucebot-dev/default-profile--X150@2x.jpg'
90
+ },
91
+ casualName: 'Ricky'
92
+ }, {
93
+ updatedAt: '2018-10-12T19:16:28.706Z',
94
+ createdAt: '2017-08-23T05:38:35.684Z',
95
+ id: 'ce914128-c77c-40fa-b5ef-d6faa3ed26a1',
96
+ firstName: 'ryan android',
97
+ lastName: 'johnson',
98
+ name: 'ryan android johnson',
99
+ profileImageUUID: 'f00de403-d05e-4d7f-aeb0-639d7fd14fe0',
100
+ profileImages: {
101
+ profile60: 'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/f00de403-d05e-4d7f-aeb0-639d7fd14fe0--X60.png',
102
+ 'profile60@2x': 'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/f00de403-d05e-4d7f-aeb0-639d7fd14fe0--X60@2x.png',
103
+ profile150: 'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/f00de403-d05e-4d7f-aeb0-639d7fd14fe0--X150.png',
104
+ 'profile150@2x': 'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/f00de403-d05e-4d7f-aeb0-639d7fd14fe0--X150@2x.png'
105
+ },
106
+ defaultProfileImages: {
107
+ profile60: 'https://s3.amazonaws.com/sprucebot-dev/default-profile--X60.jpg',
108
+ 'profile60@2x': 'https://s3.amazonaws.com/sprucebot-dev/default-profile--X60@2x.jpg',
109
+ profile150: 'https://s3.amazonaws.com/sprucebot-dev/default-profile--X150.jpg',
110
+ 'profile150@2x': 'https://s3.amazonaws.com/sprucebot-dev/default-profile--X150@2x.jpg'
111
+ },
112
+ casualName: 'ryan android'
113
+ }, {
114
+ name: 'Jeremy Tinianow',
115
+ nameWithLastInitial: 'Jeremy T.',
116
+ casualName: 'Jeremy',
117
+ profileImages: {
118
+ profile60: 'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/03a5af62-9977-4d59-aa45-268867386237--X60.png',
119
+ 'profile60@2x': 'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/03a5af62-9977-4d59-aa45-268867386237--X60@2x.png',
120
+ profile150: 'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/03a5af62-9977-4d59-aa45-268867386237--X150.png',
121
+ 'profile150@2x': 'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/03a5af62-9977-4d59-aa45-268867386237--X150@2x.png'
122
+ },
123
+ defaultProfileImages: {
124
+ profile60: 'https://s3.amazonaws.com/sprucebot-dev/default-profile--X60.jpg',
125
+ 'profile60@2x': 'https://s3.amazonaws.com/sprucebot-dev/default-profile--X60@2x.jpg',
126
+ profile150: 'https://s3.amazonaws.com/sprucebot-dev/default-profile--X150.jpg',
127
+ 'profile150@2x': 'https://s3.amazonaws.com/sprucebot-dev/default-profile--X150@2x.jpg'
128
+ },
129
+ id: '7a96fb12-b01c-45f3-9c09-d0922d5eaa44',
130
+ firstName: 'Jeremy',
131
+ lastName: 'Tinianow',
132
+ profileImageUUID: '03a5af62-9977-4d59-aa45-268867386237',
133
+ createdAt: '2016-11-17T18:45:32.707Z',
134
+ updatedAt: '2018-10-25T18:02:46.039Z'
135
+ }, {
136
+ name: 'Robin Candi Cain',
137
+ nameWithLastInitial: 'Robin C.',
138
+ casualName: 'Robin',
139
+ profileImages: {
140
+ profile60: 'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/744bd43e-8861-4b1b-ba5d-142ce0301733--X60.png',
141
+ 'profile60@2x': 'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/744bd43e-8861-4b1b-ba5d-142ce0301733--X60@2x.png',
142
+ profile150: 'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/744bd43e-8861-4b1b-ba5d-142ce0301733--X150.png',
143
+ 'profile150@2x': 'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/744bd43e-8861-4b1b-ba5d-142ce0301733--X150@2x.png'
144
+ },
145
+ defaultProfileImages: {
146
+ profile60: 'https://s3.amazonaws.com/sprucebot-dev/default-profile--X60.jpg',
147
+ 'profile60@2x': 'https://s3.amazonaws.com/sprucebot-dev/default-profile--X60@2x.jpg',
148
+ profile150: 'https://s3.amazonaws.com/sprucebot-dev/default-profile--X150.jpg',
149
+ 'profile150@2x': 'https://s3.amazonaws.com/sprucebot-dev/default-profile--X150@2x.jpg'
150
+ },
151
+ id: '2602d150-7f48-4a1a-a22d-1e2558b0ee4e',
152
+ firstName: 'Robin',
153
+ lastName: 'Candi Cain',
154
+ profileImageUUID: '744bd43e-8861-4b1b-ba5d-142ce0301733',
155
+ createdAt: '2016-11-17T18:45:32.707Z',
156
+ updatedAt: '2018-10-17T17:58:00.122Z'
157
+ }, {
158
+ name: 'Kennn Goldfarb',
159
+ nameWithLastInitial: 'Kennn G.',
160
+ casualName: 'Kennn',
161
+ profileImages: {
162
+ profile60: 'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/0caaa620-9893-4751-a9bb-79851d77e03b--X60.png',
163
+ 'profile60@2x': 'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/0caaa620-9893-4751-a9bb-79851d77e03b--X60@2x.png',
164
+ profile150: 'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/0caaa620-9893-4751-a9bb-79851d77e03b--X150.png',
165
+ 'profile150@2x': 'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/0caaa620-9893-4751-a9bb-79851d77e03b--X150@2x.png'
166
+ },
167
+ defaultProfileImages: {
168
+ profile60: 'https://s3.amazonaws.com/sprucebot-dev/default-profile--X60.jpg',
169
+ 'profile60@2x': 'https://s3.amazonaws.com/sprucebot-dev/default-profile--X60@2x.jpg',
170
+ profile150: 'https://s3.amazonaws.com/sprucebot-dev/default-profile--X150.jpg',
171
+ 'profile150@2x': 'https://s3.amazonaws.com/sprucebot-dev/default-profile--X150@2x.jpg'
172
+ },
173
+ id: '061bb108-7795-4f62-972c-7ee426b71668',
174
+ firstName: 'Kennn',
175
+ lastName: 'Goldfarb',
176
+ profileImageUUID: '0caaa620-9893-4751-a9bb-79851d77e03b',
177
+ createdAt: '2017-05-08T18:09:07.279Z',
178
+ updatedAt: '2018-10-25T20:41:32.510Z'
179
+ }, {
180
+ name: 'Corbannn Baxter',
181
+ nameWithLastInitial: 'Corbannn B.',
182
+ casualName: 'Corbannn',
183
+ profileImages: {
184
+ profile60: 'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/7a6b5f08-2136-4d2b-8066-6286b6828de4--X60.png',
185
+ 'profile60@2x': 'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/7a6b5f08-2136-4d2b-8066-6286b6828de4--X60@2x.png',
186
+ profile150: 'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/7a6b5f08-2136-4d2b-8066-6286b6828de4--X150.png',
187
+ 'profile150@2x': 'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/7a6b5f08-2136-4d2b-8066-6286b6828de4--X150@2x.png'
188
+ },
189
+ defaultProfileImages: {
190
+ profile60: 'https://s3.amazonaws.com/sprucebot-dev/default-profile--X60.jpg',
191
+ 'profile60@2x': 'https://s3.amazonaws.com/sprucebot-dev/default-profile--X60@2x.jpg',
192
+ profile150: 'https://s3.amazonaws.com/sprucebot-dev/default-profile--X150.jpg',
193
+ 'profile150@2x': 'https://s3.amazonaws.com/sprucebot-dev/default-profile--X150@2x.jpg'
194
+ },
195
+ id: '724d2986-ba56-4560-a1ab-74088b974274',
196
+ firstName: 'Corbannn',
197
+ lastName: 'Baxter',
198
+ profileImageUUID: '7a6b5f08-2136-4d2b-8066-6286b6828de4',
199
+ createdAt: '2016-11-17T18:45:32.707Z',
200
+ updatedAt: '2018-10-12T18:13:28.979Z'
201
+ }, {
202
+ name: 'Zoe Kendall',
203
+ nameWithLastInitial: 'Zoe K.',
204
+ casualName: 'Zoe',
205
+ profileImages: {
206
+ profile60: 'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/4ef72c61-be73-45d7-a9e6-736b454581e6--X60.png',
207
+ 'profile60@2x': 'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/4ef72c61-be73-45d7-a9e6-736b454581e6--X60@2x.png',
208
+ profile150: 'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/4ef72c61-be73-45d7-a9e6-736b454581e6--X150.png',
209
+ 'profile150@2x': 'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/4ef72c61-be73-45d7-a9e6-736b454581e6--X150@2x.png'
210
+ },
211
+ defaultProfileImages: {
212
+ profile60: 'https://s3.amazonaws.com/sprucebot-dev/default-profile--X60.jpg',
213
+ 'profile60@2x': 'https://s3.amazonaws.com/sprucebot-dev/default-profile--X60@2x.jpg',
214
+ profile150: 'https://s3.amazonaws.com/sprucebot-dev/default-profile--X150.jpg',
215
+ 'profile150@2x': 'https://s3.amazonaws.com/sprucebot-dev/default-profile--X150@2x.jpg'
216
+ },
217
+ id: 'df65bf1f-efae-41bd-af5f-a8714807dfef',
218
+ firstName: 'Zoe',
219
+ lastName: 'Kendall',
220
+ profileImageUUID: '4ef72c61-be73-45d7-a9e6-736b454581e6',
221
+ createdAt: '2016-11-17T18:45:32.707Z',
222
+ updatedAt: '2018-10-25T20:01:55.310Z'
223
+ }];
224
+ exports["default"] = _default;
225
+ //# sourceMappingURL=users.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../src/__mocks__/stubs/users.js"],"names":["name","nameWithLastInitial","casualName","profileImages","profile60","profile150","defaultProfileImages","id","firstName","lastName","profileImageUUID","createdAt","updatedAt"],"mappings":"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","sourcesContent":["export default [\n\t{\n\t\tname: 'Carolyn Selheim-Miller',\n\t\tnameWithLastInitial: 'Carolyn S.',\n\t\tcasualName: 'Carolyn',\n\t\tprofileImages: {\n\t\t\tprofile60:\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/180e751d-422f-4bdf-b6db-a3ad81f65be5--X60.png',\n\t\t\t'profile60@2x':\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/180e751d-422f-4bdf-b6db-a3ad81f65be5--X60@2x.png',\n\t\t\tprofile150:\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/180e751d-422f-4bdf-b6db-a3ad81f65be5--X150.png',\n\t\t\t'profile150@2x':\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/180e751d-422f-4bdf-b6db-a3ad81f65be5--X150@2x.png'\n\t\t},\n\t\tdefaultProfileImages: {\n\t\t\tprofile60:\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/default-profile--X60.jpg',\n\t\t\t'profile60@2x':\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/default-profile--X60@2x.jpg',\n\t\t\tprofile150:\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/default-profile--X150.jpg',\n\t\t\t'profile150@2x':\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/default-profile--X150@2x.jpg'\n\t\t},\n\t\tid: 'd9ce818a-0ef1-46ba-b44c-b293f5dbd0ff',\n\t\tfirstName: 'Carolyn',\n\t\tlastName: 'Selheim-Miller',\n\t\tprofileImageUUID: '180e751d-422f-4bdf-b6db-a3ad81f65be5',\n\t\tcreatedAt: '2018-07-17T19:02:52.758Z',\n\t\tupdatedAt: '2018-10-18T15:31:57.304Z'\n\t},\n\t{\n\t\tupdatedAt: '2018-10-24T23:33:58.794Z',\n\t\tcreatedAt: '2016-11-17T18:45:32.706Z',\n\t\tid: '78245981-5022-49a7-b2f2-6ac687e0f3d1',\n\t\tfirstName: 'Taylor',\n\t\tlastName: 'Romero',\n\t\tname: 'Taylor Romero',\n\t\tprofileImageUUID: 'f9ea1f05-a801-4f34-9d86-ec75c5c3881c',\n\t\tprofileImages: {\n\t\t\tprofile60:\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/f9ea1f05-a801-4f34-9d86-ec75c5c3881c--X60.png',\n\t\t\t'profile60@2x':\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/f9ea1f05-a801-4f34-9d86-ec75c5c3881c--X60@2x.png',\n\t\t\tprofile150:\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/f9ea1f05-a801-4f34-9d86-ec75c5c3881c--X150.png',\n\t\t\t'profile150@2x':\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/f9ea1f05-a801-4f34-9d86-ec75c5c3881c--X150@2x.png'\n\t\t},\n\t\tdefaultProfileImages: {\n\t\t\tprofile60:\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/default-profile--X60.jpg',\n\t\t\t'profile60@2x':\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/default-profile--X60@2x.jpg',\n\t\t\tprofile150:\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/default-profile--X150.jpg',\n\t\t\t'profile150@2x':\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/default-profile--X150@2x.jpg'\n\t\t},\n\t\tcasualName: 'Taylor'\n\t},\n\t{\n\t\tupdatedAt: '2018-10-12T18:16:14.579Z',\n\t\tcreatedAt: '2016-11-17T18:45:32.707Z',\n\t\tid: 'ee65a588-75f8-414c-b3b0-7d1e9f2c7a27',\n\t\tfirstName: 'Brandon',\n\t\tlastName: 'Minch',\n\t\tname: 'Brandon Minch',\n\t\tprofileImageUUID: '164224db-8523-48ee-8314-ae371cd47ca1',\n\t\tprofileImages: {\n\t\t\tprofile60:\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/164224db-8523-48ee-8314-ae371cd47ca1--X60.png',\n\t\t\t'profile60@2x':\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/164224db-8523-48ee-8314-ae371cd47ca1--X60@2x.png',\n\t\t\tprofile150:\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/164224db-8523-48ee-8314-ae371cd47ca1--X150.png',\n\t\t\t'profile150@2x':\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/164224db-8523-48ee-8314-ae371cd47ca1--X150@2x.png'\n\t\t},\n\t\tdefaultProfileImages: {\n\t\t\tprofile60:\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/default-profile--X60.jpg',\n\t\t\t'profile60@2x':\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/default-profile--X60@2x.jpg',\n\t\t\tprofile150:\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/default-profile--X150.jpg',\n\t\t\t'profile150@2x':\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/default-profile--X150@2x.jpg'\n\t\t},\n\t\tcasualName: 'Brandon'\n\t},\n\t{\n\t\tupdatedAt: '2018-10-19T18:43:32.454Z',\n\t\tcreatedAt: '2017-05-10T20:39:26.871Z',\n\t\tid: '909beac7-42f7-443f-bd86-c762705c0c18',\n\t\tfirstName: 'Ricky',\n\t\tlastName: 'Padilla',\n\t\tname: 'Ricky Padilla',\n\t\tprofileImageUUID: '0725ae46-cfe1-46f6-afa5-80c0233b6dba',\n\t\tprofileImages: {\n\t\t\tprofile60:\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/0725ae46-cfe1-46f6-afa5-80c0233b6dba--X60.png',\n\t\t\t'profile60@2x':\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/0725ae46-cfe1-46f6-afa5-80c0233b6dba--X60@2x.png',\n\t\t\tprofile150:\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/0725ae46-cfe1-46f6-afa5-80c0233b6dba--X150.png',\n\t\t\t'profile150@2x':\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/0725ae46-cfe1-46f6-afa5-80c0233b6dba--X150@2x.png'\n\t\t},\n\t\tdefaultProfileImages: {\n\t\t\tprofile60:\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/default-profile--X60.jpg',\n\t\t\t'profile60@2x':\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/default-profile--X60@2x.jpg',\n\t\t\tprofile150:\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/default-profile--X150.jpg',\n\t\t\t'profile150@2x':\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/default-profile--X150@2x.jpg'\n\t\t},\n\t\tcasualName: 'Ricky'\n\t},\n\t{\n\t\tupdatedAt: '2018-10-12T19:16:28.706Z',\n\t\tcreatedAt: '2017-08-23T05:38:35.684Z',\n\t\tid: 'ce914128-c77c-40fa-b5ef-d6faa3ed26a1',\n\t\tfirstName: 'ryan android',\n\t\tlastName: 'johnson',\n\t\tname: 'ryan android johnson',\n\t\tprofileImageUUID: 'f00de403-d05e-4d7f-aeb0-639d7fd14fe0',\n\t\tprofileImages: {\n\t\t\tprofile60:\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/f00de403-d05e-4d7f-aeb0-639d7fd14fe0--X60.png',\n\t\t\t'profile60@2x':\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/f00de403-d05e-4d7f-aeb0-639d7fd14fe0--X60@2x.png',\n\t\t\tprofile150:\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/f00de403-d05e-4d7f-aeb0-639d7fd14fe0--X150.png',\n\t\t\t'profile150@2x':\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/f00de403-d05e-4d7f-aeb0-639d7fd14fe0--X150@2x.png'\n\t\t},\n\t\tdefaultProfileImages: {\n\t\t\tprofile60:\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/default-profile--X60.jpg',\n\t\t\t'profile60@2x':\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/default-profile--X60@2x.jpg',\n\t\t\tprofile150:\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/default-profile--X150.jpg',\n\t\t\t'profile150@2x':\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/default-profile--X150@2x.jpg'\n\t\t},\n\t\tcasualName: 'ryan android'\n\t},\n\t{\n\t\tname: 'Jeremy Tinianow',\n\t\tnameWithLastInitial: 'Jeremy T.',\n\t\tcasualName: 'Jeremy',\n\t\tprofileImages: {\n\t\t\tprofile60:\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/03a5af62-9977-4d59-aa45-268867386237--X60.png',\n\t\t\t'profile60@2x':\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/03a5af62-9977-4d59-aa45-268867386237--X60@2x.png',\n\t\t\tprofile150:\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/03a5af62-9977-4d59-aa45-268867386237--X150.png',\n\t\t\t'profile150@2x':\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/03a5af62-9977-4d59-aa45-268867386237--X150@2x.png'\n\t\t},\n\t\tdefaultProfileImages: {\n\t\t\tprofile60:\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/default-profile--X60.jpg',\n\t\t\t'profile60@2x':\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/default-profile--X60@2x.jpg',\n\t\t\tprofile150:\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/default-profile--X150.jpg',\n\t\t\t'profile150@2x':\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/default-profile--X150@2x.jpg'\n\t\t},\n\t\tid: '7a96fb12-b01c-45f3-9c09-d0922d5eaa44',\n\t\tfirstName: 'Jeremy',\n\t\tlastName: 'Tinianow',\n\t\tprofileImageUUID: '03a5af62-9977-4d59-aa45-268867386237',\n\t\tcreatedAt: '2016-11-17T18:45:32.707Z',\n\t\tupdatedAt: '2018-10-25T18:02:46.039Z'\n\t},\n\t{\n\t\tname: 'Robin Candi Cain',\n\t\tnameWithLastInitial: 'Robin C.',\n\t\tcasualName: 'Robin',\n\t\tprofileImages: {\n\t\t\tprofile60:\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/744bd43e-8861-4b1b-ba5d-142ce0301733--X60.png',\n\t\t\t'profile60@2x':\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/744bd43e-8861-4b1b-ba5d-142ce0301733--X60@2x.png',\n\t\t\tprofile150:\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/744bd43e-8861-4b1b-ba5d-142ce0301733--X150.png',\n\t\t\t'profile150@2x':\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/744bd43e-8861-4b1b-ba5d-142ce0301733--X150@2x.png'\n\t\t},\n\t\tdefaultProfileImages: {\n\t\t\tprofile60:\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/default-profile--X60.jpg',\n\t\t\t'profile60@2x':\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/default-profile--X60@2x.jpg',\n\t\t\tprofile150:\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/default-profile--X150.jpg',\n\t\t\t'profile150@2x':\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/default-profile--X150@2x.jpg'\n\t\t},\n\t\tid: '2602d150-7f48-4a1a-a22d-1e2558b0ee4e',\n\t\tfirstName: 'Robin',\n\t\tlastName: 'Candi Cain',\n\t\tprofileImageUUID: '744bd43e-8861-4b1b-ba5d-142ce0301733',\n\t\tcreatedAt: '2016-11-17T18:45:32.707Z',\n\t\tupdatedAt: '2018-10-17T17:58:00.122Z'\n\t},\n\t{\n\t\tname: 'Kennn Goldfarb',\n\t\tnameWithLastInitial: 'Kennn G.',\n\t\tcasualName: 'Kennn',\n\t\tprofileImages: {\n\t\t\tprofile60:\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/0caaa620-9893-4751-a9bb-79851d77e03b--X60.png',\n\t\t\t'profile60@2x':\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/0caaa620-9893-4751-a9bb-79851d77e03b--X60@2x.png',\n\t\t\tprofile150:\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/0caaa620-9893-4751-a9bb-79851d77e03b--X150.png',\n\t\t\t'profile150@2x':\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/0caaa620-9893-4751-a9bb-79851d77e03b--X150@2x.png'\n\t\t},\n\t\tdefaultProfileImages: {\n\t\t\tprofile60:\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/default-profile--X60.jpg',\n\t\t\t'profile60@2x':\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/default-profile--X60@2x.jpg',\n\t\t\tprofile150:\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/default-profile--X150.jpg',\n\t\t\t'profile150@2x':\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/default-profile--X150@2x.jpg'\n\t\t},\n\t\tid: '061bb108-7795-4f62-972c-7ee426b71668',\n\t\tfirstName: 'Kennn',\n\t\tlastName: 'Goldfarb',\n\t\tprofileImageUUID: '0caaa620-9893-4751-a9bb-79851d77e03b',\n\t\tcreatedAt: '2017-05-08T18:09:07.279Z',\n\t\tupdatedAt: '2018-10-25T20:41:32.510Z'\n\t},\n\t{\n\t\tname: 'Corbannn Baxter',\n\t\tnameWithLastInitial: 'Corbannn B.',\n\t\tcasualName: 'Corbannn',\n\t\tprofileImages: {\n\t\t\tprofile60:\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/7a6b5f08-2136-4d2b-8066-6286b6828de4--X60.png',\n\t\t\t'profile60@2x':\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/7a6b5f08-2136-4d2b-8066-6286b6828de4--X60@2x.png',\n\t\t\tprofile150:\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/7a6b5f08-2136-4d2b-8066-6286b6828de4--X150.png',\n\t\t\t'profile150@2x':\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/7a6b5f08-2136-4d2b-8066-6286b6828de4--X150@2x.png'\n\t\t},\n\t\tdefaultProfileImages: {\n\t\t\tprofile60:\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/default-profile--X60.jpg',\n\t\t\t'profile60@2x':\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/default-profile--X60@2x.jpg',\n\t\t\tprofile150:\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/default-profile--X150.jpg',\n\t\t\t'profile150@2x':\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/default-profile--X150@2x.jpg'\n\t\t},\n\t\tid: '724d2986-ba56-4560-a1ab-74088b974274',\n\t\tfirstName: 'Corbannn',\n\t\tlastName: 'Baxter',\n\t\tprofileImageUUID: '7a6b5f08-2136-4d2b-8066-6286b6828de4',\n\t\tcreatedAt: '2016-11-17T18:45:32.707Z',\n\t\tupdatedAt: '2018-10-12T18:13:28.979Z'\n\t},\n\t{\n\t\tname: 'Zoe Kendall',\n\t\tnameWithLastInitial: 'Zoe K.',\n\t\tcasualName: 'Zoe',\n\t\tprofileImages: {\n\t\t\tprofile60:\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/4ef72c61-be73-45d7-a9e6-736b454581e6--X60.png',\n\t\t\t'profile60@2x':\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/4ef72c61-be73-45d7-a9e6-736b454581e6--X60@2x.png',\n\t\t\tprofile150:\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/4ef72c61-be73-45d7-a9e6-736b454581e6--X150.png',\n\t\t\t'profile150@2x':\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/userProfileImages/4ef72c61-be73-45d7-a9e6-736b454581e6--X150@2x.png'\n\t\t},\n\t\tdefaultProfileImages: {\n\t\t\tprofile60:\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/default-profile--X60.jpg',\n\t\t\t'profile60@2x':\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/default-profile--X60@2x.jpg',\n\t\t\tprofile150:\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/default-profile--X150.jpg',\n\t\t\t'profile150@2x':\n\t\t\t\t'https://s3.amazonaws.com/sprucebot-dev/default-profile--X150@2x.jpg'\n\t\t},\n\t\tid: 'df65bf1f-efae-41bd-af5f-a8714807dfef',\n\t\tfirstName: 'Zoe',\n\t\tlastName: 'Kendall',\n\t\tprofileImageUUID: '4ef72c61-be73-45d7-a9e6-736b454581e6',\n\t\tcreatedAt: '2016-11-17T18:45:32.707Z',\n\t\tupdatedAt: '2018-10-25T20:01:55.310Z'\n\t}\n]\n"],"file":"users.js"}