@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 +0,0 @@
1
- {"version":3,"names":["story","kind","test","delay","simpleTests","_asyncToGenerator","_regeneratorRuntime","mark","_callee","wrap","_callee$","_context","prev","next","browser","actions","bridge","click","findElement","css","perform","t0","takeScreenshot","t1","sent","expect","call","to","matchImage","stop","_callee2","_callee2$","_context2","_callee3","_callee3$","_context3","_callee4","_callee4$","_context4","executeScript","sidepageContainer","window","document","querySelector","scrollTop","_callee5","_callee5$","_context5","_callee6","_callee6$","_context6","_ref7","setStoryParameters","skip","_callee8","_this","pressTab","firstTimeTabPress","secondTimeTabPress","thirdTimeTabPress","fourthTimeTabPress","_callee8$","_context8","_ref9","_callee7","_callee7$","_context7","sendKeys","keys","TAB","apply","arguments","matchImages","_callee9","_callee9$","_context9","_callee10","_callee10$","_context10","_callee11","_callee11$","_context11","_callee12","_callee12$","_context12","pause","_callee13","_callee13$","_context13","_callee14","_callee14$","_context14","sidePageContainer","sidePageHeader","fixedHeaderHeight","offsetHeight","_callee15","_callee15$","_context15","_callee16","_callee16$","_context16","_callee17","_callee17$","_context17","_callee18","_callee18$","_context18","_callee19","_callee19$","_context19","_callee20","_callee20$","_context20","_callee21","_callee21$","_context21","_ref23","_callee22","_callee22$","_context22"],"sources":["SidePage.creevey.ts"],"sourcesContent":["import { story, kind, test } from 'creevey';\n\nimport { delay } from '../../../lib/utils';\n\nconst simpleTests = () => {\n test('open side-page', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '[data-tid~=\"open-side-page\"]' }))\n .perform();\n await this.expect(await this.browser.takeScreenshot()).to.matchImage('open side-page');\n });\n};\n\nkind('SidePage', () => {\n story('SidePageOverAnotherSidePageStory', () => {\n test('open internal side-page', async function () {\n await this.browser\n .actions({ bridge: true })\n .click(this.browser.findElement({ css: '[data-tid~=\"open-side-page\"]' }))\n .perform();\n await this.browser\n .actions({ bridge: true })\n .click(this.browser.findElement({ css: '[data-comp-name~=\"SidePage.Body\"] button' }))\n .perform();\n await this.expect(await this.browser.takeScreenshot()).to.matchImage('open internal side-page');\n });\n\n test('close internal side-page', async function () {\n await this.browser\n .actions({ bridge: true })\n .click(this.browser.findElement({ css: '[data-tid~=\"open-side-page\"]' }))\n .perform();\n await this.browser\n .actions({ bridge: true })\n .click(this.browser.findElement({ css: '[data-comp-name~=\"SidePage.Body\"] button' }))\n .perform();\n await this.browser\n .actions({ bridge: true })\n .click(this.browser.findElement({ css: '.react-ui:last-child [data-comp-name~=\"SidePage.Footer\"] button' }))\n .perform();\n await this.expect(await this.browser.takeScreenshot()).to.matchImage('close internal side-page');\n });\n });\n\n story('StickySidePageHeaderWhenAnotherSidePageStory', () => {\n test('sticky header, open and close internal side-page', async function () {\n await this.browser\n .actions({ bridge: true })\n .click(this.browser.findElement({ css: '[data-tid~=\"open-side-page\"]' }))\n .perform();\n await this.browser\n .actions({ bridge: true })\n .click(this.browser.findElement({ css: '[data-comp-name~=\"SidePage.Body\"] button' }))\n .perform();\n await this.browser.executeScript(function () {\n const sidepageContainer = window.document.querySelector('[data-tid=\"SidePage__container\"]');\n\n if (sidepageContainer) {\n sidepageContainer.scrollTop = 3000;\n }\n });\n await this.browser\n .actions({ bridge: true })\n .click(this.browser.findElement({ css: '.react-ui:last-child [data-comp-name~=\"SidePage.Footer\"] button' }))\n .perform();\n await this.expect(await this.browser.takeScreenshot()).to.matchImage(\n 'sticky header, open and close internal side-page',\n );\n });\n });\n\n story('Simple', () => {\n simpleTests();\n });\n\n story('MobileSimple', () => {\n simpleTests();\n });\n\n story('BodyWithoutFooter', () => {\n test('scroll to bottom', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '[data-tid~=\"open-side-page\"]' }))\n .perform();\n await this.browser.executeScript(function () {\n const sidepageContainer = window.document.querySelector('[data-tid=\"SidePage__container\"]') as HTMLElement;\n\n sidepageContainer.scrollTop = 3000;\n });\n await delay(1000);\n await this.expect(await this.browser.takeScreenshot()).to.matchImage('scroll to bottom');\n });\n });\n\n story('BodyWithoutHeader', () => {\n test('open side-page without header', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '[data-tid~=\"open-side-page\"]' }))\n .perform();\n await delay(100);\n await this.expect(await this.browser.takeScreenshot()).to.matchImage('open side-page without header');\n });\n });\n\n story('SidePageWithFocusLockWhenBackgroundBlocked', ({ setStoryParameters }) => {\n setStoryParameters({ skip: { 'unstable tests in firefox2022': { in: /^(?!\\b(chrome2022)\\b)/ } } });\n\n test('open side-page', async function () {\n const pressTab = async () => {\n await this.browser\n .actions({\n bridge: true,\n })\n .sendKeys(this.keys.TAB)\n .perform();\n await delay(5000);\n };\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '[data-tid~=\"open-side-page\"]' }))\n .perform();\n await delay(1000);\n await pressTab();\n const firstTimeTabPress = await this.browser.takeScreenshot();\n await pressTab();\n const secondTimeTabPress = await this.browser.takeScreenshot();\n await pressTab();\n const thirdTimeTabPress = await this.browser.takeScreenshot();\n await pressTab();\n const fourthTimeTabPress = await this.browser.takeScreenshot();\n await this.expect({\n firstTimeTabPress,\n secondTimeTabPress,\n thirdTimeTabPress,\n fourthTimeTabPress,\n }).to.matchImages();\n });\n });\n\n story('TestUpdateLayoutMethodStory', () => {\n test('idle', async function () {\n await this.expect(await this.browser.takeScreenshot()).to.matchImage('idle');\n });\n\n test('Body content has been changed', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '[data-tid=\"toggle-body-content\"]' }))\n .perform();\n await this.expect(await this.browser.takeScreenshot()).to.matchImage('Body content has been changed');\n });\n\n test('child component content has been changed', async function () {\n await delay(1000);\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '[data-tid=\"toggle-child-component-content\"]' }))\n .perform();\n await this.expect(await this.browser.takeScreenshot()).to.matchImage('child component content has been changed');\n });\n\n test('update layout', async function () {\n await delay(1000);\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '[data-tid=\"toggle-child-component-content\"]' }))\n .pause(1000)\n .click(this.browser.findElement({ css: '[data-tid=\"update\"]' }))\n .perform();\n await delay(1000);\n await this.expect(await this.browser.takeScreenshot()).to.matchImage('update layout');\n });\n });\n\n story('WithLongTitleStory', () => {\n test('not fixed', async function () {\n await this.expect(await this.browser.takeScreenshot()).to.matchImage('not fixed');\n });\n\n test('fixed close element', async function () {\n await this.browser.executeScript(function () {\n const sidePageContainer = window.document.querySelector('[data-tid=\"SidePage__container\"]') as HTMLElement;\n const sidePageHeader = window.document.querySelector('[data-comp-name~=\"SidePage.Header\"]') as HTMLElement;\n const fixedHeaderHeight = 50;\n\n sidePageContainer.scrollTop = (sidePageHeader.offsetHeight - fixedHeaderHeight) / 2;\n });\n await delay(1000);\n await this.expect(await this.browser.takeScreenshot()).to.matchImage('fixed close element');\n });\n\n test('fixed header', async function () {\n await this.browser.executeScript(function () {\n const sidePageContainer = window.document.querySelector('[data-tid=\"SidePage__container\"]') as HTMLElement;\n const sidePageHeader = window.document.querySelector('[data-comp-name~=\"SidePage.Header\"]') as HTMLElement;\n const fixedHeaderHeight = 50;\n\n sidePageContainer.scrollTop = sidePageHeader.offsetHeight - fixedHeaderHeight;\n });\n await delay(1000);\n await this.expect(await this.browser.takeScreenshot()).to.matchImage('fixed header');\n });\n });\n\n story('SidePageWithChildrenFromOtherComponent', () => {\n test('without header, footer', async function () {\n await this.expect(await this.browser.takeScreenshot()).to.matchImage('without header, footer');\n });\n\n test('scroll to bottom without header, footer', async function () {\n await this.browser.executeScript(function () {\n const sidepageContainer = window.document.querySelector('[data-tid=\"SidePage__container\"]') as HTMLElement;\n\n sidepageContainer.scrollTop = 3000;\n });\n await delay(1000);\n await this.expect(await this.browser.takeScreenshot()).to.matchImage('scroll to bottom without header, footer');\n });\n\n test('with header, footer', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '[data-tid=\"SidePage__header-toggle\"]' }))\n .pause(1000)\n .click(this.browser.findElement({ css: '[data-tid=\"SidePage__footer-toggle\"]' }))\n .pause(1000)\n .perform();\n await delay(1000);\n await this.expect(await this.browser.takeScreenshot()).to.matchImage('with header, footer');\n });\n\n test('scroll to bottom with header, footer', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '[data-tid=\"SidePage__header-toggle\"]' }))\n .pause(1000)\n .click(this.browser.findElement({ css: '[data-tid=\"SidePage__footer-toggle\"]' }))\n .perform();\n await this.browser.executeScript(function () {\n const sidepageContainer = window.document.querySelector('[data-tid=\"SidePage__container\"]') as HTMLElement;\n\n sidepageContainer.scrollTop = 3000;\n });\n await delay(1000);\n await this.expect(await this.browser.takeScreenshot()).to.matchImage('scroll to bottom with header, footer');\n });\n\n test('with panel', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '[data-tid=\"SidePage__footer-toggle\"]' }))\n .pause(1000)\n .click(this.browser.findElement({ css: '[data-tid=\"SidePage__panel-toggle\"]' }))\n .perform();\n await delay(1000);\n await this.expect(await this.browser.takeScreenshot()).to.matchImage('with panel');\n });\n\n test('scroll to bottom with panel', async function () {\n await this.browser\n .actions({ bridge: true })\n .click(this.browser.findElement({ css: '[data-tid=\"SidePage__footer-toggle\"]' }))\n .pause(1000)\n .click(this.browser.findElement({ css: '[data-tid=\"SidePage__panel-toggle\"]' }))\n .perform();\n await this.browser.executeScript(function () {\n const sidepageContainer = window.document.querySelector('[data-tid=\"SidePage__container\"]') as HTMLElement;\n\n sidepageContainer.scrollTop = 3000;\n });\n await delay(1000);\n await this.expect(await this.browser.takeScreenshot()).to.matchImage('scroll to bottom with panel');\n });\n });\n\n story('SidePageWithBlockBackground', ({ setStoryParameters }) => {\n setStoryParameters({ skip: { 'unstable tests in firefox2022': { in: /^(?!\\b(chrome2022)\\b)/ } } });\n\n test('open side-page', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '[data-tid~=\"open-side-page\"]' }))\n .perform();\n await delay(1000);\n await this.expect(await this.browser.takeScreenshot()).to.matchImage();\n });\n });\n});\n"],"mappings":"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","ignoreList":[]}
@@ -1,6 +0,0 @@
1
- {
2
- "main": "../../../../cjs/components/SidePage/__creevey__/SidePage.creevey.js",
3
- "module": "SidePage.creevey",
4
- "types": "../SidePage.creevey.d.ts",
5
- "sideEffects": false
6
- }
@@ -1 +0,0 @@
1
- export {};
@@ -1,215 +0,0 @@
1
- import _asyncToGenerator from "@babel/runtime/helpers/esm/asyncToGenerator";
2
- import _regeneratorRuntime from "@babel/runtime/regenerator";
3
- import { story, kind, test } from 'creevey';
4
- import { delay } from "../../../../lib/utils";
5
- kind('Sticky', function () {
6
- story('WideContainer', function () {
7
- test('fixed', /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee() {
8
- return _regeneratorRuntime.wrap(function _callee$(_context) {
9
- while (1) switch (_context.prev = _context.next) {
10
- case 0:
11
- _context.next = 2;
12
- return this.browser.executeScript(function () {
13
- var stickyContent = window.document.querySelector('[data-tid="stickyContent"]');
14
- var nonStickyText = window.document.querySelector('[data-tid="nonStickyText"]');
15
- var scrollXOffset = nonStickyText.getBoundingClientRect().width / 2;
16
- var scrollYOffset = stickyContent.getBoundingClientRect().height / 2;
17
- window.scrollTo(scrollXOffset, scrollYOffset);
18
- });
19
- case 2:
20
- _context.next = 4;
21
- return delay(1000);
22
- case 4:
23
- _context.t0 = this;
24
- _context.next = 7;
25
- return this.browser.takeScreenshot();
26
- case 7:
27
- _context.t1 = _context.sent;
28
- _context.next = 10;
29
- return _context.t0.expect.call(_context.t0, _context.t1).to.matchImage('fixed');
30
- case 10:
31
- case "end":
32
- return _context.stop();
33
- }
34
- }, _callee, this);
35
- })));
36
- });
37
- story('Top', function () {
38
- test('top', /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee2() {
39
- return _regeneratorRuntime.wrap(function _callee2$(_context2) {
40
- while (1) switch (_context2.prev = _context2.next) {
41
- case 0:
42
- _context2.next = 2;
43
- return delay(1000);
44
- case 2:
45
- _context2.t0 = this;
46
- _context2.next = 5;
47
- return this.browser.takeScreenshot();
48
- case 5:
49
- _context2.t1 = _context2.sent;
50
- _context2.next = 8;
51
- return _context2.t0.expect.call(_context2.t0, _context2.t1).to.matchImage('top');
52
- case 8:
53
- case "end":
54
- return _context2.stop();
55
- }
56
- }, _callee2, this);
57
- })));
58
- test('fixed', /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee3() {
59
- return _regeneratorRuntime.wrap(function _callee3$(_context3) {
60
- while (1) switch (_context3.prev = _context3.next) {
61
- case 0:
62
- _context3.next = 2;
63
- return this.browser.executeScript(function () {
64
- var stickyStop = window.document.querySelector('[data-tid="stickyStop"]');
65
- var scrollOffset = stickyStop.getBoundingClientRect().top - window.innerHeight / 2;
66
- window.scrollTo(0, scrollOffset);
67
- });
68
- case 2:
69
- _context3.next = 4;
70
- return delay(1000);
71
- case 4:
72
- _context3.t0 = this;
73
- _context3.next = 7;
74
- return this.browser.takeScreenshot();
75
- case 7:
76
- _context3.t1 = _context3.sent;
77
- _context3.next = 10;
78
- return _context3.t0.expect.call(_context3.t0, _context3.t1).to.matchImage('fixed');
79
- case 10:
80
- case "end":
81
- return _context3.stop();
82
- }
83
- }, _callee3, this);
84
- })));
85
- test('stoped', /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee4() {
86
- return _regeneratorRuntime.wrap(function _callee4$(_context4) {
87
- while (1) switch (_context4.prev = _context4.next) {
88
- case 0:
89
- _context4.next = 2;
90
- return this.browser.executeScript(function () {
91
- var stickyStop = window.document.querySelector('[data-tid="stickyStop"]');
92
- stickyStop.scrollIntoView();
93
- });
94
- case 2:
95
- _context4.next = 4;
96
- return this.browser.executeScript(function () {
97
- var stickyContent = window.document.querySelector('[data-tid="stickyContent"]');
98
- var scrollOffset = pageYOffset - stickyContent.getBoundingClientRect().height / 2;
99
- window.scrollTo(0, scrollOffset);
100
- });
101
- case 4:
102
- _context4.next = 6;
103
- return delay(1000);
104
- case 6:
105
- _context4.t0 = this;
106
- _context4.next = 9;
107
- return this.browser.takeScreenshot();
108
- case 9:
109
- _context4.t1 = _context4.sent;
110
- _context4.next = 12;
111
- return _context4.t0.expect.call(_context4.t0, _context4.t1).to.matchImage('stoped');
112
- case 12:
113
- case "end":
114
- return _context4.stop();
115
- }
116
- }, _callee4, this);
117
- })));
118
- });
119
- story('Bottom', function (_ref5) {
120
- var setStoryParameters = _ref5.setStoryParameters;
121
- setStoryParameters({
122
- skip: {
123
- 'flacky stopped position': {
124
- "in": ['firefox', 'firefox8px', 'firefoxDark'],
125
- tests: 'stoped'
126
- }
127
- }
128
- });
129
- test('bottom', /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee5() {
130
- return _regeneratorRuntime.wrap(function _callee5$(_context5) {
131
- while (1) switch (_context5.prev = _context5.next) {
132
- case 0:
133
- _context5.next = 2;
134
- return this.browser.executeScript(function () {
135
- window.scrollTo(0, 9999);
136
- });
137
- case 2:
138
- _context5.next = 4;
139
- return delay(1000);
140
- case 4:
141
- _context5.t0 = this;
142
- _context5.next = 7;
143
- return this.browser.takeScreenshot();
144
- case 7:
145
- _context5.t1 = _context5.sent;
146
- _context5.next = 10;
147
- return _context5.t0.expect.call(_context5.t0, _context5.t1).to.matchImage('bottom');
148
- case 10:
149
- case "end":
150
- return _context5.stop();
151
- }
152
- }, _callee5, this);
153
- })));
154
- test('fixed', /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee6() {
155
- return _regeneratorRuntime.wrap(function _callee6$(_context6) {
156
- while (1) switch (_context6.prev = _context6.next) {
157
- case 0:
158
- _context6.next = 2;
159
- return this.browser.executeScript(function () {
160
- var sticky = window.document.querySelector('[data-comp-name~="Sticky"]');
161
- var scrollOffset = sticky.getBoundingClientRect().top - window.innerHeight;
162
- window.scrollTo(0, scrollOffset);
163
- });
164
- case 2:
165
- _context6.next = 4;
166
- return delay(1000);
167
- case 4:
168
- _context6.t0 = this;
169
- _context6.next = 7;
170
- return this.browser.takeScreenshot();
171
- case 7:
172
- _context6.t1 = _context6.sent;
173
- _context6.next = 10;
174
- return _context6.t0.expect.call(_context6.t0, _context6.t1).to.matchImage('fixed');
175
- case 10:
176
- case "end":
177
- return _context6.stop();
178
- }
179
- }, _callee6, this);
180
- })));
181
- test('stoped', /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee7() {
182
- return _regeneratorRuntime.wrap(function _callee7$(_context7) {
183
- while (1) switch (_context7.prev = _context7.next) {
184
- case 0:
185
- _context7.next = 2;
186
- return this.browser.executeScript(function () {
187
- var stickyStop = window.document.querySelector('[data-tid="stickyStop"]');
188
- stickyStop.scrollIntoView(false);
189
- });
190
- case 2:
191
- _context7.next = 4;
192
- return this.browser.executeScript(function () {
193
- var stickyContent = window.document.querySelector('[data-tid="stickyContent"]');
194
- var scrollOffset = pageYOffset + stickyContent.getBoundingClientRect().height / 2;
195
- window.scrollTo(0, scrollOffset);
196
- });
197
- case 4:
198
- _context7.next = 6;
199
- return delay(1000);
200
- case 6:
201
- _context7.t0 = this;
202
- _context7.next = 9;
203
- return this.browser.takeScreenshot();
204
- case 9:
205
- _context7.t1 = _context7.sent;
206
- _context7.next = 12;
207
- return _context7.t0.expect.call(_context7.t0, _context7.t1).to.matchImage('fixed');
208
- case 12:
209
- case "end":
210
- return _context7.stop();
211
- }
212
- }, _callee7, this);
213
- })));
214
- });
215
- });
@@ -1 +0,0 @@
1
- {"version":3,"names":["story","kind","test","delay","_asyncToGenerator","_regeneratorRuntime","mark","_callee","wrap","_callee$","_context","prev","next","browser","executeScript","stickyContent","window","document","querySelector","nonStickyText","scrollXOffset","getBoundingClientRect","width","scrollYOffset","height","scrollTo","t0","takeScreenshot","t1","sent","expect","call","to","matchImage","stop","_callee2","_callee2$","_context2","_callee3","_callee3$","_context3","stickyStop","scrollOffset","top","innerHeight","_callee4","_callee4$","_context4","scrollIntoView","pageYOffset","_ref5","setStoryParameters","skip","tests","_callee5","_callee5$","_context5","_callee6","_callee6$","_context6","sticky","_callee7","_callee7$","_context7"],"sources":["Sticky.creevey.ts"],"sourcesContent":["import { story, kind, test } from 'creevey';\n\nimport { delay } from '../../../lib/utils';\n\nkind('Sticky', () => {\n story('WideContainer', () => {\n test('fixed', async function () {\n await this.browser.executeScript(function () {\n const stickyContent = window.document.querySelector('[data-tid=\"stickyContent\"]') as HTMLElement;\n const nonStickyText = window.document.querySelector('[data-tid=\"nonStickyText\"]') as HTMLElement;\n const scrollXOffset = nonStickyText.getBoundingClientRect().width / 2;\n const scrollYOffset = stickyContent.getBoundingClientRect().height / 2;\n\n window.scrollTo(scrollXOffset, scrollYOffset);\n });\n await delay(1000);\n await this.expect(await this.browser.takeScreenshot()).to.matchImage('fixed');\n });\n });\n\n story('Top', () => {\n test('top', async function () {\n await delay(1000);\n await this.expect(await this.browser.takeScreenshot()).to.matchImage('top');\n });\n\n test('fixed', async function () {\n await this.browser.executeScript(function () {\n const stickyStop = window.document.querySelector('[data-tid=\"stickyStop\"]') as HTMLElement;\n const scrollOffset = stickyStop.getBoundingClientRect().top - window.innerHeight / 2;\n\n window.scrollTo(0, scrollOffset);\n });\n await delay(1000);\n await this.expect(await this.browser.takeScreenshot()).to.matchImage('fixed');\n });\n\n test('stoped', async function () {\n await this.browser.executeScript(function () {\n const stickyStop = window.document.querySelector('[data-tid=\"stickyStop\"]') as HTMLElement;\n stickyStop.scrollIntoView();\n });\n await this.browser.executeScript(function () {\n const stickyContent = window.document.querySelector('[data-tid=\"stickyContent\"]') as HTMLElement;\n const scrollOffset = pageYOffset - stickyContent.getBoundingClientRect().height / 2;\n\n window.scrollTo(0, scrollOffset);\n });\n await delay(1000);\n await this.expect(await this.browser.takeScreenshot()).to.matchImage('stoped');\n });\n });\n\n story('Bottom', ({ setStoryParameters }) => {\n setStoryParameters({\n skip: {\n 'flacky stopped position': {\n in: ['firefox', 'firefox8px', 'firefoxDark'],\n tests: 'stoped',\n },\n },\n });\n\n test('bottom', async function () {\n await this.browser.executeScript(function () {\n window.scrollTo(0, 9999);\n });\n await delay(1000);\n await this.expect(await this.browser.takeScreenshot()).to.matchImage('bottom');\n });\n\n test('fixed', async function () {\n await this.browser.executeScript(function () {\n const sticky = window.document.querySelector('[data-comp-name~=\"Sticky\"]') as HTMLElement;\n const scrollOffset = sticky.getBoundingClientRect().top - window.innerHeight;\n\n window.scrollTo(0, scrollOffset);\n });\n await delay(1000);\n await this.expect(await this.browser.takeScreenshot()).to.matchImage('fixed');\n });\n\n test('stoped', async function () {\n await this.browser.executeScript(function () {\n const stickyStop = window.document.querySelector('[data-tid=\"stickyStop\"]') as HTMLElement;\n stickyStop.scrollIntoView(false);\n });\n await this.browser.executeScript(function () {\n const stickyContent = window.document.querySelector('[data-tid=\"stickyContent\"]') as HTMLElement;\n const scrollOffset = pageYOffset + stickyContent.getBoundingClientRect().height / 2;\n\n window.scrollTo(0, scrollOffset);\n });\n await delay(1000);\n await this.expect(await this.browser.takeScreenshot()).to.matchImage('fixed');\n });\n });\n});\n"],"mappings":"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","ignoreList":[]}
@@ -1,6 +0,0 @@
1
- {
2
- "main": "../../../../cjs/components/Sticky/__creevey__/Sticky.creevey.js",
3
- "module": "Sticky.creevey",
4
- "types": "../Sticky.creevey.d.ts",
5
- "sideEffects": false
6
- }
@@ -1 +0,0 @@
1
- export {};
@@ -1,58 +0,0 @@
1
- import _asyncToGenerator from "@babel/runtime/helpers/esm/asyncToGenerator";
2
- import _regeneratorRuntime from "@babel/runtime/regenerator";
3
- import { story, kind, test } from 'creevey';
4
- kind('Switcher', function () {
5
- story('Horizontal', function () {
6
- test('idle', /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee() {
7
- return _regeneratorRuntime.wrap(function _callee$(_context) {
8
- while (1) switch (_context.prev = _context.next) {
9
- case 0:
10
- _context.t0 = this;
11
- _context.next = 3;
12
- return this.takeScreenshot();
13
- case 3:
14
- _context.t1 = _context.sent;
15
- _context.next = 6;
16
- return _context.t0.expect.call(_context.t0, _context.t1).to.matchImage('idle');
17
- case 6:
18
- case "end":
19
- return _context.stop();
20
- }
21
- }, _callee, this);
22
- })));
23
- test('clicked', /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee2() {
24
- return _regeneratorRuntime.wrap(function _callee2$(_context2) {
25
- while (1) switch (_context2.prev = _context2.next) {
26
- case 0:
27
- _context2.next = 2;
28
- return this.browser.actions({
29
- bridge: true
30
- }).click(this.browser.findElement({
31
- css: '[data-comp-name~="Button"]'
32
- })).perform();
33
- case 2:
34
- _context2.t0 = this;
35
- _context2.next = 5;
36
- return this.takeScreenshot();
37
- case 5:
38
- _context2.t1 = _context2.sent;
39
- _context2.next = 8;
40
- return _context2.t0.expect.call(_context2.t0, _context2.t1).to.matchImage('clicked');
41
- case 8:
42
- case "end":
43
- return _context2.stop();
44
- }
45
- }, _callee2, this);
46
- })));
47
- });
48
- story('WithCustomRenderItems', function (_ref3) {
49
- var setStoryParameters = _ref3.setStoryParameters;
50
- setStoryParameters({
51
- skip: {
52
- 'chrome only': {
53
- "in": /^(?!\bchrome2022\b)/
54
- }
55
- }
56
- });
57
- });
58
- });
@@ -1 +0,0 @@
1
- {"version":3,"names":["story","kind","test","_asyncToGenerator","_regeneratorRuntime","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"],"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":"yIAAA,SAASA,KAAK,EAAEC,IAAI,EAAEC,IAAI,QAAQ,SAAS;;AAE3CD,IAAI,CAAC,UAAU,EAAE,YAAM;EACrBD,KAAK,CAAC,YAAY,EAAE,YAAM;IACxBE,IAAI,CAAC,MAAM,eAAAC,iBAAA,eAAAC,mBAAA,CAAAC,IAAA,CAAE,SAAAC,QAAA,UAAAF,mBAAA,CAAAG,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;;IAEFJ,IAAI,CAAC,SAAS,eAAAC,iBAAA,eAAAC,mBAAA,CAAAC,IAAA,CAAE,SAAAgB,SAAA,UAAAjB,mBAAA,CAAAG,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;EACFrB,KAAK,CAAC,uBAAuB,EAAE,UAAA+B,KAAA,EAA4B,KAAzBC,kBAAkB,GAAAD,KAAA,CAAlBC,kBAAkB;IAClDA,kBAAkB,CAAC;MACjBC,IAAI,EAAE,EAAE,aAAa,EAAE,EAAE,MAAI,qBAAqB,CAAC,CAAC,CAAC;IACvD,CAAC,CAAC;EACJ,CAAC,CAAC;AACJ,CAAC,CAAC","ignoreList":[]}
@@ -1,6 +0,0 @@
1
- {
2
- "main": "../../../../cjs/components/Switcher/__creevey__/Switcher.creevey.js",
3
- "module": "Switcher.creevey",
4
- "types": "../Switcher.creevey.d.ts",
5
- "sideEffects": false
6
- }
@@ -1 +0,0 @@
1
- export {};