@tactics/toddle-styleguide 5.4.17 → 5.4.26

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 (318) hide show
  1. package/App.js +388 -0
  2. package/index.js +250 -0
  3. package/metro.config.js +2 -6
  4. package/package.json +104 -58
  5. package/src/components/atoms/animated-wave/animated-wave.component.js +53 -0
  6. package/src/components/atoms/animated-wave/animated-wave.preview.js +50 -0
  7. package/src/components/atoms/backdrop/backdrop.component.js +69 -0
  8. package/src/components/atoms/background-gradient/background-gradient.component.js +46 -0
  9. package/src/components/atoms/background-gradient/background-gradient.preview.js +76 -0
  10. package/src/components/atoms/calendar/calendar.component.js +111 -0
  11. package/src/components/atoms/calendar/calendar.preview.js +29 -0
  12. package/src/components/atoms/check-switch/check-switch.component.js +69 -0
  13. package/src/components/atoms/check-switch/check-switch.preview.js +62 -0
  14. package/src/components/atoms/count/count.component.js +20 -0
  15. package/src/components/atoms/count/count.preview.js +19 -0
  16. package/src/components/atoms/footer/footer.component.js +20 -0
  17. package/src/components/atoms/footer/footer.preview.js +22 -0
  18. package/src/components/atoms/heading-components/all-caps-heading/all-caps-heading.component.js +47 -0
  19. package/src/components/atoms/heading-components/heading1/heading1.component.js +47 -0
  20. package/src/components/atoms/heading-components/heading2/heading2.component.js +47 -0
  21. package/src/components/atoms/heading-components/heading3/heading3.component.js +47 -0
  22. package/src/components/atoms/heading-components/heading4/heading4.component.js +47 -0
  23. package/src/components/atoms/heading-components/headings.preview.js +37 -0
  24. package/src/components/atoms/heading-components/index.js +13 -0
  25. package/src/components/atoms/image-bubble/image-bubble.component.js +50 -0
  26. package/src/components/atoms/image-bubble/image-bubble.preview.js +16 -0
  27. package/src/components/atoms/increment-input/increment-input.component.js +71 -0
  28. package/src/components/atoms/increment-input/increment-input.preview.js +54 -0
  29. package/src/components/atoms/line/line.component.js +48 -0
  30. package/src/components/atoms/line/line.preview.js +30 -0
  31. package/src/components/atoms/logo/logo.component.js +54 -0
  32. package/src/components/atoms/logo/logo.preview.js +17 -0
  33. package/src/components/atoms/paragraph-components/index.js +9 -0
  34. package/src/components/atoms/paragraph-components/paragraph/paragraph.component.js +47 -0
  35. package/src/components/atoms/paragraph-components/paragraph-components.preview.js +72 -0
  36. package/src/components/atoms/paragraph-components/small-text/small-text.component.js +47 -0
  37. package/src/components/atoms/paragraph-components/tiny-text/tiny-text.component.js +47 -0
  38. package/src/components/atoms/quick-message/quick-message.component.js +42 -0
  39. package/src/components/atoms/quick-message/quick-message.preview.js +29 -0
  40. package/src/components/atoms/safe-check/safe-check.component.js +47 -0
  41. package/src/components/atoms/safe-check/safe-check.preview.js +22 -0
  42. package/src/components/atoms/split-container/split-container.component.js +51 -0
  43. package/src/components/atoms/split-container/split-container.preview.js +57 -0
  44. package/src/components/atoms/static-wave/static-wave.component.js +54 -0
  45. package/src/components/atoms/text-input/text-input.component.js +70 -0
  46. package/src/components/atoms/text-input/text-input.preview.js +26 -0
  47. package/src/components/molecules/amount/amount.component.js +112 -0
  48. package/src/components/molecules/amount/amount.preview.js +29 -0
  49. package/src/components/molecules/avatar/avatar.component.js +81 -0
  50. package/src/components/molecules/avatar/avatar.preview.js +33 -0
  51. package/src/components/molecules/bare-time-picker/bare-time-picker.component.js +46 -0
  52. package/src/components/molecules/bare-time-picker/bare-time-picker.component.native.js +56 -0
  53. package/src/components/molecules/bare-time-picker/bare-time-picker.preview.js +74 -0
  54. package/src/components/molecules/blocked-message/blocked-message.component.js +52 -0
  55. package/src/components/molecules/blocked-message/blocked-message.preview.js +49 -0
  56. package/src/components/molecules/button/button.component.js +93 -0
  57. package/src/components/molecules/button/button.preview.js +25 -0
  58. package/src/components/molecules/calendar-select/calendar-select.component.js +79 -0
  59. package/src/components/molecules/calendar-select/calendar-select.preview.js +52 -0
  60. package/src/components/molecules/cancel-link/cancel-link.component.js +51 -0
  61. package/src/components/molecules/cancel-link/cancel-link.preview.js +18 -0
  62. package/src/components/molecules/checkbox/checkbox.component.js +52 -0
  63. package/src/components/molecules/checkbox/checkbox.preview.js +57 -0
  64. package/src/components/molecules/contact-address/contact-address.component.js +48 -0
  65. package/src/components/molecules/contact-address/contact-address.preview.js +18 -0
  66. package/src/components/molecules/contact-role/contact-role.component.js +57 -0
  67. package/src/components/molecules/contact-role/contact-role.preview.js +18 -0
  68. package/src/components/molecules/context-label/context-label.component.js +50 -0
  69. package/src/components/molecules/context-label/context-label.preview.js +53 -0
  70. package/src/components/molecules/date-input/date-input.component.js +52 -0
  71. package/src/components/molecules/date-input/date-input.preview.js +67 -0
  72. package/src/components/molecules/day/day.component.js +68 -0
  73. package/src/components/molecules/default-select/default-select.component.js +33 -0
  74. package/src/components/molecules/default-select/default-select.preview.js +54 -0
  75. package/src/components/molecules/department_logo/department-logo.component.js +48 -0
  76. package/src/components/molecules/department_logo/department-logo.preview.js +14 -0
  77. package/src/components/molecules/failed-to-send/failed-bubble.component.js +69 -0
  78. package/src/components/molecules/filter-range/filter-range.component.js +66 -0
  79. package/src/components/molecules/filter-range/filter-range.preview.js +48 -0
  80. package/src/components/molecules/filter-tab/filter-tab.component.js +90 -0
  81. package/src/components/molecules/filter-tab/filter-tab.preview.js +102 -0
  82. package/src/components/molecules/info/info.component.js +54 -0
  83. package/src/components/molecules/info/info.preview.js +22 -0
  84. package/src/components/molecules/inline-error/inline-error.component.js +52 -0
  85. package/src/components/molecules/inline-error/inline-error.preview.js +19 -0
  86. package/src/components/molecules/inline-notice/inline-notice.component.js +52 -0
  87. package/src/components/molecules/inline-notice/inline-notice.preview.js +19 -0
  88. package/src/components/molecules/language-button/language-button.component.js +50 -0
  89. package/src/components/molecules/language-button/language-button.preview.js +52 -0
  90. package/src/components/molecules/message-input/message-input.component.js +74 -0
  91. package/src/components/molecules/message-input/message-input.preview.js +71 -0
  92. package/src/components/molecules/more-info-button/more-info-button.component.js +50 -0
  93. package/src/components/molecules/more-info-button/more-info-button.preview.js +52 -0
  94. package/src/components/molecules/password-input/password-input.component.js +75 -0
  95. package/src/components/molecules/password-input/password-input.preview.js +71 -0
  96. package/src/components/molecules/pill/pill.component.js +51 -0
  97. package/src/components/molecules/pill/pill.preview.js +24 -0
  98. package/src/components/molecules/pressable-icon/pressable-icon.component.js +69 -0
  99. package/src/components/molecules/pressable-icon/pressable-icon.preview.js +22 -0
  100. package/src/components/molecules/quick-filter/quick-filter.component.js +50 -0
  101. package/src/components/molecules/quick-filter/quick-filter.preview.js +54 -0
  102. package/src/components/molecules/search-input/search.component.js +75 -0
  103. package/src/components/molecules/search-input/search.preview.js +51 -0
  104. package/src/components/molecules/select-link/select-link.component.js +51 -0
  105. package/src/components/molecules/select-link/select-link.preview.js +18 -0
  106. package/src/components/molecules/select-list-item/select-list-item-preview.js +22 -0
  107. package/src/components/molecules/select-list-item/select-list-item.component.js +81 -0
  108. package/src/components/molecules/select-picker/select-picker.component.js +86 -0
  109. package/src/components/molecules/select-picker/select-picker.preview.js +72 -0
  110. package/src/components/molecules/select-picker/select-picker.styles.js +2 -0
  111. package/src/components/molecules/selectable-list-item/selectable-list-item-preview.js +54 -0
  112. package/src/components/molecules/selectable-list-item/selectable-list-item.component.js +77 -0
  113. package/src/components/molecules/send-bubble/send-text-bubble.component.js +86 -0
  114. package/src/components/molecules/snackbar/snackbar.component.js +86 -0
  115. package/src/components/molecules/snackbar/snackbar.preview.js +25 -0
  116. package/src/components/molecules/swipe/swipe.component.js +45 -0
  117. package/src/components/molecules/swipe/swipe.component.native.js +73 -0
  118. package/src/components/molecules/swipe/swipe.preview.js +99 -0
  119. package/src/components/molecules/swipeable/swipeable-action.component.js +67 -0
  120. package/src/components/molecules/swipeable/swipeable-container.component.js +77 -0
  121. package/src/components/molecules/tag/tag.component.js +54 -0
  122. package/src/components/molecules/tag/tag.preview.js +91 -0
  123. package/src/components/molecules/time-picker/time-picker.component.js +63 -0
  124. package/src/components/molecules/time-picker/time-picker.preview.js +79 -0
  125. package/src/components/molecules/time-tracker/time-tracker.component.js +52 -0
  126. package/src/components/molecules/time-tracker/time-tracker.preview.js +18 -0
  127. package/src/components/molecules/timeline/timeline.component.js +78 -0
  128. package/src/components/molecules/timeline/timeline.preview.js +30 -0
  129. package/src/components/molecules/timestamp/timestamp.component.js +59 -0
  130. package/src/components/molecules/wave-background/wave.component.js +50 -0
  131. package/src/components/molecules/wave-background/wave.preview.js +77 -0
  132. package/src/components/molecules/wide-button/wide-button.component.js +50 -0
  133. package/src/components/molecules/wide-button/wide-button.preview.js +21 -0
  134. package/src/components/organisms/child-list-item/child-list-item.component.js +94 -0
  135. package/src/components/organisms/child-list-item/child-list-item.preview.js +135 -0
  136. package/src/components/organisms/child-list-item/components/child-list-tag.component.js +49 -0
  137. package/src/components/organisms/contact-item/contact-item.component.js +76 -0
  138. package/src/components/organisms/contact-item/contact-item.preview.js +20 -0
  139. package/src/components/organisms/journal-entry/components/entry-type-indicator/entry-type-indicator.component.js +81 -0
  140. package/src/components/organisms/journal-entry/components/index.js +18 -0
  141. package/src/components/organisms/journal-entry/components/journal-entry-type/journal-entry-type.component.js +57 -0
  142. package/src/components/organisms/journal-entry/journal-entry.component.js +99 -0
  143. package/src/components/organisms/journal-entry/journal-entry.preview.js +180 -0
  144. package/src/components/organisms/loading-indicator/animation-style.animate.js +150 -0
  145. package/src/components/organisms/loading-indicator/container.component.js +77 -0
  146. package/src/components/organisms/loading-indicator/dot.component.js +25 -0
  147. package/src/components/organisms/loading-indicator/loading-indicator.component.js +15 -0
  148. package/src/components/organisms/loading-indicator/loading-indicator.preview.js +76 -0
  149. package/src/components/organisms/my-child-list-item/my-child-list-item.component.js +62 -0
  150. package/src/components/organisms/my-child-list-item/my-child-list-item.preview.js +31 -0
  151. package/src/components/organisms/person-info-card/person-info-card.component.js +24 -0
  152. package/src/components/organisms/person-info-card/person-info-card.preview.js +41 -0
  153. package/src/components/organisms/snapshot-item/snapshot-item.component.js +81 -0
  154. package/src/components/organisms/snapshot-item/snapshot-item.preview.js +52 -0
  155. package/src/components/organisms/text-bubble/text-bubble.component.js +58 -0
  156. package/src/components/organisms/text-bubble/text-bubble.preview.js +35 -0
  157. package/src/components/organisms/timetable-edit/timetable-edit.component.js +37 -0
  158. package/src/components/organisms/timetable-edit/timetable-edit.preview.js +74 -0
  159. package/src/components/organisms/timetable-editor/components/timetable-edit-wrapper.js +46 -0
  160. package/src/components/organisms/timetable-editor/timetable-editor-staff.component.js +147 -0
  161. package/src/components/organisms/timetable-editor/timetable-editor.component.js +84 -0
  162. package/src/components/organisms/timetable-editor/timetable-editor.preview.js +65 -0
  163. package/src/components/templates/modal/components/fade-panel.component.js +69 -0
  164. package/src/components/templates/modal/modal.component.js +60 -0
  165. package/src/components/templates/modal/modal.preview.js +61 -0
  166. package/src/components/templates/popover/components/foreground/foreground.component.js +45 -0
  167. package/src/components/templates/popover/components/modal/close/close.component.js +50 -0
  168. package/src/components/templates/popover/components/modal/heading/heading.component.js +48 -0
  169. package/src/components/templates/popover/components/modal/modal.component.js +87 -0
  170. package/src/components/templates/popover/components/modal/scroll-content/scroll-content.component.js +48 -0
  171. package/src/components/templates/popover/popover.component.js +65 -0
  172. package/src/components/templates/popover/popover.preview.js +96 -0
  173. package/src/components/templates/popover-action/popover-action.component.js +139 -0
  174. package/src/components/templates/popover-action/popover-action.preview.js +106 -0
  175. package/src/context/loading-dots.context.js +66 -0
  176. package/src/context/theme.context.js +7 -0
  177. package/src/gradients/main/main.gradient.js +49 -0
  178. package/src/hooks/use-debounce.js +14 -0
  179. package/src/icons/crown.icon.js +47 -0
  180. package/src/icons/index.js +22 -0
  181. package/src/icons/outline/calendar/calendar.icon.js +49 -0
  182. package/src/icons/outline/chat/chat.icon.js +49 -0
  183. package/src/icons/outline/chat-alt/chat-alt.icon.js +49 -0
  184. package/src/icons/outline/check-circle/check-circle.icon.js +49 -0
  185. package/src/icons/outline/chevron-left/chevron-left.icon.js +49 -0
  186. package/src/icons/outline/chevron-right/chevron-right.icon.js +49 -0
  187. package/src/icons/outline/clock/clock.icon.js +49 -0
  188. package/src/icons/outline/cloud-download/cloud-download.icon.js +49 -0
  189. package/src/icons/outline/currency-euro/currency-euro.icon.js +49 -0
  190. package/src/icons/outline/document-text/document-text.icon.js +48 -0
  191. package/src/icons/outline/exclamation/exclamation.icon.js +48 -0
  192. package/src/icons/outline/exclamation-circle/exclamation-circle.icon.js +48 -0
  193. package/src/icons/outline/eye/eye.icon.js +49 -0
  194. package/src/icons/outline/eye-off/eye-off.icon.js +48 -0
  195. package/src/icons/outline/filter/filter.icon.js +48 -0
  196. package/src/icons/outline/information-circle/information-circle.icon.js +48 -0
  197. package/src/icons/outline/logout/logout.icon.js +48 -0
  198. package/src/icons/outline/mail/mail.icon.js +49 -0
  199. package/src/icons/outline/mail-open/mail-open.icon.js +49 -0
  200. package/src/icons/outline/menu/menu.icon.js +49 -0
  201. package/src/icons/outline/minus-sm/minus-sm.icon.js +49 -0
  202. package/src/icons/outline/office-building/office-building.icon.js +49 -0
  203. package/src/icons/outline/outline-default.preview.js +93 -0
  204. package/src/icons/outline/outline-grey.preview.js +121 -0
  205. package/src/icons/outline/outline-white.preview.js +121 -0
  206. package/src/icons/outline/outline.js +146 -0
  207. package/src/icons/outline/paper-airplane/paper-airplane.icon.js +49 -0
  208. package/src/icons/outline/paperclip/paperclip.icon.js +49 -0
  209. package/src/icons/outline/pencil/pencil.icon.js +49 -0
  210. package/src/icons/outline/phone/phone.icon.js +49 -0
  211. package/src/icons/outline/photograph/photograph.icon.js +49 -0
  212. package/src/icons/outline/plus/plus.icon.js +49 -0
  213. package/src/icons/outline/plus-sm/plus-sm.icon.js +48 -0
  214. package/src/icons/outline/qrcode/qrcode.icon.js +48 -0
  215. package/src/icons/outline/refresh/refresh.icon.js +49 -0
  216. package/src/icons/outline/search/search.icon.js +49 -0
  217. package/src/icons/outline/selector/selector.icon.js +49 -0
  218. package/src/icons/outline/share/share.icon.js +49 -0
  219. package/src/icons/outline/sm-view-grid-add/sm-view-grid-add.icon.js +49 -0
  220. package/src/icons/outline/status-online/status-online.icon.js +49 -0
  221. package/src/icons/outline/thumb-up/thumb-up.icon.js +49 -0
  222. package/src/icons/outline/trash/trash.icon.js +49 -0
  223. package/src/icons/outline/user/user.icon.js +50 -0
  224. package/src/icons/outline/user-group/user-group.icon.js +49 -0
  225. package/src/icons/outline/users/users.icon.js +49 -0
  226. package/src/icons/outline/xmark/xmark.icon.js +49 -0
  227. package/src/icons/solid/calendar/calendar.icon.js +49 -0
  228. package/src/icons/solid/chat/chat.icon.js +49 -0
  229. package/src/icons/solid/chat-alt/chat-alt-solid.icon.js +48 -0
  230. package/src/icons/solid/check-circle/check-circle.icon.js +49 -0
  231. package/src/icons/solid/chevron-left/chevron-left.icon.js +49 -0
  232. package/src/icons/solid/chevron-right/chevron-right.icon.js +49 -0
  233. package/src/icons/solid/clock/clock-solid.icon.js +49 -0
  234. package/src/icons/solid/cloud-download/cloud-download.icon.js +49 -0
  235. package/src/icons/solid/currency-euro/currency-euro.icon.js +49 -0
  236. package/src/icons/solid/document-text/document-text-solid.icon.js +49 -0
  237. package/src/icons/solid/exclamation/exclamation.icon.js +48 -0
  238. package/src/icons/solid/exclamation-circle/exclamation-circle.icon.js +48 -0
  239. package/src/icons/solid/eye/eye.icon.js +49 -0
  240. package/src/icons/solid/eye-off/eye-off.icon.js +49 -0
  241. package/src/icons/solid/filter/filter.icon.js +48 -0
  242. package/src/icons/solid/information-circle/information-circle-solid.icon.js +49 -0
  243. package/src/icons/solid/logout/logout.icon.js +48 -0
  244. package/src/icons/solid/mail/mail.icon.js +50 -0
  245. package/src/icons/solid/mail-open/mail-open.icon.js +49 -0
  246. package/src/icons/solid/menu/menu.icon.js +51 -0
  247. package/src/icons/solid/minus-sm/minus-sm.icon.js +49 -0
  248. package/src/icons/solid/office-building/office-building.icon.js +49 -0
  249. package/src/icons/solid/paper-airplane/paper-airplane.icon.js +49 -0
  250. package/src/icons/solid/paperclip/paperclip.icon.js +49 -0
  251. package/src/icons/solid/pencil/pencil-solid.icon.js +50 -0
  252. package/src/icons/solid/phone/phone-solid.icon.js +49 -0
  253. package/src/icons/solid/photograph/photograph-solid.icon.js +49 -0
  254. package/src/icons/solid/plus/plus.icon.js +49 -0
  255. package/src/icons/solid/plus-sm/plus-sm.icon.js +49 -0
  256. package/src/icons/solid/qrcode/qrcode.icon.js +57 -0
  257. package/src/icons/solid/refresh/refresh-solid.icon.js +49 -0
  258. package/src/icons/solid/search/search.icon.js +49 -0
  259. package/src/icons/solid/selector/selector.icon.js +49 -0
  260. package/src/icons/solid/share/share.icon.js +49 -0
  261. package/src/icons/solid/sm-view-grid-add/sm-view-grid-add.icon.js +52 -0
  262. package/src/icons/solid/solid.js +146 -0
  263. package/src/icons/solid/solid.preview.js +112 -0
  264. package/src/icons/solid/status-online/status-online-solid.icon.js +49 -0
  265. package/src/icons/solid/thumb-up/thumb-up.icon.js +50 -0
  266. package/src/icons/solid/trash/trash-solid.icon.js +49 -0
  267. package/src/icons/solid/user/user.icon.js +50 -0
  268. package/src/icons/solid/user-group/user-group.icon.js +61 -0
  269. package/src/icons/solid/users/users-solid.icon.js +57 -0
  270. package/src/icons/solid/xmark/xmark.icon.js +49 -0
  271. package/src/interfaces/icon.interface.js +2 -0
  272. package/src/models/hex-color.model.js +22 -0
  273. package/src/models/initials.model.js +31 -0
  274. package/src/models/time-slot-employee-sequence.js +136 -0
  275. package/src/models/time-slot-record.js +40 -0
  276. package/src/models/time-slot-sequence.js +56 -0
  277. package/src/theme/font/font.js +75 -0
  278. package/src/theme/font/index.js +7 -0
  279. package/src/theme/font/load-fonts.js +12 -0
  280. package/src/theme/provider/index.js +7 -0
  281. package/src/theme/provider/parent.theme.js +75 -0
  282. package/src/theme/provider/staff-member.theme.js +75 -0
  283. package/src/theme/responsive/index.js +18 -0
  284. package/src/theme/scale/index.js +16 -0
  285. package/src/types/bubble-alignment.enum.js +8 -0
  286. package/src/types/icontype.type.js +2 -0
  287. package/src/types/keyboard-types.enum.js +13 -0
  288. package/src/types/loading-dots.type.js +2 -0
  289. package/src/types/size.enum.js +9 -0
  290. package/src/types/state.enum.js +11 -0
  291. package/src/types/text-properties.type.js +2 -0
  292. package/src/types/timetable-edit.enum.js +9 -0
  293. package/src/types/visual-state.enum.js +11 -0
  294. package/src/utilities/color-handler/color-handler.js +95 -0
  295. package/src/utilities/datetime/clock.class.js +18 -0
  296. package/src/utilities/datetime/dateonly.class.js +191 -0
  297. package/src/utilities/datetime/datetime.class.js +189 -0
  298. package/src/utilities/datetime/day.class.js +63 -0
  299. package/src/utilities/datetime/dayjs-config.js +91 -0
  300. package/src/utilities/datetime/dayoftheweek.class.js +219 -0
  301. package/src/utilities/datetime/hour.class.js +69 -0
  302. package/src/utilities/datetime/locale.js +10 -0
  303. package/src/utilities/datetime/millisecond.class.js +63 -0
  304. package/src/utilities/datetime/minute.class.js +66 -0
  305. package/src/utilities/datetime/month.class.js +90 -0
  306. package/src/utilities/datetime/second.class.js +63 -0
  307. package/src/utilities/datetime/time.class.js +144 -0
  308. package/src/utilities/datetime/timezone.class.js +29 -0
  309. package/src/utilities/datetime/year.class.js +81 -0
  310. package/src/utilities/datetime/yearandmonth.class.js +64 -0
  311. package/.yarnrc.yml +0 -1
  312. package/App.tsx +0 -666
  313. package/app.json +0 -42
  314. package/jest.config.js +0 -26
  315. package/src/icons/__snapshots__/icons.test.js.snap +0 -3152
  316. package/src/icons/icons.test.js +0 -328
  317. package/src/models/hex-color.test.js +0 -20
  318. package/src/models/initials.test.js +0 -23
package/App.js ADDED
@@ -0,0 +1,388 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __importDefault = (this && this.__importDefault) || function (mod) {
14
+ return (mod && mod.__esModule) ? mod : { "default": mod };
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ var react_1 = __importDefault(require("react"));
18
+ var react_native_1 = require("react-native");
19
+ var native_1 = require("@react-navigation/native");
20
+ var native_stack_1 = require("@react-navigation/native-stack");
21
+ // To make luxon work for Android
22
+ require("intl");
23
+ require("intl/locale-data/jsonp/en");
24
+ // Components
25
+ var theme_context_1 = require("./src/context/theme.context");
26
+ var provider_1 = require("./src/theme/provider");
27
+ var font_1 = require("./src/theme/font");
28
+ var avatar_preview_1 = require("./src/components/molecules/avatar/avatar.preview");
29
+ var button_preview_1 = require("./src/components/molecules/button/button.preview");
30
+ var pill_preview_1 = require("./src/components/molecules/pill/pill.preview");
31
+ var snackbar_preview_1 = require("./src/components/molecules/snackbar/snackbar.preview");
32
+ var text_bubble_preview_1 = require("./src/components/organisms/text-bubble/text-bubble.preview");
33
+ var image_bubble_preview_1 = require("./src/components/atoms/image-bubble/image-bubble.preview");
34
+ var time_tracker_preview_1 = require("./src/components/molecules/time-tracker/time-tracker.preview");
35
+ var cancel_link_preview_1 = require("./src/components/molecules/cancel-link/cancel-link.preview");
36
+ var info_preview_1 = require("./src/components/molecules/info/info.preview");
37
+ var solid_preview_1 = require("./src/icons/solid/solid.preview");
38
+ var outline_white_preview_1 = require("./src/icons/outline/outline-white.preview");
39
+ var outline_default_preview_1 = require("./src/icons/outline/outline-default.preview");
40
+ var outline_grey_preview_1 = require("./src/icons/outline/outline-grey.preview");
41
+ var tag_preview_1 = require("./src/components/molecules/tag/tag.preview");
42
+ var popover_preview_1 = require("./src/components/templates/popover/popover.preview");
43
+ var filter_tab_preview_1 = require("./src/components/molecules/filter-tab/filter-tab.preview");
44
+ var contact_item_preview_1 = require("./src/components/organisms/contact-item/contact-item.preview");
45
+ var select_list_item_preview_1 = require("./src/components/molecules/select-list-item/select-list-item-preview");
46
+ var checkbox_preview_1 = require("./src/components/molecules/checkbox/checkbox.preview");
47
+ var check_switch_preview_1 = require("./src/components/atoms/check-switch/check-switch.preview");
48
+ var wide_button_preview_1 = require("./src/components/molecules/wide-button/wide-button.preview");
49
+ var pressable_icon_preview_1 = require("./src/components/molecules/pressable-icon/pressable-icon.preview");
50
+ var split_container_preview_1 = require("./src/components/atoms/split-container/split-container.preview");
51
+ var calendar_preview_1 = require("./src/components/atoms/calendar/calendar.preview");
52
+ var quick_filter_preview_1 = require("./src/components/molecules/quick-filter/quick-filter.preview");
53
+ var date_input_preview_1 = require("./src/components/molecules/date-input/date-input.preview");
54
+ var text_input_preview_1 = require("./src/components/atoms/text-input/text-input.preview");
55
+ var child_list_item_preview_1 = require("./src/components/organisms/child-list-item/child-list-item.preview");
56
+ var timeline_preview_1 = require("./src/components/molecules/timeline/timeline.preview");
57
+ var select_picker_preview_1 = require("./src/components/molecules/select-picker/select-picker.preview");
58
+ var filter_range_preview_1 = require("./src/components/molecules/filter-range/filter-range.preview");
59
+ var increment_input_preview_1 = require("./src/components/atoms/increment-input/increment-input.preview");
60
+ var swipe_preview_1 = require("./src/components/molecules/swipe/swipe.preview");
61
+ var logo_preview_1 = require("./src/components/atoms/logo/logo.preview");
62
+ var contact_role_preview_1 = require("./src/components/molecules/contact-role/contact-role.preview");
63
+ var search_preview_1 = require("./src/components/molecules/search-input/search.preview");
64
+ var blocked_message_preview_1 = require("./src/components/molecules/blocked-message/blocked-message.preview");
65
+ var department_logo_preview_1 = require("./src/components/molecules/department_logo/department-logo.preview");
66
+ var calendar_select_preview_1 = require("./src/components/molecules/calendar-select/calendar-select.preview");
67
+ var footer_preview_1 = require("./src/components/atoms/footer/footer.preview");
68
+ var default_select_preview_1 = require("./src/components/molecules/default-select/default-select.preview");
69
+ var password_input_preview_1 = require("./src/components/molecules/password-input/password-input.preview");
70
+ var message_input_preview_1 = require("./src/components/molecules/message-input/message-input.preview");
71
+ var headings_preview_1 = require("./src/components/atoms/heading-components/headings.preview");
72
+ var paragraph_components_preview_1 = require("./src/components/atoms/paragraph-components/paragraph-components.preview");
73
+ var my_child_list_item_preview_1 = require("./src/components/organisms/my-child-list-item/my-child-list-item.preview");
74
+ var select_link_preview_1 = require("./src/components/molecules/select-link/select-link.preview");
75
+ var more_info_button_preview_1 = require("./src/components/molecules/more-info-button/more-info-button.preview");
76
+ var language_button_preview_1 = require("./src/components/molecules/language-button/language-button.preview");
77
+ var modal_preview_1 = require("./src/components/templates/modal/modal.preview");
78
+ var loading_indicator_preview_1 = require("./src/components/organisms/loading-indicator/loading-indicator.preview");
79
+ var wave_preview_1 = require("./src/components/molecules/wave-background/wave.preview");
80
+ var background_gradient_preview_1 = require("./src/components/atoms/background-gradient/background-gradient.preview");
81
+ var person_info_card_preview_1 = require("./src/components/organisms/person-info-card/person-info-card.preview");
82
+ var time_picker_preview_1 = require("./src/components/molecules/time-picker/time-picker.preview");
83
+ var quick_message_preview_1 = require("./src/components/atoms/quick-message/quick-message.preview");
84
+ var line_preview_1 = require("./src/components/atoms/line/line.preview");
85
+ var journal_entry_preview_1 = require("./src/components/organisms/journal-entry/journal-entry.preview");
86
+ var context_label_preview_1 = require("./src/components/molecules/context-label/context-label.preview");
87
+ var count_preview_1 = require("./src/components/atoms/count/count.preview");
88
+ var amount_preview_1 = require("./src/components/molecules/amount/amount.preview");
89
+ var bare_time_picker_preview_1 = require("./src/components/molecules/bare-time-picker/bare-time-picker.preview");
90
+ var timetable_editor_preview_1 = require("./src/components/organisms/timetable-editor/timetable-editor.preview");
91
+ var inline_error_preview_1 = require("./src/components/molecules/inline-error/inline-error.preview");
92
+ var selectable_list_item_preview_1 = require("./src/components/molecules/selectable-list-item/selectable-list-item-preview");
93
+ var react_native_safe_area_context_1 = require("react-native-safe-area-context");
94
+ var contact_address_preview_1 = require("./src/components/molecules/contact-address/contact-address.preview");
95
+ var safe_check_preview_1 = require("./src/components/atoms/safe-check/safe-check.preview");
96
+ var snapshot_item_preview_1 = require("./src/components/organisms/snapshot-item/snapshot-item.preview");
97
+ var Stack = (0, native_stack_1.createNativeStackNavigator)();
98
+ var HomeScreen = function (_a) {
99
+ var navigation = _a.navigation;
100
+ return (react_1.default.createElement(react_native_1.ScrollView, { style: {
101
+ flex: 1,
102
+ }, contentContainerStyle: {
103
+ alignItems: 'center',
104
+ justifyContent: 'center',
105
+ } },
106
+ react_1.default.createElement(react_native_1.Button, { title: "Avatar", onPress: function () { return navigation.push('avatar'); } }),
107
+ react_1.default.createElement(react_native_1.Button, { title: "Amount", onPress: function () { return navigation.push('amount'); } }),
108
+ react_1.default.createElement(react_native_1.Button, { title: "Blocked message", onPress: function () { return navigation.push('blocked-message'); } }),
109
+ react_1.default.createElement(react_native_1.Button, { title: "Button", onPress: function () { return navigation.push('button'); } }),
110
+ react_1.default.createElement(react_native_1.Button, { title: "Calendar", onPress: function () { return navigation.push('calendar'); } }),
111
+ react_1.default.createElement(react_native_1.Button, { title: "Calendar Select", onPress: function () { return navigation.push('calendar-select'); } }),
112
+ react_1.default.createElement(react_native_1.Button, { title: "Cancel Link", onPress: function () { return navigation.push('cancel-link'); } }),
113
+ react_1.default.createElement(react_native_1.Button, { title: "Checkbox", onPress: function () { return navigation.push('checkbox'); } }),
114
+ react_1.default.createElement(react_native_1.Button, { title: "Check Switch", onPress: function () { return navigation.push('check-switch'); } }),
115
+ react_1.default.createElement(react_native_1.Button, { title: "Child List Item", onPress: function () { return navigation.push('child-list-item'); } }),
116
+ react_1.default.createElement(react_native_1.Button, { title: "Contact Info Card", onPress: function () { return navigation.push('person-info-card'); } }),
117
+ react_1.default.createElement(react_native_1.Button, { title: "Snapshot Item", onPress: function () { return navigation.push('snapshot-item'); } }),
118
+ react_1.default.createElement(react_native_1.Button, { title: "Contact Item", onPress: function () { return navigation.push('contact-item'); } }),
119
+ react_1.default.createElement(react_native_1.Button, { title: "Contact Address", onPress: function () { return navigation.push('contact-address'); } }),
120
+ react_1.default.createElement(react_native_1.Button, { title: "Safe Check", onPress: function () { return navigation.push('safe-check'); } }),
121
+ react_1.default.createElement(react_native_1.Button, { title: "Contact Role", onPress: function () { return navigation.push('contact-role'); } }),
122
+ react_1.default.createElement(react_native_1.Button, { title: "Context Label", onPress: function () { return navigation.push('context-label'); } }),
123
+ react_1.default.createElement(react_native_1.Button, { title: "Count", onPress: function () { return navigation.push('count'); } }),
124
+ react_1.default.createElement(react_native_1.Button, { title: "Date Input", onPress: function () { return navigation.push('date-input'); } }),
125
+ react_1.default.createElement(react_native_1.Button, { title: "Default Select", onPress: function () { return navigation.push('default-select'); } }),
126
+ react_1.default.createElement(react_native_1.Button, { title: "Department Logo", onPress: function () { return navigation.push('department-logo'); } }),
127
+ react_1.default.createElement(react_native_1.Button, { title: "Filter Range", onPress: function () { return navigation.push('filter-range'); } }),
128
+ react_1.default.createElement(react_native_1.Button, { title: "Filter Tab", onPress: function () { return navigation.push('filter-tab'); } }),
129
+ react_1.default.createElement(react_native_1.Button, { title: "Footer", onPress: function () { return navigation.push('footer'); } }),
130
+ react_1.default.createElement(react_native_1.Button, { title: "Gradient Background", onPress: function () { return navigation.push('background-gradient'); } }),
131
+ react_1.default.createElement(react_native_1.Button, { title: "Headings", onPress: function () { return navigation.push('headings'); } }),
132
+ react_1.default.createElement(react_native_1.Button, { title: "Icons Default", onPress: function () { return navigation.push('icons default'); } }),
133
+ react_1.default.createElement(react_native_1.Button, { title: "Icons Grey", onPress: function () { return navigation.push('icons grey'); } }),
134
+ react_1.default.createElement(react_native_1.Button, { title: "Icons Solid", onPress: function () { return navigation.push('icons solid'); } }),
135
+ react_1.default.createElement(react_native_1.Button, { title: "Icons White", onPress: function () { return navigation.push('icons white'); } }),
136
+ react_1.default.createElement(react_native_1.Button, { title: "Image Bubble", onPress: function () { return navigation.push('image-bubble'); } }),
137
+ react_1.default.createElement(react_native_1.Button, { title: "Increment input", onPress: function () { return navigation.push('increment-input'); } }),
138
+ react_1.default.createElement(react_native_1.Button, { title: "Info Component", onPress: function () { return navigation.push('info'); } }),
139
+ react_1.default.createElement(react_native_1.Button, { title: "Inline Error", onPress: function () { return navigation.push('inline-error'); } }),
140
+ react_1.default.createElement(react_native_1.Button, { title: "Journal Entry", onPress: function () { return navigation.push('journal-entry'); } }),
141
+ react_1.default.createElement(react_native_1.Button, { title: "Language Button", onPress: function () { return navigation.push('language-button'); } }),
142
+ react_1.default.createElement(react_native_1.Button, { title: "Line", onPress: function () { return navigation.push('line'); } }),
143
+ react_1.default.createElement(react_native_1.Button, { title: "Loading Indicator", onPress: function () { return navigation.push('loading-indicator'); } }),
144
+ react_1.default.createElement(react_native_1.Button, { title: "Logo", onPress: function () { return navigation.push('logo'); } }),
145
+ react_1.default.createElement(react_native_1.Button, { title: "Message Input", onPress: function () { return navigation.push('message-input'); } }),
146
+ react_1.default.createElement(react_native_1.Button, { title: "Modal", onPress: function () { return navigation.push('modal'); } }),
147
+ react_1.default.createElement(react_native_1.Button, { title: "More Info Button", onPress: function () { return navigation.push('more-info-button'); } }),
148
+ react_1.default.createElement(react_native_1.Button, { title: "My Child List Item", onPress: function () { return navigation.push('my-child-list-item'); } }),
149
+ react_1.default.createElement(react_native_1.Button, { title: "Paragraphs", onPress: function () { return navigation.push('paragraphs'); } }),
150
+ react_1.default.createElement(react_native_1.Button, { title: "Password Input", onPress: function () { return navigation.push('password-input'); } }),
151
+ react_1.default.createElement(react_native_1.Button, { title: "Pill", onPress: function () { return navigation.push('pill'); } }),
152
+ react_1.default.createElement(react_native_1.Button, { title: "Popover", onPress: function () { return navigation.push('popover'); } }),
153
+ react_1.default.createElement(react_native_1.Button, { title: "Pressable Icon", onPress: function () { return navigation.push('pressable-icon'); } }),
154
+ react_1.default.createElement(react_native_1.Button, { title: "Quick Filter", onPress: function () { return navigation.push('quick-filter'); } }),
155
+ react_1.default.createElement(react_native_1.Button, { title: "Quick Message", onPress: function () { return navigation.push('quick-message'); } }),
156
+ react_1.default.createElement(react_native_1.Button, { title: "Search Input", onPress: function () { return navigation.push('search'); } }),
157
+ react_1.default.createElement(react_native_1.Button, { title: "Select Link", onPress: function () { return navigation.push('select-link'); } }),
158
+ react_1.default.createElement(react_native_1.Button, { title: "Select List Item", onPress: function () { return navigation.push('select-list-item'); } }),
159
+ react_1.default.createElement(react_native_1.Button, { title: "Selectable List Item", onPress: function () { return navigation.push('selectable-list-item'); } }),
160
+ react_1.default.createElement(react_native_1.Button, { title: "Select Picker", onPress: function () { return navigation.push('select-picker'); } }),
161
+ react_1.default.createElement(react_native_1.Button, { title: "Snackbar", onPress: function () { return navigation.push('snackbar'); } }),
162
+ react_1.default.createElement(react_native_1.Button, { title: "Split Container", onPress: function () { return navigation.push('split-container'); } }),
163
+ react_1.default.createElement(react_native_1.Button, { title: "Swiper", onPress: function () { return navigation.push('swiper'); } }),
164
+ react_1.default.createElement(react_native_1.Button, { title: "Tag", onPress: function () { return navigation.push('tag'); } }),
165
+ react_1.default.createElement(react_native_1.Button, { title: "Text Bubble", onPress: function () { return navigation.push('textBubble'); } }),
166
+ react_1.default.createElement(react_native_1.Button, { title: "Text Inputs", onPress: function () { return navigation.push('textInputs'); } }),
167
+ react_1.default.createElement(react_native_1.Button, { title: "Time Picker", onPress: function () { return navigation.push('time-picker'); } }),
168
+ react_1.default.createElement(react_native_1.Button, { title: "Bare Time Picker", onPress: function () { return navigation.push('bare-time-picker'); } }),
169
+ react_1.default.createElement(react_native_1.Button, { title: "Time Tracker", onPress: function () { return navigation.push('time-tracker'); } }),
170
+ react_1.default.createElement(react_native_1.Button, { title: "Timetable Editor", onPress: function () { return navigation.push('timetable-editor'); } }),
171
+ react_1.default.createElement(react_native_1.Button, { title: "Timeline", onPress: function () { return navigation.push('timeline'); } }),
172
+ react_1.default.createElement(react_native_1.Button, { title: "Wave Background", onPress: function () { return navigation.push('wave'); } }),
173
+ react_1.default.createElement(react_native_1.Button, { title: "Wide Button", onPress: function () { return navigation.push('wide-button'); } })));
174
+ };
175
+ function App() {
176
+ var fontsLoaded = (0, font_1.LoadFonts)()[0];
177
+ if (!fontsLoaded) {
178
+ return null;
179
+ }
180
+ return (react_1.default.createElement(react_native_safe_area_context_1.SafeAreaProvider, null,
181
+ react_1.default.createElement(theme_context_1.ThemeCtx.Provider, { value: provider_1.StaffMemberTheme },
182
+ react_1.default.createElement(native_1.NavigationContainer, null,
183
+ react_1.default.createElement(Stack.Navigator, null,
184
+ react_1.default.createElement(Stack.Screen, { name: "home", options: {
185
+ freezeOnBlur: false,
186
+ } }, function (props) { return react_1.default.createElement(HomeScreen, __assign({}, props)); }),
187
+ react_1.default.createElement(Stack.Screen, { name: "avatar", options: {
188
+ freezeOnBlur: false,
189
+ } }, function () { return react_1.default.createElement(avatar_preview_1.AvatarPreview, null); }),
190
+ react_1.default.createElement(Stack.Screen, { name: "amount", options: {
191
+ freezeOnBlur: false,
192
+ } }, function () { return react_1.default.createElement(amount_preview_1.AmountPreview, null); }),
193
+ react_1.default.createElement(Stack.Screen, { name: "background-gradient", options: {
194
+ freezeOnBlur: false,
195
+ } }, function () { return react_1.default.createElement(background_gradient_preview_1.BackgroundGradientPreview, null); }),
196
+ react_1.default.createElement(Stack.Screen, { name: "blocked-message", options: {
197
+ freezeOnBlur: false,
198
+ } }, function () { return react_1.default.createElement(blocked_message_preview_1.BlockedMessagePreview, null); }),
199
+ react_1.default.createElement(Stack.Screen, { name: "button", options: {
200
+ freezeOnBlur: false,
201
+ } }, function () { return react_1.default.createElement(button_preview_1.ButtonPreview, null); }),
202
+ react_1.default.createElement(Stack.Screen, { name: "calendar", options: {
203
+ freezeOnBlur: false,
204
+ } }, function () { return react_1.default.createElement(calendar_preview_1.CalendarPreview, null); }),
205
+ react_1.default.createElement(Stack.Screen, { name: "calendar-select", options: {
206
+ freezeOnBlur: false,
207
+ } }, function () { return react_1.default.createElement(calendar_select_preview_1.CalendarSelectPreview, null); }),
208
+ react_1.default.createElement(Stack.Screen, { name: "cancel-link", options: {
209
+ freezeOnBlur: false,
210
+ } }, function () { return react_1.default.createElement(cancel_link_preview_1.CancelLinkPreview, null); }),
211
+ react_1.default.createElement(Stack.Screen, { name: "checkbox", options: {
212
+ freezeOnBlur: false,
213
+ } }, function () { return react_1.default.createElement(checkbox_preview_1.CheckboxPreview, null); }),
214
+ react_1.default.createElement(Stack.Screen, { name: "check-switch", options: {
215
+ freezeOnBlur: false,
216
+ } }, function () { return react_1.default.createElement(check_switch_preview_1.CheckPreview, null); }),
217
+ react_1.default.createElement(Stack.Screen, { name: "child-list-item", options: {
218
+ freezeOnBlur: false,
219
+ } }, function () { return react_1.default.createElement(child_list_item_preview_1.ChildListItemPreview, null); }),
220
+ react_1.default.createElement(Stack.Screen, { name: "contact-item", options: {
221
+ freezeOnBlur: false,
222
+ } }, function () { return react_1.default.createElement(contact_item_preview_1.ContactItemPreview, null); }),
223
+ react_1.default.createElement(Stack.Screen, { name: "contact-role", options: {
224
+ freezeOnBlur: false,
225
+ } }, function () { return react_1.default.createElement(contact_role_preview_1.ContactRolePreview, null); }),
226
+ react_1.default.createElement(Stack.Screen, { name: "context-label", options: {
227
+ freezeOnBlur: false,
228
+ } }, function () { return react_1.default.createElement(context_label_preview_1.ContextLabelPreview, null); }),
229
+ react_1.default.createElement(Stack.Screen, { name: "count", options: {
230
+ freezeOnBlur: false,
231
+ } }, function () { return react_1.default.createElement(count_preview_1.CountPreview, null); }),
232
+ react_1.default.createElement(Stack.Screen, { name: "date-input", options: {
233
+ freezeOnBlur: false,
234
+ } }, function () { return react_1.default.createElement(date_input_preview_1.DateInputPreview, null); }),
235
+ react_1.default.createElement(Stack.Screen, { name: "default-select", options: {
236
+ freezeOnBlur: false,
237
+ } }, function () { return react_1.default.createElement(default_select_preview_1.DefaultSelectPreview, null); }),
238
+ react_1.default.createElement(Stack.Screen, { name: "department-logo", options: {
239
+ freezeOnBlur: false,
240
+ } }, function () { return react_1.default.createElement(department_logo_preview_1.DepartmentLogoPreview, null); }),
241
+ react_1.default.createElement(Stack.Screen, { name: "filter-tab", options: {
242
+ freezeOnBlur: false,
243
+ } }, function () { return react_1.default.createElement(filter_tab_preview_1.FilterTabPreview, null); }),
244
+ react_1.default.createElement(Stack.Screen, { name: "filter-range", options: {
245
+ freezeOnBlur: false,
246
+ } }, function () { return react_1.default.createElement(filter_range_preview_1.FilterRangePreview, null); }),
247
+ react_1.default.createElement(Stack.Screen, { name: "footer", options: {
248
+ freezeOnBlur: false,
249
+ } }, function () { return react_1.default.createElement(footer_preview_1.FooterPreview, null); }),
250
+ react_1.default.createElement(Stack.Screen, { name: "headings", options: {
251
+ freezeOnBlur: false,
252
+ } }, function () { return react_1.default.createElement(headings_preview_1.HeadingsPreview, null); }),
253
+ react_1.default.createElement(Stack.Screen, { name: "icons default", options: {
254
+ freezeOnBlur: false,
255
+ } }, function () { return react_1.default.createElement(outline_default_preview_1.IconOutlineDefaultPreview, null); }),
256
+ react_1.default.createElement(Stack.Screen, { name: "icons grey", options: {
257
+ freezeOnBlur: false,
258
+ } }, function () { return react_1.default.createElement(outline_grey_preview_1.IconOutlineGreyPreview, null); }),
259
+ react_1.default.createElement(Stack.Screen, { name: "icons solid", options: {
260
+ freezeOnBlur: false,
261
+ } }, function () { return react_1.default.createElement(solid_preview_1.IconSolidPreview, null); }),
262
+ react_1.default.createElement(Stack.Screen, { name: "icons white", options: {
263
+ freezeOnBlur: false,
264
+ } }, function () { return react_1.default.createElement(outline_white_preview_1.IconOutlineWhitePreview, null); }),
265
+ react_1.default.createElement(Stack.Screen, { name: "image-bubble", options: {
266
+ freezeOnBlur: false,
267
+ } }, function () { return react_1.default.createElement(image_bubble_preview_1.ImageBubblePreview, null); }),
268
+ react_1.default.createElement(Stack.Screen, { name: "increment-input", options: {
269
+ freezeOnBlur: false,
270
+ } }, function () { return react_1.default.createElement(increment_input_preview_1.IncrementInputPreview, null); }),
271
+ react_1.default.createElement(Stack.Screen, { name: "info", options: {
272
+ freezeOnBlur: false,
273
+ } }, function () { return react_1.default.createElement(info_preview_1.InfoPreview, null); }),
274
+ react_1.default.createElement(Stack.Screen, { name: "journal-entry", options: {
275
+ freezeOnBlur: false,
276
+ } }, function () { return react_1.default.createElement(journal_entry_preview_1.JournalEntryPreview, null); }),
277
+ react_1.default.createElement(Stack.Screen, { name: "language-button", options: {
278
+ freezeOnBlur: false,
279
+ } }, function () { return react_1.default.createElement(language_button_preview_1.LanguageButtonPreview, null); }),
280
+ react_1.default.createElement(Stack.Screen, { name: "line", options: {
281
+ freezeOnBlur: false,
282
+ } }, function () { return react_1.default.createElement(line_preview_1.LinePreview, null); }),
283
+ react_1.default.createElement(Stack.Screen, { name: "loading-indicator", options: {
284
+ freezeOnBlur: false,
285
+ } }, function () { return react_1.default.createElement(loading_indicator_preview_1.LoadingIndicatorPreview, null); }),
286
+ react_1.default.createElement(Stack.Screen, { name: "logo", options: {
287
+ freezeOnBlur: false,
288
+ } }, function () { return react_1.default.createElement(logo_preview_1.LogoPreview, null); }),
289
+ react_1.default.createElement(Stack.Screen, { name: "message-input", options: {
290
+ freezeOnBlur: false,
291
+ } }, function () { return react_1.default.createElement(message_input_preview_1.MessageInputPreview, null); }),
292
+ react_1.default.createElement(Stack.Screen, { name: "modal", options: { headerShown: false, freezeOnBlur: false } }, function () { return react_1.default.createElement(modal_preview_1.ModalPreview, null); }),
293
+ react_1.default.createElement(Stack.Screen, { name: "more-info-button", options: {
294
+ freezeOnBlur: false,
295
+ } }, function () { return react_1.default.createElement(more_info_button_preview_1.MoreInfoButtonPreview, null); }),
296
+ react_1.default.createElement(Stack.Screen, { name: "my-child-list-item", options: {
297
+ freezeOnBlur: false,
298
+ } }, function () { return react_1.default.createElement(my_child_list_item_preview_1.MyChildListItemPreview, null); }),
299
+ react_1.default.createElement(Stack.Screen, { name: "paragraphs", options: {
300
+ freezeOnBlur: false,
301
+ } }, function () { return react_1.default.createElement(paragraph_components_preview_1.ParagraphComponentsPreview, null); }),
302
+ react_1.default.createElement(Stack.Screen, { name: "password-input", options: {
303
+ freezeOnBlur: false,
304
+ } }, function () { return react_1.default.createElement(password_input_preview_1.PasswordInputPreview, null); }),
305
+ react_1.default.createElement(Stack.Screen, { name: "person-info-card", options: {
306
+ freezeOnBlur: false,
307
+ } }, function () { return react_1.default.createElement(person_info_card_preview_1.PersonInfoCardPreview, null); }),
308
+ react_1.default.createElement(Stack.Screen, { name: "snapshot-item", options: {
309
+ freezeOnBlur: false,
310
+ } }, function () { return react_1.default.createElement(snapshot_item_preview_1.SnapshotItemPreview, null); }),
311
+ react_1.default.createElement(Stack.Screen, { name: "pill", options: {
312
+ freezeOnBlur: false,
313
+ } }, function () { return react_1.default.createElement(pill_preview_1.PillPreview, null); }),
314
+ react_1.default.createElement(Stack.Screen, { name: "popover", options: { headerShown: false, freezeOnBlur: false } }, function () { return react_1.default.createElement(popover_preview_1.PopoverPreview, null); }),
315
+ react_1.default.createElement(Stack.Screen, { name: "pressable-icon", options: {
316
+ freezeOnBlur: false,
317
+ } }, function () { return react_1.default.createElement(pressable_icon_preview_1.PressableIconPreview, null); }),
318
+ react_1.default.createElement(Stack.Screen, { name: "quick-filter", options: {
319
+ freezeOnBlur: false,
320
+ } }, function () { return react_1.default.createElement(quick_filter_preview_1.QuickFilterPreview, null); }),
321
+ react_1.default.createElement(Stack.Screen, { name: "quick-message", options: {
322
+ freezeOnBlur: false,
323
+ } }, function () { return react_1.default.createElement(quick_message_preview_1.QuickMessagePreview, null); }),
324
+ react_1.default.createElement(Stack.Screen, { name: "search", options: {
325
+ freezeOnBlur: false,
326
+ } }, function () { return react_1.default.createElement(search_preview_1.SearchPreview, null); }),
327
+ react_1.default.createElement(Stack.Screen, { name: "select-link", options: {
328
+ freezeOnBlur: false,
329
+ } }, function () { return react_1.default.createElement(select_link_preview_1.SelectLinkPreview, null); }),
330
+ react_1.default.createElement(Stack.Screen, { name: "select-list-item", options: {
331
+ freezeOnBlur: false,
332
+ } }, function () { return react_1.default.createElement(select_list_item_preview_1.SelectListItemPreview, null); }),
333
+ react_1.default.createElement(Stack.Screen, { name: "select-picker", options: {
334
+ freezeOnBlur: false,
335
+ } }, function () { return react_1.default.createElement(select_picker_preview_1.SelectPickerPreview, null); }),
336
+ react_1.default.createElement(Stack.Screen, { name: "snackbar", options: {
337
+ freezeOnBlur: false,
338
+ } }, function () { return react_1.default.createElement(snackbar_preview_1.SnackbarPreview, null); }),
339
+ react_1.default.createElement(Stack.Screen, { name: "split-container", options: {
340
+ freezeOnBlur: false,
341
+ } }, function () { return react_1.default.createElement(split_container_preview_1.SplitContainerPreview, null); }),
342
+ react_1.default.createElement(Stack.Screen, { name: "swiper", options: {
343
+ freezeOnBlur: false,
344
+ } }, function () { return react_1.default.createElement(swipe_preview_1.SwipePreview, null); }),
345
+ react_1.default.createElement(Stack.Screen, { name: "tag", options: {
346
+ freezeOnBlur: false,
347
+ } }, function () { return react_1.default.createElement(tag_preview_1.TagPreview, null); }),
348
+ react_1.default.createElement(Stack.Screen, { name: "textBubble", options: {
349
+ freezeOnBlur: false,
350
+ } }, function () { return react_1.default.createElement(text_bubble_preview_1.TextBubblePreview, null); }),
351
+ react_1.default.createElement(Stack.Screen, { name: "textInputs", options: {
352
+ freezeOnBlur: false,
353
+ } }, function () { return react_1.default.createElement(text_input_preview_1.TextInputPreview, null); }),
354
+ react_1.default.createElement(Stack.Screen, { name: "time-picker", options: {
355
+ freezeOnBlur: false,
356
+ } }, function () { return react_1.default.createElement(time_picker_preview_1.TimePickerPreview, null); }),
357
+ react_1.default.createElement(Stack.Screen, { name: "bare-time-picker", options: {
358
+ freezeOnBlur: false,
359
+ } }, function () { return react_1.default.createElement(bare_time_picker_preview_1.BareTimePickerPreview, null); }),
360
+ react_1.default.createElement(Stack.Screen, { name: "time-tracker", options: {
361
+ freezeOnBlur: false,
362
+ } }, function () { return react_1.default.createElement(time_tracker_preview_1.TimeTrackerPreview, null); }),
363
+ react_1.default.createElement(Stack.Screen, { name: "timetable-editor", options: {
364
+ freezeOnBlur: false,
365
+ } }, function () { return react_1.default.createElement(timetable_editor_preview_1.TimetableEditorPreview, null); }),
366
+ react_1.default.createElement(Stack.Screen, { name: "timeline", options: {
367
+ freezeOnBlur: false,
368
+ } }, function () { return react_1.default.createElement(timeline_preview_1.TimeLinePreview, null); }),
369
+ react_1.default.createElement(Stack.Screen, { name: "wave", options: {
370
+ freezeOnBlur: false,
371
+ } }, function () { return react_1.default.createElement(wave_preview_1.WaveBackgroundPreview, null); }),
372
+ react_1.default.createElement(Stack.Screen, { name: "wide-button", options: {
373
+ freezeOnBlur: false,
374
+ } }, function () { return react_1.default.createElement(wide_button_preview_1.WideButtonPreview, null); }),
375
+ react_1.default.createElement(Stack.Screen, { name: "inline-error", options: {
376
+ freezeOnBlur: false,
377
+ } }, function () { return react_1.default.createElement(inline_error_preview_1.InlineErrorPreview, null); }),
378
+ react_1.default.createElement(Stack.Screen, { name: "selectable-list-item", options: {
379
+ freezeOnBlur: false,
380
+ } }, function () { return react_1.default.createElement(selectable_list_item_preview_1.SelectableListItemPreview, null); }),
381
+ react_1.default.createElement(Stack.Screen, { name: "contact-address", options: {
382
+ freezeOnBlur: false,
383
+ } }, function () { return react_1.default.createElement(contact_address_preview_1.ContactAddressPreview, null); }),
384
+ react_1.default.createElement(Stack.Screen, { name: "safe-check", options: {
385
+ freezeOnBlur: false,
386
+ } }, function () { return react_1.default.createElement(safe_check_preview_1.IsSafePreview, null); }))))));
387
+ }
388
+ exports.default = App;