@skbkontur/react-ui 5.0.8 → 5.0.9

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 (468) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/cjs/components/Autocomplete/__creevey__/Autocomplete.creevey.mts +239 -0
  3. package/cjs/components/Button/__creevey__/Button.creevey.mts +251 -0
  4. package/cjs/components/Calendar/__creevey__/Calendar.creevey.mts +74 -0
  5. package/cjs/components/Checkbox/__creevey__/Checkbox.creevey.mts +243 -0
  6. package/cjs/components/ComboBox/__creevey__/ComboBox.creevey.mts +541 -0
  7. package/cjs/components/CurrencyInput/__creevey__/CurrencyInput.creevey.mts +81 -0
  8. package/cjs/components/DateInput/__creevey__/DateInput.creevey.mts +156 -0
  9. package/cjs/components/DatePicker/__creevey__/DatePicker.creevey.mts +209 -0
  10. package/cjs/components/Dropdown/__creevey__/Dropdown.creevey.mts +184 -0
  11. package/cjs/components/DropdownMenu/__creevey__/DropdownMenu.creevey.mts +263 -0
  12. package/cjs/components/FxInput/__creevey__/FxInput.creevey.mts +21 -0
  13. package/cjs/components/Group/__creevey__/Group.creevey.mts +19 -0
  14. package/cjs/components/Hint/__creevey__/Hint.creevey.mts +68 -0
  15. package/cjs/components/Input/__creevey__/Input.creevey.mts +239 -0
  16. package/cjs/components/Kebab/__creevey__/Kebab.creevey.mts +147 -0
  17. package/cjs/components/Link/__creevey__/Link.creevey.mts +162 -0
  18. package/cjs/components/Loader/__creevey__/Loader.creevey.mts +35 -0
  19. package/cjs/components/MaskedInput/__creevey__/MaskedInput.creevey.mts +216 -0
  20. package/cjs/components/Modal/Modal.js +7 -10
  21. package/cjs/components/Modal/Modal.js.map +1 -1
  22. package/cjs/components/Modal/ModalContext.d.ts +3 -3
  23. package/cjs/components/Modal/ModalContext.js.map +1 -1
  24. package/cjs/components/Modal/ModalFooter.js +2 -2
  25. package/cjs/components/Modal/ModalFooter.js.map +1 -1
  26. package/cjs/components/Modal/ModalHeader.js +1 -1
  27. package/cjs/components/Modal/ModalHeader.js.map +1 -1
  28. package/cjs/components/Modal/__creevey__/Modal.creevey.mts +281 -0
  29. package/cjs/components/Paging/__creevey__/Paging.creevey.mts +97 -0
  30. package/cjs/components/PasswordInput/__creevey__/PasswordInput.creevey.mts +38 -0
  31. package/cjs/components/Radio/__creevey__/Radio.creevey.mts +28 -0
  32. package/cjs/components/RadioGroup/__creevey__/RadioGroup.creevey.mts +86 -0
  33. package/cjs/components/ScrollContainer/__creevey__/ScrollContainer.creevey.mts +247 -0
  34. package/cjs/components/Select/Select.d.ts +1 -6
  35. package/cjs/components/Select/Select.js +7 -10
  36. package/cjs/components/Select/Select.js.map +1 -1
  37. package/cjs/components/Select/__creevey__/Select.creevey.mts +293 -0
  38. package/cjs/components/Select/tids.d.ts +5 -0
  39. package/cjs/components/Select/tids.js +5 -0
  40. package/cjs/components/Select/tids.js.map +1 -0
  41. package/cjs/components/SidePage/__creevey__/SidePage.creevey.mts +319 -0
  42. package/cjs/components/Sticky/__creevey__/Sticky.creevey.mts +98 -0
  43. package/cjs/components/Switcher/__creevey__/Switcher.creevey.mts +24 -0
  44. package/cjs/components/Tabs/__creevey__/Tabs.creevey.mts +239 -0
  45. package/cjs/components/Textarea/__creevey__/Textarea.creevey.mts +177 -0
  46. package/cjs/components/Toast/__creevey__/Toast.creevey.mts +54 -0
  47. package/cjs/components/Toggle/__creevey__/Toggle.creevey.mts +87 -0
  48. package/cjs/components/TokenInput/__creevey__/TokenInput.creevey.mts +414 -0
  49. package/cjs/components/Tooltip/__creevey__/Tooltip.creevey.mts +533 -0
  50. package/cjs/components/TooltipMenu/__creevey__/TooltipMenu.creevey.mts +131 -0
  51. package/cjs/internal/CloseButtonIcon/__creevey__/CloseButtonIcon.creevey.mts +48 -0
  52. package/cjs/internal/CustomComboBox/CustomComboBox.d.ts +1 -3
  53. package/cjs/internal/CustomComboBox/CustomComboBox.js +4 -6
  54. package/cjs/internal/CustomComboBox/CustomComboBox.js.map +1 -1
  55. package/cjs/internal/CustomComboBox/__creevey__/ComboBoxView.creevey.mts +30 -0
  56. package/cjs/internal/CustomComboBox/tids.d.ts +3 -0
  57. package/cjs/internal/CustomComboBox/tids.js +3 -0
  58. package/cjs/internal/CustomComboBox/tids.js.map +1 -0
  59. package/cjs/internal/FileUploaderControl/__creevey__/FileUploaderFile.creevey.mts +25 -0
  60. package/cjs/internal/HideBodyVerticalScroll/__creevey__/HideBodyVerticalScroll.creevey.mts +83 -0
  61. package/cjs/internal/Menu/__creevey__/Menu.creevey.mts +90 -0
  62. package/cjs/internal/PopupMenu/PopupMenu.d.ts +1 -5
  63. package/cjs/internal/PopupMenu/PopupMenu.js +8 -10
  64. package/cjs/internal/PopupMenu/PopupMenu.js.map +1 -1
  65. package/cjs/internal/PopupMenu/__creevey__/PopupMenu.creevey.mts +37 -0
  66. package/cjs/internal/PopupMenu/tids.d.ts +4 -0
  67. package/cjs/internal/PopupMenu/tids.js +4 -0
  68. package/cjs/internal/PopupMenu/tids.js.map +1 -0
  69. package/cjs/internal/ThemePlayground/__creevey__/ThemeProvider.creevey.mts +68 -0
  70. package/cjs/internal/ThemeShowcase/VariablesCollector.js +1 -0
  71. package/cjs/internal/ThemeShowcase/VariablesCollector.js.map +1 -1
  72. package/cjs/internal/ZIndex/__creevey__/ZIndex.creevey.mts +228 -0
  73. package/cjs/lib/delay.d.ts +1 -0
  74. package/cjs/lib/delay.js +3 -0
  75. package/cjs/lib/delay.js.map +1 -0
  76. package/cjs/lib/utils.d.ts +3 -3
  77. package/cjs/lib/utils.js +5 -4
  78. package/cjs/lib/utils.js.map +1 -1
  79. package/components/Autocomplete/__creevey__/Autocomplete.creevey.mts +239 -0
  80. package/components/Button/__creevey__/Button.creevey.mts +251 -0
  81. package/components/Calendar/__creevey__/Calendar.creevey.mts +74 -0
  82. package/components/Checkbox/__creevey__/Checkbox.creevey.mts +243 -0
  83. package/components/ComboBox/__creevey__/ComboBox.creevey.mts +541 -0
  84. package/components/CurrencyInput/__creevey__/CurrencyInput.creevey.mts +81 -0
  85. package/components/DateInput/__creevey__/DateInput.creevey.mts +156 -0
  86. package/components/DatePicker/__creevey__/DatePicker.creevey.mts +209 -0
  87. package/components/Dropdown/__creevey__/Dropdown.creevey.mts +184 -0
  88. package/components/DropdownMenu/__creevey__/DropdownMenu.creevey.mts +263 -0
  89. package/components/FxInput/__creevey__/FxInput.creevey.mts +21 -0
  90. package/components/Group/__creevey__/Group.creevey.mts +19 -0
  91. package/components/Hint/__creevey__/Hint.creevey.mts +68 -0
  92. package/components/Input/__creevey__/Input.creevey.mts +239 -0
  93. package/components/Kebab/__creevey__/Kebab.creevey.mts +147 -0
  94. package/components/Link/__creevey__/Link.creevey.mts +162 -0
  95. package/components/Loader/__creevey__/Loader.creevey.mts +35 -0
  96. package/components/MaskedInput/__creevey__/MaskedInput.creevey.mts +216 -0
  97. package/components/Modal/Modal/Modal.js +4 -16
  98. package/components/Modal/Modal/Modal.js.map +1 -1
  99. package/components/Modal/ModalContext/ModalContext.js.map +1 -1
  100. package/components/Modal/ModalContext.d.ts +3 -3
  101. package/components/Modal/ModalFooter/ModalFooter.js +2 -2
  102. package/components/Modal/ModalFooter/ModalFooter.js.map +1 -1
  103. package/components/Modal/ModalHeader/ModalHeader.js +1 -1
  104. package/components/Modal/ModalHeader/ModalHeader.js.map +1 -1
  105. package/components/Modal/__creevey__/Modal.creevey.mts +281 -0
  106. package/components/Paging/__creevey__/Paging.creevey.mts +97 -0
  107. package/components/PasswordInput/__creevey__/PasswordInput.creevey.mts +38 -0
  108. package/components/Radio/__creevey__/Radio.creevey.mts +28 -0
  109. package/components/RadioGroup/__creevey__/RadioGroup.creevey.mts +86 -0
  110. package/components/ScrollContainer/__creevey__/ScrollContainer.creevey.mts +247 -0
  111. package/components/Select/Select/Select.js +2 -5
  112. package/components/Select/Select/Select.js.map +1 -1
  113. package/components/Select/Select.d.ts +1 -6
  114. package/components/Select/__creevey__/Select.creevey.mts +293 -0
  115. package/components/Select/tids/package.json +6 -0
  116. package/components/Select/tids/tids.js +5 -0
  117. package/components/Select/tids/tids.js.map +1 -0
  118. package/components/Select/tids.d.ts +5 -0
  119. package/components/SidePage/__creevey__/SidePage.creevey.mts +319 -0
  120. package/components/Sticky/__creevey__/Sticky.creevey.mts +98 -0
  121. package/components/Switcher/__creevey__/Switcher.creevey.mts +24 -0
  122. package/components/Tabs/__creevey__/Tabs.creevey.mts +239 -0
  123. package/components/Textarea/__creevey__/Textarea.creevey.mts +177 -0
  124. package/components/Toast/__creevey__/Toast.creevey.mts +54 -0
  125. package/components/Toggle/__creevey__/Toggle.creevey.mts +87 -0
  126. package/components/TokenInput/__creevey__/TokenInput.creevey.mts +414 -0
  127. package/components/Tooltip/__creevey__/Tooltip.creevey.mts +533 -0
  128. package/components/TooltipMenu/__creevey__/TooltipMenu.creevey.mts +131 -0
  129. package/internal/CloseButtonIcon/__creevey__/CloseButtonIcon.creevey.mts +48 -0
  130. package/internal/CustomComboBox/CustomComboBox/CustomComboBox.js +1 -3
  131. package/internal/CustomComboBox/CustomComboBox/CustomComboBox.js.map +1 -1
  132. package/internal/CustomComboBox/CustomComboBox.d.ts +1 -3
  133. package/internal/CustomComboBox/__creevey__/ComboBoxView.creevey.mts +30 -0
  134. package/internal/CustomComboBox/tids/package.json +6 -0
  135. package/internal/CustomComboBox/tids/tids.js +3 -0
  136. package/internal/CustomComboBox/tids/tids.js.map +1 -0
  137. package/internal/CustomComboBox/tids.d.ts +3 -0
  138. package/internal/FileUploaderControl/__creevey__/FileUploaderFile.creevey.mts +25 -0
  139. package/internal/HideBodyVerticalScroll/__creevey__/HideBodyVerticalScroll.creevey.mts +83 -0
  140. package/internal/Menu/__creevey__/Menu.creevey.mts +90 -0
  141. package/internal/PopupMenu/PopupMenu/PopupMenu.js +2 -4
  142. package/internal/PopupMenu/PopupMenu/PopupMenu.js.map +1 -1
  143. package/internal/PopupMenu/PopupMenu.d.ts +1 -5
  144. package/internal/PopupMenu/__creevey__/PopupMenu.creevey.mts +37 -0
  145. package/internal/PopupMenu/tids/package.json +6 -0
  146. package/internal/PopupMenu/tids/tids.js +4 -0
  147. package/internal/PopupMenu/tids/tids.js.map +1 -0
  148. package/internal/PopupMenu/tids.d.ts +4 -0
  149. package/internal/ThemePlayground/__creevey__/ThemeProvider.creevey.mts +68 -0
  150. package/internal/ThemeShowcase/VariablesCollector/VariablesCollector.js +2 -0
  151. package/internal/ThemeShowcase/VariablesCollector/VariablesCollector.js.map +1 -1
  152. package/internal/ZIndex/__creevey__/ZIndex.creevey.mts +228 -0
  153. package/lib/delay/delay.js +6 -0
  154. package/lib/delay/delay.js.map +1 -0
  155. package/lib/delay/package.json +6 -0
  156. package/lib/delay.d.ts +1 -0
  157. package/lib/utils/utils.js +3 -7
  158. package/lib/utils/utils.js.map +1 -1
  159. package/lib/utils.d.ts +3 -3
  160. package/package.json +6 -5
  161. package/cjs/components/Autocomplete/__creevey__/Autocomplete.creevey.js +0 -239
  162. package/cjs/components/Autocomplete/__creevey__/Autocomplete.creevey.js.map +0 -1
  163. package/cjs/components/Button/__creevey__/Button.creevey.js +0 -250
  164. package/cjs/components/Button/__creevey__/Button.creevey.js.map +0 -1
  165. package/cjs/components/Calendar/__creevey__/Calendar.creevey.js +0 -74
  166. package/cjs/components/Calendar/__creevey__/Calendar.creevey.js.map +0 -1
  167. package/cjs/components/Checkbox/__creevey__/Checkbox.creevey.js +0 -242
  168. package/cjs/components/Checkbox/__creevey__/Checkbox.creevey.js.map +0 -1
  169. package/cjs/components/ComboBox/__creevey__/ComboBox.creevey.js +0 -540
  170. package/cjs/components/ComboBox/__creevey__/ComboBox.creevey.js.map +0 -1
  171. package/cjs/components/CurrencyInput/__creevey__/CurrencyInput.creevey.js +0 -81
  172. package/cjs/components/CurrencyInput/__creevey__/CurrencyInput.creevey.js.map +0 -1
  173. package/cjs/components/DateInput/__creevey__/DateInput.creevey.js +0 -155
  174. package/cjs/components/DateInput/__creevey__/DateInput.creevey.js.map +0 -1
  175. package/cjs/components/DatePicker/__creevey__/DatePicker.creevey.js +0 -209
  176. package/cjs/components/DatePicker/__creevey__/DatePicker.creevey.js.map +0 -1
  177. package/cjs/components/Dropdown/__creevey__/Dropdown.creevey.js +0 -184
  178. package/cjs/components/Dropdown/__creevey__/Dropdown.creevey.js.map +0 -1
  179. package/cjs/components/DropdownMenu/__creevey__/DropdownMenu.creevey.js +0 -262
  180. package/cjs/components/DropdownMenu/__creevey__/DropdownMenu.creevey.js.map +0 -1
  181. package/cjs/components/FxInput/__creevey__/FxInput.creevey.js +0 -21
  182. package/cjs/components/FxInput/__creevey__/FxInput.creevey.js.map +0 -1
  183. package/cjs/components/Group/__creevey__/Group.creevey.js +0 -19
  184. package/cjs/components/Group/__creevey__/Group.creevey.js.map +0 -1
  185. package/cjs/components/Hint/__creevey__/Hint.creevey.js +0 -68
  186. package/cjs/components/Hint/__creevey__/Hint.creevey.js.map +0 -1
  187. package/cjs/components/Input/__creevey__/Input.creevey.js +0 -239
  188. package/cjs/components/Input/__creevey__/Input.creevey.js.map +0 -1
  189. package/cjs/components/Kebab/__creevey__/Kebab.creevey.js +0 -146
  190. package/cjs/components/Kebab/__creevey__/Kebab.creevey.js.map +0 -1
  191. package/cjs/components/Link/__creevey__/Link.creevey.js +0 -161
  192. package/cjs/components/Link/__creevey__/Link.creevey.js.map +0 -1
  193. package/cjs/components/Loader/__creevey__/Loader.creevey.js +0 -34
  194. package/cjs/components/Loader/__creevey__/Loader.creevey.js.map +0 -1
  195. package/cjs/components/MaskedInput/__creevey__/MaskedInput.creevey.js +0 -219
  196. package/cjs/components/MaskedInput/__creevey__/MaskedInput.creevey.js.map +0 -1
  197. package/cjs/components/Modal/__creevey__/Modal.creevey.js +0 -258
  198. package/cjs/components/Modal/__creevey__/Modal.creevey.js.map +0 -1
  199. package/cjs/components/Paging/__creevey__/Paging.creevey.js +0 -96
  200. package/cjs/components/Paging/__creevey__/Paging.creevey.js.map +0 -1
  201. package/cjs/components/PasswordInput/__creevey__/PasswordInput.creevey.js +0 -38
  202. package/cjs/components/PasswordInput/__creevey__/PasswordInput.creevey.js.map +0 -1
  203. package/cjs/components/Radio/__creevey__/Radio.creevey.js +0 -27
  204. package/cjs/components/Radio/__creevey__/Radio.creevey.js.map +0 -1
  205. package/cjs/components/RadioGroup/__creevey__/RadioGroup.creevey.js +0 -85
  206. package/cjs/components/RadioGroup/__creevey__/RadioGroup.creevey.js.map +0 -1
  207. package/cjs/components/ScrollContainer/__creevey__/ScrollContainer.creevey.js +0 -247
  208. package/cjs/components/ScrollContainer/__creevey__/ScrollContainer.creevey.js.map +0 -1
  209. package/cjs/components/Select/__creevey__/Select.creevey.js +0 -284
  210. package/cjs/components/Select/__creevey__/Select.creevey.js.map +0 -1
  211. package/cjs/components/SidePage/__creevey__/SidePage.creevey.js +0 -313
  212. package/cjs/components/SidePage/__creevey__/SidePage.creevey.js.map +0 -1
  213. package/cjs/components/Sticky/__creevey__/Sticky.creevey.js +0 -98
  214. package/cjs/components/Sticky/__creevey__/Sticky.creevey.js.map +0 -1
  215. package/cjs/components/Switcher/__creevey__/Switcher.creevey.js +0 -24
  216. package/cjs/components/Switcher/__creevey__/Switcher.creevey.js.map +0 -1
  217. package/cjs/components/Tabs/__creevey__/Tabs.creevey.js +0 -238
  218. package/cjs/components/Tabs/__creevey__/Tabs.creevey.js.map +0 -1
  219. package/cjs/components/Textarea/__creevey__/Textarea.creevey.js +0 -176
  220. package/cjs/components/Textarea/__creevey__/Textarea.creevey.js.map +0 -1
  221. package/cjs/components/Toast/__creevey__/Toast.creevey.js +0 -54
  222. package/cjs/components/Toast/__creevey__/Toast.creevey.js.map +0 -1
  223. package/cjs/components/Toggle/__creevey__/Toggle.creevey.js +0 -87
  224. package/cjs/components/Toggle/__creevey__/Toggle.creevey.js.map +0 -1
  225. package/cjs/components/TokenInput/__creevey__/TokenInput.creevey.js +0 -413
  226. package/cjs/components/TokenInput/__creevey__/TokenInput.creevey.js.map +0 -1
  227. package/cjs/components/Tooltip/__creevey__/Tooltip.creevey.js +0 -534
  228. package/cjs/components/Tooltip/__creevey__/Tooltip.creevey.js.map +0 -1
  229. package/cjs/components/TooltipMenu/__creevey__/TooltipMenu.creevey.js +0 -130
  230. package/cjs/components/TooltipMenu/__creevey__/TooltipMenu.creevey.js.map +0 -1
  231. package/cjs/internal/CloseButtonIcon/__creevey__/CloseButtonIcon.creevey.js +0 -47
  232. package/cjs/internal/CloseButtonIcon/__creevey__/CloseButtonIcon.creevey.js.map +0 -1
  233. package/cjs/internal/CustomComboBox/__creevey__/ComboBoxView.creevey.js +0 -30
  234. package/cjs/internal/CustomComboBox/__creevey__/ComboBoxView.creevey.js.map +0 -1
  235. package/cjs/internal/FileUploaderControl/__creevey__/FileUploaderFile.creevey.js +0 -25
  236. package/cjs/internal/FileUploaderControl/__creevey__/FileUploaderFile.creevey.js.map +0 -1
  237. package/cjs/internal/HideBodyVerticalScroll/__creevey__/HideBodyVerticalScroll.creevey.js +0 -83
  238. package/cjs/internal/HideBodyVerticalScroll/__creevey__/HideBodyVerticalScroll.creevey.js.map +0 -1
  239. package/cjs/internal/Menu/__creevey__/Menu.creevey.js +0 -90
  240. package/cjs/internal/Menu/__creevey__/Menu.creevey.js.map +0 -1
  241. package/cjs/internal/PopupMenu/__creevey__/PopupMenu.creevey.js +0 -37
  242. package/cjs/internal/PopupMenu/__creevey__/PopupMenu.creevey.js.map +0 -1
  243. package/cjs/internal/ThemePlayground/__creevey__/ThemeProvider.creevey.js +0 -68
  244. package/cjs/internal/ThemePlayground/__creevey__/ThemeProvider.creevey.js.map +0 -1
  245. package/cjs/internal/ZIndex/__creevey__/ZIndex.creevey.js +0 -228
  246. package/cjs/internal/ZIndex/__creevey__/ZIndex.creevey.js.map +0 -1
  247. package/cjs/lib/styles/HoldSelectionColor.d.ts +0 -1
  248. package/cjs/lib/styles/HoldSelectionColor.js +0 -9
  249. package/cjs/lib/styles/HoldSelectionColor.js.map +0 -1
  250. package/components/Autocomplete/__creevey__/Autocomplete.creevey/Autocomplete.creevey.js +0 -506
  251. package/components/Autocomplete/__creevey__/Autocomplete.creevey/Autocomplete.creevey.js.map +0 -1
  252. package/components/Autocomplete/__creevey__/Autocomplete.creevey/package.json +0 -6
  253. package/components/Autocomplete/__creevey__/Autocomplete.creevey.d.ts +0 -1
  254. package/components/Button/__creevey__/Button.creevey/Button.creevey.js +0 -396
  255. package/components/Button/__creevey__/Button.creevey/Button.creevey.js.map +0 -1
  256. package/components/Button/__creevey__/Button.creevey/package.json +0 -6
  257. package/components/Button/__creevey__/Button.creevey.d.ts +0 -1
  258. package/components/Calendar/__creevey__/Calendar.creevey/Calendar.creevey.js +0 -138
  259. package/components/Calendar/__creevey__/Calendar.creevey/Calendar.creevey.js.map +0 -1
  260. package/components/Calendar/__creevey__/Calendar.creevey/package.json +0 -6
  261. package/components/Calendar/__creevey__/Calendar.creevey.d.ts +0 -1
  262. package/components/Checkbox/__creevey__/Checkbox.creevey/Checkbox.creevey.js +0 -487
  263. package/components/Checkbox/__creevey__/Checkbox.creevey/Checkbox.creevey.js.map +0 -1
  264. package/components/Checkbox/__creevey__/Checkbox.creevey/package.json +0 -6
  265. package/components/Checkbox/__creevey__/Checkbox.creevey.d.ts +0 -1
  266. package/components/ComboBox/__creevey__/ComboBox.creevey/ComboBox.creevey.js +0 -1043
  267. package/components/ComboBox/__creevey__/ComboBox.creevey/ComboBox.creevey.js.map +0 -1
  268. package/components/ComboBox/__creevey__/ComboBox.creevey/package.json +0 -6
  269. package/components/ComboBox/__creevey__/ComboBox.creevey.d.ts +0 -1
  270. package/components/CurrencyInput/__creevey__/CurrencyInput.creevey/CurrencyInput.creevey.js +0 -114
  271. package/components/CurrencyInput/__creevey__/CurrencyInput.creevey/CurrencyInput.creevey.js.map +0 -1
  272. package/components/CurrencyInput/__creevey__/CurrencyInput.creevey/package.json +0 -6
  273. package/components/CurrencyInput/__creevey__/CurrencyInput.creevey.d.ts +0 -1
  274. package/components/DateInput/__creevey__/DateInput.creevey/DateInput.creevey.js +0 -367
  275. package/components/DateInput/__creevey__/DateInput.creevey/DateInput.creevey.js.map +0 -1
  276. package/components/DateInput/__creevey__/DateInput.creevey/package.json +0 -6
  277. package/components/DateInput/__creevey__/DateInput.creevey.d.ts +0 -1
  278. package/components/DatePicker/__creevey__/DatePicker.creevey/DatePicker.creevey.js +0 -395
  279. package/components/DatePicker/__creevey__/DatePicker.creevey/DatePicker.creevey.js.map +0 -1
  280. package/components/DatePicker/__creevey__/DatePicker.creevey/package.json +0 -6
  281. package/components/DatePicker/__creevey__/DatePicker.creevey.d.ts +0 -1
  282. package/components/Dropdown/__creevey__/Dropdown.creevey/Dropdown.creevey.js +0 -417
  283. package/components/Dropdown/__creevey__/Dropdown.creevey/Dropdown.creevey.js.map +0 -1
  284. package/components/Dropdown/__creevey__/Dropdown.creevey/package.json +0 -6
  285. package/components/Dropdown/__creevey__/Dropdown.creevey.d.ts +0 -1
  286. package/components/DropdownMenu/__creevey__/DropdownMenu.creevey/DropdownMenu.creevey.js +0 -534
  287. package/components/DropdownMenu/__creevey__/DropdownMenu.creevey/DropdownMenu.creevey.js.map +0 -1
  288. package/components/DropdownMenu/__creevey__/DropdownMenu.creevey/package.json +0 -6
  289. package/components/DropdownMenu/__creevey__/DropdownMenu.creevey.d.ts +0 -1
  290. package/components/FxInput/__creevey__/FxInput.creevey/FxInput.creevey.js +0 -62
  291. package/components/FxInput/__creevey__/FxInput.creevey/FxInput.creevey.js.map +0 -1
  292. package/components/FxInput/__creevey__/FxInput.creevey/package.json +0 -6
  293. package/components/FxInput/__creevey__/FxInput.creevey.d.ts +0 -1
  294. package/components/Group/__creevey__/Group.creevey/Group.creevey.js +0 -48
  295. package/components/Group/__creevey__/Group.creevey/Group.creevey.js.map +0 -1
  296. package/components/Group/__creevey__/Group.creevey/package.json +0 -6
  297. package/components/Group/__creevey__/Group.creevey.d.ts +0 -1
  298. package/components/Hint/__creevey__/Hint.creevey/Hint.creevey.js +0 -127
  299. package/components/Hint/__creevey__/Hint.creevey/Hint.creevey.js.map +0 -1
  300. package/components/Hint/__creevey__/Hint.creevey/package.json +0 -6
  301. package/components/Hint/__creevey__/Hint.creevey.d.ts +0 -1
  302. package/components/Input/__creevey__/Input.creevey/Input.creevey.js +0 -517
  303. package/components/Input/__creevey__/Input.creevey/Input.creevey.js.map +0 -1
  304. package/components/Input/__creevey__/Input.creevey/package.json +0 -6
  305. package/components/Input/__creevey__/Input.creevey.d.ts +0 -1
  306. package/components/Kebab/__creevey__/Kebab.creevey/Kebab.creevey.js +0 -278
  307. package/components/Kebab/__creevey__/Kebab.creevey/Kebab.creevey.js.map +0 -1
  308. package/components/Kebab/__creevey__/Kebab.creevey/package.json +0 -6
  309. package/components/Kebab/__creevey__/Kebab.creevey.d.ts +0 -1
  310. package/components/Link/__creevey__/Link.creevey/Link.creevey.js +0 -238
  311. package/components/Link/__creevey__/Link.creevey/Link.creevey.js.map +0 -1
  312. package/components/Link/__creevey__/Link.creevey/package.json +0 -6
  313. package/components/Link/__creevey__/Link.creevey.d.ts +0 -1
  314. package/components/Loader/__creevey__/Loader.creevey/Loader.creevey.js +0 -129
  315. package/components/Loader/__creevey__/Loader.creevey/Loader.creevey.js.map +0 -1
  316. package/components/Loader/__creevey__/Loader.creevey/package.json +0 -6
  317. package/components/Loader/__creevey__/Loader.creevey.d.ts +0 -1
  318. package/components/MaskedInput/__creevey__/MaskedInput.creevey/MaskedInput.creevey.js +0 -405
  319. package/components/MaskedInput/__creevey__/MaskedInput.creevey/MaskedInput.creevey.js.map +0 -1
  320. package/components/MaskedInput/__creevey__/MaskedInput.creevey/package.json +0 -6
  321. package/components/MaskedInput/__creevey__/MaskedInput.creevey.d.ts +0 -1
  322. package/components/Modal/__creevey__/Modal.creevey/Modal.creevey.js +0 -565
  323. package/components/Modal/__creevey__/Modal.creevey/Modal.creevey.js.map +0 -1
  324. package/components/Modal/__creevey__/Modal.creevey/package.json +0 -6
  325. package/components/Modal/__creevey__/Modal.creevey.d.ts +0 -1
  326. package/components/Paging/__creevey__/Paging.creevey/Paging.creevey.js +0 -190
  327. package/components/Paging/__creevey__/Paging.creevey/Paging.creevey.js.map +0 -1
  328. package/components/Paging/__creevey__/Paging.creevey/package.json +0 -6
  329. package/components/Paging/__creevey__/Paging.creevey.d.ts +0 -1
  330. package/components/PasswordInput/__creevey__/PasswordInput.creevey/PasswordInput.creevey.js +0 -83
  331. package/components/PasswordInput/__creevey__/PasswordInput.creevey/PasswordInput.creevey.js.map +0 -1
  332. package/components/PasswordInput/__creevey__/PasswordInput.creevey/package.json +0 -6
  333. package/components/PasswordInput/__creevey__/PasswordInput.creevey.d.ts +0 -1
  334. package/components/Radio/__creevey__/Radio.creevey/Radio.creevey.js +0 -56
  335. package/components/Radio/__creevey__/Radio.creevey/Radio.creevey.js.map +0 -1
  336. package/components/Radio/__creevey__/Radio.creevey/package.json +0 -6
  337. package/components/Radio/__creevey__/Radio.creevey.d.ts +0 -1
  338. package/components/RadioGroup/__creevey__/RadioGroup.creevey/RadioGroup.creevey.js +0 -167
  339. package/components/RadioGroup/__creevey__/RadioGroup.creevey/RadioGroup.creevey.js.map +0 -1
  340. package/components/RadioGroup/__creevey__/RadioGroup.creevey/package.json +0 -6
  341. package/components/RadioGroup/__creevey__/RadioGroup.creevey.d.ts +0 -1
  342. package/components/ScrollContainer/__creevey__/ScrollContainer.creevey/ScrollContainer.creevey.js +0 -488
  343. package/components/ScrollContainer/__creevey__/ScrollContainer.creevey/ScrollContainer.creevey.js.map +0 -1
  344. package/components/ScrollContainer/__creevey__/ScrollContainer.creevey/package.json +0 -6
  345. package/components/ScrollContainer/__creevey__/ScrollContainer.creevey.d.ts +0 -1
  346. package/components/Select/__creevey__/Select.creevey/Select.creevey.js +0 -541
  347. package/components/Select/__creevey__/Select.creevey/Select.creevey.js.map +0 -1
  348. package/components/Select/__creevey__/Select.creevey/package.json +0 -6
  349. package/components/Select/__creevey__/Select.creevey.d.ts +0 -1
  350. package/components/SidePage/__creevey__/SidePage.creevey/SidePage.creevey.js +0 -697
  351. package/components/SidePage/__creevey__/SidePage.creevey/SidePage.creevey.js.map +0 -1
  352. package/components/SidePage/__creevey__/SidePage.creevey/package.json +0 -6
  353. package/components/SidePage/__creevey__/SidePage.creevey.d.ts +0 -1
  354. package/components/Sticky/__creevey__/Sticky.creevey/Sticky.creevey.js +0 -215
  355. package/components/Sticky/__creevey__/Sticky.creevey/Sticky.creevey.js.map +0 -1
  356. package/components/Sticky/__creevey__/Sticky.creevey/package.json +0 -6
  357. package/components/Sticky/__creevey__/Sticky.creevey.d.ts +0 -1
  358. package/components/Switcher/__creevey__/Switcher.creevey/Switcher.creevey.js +0 -58
  359. package/components/Switcher/__creevey__/Switcher.creevey/Switcher.creevey.js.map +0 -1
  360. package/components/Switcher/__creevey__/Switcher.creevey/package.json +0 -6
  361. package/components/Switcher/__creevey__/Switcher.creevey.d.ts +0 -1
  362. package/components/Tabs/__creevey__/Tabs.creevey/Tabs.creevey.js +0 -391
  363. package/components/Tabs/__creevey__/Tabs.creevey/Tabs.creevey.js.map +0 -1
  364. package/components/Tabs/__creevey__/Tabs.creevey/package.json +0 -6
  365. package/components/Tabs/__creevey__/Tabs.creevey.d.ts +0 -1
  366. package/components/Textarea/__creevey__/Textarea.creevey/Textarea.creevey.js +0 -404
  367. package/components/Textarea/__creevey__/Textarea.creevey/Textarea.creevey.js.map +0 -1
  368. package/components/Textarea/__creevey__/Textarea.creevey/package.json +0 -6
  369. package/components/Textarea/__creevey__/Textarea.creevey.d.ts +0 -1
  370. package/components/Toast/__creevey__/Toast.creevey/Toast.creevey.js +0 -70
  371. package/components/Toast/__creevey__/Toast.creevey/Toast.creevey.js.map +0 -1
  372. package/components/Toast/__creevey__/Toast.creevey/package.json +0 -6
  373. package/components/Toast/__creevey__/Toast.creevey.d.ts +0 -1
  374. package/components/Toggle/__creevey__/Toggle.creevey/Toggle.creevey.js +0 -195
  375. package/components/Toggle/__creevey__/Toggle.creevey/Toggle.creevey.js.map +0 -1
  376. package/components/Toggle/__creevey__/Toggle.creevey/package.json +0 -6
  377. package/components/Toggle/__creevey__/Toggle.creevey.d.ts +0 -1
  378. package/components/TokenInput/__creevey__/TokenInput.creevey/TokenInput.creevey.js +0 -635
  379. package/components/TokenInput/__creevey__/TokenInput.creevey/TokenInput.creevey.js.map +0 -1
  380. package/components/TokenInput/__creevey__/TokenInput.creevey/package.json +0 -6
  381. package/components/TokenInput/__creevey__/TokenInput.creevey.d.ts +0 -1
  382. package/components/Tooltip/__creevey__/Tooltip.creevey/Tooltip.creevey.js +0 -1171
  383. package/components/Tooltip/__creevey__/Tooltip.creevey/Tooltip.creevey.js.map +0 -1
  384. package/components/Tooltip/__creevey__/Tooltip.creevey/package.json +0 -6
  385. package/components/Tooltip/__creevey__/Tooltip.creevey.d.ts +0 -1
  386. package/components/TooltipMenu/__creevey__/TooltipMenu.creevey/TooltipMenu.creevey.js +0 -277
  387. package/components/TooltipMenu/__creevey__/TooltipMenu.creevey/TooltipMenu.creevey.js.map +0 -1
  388. package/components/TooltipMenu/__creevey__/TooltipMenu.creevey/package.json +0 -6
  389. package/components/TooltipMenu/__creevey__/TooltipMenu.creevey.d.ts +0 -1
  390. package/internal/CloseButtonIcon/__creevey__/CloseButtonIcon.creevey/CloseButtonIcon.creevey.js +0 -78
  391. package/internal/CloseButtonIcon/__creevey__/CloseButtonIcon.creevey/CloseButtonIcon.creevey.js.map +0 -1
  392. package/internal/CloseButtonIcon/__creevey__/CloseButtonIcon.creevey/package.json +0 -6
  393. package/internal/CloseButtonIcon/__creevey__/CloseButtonIcon.creevey.d.ts +0 -1
  394. package/internal/CustomComboBox/__creevey__/ComboBoxView.creevey/ComboBoxView.creevey.js +0 -58
  395. package/internal/CustomComboBox/__creevey__/ComboBoxView.creevey/ComboBoxView.creevey.js.map +0 -1
  396. package/internal/CustomComboBox/__creevey__/ComboBoxView.creevey/package.json +0 -6
  397. package/internal/CustomComboBox/__creevey__/ComboBoxView.creevey.d.ts +0 -1
  398. package/internal/FileUploaderControl/__creevey__/FileUploaderFile.creevey/FileUploaderFile.creevey.js +0 -41
  399. package/internal/FileUploaderControl/__creevey__/FileUploaderFile.creevey/FileUploaderFile.creevey.js.map +0 -1
  400. package/internal/FileUploaderControl/__creevey__/FileUploaderFile.creevey/package.json +0 -6
  401. package/internal/FileUploaderControl/__creevey__/FileUploaderFile.creevey.d.ts +0 -1
  402. package/internal/HideBodyVerticalScroll/__creevey__/HideBodyVerticalScroll.creevey/HideBodyVerticalScroll.creevey.js +0 -199
  403. package/internal/HideBodyVerticalScroll/__creevey__/HideBodyVerticalScroll.creevey/HideBodyVerticalScroll.creevey.js.map +0 -1
  404. package/internal/HideBodyVerticalScroll/__creevey__/HideBodyVerticalScroll.creevey/package.json +0 -6
  405. package/internal/HideBodyVerticalScroll/__creevey__/HideBodyVerticalScroll.creevey.d.ts +0 -1
  406. package/internal/Menu/__creevey__/Menu.creevey/Menu.creevey.js +0 -196
  407. package/internal/Menu/__creevey__/Menu.creevey/Menu.creevey.js.map +0 -1
  408. package/internal/Menu/__creevey__/Menu.creevey/package.json +0 -6
  409. package/internal/Menu/__creevey__/Menu.creevey.d.ts +0 -1
  410. package/internal/PopupMenu/__creevey__/PopupMenu.creevey/PopupMenu.creevey.js +0 -69
  411. package/internal/PopupMenu/__creevey__/PopupMenu.creevey/PopupMenu.creevey.js.map +0 -1
  412. package/internal/PopupMenu/__creevey__/PopupMenu.creevey/package.json +0 -6
  413. package/internal/PopupMenu/__creevey__/PopupMenu.creevey.d.ts +0 -1
  414. package/internal/ThemePlayground/__creevey__/ThemeProvider.creevey/ThemeProvider.creevey.js +0 -145
  415. package/internal/ThemePlayground/__creevey__/ThemeProvider.creevey/ThemeProvider.creevey.js.map +0 -1
  416. package/internal/ThemePlayground/__creevey__/ThemeProvider.creevey/package.json +0 -6
  417. package/internal/ThemePlayground/__creevey__/ThemeProvider.creevey.d.ts +0 -1
  418. package/internal/ZIndex/__creevey__/ZIndex.creevey/ZIndex.creevey.js +0 -550
  419. package/internal/ZIndex/__creevey__/ZIndex.creevey/ZIndex.creevey.js.map +0 -1
  420. package/internal/ZIndex/__creevey__/ZIndex.creevey/package.json +0 -6
  421. package/internal/ZIndex/__creevey__/ZIndex.creevey.d.ts +0 -1
  422. package/lib/styles/HoldSelectionColor/HoldSelectionColor.js +0 -8
  423. package/lib/styles/HoldSelectionColor/HoldSelectionColor.js.map +0 -1
  424. package/lib/styles/HoldSelectionColor/package.json +0 -6
  425. package/lib/styles/HoldSelectionColor.d.ts +0 -1
  426. /package/{cjs/components/Autocomplete/__creevey__/Autocomplete.creevey.d.ts → components/Autocomplete/__creevey__/Autocomplete.creevey.d.mts} +0 -0
  427. /package/{cjs/components/Button/__creevey__/Button.creevey.d.ts → components/Button/__creevey__/Button.creevey.d.mts} +0 -0
  428. /package/{cjs/components/Calendar/__creevey__/Calendar.creevey.d.ts → components/Calendar/__creevey__/Calendar.creevey.d.mts} +0 -0
  429. /package/{cjs/components/Checkbox/__creevey__/Checkbox.creevey.d.ts → components/Checkbox/__creevey__/Checkbox.creevey.d.mts} +0 -0
  430. /package/{cjs/components/ComboBox/__creevey__/ComboBox.creevey.d.ts → components/ComboBox/__creevey__/ComboBox.creevey.d.mts} +0 -0
  431. /package/{cjs/components/CurrencyInput/__creevey__/CurrencyInput.creevey.d.ts → components/CurrencyInput/__creevey__/CurrencyInput.creevey.d.mts} +0 -0
  432. /package/{cjs/components/DateInput/__creevey__/DateInput.creevey.d.ts → components/DateInput/__creevey__/DateInput.creevey.d.mts} +0 -0
  433. /package/{cjs/components/DatePicker/__creevey__/DatePicker.creevey.d.ts → components/DatePicker/__creevey__/DatePicker.creevey.d.mts} +0 -0
  434. /package/{cjs/components/Dropdown/__creevey__/Dropdown.creevey.d.ts → components/Dropdown/__creevey__/Dropdown.creevey.d.mts} +0 -0
  435. /package/{cjs/components/DropdownMenu/__creevey__/DropdownMenu.creevey.d.ts → components/DropdownMenu/__creevey__/DropdownMenu.creevey.d.mts} +0 -0
  436. /package/{cjs/components/FxInput/__creevey__/FxInput.creevey.d.ts → components/FxInput/__creevey__/FxInput.creevey.d.mts} +0 -0
  437. /package/{cjs/components/Group/__creevey__/Group.creevey.d.ts → components/Group/__creevey__/Group.creevey.d.mts} +0 -0
  438. /package/{cjs/components/Hint/__creevey__/Hint.creevey.d.ts → components/Hint/__creevey__/Hint.creevey.d.mts} +0 -0
  439. /package/{cjs/components/Input/__creevey__/Input.creevey.d.ts → components/Input/__creevey__/Input.creevey.d.mts} +0 -0
  440. /package/{cjs/components/Kebab/__creevey__/Kebab.creevey.d.ts → components/Kebab/__creevey__/Kebab.creevey.d.mts} +0 -0
  441. /package/{cjs/components/Link/__creevey__/Link.creevey.d.ts → components/Link/__creevey__/Link.creevey.d.mts} +0 -0
  442. /package/{cjs/components/Loader/__creevey__/Loader.creevey.d.ts → components/Loader/__creevey__/Loader.creevey.d.mts} +0 -0
  443. /package/{cjs/components/MaskedInput/__creevey__/MaskedInput.creevey.d.ts → components/MaskedInput/__creevey__/MaskedInput.creevey.d.mts} +0 -0
  444. /package/{cjs/components/Modal/__creevey__/Modal.creevey.d.ts → components/Modal/__creevey__/Modal.creevey.d.mts} +0 -0
  445. /package/{cjs/components/Paging/__creevey__/Paging.creevey.d.ts → components/Paging/__creevey__/Paging.creevey.d.mts} +0 -0
  446. /package/{cjs/components/PasswordInput/__creevey__/PasswordInput.creevey.d.ts → components/PasswordInput/__creevey__/PasswordInput.creevey.d.mts} +0 -0
  447. /package/{cjs/components/Radio/__creevey__/Radio.creevey.d.ts → components/Radio/__creevey__/Radio.creevey.d.mts} +0 -0
  448. /package/{cjs/components/RadioGroup/__creevey__/RadioGroup.creevey.d.ts → components/RadioGroup/__creevey__/RadioGroup.creevey.d.mts} +0 -0
  449. /package/{cjs/components/ScrollContainer/__creevey__/ScrollContainer.creevey.d.ts → components/ScrollContainer/__creevey__/ScrollContainer.creevey.d.mts} +0 -0
  450. /package/{cjs/components/Select/__creevey__/Select.creevey.d.ts → components/Select/__creevey__/Select.creevey.d.mts} +0 -0
  451. /package/{cjs/components/SidePage/__creevey__/SidePage.creevey.d.ts → components/SidePage/__creevey__/SidePage.creevey.d.mts} +0 -0
  452. /package/{cjs/components/Sticky/__creevey__/Sticky.creevey.d.ts → components/Sticky/__creevey__/Sticky.creevey.d.mts} +0 -0
  453. /package/{cjs/components/Switcher/__creevey__/Switcher.creevey.d.ts → components/Switcher/__creevey__/Switcher.creevey.d.mts} +0 -0
  454. /package/{cjs/components/Tabs/__creevey__/Tabs.creevey.d.ts → components/Tabs/__creevey__/Tabs.creevey.d.mts} +0 -0
  455. /package/{cjs/components/Textarea/__creevey__/Textarea.creevey.d.ts → components/Textarea/__creevey__/Textarea.creevey.d.mts} +0 -0
  456. /package/{cjs/components/Toast/__creevey__/Toast.creevey.d.ts → components/Toast/__creevey__/Toast.creevey.d.mts} +0 -0
  457. /package/{cjs/components/Toggle/__creevey__/Toggle.creevey.d.ts → components/Toggle/__creevey__/Toggle.creevey.d.mts} +0 -0
  458. /package/{cjs/components/TokenInput/__creevey__/TokenInput.creevey.d.ts → components/TokenInput/__creevey__/TokenInput.creevey.d.mts} +0 -0
  459. /package/{cjs/components/Tooltip/__creevey__/Tooltip.creevey.d.ts → components/Tooltip/__creevey__/Tooltip.creevey.d.mts} +0 -0
  460. /package/{cjs/components/TooltipMenu/__creevey__/TooltipMenu.creevey.d.ts → components/TooltipMenu/__creevey__/TooltipMenu.creevey.d.mts} +0 -0
  461. /package/{cjs/internal/CloseButtonIcon/__creevey__/CloseButtonIcon.creevey.d.ts → internal/CloseButtonIcon/__creevey__/CloseButtonIcon.creevey.d.mts} +0 -0
  462. /package/{cjs/internal/CustomComboBox/__creevey__/ComboBoxView.creevey.d.ts → internal/CustomComboBox/__creevey__/ComboBoxView.creevey.d.mts} +0 -0
  463. /package/{cjs/internal/FileUploaderControl/__creevey__/FileUploaderFile.creevey.d.ts → internal/FileUploaderControl/__creevey__/FileUploaderFile.creevey.d.mts} +0 -0
  464. /package/{cjs/internal/HideBodyVerticalScroll/__creevey__/HideBodyVerticalScroll.creevey.d.ts → internal/HideBodyVerticalScroll/__creevey__/HideBodyVerticalScroll.creevey.d.mts} +0 -0
  465. /package/{cjs/internal/Menu/__creevey__/Menu.creevey.d.ts → internal/Menu/__creevey__/Menu.creevey.d.mts} +0 -0
  466. /package/{cjs/internal/PopupMenu/__creevey__/PopupMenu.creevey.d.ts → internal/PopupMenu/__creevey__/PopupMenu.creevey.d.mts} +0 -0
  467. /package/{cjs/internal/ThemePlayground/__creevey__/ThemeProvider.creevey.d.ts → internal/ThemePlayground/__creevey__/ThemeProvider.creevey.d.mts} +0 -0
  468. /package/{cjs/internal/ZIndex/__creevey__/ZIndex.creevey.d.ts → internal/ZIndex/__creevey__/ZIndex.creevey.d.mts} +0 -0
@@ -1,24 +0,0 @@
1
- "use strict";var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;var _regenerator = _interopRequireDefault(require("@babel/runtime/regenerator"));var _asyncToGenerator2 = _interopRequireDefault(require("@babel/runtime/helpers/asyncToGenerator"));var _creevey = require("creevey");
2
-
3
- (0, _creevey.kind)('Switcher', function () {
4
- (0, _creevey.story)('Horizontal', function () {
5
- (0, _creevey.test)('idle', /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee() {return _regenerator.default.wrap(function _callee$(_context) {while (1) switch (_context.prev = _context.next) {case 0:_context.t0 =
6
- this;_context.next = 3;return this.takeScreenshot();case 3:_context.t1 = _context.sent;_context.next = 6;return _context.t0.expect.call(_context.t0, _context.t1).to.matchImage('idle');case 6:case "end":return _context.stop();}}, _callee, this);}))
7
- );
8
-
9
- (0, _creevey.test)('clicked', /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee2() {return _regenerator.default.wrap(function _callee2$(_context2) {while (1) switch (_context2.prev = _context2.next) {case 0:_context2.next = 2;return (
10
- this.browser.
11
- actions({
12
- bridge: true
13
- }).
14
- click(this.browser.findElement({ css: '[data-comp-name~="Button"]' })).
15
- perform());case 2:_context2.t0 =
16
- this;_context2.next = 5;return this.takeScreenshot();case 5:_context2.t1 = _context2.sent;_context2.next = 8;return _context2.t0.expect.call(_context2.t0, _context2.t1).to.matchImage('clicked');case 8:case "end":return _context2.stop();}}, _callee2, this);}))
17
- );
18
- });
19
- (0, _creevey.story)('WithCustomRenderItems', function (_ref3) {var setStoryParameters = _ref3.setStoryParameters;
20
- setStoryParameters({
21
- skip: { 'chrome only': { in: /^(?!\bchrome2022\b)/ } }
22
- });
23
- });
24
- });
@@ -1 +0,0 @@
1
- {"version":3,"names":["_creevey","require","kind","story","test","_asyncToGenerator2","default","_regenerator","mark","_callee","wrap","_callee$","_context","prev","next","t0","takeScreenshot","t1","sent","expect","call","to","matchImage","stop","_callee2","_callee2$","_context2","browser","actions","bridge","click","findElement","css","perform","_ref3","setStoryParameters","skip","in"],"sources":["Switcher.creevey.ts"],"sourcesContent":["import { story, kind, test } from 'creevey';\n\nkind('Switcher', () => {\n story('Horizontal', () => {\n test('idle', async function () {\n await this.expect(await this.takeScreenshot()).to.matchImage('idle');\n });\n\n test('clicked', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '[data-comp-name~=\"Button\"]' }))\n .perform();\n await this.expect(await this.takeScreenshot()).to.matchImage('clicked');\n });\n });\n story('WithCustomRenderItems', ({ setStoryParameters }) => {\n setStoryParameters({\n skip: { 'chrome only': { in: /^(?!\\bchrome2022\\b)/ } },\n });\n });\n});\n"],"mappings":"+RAAA,IAAAA,QAAA,GAAAC,OAAA;;AAEA,IAAAC,aAAI,EAAC,UAAU,EAAE,YAAM;EACrB,IAAAC,cAAK,EAAC,YAAY,EAAE,YAAM;IACxB,IAAAC,aAAI,EAAC,MAAM,mBAAAC,kBAAA,CAAAC,OAAA,gBAAAC,YAAA,CAAAD,OAAA,CAAAE,IAAA,CAAE,SAAAC,QAAA,UAAAF,YAAA,CAAAD,OAAA,CAAAI,IAAA,UAAAC,SAAAC,QAAA,qBAAAA,QAAA,CAAAC,IAAA,GAAAD,QAAA,CAAAE,IAAA,UAAAF,QAAA,CAAAG,EAAA;YACL,IAAI,CAAAH,QAAA,CAAAE,IAAA,YAAc,IAAI,CAACE,cAAc,CAAC,CAAC,QAAAJ,QAAA,CAAAK,EAAA,GAAAL,QAAA,CAAAM,IAAA,CAAAN,QAAA,CAAAE,IAAA,YAAAF,QAAA,CAAAG,EAAA,CAAlCI,MAAM,CAAAC,IAAA,CAAAR,QAAA,CAAAG,EAAA,EAAAH,QAAA,CAAAK,EAAA,EAA8BI,EAAE,CAACC,UAAU,CAAC,MAAM,2BAAAV,QAAA,CAAAW,IAAA,OAAAd,OAAA,SACpE;IAAA,CAAC;;IAEF,IAAAL,aAAI,EAAC,SAAS,mBAAAC,kBAAA,CAAAC,OAAA,gBAAAC,YAAA,CAAAD,OAAA,CAAAE,IAAA,CAAE,SAAAgB,SAAA,UAAAjB,YAAA,CAAAD,OAAA,CAAAI,IAAA,UAAAe,UAAAC,SAAA,qBAAAA,SAAA,CAAAb,IAAA,GAAAa,SAAA,CAAAZ,IAAA,UAAAY,SAAA,CAAAZ,IAAA;cACR,IAAI,CAACa,OAAO;cACfC,OAAO,CAAC;gBACPC,MAAM,EAAE;cACV,CAAC,CAAC;cACDC,KAAK,CAAC,IAAI,CAACH,OAAO,CAACI,WAAW,CAAC,EAAEC,GAAG,EAAE,4BAA4B,CAAC,CAAC,CAAC,CAAC;cACtEC,OAAO,CAAC,CAAC,SAAAP,SAAA,CAAAX,EAAA;YACN,IAAI,CAAAW,SAAA,CAAAZ,IAAA,YAAc,IAAI,CAACE,cAAc,CAAC,CAAC,QAAAU,SAAA,CAAAT,EAAA,GAAAS,SAAA,CAAAR,IAAA,CAAAQ,SAAA,CAAAZ,IAAA,YAAAY,SAAA,CAAAX,EAAA,CAAlCI,MAAM,CAAAC,IAAA,CAAAM,SAAA,CAAAX,EAAA,EAAAW,SAAA,CAAAT,EAAA,EAA8BI,EAAE,CAACC,UAAU,CAAC,SAAS,2BAAAI,SAAA,CAAAH,IAAA,OAAAC,QAAA,SACvE;IAAA,CAAC;EACJ,CAAC,CAAC;EACF,IAAArB,cAAK,EAAC,uBAAuB,EAAE,UAAA+B,KAAA,EAA4B,KAAzBC,kBAAkB,GAAAD,KAAA,CAAlBC,kBAAkB;IAClDA,kBAAkB,CAAC;MACjBC,IAAI,EAAE,EAAE,aAAa,EAAE,EAAEC,EAAE,EAAE,qBAAqB,CAAC,CAAC,CAAC;IACvD,CAAC,CAAC;EACJ,CAAC,CAAC;AACJ,CAAC,CAAC","ignoreList":[]}
@@ -1,238 +0,0 @@
1
- "use strict";var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;var _regenerator = _interopRequireDefault(require("@babel/runtime/regenerator"));var _asyncToGenerator2 = _interopRequireDefault(require("@babel/runtime/helpers/asyncToGenerator"));var _creevey = require("creevey");
2
-
3
- var _utils = require("../../../lib/utils");
4
-
5
- var tabsSimpleTests = function tabsSimpleTests() {
6
- (0, _creevey.test)('move focus forward', /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee() {return _regenerator.default.wrap(function _callee$(_context) {while (1) switch (_context.prev = _context.next) {case 0:_context.next = 2;return (
7
- this.browser.
8
- actions({
9
- bridge: true
10
- }).
11
- click(this.browser.findElement({ css: '[data-comp-name~="Tab"]:nth-child(1)' })).
12
- perform());case 2:_context.next = 4;return (
13
- this.browser.
14
- actions({
15
- bridge: true
16
- }).
17
- sendKeys(this.keys.ARROW_RIGHT).
18
- pause(500).
19
- sendKeys(this.keys.ARROW_DOWN).
20
- perform());case 4:_context.t0 =
21
- this;_context.next = 7;return this.takeScreenshot();case 7:_context.t1 = _context.sent;_context.next = 10;return _context.t0.expect.call(_context.t0, _context.t1).to.matchImage('move focus forward');case 10:case "end":return _context.stop();}}, _callee, this);}))
22
- );
23
- (0, _creevey.test)('move focus backward', /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee2() {return _regenerator.default.wrap(function _callee2$(_context2) {while (1) switch (_context2.prev = _context2.next) {case 0:_context2.next = 2;return (
24
- this.browser.
25
- actions({
26
- bridge: true
27
- }).
28
- click(this.browser.findElement({ css: '[data-comp-name~="Tab"]:nth-child(3)' })).
29
- perform());case 2:_context2.next = 4;return (
30
- (0, _utils.delay)(1000));case 4:_context2.next = 6;return (
31
- this.browser.
32
- actions({
33
- bridge: true
34
- }).
35
- sendKeys(this.keys.ARROW_LEFT).
36
- perform());case 6:_context2.next = 8;return (
37
- (0, _utils.delay)(1000));case 8:_context2.next = 10;return (
38
- this.browser.
39
- actions({
40
- bridge: true
41
- }).
42
- sendKeys(this.keys.ARROW_UP).
43
- perform());case 10:_context2.t0 =
44
- this;_context2.next = 13;return this.takeScreenshot();case 13:_context2.t1 = _context2.sent;_context2.next = 16;return _context2.t0.expect.call(_context2.t0, _context2.t1).to.matchImage('move focus backward');case 16:case "end":return _context2.stop();}}, _callee2, this);}))
45
- );
46
- (0, _creevey.test)('reset focus after click', /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee3() {return _regenerator.default.wrap(function _callee3$(_context3) {while (1) switch (_context3.prev = _context3.next) {case 0:_context3.next = 2;return (
47
- this.browser.
48
- actions({
49
- bridge: true
50
- }).
51
- click(this.browser.findElement({ css: '[data-comp-name~="Tab"]:nth-child(1)' })).
52
- perform());case 2:_context3.next = 4;return (
53
- this.browser.
54
- actions({
55
- bridge: true
56
- }).
57
- sendKeys(this.keys.ARROW_RIGHT).
58
- pause(500).
59
- click(this.browser.findElement({ css: '[data-comp-name~="Tab"]:nth-child(3)' })).
60
- perform());case 4:_context3.t0 =
61
- this;_context3.next = 7;return this.takeScreenshot();case 7:_context3.t1 = _context3.sent;_context3.next = 10;return _context3.t0.expect.call(_context3.t0, _context3.t1).to.matchImage('reset focus after click');case 10:case "end":return _context3.stop();}}, _callee3, this);}))
62
- );
63
- };
64
- var tabsTests = function tabsTests() {
65
- (0, _creevey.test)('plain', /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee4() {return _regenerator.default.wrap(function _callee4$(_context4) {while (1) switch (_context4.prev = _context4.next) {case 0:_context4.t0 =
66
- this;_context4.next = 3;return this.takeScreenshot();case 3:_context4.t1 = _context4.sent;_context4.next = 6;return _context4.t0.expect.call(_context4.t0, _context4.t1).to.matchImage('plain');case 6:case "end":return _context4.stop();}}, _callee4, this);}))
67
- );
68
-
69
- (0, _creevey.test)('hovered', /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee5() {return _regenerator.default.wrap(function _callee5$(_context5) {while (1) switch (_context5.prev = _context5.next) {case 0:_context5.next = 2;return (
70
- this.browser.
71
- actions({
72
- bridge: true
73
- }).
74
- move({
75
- origin: this.browser.findElement({ css: '[data-comp-name~="Tab"]:nth-child(2)' })
76
- }).
77
- perform());case 2:_context5.t0 =
78
- this;_context5.next = 5;return this.takeScreenshot();case 5:_context5.t1 = _context5.sent;_context5.next = 8;return _context5.t0.expect.call(_context5.t0, _context5.t1).to.matchImage('hovered');case 8:case "end":return _context5.stop();}}, _callee5, this);}))
79
- );
80
-
81
- (0, _creevey.test)('clicked', /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee6() {return _regenerator.default.wrap(function _callee6$(_context6) {while (1) switch (_context6.prev = _context6.next) {case 0:_context6.next = 2;return (
82
- this.browser.
83
- actions({
84
- bridge: true
85
- }).
86
- click(this.browser.findElement({ css: '[data-comp-name~="Tab"]:nth-child(2)' })).
87
- perform());case 2:_context6.t0 =
88
- this;_context6.next = 5;return this.takeScreenshot();case 5:_context6.t1 = _context6.sent;_context6.next = 8;return _context6.t0.expect.call(_context6.t0, _context6.t1).to.matchImage('clicked');case 8:case "end":return _context6.stop();}}, _callee6, this);}))
89
- );
90
-
91
- (0, _creevey.test)('mouseLeave', /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee7() {return _regenerator.default.wrap(function _callee7$(_context7) {while (1) switch (_context7.prev = _context7.next) {case 0:_context7.next = 2;return (
92
- this.browser.
93
- actions({
94
- bridge: true
95
- }).
96
- click(this.browser.findElement({ css: '[data-comp-name~="Tab"]:nth-child(2)' })).
97
- move({
98
- origin: this.browser.findElement({ css: 'body' })
99
- }).
100
- perform());case 2:_context7.t0 =
101
- this;_context7.next = 5;return this.takeScreenshot();case 5:_context7.t1 = _context7.sent;_context7.next = 8;return _context7.t0.expect.call(_context7.t0, _context7.t1).to.matchImage('mouseLeave');case 8:case "end":return _context7.stop();}}, _callee7, this);}))
102
- );
103
-
104
- (0, _creevey.test)('focused', /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee8() {return _regenerator.default.wrap(function _callee8$(_context8) {while (1) switch (_context8.prev = _context8.next) {case 0:_context8.next = 2;return (
105
- this.browser.
106
- actions({
107
- bridge: true
108
- }).
109
- click(this.browser.findElement({ css: '[data-comp-name~="Tab"]:nth-child(2)' })).
110
- move({
111
- origin: this.browser.findElement({ css: 'body' })
112
- }).
113
- click(this.browser.findElement({ css: '[data-comp-name~="Tab"]:nth-child(2)' })).
114
- perform());case 2:_context8.t0 =
115
- this;_context8.next = 5;return this.takeScreenshot();case 5:_context8.t1 = _context8.sent;_context8.next = 8;return _context8.t0.expect.call(_context8.t0, _context8.t1).to.matchImage('focused');case 8:case "end":return _context8.stop();}}, _callee8, this);}))
116
- );
117
-
118
- (0, _creevey.test)('tabPress', /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee9() {return _regenerator.default.wrap(function _callee9$(_context9) {while (1) switch (_context9.prev = _context9.next) {case 0:_context9.next = 2;return (
119
- this.browser.
120
- actions({
121
- bridge: true
122
- }).
123
- click(this.browser.findElement({ css: '[data-comp-name~="Tab"]:nth-child(2)' })).
124
- perform());case 2:_context9.next = 4;return (
125
- (0, _utils.delay)(1000));case 4:_context9.next = 6;return (
126
- this.browser.
127
- actions({
128
- bridge: true
129
- }).
130
- sendKeys(this.keys.TAB).
131
- perform());case 6:_context9.next = 8;return (
132
- (0, _utils.delay)(1000));case 8:_context9.t0 =
133
- this;_context9.next = 11;return this.takeScreenshot();case 11:_context9.t1 = _context9.sent;_context9.next = 14;return _context9.t0.expect.call(_context9.t0, _context9.t1).to.matchImage('tabPress');case 14:case "end":return _context9.stop();}}, _callee9, this);}))
134
- );
135
-
136
- (0, _creevey.test)('enterPress', /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee10() {return _regenerator.default.wrap(function _callee10$(_context10) {while (1) switch (_context10.prev = _context10.next) {case 0:_context10.next = 2;return (
137
- this.browser.
138
- actions({
139
- bridge: true
140
- }).
141
- click(this.browser.findElement({ css: '[data-comp-name~="Tab"]:nth-child(2)' })).
142
- perform());case 2:_context10.next = 4;return (
143
- (0, _utils.delay)(1000));case 4:_context10.next = 6;return (
144
- this.browser.
145
- actions({
146
- bridge: true
147
- }).
148
- sendKeys(this.keys.TAB).
149
- perform());case 6:_context10.next = 8;return (
150
- (0, _utils.delay)(1000));case 8:_context10.next = 10;return (
151
- this.browser.
152
- actions({
153
- bridge: true
154
- }).
155
- sendKeys(this.keys.ENTER).
156
- perform());case 10:_context10.next = 12;return (
157
- (0, _utils.delay)(1000));case 12:_context10.t0 =
158
- this;_context10.next = 15;return this.takeScreenshot();case 15:_context10.t1 = _context10.sent;_context10.next = 18;return _context10.t0.expect.call(_context10.t0, _context10.t1).to.matchImage('enterPress');case 18:case "end":return _context10.stop();}}, _callee10, this);}))
159
- );
160
- };
161
-
162
- (0, _creevey.kind)('Tabs', function () {
163
- (0, _creevey.story)('WithDisabledTab', function () {
164
- tabsTests();
165
- });
166
- (0, _creevey.story)('Simple', function (_ref11) {var setStoryParameters = _ref11.setStoryParameters;
167
- setStoryParameters({
168
- skip: {
169
- 'hover does not work in chrome': {
170
- in: ['chrome2022', 'chrome2022Dark'],
171
- tests: ['hovered']
172
- }
173
- }
174
- });
175
-
176
- tabsTests();
177
- tabsSimpleTests();
178
- });
179
- (0, _creevey.story)('SimpleMedium', function (_ref12) {var setStoryParameters = _ref12.setStoryParameters;
180
- setStoryParameters({
181
- skip: {
182
- 'hover does not work in chrome': {
183
- in: ['chrome2022', 'chrome2022Dark'],
184
- tests: ['hovered']
185
- }
186
- }
187
- });
188
-
189
- tabsTests();
190
- tabsSimpleTests();
191
- });
192
- (0, _creevey.story)('SimpleSmall', function (_ref13) {var setStoryParameters = _ref13.setStoryParameters;
193
- setStoryParameters({
194
- skip: {
195
- 'hover does not work in chrome': {
196
- in: ['chrome2022', 'chrome2022Dark'],
197
- tests: ['hovered']
198
- }
199
- }
200
- });
201
-
202
- tabsTests();
203
- tabsSimpleTests();
204
- });
205
- (0, _creevey.story)('Vertical', function (_ref14) {var setStoryParameters = _ref14.setStoryParameters;
206
- setStoryParameters({
207
- skip: {
208
- 'hover does not work in chrome': {
209
- in: ['chrome2022', 'chrome2022Dark'],
210
- tests: ['hovered', 'enterPress']
211
- }
212
- }
213
- });
214
- tabsTests();
215
- });
216
- (0, _creevey.story)('VerticalMedium', function (_ref15) {var setStoryParameters = _ref15.setStoryParameters;
217
- setStoryParameters({
218
- skip: {
219
- 'hover does not work in chrome': {
220
- in: ['chrome2022', 'chrome2022Dark'],
221
- tests: ['hovered', 'enterPress']
222
- }
223
- }
224
- });
225
- tabsTests();
226
- });
227
- (0, _creevey.story)('VerticalSmall', function (_ref16) {var setStoryParameters = _ref16.setStoryParameters;
228
- setStoryParameters({
229
- skip: {
230
- 'hover does not work in chrome': {
231
- in: ['chrome2022', 'chrome2022Dark'],
232
- tests: ['hovered', 'enterPress']
233
- }
234
- }
235
- });
236
- tabsTests();
237
- });
238
- });
@@ -1 +0,0 @@
1
- {"version":3,"names":["_creevey","require","_utils","tabsSimpleTests","test","_asyncToGenerator2","default","_regenerator","mark","_callee","wrap","_callee$","_context","prev","next","browser","actions","bridge","click","findElement","css","perform","sendKeys","keys","ARROW_RIGHT","pause","ARROW_DOWN","t0","takeScreenshot","t1","sent","expect","call","to","matchImage","stop","_callee2","_callee2$","_context2","delay","ARROW_LEFT","ARROW_UP","_callee3","_callee3$","_context3","tabsTests","_callee4","_callee4$","_context4","_callee5","_callee5$","_context5","move","origin","_callee6","_callee6$","_context6","_callee7","_callee7$","_context7","_callee8","_callee8$","_context8","_callee9","_callee9$","_context9","TAB","_callee10","_callee10$","_context10","ENTER","kind","story","_ref11","setStoryParameters","skip","in","tests","_ref12","_ref13","_ref14","_ref15","_ref16"],"sources":["Tabs.creevey.ts"],"sourcesContent":["import { story, kind, test } from 'creevey';\n\nimport { delay } from '../../../lib/utils';\n\nconst tabsSimpleTests = () => {\n test('move focus forward', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '[data-comp-name~=\"Tab\"]:nth-child(1)' }))\n .perform();\n await this.browser\n .actions({\n bridge: true,\n })\n .sendKeys(this.keys.ARROW_RIGHT)\n .pause(500)\n .sendKeys(this.keys.ARROW_DOWN)\n .perform();\n await this.expect(await this.takeScreenshot()).to.matchImage('move focus forward');\n });\n test('move focus backward', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '[data-comp-name~=\"Tab\"]:nth-child(3)' }))\n .perform();\n await delay(1000);\n await this.browser\n .actions({\n bridge: true,\n })\n .sendKeys(this.keys.ARROW_LEFT)\n .perform();\n await delay(1000);\n await this.browser\n .actions({\n bridge: true,\n })\n .sendKeys(this.keys.ARROW_UP)\n .perform();\n await this.expect(await this.takeScreenshot()).to.matchImage('move focus backward');\n });\n test('reset focus after click', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '[data-comp-name~=\"Tab\"]:nth-child(1)' }))\n .perform();\n await this.browser\n .actions({\n bridge: true,\n })\n .sendKeys(this.keys.ARROW_RIGHT)\n .pause(500)\n .click(this.browser.findElement({ css: '[data-comp-name~=\"Tab\"]:nth-child(3)' }))\n .perform();\n await this.expect(await this.takeScreenshot()).to.matchImage('reset focus after click');\n });\n};\nconst tabsTests = () => {\n test('plain', async function () {\n await this.expect(await this.takeScreenshot()).to.matchImage('plain');\n });\n\n test('hovered', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .move({\n origin: this.browser.findElement({ css: '[data-comp-name~=\"Tab\"]:nth-child(2)' }),\n })\n .perform();\n await this.expect(await this.takeScreenshot()).to.matchImage('hovered');\n });\n\n test('clicked', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '[data-comp-name~=\"Tab\"]:nth-child(2)' }))\n .perform();\n await this.expect(await this.takeScreenshot()).to.matchImage('clicked');\n });\n\n test('mouseLeave', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '[data-comp-name~=\"Tab\"]:nth-child(2)' }))\n .move({\n origin: this.browser.findElement({ css: 'body' }),\n })\n .perform();\n await this.expect(await this.takeScreenshot()).to.matchImage('mouseLeave');\n });\n\n test('focused', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '[data-comp-name~=\"Tab\"]:nth-child(2)' }))\n .move({\n origin: this.browser.findElement({ css: 'body' }),\n })\n .click(this.browser.findElement({ css: '[data-comp-name~=\"Tab\"]:nth-child(2)' }))\n .perform();\n await this.expect(await this.takeScreenshot()).to.matchImage('focused');\n });\n\n test('tabPress', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '[data-comp-name~=\"Tab\"]:nth-child(2)' }))\n .perform();\n await delay(1000);\n await this.browser\n .actions({\n bridge: true,\n })\n .sendKeys(this.keys.TAB)\n .perform();\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage('tabPress');\n });\n\n test('enterPress', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '[data-comp-name~=\"Tab\"]:nth-child(2)' }))\n .perform();\n await delay(1000);\n await this.browser\n .actions({\n bridge: true,\n })\n .sendKeys(this.keys.TAB)\n .perform();\n await delay(1000);\n await this.browser\n .actions({\n bridge: true,\n })\n .sendKeys(this.keys.ENTER)\n .perform();\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage('enterPress');\n });\n};\n\nkind('Tabs', () => {\n story('WithDisabledTab', () => {\n tabsTests();\n });\n story('Simple', ({ setStoryParameters }) => {\n setStoryParameters({\n skip: {\n 'hover does not work in chrome': {\n in: ['chrome2022', 'chrome2022Dark'],\n tests: ['hovered'],\n },\n },\n });\n\n tabsTests();\n tabsSimpleTests();\n });\n story('SimpleMedium', ({ setStoryParameters }) => {\n setStoryParameters({\n skip: {\n 'hover does not work in chrome': {\n in: ['chrome2022', 'chrome2022Dark'],\n tests: ['hovered'],\n },\n },\n });\n\n tabsTests();\n tabsSimpleTests();\n });\n story('SimpleSmall', ({ setStoryParameters }) => {\n setStoryParameters({\n skip: {\n 'hover does not work in chrome': {\n in: ['chrome2022', 'chrome2022Dark'],\n tests: ['hovered'],\n },\n },\n });\n\n tabsTests();\n tabsSimpleTests();\n });\n story('Vertical', ({ setStoryParameters }) => {\n setStoryParameters({\n skip: {\n 'hover does not work in chrome': {\n in: ['chrome2022', 'chrome2022Dark'],\n tests: ['hovered', 'enterPress'],\n },\n },\n });\n tabsTests();\n });\n story('VerticalMedium', ({ setStoryParameters }) => {\n setStoryParameters({\n skip: {\n 'hover does not work in chrome': {\n in: ['chrome2022', 'chrome2022Dark'],\n tests: ['hovered', 'enterPress'],\n },\n },\n });\n tabsTests();\n });\n story('VerticalSmall', ({ setStoryParameters }) => {\n setStoryParameters({\n skip: {\n 'hover does not work in chrome': {\n in: ['chrome2022', 'chrome2022Dark'],\n tests: ['hovered', 'enterPress'],\n },\n },\n });\n tabsTests();\n });\n});\n"],"mappings":"+RAAA,IAAAA,QAAA,GAAAC,OAAA;;AAEA,IAAAC,MAAA,GAAAD,OAAA;;AAEA,IAAME,eAAe,GAAG,SAAlBA,eAAeA,CAAA,EAAS;EAC5B,IAAAC,aAAI,EAAC,oBAAoB,mBAAAC,kBAAA,CAAAC,OAAA,gBAAAC,YAAA,CAAAD,OAAA,CAAAE,IAAA,CAAE,SAAAC,QAAA,UAAAF,YAAA,CAAAD,OAAA,CAAAI,IAAA,UAAAC,SAAAC,QAAA,qBAAAA,QAAA,CAAAC,IAAA,GAAAD,QAAA,CAAAE,IAAA,UAAAF,QAAA,CAAAE,IAAA;YACnB,IAAI,CAACC,OAAO;YACfC,OAAO,CAAC;cACPC,MAAM,EAAE;YACV,CAAC,CAAC;YACDC,KAAK,CAAC,IAAI,CAACH,OAAO,CAACI,WAAW,CAAC,EAAEC,GAAG,EAAE,sCAAsC,CAAC,CAAC,CAAC,CAAC;YAChFC,OAAO,CAAC,CAAC,SAAAT,QAAA,CAAAE,IAAA;YACN,IAAI,CAACC,OAAO;YACfC,OAAO,CAAC;cACPC,MAAM,EAAE;YACV,CAAC,CAAC;YACDK,QAAQ,CAAC,IAAI,CAACC,IAAI,CAACC,WAAW,CAAC;YAC/BC,KAAK,CAAC,GAAG,CAAC;YACVH,QAAQ,CAAC,IAAI,CAACC,IAAI,CAACG,UAAU,CAAC;YAC9BL,OAAO,CAAC,CAAC,SAAAT,QAAA,CAAAe,EAAA;UACN,IAAI,CAAAf,QAAA,CAAAE,IAAA,YAAc,IAAI,CAACc,cAAc,CAAC,CAAC,QAAAhB,QAAA,CAAAiB,EAAA,GAAAjB,QAAA,CAAAkB,IAAA,CAAAlB,QAAA,CAAAE,IAAA,aAAAF,QAAA,CAAAe,EAAA,CAAlCI,MAAM,CAAAC,IAAA,CAAApB,QAAA,CAAAe,EAAA,EAAAf,QAAA,CAAAiB,EAAA,EAA8BI,EAAE,CAACC,UAAU,CAAC,oBAAoB,4BAAAtB,QAAA,CAAAuB,IAAA,OAAA1B,OAAA,SAClF;EAAA,CAAC;EACF,IAAAL,aAAI,EAAC,qBAAqB,mBAAAC,kBAAA,CAAAC,OAAA,gBAAAC,YAAA,CAAAD,OAAA,CAAAE,IAAA,CAAE,SAAA4B,SAAA,UAAA7B,YAAA,CAAAD,OAAA,CAAAI,IAAA,UAAA2B,UAAAC,SAAA,qBAAAA,SAAA,CAAAzB,IAAA,GAAAyB,SAAA,CAAAxB,IAAA,UAAAwB,SAAA,CAAAxB,IAAA;YACpB,IAAI,CAACC,OAAO;YACfC,OAAO,CAAC;cACPC,MAAM,EAAE;YACV,CAAC,CAAC;YACDC,KAAK,CAAC,IAAI,CAACH,OAAO,CAACI,WAAW,CAAC,EAAEC,GAAG,EAAE,sCAAsC,CAAC,CAAC,CAAC,CAAC;YAChFC,OAAO,CAAC,CAAC,SAAAiB,SAAA,CAAAxB,IAAA;YACN,IAAAyB,YAAK,EAAC,IAAI,CAAC,SAAAD,SAAA,CAAAxB,IAAA;YACX,IAAI,CAACC,OAAO;YACfC,OAAO,CAAC;cACPC,MAAM,EAAE;YACV,CAAC,CAAC;YACDK,QAAQ,CAAC,IAAI,CAACC,IAAI,CAACiB,UAAU,CAAC;YAC9BnB,OAAO,CAAC,CAAC,SAAAiB,SAAA,CAAAxB,IAAA;YACN,IAAAyB,YAAK,EAAC,IAAI,CAAC,SAAAD,SAAA,CAAAxB,IAAA;YACX,IAAI,CAACC,OAAO;YACfC,OAAO,CAAC;cACPC,MAAM,EAAE;YACV,CAAC,CAAC;YACDK,QAAQ,CAAC,IAAI,CAACC,IAAI,CAACkB,QAAQ,CAAC;YAC5BpB,OAAO,CAAC,CAAC,UAAAiB,SAAA,CAAAX,EAAA;UACN,IAAI,CAAAW,SAAA,CAAAxB,IAAA,aAAc,IAAI,CAACc,cAAc,CAAC,CAAC,SAAAU,SAAA,CAAAT,EAAA,GAAAS,SAAA,CAAAR,IAAA,CAAAQ,SAAA,CAAAxB,IAAA,aAAAwB,SAAA,CAAAX,EAAA,CAAlCI,MAAM,CAAAC,IAAA,CAAAM,SAAA,CAAAX,EAAA,EAAAW,SAAA,CAAAT,EAAA,EAA8BI,EAAE,CAACC,UAAU,CAAC,qBAAqB,4BAAAI,SAAA,CAAAH,IAAA,OAAAC,QAAA,SACnF;EAAA,CAAC;EACF,IAAAhC,aAAI,EAAC,yBAAyB,mBAAAC,kBAAA,CAAAC,OAAA,gBAAAC,YAAA,CAAAD,OAAA,CAAAE,IAAA,CAAE,SAAAkC,SAAA,UAAAnC,YAAA,CAAAD,OAAA,CAAAI,IAAA,UAAAiC,UAAAC,SAAA,qBAAAA,SAAA,CAAA/B,IAAA,GAAA+B,SAAA,CAAA9B,IAAA,UAAA8B,SAAA,CAAA9B,IAAA;YACxB,IAAI,CAACC,OAAO;YACfC,OAAO,CAAC;cACPC,MAAM,EAAE;YACV,CAAC,CAAC;YACDC,KAAK,CAAC,IAAI,CAACH,OAAO,CAACI,WAAW,CAAC,EAAEC,GAAG,EAAE,sCAAsC,CAAC,CAAC,CAAC,CAAC;YAChFC,OAAO,CAAC,CAAC,SAAAuB,SAAA,CAAA9B,IAAA;YACN,IAAI,CAACC,OAAO;YACfC,OAAO,CAAC;cACPC,MAAM,EAAE;YACV,CAAC,CAAC;YACDK,QAAQ,CAAC,IAAI,CAACC,IAAI,CAACC,WAAW,CAAC;YAC/BC,KAAK,CAAC,GAAG,CAAC;YACVP,KAAK,CAAC,IAAI,CAACH,OAAO,CAACI,WAAW,CAAC,EAAEC,GAAG,EAAE,sCAAsC,CAAC,CAAC,CAAC,CAAC;YAChFC,OAAO,CAAC,CAAC,SAAAuB,SAAA,CAAAjB,EAAA;UACN,IAAI,CAAAiB,SAAA,CAAA9B,IAAA,YAAc,IAAI,CAACc,cAAc,CAAC,CAAC,QAAAgB,SAAA,CAAAf,EAAA,GAAAe,SAAA,CAAAd,IAAA,CAAAc,SAAA,CAAA9B,IAAA,aAAA8B,SAAA,CAAAjB,EAAA,CAAlCI,MAAM,CAAAC,IAAA,CAAAY,SAAA,CAAAjB,EAAA,EAAAiB,SAAA,CAAAf,EAAA,EAA8BI,EAAE,CAACC,UAAU,CAAC,yBAAyB,4BAAAU,SAAA,CAAAT,IAAA,OAAAO,QAAA,SACvF;EAAA,CAAC;AACJ,CAAC;AACD,IAAMG,SAAS,GAAG,SAAZA,SAASA,CAAA,EAAS;EACtB,IAAAzC,aAAI,EAAC,OAAO,mBAAAC,kBAAA,CAAAC,OAAA,gBAAAC,YAAA,CAAAD,OAAA,CAAAE,IAAA,CAAE,SAAAsC,SAAA,UAAAvC,YAAA,CAAAD,OAAA,CAAAI,IAAA,UAAAqC,UAAAC,SAAA,qBAAAA,SAAA,CAAAnC,IAAA,GAAAmC,SAAA,CAAAlC,IAAA,UAAAkC,SAAA,CAAArB,EAAA;UACN,IAAI,CAAAqB,SAAA,CAAAlC,IAAA,YAAc,IAAI,CAACc,cAAc,CAAC,CAAC,QAAAoB,SAAA,CAAAnB,EAAA,GAAAmB,SAAA,CAAAlB,IAAA,CAAAkB,SAAA,CAAAlC,IAAA,YAAAkC,SAAA,CAAArB,EAAA,CAAlCI,MAAM,CAAAC,IAAA,CAAAgB,SAAA,CAAArB,EAAA,EAAAqB,SAAA,CAAAnB,EAAA,EAA8BI,EAAE,CAACC,UAAU,CAAC,OAAO,2BAAAc,SAAA,CAAAb,IAAA,OAAAW,QAAA,SACrE;EAAA,CAAC;;EAEF,IAAA1C,aAAI,EAAC,SAAS,mBAAAC,kBAAA,CAAAC,OAAA,gBAAAC,YAAA,CAAAD,OAAA,CAAAE,IAAA,CAAE,SAAAyC,SAAA,UAAA1C,YAAA,CAAAD,OAAA,CAAAI,IAAA,UAAAwC,UAAAC,SAAA,qBAAAA,SAAA,CAAAtC,IAAA,GAAAsC,SAAA,CAAArC,IAAA,UAAAqC,SAAA,CAAArC,IAAA;YACR,IAAI,CAACC,OAAO;YACfC,OAAO,CAAC;cACPC,MAAM,EAAE;YACV,CAAC,CAAC;YACDmC,IAAI,CAAC;cACJC,MAAM,EAAE,IAAI,CAACtC,OAAO,CAACI,WAAW,CAAC,EAAEC,GAAG,EAAE,sCAAsC,CAAC,CAAC;YAClF,CAAC,CAAC;YACDC,OAAO,CAAC,CAAC,SAAA8B,SAAA,CAAAxB,EAAA;UACN,IAAI,CAAAwB,SAAA,CAAArC,IAAA,YAAc,IAAI,CAACc,cAAc,CAAC,CAAC,QAAAuB,SAAA,CAAAtB,EAAA,GAAAsB,SAAA,CAAArB,IAAA,CAAAqB,SAAA,CAAArC,IAAA,YAAAqC,SAAA,CAAAxB,EAAA,CAAlCI,MAAM,CAAAC,IAAA,CAAAmB,SAAA,CAAAxB,EAAA,EAAAwB,SAAA,CAAAtB,EAAA,EAA8BI,EAAE,CAACC,UAAU,CAAC,SAAS,2BAAAiB,SAAA,CAAAhB,IAAA,OAAAc,QAAA,SACvE;EAAA,CAAC;;EAEF,IAAA7C,aAAI,EAAC,SAAS,mBAAAC,kBAAA,CAAAC,OAAA,gBAAAC,YAAA,CAAAD,OAAA,CAAAE,IAAA,CAAE,SAAA8C,SAAA,UAAA/C,YAAA,CAAAD,OAAA,CAAAI,IAAA,UAAA6C,UAAAC,SAAA,qBAAAA,SAAA,CAAA3C,IAAA,GAAA2C,SAAA,CAAA1C,IAAA,UAAA0C,SAAA,CAAA1C,IAAA;YACR,IAAI,CAACC,OAAO;YACfC,OAAO,CAAC;cACPC,MAAM,EAAE;YACV,CAAC,CAAC;YACDC,KAAK,CAAC,IAAI,CAACH,OAAO,CAACI,WAAW,CAAC,EAAEC,GAAG,EAAE,sCAAsC,CAAC,CAAC,CAAC,CAAC;YAChFC,OAAO,CAAC,CAAC,SAAAmC,SAAA,CAAA7B,EAAA;UACN,IAAI,CAAA6B,SAAA,CAAA1C,IAAA,YAAc,IAAI,CAACc,cAAc,CAAC,CAAC,QAAA4B,SAAA,CAAA3B,EAAA,GAAA2B,SAAA,CAAA1B,IAAA,CAAA0B,SAAA,CAAA1C,IAAA,YAAA0C,SAAA,CAAA7B,EAAA,CAAlCI,MAAM,CAAAC,IAAA,CAAAwB,SAAA,CAAA7B,EAAA,EAAA6B,SAAA,CAAA3B,EAAA,EAA8BI,EAAE,CAACC,UAAU,CAAC,SAAS,2BAAAsB,SAAA,CAAArB,IAAA,OAAAmB,QAAA,SACvE;EAAA,CAAC;;EAEF,IAAAlD,aAAI,EAAC,YAAY,mBAAAC,kBAAA,CAAAC,OAAA,gBAAAC,YAAA,CAAAD,OAAA,CAAAE,IAAA,CAAE,SAAAiD,SAAA,UAAAlD,YAAA,CAAAD,OAAA,CAAAI,IAAA,UAAAgD,UAAAC,SAAA,qBAAAA,SAAA,CAAA9C,IAAA,GAAA8C,SAAA,CAAA7C,IAAA,UAAA6C,SAAA,CAAA7C,IAAA;YACX,IAAI,CAACC,OAAO;YACfC,OAAO,CAAC;cACPC,MAAM,EAAE;YACV,CAAC,CAAC;YACDC,KAAK,CAAC,IAAI,CAACH,OAAO,CAACI,WAAW,CAAC,EAAEC,GAAG,EAAE,sCAAsC,CAAC,CAAC,CAAC,CAAC;YAChFgC,IAAI,CAAC;cACJC,MAAM,EAAE,IAAI,CAACtC,OAAO,CAACI,WAAW,CAAC,EAAEC,GAAG,EAAE,MAAM,CAAC,CAAC;YAClD,CAAC,CAAC;YACDC,OAAO,CAAC,CAAC,SAAAsC,SAAA,CAAAhC,EAAA;UACN,IAAI,CAAAgC,SAAA,CAAA7C,IAAA,YAAc,IAAI,CAACc,cAAc,CAAC,CAAC,QAAA+B,SAAA,CAAA9B,EAAA,GAAA8B,SAAA,CAAA7B,IAAA,CAAA6B,SAAA,CAAA7C,IAAA,YAAA6C,SAAA,CAAAhC,EAAA,CAAlCI,MAAM,CAAAC,IAAA,CAAA2B,SAAA,CAAAhC,EAAA,EAAAgC,SAAA,CAAA9B,EAAA,EAA8BI,EAAE,CAACC,UAAU,CAAC,YAAY,2BAAAyB,SAAA,CAAAxB,IAAA,OAAAsB,QAAA,SAC1E;EAAA,CAAC;;EAEF,IAAArD,aAAI,EAAC,SAAS,mBAAAC,kBAAA,CAAAC,OAAA,gBAAAC,YAAA,CAAAD,OAAA,CAAAE,IAAA,CAAE,SAAAoD,SAAA,UAAArD,YAAA,CAAAD,OAAA,CAAAI,IAAA,UAAAmD,UAAAC,SAAA,qBAAAA,SAAA,CAAAjD,IAAA,GAAAiD,SAAA,CAAAhD,IAAA,UAAAgD,SAAA,CAAAhD,IAAA;YACR,IAAI,CAACC,OAAO;YACfC,OAAO,CAAC;cACPC,MAAM,EAAE;YACV,CAAC,CAAC;YACDC,KAAK,CAAC,IAAI,CAACH,OAAO,CAACI,WAAW,CAAC,EAAEC,GAAG,EAAE,sCAAsC,CAAC,CAAC,CAAC,CAAC;YAChFgC,IAAI,CAAC;cACJC,MAAM,EAAE,IAAI,CAACtC,OAAO,CAACI,WAAW,CAAC,EAAEC,GAAG,EAAE,MAAM,CAAC,CAAC;YAClD,CAAC,CAAC;YACDF,KAAK,CAAC,IAAI,CAACH,OAAO,CAACI,WAAW,CAAC,EAAEC,GAAG,EAAE,sCAAsC,CAAC,CAAC,CAAC,CAAC;YAChFC,OAAO,CAAC,CAAC,SAAAyC,SAAA,CAAAnC,EAAA;UACN,IAAI,CAAAmC,SAAA,CAAAhD,IAAA,YAAc,IAAI,CAACc,cAAc,CAAC,CAAC,QAAAkC,SAAA,CAAAjC,EAAA,GAAAiC,SAAA,CAAAhC,IAAA,CAAAgC,SAAA,CAAAhD,IAAA,YAAAgD,SAAA,CAAAnC,EAAA,CAAlCI,MAAM,CAAAC,IAAA,CAAA8B,SAAA,CAAAnC,EAAA,EAAAmC,SAAA,CAAAjC,EAAA,EAA8BI,EAAE,CAACC,UAAU,CAAC,SAAS,2BAAA4B,SAAA,CAAA3B,IAAA,OAAAyB,QAAA,SACvE;EAAA,CAAC;;EAEF,IAAAxD,aAAI,EAAC,UAAU,mBAAAC,kBAAA,CAAAC,OAAA,gBAAAC,YAAA,CAAAD,OAAA,CAAAE,IAAA,CAAE,SAAAuD,SAAA,UAAAxD,YAAA,CAAAD,OAAA,CAAAI,IAAA,UAAAsD,UAAAC,SAAA,qBAAAA,SAAA,CAAApD,IAAA,GAAAoD,SAAA,CAAAnD,IAAA,UAAAmD,SAAA,CAAAnD,IAAA;YACT,IAAI,CAACC,OAAO;YACfC,OAAO,CAAC;cACPC,MAAM,EAAE;YACV,CAAC,CAAC;YACDC,KAAK,CAAC,IAAI,CAACH,OAAO,CAACI,WAAW,CAAC,EAAEC,GAAG,EAAE,sCAAsC,CAAC,CAAC,CAAC,CAAC;YAChFC,OAAO,CAAC,CAAC,SAAA4C,SAAA,CAAAnD,IAAA;YACN,IAAAyB,YAAK,EAAC,IAAI,CAAC,SAAA0B,SAAA,CAAAnD,IAAA;YACX,IAAI,CAACC,OAAO;YACfC,OAAO,CAAC;cACPC,MAAM,EAAE;YACV,CAAC,CAAC;YACDK,QAAQ,CAAC,IAAI,CAACC,IAAI,CAAC2C,GAAG,CAAC;YACvB7C,OAAO,CAAC,CAAC,SAAA4C,SAAA,CAAAnD,IAAA;YACN,IAAAyB,YAAK,EAAC,IAAI,CAAC,SAAA0B,SAAA,CAAAtC,EAAA;UACX,IAAI,CAAAsC,SAAA,CAAAnD,IAAA,aAAc,IAAI,CAACc,cAAc,CAAC,CAAC,SAAAqC,SAAA,CAAApC,EAAA,GAAAoC,SAAA,CAAAnC,IAAA,CAAAmC,SAAA,CAAAnD,IAAA,aAAAmD,SAAA,CAAAtC,EAAA,CAAlCI,MAAM,CAAAC,IAAA,CAAAiC,SAAA,CAAAtC,EAAA,EAAAsC,SAAA,CAAApC,EAAA,EAA8BI,EAAE,CAACC,UAAU,CAAC,UAAU,4BAAA+B,SAAA,CAAA9B,IAAA,OAAA4B,QAAA,SACxE;EAAA,CAAC;;EAEF,IAAA3D,aAAI,EAAC,YAAY,mBAAAC,kBAAA,CAAAC,OAAA,gBAAAC,YAAA,CAAAD,OAAA,CAAAE,IAAA,CAAE,SAAA2D,UAAA,UAAA5D,YAAA,CAAAD,OAAA,CAAAI,IAAA,UAAA0D,WAAAC,UAAA,qBAAAA,UAAA,CAAAxD,IAAA,GAAAwD,UAAA,CAAAvD,IAAA,UAAAuD,UAAA,CAAAvD,IAAA;YACX,IAAI,CAACC,OAAO;YACfC,OAAO,CAAC;cACPC,MAAM,EAAE;YACV,CAAC,CAAC;YACDC,KAAK,CAAC,IAAI,CAACH,OAAO,CAACI,WAAW,CAAC,EAAEC,GAAG,EAAE,sCAAsC,CAAC,CAAC,CAAC,CAAC;YAChFC,OAAO,CAAC,CAAC,SAAAgD,UAAA,CAAAvD,IAAA;YACN,IAAAyB,YAAK,EAAC,IAAI,CAAC,SAAA8B,UAAA,CAAAvD,IAAA;YACX,IAAI,CAACC,OAAO;YACfC,OAAO,CAAC;cACPC,MAAM,EAAE;YACV,CAAC,CAAC;YACDK,QAAQ,CAAC,IAAI,CAACC,IAAI,CAAC2C,GAAG,CAAC;YACvB7C,OAAO,CAAC,CAAC,SAAAgD,UAAA,CAAAvD,IAAA;YACN,IAAAyB,YAAK,EAAC,IAAI,CAAC,SAAA8B,UAAA,CAAAvD,IAAA;YACX,IAAI,CAACC,OAAO;YACfC,OAAO,CAAC;cACPC,MAAM,EAAE;YACV,CAAC,CAAC;YACDK,QAAQ,CAAC,IAAI,CAACC,IAAI,CAAC+C,KAAK,CAAC;YACzBjD,OAAO,CAAC,CAAC,UAAAgD,UAAA,CAAAvD,IAAA;YACN,IAAAyB,YAAK,EAAC,IAAI,CAAC,UAAA8B,UAAA,CAAA1C,EAAA;UACX,IAAI,CAAA0C,UAAA,CAAAvD,IAAA,aAAc,IAAI,CAACc,cAAc,CAAC,CAAC,SAAAyC,UAAA,CAAAxC,EAAA,GAAAwC,UAAA,CAAAvC,IAAA,CAAAuC,UAAA,CAAAvD,IAAA,aAAAuD,UAAA,CAAA1C,EAAA,CAAlCI,MAAM,CAAAC,IAAA,CAAAqC,UAAA,CAAA1C,EAAA,EAAA0C,UAAA,CAAAxC,EAAA,EAA8BI,EAAE,CAACC,UAAU,CAAC,YAAY,4BAAAmC,UAAA,CAAAlC,IAAA,OAAAgC,SAAA,SAC1E;EAAA,CAAC;AACJ,CAAC;;AAED,IAAAI,aAAI,EAAC,MAAM,EAAE,YAAM;EACjB,IAAAC,cAAK,EAAC,iBAAiB,EAAE,YAAM;IAC7B3B,SAAS,CAAC,CAAC;EACb,CAAC,CAAC;EACF,IAAA2B,cAAK,EAAC,QAAQ,EAAE,UAAAC,MAAA,EAA4B,KAAzBC,kBAAkB,GAAAD,MAAA,CAAlBC,kBAAkB;IACnCA,kBAAkB,CAAC;MACjBC,IAAI,EAAE;QACJ,+BAA+B,EAAE;UAC/BC,EAAE,EAAE,CAAC,YAAY,EAAE,gBAAgB,CAAC;UACpCC,KAAK,EAAE,CAAC,SAAS;QACnB;MACF;IACF,CAAC,CAAC;;IAEFhC,SAAS,CAAC,CAAC;IACX1C,eAAe,CAAC,CAAC;EACnB,CAAC,CAAC;EACF,IAAAqE,cAAK,EAAC,cAAc,EAAE,UAAAM,MAAA,EAA4B,KAAzBJ,kBAAkB,GAAAI,MAAA,CAAlBJ,kBAAkB;IACzCA,kBAAkB,CAAC;MACjBC,IAAI,EAAE;QACJ,+BAA+B,EAAE;UAC/BC,EAAE,EAAE,CAAC,YAAY,EAAE,gBAAgB,CAAC;UACpCC,KAAK,EAAE,CAAC,SAAS;QACnB;MACF;IACF,CAAC,CAAC;;IAEFhC,SAAS,CAAC,CAAC;IACX1C,eAAe,CAAC,CAAC;EACnB,CAAC,CAAC;EACF,IAAAqE,cAAK,EAAC,aAAa,EAAE,UAAAO,MAAA,EAA4B,KAAzBL,kBAAkB,GAAAK,MAAA,CAAlBL,kBAAkB;IACxCA,kBAAkB,CAAC;MACjBC,IAAI,EAAE;QACJ,+BAA+B,EAAE;UAC/BC,EAAE,EAAE,CAAC,YAAY,EAAE,gBAAgB,CAAC;UACpCC,KAAK,EAAE,CAAC,SAAS;QACnB;MACF;IACF,CAAC,CAAC;;IAEFhC,SAAS,CAAC,CAAC;IACX1C,eAAe,CAAC,CAAC;EACnB,CAAC,CAAC;EACF,IAAAqE,cAAK,EAAC,UAAU,EAAE,UAAAQ,MAAA,EAA4B,KAAzBN,kBAAkB,GAAAM,MAAA,CAAlBN,kBAAkB;IACrCA,kBAAkB,CAAC;MACjBC,IAAI,EAAE;QACJ,+BAA+B,EAAE;UAC/BC,EAAE,EAAE,CAAC,YAAY,EAAE,gBAAgB,CAAC;UACpCC,KAAK,EAAE,CAAC,SAAS,EAAE,YAAY;QACjC;MACF;IACF,CAAC,CAAC;IACFhC,SAAS,CAAC,CAAC;EACb,CAAC,CAAC;EACF,IAAA2B,cAAK,EAAC,gBAAgB,EAAE,UAAAS,MAAA,EAA4B,KAAzBP,kBAAkB,GAAAO,MAAA,CAAlBP,kBAAkB;IAC3CA,kBAAkB,CAAC;MACjBC,IAAI,EAAE;QACJ,+BAA+B,EAAE;UAC/BC,EAAE,EAAE,CAAC,YAAY,EAAE,gBAAgB,CAAC;UACpCC,KAAK,EAAE,CAAC,SAAS,EAAE,YAAY;QACjC;MACF;IACF,CAAC,CAAC;IACFhC,SAAS,CAAC,CAAC;EACb,CAAC,CAAC;EACF,IAAA2B,cAAK,EAAC,eAAe,EAAE,UAAAU,MAAA,EAA4B,KAAzBR,kBAAkB,GAAAQ,MAAA,CAAlBR,kBAAkB;IAC1CA,kBAAkB,CAAC;MACjBC,IAAI,EAAE;QACJ,+BAA+B,EAAE;UAC/BC,EAAE,EAAE,CAAC,YAAY,EAAE,gBAAgB,CAAC;UACpCC,KAAK,EAAE,CAAC,SAAS,EAAE,YAAY;QACjC;MACF;IACF,CAAC,CAAC;IACFhC,SAAS,CAAC,CAAC;EACb,CAAC,CAAC;AACJ,CAAC,CAAC","ignoreList":[]}
@@ -1,176 +0,0 @@
1
- "use strict";var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;var _regenerator = _interopRequireDefault(require("@babel/runtime/regenerator"));var _asyncToGenerator2 = _interopRequireDefault(require("@babel/runtime/helpers/asyncToGenerator"));var _creevey = require("creevey");
2
-
3
- var _utils = require("../../../lib/utils");
4
-
5
- (0, _creevey.kind)('Textarea', function () {
6
- (0, _creevey.story)('DifferentStates', function () {
7
- (0, _creevey.test)('Plain', /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee() {return _regenerator.default.wrap(function _callee$(_context) {while (1) switch (_context.prev = _context.next) {case 0:_context.next = 2;return (
8
- (0, _utils.delay)(1000));case 2:_context.t0 =
9
- this;_context.next = 5;return this.takeScreenshot();case 5:_context.t1 = _context.sent;_context.next = 8;return _context.t0.expect.call(_context.t0, _context.t1).to.matchImage('Plain');case 8:case "end":return _context.stop();}}, _callee, this);}))
10
- );
11
-
12
- (0, _creevey.test)('Focus', /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee2() {return _regenerator.default.wrap(function _callee2$(_context2) {while (1) switch (_context2.prev = _context2.next) {case 0:_context2.next = 2;return (
13
- this.browser.
14
- actions({
15
- bridge: true
16
- }).
17
- click(this.browser.findElement({ css: '#TextareaPlain textarea' })).
18
- perform());case 2:_context2.next = 4;return (
19
- (0, _utils.delay)(1000));case 4:_context2.t0 =
20
- this;_context2.next = 7;return this.takeScreenshot();case 7:_context2.t1 = _context2.sent;_context2.next = 10;return _context2.t0.expect.call(_context2.t0, _context2.t1).to.matchImage('Focus');case 10:case "end":return _context2.stop();}}, _callee2, this);}))
21
- );
22
-
23
- (0, _creevey.test)('FocusedByTab', /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee3() {return _regenerator.default.wrap(function _callee3$(_context3) {while (1) switch (_context3.prev = _context3.next) {case 0:_context3.next = 2;return (
24
- this.browser.
25
- actions({
26
- bridge: true
27
- }).
28
- move({ x: 0, y: 0 }).
29
- click().
30
- sendKeys(this.keys.TAB).
31
- sendKeys(this.keys.TAB).
32
- perform());case 2:_context3.next = 4;return (
33
- (0, _utils.delay)(1000));case 4:_context3.t0 =
34
- this;_context3.next = 7;return this.takeScreenshot();case 7:_context3.t1 = _context3.sent;_context3.next = 10;return _context3.t0.expect.call(_context3.t0, _context3.t1).to.matchImage('Focused by tab');case 10:case "end":return _context3.stop();}}, _callee3, this);}))
35
- );
36
-
37
- (0, _creevey.test)('Typed', /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee4() {return _regenerator.default.wrap(function _callee4$(_context4) {while (1) switch (_context4.prev = _context4.next) {case 0:_context4.next = 2;return (
38
- this.browser.
39
- actions({
40
- bridge: true
41
- }).
42
- click(this.browser.findElement({ css: '#TextareaPlain textarea' })).
43
- sendKeys('Test...').
44
- perform());case 2:_context4.next = 4;return (
45
- (0, _utils.delay)(1000));case 4:_context4.t0 =
46
- this;_context4.next = 7;return this.takeScreenshot();case 7:_context4.t1 = _context4.sent;_context4.next = 10;return _context4.t0.expect.call(_context4.t0, _context4.t1).to.matchImage('Typed');case 10:case "end":return _context4.stop();}}, _callee4, this);}))
47
- );
48
- });
49
-
50
- (0, _creevey.story)('AutoresizableTextareaStory', function () {
51
- (0, _creevey.test)('autoresize', /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee5() {var _this = this;var textArea, before, addText, collapse;return _regenerator.default.wrap(function _callee5$(_context5) {while (1) switch (_context5.prev = _context5.next) {case 0:
52
- textArea = function textArea() {return _this.browser.findElement({ css: '[data-tid~="TextArea"]' });};_context5.next = 3;return (
53
- textArea().takeScreenshot());case 3:before = _context5.sent;_context5.next = 6;return (
54
- this.browser.
55
- actions({
56
- bridge: true
57
- }).
58
- click(this.browser.findElement({ css: '[data-tid~="AddButton"]' })).
59
- pause(500).
60
- perform());case 6:_context5.next = 8;return (
61
- textArea().takeScreenshot());case 8:addText = _context5.sent;_context5.next = 11;return (
62
- this.browser.
63
- actions({
64
- bridge: true
65
- }).
66
- click(this.browser.findElement({ css: '[data-tid~="CollapseButton"]' })).
67
- pause(500).
68
- perform());case 11:_context5.next = 13;return (
69
- textArea().takeScreenshot());case 13:collapse = _context5.sent;_context5.next = 16;return (
70
- this.expect({ before: before, addText: addText, collapse: collapse }).to.matchImages());case 16:case "end":return _context5.stop();}}, _callee5, this);}))
71
- );
72
- });
73
-
74
- (0, _creevey.story)('SelectAllByProp', function () {
75
- (0, _creevey.test)('Plain', /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee6() {return _regenerator.default.wrap(function _callee6$(_context6) {while (1) switch (_context6.prev = _context6.next) {case 0:_context6.next = 2;return (
76
- (0, _utils.delay)(1000));case 2:_context6.t0 =
77
- this;_context6.next = 5;return this.takeScreenshot();case 5:_context6.t1 = _context6.sent;_context6.next = 8;return _context6.t0.expect.call(_context6.t0, _context6.t1).to.matchImage('Plain');case 8:case "end":return _context6.stop();}}, _callee6, this);}))
78
- );
79
-
80
- (0, _creevey.test)('Focused', /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee7() {return _regenerator.default.wrap(function _callee7$(_context7) {while (1) switch (_context7.prev = _context7.next) {case 0:_context7.next = 2;return (
81
- this.browser.
82
- actions({
83
- bridge: true
84
- }).
85
- click(this.browser.findElement({ css: 'label' })).
86
- pause(500).
87
- perform());case 2:_context7.next = 4;return (
88
- (0, _utils.delay)(1000));case 4:_context7.t0 =
89
- this;_context7.next = 7;return this.takeScreenshot();case 7:_context7.t1 = _context7.sent;_context7.next = 10;return _context7.t0.expect.call(_context7.t0, _context7.t1).to.matchImage('Focused');case 10:case "end":return _context7.stop();}}, _callee7, this);}))
90
- );
91
- });
92
-
93
- (0, _creevey.story)('SelectAllByButton', function () {
94
- (0, _creevey.test)('Plain', /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee8() {return _regenerator.default.wrap(function _callee8$(_context8) {while (1) switch (_context8.prev = _context8.next) {case 0:_context8.next = 2;return (
95
- (0, _utils.delay)(1000));case 2:_context8.t0 =
96
- this;_context8.next = 5;return this.takeScreenshot();case 5:_context8.t1 = _context8.sent;_context8.next = 8;return _context8.t0.expect.call(_context8.t0, _context8.t1).to.matchImage('Plain');case 8:case "end":return _context8.stop();}}, _callee8, this);}))
97
- );
98
-
99
- (0, _creevey.test)('Selected', /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee9() {return _regenerator.default.wrap(function _callee9$(_context9) {while (1) switch (_context9.prev = _context9.next) {case 0:_context9.next = 2;return (
100
- this.browser.
101
- actions({
102
- bridge: true
103
- }).
104
- click(this.browser.findElement({ css: '[data-tid="select-all"]' })).
105
- pause(500).
106
- perform());case 2:_context9.next = 4;return (
107
- (0, _utils.delay)(1000));case 4:_context9.t0 =
108
- this;_context9.next = 7;return this.takeScreenshot();case 7:_context9.t1 = _context9.sent;_context9.next = 10;return _context9.t0.expect.call(_context9.t0, _context9.t1).to.matchImage('Selected');case 10:case "end":return _context9.stop();}}, _callee9, this);}))
109
- );
110
- });
111
-
112
- (0, _creevey.story)('TextareaWithCounters', function (_ref10) {var setStoryParameters = _ref10.setStoryParameters;
113
- setStoryParameters({
114
- skip: {
115
- 'flacky scrollbars height': {
116
- in: ['firefox', 'firefox8px', 'firefoxFlat8px', 'firefoxDark']
117
- }
118
- }
119
- });
120
-
121
- (0, _creevey.test)('Plain', /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee10() {return _regenerator.default.wrap(function _callee10$(_context10) {while (1) switch (_context10.prev = _context10.next) {case 0:_context10.next = 2;return (
122
- (0, _utils.delay)(1000));case 2:_context10.t0 =
123
- this;_context10.next = 5;return this.takeScreenshot();case 5:_context10.t1 = _context10.sent;_context10.next = 8;return _context10.t0.expect.call(_context10.t0, _context10.t1).to.matchImage('Plain');case 8:case "end":return _context10.stop();}}, _callee10, this);}))
124
- );
125
-
126
- (0, _creevey.test)('Focus', /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee11() {return _regenerator.default.wrap(function _callee11$(_context11) {while (1) switch (_context11.prev = _context11.next) {case 0:_context11.next = 2;return (
127
- this.browser.
128
- actions({
129
- bridge: true
130
- }).
131
- click(this.browser.findElement({ css: '#CounterPlain textarea' })).
132
- perform());case 2:_context11.next = 4;return (
133
- (0, _utils.delay)(1000));case 4:_context11.t0 =
134
- this;_context11.next = 7;return this.takeScreenshot();case 7:_context11.t1 = _context11.sent;_context11.next = 10;return _context11.t0.expect.call(_context11.t0, _context11.t1).to.matchImage('Focus');case 10:case "end":return _context11.stop();}}, _callee11, this);}))
135
- );
136
-
137
- (0, _creevey.test)('FocusAutoresize', /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee12() {return _regenerator.default.wrap(function _callee12$(_context12) {while (1) switch (_context12.prev = _context12.next) {case 0:_context12.next = 2;return (
138
- this.browser.
139
- actions({
140
- bridge: true
141
- }).
142
- click(this.browser.findElement({ css: '#CounterAutoresizeTextarea textarea' })).
143
- perform());case 2:_context12.next = 4;return (
144
- (0, _utils.delay)(1000));case 4:_context12.t0 =
145
- this;_context12.next = 7;return this.takeScreenshot();case 7:_context12.t1 = _context12.sent;_context12.next = 10;return _context12.t0.expect.call(_context12.t0, _context12.t1).to.matchImage('FocusAutoresize');case 10:case "end":return _context12.stop();}}, _callee12, this);}))
146
- );
147
-
148
- (0, _creevey.test)('FocusWithHelpClosed', /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee13() {return _regenerator.default.wrap(function _callee13$(_context13) {while (1) switch (_context13.prev = _context13.next) {case 0:_context13.next = 2;return (
149
- this.browser.
150
- actions({
151
- bridge: true
152
- }).
153
- click(this.browser.findElement({ css: '#CounterWithHelp textarea' })).
154
- perform());case 2:_context13.next = 4;return (
155
- (0, _utils.delay)(1000));case 4:_context13.t0 =
156
- this;_context13.next = 7;return this.takeScreenshot();case 7:_context13.t1 = _context13.sent;_context13.next = 10;return _context13.t0.expect.call(_context13.t0, _context13.t1).to.matchImage('CounterWithHelp');case 10:case "end":return _context13.stop();}}, _callee13, this);}))
157
- );
158
-
159
- (0, _creevey.test)('FocusWithHelpOpened', /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee14() {return _regenerator.default.wrap(function _callee14$(_context14) {while (1) switch (_context14.prev = _context14.next) {case 0:_context14.next = 2;return (
160
- this.browser.
161
- actions({
162
- bridge: true
163
- }).
164
- click(this.browser.findElement({ css: '#CounterWithHelp textarea' })).
165
- perform());case 2:_context14.next = 4;return (
166
- this.browser.
167
- actions({
168
- bridge: true
169
- }).
170
- click(this.browser.findElement({ css: "svg" })).
171
- perform());case 4:_context14.next = 6;return (
172
- (0, _utils.delay)(1000));case 6:_context14.t0 =
173
- this;_context14.next = 9;return this.takeScreenshot();case 9:_context14.t1 = _context14.sent;_context14.next = 12;return _context14.t0.expect.call(_context14.t0, _context14.t1).to.matchImage('CounterWithHelpOpened');case 12:case "end":return _context14.stop();}}, _callee14, this);}))
174
- );
175
- });
176
- });
@@ -1 +0,0 @@
1
- {"version":3,"names":["_creevey","require","_utils","kind","story","test","_asyncToGenerator2","default","_regenerator","mark","_callee","wrap","_callee$","_context","prev","next","delay","t0","takeScreenshot","t1","sent","expect","call","to","matchImage","stop","_callee2","_callee2$","_context2","browser","actions","bridge","click","findElement","css","perform","_callee3","_callee3$","_context3","move","x","y","sendKeys","keys","TAB","_callee4","_callee4$","_context4","_callee5","_this","textArea","before","addText","collapse","_callee5$","_context5","pause","matchImages","_callee6","_callee6$","_context6","_callee7","_callee7$","_context7","_callee8","_callee8$","_context8","_callee9","_callee9$","_context9","_ref10","setStoryParameters","skip","in","_callee10","_callee10$","_context10","_callee11","_callee11$","_context11","_callee12","_callee12$","_context12","_callee13","_callee13$","_context13","_callee14","_callee14$","_context14"],"sources":["Textarea.creevey.ts"],"sourcesContent":["import { story, kind, test } from 'creevey';\n\nimport { delay } from '../../../lib/utils';\n\nkind('Textarea', () => {\n story('DifferentStates', () => {\n test('Plain', async function () {\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage('Plain');\n });\n\n test('Focus', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '#TextareaPlain textarea' }))\n .perform();\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage('Focus');\n });\n\n test('FocusedByTab', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .move({ x: 0, y: 0 })\n .click()\n .sendKeys(this.keys.TAB)\n .sendKeys(this.keys.TAB)\n .perform();\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage('Focused by tab');\n });\n\n test('Typed', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '#TextareaPlain textarea' }))\n .sendKeys('Test...')\n .perform();\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage('Typed');\n });\n });\n\n story('AutoresizableTextareaStory', () => {\n test('autoresize', async function () {\n const textArea = () => this.browser.findElement({ css: '[data-tid~=\"TextArea\"]' });\n const before = await textArea().takeScreenshot();\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '[data-tid~=\"AddButton\"]' }))\n .pause(500)\n .perform();\n const addText = await textArea().takeScreenshot();\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '[data-tid~=\"CollapseButton\"]' }))\n .pause(500)\n .perform();\n const collapse = await textArea().takeScreenshot();\n await this.expect({ before, addText, collapse }).to.matchImages();\n });\n });\n\n story('SelectAllByProp', () => {\n test('Plain', async function () {\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage('Plain');\n });\n\n test('Focused', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: 'label' }))\n .pause(500)\n .perform();\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage('Focused');\n });\n });\n\n story('SelectAllByButton', () => {\n test('Plain', async function () {\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage('Plain');\n });\n\n test('Selected', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '[data-tid=\"select-all\"]' }))\n .pause(500)\n .perform();\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage('Selected');\n });\n });\n\n story('TextareaWithCounters', ({ setStoryParameters }) => {\n setStoryParameters({\n skip: {\n 'flacky scrollbars height': {\n in: ['firefox', 'firefox8px', 'firefoxFlat8px', 'firefoxDark'],\n },\n },\n });\n\n test('Plain', async function () {\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage('Plain');\n });\n\n test('Focus', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '#CounterPlain textarea' }))\n .perform();\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage('Focus');\n });\n\n test('FocusAutoresize', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '#CounterAutoresizeTextarea textarea' }))\n .perform();\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage('FocusAutoresize');\n });\n\n test('FocusWithHelpClosed', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '#CounterWithHelp textarea' }))\n .perform();\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage('CounterWithHelp');\n });\n\n test('FocusWithHelpOpened', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '#CounterWithHelp textarea' }))\n .perform();\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: `svg` }))\n .perform();\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage('CounterWithHelpOpened');\n });\n });\n});\n"],"mappings":"+RAAA,IAAAA,QAAA,GAAAC,OAAA;;AAEA,IAAAC,MAAA,GAAAD,OAAA;;AAEA,IAAAE,aAAI,EAAC,UAAU,EAAE,YAAM;EACrB,IAAAC,cAAK,EAAC,iBAAiB,EAAE,YAAM;IAC7B,IAAAC,aAAI,EAAC,OAAO,mBAAAC,kBAAA,CAAAC,OAAA,gBAAAC,YAAA,CAAAD,OAAA,CAAAE,IAAA,CAAE,SAAAC,QAAA,UAAAF,YAAA,CAAAD,OAAA,CAAAI,IAAA,UAAAC,SAAAC,QAAA,qBAAAA,QAAA,CAAAC,IAAA,GAAAD,QAAA,CAAAE,IAAA,UAAAF,QAAA,CAAAE,IAAA;cACN,IAAAC,YAAK,EAAC,IAAI,CAAC,SAAAH,QAAA,CAAAI,EAAA;YACX,IAAI,CAAAJ,QAAA,CAAAE,IAAA,YAAc,IAAI,CAACG,cAAc,CAAC,CAAC,QAAAL,QAAA,CAAAM,EAAA,GAAAN,QAAA,CAAAO,IAAA,CAAAP,QAAA,CAAAE,IAAA,YAAAF,QAAA,CAAAI,EAAA,CAAlCI,MAAM,CAAAC,IAAA,CAAAT,QAAA,CAAAI,EAAA,EAAAJ,QAAA,CAAAM,EAAA,EAA8BI,EAAE,CAACC,UAAU,CAAC,OAAO,2BAAAX,QAAA,CAAAY,IAAA,OAAAf,OAAA,SACrE;IAAA,CAAC;;IAEF,IAAAL,aAAI,EAAC,OAAO,mBAAAC,kBAAA,CAAAC,OAAA,gBAAAC,YAAA,CAAAD,OAAA,CAAAE,IAAA,CAAE,SAAAiB,SAAA,UAAAlB,YAAA,CAAAD,OAAA,CAAAI,IAAA,UAAAgB,UAAAC,SAAA,qBAAAA,SAAA,CAAAd,IAAA,GAAAc,SAAA,CAAAb,IAAA,UAAAa,SAAA,CAAAb,IAAA;cACN,IAAI,CAACc,OAAO;cACfC,OAAO,CAAC;gBACPC,MAAM,EAAE;cACV,CAAC,CAAC;cACDC,KAAK,CAAC,IAAI,CAACH,OAAO,CAACI,WAAW,CAAC,EAAEC,GAAG,EAAE,yBAAyB,CAAC,CAAC,CAAC,CAAC;cACnEC,OAAO,CAAC,CAAC,SAAAP,SAAA,CAAAb,IAAA;cACN,IAAAC,YAAK,EAAC,IAAI,CAAC,SAAAY,SAAA,CAAAX,EAAA;YACX,IAAI,CAAAW,SAAA,CAAAb,IAAA,YAAc,IAAI,CAACG,cAAc,CAAC,CAAC,QAAAU,SAAA,CAAAT,EAAA,GAAAS,SAAA,CAAAR,IAAA,CAAAQ,SAAA,CAAAb,IAAA,aAAAa,SAAA,CAAAX,EAAA,CAAlCI,MAAM,CAAAC,IAAA,CAAAM,SAAA,CAAAX,EAAA,EAAAW,SAAA,CAAAT,EAAA,EAA8BI,EAAE,CAACC,UAAU,CAAC,OAAO,4BAAAI,SAAA,CAAAH,IAAA,OAAAC,QAAA,SACrE;IAAA,CAAC;;IAEF,IAAArB,aAAI,EAAC,cAAc,mBAAAC,kBAAA,CAAAC,OAAA,gBAAAC,YAAA,CAAAD,OAAA,CAAAE,IAAA,CAAE,SAAA2B,SAAA,UAAA5B,YAAA,CAAAD,OAAA,CAAAI,IAAA,UAAA0B,UAAAC,SAAA,qBAAAA,SAAA,CAAAxB,IAAA,GAAAwB,SAAA,CAAAvB,IAAA,UAAAuB,SAAA,CAAAvB,IAAA;cACb,IAAI,CAACc,OAAO;cACfC,OAAO,CAAC;gBACPC,MAAM,EAAE;cACV,CAAC,CAAC;cACDQ,IAAI,CAAC,EAAEC,CAAC,EAAE,CAAC,EAAEC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;cACpBT,KAAK,CAAC,CAAC;cACPU,QAAQ,CAAC,IAAI,CAACC,IAAI,CAACC,GAAG,CAAC;cACvBF,QAAQ,CAAC,IAAI,CAACC,IAAI,CAACC,GAAG,CAAC;cACvBT,OAAO,CAAC,CAAC,SAAAG,SAAA,CAAAvB,IAAA;cACN,IAAAC,YAAK,EAAC,IAAI,CAAC,SAAAsB,SAAA,CAAArB,EAAA;YACX,IAAI,CAAAqB,SAAA,CAAAvB,IAAA,YAAc,IAAI,CAACG,cAAc,CAAC,CAAC,QAAAoB,SAAA,CAAAnB,EAAA,GAAAmB,SAAA,CAAAlB,IAAA,CAAAkB,SAAA,CAAAvB,IAAA,aAAAuB,SAAA,CAAArB,EAAA,CAAlCI,MAAM,CAAAC,IAAA,CAAAgB,SAAA,CAAArB,EAAA,EAAAqB,SAAA,CAAAnB,EAAA,EAA8BI,EAAE,CAACC,UAAU,CAAC,gBAAgB,4BAAAc,SAAA,CAAAb,IAAA,OAAAW,QAAA,SAC9E;IAAA,CAAC;;IAEF,IAAA/B,aAAI,EAAC,OAAO,mBAAAC,kBAAA,CAAAC,OAAA,gBAAAC,YAAA,CAAAD,OAAA,CAAAE,IAAA,CAAE,SAAAoC,SAAA,UAAArC,YAAA,CAAAD,OAAA,CAAAI,IAAA,UAAAmC,UAAAC,SAAA,qBAAAA,SAAA,CAAAjC,IAAA,GAAAiC,SAAA,CAAAhC,IAAA,UAAAgC,SAAA,CAAAhC,IAAA;cACN,IAAI,CAACc,OAAO;cACfC,OAAO,CAAC;gBACPC,MAAM,EAAE;cACV,CAAC,CAAC;cACDC,KAAK,CAAC,IAAI,CAACH,OAAO,CAACI,WAAW,CAAC,EAAEC,GAAG,EAAE,yBAAyB,CAAC,CAAC,CAAC,CAAC;cACnEQ,QAAQ,CAAC,SAAS,CAAC;cACnBP,OAAO,CAAC,CAAC,SAAAY,SAAA,CAAAhC,IAAA;cACN,IAAAC,YAAK,EAAC,IAAI,CAAC,SAAA+B,SAAA,CAAA9B,EAAA;YACX,IAAI,CAAA8B,SAAA,CAAAhC,IAAA,YAAc,IAAI,CAACG,cAAc,CAAC,CAAC,QAAA6B,SAAA,CAAA5B,EAAA,GAAA4B,SAAA,CAAA3B,IAAA,CAAA2B,SAAA,CAAAhC,IAAA,aAAAgC,SAAA,CAAA9B,EAAA,CAAlCI,MAAM,CAAAC,IAAA,CAAAyB,SAAA,CAAA9B,EAAA,EAAA8B,SAAA,CAAA5B,EAAA,EAA8BI,EAAE,CAACC,UAAU,CAAC,OAAO,4BAAAuB,SAAA,CAAAtB,IAAA,OAAAoB,QAAA,SACrE;IAAA,CAAC;EACJ,CAAC,CAAC;;EAEF,IAAAzC,cAAK,EAAC,4BAA4B,EAAE,YAAM;IACxC,IAAAC,aAAI,EAAC,YAAY,mBAAAC,kBAAA,CAAAC,OAAA,gBAAAC,YAAA,CAAAD,OAAA,CAAAE,IAAA,CAAE,SAAAuC,SAAA,OAAAC,KAAA,YAAAC,QAAA,EAAAC,MAAA,EAAAC,OAAA,EAAAC,QAAA,QAAA7C,YAAA,CAAAD,OAAA,CAAAI,IAAA,UAAA2C,UAAAC,SAAA,qBAAAA,SAAA,CAAAzC,IAAA,GAAAyC,SAAA,CAAAxC,IAAA;YACXmC,QAAQ,GAAG,SAAXA,QAAQA,CAAA,UAASD,KAAI,CAACpB,OAAO,CAACI,WAAW,CAAC,EAAEC,GAAG,EAAE,wBAAwB,CAAC,CAAC,CAAC,GAAAqB,SAAA,CAAAxC,IAAA;cAC7DmC,QAAQ,CAAC,CAAC,CAAChC,cAAc,CAAC,CAAC,SAA1CiC,MAAM,GAAAI,SAAA,CAAAnC,IAAA,CAAAmC,SAAA,CAAAxC,IAAA;cACN,IAAI,CAACc,OAAO;cACfC,OAAO,CAAC;gBACPC,MAAM,EAAE;cACV,CAAC,CAAC;cACDC,KAAK,CAAC,IAAI,CAACH,OAAO,CAACI,WAAW,CAAC,EAAEC,GAAG,EAAE,yBAAyB,CAAC,CAAC,CAAC,CAAC;cACnEsB,KAAK,CAAC,GAAG,CAAC;cACVrB,OAAO,CAAC,CAAC,SAAAoB,SAAA,CAAAxC,IAAA;cACUmC,QAAQ,CAAC,CAAC,CAAChC,cAAc,CAAC,CAAC,SAA3CkC,OAAO,GAAAG,SAAA,CAAAnC,IAAA,CAAAmC,SAAA,CAAAxC,IAAA;cACP,IAAI,CAACc,OAAO;cACfC,OAAO,CAAC;gBACPC,MAAM,EAAE;cACV,CAAC,CAAC;cACDC,KAAK,CAAC,IAAI,CAACH,OAAO,CAACI,WAAW,CAAC,EAAEC,GAAG,EAAE,8BAA8B,CAAC,CAAC,CAAC,CAAC;cACxEsB,KAAK,CAAC,GAAG,CAAC;cACVrB,OAAO,CAAC,CAAC,UAAAoB,SAAA,CAAAxC,IAAA;cACWmC,QAAQ,CAAC,CAAC,CAAChC,cAAc,CAAC,CAAC,UAA5CmC,QAAQ,GAAAE,SAAA,CAAAnC,IAAA,CAAAmC,SAAA,CAAAxC,IAAA;cACR,IAAI,CAACM,MAAM,CAAC,EAAE8B,MAAM,EAANA,MAAM,EAAEC,OAAO,EAAPA,OAAO,EAAEC,QAAQ,EAARA,QAAQ,CAAC,CAAC,CAAC,CAAC9B,EAAE,CAACkC,WAAW,CAAC,CAAC,4BAAAF,SAAA,CAAA9B,IAAA,OAAAuB,QAAA,SAClE;IAAA,CAAC;EACJ,CAAC,CAAC;;EAEF,IAAA5C,cAAK,EAAC,iBAAiB,EAAE,YAAM;IAC7B,IAAAC,aAAI,EAAC,OAAO,mBAAAC,kBAAA,CAAAC,OAAA,gBAAAC,YAAA,CAAAD,OAAA,CAAAE,IAAA,CAAE,SAAAiD,SAAA,UAAAlD,YAAA,CAAAD,OAAA,CAAAI,IAAA,UAAAgD,UAAAC,SAAA,qBAAAA,SAAA,CAAA9C,IAAA,GAAA8C,SAAA,CAAA7C,IAAA,UAAA6C,SAAA,CAAA7C,IAAA;cACN,IAAAC,YAAK,EAAC,IAAI,CAAC,SAAA4C,SAAA,CAAA3C,EAAA;YACX,IAAI,CAAA2C,SAAA,CAAA7C,IAAA,YAAc,IAAI,CAACG,cAAc,CAAC,CAAC,QAAA0C,SAAA,CAAAzC,EAAA,GAAAyC,SAAA,CAAAxC,IAAA,CAAAwC,SAAA,CAAA7C,IAAA,YAAA6C,SAAA,CAAA3C,EAAA,CAAlCI,MAAM,CAAAC,IAAA,CAAAsC,SAAA,CAAA3C,EAAA,EAAA2C,SAAA,CAAAzC,EAAA,EAA8BI,EAAE,CAACC,UAAU,CAAC,OAAO,2BAAAoC,SAAA,CAAAnC,IAAA,OAAAiC,QAAA,SACrE;IAAA,CAAC;;IAEF,IAAArD,aAAI,EAAC,SAAS,mBAAAC,kBAAA,CAAAC,OAAA,gBAAAC,YAAA,CAAAD,OAAA,CAAAE,IAAA,CAAE,SAAAoD,SAAA,UAAArD,YAAA,CAAAD,OAAA,CAAAI,IAAA,UAAAmD,UAAAC,SAAA,qBAAAA,SAAA,CAAAjD,IAAA,GAAAiD,SAAA,CAAAhD,IAAA,UAAAgD,SAAA,CAAAhD,IAAA;cACR,IAAI,CAACc,OAAO;cACfC,OAAO,CAAC;gBACPC,MAAM,EAAE;cACV,CAAC,CAAC;cACDC,KAAK,CAAC,IAAI,CAACH,OAAO,CAACI,WAAW,CAAC,EAAEC,GAAG,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC;cACjDsB,KAAK,CAAC,GAAG,CAAC;cACVrB,OAAO,CAAC,CAAC,SAAA4B,SAAA,CAAAhD,IAAA;cACN,IAAAC,YAAK,EAAC,IAAI,CAAC,SAAA+C,SAAA,CAAA9C,EAAA;YACX,IAAI,CAAA8C,SAAA,CAAAhD,IAAA,YAAc,IAAI,CAACG,cAAc,CAAC,CAAC,QAAA6C,SAAA,CAAA5C,EAAA,GAAA4C,SAAA,CAAA3C,IAAA,CAAA2C,SAAA,CAAAhD,IAAA,aAAAgD,SAAA,CAAA9C,EAAA,CAAlCI,MAAM,CAAAC,IAAA,CAAAyC,SAAA,CAAA9C,EAAA,EAAA8C,SAAA,CAAA5C,EAAA,EAA8BI,EAAE,CAACC,UAAU,CAAC,SAAS,4BAAAuC,SAAA,CAAAtC,IAAA,OAAAoC,QAAA,SACvE;IAAA,CAAC;EACJ,CAAC,CAAC;;EAEF,IAAAzD,cAAK,EAAC,mBAAmB,EAAE,YAAM;IAC/B,IAAAC,aAAI,EAAC,OAAO,mBAAAC,kBAAA,CAAAC,OAAA,gBAAAC,YAAA,CAAAD,OAAA,CAAAE,IAAA,CAAE,SAAAuD,SAAA,UAAAxD,YAAA,CAAAD,OAAA,CAAAI,IAAA,UAAAsD,UAAAC,SAAA,qBAAAA,SAAA,CAAApD,IAAA,GAAAoD,SAAA,CAAAnD,IAAA,UAAAmD,SAAA,CAAAnD,IAAA;cACN,IAAAC,YAAK,EAAC,IAAI,CAAC,SAAAkD,SAAA,CAAAjD,EAAA;YACX,IAAI,CAAAiD,SAAA,CAAAnD,IAAA,YAAc,IAAI,CAACG,cAAc,CAAC,CAAC,QAAAgD,SAAA,CAAA/C,EAAA,GAAA+C,SAAA,CAAA9C,IAAA,CAAA8C,SAAA,CAAAnD,IAAA,YAAAmD,SAAA,CAAAjD,EAAA,CAAlCI,MAAM,CAAAC,IAAA,CAAA4C,SAAA,CAAAjD,EAAA,EAAAiD,SAAA,CAAA/C,EAAA,EAA8BI,EAAE,CAACC,UAAU,CAAC,OAAO,2BAAA0C,SAAA,CAAAzC,IAAA,OAAAuC,QAAA,SACrE;IAAA,CAAC;;IAEF,IAAA3D,aAAI,EAAC,UAAU,mBAAAC,kBAAA,CAAAC,OAAA,gBAAAC,YAAA,CAAAD,OAAA,CAAAE,IAAA,CAAE,SAAA0D,SAAA,UAAA3D,YAAA,CAAAD,OAAA,CAAAI,IAAA,UAAAyD,UAAAC,SAAA,qBAAAA,SAAA,CAAAvD,IAAA,GAAAuD,SAAA,CAAAtD,IAAA,UAAAsD,SAAA,CAAAtD,IAAA;cACT,IAAI,CAACc,OAAO;cACfC,OAAO,CAAC;gBACPC,MAAM,EAAE;cACV,CAAC,CAAC;cACDC,KAAK,CAAC,IAAI,CAACH,OAAO,CAACI,WAAW,CAAC,EAAEC,GAAG,EAAE,yBAAyB,CAAC,CAAC,CAAC,CAAC;cACnEsB,KAAK,CAAC,GAAG,CAAC;cACVrB,OAAO,CAAC,CAAC,SAAAkC,SAAA,CAAAtD,IAAA;cACN,IAAAC,YAAK,EAAC,IAAI,CAAC,SAAAqD,SAAA,CAAApD,EAAA;YACX,IAAI,CAAAoD,SAAA,CAAAtD,IAAA,YAAc,IAAI,CAACG,cAAc,CAAC,CAAC,QAAAmD,SAAA,CAAAlD,EAAA,GAAAkD,SAAA,CAAAjD,IAAA,CAAAiD,SAAA,CAAAtD,IAAA,aAAAsD,SAAA,CAAApD,EAAA,CAAlCI,MAAM,CAAAC,IAAA,CAAA+C,SAAA,CAAApD,EAAA,EAAAoD,SAAA,CAAAlD,EAAA,EAA8BI,EAAE,CAACC,UAAU,CAAC,UAAU,4BAAA6C,SAAA,CAAA5C,IAAA,OAAA0C,QAAA,SACxE;IAAA,CAAC;EACJ,CAAC,CAAC;;EAEF,IAAA/D,cAAK,EAAC,sBAAsB,EAAE,UAAAkE,MAAA,EAA4B,KAAzBC,kBAAkB,GAAAD,MAAA,CAAlBC,kBAAkB;IACjDA,kBAAkB,CAAC;MACjBC,IAAI,EAAE;QACJ,0BAA0B,EAAE;UAC1BC,EAAE,EAAE,CAAC,SAAS,EAAE,YAAY,EAAE,gBAAgB,EAAE,aAAa;QAC/D;MACF;IACF,CAAC,CAAC;;IAEF,IAAApE,aAAI,EAAC,OAAO,mBAAAC,kBAAA,CAAAC,OAAA,gBAAAC,YAAA,CAAAD,OAAA,CAAAE,IAAA,CAAE,SAAAiE,UAAA,UAAAlE,YAAA,CAAAD,OAAA,CAAAI,IAAA,UAAAgE,WAAAC,UAAA,qBAAAA,UAAA,CAAA9D,IAAA,GAAA8D,UAAA,CAAA7D,IAAA,UAAA6D,UAAA,CAAA7D,IAAA;cACN,IAAAC,YAAK,EAAC,IAAI,CAAC,SAAA4D,UAAA,CAAA3D,EAAA;YACX,IAAI,CAAA2D,UAAA,CAAA7D,IAAA,YAAc,IAAI,CAACG,cAAc,CAAC,CAAC,QAAA0D,UAAA,CAAAzD,EAAA,GAAAyD,UAAA,CAAAxD,IAAA,CAAAwD,UAAA,CAAA7D,IAAA,YAAA6D,UAAA,CAAA3D,EAAA,CAAlCI,MAAM,CAAAC,IAAA,CAAAsD,UAAA,CAAA3D,EAAA,EAAA2D,UAAA,CAAAzD,EAAA,EAA8BI,EAAE,CAACC,UAAU,CAAC,OAAO,2BAAAoD,UAAA,CAAAnD,IAAA,OAAAiD,SAAA,SACrE;IAAA,CAAC;;IAEF,IAAArE,aAAI,EAAC,OAAO,mBAAAC,kBAAA,CAAAC,OAAA,gBAAAC,YAAA,CAAAD,OAAA,CAAAE,IAAA,CAAE,SAAAoE,UAAA,UAAArE,YAAA,CAAAD,OAAA,CAAAI,IAAA,UAAAmE,WAAAC,UAAA,qBAAAA,UAAA,CAAAjE,IAAA,GAAAiE,UAAA,CAAAhE,IAAA,UAAAgE,UAAA,CAAAhE,IAAA;cACN,IAAI,CAACc,OAAO;cACfC,OAAO,CAAC;gBACPC,MAAM,EAAE;cACV,CAAC,CAAC;cACDC,KAAK,CAAC,IAAI,CAACH,OAAO,CAACI,WAAW,CAAC,EAAEC,GAAG,EAAE,wBAAwB,CAAC,CAAC,CAAC,CAAC;cAClEC,OAAO,CAAC,CAAC,SAAA4C,UAAA,CAAAhE,IAAA;cACN,IAAAC,YAAK,EAAC,IAAI,CAAC,SAAA+D,UAAA,CAAA9D,EAAA;YACX,IAAI,CAAA8D,UAAA,CAAAhE,IAAA,YAAc,IAAI,CAACG,cAAc,CAAC,CAAC,QAAA6D,UAAA,CAAA5D,EAAA,GAAA4D,UAAA,CAAA3D,IAAA,CAAA2D,UAAA,CAAAhE,IAAA,aAAAgE,UAAA,CAAA9D,EAAA,CAAlCI,MAAM,CAAAC,IAAA,CAAAyD,UAAA,CAAA9D,EAAA,EAAA8D,UAAA,CAAA5D,EAAA,EAA8BI,EAAE,CAACC,UAAU,CAAC,OAAO,4BAAAuD,UAAA,CAAAtD,IAAA,OAAAoD,SAAA,SACrE;IAAA,CAAC;;IAEF,IAAAxE,aAAI,EAAC,iBAAiB,mBAAAC,kBAAA,CAAAC,OAAA,gBAAAC,YAAA,CAAAD,OAAA,CAAAE,IAAA,CAAE,SAAAuE,UAAA,UAAAxE,YAAA,CAAAD,OAAA,CAAAI,IAAA,UAAAsE,WAAAC,UAAA,qBAAAA,UAAA,CAAApE,IAAA,GAAAoE,UAAA,CAAAnE,IAAA,UAAAmE,UAAA,CAAAnE,IAAA;cAChB,IAAI,CAACc,OAAO;cACfC,OAAO,CAAC;gBACPC,MAAM,EAAE;cACV,CAAC,CAAC;cACDC,KAAK,CAAC,IAAI,CAACH,OAAO,CAACI,WAAW,CAAC,EAAEC,GAAG,EAAE,qCAAqC,CAAC,CAAC,CAAC,CAAC;cAC/EC,OAAO,CAAC,CAAC,SAAA+C,UAAA,CAAAnE,IAAA;cACN,IAAAC,YAAK,EAAC,IAAI,CAAC,SAAAkE,UAAA,CAAAjE,EAAA;YACX,IAAI,CAAAiE,UAAA,CAAAnE,IAAA,YAAc,IAAI,CAACG,cAAc,CAAC,CAAC,QAAAgE,UAAA,CAAA/D,EAAA,GAAA+D,UAAA,CAAA9D,IAAA,CAAA8D,UAAA,CAAAnE,IAAA,aAAAmE,UAAA,CAAAjE,EAAA,CAAlCI,MAAM,CAAAC,IAAA,CAAA4D,UAAA,CAAAjE,EAAA,EAAAiE,UAAA,CAAA/D,EAAA,EAA8BI,EAAE,CAACC,UAAU,CAAC,iBAAiB,4BAAA0D,UAAA,CAAAzD,IAAA,OAAAuD,SAAA,SAC/E;IAAA,CAAC;;IAEF,IAAA3E,aAAI,EAAC,qBAAqB,mBAAAC,kBAAA,CAAAC,OAAA,gBAAAC,YAAA,CAAAD,OAAA,CAAAE,IAAA,CAAE,SAAA0E,UAAA,UAAA3E,YAAA,CAAAD,OAAA,CAAAI,IAAA,UAAAyE,WAAAC,UAAA,qBAAAA,UAAA,CAAAvE,IAAA,GAAAuE,UAAA,CAAAtE,IAAA,UAAAsE,UAAA,CAAAtE,IAAA;cACpB,IAAI,CAACc,OAAO;cACfC,OAAO,CAAC;gBACPC,MAAM,EAAE;cACV,CAAC,CAAC;cACDC,KAAK,CAAC,IAAI,CAACH,OAAO,CAACI,WAAW,CAAC,EAAEC,GAAG,EAAE,2BAA2B,CAAC,CAAC,CAAC,CAAC;cACrEC,OAAO,CAAC,CAAC,SAAAkD,UAAA,CAAAtE,IAAA;cACN,IAAAC,YAAK,EAAC,IAAI,CAAC,SAAAqE,UAAA,CAAApE,EAAA;YACX,IAAI,CAAAoE,UAAA,CAAAtE,IAAA,YAAc,IAAI,CAACG,cAAc,CAAC,CAAC,QAAAmE,UAAA,CAAAlE,EAAA,GAAAkE,UAAA,CAAAjE,IAAA,CAAAiE,UAAA,CAAAtE,IAAA,aAAAsE,UAAA,CAAApE,EAAA,CAAlCI,MAAM,CAAAC,IAAA,CAAA+D,UAAA,CAAApE,EAAA,EAAAoE,UAAA,CAAAlE,EAAA,EAA8BI,EAAE,CAACC,UAAU,CAAC,iBAAiB,4BAAA6D,UAAA,CAAA5D,IAAA,OAAA0D,SAAA,SAC/E;IAAA,CAAC;;IAEF,IAAA9E,aAAI,EAAC,qBAAqB,mBAAAC,kBAAA,CAAAC,OAAA,gBAAAC,YAAA,CAAAD,OAAA,CAAAE,IAAA,CAAE,SAAA6E,UAAA,UAAA9E,YAAA,CAAAD,OAAA,CAAAI,IAAA,UAAA4E,WAAAC,UAAA,qBAAAA,UAAA,CAAA1E,IAAA,GAAA0E,UAAA,CAAAzE,IAAA,UAAAyE,UAAA,CAAAzE,IAAA;cACpB,IAAI,CAACc,OAAO;cACfC,OAAO,CAAC;gBACPC,MAAM,EAAE;cACV,CAAC,CAAC;cACDC,KAAK,CAAC,IAAI,CAACH,OAAO,CAACI,WAAW,CAAC,EAAEC,GAAG,EAAE,2BAA2B,CAAC,CAAC,CAAC,CAAC;cACrEC,OAAO,CAAC,CAAC,SAAAqD,UAAA,CAAAzE,IAAA;cACN,IAAI,CAACc,OAAO;cACfC,OAAO,CAAC;gBACPC,MAAM,EAAE;cACV,CAAC,CAAC;cACDC,KAAK,CAAC,IAAI,CAACH,OAAO,CAACI,WAAW,CAAC,EAAEC,GAAG,OAAO,CAAC,CAAC,CAAC,CAAC;cAC/CC,OAAO,CAAC,CAAC,SAAAqD,UAAA,CAAAzE,IAAA;cACN,IAAAC,YAAK,EAAC,IAAI,CAAC,SAAAwE,UAAA,CAAAvE,EAAA;YACX,IAAI,CAAAuE,UAAA,CAAAzE,IAAA,YAAc,IAAI,CAACG,cAAc,CAAC,CAAC,QAAAsE,UAAA,CAAArE,EAAA,GAAAqE,UAAA,CAAApE,IAAA,CAAAoE,UAAA,CAAAzE,IAAA,aAAAyE,UAAA,CAAAvE,EAAA,CAAlCI,MAAM,CAAAC,IAAA,CAAAkE,UAAA,CAAAvE,EAAA,EAAAuE,UAAA,CAAArE,EAAA,EAA8BI,EAAE,CAACC,UAAU,CAAC,uBAAuB,4BAAAgE,UAAA,CAAA/D,IAAA,OAAA6D,SAAA,SACrF;IAAA,CAAC;EACJ,CAAC,CAAC;AACJ,CAAC,CAAC","ignoreList":[]}
@@ -1,54 +0,0 @@
1
- "use strict";var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;var _regenerator = _interopRequireDefault(require("@babel/runtime/regenerator"));var _asyncToGenerator2 = _interopRequireDefault(require("@babel/runtime/helpers/asyncToGenerator"));var _creevey = require("creevey");
2
-
3
- var _utils = require("../../../lib/utils");
4
-
5
- var kindTests = function kindTests() {
6
- (0, _creevey.test)('toastShown', /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee() {var showToast;return _regenerator.default.wrap(function _callee$(_context) {while (1) switch (_context.prev = _context.next) {case 0:
7
- showToast = this.browser.findElement({ css: '[data-tid~="show-toast"]' });_context.next = 3;return (
8
- this.browser.actions({ bridge: true }).click(showToast).move({ x: 0, y: 0 }).click().perform());case 3:_context.next = 5;return (
9
- (0, _utils.delay)(1000));case 5:_context.t0 =
10
- this;_context.next = 8;return this.takeScreenshot();case 8:_context.t1 = _context.sent;_context.next = 11;return _context.t0.expect.call(_context.t0, _context.t1).to.matchImage();case 11:case "end":return _context.stop();}}, _callee, this);}))
11
- );
12
- };
13
-
14
- (0, _creevey.kind)('Toast', function () {
15
- (0, _creevey.story)('SimpleNotification', function () {
16
- kindTests();
17
- });
18
-
19
- (0, _creevey.story)('TestNotifier', function () {
20
- kindTests();
21
- });
22
-
23
- (0, _creevey.story)('ComplexNotification', function () {
24
- kindTests();
25
- });
26
-
27
- (0, _creevey.story)('complex', function () {
28
- kindTests();
29
- });
30
-
31
- (0, _creevey.story)('StaticMethod', function () {
32
- kindTests();
33
- });
34
-
35
- (0, _creevey.story)('button', function () {
36
- kindTests();
37
- });
38
-
39
- (0, _creevey.story)('data-tid', function () {
40
- kindTests();
41
- });
42
-
43
- (0, _creevey.story)('onClick', function () {
44
- kindTests();
45
- });
46
-
47
- (0, _creevey.story)('Toast', function () {
48
- kindTests();
49
- });
50
-
51
- (0, _creevey.story)('push', function () {
52
- kindTests();
53
- });
54
- });
@@ -1 +0,0 @@
1
- {"version":3,"names":["_creevey","require","_utils","kindTests","test","_asyncToGenerator2","default","_regenerator","mark","_callee","showToast","wrap","_callee$","_context","prev","next","browser","findElement","css","actions","bridge","click","move","x","y","perform","delay","t0","takeScreenshot","t1","sent","expect","call","to","matchImage","stop","kind","story"],"sources":["Toast.creevey.ts"],"sourcesContent":["import { story, kind, test } from 'creevey';\n\nimport { delay } from '../../../lib/utils';\n\nconst kindTests = () => {\n test('toastShown', async function () {\n const showToast = this.browser.findElement({ css: '[data-tid~=\"show-toast\"]' });\n await this.browser.actions({ bridge: true }).click(showToast).move({ x: 0, y: 0 }).click().perform();\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage();\n });\n};\n\nkind('Toast', () => {\n story('SimpleNotification', () => {\n kindTests();\n });\n\n story('TestNotifier', () => {\n kindTests();\n });\n\n story('ComplexNotification', () => {\n kindTests();\n });\n\n story('complex', () => {\n kindTests();\n });\n\n story('StaticMethod', () => {\n kindTests();\n });\n\n story('button', () => {\n kindTests();\n });\n\n story('data-tid', () => {\n kindTests();\n });\n\n story('onClick', () => {\n kindTests();\n });\n\n story('Toast', () => {\n kindTests();\n });\n\n story('push', () => {\n kindTests();\n });\n});\n"],"mappings":"+RAAA,IAAAA,QAAA,GAAAC,OAAA;;AAEA,IAAAC,MAAA,GAAAD,OAAA;;AAEA,IAAME,SAAS,GAAG,SAAZA,SAASA,CAAA,EAAS;EACtB,IAAAC,aAAI,EAAC,YAAY,mBAAAC,kBAAA,CAAAC,OAAA,gBAAAC,YAAA,CAAAD,OAAA,CAAAE,IAAA,CAAE,SAAAC,QAAA,OAAAC,SAAA,QAAAH,YAAA,CAAAD,OAAA,CAAAK,IAAA,UAAAC,SAAAC,QAAA,qBAAAA,QAAA,CAAAC,IAAA,GAAAD,QAAA,CAAAE,IAAA;UACXL,SAAS,GAAG,IAAI,CAACM,OAAO,CAACC,WAAW,CAAC,EAAEC,GAAG,EAAE,0BAA0B,CAAC,CAAC,CAAC,CAAAL,QAAA,CAAAE,IAAA;YACzE,IAAI,CAACC,OAAO,CAACG,OAAO,CAAC,EAAEC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,CAACC,KAAK,CAACX,SAAS,CAAC,CAACY,IAAI,CAAC,EAAEC,CAAC,EAAE,CAAC,EAAEC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAACH,KAAK,CAAC,CAAC,CAACI,OAAO,CAAC,CAAC,SAAAZ,QAAA,CAAAE,IAAA;YAC9F,IAAAW,YAAK,EAAC,IAAI,CAAC,SAAAb,QAAA,CAAAc,EAAA;UACX,IAAI,CAAAd,QAAA,CAAAE,IAAA,YAAc,IAAI,CAACa,cAAc,CAAC,CAAC,QAAAf,QAAA,CAAAgB,EAAA,GAAAhB,QAAA,CAAAiB,IAAA,CAAAjB,QAAA,CAAAE,IAAA,aAAAF,QAAA,CAAAc,EAAA,CAAlCI,MAAM,CAAAC,IAAA,CAAAnB,QAAA,CAAAc,EAAA,EAAAd,QAAA,CAAAgB,EAAA,EAA8BI,EAAE,CAACC,UAAU,6BAAArB,QAAA,CAAAsB,IAAA,OAAA1B,OAAA,SAC7D;EAAA,CAAC;AACJ,CAAC;;AAED,IAAA2B,aAAI,EAAC,OAAO,EAAE,YAAM;EAClB,IAAAC,cAAK,EAAC,oBAAoB,EAAE,YAAM;IAChClC,SAAS,CAAC,CAAC;EACb,CAAC,CAAC;;EAEF,IAAAkC,cAAK,EAAC,cAAc,EAAE,YAAM;IAC1BlC,SAAS,CAAC,CAAC;EACb,CAAC,CAAC;;EAEF,IAAAkC,cAAK,EAAC,qBAAqB,EAAE,YAAM;IACjClC,SAAS,CAAC,CAAC;EACb,CAAC,CAAC;;EAEF,IAAAkC,cAAK,EAAC,SAAS,EAAE,YAAM;IACrBlC,SAAS,CAAC,CAAC;EACb,CAAC,CAAC;;EAEF,IAAAkC,cAAK,EAAC,cAAc,EAAE,YAAM;IAC1BlC,SAAS,CAAC,CAAC;EACb,CAAC,CAAC;;EAEF,IAAAkC,cAAK,EAAC,QAAQ,EAAE,YAAM;IACpBlC,SAAS,CAAC,CAAC;EACb,CAAC,CAAC;;EAEF,IAAAkC,cAAK,EAAC,UAAU,EAAE,YAAM;IACtBlC,SAAS,CAAC,CAAC;EACb,CAAC,CAAC;;EAEF,IAAAkC,cAAK,EAAC,SAAS,EAAE,YAAM;IACrBlC,SAAS,CAAC,CAAC;EACb,CAAC,CAAC;;EAEF,IAAAkC,cAAK,EAAC,OAAO,EAAE,YAAM;IACnBlC,SAAS,CAAC,CAAC;EACb,CAAC,CAAC;;EAEF,IAAAkC,cAAK,EAAC,MAAM,EAAE,YAAM;IAClBlC,SAAS,CAAC,CAAC;EACb,CAAC,CAAC;AACJ,CAAC,CAAC","ignoreList":[]}