@tactics/toddle-styleguide 5.0.1 → 5.0.2

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 (961) hide show
  1. package/build/export.js +10328 -0
  2. package/package.json +16 -6
  3. package/.prettierrc.js +0 -9
  4. package/.yarnrc.yml +0 -2
  5. package/App.d.ts +0 -5
  6. package/App.tsx +0 -655
  7. package/app.json +0 -37
  8. package/assets/adaptive-icon.png +0 -0
  9. package/assets/components/avatar/baby.png +0 -0
  10. package/assets/favicon.png +0 -0
  11. package/assets/fonts/montserrat/bold.ttf +0 -0
  12. package/assets/fonts/montserrat/regular.ttf +0 -0
  13. package/assets/fonts/source-sans-pro/bold.ttf +0 -0
  14. package/assets/fonts/source-sans-pro/regular.ttf +0 -0
  15. package/assets/icon.png +0 -0
  16. package/assets/lottie/wave-for-daycares.json +0 -1197
  17. package/assets/lottie/wave-for-parents.json +0 -1
  18. package/assets/splash.png +0 -0
  19. package/babel.config.js +0 -20
  20. package/index.d.ts +0 -79
  21. package/index.tsx +0 -196
  22. package/jest.config.js +0 -26
  23. package/metro.config.js +0 -11
  24. package/src/components/atoms/animated-wave/animated-wave.component.d.ts +0 -2
  25. package/src/components/atoms/animated-wave/animated-wave.component.tsx +0 -28
  26. package/src/components/atoms/animated-wave/animated-wave.preview.tsx +0 -20
  27. package/src/components/atoms/animated-wave/animated-wave.styles.d.ts +0 -21
  28. package/src/components/atoms/animated-wave/animated-wave.styles.js +0 -25
  29. package/src/components/atoms/backdrop/backdrop.component.d.ts +0 -7
  30. package/src/components/atoms/backdrop/backdrop.component.tsx +0 -48
  31. package/src/components/atoms/backdrop/backdrop.styles.d.ts +0 -11
  32. package/src/components/atoms/backdrop/backdrop.styles.js +0 -15
  33. package/src/components/atoms/background-gradient/__snapshots__/background-gradient.test.js.snap +0 -40
  34. package/src/components/atoms/background-gradient/background-gradient.component.d.ts +0 -2
  35. package/src/components/atoms/background-gradient/background-gradient.component.tsx +0 -19
  36. package/src/components/atoms/background-gradient/background-gradient.preview.d.ts +0 -2
  37. package/src/components/atoms/background-gradient/background-gradient.preview.tsx +0 -77
  38. package/src/components/atoms/background-gradient/background-gradient.styles.d.ts +0 -8
  39. package/src/components/atoms/background-gradient/background-gradient.styles.js +0 -11
  40. package/src/components/atoms/background-gradient/background-gradient.test.js +0 -10
  41. package/src/components/atoms/calendar/__snapshots__/calendar.test.js.snap +0 -6817
  42. package/src/components/atoms/calendar/calendar.component.d.ts +0 -10
  43. package/src/components/atoms/calendar/calendar.component.tsx +0 -101
  44. package/src/components/atoms/calendar/calendar.preview.d.ts +0 -2
  45. package/src/components/atoms/calendar/calendar.preview.tsx +0 -39
  46. package/src/components/atoms/calendar/calendar.styles.d.ts +0 -81
  47. package/src/components/atoms/calendar/calendar.styles.js +0 -88
  48. package/src/components/atoms/calendar/calendar.test.js +0 -35
  49. package/src/components/atoms/check-switch/__snapshots__/check-switch.test.js.snap +0 -84
  50. package/src/components/atoms/check-switch/check-switch.component.d.ts +0 -7
  51. package/src/components/atoms/check-switch/check-switch.component.tsx +0 -48
  52. package/src/components/atoms/check-switch/check-switch.preview.d.ts +0 -2
  53. package/src/components/atoms/check-switch/check-switch.preview.tsx +0 -31
  54. package/src/components/atoms/check-switch/check-switch.styles.d.ts +0 -33
  55. package/src/components/atoms/check-switch/check-switch.styles.js +0 -36
  56. package/src/components/atoms/check-switch/check-switch.test.js +0 -13
  57. package/src/components/atoms/count/count.component.d.ts +0 -7
  58. package/src/components/atoms/count/count.component.tsx +0 -21
  59. package/src/components/atoms/count/count.preview.d.ts +0 -2
  60. package/src/components/atoms/count/count.preview.tsx +0 -16
  61. package/src/components/atoms/count/count.styles.d.ts +0 -24
  62. package/src/components/atoms/count/count.styles.js +0 -33
  63. package/src/components/atoms/footer/footer.component.d.ts +0 -6
  64. package/src/components/atoms/footer/footer.component.tsx +0 -28
  65. package/src/components/atoms/footer/footer.preview.d.ts +0 -2
  66. package/src/components/atoms/footer/footer.preview.tsx +0 -24
  67. package/src/components/atoms/footer/footer.styles.d.ts +0 -17
  68. package/src/components/atoms/footer/footer.styles.js +0 -18
  69. package/src/components/atoms/heading-components/all-caps-heading/__snapshots__/all-caps-heading.test.js.snap +0 -113
  70. package/src/components/atoms/heading-components/all-caps-heading/all-caps-heading.component.d.ts +0 -3
  71. package/src/components/atoms/heading-components/all-caps-heading/all-caps-heading.component.tsx +0 -28
  72. package/src/components/atoms/heading-components/all-caps-heading/all-caps-heading.test.js +0 -44
  73. package/src/components/atoms/heading-components/heading.styles.d.ts +0 -48
  74. package/src/components/atoms/heading-components/heading.styles.js +0 -63
  75. package/src/components/atoms/heading-components/heading1/__snapshots__/heading1.test.js.snap +0 -121
  76. package/src/components/atoms/heading-components/heading1/heading1.component.d.ts +0 -3
  77. package/src/components/atoms/heading-components/heading1/heading1.component.tsx +0 -28
  78. package/src/components/atoms/heading-components/heading1/heading1.test.js +0 -51
  79. package/src/components/atoms/heading-components/heading2/__snapshots__/heading2.test.js.snap +0 -121
  80. package/src/components/atoms/heading-components/heading2/heading2.component.d.ts +0 -3
  81. package/src/components/atoms/heading-components/heading2/heading2.component.tsx +0 -28
  82. package/src/components/atoms/heading-components/heading2/heading2.test.js +0 -51
  83. package/src/components/atoms/heading-components/heading3/__snapshots__/heading3.test.js.snap +0 -121
  84. package/src/components/atoms/heading-components/heading3/heading3.component.d.ts +0 -3
  85. package/src/components/atoms/heading-components/heading3/heading3.component.tsx +0 -28
  86. package/src/components/atoms/heading-components/heading3/heading3.test.js +0 -51
  87. package/src/components/atoms/heading-components/heading4/__snapshots__/heading4.test.js.snap +0 -121
  88. package/src/components/atoms/heading-components/heading4/heading4.component.d.ts +0 -3
  89. package/src/components/atoms/heading-components/heading4/heading4.component.tsx +0 -28
  90. package/src/components/atoms/heading-components/heading4/heading4.test.js +0 -51
  91. package/src/components/atoms/heading-components/headings.preview.d.ts +0 -2
  92. package/src/components/atoms/heading-components/headings.preview.tsx +0 -86
  93. package/src/components/atoms/heading-components/index.d.ts +0 -6
  94. package/src/components/atoms/heading-components/index.tsx +0 -7
  95. package/src/components/atoms/image-bubble/__snapshots__/image-bubble.test.js.snap +0 -67
  96. package/src/components/atoms/image-bubble/image-bubble.component.d.ts +0 -9
  97. package/src/components/atoms/image-bubble/image-bubble.component.tsx +0 -27
  98. package/src/components/atoms/image-bubble/image-bubble.preview.d.ts +0 -2
  99. package/src/components/atoms/image-bubble/image-bubble.preview.tsx +0 -19
  100. package/src/components/atoms/image-bubble/image-bubble.styles.d.ts +0 -35
  101. package/src/components/atoms/image-bubble/image-bubble.styles.js +0 -31
  102. package/src/components/atoms/image-bubble/image-bubble.test.js +0 -20
  103. package/src/components/atoms/increment-input/__snapshots__/increment-input.test.js.snap +0 -269
  104. package/src/components/atoms/increment-input/increment-input.component.d.ts +0 -8
  105. package/src/components/atoms/increment-input/increment-input.component.tsx +0 -63
  106. package/src/components/atoms/increment-input/increment-input.preview.d.ts +0 -2
  107. package/src/components/atoms/increment-input/increment-input.preview.tsx +0 -26
  108. package/src/components/atoms/increment-input/increment-input.styles.d.ts +0 -35
  109. package/src/components/atoms/increment-input/increment-input.styles.js +0 -39
  110. package/src/components/atoms/increment-input/increment-input.test.js +0 -14
  111. package/src/components/atoms/line/line.component.d.ts +0 -9
  112. package/src/components/atoms/line/line.component.tsx +0 -23
  113. package/src/components/atoms/line/line.preview.d.ts +0 -2
  114. package/src/components/atoms/line/line.preview.tsx +0 -55
  115. package/src/components/atoms/line/line.styles.d.ts +0 -12
  116. package/src/components/atoms/line/line.styles.js +0 -10
  117. package/src/components/atoms/logo/__snapshots__/logo.test.js.snap +0 -113
  118. package/src/components/atoms/logo/logo.component.d.ts +0 -7
  119. package/src/components/atoms/logo/logo.component.tsx +0 -39
  120. package/src/components/atoms/logo/logo.preview.d.ts +0 -2
  121. package/src/components/atoms/logo/logo.preview.tsx +0 -15
  122. package/src/components/atoms/logo/logo.test.js +0 -16
  123. package/src/components/atoms/paragraph-components/index.d.ts +0 -4
  124. package/src/components/atoms/paragraph-components/index.tsx +0 -5
  125. package/src/components/atoms/paragraph-components/paragraph/__snapshots__/paragraph.test.js.snap +0 -121
  126. package/src/components/atoms/paragraph-components/paragraph/paragraph.component.d.ts +0 -3
  127. package/src/components/atoms/paragraph-components/paragraph/paragraph.component.tsx +0 -28
  128. package/src/components/atoms/paragraph-components/paragraph/paragraph.test.js +0 -76
  129. package/src/components/atoms/paragraph-components/paragraph-components.preview.d.ts +0 -2
  130. package/src/components/atoms/paragraph-components/paragraph-components.preview.tsx +0 -94
  131. package/src/components/atoms/paragraph-components/paragraph-text.styles.d.ts +0 -30
  132. package/src/components/atoms/paragraph-components/paragraph-text.styles.js +0 -41
  133. package/src/components/atoms/paragraph-components/small-text/__snapshots__/small-text.test.js.snap +0 -121
  134. package/src/components/atoms/paragraph-components/small-text/small-text.component.d.ts +0 -3
  135. package/src/components/atoms/paragraph-components/small-text/small-text.component.tsx +0 -28
  136. package/src/components/atoms/paragraph-components/small-text/small-text.test.js +0 -76
  137. package/src/components/atoms/paragraph-components/tiny-text/__snapshots__/tiny-text.test.js.snap +0 -121
  138. package/src/components/atoms/paragraph-components/tiny-text/tiny-text.component.d.ts +0 -3
  139. package/src/components/atoms/paragraph-components/tiny-text/tiny-text.component.tsx +0 -28
  140. package/src/components/atoms/paragraph-components/tiny-text/tiny-text.test.js +0 -76
  141. package/src/components/atoms/quick-message/__snapshots__/quick-message.test.js.snap +0 -143
  142. package/src/components/atoms/quick-message/quick-message.component.d.ts +0 -9
  143. package/src/components/atoms/quick-message/quick-message.component.tsx +0 -35
  144. package/src/components/atoms/quick-message/quick-message.preview.d.ts +0 -2
  145. package/src/components/atoms/quick-message/quick-message.preview.tsx +0 -43
  146. package/src/components/atoms/quick-message/quick-message.styles.d.ts +0 -17
  147. package/src/components/atoms/quick-message/quick-message.styles.js +0 -20
  148. package/src/components/atoms/quick-message/quick-message.test.js +0 -58
  149. package/src/components/atoms/split-container/__snapshots__/split-container.test.js.snap +0 -333
  150. package/src/components/atoms/split-container/split-container.component.d.ts +0 -7
  151. package/src/components/atoms/split-container/split-container.component.tsx +0 -27
  152. package/src/components/atoms/split-container/split-container.preview.d.ts +0 -2
  153. package/src/components/atoms/split-container/split-container.preview.tsx +0 -62
  154. package/src/components/atoms/split-container/split-container.styles.d.ts +0 -14
  155. package/src/components/atoms/split-container/split-container.styles.js +0 -19
  156. package/src/components/atoms/split-container/split-container.test.js +0 -45
  157. package/src/components/atoms/static-wave/static-wave.component.d.ts +0 -9
  158. package/src/components/atoms/static-wave/static-wave.component.tsx +0 -46
  159. package/src/components/atoms/static-wave/static-wave.styles.d.ts +0 -14
  160. package/src/components/atoms/static-wave/static-wave.styles.js +0 -14
  161. package/src/components/atoms/text-input/__snapshots__/text-input.test.js.snap +0 -123
  162. package/src/components/atoms/text-input/text-input.component.d.ts +0 -9
  163. package/src/components/atoms/text-input/text-input.component.tsx +0 -30
  164. package/src/components/atoms/text-input/text-input.preview.d.ts +0 -2
  165. package/src/components/atoms/text-input/text-input.preview.tsx +0 -41
  166. package/src/components/atoms/text-input/text-input.styles.d.ts +0 -33
  167. package/src/components/atoms/text-input/text-input.styles.js +0 -29
  168. package/src/components/atoms/text-input/text-input.test.js +0 -59
  169. package/src/components/molecules/amount/amount.component.d.ts +0 -12
  170. package/src/components/molecules/amount/amount.component.tsx +0 -148
  171. package/src/components/molecules/amount/amount.preview.d.ts +0 -2
  172. package/src/components/molecules/amount/amount.preview.tsx +0 -77
  173. package/src/components/molecules/amount/amount.styles.d.ts +0 -36
  174. package/src/components/molecules/amount/amount.styles.js +0 -40
  175. package/src/components/molecules/avatar/__snapshots__/avatar.test.js.snap +0 -97
  176. package/src/components/molecules/avatar/avatar.component.d.ts +0 -15
  177. package/src/components/molecules/avatar/avatar.component.tsx +0 -118
  178. package/src/components/molecules/avatar/avatar.preview.d.ts +0 -2
  179. package/src/components/molecules/avatar/avatar.preview.tsx +0 -82
  180. package/src/components/molecules/avatar/avatar.styles.d.ts +0 -102
  181. package/src/components/molecules/avatar/avatar.styles.js +0 -90
  182. package/src/components/molecules/avatar/avatar.test.js +0 -22
  183. package/src/components/molecules/bare-time-picker/bare-time-picker.component.d.ts +0 -9
  184. package/src/components/molecules/bare-time-picker/bare-time-picker.component.native.tsx +0 -78
  185. package/src/components/molecules/bare-time-picker/bare-time-picker.component.tsx +0 -52
  186. package/src/components/molecules/bare-time-picker/bare-time-picker.preview.d.ts +0 -2
  187. package/src/components/molecules/bare-time-picker/bare-time-picker.preview.tsx +0 -86
  188. package/src/components/molecules/bare-time-picker/bare-time-picker.styles.d.ts +0 -14
  189. package/src/components/molecules/bare-time-picker/bare-time-picker.styles.js +0 -18
  190. package/src/components/molecules/blocked-message/__snapshots__/blocked-message.test.js.snap +0 -107
  191. package/src/components/molecules/blocked-message/blocked-message.component.d.ts +0 -6
  192. package/src/components/molecules/blocked-message/blocked-message.component.tsx +0 -35
  193. package/src/components/molecules/blocked-message/blocked-message.preview.d.ts +0 -2
  194. package/src/components/molecules/blocked-message/blocked-message.preview.tsx +0 -23
  195. package/src/components/molecules/blocked-message/blocked-message.styles.d.ts +0 -22
  196. package/src/components/molecules/blocked-message/blocked-message.styles.js +0 -21
  197. package/src/components/molecules/blocked-message/blocked-message.test.js +0 -12
  198. package/src/components/molecules/button/__snapshots__/button.test.js.snap +0 -652
  199. package/src/components/molecules/button/button.component.d.ts +0 -15
  200. package/src/components/molecules/button/button.component.tsx +0 -77
  201. package/src/components/molecules/button/button.preview.d.ts +0 -2
  202. package/src/components/molecules/button/button.preview.tsx +0 -57
  203. package/src/components/molecules/button/button.styles.d.ts +0 -18
  204. package/src/components/molecules/button/button.styles.js +0 -18
  205. package/src/components/molecules/button/button.test.js +0 -56
  206. package/src/components/molecules/calendar-select/__snapshots__/calendar-select.test.js.snap +0 -343
  207. package/src/components/molecules/calendar-select/calendar-select.component.d.ts +0 -10
  208. package/src/components/molecules/calendar-select/calendar-select.component.tsx +0 -98
  209. package/src/components/molecules/calendar-select/calendar-select.preview.d.ts +0 -2
  210. package/src/components/molecules/calendar-select/calendar-select.preview.tsx +0 -20
  211. package/src/components/molecules/calendar-select/calendar-select.styles.d.ts +0 -33
  212. package/src/components/molecules/calendar-select/calendar-select.styles.js +0 -37
  213. package/src/components/molecules/calendar-select/calendar-select.test.js +0 -20
  214. package/src/components/molecules/cancel-link/__snapshots__/cancel-link.test.js.snap +0 -139
  215. package/src/components/molecules/cancel-link/cancel-link.component.d.ts +0 -7
  216. package/src/components/molecules/cancel-link/cancel-link.component.tsx +0 -27
  217. package/src/components/molecules/cancel-link/cancel-link.preview.d.ts +0 -2
  218. package/src/components/molecules/cancel-link/cancel-link.preview.tsx +0 -20
  219. package/src/components/molecules/cancel-link/cancel-link.styles.d.ts +0 -11
  220. package/src/components/molecules/cancel-link/cancel-link.styles.js +0 -15
  221. package/src/components/molecules/cancel-link/cancel-link.test.js +0 -28
  222. package/src/components/molecules/checkbox/__snapshots__/checkbox.test.js.snap +0 -176
  223. package/src/components/molecules/checkbox/checkbox.component.d.ts +0 -8
  224. package/src/components/molecules/checkbox/checkbox.component.tsx +0 -31
  225. package/src/components/molecules/checkbox/checkbox.preview.d.ts +0 -2
  226. package/src/components/molecules/checkbox/checkbox.preview.tsx +0 -46
  227. package/src/components/molecules/checkbox/checkbox.styles.d.ts +0 -32
  228. package/src/components/molecules/checkbox/checkbox.styles.js +0 -30
  229. package/src/components/molecules/checkbox/checkbox.test.js +0 -30
  230. package/src/components/molecules/contact-role/__snapshots__/contact-role.test.js.snap +0 -113
  231. package/src/components/molecules/contact-role/contact-role.component.d.ts +0 -8
  232. package/src/components/molecules/contact-role/contact-role.component.tsx +0 -37
  233. package/src/components/molecules/contact-role/contact-role.preview.d.ts +0 -2
  234. package/src/components/molecules/contact-role/contact-role.preview.tsx +0 -17
  235. package/src/components/molecules/contact-role/contact-role.styles.d.ts +0 -16
  236. package/src/components/molecules/contact-role/contact-role.styles.js +0 -20
  237. package/src/components/molecules/contact-role/contact-role.test.js +0 -18
  238. package/src/components/molecules/context-label/context-label.component.d.ts +0 -7
  239. package/src/components/molecules/context-label/context-label.component.tsx +0 -37
  240. package/src/components/molecules/context-label/context-label.preview.d.ts +0 -2
  241. package/src/components/molecules/context-label/context-label.preview.tsx +0 -70
  242. package/src/components/molecules/context-label/context-label.styles.d.ts +0 -18
  243. package/src/components/molecules/context-label/context-label.styles.js +0 -21
  244. package/src/components/molecules/date-input/__snapshots__/date-input.test.js.snap +0 -140
  245. package/src/components/molecules/date-input/date-input.component.d.ts +0 -8
  246. package/src/components/molecules/date-input/date-input.component.tsx +0 -32
  247. package/src/components/molecules/date-input/date-input.preview.d.ts +0 -2
  248. package/src/components/molecules/date-input/date-input.preview.tsx +0 -62
  249. package/src/components/molecules/date-input/date-input.styles.d.ts +0 -18
  250. package/src/components/molecules/date-input/date-input.styles.js +0 -22
  251. package/src/components/molecules/date-input/date-input.test.js +0 -23
  252. package/src/components/molecules/day/__snapshots__/day.test.js.snap +0 -263
  253. package/src/components/molecules/day/day.component.d.ts +0 -13
  254. package/src/components/molecules/day/day.component.tsx +0 -69
  255. package/src/components/molecules/day/day.styles.d.ts +0 -35
  256. package/src/components/molecules/day/day.styles.js +0 -27
  257. package/src/components/molecules/day/day.test.js +0 -37
  258. package/src/components/molecules/default-select/__snapshots__/default-select.test.js.snap +0 -140
  259. package/src/components/molecules/default-select/default-select.component.d.ts +0 -7
  260. package/src/components/molecules/default-select/default-select.component.tsx +0 -42
  261. package/src/components/molecules/default-select/default-select.preview.d.ts +0 -2
  262. package/src/components/molecules/default-select/default-select.preview.tsx +0 -34
  263. package/src/components/molecules/default-select/default-select.styles.d.ts +0 -13
  264. package/src/components/molecules/default-select/default-select.styles.js +0 -17
  265. package/src/components/molecules/default-select/default-select.test.js +0 -17
  266. package/src/components/molecules/department_logo/__snapshots__/department-logo.test.js.snap +0 -27
  267. package/src/components/molecules/department_logo/department-logo.component.d.ts +0 -6
  268. package/src/components/molecules/department_logo/department-logo.component.tsx +0 -21
  269. package/src/components/molecules/department_logo/department-logo.preview.d.ts +0 -2
  270. package/src/components/molecules/department_logo/department-logo.preview.tsx +0 -11
  271. package/src/components/molecules/department_logo/department-logo.styles.d.ts +0 -5
  272. package/src/components/molecules/department_logo/department-logo.styles.js +0 -9
  273. package/src/components/molecules/department_logo/department-logo.test.js +0 -12
  274. package/src/components/molecules/failed-to-send/__snapshots__/failed-bubble.test.js.snap +0 -386
  275. package/src/components/molecules/failed-to-send/failed-bubble.component.d.ts +0 -9
  276. package/src/components/molecules/failed-to-send/failed-bubble.component.tsx +0 -101
  277. package/src/components/molecules/failed-to-send/failed-bubble.styles.d.ts +0 -38
  278. package/src/components/molecules/failed-to-send/failed-bubble.styles.js +0 -42
  279. package/src/components/molecules/failed-to-send/failed-bubble.test.js +0 -75
  280. package/src/components/molecules/filter-range/__snapshots__/filter-range.test.js.snap +0 -208
  281. package/src/components/molecules/filter-range/filter-range.component.d.ts +0 -11
  282. package/src/components/molecules/filter-range/filter-range.component.tsx +0 -72
  283. package/src/components/molecules/filter-range/filter-range.preview.d.ts +0 -2
  284. package/src/components/molecules/filter-range/filter-range.preview.tsx +0 -26
  285. package/src/components/molecules/filter-range/filter-range.styles.d.ts +0 -22
  286. package/src/components/molecules/filter-range/filter-range.styles.js +0 -26
  287. package/src/components/molecules/filter-range/filter-range.test.js +0 -20
  288. package/src/components/molecules/filter-tab/__snapshots__/filter-tab.test.js.snap +0 -536
  289. package/src/components/molecules/filter-tab/filter-tab.component.d.ts +0 -11
  290. package/src/components/molecules/filter-tab/filter-tab.component.tsx +0 -108
  291. package/src/components/molecules/filter-tab/filter-tab.preview.d.ts +0 -2
  292. package/src/components/molecules/filter-tab/filter-tab.preview.tsx +0 -80
  293. package/src/components/molecules/filter-tab/filter-tab.styles.d.ts +0 -59
  294. package/src/components/molecules/filter-tab/filter-tab.styles.js +0 -58
  295. package/src/components/molecules/filter-tab/filter-tab.test.js +0 -42
  296. package/src/components/molecules/info/__snapshots__/info.test.js.snap +0 -64
  297. package/src/components/molecules/info/info.component.d.ts +0 -8
  298. package/src/components/molecules/info/info.component.tsx +0 -39
  299. package/src/components/molecules/info/info.preview.d.ts +0 -2
  300. package/src/components/molecules/info/info.preview.tsx +0 -28
  301. package/src/components/molecules/info/info.styles.d.ts +0 -16
  302. package/src/components/molecules/info/info.styles.js +0 -20
  303. package/src/components/molecules/info/info.test.js +0 -18
  304. package/src/components/molecules/inline-error/inline-error.component.d.ts +0 -6
  305. package/src/components/molecules/inline-error/inline-error.component.tsx +0 -34
  306. package/src/components/molecules/inline-error/inline-error.preview.d.ts +0 -2
  307. package/src/components/molecules/inline-error/inline-error.preview.tsx +0 -22
  308. package/src/components/molecules/inline-error/inline-error.styles.d.ts +0 -18
  309. package/src/components/molecules/inline-error/inline-error.styles.js +0 -22
  310. package/src/components/molecules/inline-notice/inline-notice.component.d.ts +0 -6
  311. package/src/components/molecules/inline-notice/inline-notice.component.tsx +0 -31
  312. package/src/components/molecules/inline-notice/inline-notice.preview.tsx +0 -22
  313. package/src/components/molecules/inline-notice/inline-notice.styles.d.ts +0 -18
  314. package/src/components/molecules/inline-notice/inline-notice.styles.js +0 -22
  315. package/src/components/molecules/language-button/__snapshots__/language-button.test.js.snap +0 -129
  316. package/src/components/molecules/language-button/language-button.component.d.ts +0 -8
  317. package/src/components/molecules/language-button/language-button.component.tsx +0 -33
  318. package/src/components/molecules/language-button/language-button.preview.d.ts +0 -2
  319. package/src/components/molecules/language-button/language-button.preview.tsx +0 -29
  320. package/src/components/molecules/language-button/language-button.styles.d.ts +0 -8
  321. package/src/components/molecules/language-button/language-button.styles.js +0 -12
  322. package/src/components/molecules/language-button/language-button.test.js +0 -29
  323. package/src/components/molecules/message-input/__snapshots__/message-input.test.js.snap +0 -611
  324. package/src/components/molecules/message-input/message-input.component.d.ts +0 -9
  325. package/src/components/molecules/message-input/message-input.component.tsx +0 -54
  326. package/src/components/molecules/message-input/message-input.preview.d.ts +0 -2
  327. package/src/components/molecules/message-input/message-input.preview.tsx +0 -54
  328. package/src/components/molecules/message-input/message-input.styles.d.ts +0 -33
  329. package/src/components/molecules/message-input/message-input.styles.js +0 -37
  330. package/src/components/molecules/message-input/message-input.test.js +0 -63
  331. package/src/components/molecules/more-info-button/__snapshots__/more-info-button.test.js.snap +0 -133
  332. package/src/components/molecules/more-info-button/more-info-button.component.d.ts +0 -8
  333. package/src/components/molecules/more-info-button/more-info-button.component.tsx +0 -33
  334. package/src/components/molecules/more-info-button/more-info-button.preview.d.ts +0 -2
  335. package/src/components/molecules/more-info-button/more-info-button.preview.tsx +0 -29
  336. package/src/components/molecules/more-info-button/more-info-button.styles.d.ts +0 -10
  337. package/src/components/molecules/more-info-button/more-info-button.styles.js +0 -15
  338. package/src/components/molecules/more-info-button/more-info-button.test.js +0 -29
  339. package/src/components/molecules/password-input/__snapshots__/password-input.test.js.snap +0 -504
  340. package/src/components/molecules/password-input/password-input.component.d.ts +0 -8
  341. package/src/components/molecules/password-input/password-input.component.tsx +0 -55
  342. package/src/components/molecules/password-input/password-input.preview.d.ts +0 -2
  343. package/src/components/molecules/password-input/password-input.preview.tsx +0 -59
  344. package/src/components/molecules/password-input/password-input.styles.d.ts +0 -29
  345. package/src/components/molecules/password-input/password-input.styles.js +0 -33
  346. package/src/components/molecules/password-input/password-input.test.js +0 -46
  347. package/src/components/molecules/pill/__snapshots__/pill.test.js.snap +0 -226
  348. package/src/components/molecules/pill/pill.component.d.ts +0 -8
  349. package/src/components/molecules/pill/pill.component.tsx +0 -33
  350. package/src/components/molecules/pill/pill.preview.d.ts +0 -2
  351. package/src/components/molecules/pill/pill.preview.tsx +0 -23
  352. package/src/components/molecules/pill/pill.styles.d.ts +0 -32
  353. package/src/components/molecules/pill/pill.styles.js +0 -33
  354. package/src/components/molecules/pill/pill.test.js +0 -42
  355. package/src/components/molecules/pressable-icon/__snapshots__/pressable-icon.test.js.snap +0 -460
  356. package/src/components/molecules/pressable-icon/pressable-icon.component.d.ts +0 -9
  357. package/src/components/molecules/pressable-icon/pressable-icon.component.tsx +0 -50
  358. package/src/components/molecules/pressable-icon/pressable-icon.preview.d.ts +0 -2
  359. package/src/components/molecules/pressable-icon/pressable-icon.preview.tsx +0 -37
  360. package/src/components/molecules/pressable-icon/pressable-icon.styles.d.ts +0 -20
  361. package/src/components/molecules/pressable-icon/pressable-icon.styles.js +0 -25
  362. package/src/components/molecules/pressable-icon/pressable-icon.test.js +0 -51
  363. package/src/components/molecules/quick-filter/__snapshots__/quick-filter.test.js.snap +0 -557
  364. package/src/components/molecules/quick-filter/quick-filter.component.d.ts +0 -12
  365. package/src/components/molecules/quick-filter/quick-filter.component.tsx +0 -50
  366. package/src/components/molecules/quick-filter/quick-filter.preview.d.ts +0 -2
  367. package/src/components/molecules/quick-filter/quick-filter.preview.tsx +0 -57
  368. package/src/components/molecules/quick-filter/quick-filter.styles.d.ts +0 -35
  369. package/src/components/molecules/quick-filter/quick-filter.styles.js +0 -49
  370. package/src/components/molecules/quick-filter/quick-filter.test.js +0 -134
  371. package/src/components/molecules/search-input/__snapshots__/search.test.js.snap +0 -145
  372. package/src/components/molecules/search-input/search.component.d.ts +0 -10
  373. package/src/components/molecules/search-input/search.component.tsx +0 -50
  374. package/src/components/molecules/search-input/search.preview.d.ts +0 -2
  375. package/src/components/molecules/search-input/search.preview.tsx +0 -26
  376. package/src/components/molecules/search-input/search.styles.d.ts +0 -33
  377. package/src/components/molecules/search-input/search.styles.js +0 -38
  378. package/src/components/molecules/search-input/search.test.js +0 -22
  379. package/src/components/molecules/select-link/__snapshots__/select-link.test.js.snap +0 -70
  380. package/src/components/molecules/select-link/select-link.component.d.ts +0 -7
  381. package/src/components/molecules/select-link/select-link.component.tsx +0 -29
  382. package/src/components/molecules/select-link/select-link.preview.d.ts +0 -2
  383. package/src/components/molecules/select-link/select-link.preview.tsx +0 -20
  384. package/src/components/molecules/select-link/select-link.styles.d.ts +0 -11
  385. package/src/components/molecules/select-link/select-link.styles.js +0 -15
  386. package/src/components/molecules/select-link/select-link.test.js +0 -17
  387. package/src/components/molecules/select-list-item/__snapshots__/select-list-item.test.js.snap +0 -762
  388. package/src/components/molecules/select-list-item/select-list-item-preview.d.ts +0 -2
  389. package/src/components/molecules/select-list-item/select-list-item-preview.tsx +0 -40
  390. package/src/components/molecules/select-list-item/select-list-item.component.d.ts +0 -12
  391. package/src/components/molecules/select-list-item/select-list-item.component.tsx +0 -82
  392. package/src/components/molecules/select-list-item/select-list-item.styles.d.ts +0 -41
  393. package/src/components/molecules/select-list-item/select-list-item.styles.js +0 -43
  394. package/src/components/molecules/select-list-item/select-list-item.test.js +0 -38
  395. package/src/components/molecules/select-picker/__snapshots__/select-picker.test.js.snap +0 -407
  396. package/src/components/molecules/select-picker/select-picker.component.d.ts +0 -12
  397. package/src/components/molecules/select-picker/select-picker.component.tsx +0 -75
  398. package/src/components/molecules/select-picker/select-picker.preview.d.ts +0 -2
  399. package/src/components/molecules/select-picker/select-picker.preview.tsx +0 -63
  400. package/src/components/molecules/select-picker/select-picker.styles.d.ts +0 -32
  401. package/src/components/molecules/select-picker/select-picker.styles.js +0 -38
  402. package/src/components/molecules/select-picker/select-picker.test.js +0 -31
  403. package/src/components/molecules/selectable-list-item/selectable-list-item-preview.d.ts +0 -2
  404. package/src/components/molecules/selectable-list-item/selectable-list-item-preview.tsx +0 -51
  405. package/src/components/molecules/selectable-list-item/selectable-list-item.component.d.ts +0 -11
  406. package/src/components/molecules/selectable-list-item/selectable-list-item.component.tsx +0 -73
  407. package/src/components/molecules/selectable-list-item/selectable-list-item.styles.d.ts +0 -32
  408. package/src/components/molecules/selectable-list-item/selectable-list-item.styles.js +0 -34
  409. package/src/components/molecules/send-bubble/__snapshots__/send-text-bubble.test.js.snap +0 -1979
  410. package/src/components/molecules/send-bubble/send-text-bubble.component.d.ts +0 -11
  411. package/src/components/molecules/send-bubble/send-text-bubble.component.tsx +0 -104
  412. package/src/components/molecules/send-bubble/send-text-bubble.styles.d.ts +0 -60
  413. package/src/components/molecules/send-bubble/send-text-bubble.styles.js +0 -50
  414. package/src/components/molecules/send-bubble/send-text-bubble.test.js +0 -156
  415. package/src/components/molecules/snackbar/__snapshots__/snackbar.test.js.snap +0 -557
  416. package/src/components/molecules/snackbar/snackbar.component.d.ts +0 -8
  417. package/src/components/molecules/snackbar/snackbar.component.tsx +0 -65
  418. package/src/components/molecules/snackbar/snackbar.preview.d.ts +0 -2
  419. package/src/components/molecules/snackbar/snackbar.preview.tsx +0 -40
  420. package/src/components/molecules/snackbar/snackbar.styles.d.ts +0 -57
  421. package/src/components/molecules/snackbar/snackbar.styles.js +0 -54
  422. package/src/components/molecules/snackbar/snackbar.test.js +0 -35
  423. package/src/components/molecules/swipe/__snapshots__/swipe.test.js.snap +0 -340
  424. package/src/components/molecules/swipe/swipe.component.d.ts +0 -7
  425. package/src/components/molecules/swipe/swipe.component.native.tsx +0 -78
  426. package/src/components/molecules/swipe/swipe.component.tsx +0 -20
  427. package/src/components/molecules/swipe/swipe.preview.d.ts +0 -2
  428. package/src/components/molecules/swipe/swipe.preview.tsx +0 -123
  429. package/src/components/molecules/swipe/swipe.styles.d.ts +0 -28
  430. package/src/components/molecules/swipe/swipe.styles.js +0 -32
  431. package/src/components/molecules/swipe/swipe.test.js +0 -46
  432. package/src/components/molecules/swipeable/swipeable-action.component.d.ts +0 -10
  433. package/src/components/molecules/swipeable/swipeable-action.component.tsx +0 -57
  434. package/src/components/molecules/swipeable/swipeable-action.styles.d.ts +0 -12
  435. package/src/components/molecules/swipeable/swipeable-action.styles.js +0 -20
  436. package/src/components/molecules/swipeable/swipeable-container.component.d.ts +0 -14
  437. package/src/components/molecules/swipeable/swipeable-container.component.tsx +0 -69
  438. package/src/components/molecules/swipeable/swipeable-container.styles.d.ts +0 -9
  439. package/src/components/molecules/swipeable/swipeable-container.styles.js +0 -14
  440. package/src/components/molecules/tag/__snapshots__/tag.test.js.snap +0 -139
  441. package/src/components/molecules/tag/tag.component.d.ts +0 -9
  442. package/src/components/molecules/tag/tag.component.tsx +0 -39
  443. package/src/components/molecules/tag/tag.preview.d.ts +0 -2
  444. package/src/components/molecules/tag/tag.preview.tsx +0 -85
  445. package/src/components/molecules/tag/tag.styles.d.ts +0 -19
  446. package/src/components/molecules/tag/tag.styles.js +0 -19
  447. package/src/components/molecules/tag/tag.test.js +0 -34
  448. package/src/components/molecules/time-picker/__snapshots__/time-picker.test.js.snap +0 -2221
  449. package/src/components/molecules/time-picker/time-picker.component.d.ts +0 -9
  450. package/src/components/molecules/time-picker/time-picker.component.tsx +0 -98
  451. package/src/components/molecules/time-picker/time-picker.preview.d.ts +0 -2
  452. package/src/components/molecules/time-picker/time-picker.preview.tsx +0 -109
  453. package/src/components/molecules/time-picker/time-picker.styles.d.ts +0 -27
  454. package/src/components/molecules/time-picker/time-picker.styles.js +0 -31
  455. package/src/components/molecules/time-picker/time-picker.test.js +0 -18
  456. package/src/components/molecules/time-tracker/__snapshots__/time-tracker.test.js.snap +0 -266
  457. package/src/components/molecules/time-tracker/time-tracker.component.d.ts +0 -9
  458. package/src/components/molecules/time-tracker/time-tracker.component.tsx +0 -30
  459. package/src/components/molecules/time-tracker/time-tracker.preview.d.ts +0 -2
  460. package/src/components/molecules/time-tracker/time-tracker.preview.tsx +0 -15
  461. package/src/components/molecules/time-tracker/time-tracker.styles.d.ts +0 -33
  462. package/src/components/molecules/time-tracker/time-tracker.styles.js +0 -32
  463. package/src/components/molecules/time-tracker/time-tracker.test.js +0 -36
  464. package/src/components/molecules/timeline/__snapshots__/timeline.test.js.snap +0 -257
  465. package/src/components/molecules/timeline/timeline.component.d.ts +0 -7
  466. package/src/components/molecules/timeline/timeline.component.tsx +0 -69
  467. package/src/components/molecules/timeline/timeline.preview.d.ts +0 -2
  468. package/src/components/molecules/timeline/timeline.preview.tsx +0 -32
  469. package/src/components/molecules/timeline/timeline.styles.d.ts +0 -61
  470. package/src/components/molecules/timeline/timeline.styles.js +0 -46
  471. package/src/components/molecules/timeline/timeline.test.js +0 -18
  472. package/src/components/molecules/timestamp/__snapshots__/timestamp.test.js.snap +0 -28
  473. package/src/components/molecules/timestamp/timestamp.component.d.ts +0 -8
  474. package/src/components/molecules/timestamp/timestamp.component.tsx +0 -30
  475. package/src/components/molecules/timestamp/timestamp.styles.d.ts +0 -5
  476. package/src/components/molecules/timestamp/timestamp.styles.js +0 -8
  477. package/src/components/molecules/timestamp/timestamp.test.js +0 -16
  478. package/src/components/molecules/wave-background/__snapshots__/wave.test.js.snap +0 -173
  479. package/src/components/molecules/wave-background/wave.component.d.ts +0 -3
  480. package/src/components/molecules/wave-background/wave.component.tsx +0 -35
  481. package/src/components/molecules/wave-background/wave.preview.d.ts +0 -2
  482. package/src/components/molecules/wave-background/wave.preview.tsx +0 -78
  483. package/src/components/molecules/wave-background/wave.styles.d.ts +0 -13
  484. package/src/components/molecules/wave-background/wave.styles.js +0 -13
  485. package/src/components/molecules/wave-background/wave.test.js +0 -25
  486. package/src/components/molecules/wide-button/__snapshots__/wide-button.test.js.snap +0 -269
  487. package/src/components/molecules/wide-button/wide-button.component.d.ts +0 -9
  488. package/src/components/molecules/wide-button/wide-button.component.tsx +0 -39
  489. package/src/components/molecules/wide-button/wide-button.preview.d.ts +0 -2
  490. package/src/components/molecules/wide-button/wide-button.preview.tsx +0 -28
  491. package/src/components/molecules/wide-button/wide-button.styles.d.ts +0 -15
  492. package/src/components/molecules/wide-button/wide-button.styles.js +0 -19
  493. package/src/components/molecules/wide-button/wide-button.test.js +0 -30
  494. package/src/components/organisms/child-list-item/__snapshots__/child-list-item.test.js.snap +0 -1040
  495. package/src/components/organisms/child-list-item/child-list-item.component.d.ts +0 -23
  496. package/src/components/organisms/child-list-item/child-list-item.component.tsx +0 -166
  497. package/src/components/organisms/child-list-item/child-list-item.preview.d.ts +0 -2
  498. package/src/components/organisms/child-list-item/child-list-item.preview.tsx +0 -141
  499. package/src/components/organisms/child-list-item/child-list-item.styles.d.ts +0 -57
  500. package/src/components/organisms/child-list-item/child-list-item.styles.js +0 -61
  501. package/src/components/organisms/child-list-item/child-list-item.test.js +0 -75
  502. package/src/components/organisms/child-list-item/components/child-list-tag.component.d.ts +0 -7
  503. package/src/components/organisms/child-list-item/components/child-list-tag.component.tsx +0 -28
  504. package/src/components/organisms/child-list-item/components/child-list-tag.styles.d.ts +0 -13
  505. package/src/components/organisms/child-list-item/components/child-list-tag.styles.js +0 -16
  506. package/src/components/organisms/contact-item/__snapshots__/contact-item.test.js.snap +0 -404
  507. package/src/components/organisms/contact-item/contact-item.component.d.ts +0 -10
  508. package/src/components/organisms/contact-item/contact-item.component.tsx +0 -85
  509. package/src/components/organisms/contact-item/contact-item.preview.d.ts +0 -2
  510. package/src/components/organisms/contact-item/contact-item.preview.tsx +0 -38
  511. package/src/components/organisms/contact-item/contact-item.styles.d.ts +0 -22
  512. package/src/components/organisms/contact-item/contact-item.styles.js +0 -27
  513. package/src/components/organisms/contact-item/contact-item.test.js +0 -22
  514. package/src/components/organisms/journal-entry/components/entry-type-indicator/entry-type-indicator.component.d.ts +0 -7
  515. package/src/components/organisms/journal-entry/components/entry-type-indicator/entry-type-indicator.component.tsx +0 -96
  516. package/src/components/organisms/journal-entry/components/entry-type-indicator/entry-type-indicator.styles.d.ts +0 -13
  517. package/src/components/organisms/journal-entry/components/entry-type-indicator/entry-type-indicator.styles.js +0 -17
  518. package/src/components/organisms/journal-entry/components/index.d.ts +0 -2
  519. package/src/components/organisms/journal-entry/components/index.ts +0 -2
  520. package/src/components/organisms/journal-entry/components/journal-entry-type/journal-entry-type.component.d.ts +0 -11
  521. package/src/components/organisms/journal-entry/components/journal-entry-type/journal-entry-type.component.tsx +0 -63
  522. package/src/components/organisms/journal-entry/components/journal-entry-type/journal-entry-type.styles.d.ts +0 -13
  523. package/src/components/organisms/journal-entry/components/journal-entry-type/journal-entry-type.styles.js +0 -16
  524. package/src/components/organisms/journal-entry/journal-entry.component.d.ts +0 -20
  525. package/src/components/organisms/journal-entry/journal-entry.component.tsx +0 -134
  526. package/src/components/organisms/journal-entry/journal-entry.preview.d.ts +0 -2
  527. package/src/components/organisms/journal-entry/journal-entry.preview.tsx +0 -214
  528. package/src/components/organisms/journal-entry/journal-entry.styles.d.ts +0 -26
  529. package/src/components/organisms/journal-entry/journal-entry.styles.js +0 -27
  530. package/src/components/organisms/loading-indicator/__snapshots__/loading-indicator.test.js.snap +0 -474
  531. package/src/components/organisms/loading-indicator/animation-style.animate.d.ts +0 -3
  532. package/src/components/organisms/loading-indicator/animation-style.animate.ts +0 -164
  533. package/src/components/organisms/loading-indicator/container.component.d.ts +0 -1
  534. package/src/components/organisms/loading-indicator/container.component.tsx +0 -65
  535. package/src/components/organisms/loading-indicator/dot.component.d.ts +0 -6
  536. package/src/components/organisms/loading-indicator/dot.component.tsx +0 -27
  537. package/src/components/organisms/loading-indicator/loading-indicator.component.d.ts +0 -2
  538. package/src/components/organisms/loading-indicator/loading-indicator.component.tsx +0 -21
  539. package/src/components/organisms/loading-indicator/loading-indicator.preview.d.ts +0 -2
  540. package/src/components/organisms/loading-indicator/loading-indicator.preview.tsx +0 -100
  541. package/src/components/organisms/loading-indicator/loading-indicator.test.js +0 -41
  542. package/src/components/organisms/my-child-list-item/__snapshots__/my-child-list-item.test.js.snap +0 -293
  543. package/src/components/organisms/my-child-list-item/my-child-list-item.component.d.ts +0 -13
  544. package/src/components/organisms/my-child-list-item/my-child-list-item.component.tsx +0 -61
  545. package/src/components/organisms/my-child-list-item/my-child-list-item.preview.d.ts +0 -2
  546. package/src/components/organisms/my-child-list-item/my-child-list-item.preview.tsx +0 -51
  547. package/src/components/organisms/my-child-list-item/my-child-list-item.styles.d.ts +0 -33
  548. package/src/components/organisms/my-child-list-item/my-child-list-item.styles.js +0 -37
  549. package/src/components/organisms/my-child-list-item/my-child-list-item.test.js +0 -23
  550. package/src/components/organisms/person-info-card/__snapshots__/person-info-card.test.js.snap +0 -709
  551. package/src/components/organisms/person-info-card/person-info-card.component.d.ts +0 -15
  552. package/src/components/organisms/person-info-card/person-info-card.component.tsx +0 -45
  553. package/src/components/organisms/person-info-card/person-info-card.preview.d.ts +0 -2
  554. package/src/components/organisms/person-info-card/person-info-card.preview.tsx +0 -75
  555. package/src/components/organisms/person-info-card/person-info-card.styles.d.ts +0 -6
  556. package/src/components/organisms/person-info-card/person-info-card.styles.js +0 -10
  557. package/src/components/organisms/person-info-card/person-info-card.test.js +0 -85
  558. package/src/components/organisms/text-bubble/__snapshots__/text-bubble.test.js.snap +0 -3046
  559. package/src/components/organisms/text-bubble/text-bubble.component.d.ts +0 -15
  560. package/src/components/organisms/text-bubble/text-bubble.component.tsx +0 -71
  561. package/src/components/organisms/text-bubble/text-bubble.preview.d.ts +0 -2
  562. package/src/components/organisms/text-bubble/text-bubble.preview.tsx +0 -85
  563. package/src/components/organisms/text-bubble/text-bubble.styles.d.ts +0 -16
  564. package/src/components/organisms/text-bubble/text-bubble.styles.js +0 -20
  565. package/src/components/organisms/text-bubble/text-bubble.test.js +0 -144
  566. package/src/components/organisms/timetable-edit/timetable-edit.component.d.ts +0 -17
  567. package/src/components/organisms/timetable-edit/timetable-edit.component.tsx +0 -97
  568. package/src/components/organisms/timetable-edit/timetable-edit.preview.d.ts +0 -2
  569. package/src/components/organisms/timetable-edit/timetable-edit.preview.tsx +0 -84
  570. package/src/components/organisms/timetable-edit/timetable-edit.styles.d.ts +0 -21
  571. package/src/components/organisms/timetable-edit/timetable-edit.styles.js +0 -25
  572. package/src/components/organisms/timetable-editor/components/timetable-edit-wrapper.d.ts +0 -12
  573. package/src/components/organisms/timetable-editor/components/timetable-edit-wrapper.tsx +0 -70
  574. package/src/components/organisms/timetable-editor/timetable-editor-staff.component.d.ts +0 -8
  575. package/src/components/organisms/timetable-editor/timetable-editor-staff.component.tsx +0 -72
  576. package/src/components/organisms/timetable-editor/timetable-editor.component.d.ts +0 -8
  577. package/src/components/organisms/timetable-editor/timetable-editor.component.tsx +0 -84
  578. package/src/components/organisms/timetable-editor/timetable-editor.preview.d.ts +0 -2
  579. package/src/components/organisms/timetable-editor/timetable-editor.preview.tsx +0 -53
  580. package/src/components/organisms/timetable-editor/timetable-editor.styles.d.ts +0 -8
  581. package/src/components/organisms/timetable-editor/timetable-editor.styles.js +0 -12
  582. package/src/components/templates/modal/components/fade-panel.component.d.ts +0 -11
  583. package/src/components/templates/modal/components/fade-panel.component.tsx +0 -53
  584. package/src/components/templates/modal/components/fade-panel.styles.d.ts +0 -18
  585. package/src/components/templates/modal/components/fade-panel.styles.js +0 -19
  586. package/src/components/templates/modal/modal-preview.styles.d.ts +0 -13
  587. package/src/components/templates/modal/modal-preview.styles.js +0 -17
  588. package/src/components/templates/modal/modal.component.d.ts +0 -10
  589. package/src/components/templates/modal/modal.component.tsx +0 -53
  590. package/src/components/templates/modal/modal.preview.d.ts +0 -2
  591. package/src/components/templates/modal/modal.preview.tsx +0 -48
  592. package/src/components/templates/modal/modal.styles.d.ts +0 -23
  593. package/src/components/templates/modal/modal.styles.js +0 -28
  594. package/src/components/templates/popover/components/foreground/foreground.component.d.ts +0 -7
  595. package/src/components/templates/popover/components/foreground/foreground.component.tsx +0 -15
  596. package/src/components/templates/popover/components/foreground/foreground.styles.d.ts +0 -12
  597. package/src/components/templates/popover/components/foreground/foreground.styles.js +0 -17
  598. package/src/components/templates/popover/components/index.d.ts +0 -4
  599. package/src/components/templates/popover/components/index.js +0 -5
  600. package/src/components/templates/popover/components/modal/close/close.component.d.ts +0 -7
  601. package/src/components/templates/popover/components/modal/close/close.component.tsx +0 -28
  602. package/src/components/templates/popover/components/modal/close/close.styles.d.ts +0 -10
  603. package/src/components/templates/popover/components/modal/close/close.styles.js +0 -16
  604. package/src/components/templates/popover/components/modal/heading/heading.component.d.ts +0 -7
  605. package/src/components/templates/popover/components/modal/heading/heading.component.tsx +0 -35
  606. package/src/components/templates/popover/components/modal/heading/heading.styles.d.ts +0 -14
  607. package/src/components/templates/popover/components/modal/heading/heading.styles.js +0 -19
  608. package/src/components/templates/popover/components/modal/modal.component.d.ts +0 -12
  609. package/src/components/templates/popover/components/modal/modal.component.tsx +0 -92
  610. package/src/components/templates/popover/components/modal/modal.styles.d.ts +0 -19
  611. package/src/components/templates/popover/components/modal/modal.styles.js +0 -24
  612. package/src/components/templates/popover/components/modal/scroll-content/scroll-content.component.d.ts +0 -6
  613. package/src/components/templates/popover/components/modal/scroll-content/scroll-content.component.tsx +0 -20
  614. package/src/components/templates/popover/components/modal/scroll-content/scroll-content.styles.d.ts +0 -6
  615. package/src/components/templates/popover/components/modal/scroll-content/scroll-content.styles.js +0 -10
  616. package/src/components/templates/popover/popover.component.d.ts +0 -11
  617. package/src/components/templates/popover/popover.component.tsx +0 -67
  618. package/src/components/templates/popover/popover.preview.d.ts +0 -2
  619. package/src/components/templates/popover/popover.preview.tsx +0 -99
  620. package/src/components/templates/popover/popover.styles.d.ts +0 -11
  621. package/src/components/templates/popover/popover.styles.js +0 -15
  622. package/src/components/templates/popover-action/popover-action.component.d.ts +0 -12
  623. package/src/components/templates/popover-action/popover-action.component.tsx +0 -127
  624. package/src/components/templates/popover-action/popover-action.preview.d.ts +0 -2
  625. package/src/components/templates/popover-action/popover-action.preview.tsx +0 -142
  626. package/src/components/templates/popover-action/popover-action.styles.d.ts +0 -28
  627. package/src/components/templates/popover-action/popover-action.styles.js +0 -33
  628. package/src/context/loading-dots.context.d.ts +0 -8
  629. package/src/context/loading-dots.context.tsx +0 -33
  630. package/src/context/theme.context.d.ts +0 -74
  631. package/src/context/theme.context.ts +0 -77
  632. package/src/gradients/main/main.gradient.d.ts +0 -6
  633. package/src/gradients/main/main.gradient.tsx +0 -29
  634. package/src/gradients/main/main.styles.d.ts +0 -9
  635. package/src/gradients/main/main.styles.js +0 -11
  636. package/src/hooks/use-debounce.d.ts +0 -1
  637. package/src/hooks/use-debounce.ts +0 -15
  638. package/src/icons/__snapshots__/icons.test.js.snap +0 -3152
  639. package/src/icons/crown.icon.d.ts +0 -2
  640. package/src/icons/crown.icon.tsx +0 -29
  641. package/src/icons/icons.test.js +0 -328
  642. package/src/icons/index.d.ts +0 -3
  643. package/src/icons/index.tsx +0 -16
  644. package/src/icons/outline/calendar/calendar.icon.d.ts +0 -3
  645. package/src/icons/outline/calendar/calendar.icon.tsx +0 -24
  646. package/src/icons/outline/chat/chat.icon.d.ts +0 -3
  647. package/src/icons/outline/chat/chat.icon.tsx +0 -24
  648. package/src/icons/outline/chat-alt/chat-alt.icon.d.ts +0 -3
  649. package/src/icons/outline/chat-alt/chat-alt.icon.tsx +0 -24
  650. package/src/icons/outline/check-circle/check-circle.icon.d.ts +0 -3
  651. package/src/icons/outline/check-circle/check-circle.icon.tsx +0 -24
  652. package/src/icons/outline/chevron-left/chevron-left.icon.d.ts +0 -3
  653. package/src/icons/outline/chevron-left/chevron-left.icon.tsx +0 -24
  654. package/src/icons/outline/chevron-right/chevron-right.icon.d.ts +0 -3
  655. package/src/icons/outline/chevron-right/chevron-right.icon.tsx +0 -24
  656. package/src/icons/outline/clock/clock.icon.d.ts +0 -3
  657. package/src/icons/outline/clock/clock.icon.tsx +0 -24
  658. package/src/icons/outline/cloud-download/cloud-download.icon.d.ts +0 -3
  659. package/src/icons/outline/cloud-download/cloud-download.icon.tsx +0 -24
  660. package/src/icons/outline/currency-euro/currency-euro.icon.d.ts +0 -3
  661. package/src/icons/outline/currency-euro/currency-euro.icon.tsx +0 -24
  662. package/src/icons/outline/document-text/document-text.icon.d.ts +0 -3
  663. package/src/icons/outline/document-text/document-text.icon.tsx +0 -21
  664. package/src/icons/outline/exclamation/exclamation.icon.d.ts +0 -3
  665. package/src/icons/outline/exclamation/exclamation.icon.tsx +0 -21
  666. package/src/icons/outline/exclamation-circle/exclamation-circle.icon.d.ts +0 -3
  667. package/src/icons/outline/exclamation-circle/exclamation-circle.icon.tsx +0 -24
  668. package/src/icons/outline/eye/eye.icon.d.ts +0 -3
  669. package/src/icons/outline/eye/eye.icon.tsx +0 -28
  670. package/src/icons/outline/eye-off/eye-off.icon.d.ts +0 -3
  671. package/src/icons/outline/eye-off/eye-off.icon.tsx +0 -21
  672. package/src/icons/outline/filter/filter.icon.d.ts +0 -3
  673. package/src/icons/outline/filter/filter.icon.tsx +0 -22
  674. package/src/icons/outline/information-circle/information-circle.icon.d.ts +0 -3
  675. package/src/icons/outline/information-circle/information-circle.icon.tsx +0 -24
  676. package/src/icons/outline/logout/logout.icon.d.ts +0 -3
  677. package/src/icons/outline/logout/logout.icon.tsx +0 -27
  678. package/src/icons/outline/mail/mail.icon.d.ts +0 -3
  679. package/src/icons/outline/mail/mail.icon.tsx +0 -24
  680. package/src/icons/outline/mail-open/mail-open.icon.d.ts +0 -3
  681. package/src/icons/outline/mail-open/mail-open.icon.tsx +0 -24
  682. package/src/icons/outline/menu/menu.icon.d.ts +0 -3
  683. package/src/icons/outline/menu/menu.icon.tsx +0 -24
  684. package/src/icons/outline/minus-sm/minus-sm.icon.d.ts +0 -3
  685. package/src/icons/outline/minus-sm/minus-sm.icon.tsx +0 -24
  686. package/src/icons/outline/office-building/office-building.icon.d.ts +0 -3
  687. package/src/icons/outline/office-building/office-building.icon.tsx +0 -24
  688. package/src/icons/outline/outline-default.preview.d.ts +0 -2
  689. package/src/icons/outline/outline-default.preview.tsx +0 -115
  690. package/src/icons/outline/outline-grey.preview.d.ts +0 -2
  691. package/src/icons/outline/outline-grey.preview.tsx +0 -117
  692. package/src/icons/outline/outline-white.preview.d.ts +0 -2
  693. package/src/icons/outline/outline-white.preview.tsx +0 -121
  694. package/src/icons/outline/outline.d.ts +0 -2
  695. package/src/icons/outline/outline.tsx +0 -146
  696. package/src/icons/outline/paper-airplane/paper-airplane.icon.d.ts +0 -3
  697. package/src/icons/outline/paper-airplane/paper-airplane.icon.tsx +0 -30
  698. package/src/icons/outline/paperclip/paperclip.icon.d.ts +0 -3
  699. package/src/icons/outline/paperclip/paperclip.icon.tsx +0 -24
  700. package/src/icons/outline/pencil/pencil.icon.d.ts +0 -3
  701. package/src/icons/outline/pencil/pencil.icon.tsx +0 -24
  702. package/src/icons/outline/phone/phone.icon.d.ts +0 -3
  703. package/src/icons/outline/phone/phone.icon.tsx +0 -24
  704. package/src/icons/outline/photograph/photograph.icon.d.ts +0 -3
  705. package/src/icons/outline/photograph/photograph.icon.tsx +0 -24
  706. package/src/icons/outline/plus/plus.icon.d.ts +0 -3
  707. package/src/icons/outline/plus/plus.icon.tsx +0 -24
  708. package/src/icons/outline/plus-sm/plus-sm.icon.d.ts +0 -3
  709. package/src/icons/outline/plus-sm/plus-sm.icon.tsx +0 -21
  710. package/src/icons/outline/qrcode/qrcode.icon.d.ts +0 -3
  711. package/src/icons/outline/qrcode/qrcode.icon.tsx +0 -18
  712. package/src/icons/outline/refresh/refresh.icon.d.ts +0 -3
  713. package/src/icons/outline/refresh/refresh.icon.tsx +0 -24
  714. package/src/icons/outline/search/search.icon.d.ts +0 -3
  715. package/src/icons/outline/search/search.icon.tsx +0 -24
  716. package/src/icons/outline/selector/selector.icon.d.ts +0 -3
  717. package/src/icons/outline/selector/selector.icon.tsx +0 -24
  718. package/src/icons/outline/share/share.icon.d.ts +0 -3
  719. package/src/icons/outline/share/share.icon.tsx +0 -24
  720. package/src/icons/outline/sm-view-grid-add/sm-view-grid-add.icon.d.ts +0 -3
  721. package/src/icons/outline/sm-view-grid-add/sm-view-grid-add.icon.tsx +0 -24
  722. package/src/icons/outline/status-online/status-online.icon.d.ts +0 -3
  723. package/src/icons/outline/status-online/status-online.icon.tsx +0 -24
  724. package/src/icons/outline/thumb-up/thumb-up.icon.d.ts +0 -3
  725. package/src/icons/outline/thumb-up/thumb-up.icon.tsx +0 -24
  726. package/src/icons/outline/trash/trash.icon.d.ts +0 -3
  727. package/src/icons/outline/trash/trash.icon.tsx +0 -24
  728. package/src/icons/outline/user/user.icon.d.ts +0 -3
  729. package/src/icons/outline/user/user.icon.tsx +0 -33
  730. package/src/icons/outline/user-group/user-group.icon.d.ts +0 -3
  731. package/src/icons/outline/user-group/user-group.icon.tsx +0 -24
  732. package/src/icons/outline/users/users.icon.d.ts +0 -3
  733. package/src/icons/outline/users/users.icon.tsx +0 -24
  734. package/src/icons/outline/xmark/xmark.icon.d.ts +0 -3
  735. package/src/icons/outline/xmark/xmark.icon.tsx +0 -24
  736. package/src/icons/solid/calendar/calendar.icon.d.ts +0 -3
  737. package/src/icons/solid/calendar/calendar.icon.tsx +0 -21
  738. package/src/icons/solid/chat/chat.icon.d.ts +0 -3
  739. package/src/icons/solid/chat/chat.icon.tsx +0 -21
  740. package/src/icons/solid/chat-alt/chat-alt-solid.icon.d.ts +0 -3
  741. package/src/icons/solid/chat-alt/chat-alt-solid.icon.tsx +0 -21
  742. package/src/icons/solid/check-circle/check-circle.icon.d.ts +0 -3
  743. package/src/icons/solid/check-circle/check-circle.icon.tsx +0 -21
  744. package/src/icons/solid/chevron-left/chevron-left.icon.d.ts +0 -3
  745. package/src/icons/solid/chevron-left/chevron-left.icon.tsx +0 -21
  746. package/src/icons/solid/chevron-right/chevron-right.icon.d.ts +0 -3
  747. package/src/icons/solid/chevron-right/chevron-right.icon.tsx +0 -21
  748. package/src/icons/solid/clock/clock-solid.icon.d.ts +0 -3
  749. package/src/icons/solid/clock/clock-solid.icon.tsx +0 -22
  750. package/src/icons/solid/cloud-download/cloud-download.icon.d.ts +0 -3
  751. package/src/icons/solid/cloud-download/cloud-download.icon.tsx +0 -21
  752. package/src/icons/solid/currency-euro/currency-euro.icon.d.ts +0 -3
  753. package/src/icons/solid/currency-euro/currency-euro.icon.tsx +0 -21
  754. package/src/icons/solid/document-text/document-text-solid.icon.d.ts +0 -3
  755. package/src/icons/solid/document-text/document-text-solid.icon.tsx +0 -22
  756. package/src/icons/solid/exclamation/exclamation.icon.d.ts +0 -3
  757. package/src/icons/solid/exclamation/exclamation.icon.tsx +0 -20
  758. package/src/icons/solid/exclamation-circle/exclamation-circle.icon.d.ts +0 -3
  759. package/src/icons/solid/exclamation-circle/exclamation-circle.icon.tsx +0 -23
  760. package/src/icons/solid/eye/eye.icon.d.ts +0 -3
  761. package/src/icons/solid/eye/eye.icon.tsx +0 -24
  762. package/src/icons/solid/eye-off/eye-off.icon.d.ts +0 -3
  763. package/src/icons/solid/eye-off/eye-off.icon.tsx +0 -24
  764. package/src/icons/solid/filter/filter.icon.d.ts +0 -3
  765. package/src/icons/solid/filter/filter.icon.tsx +0 -21
  766. package/src/icons/solid/information-circle/information-circle-solid.icon.d.ts +0 -3
  767. package/src/icons/solid/information-circle/information-circle-solid.icon.tsx +0 -25
  768. package/src/icons/solid/logout/logout.icon.d.ts +0 -3
  769. package/src/icons/solid/logout/logout.icon.tsx +0 -26
  770. package/src/icons/solid/mail/mail.icon.d.ts +0 -3
  771. package/src/icons/solid/mail/mail.icon.tsx +0 -23
  772. package/src/icons/solid/mail-open/mail-open.icon.d.ts +0 -3
  773. package/src/icons/solid/mail-open/mail-open.icon.tsx +0 -21
  774. package/src/icons/solid/menu/menu.icon.d.ts +0 -3
  775. package/src/icons/solid/menu/menu.icon.tsx +0 -33
  776. package/src/icons/solid/minus-sm/minus-sm.icon.d.ts +0 -3
  777. package/src/icons/solid/minus-sm/minus-sm.icon.tsx +0 -21
  778. package/src/icons/solid/office-building/office-building.icon.d.ts +0 -3
  779. package/src/icons/solid/office-building/office-building.icon.tsx +0 -21
  780. package/src/icons/solid/paper-airplane/paper-airplane.icon.d.ts +0 -3
  781. package/src/icons/solid/paper-airplane/paper-airplane.icon.tsx +0 -25
  782. package/src/icons/solid/paperclip/paperclip.icon.d.ts +0 -3
  783. package/src/icons/solid/paperclip/paperclip.icon.tsx +0 -21
  784. package/src/icons/solid/pencil/pencil-solid.icon.d.ts +0 -3
  785. package/src/icons/solid/pencil/pencil-solid.icon.tsx +0 -24
  786. package/src/icons/solid/phone/phone-solid.icon.d.ts +0 -3
  787. package/src/icons/solid/phone/phone-solid.icon.tsx +0 -20
  788. package/src/icons/solid/photograph/photograph-solid.icon.d.ts +0 -3
  789. package/src/icons/solid/photograph/photograph-solid.icon.tsx +0 -20
  790. package/src/icons/solid/plus/plus.icon.d.ts +0 -3
  791. package/src/icons/solid/plus/plus.icon.tsx +0 -21
  792. package/src/icons/solid/plus-sm/plus-sm.icon.d.ts +0 -3
  793. package/src/icons/solid/plus-sm/plus-sm.icon.tsx +0 -21
  794. package/src/icons/solid/qrcode/qrcode.icon.d.ts +0 -3
  795. package/src/icons/solid/qrcode/qrcode.icon.tsx +0 -60
  796. package/src/icons/solid/refresh/refresh-solid.icon.d.ts +0 -3
  797. package/src/icons/solid/refresh/refresh-solid.icon.tsx +0 -22
  798. package/src/icons/solid/search/search.icon.d.ts +0 -3
  799. package/src/icons/solid/search/search.icon.tsx +0 -21
  800. package/src/icons/solid/selector/selector.icon.d.ts +0 -3
  801. package/src/icons/solid/selector/selector.icon.tsx +0 -21
  802. package/src/icons/solid/share/share.icon.d.ts +0 -3
  803. package/src/icons/solid/share/share.icon.tsx +0 -19
  804. package/src/icons/solid/sm-view-grid-add/sm-view-grid-add.icon.d.ts +0 -3
  805. package/src/icons/solid/sm-view-grid-add/sm-view-grid-add.icon.tsx +0 -31
  806. package/src/icons/solid/solid.d.ts +0 -2
  807. package/src/icons/solid/solid.preview.d.ts +0 -2
  808. package/src/icons/solid/solid.preview.tsx +0 -146
  809. package/src/icons/solid/solid.tsx +0 -141
  810. package/src/icons/solid/status-online/status-online-solid.icon.d.ts +0 -3
  811. package/src/icons/solid/status-online/status-online-solid.icon.tsx +0 -22
  812. package/src/icons/solid/thumb-up/thumb-up.icon.d.ts +0 -3
  813. package/src/icons/solid/thumb-up/thumb-up.icon.tsx +0 -23
  814. package/src/icons/solid/trash/trash-solid.icon.d.ts +0 -3
  815. package/src/icons/solid/trash/trash-solid.icon.tsx +0 -22
  816. package/src/icons/solid/user/user.icon.d.ts +0 -3
  817. package/src/icons/solid/user/user.icon.tsx +0 -23
  818. package/src/icons/solid/user-group/user-group.icon.d.ts +0 -3
  819. package/src/icons/solid/user-group/user-group.icon.tsx +0 -72
  820. package/src/icons/solid/users/users-solid.icon.d.ts +0 -3
  821. package/src/icons/solid/users/users-solid.icon.tsx +0 -57
  822. package/src/icons/solid/xmark/xmark.icon.d.ts +0 -3
  823. package/src/icons/solid/xmark/xmark.icon.tsx +0 -21
  824. package/src/interfaces/icon.interface.d.ts +0 -11
  825. package/src/interfaces/icon.interface.ts +0 -12
  826. package/src/models/hex-color.model.d.ts +0 -6
  827. package/src/models/hex-color.model.ts +0 -25
  828. package/src/models/hex-color.test.js +0 -20
  829. package/src/models/initials.model.d.ts +0 -7
  830. package/src/models/initials.model.ts +0 -32
  831. package/src/models/initials.test.js +0 -23
  832. package/src/models/time-slot-record.d.ts +0 -15
  833. package/src/models/time-slot-record.ts +0 -37
  834. package/src/models/time-slot-sequence.d.ts +0 -15
  835. package/src/models/time-slot-sequence.ts +0 -79
  836. package/src/theme/font/font.d.ts +0 -72
  837. package/src/theme/font/font.ts +0 -72
  838. package/src/theme/font/index.d.ts +0 -3
  839. package/src/theme/font/index.ts +0 -4
  840. package/src/theme/font/load-fonts.d.ts +0 -1
  841. package/src/theme/font/load-fonts.ts +0 -10
  842. package/src/theme/provider/index.d.ts +0 -3
  843. package/src/theme/provider/index.ts +0 -4
  844. package/src/theme/provider/parent.theme.d.ts +0 -71
  845. package/src/theme/provider/parent.theme.ts +0 -73
  846. package/src/theme/provider/staff-member.theme.d.ts +0 -71
  847. package/src/theme/provider/staff-member.theme.ts +0 -73
  848. package/src/theme/responsive/index.d.ts +0 -2
  849. package/src/theme/responsive/index.ts +0 -17
  850. package/src/theme/scale/index.d.ts +0 -12
  851. package/src/theme/scale/index.ts +0 -14
  852. package/src/types/bubble-alignment.enum.d.ts +0 -4
  853. package/src/types/bubble-alignment.enum.ts +0 -4
  854. package/src/types/icontype.type.d.ts +0 -2
  855. package/src/types/icontype.type.ts +0 -45
  856. package/src/types/keyboard-types.enum.d.ts +0 -9
  857. package/src/types/keyboard-types.enum.ts +0 -9
  858. package/src/types/loading-dots.type.d.ts +0 -8
  859. package/src/types/loading-dots.type.ts +0 -8
  860. package/src/types/size.enum.d.ts +0 -5
  861. package/src/types/size.enum.ts +0 -5
  862. package/src/types/state.enum.d.ts +0 -7
  863. package/src/types/state.enum.ts +0 -7
  864. package/src/types/text-properties.type.d.ts +0 -11
  865. package/src/types/text-properties.type.ts +0 -12
  866. package/src/types/timetable-edit.enum.d.ts +0 -5
  867. package/src/types/timetable-edit.enum.ts +0 -5
  868. package/src/types/visual-state.enum.d.ts +0 -7
  869. package/src/types/visual-state.enum.ts +0 -7
  870. package/src/utilities/color-handler/color-handler.d.ts +0 -4
  871. package/src/utilities/color-handler/color-handler.ts +0 -74
  872. package/src/utilities/toddle-datetime/interfaces/duration.interface.d.ts +0 -22
  873. package/src/utilities/toddle-datetime/interfaces/duration.interface.tsx +0 -23
  874. package/src/utilities/toddle-datetime/interfaces/toddle-datetime.interface.d.ts +0 -22
  875. package/src/utilities/toddle-datetime/interfaces/toddle-datetime.interface.tsx +0 -25
  876. package/src/utilities/toddle-datetime/toddle-datetime.class.d.ts +0 -50
  877. package/src/utilities/toddle-datetime/toddle-datetime.class.tsx +0 -206
  878. package/src/utilities/toddle-datetime/toddle-datetime.preview.d.ts +0 -2
  879. package/src/utilities/toddle-datetime/toddle-datetime.preview.tsx +0 -160
  880. package/src/utilities/toddle-datetime/toddle-datetime.test.js +0 -127
  881. package/src/utilities/toddle-datetime/types/duration.type.d.ts +0 -4
  882. package/src/utilities/toddle-datetime/types/duration.type.tsx +0 -6
  883. package/src/utilities/toddle-datetime/types/toddle-datetime.type.d.ts +0 -5
  884. package/src/utilities/toddle-datetime/types/toddle-datetime.type.tsx +0 -23
  885. package/tsconfig.json +0 -13
  886. package/types/src/components/atoms/avatar/avatar.component.d.ts +0 -11
  887. package/types/src/components/atoms/avatar/avatar.styles.d.ts +0 -36
  888. package/types/src/components/atoms/button/button.component.d.ts +0 -9
  889. package/types/src/components/atoms/button/button.styles.d.ts +0 -20
  890. package/types/src/components/atoms/cancel-link/cancel-link.component.d.ts +0 -7
  891. package/types/src/components/atoms/cancel-link/cancel-link.styles.d.ts +0 -17
  892. package/types/src/components/atoms/check-switch/check-switch.component.d.ts +0 -7
  893. package/types/src/components/atoms/check-switch/check-switch.styles.d.ts +0 -30
  894. package/types/src/components/atoms/checkbox/checkbox.component.d.ts +0 -8
  895. package/types/src/components/atoms/checkbox/checkbox.styles.d.ts +0 -32
  896. package/types/src/components/atoms/child-list-item/child-list-item.component.d.ts +0 -19
  897. package/types/src/components/atoms/child-list-item/child-list-item.styles.d.ts +0 -68
  898. package/types/src/components/atoms/contact-item/contact-item.component.d.ts +0 -10
  899. package/types/src/components/atoms/contact-item/contact-item.styles.d.ts +0 -24
  900. package/types/src/components/atoms/filter-tab/filter-tab.component.d.ts +0 -9
  901. package/types/src/components/atoms/filter-tab/filter-tab.styles.d.ts +0 -61
  902. package/types/src/components/atoms/form-actions/form-action.component.d.ts +0 -7
  903. package/types/src/components/atoms/form-actions/form-action.styles.d.ts +0 -14
  904. package/types/src/components/atoms/image-bubble/image-bubble.component.d.ts +0 -9
  905. package/types/src/components/atoms/image-bubble/image-bubble.styles.d.ts +0 -27
  906. package/types/src/components/atoms/info/info.component.d.ts +0 -7
  907. package/types/src/components/atoms/info/info.styles.d.ts +0 -24
  908. package/types/src/components/atoms/pill/pill.component.d.ts +0 -8
  909. package/types/src/components/atoms/pill/pill.styles.d.ts +0 -24
  910. package/types/src/components/atoms/popover/components/backdrop/backdrop.component.d.ts +0 -6
  911. package/types/src/components/atoms/popover/components/backdrop/backdrop.styles.d.ts +0 -11
  912. package/types/src/components/atoms/popover/components/foreground/foreground.component.d.ts +0 -7
  913. package/types/src/components/atoms/popover/components/foreground/foreground.styles.d.ts +0 -12
  914. package/types/src/components/atoms/popover/components/index.d.ts +0 -4
  915. package/types/src/components/atoms/popover/components/modal/close/close.component.d.ts +0 -7
  916. package/types/src/components/atoms/popover/components/modal/close/close.styles.d.ts +0 -9
  917. package/types/src/components/atoms/popover/components/modal/heading/heading.component.d.ts +0 -7
  918. package/types/src/components/atoms/popover/components/modal/heading/heading.styles.d.ts +0 -22
  919. package/types/src/components/atoms/popover/components/modal/modal.component.d.ts +0 -11
  920. package/types/src/components/atoms/popover/components/modal/modal.styles.d.ts +0 -18
  921. package/types/src/components/atoms/popover/components/modal/scroll-content/scroll-content.component.d.ts +0 -6
  922. package/types/src/components/atoms/popover/components/modal/scroll-content/scroll-content.styles.d.ts +0 -6
  923. package/types/src/components/atoms/popover/popover.component.d.ts +0 -10
  924. package/types/src/components/atoms/popover/popover.styles.d.ts +0 -8
  925. package/types/src/components/atoms/pressable-icon/pressable-icon.component.d.ts +0 -9
  926. package/types/src/components/atoms/pressable-icon/pressable-icon.styles.d.ts +0 -17
  927. package/types/src/components/atoms/quick-filter/quick-filter.component.d.ts +0 -11
  928. package/types/src/components/atoms/quick-filter/quick-filter.styles.d.ts +0 -34
  929. package/types/src/components/atoms/select-list-item/select-list-item.component.d.ts +0 -10
  930. package/types/src/components/atoms/select-list-item/select-list-item.styles.d.ts +0 -37
  931. package/types/src/components/atoms/snackbar/snackbar.component.d.ts +0 -8
  932. package/types/src/components/atoms/snackbar/snackbar.styles.d.ts +0 -50
  933. package/types/src/components/atoms/tag/tag.component.d.ts +0 -13
  934. package/types/src/components/atoms/tag/tag.styles.d.ts +0 -16
  935. package/types/src/components/atoms/text-bubble/text-bubble.component.d.ts +0 -10
  936. package/types/src/components/atoms/text-bubble/text-bubble.styles.d.ts +0 -62
  937. package/types/src/components/atoms/text-input/text-input.component.d.ts +0 -9
  938. package/types/src/components/atoms/text-input/text-input.styles.d.ts +0 -21
  939. package/types/src/components/atoms/time-tracker/time-tracker.component.d.ts +0 -8
  940. package/types/src/components/atoms/time-tracker/time-tracker.styles.d.ts +0 -25
  941. package/types/src/components/atoms/wide-button/wide-button.component.d.ts +0 -8
  942. package/types/src/components/atoms/wide-button/wide-button.styles.d.ts +0 -17
  943. package/types/src/context/theme.context.d.ts +0 -46
  944. package/types/src/gradients/main/main.gradient.d.ts +0 -2
  945. package/types/src/gradients/main/main.styles.d.ts +0 -7
  946. package/types/src/icons/outline/chevron-right/chevron-right.icon.d.ts +0 -3
  947. package/types/src/icons/outline/cross/cross.icon.d.ts +0 -3
  948. package/types/src/icons/outline/filter/filter.icon.d.ts +0 -3
  949. package/types/src/models/initials.model.d.ts +0 -7
  950. package/types/src/theme/font/font.d.ts +0 -72
  951. package/types/src/theme/font/index.d.ts +0 -3
  952. package/types/src/theme/font/load-fonts.d.ts +0 -1
  953. package/types/src/theme/provider/index.d.ts +0 -3
  954. package/types/src/theme/provider/parent.theme.d.ts +0 -43
  955. package/types/src/theme/provider/staff-member.theme.d.ts +0 -43
  956. package/types/src/theme/scale/index.d.ts +0 -12
  957. package/types/src/types/bubble-alignment.enum.d.ts +0 -4
  958. package/types/src/types/icontype.type.d.ts +0 -3
  959. package/types/src/types/keyboard-types.enum.d.ts +0 -9
  960. package/types/src/types/size.enum.d.ts +0 -5
  961. package/types/src/types/visual-state.enum.d.ts +0 -6
@@ -1,1979 +0,0 @@
1
- // Jest Snapshot v1, https://goo.gl/fbAQLP
2
-
3
- exports[`Failed text bubble test shows a DEFAULT text bubble that is swipeable with edit and trash icon, which if we press them we can edit or delete the message 1`] = `
4
- <View>
5
- <View
6
- style={
7
- [
8
- {
9
- "borderBottomLeftRadius": 8,
10
- "borderBottomRightRadius": 24,
11
- "borderTopLeftRadius": 24,
12
- "borderTopRightRadius": 24,
13
- "justifyContent": "center",
14
- "overflow": "hidden",
15
- "paddingBottom": 16,
16
- "paddingLeft": 24,
17
- "paddingRight": 24,
18
- "paddingTop": 16,
19
- "width": "100%",
20
- },
21
- {
22
- "backgroundColor": "#E0E8F9",
23
- },
24
- false,
25
- ]
26
- }
27
- >
28
- <View
29
- collapsable={false}
30
- handlerTag={1}
31
- handlerType="PanGestureHandler"
32
- onGestureHandlerEvent={[Function]}
33
- onGestureHandlerStateChange={[Function]}
34
- onLayout={[Function]}
35
- style={
36
- {
37
- "overflow": "hidden",
38
- }
39
- }
40
- >
41
- <View
42
- collapsable={false}
43
- style={
44
- {
45
- "bottom": 0,
46
- "flexDirection": "row-reverse",
47
- "left": 0,
48
- "position": "absolute",
49
- "right": 0,
50
- "top": 0,
51
- "transform": [
52
- {
53
- "translateX": -10000,
54
- },
55
- ],
56
- }
57
- }
58
- >
59
- <View
60
- style={
61
- {
62
- "alignItems": "center",
63
- "flex": 1,
64
- "flexDirection": "row",
65
- "justifyContent": "space-evenly",
66
- }
67
- }
68
- >
69
- <View
70
- collapsable={false}
71
- style={
72
- {
73
- "alignItems": "center",
74
- "justifyContent": "center",
75
- "opacity": 0,
76
- }
77
- }
78
- >
79
- <View
80
- accessibilityState={
81
- {
82
- "busy": undefined,
83
- "checked": undefined,
84
- "disabled": undefined,
85
- "expanded": undefined,
86
- "selected": undefined,
87
- }
88
- }
89
- accessibilityValue={
90
- {
91
- "max": undefined,
92
- "min": undefined,
93
- "now": undefined,
94
- "text": undefined,
95
- }
96
- }
97
- accessible={true}
98
- collapsable={false}
99
- focusable={true}
100
- onBlur={[Function]}
101
- onClick={[Function]}
102
- onFocus={[Function]}
103
- onResponderGrant={[Function]}
104
- onResponderMove={[Function]}
105
- onResponderRelease={[Function]}
106
- onResponderTerminate={[Function]}
107
- onResponderTerminationRequest={[Function]}
108
- onStartShouldSetResponder={[Function]}
109
- testID="edit-button"
110
- >
111
- <RNSVGSvgView
112
- align="xMidYMid"
113
- bbHeight="24"
114
- bbWidth="24"
115
- fill="none"
116
- focusable={false}
117
- height={24}
118
- meetOrSlice={0}
119
- minX={0}
120
- minY={0}
121
- style={
122
- [
123
- {
124
- "backgroundColor": "transparent",
125
- "borderWidth": 0,
126
- },
127
- {
128
- "flex": 0,
129
- "height": 24,
130
- "width": 24,
131
- },
132
- ]
133
- }
134
- vbHeight={17}
135
- vbWidth={16}
136
- width={24}
137
- >
138
- <RNSVGGroup
139
- fill={null}
140
- propList={
141
- [
142
- "fill",
143
- ]
144
- }
145
- >
146
- <RNSVGPath
147
- d="M11.9444 1.12367C12.8036 0.225461 14.1965 0.225461 15.0557 1.12367C15.9148 2.02187 15.9148 3.47815 15.0557 4.37636L14.1835 5.28818L11.0722 2.03549L11.9444 1.12367Z"
148
- fill={
149
- {
150
- "payload": 4279837036,
151
- "type": 0,
152
- }
153
- }
154
- propList={
155
- [
156
- "fill",
157
- ]
158
- }
159
- />
160
- <RNSVGPath
161
- d="M9.5166 3.66184L0.300049 13.2973V16.55H3.41132L12.6279 6.91453L9.5166 3.66184Z"
162
- fill={
163
- {
164
- "payload": 4279837036,
165
- "type": 0,
166
- }
167
- }
168
- propList={
169
- [
170
- "fill",
171
- ]
172
- }
173
- />
174
- </RNSVGGroup>
175
- </RNSVGSvgView>
176
- </View>
177
- </View>
178
- <View
179
- collapsable={false}
180
- style={
181
- {
182
- "alignItems": "center",
183
- "justifyContent": "center",
184
- "opacity": 0,
185
- }
186
- }
187
- >
188
- <View
189
- accessibilityState={
190
- {
191
- "busy": undefined,
192
- "checked": undefined,
193
- "disabled": undefined,
194
- "expanded": undefined,
195
- "selected": undefined,
196
- }
197
- }
198
- accessibilityValue={
199
- {
200
- "max": undefined,
201
- "min": undefined,
202
- "now": undefined,
203
- "text": undefined,
204
- }
205
- }
206
- accessible={true}
207
- collapsable={false}
208
- focusable={true}
209
- onBlur={[Function]}
210
- onClick={[Function]}
211
- onFocus={[Function]}
212
- onResponderGrant={[Function]}
213
- onResponderMove={[Function]}
214
- onResponderRelease={[Function]}
215
- onResponderTerminate={[Function]}
216
- onResponderTerminationRequest={[Function]}
217
- onStartShouldSetResponder={[Function]}
218
- testID="delete-button"
219
- >
220
- <RNSVGSvgView
221
- align="xMidYMid"
222
- bbHeight="24"
223
- bbWidth="24"
224
- fill="none"
225
- focusable={false}
226
- height={24}
227
- meetOrSlice={0}
228
- minX={0}
229
- minY={0}
230
- style={
231
- [
232
- {
233
- "backgroundColor": "transparent",
234
- "borderWidth": 0,
235
- },
236
- {
237
- "flex": 0,
238
- "height": 24,
239
- "width": 24,
240
- },
241
- ]
242
- }
243
- vbHeight={18}
244
- vbWidth={17}
245
- width={24}
246
- >
247
- <RNSVGGroup
248
- fill={null}
249
- propList={
250
- [
251
- "fill",
252
- ]
253
- }
254
- >
255
- <RNSVGPath
256
- clipRule={0}
257
- d="M7.34995 0.200012C6.91436 0.200012 6.51616 0.435415 6.32136 0.808077L5.48921 2.40001H1.59995C0.964824 2.40001 0.449951 2.8925 0.449951 3.50001C0.449951 4.10753 0.964824 4.60001 1.59995 4.60001L1.59995 15.6C1.59995 16.815 2.6297 17.8 3.89995 17.8H13.1C14.3702 17.8 15.4 16.815 15.4 15.6V4.60001C16.0351 4.60001 16.55 4.10753 16.55 3.50001C16.55 2.8925 16.0351 2.40001 15.4 2.40001H11.5107L10.6785 0.808077C10.4837 0.435415 10.0855 0.200012 9.64995 0.200012H7.34995ZM5.04995 6.80001C5.04995 6.1925 5.56482 5.70001 6.19995 5.70001C6.83508 5.70001 7.34995 6.1925 7.34995 6.80001V13.4C7.34995 14.0075 6.83508 14.5 6.19995 14.5C5.56482 14.5 5.04995 14.0075 5.04995 13.4V6.80001ZM10.8 5.70001C10.1648 5.70001 9.64995 6.1925 9.64995 6.80001V13.4C9.64995 14.0075 10.1648 14.5 10.8 14.5C11.4351 14.5 11.95 14.0075 11.95 13.4V6.80001C11.95 6.1925 11.4351 5.70001 10.8 5.70001Z"
258
- fill={
259
- {
260
- "payload": 4279837036,
261
- "type": 0,
262
- }
263
- }
264
- fillRule={0}
265
- propList={
266
- [
267
- "fill",
268
- "fillRule",
269
- ]
270
- }
271
- />
272
- </RNSVGGroup>
273
- </RNSVGSvgView>
274
- </View>
275
- </View>
276
- </View>
277
- <View
278
- onLayout={[Function]}
279
- />
280
- </View>
281
- <View
282
- collapsable={false}
283
- handlerTag={2}
284
- handlerType="TapGestureHandler"
285
- onGestureHandlerEvent={[Function]}
286
- onGestureHandlerStateChange={[Function]}
287
- pointerEvents="auto"
288
- style={
289
- {
290
- "transform": [
291
- {
292
- "translateX": -0,
293
- },
294
- ],
295
- }
296
- }
297
- >
298
- <Text
299
- style={
300
- [
301
- [
302
- {
303
- "fontFamily": "Montserrat",
304
- "fontSize": 13,
305
- "lineHeight": 20.4,
306
- },
307
- ],
308
- {
309
- "color": "#19216C",
310
- "textAlign": undefined,
311
- "width": "100%",
312
- },
313
- [
314
- {
315
- "minHeight": 30,
316
- "textAlignVertical": "center",
317
- },
318
- {
319
- "backgroundColor": "#E0E8F9",
320
- },
321
- false,
322
- ],
323
- ]
324
- }
325
- >
326
- This is a test
327
- </Text>
328
- </View>
329
- </View>
330
- </View>
331
- </View>
332
- `;
333
-
334
- exports[`Failed text bubble test shows a DEFAULT text bubble that is swipeable with edit and trash icon, which if we press them we can edit or delete the message 2`] = `
335
- <View>
336
- <View
337
- style={
338
- [
339
- {
340
- "borderBottomLeftRadius": 8,
341
- "borderBottomRightRadius": 24,
342
- "borderTopLeftRadius": 24,
343
- "borderTopRightRadius": 24,
344
- "justifyContent": "center",
345
- "overflow": "hidden",
346
- "paddingBottom": 16,
347
- "paddingLeft": 24,
348
- "paddingRight": 24,
349
- "paddingTop": 16,
350
- "width": "100%",
351
- },
352
- {
353
- "backgroundColor": "#E0E8F9",
354
- },
355
- false,
356
- ]
357
- }
358
- >
359
- <View
360
- collapsable={false}
361
- handlerTag={3}
362
- handlerType="PanGestureHandler"
363
- onGestureHandlerEvent={[Function]}
364
- onGestureHandlerStateChange={[Function]}
365
- onLayout={[Function]}
366
- style={
367
- {
368
- "overflow": "hidden",
369
- }
370
- }
371
- >
372
- <View
373
- collapsable={false}
374
- style={
375
- {
376
- "bottom": 0,
377
- "flexDirection": "row-reverse",
378
- "left": 0,
379
- "position": "absolute",
380
- "right": 0,
381
- "top": 0,
382
- "transform": [
383
- {
384
- "translateX": -10000,
385
- },
386
- ],
387
- }
388
- }
389
- >
390
- <View
391
- style={
392
- {
393
- "alignItems": "center",
394
- "flex": 1,
395
- "flexDirection": "row",
396
- "justifyContent": "space-evenly",
397
- }
398
- }
399
- >
400
- <View
401
- collapsable={false}
402
- style={
403
- {
404
- "alignItems": "center",
405
- "justifyContent": "center",
406
- "opacity": 0,
407
- }
408
- }
409
- >
410
- <View
411
- accessibilityState={
412
- {
413
- "busy": undefined,
414
- "checked": undefined,
415
- "disabled": undefined,
416
- "expanded": undefined,
417
- "selected": undefined,
418
- }
419
- }
420
- accessibilityValue={
421
- {
422
- "max": undefined,
423
- "min": undefined,
424
- "now": undefined,
425
- "text": undefined,
426
- }
427
- }
428
- accessible={true}
429
- collapsable={false}
430
- focusable={true}
431
- onBlur={[Function]}
432
- onClick={[Function]}
433
- onFocus={[Function]}
434
- onResponderGrant={[Function]}
435
- onResponderMove={[Function]}
436
- onResponderRelease={[Function]}
437
- onResponderTerminate={[Function]}
438
- onResponderTerminationRequest={[Function]}
439
- onStartShouldSetResponder={[Function]}
440
- testID="edit-button"
441
- >
442
- <RNSVGSvgView
443
- align="xMidYMid"
444
- bbHeight="24"
445
- bbWidth="24"
446
- fill="none"
447
- focusable={false}
448
- height={24}
449
- meetOrSlice={0}
450
- minX={0}
451
- minY={0}
452
- style={
453
- [
454
- {
455
- "backgroundColor": "transparent",
456
- "borderWidth": 0,
457
- },
458
- {
459
- "flex": 0,
460
- "height": 24,
461
- "width": 24,
462
- },
463
- ]
464
- }
465
- vbHeight={17}
466
- vbWidth={16}
467
- width={24}
468
- >
469
- <RNSVGGroup
470
- fill={null}
471
- propList={
472
- [
473
- "fill",
474
- ]
475
- }
476
- >
477
- <RNSVGPath
478
- d="M11.9444 1.12367C12.8036 0.225461 14.1965 0.225461 15.0557 1.12367C15.9148 2.02187 15.9148 3.47815 15.0557 4.37636L14.1835 5.28818L11.0722 2.03549L11.9444 1.12367Z"
479
- fill={
480
- {
481
- "payload": 4279837036,
482
- "type": 0,
483
- }
484
- }
485
- propList={
486
- [
487
- "fill",
488
- ]
489
- }
490
- />
491
- <RNSVGPath
492
- d="M9.5166 3.66184L0.300049 13.2973V16.55H3.41132L12.6279 6.91453L9.5166 3.66184Z"
493
- fill={
494
- {
495
- "payload": 4279837036,
496
- "type": 0,
497
- }
498
- }
499
- propList={
500
- [
501
- "fill",
502
- ]
503
- }
504
- />
505
- </RNSVGGroup>
506
- </RNSVGSvgView>
507
- </View>
508
- </View>
509
- <View
510
- collapsable={false}
511
- style={
512
- {
513
- "alignItems": "center",
514
- "justifyContent": "center",
515
- "opacity": 0,
516
- }
517
- }
518
- >
519
- <View
520
- accessibilityState={
521
- {
522
- "busy": undefined,
523
- "checked": undefined,
524
- "disabled": undefined,
525
- "expanded": undefined,
526
- "selected": undefined,
527
- }
528
- }
529
- accessibilityValue={
530
- {
531
- "max": undefined,
532
- "min": undefined,
533
- "now": undefined,
534
- "text": undefined,
535
- }
536
- }
537
- accessible={true}
538
- collapsable={false}
539
- focusable={true}
540
- onBlur={[Function]}
541
- onClick={[Function]}
542
- onFocus={[Function]}
543
- onResponderGrant={[Function]}
544
- onResponderMove={[Function]}
545
- onResponderRelease={[Function]}
546
- onResponderTerminate={[Function]}
547
- onResponderTerminationRequest={[Function]}
548
- onStartShouldSetResponder={[Function]}
549
- testID="delete-button"
550
- >
551
- <RNSVGSvgView
552
- align="xMidYMid"
553
- bbHeight="24"
554
- bbWidth="24"
555
- fill="none"
556
- focusable={false}
557
- height={24}
558
- meetOrSlice={0}
559
- minX={0}
560
- minY={0}
561
- style={
562
- [
563
- {
564
- "backgroundColor": "transparent",
565
- "borderWidth": 0,
566
- },
567
- {
568
- "flex": 0,
569
- "height": 24,
570
- "width": 24,
571
- },
572
- ]
573
- }
574
- vbHeight={18}
575
- vbWidth={17}
576
- width={24}
577
- >
578
- <RNSVGGroup
579
- fill={null}
580
- propList={
581
- [
582
- "fill",
583
- ]
584
- }
585
- >
586
- <RNSVGPath
587
- clipRule={0}
588
- d="M7.34995 0.200012C6.91436 0.200012 6.51616 0.435415 6.32136 0.808077L5.48921 2.40001H1.59995C0.964824 2.40001 0.449951 2.8925 0.449951 3.50001C0.449951 4.10753 0.964824 4.60001 1.59995 4.60001L1.59995 15.6C1.59995 16.815 2.6297 17.8 3.89995 17.8H13.1C14.3702 17.8 15.4 16.815 15.4 15.6V4.60001C16.0351 4.60001 16.55 4.10753 16.55 3.50001C16.55 2.8925 16.0351 2.40001 15.4 2.40001H11.5107L10.6785 0.808077C10.4837 0.435415 10.0855 0.200012 9.64995 0.200012H7.34995ZM5.04995 6.80001C5.04995 6.1925 5.56482 5.70001 6.19995 5.70001C6.83508 5.70001 7.34995 6.1925 7.34995 6.80001V13.4C7.34995 14.0075 6.83508 14.5 6.19995 14.5C5.56482 14.5 5.04995 14.0075 5.04995 13.4V6.80001ZM10.8 5.70001C10.1648 5.70001 9.64995 6.1925 9.64995 6.80001V13.4C9.64995 14.0075 10.1648 14.5 10.8 14.5C11.4351 14.5 11.95 14.0075 11.95 13.4V6.80001C11.95 6.1925 11.4351 5.70001 10.8 5.70001Z"
589
- fill={
590
- {
591
- "payload": 4279837036,
592
- "type": 0,
593
- }
594
- }
595
- fillRule={0}
596
- propList={
597
- [
598
- "fill",
599
- "fillRule",
600
- ]
601
- }
602
- />
603
- </RNSVGGroup>
604
- </RNSVGSvgView>
605
- </View>
606
- </View>
607
- </View>
608
- <View
609
- onLayout={[Function]}
610
- />
611
- </View>
612
- <View
613
- collapsable={false}
614
- handlerTag={4}
615
- handlerType="TapGestureHandler"
616
- onGestureHandlerEvent={[Function]}
617
- onGestureHandlerStateChange={[Function]}
618
- pointerEvents="auto"
619
- style={
620
- {
621
- "transform": [
622
- {
623
- "translateX": -0,
624
- },
625
- ],
626
- }
627
- }
628
- >
629
- <Text
630
- style={
631
- [
632
- [
633
- {
634
- "fontFamily": "Montserrat",
635
- "fontSize": 13,
636
- "lineHeight": 20.4,
637
- },
638
- ],
639
- {
640
- "color": "#19216C",
641
- "textAlign": undefined,
642
- "width": "100%",
643
- },
644
- [
645
- {
646
- "minHeight": 30,
647
- "textAlignVertical": "center",
648
- },
649
- {
650
- "backgroundColor": "#E0E8F9",
651
- },
652
- false,
653
- ],
654
- ]
655
- }
656
- >
657
- This is a test
658
- </Text>
659
- </View>
660
- </View>
661
- </View>
662
- </View>
663
- `;
664
-
665
- exports[`Failed text bubble test shows a WARNING text bubble that is swipeable with edit and trash icon, which if we press them we can edit or delete the message 1`] = `
666
- <View>
667
- <View
668
- style={
669
- [
670
- {
671
- "borderBottomLeftRadius": 8,
672
- "borderBottomRightRadius": 24,
673
- "borderTopLeftRadius": 24,
674
- "borderTopRightRadius": 24,
675
- "justifyContent": "center",
676
- "overflow": "hidden",
677
- "paddingBottom": 16,
678
- "paddingLeft": 24,
679
- "paddingRight": 24,
680
- "paddingTop": 16,
681
- "width": "100%",
682
- },
683
- false,
684
- {
685
- "backgroundColor": "#FFD398",
686
- },
687
- ]
688
- }
689
- >
690
- <View
691
- collapsable={false}
692
- handlerTag={5}
693
- handlerType="PanGestureHandler"
694
- onGestureHandlerEvent={[Function]}
695
- onGestureHandlerStateChange={[Function]}
696
- onLayout={[Function]}
697
- style={
698
- {
699
- "overflow": "hidden",
700
- }
701
- }
702
- >
703
- <View
704
- collapsable={false}
705
- style={
706
- {
707
- "bottom": 0,
708
- "flexDirection": "row-reverse",
709
- "left": 0,
710
- "position": "absolute",
711
- "right": 0,
712
- "top": 0,
713
- "transform": [
714
- {
715
- "translateX": -10000,
716
- },
717
- ],
718
- }
719
- }
720
- >
721
- <View
722
- style={
723
- {
724
- "alignItems": "center",
725
- "flex": 1,
726
- "flexDirection": "row",
727
- "justifyContent": "space-evenly",
728
- }
729
- }
730
- >
731
- <View
732
- collapsable={false}
733
- style={
734
- {
735
- "alignItems": "center",
736
- "justifyContent": "center",
737
- "opacity": 0,
738
- }
739
- }
740
- >
741
- <View
742
- accessibilityState={
743
- {
744
- "busy": undefined,
745
- "checked": undefined,
746
- "disabled": undefined,
747
- "expanded": undefined,
748
- "selected": undefined,
749
- }
750
- }
751
- accessibilityValue={
752
- {
753
- "max": undefined,
754
- "min": undefined,
755
- "now": undefined,
756
- "text": undefined,
757
- }
758
- }
759
- accessible={true}
760
- collapsable={false}
761
- focusable={true}
762
- onBlur={[Function]}
763
- onClick={[Function]}
764
- onFocus={[Function]}
765
- onResponderGrant={[Function]}
766
- onResponderMove={[Function]}
767
- onResponderRelease={[Function]}
768
- onResponderTerminate={[Function]}
769
- onResponderTerminationRequest={[Function]}
770
- onStartShouldSetResponder={[Function]}
771
- testID="edit-button"
772
- >
773
- <RNSVGSvgView
774
- align="xMidYMid"
775
- bbHeight="24"
776
- bbWidth="24"
777
- fill="none"
778
- focusable={false}
779
- height={24}
780
- meetOrSlice={0}
781
- minX={0}
782
- minY={0}
783
- style={
784
- [
785
- {
786
- "backgroundColor": "transparent",
787
- "borderWidth": 0,
788
- },
789
- {
790
- "flex": 0,
791
- "height": 24,
792
- "width": 24,
793
- },
794
- ]
795
- }
796
- vbHeight={17}
797
- vbWidth={16}
798
- width={24}
799
- >
800
- <RNSVGGroup
801
- fill={null}
802
- propList={
803
- [
804
- "fill",
805
- ]
806
- }
807
- >
808
- <RNSVGPath
809
- d="M11.9444 1.12367C12.8036 0.225461 14.1965 0.225461 15.0557 1.12367C15.9148 2.02187 15.9148 3.47815 15.0557 4.37636L14.1835 5.28818L11.0722 2.03549L11.9444 1.12367Z"
810
- fill={
811
- {
812
- "payload": 4294618180,
813
- "type": 0,
814
- }
815
- }
816
- propList={
817
- [
818
- "fill",
819
- ]
820
- }
821
- />
822
- <RNSVGPath
823
- d="M9.5166 3.66184L0.300049 13.2973V16.55H3.41132L12.6279 6.91453L9.5166 3.66184Z"
824
- fill={
825
- {
826
- "payload": 4294618180,
827
- "type": 0,
828
- }
829
- }
830
- propList={
831
- [
832
- "fill",
833
- ]
834
- }
835
- />
836
- </RNSVGGroup>
837
- </RNSVGSvgView>
838
- </View>
839
- </View>
840
- <View
841
- collapsable={false}
842
- style={
843
- {
844
- "alignItems": "center",
845
- "justifyContent": "center",
846
- "opacity": 0,
847
- }
848
- }
849
- >
850
- <View
851
- accessibilityState={
852
- {
853
- "busy": undefined,
854
- "checked": undefined,
855
- "disabled": undefined,
856
- "expanded": undefined,
857
- "selected": undefined,
858
- }
859
- }
860
- accessibilityValue={
861
- {
862
- "max": undefined,
863
- "min": undefined,
864
- "now": undefined,
865
- "text": undefined,
866
- }
867
- }
868
- accessible={true}
869
- collapsable={false}
870
- focusable={true}
871
- onBlur={[Function]}
872
- onClick={[Function]}
873
- onFocus={[Function]}
874
- onResponderGrant={[Function]}
875
- onResponderMove={[Function]}
876
- onResponderRelease={[Function]}
877
- onResponderTerminate={[Function]}
878
- onResponderTerminationRequest={[Function]}
879
- onStartShouldSetResponder={[Function]}
880
- testID="delete-button"
881
- >
882
- <RNSVGSvgView
883
- align="xMidYMid"
884
- bbHeight="24"
885
- bbWidth="24"
886
- fill="none"
887
- focusable={false}
888
- height={24}
889
- meetOrSlice={0}
890
- minX={0}
891
- minY={0}
892
- style={
893
- [
894
- {
895
- "backgroundColor": "transparent",
896
- "borderWidth": 0,
897
- },
898
- {
899
- "flex": 0,
900
- "height": 24,
901
- "width": 24,
902
- },
903
- ]
904
- }
905
- vbHeight={18}
906
- vbWidth={17}
907
- width={24}
908
- >
909
- <RNSVGGroup
910
- fill={null}
911
- propList={
912
- [
913
- "fill",
914
- ]
915
- }
916
- >
917
- <RNSVGPath
918
- clipRule={0}
919
- d="M7.34995 0.200012C6.91436 0.200012 6.51616 0.435415 6.32136 0.808077L5.48921 2.40001H1.59995C0.964824 2.40001 0.449951 2.8925 0.449951 3.50001C0.449951 4.10753 0.964824 4.60001 1.59995 4.60001L1.59995 15.6C1.59995 16.815 2.6297 17.8 3.89995 17.8H13.1C14.3702 17.8 15.4 16.815 15.4 15.6V4.60001C16.0351 4.60001 16.55 4.10753 16.55 3.50001C16.55 2.8925 16.0351 2.40001 15.4 2.40001H11.5107L10.6785 0.808077C10.4837 0.435415 10.0855 0.200012 9.64995 0.200012H7.34995ZM5.04995 6.80001C5.04995 6.1925 5.56482 5.70001 6.19995 5.70001C6.83508 5.70001 7.34995 6.1925 7.34995 6.80001V13.4C7.34995 14.0075 6.83508 14.5 6.19995 14.5C5.56482 14.5 5.04995 14.0075 5.04995 13.4V6.80001ZM10.8 5.70001C10.1648 5.70001 9.64995 6.1925 9.64995 6.80001V13.4C9.64995 14.0075 10.1648 14.5 10.8 14.5C11.4351 14.5 11.95 14.0075 11.95 13.4V6.80001C11.95 6.1925 11.4351 5.70001 10.8 5.70001Z"
920
- fill={
921
- {
922
- "payload": 4294618180,
923
- "type": 0,
924
- }
925
- }
926
- fillRule={0}
927
- propList={
928
- [
929
- "fill",
930
- "fillRule",
931
- ]
932
- }
933
- />
934
- </RNSVGGroup>
935
- </RNSVGSvgView>
936
- </View>
937
- </View>
938
- </View>
939
- <View
940
- onLayout={[Function]}
941
- />
942
- </View>
943
- <View
944
- collapsable={false}
945
- handlerTag={6}
946
- handlerType="TapGestureHandler"
947
- onGestureHandlerEvent={[Function]}
948
- onGestureHandlerStateChange={[Function]}
949
- pointerEvents="auto"
950
- style={
951
- {
952
- "transform": [
953
- {
954
- "translateX": -0,
955
- },
956
- ],
957
- }
958
- }
959
- >
960
- <Text
961
- style={
962
- [
963
- [
964
- {
965
- "fontFamily": "Montserrat",
966
- "fontSize": 13,
967
- "lineHeight": 20.4,
968
- },
969
- ],
970
- {
971
- "color": "#1F2933",
972
- "textAlign": undefined,
973
- "width": "100%",
974
- },
975
- [
976
- {
977
- "minHeight": 30,
978
- "textAlignVertical": "center",
979
- },
980
- false,
981
- {
982
- "backgroundColor": "#FFD398",
983
- },
984
- ],
985
- ]
986
- }
987
- >
988
- This is a test
989
- </Text>
990
- </View>
991
- </View>
992
- </View>
993
- </View>
994
- `;
995
-
996
- exports[`Failed text bubble test shows a WARNING text bubble that is swipeable with edit and trash icon, which if we press them we can edit or delete the message 2`] = `
997
- <View>
998
- <View
999
- style={
1000
- [
1001
- {
1002
- "borderBottomLeftRadius": 8,
1003
- "borderBottomRightRadius": 24,
1004
- "borderTopLeftRadius": 24,
1005
- "borderTopRightRadius": 24,
1006
- "justifyContent": "center",
1007
- "overflow": "hidden",
1008
- "paddingBottom": 16,
1009
- "paddingLeft": 24,
1010
- "paddingRight": 24,
1011
- "paddingTop": 16,
1012
- "width": "100%",
1013
- },
1014
- false,
1015
- {
1016
- "backgroundColor": "#FFD398",
1017
- },
1018
- ]
1019
- }
1020
- >
1021
- <View
1022
- collapsable={false}
1023
- handlerTag={7}
1024
- handlerType="PanGestureHandler"
1025
- onGestureHandlerEvent={[Function]}
1026
- onGestureHandlerStateChange={[Function]}
1027
- onLayout={[Function]}
1028
- style={
1029
- {
1030
- "overflow": "hidden",
1031
- }
1032
- }
1033
- >
1034
- <View
1035
- collapsable={false}
1036
- style={
1037
- {
1038
- "bottom": 0,
1039
- "flexDirection": "row-reverse",
1040
- "left": 0,
1041
- "position": "absolute",
1042
- "right": 0,
1043
- "top": 0,
1044
- "transform": [
1045
- {
1046
- "translateX": -10000,
1047
- },
1048
- ],
1049
- }
1050
- }
1051
- >
1052
- <View
1053
- style={
1054
- {
1055
- "alignItems": "center",
1056
- "flex": 1,
1057
- "flexDirection": "row",
1058
- "justifyContent": "space-evenly",
1059
- }
1060
- }
1061
- >
1062
- <View
1063
- collapsable={false}
1064
- style={
1065
- {
1066
- "alignItems": "center",
1067
- "justifyContent": "center",
1068
- "opacity": 0,
1069
- }
1070
- }
1071
- >
1072
- <View
1073
- accessibilityState={
1074
- {
1075
- "busy": undefined,
1076
- "checked": undefined,
1077
- "disabled": undefined,
1078
- "expanded": undefined,
1079
- "selected": undefined,
1080
- }
1081
- }
1082
- accessibilityValue={
1083
- {
1084
- "max": undefined,
1085
- "min": undefined,
1086
- "now": undefined,
1087
- "text": undefined,
1088
- }
1089
- }
1090
- accessible={true}
1091
- collapsable={false}
1092
- focusable={true}
1093
- onBlur={[Function]}
1094
- onClick={[Function]}
1095
- onFocus={[Function]}
1096
- onResponderGrant={[Function]}
1097
- onResponderMove={[Function]}
1098
- onResponderRelease={[Function]}
1099
- onResponderTerminate={[Function]}
1100
- onResponderTerminationRequest={[Function]}
1101
- onStartShouldSetResponder={[Function]}
1102
- testID="edit-button"
1103
- >
1104
- <RNSVGSvgView
1105
- align="xMidYMid"
1106
- bbHeight="24"
1107
- bbWidth="24"
1108
- fill="none"
1109
- focusable={false}
1110
- height={24}
1111
- meetOrSlice={0}
1112
- minX={0}
1113
- minY={0}
1114
- style={
1115
- [
1116
- {
1117
- "backgroundColor": "transparent",
1118
- "borderWidth": 0,
1119
- },
1120
- {
1121
- "flex": 0,
1122
- "height": 24,
1123
- "width": 24,
1124
- },
1125
- ]
1126
- }
1127
- vbHeight={17}
1128
- vbWidth={16}
1129
- width={24}
1130
- >
1131
- <RNSVGGroup
1132
- fill={null}
1133
- propList={
1134
- [
1135
- "fill",
1136
- ]
1137
- }
1138
- >
1139
- <RNSVGPath
1140
- d="M11.9444 1.12367C12.8036 0.225461 14.1965 0.225461 15.0557 1.12367C15.9148 2.02187 15.9148 3.47815 15.0557 4.37636L14.1835 5.28818L11.0722 2.03549L11.9444 1.12367Z"
1141
- fill={
1142
- {
1143
- "payload": 4294618180,
1144
- "type": 0,
1145
- }
1146
- }
1147
- propList={
1148
- [
1149
- "fill",
1150
- ]
1151
- }
1152
- />
1153
- <RNSVGPath
1154
- d="M9.5166 3.66184L0.300049 13.2973V16.55H3.41132L12.6279 6.91453L9.5166 3.66184Z"
1155
- fill={
1156
- {
1157
- "payload": 4294618180,
1158
- "type": 0,
1159
- }
1160
- }
1161
- propList={
1162
- [
1163
- "fill",
1164
- ]
1165
- }
1166
- />
1167
- </RNSVGGroup>
1168
- </RNSVGSvgView>
1169
- </View>
1170
- </View>
1171
- <View
1172
- collapsable={false}
1173
- style={
1174
- {
1175
- "alignItems": "center",
1176
- "justifyContent": "center",
1177
- "opacity": 0,
1178
- }
1179
- }
1180
- >
1181
- <View
1182
- accessibilityState={
1183
- {
1184
- "busy": undefined,
1185
- "checked": undefined,
1186
- "disabled": undefined,
1187
- "expanded": undefined,
1188
- "selected": undefined,
1189
- }
1190
- }
1191
- accessibilityValue={
1192
- {
1193
- "max": undefined,
1194
- "min": undefined,
1195
- "now": undefined,
1196
- "text": undefined,
1197
- }
1198
- }
1199
- accessible={true}
1200
- collapsable={false}
1201
- focusable={true}
1202
- onBlur={[Function]}
1203
- onClick={[Function]}
1204
- onFocus={[Function]}
1205
- onResponderGrant={[Function]}
1206
- onResponderMove={[Function]}
1207
- onResponderRelease={[Function]}
1208
- onResponderTerminate={[Function]}
1209
- onResponderTerminationRequest={[Function]}
1210
- onStartShouldSetResponder={[Function]}
1211
- testID="delete-button"
1212
- >
1213
- <RNSVGSvgView
1214
- align="xMidYMid"
1215
- bbHeight="24"
1216
- bbWidth="24"
1217
- fill="none"
1218
- focusable={false}
1219
- height={24}
1220
- meetOrSlice={0}
1221
- minX={0}
1222
- minY={0}
1223
- style={
1224
- [
1225
- {
1226
- "backgroundColor": "transparent",
1227
- "borderWidth": 0,
1228
- },
1229
- {
1230
- "flex": 0,
1231
- "height": 24,
1232
- "width": 24,
1233
- },
1234
- ]
1235
- }
1236
- vbHeight={18}
1237
- vbWidth={17}
1238
- width={24}
1239
- >
1240
- <RNSVGGroup
1241
- fill={null}
1242
- propList={
1243
- [
1244
- "fill",
1245
- ]
1246
- }
1247
- >
1248
- <RNSVGPath
1249
- clipRule={0}
1250
- d="M7.34995 0.200012C6.91436 0.200012 6.51616 0.435415 6.32136 0.808077L5.48921 2.40001H1.59995C0.964824 2.40001 0.449951 2.8925 0.449951 3.50001C0.449951 4.10753 0.964824 4.60001 1.59995 4.60001L1.59995 15.6C1.59995 16.815 2.6297 17.8 3.89995 17.8H13.1C14.3702 17.8 15.4 16.815 15.4 15.6V4.60001C16.0351 4.60001 16.55 4.10753 16.55 3.50001C16.55 2.8925 16.0351 2.40001 15.4 2.40001H11.5107L10.6785 0.808077C10.4837 0.435415 10.0855 0.200012 9.64995 0.200012H7.34995ZM5.04995 6.80001C5.04995 6.1925 5.56482 5.70001 6.19995 5.70001C6.83508 5.70001 7.34995 6.1925 7.34995 6.80001V13.4C7.34995 14.0075 6.83508 14.5 6.19995 14.5C5.56482 14.5 5.04995 14.0075 5.04995 13.4V6.80001ZM10.8 5.70001C10.1648 5.70001 9.64995 6.1925 9.64995 6.80001V13.4C9.64995 14.0075 10.1648 14.5 10.8 14.5C11.4351 14.5 11.95 14.0075 11.95 13.4V6.80001C11.95 6.1925 11.4351 5.70001 10.8 5.70001Z"
1251
- fill={
1252
- {
1253
- "payload": 4294618180,
1254
- "type": 0,
1255
- }
1256
- }
1257
- fillRule={0}
1258
- propList={
1259
- [
1260
- "fill",
1261
- "fillRule",
1262
- ]
1263
- }
1264
- />
1265
- </RNSVGGroup>
1266
- </RNSVGSvgView>
1267
- </View>
1268
- </View>
1269
- </View>
1270
- <View
1271
- onLayout={[Function]}
1272
- />
1273
- </View>
1274
- <View
1275
- collapsable={false}
1276
- handlerTag={8}
1277
- handlerType="TapGestureHandler"
1278
- onGestureHandlerEvent={[Function]}
1279
- onGestureHandlerStateChange={[Function]}
1280
- pointerEvents="auto"
1281
- style={
1282
- {
1283
- "transform": [
1284
- {
1285
- "translateX": -0,
1286
- },
1287
- ],
1288
- }
1289
- }
1290
- >
1291
- <Text
1292
- style={
1293
- [
1294
- [
1295
- {
1296
- "fontFamily": "Montserrat",
1297
- "fontSize": 13,
1298
- "lineHeight": 20.4,
1299
- },
1300
- ],
1301
- {
1302
- "color": "#1F2933",
1303
- "textAlign": undefined,
1304
- "width": "100%",
1305
- },
1306
- [
1307
- {
1308
- "minHeight": 30,
1309
- "textAlignVertical": "center",
1310
- },
1311
- false,
1312
- {
1313
- "backgroundColor": "#FFD398",
1314
- },
1315
- ],
1316
- ]
1317
- }
1318
- >
1319
- This is a test
1320
- </Text>
1321
- </View>
1322
- </View>
1323
- </View>
1324
- </View>
1325
- `;
1326
-
1327
- exports[`Failed text bubble test shows an ERROR text bubble that is swipeable with edit and trash icon, which if we press them we can edit or delete the message 1`] = `
1328
- <View>
1329
- <View
1330
- style={
1331
- [
1332
- {
1333
- "borderBottomLeftRadius": 8,
1334
- "borderBottomRightRadius": 24,
1335
- "borderTopLeftRadius": 24,
1336
- "borderTopRightRadius": 24,
1337
- "justifyContent": "center",
1338
- "overflow": "hidden",
1339
- "paddingBottom": 16,
1340
- "paddingLeft": 24,
1341
- "paddingRight": 24,
1342
- "paddingTop": 16,
1343
- "width": "100%",
1344
- },
1345
- false,
1346
- false,
1347
- ]
1348
- }
1349
- >
1350
- <View
1351
- collapsable={false}
1352
- handlerTag={9}
1353
- handlerType="PanGestureHandler"
1354
- onGestureHandlerEvent={[Function]}
1355
- onGestureHandlerStateChange={[Function]}
1356
- onLayout={[Function]}
1357
- style={
1358
- {
1359
- "overflow": "hidden",
1360
- }
1361
- }
1362
- >
1363
- <View
1364
- collapsable={false}
1365
- style={
1366
- {
1367
- "bottom": 0,
1368
- "flexDirection": "row-reverse",
1369
- "left": 0,
1370
- "position": "absolute",
1371
- "right": 0,
1372
- "top": 0,
1373
- "transform": [
1374
- {
1375
- "translateX": -10000,
1376
- },
1377
- ],
1378
- }
1379
- }
1380
- >
1381
- <View
1382
- style={
1383
- {
1384
- "alignItems": "center",
1385
- "flex": 1,
1386
- "flexDirection": "row",
1387
- "justifyContent": "space-evenly",
1388
- }
1389
- }
1390
- >
1391
- <View
1392
- collapsable={false}
1393
- style={
1394
- {
1395
- "alignItems": "center",
1396
- "justifyContent": "center",
1397
- "opacity": 0,
1398
- }
1399
- }
1400
- >
1401
- <View
1402
- accessibilityState={
1403
- {
1404
- "busy": undefined,
1405
- "checked": undefined,
1406
- "disabled": undefined,
1407
- "expanded": undefined,
1408
- "selected": undefined,
1409
- }
1410
- }
1411
- accessibilityValue={
1412
- {
1413
- "max": undefined,
1414
- "min": undefined,
1415
- "now": undefined,
1416
- "text": undefined,
1417
- }
1418
- }
1419
- accessible={true}
1420
- collapsable={false}
1421
- focusable={true}
1422
- onBlur={[Function]}
1423
- onClick={[Function]}
1424
- onFocus={[Function]}
1425
- onResponderGrant={[Function]}
1426
- onResponderMove={[Function]}
1427
- onResponderRelease={[Function]}
1428
- onResponderTerminate={[Function]}
1429
- onResponderTerminationRequest={[Function]}
1430
- onStartShouldSetResponder={[Function]}
1431
- testID="edit-button"
1432
- >
1433
- <RNSVGSvgView
1434
- align="xMidYMid"
1435
- bbHeight="24"
1436
- bbWidth="24"
1437
- fill="none"
1438
- focusable={false}
1439
- height={24}
1440
- meetOrSlice={0}
1441
- minX={0}
1442
- minY={0}
1443
- style={
1444
- [
1445
- {
1446
- "backgroundColor": "transparent",
1447
- "borderWidth": 0,
1448
- },
1449
- {
1450
- "flex": 0,
1451
- "height": 24,
1452
- "width": 24,
1453
- },
1454
- ]
1455
- }
1456
- vbHeight={17}
1457
- vbWidth={16}
1458
- width={24}
1459
- >
1460
- <RNSVGGroup
1461
- fill={null}
1462
- propList={
1463
- [
1464
- "fill",
1465
- ]
1466
- }
1467
- >
1468
- <RNSVGPath
1469
- d="M11.9444 1.12367C12.8036 0.225461 14.1965 0.225461 15.0557 1.12367C15.9148 2.02187 15.9148 3.47815 15.0557 4.37636L14.1835 5.28818L11.0722 2.03549L11.9444 1.12367Z"
1470
- fill={
1471
- {
1472
- "payload": 4279837036,
1473
- "type": 0,
1474
- }
1475
- }
1476
- propList={
1477
- [
1478
- "fill",
1479
- ]
1480
- }
1481
- />
1482
- <RNSVGPath
1483
- d="M9.5166 3.66184L0.300049 13.2973V16.55H3.41132L12.6279 6.91453L9.5166 3.66184Z"
1484
- fill={
1485
- {
1486
- "payload": 4279837036,
1487
- "type": 0,
1488
- }
1489
- }
1490
- propList={
1491
- [
1492
- "fill",
1493
- ]
1494
- }
1495
- />
1496
- </RNSVGGroup>
1497
- </RNSVGSvgView>
1498
- </View>
1499
- </View>
1500
- <View
1501
- collapsable={false}
1502
- style={
1503
- {
1504
- "alignItems": "center",
1505
- "justifyContent": "center",
1506
- "opacity": 0,
1507
- }
1508
- }
1509
- >
1510
- <View
1511
- accessibilityState={
1512
- {
1513
- "busy": undefined,
1514
- "checked": undefined,
1515
- "disabled": undefined,
1516
- "expanded": undefined,
1517
- "selected": undefined,
1518
- }
1519
- }
1520
- accessibilityValue={
1521
- {
1522
- "max": undefined,
1523
- "min": undefined,
1524
- "now": undefined,
1525
- "text": undefined,
1526
- }
1527
- }
1528
- accessible={true}
1529
- collapsable={false}
1530
- focusable={true}
1531
- onBlur={[Function]}
1532
- onClick={[Function]}
1533
- onFocus={[Function]}
1534
- onResponderGrant={[Function]}
1535
- onResponderMove={[Function]}
1536
- onResponderRelease={[Function]}
1537
- onResponderTerminate={[Function]}
1538
- onResponderTerminationRequest={[Function]}
1539
- onStartShouldSetResponder={[Function]}
1540
- testID="delete-button"
1541
- >
1542
- <RNSVGSvgView
1543
- align="xMidYMid"
1544
- bbHeight="24"
1545
- bbWidth="24"
1546
- fill="none"
1547
- focusable={false}
1548
- height={24}
1549
- meetOrSlice={0}
1550
- minX={0}
1551
- minY={0}
1552
- style={
1553
- [
1554
- {
1555
- "backgroundColor": "transparent",
1556
- "borderWidth": 0,
1557
- },
1558
- {
1559
- "flex": 0,
1560
- "height": 24,
1561
- "width": 24,
1562
- },
1563
- ]
1564
- }
1565
- vbHeight={18}
1566
- vbWidth={17}
1567
- width={24}
1568
- >
1569
- <RNSVGGroup
1570
- fill={null}
1571
- propList={
1572
- [
1573
- "fill",
1574
- ]
1575
- }
1576
- >
1577
- <RNSVGPath
1578
- clipRule={0}
1579
- d="M7.34995 0.200012C6.91436 0.200012 6.51616 0.435415 6.32136 0.808077L5.48921 2.40001H1.59995C0.964824 2.40001 0.449951 2.8925 0.449951 3.50001C0.449951 4.10753 0.964824 4.60001 1.59995 4.60001L1.59995 15.6C1.59995 16.815 2.6297 17.8 3.89995 17.8H13.1C14.3702 17.8 15.4 16.815 15.4 15.6V4.60001C16.0351 4.60001 16.55 4.10753 16.55 3.50001C16.55 2.8925 16.0351 2.40001 15.4 2.40001H11.5107L10.6785 0.808077C10.4837 0.435415 10.0855 0.200012 9.64995 0.200012H7.34995ZM5.04995 6.80001C5.04995 6.1925 5.56482 5.70001 6.19995 5.70001C6.83508 5.70001 7.34995 6.1925 7.34995 6.80001V13.4C7.34995 14.0075 6.83508 14.5 6.19995 14.5C5.56482 14.5 5.04995 14.0075 5.04995 13.4V6.80001ZM10.8 5.70001C10.1648 5.70001 9.64995 6.1925 9.64995 6.80001V13.4C9.64995 14.0075 10.1648 14.5 10.8 14.5C11.4351 14.5 11.95 14.0075 11.95 13.4V6.80001C11.95 6.1925 11.4351 5.70001 10.8 5.70001Z"
1580
- fill={
1581
- {
1582
- "payload": 4279837036,
1583
- "type": 0,
1584
- }
1585
- }
1586
- fillRule={0}
1587
- propList={
1588
- [
1589
- "fill",
1590
- "fillRule",
1591
- ]
1592
- }
1593
- />
1594
- </RNSVGGroup>
1595
- </RNSVGSvgView>
1596
- </View>
1597
- </View>
1598
- </View>
1599
- <View
1600
- onLayout={[Function]}
1601
- />
1602
- </View>
1603
- <View
1604
- collapsable={false}
1605
- handlerTag={10}
1606
- handlerType="TapGestureHandler"
1607
- onGestureHandlerEvent={[Function]}
1608
- onGestureHandlerStateChange={[Function]}
1609
- pointerEvents="auto"
1610
- style={
1611
- {
1612
- "transform": [
1613
- {
1614
- "translateX": -0,
1615
- },
1616
- ],
1617
- }
1618
- }
1619
- >
1620
- <Text
1621
- style={
1622
- [
1623
- [
1624
- {
1625
- "fontFamily": "Montserrat",
1626
- "fontSize": 13,
1627
- "lineHeight": 20.4,
1628
- },
1629
- ],
1630
- {
1631
- "color": "#1F2933",
1632
- "textAlign": undefined,
1633
- "width": "100%",
1634
- },
1635
- [
1636
- {
1637
- "minHeight": 30,
1638
- "textAlignVertical": "center",
1639
- },
1640
- false,
1641
- false,
1642
- ],
1643
- ]
1644
- }
1645
- >
1646
- This is a test
1647
- </Text>
1648
- </View>
1649
- </View>
1650
- </View>
1651
- </View>
1652
- `;
1653
-
1654
- exports[`Failed text bubble test shows an ERROR text bubble that is swipeable with edit and trash icon, which if we press them we can edit or delete the message 2`] = `
1655
- <View>
1656
- <View
1657
- style={
1658
- [
1659
- {
1660
- "borderBottomLeftRadius": 8,
1661
- "borderBottomRightRadius": 24,
1662
- "borderTopLeftRadius": 24,
1663
- "borderTopRightRadius": 24,
1664
- "justifyContent": "center",
1665
- "overflow": "hidden",
1666
- "paddingBottom": 16,
1667
- "paddingLeft": 24,
1668
- "paddingRight": 24,
1669
- "paddingTop": 16,
1670
- "width": "100%",
1671
- },
1672
- false,
1673
- false,
1674
- ]
1675
- }
1676
- >
1677
- <View
1678
- collapsable={false}
1679
- handlerTag={11}
1680
- handlerType="PanGestureHandler"
1681
- onGestureHandlerEvent={[Function]}
1682
- onGestureHandlerStateChange={[Function]}
1683
- onLayout={[Function]}
1684
- style={
1685
- {
1686
- "overflow": "hidden",
1687
- }
1688
- }
1689
- >
1690
- <View
1691
- collapsable={false}
1692
- style={
1693
- {
1694
- "bottom": 0,
1695
- "flexDirection": "row-reverse",
1696
- "left": 0,
1697
- "position": "absolute",
1698
- "right": 0,
1699
- "top": 0,
1700
- "transform": [
1701
- {
1702
- "translateX": -10000,
1703
- },
1704
- ],
1705
- }
1706
- }
1707
- >
1708
- <View
1709
- style={
1710
- {
1711
- "alignItems": "center",
1712
- "flex": 1,
1713
- "flexDirection": "row",
1714
- "justifyContent": "space-evenly",
1715
- }
1716
- }
1717
- >
1718
- <View
1719
- collapsable={false}
1720
- style={
1721
- {
1722
- "alignItems": "center",
1723
- "justifyContent": "center",
1724
- "opacity": 0,
1725
- }
1726
- }
1727
- >
1728
- <View
1729
- accessibilityState={
1730
- {
1731
- "busy": undefined,
1732
- "checked": undefined,
1733
- "disabled": undefined,
1734
- "expanded": undefined,
1735
- "selected": undefined,
1736
- }
1737
- }
1738
- accessibilityValue={
1739
- {
1740
- "max": undefined,
1741
- "min": undefined,
1742
- "now": undefined,
1743
- "text": undefined,
1744
- }
1745
- }
1746
- accessible={true}
1747
- collapsable={false}
1748
- focusable={true}
1749
- onBlur={[Function]}
1750
- onClick={[Function]}
1751
- onFocus={[Function]}
1752
- onResponderGrant={[Function]}
1753
- onResponderMove={[Function]}
1754
- onResponderRelease={[Function]}
1755
- onResponderTerminate={[Function]}
1756
- onResponderTerminationRequest={[Function]}
1757
- onStartShouldSetResponder={[Function]}
1758
- testID="edit-button"
1759
- >
1760
- <RNSVGSvgView
1761
- align="xMidYMid"
1762
- bbHeight="24"
1763
- bbWidth="24"
1764
- fill="none"
1765
- focusable={false}
1766
- height={24}
1767
- meetOrSlice={0}
1768
- minX={0}
1769
- minY={0}
1770
- style={
1771
- [
1772
- {
1773
- "backgroundColor": "transparent",
1774
- "borderWidth": 0,
1775
- },
1776
- {
1777
- "flex": 0,
1778
- "height": 24,
1779
- "width": 24,
1780
- },
1781
- ]
1782
- }
1783
- vbHeight={17}
1784
- vbWidth={16}
1785
- width={24}
1786
- >
1787
- <RNSVGGroup
1788
- fill={null}
1789
- propList={
1790
- [
1791
- "fill",
1792
- ]
1793
- }
1794
- >
1795
- <RNSVGPath
1796
- d="M11.9444 1.12367C12.8036 0.225461 14.1965 0.225461 15.0557 1.12367C15.9148 2.02187 15.9148 3.47815 15.0557 4.37636L14.1835 5.28818L11.0722 2.03549L11.9444 1.12367Z"
1797
- fill={
1798
- {
1799
- "payload": 4279837036,
1800
- "type": 0,
1801
- }
1802
- }
1803
- propList={
1804
- [
1805
- "fill",
1806
- ]
1807
- }
1808
- />
1809
- <RNSVGPath
1810
- d="M9.5166 3.66184L0.300049 13.2973V16.55H3.41132L12.6279 6.91453L9.5166 3.66184Z"
1811
- fill={
1812
- {
1813
- "payload": 4279837036,
1814
- "type": 0,
1815
- }
1816
- }
1817
- propList={
1818
- [
1819
- "fill",
1820
- ]
1821
- }
1822
- />
1823
- </RNSVGGroup>
1824
- </RNSVGSvgView>
1825
- </View>
1826
- </View>
1827
- <View
1828
- collapsable={false}
1829
- style={
1830
- {
1831
- "alignItems": "center",
1832
- "justifyContent": "center",
1833
- "opacity": 0,
1834
- }
1835
- }
1836
- >
1837
- <View
1838
- accessibilityState={
1839
- {
1840
- "busy": undefined,
1841
- "checked": undefined,
1842
- "disabled": undefined,
1843
- "expanded": undefined,
1844
- "selected": undefined,
1845
- }
1846
- }
1847
- accessibilityValue={
1848
- {
1849
- "max": undefined,
1850
- "min": undefined,
1851
- "now": undefined,
1852
- "text": undefined,
1853
- }
1854
- }
1855
- accessible={true}
1856
- collapsable={false}
1857
- focusable={true}
1858
- onBlur={[Function]}
1859
- onClick={[Function]}
1860
- onFocus={[Function]}
1861
- onResponderGrant={[Function]}
1862
- onResponderMove={[Function]}
1863
- onResponderRelease={[Function]}
1864
- onResponderTerminate={[Function]}
1865
- onResponderTerminationRequest={[Function]}
1866
- onStartShouldSetResponder={[Function]}
1867
- testID="delete-button"
1868
- >
1869
- <RNSVGSvgView
1870
- align="xMidYMid"
1871
- bbHeight="24"
1872
- bbWidth="24"
1873
- fill="none"
1874
- focusable={false}
1875
- height={24}
1876
- meetOrSlice={0}
1877
- minX={0}
1878
- minY={0}
1879
- style={
1880
- [
1881
- {
1882
- "backgroundColor": "transparent",
1883
- "borderWidth": 0,
1884
- },
1885
- {
1886
- "flex": 0,
1887
- "height": 24,
1888
- "width": 24,
1889
- },
1890
- ]
1891
- }
1892
- vbHeight={18}
1893
- vbWidth={17}
1894
- width={24}
1895
- >
1896
- <RNSVGGroup
1897
- fill={null}
1898
- propList={
1899
- [
1900
- "fill",
1901
- ]
1902
- }
1903
- >
1904
- <RNSVGPath
1905
- clipRule={0}
1906
- d="M7.34995 0.200012C6.91436 0.200012 6.51616 0.435415 6.32136 0.808077L5.48921 2.40001H1.59995C0.964824 2.40001 0.449951 2.8925 0.449951 3.50001C0.449951 4.10753 0.964824 4.60001 1.59995 4.60001L1.59995 15.6C1.59995 16.815 2.6297 17.8 3.89995 17.8H13.1C14.3702 17.8 15.4 16.815 15.4 15.6V4.60001C16.0351 4.60001 16.55 4.10753 16.55 3.50001C16.55 2.8925 16.0351 2.40001 15.4 2.40001H11.5107L10.6785 0.808077C10.4837 0.435415 10.0855 0.200012 9.64995 0.200012H7.34995ZM5.04995 6.80001C5.04995 6.1925 5.56482 5.70001 6.19995 5.70001C6.83508 5.70001 7.34995 6.1925 7.34995 6.80001V13.4C7.34995 14.0075 6.83508 14.5 6.19995 14.5C5.56482 14.5 5.04995 14.0075 5.04995 13.4V6.80001ZM10.8 5.70001C10.1648 5.70001 9.64995 6.1925 9.64995 6.80001V13.4C9.64995 14.0075 10.1648 14.5 10.8 14.5C11.4351 14.5 11.95 14.0075 11.95 13.4V6.80001C11.95 6.1925 11.4351 5.70001 10.8 5.70001Z"
1907
- fill={
1908
- {
1909
- "payload": 4279837036,
1910
- "type": 0,
1911
- }
1912
- }
1913
- fillRule={0}
1914
- propList={
1915
- [
1916
- "fill",
1917
- "fillRule",
1918
- ]
1919
- }
1920
- />
1921
- </RNSVGGroup>
1922
- </RNSVGSvgView>
1923
- </View>
1924
- </View>
1925
- </View>
1926
- <View
1927
- onLayout={[Function]}
1928
- />
1929
- </View>
1930
- <View
1931
- collapsable={false}
1932
- handlerTag={12}
1933
- handlerType="TapGestureHandler"
1934
- onGestureHandlerEvent={[Function]}
1935
- onGestureHandlerStateChange={[Function]}
1936
- pointerEvents="auto"
1937
- style={
1938
- {
1939
- "transform": [
1940
- {
1941
- "translateX": -0,
1942
- },
1943
- ],
1944
- }
1945
- }
1946
- >
1947
- <Text
1948
- style={
1949
- [
1950
- [
1951
- {
1952
- "fontFamily": "Montserrat",
1953
- "fontSize": 13,
1954
- "lineHeight": 20.4,
1955
- },
1956
- ],
1957
- {
1958
- "color": "#1F2933",
1959
- "textAlign": undefined,
1960
- "width": "100%",
1961
- },
1962
- [
1963
- {
1964
- "minHeight": 30,
1965
- "textAlignVertical": "center",
1966
- },
1967
- false,
1968
- false,
1969
- ],
1970
- ]
1971
- }
1972
- >
1973
- This is a test
1974
- </Text>
1975
- </View>
1976
- </View>
1977
- </View>
1978
- </View>
1979
- `;