@skbkontur/react-ui 5.0.8 → 5.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/cjs/components/Autocomplete/__creevey__/Autocomplete.creevey.mts +239 -0
- package/cjs/components/Button/__creevey__/Button.creevey.mts +251 -0
- package/cjs/components/Calendar/__creevey__/Calendar.creevey.mts +74 -0
- package/cjs/components/Checkbox/__creevey__/Checkbox.creevey.mts +243 -0
- package/cjs/components/ComboBox/__creevey__/ComboBox.creevey.mts +541 -0
- package/cjs/components/CurrencyInput/__creevey__/CurrencyInput.creevey.mts +81 -0
- package/cjs/components/DateInput/__creevey__/DateInput.creevey.mts +156 -0
- package/cjs/components/DatePicker/__creevey__/DatePicker.creevey.mts +209 -0
- package/cjs/components/Dropdown/__creevey__/Dropdown.creevey.mts +184 -0
- package/cjs/components/DropdownMenu/__creevey__/DropdownMenu.creevey.mts +263 -0
- package/cjs/components/FxInput/__creevey__/FxInput.creevey.mts +21 -0
- package/cjs/components/Group/__creevey__/Group.creevey.mts +19 -0
- package/cjs/components/Hint/__creevey__/Hint.creevey.mts +68 -0
- package/cjs/components/Input/__creevey__/Input.creevey.mts +239 -0
- package/cjs/components/Kebab/__creevey__/Kebab.creevey.mts +147 -0
- package/cjs/components/Link/__creevey__/Link.creevey.mts +162 -0
- package/cjs/components/Loader/__creevey__/Loader.creevey.mts +35 -0
- package/cjs/components/MaskedInput/__creevey__/MaskedInput.creevey.mts +216 -0
- package/cjs/components/Modal/Modal.js +7 -10
- package/cjs/components/Modal/Modal.js.map +1 -1
- package/cjs/components/Modal/ModalContext.d.ts +3 -3
- package/cjs/components/Modal/ModalContext.js.map +1 -1
- package/cjs/components/Modal/ModalFooter.js +2 -2
- package/cjs/components/Modal/ModalFooter.js.map +1 -1
- package/cjs/components/Modal/ModalHeader.js +1 -1
- package/cjs/components/Modal/ModalHeader.js.map +1 -1
- package/cjs/components/Modal/__creevey__/Modal.creevey.mts +281 -0
- package/cjs/components/Paging/__creevey__/Paging.creevey.mts +97 -0
- package/cjs/components/PasswordInput/__creevey__/PasswordInput.creevey.mts +38 -0
- package/cjs/components/Radio/__creevey__/Radio.creevey.mts +28 -0
- package/cjs/components/RadioGroup/__creevey__/RadioGroup.creevey.mts +86 -0
- package/cjs/components/ScrollContainer/__creevey__/ScrollContainer.creevey.mts +247 -0
- package/cjs/components/Select/Select.d.ts +1 -6
- package/cjs/components/Select/Select.js +7 -10
- package/cjs/components/Select/Select.js.map +1 -1
- package/cjs/components/Select/__creevey__/Select.creevey.mts +293 -0
- package/cjs/components/Select/tids.d.ts +5 -0
- package/cjs/components/Select/tids.js +5 -0
- package/cjs/components/Select/tids.js.map +1 -0
- package/cjs/components/SidePage/__creevey__/SidePage.creevey.mts +319 -0
- package/cjs/components/Sticky/__creevey__/Sticky.creevey.mts +98 -0
- package/cjs/components/Switcher/__creevey__/Switcher.creevey.mts +24 -0
- package/cjs/components/Tabs/__creevey__/Tabs.creevey.mts +239 -0
- package/cjs/components/Textarea/__creevey__/Textarea.creevey.mts +177 -0
- package/cjs/components/Toast/__creevey__/Toast.creevey.mts +54 -0
- package/cjs/components/Toggle/__creevey__/Toggle.creevey.mts +87 -0
- package/cjs/components/TokenInput/__creevey__/TokenInput.creevey.mts +414 -0
- package/cjs/components/Tooltip/__creevey__/Tooltip.creevey.mts +533 -0
- package/cjs/components/TooltipMenu/__creevey__/TooltipMenu.creevey.mts +131 -0
- package/cjs/internal/CloseButtonIcon/__creevey__/CloseButtonIcon.creevey.mts +48 -0
- package/cjs/internal/CustomComboBox/CustomComboBox.d.ts +1 -3
- package/cjs/internal/CustomComboBox/CustomComboBox.js +4 -6
- package/cjs/internal/CustomComboBox/CustomComboBox.js.map +1 -1
- package/cjs/internal/CustomComboBox/__creevey__/ComboBoxView.creevey.mts +30 -0
- package/cjs/internal/CustomComboBox/tids.d.ts +3 -0
- package/cjs/internal/CustomComboBox/tids.js +3 -0
- package/cjs/internal/CustomComboBox/tids.js.map +1 -0
- package/cjs/internal/FileUploaderControl/__creevey__/FileUploaderFile.creevey.mts +25 -0
- package/cjs/internal/HideBodyVerticalScroll/__creevey__/HideBodyVerticalScroll.creevey.mts +83 -0
- package/cjs/internal/Menu/__creevey__/Menu.creevey.mts +90 -0
- package/cjs/internal/PopupMenu/PopupMenu.d.ts +1 -5
- package/cjs/internal/PopupMenu/PopupMenu.js +8 -10
- package/cjs/internal/PopupMenu/PopupMenu.js.map +1 -1
- package/cjs/internal/PopupMenu/__creevey__/PopupMenu.creevey.mts +37 -0
- package/cjs/internal/PopupMenu/tids.d.ts +4 -0
- package/cjs/internal/PopupMenu/tids.js +4 -0
- package/cjs/internal/PopupMenu/tids.js.map +1 -0
- package/cjs/internal/ThemePlayground/__creevey__/ThemeProvider.creevey.mts +68 -0
- package/cjs/internal/ThemeShowcase/VariablesCollector.js +1 -0
- package/cjs/internal/ThemeShowcase/VariablesCollector.js.map +1 -1
- package/cjs/internal/ZIndex/__creevey__/ZIndex.creevey.mts +228 -0
- package/cjs/lib/delay.d.ts +1 -0
- package/cjs/lib/delay.js +3 -0
- package/cjs/lib/delay.js.map +1 -0
- package/cjs/lib/utils.d.ts +3 -3
- package/cjs/lib/utils.js +5 -4
- package/cjs/lib/utils.js.map +1 -1
- package/components/Autocomplete/__creevey__/Autocomplete.creevey.mts +239 -0
- package/components/Button/__creevey__/Button.creevey.mts +251 -0
- package/components/Calendar/__creevey__/Calendar.creevey.mts +74 -0
- package/components/Checkbox/__creevey__/Checkbox.creevey.mts +243 -0
- package/components/ComboBox/__creevey__/ComboBox.creevey.mts +541 -0
- package/components/CurrencyInput/__creevey__/CurrencyInput.creevey.mts +81 -0
- package/components/DateInput/__creevey__/DateInput.creevey.mts +156 -0
- package/components/DatePicker/__creevey__/DatePicker.creevey.mts +209 -0
- package/components/Dropdown/__creevey__/Dropdown.creevey.mts +184 -0
- package/components/DropdownMenu/__creevey__/DropdownMenu.creevey.mts +263 -0
- package/components/FxInput/__creevey__/FxInput.creevey.mts +21 -0
- package/components/Group/__creevey__/Group.creevey.mts +19 -0
- package/components/Hint/__creevey__/Hint.creevey.mts +68 -0
- package/components/Input/__creevey__/Input.creevey.mts +239 -0
- package/components/Kebab/__creevey__/Kebab.creevey.mts +147 -0
- package/components/Link/__creevey__/Link.creevey.mts +162 -0
- package/components/Loader/__creevey__/Loader.creevey.mts +35 -0
- package/components/MaskedInput/__creevey__/MaskedInput.creevey.mts +216 -0
- package/components/Modal/Modal/Modal.js +4 -16
- package/components/Modal/Modal/Modal.js.map +1 -1
- package/components/Modal/ModalContext/ModalContext.js.map +1 -1
- package/components/Modal/ModalContext.d.ts +3 -3
- package/components/Modal/ModalFooter/ModalFooter.js +2 -2
- package/components/Modal/ModalFooter/ModalFooter.js.map +1 -1
- package/components/Modal/ModalHeader/ModalHeader.js +1 -1
- package/components/Modal/ModalHeader/ModalHeader.js.map +1 -1
- package/components/Modal/__creevey__/Modal.creevey.mts +281 -0
- package/components/Paging/__creevey__/Paging.creevey.mts +97 -0
- package/components/PasswordInput/__creevey__/PasswordInput.creevey.mts +38 -0
- package/components/Radio/__creevey__/Radio.creevey.mts +28 -0
- package/components/RadioGroup/__creevey__/RadioGroup.creevey.mts +86 -0
- package/components/ScrollContainer/__creevey__/ScrollContainer.creevey.mts +247 -0
- package/components/Select/Select/Select.js +2 -5
- package/components/Select/Select/Select.js.map +1 -1
- package/components/Select/Select.d.ts +1 -6
- package/components/Select/__creevey__/Select.creevey.mts +293 -0
- package/components/Select/tids/package.json +6 -0
- package/components/Select/tids/tids.js +5 -0
- package/components/Select/tids/tids.js.map +1 -0
- package/components/Select/tids.d.ts +5 -0
- package/components/SidePage/__creevey__/SidePage.creevey.mts +319 -0
- package/components/Sticky/__creevey__/Sticky.creevey.mts +98 -0
- package/components/Switcher/__creevey__/Switcher.creevey.mts +24 -0
- package/components/Tabs/__creevey__/Tabs.creevey.mts +239 -0
- package/components/Textarea/__creevey__/Textarea.creevey.mts +177 -0
- package/components/Toast/__creevey__/Toast.creevey.mts +54 -0
- package/components/Toggle/__creevey__/Toggle.creevey.mts +87 -0
- package/components/TokenInput/__creevey__/TokenInput.creevey.mts +414 -0
- package/components/Tooltip/__creevey__/Tooltip.creevey.mts +533 -0
- package/components/TooltipMenu/__creevey__/TooltipMenu.creevey.mts +131 -0
- package/internal/CloseButtonIcon/__creevey__/CloseButtonIcon.creevey.mts +48 -0
- package/internal/CustomComboBox/CustomComboBox/CustomComboBox.js +1 -3
- package/internal/CustomComboBox/CustomComboBox/CustomComboBox.js.map +1 -1
- package/internal/CustomComboBox/CustomComboBox.d.ts +1 -3
- package/internal/CustomComboBox/__creevey__/ComboBoxView.creevey.mts +30 -0
- package/internal/CustomComboBox/tids/package.json +6 -0
- package/internal/CustomComboBox/tids/tids.js +3 -0
- package/internal/CustomComboBox/tids/tids.js.map +1 -0
- package/internal/CustomComboBox/tids.d.ts +3 -0
- package/internal/FileUploaderControl/__creevey__/FileUploaderFile.creevey.mts +25 -0
- package/internal/HideBodyVerticalScroll/__creevey__/HideBodyVerticalScroll.creevey.mts +83 -0
- package/internal/Menu/__creevey__/Menu.creevey.mts +90 -0
- package/internal/PopupMenu/PopupMenu/PopupMenu.js +2 -4
- package/internal/PopupMenu/PopupMenu/PopupMenu.js.map +1 -1
- package/internal/PopupMenu/PopupMenu.d.ts +1 -5
- package/internal/PopupMenu/__creevey__/PopupMenu.creevey.mts +37 -0
- package/internal/PopupMenu/tids/package.json +6 -0
- package/internal/PopupMenu/tids/tids.js +4 -0
- package/internal/PopupMenu/tids/tids.js.map +1 -0
- package/internal/PopupMenu/tids.d.ts +4 -0
- package/internal/ThemePlayground/__creevey__/ThemeProvider.creevey.mts +68 -0
- package/internal/ThemeShowcase/VariablesCollector/VariablesCollector.js +2 -0
- package/internal/ThemeShowcase/VariablesCollector/VariablesCollector.js.map +1 -1
- package/internal/ZIndex/__creevey__/ZIndex.creevey.mts +228 -0
- package/lib/delay/delay.js +6 -0
- package/lib/delay/delay.js.map +1 -0
- package/lib/delay/package.json +6 -0
- package/lib/delay.d.ts +1 -0
- package/lib/utils/utils.js +3 -7
- package/lib/utils/utils.js.map +1 -1
- package/lib/utils.d.ts +3 -3
- package/package.json +6 -5
- package/cjs/components/Autocomplete/__creevey__/Autocomplete.creevey.js +0 -239
- package/cjs/components/Autocomplete/__creevey__/Autocomplete.creevey.js.map +0 -1
- package/cjs/components/Button/__creevey__/Button.creevey.js +0 -250
- package/cjs/components/Button/__creevey__/Button.creevey.js.map +0 -1
- package/cjs/components/Calendar/__creevey__/Calendar.creevey.js +0 -74
- package/cjs/components/Calendar/__creevey__/Calendar.creevey.js.map +0 -1
- package/cjs/components/Checkbox/__creevey__/Checkbox.creevey.js +0 -242
- package/cjs/components/Checkbox/__creevey__/Checkbox.creevey.js.map +0 -1
- package/cjs/components/ComboBox/__creevey__/ComboBox.creevey.js +0 -540
- package/cjs/components/ComboBox/__creevey__/ComboBox.creevey.js.map +0 -1
- package/cjs/components/CurrencyInput/__creevey__/CurrencyInput.creevey.js +0 -81
- package/cjs/components/CurrencyInput/__creevey__/CurrencyInput.creevey.js.map +0 -1
- package/cjs/components/DateInput/__creevey__/DateInput.creevey.js +0 -155
- package/cjs/components/DateInput/__creevey__/DateInput.creevey.js.map +0 -1
- package/cjs/components/DatePicker/__creevey__/DatePicker.creevey.js +0 -209
- package/cjs/components/DatePicker/__creevey__/DatePicker.creevey.js.map +0 -1
- package/cjs/components/Dropdown/__creevey__/Dropdown.creevey.js +0 -184
- package/cjs/components/Dropdown/__creevey__/Dropdown.creevey.js.map +0 -1
- package/cjs/components/DropdownMenu/__creevey__/DropdownMenu.creevey.js +0 -262
- package/cjs/components/DropdownMenu/__creevey__/DropdownMenu.creevey.js.map +0 -1
- package/cjs/components/FxInput/__creevey__/FxInput.creevey.js +0 -21
- package/cjs/components/FxInput/__creevey__/FxInput.creevey.js.map +0 -1
- package/cjs/components/Group/__creevey__/Group.creevey.js +0 -19
- package/cjs/components/Group/__creevey__/Group.creevey.js.map +0 -1
- package/cjs/components/Hint/__creevey__/Hint.creevey.js +0 -68
- package/cjs/components/Hint/__creevey__/Hint.creevey.js.map +0 -1
- package/cjs/components/Input/__creevey__/Input.creevey.js +0 -239
- package/cjs/components/Input/__creevey__/Input.creevey.js.map +0 -1
- package/cjs/components/Kebab/__creevey__/Kebab.creevey.js +0 -146
- package/cjs/components/Kebab/__creevey__/Kebab.creevey.js.map +0 -1
- package/cjs/components/Link/__creevey__/Link.creevey.js +0 -161
- package/cjs/components/Link/__creevey__/Link.creevey.js.map +0 -1
- package/cjs/components/Loader/__creevey__/Loader.creevey.js +0 -34
- package/cjs/components/Loader/__creevey__/Loader.creevey.js.map +0 -1
- package/cjs/components/MaskedInput/__creevey__/MaskedInput.creevey.js +0 -219
- package/cjs/components/MaskedInput/__creevey__/MaskedInput.creevey.js.map +0 -1
- package/cjs/components/Modal/__creevey__/Modal.creevey.js +0 -258
- package/cjs/components/Modal/__creevey__/Modal.creevey.js.map +0 -1
- package/cjs/components/Paging/__creevey__/Paging.creevey.js +0 -96
- package/cjs/components/Paging/__creevey__/Paging.creevey.js.map +0 -1
- package/cjs/components/PasswordInput/__creevey__/PasswordInput.creevey.js +0 -38
- package/cjs/components/PasswordInput/__creevey__/PasswordInput.creevey.js.map +0 -1
- package/cjs/components/Radio/__creevey__/Radio.creevey.js +0 -27
- package/cjs/components/Radio/__creevey__/Radio.creevey.js.map +0 -1
- package/cjs/components/RadioGroup/__creevey__/RadioGroup.creevey.js +0 -85
- package/cjs/components/RadioGroup/__creevey__/RadioGroup.creevey.js.map +0 -1
- package/cjs/components/ScrollContainer/__creevey__/ScrollContainer.creevey.js +0 -247
- package/cjs/components/ScrollContainer/__creevey__/ScrollContainer.creevey.js.map +0 -1
- package/cjs/components/Select/__creevey__/Select.creevey.js +0 -284
- package/cjs/components/Select/__creevey__/Select.creevey.js.map +0 -1
- package/cjs/components/SidePage/__creevey__/SidePage.creevey.js +0 -313
- package/cjs/components/SidePage/__creevey__/SidePage.creevey.js.map +0 -1
- package/cjs/components/Sticky/__creevey__/Sticky.creevey.js +0 -98
- package/cjs/components/Sticky/__creevey__/Sticky.creevey.js.map +0 -1
- package/cjs/components/Switcher/__creevey__/Switcher.creevey.js +0 -24
- package/cjs/components/Switcher/__creevey__/Switcher.creevey.js.map +0 -1
- package/cjs/components/Tabs/__creevey__/Tabs.creevey.js +0 -238
- package/cjs/components/Tabs/__creevey__/Tabs.creevey.js.map +0 -1
- package/cjs/components/Textarea/__creevey__/Textarea.creevey.js +0 -176
- package/cjs/components/Textarea/__creevey__/Textarea.creevey.js.map +0 -1
- package/cjs/components/Toast/__creevey__/Toast.creevey.js +0 -54
- package/cjs/components/Toast/__creevey__/Toast.creevey.js.map +0 -1
- package/cjs/components/Toggle/__creevey__/Toggle.creevey.js +0 -87
- package/cjs/components/Toggle/__creevey__/Toggle.creevey.js.map +0 -1
- package/cjs/components/TokenInput/__creevey__/TokenInput.creevey.js +0 -413
- package/cjs/components/TokenInput/__creevey__/TokenInput.creevey.js.map +0 -1
- package/cjs/components/Tooltip/__creevey__/Tooltip.creevey.js +0 -534
- package/cjs/components/Tooltip/__creevey__/Tooltip.creevey.js.map +0 -1
- package/cjs/components/TooltipMenu/__creevey__/TooltipMenu.creevey.js +0 -130
- package/cjs/components/TooltipMenu/__creevey__/TooltipMenu.creevey.js.map +0 -1
- package/cjs/internal/CloseButtonIcon/__creevey__/CloseButtonIcon.creevey.js +0 -47
- package/cjs/internal/CloseButtonIcon/__creevey__/CloseButtonIcon.creevey.js.map +0 -1
- package/cjs/internal/CustomComboBox/__creevey__/ComboBoxView.creevey.js +0 -30
- package/cjs/internal/CustomComboBox/__creevey__/ComboBoxView.creevey.js.map +0 -1
- package/cjs/internal/FileUploaderControl/__creevey__/FileUploaderFile.creevey.js +0 -25
- package/cjs/internal/FileUploaderControl/__creevey__/FileUploaderFile.creevey.js.map +0 -1
- package/cjs/internal/HideBodyVerticalScroll/__creevey__/HideBodyVerticalScroll.creevey.js +0 -83
- package/cjs/internal/HideBodyVerticalScroll/__creevey__/HideBodyVerticalScroll.creevey.js.map +0 -1
- package/cjs/internal/Menu/__creevey__/Menu.creevey.js +0 -90
- package/cjs/internal/Menu/__creevey__/Menu.creevey.js.map +0 -1
- package/cjs/internal/PopupMenu/__creevey__/PopupMenu.creevey.js +0 -37
- package/cjs/internal/PopupMenu/__creevey__/PopupMenu.creevey.js.map +0 -1
- package/cjs/internal/ThemePlayground/__creevey__/ThemeProvider.creevey.js +0 -68
- package/cjs/internal/ThemePlayground/__creevey__/ThemeProvider.creevey.js.map +0 -1
- package/cjs/internal/ZIndex/__creevey__/ZIndex.creevey.js +0 -228
- package/cjs/internal/ZIndex/__creevey__/ZIndex.creevey.js.map +0 -1
- package/cjs/lib/styles/HoldSelectionColor.d.ts +0 -1
- package/cjs/lib/styles/HoldSelectionColor.js +0 -9
- package/cjs/lib/styles/HoldSelectionColor.js.map +0 -1
- package/components/Autocomplete/__creevey__/Autocomplete.creevey/Autocomplete.creevey.js +0 -506
- package/components/Autocomplete/__creevey__/Autocomplete.creevey/Autocomplete.creevey.js.map +0 -1
- package/components/Autocomplete/__creevey__/Autocomplete.creevey/package.json +0 -6
- package/components/Autocomplete/__creevey__/Autocomplete.creevey.d.ts +0 -1
- package/components/Button/__creevey__/Button.creevey/Button.creevey.js +0 -396
- package/components/Button/__creevey__/Button.creevey/Button.creevey.js.map +0 -1
- package/components/Button/__creevey__/Button.creevey/package.json +0 -6
- package/components/Button/__creevey__/Button.creevey.d.ts +0 -1
- package/components/Calendar/__creevey__/Calendar.creevey/Calendar.creevey.js +0 -138
- package/components/Calendar/__creevey__/Calendar.creevey/Calendar.creevey.js.map +0 -1
- package/components/Calendar/__creevey__/Calendar.creevey/package.json +0 -6
- package/components/Calendar/__creevey__/Calendar.creevey.d.ts +0 -1
- package/components/Checkbox/__creevey__/Checkbox.creevey/Checkbox.creevey.js +0 -487
- package/components/Checkbox/__creevey__/Checkbox.creevey/Checkbox.creevey.js.map +0 -1
- package/components/Checkbox/__creevey__/Checkbox.creevey/package.json +0 -6
- package/components/Checkbox/__creevey__/Checkbox.creevey.d.ts +0 -1
- package/components/ComboBox/__creevey__/ComboBox.creevey/ComboBox.creevey.js +0 -1043
- package/components/ComboBox/__creevey__/ComboBox.creevey/ComboBox.creevey.js.map +0 -1
- package/components/ComboBox/__creevey__/ComboBox.creevey/package.json +0 -6
- package/components/ComboBox/__creevey__/ComboBox.creevey.d.ts +0 -1
- package/components/CurrencyInput/__creevey__/CurrencyInput.creevey/CurrencyInput.creevey.js +0 -114
- package/components/CurrencyInput/__creevey__/CurrencyInput.creevey/CurrencyInput.creevey.js.map +0 -1
- package/components/CurrencyInput/__creevey__/CurrencyInput.creevey/package.json +0 -6
- package/components/CurrencyInput/__creevey__/CurrencyInput.creevey.d.ts +0 -1
- package/components/DateInput/__creevey__/DateInput.creevey/DateInput.creevey.js +0 -367
- package/components/DateInput/__creevey__/DateInput.creevey/DateInput.creevey.js.map +0 -1
- package/components/DateInput/__creevey__/DateInput.creevey/package.json +0 -6
- package/components/DateInput/__creevey__/DateInput.creevey.d.ts +0 -1
- package/components/DatePicker/__creevey__/DatePicker.creevey/DatePicker.creevey.js +0 -395
- package/components/DatePicker/__creevey__/DatePicker.creevey/DatePicker.creevey.js.map +0 -1
- package/components/DatePicker/__creevey__/DatePicker.creevey/package.json +0 -6
- package/components/DatePicker/__creevey__/DatePicker.creevey.d.ts +0 -1
- package/components/Dropdown/__creevey__/Dropdown.creevey/Dropdown.creevey.js +0 -417
- package/components/Dropdown/__creevey__/Dropdown.creevey/Dropdown.creevey.js.map +0 -1
- package/components/Dropdown/__creevey__/Dropdown.creevey/package.json +0 -6
- package/components/Dropdown/__creevey__/Dropdown.creevey.d.ts +0 -1
- package/components/DropdownMenu/__creevey__/DropdownMenu.creevey/DropdownMenu.creevey.js +0 -534
- package/components/DropdownMenu/__creevey__/DropdownMenu.creevey/DropdownMenu.creevey.js.map +0 -1
- package/components/DropdownMenu/__creevey__/DropdownMenu.creevey/package.json +0 -6
- package/components/DropdownMenu/__creevey__/DropdownMenu.creevey.d.ts +0 -1
- package/components/FxInput/__creevey__/FxInput.creevey/FxInput.creevey.js +0 -62
- package/components/FxInput/__creevey__/FxInput.creevey/FxInput.creevey.js.map +0 -1
- package/components/FxInput/__creevey__/FxInput.creevey/package.json +0 -6
- package/components/FxInput/__creevey__/FxInput.creevey.d.ts +0 -1
- package/components/Group/__creevey__/Group.creevey/Group.creevey.js +0 -48
- package/components/Group/__creevey__/Group.creevey/Group.creevey.js.map +0 -1
- package/components/Group/__creevey__/Group.creevey/package.json +0 -6
- package/components/Group/__creevey__/Group.creevey.d.ts +0 -1
- package/components/Hint/__creevey__/Hint.creevey/Hint.creevey.js +0 -127
- package/components/Hint/__creevey__/Hint.creevey/Hint.creevey.js.map +0 -1
- package/components/Hint/__creevey__/Hint.creevey/package.json +0 -6
- package/components/Hint/__creevey__/Hint.creevey.d.ts +0 -1
- package/components/Input/__creevey__/Input.creevey/Input.creevey.js +0 -517
- package/components/Input/__creevey__/Input.creevey/Input.creevey.js.map +0 -1
- package/components/Input/__creevey__/Input.creevey/package.json +0 -6
- package/components/Input/__creevey__/Input.creevey.d.ts +0 -1
- package/components/Kebab/__creevey__/Kebab.creevey/Kebab.creevey.js +0 -278
- package/components/Kebab/__creevey__/Kebab.creevey/Kebab.creevey.js.map +0 -1
- package/components/Kebab/__creevey__/Kebab.creevey/package.json +0 -6
- package/components/Kebab/__creevey__/Kebab.creevey.d.ts +0 -1
- package/components/Link/__creevey__/Link.creevey/Link.creevey.js +0 -238
- package/components/Link/__creevey__/Link.creevey/Link.creevey.js.map +0 -1
- package/components/Link/__creevey__/Link.creevey/package.json +0 -6
- package/components/Link/__creevey__/Link.creevey.d.ts +0 -1
- package/components/Loader/__creevey__/Loader.creevey/Loader.creevey.js +0 -129
- package/components/Loader/__creevey__/Loader.creevey/Loader.creevey.js.map +0 -1
- package/components/Loader/__creevey__/Loader.creevey/package.json +0 -6
- package/components/Loader/__creevey__/Loader.creevey.d.ts +0 -1
- package/components/MaskedInput/__creevey__/MaskedInput.creevey/MaskedInput.creevey.js +0 -405
- package/components/MaskedInput/__creevey__/MaskedInput.creevey/MaskedInput.creevey.js.map +0 -1
- package/components/MaskedInput/__creevey__/MaskedInput.creevey/package.json +0 -6
- package/components/MaskedInput/__creevey__/MaskedInput.creevey.d.ts +0 -1
- package/components/Modal/__creevey__/Modal.creevey/Modal.creevey.js +0 -565
- package/components/Modal/__creevey__/Modal.creevey/Modal.creevey.js.map +0 -1
- package/components/Modal/__creevey__/Modal.creevey/package.json +0 -6
- package/components/Modal/__creevey__/Modal.creevey.d.ts +0 -1
- package/components/Paging/__creevey__/Paging.creevey/Paging.creevey.js +0 -190
- package/components/Paging/__creevey__/Paging.creevey/Paging.creevey.js.map +0 -1
- package/components/Paging/__creevey__/Paging.creevey/package.json +0 -6
- package/components/Paging/__creevey__/Paging.creevey.d.ts +0 -1
- package/components/PasswordInput/__creevey__/PasswordInput.creevey/PasswordInput.creevey.js +0 -83
- package/components/PasswordInput/__creevey__/PasswordInput.creevey/PasswordInput.creevey.js.map +0 -1
- package/components/PasswordInput/__creevey__/PasswordInput.creevey/package.json +0 -6
- package/components/PasswordInput/__creevey__/PasswordInput.creevey.d.ts +0 -1
- package/components/Radio/__creevey__/Radio.creevey/Radio.creevey.js +0 -56
- package/components/Radio/__creevey__/Radio.creevey/Radio.creevey.js.map +0 -1
- package/components/Radio/__creevey__/Radio.creevey/package.json +0 -6
- package/components/Radio/__creevey__/Radio.creevey.d.ts +0 -1
- package/components/RadioGroup/__creevey__/RadioGroup.creevey/RadioGroup.creevey.js +0 -167
- package/components/RadioGroup/__creevey__/RadioGroup.creevey/RadioGroup.creevey.js.map +0 -1
- package/components/RadioGroup/__creevey__/RadioGroup.creevey/package.json +0 -6
- package/components/RadioGroup/__creevey__/RadioGroup.creevey.d.ts +0 -1
- package/components/ScrollContainer/__creevey__/ScrollContainer.creevey/ScrollContainer.creevey.js +0 -488
- package/components/ScrollContainer/__creevey__/ScrollContainer.creevey/ScrollContainer.creevey.js.map +0 -1
- package/components/ScrollContainer/__creevey__/ScrollContainer.creevey/package.json +0 -6
- package/components/ScrollContainer/__creevey__/ScrollContainer.creevey.d.ts +0 -1
- package/components/Select/__creevey__/Select.creevey/Select.creevey.js +0 -541
- package/components/Select/__creevey__/Select.creevey/Select.creevey.js.map +0 -1
- package/components/Select/__creevey__/Select.creevey/package.json +0 -6
- package/components/Select/__creevey__/Select.creevey.d.ts +0 -1
- package/components/SidePage/__creevey__/SidePage.creevey/SidePage.creevey.js +0 -697
- package/components/SidePage/__creevey__/SidePage.creevey/SidePage.creevey.js.map +0 -1
- package/components/SidePage/__creevey__/SidePage.creevey/package.json +0 -6
- package/components/SidePage/__creevey__/SidePage.creevey.d.ts +0 -1
- package/components/Sticky/__creevey__/Sticky.creevey/Sticky.creevey.js +0 -215
- package/components/Sticky/__creevey__/Sticky.creevey/Sticky.creevey.js.map +0 -1
- package/components/Sticky/__creevey__/Sticky.creevey/package.json +0 -6
- package/components/Sticky/__creevey__/Sticky.creevey.d.ts +0 -1
- package/components/Switcher/__creevey__/Switcher.creevey/Switcher.creevey.js +0 -58
- package/components/Switcher/__creevey__/Switcher.creevey/Switcher.creevey.js.map +0 -1
- package/components/Switcher/__creevey__/Switcher.creevey/package.json +0 -6
- package/components/Switcher/__creevey__/Switcher.creevey.d.ts +0 -1
- package/components/Tabs/__creevey__/Tabs.creevey/Tabs.creevey.js +0 -391
- package/components/Tabs/__creevey__/Tabs.creevey/Tabs.creevey.js.map +0 -1
- package/components/Tabs/__creevey__/Tabs.creevey/package.json +0 -6
- package/components/Tabs/__creevey__/Tabs.creevey.d.ts +0 -1
- package/components/Textarea/__creevey__/Textarea.creevey/Textarea.creevey.js +0 -404
- package/components/Textarea/__creevey__/Textarea.creevey/Textarea.creevey.js.map +0 -1
- package/components/Textarea/__creevey__/Textarea.creevey/package.json +0 -6
- package/components/Textarea/__creevey__/Textarea.creevey.d.ts +0 -1
- package/components/Toast/__creevey__/Toast.creevey/Toast.creevey.js +0 -70
- package/components/Toast/__creevey__/Toast.creevey/Toast.creevey.js.map +0 -1
- package/components/Toast/__creevey__/Toast.creevey/package.json +0 -6
- package/components/Toast/__creevey__/Toast.creevey.d.ts +0 -1
- package/components/Toggle/__creevey__/Toggle.creevey/Toggle.creevey.js +0 -195
- package/components/Toggle/__creevey__/Toggle.creevey/Toggle.creevey.js.map +0 -1
- package/components/Toggle/__creevey__/Toggle.creevey/package.json +0 -6
- package/components/Toggle/__creevey__/Toggle.creevey.d.ts +0 -1
- package/components/TokenInput/__creevey__/TokenInput.creevey/TokenInput.creevey.js +0 -635
- package/components/TokenInput/__creevey__/TokenInput.creevey/TokenInput.creevey.js.map +0 -1
- package/components/TokenInput/__creevey__/TokenInput.creevey/package.json +0 -6
- package/components/TokenInput/__creevey__/TokenInput.creevey.d.ts +0 -1
- package/components/Tooltip/__creevey__/Tooltip.creevey/Tooltip.creevey.js +0 -1171
- package/components/Tooltip/__creevey__/Tooltip.creevey/Tooltip.creevey.js.map +0 -1
- package/components/Tooltip/__creevey__/Tooltip.creevey/package.json +0 -6
- package/components/Tooltip/__creevey__/Tooltip.creevey.d.ts +0 -1
- package/components/TooltipMenu/__creevey__/TooltipMenu.creevey/TooltipMenu.creevey.js +0 -277
- package/components/TooltipMenu/__creevey__/TooltipMenu.creevey/TooltipMenu.creevey.js.map +0 -1
- package/components/TooltipMenu/__creevey__/TooltipMenu.creevey/package.json +0 -6
- package/components/TooltipMenu/__creevey__/TooltipMenu.creevey.d.ts +0 -1
- package/internal/CloseButtonIcon/__creevey__/CloseButtonIcon.creevey/CloseButtonIcon.creevey.js +0 -78
- package/internal/CloseButtonIcon/__creevey__/CloseButtonIcon.creevey/CloseButtonIcon.creevey.js.map +0 -1
- package/internal/CloseButtonIcon/__creevey__/CloseButtonIcon.creevey/package.json +0 -6
- package/internal/CloseButtonIcon/__creevey__/CloseButtonIcon.creevey.d.ts +0 -1
- package/internal/CustomComboBox/__creevey__/ComboBoxView.creevey/ComboBoxView.creevey.js +0 -58
- package/internal/CustomComboBox/__creevey__/ComboBoxView.creevey/ComboBoxView.creevey.js.map +0 -1
- package/internal/CustomComboBox/__creevey__/ComboBoxView.creevey/package.json +0 -6
- package/internal/CustomComboBox/__creevey__/ComboBoxView.creevey.d.ts +0 -1
- package/internal/FileUploaderControl/__creevey__/FileUploaderFile.creevey/FileUploaderFile.creevey.js +0 -41
- package/internal/FileUploaderControl/__creevey__/FileUploaderFile.creevey/FileUploaderFile.creevey.js.map +0 -1
- package/internal/FileUploaderControl/__creevey__/FileUploaderFile.creevey/package.json +0 -6
- package/internal/FileUploaderControl/__creevey__/FileUploaderFile.creevey.d.ts +0 -1
- package/internal/HideBodyVerticalScroll/__creevey__/HideBodyVerticalScroll.creevey/HideBodyVerticalScroll.creevey.js +0 -199
- package/internal/HideBodyVerticalScroll/__creevey__/HideBodyVerticalScroll.creevey/HideBodyVerticalScroll.creevey.js.map +0 -1
- package/internal/HideBodyVerticalScroll/__creevey__/HideBodyVerticalScroll.creevey/package.json +0 -6
- package/internal/HideBodyVerticalScroll/__creevey__/HideBodyVerticalScroll.creevey.d.ts +0 -1
- package/internal/Menu/__creevey__/Menu.creevey/Menu.creevey.js +0 -196
- package/internal/Menu/__creevey__/Menu.creevey/Menu.creevey.js.map +0 -1
- package/internal/Menu/__creevey__/Menu.creevey/package.json +0 -6
- package/internal/Menu/__creevey__/Menu.creevey.d.ts +0 -1
- package/internal/PopupMenu/__creevey__/PopupMenu.creevey/PopupMenu.creevey.js +0 -69
- package/internal/PopupMenu/__creevey__/PopupMenu.creevey/PopupMenu.creevey.js.map +0 -1
- package/internal/PopupMenu/__creevey__/PopupMenu.creevey/package.json +0 -6
- package/internal/PopupMenu/__creevey__/PopupMenu.creevey.d.ts +0 -1
- package/internal/ThemePlayground/__creevey__/ThemeProvider.creevey/ThemeProvider.creevey.js +0 -145
- package/internal/ThemePlayground/__creevey__/ThemeProvider.creevey/ThemeProvider.creevey.js.map +0 -1
- package/internal/ThemePlayground/__creevey__/ThemeProvider.creevey/package.json +0 -6
- package/internal/ThemePlayground/__creevey__/ThemeProvider.creevey.d.ts +0 -1
- package/internal/ZIndex/__creevey__/ZIndex.creevey/ZIndex.creevey.js +0 -550
- package/internal/ZIndex/__creevey__/ZIndex.creevey/ZIndex.creevey.js.map +0 -1
- package/internal/ZIndex/__creevey__/ZIndex.creevey/package.json +0 -6
- package/internal/ZIndex/__creevey__/ZIndex.creevey.d.ts +0 -1
- package/lib/styles/HoldSelectionColor/HoldSelectionColor.js +0 -8
- package/lib/styles/HoldSelectionColor/HoldSelectionColor.js.map +0 -1
- package/lib/styles/HoldSelectionColor/package.json +0 -6
- package/lib/styles/HoldSelectionColor.d.ts +0 -1
- /package/{cjs/components/Autocomplete/__creevey__/Autocomplete.creevey.d.ts → components/Autocomplete/__creevey__/Autocomplete.creevey.d.mts} +0 -0
- /package/{cjs/components/Button/__creevey__/Button.creevey.d.ts → components/Button/__creevey__/Button.creevey.d.mts} +0 -0
- /package/{cjs/components/Calendar/__creevey__/Calendar.creevey.d.ts → components/Calendar/__creevey__/Calendar.creevey.d.mts} +0 -0
- /package/{cjs/components/Checkbox/__creevey__/Checkbox.creevey.d.ts → components/Checkbox/__creevey__/Checkbox.creevey.d.mts} +0 -0
- /package/{cjs/components/ComboBox/__creevey__/ComboBox.creevey.d.ts → components/ComboBox/__creevey__/ComboBox.creevey.d.mts} +0 -0
- /package/{cjs/components/CurrencyInput/__creevey__/CurrencyInput.creevey.d.ts → components/CurrencyInput/__creevey__/CurrencyInput.creevey.d.mts} +0 -0
- /package/{cjs/components/DateInput/__creevey__/DateInput.creevey.d.ts → components/DateInput/__creevey__/DateInput.creevey.d.mts} +0 -0
- /package/{cjs/components/DatePicker/__creevey__/DatePicker.creevey.d.ts → components/DatePicker/__creevey__/DatePicker.creevey.d.mts} +0 -0
- /package/{cjs/components/Dropdown/__creevey__/Dropdown.creevey.d.ts → components/Dropdown/__creevey__/Dropdown.creevey.d.mts} +0 -0
- /package/{cjs/components/DropdownMenu/__creevey__/DropdownMenu.creevey.d.ts → components/DropdownMenu/__creevey__/DropdownMenu.creevey.d.mts} +0 -0
- /package/{cjs/components/FxInput/__creevey__/FxInput.creevey.d.ts → components/FxInput/__creevey__/FxInput.creevey.d.mts} +0 -0
- /package/{cjs/components/Group/__creevey__/Group.creevey.d.ts → components/Group/__creevey__/Group.creevey.d.mts} +0 -0
- /package/{cjs/components/Hint/__creevey__/Hint.creevey.d.ts → components/Hint/__creevey__/Hint.creevey.d.mts} +0 -0
- /package/{cjs/components/Input/__creevey__/Input.creevey.d.ts → components/Input/__creevey__/Input.creevey.d.mts} +0 -0
- /package/{cjs/components/Kebab/__creevey__/Kebab.creevey.d.ts → components/Kebab/__creevey__/Kebab.creevey.d.mts} +0 -0
- /package/{cjs/components/Link/__creevey__/Link.creevey.d.ts → components/Link/__creevey__/Link.creevey.d.mts} +0 -0
- /package/{cjs/components/Loader/__creevey__/Loader.creevey.d.ts → components/Loader/__creevey__/Loader.creevey.d.mts} +0 -0
- /package/{cjs/components/MaskedInput/__creevey__/MaskedInput.creevey.d.ts → components/MaskedInput/__creevey__/MaskedInput.creevey.d.mts} +0 -0
- /package/{cjs/components/Modal/__creevey__/Modal.creevey.d.ts → components/Modal/__creevey__/Modal.creevey.d.mts} +0 -0
- /package/{cjs/components/Paging/__creevey__/Paging.creevey.d.ts → components/Paging/__creevey__/Paging.creevey.d.mts} +0 -0
- /package/{cjs/components/PasswordInput/__creevey__/PasswordInput.creevey.d.ts → components/PasswordInput/__creevey__/PasswordInput.creevey.d.mts} +0 -0
- /package/{cjs/components/Radio/__creevey__/Radio.creevey.d.ts → components/Radio/__creevey__/Radio.creevey.d.mts} +0 -0
- /package/{cjs/components/RadioGroup/__creevey__/RadioGroup.creevey.d.ts → components/RadioGroup/__creevey__/RadioGroup.creevey.d.mts} +0 -0
- /package/{cjs/components/ScrollContainer/__creevey__/ScrollContainer.creevey.d.ts → components/ScrollContainer/__creevey__/ScrollContainer.creevey.d.mts} +0 -0
- /package/{cjs/components/Select/__creevey__/Select.creevey.d.ts → components/Select/__creevey__/Select.creevey.d.mts} +0 -0
- /package/{cjs/components/SidePage/__creevey__/SidePage.creevey.d.ts → components/SidePage/__creevey__/SidePage.creevey.d.mts} +0 -0
- /package/{cjs/components/Sticky/__creevey__/Sticky.creevey.d.ts → components/Sticky/__creevey__/Sticky.creevey.d.mts} +0 -0
- /package/{cjs/components/Switcher/__creevey__/Switcher.creevey.d.ts → components/Switcher/__creevey__/Switcher.creevey.d.mts} +0 -0
- /package/{cjs/components/Tabs/__creevey__/Tabs.creevey.d.ts → components/Tabs/__creevey__/Tabs.creevey.d.mts} +0 -0
- /package/{cjs/components/Textarea/__creevey__/Textarea.creevey.d.ts → components/Textarea/__creevey__/Textarea.creevey.d.mts} +0 -0
- /package/{cjs/components/Toast/__creevey__/Toast.creevey.d.ts → components/Toast/__creevey__/Toast.creevey.d.mts} +0 -0
- /package/{cjs/components/Toggle/__creevey__/Toggle.creevey.d.ts → components/Toggle/__creevey__/Toggle.creevey.d.mts} +0 -0
- /package/{cjs/components/TokenInput/__creevey__/TokenInput.creevey.d.ts → components/TokenInput/__creevey__/TokenInput.creevey.d.mts} +0 -0
- /package/{cjs/components/Tooltip/__creevey__/Tooltip.creevey.d.ts → components/Tooltip/__creevey__/Tooltip.creevey.d.mts} +0 -0
- /package/{cjs/components/TooltipMenu/__creevey__/TooltipMenu.creevey.d.ts → components/TooltipMenu/__creevey__/TooltipMenu.creevey.d.mts} +0 -0
- /package/{cjs/internal/CloseButtonIcon/__creevey__/CloseButtonIcon.creevey.d.ts → internal/CloseButtonIcon/__creevey__/CloseButtonIcon.creevey.d.mts} +0 -0
- /package/{cjs/internal/CustomComboBox/__creevey__/ComboBoxView.creevey.d.ts → internal/CustomComboBox/__creevey__/ComboBoxView.creevey.d.mts} +0 -0
- /package/{cjs/internal/FileUploaderControl/__creevey__/FileUploaderFile.creevey.d.ts → internal/FileUploaderControl/__creevey__/FileUploaderFile.creevey.d.mts} +0 -0
- /package/{cjs/internal/HideBodyVerticalScroll/__creevey__/HideBodyVerticalScroll.creevey.d.ts → internal/HideBodyVerticalScroll/__creevey__/HideBodyVerticalScroll.creevey.d.mts} +0 -0
- /package/{cjs/internal/Menu/__creevey__/Menu.creevey.d.ts → internal/Menu/__creevey__/Menu.creevey.d.mts} +0 -0
- /package/{cjs/internal/PopupMenu/__creevey__/PopupMenu.creevey.d.ts → internal/PopupMenu/__creevey__/PopupMenu.creevey.d.mts} +0 -0
- /package/{cjs/internal/ThemePlayground/__creevey__/ThemeProvider.creevey.d.ts → internal/ThemePlayground/__creevey__/ThemeProvider.creevey.d.mts} +0 -0
- /package/{cjs/internal/ZIndex/__creevey__/ZIndex.creevey.d.ts → internal/ZIndex/__creevey__/ZIndex.creevey.d.mts} +0 -0
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["story","kind","test","delay","simpleTests","_asyncToGenerator","_regeneratorRuntime","mark","_callee","wrap","_callee$","_context","prev","next","browser","actions","bridge","click","findElement","css","perform","t0","takeScreenshot","t1","sent","expect","call","to","matchImage","stop","_callee2","_callee2$","_context2","_callee3","_callee3$","_context3","_callee4","_callee4$","_context4","executeScript","sidepageContainer","window","document","querySelector","scrollTop","_callee5","_callee5$","_context5","_callee6","_callee6$","_context6","_ref7","setStoryParameters","skip","_callee8","_this","pressTab","firstTimeTabPress","secondTimeTabPress","thirdTimeTabPress","fourthTimeTabPress","_callee8$","_context8","_ref9","_callee7","_callee7$","_context7","sendKeys","keys","TAB","apply","arguments","matchImages","_callee9","_callee9$","_context9","_callee10","_callee10$","_context10","_callee11","_callee11$","_context11","_callee12","_callee12$","_context12","pause","_callee13","_callee13$","_context13","_callee14","_callee14$","_context14","sidePageContainer","sidePageHeader","fixedHeaderHeight","offsetHeight","_callee15","_callee15$","_context15","_callee16","_callee16$","_context16","_callee17","_callee17$","_context17","_callee18","_callee18$","_context18","_callee19","_callee19$","_context19","_callee20","_callee20$","_context20","_callee21","_callee21$","_context21","_ref23","_callee22","_callee22$","_context22"],"sources":["SidePage.creevey.ts"],"sourcesContent":["import { story, kind, test } from 'creevey';\n\nimport { delay } from '../../../lib/utils';\n\nconst simpleTests = () => {\n test('open side-page', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '[data-tid~=\"open-side-page\"]' }))\n .perform();\n await this.expect(await this.browser.takeScreenshot()).to.matchImage('open side-page');\n });\n};\n\nkind('SidePage', () => {\n story('SidePageOverAnotherSidePageStory', () => {\n test('open internal side-page', async function () {\n await this.browser\n .actions({ bridge: true })\n .click(this.browser.findElement({ css: '[data-tid~=\"open-side-page\"]' }))\n .perform();\n await this.browser\n .actions({ bridge: true })\n .click(this.browser.findElement({ css: '[data-comp-name~=\"SidePage.Body\"] button' }))\n .perform();\n await this.expect(await this.browser.takeScreenshot()).to.matchImage('open internal side-page');\n });\n\n test('close internal side-page', async function () {\n await this.browser\n .actions({ bridge: true })\n .click(this.browser.findElement({ css: '[data-tid~=\"open-side-page\"]' }))\n .perform();\n await this.browser\n .actions({ bridge: true })\n .click(this.browser.findElement({ css: '[data-comp-name~=\"SidePage.Body\"] button' }))\n .perform();\n await this.browser\n .actions({ bridge: true })\n .click(this.browser.findElement({ css: '.react-ui:last-child [data-comp-name~=\"SidePage.Footer\"] button' }))\n .perform();\n await this.expect(await this.browser.takeScreenshot()).to.matchImage('close internal side-page');\n });\n });\n\n story('StickySidePageHeaderWhenAnotherSidePageStory', () => {\n test('sticky header, open and close internal side-page', async function () {\n await this.browser\n .actions({ bridge: true })\n .click(this.browser.findElement({ css: '[data-tid~=\"open-side-page\"]' }))\n .perform();\n await this.browser\n .actions({ bridge: true })\n .click(this.browser.findElement({ css: '[data-comp-name~=\"SidePage.Body\"] button' }))\n .perform();\n await this.browser.executeScript(function () {\n const sidepageContainer = window.document.querySelector('[data-tid=\"SidePage__container\"]');\n\n if (sidepageContainer) {\n sidepageContainer.scrollTop = 3000;\n }\n });\n await this.browser\n .actions({ bridge: true })\n .click(this.browser.findElement({ css: '.react-ui:last-child [data-comp-name~=\"SidePage.Footer\"] button' }))\n .perform();\n await this.expect(await this.browser.takeScreenshot()).to.matchImage(\n 'sticky header, open and close internal side-page',\n );\n });\n });\n\n story('Simple', () => {\n simpleTests();\n });\n\n story('MobileSimple', () => {\n simpleTests();\n });\n\n story('BodyWithoutFooter', () => {\n test('scroll to bottom', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '[data-tid~=\"open-side-page\"]' }))\n .perform();\n await this.browser.executeScript(function () {\n const sidepageContainer = window.document.querySelector('[data-tid=\"SidePage__container\"]') as HTMLElement;\n\n sidepageContainer.scrollTop = 3000;\n });\n await delay(1000);\n await this.expect(await this.browser.takeScreenshot()).to.matchImage('scroll to bottom');\n });\n });\n\n story('BodyWithoutHeader', () => {\n test('open side-page without header', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '[data-tid~=\"open-side-page\"]' }))\n .perform();\n await delay(100);\n await this.expect(await this.browser.takeScreenshot()).to.matchImage('open side-page without header');\n });\n });\n\n story('SidePageWithFocusLockWhenBackgroundBlocked', ({ setStoryParameters }) => {\n setStoryParameters({ skip: { 'unstable tests in firefox2022': { in: /^(?!\\b(chrome2022)\\b)/ } } });\n\n test('open side-page', async function () {\n const pressTab = async () => {\n await this.browser\n .actions({\n bridge: true,\n })\n .sendKeys(this.keys.TAB)\n .perform();\n await delay(5000);\n };\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '[data-tid~=\"open-side-page\"]' }))\n .perform();\n await delay(1000);\n await pressTab();\n const firstTimeTabPress = await this.browser.takeScreenshot();\n await pressTab();\n const secondTimeTabPress = await this.browser.takeScreenshot();\n await pressTab();\n const thirdTimeTabPress = await this.browser.takeScreenshot();\n await pressTab();\n const fourthTimeTabPress = await this.browser.takeScreenshot();\n await this.expect({\n firstTimeTabPress,\n secondTimeTabPress,\n thirdTimeTabPress,\n fourthTimeTabPress,\n }).to.matchImages();\n });\n });\n\n story('TestUpdateLayoutMethodStory', () => {\n test('idle', async function () {\n await this.expect(await this.browser.takeScreenshot()).to.matchImage('idle');\n });\n\n test('Body content has been changed', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '[data-tid=\"toggle-body-content\"]' }))\n .perform();\n await this.expect(await this.browser.takeScreenshot()).to.matchImage('Body content has been changed');\n });\n\n test('child component content has been changed', async function () {\n await delay(1000);\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '[data-tid=\"toggle-child-component-content\"]' }))\n .perform();\n await this.expect(await this.browser.takeScreenshot()).to.matchImage('child component content has been changed');\n });\n\n test('update layout', async function () {\n await delay(1000);\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '[data-tid=\"toggle-child-component-content\"]' }))\n .pause(1000)\n .click(this.browser.findElement({ css: '[data-tid=\"update\"]' }))\n .perform();\n await delay(1000);\n await this.expect(await this.browser.takeScreenshot()).to.matchImage('update layout');\n });\n });\n\n story('WithLongTitleStory', () => {\n test('not fixed', async function () {\n await this.expect(await this.browser.takeScreenshot()).to.matchImage('not fixed');\n });\n\n test('fixed close element', async function () {\n await this.browser.executeScript(function () {\n const sidePageContainer = window.document.querySelector('[data-tid=\"SidePage__container\"]') as HTMLElement;\n const sidePageHeader = window.document.querySelector('[data-comp-name~=\"SidePage.Header\"]') as HTMLElement;\n const fixedHeaderHeight = 50;\n\n sidePageContainer.scrollTop = (sidePageHeader.offsetHeight - fixedHeaderHeight) / 2;\n });\n await delay(1000);\n await this.expect(await this.browser.takeScreenshot()).to.matchImage('fixed close element');\n });\n\n test('fixed header', async function () {\n await this.browser.executeScript(function () {\n const sidePageContainer = window.document.querySelector('[data-tid=\"SidePage__container\"]') as HTMLElement;\n const sidePageHeader = window.document.querySelector('[data-comp-name~=\"SidePage.Header\"]') as HTMLElement;\n const fixedHeaderHeight = 50;\n\n sidePageContainer.scrollTop = sidePageHeader.offsetHeight - fixedHeaderHeight;\n });\n await delay(1000);\n await this.expect(await this.browser.takeScreenshot()).to.matchImage('fixed header');\n });\n });\n\n story('SidePageWithChildrenFromOtherComponent', () => {\n test('without header, footer', async function () {\n await this.expect(await this.browser.takeScreenshot()).to.matchImage('without header, footer');\n });\n\n test('scroll to bottom without header, footer', async function () {\n await this.browser.executeScript(function () {\n const sidepageContainer = window.document.querySelector('[data-tid=\"SidePage__container\"]') as HTMLElement;\n\n sidepageContainer.scrollTop = 3000;\n });\n await delay(1000);\n await this.expect(await this.browser.takeScreenshot()).to.matchImage('scroll to bottom without header, footer');\n });\n\n test('with header, footer', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '[data-tid=\"SidePage__header-toggle\"]' }))\n .pause(1000)\n .click(this.browser.findElement({ css: '[data-tid=\"SidePage__footer-toggle\"]' }))\n .pause(1000)\n .perform();\n await delay(1000);\n await this.expect(await this.browser.takeScreenshot()).to.matchImage('with header, footer');\n });\n\n test('scroll to bottom with header, footer', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '[data-tid=\"SidePage__header-toggle\"]' }))\n .pause(1000)\n .click(this.browser.findElement({ css: '[data-tid=\"SidePage__footer-toggle\"]' }))\n .perform();\n await this.browser.executeScript(function () {\n const sidepageContainer = window.document.querySelector('[data-tid=\"SidePage__container\"]') as HTMLElement;\n\n sidepageContainer.scrollTop = 3000;\n });\n await delay(1000);\n await this.expect(await this.browser.takeScreenshot()).to.matchImage('scroll to bottom with header, footer');\n });\n\n test('with panel', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '[data-tid=\"SidePage__footer-toggle\"]' }))\n .pause(1000)\n .click(this.browser.findElement({ css: '[data-tid=\"SidePage__panel-toggle\"]' }))\n .perform();\n await delay(1000);\n await this.expect(await this.browser.takeScreenshot()).to.matchImage('with panel');\n });\n\n test('scroll to bottom with panel', async function () {\n await this.browser\n .actions({ bridge: true })\n .click(this.browser.findElement({ css: '[data-tid=\"SidePage__footer-toggle\"]' }))\n .pause(1000)\n .click(this.browser.findElement({ css: '[data-tid=\"SidePage__panel-toggle\"]' }))\n .perform();\n await this.browser.executeScript(function () {\n const sidepageContainer = window.document.querySelector('[data-tid=\"SidePage__container\"]') as HTMLElement;\n\n sidepageContainer.scrollTop = 3000;\n });\n await delay(1000);\n await this.expect(await this.browser.takeScreenshot()).to.matchImage('scroll to bottom with panel');\n });\n });\n\n story('SidePageWithBlockBackground', ({ setStoryParameters }) => {\n setStoryParameters({ skip: { 'unstable tests in firefox2022': { in: /^(?!\\b(chrome2022)\\b)/ } } });\n\n test('open side-page', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '[data-tid~=\"open-side-page\"]' }))\n .perform();\n await delay(1000);\n await this.expect(await this.browser.takeScreenshot()).to.matchImage();\n });\n });\n});\n"],"mappings":"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","ignoreList":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,215 +0,0 @@
|
|
|
1
|
-
import _asyncToGenerator from "@babel/runtime/helpers/esm/asyncToGenerator";
|
|
2
|
-
import _regeneratorRuntime from "@babel/runtime/regenerator";
|
|
3
|
-
import { story, kind, test } from 'creevey';
|
|
4
|
-
import { delay } from "../../../../lib/utils";
|
|
5
|
-
kind('Sticky', function () {
|
|
6
|
-
story('WideContainer', function () {
|
|
7
|
-
test('fixed', /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee() {
|
|
8
|
-
return _regeneratorRuntime.wrap(function _callee$(_context) {
|
|
9
|
-
while (1) switch (_context.prev = _context.next) {
|
|
10
|
-
case 0:
|
|
11
|
-
_context.next = 2;
|
|
12
|
-
return this.browser.executeScript(function () {
|
|
13
|
-
var stickyContent = window.document.querySelector('[data-tid="stickyContent"]');
|
|
14
|
-
var nonStickyText = window.document.querySelector('[data-tid="nonStickyText"]');
|
|
15
|
-
var scrollXOffset = nonStickyText.getBoundingClientRect().width / 2;
|
|
16
|
-
var scrollYOffset = stickyContent.getBoundingClientRect().height / 2;
|
|
17
|
-
window.scrollTo(scrollXOffset, scrollYOffset);
|
|
18
|
-
});
|
|
19
|
-
case 2:
|
|
20
|
-
_context.next = 4;
|
|
21
|
-
return delay(1000);
|
|
22
|
-
case 4:
|
|
23
|
-
_context.t0 = this;
|
|
24
|
-
_context.next = 7;
|
|
25
|
-
return this.browser.takeScreenshot();
|
|
26
|
-
case 7:
|
|
27
|
-
_context.t1 = _context.sent;
|
|
28
|
-
_context.next = 10;
|
|
29
|
-
return _context.t0.expect.call(_context.t0, _context.t1).to.matchImage('fixed');
|
|
30
|
-
case 10:
|
|
31
|
-
case "end":
|
|
32
|
-
return _context.stop();
|
|
33
|
-
}
|
|
34
|
-
}, _callee, this);
|
|
35
|
-
})));
|
|
36
|
-
});
|
|
37
|
-
story('Top', function () {
|
|
38
|
-
test('top', /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee2() {
|
|
39
|
-
return _regeneratorRuntime.wrap(function _callee2$(_context2) {
|
|
40
|
-
while (1) switch (_context2.prev = _context2.next) {
|
|
41
|
-
case 0:
|
|
42
|
-
_context2.next = 2;
|
|
43
|
-
return delay(1000);
|
|
44
|
-
case 2:
|
|
45
|
-
_context2.t0 = this;
|
|
46
|
-
_context2.next = 5;
|
|
47
|
-
return this.browser.takeScreenshot();
|
|
48
|
-
case 5:
|
|
49
|
-
_context2.t1 = _context2.sent;
|
|
50
|
-
_context2.next = 8;
|
|
51
|
-
return _context2.t0.expect.call(_context2.t0, _context2.t1).to.matchImage('top');
|
|
52
|
-
case 8:
|
|
53
|
-
case "end":
|
|
54
|
-
return _context2.stop();
|
|
55
|
-
}
|
|
56
|
-
}, _callee2, this);
|
|
57
|
-
})));
|
|
58
|
-
test('fixed', /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee3() {
|
|
59
|
-
return _regeneratorRuntime.wrap(function _callee3$(_context3) {
|
|
60
|
-
while (1) switch (_context3.prev = _context3.next) {
|
|
61
|
-
case 0:
|
|
62
|
-
_context3.next = 2;
|
|
63
|
-
return this.browser.executeScript(function () {
|
|
64
|
-
var stickyStop = window.document.querySelector('[data-tid="stickyStop"]');
|
|
65
|
-
var scrollOffset = stickyStop.getBoundingClientRect().top - window.innerHeight / 2;
|
|
66
|
-
window.scrollTo(0, scrollOffset);
|
|
67
|
-
});
|
|
68
|
-
case 2:
|
|
69
|
-
_context3.next = 4;
|
|
70
|
-
return delay(1000);
|
|
71
|
-
case 4:
|
|
72
|
-
_context3.t0 = this;
|
|
73
|
-
_context3.next = 7;
|
|
74
|
-
return this.browser.takeScreenshot();
|
|
75
|
-
case 7:
|
|
76
|
-
_context3.t1 = _context3.sent;
|
|
77
|
-
_context3.next = 10;
|
|
78
|
-
return _context3.t0.expect.call(_context3.t0, _context3.t1).to.matchImage('fixed');
|
|
79
|
-
case 10:
|
|
80
|
-
case "end":
|
|
81
|
-
return _context3.stop();
|
|
82
|
-
}
|
|
83
|
-
}, _callee3, this);
|
|
84
|
-
})));
|
|
85
|
-
test('stoped', /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee4() {
|
|
86
|
-
return _regeneratorRuntime.wrap(function _callee4$(_context4) {
|
|
87
|
-
while (1) switch (_context4.prev = _context4.next) {
|
|
88
|
-
case 0:
|
|
89
|
-
_context4.next = 2;
|
|
90
|
-
return this.browser.executeScript(function () {
|
|
91
|
-
var stickyStop = window.document.querySelector('[data-tid="stickyStop"]');
|
|
92
|
-
stickyStop.scrollIntoView();
|
|
93
|
-
});
|
|
94
|
-
case 2:
|
|
95
|
-
_context4.next = 4;
|
|
96
|
-
return this.browser.executeScript(function () {
|
|
97
|
-
var stickyContent = window.document.querySelector('[data-tid="stickyContent"]');
|
|
98
|
-
var scrollOffset = pageYOffset - stickyContent.getBoundingClientRect().height / 2;
|
|
99
|
-
window.scrollTo(0, scrollOffset);
|
|
100
|
-
});
|
|
101
|
-
case 4:
|
|
102
|
-
_context4.next = 6;
|
|
103
|
-
return delay(1000);
|
|
104
|
-
case 6:
|
|
105
|
-
_context4.t0 = this;
|
|
106
|
-
_context4.next = 9;
|
|
107
|
-
return this.browser.takeScreenshot();
|
|
108
|
-
case 9:
|
|
109
|
-
_context4.t1 = _context4.sent;
|
|
110
|
-
_context4.next = 12;
|
|
111
|
-
return _context4.t0.expect.call(_context4.t0, _context4.t1).to.matchImage('stoped');
|
|
112
|
-
case 12:
|
|
113
|
-
case "end":
|
|
114
|
-
return _context4.stop();
|
|
115
|
-
}
|
|
116
|
-
}, _callee4, this);
|
|
117
|
-
})));
|
|
118
|
-
});
|
|
119
|
-
story('Bottom', function (_ref5) {
|
|
120
|
-
var setStoryParameters = _ref5.setStoryParameters;
|
|
121
|
-
setStoryParameters({
|
|
122
|
-
skip: {
|
|
123
|
-
'flacky stopped position': {
|
|
124
|
-
"in": ['firefox', 'firefox8px', 'firefoxDark'],
|
|
125
|
-
tests: 'stoped'
|
|
126
|
-
}
|
|
127
|
-
}
|
|
128
|
-
});
|
|
129
|
-
test('bottom', /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee5() {
|
|
130
|
-
return _regeneratorRuntime.wrap(function _callee5$(_context5) {
|
|
131
|
-
while (1) switch (_context5.prev = _context5.next) {
|
|
132
|
-
case 0:
|
|
133
|
-
_context5.next = 2;
|
|
134
|
-
return this.browser.executeScript(function () {
|
|
135
|
-
window.scrollTo(0, 9999);
|
|
136
|
-
});
|
|
137
|
-
case 2:
|
|
138
|
-
_context5.next = 4;
|
|
139
|
-
return delay(1000);
|
|
140
|
-
case 4:
|
|
141
|
-
_context5.t0 = this;
|
|
142
|
-
_context5.next = 7;
|
|
143
|
-
return this.browser.takeScreenshot();
|
|
144
|
-
case 7:
|
|
145
|
-
_context5.t1 = _context5.sent;
|
|
146
|
-
_context5.next = 10;
|
|
147
|
-
return _context5.t0.expect.call(_context5.t0, _context5.t1).to.matchImage('bottom');
|
|
148
|
-
case 10:
|
|
149
|
-
case "end":
|
|
150
|
-
return _context5.stop();
|
|
151
|
-
}
|
|
152
|
-
}, _callee5, this);
|
|
153
|
-
})));
|
|
154
|
-
test('fixed', /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee6() {
|
|
155
|
-
return _regeneratorRuntime.wrap(function _callee6$(_context6) {
|
|
156
|
-
while (1) switch (_context6.prev = _context6.next) {
|
|
157
|
-
case 0:
|
|
158
|
-
_context6.next = 2;
|
|
159
|
-
return this.browser.executeScript(function () {
|
|
160
|
-
var sticky = window.document.querySelector('[data-comp-name~="Sticky"]');
|
|
161
|
-
var scrollOffset = sticky.getBoundingClientRect().top - window.innerHeight;
|
|
162
|
-
window.scrollTo(0, scrollOffset);
|
|
163
|
-
});
|
|
164
|
-
case 2:
|
|
165
|
-
_context6.next = 4;
|
|
166
|
-
return delay(1000);
|
|
167
|
-
case 4:
|
|
168
|
-
_context6.t0 = this;
|
|
169
|
-
_context6.next = 7;
|
|
170
|
-
return this.browser.takeScreenshot();
|
|
171
|
-
case 7:
|
|
172
|
-
_context6.t1 = _context6.sent;
|
|
173
|
-
_context6.next = 10;
|
|
174
|
-
return _context6.t0.expect.call(_context6.t0, _context6.t1).to.matchImage('fixed');
|
|
175
|
-
case 10:
|
|
176
|
-
case "end":
|
|
177
|
-
return _context6.stop();
|
|
178
|
-
}
|
|
179
|
-
}, _callee6, this);
|
|
180
|
-
})));
|
|
181
|
-
test('stoped', /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee7() {
|
|
182
|
-
return _regeneratorRuntime.wrap(function _callee7$(_context7) {
|
|
183
|
-
while (1) switch (_context7.prev = _context7.next) {
|
|
184
|
-
case 0:
|
|
185
|
-
_context7.next = 2;
|
|
186
|
-
return this.browser.executeScript(function () {
|
|
187
|
-
var stickyStop = window.document.querySelector('[data-tid="stickyStop"]');
|
|
188
|
-
stickyStop.scrollIntoView(false);
|
|
189
|
-
});
|
|
190
|
-
case 2:
|
|
191
|
-
_context7.next = 4;
|
|
192
|
-
return this.browser.executeScript(function () {
|
|
193
|
-
var stickyContent = window.document.querySelector('[data-tid="stickyContent"]');
|
|
194
|
-
var scrollOffset = pageYOffset + stickyContent.getBoundingClientRect().height / 2;
|
|
195
|
-
window.scrollTo(0, scrollOffset);
|
|
196
|
-
});
|
|
197
|
-
case 4:
|
|
198
|
-
_context7.next = 6;
|
|
199
|
-
return delay(1000);
|
|
200
|
-
case 6:
|
|
201
|
-
_context7.t0 = this;
|
|
202
|
-
_context7.next = 9;
|
|
203
|
-
return this.browser.takeScreenshot();
|
|
204
|
-
case 9:
|
|
205
|
-
_context7.t1 = _context7.sent;
|
|
206
|
-
_context7.next = 12;
|
|
207
|
-
return _context7.t0.expect.call(_context7.t0, _context7.t1).to.matchImage('fixed');
|
|
208
|
-
case 12:
|
|
209
|
-
case "end":
|
|
210
|
-
return _context7.stop();
|
|
211
|
-
}
|
|
212
|
-
}, _callee7, this);
|
|
213
|
-
})));
|
|
214
|
-
});
|
|
215
|
-
});
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["story","kind","test","delay","_asyncToGenerator","_regeneratorRuntime","mark","_callee","wrap","_callee$","_context","prev","next","browser","executeScript","stickyContent","window","document","querySelector","nonStickyText","scrollXOffset","getBoundingClientRect","width","scrollYOffset","height","scrollTo","t0","takeScreenshot","t1","sent","expect","call","to","matchImage","stop","_callee2","_callee2$","_context2","_callee3","_callee3$","_context3","stickyStop","scrollOffset","top","innerHeight","_callee4","_callee4$","_context4","scrollIntoView","pageYOffset","_ref5","setStoryParameters","skip","tests","_callee5","_callee5$","_context5","_callee6","_callee6$","_context6","sticky","_callee7","_callee7$","_context7"],"sources":["Sticky.creevey.ts"],"sourcesContent":["import { story, kind, test } from 'creevey';\n\nimport { delay } from '../../../lib/utils';\n\nkind('Sticky', () => {\n story('WideContainer', () => {\n test('fixed', async function () {\n await this.browser.executeScript(function () {\n const stickyContent = window.document.querySelector('[data-tid=\"stickyContent\"]') as HTMLElement;\n const nonStickyText = window.document.querySelector('[data-tid=\"nonStickyText\"]') as HTMLElement;\n const scrollXOffset = nonStickyText.getBoundingClientRect().width / 2;\n const scrollYOffset = stickyContent.getBoundingClientRect().height / 2;\n\n window.scrollTo(scrollXOffset, scrollYOffset);\n });\n await delay(1000);\n await this.expect(await this.browser.takeScreenshot()).to.matchImage('fixed');\n });\n });\n\n story('Top', () => {\n test('top', async function () {\n await delay(1000);\n await this.expect(await this.browser.takeScreenshot()).to.matchImage('top');\n });\n\n test('fixed', async function () {\n await this.browser.executeScript(function () {\n const stickyStop = window.document.querySelector('[data-tid=\"stickyStop\"]') as HTMLElement;\n const scrollOffset = stickyStop.getBoundingClientRect().top - window.innerHeight / 2;\n\n window.scrollTo(0, scrollOffset);\n });\n await delay(1000);\n await this.expect(await this.browser.takeScreenshot()).to.matchImage('fixed');\n });\n\n test('stoped', async function () {\n await this.browser.executeScript(function () {\n const stickyStop = window.document.querySelector('[data-tid=\"stickyStop\"]') as HTMLElement;\n stickyStop.scrollIntoView();\n });\n await this.browser.executeScript(function () {\n const stickyContent = window.document.querySelector('[data-tid=\"stickyContent\"]') as HTMLElement;\n const scrollOffset = pageYOffset - stickyContent.getBoundingClientRect().height / 2;\n\n window.scrollTo(0, scrollOffset);\n });\n await delay(1000);\n await this.expect(await this.browser.takeScreenshot()).to.matchImage('stoped');\n });\n });\n\n story('Bottom', ({ setStoryParameters }) => {\n setStoryParameters({\n skip: {\n 'flacky stopped position': {\n in: ['firefox', 'firefox8px', 'firefoxDark'],\n tests: 'stoped',\n },\n },\n });\n\n test('bottom', async function () {\n await this.browser.executeScript(function () {\n window.scrollTo(0, 9999);\n });\n await delay(1000);\n await this.expect(await this.browser.takeScreenshot()).to.matchImage('bottom');\n });\n\n test('fixed', async function () {\n await this.browser.executeScript(function () {\n const sticky = window.document.querySelector('[data-comp-name~=\"Sticky\"]') as HTMLElement;\n const scrollOffset = sticky.getBoundingClientRect().top - window.innerHeight;\n\n window.scrollTo(0, scrollOffset);\n });\n await delay(1000);\n await this.expect(await this.browser.takeScreenshot()).to.matchImage('fixed');\n });\n\n test('stoped', async function () {\n await this.browser.executeScript(function () {\n const stickyStop = window.document.querySelector('[data-tid=\"stickyStop\"]') as HTMLElement;\n stickyStop.scrollIntoView(false);\n });\n await this.browser.executeScript(function () {\n const stickyContent = window.document.querySelector('[data-tid=\"stickyContent\"]') as HTMLElement;\n const scrollOffset = pageYOffset + stickyContent.getBoundingClientRect().height / 2;\n\n window.scrollTo(0, scrollOffset);\n });\n await delay(1000);\n await this.expect(await this.browser.takeScreenshot()).to.matchImage('fixed');\n });\n });\n});\n"],"mappings":"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","ignoreList":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
import _asyncToGenerator from "@babel/runtime/helpers/esm/asyncToGenerator";
|
|
2
|
-
import _regeneratorRuntime from "@babel/runtime/regenerator";
|
|
3
|
-
import { story, kind, test } from 'creevey';
|
|
4
|
-
kind('Switcher', function () {
|
|
5
|
-
story('Horizontal', function () {
|
|
6
|
-
test('idle', /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee() {
|
|
7
|
-
return _regeneratorRuntime.wrap(function _callee$(_context) {
|
|
8
|
-
while (1) switch (_context.prev = _context.next) {
|
|
9
|
-
case 0:
|
|
10
|
-
_context.t0 = this;
|
|
11
|
-
_context.next = 3;
|
|
12
|
-
return this.takeScreenshot();
|
|
13
|
-
case 3:
|
|
14
|
-
_context.t1 = _context.sent;
|
|
15
|
-
_context.next = 6;
|
|
16
|
-
return _context.t0.expect.call(_context.t0, _context.t1).to.matchImage('idle');
|
|
17
|
-
case 6:
|
|
18
|
-
case "end":
|
|
19
|
-
return _context.stop();
|
|
20
|
-
}
|
|
21
|
-
}, _callee, this);
|
|
22
|
-
})));
|
|
23
|
-
test('clicked', /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee2() {
|
|
24
|
-
return _regeneratorRuntime.wrap(function _callee2$(_context2) {
|
|
25
|
-
while (1) switch (_context2.prev = _context2.next) {
|
|
26
|
-
case 0:
|
|
27
|
-
_context2.next = 2;
|
|
28
|
-
return this.browser.actions({
|
|
29
|
-
bridge: true
|
|
30
|
-
}).click(this.browser.findElement({
|
|
31
|
-
css: '[data-comp-name~="Button"]'
|
|
32
|
-
})).perform();
|
|
33
|
-
case 2:
|
|
34
|
-
_context2.t0 = this;
|
|
35
|
-
_context2.next = 5;
|
|
36
|
-
return this.takeScreenshot();
|
|
37
|
-
case 5:
|
|
38
|
-
_context2.t1 = _context2.sent;
|
|
39
|
-
_context2.next = 8;
|
|
40
|
-
return _context2.t0.expect.call(_context2.t0, _context2.t1).to.matchImage('clicked');
|
|
41
|
-
case 8:
|
|
42
|
-
case "end":
|
|
43
|
-
return _context2.stop();
|
|
44
|
-
}
|
|
45
|
-
}, _callee2, this);
|
|
46
|
-
})));
|
|
47
|
-
});
|
|
48
|
-
story('WithCustomRenderItems', function (_ref3) {
|
|
49
|
-
var setStoryParameters = _ref3.setStoryParameters;
|
|
50
|
-
setStoryParameters({
|
|
51
|
-
skip: {
|
|
52
|
-
'chrome only': {
|
|
53
|
-
"in": /^(?!\bchrome2022\b)/
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
});
|
|
57
|
-
});
|
|
58
|
-
});
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["story","kind","test","_asyncToGenerator","_regeneratorRuntime","mark","_callee","wrap","_callee$","_context","prev","next","t0","takeScreenshot","t1","sent","expect","call","to","matchImage","stop","_callee2","_callee2$","_context2","browser","actions","bridge","click","findElement","css","perform","_ref3","setStoryParameters","skip"],"sources":["Switcher.creevey.ts"],"sourcesContent":["import { story, kind, test } from 'creevey';\n\nkind('Switcher', () => {\n story('Horizontal', () => {\n test('idle', async function () {\n await this.expect(await this.takeScreenshot()).to.matchImage('idle');\n });\n\n test('clicked', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '[data-comp-name~=\"Button\"]' }))\n .perform();\n await this.expect(await this.takeScreenshot()).to.matchImage('clicked');\n });\n });\n story('WithCustomRenderItems', ({ setStoryParameters }) => {\n setStoryParameters({\n skip: { 'chrome only': { in: /^(?!\\bchrome2022\\b)/ } },\n });\n });\n});\n"],"mappings":"yIAAA,SAASA,KAAK,EAAEC,IAAI,EAAEC,IAAI,QAAQ,SAAS;;AAE3CD,IAAI,CAAC,UAAU,EAAE,YAAM;EACrBD,KAAK,CAAC,YAAY,EAAE,YAAM;IACxBE,IAAI,CAAC,MAAM,eAAAC,iBAAA,eAAAC,mBAAA,CAAAC,IAAA,CAAE,SAAAC,QAAA,UAAAF,mBAAA,CAAAG,IAAA,UAAAC,SAAAC,QAAA,qBAAAA,QAAA,CAAAC,IAAA,GAAAD,QAAA,CAAAE,IAAA,UAAAF,QAAA,CAAAG,EAAA;YACL,IAAI,CAAAH,QAAA,CAAAE,IAAA,YAAc,IAAI,CAACE,cAAc,CAAC,CAAC,QAAAJ,QAAA,CAAAK,EAAA,GAAAL,QAAA,CAAAM,IAAA,CAAAN,QAAA,CAAAE,IAAA,YAAAF,QAAA,CAAAG,EAAA,CAAlCI,MAAM,CAAAC,IAAA,CAAAR,QAAA,CAAAG,EAAA,EAAAH,QAAA,CAAAK,EAAA,EAA8BI,EAAE,CAACC,UAAU,CAAC,MAAM,2BAAAV,QAAA,CAAAW,IAAA,OAAAd,OAAA,SACpE;IAAA,CAAC;;IAEFJ,IAAI,CAAC,SAAS,eAAAC,iBAAA,eAAAC,mBAAA,CAAAC,IAAA,CAAE,SAAAgB,SAAA,UAAAjB,mBAAA,CAAAG,IAAA,UAAAe,UAAAC,SAAA,qBAAAA,SAAA,CAAAb,IAAA,GAAAa,SAAA,CAAAZ,IAAA,UAAAY,SAAA,CAAAZ,IAAA;cACR,IAAI,CAACa,OAAO;cACfC,OAAO,CAAC;gBACPC,MAAM,EAAE;cACV,CAAC,CAAC;cACDC,KAAK,CAAC,IAAI,CAACH,OAAO,CAACI,WAAW,CAAC,EAAEC,GAAG,EAAE,4BAA4B,CAAC,CAAC,CAAC,CAAC;cACtEC,OAAO,CAAC,CAAC,SAAAP,SAAA,CAAAX,EAAA;YACN,IAAI,CAAAW,SAAA,CAAAZ,IAAA,YAAc,IAAI,CAACE,cAAc,CAAC,CAAC,QAAAU,SAAA,CAAAT,EAAA,GAAAS,SAAA,CAAAR,IAAA,CAAAQ,SAAA,CAAAZ,IAAA,YAAAY,SAAA,CAAAX,EAAA,CAAlCI,MAAM,CAAAC,IAAA,CAAAM,SAAA,CAAAX,EAAA,EAAAW,SAAA,CAAAT,EAAA,EAA8BI,EAAE,CAACC,UAAU,CAAC,SAAS,2BAAAI,SAAA,CAAAH,IAAA,OAAAC,QAAA,SACvE;IAAA,CAAC;EACJ,CAAC,CAAC;EACFrB,KAAK,CAAC,uBAAuB,EAAE,UAAA+B,KAAA,EAA4B,KAAzBC,kBAAkB,GAAAD,KAAA,CAAlBC,kBAAkB;IAClDA,kBAAkB,CAAC;MACjBC,IAAI,EAAE,EAAE,aAAa,EAAE,EAAE,MAAI,qBAAqB,CAAC,CAAC,CAAC;IACvD,CAAC,CAAC;EACJ,CAAC,CAAC;AACJ,CAAC,CAAC","ignoreList":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|