@skbkontur/react-ui 5.0.8 → 5.0.10

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 (474) hide show
  1. package/CHANGELOG.md +19 -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/GlobalLoader/GlobalLoader.d.ts +1 -0
  14. package/cjs/components/GlobalLoader/GlobalLoader.js +6 -2
  15. package/cjs/components/GlobalLoader/GlobalLoader.js.map +1 -1
  16. package/cjs/components/Group/__creevey__/Group.creevey.mts +19 -0
  17. package/cjs/components/Hint/__creevey__/Hint.creevey.mts +68 -0
  18. package/cjs/components/Input/__creevey__/Input.creevey.mts +239 -0
  19. package/cjs/components/Kebab/__creevey__/Kebab.creevey.mts +147 -0
  20. package/cjs/components/Link/__creevey__/Link.creevey.mts +162 -0
  21. package/cjs/components/Loader/__creevey__/Loader.creevey.mts +35 -0
  22. package/cjs/components/MaskedInput/__creevey__/MaskedInput.creevey.mts +216 -0
  23. package/cjs/components/Modal/Modal.js +7 -10
  24. package/cjs/components/Modal/Modal.js.map +1 -1
  25. package/cjs/components/Modal/ModalContext.d.ts +3 -3
  26. package/cjs/components/Modal/ModalContext.js.map +1 -1
  27. package/cjs/components/Modal/ModalFooter.js +2 -2
  28. package/cjs/components/Modal/ModalFooter.js.map +1 -1
  29. package/cjs/components/Modal/ModalHeader.js +1 -1
  30. package/cjs/components/Modal/ModalHeader.js.map +1 -1
  31. package/cjs/components/Modal/__creevey__/Modal.creevey.mts +281 -0
  32. package/cjs/components/Paging/__creevey__/Paging.creevey.mts +97 -0
  33. package/cjs/components/PasswordInput/__creevey__/PasswordInput.creevey.mts +38 -0
  34. package/cjs/components/Radio/__creevey__/Radio.creevey.mts +28 -0
  35. package/cjs/components/RadioGroup/__creevey__/RadioGroup.creevey.mts +86 -0
  36. package/cjs/components/ScrollContainer/__creevey__/ScrollContainer.creevey.mts +247 -0
  37. package/cjs/components/Select/Select.d.ts +1 -6
  38. package/cjs/components/Select/Select.js +7 -10
  39. package/cjs/components/Select/Select.js.map +1 -1
  40. package/cjs/components/Select/__creevey__/Select.creevey.mts +293 -0
  41. package/cjs/components/Select/tids.d.ts +5 -0
  42. package/cjs/components/Select/tids.js +5 -0
  43. package/cjs/components/Select/tids.js.map +1 -0
  44. package/cjs/components/SidePage/__creevey__/SidePage.creevey.mts +319 -0
  45. package/cjs/components/Sticky/__creevey__/Sticky.creevey.mts +98 -0
  46. package/cjs/components/Switcher/__creevey__/Switcher.creevey.mts +24 -0
  47. package/cjs/components/Tabs/__creevey__/Tabs.creevey.mts +239 -0
  48. package/cjs/components/Textarea/__creevey__/Textarea.creevey.mts +177 -0
  49. package/cjs/components/Toast/__creevey__/Toast.creevey.mts +54 -0
  50. package/cjs/components/Toggle/__creevey__/Toggle.creevey.mts +87 -0
  51. package/cjs/components/TokenInput/__creevey__/TokenInput.creevey.mts +414 -0
  52. package/cjs/components/Tooltip/__creevey__/Tooltip.creevey.mts +533 -0
  53. package/cjs/components/TooltipMenu/__creevey__/TooltipMenu.creevey.mts +131 -0
  54. package/cjs/internal/CloseButtonIcon/__creevey__/CloseButtonIcon.creevey.mts +48 -0
  55. package/cjs/internal/CustomComboBox/CustomComboBox.d.ts +1 -3
  56. package/cjs/internal/CustomComboBox/CustomComboBox.js +4 -6
  57. package/cjs/internal/CustomComboBox/CustomComboBox.js.map +1 -1
  58. package/cjs/internal/CustomComboBox/__creevey__/ComboBoxView.creevey.mts +30 -0
  59. package/cjs/internal/CustomComboBox/tids.d.ts +3 -0
  60. package/cjs/internal/CustomComboBox/tids.js +3 -0
  61. package/cjs/internal/CustomComboBox/tids.js.map +1 -0
  62. package/cjs/internal/FileUploaderControl/__creevey__/FileUploaderFile.creevey.mts +25 -0
  63. package/cjs/internal/HideBodyVerticalScroll/__creevey__/HideBodyVerticalScroll.creevey.mts +83 -0
  64. package/cjs/internal/Menu/__creevey__/Menu.creevey.mts +90 -0
  65. package/cjs/internal/PopupMenu/PopupMenu.d.ts +1 -5
  66. package/cjs/internal/PopupMenu/PopupMenu.js +8 -10
  67. package/cjs/internal/PopupMenu/PopupMenu.js.map +1 -1
  68. package/cjs/internal/PopupMenu/__creevey__/PopupMenu.creevey.mts +37 -0
  69. package/cjs/internal/PopupMenu/tids.d.ts +4 -0
  70. package/cjs/internal/PopupMenu/tids.js +4 -0
  71. package/cjs/internal/PopupMenu/tids.js.map +1 -0
  72. package/cjs/internal/ThemePlayground/__creevey__/ThemeProvider.creevey.mts +68 -0
  73. package/cjs/internal/ThemeShowcase/VariablesCollector.js +1 -0
  74. package/cjs/internal/ThemeShowcase/VariablesCollector.js.map +1 -1
  75. package/cjs/internal/ZIndex/__creevey__/ZIndex.creevey.mts +228 -0
  76. package/cjs/lib/delay.d.ts +1 -0
  77. package/cjs/lib/delay.js +3 -0
  78. package/cjs/lib/delay.js.map +1 -0
  79. package/cjs/lib/utils.d.ts +3 -3
  80. package/cjs/lib/utils.js +5 -4
  81. package/cjs/lib/utils.js.map +1 -1
  82. package/components/Autocomplete/__creevey__/Autocomplete.creevey.mts +239 -0
  83. package/components/Button/__creevey__/Button.creevey.mts +251 -0
  84. package/components/Calendar/__creevey__/Calendar.creevey.mts +74 -0
  85. package/components/Checkbox/__creevey__/Checkbox.creevey.mts +243 -0
  86. package/components/ComboBox/__creevey__/ComboBox.creevey.mts +541 -0
  87. package/components/CurrencyInput/__creevey__/CurrencyInput.creevey.mts +81 -0
  88. package/components/DateInput/__creevey__/DateInput.creevey.mts +156 -0
  89. package/components/DatePicker/__creevey__/DatePicker.creevey.mts +209 -0
  90. package/components/Dropdown/__creevey__/Dropdown.creevey.mts +184 -0
  91. package/components/DropdownMenu/__creevey__/DropdownMenu.creevey.mts +263 -0
  92. package/components/FxInput/__creevey__/FxInput.creevey.mts +21 -0
  93. package/components/GlobalLoader/GlobalLoader/GlobalLoader.js +13 -5
  94. package/components/GlobalLoader/GlobalLoader/GlobalLoader.js.map +1 -1
  95. package/components/GlobalLoader/GlobalLoader.d.ts +1 -0
  96. package/components/Group/__creevey__/Group.creevey.mts +19 -0
  97. package/components/Hint/__creevey__/Hint.creevey.mts +68 -0
  98. package/components/Input/__creevey__/Input.creevey.mts +239 -0
  99. package/components/Kebab/__creevey__/Kebab.creevey.mts +147 -0
  100. package/components/Link/__creevey__/Link.creevey.mts +162 -0
  101. package/components/Loader/__creevey__/Loader.creevey.mts +35 -0
  102. package/components/MaskedInput/__creevey__/MaskedInput.creevey.mts +216 -0
  103. package/components/Modal/Modal/Modal.js +4 -16
  104. package/components/Modal/Modal/Modal.js.map +1 -1
  105. package/components/Modal/ModalContext/ModalContext.js.map +1 -1
  106. package/components/Modal/ModalContext.d.ts +3 -3
  107. package/components/Modal/ModalFooter/ModalFooter.js +2 -2
  108. package/components/Modal/ModalFooter/ModalFooter.js.map +1 -1
  109. package/components/Modal/ModalHeader/ModalHeader.js +1 -1
  110. package/components/Modal/ModalHeader/ModalHeader.js.map +1 -1
  111. package/components/Modal/__creevey__/Modal.creevey.mts +281 -0
  112. package/components/Paging/__creevey__/Paging.creevey.mts +97 -0
  113. package/components/PasswordInput/__creevey__/PasswordInput.creevey.mts +38 -0
  114. package/components/Radio/__creevey__/Radio.creevey.mts +28 -0
  115. package/components/RadioGroup/__creevey__/RadioGroup.creevey.mts +86 -0
  116. package/components/ScrollContainer/__creevey__/ScrollContainer.creevey.mts +247 -0
  117. package/components/Select/Select/Select.js +2 -5
  118. package/components/Select/Select/Select.js.map +1 -1
  119. package/components/Select/Select.d.ts +1 -6
  120. package/components/Select/__creevey__/Select.creevey.mts +293 -0
  121. package/components/Select/tids/package.json +6 -0
  122. package/components/Select/tids/tids.js +5 -0
  123. package/components/Select/tids/tids.js.map +1 -0
  124. package/components/Select/tids.d.ts +5 -0
  125. package/components/SidePage/__creevey__/SidePage.creevey.mts +319 -0
  126. package/components/Sticky/__creevey__/Sticky.creevey.mts +98 -0
  127. package/components/Switcher/__creevey__/Switcher.creevey.mts +24 -0
  128. package/components/Tabs/__creevey__/Tabs.creevey.mts +239 -0
  129. package/components/Textarea/__creevey__/Textarea.creevey.mts +177 -0
  130. package/components/Toast/__creevey__/Toast.creevey.mts +54 -0
  131. package/components/Toggle/__creevey__/Toggle.creevey.mts +87 -0
  132. package/components/TokenInput/__creevey__/TokenInput.creevey.mts +414 -0
  133. package/components/Tooltip/__creevey__/Tooltip.creevey.mts +533 -0
  134. package/components/TooltipMenu/__creevey__/TooltipMenu.creevey.mts +131 -0
  135. package/internal/CloseButtonIcon/__creevey__/CloseButtonIcon.creevey.mts +48 -0
  136. package/internal/CustomComboBox/CustomComboBox/CustomComboBox.js +1 -3
  137. package/internal/CustomComboBox/CustomComboBox/CustomComboBox.js.map +1 -1
  138. package/internal/CustomComboBox/CustomComboBox.d.ts +1 -3
  139. package/internal/CustomComboBox/__creevey__/ComboBoxView.creevey.mts +30 -0
  140. package/internal/CustomComboBox/tids/package.json +6 -0
  141. package/internal/CustomComboBox/tids/tids.js +3 -0
  142. package/internal/CustomComboBox/tids/tids.js.map +1 -0
  143. package/internal/CustomComboBox/tids.d.ts +3 -0
  144. package/internal/FileUploaderControl/__creevey__/FileUploaderFile.creevey.mts +25 -0
  145. package/internal/HideBodyVerticalScroll/__creevey__/HideBodyVerticalScroll.creevey.mts +83 -0
  146. package/internal/Menu/__creevey__/Menu.creevey.mts +90 -0
  147. package/internal/PopupMenu/PopupMenu/PopupMenu.js +2 -4
  148. package/internal/PopupMenu/PopupMenu/PopupMenu.js.map +1 -1
  149. package/internal/PopupMenu/PopupMenu.d.ts +1 -5
  150. package/internal/PopupMenu/__creevey__/PopupMenu.creevey.mts +37 -0
  151. package/internal/PopupMenu/tids/package.json +6 -0
  152. package/internal/PopupMenu/tids/tids.js +4 -0
  153. package/internal/PopupMenu/tids/tids.js.map +1 -0
  154. package/internal/PopupMenu/tids.d.ts +4 -0
  155. package/internal/ThemePlayground/__creevey__/ThemeProvider.creevey.mts +68 -0
  156. package/internal/ThemeShowcase/VariablesCollector/VariablesCollector.js +2 -0
  157. package/internal/ThemeShowcase/VariablesCollector/VariablesCollector.js.map +1 -1
  158. package/internal/ZIndex/__creevey__/ZIndex.creevey.mts +228 -0
  159. package/lib/delay/delay.js +6 -0
  160. package/lib/delay/delay.js.map +1 -0
  161. package/lib/delay/package.json +6 -0
  162. package/lib/delay.d.ts +1 -0
  163. package/lib/utils/utils.js +3 -7
  164. package/lib/utils/utils.js.map +1 -1
  165. package/lib/utils.d.ts +3 -3
  166. package/package.json +6 -5
  167. package/cjs/components/Autocomplete/__creevey__/Autocomplete.creevey.js +0 -239
  168. package/cjs/components/Autocomplete/__creevey__/Autocomplete.creevey.js.map +0 -1
  169. package/cjs/components/Button/__creevey__/Button.creevey.js +0 -250
  170. package/cjs/components/Button/__creevey__/Button.creevey.js.map +0 -1
  171. package/cjs/components/Calendar/__creevey__/Calendar.creevey.js +0 -74
  172. package/cjs/components/Calendar/__creevey__/Calendar.creevey.js.map +0 -1
  173. package/cjs/components/Checkbox/__creevey__/Checkbox.creevey.js +0 -242
  174. package/cjs/components/Checkbox/__creevey__/Checkbox.creevey.js.map +0 -1
  175. package/cjs/components/ComboBox/__creevey__/ComboBox.creevey.js +0 -540
  176. package/cjs/components/ComboBox/__creevey__/ComboBox.creevey.js.map +0 -1
  177. package/cjs/components/CurrencyInput/__creevey__/CurrencyInput.creevey.js +0 -81
  178. package/cjs/components/CurrencyInput/__creevey__/CurrencyInput.creevey.js.map +0 -1
  179. package/cjs/components/DateInput/__creevey__/DateInput.creevey.js +0 -155
  180. package/cjs/components/DateInput/__creevey__/DateInput.creevey.js.map +0 -1
  181. package/cjs/components/DatePicker/__creevey__/DatePicker.creevey.js +0 -209
  182. package/cjs/components/DatePicker/__creevey__/DatePicker.creevey.js.map +0 -1
  183. package/cjs/components/Dropdown/__creevey__/Dropdown.creevey.js +0 -184
  184. package/cjs/components/Dropdown/__creevey__/Dropdown.creevey.js.map +0 -1
  185. package/cjs/components/DropdownMenu/__creevey__/DropdownMenu.creevey.js +0 -262
  186. package/cjs/components/DropdownMenu/__creevey__/DropdownMenu.creevey.js.map +0 -1
  187. package/cjs/components/FxInput/__creevey__/FxInput.creevey.js +0 -21
  188. package/cjs/components/FxInput/__creevey__/FxInput.creevey.js.map +0 -1
  189. package/cjs/components/Group/__creevey__/Group.creevey.js +0 -19
  190. package/cjs/components/Group/__creevey__/Group.creevey.js.map +0 -1
  191. package/cjs/components/Hint/__creevey__/Hint.creevey.js +0 -68
  192. package/cjs/components/Hint/__creevey__/Hint.creevey.js.map +0 -1
  193. package/cjs/components/Input/__creevey__/Input.creevey.js +0 -239
  194. package/cjs/components/Input/__creevey__/Input.creevey.js.map +0 -1
  195. package/cjs/components/Kebab/__creevey__/Kebab.creevey.js +0 -146
  196. package/cjs/components/Kebab/__creevey__/Kebab.creevey.js.map +0 -1
  197. package/cjs/components/Link/__creevey__/Link.creevey.js +0 -161
  198. package/cjs/components/Link/__creevey__/Link.creevey.js.map +0 -1
  199. package/cjs/components/Loader/__creevey__/Loader.creevey.js +0 -34
  200. package/cjs/components/Loader/__creevey__/Loader.creevey.js.map +0 -1
  201. package/cjs/components/MaskedInput/__creevey__/MaskedInput.creevey.js +0 -219
  202. package/cjs/components/MaskedInput/__creevey__/MaskedInput.creevey.js.map +0 -1
  203. package/cjs/components/Modal/__creevey__/Modal.creevey.js +0 -258
  204. package/cjs/components/Modal/__creevey__/Modal.creevey.js.map +0 -1
  205. package/cjs/components/Paging/__creevey__/Paging.creevey.js +0 -96
  206. package/cjs/components/Paging/__creevey__/Paging.creevey.js.map +0 -1
  207. package/cjs/components/PasswordInput/__creevey__/PasswordInput.creevey.js +0 -38
  208. package/cjs/components/PasswordInput/__creevey__/PasswordInput.creevey.js.map +0 -1
  209. package/cjs/components/Radio/__creevey__/Radio.creevey.js +0 -27
  210. package/cjs/components/Radio/__creevey__/Radio.creevey.js.map +0 -1
  211. package/cjs/components/RadioGroup/__creevey__/RadioGroup.creevey.js +0 -85
  212. package/cjs/components/RadioGroup/__creevey__/RadioGroup.creevey.js.map +0 -1
  213. package/cjs/components/ScrollContainer/__creevey__/ScrollContainer.creevey.js +0 -247
  214. package/cjs/components/ScrollContainer/__creevey__/ScrollContainer.creevey.js.map +0 -1
  215. package/cjs/components/Select/__creevey__/Select.creevey.js +0 -284
  216. package/cjs/components/Select/__creevey__/Select.creevey.js.map +0 -1
  217. package/cjs/components/SidePage/__creevey__/SidePage.creevey.js +0 -313
  218. package/cjs/components/SidePage/__creevey__/SidePage.creevey.js.map +0 -1
  219. package/cjs/components/Sticky/__creevey__/Sticky.creevey.js +0 -98
  220. package/cjs/components/Sticky/__creevey__/Sticky.creevey.js.map +0 -1
  221. package/cjs/components/Switcher/__creevey__/Switcher.creevey.js +0 -24
  222. package/cjs/components/Switcher/__creevey__/Switcher.creevey.js.map +0 -1
  223. package/cjs/components/Tabs/__creevey__/Tabs.creevey.js +0 -238
  224. package/cjs/components/Tabs/__creevey__/Tabs.creevey.js.map +0 -1
  225. package/cjs/components/Textarea/__creevey__/Textarea.creevey.js +0 -176
  226. package/cjs/components/Textarea/__creevey__/Textarea.creevey.js.map +0 -1
  227. package/cjs/components/Toast/__creevey__/Toast.creevey.js +0 -54
  228. package/cjs/components/Toast/__creevey__/Toast.creevey.js.map +0 -1
  229. package/cjs/components/Toggle/__creevey__/Toggle.creevey.js +0 -87
  230. package/cjs/components/Toggle/__creevey__/Toggle.creevey.js.map +0 -1
  231. package/cjs/components/TokenInput/__creevey__/TokenInput.creevey.js +0 -413
  232. package/cjs/components/TokenInput/__creevey__/TokenInput.creevey.js.map +0 -1
  233. package/cjs/components/Tooltip/__creevey__/Tooltip.creevey.js +0 -534
  234. package/cjs/components/Tooltip/__creevey__/Tooltip.creevey.js.map +0 -1
  235. package/cjs/components/TooltipMenu/__creevey__/TooltipMenu.creevey.js +0 -130
  236. package/cjs/components/TooltipMenu/__creevey__/TooltipMenu.creevey.js.map +0 -1
  237. package/cjs/internal/CloseButtonIcon/__creevey__/CloseButtonIcon.creevey.js +0 -47
  238. package/cjs/internal/CloseButtonIcon/__creevey__/CloseButtonIcon.creevey.js.map +0 -1
  239. package/cjs/internal/CustomComboBox/__creevey__/ComboBoxView.creevey.js +0 -30
  240. package/cjs/internal/CustomComboBox/__creevey__/ComboBoxView.creevey.js.map +0 -1
  241. package/cjs/internal/FileUploaderControl/__creevey__/FileUploaderFile.creevey.js +0 -25
  242. package/cjs/internal/FileUploaderControl/__creevey__/FileUploaderFile.creevey.js.map +0 -1
  243. package/cjs/internal/HideBodyVerticalScroll/__creevey__/HideBodyVerticalScroll.creevey.js +0 -83
  244. package/cjs/internal/HideBodyVerticalScroll/__creevey__/HideBodyVerticalScroll.creevey.js.map +0 -1
  245. package/cjs/internal/Menu/__creevey__/Menu.creevey.js +0 -90
  246. package/cjs/internal/Menu/__creevey__/Menu.creevey.js.map +0 -1
  247. package/cjs/internal/PopupMenu/__creevey__/PopupMenu.creevey.js +0 -37
  248. package/cjs/internal/PopupMenu/__creevey__/PopupMenu.creevey.js.map +0 -1
  249. package/cjs/internal/ThemePlayground/__creevey__/ThemeProvider.creevey.js +0 -68
  250. package/cjs/internal/ThemePlayground/__creevey__/ThemeProvider.creevey.js.map +0 -1
  251. package/cjs/internal/ZIndex/__creevey__/ZIndex.creevey.js +0 -228
  252. package/cjs/internal/ZIndex/__creevey__/ZIndex.creevey.js.map +0 -1
  253. package/cjs/lib/styles/HoldSelectionColor.d.ts +0 -1
  254. package/cjs/lib/styles/HoldSelectionColor.js +0 -9
  255. package/cjs/lib/styles/HoldSelectionColor.js.map +0 -1
  256. package/components/Autocomplete/__creevey__/Autocomplete.creevey/Autocomplete.creevey.js +0 -506
  257. package/components/Autocomplete/__creevey__/Autocomplete.creevey/Autocomplete.creevey.js.map +0 -1
  258. package/components/Autocomplete/__creevey__/Autocomplete.creevey/package.json +0 -6
  259. package/components/Autocomplete/__creevey__/Autocomplete.creevey.d.ts +0 -1
  260. package/components/Button/__creevey__/Button.creevey/Button.creevey.js +0 -396
  261. package/components/Button/__creevey__/Button.creevey/Button.creevey.js.map +0 -1
  262. package/components/Button/__creevey__/Button.creevey/package.json +0 -6
  263. package/components/Button/__creevey__/Button.creevey.d.ts +0 -1
  264. package/components/Calendar/__creevey__/Calendar.creevey/Calendar.creevey.js +0 -138
  265. package/components/Calendar/__creevey__/Calendar.creevey/Calendar.creevey.js.map +0 -1
  266. package/components/Calendar/__creevey__/Calendar.creevey/package.json +0 -6
  267. package/components/Calendar/__creevey__/Calendar.creevey.d.ts +0 -1
  268. package/components/Checkbox/__creevey__/Checkbox.creevey/Checkbox.creevey.js +0 -487
  269. package/components/Checkbox/__creevey__/Checkbox.creevey/Checkbox.creevey.js.map +0 -1
  270. package/components/Checkbox/__creevey__/Checkbox.creevey/package.json +0 -6
  271. package/components/Checkbox/__creevey__/Checkbox.creevey.d.ts +0 -1
  272. package/components/ComboBox/__creevey__/ComboBox.creevey/ComboBox.creevey.js +0 -1043
  273. package/components/ComboBox/__creevey__/ComboBox.creevey/ComboBox.creevey.js.map +0 -1
  274. package/components/ComboBox/__creevey__/ComboBox.creevey/package.json +0 -6
  275. package/components/ComboBox/__creevey__/ComboBox.creevey.d.ts +0 -1
  276. package/components/CurrencyInput/__creevey__/CurrencyInput.creevey/CurrencyInput.creevey.js +0 -114
  277. package/components/CurrencyInput/__creevey__/CurrencyInput.creevey/CurrencyInput.creevey.js.map +0 -1
  278. package/components/CurrencyInput/__creevey__/CurrencyInput.creevey/package.json +0 -6
  279. package/components/CurrencyInput/__creevey__/CurrencyInput.creevey.d.ts +0 -1
  280. package/components/DateInput/__creevey__/DateInput.creevey/DateInput.creevey.js +0 -367
  281. package/components/DateInput/__creevey__/DateInput.creevey/DateInput.creevey.js.map +0 -1
  282. package/components/DateInput/__creevey__/DateInput.creevey/package.json +0 -6
  283. package/components/DateInput/__creevey__/DateInput.creevey.d.ts +0 -1
  284. package/components/DatePicker/__creevey__/DatePicker.creevey/DatePicker.creevey.js +0 -395
  285. package/components/DatePicker/__creevey__/DatePicker.creevey/DatePicker.creevey.js.map +0 -1
  286. package/components/DatePicker/__creevey__/DatePicker.creevey/package.json +0 -6
  287. package/components/DatePicker/__creevey__/DatePicker.creevey.d.ts +0 -1
  288. package/components/Dropdown/__creevey__/Dropdown.creevey/Dropdown.creevey.js +0 -417
  289. package/components/Dropdown/__creevey__/Dropdown.creevey/Dropdown.creevey.js.map +0 -1
  290. package/components/Dropdown/__creevey__/Dropdown.creevey/package.json +0 -6
  291. package/components/Dropdown/__creevey__/Dropdown.creevey.d.ts +0 -1
  292. package/components/DropdownMenu/__creevey__/DropdownMenu.creevey/DropdownMenu.creevey.js +0 -534
  293. package/components/DropdownMenu/__creevey__/DropdownMenu.creevey/DropdownMenu.creevey.js.map +0 -1
  294. package/components/DropdownMenu/__creevey__/DropdownMenu.creevey/package.json +0 -6
  295. package/components/DropdownMenu/__creevey__/DropdownMenu.creevey.d.ts +0 -1
  296. package/components/FxInput/__creevey__/FxInput.creevey/FxInput.creevey.js +0 -62
  297. package/components/FxInput/__creevey__/FxInput.creevey/FxInput.creevey.js.map +0 -1
  298. package/components/FxInput/__creevey__/FxInput.creevey/package.json +0 -6
  299. package/components/FxInput/__creevey__/FxInput.creevey.d.ts +0 -1
  300. package/components/Group/__creevey__/Group.creevey/Group.creevey.js +0 -48
  301. package/components/Group/__creevey__/Group.creevey/Group.creevey.js.map +0 -1
  302. package/components/Group/__creevey__/Group.creevey/package.json +0 -6
  303. package/components/Group/__creevey__/Group.creevey.d.ts +0 -1
  304. package/components/Hint/__creevey__/Hint.creevey/Hint.creevey.js +0 -127
  305. package/components/Hint/__creevey__/Hint.creevey/Hint.creevey.js.map +0 -1
  306. package/components/Hint/__creevey__/Hint.creevey/package.json +0 -6
  307. package/components/Hint/__creevey__/Hint.creevey.d.ts +0 -1
  308. package/components/Input/__creevey__/Input.creevey/Input.creevey.js +0 -517
  309. package/components/Input/__creevey__/Input.creevey/Input.creevey.js.map +0 -1
  310. package/components/Input/__creevey__/Input.creevey/package.json +0 -6
  311. package/components/Input/__creevey__/Input.creevey.d.ts +0 -1
  312. package/components/Kebab/__creevey__/Kebab.creevey/Kebab.creevey.js +0 -278
  313. package/components/Kebab/__creevey__/Kebab.creevey/Kebab.creevey.js.map +0 -1
  314. package/components/Kebab/__creevey__/Kebab.creevey/package.json +0 -6
  315. package/components/Kebab/__creevey__/Kebab.creevey.d.ts +0 -1
  316. package/components/Link/__creevey__/Link.creevey/Link.creevey.js +0 -238
  317. package/components/Link/__creevey__/Link.creevey/Link.creevey.js.map +0 -1
  318. package/components/Link/__creevey__/Link.creevey/package.json +0 -6
  319. package/components/Link/__creevey__/Link.creevey.d.ts +0 -1
  320. package/components/Loader/__creevey__/Loader.creevey/Loader.creevey.js +0 -129
  321. package/components/Loader/__creevey__/Loader.creevey/Loader.creevey.js.map +0 -1
  322. package/components/Loader/__creevey__/Loader.creevey/package.json +0 -6
  323. package/components/Loader/__creevey__/Loader.creevey.d.ts +0 -1
  324. package/components/MaskedInput/__creevey__/MaskedInput.creevey/MaskedInput.creevey.js +0 -405
  325. package/components/MaskedInput/__creevey__/MaskedInput.creevey/MaskedInput.creevey.js.map +0 -1
  326. package/components/MaskedInput/__creevey__/MaskedInput.creevey/package.json +0 -6
  327. package/components/MaskedInput/__creevey__/MaskedInput.creevey.d.ts +0 -1
  328. package/components/Modal/__creevey__/Modal.creevey/Modal.creevey.js +0 -565
  329. package/components/Modal/__creevey__/Modal.creevey/Modal.creevey.js.map +0 -1
  330. package/components/Modal/__creevey__/Modal.creevey/package.json +0 -6
  331. package/components/Modal/__creevey__/Modal.creevey.d.ts +0 -1
  332. package/components/Paging/__creevey__/Paging.creevey/Paging.creevey.js +0 -190
  333. package/components/Paging/__creevey__/Paging.creevey/Paging.creevey.js.map +0 -1
  334. package/components/Paging/__creevey__/Paging.creevey/package.json +0 -6
  335. package/components/Paging/__creevey__/Paging.creevey.d.ts +0 -1
  336. package/components/PasswordInput/__creevey__/PasswordInput.creevey/PasswordInput.creevey.js +0 -83
  337. package/components/PasswordInput/__creevey__/PasswordInput.creevey/PasswordInput.creevey.js.map +0 -1
  338. package/components/PasswordInput/__creevey__/PasswordInput.creevey/package.json +0 -6
  339. package/components/PasswordInput/__creevey__/PasswordInput.creevey.d.ts +0 -1
  340. package/components/Radio/__creevey__/Radio.creevey/Radio.creevey.js +0 -56
  341. package/components/Radio/__creevey__/Radio.creevey/Radio.creevey.js.map +0 -1
  342. package/components/Radio/__creevey__/Radio.creevey/package.json +0 -6
  343. package/components/Radio/__creevey__/Radio.creevey.d.ts +0 -1
  344. package/components/RadioGroup/__creevey__/RadioGroup.creevey/RadioGroup.creevey.js +0 -167
  345. package/components/RadioGroup/__creevey__/RadioGroup.creevey/RadioGroup.creevey.js.map +0 -1
  346. package/components/RadioGroup/__creevey__/RadioGroup.creevey/package.json +0 -6
  347. package/components/RadioGroup/__creevey__/RadioGroup.creevey.d.ts +0 -1
  348. package/components/ScrollContainer/__creevey__/ScrollContainer.creevey/ScrollContainer.creevey.js +0 -488
  349. package/components/ScrollContainer/__creevey__/ScrollContainer.creevey/ScrollContainer.creevey.js.map +0 -1
  350. package/components/ScrollContainer/__creevey__/ScrollContainer.creevey/package.json +0 -6
  351. package/components/ScrollContainer/__creevey__/ScrollContainer.creevey.d.ts +0 -1
  352. package/components/Select/__creevey__/Select.creevey/Select.creevey.js +0 -541
  353. package/components/Select/__creevey__/Select.creevey/Select.creevey.js.map +0 -1
  354. package/components/Select/__creevey__/Select.creevey/package.json +0 -6
  355. package/components/Select/__creevey__/Select.creevey.d.ts +0 -1
  356. package/components/SidePage/__creevey__/SidePage.creevey/SidePage.creevey.js +0 -697
  357. package/components/SidePage/__creevey__/SidePage.creevey/SidePage.creevey.js.map +0 -1
  358. package/components/SidePage/__creevey__/SidePage.creevey/package.json +0 -6
  359. package/components/SidePage/__creevey__/SidePage.creevey.d.ts +0 -1
  360. package/components/Sticky/__creevey__/Sticky.creevey/Sticky.creevey.js +0 -215
  361. package/components/Sticky/__creevey__/Sticky.creevey/Sticky.creevey.js.map +0 -1
  362. package/components/Sticky/__creevey__/Sticky.creevey/package.json +0 -6
  363. package/components/Sticky/__creevey__/Sticky.creevey.d.ts +0 -1
  364. package/components/Switcher/__creevey__/Switcher.creevey/Switcher.creevey.js +0 -58
  365. package/components/Switcher/__creevey__/Switcher.creevey/Switcher.creevey.js.map +0 -1
  366. package/components/Switcher/__creevey__/Switcher.creevey/package.json +0 -6
  367. package/components/Switcher/__creevey__/Switcher.creevey.d.ts +0 -1
  368. package/components/Tabs/__creevey__/Tabs.creevey/Tabs.creevey.js +0 -391
  369. package/components/Tabs/__creevey__/Tabs.creevey/Tabs.creevey.js.map +0 -1
  370. package/components/Tabs/__creevey__/Tabs.creevey/package.json +0 -6
  371. package/components/Tabs/__creevey__/Tabs.creevey.d.ts +0 -1
  372. package/components/Textarea/__creevey__/Textarea.creevey/Textarea.creevey.js +0 -404
  373. package/components/Textarea/__creevey__/Textarea.creevey/Textarea.creevey.js.map +0 -1
  374. package/components/Textarea/__creevey__/Textarea.creevey/package.json +0 -6
  375. package/components/Textarea/__creevey__/Textarea.creevey.d.ts +0 -1
  376. package/components/Toast/__creevey__/Toast.creevey/Toast.creevey.js +0 -70
  377. package/components/Toast/__creevey__/Toast.creevey/Toast.creevey.js.map +0 -1
  378. package/components/Toast/__creevey__/Toast.creevey/package.json +0 -6
  379. package/components/Toast/__creevey__/Toast.creevey.d.ts +0 -1
  380. package/components/Toggle/__creevey__/Toggle.creevey/Toggle.creevey.js +0 -195
  381. package/components/Toggle/__creevey__/Toggle.creevey/Toggle.creevey.js.map +0 -1
  382. package/components/Toggle/__creevey__/Toggle.creevey/package.json +0 -6
  383. package/components/Toggle/__creevey__/Toggle.creevey.d.ts +0 -1
  384. package/components/TokenInput/__creevey__/TokenInput.creevey/TokenInput.creevey.js +0 -635
  385. package/components/TokenInput/__creevey__/TokenInput.creevey/TokenInput.creevey.js.map +0 -1
  386. package/components/TokenInput/__creevey__/TokenInput.creevey/package.json +0 -6
  387. package/components/TokenInput/__creevey__/TokenInput.creevey.d.ts +0 -1
  388. package/components/Tooltip/__creevey__/Tooltip.creevey/Tooltip.creevey.js +0 -1171
  389. package/components/Tooltip/__creevey__/Tooltip.creevey/Tooltip.creevey.js.map +0 -1
  390. package/components/Tooltip/__creevey__/Tooltip.creevey/package.json +0 -6
  391. package/components/Tooltip/__creevey__/Tooltip.creevey.d.ts +0 -1
  392. package/components/TooltipMenu/__creevey__/TooltipMenu.creevey/TooltipMenu.creevey.js +0 -277
  393. package/components/TooltipMenu/__creevey__/TooltipMenu.creevey/TooltipMenu.creevey.js.map +0 -1
  394. package/components/TooltipMenu/__creevey__/TooltipMenu.creevey/package.json +0 -6
  395. package/components/TooltipMenu/__creevey__/TooltipMenu.creevey.d.ts +0 -1
  396. package/internal/CloseButtonIcon/__creevey__/CloseButtonIcon.creevey/CloseButtonIcon.creevey.js +0 -78
  397. package/internal/CloseButtonIcon/__creevey__/CloseButtonIcon.creevey/CloseButtonIcon.creevey.js.map +0 -1
  398. package/internal/CloseButtonIcon/__creevey__/CloseButtonIcon.creevey/package.json +0 -6
  399. package/internal/CloseButtonIcon/__creevey__/CloseButtonIcon.creevey.d.ts +0 -1
  400. package/internal/CustomComboBox/__creevey__/ComboBoxView.creevey/ComboBoxView.creevey.js +0 -58
  401. package/internal/CustomComboBox/__creevey__/ComboBoxView.creevey/ComboBoxView.creevey.js.map +0 -1
  402. package/internal/CustomComboBox/__creevey__/ComboBoxView.creevey/package.json +0 -6
  403. package/internal/CustomComboBox/__creevey__/ComboBoxView.creevey.d.ts +0 -1
  404. package/internal/FileUploaderControl/__creevey__/FileUploaderFile.creevey/FileUploaderFile.creevey.js +0 -41
  405. package/internal/FileUploaderControl/__creevey__/FileUploaderFile.creevey/FileUploaderFile.creevey.js.map +0 -1
  406. package/internal/FileUploaderControl/__creevey__/FileUploaderFile.creevey/package.json +0 -6
  407. package/internal/FileUploaderControl/__creevey__/FileUploaderFile.creevey.d.ts +0 -1
  408. package/internal/HideBodyVerticalScroll/__creevey__/HideBodyVerticalScroll.creevey/HideBodyVerticalScroll.creevey.js +0 -199
  409. package/internal/HideBodyVerticalScroll/__creevey__/HideBodyVerticalScroll.creevey/HideBodyVerticalScroll.creevey.js.map +0 -1
  410. package/internal/HideBodyVerticalScroll/__creevey__/HideBodyVerticalScroll.creevey/package.json +0 -6
  411. package/internal/HideBodyVerticalScroll/__creevey__/HideBodyVerticalScroll.creevey.d.ts +0 -1
  412. package/internal/Menu/__creevey__/Menu.creevey/Menu.creevey.js +0 -196
  413. package/internal/Menu/__creevey__/Menu.creevey/Menu.creevey.js.map +0 -1
  414. package/internal/Menu/__creevey__/Menu.creevey/package.json +0 -6
  415. package/internal/Menu/__creevey__/Menu.creevey.d.ts +0 -1
  416. package/internal/PopupMenu/__creevey__/PopupMenu.creevey/PopupMenu.creevey.js +0 -69
  417. package/internal/PopupMenu/__creevey__/PopupMenu.creevey/PopupMenu.creevey.js.map +0 -1
  418. package/internal/PopupMenu/__creevey__/PopupMenu.creevey/package.json +0 -6
  419. package/internal/PopupMenu/__creevey__/PopupMenu.creevey.d.ts +0 -1
  420. package/internal/ThemePlayground/__creevey__/ThemeProvider.creevey/ThemeProvider.creevey.js +0 -145
  421. package/internal/ThemePlayground/__creevey__/ThemeProvider.creevey/ThemeProvider.creevey.js.map +0 -1
  422. package/internal/ThemePlayground/__creevey__/ThemeProvider.creevey/package.json +0 -6
  423. package/internal/ThemePlayground/__creevey__/ThemeProvider.creevey.d.ts +0 -1
  424. package/internal/ZIndex/__creevey__/ZIndex.creevey/ZIndex.creevey.js +0 -550
  425. package/internal/ZIndex/__creevey__/ZIndex.creevey/ZIndex.creevey.js.map +0 -1
  426. package/internal/ZIndex/__creevey__/ZIndex.creevey/package.json +0 -6
  427. package/internal/ZIndex/__creevey__/ZIndex.creevey.d.ts +0 -1
  428. package/lib/styles/HoldSelectionColor/HoldSelectionColor.js +0 -8
  429. package/lib/styles/HoldSelectionColor/HoldSelectionColor.js.map +0 -1
  430. package/lib/styles/HoldSelectionColor/package.json +0 -6
  431. package/lib/styles/HoldSelectionColor.d.ts +0 -1
  432. /package/{cjs/components/Autocomplete/__creevey__/Autocomplete.creevey.d.ts → components/Autocomplete/__creevey__/Autocomplete.creevey.d.mts} +0 -0
  433. /package/{cjs/components/Button/__creevey__/Button.creevey.d.ts → components/Button/__creevey__/Button.creevey.d.mts} +0 -0
  434. /package/{cjs/components/Calendar/__creevey__/Calendar.creevey.d.ts → components/Calendar/__creevey__/Calendar.creevey.d.mts} +0 -0
  435. /package/{cjs/components/Checkbox/__creevey__/Checkbox.creevey.d.ts → components/Checkbox/__creevey__/Checkbox.creevey.d.mts} +0 -0
  436. /package/{cjs/components/ComboBox/__creevey__/ComboBox.creevey.d.ts → components/ComboBox/__creevey__/ComboBox.creevey.d.mts} +0 -0
  437. /package/{cjs/components/CurrencyInput/__creevey__/CurrencyInput.creevey.d.ts → components/CurrencyInput/__creevey__/CurrencyInput.creevey.d.mts} +0 -0
  438. /package/{cjs/components/DateInput/__creevey__/DateInput.creevey.d.ts → components/DateInput/__creevey__/DateInput.creevey.d.mts} +0 -0
  439. /package/{cjs/components/DatePicker/__creevey__/DatePicker.creevey.d.ts → components/DatePicker/__creevey__/DatePicker.creevey.d.mts} +0 -0
  440. /package/{cjs/components/Dropdown/__creevey__/Dropdown.creevey.d.ts → components/Dropdown/__creevey__/Dropdown.creevey.d.mts} +0 -0
  441. /package/{cjs/components/DropdownMenu/__creevey__/DropdownMenu.creevey.d.ts → components/DropdownMenu/__creevey__/DropdownMenu.creevey.d.mts} +0 -0
  442. /package/{cjs/components/FxInput/__creevey__/FxInput.creevey.d.ts → components/FxInput/__creevey__/FxInput.creevey.d.mts} +0 -0
  443. /package/{cjs/components/Group/__creevey__/Group.creevey.d.ts → components/Group/__creevey__/Group.creevey.d.mts} +0 -0
  444. /package/{cjs/components/Hint/__creevey__/Hint.creevey.d.ts → components/Hint/__creevey__/Hint.creevey.d.mts} +0 -0
  445. /package/{cjs/components/Input/__creevey__/Input.creevey.d.ts → components/Input/__creevey__/Input.creevey.d.mts} +0 -0
  446. /package/{cjs/components/Kebab/__creevey__/Kebab.creevey.d.ts → components/Kebab/__creevey__/Kebab.creevey.d.mts} +0 -0
  447. /package/{cjs/components/Link/__creevey__/Link.creevey.d.ts → components/Link/__creevey__/Link.creevey.d.mts} +0 -0
  448. /package/{cjs/components/Loader/__creevey__/Loader.creevey.d.ts → components/Loader/__creevey__/Loader.creevey.d.mts} +0 -0
  449. /package/{cjs/components/MaskedInput/__creevey__/MaskedInput.creevey.d.ts → components/MaskedInput/__creevey__/MaskedInput.creevey.d.mts} +0 -0
  450. /package/{cjs/components/Modal/__creevey__/Modal.creevey.d.ts → components/Modal/__creevey__/Modal.creevey.d.mts} +0 -0
  451. /package/{cjs/components/Paging/__creevey__/Paging.creevey.d.ts → components/Paging/__creevey__/Paging.creevey.d.mts} +0 -0
  452. /package/{cjs/components/PasswordInput/__creevey__/PasswordInput.creevey.d.ts → components/PasswordInput/__creevey__/PasswordInput.creevey.d.mts} +0 -0
  453. /package/{cjs/components/Radio/__creevey__/Radio.creevey.d.ts → components/Radio/__creevey__/Radio.creevey.d.mts} +0 -0
  454. /package/{cjs/components/RadioGroup/__creevey__/RadioGroup.creevey.d.ts → components/RadioGroup/__creevey__/RadioGroup.creevey.d.mts} +0 -0
  455. /package/{cjs/components/ScrollContainer/__creevey__/ScrollContainer.creevey.d.ts → components/ScrollContainer/__creevey__/ScrollContainer.creevey.d.mts} +0 -0
  456. /package/{cjs/components/Select/__creevey__/Select.creevey.d.ts → components/Select/__creevey__/Select.creevey.d.mts} +0 -0
  457. /package/{cjs/components/SidePage/__creevey__/SidePage.creevey.d.ts → components/SidePage/__creevey__/SidePage.creevey.d.mts} +0 -0
  458. /package/{cjs/components/Sticky/__creevey__/Sticky.creevey.d.ts → components/Sticky/__creevey__/Sticky.creevey.d.mts} +0 -0
  459. /package/{cjs/components/Switcher/__creevey__/Switcher.creevey.d.ts → components/Switcher/__creevey__/Switcher.creevey.d.mts} +0 -0
  460. /package/{cjs/components/Tabs/__creevey__/Tabs.creevey.d.ts → components/Tabs/__creevey__/Tabs.creevey.d.mts} +0 -0
  461. /package/{cjs/components/Textarea/__creevey__/Textarea.creevey.d.ts → components/Textarea/__creevey__/Textarea.creevey.d.mts} +0 -0
  462. /package/{cjs/components/Toast/__creevey__/Toast.creevey.d.ts → components/Toast/__creevey__/Toast.creevey.d.mts} +0 -0
  463. /package/{cjs/components/Toggle/__creevey__/Toggle.creevey.d.ts → components/Toggle/__creevey__/Toggle.creevey.d.mts} +0 -0
  464. /package/{cjs/components/TokenInput/__creevey__/TokenInput.creevey.d.ts → components/TokenInput/__creevey__/TokenInput.creevey.d.mts} +0 -0
  465. /package/{cjs/components/Tooltip/__creevey__/Tooltip.creevey.d.ts → components/Tooltip/__creevey__/Tooltip.creevey.d.mts} +0 -0
  466. /package/{cjs/components/TooltipMenu/__creevey__/TooltipMenu.creevey.d.ts → components/TooltipMenu/__creevey__/TooltipMenu.creevey.d.mts} +0 -0
  467. /package/{cjs/internal/CloseButtonIcon/__creevey__/CloseButtonIcon.creevey.d.ts → internal/CloseButtonIcon/__creevey__/CloseButtonIcon.creevey.d.mts} +0 -0
  468. /package/{cjs/internal/CustomComboBox/__creevey__/ComboBoxView.creevey.d.ts → internal/CustomComboBox/__creevey__/ComboBoxView.creevey.d.mts} +0 -0
  469. /package/{cjs/internal/FileUploaderControl/__creevey__/FileUploaderFile.creevey.d.ts → internal/FileUploaderControl/__creevey__/FileUploaderFile.creevey.d.mts} +0 -0
  470. /package/{cjs/internal/HideBodyVerticalScroll/__creevey__/HideBodyVerticalScroll.creevey.d.ts → internal/HideBodyVerticalScroll/__creevey__/HideBodyVerticalScroll.creevey.d.mts} +0 -0
  471. /package/{cjs/internal/Menu/__creevey__/Menu.creevey.d.ts → internal/Menu/__creevey__/Menu.creevey.d.mts} +0 -0
  472. /package/{cjs/internal/PopupMenu/__creevey__/PopupMenu.creevey.d.ts → internal/PopupMenu/__creevey__/PopupMenu.creevey.d.mts} +0 -0
  473. /package/{cjs/internal/ThemePlayground/__creevey__/ThemeProvider.creevey.d.ts → internal/ThemePlayground/__creevey__/ThemeProvider.creevey.d.mts} +0 -0
  474. /package/{cjs/internal/ZIndex/__creevey__/ZIndex.creevey.d.ts → internal/ZIndex/__creevey__/ZIndex.creevey.d.mts} +0 -0
@@ -1,239 +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 commonTests = function commonTests() {
6
- (0, _creevey.test)('focus and type text', /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee() {var screenshotElement, autocompleteElement;return _regenerator.default.wrap(function _callee$(_context) {while (1) switch (_context.prev = _context.next) {case 0:
7
- screenshotElement = this.browser.findElement({
8
- css: '#test-element'
9
- });
10
- autocompleteElement = this.browser.findElement({
11
- css: '[data-comp-name~="Autocomplete"]'
12
- });_context.next = 4;return (
13
- this.browser.actions({ bridge: true }).click(autocompleteElement).sendKeys('o').perform());case 4:_context.next = 6;return (
14
- (0, _utils.delay)(1000));case 6:_context.t0 =
15
- this;_context.next = 9;return screenshotElement.takeScreenshot();case 9:_context.t1 = _context.sent;_context.next = 12;return _context.t0.expect.call(_context.t0, _context.t1).to.matchImage();case 12:case "end":return _context.stop();}}, _callee, this);}))
16
- );
17
- };
18
-
19
- var mobileHintsTests = function mobileHintsTests() {
20
- (0, _creevey.test)('noInputValue', /*#__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 (
21
- this.browser.
22
- actions({
23
- bridge: true
24
- }).
25
- click(this.browser.findElement({ css: 'input' })).
26
- perform());case 2:_context2.next = 4;return (
27
- (0, _utils.delay)(200));case 4:_context2.t0 =
28
- this;_context2.next = 7;return this.browser.takeScreenshot();case 7:_context2.t1 = _context2.sent;_context2.next = 10;return _context2.t0.expect.call(_context2.t0, _context2.t1).to.matchImage('noInputValue');case 10:case "end":return _context2.stop();}}, _callee2, this);}))
29
- );
30
-
31
- (0, _creevey.test)('nothingWasFound', /*#__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 (
32
- this.browser.
33
- actions({
34
- bridge: true
35
- }).
36
- click(this.browser.findElement({ css: 'input' })).
37
- sendKeys('abc').
38
- perform());case 2:_context3.next = 4;return (
39
- (0, _utils.delay)(200));case 4:_context3.t0 =
40
- this;_context3.next = 7;return this.browser.takeScreenshot();case 7:_context3.t1 = _context3.sent;_context3.next = 10;return _context3.t0.expect.call(_context3.t0, _context3.t1).to.matchImage('nothingWasFound');case 10:case "end":return _context3.stop();}}, _callee3, this);}))
41
- );
42
-
43
- (0, _creevey.test)('updateValue', /*#__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 (
44
- this.browser.
45
- actions({
46
- bridge: true
47
- }).
48
- click(this.browser.findElement({ css: 'input' })).
49
- sendKeys('one').
50
- perform());case 2:_context4.next = 4;return (
51
- (0, _utils.delay)(200));case 4:_context4.next = 6;return (
52
- this.browser.
53
- actions({
54
- bridge: true
55
- }).
56
- click(this.browser.findElement({ css: '[data-comp-name~="MenuItem"]' })).
57
- click(this.browser.findElement({ css: 'input' })).
58
- perform());case 6:_context4.next = 8;return (
59
- (0, _utils.delay)(200));case 8:_context4.t0 =
60
- this;_context4.next = 11;return this.browser.takeScreenshot();case 11:_context4.t1 = _context4.sent;_context4.next = 14;return _context4.t0.expect.call(_context4.t0, _context4.t1).to.matchImage('updateValue');case 14:case "end":return _context4.stop();}}, _callee4, this);}))
61
- );
62
- };
63
-
64
- var sizeTests = function sizeTests() {
65
- (0, _creevey.test)('focus and type text small', /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee5() {var screenshotElement, autocompleteElements;return _regenerator.default.wrap(function _callee5$(_context5) {while (1) switch (_context5.prev = _context5.next) {case 0:
66
- screenshotElement = this.browser.findElement({
67
- css: '#test-element'
68
- });_context5.next = 3;return (
69
- this.browser.findElements({
70
- css: '[data-comp-name~="Autocomplete"]'
71
- }));case 3:autocompleteElements = _context5.sent;_context5.next = 6;return (
72
- this.browser.actions({ bridge: true }).click(autocompleteElements[0]).sendKeys('o').perform());case 6:_context5.next = 8;return (
73
- (0, _utils.delay)(1000));case 8:_context5.t0 =
74
- this;_context5.next = 11;return screenshotElement.takeScreenshot();case 11:_context5.t1 = _context5.sent;_context5.next = 14;return _context5.t0.expect.call(_context5.t0, _context5.t1).to.matchImage();case 14:case "end":return _context5.stop();}}, _callee5, this);}))
75
- );
76
-
77
- (0, _creevey.test)('focus and type text medium', /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee6() {var screenshotElement, autocompleteElements;return _regenerator.default.wrap(function _callee6$(_context6) {while (1) switch (_context6.prev = _context6.next) {case 0:
78
- screenshotElement = this.browser.findElement({
79
- css: '#test-element'
80
- });_context6.next = 3;return (
81
- this.browser.findElements({
82
- css: '[data-comp-name~="Autocomplete"]'
83
- }));case 3:autocompleteElements = _context6.sent;_context6.next = 6;return (
84
- this.browser.actions({ bridge: true }).click(autocompleteElements[1]).sendKeys('o').perform());case 6:_context6.next = 8;return (
85
- (0, _utils.delay)(1000));case 8:_context6.t0 =
86
- this;_context6.next = 11;return screenshotElement.takeScreenshot();case 11:_context6.t1 = _context6.sent;_context6.next = 14;return _context6.t0.expect.call(_context6.t0, _context6.t1).to.matchImage();case 14:case "end":return _context6.stop();}}, _callee6, this);}))
87
- );
88
-
89
- (0, _creevey.test)('focus and type text large', /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee7() {var screenshotElement, autocompleteElements;return _regenerator.default.wrap(function _callee7$(_context7) {while (1) switch (_context7.prev = _context7.next) {case 0:
90
- screenshotElement = this.browser.findElement({
91
- css: '#test-element'
92
- });_context7.next = 3;return (
93
- this.browser.findElements({
94
- css: '[data-comp-name~="Autocomplete"]'
95
- }));case 3:autocompleteElements = _context7.sent;_context7.next = 6;return (
96
- this.browser.actions({ bridge: true }).click(autocompleteElements[2]).sendKeys('o').perform());case 6:_context7.next = 8;return (
97
- (0, _utils.delay)(1000));case 8:_context7.t0 =
98
- this;_context7.next = 11;return screenshotElement.takeScreenshot();case 11:_context7.t1 = _context7.sent;_context7.next = 14;return _context7.t0.expect.call(_context7.t0, _context7.t1).to.matchImage();case 14:case "end":return _context7.stop();}}, _callee7, this);}))
99
- );
100
- };
101
-
102
- var menuPosTests = function menuPosTests() {
103
- (0, _creevey.test)('focus and type text menu top', /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee8() {var screenshotElement, autocompleteElements;return _regenerator.default.wrap(function _callee8$(_context8) {while (1) switch (_context8.prev = _context8.next) {case 0:
104
- screenshotElement = this.browser.findElement({ css: '#test-element' });_context8.next = 3;return (
105
- this.browser.findElements({ css: '[data-comp-name~="Autocomplete"]' }));case 3:autocompleteElements = _context8.sent;_context8.next = 6;return (
106
-
107
- this.browser.actions({ bridge: true }).click(autocompleteElements[0]).sendKeys('o').perform());case 6:_context8.next = 8;return (
108
- (0, _utils.delay)(1000));case 8:_context8.t0 =
109
-
110
- this;_context8.next = 11;return screenshotElement.takeScreenshot();case 11:_context8.t1 = _context8.sent;_context8.next = 14;return _context8.t0.expect.call(_context8.t0, _context8.t1).to.matchImage();case 14:case "end":return _context8.stop();}}, _callee8, this);}))
111
- );
112
- (0, _creevey.test)('focus and type text menu bottom', /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee9() {var screenshotElement, autocompleteElements;return _regenerator.default.wrap(function _callee9$(_context9) {while (1) switch (_context9.prev = _context9.next) {case 0:
113
- screenshotElement = this.browser.findElement({ css: '#test-element' });_context9.next = 3;return (
114
- this.browser.findElements({ css: '[data-comp-name~="Autocomplete"]' }));case 3:autocompleteElements = _context9.sent;_context9.next = 6;return (
115
-
116
- this.browser.actions({ bridge: true }).click(autocompleteElements[1]).sendKeys('o').perform());case 6:_context9.next = 8;return (
117
- (0, _utils.delay)(1000));case 8:_context9.t0 =
118
-
119
- this;_context9.next = 11;return screenshotElement.takeScreenshot();case 11:_context9.t1 = _context9.sent;_context9.next = 14;return _context9.t0.expect.call(_context9.t0, _context9.t1).to.matchImage();case 14:case "end":return _context9.stop();}}, _callee9, this);}))
120
- );
121
- };
122
-
123
- (0, _creevey.kind)('Autocomplete', function () {
124
- (0, _creevey.story)('Simple', function () {
125
- (0, _creevey.test)('idle', /*#__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.t0 =
126
- this;_context10.next = 3;return this.takeScreenshot();case 3:_context10.t1 = _context10.sent;_context10.next = 6;return _context10.t0.expect.call(_context10.t0, _context10.t1).to.matchImage('idle');case 6:case "end":return _context10.stop();}}, _callee10, this);}))
127
- );
128
-
129
- (0, _creevey.test)('focused', /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee11() {var autocompleteElement;return _regenerator.default.wrap(function _callee11$(_context11) {while (1) switch (_context11.prev = _context11.next) {case 0:
130
- autocompleteElement = this.browser.findElement({
131
- css: '[data-comp-name~="Autocomplete"]'
132
- });_context11.next = 3;return (
133
- this.browser.actions({ bridge: true }).click(autocompleteElement).perform());case 3:_context11.next = 5;return (
134
- (0, _utils.delay)(1000));case 5:_context11.t0 =
135
- this;_context11.next = 8;return autocompleteElement.takeScreenshot();case 8:_context11.t1 = _context11.sent;_context11.next = 11;return _context11.t0.expect.call(_context11.t0, _context11.t1).to.matchImage();case 11:case "end":return _context11.stop();}}, _callee11, this);}))
136
- );
137
-
138
- commonTests();
139
- });
140
-
141
- (0, _creevey.story)('WithRenderItem', function () {
142
- commonTests();
143
- });
144
-
145
- (0, _creevey.story)('WithBigRenderItemWidth', function () {
146
- commonTests();
147
- });
148
-
149
- (0, _creevey.story)('WithFixedMenuSize', function () {
150
- commonTests();
151
- });
152
-
153
- (0, _creevey.story)('WithPercentageWidth', function () {
154
- commonTests();
155
- });
156
-
157
- (0, _creevey.story)('WithFixedWidth', function () {
158
- commonTests();
159
- });
160
-
161
- (0, _creevey.story)('WithZeroWidth', function () {
162
- commonTests();
163
- });
164
-
165
- (0, _creevey.story)('MobileHints', function () {
166
- mobileHintsTests();
167
- });
168
-
169
- (0, _creevey.story)('MobileHintsEN', function () {
170
- mobileHintsTests();
171
- });
172
-
173
- (0, _creevey.story)('MobileWithTitle', function () {
174
- (0, _creevey.test)('opened', /*#__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 (
175
- this.browser.
176
- actions({
177
- bridge: true
178
- }).
179
- click(this.browser.findElement({ css: 'input' })).
180
- perform());case 2:_context12.next = 4;return (
181
- (0, _utils.delay)(200));case 4:_context12.t0 =
182
- this;_context12.next = 7;return this.browser.takeScreenshot();case 7:_context12.t1 = _context12.sent;_context12.next = 10;return _context12.t0.expect.call(_context12.t0, _context12.t1).to.matchImage('opened');case 10:case "end":return _context12.stop();}}, _callee12, this);}))
183
- );
184
- });
185
-
186
- (0, _creevey.story)('WithManualPosition', function (_ref13) {var setStoryParameters = _ref13.setStoryParameters;
187
- setStoryParameters({
188
- skip: {
189
- 'no themes': { in: /^(?!\b(chrome2022|firefox2022)\b)/ },
190
- flaky: {
191
- in: ['firefox2022'],
192
- tests: ['opened top with portal', 'opened bottom with portal']
193
- }
194
- }
195
- });
196
-
197
- (0, _creevey.test)('opened top with portal', /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee13() {var screenshotElement, autocompleteElement;return _regenerator.default.wrap(function _callee13$(_context13) {while (1) switch (_context13.prev = _context13.next) {case 0:
198
- screenshotElement = this.browser.findElement({
199
- css: '#test-element'
200
- });
201
- autocompleteElement = this.browser.findElement({
202
- css: '[data-comp-name~="Autocomplete"]'
203
- });_context13.next = 4;return (
204
- this.browser.actions({ bridge: true }).click(autocompleteElement).sendKeys('o').perform());case 4:_context13.next = 6;return (
205
- (0, _utils.delay)(1000));case 6:_context13.t0 =
206
- this;_context13.next = 9;return screenshotElement.takeScreenshot();case 9:_context13.t1 = _context13.sent;_context13.next = 12;return _context13.t0.expect.call(_context13.t0, _context13.t1).to.matchImage();case 12:case "end":return _context13.stop();}}, _callee13, this);}))
207
- );
208
-
209
- (0, _creevey.test)('opened bottom with portal', /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee14() {var screenshotElement, autocompleteElement;return _regenerator.default.wrap(function _callee14$(_context14) {while (1) switch (_context14.prev = _context14.next) {case 0:
210
- screenshotElement = this.browser.findElement({
211
- css: '#test-element'
212
- });
213
- autocompleteElement = this.browser.findElement({
214
- css: '[data-comp-name~="Autocomplete"]'
215
- });_context14.next = 4;return (
216
- this.browser.
217
- actions({ bridge: true }).
218
- click(this.browser.findElement({ css: '[data-tid~="pos"]' })).
219
- click(autocompleteElement).
220
- sendKeys('o').
221
- perform());case 4:_context14.next = 6;return (
222
- (0, _utils.delay)(1000));case 6:_context14.t0 =
223
- this;_context14.next = 9;return screenshotElement.takeScreenshot();case 9:_context14.t1 = _context14.sent;_context14.next = 12;return _context14.t0.expect.call(_context14.t0, _context14.t1).to.matchImage();case 12:case "end":return _context14.stop();}}, _callee14, this);}))
224
- );
225
- });
226
-
227
- (0, _creevey.story)('Size', function () {
228
- sizeTests();
229
- });
230
-
231
- (0, _creevey.story)('WithDisabledPortal', function () {
232
- commonTests();
233
- menuPosTests();
234
- });
235
-
236
- (0, _creevey.story)('MenuPos', function () {
237
- menuPosTests();
238
- });
239
- });
@@ -1 +0,0 @@
1
- {"version":3,"names":["_creevey","require","_utils","commonTests","test","_asyncToGenerator2","default","_regenerator","mark","_callee","screenshotElement","autocompleteElement","wrap","_callee$","_context","prev","next","browser","findElement","css","actions","bridge","click","sendKeys","perform","delay","t0","takeScreenshot","t1","sent","expect","call","to","matchImage","stop","mobileHintsTests","_callee2","_callee2$","_context2","_callee3","_callee3$","_context3","_callee4","_callee4$","_context4","sizeTests","_callee5","autocompleteElements","_callee5$","_context5","findElements","_callee6","_callee6$","_context6","_callee7","_callee7$","_context7","menuPosTests","_callee8","_callee8$","_context8","_callee9","_callee9$","_context9","kind","story","_callee10","_callee10$","_context10","_callee11","_callee11$","_context11","_callee12","_callee12$","_context12","_ref13","setStoryParameters","skip","in","flaky","tests","_callee13","_callee13$","_context13","_callee14","_callee14$","_context14"],"sources":["Autocomplete.creevey.ts"],"sourcesContent":["import { story, kind, test } from 'creevey';\n\nimport { delay } from '../../../lib/utils';\n\nconst commonTests = () => {\n test('focus and type text', async function () {\n const screenshotElement = this.browser.findElement({\n css: '#test-element',\n });\n const autocompleteElement = this.browser.findElement({\n css: '[data-comp-name~=\"Autocomplete\"]',\n });\n await this.browser.actions({ bridge: true }).click(autocompleteElement).sendKeys('o').perform();\n await delay(1000);\n await this.expect(await screenshotElement.takeScreenshot()).to.matchImage();\n });\n};\n\nconst mobileHintsTests = () => {\n test('noInputValue', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: 'input' }))\n .perform();\n await delay(200);\n await this.expect(await this.browser.takeScreenshot()).to.matchImage('noInputValue');\n });\n\n test('nothingWasFound', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: 'input' }))\n .sendKeys('abc')\n .perform();\n await delay(200);\n await this.expect(await this.browser.takeScreenshot()).to.matchImage('nothingWasFound');\n });\n\n test('updateValue', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: 'input' }))\n .sendKeys('one')\n .perform();\n await delay(200);\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '[data-comp-name~=\"MenuItem\"]' }))\n .click(this.browser.findElement({ css: 'input' }))\n .perform();\n await delay(200);\n await this.expect(await this.browser.takeScreenshot()).to.matchImage('updateValue');\n });\n};\n\nconst sizeTests = () => {\n test('focus and type text small', async function () {\n const screenshotElement = this.browser.findElement({\n css: '#test-element',\n });\n const autocompleteElements = await this.browser.findElements({\n css: '[data-comp-name~=\"Autocomplete\"]',\n });\n await this.browser.actions({ bridge: true }).click(autocompleteElements[0]).sendKeys('o').perform();\n await delay(1000);\n await this.expect(await screenshotElement.takeScreenshot()).to.matchImage();\n });\n\n test('focus and type text medium', async function () {\n const screenshotElement = this.browser.findElement({\n css: '#test-element',\n });\n const autocompleteElements = await this.browser.findElements({\n css: '[data-comp-name~=\"Autocomplete\"]',\n });\n await this.browser.actions({ bridge: true }).click(autocompleteElements[1]).sendKeys('o').perform();\n await delay(1000);\n await this.expect(await screenshotElement.takeScreenshot()).to.matchImage();\n });\n\n test('focus and type text large', async function () {\n const screenshotElement = this.browser.findElement({\n css: '#test-element',\n });\n const autocompleteElements = await this.browser.findElements({\n css: '[data-comp-name~=\"Autocomplete\"]',\n });\n await this.browser.actions({ bridge: true }).click(autocompleteElements[2]).sendKeys('o').perform();\n await delay(1000);\n await this.expect(await screenshotElement.takeScreenshot()).to.matchImage();\n });\n};\n\nconst menuPosTests = () => {\n test('focus and type text menu top', async function () {\n const screenshotElement = this.browser.findElement({ css: '#test-element' });\n const autocompleteElements = await this.browser.findElements({ css: '[data-comp-name~=\"Autocomplete\"]' });\n\n await this.browser.actions({ bridge: true }).click(autocompleteElements[0]).sendKeys('o').perform();\n await delay(1000);\n\n await this.expect(await screenshotElement.takeScreenshot()).to.matchImage();\n });\n test('focus and type text menu bottom', async function () {\n const screenshotElement = this.browser.findElement({ css: '#test-element' });\n const autocompleteElements = await this.browser.findElements({ css: '[data-comp-name~=\"Autocomplete\"]' });\n\n await this.browser.actions({ bridge: true }).click(autocompleteElements[1]).sendKeys('o').perform();\n await delay(1000);\n\n await this.expect(await screenshotElement.takeScreenshot()).to.matchImage();\n });\n};\n\nkind('Autocomplete', () => {\n story('Simple', () => {\n test('idle', async function () {\n await this.expect(await this.takeScreenshot()).to.matchImage('idle');\n });\n\n test('focused', async function () {\n const autocompleteElement = this.browser.findElement({\n css: '[data-comp-name~=\"Autocomplete\"]',\n });\n await this.browser.actions({ bridge: true }).click(autocompleteElement).perform();\n await delay(1000);\n await this.expect(await autocompleteElement.takeScreenshot()).to.matchImage();\n });\n\n commonTests();\n });\n\n story('WithRenderItem', () => {\n commonTests();\n });\n\n story('WithBigRenderItemWidth', () => {\n commonTests();\n });\n\n story('WithFixedMenuSize', () => {\n commonTests();\n });\n\n story('WithPercentageWidth', () => {\n commonTests();\n });\n\n story('WithFixedWidth', () => {\n commonTests();\n });\n\n story('WithZeroWidth', () => {\n commonTests();\n });\n\n story('MobileHints', () => {\n mobileHintsTests();\n });\n\n story('MobileHintsEN', () => {\n mobileHintsTests();\n });\n\n story('MobileWithTitle', () => {\n test('opened', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: 'input' }))\n .perform();\n await delay(200);\n await this.expect(await this.browser.takeScreenshot()).to.matchImage('opened');\n });\n });\n\n story('WithManualPosition', ({ setStoryParameters }) => {\n setStoryParameters({\n skip: {\n 'no themes': { in: /^(?!\\b(chrome2022|firefox2022)\\b)/ },\n flaky: {\n in: ['firefox2022'],\n tests: ['opened top with portal', 'opened bottom with portal'],\n },\n },\n });\n\n test('opened top with portal', async function () {\n const screenshotElement = this.browser.findElement({\n css: '#test-element',\n });\n const autocompleteElement = this.browser.findElement({\n css: '[data-comp-name~=\"Autocomplete\"]',\n });\n await this.browser.actions({ bridge: true }).click(autocompleteElement).sendKeys('o').perform();\n await delay(1000);\n await this.expect(await screenshotElement.takeScreenshot()).to.matchImage();\n });\n\n test('opened bottom with portal', async function () {\n const screenshotElement = this.browser.findElement({\n css: '#test-element',\n });\n const autocompleteElement = this.browser.findElement({\n css: '[data-comp-name~=\"Autocomplete\"]',\n });\n await this.browser\n .actions({ bridge: true })\n .click(this.browser.findElement({ css: '[data-tid~=\"pos\"]' }))\n .click(autocompleteElement)\n .sendKeys('o')\n .perform();\n await delay(1000);\n await this.expect(await screenshotElement.takeScreenshot()).to.matchImage();\n });\n });\n\n story('Size', () => {\n sizeTests();\n });\n\n story('WithDisabledPortal', () => {\n commonTests();\n menuPosTests();\n });\n\n story('MenuPos', () => {\n menuPosTests();\n });\n});\n"],"mappings":"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","ignoreList":[]}
@@ -1,250 +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 buttonTests = function buttonTests() {
4
- (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 =
5
- 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);}))
6
- );
7
-
8
- (0, _creevey.test)('hover', /*#__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 (
9
- this.browser.
10
- actions({
11
- bridge: true
12
- }).
13
- move({
14
- origin: this.browser.findElement({ css: '[data-tid~="test-button"]' })
15
- }).
16
- perform());case 2:_context2.t0 =
17
- 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('hover');case 8:case "end":return _context2.stop();}}, _callee2, this);}))
18
- );
19
-
20
- (0, _creevey.test)('pressed', /*#__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 (
21
- this.browser.
22
- actions({
23
- bridge: true
24
- }).
25
- move({
26
- origin: this.browser.findElement({ css: '[data-tid~="test-button"]' })
27
- }).
28
- press().
29
- perform());case 2:_context3.t0 =
30
- this;_context3.next = 5;return this.takeScreenshot();case 5:_context3.t1 = _context3.sent;_context3.next = 8;return _context3.t0.expect.call(_context3.t0, _context3.t1).to.matchImage('pressed');case 8:_context3.next = 10;return (
31
- this.browser.
32
- actions({
33
- bridge: true
34
- }).
35
- release().
36
- perform());case 10:case "end":return _context3.stop();}}, _callee3, this);}))
37
- );
38
-
39
- (0, _creevey.test)('clicked', /*#__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 (
40
- this.browser.
41
- actions({
42
- bridge: true
43
- }).
44
- click(this.browser.findElement({ css: '[data-tid~="test-button"]' })).
45
- perform());case 2:_context4.t0 =
46
- this;_context4.next = 5;return this.takeScreenshot();case 5:_context4.t1 = _context4.sent;_context4.next = 8;return _context4.t0.expect.call(_context4.t0, _context4.t1).to.matchImage('clicked');case 8:case "end":return _context4.stop();}}, _callee4, this);}))
47
- );
48
-
49
- (0, _creevey.test)('tabPress', /*#__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 (
50
- this.browser.
51
- actions({
52
- bridge: true
53
- }).
54
- sendKeys(this.keys.TAB).
55
- pause(500).
56
- perform());case 2:_context5.t0 =
57
- 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('tabPress');case 8:case "end":return _context5.stop();}}, _callee5, this);}))
58
- );
59
- };
60
-
61
- (0, _creevey.kind)('Button', function () {
62
- (0, _creevey.story)('PlaygroundDefault', function (_ref6) {var setStoryParameters = _ref6.setStoryParameters;
63
- setStoryParameters({
64
- skip: {
65
- 'hover does not work in chrome': {
66
- in: ['chrome2022', 'chrome2022Dark'],
67
- tests: ['hover', 'pressed', 'clicked']
68
- },
69
- 'focus goes out of page and breaks other tests': { in: /firefox/, tests: 'tabPress' }
70
- }
71
- });
72
-
73
- buttonTests();
74
- });
75
-
76
- (0, _creevey.story)('PlaygroundDisabled', function (_ref7) {var setStoryParameters = _ref7.setStoryParameters;
77
- setStoryParameters({
78
- skip: {
79
- 'focus goes out of page and breaks other tests': {
80
- in: /firefox/,
81
- tests: 'tabPress'
82
- },
83
- 'hover does not work in chrome': {
84
- in: ['chrome2022', 'chrome2022Dark'],
85
- tests: ['hover', 'pressed', 'clicked']
86
- }
87
- }
88
- });
89
-
90
- buttonTests();
91
- });
92
-
93
- (0, _creevey.story)('ButtonAsLinkIconColor', function (_ref8) {var setStoryParameters = _ref8.setStoryParameters;
94
- setStoryParameters({
95
- skip: {
96
- 'focus goes out of page and breaks other tests': {
97
- tests: ['pressed', 'clicked', 'tabPress']
98
- },
99
- 'hover does not work in chrome': {
100
- in: /^(?!\b(firefox.*)\b)/,
101
- tests: ['hover']
102
- }
103
- }
104
- });
105
-
106
- buttonTests();
107
- });
108
-
109
- (0, _creevey.story)('BtnTextBgHoverActive', function (_ref9) {var setStoryParameters = _ref9.setStoryParameters;
110
- setStoryParameters({
111
- skip: {
112
- 'hover does not work in chrome & only 22 dark theme needed': {
113
- in: /^(?!\bfirefox2022Dark?\b)/
114
- }
115
- }
116
- });
117
-
118
- (0, _creevey.test)('hover', /*#__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 (
119
- this.browser.
120
- actions({
121
- bridge: true
122
- }).
123
- move({
124
- origin: this.browser.findElement({ css: '[data-tid~="test-button"]' })
125
- }).
126
- perform());case 2:_context6.t0 =
127
- 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('hover');case 8:case "end":return _context6.stop();}}, _callee6, this);}))
128
- );
129
-
130
- (0, _creevey.test)('pressed', /*#__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 (
131
- this.browser.
132
- actions({
133
- bridge: true
134
- }).
135
- move({
136
- origin: this.browser.findElement({ css: '[data-tid~="test-button"]' })
137
- }).
138
- press().
139
- perform());case 2:_context7.t0 =
140
- 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('pressed');case 8:_context7.next = 10;return (
141
- this.browser.
142
- actions({
143
- bridge: true
144
- }).
145
- release().
146
- perform());case 10:case "end":return _context7.stop();}}, _callee7, this);}))
147
- );
148
- });
149
-
150
- (0, _creevey.story)('IconAndTextHoverColor', function (_ref12) {var setStoryParameters = _ref12.setStoryParameters;
151
- setStoryParameters({
152
- skip: {
153
- 'hover does not work in chrome': {
154
- in: /^(?!\bfirefox(2022)?\b)/
155
- }
156
- }
157
- });
158
-
159
- (0, _creevey.test)('hover', /*#__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 (
160
- this.browser.
161
- actions({
162
- bridge: true
163
- }).
164
- move({
165
- origin: this.browser.findElement({
166
- css: '[data-tid~="test-button"]'
167
- })
168
- }).
169
- perform());case 2:_context8.t0 =
170
- 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('hover');case 8:case "end":return _context8.stop();}}, _callee8, this);}))
171
- );
172
- });
173
-
174
- (0, _creevey.story)('HoverTextColor', function (_ref14) {var setStoryParameters = _ref14.setStoryParameters;
175
- setStoryParameters({
176
- skip: {
177
- 'hover does not work in chrome': {
178
- in: /^(?!\bfirefox(2022)?\b)/
179
- }
180
- }
181
- });
182
-
183
- (0, _creevey.test)('hover', /*#__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 (
184
- this.browser.
185
- actions({
186
- bridge: true
187
- }).
188
- move({
189
- origin: this.browser.findElement({
190
- css: '[data-tid~="test-button"]'
191
- })
192
- }).
193
- perform());case 2:_context9.t0 =
194
- this;_context9.next = 5;return this.takeScreenshot();case 5:_context9.t1 = _context9.sent;_context9.next = 8;return _context9.t0.expect.call(_context9.t0, _context9.t1).to.matchImage('hover');case 8:case "end":return _context9.stop();}}, _callee9, this);}))
195
- );
196
- });
197
- (0, _creevey.story)('ArrowDisabled', function (_ref16) {var setStoryParameters = _ref16.setStoryParameters;
198
- setStoryParameters({
199
- skip: true
200
- });
201
- });
202
- (0, _creevey.story)('UnusedPropValues', function (_ref17) {var setStoryParameters = _ref17.setStoryParameters;
203
- setStoryParameters({
204
- skip: { 'chrome default and 2022': { in: /^(?!\bchrome(2022)?\b)/ } }
205
- });
206
- });
207
-
208
- (0, _creevey.story)('BtnBacklessBgHoverActive', function (_ref18) {var setStoryParameters = _ref18.setStoryParameters;
209
- setStoryParameters({
210
- skip: {
211
- 'hover does not work in chrome & only 22 dark theme needed': {
212
- in: /^(?!\bfirefox2022Dark?\b)/
213
- }
214
- }
215
- });
216
-
217
- (0, _creevey.test)('hover', /*#__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 (
218
- this.browser.
219
- actions({
220
- bridge: true
221
- }).
222
- move({
223
- origin: this.browser.findElement({
224
- css: '[data-tid~="test-button"]'
225
- })
226
- }).
227
- perform());case 2:_context10.t0 =
228
- 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('hover');case 8:case "end":return _context10.stop();}}, _callee10, this);}))
229
- );
230
-
231
- (0, _creevey.test)('pressed', /*#__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 (
232
- this.browser.
233
- actions({
234
- bridge: true
235
- }).
236
- move({
237
- origin: this.browser.findElement({ css: '[data-tid~="test-button"]' })
238
- }).
239
- press().
240
- perform());case 2:_context11.t0 =
241
- this;_context11.next = 5;return this.takeScreenshot();case 5:_context11.t1 = _context11.sent;_context11.next = 8;return _context11.t0.expect.call(_context11.t0, _context11.t1).to.matchImage('pressed');case 8:_context11.next = 10;return (
242
- this.browser.
243
- actions({
244
- bridge: true
245
- }).
246
- release().
247
- perform());case 10:case "end":return _context11.stop();}}, _callee11, this);}))
248
- );
249
- });
250
- });
@@ -1 +0,0 @@
1
- {"version":3,"names":["_creevey","require","buttonTests","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","move","origin","findElement","css","perform","_callee3","_callee3$","_context3","press","release","_callee4","_callee4$","_context4","click","_callee5","_callee5$","_context5","sendKeys","keys","TAB","pause","kind","story","_ref6","setStoryParameters","skip","in","tests","_ref7","_ref8","_ref9","_callee6","_callee6$","_context6","_callee7","_callee7$","_context7","_ref12","_callee8","_callee8$","_context8","_ref14","_callee9","_callee9$","_context9","_ref16","_ref17","_ref18","_callee10","_callee10$","_context10","_callee11","_callee11$","_context11"],"sources":["Button.creevey.ts"],"sourcesContent":["import { story, kind, test } from 'creevey';\n\nconst buttonTests = () => {\n test('idle', async function () {\n await this.expect(await this.takeScreenshot()).to.matchImage('idle');\n });\n\n test('hover', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .move({\n origin: this.browser.findElement({ css: '[data-tid~=\"test-button\"]' }),\n })\n .perform();\n await this.expect(await this.takeScreenshot()).to.matchImage('hover');\n });\n\n test('pressed', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .move({\n origin: this.browser.findElement({ css: '[data-tid~=\"test-button\"]' }),\n })\n .press()\n .perform();\n await this.expect(await this.takeScreenshot()).to.matchImage('pressed');\n await this.browser\n .actions({\n bridge: true,\n })\n .release()\n .perform();\n });\n\n test('clicked', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '[data-tid~=\"test-button\"]' }))\n .perform();\n await this.expect(await this.takeScreenshot()).to.matchImage('clicked');\n });\n\n test('tabPress', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .sendKeys(this.keys.TAB)\n .pause(500)\n .perform();\n await this.expect(await this.takeScreenshot()).to.matchImage('tabPress');\n });\n};\n\nkind('Button', () => {\n story('PlaygroundDefault', ({ setStoryParameters }) => {\n setStoryParameters({\n skip: {\n 'hover does not work in chrome': {\n in: ['chrome2022', 'chrome2022Dark'],\n tests: ['hover', 'pressed', 'clicked'],\n },\n 'focus goes out of page and breaks other tests': { in: /firefox/, tests: 'tabPress' },\n },\n });\n\n buttonTests();\n });\n\n story('PlaygroundDisabled', ({ setStoryParameters }) => {\n setStoryParameters({\n skip: {\n 'focus goes out of page and breaks other tests': {\n in: /firefox/,\n tests: 'tabPress',\n },\n 'hover does not work in chrome': {\n in: ['chrome2022', 'chrome2022Dark'],\n tests: ['hover', 'pressed', 'clicked'],\n },\n },\n });\n\n buttonTests();\n });\n\n story('ButtonAsLinkIconColor', ({ setStoryParameters }) => {\n setStoryParameters({\n skip: {\n 'focus goes out of page and breaks other tests': {\n tests: ['pressed', 'clicked', 'tabPress'],\n },\n 'hover does not work in chrome': {\n in: /^(?!\\b(firefox.*)\\b)/,\n tests: ['hover'],\n },\n },\n });\n\n buttonTests();\n });\n\n story('BtnTextBgHoverActive', ({ setStoryParameters }) => {\n setStoryParameters({\n skip: {\n 'hover does not work in chrome & only 22 dark theme needed': {\n in: /^(?!\\bfirefox2022Dark?\\b)/,\n },\n },\n });\n\n test('hover', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .move({\n origin: this.browser.findElement({ css: '[data-tid~=\"test-button\"]' }),\n })\n .perform();\n await this.expect(await this.takeScreenshot()).to.matchImage('hover');\n });\n\n test('pressed', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .move({\n origin: this.browser.findElement({ css: '[data-tid~=\"test-button\"]' }),\n })\n .press()\n .perform();\n await this.expect(await this.takeScreenshot()).to.matchImage('pressed');\n await this.browser\n .actions({\n bridge: true,\n })\n .release()\n .perform();\n });\n });\n\n story('IconAndTextHoverColor', ({ setStoryParameters }) => {\n setStoryParameters({\n skip: {\n 'hover does not work in chrome': {\n in: /^(?!\\bfirefox(2022)?\\b)/,\n },\n },\n });\n\n test('hover', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .move({\n origin: this.browser.findElement({\n css: '[data-tid~=\"test-button\"]',\n }),\n })\n .perform();\n await this.expect(await this.takeScreenshot()).to.matchImage('hover');\n });\n });\n\n story('HoverTextColor', ({ setStoryParameters }) => {\n setStoryParameters({\n skip: {\n 'hover does not work in chrome': {\n in: /^(?!\\bfirefox(2022)?\\b)/,\n },\n },\n });\n\n test('hover', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .move({\n origin: this.browser.findElement({\n css: '[data-tid~=\"test-button\"]',\n }),\n })\n .perform();\n await this.expect(await this.takeScreenshot()).to.matchImage('hover');\n });\n });\n story('ArrowDisabled', ({ setStoryParameters }) => {\n setStoryParameters({\n skip: true,\n });\n });\n story('UnusedPropValues', ({ setStoryParameters }) => {\n setStoryParameters({\n skip: { 'chrome default and 2022': { in: /^(?!\\bchrome(2022)?\\b)/ } },\n });\n });\n\n story('BtnBacklessBgHoverActive', ({ setStoryParameters }) => {\n setStoryParameters({\n skip: {\n 'hover does not work in chrome & only 22 dark theme needed': {\n in: /^(?!\\bfirefox2022Dark?\\b)/,\n },\n },\n });\n\n test('hover', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .move({\n origin: this.browser.findElement({\n css: '[data-tid~=\"test-button\"]',\n }),\n })\n .perform();\n await this.expect(await this.takeScreenshot()).to.matchImage('hover');\n });\n\n test('pressed', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .move({\n origin: this.browser.findElement({ css: '[data-tid~=\"test-button\"]' }),\n })\n .press()\n .perform();\n await this.expect(await this.takeScreenshot()).to.matchImage('pressed');\n await this.browser\n .actions({\n bridge: true,\n })\n .release()\n .perform();\n });\n });\n});\n"],"mappings":"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","ignoreList":[]}