@skbkontur/react-ui 0.0.0-30619a873c → 0.0.0-32550fb571
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +66 -0
- package/cjs/components/Autocomplete/__creevey__/Autocomplete.creevey.mts +239 -0
- package/cjs/components/Button/Button.d.ts +0 -1
- package/cjs/components/Button/Button.js +2 -2
- package/cjs/components/Button/Button.js.map +1 -1
- package/cjs/components/Button/__creevey__/Button.creevey.mts +251 -0
- package/cjs/components/Calendar/DayCellView.styles.js +1 -17
- package/cjs/components/Calendar/DayCellView.styles.js.map +1 -1
- package/cjs/components/Calendar/__creevey__/Calendar.creevey.mts +74 -0
- package/cjs/components/Checkbox/__creevey__/Checkbox.creevey.mts +243 -0
- package/cjs/components/ComboBox/ComboBox.d.ts +12 -3
- package/cjs/components/ComboBox/ComboBox.js +18 -2
- package/cjs/components/ComboBox/ComboBox.js.map +1 -1
- package/cjs/components/ComboBox/__creevey__/ComboBox.creevey.mts +541 -0
- package/cjs/components/CurrencyInput/CurrencyInput.d.ts +1 -1
- package/cjs/components/CurrencyInput/CurrencyInput.js.map +1 -1
- package/cjs/components/CurrencyInput/__creevey__/CurrencyInput.creevey.mts +81 -0
- package/cjs/components/DateInput/DateInput.d.ts +2 -2
- package/cjs/components/DateInput/DateInput.js +7 -1
- package/cjs/components/DateInput/DateInput.js.map +1 -1
- package/cjs/components/DateInput/__creevey__/DateInput.creevey.mts +156 -0
- package/cjs/components/DatePicker/DatePicker.d.ts +10 -1
- package/cjs/components/DatePicker/DatePicker.js +37 -4
- package/cjs/components/DatePicker/DatePicker.js.map +1 -1
- package/cjs/components/DatePicker/__creevey__/DatePicker.creevey.mts +209 -0
- package/cjs/components/Dropdown/Dropdown.d.ts +4 -2
- package/cjs/components/Dropdown/Dropdown.js +12 -8
- package/cjs/components/Dropdown/Dropdown.js.map +1 -1
- package/cjs/components/Dropdown/__creevey__/Dropdown.creevey.mts +184 -0
- package/cjs/components/DropdownMenu/DropdownMenu.d.ts +2 -0
- package/cjs/components/DropdownMenu/DropdownMenu.js +5 -1
- package/cjs/components/DropdownMenu/DropdownMenu.js.map +1 -1
- package/cjs/components/DropdownMenu/__creevey__/DropdownMenu.creevey.mts +263 -0
- package/cjs/components/FxInput/FxInput.d.ts +2 -0
- package/cjs/components/FxInput/FxInput.js +7 -1
- package/cjs/components/FxInput/FxInput.js.map +1 -1
- package/cjs/components/FxInput/FxInputRestoreBtn.d.ts +2 -0
- package/cjs/components/FxInput/FxInputRestoreBtn.js +5 -1
- package/cjs/components/FxInput/FxInputRestoreBtn.js.map +1 -1
- 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/Group.js +24 -7
- package/cjs/components/Group/Group.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/Input.d.ts +23 -2
- package/cjs/components/Input/Input.js +135 -19
- package/cjs/components/Input/Input.js.map +1 -1
- package/cjs/components/Input/__creevey__/Input.creevey.mts +239 -0
- package/cjs/components/Kebab/__creevey__/Kebab.creevey.mts +147 -0
- package/cjs/components/Link/Link.js +26 -9
- package/cjs/components/Link/Link.js.map +1 -1
- package/cjs/components/Link/Link.styles.d.ts +4 -4
- package/cjs/components/Link/Link.styles.js +4 -5
- package/cjs/components/Link/Link.styles.js.map +1 -1
- package/cjs/components/Link/__creevey__/Link.creevey.mts +162 -0
- package/cjs/components/Loader/__creevey__/Loader.creevey.mts +35 -0
- package/cjs/components/MaskedInput/ColorableInputElement/ColorableInputElement.js +78 -70
- package/cjs/components/MaskedInput/ColorableInputElement/ColorableInputElement.js.map +1 -1
- package/cjs/components/MaskedInput/MaskedInput.d.ts +1 -1
- package/cjs/components/MaskedInput/MaskedInput.js +3 -0
- package/cjs/components/MaskedInput/MaskedInput.js.map +1 -1
- package/cjs/components/MaskedInput/__creevey__/MaskedInput.creevey.mts +216 -0
- package/cjs/components/MenuItem/MenuItem.js +23 -23
- package/cjs/components/MenuItem/MenuItem.js.map +1 -1
- package/cjs/components/MiniModal/__docs__/MiniModalBody.mdx +3 -1
- package/cjs/components/MiniModal/__docs__/MiniModalFooter.mdx +3 -1
- package/cjs/components/MiniModal/__docs__/MiniModalHeader.mdx +4 -1
- package/cjs/components/MiniModal/getMiniModalTheme.d.ts +1 -1
- package/cjs/components/Modal/Modal.js +7 -10
- package/cjs/components/Modal/Modal.js.map +1 -1
- package/cjs/components/Modal/Modal.styles.d.ts +4 -1
- package/cjs/components/Modal/Modal.styles.js +68 -31
- package/cjs/components/Modal/Modal.styles.js.map +1 -1
- package/cjs/components/Modal/ModalClose.js +7 -2
- package/cjs/components/Modal/ModalClose.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 +295 -0
- package/cjs/components/Paging/__creevey__/Paging.creevey.mts +97 -0
- package/cjs/components/PasswordInput/PasswordInput.d.ts +7 -3
- package/cjs/components/PasswordInput/PasswordInput.js +35 -9
- package/cjs/components/PasswordInput/PasswordInput.js.map +1 -1
- package/cjs/components/PasswordInput/PasswordInput.styles.js +2 -1
- package/cjs/components/PasswordInput/PasswordInput.styles.js.map +1 -1
- package/cjs/components/PasswordInput/__creevey__/PasswordInput.creevey.mts +46 -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 +3 -6
- package/cjs/components/Select/Select.js +11 -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/SidePage.d.ts +1 -0
- package/cjs/components/SidePage/SidePage.js +12 -1
- package/cjs/components/SidePage/SidePage.js.map +1 -1
- package/cjs/components/SidePage/SidePage.styles.d.ts +8 -1
- package/cjs/components/SidePage/SidePage.styles.js +83 -26
- package/cjs/components/SidePage/SidePage.styles.js.map +1 -1
- package/cjs/components/SidePage/SidePageCloseButton.d.ts +6 -1
- package/cjs/components/SidePage/SidePageCloseButton.js +14 -2
- package/cjs/components/SidePage/SidePageCloseButton.js.map +1 -1
- package/cjs/components/SidePage/SidePageHeader.d.ts +0 -1
- package/cjs/components/SidePage/SidePageHeader.js +11 -7
- package/cjs/components/SidePage/SidePageHeader.js.map +1 -1
- package/cjs/components/SidePage/__creevey__/SidePage.creevey.mts +421 -0
- package/cjs/components/Sticky/__creevey__/Sticky.creevey.mts +98 -0
- package/cjs/components/Switcher/Switcher.js +2 -2
- package/cjs/components/Switcher/Switcher.js.map +1 -1
- package/cjs/components/Switcher/Switcher.styles.d.ts +1 -0
- package/cjs/components/Switcher/Switcher.styles.js +20 -1
- package/cjs/components/Switcher/Switcher.styles.js.map +1 -1
- 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/Toast.d.ts +6 -2
- package/cjs/components/Toast/Toast.js +9 -2
- package/cjs/components/Toast/Toast.js.map +1 -1
- package/cjs/components/Toast/ToastStatic.d.ts +2 -2
- package/cjs/components/Toast/ToastStatic.js +15 -5
- package/cjs/components/Toast/ToastStatic.js.map +1 -1
- package/cjs/components/Toast/ToastView.d.ts +1 -0
- package/cjs/components/Toast/ToastView.js +4 -2
- package/cjs/components/Toast/ToastView.js.map +1 -1
- package/cjs/components/Toast/ToastView.styles.js +4 -4
- package/cjs/components/Toast/ToastView.styles.js.map +1 -1
- package/cjs/components/Toast/__creevey__/Toast.creevey.mts +77 -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/index.d.ts +0 -3
- package/cjs/index.js +0 -3
- package/cjs/index.js.map +1 -1
- package/cjs/internal/ClearCrossIcon/ClearCrossIcon.d.ts +9 -0
- package/cjs/internal/ClearCrossIcon/ClearCrossIcon.js +72 -0
- package/cjs/internal/ClearCrossIcon/ClearCrossIcon.js.map +1 -0
- package/cjs/internal/ClearCrossIcon/ClearCrossIcon.styles.d.ts +8 -0
- package/cjs/internal/ClearCrossIcon/ClearCrossIcon.styles.js +51 -0
- package/cjs/internal/ClearCrossIcon/ClearCrossIcon.styles.js.map +1 -0
- package/cjs/internal/ClearCrossIcon/CrossIcon.d.ts +3 -0
- package/cjs/internal/ClearCrossIcon/CrossIcon.js +15 -0
- package/cjs/internal/ClearCrossIcon/CrossIcon.js.map +1 -0
- package/cjs/internal/ClearCrossIcon/__creevey__/ClearCrossIcon.creevey.mts +44 -0
- package/cjs/internal/CloseButtonIcon/__creevey__/CloseButtonIcon.creevey.mts +48 -0
- package/cjs/internal/CustomComboBox/ComboBoxView.d.ts +6 -2
- package/cjs/internal/CustomComboBox/ComboBoxView.js +13 -3
- package/cjs/internal/CustomComboBox/ComboBoxView.js.map +1 -1
- package/cjs/internal/CustomComboBox/CustomComboBox.d.ts +7 -5
- package/cjs/internal/CustomComboBox/CustomComboBox.js +20 -9
- package/cjs/internal/CustomComboBox/CustomComboBox.js.map +1 -1
- package/cjs/internal/CustomComboBox/CustomComboBoxReducer.d.ts +4 -0
- package/cjs/internal/CustomComboBox/CustomComboBoxReducer.js +13 -1
- package/cjs/internal/CustomComboBox/CustomComboBoxReducer.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/InputLikeText/InputLikeText.d.ts +7 -2
- package/cjs/internal/InputLikeText/InputLikeText.js +90 -43
- package/cjs/internal/InputLikeText/InputLikeText.js.map +1 -1
- package/cjs/internal/Menu/Menu.d.ts +2 -1
- package/cjs/internal/Menu/Menu.js +4 -2
- package/cjs/internal/Menu/Menu.js.map +1 -1
- package/cjs/internal/Menu/__creevey__/Menu.creevey.mts +90 -0
- package/cjs/internal/Popup/Popup.js +4 -6
- package/cjs/internal/Popup/Popup.js.map +1 -1
- package/cjs/internal/PopupMenu/PopupMenu.d.ts +5 -5
- package/cjs/internal/PopupMenu/PopupMenu.js +15 -11
- 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__/Theme5_0.creevey.mts +36 -0
- package/cjs/internal/ThemePlayground/__creevey__/Theme5_0.stories.d.ts +4 -0
- package/cjs/internal/ThemePlayground/__creevey__/ThemeProvider.creevey.mts +68 -0
- package/cjs/internal/ThemeShowcase/VariablesCollector.d.ts +1 -1
- package/cjs/internal/ThemeShowcase/VariablesCollector.js +2 -0
- package/cjs/internal/ThemeShowcase/VariablesCollector.js.map +1 -1
- package/cjs/internal/ZIndex/ZIndex.d.ts +1 -1
- package/cjs/internal/ZIndex/ZIndex.js +18 -6
- package/cjs/internal/ZIndex/ZIndex.js.map +1 -1
- package/cjs/internal/ZIndex/__creevey__/ZIndex.creevey.mts +228 -0
- package/cjs/internal/themes/BasicLightTheme.d.ts +5 -1209
- package/cjs/internal/themes/BasicLightTheme.js +2 -2530
- package/cjs/internal/themes/BasicLightTheme.js.map +1 -1
- package/cjs/internal/themes/BasicTheme.d.ts +1231 -0
- package/cjs/internal/themes/BasicTheme.js +2587 -0
- package/cjs/internal/themes/BasicTheme.js.map +1 -0
- package/cjs/internal/themes/DarkTheme5_0.d.ts +1 -0
- package/cjs/internal/themes/DarkTheme5_0.js +562 -0
- package/cjs/internal/themes/DarkTheme5_0.js.map +1 -0
- package/cjs/internal/themes/DarkTheme5_1.d.ts +1 -0
- package/cjs/internal/themes/DarkTheme5_1.js +41 -0
- package/cjs/internal/themes/DarkTheme5_1.js.map +1 -0
- package/cjs/internal/themes/LightTheme5_0.d.ts +1 -0
- package/cjs/internal/themes/LightTheme5_0.js +9 -0
- package/cjs/internal/themes/LightTheme5_0.js.map +1 -0
- package/cjs/internal/themes/LightTheme5_1.d.ts +1 -0
- package/cjs/internal/themes/LightTheme5_1.js +41 -0
- package/cjs/internal/themes/LightTheme5_1.js.map +1 -0
- package/cjs/lib/ModalStack.d.ts +1 -0
- package/cjs/lib/ModalStack.js +6 -4
- package/cjs/lib/ModalStack.js.map +1 -1
- 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/mergeRefs.d.ts +23 -0
- package/cjs/lib/mergeRefs.js +76 -0
- package/cjs/lib/mergeRefs.js.map +1 -0
- package/cjs/lib/theming/Theme.d.ts +4 -3
- package/cjs/lib/theming/Theme.js +1 -1
- package/cjs/lib/theming/Theme.js.map +1 -1
- package/cjs/lib/theming/ThemeContext.d.ts +1 -1
- package/cjs/lib/theming/ThemeContext.js +2 -2
- package/cjs/lib/theming/ThemeContext.js.map +1 -1
- package/cjs/lib/theming/ThemeFactory.d.ts +9 -0
- package/cjs/lib/theming/ThemeFactory.js +28 -9
- package/cjs/lib/theming/ThemeFactory.js.map +1 -1
- package/cjs/lib/theming/ThemeHelpers.d.ts +55 -8
- package/cjs/lib/theming/ThemeHelpers.js +94 -22
- package/cjs/lib/theming/ThemeHelpers.js.map +1 -1
- package/cjs/lib/theming/ThemeVersions.d.ts +25 -0
- package/cjs/lib/theming/ThemeVersions.js +58 -0
- package/cjs/lib/theming/ThemeVersions.js.map +1 -0
- package/cjs/lib/theming/themes/DarkTheme.d.ts +3 -1
- package/cjs/lib/theming/themes/DarkTheme.js +6 -4
- package/cjs/lib/theming/themes/DarkTheme.js.map +1 -1
- package/cjs/lib/theming/themes/LightTheme.d.ts +3 -1
- package/cjs/lib/theming/themes/LightTheme.js +6 -4
- package/cjs/lib/theming/themes/LightTheme.js.map +1 -1
- package/cjs/lib/theming/themes/LightThemeMobile.d.ts +1 -1
- package/cjs/lib/theming/useTheme.d.ts +1 -1
- package/cjs/lib/typeGuards.d.ts +1 -0
- package/cjs/lib/typeGuards.js +6 -0
- package/cjs/lib/typeGuards.js.map +1 -0
- package/cjs/lib/utils.d.ts +21 -17
- package/cjs/lib/utils.js +20 -23
- package/cjs/lib/utils.js.map +1 -1
- package/components/Autocomplete/__creevey__/Autocomplete.creevey.mts +239 -0
- package/components/Button/Button/Button.js +2 -3
- package/components/Button/Button/Button.js.map +1 -1
- package/components/Button/Button.d.ts +0 -1
- package/components/Button/__creevey__/Button.creevey.mts +251 -0
- package/components/Calendar/DayCellView.styles/DayCellView.styles.js +1 -1
- package/components/Calendar/DayCellView.styles/DayCellView.styles.js.map +1 -1
- package/components/Calendar/__creevey__/Calendar.creevey.mts +74 -0
- package/components/Checkbox/__creevey__/Checkbox.creevey.mts +243 -0
- package/components/ComboBox/ComboBox/ComboBox.js +4 -3
- package/components/ComboBox/ComboBox/ComboBox.js.map +1 -1
- package/components/ComboBox/ComboBox.d.ts +12 -3
- package/components/ComboBox/__creevey__/ComboBox.creevey.mts +541 -0
- package/components/CurrencyInput/CurrencyInput/CurrencyInput.js.map +1 -1
- package/components/CurrencyInput/CurrencyInput.d.ts +1 -1
- package/components/CurrencyInput/__creevey__/CurrencyInput.creevey.mts +81 -0
- package/components/DateInput/DateInput/DateInput.js +4 -1
- package/components/DateInput/DateInput/DateInput.js.map +1 -1
- package/components/DateInput/DateInput.d.ts +2 -2
- package/components/DateInput/__creevey__/DateInput.creevey.mts +156 -0
- package/components/DatePicker/DatePicker/DatePicker.js +29 -5
- package/components/DatePicker/DatePicker/DatePicker.js.map +1 -1
- package/components/DatePicker/DatePicker.d.ts +10 -1
- package/components/DatePicker/__creevey__/DatePicker.creevey.mts +209 -0
- package/components/Dropdown/Dropdown/Dropdown.js +12 -11
- package/components/Dropdown/Dropdown/Dropdown.js.map +1 -1
- package/components/Dropdown/Dropdown.d.ts +4 -2
- package/components/Dropdown/__creevey__/Dropdown.creevey.mts +184 -0
- package/components/DropdownMenu/DropdownMenu/DropdownMenu.js +1 -0
- package/components/DropdownMenu/DropdownMenu/DropdownMenu.js.map +1 -1
- package/components/DropdownMenu/DropdownMenu.d.ts +2 -0
- package/components/DropdownMenu/__creevey__/DropdownMenu.creevey.mts +263 -0
- package/components/FxInput/FxInput/FxInput.js +3 -2
- package/components/FxInput/FxInput/FxInput.js.map +1 -1
- package/components/FxInput/FxInput.d.ts +2 -0
- package/components/FxInput/FxInputRestoreBtn/FxInputRestoreBtn.js +1 -1
- package/components/FxInput/FxInputRestoreBtn/FxInputRestoreBtn.js.map +1 -1
- package/components/FxInput/FxInputRestoreBtn.d.ts +2 -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/Group/Group.js +4 -10
- package/components/Group/Group/Group.js.map +1 -1
- package/components/Group/__creevey__/Group.creevey.mts +19 -0
- package/components/Hint/__creevey__/Hint.creevey.mts +68 -0
- package/components/Input/Input/Input.js +124 -15
- package/components/Input/Input/Input.js.map +1 -1
- package/components/Input/Input.d.ts +23 -2
- package/components/Input/__creevey__/Input.creevey.mts +239 -0
- package/components/Kebab/__creevey__/Kebab.creevey.mts +147 -0
- package/components/Link/Link/Link.js +25 -1
- package/components/Link/Link/Link.js.map +1 -1
- package/components/Link/Link.styles/Link.styles.js +4 -4
- package/components/Link/Link.styles/Link.styles.js.map +1 -1
- package/components/Link/Link.styles.d.ts +4 -4
- package/components/Link/__creevey__/Link.creevey.mts +162 -0
- package/components/Loader/__creevey__/Loader.creevey.mts +35 -0
- package/components/MaskedInput/ColorableInputElement/ColorableInputElement/ColorableInputElement.js +54 -55
- package/components/MaskedInput/ColorableInputElement/ColorableInputElement/ColorableInputElement.js.map +1 -1
- package/components/MaskedInput/MaskedInput/MaskedInput.js.map +1 -1
- package/components/MaskedInput/MaskedInput.d.ts +1 -1
- package/components/MaskedInput/__creevey__/MaskedInput.creevey.mts +216 -0
- package/components/MenuItem/MenuItem/MenuItem.js +41 -35
- package/components/MenuItem/MenuItem/MenuItem.js.map +1 -1
- package/components/MiniModal/__docs__/MiniModalBody.mdx +3 -1
- package/components/MiniModal/__docs__/MiniModalFooter.mdx +3 -1
- package/components/MiniModal/__docs__/MiniModalHeader.mdx +4 -1
- package/components/MiniModal/getMiniModalTheme.d.ts +1 -1
- package/components/Modal/Modal/Modal.js +4 -16
- package/components/Modal/Modal/Modal.js.map +1 -1
- package/components/Modal/Modal.styles/Modal.styles.js +40 -31
- package/components/Modal/Modal.styles/Modal.styles.js.map +1 -1
- package/components/Modal/Modal.styles.d.ts +4 -1
- package/components/Modal/ModalClose/ModalClose.js +3 -1
- package/components/Modal/ModalClose/ModalClose.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 +295 -0
- package/components/Paging/__creevey__/Paging.creevey.mts +97 -0
- package/components/PasswordInput/PasswordInput/PasswordInput.js +30 -10
- package/components/PasswordInput/PasswordInput/PasswordInput.js.map +1 -1
- package/components/PasswordInput/PasswordInput.d.ts +7 -3
- package/components/PasswordInput/PasswordInput.styles/PasswordInput.styles.js +1 -1
- package/components/PasswordInput/PasswordInput.styles/PasswordInput.styles.js.map +1 -1
- package/components/PasswordInput/__creevey__/PasswordInput.creevey.mts +46 -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 +3 -5
- package/components/Select/Select/Select.js.map +1 -1
- package/components/Select/Select.d.ts +3 -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/SidePage/SidePage.js +20 -8
- package/components/SidePage/SidePage/SidePage.js.map +1 -1
- package/components/SidePage/SidePage.d.ts +1 -0
- package/components/SidePage/SidePage.styles/SidePage.styles.js +48 -26
- package/components/SidePage/SidePage.styles/SidePage.styles.js.map +1 -1
- package/components/SidePage/SidePage.styles.d.ts +8 -1
- package/components/SidePage/SidePageCloseButton/SidePageCloseButton.js +6 -2
- package/components/SidePage/SidePageCloseButton/SidePageCloseButton.js.map +1 -1
- package/components/SidePage/SidePageCloseButton.d.ts +6 -1
- package/components/SidePage/SidePageHeader/SidePageHeader.js +13 -5
- package/components/SidePage/SidePageHeader/SidePageHeader.js.map +1 -1
- package/components/SidePage/SidePageHeader.d.ts +0 -1
- package/components/SidePage/__creevey__/SidePage.creevey.mts +421 -0
- package/components/Sticky/__creevey__/Sticky.creevey.mts +98 -0
- package/components/Switcher/Switcher/Switcher.js +10 -6
- package/components/Switcher/Switcher/Switcher.js.map +1 -1
- package/components/Switcher/Switcher.styles/Switcher.styles.js +4 -1
- package/components/Switcher/Switcher.styles/Switcher.styles.js.map +1 -1
- package/components/Switcher/Switcher.styles.d.ts +1 -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/Toast/Toast.js +14 -9
- package/components/Toast/Toast/Toast.js.map +1 -1
- package/components/Toast/Toast.d.ts +6 -2
- package/components/Toast/ToastStatic/ToastStatic.js +5 -5
- package/components/Toast/ToastStatic/ToastStatic.js.map +1 -1
- package/components/Toast/ToastStatic.d.ts +2 -2
- package/components/Toast/ToastView/ToastView.js +2 -1
- package/components/Toast/ToastView/ToastView.js.map +1 -1
- package/components/Toast/ToastView.d.ts +1 -0
- package/components/Toast/ToastView.styles/ToastView.styles.js +2 -2
- package/components/Toast/ToastView.styles/ToastView.styles.js.map +1 -1
- package/components/Toast/__creevey__/Toast.creevey.mts +77 -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/index.d.ts +0 -3
- package/index.js +0 -3
- package/index.js.map +1 -1
- package/internal/ClearCrossIcon/ClearCrossIcon/ClearCrossIcon.js +63 -0
- package/internal/ClearCrossIcon/ClearCrossIcon/ClearCrossIcon.js.map +1 -0
- package/internal/ClearCrossIcon/ClearCrossIcon/package.json +6 -0
- package/internal/ClearCrossIcon/ClearCrossIcon.d.ts +9 -0
- package/internal/ClearCrossIcon/ClearCrossIcon.styles/ClearCrossIcon.styles.js +21 -0
- package/internal/ClearCrossIcon/ClearCrossIcon.styles/ClearCrossIcon.styles.js.map +1 -0
- package/internal/ClearCrossIcon/ClearCrossIcon.styles/package.json +6 -0
- package/internal/ClearCrossIcon/ClearCrossIcon.styles.d.ts +8 -0
- package/internal/ClearCrossIcon/CrossIcon/CrossIcon.js +22 -0
- package/internal/ClearCrossIcon/CrossIcon/CrossIcon.js.map +1 -0
- package/internal/ClearCrossIcon/CrossIcon/package.json +6 -0
- package/internal/ClearCrossIcon/CrossIcon.d.ts +3 -0
- package/internal/ClearCrossIcon/__creevey__/ClearCrossIcon.creevey.mts +44 -0
- package/internal/CloseButtonIcon/__creevey__/CloseButtonIcon.creevey.mts +48 -0
- package/internal/CustomComboBox/ComboBoxView/ComboBoxView.js +12 -5
- package/internal/CustomComboBox/ComboBoxView/ComboBoxView.js.map +1 -1
- package/internal/CustomComboBox/ComboBoxView.d.ts +6 -2
- package/internal/CustomComboBox/CustomComboBox/CustomComboBox.js +17 -5
- package/internal/CustomComboBox/CustomComboBox/CustomComboBox.js.map +1 -1
- package/internal/CustomComboBox/CustomComboBox.d.ts +7 -5
- package/internal/CustomComboBox/CustomComboBoxReducer/CustomComboBoxReducer.js +15 -1
- package/internal/CustomComboBox/CustomComboBoxReducer/CustomComboBoxReducer.js.map +1 -1
- package/internal/CustomComboBox/CustomComboBoxReducer.d.ts +4 -0
- 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/InputLikeText/InputLikeText/InputLikeText.js +65 -9
- package/internal/InputLikeText/InputLikeText/InputLikeText.js.map +1 -1
- package/internal/InputLikeText/InputLikeText.d.ts +7 -2
- package/internal/Menu/Menu/Menu.js +6 -3
- package/internal/Menu/Menu/Menu.js.map +1 -1
- package/internal/Menu/Menu.d.ts +2 -1
- package/internal/Menu/__creevey__/Menu.creevey.mts +90 -0
- package/internal/Popup/Popup/Popup.js +15 -20
- package/internal/Popup/Popup/Popup.js.map +1 -1
- package/internal/PopupMenu/PopupMenu/PopupMenu.js +4 -5
- package/internal/PopupMenu/PopupMenu/PopupMenu.js.map +1 -1
- package/internal/PopupMenu/PopupMenu.d.ts +5 -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__/Theme5_0.creevey.mts +36 -0
- package/internal/ThemePlayground/__creevey__/Theme5_0.stories.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/ThemeShowcase/VariablesCollector.d.ts +1 -1
- package/internal/ZIndex/ZIndex/ZIndex.js +12 -14
- package/internal/ZIndex/ZIndex/ZIndex.js.map +1 -1
- package/internal/ZIndex/ZIndex.d.ts +1 -1
- package/internal/ZIndex/__creevey__/ZIndex.creevey.mts +228 -0
- package/internal/themes/BasicLightTheme/BasicLightTheme.js +5 -3351
- package/internal/themes/BasicLightTheme/BasicLightTheme.js.map +1 -1
- package/internal/themes/BasicLightTheme.d.ts +5 -1209
- package/internal/themes/BasicTheme/BasicTheme.js +3432 -0
- package/internal/themes/BasicTheme/BasicTheme.js.map +1 -0
- package/internal/themes/BasicTheme/package.json +6 -0
- package/internal/themes/BasicTheme.d.ts +1231 -0
- package/internal/themes/DarkTheme5_0/DarkTheme5_0.js +409 -0
- package/internal/themes/DarkTheme5_0/DarkTheme5_0.js.map +1 -0
- package/internal/themes/DarkTheme5_0/package.json +6 -0
- package/internal/themes/DarkTheme5_0.d.ts +1 -0
- package/internal/themes/DarkTheme5_1/DarkTheme5_1.js +52 -0
- package/internal/themes/DarkTheme5_1/DarkTheme5_1.js.map +1 -0
- package/internal/themes/DarkTheme5_1/package.json +6 -0
- package/internal/themes/DarkTheme5_1.d.ts +1 -0
- package/internal/themes/LightTheme5_0/LightTheme5_0.js +14 -0
- package/internal/themes/LightTheme5_0/LightTheme5_0.js.map +1 -0
- package/internal/themes/LightTheme5_0/package.json +6 -0
- package/internal/themes/LightTheme5_0.d.ts +1 -0
- package/internal/themes/LightTheme5_1/LightTheme5_1.js +52 -0
- package/internal/themes/LightTheme5_1/LightTheme5_1.js.map +1 -0
- package/internal/themes/LightTheme5_1/package.json +6 -0
- package/internal/themes/LightTheme5_1.d.ts +1 -0
- package/lib/ModalStack/ModalStack.js +8 -8
- package/lib/ModalStack/ModalStack.js.map +1 -1
- package/lib/ModalStack.d.ts +1 -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/mergeRefs/mergeRefs.js +68 -0
- package/lib/mergeRefs/mergeRefs.js.map +1 -0
- package/lib/mergeRefs/package.json +6 -0
- package/lib/mergeRefs.d.ts +23 -0
- package/lib/theming/Theme/Theme.js +2 -1
- package/lib/theming/Theme/Theme.js.map +1 -1
- package/lib/theming/Theme.d.ts +4 -3
- package/lib/theming/ThemeContext/ThemeContext.js +2 -2
- package/lib/theming/ThemeContext/ThemeContext.js.map +1 -1
- package/lib/theming/ThemeContext.d.ts +1 -1
- package/lib/theming/ThemeFactory/ThemeFactory.js +21 -7
- package/lib/theming/ThemeFactory/ThemeFactory.js.map +1 -1
- package/lib/theming/ThemeFactory.d.ts +9 -0
- package/lib/theming/ThemeHelpers/ThemeHelpers.js +85 -18
- package/lib/theming/ThemeHelpers/ThemeHelpers.js.map +1 -1
- package/lib/theming/ThemeHelpers.d.ts +55 -8
- package/lib/theming/ThemeVersions/ThemeVersions.js +50 -0
- package/lib/theming/ThemeVersions/ThemeVersions.js.map +1 -0
- package/lib/theming/ThemeVersions/package.json +6 -0
- package/lib/theming/ThemeVersions.d.ts +25 -0
- package/lib/theming/themes/DarkTheme/DarkTheme.js +5 -4
- package/lib/theming/themes/DarkTheme/DarkTheme.js.map +1 -1
- package/lib/theming/themes/DarkTheme.d.ts +3 -1
- package/lib/theming/themes/LightTheme/LightTheme.js +5 -4
- package/lib/theming/themes/LightTheme/LightTheme.js.map +1 -1
- package/lib/theming/themes/LightTheme.d.ts +3 -1
- package/lib/theming/themes/LightThemeMobile.d.ts +1 -1
- package/lib/theming/useTheme.d.ts +1 -1
- package/lib/typeGuards/package.json +6 -0
- package/lib/typeGuards/typeGuards.js +5 -0
- package/lib/typeGuards/typeGuards.js.map +1 -0
- package/lib/typeGuards.d.ts +1 -0
- package/lib/utils/utils.js +13 -21
- package/lib/utils/utils.js.map +1 -1
- package/lib/utils.d.ts +21 -17
- package/package.json +7 -6
- 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/DateRangePicker/DateRangePicker.d.ts +0 -27
- package/cjs/components/DateRangePicker/DateRangePicker.js +0 -481
- package/cjs/components/DateRangePicker/DateRangePicker.js.map +0 -1
- package/cjs/components/DateRangePicker/DateRangePicker.md +0 -298
- package/cjs/components/DateRangePicker/DateRangePicker.styles.d.ts +0 -9
- package/cjs/components/DateRangePicker/DateRangePicker.styles.js +0 -42
- package/cjs/components/DateRangePicker/DateRangePicker.styles.js.map +0 -1
- package/cjs/components/DateRangePicker/DateRangePickerContext.d.ts +0 -28
- package/cjs/components/DateRangePicker/DateRangePickerContext.js +0 -33
- package/cjs/components/DateRangePicker/DateRangePickerContext.js.map +0 -1
- package/cjs/components/DateRangePicker/DateRangePickerField.d.ts +0 -7
- package/cjs/components/DateRangePicker/DateRangePickerField.js +0 -98
- package/cjs/components/DateRangePicker/DateRangePickerField.js.map +0 -1
- package/cjs/components/DateRangePicker/DateRangePickerSeparator.d.ts +0 -2
- package/cjs/components/DateRangePicker/DateRangePickerSeparator.js +0 -3
- package/cjs/components/DateRangePicker/DateRangePickerSeparator.js.map +0 -1
- package/cjs/components/DateRangePicker/DateRangePickerTheme.d.ts +0 -3
- package/cjs/components/DateRangePicker/DateRangePickerTheme.js +0 -30
- package/cjs/components/DateRangePicker/DateRangePickerTheme.js.map +0 -1
- package/cjs/components/DateRangePicker/MobileDateRangePicker.d.ts +0 -7
- package/cjs/components/DateRangePicker/MobileDateRangePicker.js +0 -59
- package/cjs/components/DateRangePicker/MobileDateRangePicker.js.map +0 -1
- package/cjs/components/DateRangePicker/MobileDateRangePicker.styles.d.ts +0 -4
- package/cjs/components/DateRangePicker/MobileDateRangePicker.styles.js +0 -19
- package/cjs/components/DateRangePicker/MobileDateRangePicker.styles.js.map +0 -1
- package/cjs/components/DateRangePicker/__docs__/DateRangePicker.mdx +0 -109
- package/cjs/components/DateRangePicker/index.d.ts +0 -1
- package/cjs/components/DateRangePicker/index.js +0 -1
- package/cjs/components/DateRangePicker/index.js.map +0 -1
- package/cjs/components/DateRangePicker/locale/index.d.ts +0 -4
- package/cjs/components/DateRangePicker/locale/index.js +0 -12
- package/cjs/components/DateRangePicker/locale/index.js.map +0 -1
- package/cjs/components/DateRangePicker/locale/locales/en.d.ts +0 -2
- package/cjs/components/DateRangePicker/locale/locales/en.js +0 -7
- package/cjs/components/DateRangePicker/locale/locales/en.js.map +0 -1
- package/cjs/components/DateRangePicker/locale/locales/ru.d.ts +0 -2
- package/cjs/components/DateRangePicker/locale/locales/ru.js +0 -7
- package/cjs/components/DateRangePicker/locale/locales/ru.js.map +0 -1
- package/cjs/components/DateRangePicker/locale/types.d.ts +0 -5
- package/cjs/components/DateRangePicker/locale/types.js +0 -1
- package/cjs/components/DateRangePicker/locale/types.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 -97
- 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/internal/themes/BasicDarkTheme.d.ts +0 -293
- package/cjs/internal/themes/BasicDarkTheme.js +0 -607
- package/cjs/internal/themes/BasicDarkTheme.js.map +0 -1
- package/cjs/lib/theming/themes/DarkTheme2022_0.d.ts +0 -1
- package/cjs/lib/theming/themes/DarkTheme2022_0.js +0 -5
- package/cjs/lib/theming/themes/DarkTheme2022_0.js.map +0 -1
- package/cjs/lib/theming/themes/LightTheme2022_0.d.ts +0 -1
- package/cjs/lib/theming/themes/LightTheme2022_0.js +0 -5
- package/cjs/lib/theming/themes/LightTheme2022_0.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/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/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/DateRangePicker/DateRangePicker/DateRangePicker.js +0 -365
- package/components/DateRangePicker/DateRangePicker/DateRangePicker.js.map +0 -1
- package/components/DateRangePicker/DateRangePicker/package.json +0 -6
- package/components/DateRangePicker/DateRangePicker.d.ts +0 -27
- package/components/DateRangePicker/DateRangePicker.md +0 -298
- package/components/DateRangePicker/DateRangePicker.styles/DateRangePicker.styles.js +0 -23
- package/components/DateRangePicker/DateRangePicker.styles/DateRangePicker.styles.js.map +0 -1
- package/components/DateRangePicker/DateRangePicker.styles/package.json +0 -6
- package/components/DateRangePicker/DateRangePicker.styles.d.ts +0 -9
- package/components/DateRangePicker/DateRangePickerContext/DateRangePickerContext.js +0 -3
- package/components/DateRangePicker/DateRangePickerContext/DateRangePickerContext.js.map +0 -1
- package/components/DateRangePicker/DateRangePickerContext/package.json +0 -6
- package/components/DateRangePicker/DateRangePickerContext.d.ts +0 -28
- package/components/DateRangePicker/DateRangePickerField/DateRangePickerField.js +0 -86
- package/components/DateRangePicker/DateRangePickerField/DateRangePickerField.js.map +0 -1
- package/components/DateRangePicker/DateRangePickerField/package.json +0 -6
- package/components/DateRangePicker/DateRangePickerField.d.ts +0 -7
- package/components/DateRangePicker/DateRangePickerSeparator/DateRangePickerSeparator.js +0 -4
- package/components/DateRangePicker/DateRangePickerSeparator/DateRangePickerSeparator.js.map +0 -1
- package/components/DateRangePicker/DateRangePickerSeparator/package.json +0 -6
- package/components/DateRangePicker/DateRangePickerSeparator.d.ts +0 -2
- package/components/DateRangePicker/DateRangePickerTheme/DateRangePickerTheme.js +0 -21
- package/components/DateRangePicker/DateRangePickerTheme/DateRangePickerTheme.js.map +0 -1
- package/components/DateRangePicker/DateRangePickerTheme/package.json +0 -6
- package/components/DateRangePicker/DateRangePickerTheme.d.ts +0 -3
- package/components/DateRangePicker/MobileDateRangePicker/MobileDateRangePicker.js +0 -48
- package/components/DateRangePicker/MobileDateRangePicker/MobileDateRangePicker.js.map +0 -1
- package/components/DateRangePicker/MobileDateRangePicker/package.json +0 -6
- package/components/DateRangePicker/MobileDateRangePicker.d.ts +0 -7
- package/components/DateRangePicker/MobileDateRangePicker.styles/MobileDateRangePicker.styles.js +0 -11
- package/components/DateRangePicker/MobileDateRangePicker.styles/MobileDateRangePicker.styles.js.map +0 -1
- package/components/DateRangePicker/MobileDateRangePicker.styles/package.json +0 -6
- package/components/DateRangePicker/MobileDateRangePicker.styles.d.ts +0 -4
- package/components/DateRangePicker/__docs__/DateRangePicker.mdx +0 -109
- package/components/DateRangePicker/index/index.js +0 -1
- package/components/DateRangePicker/index/index.js.map +0 -1
- package/components/DateRangePicker/index/package.json +0 -6
- package/components/DateRangePicker/index.d.ts +0 -1
- package/components/DateRangePicker/locale/index/index.js +0 -8
- package/components/DateRangePicker/locale/index/index.js.map +0 -1
- package/components/DateRangePicker/locale/index/package.json +0 -6
- package/components/DateRangePicker/locale/index.d.ts +0 -4
- package/components/DateRangePicker/locale/locales/en/en.js +0 -6
- package/components/DateRangePicker/locale/locales/en/en.js.map +0 -1
- package/components/DateRangePicker/locale/locales/en/package.json +0 -6
- package/components/DateRangePicker/locale/locales/en.d.ts +0 -2
- package/components/DateRangePicker/locale/locales/ru/package.json +0 -6
- package/components/DateRangePicker/locale/locales/ru/ru.js +0 -6
- package/components/DateRangePicker/locale/locales/ru/ru.js.map +0 -1
- package/components/DateRangePicker/locale/locales/ru.d.ts +0 -2
- package/components/DateRangePicker/locale/package.json +0 -6
- package/components/DateRangePicker/locale/types/package.json +0 -6
- package/components/DateRangePicker/locale/types/types.js +0 -1
- package/components/DateRangePicker/locale/types/types.js.map +0 -1
- package/components/DateRangePicker/locale/types.d.ts +0 -5
- package/components/DateRangePicker/package.json +0 -6
- 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/internal/themes/BasicDarkTheme/BasicDarkTheme.js +0 -646
- package/internal/themes/BasicDarkTheme/BasicDarkTheme.js.map +0 -1
- package/internal/themes/BasicDarkTheme/package.json +0 -6
- package/internal/themes/BasicDarkTheme.d.ts +0 -293
- package/lib/theming/themes/DarkTheme2022_0/DarkTheme2022_0.js +0 -3
- package/lib/theming/themes/DarkTheme2022_0/DarkTheme2022_0.js.map +0 -1
- package/lib/theming/themes/DarkTheme2022_0/package.json +0 -6
- package/lib/theming/themes/DarkTheme2022_0.d.ts +0 -1
- package/lib/theming/themes/LightTheme2022_0/LightTheme2022_0.js +0 -3
- package/lib/theming/themes/LightTheme2022_0/LightTheme2022_0.js.map +0 -1
- package/lib/theming/themes/LightTheme2022_0/package.json +0 -6
- package/lib/theming/themes/LightTheme2022_0.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/ClearCrossIcon/__creevey__/ClearCrossIcon.creevey.d.mts} +0 -0
- /package/{cjs/internal/CustomComboBox/__creevey__/ComboBoxView.creevey.d.ts → internal/CloseButtonIcon/__creevey__/CloseButtonIcon.creevey.d.mts} +0 -0
- /package/{cjs/internal/FileUploaderControl/__creevey__/FileUploaderFile.creevey.d.ts → internal/CustomComboBox/__creevey__/ComboBoxView.creevey.d.mts} +0 -0
- /package/{cjs/internal/HideBodyVerticalScroll/__creevey__/HideBodyVerticalScroll.creevey.d.ts → internal/FileUploaderControl/__creevey__/FileUploaderFile.creevey.d.mts} +0 -0
- /package/{cjs/internal/Menu/__creevey__/Menu.creevey.d.ts → internal/HideBodyVerticalScroll/__creevey__/HideBodyVerticalScroll.creevey.d.mts} +0 -0
- /package/{cjs/internal/PopupMenu/__creevey__/PopupMenu.creevey.d.ts → internal/Menu/__creevey__/Menu.creevey.d.mts} +0 -0
- /package/{cjs/internal/ThemePlayground/__creevey__/ThemeProvider.creevey.d.ts → internal/PopupMenu/__creevey__/PopupMenu.creevey.d.mts} +0 -0
- /package/{cjs/internal/ZIndex/__creevey__/ZIndex.creevey.d.ts → internal/ThemePlayground/__creevey__/Theme5_0.creevey.d.mts} +0 -0
- /package/{components/Autocomplete/__creevey__/Autocomplete.creevey.d.ts → internal/ThemePlayground/__creevey__/ThemeProvider.creevey.d.mts} +0 -0
- /package/{components/Button/__creevey__/Button.creevey.d.ts → internal/ZIndex/__creevey__/ZIndex.creevey.d.mts} +0 -0
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_creevey","require","_utils","kind","story","test","_asyncToGenerator2","default","_regenerator","mark","_callee","wrap","_callee$","_context","prev","next","delay","t0","takeScreenshot","t1","sent","expect","call","to","matchImage","stop","_callee2","_callee2$","_context2","browser","actions","bridge","sendKeys","keys","TAB","pause","perform","_callee3","_callee3$","_context3","click","findElement","css","_callee4","_callee4$","_context4","_callee5","_callee5$","_context5","_callee6","_callee6$","_context6","_ref7","setStoryParameters","skip","in","tests","_callee7","_callee7$","_context7","_callee8","_callee8$","_context8","_callee9","_callee9$","_context9","_callee10","_callee10$","_context10","_callee11","_callee11$","_context11","_callee12","_callee12$","_context12","_callee13","_callee13$","_context13","_callee14","_callee14$","_context14","_callee15","_callee15$","_context15","_callee16","_callee16$","_context16","_callee17","_callee17$","_context17","_ref19","_callee18","_callee18$","_context18","_callee19","_callee19$","_context19","BACK_SPACE","_ref22","captureElement","_callee20","_callee20$","_context20","_callee21","_callee21$","_context21","move","origin","_callee22","_callee22$","_context22","_callee23","_callee23$","_context23","_callee24","_callee24$","_context24","_callee25","_callee25$","_context25","_callee26","_callee26$","_context26","_callee27","_callee27$","_context27","_callee28","_callee28$","_context28","_callee29","_callee29$","_context29","_callee30","_callee30$","_context30","_callee31","_callee31$","_context31","_callee32","_callee32$","_context32","_callee33","_callee33$","_context33","_callee34","_callee34$","_context34","_callee35","_callee35$","_context35","_callee36","btns","_callee36$","_context36","findElements","_callee37","_callee37$","_context37","_ref41","_callee38","_callee38$","_context38","x","y"],"sources":["Tooltip.creevey.ts"],"sourcesContent":["import { story, kind, test } from 'creevey';\n\nimport { delay } from '../../../lib/utils';\n\nkind('Tooltip', () => {\n story('FocusTooltip', () => {\n test('01 - plain', async function () {\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage('01 - plain');\n });\n\n test('02 - focus', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .sendKeys(this.keys.TAB)\n .pause(500)\n .perform();\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage('02 - focus');\n });\n\n test('03 - blur', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .sendKeys(this.keys.TAB)\n .perform(); // NOTE In FF next Tab key event will focus browser tab that fail next tests\n // Possible solution add focus trap element inside all stories as a decorator\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: 'body' }))\n .perform();\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage('03 - blur');\n });\n });\n\n story('FocusTooltipNativeInput', () => {\n test('01 - plain', async function () {\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage('01 - plain');\n });\n\n test('02 - focus', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: 'input' }))\n .perform();\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage('02 - focus');\n });\n\n test('03 - blur', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: 'input' }))\n .perform();\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: 'body' }))\n .perform();\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage('03 - blur');\n });\n });\n\n story('TooltipWithExternalDynamicContent', ({ setStoryParameters }) => {\n setStoryParameters({\n skip: {\n 'story-skip-1': { in: 'chrome2022', tests: ['06 - changes left position if does not fit'] },\n },\n });\n test('01 - plain', async function () {\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage('01 - plain');\n });\n\n test('02 - changes top position if does not fit', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '#Container-0 button' }))\n .perform();\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage('02 - changes top position if does not fit');\n });\n\n test('03 - does not change position back on shrink', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '#Container-0 button' }))\n .pause(100)\n .click(this.browser.findElement({ css: '#Container-0 button' }))\n .perform();\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage('03 - does not change position back on shrink');\n });\n\n test('04 - does not change top position if fits', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '#Container-1 button' }))\n .perform();\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage('04 - does not change top position if fits');\n });\n\n test('05 - does not change position on shrink', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '#Container-1 button' }))\n .perform();\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '#Container-1 button' }))\n .perform();\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage('05 - does not change position on shrink');\n });\n\n test('06 - changes left position if does not fit', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '#Container-2 button' }))\n .perform();\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage('06 - changes left position if does not fit');\n });\n\n test('07 - does not change position back on shrink', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '#Container-2 button' }))\n .perform();\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '#Container-2 button' }))\n .perform();\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage('07 - does not change position back on shrink');\n });\n\n test('08 - does not change bottom position if fits', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '#Container-3 button' }))\n .perform();\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage('08 - does not change bottom position if fits');\n });\n\n test('09 - does not change position on shrink', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '#Container-3 button' }))\n .pause(100)\n .click(this.browser.findElement({ css: '#Container-3 button' }))\n .perform();\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage('09 - does not change position on shrink');\n });\n\n test('10 - does not change bottom position if does not fit', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '#Container-4 button' }))\n .perform();\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage(\n '10 - does not change bottom position if does not fit',\n );\n });\n\n test('11 - does not change position on shrink', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '#Container-4 button' }))\n .pause(100)\n .click(this.browser.findElement({ css: '#Container-4 button' }))\n .perform();\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage('11 - does not change position on shrink');\n });\n });\n\n story('TooltipWithInputAndSwitchableContent', ({ setStoryParameters }) => {\n setStoryParameters({\n skip: {\n // TODO @Khlutkova fix after update browsers\n 'story-skip-0': {\n in: ['firefox2022', 'firefox2022Dark', 'chrome2022Dark'],\n tests: ['focus and types', 'clear input'],\n },\n },\n });\n\n test('focus and types', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: 'input' }))\n .sendKeys('Hi')\n .perform();\n await delay(2000);\n await this.expect(await this.takeScreenshot()).to.matchImage('focus and types');\n });\n\n test('clear input', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: 'input' }))\n .sendKeys('Hi')\n .sendKeys(this.keys.BACK_SPACE, this.keys.BACK_SPACE)\n .perform();\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage('clear input');\n });\n });\n\n story('DynamicTriggersStory', ({ setStoryParameters }) => {\n setStoryParameters({\n captureElement: '[data-comp-name~=\"TestTooltip\"]',\n });\n\n test('without trigger', async function () {\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage('without trigger');\n });\n\n test('hover - mouseEnter', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '#hover' }))\n .move({\n origin: this.browser.findElement({ css: '[type=\"button\"]' }),\n })\n .perform();\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage('hover - mouseEnter');\n });\n\n test('hover - mouseLeave', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '#hover' }))\n .move({\n origin: this.browser.findElement({ css: '[type=\"button\"]' }),\n })\n .pause(500)\n .perform();\n await this.browser\n .actions({\n bridge: true,\n })\n .move({\n origin: this.browser.findElement({ css: 'body' }),\n })\n .pause(500)\n .perform();\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage('hover - mouseLeave');\n });\n\n test('click - click anchor', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '#click' }))\n .click(this.browser.findElement({ css: '[type=\"button\"]' }))\n .perform();\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage('click - click anchor');\n });\n\n test('click - click outside', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '#click' }))\n .click(this.browser.findElement({ css: '[type=\"button\"]' }))\n .click(this.browser.findElement({ css: 'body' }))\n .perform();\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage('click - click outside');\n });\n\n test('focus - focus', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '#focus' }))\n .perform();\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '[type=\"button\"]' }))\n .perform();\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage('focus - focus');\n });\n\n test('focus - blur', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '#focus' }))\n .click(this.browser.findElement({ css: '[type=\"button\"]' }))\n .click(this.browser.findElement({ css: 'body' }))\n .perform();\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage('focus - blur');\n });\n\n test('opened', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '#opened' }))\n .perform();\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage('opened');\n });\n\n test('closed', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '#opened' }))\n .click(this.browser.findElement({ css: '#closed' }))\n .perform();\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage('closed');\n });\n\n test('hover&focus - mouseEnter', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '#hover_focus' }))\n .move({\n origin: this.browser.findElement({ css: '[type=\"button\"]' }),\n })\n .perform();\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage('hover&focus - mouseEnter');\n });\n\n test('hover&focus - mouseLeave', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '#hover_focus' }))\n .move({\n origin: this.browser.findElement({ css: '[type=\"button\"]' }),\n })\n .move({\n origin: this.browser.findElement({ css: 'body' }),\n })\n .perform();\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage('hover&focus - mouseLeave');\n });\n\n test('hover&focus - focus', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '#hover_focus' }))\n .click(this.browser.findElement({ css: '[type=\"button\"]' }))\n .perform();\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage('hover&focus - focus');\n });\n\n test('hover&focus - focus - mouseLeave', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '#hover_focus' }))\n .click(this.browser.findElement({ css: '[type=\"button\"]' }))\n .move({\n origin: this.browser.findElement({ css: 'body' }),\n })\n .perform();\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage('hover&focus - focus - mouseLeave');\n });\n\n test('hover&focus - blur', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '#hover_focus' }))\n .click(this.browser.findElement({ css: '[type=\"button\"]' }))\n .pause(100)\n .sendKeys(this.keys.TAB)\n .click(this.browser.findElement({ css: 'body' }))\n .perform();\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage('hover&focus - blur');\n });\n });\n\n story('RenderInFirstAvailablePosition', () => {\n test('render in available position', async function () {\n await this.browser\n .actions({ bridge: true })\n .click(this.browser.findElement({ css: '[type=\"button\"]' }))\n .perform();\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage('render in available position');\n });\n\n test('relocate on new available position', async function () {\n await this.browser\n .actions({ bridge: true })\n .click(this.browser.findElement({ css: '[type=\"button\"]' }))\n .perform();\n await this.browser\n .actions({ bridge: true })\n .click(this.browser.findElement({ css: '[type=\"button\"]' }))\n .perform();\n await this.browser\n .actions({ bridge: true })\n .click(this.browser.findElement({ css: '[type=\"button\"]' }))\n .perform();\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage('relocate on new available position');\n });\n });\n\n story('TooltipWithManualControl', () => {\n test('call show', async function () {\n const btns = await this.browser.findElements({ css: '[type=\"button\"]' });\n await this.browser\n .actions({\n bridge: true,\n })\n .click(btns[0])\n .perform();\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage('call show');\n });\n\n test('call hide after show', async function () {\n const btns = await this.browser.findElements({ css: '[type=\"button\"]' });\n await this.browser\n .actions({\n bridge: true,\n })\n .click(btns[0])\n .click(btns[1])\n .perform();\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage('call hide after show');\n });\n });\n\n story('TooltipWithAnchor', ({ setStoryParameters }) => {\n setStoryParameters({\n skip: {\n 'themes do not affect logic': {\n in: /firefox/,\n tests: ['hover by dynamic anchor'],\n },\n },\n });\n\n test('hover by dynamic anchor', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .move({ x: 0, y: 0 })\n .move({ origin: this.browser.findElement({ css: '[data-tid~=\"tooltip_anchor_1\"]' }) })\n .perform();\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage('hover by dynamic anchor');\n });\n });\n});\n"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,130 +0,0 @@
|
|
|
1
|
-
"use strict";var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;var _regenerator = _interopRequireDefault(require("@babel/runtime/regenerator"));var _asyncToGenerator2 = _interopRequireDefault(require("@babel/runtime/helpers/asyncToGenerator"));var _creevey = require("creevey");
|
|
2
|
-
|
|
3
|
-
var _PopupMenu = require("../../../internal/PopupMenu");
|
|
4
|
-
var _utils = require("../../../lib/utils");
|
|
5
|
-
|
|
6
|
-
var textAlignmentTests = function textAlignmentTests() {
|
|
7
|
-
(0, _creevey.test)('opened', /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee() {return _regenerator.default.wrap(function _callee$(_context) {while (1) switch (_context.prev = _context.next) {case 0:_context.next = 2;return (
|
|
8
|
-
this.browser.
|
|
9
|
-
actions({
|
|
10
|
-
bridge: true
|
|
11
|
-
}).
|
|
12
|
-
click(this.browser.findElement({ css: "[data-tid~=\"" + _PopupMenu.PopupMenuDataTids.caption + "\"]" })).
|
|
13
|
-
perform());case 2:_context.next = 4;return (
|
|
14
|
-
(0, _utils.delay)(1000));case 4:_context.t0 =
|
|
15
|
-
this;_context.next = 7;return this.takeScreenshot();case 7:_context.t1 = _context.sent;_context.next = 10;return _context.t0.expect.call(_context.t0, _context.t1).to.matchImage('opened');case 10:case "end":return _context.stop();}}, _callee, this);}))
|
|
16
|
-
);
|
|
17
|
-
};
|
|
18
|
-
|
|
19
|
-
(0, _creevey.kind)('TooltipMenu', function () {
|
|
20
|
-
(0, _creevey.story)('SimpleExample', function (_ref2) {var setStoryParameters = _ref2.setStoryParameters;
|
|
21
|
-
setStoryParameters({
|
|
22
|
-
skip: {
|
|
23
|
-
'story-skip-0': {
|
|
24
|
-
in: ['chrome2022', 'chrome2022Dark'],
|
|
25
|
-
tests: ['clickAfterClickedOnCaption', 'clicked']
|
|
26
|
-
},
|
|
27
|
-
|
|
28
|
-
flaky: { in: ['firefox2022', 'firefox2022Dark'], tests: ['tabPress'] }
|
|
29
|
-
}
|
|
30
|
-
});
|
|
31
|
-
|
|
32
|
-
(0, _creevey.test)('plain', /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee2() {return _regenerator.default.wrap(function _callee2$(_context2) {while (1) switch (_context2.prev = _context2.next) {case 0:_context2.t0 =
|
|
33
|
-
this;_context2.next = 3;return this.takeScreenshot();case 3:_context2.t1 = _context2.sent;_context2.next = 6;return _context2.t0.expect.call(_context2.t0, _context2.t1).to.matchImage('plain');case 6:case "end":return _context2.stop();}}, _callee2, this);}))
|
|
34
|
-
);
|
|
35
|
-
|
|
36
|
-
(0, _creevey.test)('clickAfterClickedOnCaption', /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee3() {return _regenerator.default.wrap(function _callee3$(_context3) {while (1) switch (_context3.prev = _context3.next) {case 0:_context3.next = 2;return (
|
|
37
|
-
this.browser.
|
|
38
|
-
actions({
|
|
39
|
-
bridge: true
|
|
40
|
-
}).
|
|
41
|
-
click(this.browser.findElement({ css: '[data-comp-name~="PopupMenu"]' })).
|
|
42
|
-
click(this.browser.findElement({ css: '[data-comp-name~="PopupMenu"]' })).
|
|
43
|
-
perform());case 2:_context3.t0 =
|
|
44
|
-
this;_context3.next = 5;return this.takeScreenshot();case 5:_context3.t1 = _context3.sent;_context3.next = 8;return _context3.t0.expect.call(_context3.t0, _context3.t1).to.matchImage('clickAfterClickedOnCaption');case 8:case "end":return _context3.stop();}}, _callee3, this);}))
|
|
45
|
-
);
|
|
46
|
-
|
|
47
|
-
(0, _creevey.test)('clicked', /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee4() {return _regenerator.default.wrap(function _callee4$(_context4) {while (1) switch (_context4.prev = _context4.next) {case 0:_context4.next = 2;return (
|
|
48
|
-
this.browser.
|
|
49
|
-
actions({
|
|
50
|
-
bridge: true
|
|
51
|
-
}).
|
|
52
|
-
click(this.browser.findElement({ css: '[data-comp-name~="PopupMenu"]' })).
|
|
53
|
-
perform());case 2:_context4.t0 =
|
|
54
|
-
this;_context4.next = 5;return this.takeScreenshot();case 5:_context4.t1 = _context4.sent;_context4.next = 8;return _context4.t0.expect.call(_context4.t0, _context4.t1).to.matchImage('clicked');case 8:case "end":return _context4.stop();}}, _callee4, this);}))
|
|
55
|
-
);
|
|
56
|
-
|
|
57
|
-
(0, _creevey.test)('clickedOutside', /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee5() {return _regenerator.default.wrap(function _callee5$(_context5) {while (1) switch (_context5.prev = _context5.next) {case 0:_context5.next = 2;return (
|
|
58
|
-
this.browser.
|
|
59
|
-
actions({
|
|
60
|
-
bridge: true
|
|
61
|
-
}).
|
|
62
|
-
click(this.browser.findElement({ css: '[data-comp-name~="PopupMenu"]' })).
|
|
63
|
-
click(this.browser.findElement({ css: 'body' })).
|
|
64
|
-
perform());case 2:_context5.t0 =
|
|
65
|
-
this;_context5.next = 5;return this.takeScreenshot();case 5:_context5.t1 = _context5.sent;_context5.next = 8;return _context5.t0.expect.call(_context5.t0, _context5.t1).to.matchImage('clickedOutside');case 8:case "end":return _context5.stop();}}, _callee5, this);}))
|
|
66
|
-
);
|
|
67
|
-
|
|
68
|
-
(0, _creevey.test)('tabPress', /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee6() {return _regenerator.default.wrap(function _callee6$(_context6) {while (1) switch (_context6.prev = _context6.next) {case 0:_context6.next = 2;return (
|
|
69
|
-
this.browser.
|
|
70
|
-
actions({
|
|
71
|
-
bridge: true
|
|
72
|
-
}).
|
|
73
|
-
sendKeys(this.keys.TAB).
|
|
74
|
-
perform());case 2:_context6.t0 =
|
|
75
|
-
this;_context6.next = 5;return this.takeScreenshot();case 5:_context6.t1 = _context6.sent;_context6.next = 8;return _context6.t0.expect.call(_context6.t0, _context6.t1).to.matchImage('tabPress');case 8:case "end":return _context6.stop();}}, _callee6, this);}))
|
|
76
|
-
);
|
|
77
|
-
|
|
78
|
-
(0, _creevey.test)('enterPress', /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee7() {return _regenerator.default.wrap(function _callee7$(_context7) {while (1) switch (_context7.prev = _context7.next) {case 0:_context7.next = 2;return (
|
|
79
|
-
this.browser.
|
|
80
|
-
actions({
|
|
81
|
-
bridge: true
|
|
82
|
-
}).
|
|
83
|
-
sendKeys(this.keys.TAB).
|
|
84
|
-
sendKeys(this.keys.ENTER).
|
|
85
|
-
perform());case 2:_context7.t0 =
|
|
86
|
-
this;_context7.next = 5;return this.takeScreenshot();case 5:_context7.t1 = _context7.sent;_context7.next = 8;return _context7.t0.expect.call(_context7.t0, _context7.t1).to.matchImage('enterPress');case 8:case "end":return _context7.stop();}}, _callee7, this);}))
|
|
87
|
-
);
|
|
88
|
-
|
|
89
|
-
(0, _creevey.test)('escapePress', /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee8() {return _regenerator.default.wrap(function _callee8$(_context8) {while (1) switch (_context8.prev = _context8.next) {case 0:_context8.next = 2;return (
|
|
90
|
-
this.browser.
|
|
91
|
-
actions({
|
|
92
|
-
bridge: true
|
|
93
|
-
}).
|
|
94
|
-
sendKeys(this.keys.TAB).
|
|
95
|
-
sendKeys(this.keys.ENTER).
|
|
96
|
-
sendKeys(this.keys.ESCAPE).
|
|
97
|
-
perform());case 2:_context8.t0 =
|
|
98
|
-
this;_context8.next = 5;return this.takeScreenshot();case 5:_context8.t1 = _context8.sent;_context8.next = 8;return _context8.t0.expect.call(_context8.t0, _context8.t1).to.matchImage('escapePress');case 8:case "end":return _context8.stop();}}, _callee8, this);}))
|
|
99
|
-
);
|
|
100
|
-
});
|
|
101
|
-
|
|
102
|
-
(0, _creevey.story)('MobileExampleHorizontalPaddings', function (_ref10) {var setStoryParameters = _ref10.setStoryParameters;
|
|
103
|
-
setStoryParameters({ captureElement: null });
|
|
104
|
-
|
|
105
|
-
(0, _creevey.test)('opened', /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee9() {return _regenerator.default.wrap(function _callee9$(_context9) {while (1) switch (_context9.prev = _context9.next) {case 0:_context9.next = 2;return (
|
|
106
|
-
this.browser.
|
|
107
|
-
actions({ bridge: true }).
|
|
108
|
-
click(this.browser.findElement({ css: '#test-element' })).
|
|
109
|
-
perform());case 2:_context9.next = 4;return (
|
|
110
|
-
(0, _utils.delay)(200));case 4:_context9.next = 6;return (
|
|
111
|
-
this.browser.
|
|
112
|
-
actions({ bridge: true }).
|
|
113
|
-
move({ origin: this.browser.findElement({ css: '[data-comp-name~="MenuItem"]' }) }).
|
|
114
|
-
perform());case 6:_context9.next = 8;return (
|
|
115
|
-
(0, _utils.delay)(1000));case 8:_context9.t0 =
|
|
116
|
-
this;_context9.next = 11;return this.takeScreenshot();case 11:_context9.t1 = _context9.sent;_context9.next = 14;return _context9.t0.expect.call(_context9.t0, _context9.t1).to.matchImage('opened');case 14:case "end":return _context9.stop();}}, _callee9, this);}))
|
|
117
|
-
);
|
|
118
|
-
});
|
|
119
|
-
(0, _creevey.story)('WithItemsAndIcons', function (_ref12) {var setStoryParameters = _ref12.setStoryParameters;
|
|
120
|
-
setStoryParameters({ skip: { 'themes dont affect logic': { in: /^(?!\bchrome2022\b)/ } } });
|
|
121
|
-
|
|
122
|
-
textAlignmentTests();
|
|
123
|
-
});
|
|
124
|
-
|
|
125
|
-
(0, _creevey.story)('WithItemsAndIconsWithoutTextAlignment', function (_ref13) {var setStoryParameters = _ref13.setStoryParameters;
|
|
126
|
-
setStoryParameters({ skip: { 'themes dont affect logic': { in: /^(?!\bchrome2022\b)/ } } });
|
|
127
|
-
|
|
128
|
-
textAlignmentTests();
|
|
129
|
-
});
|
|
130
|
-
});
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_creevey","require","_PopupMenu","_utils","textAlignmentTests","test","_asyncToGenerator2","default","_regenerator","mark","_callee","wrap","_callee$","_context","prev","next","browser","actions","bridge","click","findElement","css","PopupMenuDataTids","caption","perform","delay","t0","takeScreenshot","t1","sent","expect","call","to","matchImage","stop","kind","story","_ref2","setStoryParameters","skip","in","tests","flaky","_callee2","_callee2$","_context2","_callee3","_callee3$","_context3","_callee4","_callee4$","_context4","_callee5","_callee5$","_context5","_callee6","_callee6$","_context6","sendKeys","keys","TAB","_callee7","_callee7$","_context7","ENTER","_callee8","_callee8$","_context8","ESCAPE","_ref10","captureElement","_callee9","_callee9$","_context9","move","origin","_ref12","_ref13"],"sources":["TooltipMenu.creevey.ts"],"sourcesContent":["import { story, kind, test } from 'creevey';\n\nimport { PopupMenuDataTids } from '../../../internal/PopupMenu';\nimport { delay } from '../../../lib/utils';\n\nconst textAlignmentTests = () => {\n test('opened', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: `[data-tid~=\"${PopupMenuDataTids.caption}\"]` }))\n .perform();\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage('opened');\n });\n};\n\nkind('TooltipMenu', () => {\n story('SimpleExample', ({ setStoryParameters }) => {\n setStoryParameters({\n skip: {\n 'story-skip-0': {\n in: ['chrome2022', 'chrome2022Dark'],\n tests: ['clickAfterClickedOnCaption', 'clicked'],\n },\n\n flaky: { in: ['firefox2022', 'firefox2022Dark'], tests: ['tabPress'] },\n },\n });\n\n test('plain', async function () {\n await this.expect(await this.takeScreenshot()).to.matchImage('plain');\n });\n\n test('clickAfterClickedOnCaption', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '[data-comp-name~=\"PopupMenu\"]' }))\n .click(this.browser.findElement({ css: '[data-comp-name~=\"PopupMenu\"]' }))\n .perform();\n await this.expect(await this.takeScreenshot()).to.matchImage('clickAfterClickedOnCaption');\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~=\"PopupMenu\"]' }))\n .perform();\n await this.expect(await this.takeScreenshot()).to.matchImage('clicked');\n });\n\n test('clickedOutside', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '[data-comp-name~=\"PopupMenu\"]' }))\n .click(this.browser.findElement({ css: 'body' }))\n .perform();\n await this.expect(await this.takeScreenshot()).to.matchImage('clickedOutside');\n });\n\n test('tabPress', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .sendKeys(this.keys.TAB)\n .perform();\n await this.expect(await this.takeScreenshot()).to.matchImage('tabPress');\n });\n\n test('enterPress', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .sendKeys(this.keys.TAB)\n .sendKeys(this.keys.ENTER)\n .perform();\n await this.expect(await this.takeScreenshot()).to.matchImage('enterPress');\n });\n\n test('escapePress', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .sendKeys(this.keys.TAB)\n .sendKeys(this.keys.ENTER)\n .sendKeys(this.keys.ESCAPE)\n .perform();\n await this.expect(await this.takeScreenshot()).to.matchImage('escapePress');\n });\n });\n\n story('MobileExampleHorizontalPaddings', ({ setStoryParameters }) => {\n setStoryParameters({ captureElement: null });\n\n test('opened', async function () {\n await this.browser\n .actions({ bridge: true })\n .click(this.browser.findElement({ css: '#test-element' }))\n .perform();\n await delay(200);\n await this.browser\n .actions({ bridge: true })\n .move({ origin: this.browser.findElement({ css: '[data-comp-name~=\"MenuItem\"]' }) })\n .perform();\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage('opened');\n });\n });\n story('WithItemsAndIcons', ({ setStoryParameters }) => {\n setStoryParameters({ skip: { 'themes dont affect logic': { in: /^(?!\\bchrome2022\\b)/ } } });\n\n textAlignmentTests();\n });\n\n story('WithItemsAndIconsWithoutTextAlignment', ({ setStoryParameters }) => {\n setStoryParameters({ skip: { 'themes dont affect logic': { in: /^(?!\\bchrome2022\\b)/ } } });\n\n textAlignmentTests();\n });\n});\n"],"mappings":"+RAAA,IAAAA,QAAA,GAAAC,OAAA;;AAEA,IAAAC,UAAA,GAAAD,OAAA;AACA,IAAAE,MAAA,GAAAF,OAAA;;AAEA,IAAMG,kBAAkB,GAAG,SAArBA,kBAAkBA,CAAA,EAAS;EAC/B,IAAAC,aAAI,EAAC,QAAQ,mBAAAC,kBAAA,CAAAC,OAAA,gBAAAC,YAAA,CAAAD,OAAA,CAAAE,IAAA,CAAE,SAAAC,QAAA,UAAAF,YAAA,CAAAD,OAAA,CAAAI,IAAA,UAAAC,SAAAC,QAAA,qBAAAA,QAAA,CAAAC,IAAA,GAAAD,QAAA,CAAAE,IAAA,UAAAF,QAAA,CAAAE,IAAA;YACP,IAAI,CAACC,OAAO;YACfC,OAAO,CAAC;cACPC,MAAM,EAAE;YACV,CAAC,CAAC;YACDC,KAAK,CAAC,IAAI,CAACH,OAAO,CAACI,WAAW,CAAC,EAAEC,GAAG,oBAAiBC,4BAAiB,CAACC,OAAO,QAAI,CAAC,CAAC,CAAC,CAAC;YACtFC,OAAO,CAAC,CAAC,SAAAX,QAAA,CAAAE,IAAA;YACN,IAAAU,YAAK,EAAC,IAAI,CAAC,SAAAZ,QAAA,CAAAa,EAAA;UACX,IAAI,CAAAb,QAAA,CAAAE,IAAA,YAAc,IAAI,CAACY,cAAc,CAAC,CAAC,QAAAd,QAAA,CAAAe,EAAA,GAAAf,QAAA,CAAAgB,IAAA,CAAAhB,QAAA,CAAAE,IAAA,aAAAF,QAAA,CAAAa,EAAA,CAAlCI,MAAM,CAAAC,IAAA,CAAAlB,QAAA,CAAAa,EAAA,EAAAb,QAAA,CAAAe,EAAA,EAA8BI,EAAE,CAACC,UAAU,CAAC,QAAQ,4BAAApB,QAAA,CAAAqB,IAAA,OAAAxB,OAAA,SACtE;EAAA,CAAC;AACJ,CAAC;;AAED,IAAAyB,aAAI,EAAC,aAAa,EAAE,YAAM;EACxB,IAAAC,cAAK,EAAC,eAAe,EAAE,UAAAC,KAAA,EAA4B,KAAzBC,kBAAkB,GAAAD,KAAA,CAAlBC,kBAAkB;IAC1CA,kBAAkB,CAAC;MACjBC,IAAI,EAAE;QACJ,cAAc,EAAE;UACdC,EAAE,EAAE,CAAC,YAAY,EAAE,gBAAgB,CAAC;UACpCC,KAAK,EAAE,CAAC,4BAA4B,EAAE,SAAS;QACjD,CAAC;;QAEDC,KAAK,EAAE,EAAEF,EAAE,EAAE,CAAC,aAAa,EAAE,iBAAiB,CAAC,EAAEC,KAAK,EAAE,CAAC,UAAU,CAAC,CAAC;MACvE;IACF,CAAC,CAAC;;IAEF,IAAApC,aAAI,EAAC,OAAO,mBAAAC,kBAAA,CAAAC,OAAA,gBAAAC,YAAA,CAAAD,OAAA,CAAAE,IAAA,CAAE,SAAAkC,SAAA,UAAAnC,YAAA,CAAAD,OAAA,CAAAI,IAAA,UAAAiC,UAAAC,SAAA,qBAAAA,SAAA,CAAA/B,IAAA,GAAA+B,SAAA,CAAA9B,IAAA,UAAA8B,SAAA,CAAAnB,EAAA;YACN,IAAI,CAAAmB,SAAA,CAAA9B,IAAA,YAAc,IAAI,CAACY,cAAc,CAAC,CAAC,QAAAkB,SAAA,CAAAjB,EAAA,GAAAiB,SAAA,CAAAhB,IAAA,CAAAgB,SAAA,CAAA9B,IAAA,YAAA8B,SAAA,CAAAnB,EAAA,CAAlCI,MAAM,CAAAC,IAAA,CAAAc,SAAA,CAAAnB,EAAA,EAAAmB,SAAA,CAAAjB,EAAA,EAA8BI,EAAE,CAACC,UAAU,CAAC,OAAO,2BAAAY,SAAA,CAAAX,IAAA,OAAAS,QAAA,SACrE;IAAA,CAAC;;IAEF,IAAAtC,aAAI,EAAC,4BAA4B,mBAAAC,kBAAA,CAAAC,OAAA,gBAAAC,YAAA,CAAAD,OAAA,CAAAE,IAAA,CAAE,SAAAqC,SAAA,UAAAtC,YAAA,CAAAD,OAAA,CAAAI,IAAA,UAAAoC,UAAAC,SAAA,qBAAAA,SAAA,CAAAlC,IAAA,GAAAkC,SAAA,CAAAjC,IAAA,UAAAiC,SAAA,CAAAjC,IAAA;cAC3B,IAAI,CAACC,OAAO;cACfC,OAAO,CAAC;gBACPC,MAAM,EAAE;cACV,CAAC,CAAC;cACDC,KAAK,CAAC,IAAI,CAACH,OAAO,CAACI,WAAW,CAAC,EAAEC,GAAG,EAAE,+BAA+B,CAAC,CAAC,CAAC,CAAC;cACzEF,KAAK,CAAC,IAAI,CAACH,OAAO,CAACI,WAAW,CAAC,EAAEC,GAAG,EAAE,+BAA+B,CAAC,CAAC,CAAC,CAAC;cACzEG,OAAO,CAAC,CAAC,SAAAwB,SAAA,CAAAtB,EAAA;YACN,IAAI,CAAAsB,SAAA,CAAAjC,IAAA,YAAc,IAAI,CAACY,cAAc,CAAC,CAAC,QAAAqB,SAAA,CAAApB,EAAA,GAAAoB,SAAA,CAAAnB,IAAA,CAAAmB,SAAA,CAAAjC,IAAA,YAAAiC,SAAA,CAAAtB,EAAA,CAAlCI,MAAM,CAAAC,IAAA,CAAAiB,SAAA,CAAAtB,EAAA,EAAAsB,SAAA,CAAApB,EAAA,EAA8BI,EAAE,CAACC,UAAU,CAAC,4BAA4B,2BAAAe,SAAA,CAAAd,IAAA,OAAAY,QAAA,SAC1F;IAAA,CAAC;;IAEF,IAAAzC,aAAI,EAAC,SAAS,mBAAAC,kBAAA,CAAAC,OAAA,gBAAAC,YAAA,CAAAD,OAAA,CAAAE,IAAA,CAAE,SAAAwC,SAAA,UAAAzC,YAAA,CAAAD,OAAA,CAAAI,IAAA,UAAAuC,UAAAC,SAAA,qBAAAA,SAAA,CAAArC,IAAA,GAAAqC,SAAA,CAAApC,IAAA,UAAAoC,SAAA,CAAApC,IAAA;cACR,IAAI,CAACC,OAAO;cACfC,OAAO,CAAC;gBACPC,MAAM,EAAE;cACV,CAAC,CAAC;cACDC,KAAK,CAAC,IAAI,CAACH,OAAO,CAACI,WAAW,CAAC,EAAEC,GAAG,EAAE,+BAA+B,CAAC,CAAC,CAAC,CAAC;cACzEG,OAAO,CAAC,CAAC,SAAA2B,SAAA,CAAAzB,EAAA;YACN,IAAI,CAAAyB,SAAA,CAAApC,IAAA,YAAc,IAAI,CAACY,cAAc,CAAC,CAAC,QAAAwB,SAAA,CAAAvB,EAAA,GAAAuB,SAAA,CAAAtB,IAAA,CAAAsB,SAAA,CAAApC,IAAA,YAAAoC,SAAA,CAAAzB,EAAA,CAAlCI,MAAM,CAAAC,IAAA,CAAAoB,SAAA,CAAAzB,EAAA,EAAAyB,SAAA,CAAAvB,EAAA,EAA8BI,EAAE,CAACC,UAAU,CAAC,SAAS,2BAAAkB,SAAA,CAAAjB,IAAA,OAAAe,QAAA,SACvE;IAAA,CAAC;;IAEF,IAAA5C,aAAI,EAAC,gBAAgB,mBAAAC,kBAAA,CAAAC,OAAA,gBAAAC,YAAA,CAAAD,OAAA,CAAAE,IAAA,CAAE,SAAA2C,SAAA,UAAA5C,YAAA,CAAAD,OAAA,CAAAI,IAAA,UAAA0C,UAAAC,SAAA,qBAAAA,SAAA,CAAAxC,IAAA,GAAAwC,SAAA,CAAAvC,IAAA,UAAAuC,SAAA,CAAAvC,IAAA;cACf,IAAI,CAACC,OAAO;cACfC,OAAO,CAAC;gBACPC,MAAM,EAAE;cACV,CAAC,CAAC;cACDC,KAAK,CAAC,IAAI,CAACH,OAAO,CAACI,WAAW,CAAC,EAAEC,GAAG,EAAE,+BAA+B,CAAC,CAAC,CAAC,CAAC;cACzEF,KAAK,CAAC,IAAI,CAACH,OAAO,CAACI,WAAW,CAAC,EAAEC,GAAG,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC;cAChDG,OAAO,CAAC,CAAC,SAAA8B,SAAA,CAAA5B,EAAA;YACN,IAAI,CAAA4B,SAAA,CAAAvC,IAAA,YAAc,IAAI,CAACY,cAAc,CAAC,CAAC,QAAA2B,SAAA,CAAA1B,EAAA,GAAA0B,SAAA,CAAAzB,IAAA,CAAAyB,SAAA,CAAAvC,IAAA,YAAAuC,SAAA,CAAA5B,EAAA,CAAlCI,MAAM,CAAAC,IAAA,CAAAuB,SAAA,CAAA5B,EAAA,EAAA4B,SAAA,CAAA1B,EAAA,EAA8BI,EAAE,CAACC,UAAU,CAAC,gBAAgB,2BAAAqB,SAAA,CAAApB,IAAA,OAAAkB,QAAA,SAC9E;IAAA,CAAC;;IAEF,IAAA/C,aAAI,EAAC,UAAU,mBAAAC,kBAAA,CAAAC,OAAA,gBAAAC,YAAA,CAAAD,OAAA,CAAAE,IAAA,CAAE,SAAA8C,SAAA,UAAA/C,YAAA,CAAAD,OAAA,CAAAI,IAAA,UAAA6C,UAAAC,SAAA,qBAAAA,SAAA,CAAA3C,IAAA,GAAA2C,SAAA,CAAA1C,IAAA,UAAA0C,SAAA,CAAA1C,IAAA;cACT,IAAI,CAACC,OAAO;cACfC,OAAO,CAAC;gBACPC,MAAM,EAAE;cACV,CAAC,CAAC;cACDwC,QAAQ,CAAC,IAAI,CAACC,IAAI,CAACC,GAAG,CAAC;cACvBpC,OAAO,CAAC,CAAC,SAAAiC,SAAA,CAAA/B,EAAA;YACN,IAAI,CAAA+B,SAAA,CAAA1C,IAAA,YAAc,IAAI,CAACY,cAAc,CAAC,CAAC,QAAA8B,SAAA,CAAA7B,EAAA,GAAA6B,SAAA,CAAA5B,IAAA,CAAA4B,SAAA,CAAA1C,IAAA,YAAA0C,SAAA,CAAA/B,EAAA,CAAlCI,MAAM,CAAAC,IAAA,CAAA0B,SAAA,CAAA/B,EAAA,EAAA+B,SAAA,CAAA7B,EAAA,EAA8BI,EAAE,CAACC,UAAU,CAAC,UAAU,2BAAAwB,SAAA,CAAAvB,IAAA,OAAAqB,QAAA,SACxE;IAAA,CAAC;;IAEF,IAAAlD,aAAI,EAAC,YAAY,mBAAAC,kBAAA,CAAAC,OAAA,gBAAAC,YAAA,CAAAD,OAAA,CAAAE,IAAA,CAAE,SAAAoD,SAAA,UAAArD,YAAA,CAAAD,OAAA,CAAAI,IAAA,UAAAmD,UAAAC,SAAA,qBAAAA,SAAA,CAAAjD,IAAA,GAAAiD,SAAA,CAAAhD,IAAA,UAAAgD,SAAA,CAAAhD,IAAA;cACX,IAAI,CAACC,OAAO;cACfC,OAAO,CAAC;gBACPC,MAAM,EAAE;cACV,CAAC,CAAC;cACDwC,QAAQ,CAAC,IAAI,CAACC,IAAI,CAACC,GAAG,CAAC;cACvBF,QAAQ,CAAC,IAAI,CAACC,IAAI,CAACK,KAAK,CAAC;cACzBxC,OAAO,CAAC,CAAC,SAAAuC,SAAA,CAAArC,EAAA;YACN,IAAI,CAAAqC,SAAA,CAAAhD,IAAA,YAAc,IAAI,CAACY,cAAc,CAAC,CAAC,QAAAoC,SAAA,CAAAnC,EAAA,GAAAmC,SAAA,CAAAlC,IAAA,CAAAkC,SAAA,CAAAhD,IAAA,YAAAgD,SAAA,CAAArC,EAAA,CAAlCI,MAAM,CAAAC,IAAA,CAAAgC,SAAA,CAAArC,EAAA,EAAAqC,SAAA,CAAAnC,EAAA,EAA8BI,EAAE,CAACC,UAAU,CAAC,YAAY,2BAAA8B,SAAA,CAAA7B,IAAA,OAAA2B,QAAA,SAC1E;IAAA,CAAC;;IAEF,IAAAxD,aAAI,EAAC,aAAa,mBAAAC,kBAAA,CAAAC,OAAA,gBAAAC,YAAA,CAAAD,OAAA,CAAAE,IAAA,CAAE,SAAAwD,SAAA,UAAAzD,YAAA,CAAAD,OAAA,CAAAI,IAAA,UAAAuD,UAAAC,SAAA,qBAAAA,SAAA,CAAArD,IAAA,GAAAqD,SAAA,CAAApD,IAAA,UAAAoD,SAAA,CAAApD,IAAA;cACZ,IAAI,CAACC,OAAO;cACfC,OAAO,CAAC;gBACPC,MAAM,EAAE;cACV,CAAC,CAAC;cACDwC,QAAQ,CAAC,IAAI,CAACC,IAAI,CAACC,GAAG,CAAC;cACvBF,QAAQ,CAAC,IAAI,CAACC,IAAI,CAACK,KAAK,CAAC;cACzBN,QAAQ,CAAC,IAAI,CAACC,IAAI,CAACS,MAAM,CAAC;cAC1B5C,OAAO,CAAC,CAAC,SAAA2C,SAAA,CAAAzC,EAAA;YACN,IAAI,CAAAyC,SAAA,CAAApD,IAAA,YAAc,IAAI,CAACY,cAAc,CAAC,CAAC,QAAAwC,SAAA,CAAAvC,EAAA,GAAAuC,SAAA,CAAAtC,IAAA,CAAAsC,SAAA,CAAApD,IAAA,YAAAoD,SAAA,CAAAzC,EAAA,CAAlCI,MAAM,CAAAC,IAAA,CAAAoC,SAAA,CAAAzC,EAAA,EAAAyC,SAAA,CAAAvC,EAAA,EAA8BI,EAAE,CAACC,UAAU,CAAC,aAAa,2BAAAkC,SAAA,CAAAjC,IAAA,OAAA+B,QAAA,SAC3E;IAAA,CAAC;EACJ,CAAC,CAAC;;EAEF,IAAA7B,cAAK,EAAC,iCAAiC,EAAE,UAAAiC,MAAA,EAA4B,KAAzB/B,kBAAkB,GAAA+B,MAAA,CAAlB/B,kBAAkB;IAC5DA,kBAAkB,CAAC,EAAEgC,cAAc,EAAE,IAAI,CAAC,CAAC,CAAC;;IAE5C,IAAAjE,aAAI,EAAC,QAAQ,mBAAAC,kBAAA,CAAAC,OAAA,gBAAAC,YAAA,CAAAD,OAAA,CAAAE,IAAA,CAAE,SAAA8D,SAAA,UAAA/D,YAAA,CAAAD,OAAA,CAAAI,IAAA,UAAA6D,UAAAC,SAAA,qBAAAA,SAAA,CAAA3D,IAAA,GAAA2D,SAAA,CAAA1D,IAAA,UAAA0D,SAAA,CAAA1D,IAAA;cACP,IAAI,CAACC,OAAO;cACfC,OAAO,CAAC,EAAEC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC;cACzBC,KAAK,CAAC,IAAI,CAACH,OAAO,CAACI,WAAW,CAAC,EAAEC,GAAG,EAAE,eAAe,CAAC,CAAC,CAAC,CAAC;cACzDG,OAAO,CAAC,CAAC,SAAAiD,SAAA,CAAA1D,IAAA;cACN,IAAAU,YAAK,EAAC,GAAG,CAAC,SAAAgD,SAAA,CAAA1D,IAAA;cACV,IAAI,CAACC,OAAO;cACfC,OAAO,CAAC,EAAEC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC;cACzBwD,IAAI,CAAC,EAAEC,MAAM,EAAE,IAAI,CAAC3D,OAAO,CAACI,WAAW,CAAC,EAAEC,GAAG,EAAE,8BAA8B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;cACnFG,OAAO,CAAC,CAAC,SAAAiD,SAAA,CAAA1D,IAAA;cACN,IAAAU,YAAK,EAAC,IAAI,CAAC,SAAAgD,SAAA,CAAA/C,EAAA;YACX,IAAI,CAAA+C,SAAA,CAAA1D,IAAA,aAAc,IAAI,CAACY,cAAc,CAAC,CAAC,SAAA8C,SAAA,CAAA7C,EAAA,GAAA6C,SAAA,CAAA5C,IAAA,CAAA4C,SAAA,CAAA1D,IAAA,aAAA0D,SAAA,CAAA/C,EAAA,CAAlCI,MAAM,CAAAC,IAAA,CAAA0C,SAAA,CAAA/C,EAAA,EAAA+C,SAAA,CAAA7C,EAAA,EAA8BI,EAAE,CAACC,UAAU,CAAC,QAAQ,4BAAAwC,SAAA,CAAAvC,IAAA,OAAAqC,QAAA,SACtE;IAAA,CAAC;EACJ,CAAC,CAAC;EACF,IAAAnC,cAAK,EAAC,mBAAmB,EAAE,UAAAwC,MAAA,EAA4B,KAAzBtC,kBAAkB,GAAAsC,MAAA,CAAlBtC,kBAAkB;IAC9CA,kBAAkB,CAAC,EAAEC,IAAI,EAAE,EAAE,0BAA0B,EAAE,EAAEC,EAAE,EAAE,qBAAqB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;;IAE3FpC,kBAAkB,CAAC,CAAC;EACtB,CAAC,CAAC;;EAEF,IAAAgC,cAAK,EAAC,uCAAuC,EAAE,UAAAyC,MAAA,EAA4B,KAAzBvC,kBAAkB,GAAAuC,MAAA,CAAlBvC,kBAAkB;IAClEA,kBAAkB,CAAC,EAAEC,IAAI,EAAE,EAAE,0BAA0B,EAAE,EAAEC,EAAE,EAAE,qBAAqB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;;IAE3FpC,kBAAkB,CAAC,CAAC;EACtB,CAAC,CAAC;AACJ,CAAC,CAAC","ignoreList":[]}
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
"use strict";var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;var _regenerator = _interopRequireDefault(require("@babel/runtime/regenerator"));var _asyncToGenerator2 = _interopRequireDefault(require("@babel/runtime/helpers/asyncToGenerator"));var _creevey = require("creevey");
|
|
2
|
-
|
|
3
|
-
var clickThenTAB = function clickThenTAB(clickDataTid) {
|
|
4
|
-
(0, _creevey.test)(clickDataTid, /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee() {var firstFocus, secondFocus;return _regenerator.default.wrap(function _callee$(_context) {while (1) switch (_context.prev = _context.next) {case 0:_context.next = 2;return (
|
|
5
|
-
this.browser.
|
|
6
|
-
actions({
|
|
7
|
-
bridge: true
|
|
8
|
-
}).
|
|
9
|
-
click(this.browser.findElement({ css: "[data-tid=\"" + clickDataTid + "\"] input" })).
|
|
10
|
-
pause(500).
|
|
11
|
-
perform());case 2:_context.next = 4;return (
|
|
12
|
-
this.takeScreenshot());case 4:firstFocus = _context.sent;_context.next = 7;return (
|
|
13
|
-
this.browser.
|
|
14
|
-
actions({
|
|
15
|
-
bridge: true
|
|
16
|
-
}).
|
|
17
|
-
sendKeys(this.keys.TAB).
|
|
18
|
-
pause(500).
|
|
19
|
-
perform());case 7:_context.next = 9;return (
|
|
20
|
-
this.takeScreenshot());case 9:secondFocus = _context.sent;_context.next = 12;return (
|
|
21
|
-
|
|
22
|
-
this.expect({ firstFocus: firstFocus, secondFocus: secondFocus }).to.matchImages());case 12:case "end":return _context.stop();}}, _callee, this);}))
|
|
23
|
-
);
|
|
24
|
-
};
|
|
25
|
-
|
|
26
|
-
(0, _creevey.kind)('CloseButtonIcon', function () {
|
|
27
|
-
(0, _creevey.story)('Tabbable', function (_ref2) {var setStoryParameters = _ref2.setStoryParameters;
|
|
28
|
-
setStoryParameters({
|
|
29
|
-
skip: {
|
|
30
|
-
'do not pass on teamcity': { in: ['firefox2022', 'firefox2022Dark'] },
|
|
31
|
-
'only available in theme2022': { in: /^(?!\b.*2022.*\b)/ }
|
|
32
|
-
}
|
|
33
|
-
});
|
|
34
|
-
clickThenTAB('notTabbable');
|
|
35
|
-
clickThenTAB('tabbable');
|
|
36
|
-
});
|
|
37
|
-
(0, _creevey.story)('Side', function (_ref3) {var setStoryParameters = _ref3.setStoryParameters;
|
|
38
|
-
setStoryParameters({
|
|
39
|
-
skip: { 'only available in theme2022': { in: /^(?!\b.*2022.*\b)/ } }
|
|
40
|
-
});
|
|
41
|
-
});
|
|
42
|
-
(0, _creevey.story)('VerticalAlign', function (_ref4) {var setStoryParameters = _ref4.setStoryParameters;
|
|
43
|
-
setStoryParameters({
|
|
44
|
-
skip: { 'only available in theme2022': { in: /^(?!\b.*2022.*\b)/ } }
|
|
45
|
-
});
|
|
46
|
-
});
|
|
47
|
-
});
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_creevey","require","clickThenTAB","clickDataTid","test","_asyncToGenerator2","default","_regenerator","mark","_callee","firstFocus","secondFocus","wrap","_callee$","_context","prev","next","browser","actions","bridge","click","findElement","css","pause","perform","takeScreenshot","sent","sendKeys","keys","TAB","expect","to","matchImages","stop","kind","story","_ref2","setStoryParameters","skip","in","_ref3","_ref4"],"sources":["CloseButtonIcon.creevey.ts"],"sourcesContent":["import { story, kind, test } from 'creevey';\n\nconst clickThenTAB = (clickDataTid: string) => {\n test(clickDataTid, async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: `[data-tid=\"${clickDataTid}\"] input` }))\n .pause(500)\n .perform();\n const firstFocus = await this.takeScreenshot();\n await this.browser\n .actions({\n bridge: true,\n })\n .sendKeys(this.keys.TAB)\n .pause(500)\n .perform();\n const secondFocus = await this.takeScreenshot();\n\n await this.expect({ firstFocus, secondFocus }).to.matchImages();\n });\n};\n\nkind('CloseButtonIcon', () => {\n story('Tabbable', ({ setStoryParameters }) => {\n setStoryParameters({\n skip: {\n 'do not pass on teamcity': { in: ['firefox2022', 'firefox2022Dark'] },\n 'only available in theme2022': { in: /^(?!\\b.*2022.*\\b)/ },\n },\n });\n clickThenTAB('notTabbable');\n clickThenTAB('tabbable');\n });\n story('Side', ({ setStoryParameters }) => {\n setStoryParameters({\n skip: { 'only available in theme2022': { in: /^(?!\\b.*2022.*\\b)/ } },\n });\n });\n story('VerticalAlign', ({ setStoryParameters }) => {\n setStoryParameters({\n skip: { 'only available in theme2022': { in: /^(?!\\b.*2022.*\\b)/ } },\n });\n });\n});\n"],"mappings":"+RAAA,IAAAA,QAAA,GAAAC,OAAA;;AAEA,IAAMC,YAAY,GAAG,SAAfA,YAAYA,CAAIC,YAAoB,EAAK;EAC7C,IAAAC,aAAI,EAACD,YAAY,mBAAAE,kBAAA,CAAAC,OAAA,gBAAAC,YAAA,CAAAD,OAAA,CAAAE,IAAA,CAAE,SAAAC,QAAA,OAAAC,UAAA,EAAAC,WAAA,QAAAJ,YAAA,CAAAD,OAAA,CAAAM,IAAA,UAAAC,SAAAC,QAAA,qBAAAA,QAAA,CAAAC,IAAA,GAAAD,QAAA,CAAAE,IAAA,UAAAF,QAAA,CAAAE,IAAA;YACX,IAAI,CAACC,OAAO;YACfC,OAAO,CAAC;cACPC,MAAM,EAAE;YACV,CAAC,CAAC;YACDC,KAAK,CAAC,IAAI,CAACH,OAAO,CAACI,WAAW,CAAC,EAAEC,GAAG,mBAAgBnB,YAAY,cAAU,CAAC,CAAC,CAAC,CAAC;YAC9EoB,KAAK,CAAC,GAAG,CAAC;YACVC,OAAO,CAAC,CAAC,SAAAV,QAAA,CAAAE,IAAA;YACa,IAAI,CAACS,cAAc,CAAC,CAAC,SAAxCf,UAAU,GAAAI,QAAA,CAAAY,IAAA,CAAAZ,QAAA,CAAAE,IAAA;YACV,IAAI,CAACC,OAAO;YACfC,OAAO,CAAC;cACPC,MAAM,EAAE;YACV,CAAC,CAAC;YACDQ,QAAQ,CAAC,IAAI,CAACC,IAAI,CAACC,GAAG,CAAC;YACvBN,KAAK,CAAC,GAAG,CAAC;YACVC,OAAO,CAAC,CAAC,SAAAV,QAAA,CAAAE,IAAA;YACc,IAAI,CAACS,cAAc,CAAC,CAAC,SAAzCd,WAAW,GAAAG,QAAA,CAAAY,IAAA,CAAAZ,QAAA,CAAAE,IAAA;;YAEX,IAAI,CAACc,MAAM,CAAC,EAAEpB,UAAU,EAAVA,UAAU,EAAEC,WAAW,EAAXA,WAAW,CAAC,CAAC,CAAC,CAACoB,EAAE,CAACC,WAAW,CAAC,CAAC,4BAAAlB,QAAA,CAAAmB,IAAA,OAAAxB,OAAA,SAChE;EAAA,CAAC;AACJ,CAAC;;AAED,IAAAyB,aAAI,EAAC,iBAAiB,EAAE,YAAM;EAC5B,IAAAC,cAAK,EAAC,UAAU,EAAE,UAAAC,KAAA,EAA4B,KAAzBC,kBAAkB,GAAAD,KAAA,CAAlBC,kBAAkB;IACrCA,kBAAkB,CAAC;MACjBC,IAAI,EAAE;QACJ,yBAAyB,EAAE,EAAEC,EAAE,EAAE,CAAC,aAAa,EAAE,iBAAiB,CAAC,CAAC,CAAC;QACrE,6BAA6B,EAAE,EAAEA,EAAE,EAAE,mBAAmB,CAAC;MAC3D;IACF,CAAC,CAAC;IACFrC,YAAY,CAAC,aAAa,CAAC;IAC3BA,YAAY,CAAC,UAAU,CAAC;EAC1B,CAAC,CAAC;EACF,IAAAiC,cAAK,EAAC,MAAM,EAAE,UAAAK,KAAA,EAA4B,KAAzBH,kBAAkB,GAAAG,KAAA,CAAlBH,kBAAkB;IACjCA,kBAAkB,CAAC;MACjBC,IAAI,EAAE,EAAE,6BAA6B,EAAE,EAAEC,EAAE,EAAE,mBAAmB,CAAC,CAAC,CAAC;IACrE,CAAC,CAAC;EACJ,CAAC,CAAC;EACF,IAAAJ,cAAK,EAAC,eAAe,EAAE,UAAAM,KAAA,EAA4B,KAAzBJ,kBAAkB,GAAAI,KAAA,CAAlBJ,kBAAkB;IAC1CA,kBAAkB,CAAC;MACjBC,IAAI,EAAE,EAAE,6BAA6B,EAAE,EAAEC,EAAE,EAAE,mBAAmB,CAAC,CAAC,CAAC;IACrE,CAAC,CAAC;EACJ,CAAC,CAAC;AACJ,CAAC,CAAC","ignoreList":[]}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
"use strict";var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;var _regenerator = _interopRequireDefault(require("@babel/runtime/regenerator"));var _asyncToGenerator2 = _interopRequireDefault(require("@babel/runtime/helpers/asyncToGenerator"));var _creevey = require("creevey");
|
|
2
|
-
|
|
3
|
-
var FIREFOX_REGEXP = /.*firefox.*/i;
|
|
4
|
-
|
|
5
|
-
(0, _creevey.kind)('ComboBoxView', function () {
|
|
6
|
-
(0, _creevey.story)('InputLikeText', function (_ref) {var setStoryParameters = _ref.setStoryParameters;
|
|
7
|
-
setStoryParameters({
|
|
8
|
-
skip: {
|
|
9
|
-
'story-skip-0': {
|
|
10
|
-
in: FIREFOX_REGEXP,
|
|
11
|
-
tests: ['focused first element']
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
});
|
|
15
|
-
|
|
16
|
-
(0, _creevey.test)('plain', /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee() {return _regenerator.default.wrap(function _callee$(_context) {while (1) switch (_context.prev = _context.next) {case 0:_context.t0 =
|
|
17
|
-
this;_context.next = 3;return this.takeScreenshot();case 3:_context.t1 = _context.sent;_context.next = 6;return _context.t0.expect.call(_context.t0, _context.t1).to.matchImage('plain');case 6:case "end":return _context.stop();}}, _callee, this);}))
|
|
18
|
-
);
|
|
19
|
-
|
|
20
|
-
(0, _creevey.test)('focused first element', /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee2() {return _regenerator.default.wrap(function _callee2$(_context2) {while (1) switch (_context2.prev = _context2.next) {case 0:_context2.next = 2;return (
|
|
21
|
-
this.browser.
|
|
22
|
-
actions({
|
|
23
|
-
bridge: true
|
|
24
|
-
}).
|
|
25
|
-
click(this.browser.findElement({ css: '[data-comp-name~="InputLikeText"]' })).
|
|
26
|
-
perform());case 2:_context2.t0 =
|
|
27
|
-
this;_context2.next = 5;return this.takeScreenshot();case 5:_context2.t1 = _context2.sent;_context2.next = 8;return _context2.t0.expect.call(_context2.t0, _context2.t1).to.matchImage('focused first element');case 8:case "end":return _context2.stop();}}, _callee2, this);}))
|
|
28
|
-
);
|
|
29
|
-
});
|
|
30
|
-
});
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_creevey","require","FIREFOX_REGEXP","kind","story","_ref","setStoryParameters","skip","in","tests","test","_asyncToGenerator2","default","_regenerator","mark","_callee","wrap","_callee$","_context","prev","next","t0","takeScreenshot","t1","sent","expect","call","to","matchImage","stop","_callee2","_callee2$","_context2","browser","actions","bridge","click","findElement","css","perform"],"sources":["ComboBoxView.creevey.ts"],"sourcesContent":["import { story, kind, test } from 'creevey';\n\nconst FIREFOX_REGEXP = /.*firefox.*/i;\n\nkind('ComboBoxView', () => {\n story('InputLikeText', ({ setStoryParameters }) => {\n setStoryParameters({\n skip: {\n 'story-skip-0': {\n in: FIREFOX_REGEXP,\n tests: ['focused first element'],\n },\n },\n });\n\n test('plain', async function () {\n await this.expect(await this.takeScreenshot()).to.matchImage('plain');\n });\n\n test('focused first element', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '[data-comp-name~=\"InputLikeText\"]' }))\n .perform();\n await this.expect(await this.takeScreenshot()).to.matchImage('focused first element');\n });\n });\n});\n"],"mappings":"+RAAA,IAAAA,QAAA,GAAAC,OAAA;;AAEA,IAAMC,cAAc,GAAG,cAAc;;AAErC,IAAAC,aAAI,EAAC,cAAc,EAAE,YAAM;EACzB,IAAAC,cAAK,EAAC,eAAe,EAAE,UAAAC,IAAA,EAA4B,KAAzBC,kBAAkB,GAAAD,IAAA,CAAlBC,kBAAkB;IAC1CA,kBAAkB,CAAC;MACjBC,IAAI,EAAE;QACJ,cAAc,EAAE;UACdC,EAAE,EAAEN,cAAc;UAClBO,KAAK,EAAE,CAAC,uBAAuB;QACjC;MACF;IACF,CAAC,CAAC;;IAEF,IAAAC,aAAI,EAAC,OAAO,mBAAAC,kBAAA,CAAAC,OAAA,gBAAAC,YAAA,CAAAD,OAAA,CAAAE,IAAA,CAAE,SAAAC,QAAA,UAAAF,YAAA,CAAAD,OAAA,CAAAI,IAAA,UAAAC,SAAAC,QAAA,qBAAAA,QAAA,CAAAC,IAAA,GAAAD,QAAA,CAAAE,IAAA,UAAAF,QAAA,CAAAG,EAAA;YACN,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,OAAO,2BAAAV,QAAA,CAAAW,IAAA,OAAAd,OAAA,SACrE;IAAA,CAAC;;IAEF,IAAAL,aAAI,EAAC,uBAAuB,mBAAAC,kBAAA,CAAAC,OAAA,gBAAAC,YAAA,CAAAD,OAAA,CAAAE,IAAA,CAAE,SAAAgB,SAAA,UAAAjB,YAAA,CAAAD,OAAA,CAAAI,IAAA,UAAAe,UAAAC,SAAA,qBAAAA,SAAA,CAAAb,IAAA,GAAAa,SAAA,CAAAZ,IAAA,UAAAY,SAAA,CAAAZ,IAAA;cACtB,IAAI,CAACa,OAAO;cACfC,OAAO,CAAC;gBACPC,MAAM,EAAE;cACV,CAAC,CAAC;cACDC,KAAK,CAAC,IAAI,CAACH,OAAO,CAACI,WAAW,CAAC,EAAEC,GAAG,EAAE,mCAAmC,CAAC,CAAC,CAAC,CAAC;cAC7EC,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,uBAAuB,2BAAAI,SAAA,CAAAH,IAAA,OAAAC,QAAA,SACrF;IAAA,CAAC;EACJ,CAAC,CAAC;AACJ,CAAC,CAAC","ignoreList":[]}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
"use strict";var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;var _regenerator = _interopRequireDefault(require("@babel/runtime/regenerator"));var _asyncToGenerator2 = _interopRequireDefault(require("@babel/runtime/helpers/asyncToGenerator"));var _creevey = require("creevey");
|
|
2
|
-
|
|
3
|
-
(0, _creevey.kind)('FileUploaderFile', function () {
|
|
4
|
-
(0, _creevey.story)('FileUploaderFileWithValidationError', function (_ref) {var setStoryParameters = _ref.setStoryParameters;
|
|
5
|
-
setStoryParameters({
|
|
6
|
-
skip: {
|
|
7
|
-
'story-skip-0': {
|
|
8
|
-
in: /^(?!\b(chrome2022)\b)/
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
});
|
|
12
|
-
|
|
13
|
-
(0, _creevey.test)('hover', /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee() {return _regenerator.default.wrap(function _callee$(_context) {while (1) switch (_context.prev = _context.next) {case 0:_context.next = 2;return (
|
|
14
|
-
this.browser.
|
|
15
|
-
actions({
|
|
16
|
-
bridge: true
|
|
17
|
-
}).
|
|
18
|
-
move({
|
|
19
|
-
origin: this.browser.findElement({ css: '[data-tid="FileUploader__fileName"]' })
|
|
20
|
-
}).
|
|
21
|
-
perform());case 2:_context.t0 =
|
|
22
|
-
this;_context.next = 5;return this.takeScreenshot();case 5:_context.t1 = _context.sent;_context.next = 8;return _context.t0.expect.call(_context.t0, _context.t1).to.matchImage('hover');case 8:case "end":return _context.stop();}}, _callee, this);}))
|
|
23
|
-
);
|
|
24
|
-
});
|
|
25
|
-
});
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_creevey","require","kind","story","_ref","setStoryParameters","skip","in","test","_asyncToGenerator2","default","_regenerator","mark","_callee","wrap","_callee$","_context","prev","next","browser","actions","bridge","move","origin","findElement","css","perform","t0","takeScreenshot","t1","sent","expect","call","to","matchImage","stop"],"sources":["FileUploaderFile.creevey.ts"],"sourcesContent":["import { story, kind, test } from 'creevey';\n\nkind('FileUploaderFile', () => {\n story('FileUploaderFileWithValidationError', ({ setStoryParameters }) => {\n setStoryParameters({\n skip: {\n 'story-skip-0': {\n in: /^(?!\\b(chrome2022)\\b)/,\n },\n },\n });\n\n test('hover', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .move({\n origin: this.browser.findElement({ css: '[data-tid=\"FileUploader__fileName\"]' }),\n })\n .perform();\n await this.expect(await this.takeScreenshot()).to.matchImage('hover');\n });\n });\n});\n"],"mappings":"+RAAA,IAAAA,QAAA,GAAAC,OAAA;;AAEA,IAAAC,aAAI,EAAC,kBAAkB,EAAE,YAAM;EAC7B,IAAAC,cAAK,EAAC,qCAAqC,EAAE,UAAAC,IAAA,EAA4B,KAAzBC,kBAAkB,GAAAD,IAAA,CAAlBC,kBAAkB;IAChEA,kBAAkB,CAAC;MACjBC,IAAI,EAAE;QACJ,cAAc,EAAE;UACdC,EAAE,EAAE;QACN;MACF;IACF,CAAC,CAAC;;IAEF,IAAAC,aAAI,EAAC,OAAO,mBAAAC,kBAAA,CAAAC,OAAA,gBAAAC,YAAA,CAAAD,OAAA,CAAAE,IAAA,CAAE,SAAAC,QAAA,UAAAF,YAAA,CAAAD,OAAA,CAAAI,IAAA,UAAAC,SAAAC,QAAA,qBAAAA,QAAA,CAAAC,IAAA,GAAAD,QAAA,CAAAE,IAAA,UAAAF,QAAA,CAAAE,IAAA;cACN,IAAI,CAACC,OAAO;cACfC,OAAO,CAAC;gBACPC,MAAM,EAAE;cACV,CAAC,CAAC;cACDC,IAAI,CAAC;gBACJC,MAAM,EAAE,IAAI,CAACJ,OAAO,CAACK,WAAW,CAAC,EAAEC,GAAG,EAAE,qCAAqC,CAAC,CAAC;cACjF,CAAC,CAAC;cACDC,OAAO,CAAC,CAAC,SAAAV,QAAA,CAAAW,EAAA;YACN,IAAI,CAAAX,QAAA,CAAAE,IAAA,YAAc,IAAI,CAACU,cAAc,CAAC,CAAC,QAAAZ,QAAA,CAAAa,EAAA,GAAAb,QAAA,CAAAc,IAAA,CAAAd,QAAA,CAAAE,IAAA,YAAAF,QAAA,CAAAW,EAAA,CAAlCI,MAAM,CAAAC,IAAA,CAAAhB,QAAA,CAAAW,EAAA,EAAAX,QAAA,CAAAa,EAAA,EAA8BI,EAAE,CAACC,UAAU,CAAC,OAAO,2BAAAlB,QAAA,CAAAmB,IAAA,OAAAtB,OAAA,SACrE;IAAA,CAAC;EACJ,CAAC,CAAC;AACJ,CAAC,CAAC","ignoreList":[]}
|
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
"use strict";var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;var _regenerator = _interopRequireDefault(require("@babel/runtime/regenerator"));var _asyncToGenerator2 = _interopRequireDefault(require("@babel/runtime/helpers/asyncToGenerator"));var _creevey = require("creevey");
|
|
2
|
-
|
|
3
|
-
var _utils = require("../../../lib/utils");
|
|
4
|
-
|
|
5
|
-
var testScrollLockUnlock = function testScrollLockUnlock() {
|
|
6
|
-
(0, _creevey.test)('scroll, lock, unlock', /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee2() {var _this = this;var toggle, scrolled, locked, unlocked;return _regenerator.default.wrap(function _callee2$(_context2) {while (1) switch (_context2.prev = _context2.next) {case 0:
|
|
7
|
-
toggle = /*#__PURE__*/function () {var _ref2 = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee() {return _regenerator.default.wrap(function _callee$(_context) {while (1) switch (_context.prev = _context.next) {case 0:_context.next = 2;return (
|
|
8
|
-
_this.browser.
|
|
9
|
-
actions({
|
|
10
|
-
bridge: true
|
|
11
|
-
}).
|
|
12
|
-
click(_this.browser.findElement({ css: '[data-tid~="toggle-lock"]' })).
|
|
13
|
-
perform());case 2:_context.next = 4;return (
|
|
14
|
-
(0, _utils.delay)(1000));case 4:case "end":return _context.stop();}}, _callee);}));return function toggle() {return _ref2.apply(this, arguments);};}();_context2.next = 3;return (
|
|
15
|
-
|
|
16
|
-
this.browser.executeScript(function () {
|
|
17
|
-
var scrollContainer = window.document.documentElement;
|
|
18
|
-
scrollContainer.scrollTop = scrollContainer.scrollHeight;
|
|
19
|
-
}));case 3:_context2.next = 5;return (
|
|
20
|
-
this.browser.takeScreenshot());case 5:scrolled = _context2.sent;_context2.next = 8;return (
|
|
21
|
-
toggle());case 8:_context2.next = 10;return (
|
|
22
|
-
this.browser.takeScreenshot());case 10:locked = _context2.sent;_context2.next = 13;return (
|
|
23
|
-
toggle());case 13:_context2.next = 15;return (
|
|
24
|
-
this.browser.takeScreenshot());case 15:unlocked = _context2.sent;_context2.next = 18;return (
|
|
25
|
-
this.expect({ scrolled: scrolled, locked: locked, unlocked: unlocked }).to.matchImages());case 18:case "end":return _context2.stop();}}, _callee2, this);}))
|
|
26
|
-
);
|
|
27
|
-
};
|
|
28
|
-
|
|
29
|
-
(0, _creevey.kind)('HideBodyVerticalScroll', function () {
|
|
30
|
-
(0, _creevey.story)('Sample', function (_ref3) {var setStoryParameters = _ref3.setStoryParameters;
|
|
31
|
-
setStoryParameters({
|
|
32
|
-
skip: { 'themes dont affect logic': { in: /^(?!\bchrome2022\b)/ } }
|
|
33
|
-
});
|
|
34
|
-
testScrollLockUnlock();
|
|
35
|
-
});
|
|
36
|
-
|
|
37
|
-
(0, _creevey.story)('WithScrollableContent', function (_ref4) {var setStoryParameters = _ref4.setStoryParameters;
|
|
38
|
-
setStoryParameters({
|
|
39
|
-
skip: { 'themes dont affect logic': { in: /^(?!\bchrome2022\b)/ } }
|
|
40
|
-
});
|
|
41
|
-
testScrollLockUnlock();
|
|
42
|
-
});
|
|
43
|
-
|
|
44
|
-
(0, _creevey.story)('WithHTMLOverflowYScroll', function (_ref5) {var setStoryParameters = _ref5.setStoryParameters;
|
|
45
|
-
setStoryParameters({
|
|
46
|
-
skip: { 'themes dont affect logic': { in: /^(?!\bchrome2022\b)/ } }
|
|
47
|
-
});
|
|
48
|
-
testScrollLockUnlock();
|
|
49
|
-
});
|
|
50
|
-
|
|
51
|
-
(0, _creevey.story)('Multiple_WithScrollableContent', function (_ref6) {var setStoryParameters = _ref6.setStoryParameters;
|
|
52
|
-
setStoryParameters({
|
|
53
|
-
skip: { 'themes dont affect logic': { in: /^(?!\bchrome2022\b)/ } }
|
|
54
|
-
});
|
|
55
|
-
testScrollLockUnlock();
|
|
56
|
-
});
|
|
57
|
-
|
|
58
|
-
(0, _creevey.story)('DisorderlyUnmountAndResize', function (_ref7) {var setStoryParameters = _ref7.setStoryParameters;
|
|
59
|
-
setStoryParameters({
|
|
60
|
-
skip: { 'themes dont affect logic': { in: /^(?!\bchrome2022\b)/ } }
|
|
61
|
-
});
|
|
62
|
-
(0, _creevey.test)('idle, hide, show, resize', /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee4() {var _this2 = this;var toggle, idle, hide, show, resize;return _regenerator.default.wrap(function _callee4$(_context4) {while (1) switch (_context4.prev = _context4.next) {case 0:
|
|
63
|
-
toggle = /*#__PURE__*/function () {var _ref9 = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee3(index) {return _regenerator.default.wrap(function _callee3$(_context3) {while (1) switch (_context3.prev = _context3.next) {case 0:_context3.next = 2;return (
|
|
64
|
-
_this2.browser.findElement({ css: "div:nth-of-type(" + index + ") [data-tid~=\"toggle-lock\"]" }).click());case 2:case "end":return _context3.stop();}}, _callee3);}));return function toggle(_x) {return _ref9.apply(this, arguments);};}();_context4.next = 3;return (
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
this.browser.takeScreenshot());case 3:idle = _context4.sent;_context4.next = 6;return (
|
|
68
|
-
|
|
69
|
-
toggle(1));case 6:_context4.next = 8;return (
|
|
70
|
-
toggle(2));case 8:_context4.next = 10;return (
|
|
71
|
-
this.browser.takeScreenshot());case 10:hide = _context4.sent;_context4.next = 13;return (
|
|
72
|
-
|
|
73
|
-
toggle(1));case 13:_context4.next = 15;return (
|
|
74
|
-
toggle(2));case 15:_context4.next = 17;return (
|
|
75
|
-
this.browser.takeScreenshot());case 17:show = _context4.sent;_context4.next = 20;return (
|
|
76
|
-
|
|
77
|
-
this.browser.findElement({ css: '[data-tid="resize"]' }).click());case 20:_context4.next = 22;return (
|
|
78
|
-
this.browser.takeScreenshot());case 22:resize = _context4.sent;_context4.next = 25;return (
|
|
79
|
-
|
|
80
|
-
this.expect({ idle: idle, hide: hide, show: show, resize: resize }).to.matchImages());case 25:case "end":return _context4.stop();}}, _callee4, this);}))
|
|
81
|
-
);
|
|
82
|
-
});
|
|
83
|
-
});
|
package/cjs/internal/HideBodyVerticalScroll/__creevey__/HideBodyVerticalScroll.creevey.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_creevey","require","_utils","testScrollLockUnlock","test","_asyncToGenerator2","default","_regenerator","mark","_callee2","_this","toggle","scrolled","locked","unlocked","wrap","_callee2$","_context2","prev","next","_ref2","_callee","_callee$","_context","browser","actions","bridge","click","findElement","css","perform","delay","stop","apply","arguments","executeScript","scrollContainer","window","document","documentElement","scrollTop","scrollHeight","takeScreenshot","sent","expect","to","matchImages","kind","story","_ref3","setStoryParameters","skip","in","_ref4","_ref5","_ref6","_ref7","_callee4","_this2","idle","hide","show","resize","_callee4$","_context4","_ref9","_callee3","index","_callee3$","_context3","_x"],"sources":["HideBodyVerticalScroll.creevey.ts"],"sourcesContent":["import { story, kind, test } from 'creevey';\n\nimport { delay } from '../../../lib/utils';\n\nconst testScrollLockUnlock = () => {\n test('scroll, lock, unlock', async function () {\n const toggle = async () => {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '[data-tid~=\"toggle-lock\"]' }))\n .perform();\n await delay(1000);\n };\n await this.browser.executeScript(function () {\n const scrollContainer = window.document.documentElement;\n scrollContainer.scrollTop = scrollContainer.scrollHeight;\n });\n const scrolled = await this.browser.takeScreenshot();\n await toggle();\n const locked = await this.browser.takeScreenshot();\n await toggle();\n const unlocked = await this.browser.takeScreenshot();\n await this.expect({ scrolled, locked, unlocked }).to.matchImages();\n });\n};\n\nkind('HideBodyVerticalScroll', () => {\n story('Sample', ({ setStoryParameters }) => {\n setStoryParameters({\n skip: { 'themes dont affect logic': { in: /^(?!\\bchrome2022\\b)/ } },\n });\n testScrollLockUnlock();\n });\n\n story('WithScrollableContent', ({ setStoryParameters }) => {\n setStoryParameters({\n skip: { 'themes dont affect logic': { in: /^(?!\\bchrome2022\\b)/ } },\n });\n testScrollLockUnlock();\n });\n\n story('WithHTMLOverflowYScroll', ({ setStoryParameters }) => {\n setStoryParameters({\n skip: { 'themes dont affect logic': { in: /^(?!\\bchrome2022\\b)/ } },\n });\n testScrollLockUnlock();\n });\n\n story('Multiple_WithScrollableContent', ({ setStoryParameters }) => {\n setStoryParameters({\n skip: { 'themes dont affect logic': { in: /^(?!\\bchrome2022\\b)/ } },\n });\n testScrollLockUnlock();\n });\n\n story('DisorderlyUnmountAndResize', ({ setStoryParameters }) => {\n setStoryParameters({\n skip: { 'themes dont affect logic': { in: /^(?!\\bchrome2022\\b)/ } },\n });\n test('idle, hide, show, resize', async function () {\n const toggle = async (index: number) => {\n await this.browser.findElement({ css: `div:nth-of-type(${index}) [data-tid~=\"toggle-lock\"]` }).click();\n };\n\n const idle = await this.browser.takeScreenshot();\n\n await toggle(1);\n await toggle(2);\n const hide = await this.browser.takeScreenshot();\n\n await toggle(1);\n await toggle(2);\n const show = await this.browser.takeScreenshot();\n\n await this.browser.findElement({ css: '[data-tid=\"resize\"]' }).click();\n const resize = await this.browser.takeScreenshot();\n\n await this.expect({ idle, hide, show, resize }).to.matchImages();\n });\n });\n});\n"],"mappings":"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","ignoreList":[]}
|