@skbkontur/react-ui 5.0.8 → 5.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +19 -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/GlobalLoader/GlobalLoader.d.ts +1 -0
- package/cjs/components/GlobalLoader/GlobalLoader.js +6 -2
- package/cjs/components/GlobalLoader/GlobalLoader.js.map +1 -1
- 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/GlobalLoader/GlobalLoader/GlobalLoader.js +13 -5
- package/components/GlobalLoader/GlobalLoader/GlobalLoader.js.map +1 -1
- package/components/GlobalLoader/GlobalLoader.d.ts +1 -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,550 +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
|
-
import { SelectDataTids } from "../../../../components/Select";
|
|
6
|
-
kind('ZIndex', function () {
|
|
7
|
-
story('HintAndModalStory', function () {
|
|
8
|
-
test('Modal covers hint', /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee() {
|
|
9
|
-
return _regeneratorRuntime.wrap(function _callee$(_context) {
|
|
10
|
-
while (1) switch (_context.prev = _context.next) {
|
|
11
|
-
case 0:
|
|
12
|
-
_context.next = 2;
|
|
13
|
-
return this.browser.actions({
|
|
14
|
-
bridge: true
|
|
15
|
-
}).click(this.browser.findElement({
|
|
16
|
-
css: '[data-tid~="open-modal"]'
|
|
17
|
-
})).perform();
|
|
18
|
-
case 2:
|
|
19
|
-
_context.next = 4;
|
|
20
|
-
return this.browser.actions({
|
|
21
|
-
bridge: true
|
|
22
|
-
}).click(this.browser.findElement({
|
|
23
|
-
css: '.modalBody button'
|
|
24
|
-
})).perform();
|
|
25
|
-
case 4:
|
|
26
|
-
_context.next = 6;
|
|
27
|
-
return delay(1000);
|
|
28
|
-
case 6:
|
|
29
|
-
_context.t0 = this;
|
|
30
|
-
_context.next = 9;
|
|
31
|
-
return this.browser.takeScreenshot();
|
|
32
|
-
case 9:
|
|
33
|
-
_context.t1 = _context.sent;
|
|
34
|
-
_context.next = 12;
|
|
35
|
-
return _context.t0.expect.call(_context.t0, _context.t1).to.matchImage('Modal covers hint');
|
|
36
|
-
case 12:
|
|
37
|
-
case "end":
|
|
38
|
-
return _context.stop();
|
|
39
|
-
}
|
|
40
|
-
}, _callee, this);
|
|
41
|
-
})));
|
|
42
|
-
});
|
|
43
|
-
story('BigModalWithLoaderStory', function () {
|
|
44
|
-
test('Header covers Loader', /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee2() {
|
|
45
|
-
return _regeneratorRuntime.wrap(function _callee2$(_context2) {
|
|
46
|
-
while (1) switch (_context2.prev = _context2.next) {
|
|
47
|
-
case 0:
|
|
48
|
-
_context2.next = 2;
|
|
49
|
-
return this.browser.executeScript(function () {
|
|
50
|
-
var sidePage = window.document.querySelector('[data-tid="modal-container"]');
|
|
51
|
-
if (sidePage) {
|
|
52
|
-
sidePage.scrollTop = sidePage.offsetHeight / 3;
|
|
53
|
-
}
|
|
54
|
-
});
|
|
55
|
-
case 2:
|
|
56
|
-
_context2.next = 4;
|
|
57
|
-
return delay(1000);
|
|
58
|
-
case 4:
|
|
59
|
-
_context2.t0 = this;
|
|
60
|
-
_context2.next = 7;
|
|
61
|
-
return this.browser.takeScreenshot();
|
|
62
|
-
case 7:
|
|
63
|
-
_context2.t1 = _context2.sent;
|
|
64
|
-
_context2.next = 10;
|
|
65
|
-
return _context2.t0.expect.call(_context2.t0, _context2.t1).to.matchImage('Header covers Loader');
|
|
66
|
-
case 10:
|
|
67
|
-
case "end":
|
|
68
|
-
return _context2.stop();
|
|
69
|
-
}
|
|
70
|
-
}, _callee2, this);
|
|
71
|
-
})));
|
|
72
|
-
});
|
|
73
|
-
story('TooltipAndSelectStory', function () {
|
|
74
|
-
test('Menu covers tooltip', /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee3() {
|
|
75
|
-
var element;
|
|
76
|
-
return _regeneratorRuntime.wrap(function _callee3$(_context3) {
|
|
77
|
-
while (1) switch (_context3.prev = _context3.next) {
|
|
78
|
-
case 0:
|
|
79
|
-
_context3.next = 2;
|
|
80
|
-
return this.browser.findElement({
|
|
81
|
-
css: '.container'
|
|
82
|
-
});
|
|
83
|
-
case 2:
|
|
84
|
-
element = _context3.sent;
|
|
85
|
-
_context3.next = 5;
|
|
86
|
-
return this.browser.actions({
|
|
87
|
-
bridge: true
|
|
88
|
-
}).click(this.browser.findElement({
|
|
89
|
-
css: "[data-tid=" + SelectDataTids.label + "]"
|
|
90
|
-
})).sendKeys('q').perform();
|
|
91
|
-
case 5:
|
|
92
|
-
_context3.next = 7;
|
|
93
|
-
return delay(1000);
|
|
94
|
-
case 7:
|
|
95
|
-
_context3.t0 = this;
|
|
96
|
-
_context3.next = 10;
|
|
97
|
-
return element.takeScreenshot();
|
|
98
|
-
case 10:
|
|
99
|
-
_context3.t1 = _context3.sent;
|
|
100
|
-
_context3.next = 13;
|
|
101
|
-
return _context3.t0.expect.call(_context3.t0, _context3.t1).to.matchImage('Modal covers hint');
|
|
102
|
-
case 13:
|
|
103
|
-
case "end":
|
|
104
|
-
return _context3.stop();
|
|
105
|
-
}
|
|
106
|
-
}, _callee3, this);
|
|
107
|
-
})));
|
|
108
|
-
});
|
|
109
|
-
story('LoaderInSidePageBody', function () {
|
|
110
|
-
test('is covered by Header and Footer', /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee4() {
|
|
111
|
-
return _regeneratorRuntime.wrap(function _callee4$(_context4) {
|
|
112
|
-
while (1) switch (_context4.prev = _context4.next) {
|
|
113
|
-
case 0:
|
|
114
|
-
_context4.next = 2;
|
|
115
|
-
return this.browser.executeScript(function () {
|
|
116
|
-
var sidePage = window.document.querySelector('[data-tid="SidePage__container"]');
|
|
117
|
-
if (sidePage) {
|
|
118
|
-
sidePage.scrollTop = sidePage.offsetHeight;
|
|
119
|
-
}
|
|
120
|
-
});
|
|
121
|
-
case 2:
|
|
122
|
-
_context4.next = 4;
|
|
123
|
-
return delay(1000);
|
|
124
|
-
case 4:
|
|
125
|
-
_context4.t0 = this;
|
|
126
|
-
_context4.next = 7;
|
|
127
|
-
return this.browser.takeScreenshot();
|
|
128
|
-
case 7:
|
|
129
|
-
_context4.t1 = _context4.sent;
|
|
130
|
-
_context4.next = 10;
|
|
131
|
-
return _context4.t0.expect.call(_context4.t0, _context4.t1).to.matchImage('is covered by Header and Footer');
|
|
132
|
-
case 10:
|
|
133
|
-
case "end":
|
|
134
|
-
return _context4.stop();
|
|
135
|
-
}
|
|
136
|
-
}, _callee4, this);
|
|
137
|
-
})));
|
|
138
|
-
});
|
|
139
|
-
story('SidepageAndSelect', function () {
|
|
140
|
-
test('SidePage covers Select and Tooltip', /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee5() {
|
|
141
|
-
var element;
|
|
142
|
-
return _regeneratorRuntime.wrap(function _callee5$(_context5) {
|
|
143
|
-
while (1) switch (_context5.prev = _context5.next) {
|
|
144
|
-
case 0:
|
|
145
|
-
_context5.next = 2;
|
|
146
|
-
return this.browser.actions({
|
|
147
|
-
bridge: true
|
|
148
|
-
}).click(this.browser.findElement({
|
|
149
|
-
css: '.select-container button'
|
|
150
|
-
})).sendKeys('q').perform();
|
|
151
|
-
case 2:
|
|
152
|
-
_context5.next = 4;
|
|
153
|
-
return this.browser.actions({
|
|
154
|
-
bridge: true
|
|
155
|
-
}).click(this.browser.findElement({
|
|
156
|
-
css: '.open-sidepage-container button'
|
|
157
|
-
})).perform();
|
|
158
|
-
case 4:
|
|
159
|
-
_context5.next = 6;
|
|
160
|
-
return this.browser.actions({
|
|
161
|
-
bridge: true
|
|
162
|
-
}).click(this.browser.findElement({
|
|
163
|
-
css: '.sidepage-select-continer button'
|
|
164
|
-
})).sendKeys('q').perform();
|
|
165
|
-
case 6:
|
|
166
|
-
_context5.next = 8;
|
|
167
|
-
return this.browser.findElement({
|
|
168
|
-
css: "[data-tid='SidePage__container']"
|
|
169
|
-
});
|
|
170
|
-
case 8:
|
|
171
|
-
element = _context5.sent;
|
|
172
|
-
_context5.next = 11;
|
|
173
|
-
return delay(1000);
|
|
174
|
-
case 11:
|
|
175
|
-
_context5.t0 = this;
|
|
176
|
-
_context5.next = 14;
|
|
177
|
-
return element.takeScreenshot();
|
|
178
|
-
case 14:
|
|
179
|
-
_context5.t1 = _context5.sent;
|
|
180
|
-
_context5.next = 17;
|
|
181
|
-
return _context5.t0.expect.call(_context5.t0, _context5.t1).to.matchImage('SidePage covers Select and Tooltip');
|
|
182
|
-
case 17:
|
|
183
|
-
case "end":
|
|
184
|
-
return _context5.stop();
|
|
185
|
-
}
|
|
186
|
-
}, _callee5, this);
|
|
187
|
-
})));
|
|
188
|
-
});
|
|
189
|
-
story('ElementsInLoaderInModalStory', function (_ref6) {
|
|
190
|
-
var setStoryParameters = _ref6.setStoryParameters;
|
|
191
|
-
setStoryParameters({
|
|
192
|
-
skip: {
|
|
193
|
-
'flaky test': {
|
|
194
|
-
"in": ['chrome2022Dark'],
|
|
195
|
-
tests: ['Hide Hint on active Loader']
|
|
196
|
-
}
|
|
197
|
-
}
|
|
198
|
-
});
|
|
199
|
-
test('Open Dropdown while Loader is inactive', /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee6() {
|
|
200
|
-
return _regeneratorRuntime.wrap(function _callee6$(_context6) {
|
|
201
|
-
while (1) switch (_context6.prev = _context6.next) {
|
|
202
|
-
case 0:
|
|
203
|
-
_context6.next = 2;
|
|
204
|
-
return this.browser.actions({
|
|
205
|
-
bridge: true
|
|
206
|
-
}).click(this.browser.findElement({
|
|
207
|
-
css: '[data-comp-name~="Select"]'
|
|
208
|
-
})).perform();
|
|
209
|
-
case 2:
|
|
210
|
-
_context6.next = 4;
|
|
211
|
-
return delay(1000);
|
|
212
|
-
case 4:
|
|
213
|
-
_context6.t0 = this;
|
|
214
|
-
_context6.next = 7;
|
|
215
|
-
return this.browser.takeScreenshot();
|
|
216
|
-
case 7:
|
|
217
|
-
_context6.t1 = _context6.sent;
|
|
218
|
-
_context6.next = 10;
|
|
219
|
-
return _context6.t0.expect.call(_context6.t0, _context6.t1).to.matchImage('Open Dropdown while Loader is inactive');
|
|
220
|
-
case 10:
|
|
221
|
-
case "end":
|
|
222
|
-
return _context6.stop();
|
|
223
|
-
}
|
|
224
|
-
}, _callee6, this);
|
|
225
|
-
})));
|
|
226
|
-
test('Hide Hint on active Loader', /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee7() {
|
|
227
|
-
return _regeneratorRuntime.wrap(function _callee7$(_context7) {
|
|
228
|
-
while (1) switch (_context7.prev = _context7.next) {
|
|
229
|
-
case 0:
|
|
230
|
-
_context7.next = 2;
|
|
231
|
-
return this.browser.actions({
|
|
232
|
-
bridge: true
|
|
233
|
-
}).click(this.browser.findElement({
|
|
234
|
-
css: '[data-comp-name~="Toggle"]'
|
|
235
|
-
})).perform();
|
|
236
|
-
case 2:
|
|
237
|
-
_context7.next = 4;
|
|
238
|
-
return delay(1000);
|
|
239
|
-
case 4:
|
|
240
|
-
_context7.t0 = this;
|
|
241
|
-
_context7.next = 7;
|
|
242
|
-
return this.browser.takeScreenshot();
|
|
243
|
-
case 7:
|
|
244
|
-
_context7.t1 = _context7.sent;
|
|
245
|
-
_context7.next = 10;
|
|
246
|
-
return _context7.t0.expect.call(_context7.t0, _context7.t1).to.matchImage('Hide Hint on active Loader');
|
|
247
|
-
case 10:
|
|
248
|
-
case "end":
|
|
249
|
-
return _context7.stop();
|
|
250
|
-
}
|
|
251
|
-
}, _callee7, this);
|
|
252
|
-
})));
|
|
253
|
-
});
|
|
254
|
-
story('LoaderAndSidePageStory', function () {
|
|
255
|
-
test('SidePage shadow cover Loader', /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee8() {
|
|
256
|
-
return _regeneratorRuntime.wrap(function _callee8$(_context8) {
|
|
257
|
-
while (1) switch (_context8.prev = _context8.next) {
|
|
258
|
-
case 0:
|
|
259
|
-
_context8.next = 2;
|
|
260
|
-
return this.browser.actions({
|
|
261
|
-
bridge: true
|
|
262
|
-
}).click(this.browser.findElement({
|
|
263
|
-
css: '[data-comp-name~="Toggle"]'
|
|
264
|
-
})).perform();
|
|
265
|
-
case 2:
|
|
266
|
-
_context8.next = 4;
|
|
267
|
-
return delay(1000);
|
|
268
|
-
case 4:
|
|
269
|
-
_context8.t0 = this;
|
|
270
|
-
_context8.next = 7;
|
|
271
|
-
return this.browser.takeScreenshot();
|
|
272
|
-
case 7:
|
|
273
|
-
_context8.t1 = _context8.sent;
|
|
274
|
-
_context8.next = 10;
|
|
275
|
-
return _context8.t0.expect.call(_context8.t0, _context8.t1).to.matchImage('SidePage shadow cover Loader');
|
|
276
|
-
case 10:
|
|
277
|
-
case "end":
|
|
278
|
-
return _context8.stop();
|
|
279
|
-
}
|
|
280
|
-
}, _callee8, this);
|
|
281
|
-
})));
|
|
282
|
-
});
|
|
283
|
-
story('StickyAndTooltipsStory', function () {
|
|
284
|
-
test('Sticky covers outside Popup', /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee9() {
|
|
285
|
-
return _regeneratorRuntime.wrap(function _callee9$(_context9) {
|
|
286
|
-
while (1) switch (_context9.prev = _context9.next) {
|
|
287
|
-
case 0:
|
|
288
|
-
_context9.next = 2;
|
|
289
|
-
return this.browser.actions({
|
|
290
|
-
bridge: true
|
|
291
|
-
}).click(this.browser.findElement({
|
|
292
|
-
css: '[data-comp-name~="Select"]'
|
|
293
|
-
})).perform();
|
|
294
|
-
case 2:
|
|
295
|
-
_context9.next = 4;
|
|
296
|
-
return delay(1000);
|
|
297
|
-
case 4:
|
|
298
|
-
_context9.t0 = this;
|
|
299
|
-
_context9.next = 7;
|
|
300
|
-
return this.browser.takeScreenshot();
|
|
301
|
-
case 7:
|
|
302
|
-
_context9.t1 = _context9.sent;
|
|
303
|
-
_context9.next = 10;
|
|
304
|
-
return _context9.t0.expect.call(_context9.t0, _context9.t1).to.matchImage('Sticky covers outside Popup');
|
|
305
|
-
case 10:
|
|
306
|
-
case "end":
|
|
307
|
-
return _context9.stop();
|
|
308
|
-
}
|
|
309
|
-
}, _callee9, this);
|
|
310
|
-
})));
|
|
311
|
-
});
|
|
312
|
-
story('ModalAndToast', function () {
|
|
313
|
-
test('toastShown', /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee10() {
|
|
314
|
-
return _regeneratorRuntime.wrap(function _callee10$(_context10) {
|
|
315
|
-
while (1) switch (_context10.prev = _context10.next) {
|
|
316
|
-
case 0:
|
|
317
|
-
_context10.next = 2;
|
|
318
|
-
return this.browser.actions({
|
|
319
|
-
bridge: true
|
|
320
|
-
}).click(this.browser.findElement({
|
|
321
|
-
css: '[data-comp-name~="Button"] button'
|
|
322
|
-
})).perform();
|
|
323
|
-
case 2:
|
|
324
|
-
_context10.next = 4;
|
|
325
|
-
return delay(1000);
|
|
326
|
-
case 4:
|
|
327
|
-
_context10.t0 = this;
|
|
328
|
-
_context10.next = 7;
|
|
329
|
-
return this.browser.takeScreenshot();
|
|
330
|
-
case 7:
|
|
331
|
-
_context10.t1 = _context10.sent;
|
|
332
|
-
_context10.next = 10;
|
|
333
|
-
return _context10.t0.expect.call(_context10.t0, _context10.t1).to.matchImage();
|
|
334
|
-
case 10:
|
|
335
|
-
case "end":
|
|
336
|
-
return _context10.stop();
|
|
337
|
-
}
|
|
338
|
-
}, _callee10, this);
|
|
339
|
-
})));
|
|
340
|
-
});
|
|
341
|
-
story('ToastOverEverything', function (_ref12) {
|
|
342
|
-
var setStoryParameters = _ref12.setStoryParameters;
|
|
343
|
-
setStoryParameters({
|
|
344
|
-
skip: {
|
|
345
|
-
'flickering screenshot': {
|
|
346
|
-
"in": /^(?!\b(firefox))/,
|
|
347
|
-
tests: 'staticToast'
|
|
348
|
-
}
|
|
349
|
-
}
|
|
350
|
-
});
|
|
351
|
-
test('staticToast', /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee11() {
|
|
352
|
-
var shown;
|
|
353
|
-
return _regeneratorRuntime.wrap(function _callee11$(_context11) {
|
|
354
|
-
while (1) switch (_context11.prev = _context11.next) {
|
|
355
|
-
case 0:
|
|
356
|
-
_context11.next = 2;
|
|
357
|
-
return this.browser.actions({
|
|
358
|
-
bridge: true
|
|
359
|
-
}).click(this.browser.findElement({
|
|
360
|
-
css: '[data-tid~="static-toast"]'
|
|
361
|
-
})).pause(1000).click(this.browser.findElement({
|
|
362
|
-
css: 'body'
|
|
363
|
-
})).perform();
|
|
364
|
-
case 2:
|
|
365
|
-
_context11.next = 4;
|
|
366
|
-
return this.browser.takeScreenshot();
|
|
367
|
-
case 4:
|
|
368
|
-
shown = _context11.sent;
|
|
369
|
-
_context11.next = 7;
|
|
370
|
-
return this.browser.actions({
|
|
371
|
-
bridge: true
|
|
372
|
-
}).click(this.browser.findElement({
|
|
373
|
-
css: '[data-tid~="ToastView__close"]'
|
|
374
|
-
})).pause(500).perform();
|
|
375
|
-
case 7:
|
|
376
|
-
_context11.next = 9;
|
|
377
|
-
return this.expect(shown).to.matchImage();
|
|
378
|
-
case 9:
|
|
379
|
-
case "end":
|
|
380
|
-
return _context11.stop();
|
|
381
|
-
}
|
|
382
|
-
}, _callee11, this);
|
|
383
|
-
})));
|
|
384
|
-
test('refToast', /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee12() {
|
|
385
|
-
return _regeneratorRuntime.wrap(function _callee12$(_context12) {
|
|
386
|
-
while (1) switch (_context12.prev = _context12.next) {
|
|
387
|
-
case 0:
|
|
388
|
-
_context12.next = 2;
|
|
389
|
-
return this.browser.actions({
|
|
390
|
-
bridge: true
|
|
391
|
-
}).click(this.browser.findElement({
|
|
392
|
-
css: '[data-tid~="ref-toast"]'
|
|
393
|
-
})).pause(1000).click(this.browser.findElement({
|
|
394
|
-
css: 'body'
|
|
395
|
-
})).perform();
|
|
396
|
-
case 2:
|
|
397
|
-
_context12.next = 4;
|
|
398
|
-
return delay(1000);
|
|
399
|
-
case 4:
|
|
400
|
-
_context12.t0 = this;
|
|
401
|
-
_context12.next = 7;
|
|
402
|
-
return this.browser.takeScreenshot();
|
|
403
|
-
case 7:
|
|
404
|
-
_context12.t1 = _context12.sent;
|
|
405
|
-
_context12.next = 10;
|
|
406
|
-
return _context12.t0.expect.call(_context12.t0, _context12.t1).to.matchImage();
|
|
407
|
-
case 10:
|
|
408
|
-
case "end":
|
|
409
|
-
return _context12.stop();
|
|
410
|
-
}
|
|
411
|
-
}, _callee12, this);
|
|
412
|
-
})));
|
|
413
|
-
});
|
|
414
|
-
story('ModalWithDropdown', function (_ref15) {
|
|
415
|
-
var setStoryParameters = _ref15.setStoryParameters;
|
|
416
|
-
setStoryParameters({
|
|
417
|
-
skip: {
|
|
418
|
-
'no themes': {
|
|
419
|
-
"in": /^(?!\b(chrome2022|firefox2022)\b)/
|
|
420
|
-
}
|
|
421
|
-
}
|
|
422
|
-
});
|
|
423
|
-
test('dropdown overlaps static header', /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee13() {
|
|
424
|
-
return _regeneratorRuntime.wrap(function _callee13$(_context13) {
|
|
425
|
-
while (1) switch (_context13.prev = _context13.next) {
|
|
426
|
-
case 0:
|
|
427
|
-
_context13.next = 2;
|
|
428
|
-
return this.browser.actions({
|
|
429
|
-
bridge: true
|
|
430
|
-
}).click(this.browser.findElement({
|
|
431
|
-
css: '[data-tid="dropdown_top"]'
|
|
432
|
-
})).perform();
|
|
433
|
-
case 2:
|
|
434
|
-
_context13.next = 4;
|
|
435
|
-
return delay(1000);
|
|
436
|
-
case 4:
|
|
437
|
-
_context13.t0 = this;
|
|
438
|
-
_context13.next = 7;
|
|
439
|
-
return this.browser.takeScreenshot();
|
|
440
|
-
case 7:
|
|
441
|
-
_context13.t1 = _context13.sent;
|
|
442
|
-
_context13.next = 10;
|
|
443
|
-
return _context13.t0.expect.call(_context13.t0, _context13.t1).to.matchImage();
|
|
444
|
-
case 10:
|
|
445
|
-
case "end":
|
|
446
|
-
return _context13.stop();
|
|
447
|
-
}
|
|
448
|
-
}, _callee13, this);
|
|
449
|
-
})));
|
|
450
|
-
test('dropdown lays under fixed header', /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee14() {
|
|
451
|
-
return _regeneratorRuntime.wrap(function _callee14$(_context14) {
|
|
452
|
-
while (1) switch (_context14.prev = _context14.next) {
|
|
453
|
-
case 0:
|
|
454
|
-
_context14.next = 2;
|
|
455
|
-
return this.browser.actions({
|
|
456
|
-
bridge: true
|
|
457
|
-
}).click(this.browser.findElement({
|
|
458
|
-
css: '[data-tid="dropdown_top"]'
|
|
459
|
-
})).perform();
|
|
460
|
-
case 2:
|
|
461
|
-
_context14.next = 4;
|
|
462
|
-
return delay(1000);
|
|
463
|
-
case 4:
|
|
464
|
-
_context14.next = 6;
|
|
465
|
-
return this.browser.executeScript(function () {
|
|
466
|
-
var scrollContainer = window.document.querySelector('[data-tid="modal-container"]');
|
|
467
|
-
scrollContainer.scrollTop = scrollContainer.scrollHeight;
|
|
468
|
-
});
|
|
469
|
-
case 6:
|
|
470
|
-
_context14.next = 8;
|
|
471
|
-
return delay(1000);
|
|
472
|
-
case 8:
|
|
473
|
-
_context14.t0 = this;
|
|
474
|
-
_context14.next = 11;
|
|
475
|
-
return this.browser.takeScreenshot();
|
|
476
|
-
case 11:
|
|
477
|
-
_context14.t1 = _context14.sent;
|
|
478
|
-
_context14.next = 14;
|
|
479
|
-
return _context14.t0.expect.call(_context14.t0, _context14.t1).to.matchImage();
|
|
480
|
-
case 14:
|
|
481
|
-
case "end":
|
|
482
|
-
return _context14.stop();
|
|
483
|
-
}
|
|
484
|
-
}, _callee14, this);
|
|
485
|
-
})));
|
|
486
|
-
test('dropdown lays under fixed footer', /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee15() {
|
|
487
|
-
return _regeneratorRuntime.wrap(function _callee15$(_context15) {
|
|
488
|
-
while (1) switch (_context15.prev = _context15.next) {
|
|
489
|
-
case 0:
|
|
490
|
-
_context15.next = 2;
|
|
491
|
-
return this.browser.actions({
|
|
492
|
-
bridge: true
|
|
493
|
-
}).click(this.browser.findElement({
|
|
494
|
-
css: '[data-tid="dropdown_bottom"]'
|
|
495
|
-
})).perform();
|
|
496
|
-
case 2:
|
|
497
|
-
_context15.next = 4;
|
|
498
|
-
return delay(1000);
|
|
499
|
-
case 4:
|
|
500
|
-
_context15.t0 = this;
|
|
501
|
-
_context15.next = 7;
|
|
502
|
-
return this.browser.takeScreenshot();
|
|
503
|
-
case 7:
|
|
504
|
-
_context15.t1 = _context15.sent;
|
|
505
|
-
_context15.next = 10;
|
|
506
|
-
return _context15.t0.expect.call(_context15.t0, _context15.t1).to.matchImage();
|
|
507
|
-
case 10:
|
|
508
|
-
case "end":
|
|
509
|
-
return _context15.stop();
|
|
510
|
-
}
|
|
511
|
-
}, _callee15, this);
|
|
512
|
-
})));
|
|
513
|
-
test('dropdown overlaps static footer', /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee16() {
|
|
514
|
-
return _regeneratorRuntime.wrap(function _callee16$(_context16) {
|
|
515
|
-
while (1) switch (_context16.prev = _context16.next) {
|
|
516
|
-
case 0:
|
|
517
|
-
_context16.next = 2;
|
|
518
|
-
return this.browser.actions({
|
|
519
|
-
bridge: true
|
|
520
|
-
}).click(this.browser.findElement({
|
|
521
|
-
css: '[data-tid="dropdown_bottom"]'
|
|
522
|
-
})).perform();
|
|
523
|
-
case 2:
|
|
524
|
-
_context16.next = 4;
|
|
525
|
-
return delay(1000);
|
|
526
|
-
case 4:
|
|
527
|
-
_context16.next = 6;
|
|
528
|
-
return this.browser.executeScript(function () {
|
|
529
|
-
var scrollContainer = window.document.querySelector('[data-tid="modal-container"]');
|
|
530
|
-
scrollContainer.scrollTop = scrollContainer.scrollHeight;
|
|
531
|
-
});
|
|
532
|
-
case 6:
|
|
533
|
-
_context16.next = 8;
|
|
534
|
-
return delay(1000);
|
|
535
|
-
case 8:
|
|
536
|
-
_context16.t0 = this;
|
|
537
|
-
_context16.next = 11;
|
|
538
|
-
return this.browser.takeScreenshot();
|
|
539
|
-
case 11:
|
|
540
|
-
_context16.t1 = _context16.sent;
|
|
541
|
-
_context16.next = 14;
|
|
542
|
-
return _context16.t0.expect.call(_context16.t0, _context16.t1).to.matchImage();
|
|
543
|
-
case 14:
|
|
544
|
-
case "end":
|
|
545
|
-
return _context16.stop();
|
|
546
|
-
}
|
|
547
|
-
}, _callee16, this);
|
|
548
|
-
})));
|
|
549
|
-
});
|
|
550
|
-
});
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["story","kind","test","delay","SelectDataTids","_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","executeScript","sidePage","window","document","querySelector","scrollTop","offsetHeight","_callee3","element","_callee3$","_context3","label","sendKeys","_callee4","_callee4$","_context4","_callee5","_callee5$","_context5","_ref6","setStoryParameters","skip","tests","_callee6","_callee6$","_context6","_callee7","_callee7$","_context7","_callee8","_callee8$","_context8","_callee9","_callee9$","_context9","_callee10","_callee10$","_context10","_ref12","_callee11","shown","_callee11$","_context11","pause","_callee12","_callee12$","_context12","_ref15","_callee13","_callee13$","_context13","_callee14","_callee14$","_context14","scrollContainer","scrollHeight","_callee15","_callee15$","_context15","_callee16","_callee16$","_context16"],"sources":["ZIndex.creevey.ts"],"sourcesContent":["import { story, kind, test } from 'creevey';\n\nimport { delay } from '../../../lib/utils';\nimport { SelectDataTids } from '../../../components/Select';\n\nkind('ZIndex', () => {\n story('HintAndModalStory', () => {\n test('Modal covers hint', async function () {\n await this.browser\n .actions({ bridge: true })\n .click(this.browser.findElement({ css: '[data-tid~=\"open-modal\"]' }))\n .perform();\n await this.browser\n .actions({ bridge: true })\n .click(this.browser.findElement({ css: '.modalBody button' }))\n .perform();\n await delay(1000);\n await this.expect(await this.browser.takeScreenshot()).to.matchImage('Modal covers hint');\n });\n });\n\n story('BigModalWithLoaderStory', () => {\n test('Header covers Loader', async function () {\n await this.browser.executeScript(function () {\n const sidePage = window.document.querySelector('[data-tid=\"modal-container\"]') as HTMLElement;\n\n if (sidePage) {\n sidePage.scrollTop = sidePage.offsetHeight / 3;\n }\n });\n await delay(1000);\n await this.expect(await this.browser.takeScreenshot()).to.matchImage('Header covers Loader');\n });\n });\n\n story('TooltipAndSelectStory', () => {\n test('Menu covers tooltip', async function () {\n const element = await this.browser.findElement({ css: '.container' });\n await this.browser\n .actions({ bridge: true })\n .click(this.browser.findElement({ css: `[data-tid=${SelectDataTids.label}]` }))\n .sendKeys('q')\n .perform();\n await delay(1000);\n await this.expect(await element.takeScreenshot()).to.matchImage('Modal covers hint');\n });\n });\n\n story('LoaderInSidePageBody', () => {\n test('is covered by Header and Footer', async function () {\n await this.browser.executeScript(function () {\n const sidePage = window.document.querySelector('[data-tid=\"SidePage__container\"]') as HTMLElement;\n\n if (sidePage) {\n sidePage.scrollTop = sidePage.offsetHeight;\n }\n });\n await delay(1000);\n await this.expect(await this.browser.takeScreenshot()).to.matchImage('is covered by Header and Footer');\n });\n });\n\n story('SidepageAndSelect', () => {\n test('SidePage covers Select and Tooltip', async function () {\n await this.browser\n .actions({ bridge: true })\n .click(this.browser.findElement({ css: '.select-container button' }))\n .sendKeys('q')\n .perform();\n await this.browser\n .actions({ bridge: true })\n .click(this.browser.findElement({ css: '.open-sidepage-container button' }))\n .perform();\n await this.browser\n .actions({ bridge: true })\n .click(this.browser.findElement({ css: '.sidepage-select-continer button' }))\n .sendKeys('q')\n .perform();\n const element = await this.browser.findElement({ css: `[data-tid='SidePage__container']` });\n await delay(1000);\n await this.expect(await element.takeScreenshot()).to.matchImage('SidePage covers Select and Tooltip');\n });\n });\n\n story('ElementsInLoaderInModalStory', ({ setStoryParameters }) => {\n setStoryParameters({\n skip: {\n 'flaky test': {\n in: ['chrome2022Dark'],\n tests: ['Hide Hint on active Loader'],\n },\n },\n });\n\n test('Open Dropdown while Loader is inactive', async function () {\n await this.browser\n .actions({ bridge: true })\n .click(this.browser.findElement({ css: '[data-comp-name~=\"Select\"]' }))\n .perform();\n await delay(1000);\n await this.expect(await this.browser.takeScreenshot()).to.matchImage('Open Dropdown while Loader is inactive');\n });\n\n test('Hide Hint on active Loader', async function () {\n await this.browser\n .actions({ bridge: true })\n .click(this.browser.findElement({ css: '[data-comp-name~=\"Toggle\"]' }))\n .perform();\n await delay(1000);\n await this.expect(await this.browser.takeScreenshot()).to.matchImage('Hide Hint on active Loader');\n });\n });\n\n story('LoaderAndSidePageStory', () => {\n test('SidePage shadow cover Loader', async function () {\n await this.browser\n .actions({ bridge: true })\n .click(this.browser.findElement({ css: '[data-comp-name~=\"Toggle\"]' }))\n .perform();\n await delay(1000);\n await this.expect(await this.browser.takeScreenshot()).to.matchImage('SidePage shadow cover Loader');\n });\n });\n\n story('StickyAndTooltipsStory', () => {\n test('Sticky covers outside Popup', async function () {\n await this.browser\n .actions({ bridge: true })\n .click(this.browser.findElement({ css: '[data-comp-name~=\"Select\"]' }))\n .perform();\n await delay(1000);\n await this.expect(await this.browser.takeScreenshot()).to.matchImage('Sticky covers outside Popup');\n });\n });\n\n story('ModalAndToast', () => {\n test('toastShown', async function () {\n await this.browser\n .actions({ bridge: true })\n .click(this.browser.findElement({ css: '[data-comp-name~=\"Button\"] button' }))\n .perform();\n await delay(1000);\n await this.expect(await this.browser.takeScreenshot()).to.matchImage();\n });\n });\n\n story('ToastOverEverything', ({ setStoryParameters }) => {\n setStoryParameters({ skip: { 'flickering screenshot': { in: /^(?!\\b(firefox))/, tests: 'staticToast' } } });\n\n test('staticToast', async function () {\n await this.browser\n .actions({ bridge: true })\n .click(this.browser.findElement({ css: '[data-tid~=\"static-toast\"]' }))\n .pause(1000)\n .click(this.browser.findElement({ css: 'body' }))\n .perform();\n const shown = await this.browser.takeScreenshot(); // Toast rendered by static method doesn't get removed\n // when story switches, so we have to close it manually\n await this.browser\n .actions({ bridge: true })\n .click(this.browser.findElement({ css: '[data-tid~=\"ToastView__close\"]' }))\n .pause(500)\n .perform();\n await this.expect(shown).to.matchImage();\n });\n\n test('refToast', async function () {\n await this.browser\n .actions({ bridge: true })\n .click(this.browser.findElement({ css: '[data-tid~=\"ref-toast\"]' }))\n .pause(1000)\n .click(this.browser.findElement({ css: 'body' }))\n .perform();\n await delay(1000);\n await this.expect(await this.browser.takeScreenshot()).to.matchImage();\n });\n });\n\n story('ModalWithDropdown', ({ setStoryParameters }) => {\n setStoryParameters({ skip: { 'no themes': { in: /^(?!\\b(chrome2022|firefox2022)\\b)/ } } });\n\n test('dropdown overlaps static header', async function () {\n await this.browser\n .actions({ bridge: true })\n .click(this.browser.findElement({ css: '[data-tid=\"dropdown_top\"]' }))\n .perform();\n await delay(1000);\n await this.expect(await this.browser.takeScreenshot()).to.matchImage();\n });\n\n test('dropdown lays under fixed header', async function () {\n await this.browser\n .actions({ bridge: true })\n .click(this.browser.findElement({ css: '[data-tid=\"dropdown_top\"]' }))\n .perform();\n await delay(1000);\n await this.browser.executeScript(function () {\n const scrollContainer = window.document.querySelector('[data-tid=\"modal-container\"]') as HTMLElement;\n scrollContainer.scrollTop = scrollContainer.scrollHeight;\n });\n await delay(1000);\n await this.expect(await this.browser.takeScreenshot()).to.matchImage();\n });\n\n test('dropdown lays under fixed footer', async function () {\n await this.browser\n .actions({ bridge: true })\n .click(this.browser.findElement({ css: '[data-tid=\"dropdown_bottom\"]' }))\n .perform();\n await delay(1000);\n await this.expect(await this.browser.takeScreenshot()).to.matchImage();\n });\n\n test('dropdown overlaps static footer', async function () {\n await this.browser\n .actions({ bridge: true })\n .click(this.browser.findElement({ css: '[data-tid=\"dropdown_bottom\"]' }))\n .perform();\n await delay(1000);\n await this.browser.executeScript(function () {\n const scrollContainer = window.document.querySelector('[data-tid=\"modal-container\"]') as HTMLElement;\n scrollContainer.scrollTop = scrollContainer.scrollHeight;\n });\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,8 +0,0 @@
|
|
|
1
|
-
import _taggedTemplateLiteralLoose from "@babel/runtime/helpers/esm/taggedTemplateLiteralLoose";
|
|
2
|
-
var _templateObject;
|
|
3
|
-
import { injectGlobal } from "../../theming/Emotion";
|
|
4
|
-
import { isChrome } from "../../client";
|
|
5
|
-
|
|
6
|
-
// This is for screenshot tests
|
|
7
|
-
var Highlight = isChrome ? '#3390ff' : '#3399ff';
|
|
8
|
-
injectGlobal(_templateObject || (_templateObject = _taggedTemplateLiteralLoose(["\n *::selection {\n background-color: ", ";\n }\n input::selection,\n textarea::selection {\n color: white;\n -webkit-text-fill-color: white;\n }\n"])), Highlight);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["injectGlobal","isChrome","Highlight","_templateObject","_taggedTemplateLiteralLoose"],"sources":["HoldSelectionColor.ts"],"sourcesContent":["import { injectGlobal } from '../theming/Emotion';\nimport { isChrome } from '../client';\n\n// This is for screenshot tests\nconst Highlight = isChrome ? '#3390ff' : '#3399ff';\n\ninjectGlobal`\n *::selection {\n background-color: ${Highlight};\n }\n input::selection,\n textarea::selection {\n color: white;\n -webkit-text-fill-color: white;\n }\n`;\n"],"mappings":"oHAAA,SAASA,YAAY,QAAQ,oBAAoB;AACjD,SAASC,QAAQ,QAAQ,WAAW;;AAEpC;AACA,IAAMC,SAAS,GAAGD,QAAQ,GAAG,SAAS,GAAG,SAAS;;AAElDD,YAAY,CAAAG,eAAA,KAAAA,eAAA,GAAAC,2BAAA;;AAEYF,SAAS","ignoreList":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|