@skbkontur/react-ui 0.0.0-30619a873c → 0.0.0-32550fb571

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 (935) hide show
  1. package/CHANGELOG.md +66 -0
  2. package/cjs/components/Autocomplete/__creevey__/Autocomplete.creevey.mts +239 -0
  3. package/cjs/components/Button/Button.d.ts +0 -1
  4. package/cjs/components/Button/Button.js +2 -2
  5. package/cjs/components/Button/Button.js.map +1 -1
  6. package/cjs/components/Button/__creevey__/Button.creevey.mts +251 -0
  7. package/cjs/components/Calendar/DayCellView.styles.js +1 -17
  8. package/cjs/components/Calendar/DayCellView.styles.js.map +1 -1
  9. package/cjs/components/Calendar/__creevey__/Calendar.creevey.mts +74 -0
  10. package/cjs/components/Checkbox/__creevey__/Checkbox.creevey.mts +243 -0
  11. package/cjs/components/ComboBox/ComboBox.d.ts +12 -3
  12. package/cjs/components/ComboBox/ComboBox.js +18 -2
  13. package/cjs/components/ComboBox/ComboBox.js.map +1 -1
  14. package/cjs/components/ComboBox/__creevey__/ComboBox.creevey.mts +541 -0
  15. package/cjs/components/CurrencyInput/CurrencyInput.d.ts +1 -1
  16. package/cjs/components/CurrencyInput/CurrencyInput.js.map +1 -1
  17. package/cjs/components/CurrencyInput/__creevey__/CurrencyInput.creevey.mts +81 -0
  18. package/cjs/components/DateInput/DateInput.d.ts +2 -2
  19. package/cjs/components/DateInput/DateInput.js +7 -1
  20. package/cjs/components/DateInput/DateInput.js.map +1 -1
  21. package/cjs/components/DateInput/__creevey__/DateInput.creevey.mts +156 -0
  22. package/cjs/components/DatePicker/DatePicker.d.ts +10 -1
  23. package/cjs/components/DatePicker/DatePicker.js +37 -4
  24. package/cjs/components/DatePicker/DatePicker.js.map +1 -1
  25. package/cjs/components/DatePicker/__creevey__/DatePicker.creevey.mts +209 -0
  26. package/cjs/components/Dropdown/Dropdown.d.ts +4 -2
  27. package/cjs/components/Dropdown/Dropdown.js +12 -8
  28. package/cjs/components/Dropdown/Dropdown.js.map +1 -1
  29. package/cjs/components/Dropdown/__creevey__/Dropdown.creevey.mts +184 -0
  30. package/cjs/components/DropdownMenu/DropdownMenu.d.ts +2 -0
  31. package/cjs/components/DropdownMenu/DropdownMenu.js +5 -1
  32. package/cjs/components/DropdownMenu/DropdownMenu.js.map +1 -1
  33. package/cjs/components/DropdownMenu/__creevey__/DropdownMenu.creevey.mts +263 -0
  34. package/cjs/components/FxInput/FxInput.d.ts +2 -0
  35. package/cjs/components/FxInput/FxInput.js +7 -1
  36. package/cjs/components/FxInput/FxInput.js.map +1 -1
  37. package/cjs/components/FxInput/FxInputRestoreBtn.d.ts +2 -0
  38. package/cjs/components/FxInput/FxInputRestoreBtn.js +5 -1
  39. package/cjs/components/FxInput/FxInputRestoreBtn.js.map +1 -1
  40. package/cjs/components/FxInput/__creevey__/FxInput.creevey.mts +21 -0
  41. package/cjs/components/GlobalLoader/GlobalLoader.d.ts +1 -0
  42. package/cjs/components/GlobalLoader/GlobalLoader.js +6 -2
  43. package/cjs/components/GlobalLoader/GlobalLoader.js.map +1 -1
  44. package/cjs/components/Group/Group.js +24 -7
  45. package/cjs/components/Group/Group.js.map +1 -1
  46. package/cjs/components/Group/__creevey__/Group.creevey.mts +19 -0
  47. package/cjs/components/Hint/__creevey__/Hint.creevey.mts +68 -0
  48. package/cjs/components/Input/Input.d.ts +23 -2
  49. package/cjs/components/Input/Input.js +135 -19
  50. package/cjs/components/Input/Input.js.map +1 -1
  51. package/cjs/components/Input/__creevey__/Input.creevey.mts +239 -0
  52. package/cjs/components/Kebab/__creevey__/Kebab.creevey.mts +147 -0
  53. package/cjs/components/Link/Link.js +26 -9
  54. package/cjs/components/Link/Link.js.map +1 -1
  55. package/cjs/components/Link/Link.styles.d.ts +4 -4
  56. package/cjs/components/Link/Link.styles.js +4 -5
  57. package/cjs/components/Link/Link.styles.js.map +1 -1
  58. package/cjs/components/Link/__creevey__/Link.creevey.mts +162 -0
  59. package/cjs/components/Loader/__creevey__/Loader.creevey.mts +35 -0
  60. package/cjs/components/MaskedInput/ColorableInputElement/ColorableInputElement.js +78 -70
  61. package/cjs/components/MaskedInput/ColorableInputElement/ColorableInputElement.js.map +1 -1
  62. package/cjs/components/MaskedInput/MaskedInput.d.ts +1 -1
  63. package/cjs/components/MaskedInput/MaskedInput.js +3 -0
  64. package/cjs/components/MaskedInput/MaskedInput.js.map +1 -1
  65. package/cjs/components/MaskedInput/__creevey__/MaskedInput.creevey.mts +216 -0
  66. package/cjs/components/MenuItem/MenuItem.js +23 -23
  67. package/cjs/components/MenuItem/MenuItem.js.map +1 -1
  68. package/cjs/components/MiniModal/__docs__/MiniModalBody.mdx +3 -1
  69. package/cjs/components/MiniModal/__docs__/MiniModalFooter.mdx +3 -1
  70. package/cjs/components/MiniModal/__docs__/MiniModalHeader.mdx +4 -1
  71. package/cjs/components/MiniModal/getMiniModalTheme.d.ts +1 -1
  72. package/cjs/components/Modal/Modal.js +7 -10
  73. package/cjs/components/Modal/Modal.js.map +1 -1
  74. package/cjs/components/Modal/Modal.styles.d.ts +4 -1
  75. package/cjs/components/Modal/Modal.styles.js +68 -31
  76. package/cjs/components/Modal/Modal.styles.js.map +1 -1
  77. package/cjs/components/Modal/ModalClose.js +7 -2
  78. package/cjs/components/Modal/ModalClose.js.map +1 -1
  79. package/cjs/components/Modal/ModalContext.d.ts +3 -3
  80. package/cjs/components/Modal/ModalContext.js.map +1 -1
  81. package/cjs/components/Modal/ModalFooter.js +2 -2
  82. package/cjs/components/Modal/ModalFooter.js.map +1 -1
  83. package/cjs/components/Modal/ModalHeader.js +1 -1
  84. package/cjs/components/Modal/ModalHeader.js.map +1 -1
  85. package/cjs/components/Modal/__creevey__/Modal.creevey.mts +295 -0
  86. package/cjs/components/Paging/__creevey__/Paging.creevey.mts +97 -0
  87. package/cjs/components/PasswordInput/PasswordInput.d.ts +7 -3
  88. package/cjs/components/PasswordInput/PasswordInput.js +35 -9
  89. package/cjs/components/PasswordInput/PasswordInput.js.map +1 -1
  90. package/cjs/components/PasswordInput/PasswordInput.styles.js +2 -1
  91. package/cjs/components/PasswordInput/PasswordInput.styles.js.map +1 -1
  92. package/cjs/components/PasswordInput/__creevey__/PasswordInput.creevey.mts +46 -0
  93. package/cjs/components/Radio/__creevey__/Radio.creevey.mts +28 -0
  94. package/cjs/components/RadioGroup/__creevey__/RadioGroup.creevey.mts +86 -0
  95. package/cjs/components/ScrollContainer/__creevey__/ScrollContainer.creevey.mts +247 -0
  96. package/cjs/components/Select/Select.d.ts +3 -6
  97. package/cjs/components/Select/Select.js +11 -10
  98. package/cjs/components/Select/Select.js.map +1 -1
  99. package/cjs/components/Select/__creevey__/Select.creevey.mts +293 -0
  100. package/cjs/components/Select/tids.d.ts +5 -0
  101. package/cjs/components/Select/tids.js +5 -0
  102. package/cjs/components/Select/tids.js.map +1 -0
  103. package/cjs/components/SidePage/SidePage.d.ts +1 -0
  104. package/cjs/components/SidePage/SidePage.js +12 -1
  105. package/cjs/components/SidePage/SidePage.js.map +1 -1
  106. package/cjs/components/SidePage/SidePage.styles.d.ts +8 -1
  107. package/cjs/components/SidePage/SidePage.styles.js +83 -26
  108. package/cjs/components/SidePage/SidePage.styles.js.map +1 -1
  109. package/cjs/components/SidePage/SidePageCloseButton.d.ts +6 -1
  110. package/cjs/components/SidePage/SidePageCloseButton.js +14 -2
  111. package/cjs/components/SidePage/SidePageCloseButton.js.map +1 -1
  112. package/cjs/components/SidePage/SidePageHeader.d.ts +0 -1
  113. package/cjs/components/SidePage/SidePageHeader.js +11 -7
  114. package/cjs/components/SidePage/SidePageHeader.js.map +1 -1
  115. package/cjs/components/SidePage/__creevey__/SidePage.creevey.mts +421 -0
  116. package/cjs/components/Sticky/__creevey__/Sticky.creevey.mts +98 -0
  117. package/cjs/components/Switcher/Switcher.js +2 -2
  118. package/cjs/components/Switcher/Switcher.js.map +1 -1
  119. package/cjs/components/Switcher/Switcher.styles.d.ts +1 -0
  120. package/cjs/components/Switcher/Switcher.styles.js +20 -1
  121. package/cjs/components/Switcher/Switcher.styles.js.map +1 -1
  122. package/cjs/components/Switcher/__creevey__/Switcher.creevey.mts +24 -0
  123. package/cjs/components/Tabs/__creevey__/Tabs.creevey.mts +239 -0
  124. package/cjs/components/Textarea/__creevey__/Textarea.creevey.mts +177 -0
  125. package/cjs/components/Toast/Toast.d.ts +6 -2
  126. package/cjs/components/Toast/Toast.js +9 -2
  127. package/cjs/components/Toast/Toast.js.map +1 -1
  128. package/cjs/components/Toast/ToastStatic.d.ts +2 -2
  129. package/cjs/components/Toast/ToastStatic.js +15 -5
  130. package/cjs/components/Toast/ToastStatic.js.map +1 -1
  131. package/cjs/components/Toast/ToastView.d.ts +1 -0
  132. package/cjs/components/Toast/ToastView.js +4 -2
  133. package/cjs/components/Toast/ToastView.js.map +1 -1
  134. package/cjs/components/Toast/ToastView.styles.js +4 -4
  135. package/cjs/components/Toast/ToastView.styles.js.map +1 -1
  136. package/cjs/components/Toast/__creevey__/Toast.creevey.mts +77 -0
  137. package/cjs/components/Toggle/__creevey__/Toggle.creevey.mts +87 -0
  138. package/cjs/components/TokenInput/__creevey__/TokenInput.creevey.mts +414 -0
  139. package/cjs/components/Tooltip/__creevey__/Tooltip.creevey.mts +533 -0
  140. package/cjs/components/TooltipMenu/__creevey__/TooltipMenu.creevey.mts +131 -0
  141. package/cjs/index.d.ts +0 -3
  142. package/cjs/index.js +0 -3
  143. package/cjs/index.js.map +1 -1
  144. package/cjs/internal/ClearCrossIcon/ClearCrossIcon.d.ts +9 -0
  145. package/cjs/internal/ClearCrossIcon/ClearCrossIcon.js +72 -0
  146. package/cjs/internal/ClearCrossIcon/ClearCrossIcon.js.map +1 -0
  147. package/cjs/internal/ClearCrossIcon/ClearCrossIcon.styles.d.ts +8 -0
  148. package/cjs/internal/ClearCrossIcon/ClearCrossIcon.styles.js +51 -0
  149. package/cjs/internal/ClearCrossIcon/ClearCrossIcon.styles.js.map +1 -0
  150. package/cjs/internal/ClearCrossIcon/CrossIcon.d.ts +3 -0
  151. package/cjs/internal/ClearCrossIcon/CrossIcon.js +15 -0
  152. package/cjs/internal/ClearCrossIcon/CrossIcon.js.map +1 -0
  153. package/cjs/internal/ClearCrossIcon/__creevey__/ClearCrossIcon.creevey.mts +44 -0
  154. package/cjs/internal/CloseButtonIcon/__creevey__/CloseButtonIcon.creevey.mts +48 -0
  155. package/cjs/internal/CustomComboBox/ComboBoxView.d.ts +6 -2
  156. package/cjs/internal/CustomComboBox/ComboBoxView.js +13 -3
  157. package/cjs/internal/CustomComboBox/ComboBoxView.js.map +1 -1
  158. package/cjs/internal/CustomComboBox/CustomComboBox.d.ts +7 -5
  159. package/cjs/internal/CustomComboBox/CustomComboBox.js +20 -9
  160. package/cjs/internal/CustomComboBox/CustomComboBox.js.map +1 -1
  161. package/cjs/internal/CustomComboBox/CustomComboBoxReducer.d.ts +4 -0
  162. package/cjs/internal/CustomComboBox/CustomComboBoxReducer.js +13 -1
  163. package/cjs/internal/CustomComboBox/CustomComboBoxReducer.js.map +1 -1
  164. package/cjs/internal/CustomComboBox/__creevey__/ComboBoxView.creevey.mts +30 -0
  165. package/cjs/internal/CustomComboBox/tids.d.ts +3 -0
  166. package/cjs/internal/CustomComboBox/tids.js +3 -0
  167. package/cjs/internal/CustomComboBox/tids.js.map +1 -0
  168. package/cjs/internal/FileUploaderControl/__creevey__/FileUploaderFile.creevey.mts +25 -0
  169. package/cjs/internal/HideBodyVerticalScroll/__creevey__/HideBodyVerticalScroll.creevey.mts +83 -0
  170. package/cjs/internal/InputLikeText/InputLikeText.d.ts +7 -2
  171. package/cjs/internal/InputLikeText/InputLikeText.js +90 -43
  172. package/cjs/internal/InputLikeText/InputLikeText.js.map +1 -1
  173. package/cjs/internal/Menu/Menu.d.ts +2 -1
  174. package/cjs/internal/Menu/Menu.js +4 -2
  175. package/cjs/internal/Menu/Menu.js.map +1 -1
  176. package/cjs/internal/Menu/__creevey__/Menu.creevey.mts +90 -0
  177. package/cjs/internal/Popup/Popup.js +4 -6
  178. package/cjs/internal/Popup/Popup.js.map +1 -1
  179. package/cjs/internal/PopupMenu/PopupMenu.d.ts +5 -5
  180. package/cjs/internal/PopupMenu/PopupMenu.js +15 -11
  181. package/cjs/internal/PopupMenu/PopupMenu.js.map +1 -1
  182. package/cjs/internal/PopupMenu/__creevey__/PopupMenu.creevey.mts +37 -0
  183. package/cjs/internal/PopupMenu/tids.d.ts +4 -0
  184. package/cjs/internal/PopupMenu/tids.js +4 -0
  185. package/cjs/internal/PopupMenu/tids.js.map +1 -0
  186. package/cjs/internal/ThemePlayground/__creevey__/Theme5_0.creevey.mts +36 -0
  187. package/cjs/internal/ThemePlayground/__creevey__/Theme5_0.stories.d.ts +4 -0
  188. package/cjs/internal/ThemePlayground/__creevey__/ThemeProvider.creevey.mts +68 -0
  189. package/cjs/internal/ThemeShowcase/VariablesCollector.d.ts +1 -1
  190. package/cjs/internal/ThemeShowcase/VariablesCollector.js +2 -0
  191. package/cjs/internal/ThemeShowcase/VariablesCollector.js.map +1 -1
  192. package/cjs/internal/ZIndex/ZIndex.d.ts +1 -1
  193. package/cjs/internal/ZIndex/ZIndex.js +18 -6
  194. package/cjs/internal/ZIndex/ZIndex.js.map +1 -1
  195. package/cjs/internal/ZIndex/__creevey__/ZIndex.creevey.mts +228 -0
  196. package/cjs/internal/themes/BasicLightTheme.d.ts +5 -1209
  197. package/cjs/internal/themes/BasicLightTheme.js +2 -2530
  198. package/cjs/internal/themes/BasicLightTheme.js.map +1 -1
  199. package/cjs/internal/themes/BasicTheme.d.ts +1231 -0
  200. package/cjs/internal/themes/BasicTheme.js +2587 -0
  201. package/cjs/internal/themes/BasicTheme.js.map +1 -0
  202. package/cjs/internal/themes/DarkTheme5_0.d.ts +1 -0
  203. package/cjs/internal/themes/DarkTheme5_0.js +562 -0
  204. package/cjs/internal/themes/DarkTheme5_0.js.map +1 -0
  205. package/cjs/internal/themes/DarkTheme5_1.d.ts +1 -0
  206. package/cjs/internal/themes/DarkTheme5_1.js +41 -0
  207. package/cjs/internal/themes/DarkTheme5_1.js.map +1 -0
  208. package/cjs/internal/themes/LightTheme5_0.d.ts +1 -0
  209. package/cjs/internal/themes/LightTheme5_0.js +9 -0
  210. package/cjs/internal/themes/LightTheme5_0.js.map +1 -0
  211. package/cjs/internal/themes/LightTheme5_1.d.ts +1 -0
  212. package/cjs/internal/themes/LightTheme5_1.js +41 -0
  213. package/cjs/internal/themes/LightTheme5_1.js.map +1 -0
  214. package/cjs/lib/ModalStack.d.ts +1 -0
  215. package/cjs/lib/ModalStack.js +6 -4
  216. package/cjs/lib/ModalStack.js.map +1 -1
  217. package/cjs/lib/delay.d.ts +1 -0
  218. package/cjs/lib/delay.js +3 -0
  219. package/cjs/lib/delay.js.map +1 -0
  220. package/cjs/lib/mergeRefs.d.ts +23 -0
  221. package/cjs/lib/mergeRefs.js +76 -0
  222. package/cjs/lib/mergeRefs.js.map +1 -0
  223. package/cjs/lib/theming/Theme.d.ts +4 -3
  224. package/cjs/lib/theming/Theme.js +1 -1
  225. package/cjs/lib/theming/Theme.js.map +1 -1
  226. package/cjs/lib/theming/ThemeContext.d.ts +1 -1
  227. package/cjs/lib/theming/ThemeContext.js +2 -2
  228. package/cjs/lib/theming/ThemeContext.js.map +1 -1
  229. package/cjs/lib/theming/ThemeFactory.d.ts +9 -0
  230. package/cjs/lib/theming/ThemeFactory.js +28 -9
  231. package/cjs/lib/theming/ThemeFactory.js.map +1 -1
  232. package/cjs/lib/theming/ThemeHelpers.d.ts +55 -8
  233. package/cjs/lib/theming/ThemeHelpers.js +94 -22
  234. package/cjs/lib/theming/ThemeHelpers.js.map +1 -1
  235. package/cjs/lib/theming/ThemeVersions.d.ts +25 -0
  236. package/cjs/lib/theming/ThemeVersions.js +58 -0
  237. package/cjs/lib/theming/ThemeVersions.js.map +1 -0
  238. package/cjs/lib/theming/themes/DarkTheme.d.ts +3 -1
  239. package/cjs/lib/theming/themes/DarkTheme.js +6 -4
  240. package/cjs/lib/theming/themes/DarkTheme.js.map +1 -1
  241. package/cjs/lib/theming/themes/LightTheme.d.ts +3 -1
  242. package/cjs/lib/theming/themes/LightTheme.js +6 -4
  243. package/cjs/lib/theming/themes/LightTheme.js.map +1 -1
  244. package/cjs/lib/theming/themes/LightThemeMobile.d.ts +1 -1
  245. package/cjs/lib/theming/useTheme.d.ts +1 -1
  246. package/cjs/lib/typeGuards.d.ts +1 -0
  247. package/cjs/lib/typeGuards.js +6 -0
  248. package/cjs/lib/typeGuards.js.map +1 -0
  249. package/cjs/lib/utils.d.ts +21 -17
  250. package/cjs/lib/utils.js +20 -23
  251. package/cjs/lib/utils.js.map +1 -1
  252. package/components/Autocomplete/__creevey__/Autocomplete.creevey.mts +239 -0
  253. package/components/Button/Button/Button.js +2 -3
  254. package/components/Button/Button/Button.js.map +1 -1
  255. package/components/Button/Button.d.ts +0 -1
  256. package/components/Button/__creevey__/Button.creevey.mts +251 -0
  257. package/components/Calendar/DayCellView.styles/DayCellView.styles.js +1 -1
  258. package/components/Calendar/DayCellView.styles/DayCellView.styles.js.map +1 -1
  259. package/components/Calendar/__creevey__/Calendar.creevey.mts +74 -0
  260. package/components/Checkbox/__creevey__/Checkbox.creevey.mts +243 -0
  261. package/components/ComboBox/ComboBox/ComboBox.js +4 -3
  262. package/components/ComboBox/ComboBox/ComboBox.js.map +1 -1
  263. package/components/ComboBox/ComboBox.d.ts +12 -3
  264. package/components/ComboBox/__creevey__/ComboBox.creevey.mts +541 -0
  265. package/components/CurrencyInput/CurrencyInput/CurrencyInput.js.map +1 -1
  266. package/components/CurrencyInput/CurrencyInput.d.ts +1 -1
  267. package/components/CurrencyInput/__creevey__/CurrencyInput.creevey.mts +81 -0
  268. package/components/DateInput/DateInput/DateInput.js +4 -1
  269. package/components/DateInput/DateInput/DateInput.js.map +1 -1
  270. package/components/DateInput/DateInput.d.ts +2 -2
  271. package/components/DateInput/__creevey__/DateInput.creevey.mts +156 -0
  272. package/components/DatePicker/DatePicker/DatePicker.js +29 -5
  273. package/components/DatePicker/DatePicker/DatePicker.js.map +1 -1
  274. package/components/DatePicker/DatePicker.d.ts +10 -1
  275. package/components/DatePicker/__creevey__/DatePicker.creevey.mts +209 -0
  276. package/components/Dropdown/Dropdown/Dropdown.js +12 -11
  277. package/components/Dropdown/Dropdown/Dropdown.js.map +1 -1
  278. package/components/Dropdown/Dropdown.d.ts +4 -2
  279. package/components/Dropdown/__creevey__/Dropdown.creevey.mts +184 -0
  280. package/components/DropdownMenu/DropdownMenu/DropdownMenu.js +1 -0
  281. package/components/DropdownMenu/DropdownMenu/DropdownMenu.js.map +1 -1
  282. package/components/DropdownMenu/DropdownMenu.d.ts +2 -0
  283. package/components/DropdownMenu/__creevey__/DropdownMenu.creevey.mts +263 -0
  284. package/components/FxInput/FxInput/FxInput.js +3 -2
  285. package/components/FxInput/FxInput/FxInput.js.map +1 -1
  286. package/components/FxInput/FxInput.d.ts +2 -0
  287. package/components/FxInput/FxInputRestoreBtn/FxInputRestoreBtn.js +1 -1
  288. package/components/FxInput/FxInputRestoreBtn/FxInputRestoreBtn.js.map +1 -1
  289. package/components/FxInput/FxInputRestoreBtn.d.ts +2 -0
  290. package/components/FxInput/__creevey__/FxInput.creevey.mts +21 -0
  291. package/components/GlobalLoader/GlobalLoader/GlobalLoader.js +13 -5
  292. package/components/GlobalLoader/GlobalLoader/GlobalLoader.js.map +1 -1
  293. package/components/GlobalLoader/GlobalLoader.d.ts +1 -0
  294. package/components/Group/Group/Group.js +4 -10
  295. package/components/Group/Group/Group.js.map +1 -1
  296. package/components/Group/__creevey__/Group.creevey.mts +19 -0
  297. package/components/Hint/__creevey__/Hint.creevey.mts +68 -0
  298. package/components/Input/Input/Input.js +124 -15
  299. package/components/Input/Input/Input.js.map +1 -1
  300. package/components/Input/Input.d.ts +23 -2
  301. package/components/Input/__creevey__/Input.creevey.mts +239 -0
  302. package/components/Kebab/__creevey__/Kebab.creevey.mts +147 -0
  303. package/components/Link/Link/Link.js +25 -1
  304. package/components/Link/Link/Link.js.map +1 -1
  305. package/components/Link/Link.styles/Link.styles.js +4 -4
  306. package/components/Link/Link.styles/Link.styles.js.map +1 -1
  307. package/components/Link/Link.styles.d.ts +4 -4
  308. package/components/Link/__creevey__/Link.creevey.mts +162 -0
  309. package/components/Loader/__creevey__/Loader.creevey.mts +35 -0
  310. package/components/MaskedInput/ColorableInputElement/ColorableInputElement/ColorableInputElement.js +54 -55
  311. package/components/MaskedInput/ColorableInputElement/ColorableInputElement/ColorableInputElement.js.map +1 -1
  312. package/components/MaskedInput/MaskedInput/MaskedInput.js.map +1 -1
  313. package/components/MaskedInput/MaskedInput.d.ts +1 -1
  314. package/components/MaskedInput/__creevey__/MaskedInput.creevey.mts +216 -0
  315. package/components/MenuItem/MenuItem/MenuItem.js +41 -35
  316. package/components/MenuItem/MenuItem/MenuItem.js.map +1 -1
  317. package/components/MiniModal/__docs__/MiniModalBody.mdx +3 -1
  318. package/components/MiniModal/__docs__/MiniModalFooter.mdx +3 -1
  319. package/components/MiniModal/__docs__/MiniModalHeader.mdx +4 -1
  320. package/components/MiniModal/getMiniModalTheme.d.ts +1 -1
  321. package/components/Modal/Modal/Modal.js +4 -16
  322. package/components/Modal/Modal/Modal.js.map +1 -1
  323. package/components/Modal/Modal.styles/Modal.styles.js +40 -31
  324. package/components/Modal/Modal.styles/Modal.styles.js.map +1 -1
  325. package/components/Modal/Modal.styles.d.ts +4 -1
  326. package/components/Modal/ModalClose/ModalClose.js +3 -1
  327. package/components/Modal/ModalClose/ModalClose.js.map +1 -1
  328. package/components/Modal/ModalContext/ModalContext.js.map +1 -1
  329. package/components/Modal/ModalContext.d.ts +3 -3
  330. package/components/Modal/ModalFooter/ModalFooter.js +2 -2
  331. package/components/Modal/ModalFooter/ModalFooter.js.map +1 -1
  332. package/components/Modal/ModalHeader/ModalHeader.js +1 -1
  333. package/components/Modal/ModalHeader/ModalHeader.js.map +1 -1
  334. package/components/Modal/__creevey__/Modal.creevey.mts +295 -0
  335. package/components/Paging/__creevey__/Paging.creevey.mts +97 -0
  336. package/components/PasswordInput/PasswordInput/PasswordInput.js +30 -10
  337. package/components/PasswordInput/PasswordInput/PasswordInput.js.map +1 -1
  338. package/components/PasswordInput/PasswordInput.d.ts +7 -3
  339. package/components/PasswordInput/PasswordInput.styles/PasswordInput.styles.js +1 -1
  340. package/components/PasswordInput/PasswordInput.styles/PasswordInput.styles.js.map +1 -1
  341. package/components/PasswordInput/__creevey__/PasswordInput.creevey.mts +46 -0
  342. package/components/Radio/__creevey__/Radio.creevey.mts +28 -0
  343. package/components/RadioGroup/__creevey__/RadioGroup.creevey.mts +86 -0
  344. package/components/ScrollContainer/__creevey__/ScrollContainer.creevey.mts +247 -0
  345. package/components/Select/Select/Select.js +3 -5
  346. package/components/Select/Select/Select.js.map +1 -1
  347. package/components/Select/Select.d.ts +3 -6
  348. package/components/Select/__creevey__/Select.creevey.mts +293 -0
  349. package/components/Select/tids/package.json +6 -0
  350. package/components/Select/tids/tids.js +5 -0
  351. package/components/Select/tids/tids.js.map +1 -0
  352. package/components/Select/tids.d.ts +5 -0
  353. package/components/SidePage/SidePage/SidePage.js +20 -8
  354. package/components/SidePage/SidePage/SidePage.js.map +1 -1
  355. package/components/SidePage/SidePage.d.ts +1 -0
  356. package/components/SidePage/SidePage.styles/SidePage.styles.js +48 -26
  357. package/components/SidePage/SidePage.styles/SidePage.styles.js.map +1 -1
  358. package/components/SidePage/SidePage.styles.d.ts +8 -1
  359. package/components/SidePage/SidePageCloseButton/SidePageCloseButton.js +6 -2
  360. package/components/SidePage/SidePageCloseButton/SidePageCloseButton.js.map +1 -1
  361. package/components/SidePage/SidePageCloseButton.d.ts +6 -1
  362. package/components/SidePage/SidePageHeader/SidePageHeader.js +13 -5
  363. package/components/SidePage/SidePageHeader/SidePageHeader.js.map +1 -1
  364. package/components/SidePage/SidePageHeader.d.ts +0 -1
  365. package/components/SidePage/__creevey__/SidePage.creevey.mts +421 -0
  366. package/components/Sticky/__creevey__/Sticky.creevey.mts +98 -0
  367. package/components/Switcher/Switcher/Switcher.js +10 -6
  368. package/components/Switcher/Switcher/Switcher.js.map +1 -1
  369. package/components/Switcher/Switcher.styles/Switcher.styles.js +4 -1
  370. package/components/Switcher/Switcher.styles/Switcher.styles.js.map +1 -1
  371. package/components/Switcher/Switcher.styles.d.ts +1 -0
  372. package/components/Switcher/__creevey__/Switcher.creevey.mts +24 -0
  373. package/components/Tabs/__creevey__/Tabs.creevey.mts +239 -0
  374. package/components/Textarea/__creevey__/Textarea.creevey.mts +177 -0
  375. package/components/Toast/Toast/Toast.js +14 -9
  376. package/components/Toast/Toast/Toast.js.map +1 -1
  377. package/components/Toast/Toast.d.ts +6 -2
  378. package/components/Toast/ToastStatic/ToastStatic.js +5 -5
  379. package/components/Toast/ToastStatic/ToastStatic.js.map +1 -1
  380. package/components/Toast/ToastStatic.d.ts +2 -2
  381. package/components/Toast/ToastView/ToastView.js +2 -1
  382. package/components/Toast/ToastView/ToastView.js.map +1 -1
  383. package/components/Toast/ToastView.d.ts +1 -0
  384. package/components/Toast/ToastView.styles/ToastView.styles.js +2 -2
  385. package/components/Toast/ToastView.styles/ToastView.styles.js.map +1 -1
  386. package/components/Toast/__creevey__/Toast.creevey.mts +77 -0
  387. package/components/Toggle/__creevey__/Toggle.creevey.mts +87 -0
  388. package/components/TokenInput/__creevey__/TokenInput.creevey.mts +414 -0
  389. package/components/Tooltip/__creevey__/Tooltip.creevey.mts +533 -0
  390. package/components/TooltipMenu/__creevey__/TooltipMenu.creevey.mts +131 -0
  391. package/index.d.ts +0 -3
  392. package/index.js +0 -3
  393. package/index.js.map +1 -1
  394. package/internal/ClearCrossIcon/ClearCrossIcon/ClearCrossIcon.js +63 -0
  395. package/internal/ClearCrossIcon/ClearCrossIcon/ClearCrossIcon.js.map +1 -0
  396. package/internal/ClearCrossIcon/ClearCrossIcon/package.json +6 -0
  397. package/internal/ClearCrossIcon/ClearCrossIcon.d.ts +9 -0
  398. package/internal/ClearCrossIcon/ClearCrossIcon.styles/ClearCrossIcon.styles.js +21 -0
  399. package/internal/ClearCrossIcon/ClearCrossIcon.styles/ClearCrossIcon.styles.js.map +1 -0
  400. package/internal/ClearCrossIcon/ClearCrossIcon.styles/package.json +6 -0
  401. package/internal/ClearCrossIcon/ClearCrossIcon.styles.d.ts +8 -0
  402. package/internal/ClearCrossIcon/CrossIcon/CrossIcon.js +22 -0
  403. package/internal/ClearCrossIcon/CrossIcon/CrossIcon.js.map +1 -0
  404. package/internal/ClearCrossIcon/CrossIcon/package.json +6 -0
  405. package/internal/ClearCrossIcon/CrossIcon.d.ts +3 -0
  406. package/internal/ClearCrossIcon/__creevey__/ClearCrossIcon.creevey.mts +44 -0
  407. package/internal/CloseButtonIcon/__creevey__/CloseButtonIcon.creevey.mts +48 -0
  408. package/internal/CustomComboBox/ComboBoxView/ComboBoxView.js +12 -5
  409. package/internal/CustomComboBox/ComboBoxView/ComboBoxView.js.map +1 -1
  410. package/internal/CustomComboBox/ComboBoxView.d.ts +6 -2
  411. package/internal/CustomComboBox/CustomComboBox/CustomComboBox.js +17 -5
  412. package/internal/CustomComboBox/CustomComboBox/CustomComboBox.js.map +1 -1
  413. package/internal/CustomComboBox/CustomComboBox.d.ts +7 -5
  414. package/internal/CustomComboBox/CustomComboBoxReducer/CustomComboBoxReducer.js +15 -1
  415. package/internal/CustomComboBox/CustomComboBoxReducer/CustomComboBoxReducer.js.map +1 -1
  416. package/internal/CustomComboBox/CustomComboBoxReducer.d.ts +4 -0
  417. package/internal/CustomComboBox/__creevey__/ComboBoxView.creevey.mts +30 -0
  418. package/internal/CustomComboBox/tids/package.json +6 -0
  419. package/internal/CustomComboBox/tids/tids.js +3 -0
  420. package/internal/CustomComboBox/tids/tids.js.map +1 -0
  421. package/internal/CustomComboBox/tids.d.ts +3 -0
  422. package/internal/FileUploaderControl/__creevey__/FileUploaderFile.creevey.mts +25 -0
  423. package/internal/HideBodyVerticalScroll/__creevey__/HideBodyVerticalScroll.creevey.mts +83 -0
  424. package/internal/InputLikeText/InputLikeText/InputLikeText.js +65 -9
  425. package/internal/InputLikeText/InputLikeText/InputLikeText.js.map +1 -1
  426. package/internal/InputLikeText/InputLikeText.d.ts +7 -2
  427. package/internal/Menu/Menu/Menu.js +6 -3
  428. package/internal/Menu/Menu/Menu.js.map +1 -1
  429. package/internal/Menu/Menu.d.ts +2 -1
  430. package/internal/Menu/__creevey__/Menu.creevey.mts +90 -0
  431. package/internal/Popup/Popup/Popup.js +15 -20
  432. package/internal/Popup/Popup/Popup.js.map +1 -1
  433. package/internal/PopupMenu/PopupMenu/PopupMenu.js +4 -5
  434. package/internal/PopupMenu/PopupMenu/PopupMenu.js.map +1 -1
  435. package/internal/PopupMenu/PopupMenu.d.ts +5 -5
  436. package/internal/PopupMenu/__creevey__/PopupMenu.creevey.mts +37 -0
  437. package/internal/PopupMenu/tids/package.json +6 -0
  438. package/internal/PopupMenu/tids/tids.js +4 -0
  439. package/internal/PopupMenu/tids/tids.js.map +1 -0
  440. package/internal/PopupMenu/tids.d.ts +4 -0
  441. package/internal/ThemePlayground/__creevey__/Theme5_0.creevey.mts +36 -0
  442. package/internal/ThemePlayground/__creevey__/Theme5_0.stories.d.ts +4 -0
  443. package/internal/ThemePlayground/__creevey__/ThemeProvider.creevey.mts +68 -0
  444. package/internal/ThemeShowcase/VariablesCollector/VariablesCollector.js +2 -0
  445. package/internal/ThemeShowcase/VariablesCollector/VariablesCollector.js.map +1 -1
  446. package/internal/ThemeShowcase/VariablesCollector.d.ts +1 -1
  447. package/internal/ZIndex/ZIndex/ZIndex.js +12 -14
  448. package/internal/ZIndex/ZIndex/ZIndex.js.map +1 -1
  449. package/internal/ZIndex/ZIndex.d.ts +1 -1
  450. package/internal/ZIndex/__creevey__/ZIndex.creevey.mts +228 -0
  451. package/internal/themes/BasicLightTheme/BasicLightTheme.js +5 -3351
  452. package/internal/themes/BasicLightTheme/BasicLightTheme.js.map +1 -1
  453. package/internal/themes/BasicLightTheme.d.ts +5 -1209
  454. package/internal/themes/BasicTheme/BasicTheme.js +3432 -0
  455. package/internal/themes/BasicTheme/BasicTheme.js.map +1 -0
  456. package/internal/themes/BasicTheme/package.json +6 -0
  457. package/internal/themes/BasicTheme.d.ts +1231 -0
  458. package/internal/themes/DarkTheme5_0/DarkTheme5_0.js +409 -0
  459. package/internal/themes/DarkTheme5_0/DarkTheme5_0.js.map +1 -0
  460. package/internal/themes/DarkTheme5_0/package.json +6 -0
  461. package/internal/themes/DarkTheme5_0.d.ts +1 -0
  462. package/internal/themes/DarkTheme5_1/DarkTheme5_1.js +52 -0
  463. package/internal/themes/DarkTheme5_1/DarkTheme5_1.js.map +1 -0
  464. package/internal/themes/DarkTheme5_1/package.json +6 -0
  465. package/internal/themes/DarkTheme5_1.d.ts +1 -0
  466. package/internal/themes/LightTheme5_0/LightTheme5_0.js +14 -0
  467. package/internal/themes/LightTheme5_0/LightTheme5_0.js.map +1 -0
  468. package/internal/themes/LightTheme5_0/package.json +6 -0
  469. package/internal/themes/LightTheme5_0.d.ts +1 -0
  470. package/internal/themes/LightTheme5_1/LightTheme5_1.js +52 -0
  471. package/internal/themes/LightTheme5_1/LightTheme5_1.js.map +1 -0
  472. package/internal/themes/LightTheme5_1/package.json +6 -0
  473. package/internal/themes/LightTheme5_1.d.ts +1 -0
  474. package/lib/ModalStack/ModalStack.js +8 -8
  475. package/lib/ModalStack/ModalStack.js.map +1 -1
  476. package/lib/ModalStack.d.ts +1 -0
  477. package/lib/delay/delay.js +6 -0
  478. package/lib/delay/delay.js.map +1 -0
  479. package/lib/delay/package.json +6 -0
  480. package/lib/delay.d.ts +1 -0
  481. package/lib/mergeRefs/mergeRefs.js +68 -0
  482. package/lib/mergeRefs/mergeRefs.js.map +1 -0
  483. package/lib/mergeRefs/package.json +6 -0
  484. package/lib/mergeRefs.d.ts +23 -0
  485. package/lib/theming/Theme/Theme.js +2 -1
  486. package/lib/theming/Theme/Theme.js.map +1 -1
  487. package/lib/theming/Theme.d.ts +4 -3
  488. package/lib/theming/ThemeContext/ThemeContext.js +2 -2
  489. package/lib/theming/ThemeContext/ThemeContext.js.map +1 -1
  490. package/lib/theming/ThemeContext.d.ts +1 -1
  491. package/lib/theming/ThemeFactory/ThemeFactory.js +21 -7
  492. package/lib/theming/ThemeFactory/ThemeFactory.js.map +1 -1
  493. package/lib/theming/ThemeFactory.d.ts +9 -0
  494. package/lib/theming/ThemeHelpers/ThemeHelpers.js +85 -18
  495. package/lib/theming/ThemeHelpers/ThemeHelpers.js.map +1 -1
  496. package/lib/theming/ThemeHelpers.d.ts +55 -8
  497. package/lib/theming/ThemeVersions/ThemeVersions.js +50 -0
  498. package/lib/theming/ThemeVersions/ThemeVersions.js.map +1 -0
  499. package/lib/theming/ThemeVersions/package.json +6 -0
  500. package/lib/theming/ThemeVersions.d.ts +25 -0
  501. package/lib/theming/themes/DarkTheme/DarkTheme.js +5 -4
  502. package/lib/theming/themes/DarkTheme/DarkTheme.js.map +1 -1
  503. package/lib/theming/themes/DarkTheme.d.ts +3 -1
  504. package/lib/theming/themes/LightTheme/LightTheme.js +5 -4
  505. package/lib/theming/themes/LightTheme/LightTheme.js.map +1 -1
  506. package/lib/theming/themes/LightTheme.d.ts +3 -1
  507. package/lib/theming/themes/LightThemeMobile.d.ts +1 -1
  508. package/lib/theming/useTheme.d.ts +1 -1
  509. package/lib/typeGuards/package.json +6 -0
  510. package/lib/typeGuards/typeGuards.js +5 -0
  511. package/lib/typeGuards/typeGuards.js.map +1 -0
  512. package/lib/typeGuards.d.ts +1 -0
  513. package/lib/utils/utils.js +13 -21
  514. package/lib/utils/utils.js.map +1 -1
  515. package/lib/utils.d.ts +21 -17
  516. package/package.json +7 -6
  517. package/cjs/components/Autocomplete/__creevey__/Autocomplete.creevey.js +0 -239
  518. package/cjs/components/Autocomplete/__creevey__/Autocomplete.creevey.js.map +0 -1
  519. package/cjs/components/Button/__creevey__/Button.creevey.js +0 -250
  520. package/cjs/components/Button/__creevey__/Button.creevey.js.map +0 -1
  521. package/cjs/components/Calendar/__creevey__/Calendar.creevey.js +0 -74
  522. package/cjs/components/Calendar/__creevey__/Calendar.creevey.js.map +0 -1
  523. package/cjs/components/Checkbox/__creevey__/Checkbox.creevey.js +0 -242
  524. package/cjs/components/Checkbox/__creevey__/Checkbox.creevey.js.map +0 -1
  525. package/cjs/components/ComboBox/__creevey__/ComboBox.creevey.js +0 -540
  526. package/cjs/components/ComboBox/__creevey__/ComboBox.creevey.js.map +0 -1
  527. package/cjs/components/CurrencyInput/__creevey__/CurrencyInput.creevey.js +0 -81
  528. package/cjs/components/CurrencyInput/__creevey__/CurrencyInput.creevey.js.map +0 -1
  529. package/cjs/components/DateInput/__creevey__/DateInput.creevey.js +0 -155
  530. package/cjs/components/DateInput/__creevey__/DateInput.creevey.js.map +0 -1
  531. package/cjs/components/DatePicker/__creevey__/DatePicker.creevey.js +0 -209
  532. package/cjs/components/DatePicker/__creevey__/DatePicker.creevey.js.map +0 -1
  533. package/cjs/components/DateRangePicker/DateRangePicker.d.ts +0 -27
  534. package/cjs/components/DateRangePicker/DateRangePicker.js +0 -481
  535. package/cjs/components/DateRangePicker/DateRangePicker.js.map +0 -1
  536. package/cjs/components/DateRangePicker/DateRangePicker.md +0 -298
  537. package/cjs/components/DateRangePicker/DateRangePicker.styles.d.ts +0 -9
  538. package/cjs/components/DateRangePicker/DateRangePicker.styles.js +0 -42
  539. package/cjs/components/DateRangePicker/DateRangePicker.styles.js.map +0 -1
  540. package/cjs/components/DateRangePicker/DateRangePickerContext.d.ts +0 -28
  541. package/cjs/components/DateRangePicker/DateRangePickerContext.js +0 -33
  542. package/cjs/components/DateRangePicker/DateRangePickerContext.js.map +0 -1
  543. package/cjs/components/DateRangePicker/DateRangePickerField.d.ts +0 -7
  544. package/cjs/components/DateRangePicker/DateRangePickerField.js +0 -98
  545. package/cjs/components/DateRangePicker/DateRangePickerField.js.map +0 -1
  546. package/cjs/components/DateRangePicker/DateRangePickerSeparator.d.ts +0 -2
  547. package/cjs/components/DateRangePicker/DateRangePickerSeparator.js +0 -3
  548. package/cjs/components/DateRangePicker/DateRangePickerSeparator.js.map +0 -1
  549. package/cjs/components/DateRangePicker/DateRangePickerTheme.d.ts +0 -3
  550. package/cjs/components/DateRangePicker/DateRangePickerTheme.js +0 -30
  551. package/cjs/components/DateRangePicker/DateRangePickerTheme.js.map +0 -1
  552. package/cjs/components/DateRangePicker/MobileDateRangePicker.d.ts +0 -7
  553. package/cjs/components/DateRangePicker/MobileDateRangePicker.js +0 -59
  554. package/cjs/components/DateRangePicker/MobileDateRangePicker.js.map +0 -1
  555. package/cjs/components/DateRangePicker/MobileDateRangePicker.styles.d.ts +0 -4
  556. package/cjs/components/DateRangePicker/MobileDateRangePicker.styles.js +0 -19
  557. package/cjs/components/DateRangePicker/MobileDateRangePicker.styles.js.map +0 -1
  558. package/cjs/components/DateRangePicker/__docs__/DateRangePicker.mdx +0 -109
  559. package/cjs/components/DateRangePicker/index.d.ts +0 -1
  560. package/cjs/components/DateRangePicker/index.js +0 -1
  561. package/cjs/components/DateRangePicker/index.js.map +0 -1
  562. package/cjs/components/DateRangePicker/locale/index.d.ts +0 -4
  563. package/cjs/components/DateRangePicker/locale/index.js +0 -12
  564. package/cjs/components/DateRangePicker/locale/index.js.map +0 -1
  565. package/cjs/components/DateRangePicker/locale/locales/en.d.ts +0 -2
  566. package/cjs/components/DateRangePicker/locale/locales/en.js +0 -7
  567. package/cjs/components/DateRangePicker/locale/locales/en.js.map +0 -1
  568. package/cjs/components/DateRangePicker/locale/locales/ru.d.ts +0 -2
  569. package/cjs/components/DateRangePicker/locale/locales/ru.js +0 -7
  570. package/cjs/components/DateRangePicker/locale/locales/ru.js.map +0 -1
  571. package/cjs/components/DateRangePicker/locale/types.d.ts +0 -5
  572. package/cjs/components/DateRangePicker/locale/types.js +0 -1
  573. package/cjs/components/DateRangePicker/locale/types.js.map +0 -1
  574. package/cjs/components/Dropdown/__creevey__/Dropdown.creevey.js +0 -184
  575. package/cjs/components/Dropdown/__creevey__/Dropdown.creevey.js.map +0 -1
  576. package/cjs/components/DropdownMenu/__creevey__/DropdownMenu.creevey.js +0 -262
  577. package/cjs/components/DropdownMenu/__creevey__/DropdownMenu.creevey.js.map +0 -1
  578. package/cjs/components/FxInput/__creevey__/FxInput.creevey.js +0 -21
  579. package/cjs/components/FxInput/__creevey__/FxInput.creevey.js.map +0 -1
  580. package/cjs/components/Group/__creevey__/Group.creevey.js +0 -19
  581. package/cjs/components/Group/__creevey__/Group.creevey.js.map +0 -1
  582. package/cjs/components/Hint/__creevey__/Hint.creevey.js +0 -68
  583. package/cjs/components/Hint/__creevey__/Hint.creevey.js.map +0 -1
  584. package/cjs/components/Input/__creevey__/Input.creevey.js +0 -239
  585. package/cjs/components/Input/__creevey__/Input.creevey.js.map +0 -1
  586. package/cjs/components/Kebab/__creevey__/Kebab.creevey.js +0 -146
  587. package/cjs/components/Kebab/__creevey__/Kebab.creevey.js.map +0 -1
  588. package/cjs/components/Link/__creevey__/Link.creevey.js +0 -161
  589. package/cjs/components/Link/__creevey__/Link.creevey.js.map +0 -1
  590. package/cjs/components/Loader/__creevey__/Loader.creevey.js +0 -34
  591. package/cjs/components/Loader/__creevey__/Loader.creevey.js.map +0 -1
  592. package/cjs/components/MaskedInput/__creevey__/MaskedInput.creevey.js +0 -219
  593. package/cjs/components/MaskedInput/__creevey__/MaskedInput.creevey.js.map +0 -1
  594. package/cjs/components/Modal/__creevey__/Modal.creevey.js +0 -258
  595. package/cjs/components/Modal/__creevey__/Modal.creevey.js.map +0 -1
  596. package/cjs/components/Paging/__creevey__/Paging.creevey.js +0 -97
  597. package/cjs/components/Paging/__creevey__/Paging.creevey.js.map +0 -1
  598. package/cjs/components/PasswordInput/__creevey__/PasswordInput.creevey.js +0 -38
  599. package/cjs/components/PasswordInput/__creevey__/PasswordInput.creevey.js.map +0 -1
  600. package/cjs/components/Radio/__creevey__/Radio.creevey.js +0 -27
  601. package/cjs/components/Radio/__creevey__/Radio.creevey.js.map +0 -1
  602. package/cjs/components/RadioGroup/__creevey__/RadioGroup.creevey.js +0 -85
  603. package/cjs/components/RadioGroup/__creevey__/RadioGroup.creevey.js.map +0 -1
  604. package/cjs/components/ScrollContainer/__creevey__/ScrollContainer.creevey.js +0 -247
  605. package/cjs/components/ScrollContainer/__creevey__/ScrollContainer.creevey.js.map +0 -1
  606. package/cjs/components/Select/__creevey__/Select.creevey.js +0 -284
  607. package/cjs/components/Select/__creevey__/Select.creevey.js.map +0 -1
  608. package/cjs/components/SidePage/__creevey__/SidePage.creevey.js +0 -313
  609. package/cjs/components/SidePage/__creevey__/SidePage.creevey.js.map +0 -1
  610. package/cjs/components/Sticky/__creevey__/Sticky.creevey.js +0 -98
  611. package/cjs/components/Sticky/__creevey__/Sticky.creevey.js.map +0 -1
  612. package/cjs/components/Switcher/__creevey__/Switcher.creevey.js +0 -24
  613. package/cjs/components/Switcher/__creevey__/Switcher.creevey.js.map +0 -1
  614. package/cjs/components/Tabs/__creevey__/Tabs.creevey.js +0 -238
  615. package/cjs/components/Tabs/__creevey__/Tabs.creevey.js.map +0 -1
  616. package/cjs/components/Textarea/__creevey__/Textarea.creevey.js +0 -176
  617. package/cjs/components/Textarea/__creevey__/Textarea.creevey.js.map +0 -1
  618. package/cjs/components/Toast/__creevey__/Toast.creevey.js +0 -54
  619. package/cjs/components/Toast/__creevey__/Toast.creevey.js.map +0 -1
  620. package/cjs/components/Toggle/__creevey__/Toggle.creevey.js +0 -87
  621. package/cjs/components/Toggle/__creevey__/Toggle.creevey.js.map +0 -1
  622. package/cjs/components/TokenInput/__creevey__/TokenInput.creevey.js +0 -413
  623. package/cjs/components/TokenInput/__creevey__/TokenInput.creevey.js.map +0 -1
  624. package/cjs/components/Tooltip/__creevey__/Tooltip.creevey.js +0 -534
  625. package/cjs/components/Tooltip/__creevey__/Tooltip.creevey.js.map +0 -1
  626. package/cjs/components/TooltipMenu/__creevey__/TooltipMenu.creevey.js +0 -130
  627. package/cjs/components/TooltipMenu/__creevey__/TooltipMenu.creevey.js.map +0 -1
  628. package/cjs/internal/CloseButtonIcon/__creevey__/CloseButtonIcon.creevey.js +0 -47
  629. package/cjs/internal/CloseButtonIcon/__creevey__/CloseButtonIcon.creevey.js.map +0 -1
  630. package/cjs/internal/CustomComboBox/__creevey__/ComboBoxView.creevey.js +0 -30
  631. package/cjs/internal/CustomComboBox/__creevey__/ComboBoxView.creevey.js.map +0 -1
  632. package/cjs/internal/FileUploaderControl/__creevey__/FileUploaderFile.creevey.js +0 -25
  633. package/cjs/internal/FileUploaderControl/__creevey__/FileUploaderFile.creevey.js.map +0 -1
  634. package/cjs/internal/HideBodyVerticalScroll/__creevey__/HideBodyVerticalScroll.creevey.js +0 -83
  635. package/cjs/internal/HideBodyVerticalScroll/__creevey__/HideBodyVerticalScroll.creevey.js.map +0 -1
  636. package/cjs/internal/Menu/__creevey__/Menu.creevey.js +0 -90
  637. package/cjs/internal/Menu/__creevey__/Menu.creevey.js.map +0 -1
  638. package/cjs/internal/PopupMenu/__creevey__/PopupMenu.creevey.js +0 -37
  639. package/cjs/internal/PopupMenu/__creevey__/PopupMenu.creevey.js.map +0 -1
  640. package/cjs/internal/ThemePlayground/__creevey__/ThemeProvider.creevey.js +0 -68
  641. package/cjs/internal/ThemePlayground/__creevey__/ThemeProvider.creevey.js.map +0 -1
  642. package/cjs/internal/ZIndex/__creevey__/ZIndex.creevey.js +0 -228
  643. package/cjs/internal/ZIndex/__creevey__/ZIndex.creevey.js.map +0 -1
  644. package/cjs/internal/themes/BasicDarkTheme.d.ts +0 -293
  645. package/cjs/internal/themes/BasicDarkTheme.js +0 -607
  646. package/cjs/internal/themes/BasicDarkTheme.js.map +0 -1
  647. package/cjs/lib/theming/themes/DarkTheme2022_0.d.ts +0 -1
  648. package/cjs/lib/theming/themes/DarkTheme2022_0.js +0 -5
  649. package/cjs/lib/theming/themes/DarkTheme2022_0.js.map +0 -1
  650. package/cjs/lib/theming/themes/LightTheme2022_0.d.ts +0 -1
  651. package/cjs/lib/theming/themes/LightTheme2022_0.js +0 -5
  652. package/cjs/lib/theming/themes/LightTheme2022_0.js.map +0 -1
  653. package/components/Autocomplete/__creevey__/Autocomplete.creevey/Autocomplete.creevey.js +0 -506
  654. package/components/Autocomplete/__creevey__/Autocomplete.creevey/Autocomplete.creevey.js.map +0 -1
  655. package/components/Autocomplete/__creevey__/Autocomplete.creevey/package.json +0 -6
  656. package/components/Button/__creevey__/Button.creevey/Button.creevey.js +0 -396
  657. package/components/Button/__creevey__/Button.creevey/Button.creevey.js.map +0 -1
  658. package/components/Button/__creevey__/Button.creevey/package.json +0 -6
  659. package/components/Calendar/__creevey__/Calendar.creevey/Calendar.creevey.js +0 -138
  660. package/components/Calendar/__creevey__/Calendar.creevey/Calendar.creevey.js.map +0 -1
  661. package/components/Calendar/__creevey__/Calendar.creevey/package.json +0 -6
  662. package/components/Calendar/__creevey__/Calendar.creevey.d.ts +0 -1
  663. package/components/Checkbox/__creevey__/Checkbox.creevey/Checkbox.creevey.js +0 -487
  664. package/components/Checkbox/__creevey__/Checkbox.creevey/Checkbox.creevey.js.map +0 -1
  665. package/components/Checkbox/__creevey__/Checkbox.creevey/package.json +0 -6
  666. package/components/Checkbox/__creevey__/Checkbox.creevey.d.ts +0 -1
  667. package/components/ComboBox/__creevey__/ComboBox.creevey/ComboBox.creevey.js +0 -1043
  668. package/components/ComboBox/__creevey__/ComboBox.creevey/ComboBox.creevey.js.map +0 -1
  669. package/components/ComboBox/__creevey__/ComboBox.creevey/package.json +0 -6
  670. package/components/ComboBox/__creevey__/ComboBox.creevey.d.ts +0 -1
  671. package/components/CurrencyInput/__creevey__/CurrencyInput.creevey/CurrencyInput.creevey.js +0 -114
  672. package/components/CurrencyInput/__creevey__/CurrencyInput.creevey/CurrencyInput.creevey.js.map +0 -1
  673. package/components/CurrencyInput/__creevey__/CurrencyInput.creevey/package.json +0 -6
  674. package/components/CurrencyInput/__creevey__/CurrencyInput.creevey.d.ts +0 -1
  675. package/components/DateInput/__creevey__/DateInput.creevey/DateInput.creevey.js +0 -367
  676. package/components/DateInput/__creevey__/DateInput.creevey/DateInput.creevey.js.map +0 -1
  677. package/components/DateInput/__creevey__/DateInput.creevey/package.json +0 -6
  678. package/components/DateInput/__creevey__/DateInput.creevey.d.ts +0 -1
  679. package/components/DatePicker/__creevey__/DatePicker.creevey/DatePicker.creevey.js +0 -395
  680. package/components/DatePicker/__creevey__/DatePicker.creevey/DatePicker.creevey.js.map +0 -1
  681. package/components/DatePicker/__creevey__/DatePicker.creevey/package.json +0 -6
  682. package/components/DatePicker/__creevey__/DatePicker.creevey.d.ts +0 -1
  683. package/components/DateRangePicker/DateRangePicker/DateRangePicker.js +0 -365
  684. package/components/DateRangePicker/DateRangePicker/DateRangePicker.js.map +0 -1
  685. package/components/DateRangePicker/DateRangePicker/package.json +0 -6
  686. package/components/DateRangePicker/DateRangePicker.d.ts +0 -27
  687. package/components/DateRangePicker/DateRangePicker.md +0 -298
  688. package/components/DateRangePicker/DateRangePicker.styles/DateRangePicker.styles.js +0 -23
  689. package/components/DateRangePicker/DateRangePicker.styles/DateRangePicker.styles.js.map +0 -1
  690. package/components/DateRangePicker/DateRangePicker.styles/package.json +0 -6
  691. package/components/DateRangePicker/DateRangePicker.styles.d.ts +0 -9
  692. package/components/DateRangePicker/DateRangePickerContext/DateRangePickerContext.js +0 -3
  693. package/components/DateRangePicker/DateRangePickerContext/DateRangePickerContext.js.map +0 -1
  694. package/components/DateRangePicker/DateRangePickerContext/package.json +0 -6
  695. package/components/DateRangePicker/DateRangePickerContext.d.ts +0 -28
  696. package/components/DateRangePicker/DateRangePickerField/DateRangePickerField.js +0 -86
  697. package/components/DateRangePicker/DateRangePickerField/DateRangePickerField.js.map +0 -1
  698. package/components/DateRangePicker/DateRangePickerField/package.json +0 -6
  699. package/components/DateRangePicker/DateRangePickerField.d.ts +0 -7
  700. package/components/DateRangePicker/DateRangePickerSeparator/DateRangePickerSeparator.js +0 -4
  701. package/components/DateRangePicker/DateRangePickerSeparator/DateRangePickerSeparator.js.map +0 -1
  702. package/components/DateRangePicker/DateRangePickerSeparator/package.json +0 -6
  703. package/components/DateRangePicker/DateRangePickerSeparator.d.ts +0 -2
  704. package/components/DateRangePicker/DateRangePickerTheme/DateRangePickerTheme.js +0 -21
  705. package/components/DateRangePicker/DateRangePickerTheme/DateRangePickerTheme.js.map +0 -1
  706. package/components/DateRangePicker/DateRangePickerTheme/package.json +0 -6
  707. package/components/DateRangePicker/DateRangePickerTheme.d.ts +0 -3
  708. package/components/DateRangePicker/MobileDateRangePicker/MobileDateRangePicker.js +0 -48
  709. package/components/DateRangePicker/MobileDateRangePicker/MobileDateRangePicker.js.map +0 -1
  710. package/components/DateRangePicker/MobileDateRangePicker/package.json +0 -6
  711. package/components/DateRangePicker/MobileDateRangePicker.d.ts +0 -7
  712. package/components/DateRangePicker/MobileDateRangePicker.styles/MobileDateRangePicker.styles.js +0 -11
  713. package/components/DateRangePicker/MobileDateRangePicker.styles/MobileDateRangePicker.styles.js.map +0 -1
  714. package/components/DateRangePicker/MobileDateRangePicker.styles/package.json +0 -6
  715. package/components/DateRangePicker/MobileDateRangePicker.styles.d.ts +0 -4
  716. package/components/DateRangePicker/__docs__/DateRangePicker.mdx +0 -109
  717. package/components/DateRangePicker/index/index.js +0 -1
  718. package/components/DateRangePicker/index/index.js.map +0 -1
  719. package/components/DateRangePicker/index/package.json +0 -6
  720. package/components/DateRangePicker/index.d.ts +0 -1
  721. package/components/DateRangePicker/locale/index/index.js +0 -8
  722. package/components/DateRangePicker/locale/index/index.js.map +0 -1
  723. package/components/DateRangePicker/locale/index/package.json +0 -6
  724. package/components/DateRangePicker/locale/index.d.ts +0 -4
  725. package/components/DateRangePicker/locale/locales/en/en.js +0 -6
  726. package/components/DateRangePicker/locale/locales/en/en.js.map +0 -1
  727. package/components/DateRangePicker/locale/locales/en/package.json +0 -6
  728. package/components/DateRangePicker/locale/locales/en.d.ts +0 -2
  729. package/components/DateRangePicker/locale/locales/ru/package.json +0 -6
  730. package/components/DateRangePicker/locale/locales/ru/ru.js +0 -6
  731. package/components/DateRangePicker/locale/locales/ru/ru.js.map +0 -1
  732. package/components/DateRangePicker/locale/locales/ru.d.ts +0 -2
  733. package/components/DateRangePicker/locale/package.json +0 -6
  734. package/components/DateRangePicker/locale/types/package.json +0 -6
  735. package/components/DateRangePicker/locale/types/types.js +0 -1
  736. package/components/DateRangePicker/locale/types/types.js.map +0 -1
  737. package/components/DateRangePicker/locale/types.d.ts +0 -5
  738. package/components/DateRangePicker/package.json +0 -6
  739. package/components/Dropdown/__creevey__/Dropdown.creevey/Dropdown.creevey.js +0 -417
  740. package/components/Dropdown/__creevey__/Dropdown.creevey/Dropdown.creevey.js.map +0 -1
  741. package/components/Dropdown/__creevey__/Dropdown.creevey/package.json +0 -6
  742. package/components/Dropdown/__creevey__/Dropdown.creevey.d.ts +0 -1
  743. package/components/DropdownMenu/__creevey__/DropdownMenu.creevey/DropdownMenu.creevey.js +0 -534
  744. package/components/DropdownMenu/__creevey__/DropdownMenu.creevey/DropdownMenu.creevey.js.map +0 -1
  745. package/components/DropdownMenu/__creevey__/DropdownMenu.creevey/package.json +0 -6
  746. package/components/DropdownMenu/__creevey__/DropdownMenu.creevey.d.ts +0 -1
  747. package/components/FxInput/__creevey__/FxInput.creevey/FxInput.creevey.js +0 -62
  748. package/components/FxInput/__creevey__/FxInput.creevey/FxInput.creevey.js.map +0 -1
  749. package/components/FxInput/__creevey__/FxInput.creevey/package.json +0 -6
  750. package/components/FxInput/__creevey__/FxInput.creevey.d.ts +0 -1
  751. package/components/Group/__creevey__/Group.creevey/Group.creevey.js +0 -48
  752. package/components/Group/__creevey__/Group.creevey/Group.creevey.js.map +0 -1
  753. package/components/Group/__creevey__/Group.creevey/package.json +0 -6
  754. package/components/Group/__creevey__/Group.creevey.d.ts +0 -1
  755. package/components/Hint/__creevey__/Hint.creevey/Hint.creevey.js +0 -127
  756. package/components/Hint/__creevey__/Hint.creevey/Hint.creevey.js.map +0 -1
  757. package/components/Hint/__creevey__/Hint.creevey/package.json +0 -6
  758. package/components/Hint/__creevey__/Hint.creevey.d.ts +0 -1
  759. package/components/Input/__creevey__/Input.creevey/Input.creevey.js +0 -517
  760. package/components/Input/__creevey__/Input.creevey/Input.creevey.js.map +0 -1
  761. package/components/Input/__creevey__/Input.creevey/package.json +0 -6
  762. package/components/Input/__creevey__/Input.creevey.d.ts +0 -1
  763. package/components/Kebab/__creevey__/Kebab.creevey/Kebab.creevey.js +0 -278
  764. package/components/Kebab/__creevey__/Kebab.creevey/Kebab.creevey.js.map +0 -1
  765. package/components/Kebab/__creevey__/Kebab.creevey/package.json +0 -6
  766. package/components/Kebab/__creevey__/Kebab.creevey.d.ts +0 -1
  767. package/components/Link/__creevey__/Link.creevey/Link.creevey.js +0 -238
  768. package/components/Link/__creevey__/Link.creevey/Link.creevey.js.map +0 -1
  769. package/components/Link/__creevey__/Link.creevey/package.json +0 -6
  770. package/components/Link/__creevey__/Link.creevey.d.ts +0 -1
  771. package/components/Loader/__creevey__/Loader.creevey/Loader.creevey.js +0 -129
  772. package/components/Loader/__creevey__/Loader.creevey/Loader.creevey.js.map +0 -1
  773. package/components/Loader/__creevey__/Loader.creevey/package.json +0 -6
  774. package/components/Loader/__creevey__/Loader.creevey.d.ts +0 -1
  775. package/components/MaskedInput/__creevey__/MaskedInput.creevey/MaskedInput.creevey.js +0 -405
  776. package/components/MaskedInput/__creevey__/MaskedInput.creevey/MaskedInput.creevey.js.map +0 -1
  777. package/components/MaskedInput/__creevey__/MaskedInput.creevey/package.json +0 -6
  778. package/components/MaskedInput/__creevey__/MaskedInput.creevey.d.ts +0 -1
  779. package/components/Modal/__creevey__/Modal.creevey/Modal.creevey.js +0 -565
  780. package/components/Modal/__creevey__/Modal.creevey/Modal.creevey.js.map +0 -1
  781. package/components/Modal/__creevey__/Modal.creevey/package.json +0 -6
  782. package/components/Modal/__creevey__/Modal.creevey.d.ts +0 -1
  783. package/components/Paging/__creevey__/Paging.creevey/Paging.creevey.js +0 -190
  784. package/components/Paging/__creevey__/Paging.creevey/Paging.creevey.js.map +0 -1
  785. package/components/Paging/__creevey__/Paging.creevey/package.json +0 -6
  786. package/components/Paging/__creevey__/Paging.creevey.d.ts +0 -1
  787. package/components/PasswordInput/__creevey__/PasswordInput.creevey/PasswordInput.creevey.js +0 -83
  788. package/components/PasswordInput/__creevey__/PasswordInput.creevey/PasswordInput.creevey.js.map +0 -1
  789. package/components/PasswordInput/__creevey__/PasswordInput.creevey/package.json +0 -6
  790. package/components/PasswordInput/__creevey__/PasswordInput.creevey.d.ts +0 -1
  791. package/components/Radio/__creevey__/Radio.creevey/Radio.creevey.js +0 -56
  792. package/components/Radio/__creevey__/Radio.creevey/Radio.creevey.js.map +0 -1
  793. package/components/Radio/__creevey__/Radio.creevey/package.json +0 -6
  794. package/components/Radio/__creevey__/Radio.creevey.d.ts +0 -1
  795. package/components/RadioGroup/__creevey__/RadioGroup.creevey/RadioGroup.creevey.js +0 -167
  796. package/components/RadioGroup/__creevey__/RadioGroup.creevey/RadioGroup.creevey.js.map +0 -1
  797. package/components/RadioGroup/__creevey__/RadioGroup.creevey/package.json +0 -6
  798. package/components/RadioGroup/__creevey__/RadioGroup.creevey.d.ts +0 -1
  799. package/components/ScrollContainer/__creevey__/ScrollContainer.creevey/ScrollContainer.creevey.js +0 -488
  800. package/components/ScrollContainer/__creevey__/ScrollContainer.creevey/ScrollContainer.creevey.js.map +0 -1
  801. package/components/ScrollContainer/__creevey__/ScrollContainer.creevey/package.json +0 -6
  802. package/components/ScrollContainer/__creevey__/ScrollContainer.creevey.d.ts +0 -1
  803. package/components/Select/__creevey__/Select.creevey/Select.creevey.js +0 -541
  804. package/components/Select/__creevey__/Select.creevey/Select.creevey.js.map +0 -1
  805. package/components/Select/__creevey__/Select.creevey/package.json +0 -6
  806. package/components/Select/__creevey__/Select.creevey.d.ts +0 -1
  807. package/components/SidePage/__creevey__/SidePage.creevey/SidePage.creevey.js +0 -697
  808. package/components/SidePage/__creevey__/SidePage.creevey/SidePage.creevey.js.map +0 -1
  809. package/components/SidePage/__creevey__/SidePage.creevey/package.json +0 -6
  810. package/components/SidePage/__creevey__/SidePage.creevey.d.ts +0 -1
  811. package/components/Sticky/__creevey__/Sticky.creevey/Sticky.creevey.js +0 -215
  812. package/components/Sticky/__creevey__/Sticky.creevey/Sticky.creevey.js.map +0 -1
  813. package/components/Sticky/__creevey__/Sticky.creevey/package.json +0 -6
  814. package/components/Sticky/__creevey__/Sticky.creevey.d.ts +0 -1
  815. package/components/Switcher/__creevey__/Switcher.creevey/Switcher.creevey.js +0 -58
  816. package/components/Switcher/__creevey__/Switcher.creevey/Switcher.creevey.js.map +0 -1
  817. package/components/Switcher/__creevey__/Switcher.creevey/package.json +0 -6
  818. package/components/Switcher/__creevey__/Switcher.creevey.d.ts +0 -1
  819. package/components/Tabs/__creevey__/Tabs.creevey/Tabs.creevey.js +0 -391
  820. package/components/Tabs/__creevey__/Tabs.creevey/Tabs.creevey.js.map +0 -1
  821. package/components/Tabs/__creevey__/Tabs.creevey/package.json +0 -6
  822. package/components/Tabs/__creevey__/Tabs.creevey.d.ts +0 -1
  823. package/components/Textarea/__creevey__/Textarea.creevey/Textarea.creevey.js +0 -404
  824. package/components/Textarea/__creevey__/Textarea.creevey/Textarea.creevey.js.map +0 -1
  825. package/components/Textarea/__creevey__/Textarea.creevey/package.json +0 -6
  826. package/components/Textarea/__creevey__/Textarea.creevey.d.ts +0 -1
  827. package/components/Toast/__creevey__/Toast.creevey/Toast.creevey.js +0 -70
  828. package/components/Toast/__creevey__/Toast.creevey/Toast.creevey.js.map +0 -1
  829. package/components/Toast/__creevey__/Toast.creevey/package.json +0 -6
  830. package/components/Toast/__creevey__/Toast.creevey.d.ts +0 -1
  831. package/components/Toggle/__creevey__/Toggle.creevey/Toggle.creevey.js +0 -195
  832. package/components/Toggle/__creevey__/Toggle.creevey/Toggle.creevey.js.map +0 -1
  833. package/components/Toggle/__creevey__/Toggle.creevey/package.json +0 -6
  834. package/components/Toggle/__creevey__/Toggle.creevey.d.ts +0 -1
  835. package/components/TokenInput/__creevey__/TokenInput.creevey/TokenInput.creevey.js +0 -635
  836. package/components/TokenInput/__creevey__/TokenInput.creevey/TokenInput.creevey.js.map +0 -1
  837. package/components/TokenInput/__creevey__/TokenInput.creevey/package.json +0 -6
  838. package/components/TokenInput/__creevey__/TokenInput.creevey.d.ts +0 -1
  839. package/components/Tooltip/__creevey__/Tooltip.creevey/Tooltip.creevey.js +0 -1171
  840. package/components/Tooltip/__creevey__/Tooltip.creevey/Tooltip.creevey.js.map +0 -1
  841. package/components/Tooltip/__creevey__/Tooltip.creevey/package.json +0 -6
  842. package/components/Tooltip/__creevey__/Tooltip.creevey.d.ts +0 -1
  843. package/components/TooltipMenu/__creevey__/TooltipMenu.creevey/TooltipMenu.creevey.js +0 -277
  844. package/components/TooltipMenu/__creevey__/TooltipMenu.creevey/TooltipMenu.creevey.js.map +0 -1
  845. package/components/TooltipMenu/__creevey__/TooltipMenu.creevey/package.json +0 -6
  846. package/components/TooltipMenu/__creevey__/TooltipMenu.creevey.d.ts +0 -1
  847. package/internal/CloseButtonIcon/__creevey__/CloseButtonIcon.creevey/CloseButtonIcon.creevey.js +0 -78
  848. package/internal/CloseButtonIcon/__creevey__/CloseButtonIcon.creevey/CloseButtonIcon.creevey.js.map +0 -1
  849. package/internal/CloseButtonIcon/__creevey__/CloseButtonIcon.creevey/package.json +0 -6
  850. package/internal/CloseButtonIcon/__creevey__/CloseButtonIcon.creevey.d.ts +0 -1
  851. package/internal/CustomComboBox/__creevey__/ComboBoxView.creevey/ComboBoxView.creevey.js +0 -58
  852. package/internal/CustomComboBox/__creevey__/ComboBoxView.creevey/ComboBoxView.creevey.js.map +0 -1
  853. package/internal/CustomComboBox/__creevey__/ComboBoxView.creevey/package.json +0 -6
  854. package/internal/CustomComboBox/__creevey__/ComboBoxView.creevey.d.ts +0 -1
  855. package/internal/FileUploaderControl/__creevey__/FileUploaderFile.creevey/FileUploaderFile.creevey.js +0 -41
  856. package/internal/FileUploaderControl/__creevey__/FileUploaderFile.creevey/FileUploaderFile.creevey.js.map +0 -1
  857. package/internal/FileUploaderControl/__creevey__/FileUploaderFile.creevey/package.json +0 -6
  858. package/internal/FileUploaderControl/__creevey__/FileUploaderFile.creevey.d.ts +0 -1
  859. package/internal/HideBodyVerticalScroll/__creevey__/HideBodyVerticalScroll.creevey/HideBodyVerticalScroll.creevey.js +0 -199
  860. package/internal/HideBodyVerticalScroll/__creevey__/HideBodyVerticalScroll.creevey/HideBodyVerticalScroll.creevey.js.map +0 -1
  861. package/internal/HideBodyVerticalScroll/__creevey__/HideBodyVerticalScroll.creevey/package.json +0 -6
  862. package/internal/HideBodyVerticalScroll/__creevey__/HideBodyVerticalScroll.creevey.d.ts +0 -1
  863. package/internal/Menu/__creevey__/Menu.creevey/Menu.creevey.js +0 -196
  864. package/internal/Menu/__creevey__/Menu.creevey/Menu.creevey.js.map +0 -1
  865. package/internal/Menu/__creevey__/Menu.creevey/package.json +0 -6
  866. package/internal/Menu/__creevey__/Menu.creevey.d.ts +0 -1
  867. package/internal/PopupMenu/__creevey__/PopupMenu.creevey/PopupMenu.creevey.js +0 -69
  868. package/internal/PopupMenu/__creevey__/PopupMenu.creevey/PopupMenu.creevey.js.map +0 -1
  869. package/internal/PopupMenu/__creevey__/PopupMenu.creevey/package.json +0 -6
  870. package/internal/PopupMenu/__creevey__/PopupMenu.creevey.d.ts +0 -1
  871. package/internal/ThemePlayground/__creevey__/ThemeProvider.creevey/ThemeProvider.creevey.js +0 -145
  872. package/internal/ThemePlayground/__creevey__/ThemeProvider.creevey/ThemeProvider.creevey.js.map +0 -1
  873. package/internal/ThemePlayground/__creevey__/ThemeProvider.creevey/package.json +0 -6
  874. package/internal/ThemePlayground/__creevey__/ThemeProvider.creevey.d.ts +0 -1
  875. package/internal/ZIndex/__creevey__/ZIndex.creevey/ZIndex.creevey.js +0 -550
  876. package/internal/ZIndex/__creevey__/ZIndex.creevey/ZIndex.creevey.js.map +0 -1
  877. package/internal/ZIndex/__creevey__/ZIndex.creevey/package.json +0 -6
  878. package/internal/ZIndex/__creevey__/ZIndex.creevey.d.ts +0 -1
  879. package/internal/themes/BasicDarkTheme/BasicDarkTheme.js +0 -646
  880. package/internal/themes/BasicDarkTheme/BasicDarkTheme.js.map +0 -1
  881. package/internal/themes/BasicDarkTheme/package.json +0 -6
  882. package/internal/themes/BasicDarkTheme.d.ts +0 -293
  883. package/lib/theming/themes/DarkTheme2022_0/DarkTheme2022_0.js +0 -3
  884. package/lib/theming/themes/DarkTheme2022_0/DarkTheme2022_0.js.map +0 -1
  885. package/lib/theming/themes/DarkTheme2022_0/package.json +0 -6
  886. package/lib/theming/themes/DarkTheme2022_0.d.ts +0 -1
  887. package/lib/theming/themes/LightTheme2022_0/LightTheme2022_0.js +0 -3
  888. package/lib/theming/themes/LightTheme2022_0/LightTheme2022_0.js.map +0 -1
  889. package/lib/theming/themes/LightTheme2022_0/package.json +0 -6
  890. package/lib/theming/themes/LightTheme2022_0.d.ts +0 -1
  891. /package/{cjs/components/Autocomplete/__creevey__/Autocomplete.creevey.d.ts → components/Autocomplete/__creevey__/Autocomplete.creevey.d.mts} +0 -0
  892. /package/{cjs/components/Button/__creevey__/Button.creevey.d.ts → components/Button/__creevey__/Button.creevey.d.mts} +0 -0
  893. /package/{cjs/components/Calendar/__creevey__/Calendar.creevey.d.ts → components/Calendar/__creevey__/Calendar.creevey.d.mts} +0 -0
  894. /package/{cjs/components/Checkbox/__creevey__/Checkbox.creevey.d.ts → components/Checkbox/__creevey__/Checkbox.creevey.d.mts} +0 -0
  895. /package/{cjs/components/ComboBox/__creevey__/ComboBox.creevey.d.ts → components/ComboBox/__creevey__/ComboBox.creevey.d.mts} +0 -0
  896. /package/{cjs/components/CurrencyInput/__creevey__/CurrencyInput.creevey.d.ts → components/CurrencyInput/__creevey__/CurrencyInput.creevey.d.mts} +0 -0
  897. /package/{cjs/components/DateInput/__creevey__/DateInput.creevey.d.ts → components/DateInput/__creevey__/DateInput.creevey.d.mts} +0 -0
  898. /package/{cjs/components/DatePicker/__creevey__/DatePicker.creevey.d.ts → components/DatePicker/__creevey__/DatePicker.creevey.d.mts} +0 -0
  899. /package/{cjs/components/Dropdown/__creevey__/Dropdown.creevey.d.ts → components/Dropdown/__creevey__/Dropdown.creevey.d.mts} +0 -0
  900. /package/{cjs/components/DropdownMenu/__creevey__/DropdownMenu.creevey.d.ts → components/DropdownMenu/__creevey__/DropdownMenu.creevey.d.mts} +0 -0
  901. /package/{cjs/components/FxInput/__creevey__/FxInput.creevey.d.ts → components/FxInput/__creevey__/FxInput.creevey.d.mts} +0 -0
  902. /package/{cjs/components/Group/__creevey__/Group.creevey.d.ts → components/Group/__creevey__/Group.creevey.d.mts} +0 -0
  903. /package/{cjs/components/Hint/__creevey__/Hint.creevey.d.ts → components/Hint/__creevey__/Hint.creevey.d.mts} +0 -0
  904. /package/{cjs/components/Input/__creevey__/Input.creevey.d.ts → components/Input/__creevey__/Input.creevey.d.mts} +0 -0
  905. /package/{cjs/components/Kebab/__creevey__/Kebab.creevey.d.ts → components/Kebab/__creevey__/Kebab.creevey.d.mts} +0 -0
  906. /package/{cjs/components/Link/__creevey__/Link.creevey.d.ts → components/Link/__creevey__/Link.creevey.d.mts} +0 -0
  907. /package/{cjs/components/Loader/__creevey__/Loader.creevey.d.ts → components/Loader/__creevey__/Loader.creevey.d.mts} +0 -0
  908. /package/{cjs/components/MaskedInput/__creevey__/MaskedInput.creevey.d.ts → components/MaskedInput/__creevey__/MaskedInput.creevey.d.mts} +0 -0
  909. /package/{cjs/components/Modal/__creevey__/Modal.creevey.d.ts → components/Modal/__creevey__/Modal.creevey.d.mts} +0 -0
  910. /package/{cjs/components/Paging/__creevey__/Paging.creevey.d.ts → components/Paging/__creevey__/Paging.creevey.d.mts} +0 -0
  911. /package/{cjs/components/PasswordInput/__creevey__/PasswordInput.creevey.d.ts → components/PasswordInput/__creevey__/PasswordInput.creevey.d.mts} +0 -0
  912. /package/{cjs/components/Radio/__creevey__/Radio.creevey.d.ts → components/Radio/__creevey__/Radio.creevey.d.mts} +0 -0
  913. /package/{cjs/components/RadioGroup/__creevey__/RadioGroup.creevey.d.ts → components/RadioGroup/__creevey__/RadioGroup.creevey.d.mts} +0 -0
  914. /package/{cjs/components/ScrollContainer/__creevey__/ScrollContainer.creevey.d.ts → components/ScrollContainer/__creevey__/ScrollContainer.creevey.d.mts} +0 -0
  915. /package/{cjs/components/Select/__creevey__/Select.creevey.d.ts → components/Select/__creevey__/Select.creevey.d.mts} +0 -0
  916. /package/{cjs/components/SidePage/__creevey__/SidePage.creevey.d.ts → components/SidePage/__creevey__/SidePage.creevey.d.mts} +0 -0
  917. /package/{cjs/components/Sticky/__creevey__/Sticky.creevey.d.ts → components/Sticky/__creevey__/Sticky.creevey.d.mts} +0 -0
  918. /package/{cjs/components/Switcher/__creevey__/Switcher.creevey.d.ts → components/Switcher/__creevey__/Switcher.creevey.d.mts} +0 -0
  919. /package/{cjs/components/Tabs/__creevey__/Tabs.creevey.d.ts → components/Tabs/__creevey__/Tabs.creevey.d.mts} +0 -0
  920. /package/{cjs/components/Textarea/__creevey__/Textarea.creevey.d.ts → components/Textarea/__creevey__/Textarea.creevey.d.mts} +0 -0
  921. /package/{cjs/components/Toast/__creevey__/Toast.creevey.d.ts → components/Toast/__creevey__/Toast.creevey.d.mts} +0 -0
  922. /package/{cjs/components/Toggle/__creevey__/Toggle.creevey.d.ts → components/Toggle/__creevey__/Toggle.creevey.d.mts} +0 -0
  923. /package/{cjs/components/TokenInput/__creevey__/TokenInput.creevey.d.ts → components/TokenInput/__creevey__/TokenInput.creevey.d.mts} +0 -0
  924. /package/{cjs/components/Tooltip/__creevey__/Tooltip.creevey.d.ts → components/Tooltip/__creevey__/Tooltip.creevey.d.mts} +0 -0
  925. /package/{cjs/components/TooltipMenu/__creevey__/TooltipMenu.creevey.d.ts → components/TooltipMenu/__creevey__/TooltipMenu.creevey.d.mts} +0 -0
  926. /package/{cjs/internal/CloseButtonIcon/__creevey__/CloseButtonIcon.creevey.d.ts → internal/ClearCrossIcon/__creevey__/ClearCrossIcon.creevey.d.mts} +0 -0
  927. /package/{cjs/internal/CustomComboBox/__creevey__/ComboBoxView.creevey.d.ts → internal/CloseButtonIcon/__creevey__/CloseButtonIcon.creevey.d.mts} +0 -0
  928. /package/{cjs/internal/FileUploaderControl/__creevey__/FileUploaderFile.creevey.d.ts → internal/CustomComboBox/__creevey__/ComboBoxView.creevey.d.mts} +0 -0
  929. /package/{cjs/internal/HideBodyVerticalScroll/__creevey__/HideBodyVerticalScroll.creevey.d.ts → internal/FileUploaderControl/__creevey__/FileUploaderFile.creevey.d.mts} +0 -0
  930. /package/{cjs/internal/Menu/__creevey__/Menu.creevey.d.ts → internal/HideBodyVerticalScroll/__creevey__/HideBodyVerticalScroll.creevey.d.mts} +0 -0
  931. /package/{cjs/internal/PopupMenu/__creevey__/PopupMenu.creevey.d.ts → internal/Menu/__creevey__/Menu.creevey.d.mts} +0 -0
  932. /package/{cjs/internal/ThemePlayground/__creevey__/ThemeProvider.creevey.d.ts → internal/PopupMenu/__creevey__/PopupMenu.creevey.d.mts} +0 -0
  933. /package/{cjs/internal/ZIndex/__creevey__/ZIndex.creevey.d.ts → internal/ThemePlayground/__creevey__/Theme5_0.creevey.d.mts} +0 -0
  934. /package/{components/Autocomplete/__creevey__/Autocomplete.creevey.d.ts → internal/ThemePlayground/__creevey__/ThemeProvider.creevey.d.mts} +0 -0
  935. /package/{components/Button/__creevey__/Button.creevey.d.ts → internal/ZIndex/__creevey__/ZIndex.creevey.d.mts} +0 -0
@@ -1 +0,0 @@
1
- {"version":3,"names":["_creevey","require","_utils","clickedTest","test","_asyncToGenerator2","default","_regenerator","mark","_callee","wrap","_callee$","_context","prev","next","browser","actions","bridge","click","findElement","css","perform","delay","t0","takeScreenshot","t1","sent","expect","call","to","matchImage","stop","selectTests","_callee2","_callee2$","_context2","_callee3","_callee3$","_context3","_callee4","_callee4$","_context4","move","origin","_callee5","_callee5$","_context5","kind","story","_ref6","setStoryParameters","captureElement","skip","in","tests","_ref7","_ref8","_ref9","_callee6","element","_callee6$","_context6","sendKeys","keys","TAB","ENTER","ARROW_DOWN","_ref11","flaky","_callee7","root","select","plainSearch","pressKeyDown","fullFieldSearch","emptySearch","_callee7$","_context7","pause","matchImages","_callee8","w100px","w300px","w100prc","_callee8$","_context8","t2","t3","t4","t5","_ref14","_callee9","_callee9$","_context9","_callee10","_callee10$","_context10","_callee11","_callee11$","_context11","_callee12","_callee12$","_context12","_callee13","_callee13$","_context13"],"sources":["Select.creevey.ts"],"sourcesContent":["import { story, kind, test } from 'creevey';\n\nimport { delay } from '../../../lib/utils';\n\nconst clickedTest = () => {\n test('clicked', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '[data-comp-name~=\"Select\"]' }))\n .perform();\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage('clicked');\n });\n};\n\nconst selectTests = () => {\n test('idle', async function () {\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage('idle');\n });\n\n test('clickedTest', async function () {\n clickedTest;\n });\n\n test('MenuItem hover', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '[data-comp-name~=\"Select\"]' }))\n .perform();\n await this.browser\n .actions({\n bridge: true,\n })\n .move({\n origin: this.browser.findElement({ css: '[data-comp-name~=\"MenuItem\"]' }),\n })\n .perform();\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage('MenuItem hover');\n });\n\n test('selected item', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '[data-comp-name~=\"Select\"]' }))\n .perform();\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '[data-comp-name~=\"MenuItem\"]' }))\n .perform();\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage('selected item');\n });\n};\n\nkind('Select', () => {\n story('Simple', ({ setStoryParameters }) => {\n setStoryParameters({\n captureElement: '.dropdown-test-container',\n skip: {\n 'hover does not work in chrome': { in: ['chrome2022', 'chrome2022Dark'], tests: ['MenuItem hover'] },\n },\n });\n\n selectTests();\n });\n\n story('MobileWithSearch', () => {\n clickedTest();\n });\n\n story('MobileWithTitle', () => {\n clickedTest();\n });\n\n story('MobileWithTitleAndSearch', () => {\n clickedTest();\n });\n\n story('MobileWithoutTitleAndSearch', () => {\n clickedTest();\n });\n\n story('UseLink', ({ setStoryParameters }) => {\n setStoryParameters({\n captureElement: '.dropdown-test-container',\n skip: {\n 'hover does not work in chrome': { in: ['chrome2022', 'chrome2022Dark'], tests: ['MenuItem hover'] },\n },\n });\n\n selectTests();\n });\n\n story('UseLinkWithIcon', ({ setStoryParameters }) => {\n setStoryParameters({\n captureElement: '.dropdown-test-container',\n skip: {\n 'hover does not work in chrome': { in: ['chrome2022', 'chrome2022Dark'], tests: ['MenuItem hover'] },\n },\n });\n\n selectTests();\n });\n\n story('WithTextOverflow', ({ setStoryParameters }) => {\n setStoryParameters({\n captureElement: '.dropdown-test-container',\n skip: {\n 'hover does not work in chrome': { in: ['chrome2022', 'chrome2022Dark'], tests: ['MenuItem hover'] },\n },\n });\n\n selectTests();\n });\n\n story('UsingOnKeyDown', () => {\n test('press Enter', async function () {\n const element = await this.browser.findElement({ css: '.dropdown-test-container' });\n await this.browser\n .actions({\n bridge: true,\n })\n .sendKeys(this.keys.TAB)\n .sendKeys(this.keys.ENTER)\n .sendKeys(this.keys.ARROW_DOWN)\n .sendKeys(this.keys.ENTER)\n .perform();\n await delay(1000);\n await this.expect(await element.takeScreenshot()).to.matchImage('press Enter');\n });\n });\n\n story('WithSearchAndVariousWidth', ({ setStoryParameters }) => {\n setStoryParameters({\n captureElement: '#test-element',\n skip: {\n flaky: { in: ['chrome2022', 'chrome2022Dark'] },\n },\n });\n\n test('search', async function () {\n const root = await this.browser.findElement({ css: '[data-tid=\"root\"]' });\n const select = await this.browser.findElement({ css: '[data-comp-name~=\"Select\"]' });\n await this.browser\n .actions({\n bridge: true,\n })\n .click(select)\n .pause(500)\n .perform();\n const plainSearch = await root.takeScreenshot();\n await this.browser\n .actions({\n bridge: true,\n })\n .sendKeys(this.keys.ARROW_DOWN)\n .pause(500)\n .perform();\n const pressKeyDown = await root.takeScreenshot();\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '[data-comp-name~=\"Input\"]' }))\n .sendKeys('test')\n .pause(500)\n .perform();\n const fullFieldSearch = await root.takeScreenshot();\n await this.browser\n .actions({\n bridge: true,\n })\n .click(select)\n .click(select)\n .pause(500)\n .perform();\n const emptySearch = await root.takeScreenshot();\n await this.expect({ plainSearch, pressKeyDown, fullFieldSearch, emptySearch }).to.matchImages();\n });\n\n test('and various width', async function () {\n const root = await this.browser.findElement({ css: '[data-tid=\"root\"]' });\n await this.browser\n .actions({ bridge: true })\n .click(await this.browser.findElement({ css: '[data-tid=\"w100px\"]' }))\n .pause(500)\n .perform();\n const w100px = await root.takeScreenshot();\n await this.browser\n .actions({ bridge: true })\n .click(await this.browser.findElement({ css: '[data-tid=\"w300px\"]' }))\n .pause(500)\n .perform();\n const w300px = await root.takeScreenshot();\n await this.browser\n .actions({ bridge: true })\n .click(await this.browser.findElement({ css: '[data-tid=\"w100prc\"]' }))\n .pause(500)\n .perform();\n const w100prc = await root.takeScreenshot();\n await this.expect({ w100px, w300px, w100prc }).to.matchImages();\n });\n });\n\n story('WithManualPosition', ({ setStoryParameters }) => {\n setStoryParameters({ skip: { 'no themes': { in: /^(?!\\b(chrome2022|firefox2022)\\b)/ } } });\n\n test('opened top with portal', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '[data-comp-name~=\"Select\"]' }))\n .perform();\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage('opened top with portal');\n });\n\n test('opened bottom with portal', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '[data-tid~=\"pos\"]' }))\n .pause(1000)\n .click(this.browser.findElement({ css: '[data-comp-name~=\"Select\"]' }))\n .perform();\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage('opened bottom with portal');\n });\n\n test('opened top without portal', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '[data-tid~=\"portal\"]' }))\n .pause(1000)\n .click(this.browser.findElement({ css: '[data-comp-name~=\"Select\"]' }))\n .perform();\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage('opened top without portal');\n });\n\n test('opened bottom without portal', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '[data-tid~=\"portal\"]' }))\n .pause(1000)\n .click(this.browser.findElement({ css: '[data-tid~=\"pos\"]' }))\n .pause(1000)\n .click(this.browser.findElement({ css: '[data-comp-name~=\"Select\"]' }))\n .perform();\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage('opened bottom without portal');\n });\n });\n\n story('Size', () => {\n test('ClickedAll', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '[data-tid=\"open-all\"]' }))\n .pause(500)\n .perform();\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage('ClickedAll');\n });\n });\n});\n"],"mappings":"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","ignoreList":[]}
@@ -1,313 +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 simpleTests = function simpleTests() {
6
- (0, _creevey.test)('open side-page', /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee() {return _regenerator.default.wrap(function _callee$(_context) {while (1) switch (_context.prev = _context.next) {case 0:_context.next = 2;return (
7
- this.browser.
8
- actions({
9
- bridge: true
10
- }).
11
- click(this.browser.findElement({ css: '[data-tid~="open-side-page"]' })).
12
- perform());case 2:_context.t0 =
13
- this;_context.next = 5;return this.browser.takeScreenshot();case 5:_context.t1 = _context.sent;_context.next = 8;return _context.t0.expect.call(_context.t0, _context.t1).to.matchImage('open side-page');case 8:case "end":return _context.stop();}}, _callee, this);}))
14
- );
15
- };
16
-
17
- (0, _creevey.kind)('SidePage', function () {
18
- (0, _creevey.story)('SidePageOverAnotherSidePageStory', function () {
19
- (0, _creevey.test)('open internal side-page', /*#__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 (
20
- this.browser.
21
- actions({ bridge: true }).
22
- click(this.browser.findElement({ css: '[data-tid~="open-side-page"]' })).
23
- perform());case 2:_context2.next = 4;return (
24
- this.browser.
25
- actions({ bridge: true }).
26
- click(this.browser.findElement({ css: '[data-comp-name~="SidePage.Body"] button' })).
27
- perform());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('open internal side-page');case 10:case "end":return _context2.stop();}}, _callee2, this);}))
29
- );
30
-
31
- (0, _creevey.test)('close internal side-page', /*#__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({ bridge: true }).
34
- click(this.browser.findElement({ css: '[data-tid~="open-side-page"]' })).
35
- perform());case 2:_context3.next = 4;return (
36
- this.browser.
37
- actions({ bridge: true }).
38
- click(this.browser.findElement({ css: '[data-comp-name~="SidePage.Body"] button' })).
39
- perform());case 4:_context3.next = 6;return (
40
- this.browser.
41
- actions({ bridge: true }).
42
- click(this.browser.findElement({ css: '.react-ui:last-child [data-comp-name~="SidePage.Footer"] button' })).
43
- perform());case 6:_context3.t0 =
44
- this;_context3.next = 9;return this.browser.takeScreenshot();case 9:_context3.t1 = _context3.sent;_context3.next = 12;return _context3.t0.expect.call(_context3.t0, _context3.t1).to.matchImage('close internal side-page');case 12:case "end":return _context3.stop();}}, _callee3, this);}))
45
- );
46
- });
47
-
48
- (0, _creevey.story)('StickySidePageHeaderWhenAnotherSidePageStory', function () {
49
- (0, _creevey.test)('sticky header, open and close internal side-page', /*#__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 (
50
- this.browser.
51
- actions({ bridge: true }).
52
- click(this.browser.findElement({ css: '[data-tid~="open-side-page"]' })).
53
- perform());case 2:_context4.next = 4;return (
54
- this.browser.
55
- actions({ bridge: true }).
56
- click(this.browser.findElement({ css: '[data-comp-name~="SidePage.Body"] button' })).
57
- perform());case 4:_context4.next = 6;return (
58
- this.browser.executeScript(function () {
59
- var sidepageContainer = window.document.querySelector('[data-tid="SidePage__container"]');
60
-
61
- if (sidepageContainer) {
62
- sidepageContainer.scrollTop = 3000;
63
- }
64
- }));case 6:_context4.next = 8;return (
65
- this.browser.
66
- actions({ bridge: true }).
67
- click(this.browser.findElement({ css: '.react-ui:last-child [data-comp-name~="SidePage.Footer"] button' })).
68
- perform());case 8:_context4.t0 =
69
- 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(
70
- 'sticky header, open and close internal side-page');case 14:case "end":return _context4.stop();}}, _callee4, this);}))
71
-
72
- );
73
- });
74
-
75
- (0, _creevey.story)('Simple', function () {
76
- simpleTests();
77
- });
78
-
79
- (0, _creevey.story)('MobileSimple', function () {
80
- simpleTests();
81
- });
82
-
83
- (0, _creevey.story)('BodyWithoutFooter', function () {
84
- (0, _creevey.test)('scroll to bottom', /*#__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 (
85
- this.browser.
86
- actions({
87
- bridge: true
88
- }).
89
- click(this.browser.findElement({ css: '[data-tid~="open-side-page"]' })).
90
- perform());case 2:_context5.next = 4;return (
91
- this.browser.executeScript(function () {
92
- var sidepageContainer = window.document.querySelector('[data-tid="SidePage__container"]');
93
-
94
- sidepageContainer.scrollTop = 3000;
95
- }));case 4:_context5.next = 6;return (
96
- (0, _utils.delay)(1000));case 6:_context5.t0 =
97
- this;_context5.next = 9;return this.browser.takeScreenshot();case 9:_context5.t1 = _context5.sent;_context5.next = 12;return _context5.t0.expect.call(_context5.t0, _context5.t1).to.matchImage('scroll to bottom');case 12:case "end":return _context5.stop();}}, _callee5, this);}))
98
- );
99
- });
100
-
101
- (0, _creevey.story)('BodyWithoutHeader', function () {
102
- (0, _creevey.test)('open side-page without header', /*#__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 (
103
- this.browser.
104
- actions({
105
- bridge: true
106
- }).
107
- click(this.browser.findElement({ css: '[data-tid~="open-side-page"]' })).
108
- perform());case 2:_context6.next = 4;return (
109
- (0, _utils.delay)(100));case 4:_context6.t0 =
110
- this;_context6.next = 7;return this.browser.takeScreenshot();case 7:_context6.t1 = _context6.sent;_context6.next = 10;return _context6.t0.expect.call(_context6.t0, _context6.t1).to.matchImage('open side-page without header');case 10:case "end":return _context6.stop();}}, _callee6, this);}))
111
- );
112
- });
113
-
114
- (0, _creevey.story)('SidePageWithFocusLockWhenBackgroundBlocked', function (_ref7) {var setStoryParameters = _ref7.setStoryParameters;
115
- setStoryParameters({ skip: { 'unstable tests in firefox2022': { in: /^(?!\b(chrome2022)\b)/ } } });
116
-
117
- (0, _creevey.test)('open side-page', /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee8() {var _this = this;var pressTab, firstTimeTabPress, secondTimeTabPress, thirdTimeTabPress, fourthTimeTabPress;return _regenerator.default.wrap(function _callee8$(_context8) {while (1) switch (_context8.prev = _context8.next) {case 0:
118
- pressTab = /*#__PURE__*/function () {var _ref9 = (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 (
119
- _this.browser.
120
- actions({
121
- bridge: true
122
- }).
123
- sendKeys(_this.keys.TAB).
124
- perform());case 2:_context7.next = 4;return (
125
- (0, _utils.delay)(5000));case 4:case "end":return _context7.stop();}}, _callee7);}));return function pressTab() {return _ref9.apply(this, arguments);};}();_context8.next = 3;return (
126
-
127
- this.browser.
128
- actions({
129
- bridge: true
130
- }).
131
- click(this.browser.findElement({ css: '[data-tid~="open-side-page"]' })).
132
- perform());case 3:_context8.next = 5;return (
133
- (0, _utils.delay)(1000));case 5:_context8.next = 7;return (
134
- pressTab());case 7:_context8.next = 9;return (
135
- this.browser.takeScreenshot());case 9:firstTimeTabPress = _context8.sent;_context8.next = 12;return (
136
- pressTab());case 12:_context8.next = 14;return (
137
- this.browser.takeScreenshot());case 14:secondTimeTabPress = _context8.sent;_context8.next = 17;return (
138
- pressTab());case 17:_context8.next = 19;return (
139
- this.browser.takeScreenshot());case 19:thirdTimeTabPress = _context8.sent;_context8.next = 22;return (
140
- pressTab());case 22:_context8.next = 24;return (
141
- this.browser.takeScreenshot());case 24:fourthTimeTabPress = _context8.sent;_context8.next = 27;return (
142
- this.expect({
143
- firstTimeTabPress: firstTimeTabPress,
144
- secondTimeTabPress: secondTimeTabPress,
145
- thirdTimeTabPress: thirdTimeTabPress,
146
- fourthTimeTabPress: fourthTimeTabPress
147
- }).to.matchImages());case 27:case "end":return _context8.stop();}}, _callee8, this);}))
148
- );
149
- });
150
-
151
- (0, _creevey.story)('TestUpdateLayoutMethodStory', function () {
152
- (0, _creevey.test)('idle', /*#__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.t0 =
153
- this;_context9.next = 3;return this.browser.takeScreenshot();case 3:_context9.t1 = _context9.sent;_context9.next = 6;return _context9.t0.expect.call(_context9.t0, _context9.t1).to.matchImage('idle');case 6:case "end":return _context9.stop();}}, _callee9, this);}))
154
- );
155
-
156
- (0, _creevey.test)('Body content has been changed', /*#__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 (
157
- this.browser.
158
- actions({
159
- bridge: true
160
- }).
161
- click(this.browser.findElement({ css: '[data-tid="toggle-body-content"]' })).
162
- perform());case 2:_context10.t0 =
163
- this;_context10.next = 5;return this.browser.takeScreenshot();case 5:_context10.t1 = _context10.sent;_context10.next = 8;return _context10.t0.expect.call(_context10.t0, _context10.t1).to.matchImage('Body content has been changed');case 8:case "end":return _context10.stop();}}, _callee10, this);}))
164
- );
165
-
166
- (0, _creevey.test)('child component content has been changed', /*#__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 (
167
- (0, _utils.delay)(1000));case 2:_context11.next = 4;return (
168
- this.browser.
169
- actions({
170
- bridge: true
171
- }).
172
- click(this.browser.findElement({ css: '[data-tid="toggle-child-component-content"]' })).
173
- perform());case 4:_context11.t0 =
174
- this;_context11.next = 7;return this.browser.takeScreenshot();case 7:_context11.t1 = _context11.sent;_context11.next = 10;return _context11.t0.expect.call(_context11.t0, _context11.t1).to.matchImage('child component content has been changed');case 10:case "end":return _context11.stop();}}, _callee11, this);}))
175
- );
176
-
177
- (0, _creevey.test)('update layout', /*#__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 (
178
- (0, _utils.delay)(1000));case 2:_context12.next = 4;return (
179
- this.browser.
180
- actions({
181
- bridge: true
182
- }).
183
- click(this.browser.findElement({ css: '[data-tid="toggle-child-component-content"]' })).
184
- pause(1000).
185
- click(this.browser.findElement({ css: '[data-tid="update"]' })).
186
- perform());case 4:_context12.next = 6;return (
187
- (0, _utils.delay)(1000));case 6:_context12.t0 =
188
- this;_context12.next = 9;return this.browser.takeScreenshot();case 9:_context12.t1 = _context12.sent;_context12.next = 12;return _context12.t0.expect.call(_context12.t0, _context12.t1).to.matchImage('update layout');case 12:case "end":return _context12.stop();}}, _callee12, this);}))
189
- );
190
- });
191
-
192
- (0, _creevey.story)('WithLongTitleStory', function () {
193
- (0, _creevey.test)('not fixed', /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee13() {return _regenerator.default.wrap(function _callee13$(_context13) {while (1) switch (_context13.prev = _context13.next) {case 0:_context13.t0 =
194
- this;_context13.next = 3;return this.browser.takeScreenshot();case 3:_context13.t1 = _context13.sent;_context13.next = 6;return _context13.t0.expect.call(_context13.t0, _context13.t1).to.matchImage('not fixed');case 6:case "end":return _context13.stop();}}, _callee13, this);}))
195
- );
196
-
197
- (0, _creevey.test)('fixed close element', /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee14() {return _regenerator.default.wrap(function _callee14$(_context14) {while (1) switch (_context14.prev = _context14.next) {case 0:_context14.next = 2;return (
198
- this.browser.executeScript(function () {
199
- var sidePageContainer = window.document.querySelector('[data-tid="SidePage__container"]');
200
- var sidePageHeader = window.document.querySelector('[data-comp-name~="SidePage.Header"]');
201
- var fixedHeaderHeight = 50;
202
-
203
- sidePageContainer.scrollTop = (sidePageHeader.offsetHeight - fixedHeaderHeight) / 2;
204
- }));case 2:_context14.next = 4;return (
205
- (0, _utils.delay)(1000));case 4:_context14.t0 =
206
- this;_context14.next = 7;return this.browser.takeScreenshot();case 7:_context14.t1 = _context14.sent;_context14.next = 10;return _context14.t0.expect.call(_context14.t0, _context14.t1).to.matchImage('fixed close element');case 10:case "end":return _context14.stop();}}, _callee14, this);}))
207
- );
208
-
209
- (0, _creevey.test)('fixed header', /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee15() {return _regenerator.default.wrap(function _callee15$(_context15) {while (1) switch (_context15.prev = _context15.next) {case 0:_context15.next = 2;return (
210
- this.browser.executeScript(function () {
211
- var sidePageContainer = window.document.querySelector('[data-tid="SidePage__container"]');
212
- var sidePageHeader = window.document.querySelector('[data-comp-name~="SidePage.Header"]');
213
- var fixedHeaderHeight = 50;
214
-
215
- sidePageContainer.scrollTop = sidePageHeader.offsetHeight - fixedHeaderHeight;
216
- }));case 2:_context15.next = 4;return (
217
- (0, _utils.delay)(1000));case 4:_context15.t0 =
218
- this;_context15.next = 7;return this.browser.takeScreenshot();case 7:_context15.t1 = _context15.sent;_context15.next = 10;return _context15.t0.expect.call(_context15.t0, _context15.t1).to.matchImage('fixed header');case 10:case "end":return _context15.stop();}}, _callee15, this);}))
219
- );
220
- });
221
-
222
- (0, _creevey.story)('SidePageWithChildrenFromOtherComponent', function () {
223
- (0, _creevey.test)('without header, footer', /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee16() {return _regenerator.default.wrap(function _callee16$(_context16) {while (1) switch (_context16.prev = _context16.next) {case 0:_context16.t0 =
224
- this;_context16.next = 3;return this.browser.takeScreenshot();case 3:_context16.t1 = _context16.sent;_context16.next = 6;return _context16.t0.expect.call(_context16.t0, _context16.t1).to.matchImage('without header, footer');case 6:case "end":return _context16.stop();}}, _callee16, this);}))
225
- );
226
-
227
- (0, _creevey.test)('scroll to bottom without header, footer', /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee17() {return _regenerator.default.wrap(function _callee17$(_context17) {while (1) switch (_context17.prev = _context17.next) {case 0:_context17.next = 2;return (
228
- this.browser.executeScript(function () {
229
- var sidepageContainer = window.document.querySelector('[data-tid="SidePage__container"]');
230
-
231
- sidepageContainer.scrollTop = 3000;
232
- }));case 2:_context17.next = 4;return (
233
- (0, _utils.delay)(1000));case 4:_context17.t0 =
234
- this;_context17.next = 7;return this.browser.takeScreenshot();case 7:_context17.t1 = _context17.sent;_context17.next = 10;return _context17.t0.expect.call(_context17.t0, _context17.t1).to.matchImage('scroll to bottom without header, footer');case 10:case "end":return _context17.stop();}}, _callee17, this);}))
235
- );
236
-
237
- (0, _creevey.test)('with header, footer', /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee18() {return _regenerator.default.wrap(function _callee18$(_context18) {while (1) switch (_context18.prev = _context18.next) {case 0:_context18.next = 2;return (
238
- this.browser.
239
- actions({
240
- bridge: true
241
- }).
242
- click(this.browser.findElement({ css: '[data-tid="SidePage__header-toggle"]' })).
243
- pause(1000).
244
- click(this.browser.findElement({ css: '[data-tid="SidePage__footer-toggle"]' })).
245
- pause(1000).
246
- perform());case 2:_context18.next = 4;return (
247
- (0, _utils.delay)(1000));case 4:_context18.t0 =
248
- this;_context18.next = 7;return this.browser.takeScreenshot();case 7:_context18.t1 = _context18.sent;_context18.next = 10;return _context18.t0.expect.call(_context18.t0, _context18.t1).to.matchImage('with header, footer');case 10:case "end":return _context18.stop();}}, _callee18, this);}))
249
- );
250
-
251
- (0, _creevey.test)('scroll to bottom with header, footer', /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee19() {return _regenerator.default.wrap(function _callee19$(_context19) {while (1) switch (_context19.prev = _context19.next) {case 0:_context19.next = 2;return (
252
- this.browser.
253
- actions({
254
- bridge: true
255
- }).
256
- click(this.browser.findElement({ css: '[data-tid="SidePage__header-toggle"]' })).
257
- pause(1000).
258
- click(this.browser.findElement({ css: '[data-tid="SidePage__footer-toggle"]' })).
259
- perform());case 2:_context19.next = 4;return (
260
- this.browser.executeScript(function () {
261
- var sidepageContainer = window.document.querySelector('[data-tid="SidePage__container"]');
262
-
263
- sidepageContainer.scrollTop = 3000;
264
- }));case 4:_context19.next = 6;return (
265
- (0, _utils.delay)(1000));case 6:_context19.t0 =
266
- this;_context19.next = 9;return this.browser.takeScreenshot();case 9:_context19.t1 = _context19.sent;_context19.next = 12;return _context19.t0.expect.call(_context19.t0, _context19.t1).to.matchImage('scroll to bottom with header, footer');case 12:case "end":return _context19.stop();}}, _callee19, this);}))
267
- );
268
-
269
- (0, _creevey.test)('with panel', /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee20() {return _regenerator.default.wrap(function _callee20$(_context20) {while (1) switch (_context20.prev = _context20.next) {case 0:_context20.next = 2;return (
270
- this.browser.
271
- actions({
272
- bridge: true
273
- }).
274
- click(this.browser.findElement({ css: '[data-tid="SidePage__footer-toggle"]' })).
275
- pause(1000).
276
- click(this.browser.findElement({ css: '[data-tid="SidePage__panel-toggle"]' })).
277
- perform());case 2:_context20.next = 4;return (
278
- (0, _utils.delay)(1000));case 4:_context20.t0 =
279
- this;_context20.next = 7;return this.browser.takeScreenshot();case 7:_context20.t1 = _context20.sent;_context20.next = 10;return _context20.t0.expect.call(_context20.t0, _context20.t1).to.matchImage('with panel');case 10:case "end":return _context20.stop();}}, _callee20, this);}))
280
- );
281
-
282
- (0, _creevey.test)('scroll to bottom with panel', /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee21() {return _regenerator.default.wrap(function _callee21$(_context21) {while (1) switch (_context21.prev = _context21.next) {case 0:_context21.next = 2;return (
283
- this.browser.
284
- actions({ bridge: true }).
285
- click(this.browser.findElement({ css: '[data-tid="SidePage__footer-toggle"]' })).
286
- pause(1000).
287
- click(this.browser.findElement({ css: '[data-tid="SidePage__panel-toggle"]' })).
288
- perform());case 2:_context21.next = 4;return (
289
- this.browser.executeScript(function () {
290
- var sidepageContainer = window.document.querySelector('[data-tid="SidePage__container"]');
291
-
292
- sidepageContainer.scrollTop = 3000;
293
- }));case 4:_context21.next = 6;return (
294
- (0, _utils.delay)(1000));case 6:_context21.t0 =
295
- this;_context21.next = 9;return this.browser.takeScreenshot();case 9:_context21.t1 = _context21.sent;_context21.next = 12;return _context21.t0.expect.call(_context21.t0, _context21.t1).to.matchImage('scroll to bottom with panel');case 12:case "end":return _context21.stop();}}, _callee21, this);}))
296
- );
297
- });
298
-
299
- (0, _creevey.story)('SidePageWithBlockBackground', function (_ref23) {var setStoryParameters = _ref23.setStoryParameters;
300
- setStoryParameters({ skip: { 'unstable tests in firefox2022': { in: /^(?!\b(chrome2022)\b)/ } } });
301
-
302
- (0, _creevey.test)('open side-page', /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee22() {return _regenerator.default.wrap(function _callee22$(_context22) {while (1) switch (_context22.prev = _context22.next) {case 0:_context22.next = 2;return (
303
- this.browser.
304
- actions({
305
- bridge: true
306
- }).
307
- click(this.browser.findElement({ css: '[data-tid~="open-side-page"]' })).
308
- perform());case 2:_context22.next = 4;return (
309
- (0, _utils.delay)(1000));case 4:_context22.t0 =
310
- this;_context22.next = 7;return this.browser.takeScreenshot();case 7:_context22.t1 = _context22.sent;_context22.next = 10;return _context22.t0.expect.call(_context22.t0, _context22.t1).to.matchImage();case 10:case "end":return _context22.stop();}}, _callee22, this);}))
311
- );
312
- });
313
- });
@@ -1 +0,0 @@
1
- {"version":3,"names":["_creevey","require","_utils","simpleTests","test","_asyncToGenerator2","default","_regenerator","mark","_callee","wrap","_callee$","_context","prev","next","browser","actions","bridge","click","findElement","css","perform","t0","takeScreenshot","t1","sent","expect","call","to","matchImage","stop","kind","story","_callee2","_callee2$","_context2","_callee3","_callee3$","_context3","_callee4","_callee4$","_context4","executeScript","sidepageContainer","window","document","querySelector","scrollTop","_callee5","_callee5$","_context5","delay","_callee6","_callee6$","_context6","_ref7","setStoryParameters","skip","in","_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,98 +0,0 @@
1
- "use strict";var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;var _regenerator = _interopRequireDefault(require("@babel/runtime/regenerator"));var _asyncToGenerator2 = _interopRequireDefault(require("@babel/runtime/helpers/asyncToGenerator"));var _creevey = require("creevey");
2
-
3
- var _utils = require("../../../lib/utils");
4
-
5
- (0, _creevey.kind)('Sticky', function () {
6
- (0, _creevey.story)('WideContainer', function () {
7
- (0, _creevey.test)('fixed', /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee() {return _regenerator.default.wrap(function _callee$(_context) {while (1) switch (_context.prev = _context.next) {case 0:_context.next = 2;return (
8
- this.browser.executeScript(function () {
9
- var stickyContent = window.document.querySelector('[data-tid="stickyContent"]');
10
- var nonStickyText = window.document.querySelector('[data-tid="nonStickyText"]');
11
- var scrollXOffset = nonStickyText.getBoundingClientRect().width / 2;
12
- var scrollYOffset = stickyContent.getBoundingClientRect().height / 2;
13
-
14
- window.scrollTo(scrollXOffset, scrollYOffset);
15
- }));case 2:_context.next = 4;return (
16
- (0, _utils.delay)(1000));case 4:_context.t0 =
17
- this;_context.next = 7;return this.browser.takeScreenshot();case 7:_context.t1 = _context.sent;_context.next = 10;return _context.t0.expect.call(_context.t0, _context.t1).to.matchImage('fixed');case 10:case "end":return _context.stop();}}, _callee, this);}))
18
- );
19
- });
20
-
21
- (0, _creevey.story)('Top', function () {
22
- (0, _creevey.test)('top', /*#__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 (
23
- (0, _utils.delay)(1000));case 2:_context2.t0 =
24
- this;_context2.next = 5;return this.browser.takeScreenshot();case 5:_context2.t1 = _context2.sent;_context2.next = 8;return _context2.t0.expect.call(_context2.t0, _context2.t1).to.matchImage('top');case 8:case "end":return _context2.stop();}}, _callee2, this);}))
25
- );
26
-
27
- (0, _creevey.test)('fixed', /*#__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 (
28
- this.browser.executeScript(function () {
29
- var stickyStop = window.document.querySelector('[data-tid="stickyStop"]');
30
- var scrollOffset = stickyStop.getBoundingClientRect().top - window.innerHeight / 2;
31
-
32
- window.scrollTo(0, scrollOffset);
33
- }));case 2:_context3.next = 4;return (
34
- (0, _utils.delay)(1000));case 4:_context3.t0 =
35
- 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('fixed');case 10:case "end":return _context3.stop();}}, _callee3, this);}))
36
- );
37
-
38
- (0, _creevey.test)('stoped', /*#__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 (
39
- this.browser.executeScript(function () {
40
- var stickyStop = window.document.querySelector('[data-tid="stickyStop"]');
41
- stickyStop.scrollIntoView();
42
- }));case 2:_context4.next = 4;return (
43
- this.browser.executeScript(function () {
44
- var stickyContent = window.document.querySelector('[data-tid="stickyContent"]');
45
- var scrollOffset = pageYOffset - stickyContent.getBoundingClientRect().height / 2;
46
-
47
- window.scrollTo(0, scrollOffset);
48
- }));case 4:_context4.next = 6;return (
49
- (0, _utils.delay)(1000));case 6:_context4.t0 =
50
- this;_context4.next = 9;return this.browser.takeScreenshot();case 9:_context4.t1 = _context4.sent;_context4.next = 12;return _context4.t0.expect.call(_context4.t0, _context4.t1).to.matchImage('stoped');case 12:case "end":return _context4.stop();}}, _callee4, this);}))
51
- );
52
- });
53
-
54
- (0, _creevey.story)('Bottom', function (_ref5) {var setStoryParameters = _ref5.setStoryParameters;
55
- setStoryParameters({
56
- skip: {
57
- 'flacky stopped position': {
58
- in: ['firefox', 'firefox8px', 'firefoxDark'],
59
- tests: 'stoped'
60
- }
61
- }
62
- });
63
-
64
- (0, _creevey.test)('bottom', /*#__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 (
65
- this.browser.executeScript(function () {
66
- window.scrollTo(0, 9999);
67
- }));case 2:_context5.next = 4;return (
68
- (0, _utils.delay)(1000));case 4:_context5.t0 =
69
- this;_context5.next = 7;return this.browser.takeScreenshot();case 7:_context5.t1 = _context5.sent;_context5.next = 10;return _context5.t0.expect.call(_context5.t0, _context5.t1).to.matchImage('bottom');case 10:case "end":return _context5.stop();}}, _callee5, this);}))
70
- );
71
-
72
- (0, _creevey.test)('fixed', /*#__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 (
73
- this.browser.executeScript(function () {
74
- var sticky = window.document.querySelector('[data-comp-name~="Sticky"]');
75
- var scrollOffset = sticky.getBoundingClientRect().top - window.innerHeight;
76
-
77
- window.scrollTo(0, scrollOffset);
78
- }));case 2:_context6.next = 4;return (
79
- (0, _utils.delay)(1000));case 4:_context6.t0 =
80
- this;_context6.next = 7;return this.browser.takeScreenshot();case 7:_context6.t1 = _context6.sent;_context6.next = 10;return _context6.t0.expect.call(_context6.t0, _context6.t1).to.matchImage('fixed');case 10:case "end":return _context6.stop();}}, _callee6, this);}))
81
- );
82
-
83
- (0, _creevey.test)('stoped', /*#__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 (
84
- this.browser.executeScript(function () {
85
- var stickyStop = window.document.querySelector('[data-tid="stickyStop"]');
86
- stickyStop.scrollIntoView(false);
87
- }));case 2:_context7.next = 4;return (
88
- this.browser.executeScript(function () {
89
- var stickyContent = window.document.querySelector('[data-tid="stickyContent"]');
90
- var scrollOffset = pageYOffset + stickyContent.getBoundingClientRect().height / 2;
91
-
92
- window.scrollTo(0, scrollOffset);
93
- }));case 4:_context7.next = 6;return (
94
- (0, _utils.delay)(1000));case 6:_context7.t0 =
95
- this;_context7.next = 9;return this.browser.takeScreenshot();case 9:_context7.t1 = _context7.sent;_context7.next = 12;return _context7.t0.expect.call(_context7.t0, _context7.t1).to.matchImage('fixed');case 12:case "end":return _context7.stop();}}, _callee7, this);}))
96
- );
97
- });
98
- });
@@ -1 +0,0 @@
1
- {"version":3,"names":["_creevey","require","_utils","kind","story","test","_asyncToGenerator2","default","_regenerator","mark","_callee","wrap","_callee$","_context","prev","next","browser","executeScript","stickyContent","window","document","querySelector","nonStickyText","scrollXOffset","getBoundingClientRect","width","scrollYOffset","height","scrollTo","delay","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","in","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":[]}