@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,90 +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)('Menu', function () {
|
|
4
|
-
(0, _creevey.story)('WithMaxHeight', function (_ref) {var setStoryParameters = _ref.setStoryParameters;
|
|
5
|
-
setStoryParameters({
|
|
6
|
-
captureElement: '[data-tid="menu-container"',
|
|
7
|
-
skip: {
|
|
8
|
-
flacky: { in: ['chrome2022'] }
|
|
9
|
-
}
|
|
10
|
-
});
|
|
11
|
-
|
|
12
|
-
(0, _creevey.test)('idle', /*#__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 =
|
|
13
|
-
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('idle');case 6:case "end":return _context.stop();}}, _callee, this);}))
|
|
14
|
-
);
|
|
15
|
-
|
|
16
|
-
(0, _creevey.test)('moved up from top to the last Item', /*#__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 (
|
|
17
|
-
this.browser.
|
|
18
|
-
actions({
|
|
19
|
-
bridge: true
|
|
20
|
-
}).
|
|
21
|
-
click(this.browser.findElement({ css: '#move-up' })).
|
|
22
|
-
perform());case 2:_context2.t0 =
|
|
23
|
-
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('moved up from top to the last Item');case 8:case "end":return _context2.stop();}}, _callee2, this);}))
|
|
24
|
-
);
|
|
25
|
-
|
|
26
|
-
(0, _creevey.test)('moved up from bottom to the first Item', /*#__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 (
|
|
27
|
-
this.browser.
|
|
28
|
-
actions({
|
|
29
|
-
bridge: true
|
|
30
|
-
}).
|
|
31
|
-
click(this.browser.findElement({ css: '#move-up' })).
|
|
32
|
-
click(this.browser.findElement({ css: '#move-up' })).
|
|
33
|
-
click(this.browser.findElement({ css: '#move-up' })).
|
|
34
|
-
perform());case 2:_context3.t0 =
|
|
35
|
-
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('moved up from bottom to the first Item');case 8:case "end":return _context3.stop();}}, _callee3, this);}))
|
|
36
|
-
);
|
|
37
|
-
|
|
38
|
-
(0, _creevey.test)('moved down from top to the last Item', /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee4() {return _regenerator.default.wrap(function _callee4$(_context4) {while (1) switch (_context4.prev = _context4.next) {case 0:_context4.next = 2;return (
|
|
39
|
-
this.browser.
|
|
40
|
-
actions({
|
|
41
|
-
bridge: true
|
|
42
|
-
}).
|
|
43
|
-
click(this.browser.findElement({ css: '#move-up' })).
|
|
44
|
-
click(this.browser.findElement({ css: '#move-up' })).
|
|
45
|
-
click(this.browser.findElement({ css: '#move-up' })).
|
|
46
|
-
click(this.browser.findElement({ css: '#move-down' })).
|
|
47
|
-
click(this.browser.findElement({ css: '#move-down' })).
|
|
48
|
-
perform());case 2:_context4.t0 =
|
|
49
|
-
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('moved down from top to the last Item');case 8:case "end":return _context4.stop();}}, _callee4, this);}))
|
|
50
|
-
);
|
|
51
|
-
|
|
52
|
-
(0, _creevey.test)('moved down from bottom to the first Item', /*#__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 (
|
|
53
|
-
this.browser.
|
|
54
|
-
actions({
|
|
55
|
-
bridge: true
|
|
56
|
-
}).
|
|
57
|
-
click(this.browser.findElement({ css: '#move-up' })).
|
|
58
|
-
click(this.browser.findElement({ css: '#move-up' })).
|
|
59
|
-
click(this.browser.findElement({ css: '#move-up' })).
|
|
60
|
-
click(this.browser.findElement({ css: '#move-down' })).
|
|
61
|
-
click(this.browser.findElement({ css: '#move-down' })).
|
|
62
|
-
click(this.browser.findElement({ css: '#move-down' })).
|
|
63
|
-
perform());case 2:_context5.t0 =
|
|
64
|
-
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('moved down from bottom to the first Item');case 8:case "end":return _context5.stop();}}, _callee5, this);}))
|
|
65
|
-
);
|
|
66
|
-
});
|
|
67
|
-
|
|
68
|
-
(0, _creevey.story)('WithDisabledMenuItem', function (_ref7) {var setStoryParameters = _ref7.setStoryParameters;
|
|
69
|
-
setStoryParameters({
|
|
70
|
-
skip: {
|
|
71
|
-
'hover does not work in chrome': { in: ['chrome2022', 'chrome2022Dark'], tests: ['mouseenter'] }
|
|
72
|
-
}
|
|
73
|
-
});
|
|
74
|
-
|
|
75
|
-
(0, _creevey.test)('mouseenter', /*#__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 (
|
|
76
|
-
this.browser.
|
|
77
|
-
actions({
|
|
78
|
-
bridge: true
|
|
79
|
-
}).
|
|
80
|
-
click(this.browser.findElement({ css: '[data-tid="menuitem-notdisabled"]' })).
|
|
81
|
-
perform());case 2:_context6.t0 =
|
|
82
|
-
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('mouseenter');case 8:case "end":return _context6.stop();}}, _callee6, this);}))
|
|
83
|
-
);
|
|
84
|
-
});
|
|
85
|
-
(0, _creevey.story)('WithItemsWithIconsWithoutTextAlignment', function (_ref9) {var setStoryParameters = _ref9.setStoryParameters;
|
|
86
|
-
setStoryParameters({
|
|
87
|
-
skip: { 'themes dont affect logic': { in: /^(?!\bchrome2022\b)/ } }
|
|
88
|
-
});
|
|
89
|
-
});
|
|
90
|
-
});
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_creevey","require","kind","story","_ref","setStoryParameters","captureElement","skip","flacky","in","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","_callee3","_callee3$","_context3","_callee4","_callee4$","_context4","_callee5","_callee5$","_context5","_ref7","tests","_callee6","_callee6$","_context6","_ref9"],"sources":["Menu.creevey.ts"],"sourcesContent":["import { story, kind, test } from 'creevey';\n\nkind('Menu', () => {\n story('WithMaxHeight', ({ setStoryParameters }) => {\n setStoryParameters({\n captureElement: '[data-tid=\"menu-container\"',\n skip: {\n flacky: { in: ['chrome2022'] },\n },\n });\n\n test('idle', async function () {\n await this.expect(await this.takeScreenshot()).to.matchImage('idle');\n });\n\n test('moved up from top to the last Item', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '#move-up' }))\n .perform();\n await this.expect(await this.takeScreenshot()).to.matchImage('moved up from top to the last Item');\n });\n\n test('moved up from bottom to the first Item', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '#move-up' }))\n .click(this.browser.findElement({ css: '#move-up' }))\n .click(this.browser.findElement({ css: '#move-up' }))\n .perform();\n await this.expect(await this.takeScreenshot()).to.matchImage('moved up from bottom to the first Item');\n });\n\n test('moved down from top to the last Item', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '#move-up' }))\n .click(this.browser.findElement({ css: '#move-up' }))\n .click(this.browser.findElement({ css: '#move-up' }))\n .click(this.browser.findElement({ css: '#move-down' }))\n .click(this.browser.findElement({ css: '#move-down' }))\n .perform();\n await this.expect(await this.takeScreenshot()).to.matchImage('moved down from top to the last Item');\n });\n\n test('moved down from bottom to the first Item', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '#move-up' }))\n .click(this.browser.findElement({ css: '#move-up' }))\n .click(this.browser.findElement({ css: '#move-up' }))\n .click(this.browser.findElement({ css: '#move-down' }))\n .click(this.browser.findElement({ css: '#move-down' }))\n .click(this.browser.findElement({ css: '#move-down' }))\n .perform();\n await this.expect(await this.takeScreenshot()).to.matchImage('moved down from bottom to the first Item');\n });\n });\n\n story('WithDisabledMenuItem', ({ setStoryParameters }) => {\n setStoryParameters({\n skip: {\n 'hover does not work in chrome': { in: ['chrome2022', 'chrome2022Dark'], tests: ['mouseenter'] },\n },\n });\n\n test('mouseenter', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '[data-tid=\"menuitem-notdisabled\"]' }))\n .perform();\n await this.expect(await this.takeScreenshot()).to.matchImage('mouseenter');\n });\n });\n story('WithItemsWithIconsWithoutTextAlignment', ({ setStoryParameters }) => {\n setStoryParameters({\n skip: { 'themes dont affect logic': { in: /^(?!\\bchrome2022\\b)/ } },\n });\n });\n});\n"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,37 +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("../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)('PopupMenu', function () {
|
|
20
|
-
(0, _creevey.story)('WithItems', function (_ref2) {var setStoryParameters = _ref2.setStoryParameters;
|
|
21
|
-
setStoryParameters({ skip: { 'themes dont affect logic': { in: /^(?!\bchrome2022\b)/ } } });
|
|
22
|
-
|
|
23
|
-
textAlignmentTests();
|
|
24
|
-
});
|
|
25
|
-
|
|
26
|
-
(0, _creevey.story)('WithItemsWithIcons', function (_ref3) {var setStoryParameters = _ref3.setStoryParameters;
|
|
27
|
-
setStoryParameters({ skip: { 'themes dont affect logic': { in: /^(?!\bchrome2022\b)/ } } });
|
|
28
|
-
|
|
29
|
-
textAlignmentTests();
|
|
30
|
-
});
|
|
31
|
-
|
|
32
|
-
(0, _creevey.story)('WithItemsWithIconsWithoutTextAlignment', function (_ref4) {var setStoryParameters = _ref4.setStoryParameters;
|
|
33
|
-
setStoryParameters({ skip: { 'themes dont affect logic': { in: /^(?!\bchrome2022\b)/ } } });
|
|
34
|
-
|
|
35
|
-
textAlignmentTests();
|
|
36
|
-
});
|
|
37
|
-
});
|
|
@@ -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","_ref3","_ref4"],"sources":["PopupMenu.creevey.ts"],"sourcesContent":["import { story, kind, test } from 'creevey';\n\nimport { PopupMenuDataTids } from '../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('PopupMenu', () => {\n story('WithItems', ({ setStoryParameters }) => {\n setStoryParameters({ skip: { 'themes dont affect logic': { in: /^(?!\\bchrome2022\\b)/ } } });\n\n textAlignmentTests();\n });\n\n story('WithItemsWithIcons', ({ setStoryParameters }) => {\n setStoryParameters({ skip: { 'themes dont affect logic': { in: /^(?!\\bchrome2022\\b)/ } } });\n\n textAlignmentTests();\n });\n\n story('WithItemsWithIconsWithoutTextAlignment', ({ 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,WAAW,EAAE,YAAM;EACtB,IAAAC,cAAK,EAAC,WAAW,EAAE,UAAAC,KAAA,EAA4B,KAAzBC,kBAAkB,GAAAD,KAAA,CAAlBC,kBAAkB;IACtCA,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,oBAAoB,EAAE,UAAAK,KAAA,EAA4B,KAAzBH,kBAAkB,GAAAG,KAAA,CAAlBH,kBAAkB;IAC/CA,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,wCAAwC,EAAE,UAAAM,KAAA,EAA4B,KAAzBJ,kBAAkB,GAAAI,KAAA,CAAlBJ,kBAAkB;IACnEA,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,68 +0,0 @@
|
|
|
1
|
-
"use strict";var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;var _regenerator = _interopRequireDefault(require("@babel/runtime/regenerator"));var _asyncToGenerator2 = _interopRequireDefault(require("@babel/runtime/helpers/asyncToGenerator"));var _creevey = require("creevey");
|
|
2
|
-
|
|
3
|
-
var _utils = require("../../../lib/utils");
|
|
4
|
-
|
|
5
|
-
(0, _creevey.kind)('ThemeProvider', function () {
|
|
6
|
-
(0, _creevey.story)('Playground', function (_ref) {var setStoryParameters = _ref.setStoryParameters;
|
|
7
|
-
setStoryParameters({
|
|
8
|
-
skip: {
|
|
9
|
-
'repeating tests': {
|
|
10
|
-
tests: ['theme 2022 top', 'theme 2022 bottom', 'theme 2022 dark top', 'theme 2022 dark bottom'],
|
|
11
|
-
in: /^(?!\b(chrome2022|firefox2022)\b)/
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
});
|
|
15
|
-
|
|
16
|
-
(0, _creevey.test)('theme 2022 top', /*#__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 (
|
|
17
|
-
this.browser.
|
|
18
|
-
actions({ bridge: true }).
|
|
19
|
-
click(this.browser.findElement({ css: '[data-prop-id="lightTheme"]' })).
|
|
20
|
-
perform());case 2:_context.next = 4;return (
|
|
21
|
-
(0, _utils.delay)(500));case 4:_context.t0 =
|
|
22
|
-
this;_context.next = 7;return this.browser.takeScreenshot();case 7:_context.t1 = _context.sent;_context.next = 10;return _context.t0.expect.call(_context.t0, _context.t1).to.matchImage('theme 2022 top');case 10:case "end":return _context.stop();}}, _callee, this);}))
|
|
23
|
-
);
|
|
24
|
-
|
|
25
|
-
(0, _creevey.test)('theme 2022 bottom', /*#__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 (
|
|
26
|
-
this.browser.
|
|
27
|
-
actions({ bridge: true }).
|
|
28
|
-
click(this.browser.findElement({ css: '[data-prop-id="lightTheme"]' })).
|
|
29
|
-
perform());case 2:_context2.next = 4;return (
|
|
30
|
-
this.browser.executeScript(function () {
|
|
31
|
-
document.documentElement.scrollTop = document.documentElement.scrollHeight;
|
|
32
|
-
}));case 4:_context2.next = 6;return (
|
|
33
|
-
(0, _utils.delay)(1000));case 6:_context2.t0 =
|
|
34
|
-
this;_context2.next = 9;return this.browser.takeScreenshot();case 9:_context2.t1 = _context2.sent;_context2.next = 12;return _context2.t0.expect.call(_context2.t0, _context2.t1).to.matchImage('theme 2022 bottom');case 12:case "end":return _context2.stop();}}, _callee2, this);}))
|
|
35
|
-
);
|
|
36
|
-
|
|
37
|
-
(0, _creevey.test)('theme 2022 dark top', /*#__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 (
|
|
38
|
-
this.browser.
|
|
39
|
-
actions({ bridge: true }).
|
|
40
|
-
click(this.browser.findElement({ css: '[data-prop-id="darkTheme"]' })).
|
|
41
|
-
perform());case 2:_context3.next = 4;return (
|
|
42
|
-
(0, _utils.delay)(500));case 4:_context3.t0 =
|
|
43
|
-
this;_context3.next = 7;return this.browser.takeScreenshot();case 7:_context3.t1 = _context3.sent;_context3.next = 10;return _context3.t0.expect.call(_context3.t0, _context3.t1).to.matchImage('theme 2022 dark top');case 10:case "end":return _context3.stop();}}, _callee3, this);}))
|
|
44
|
-
);
|
|
45
|
-
|
|
46
|
-
(0, _creevey.test)('theme 2022 dark bottom', /*#__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 (
|
|
47
|
-
this.browser.
|
|
48
|
-
actions({ bridge: true }).
|
|
49
|
-
click(this.browser.findElement({ css: '[data-prop-id="darkTheme"]' })).
|
|
50
|
-
perform());case 2:_context4.next = 4;return (
|
|
51
|
-
this.browser.executeScript(function () {
|
|
52
|
-
document.documentElement.scrollTop = document.documentElement.scrollHeight;
|
|
53
|
-
}));case 4:_context4.next = 6;return (
|
|
54
|
-
(0, _utils.delay)(1000));case 6:_context4.t0 =
|
|
55
|
-
this;_context4.next = 9;return this.browser.takeScreenshot();case 9:_context4.t1 = _context4.sent;_context4.next = 12;return _context4.t0.expect.call(_context4.t0, _context4.t1).to.matchImage('theme 2022 dark bottom');case 12:case "end":return _context4.stop();}}, _callee4, this);}))
|
|
56
|
-
);
|
|
57
|
-
});
|
|
58
|
-
|
|
59
|
-
(0, _creevey.story)('UnlinkVars', function (_ref6) {var setStoryParameters = _ref6.setStoryParameters;
|
|
60
|
-
setStoryParameters({
|
|
61
|
-
skip: {
|
|
62
|
-
'themes do not affect logic': {
|
|
63
|
-
in: ['chrome2022Dark', 'firefox2022', 'firefox2022Dark']
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
});
|
|
67
|
-
});
|
|
68
|
-
});
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_creevey","require","_utils","kind","story","_ref","setStoryParameters","skip","tests","in","test","_asyncToGenerator2","default","_regenerator","mark","_callee","wrap","_callee$","_context","prev","next","browser","actions","bridge","click","findElement","css","perform","delay","t0","takeScreenshot","t1","sent","expect","call","to","matchImage","stop","_callee2","_callee2$","_context2","executeScript","document","documentElement","scrollTop","scrollHeight","_callee3","_callee3$","_context3","_callee4","_callee4$","_context4","_ref6"],"sources":["ThemeProvider.creevey.ts"],"sourcesContent":["import { story, kind, test } from 'creevey';\n\nimport { delay } from '../../../lib/utils';\n\nkind('ThemeProvider', () => {\n story('Playground', ({ setStoryParameters }) => {\n setStoryParameters({\n skip: {\n 'repeating tests': {\n tests: ['theme 2022 top', 'theme 2022 bottom', 'theme 2022 dark top', 'theme 2022 dark bottom'],\n in: /^(?!\\b(chrome2022|firefox2022)\\b)/,\n },\n },\n });\n\n test('theme 2022 top', async function () {\n await this.browser\n .actions({ bridge: true })\n .click(this.browser.findElement({ css: '[data-prop-id=\"lightTheme\"]' }))\n .perform();\n await delay(500);\n await this.expect(await this.browser.takeScreenshot()).to.matchImage('theme 2022 top');\n });\n\n test('theme 2022 bottom', async function () {\n await this.browser\n .actions({ bridge: true })\n .click(this.browser.findElement({ css: '[data-prop-id=\"lightTheme\"]' }))\n .perform();\n await this.browser.executeScript(function () {\n document.documentElement.scrollTop = document.documentElement.scrollHeight;\n });\n await delay(1000);\n await this.expect(await this.browser.takeScreenshot()).to.matchImage('theme 2022 bottom');\n });\n\n test('theme 2022 dark top', async function () {\n await this.browser\n .actions({ bridge: true })\n .click(this.browser.findElement({ css: '[data-prop-id=\"darkTheme\"]' }))\n .perform();\n await delay(500);\n await this.expect(await this.browser.takeScreenshot()).to.matchImage('theme 2022 dark top');\n });\n\n test('theme 2022 dark bottom', async function () {\n await this.browser\n .actions({ bridge: true })\n .click(this.browser.findElement({ css: '[data-prop-id=\"darkTheme\"]' }))\n .perform();\n await this.browser.executeScript(function () {\n document.documentElement.scrollTop = document.documentElement.scrollHeight;\n });\n await delay(1000);\n await this.expect(await this.browser.takeScreenshot()).to.matchImage('theme 2022 dark bottom');\n });\n });\n\n story('UnlinkVars', ({ setStoryParameters }) => {\n setStoryParameters({\n skip: {\n 'themes do not affect logic': {\n in: ['chrome2022Dark', 'firefox2022', 'firefox2022Dark'],\n },\n },\n });\n });\n});\n"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,228 +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
|
-
var _Select = require("../../../components/Select");
|
|
5
|
-
|
|
6
|
-
(0, _creevey.kind)('ZIndex', function () {
|
|
7
|
-
(0, _creevey.story)('HintAndModalStory', function () {
|
|
8
|
-
(0, _creevey.test)('Modal covers hint', /*#__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 (
|
|
9
|
-
this.browser.
|
|
10
|
-
actions({ bridge: true }).
|
|
11
|
-
click(this.browser.findElement({ css: '[data-tid~="open-modal"]' })).
|
|
12
|
-
perform());case 2:_context.next = 4;return (
|
|
13
|
-
this.browser.
|
|
14
|
-
actions({ bridge: true }).
|
|
15
|
-
click(this.browser.findElement({ css: '.modalBody button' })).
|
|
16
|
-
perform());case 4:_context.next = 6;return (
|
|
17
|
-
(0, _utils.delay)(1000));case 6:_context.t0 =
|
|
18
|
-
this;_context.next = 9;return this.browser.takeScreenshot();case 9:_context.t1 = _context.sent;_context.next = 12;return _context.t0.expect.call(_context.t0, _context.t1).to.matchImage('Modal covers hint');case 12:case "end":return _context.stop();}}, _callee, this);}))
|
|
19
|
-
);
|
|
20
|
-
});
|
|
21
|
-
|
|
22
|
-
(0, _creevey.story)('BigModalWithLoaderStory', function () {
|
|
23
|
-
(0, _creevey.test)('Header covers Loader', /*#__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 (
|
|
24
|
-
this.browser.executeScript(function () {
|
|
25
|
-
var sidePage = window.document.querySelector('[data-tid="modal-container"]');
|
|
26
|
-
|
|
27
|
-
if (sidePage) {
|
|
28
|
-
sidePage.scrollTop = sidePage.offsetHeight / 3;
|
|
29
|
-
}
|
|
30
|
-
}));case 2:_context2.next = 4;return (
|
|
31
|
-
(0, _utils.delay)(1000));case 4:_context2.t0 =
|
|
32
|
-
this;_context2.next = 7;return this.browser.takeScreenshot();case 7:_context2.t1 = _context2.sent;_context2.next = 10;return _context2.t0.expect.call(_context2.t0, _context2.t1).to.matchImage('Header covers Loader');case 10:case "end":return _context2.stop();}}, _callee2, this);}))
|
|
33
|
-
);
|
|
34
|
-
});
|
|
35
|
-
|
|
36
|
-
(0, _creevey.story)('TooltipAndSelectStory', function () {
|
|
37
|
-
(0, _creevey.test)('Menu covers tooltip', /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee3() {var element;return _regenerator.default.wrap(function _callee3$(_context3) {while (1) switch (_context3.prev = _context3.next) {case 0:_context3.next = 2;return (
|
|
38
|
-
this.browser.findElement({ css: '.container' }));case 2:element = _context3.sent;_context3.next = 5;return (
|
|
39
|
-
this.browser.
|
|
40
|
-
actions({ bridge: true }).
|
|
41
|
-
click(this.browser.findElement({ css: "[data-tid=" + _Select.SelectDataTids.label + "]" })).
|
|
42
|
-
sendKeys('q').
|
|
43
|
-
perform());case 5:_context3.next = 7;return (
|
|
44
|
-
(0, _utils.delay)(1000));case 7:_context3.t0 =
|
|
45
|
-
this;_context3.next = 10;return element.takeScreenshot();case 10:_context3.t1 = _context3.sent;_context3.next = 13;return _context3.t0.expect.call(_context3.t0, _context3.t1).to.matchImage('Modal covers hint');case 13:case "end":return _context3.stop();}}, _callee3, this);}))
|
|
46
|
-
);
|
|
47
|
-
});
|
|
48
|
-
|
|
49
|
-
(0, _creevey.story)('LoaderInSidePageBody', function () {
|
|
50
|
-
(0, _creevey.test)('is covered by Header and Footer', /*#__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 (
|
|
51
|
-
this.browser.executeScript(function () {
|
|
52
|
-
var sidePage = window.document.querySelector('[data-tid="SidePage__container"]');
|
|
53
|
-
|
|
54
|
-
if (sidePage) {
|
|
55
|
-
sidePage.scrollTop = sidePage.offsetHeight;
|
|
56
|
-
}
|
|
57
|
-
}));case 2:_context4.next = 4;return (
|
|
58
|
-
(0, _utils.delay)(1000));case 4:_context4.t0 =
|
|
59
|
-
this;_context4.next = 7;return this.browser.takeScreenshot();case 7:_context4.t1 = _context4.sent;_context4.next = 10;return _context4.t0.expect.call(_context4.t0, _context4.t1).to.matchImage('is covered by Header and Footer');case 10:case "end":return _context4.stop();}}, _callee4, this);}))
|
|
60
|
-
);
|
|
61
|
-
});
|
|
62
|
-
|
|
63
|
-
(0, _creevey.story)('SidepageAndSelect', function () {
|
|
64
|
-
(0, _creevey.test)('SidePage covers Select and Tooltip', /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee5() {var element;return _regenerator.default.wrap(function _callee5$(_context5) {while (1) switch (_context5.prev = _context5.next) {case 0:_context5.next = 2;return (
|
|
65
|
-
this.browser.
|
|
66
|
-
actions({ bridge: true }).
|
|
67
|
-
click(this.browser.findElement({ css: '.select-container button' })).
|
|
68
|
-
sendKeys('q').
|
|
69
|
-
perform());case 2:_context5.next = 4;return (
|
|
70
|
-
this.browser.
|
|
71
|
-
actions({ bridge: true }).
|
|
72
|
-
click(this.browser.findElement({ css: '.open-sidepage-container button' })).
|
|
73
|
-
perform());case 4:_context5.next = 6;return (
|
|
74
|
-
this.browser.
|
|
75
|
-
actions({ bridge: true }).
|
|
76
|
-
click(this.browser.findElement({ css: '.sidepage-select-continer button' })).
|
|
77
|
-
sendKeys('q').
|
|
78
|
-
perform());case 6:_context5.next = 8;return (
|
|
79
|
-
this.browser.findElement({ css: "[data-tid='SidePage__container']" }));case 8:element = _context5.sent;_context5.next = 11;return (
|
|
80
|
-
(0, _utils.delay)(1000));case 11:_context5.t0 =
|
|
81
|
-
this;_context5.next = 14;return element.takeScreenshot();case 14:_context5.t1 = _context5.sent;_context5.next = 17;return _context5.t0.expect.call(_context5.t0, _context5.t1).to.matchImage('SidePage covers Select and Tooltip');case 17:case "end":return _context5.stop();}}, _callee5, this);}))
|
|
82
|
-
);
|
|
83
|
-
});
|
|
84
|
-
|
|
85
|
-
(0, _creevey.story)('ElementsInLoaderInModalStory', function (_ref6) {var setStoryParameters = _ref6.setStoryParameters;
|
|
86
|
-
setStoryParameters({
|
|
87
|
-
skip: {
|
|
88
|
-
'flaky test': {
|
|
89
|
-
in: ['chrome2022Dark'],
|
|
90
|
-
tests: ['Hide Hint on active Loader']
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
});
|
|
94
|
-
|
|
95
|
-
(0, _creevey.test)('Open Dropdown while Loader is inactive', /*#__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 (
|
|
96
|
-
this.browser.
|
|
97
|
-
actions({ bridge: true }).
|
|
98
|
-
click(this.browser.findElement({ css: '[data-comp-name~="Select"]' })).
|
|
99
|
-
perform());case 2:_context6.next = 4;return (
|
|
100
|
-
(0, _utils.delay)(1000));case 4:_context6.t0 =
|
|
101
|
-
this;_context6.next = 7;return this.browser.takeScreenshot();case 7:_context6.t1 = _context6.sent;_context6.next = 10;return _context6.t0.expect.call(_context6.t0, _context6.t1).to.matchImage('Open Dropdown while Loader is inactive');case 10:case "end":return _context6.stop();}}, _callee6, this);}))
|
|
102
|
-
);
|
|
103
|
-
|
|
104
|
-
(0, _creevey.test)('Hide Hint on active Loader', /*#__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 (
|
|
105
|
-
this.browser.
|
|
106
|
-
actions({ bridge: true }).
|
|
107
|
-
click(this.browser.findElement({ css: '[data-comp-name~="Toggle"]' })).
|
|
108
|
-
perform());case 2:_context7.next = 4;return (
|
|
109
|
-
(0, _utils.delay)(1000));case 4:_context7.t0 =
|
|
110
|
-
this;_context7.next = 7;return this.browser.takeScreenshot();case 7:_context7.t1 = _context7.sent;_context7.next = 10;return _context7.t0.expect.call(_context7.t0, _context7.t1).to.matchImage('Hide Hint on active Loader');case 10:case "end":return _context7.stop();}}, _callee7, this);}))
|
|
111
|
-
);
|
|
112
|
-
});
|
|
113
|
-
|
|
114
|
-
(0, _creevey.story)('LoaderAndSidePageStory', function () {
|
|
115
|
-
(0, _creevey.test)('SidePage shadow cover Loader', /*#__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 (
|
|
116
|
-
this.browser.
|
|
117
|
-
actions({ bridge: true }).
|
|
118
|
-
click(this.browser.findElement({ css: '[data-comp-name~="Toggle"]' })).
|
|
119
|
-
perform());case 2:_context8.next = 4;return (
|
|
120
|
-
(0, _utils.delay)(1000));case 4:_context8.t0 =
|
|
121
|
-
this;_context8.next = 7;return this.browser.takeScreenshot();case 7:_context8.t1 = _context8.sent;_context8.next = 10;return _context8.t0.expect.call(_context8.t0, _context8.t1).to.matchImage('SidePage shadow cover Loader');case 10:case "end":return _context8.stop();}}, _callee8, this);}))
|
|
122
|
-
);
|
|
123
|
-
});
|
|
124
|
-
|
|
125
|
-
(0, _creevey.story)('StickyAndTooltipsStory', function () {
|
|
126
|
-
(0, _creevey.test)('Sticky covers outside Popup', /*#__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 (
|
|
127
|
-
this.browser.
|
|
128
|
-
actions({ bridge: true }).
|
|
129
|
-
click(this.browser.findElement({ css: '[data-comp-name~="Select"]' })).
|
|
130
|
-
perform());case 2:_context9.next = 4;return (
|
|
131
|
-
(0, _utils.delay)(1000));case 4:_context9.t0 =
|
|
132
|
-
this;_context9.next = 7;return this.browser.takeScreenshot();case 7:_context9.t1 = _context9.sent;_context9.next = 10;return _context9.t0.expect.call(_context9.t0, _context9.t1).to.matchImage('Sticky covers outside Popup');case 10:case "end":return _context9.stop();}}, _callee9, this);}))
|
|
133
|
-
);
|
|
134
|
-
});
|
|
135
|
-
|
|
136
|
-
(0, _creevey.story)('ModalAndToast', function () {
|
|
137
|
-
(0, _creevey.test)('toastShown', /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee10() {return _regenerator.default.wrap(function _callee10$(_context10) {while (1) switch (_context10.prev = _context10.next) {case 0:_context10.next = 2;return (
|
|
138
|
-
this.browser.
|
|
139
|
-
actions({ bridge: true }).
|
|
140
|
-
click(this.browser.findElement({ css: '[data-comp-name~="Button"] button' })).
|
|
141
|
-
perform());case 2:_context10.next = 4;return (
|
|
142
|
-
(0, _utils.delay)(1000));case 4:_context10.t0 =
|
|
143
|
-
this;_context10.next = 7;return this.browser.takeScreenshot();case 7:_context10.t1 = _context10.sent;_context10.next = 10;return _context10.t0.expect.call(_context10.t0, _context10.t1).to.matchImage();case 10:case "end":return _context10.stop();}}, _callee10, this);}))
|
|
144
|
-
);
|
|
145
|
-
});
|
|
146
|
-
|
|
147
|
-
(0, _creevey.story)('ToastOverEverything', function (_ref12) {var setStoryParameters = _ref12.setStoryParameters;
|
|
148
|
-
setStoryParameters({ skip: { 'flickering screenshot': { in: /^(?!\b(firefox))/, tests: 'staticToast' } } });
|
|
149
|
-
|
|
150
|
-
(0, _creevey.test)('staticToast', /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee11() {var shown;return _regenerator.default.wrap(function _callee11$(_context11) {while (1) switch (_context11.prev = _context11.next) {case 0:_context11.next = 2;return (
|
|
151
|
-
this.browser.
|
|
152
|
-
actions({ bridge: true }).
|
|
153
|
-
click(this.browser.findElement({ css: '[data-tid~="static-toast"]' })).
|
|
154
|
-
pause(1000).
|
|
155
|
-
click(this.browser.findElement({ css: 'body' })).
|
|
156
|
-
perform());case 2:_context11.next = 4;return (
|
|
157
|
-
this.browser.takeScreenshot());case 4:shown = _context11.sent;_context11.next = 7;return (
|
|
158
|
-
|
|
159
|
-
this.browser.
|
|
160
|
-
actions({ bridge: true }).
|
|
161
|
-
click(this.browser.findElement({ css: '[data-tid~="ToastView__close"]' })).
|
|
162
|
-
pause(500).
|
|
163
|
-
perform());case 7:_context11.next = 9;return (
|
|
164
|
-
this.expect(shown).to.matchImage());case 9:case "end":return _context11.stop();}}, _callee11, this);}))
|
|
165
|
-
);
|
|
166
|
-
|
|
167
|
-
(0, _creevey.test)('refToast', /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee12() {return _regenerator.default.wrap(function _callee12$(_context12) {while (1) switch (_context12.prev = _context12.next) {case 0:_context12.next = 2;return (
|
|
168
|
-
this.browser.
|
|
169
|
-
actions({ bridge: true }).
|
|
170
|
-
click(this.browser.findElement({ css: '[data-tid~="ref-toast"]' })).
|
|
171
|
-
pause(1000).
|
|
172
|
-
click(this.browser.findElement({ css: 'body' })).
|
|
173
|
-
perform());case 2:_context12.next = 4;return (
|
|
174
|
-
(0, _utils.delay)(1000));case 4:_context12.t0 =
|
|
175
|
-
this;_context12.next = 7;return this.browser.takeScreenshot();case 7:_context12.t1 = _context12.sent;_context12.next = 10;return _context12.t0.expect.call(_context12.t0, _context12.t1).to.matchImage();case 10:case "end":return _context12.stop();}}, _callee12, this);}))
|
|
176
|
-
);
|
|
177
|
-
});
|
|
178
|
-
|
|
179
|
-
(0, _creevey.story)('ModalWithDropdown', function (_ref15) {var setStoryParameters = _ref15.setStoryParameters;
|
|
180
|
-
setStoryParameters({ skip: { 'no themes': { in: /^(?!\b(chrome2022|firefox2022)\b)/ } } });
|
|
181
|
-
|
|
182
|
-
(0, _creevey.test)('dropdown overlaps static header', /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee13() {return _regenerator.default.wrap(function _callee13$(_context13) {while (1) switch (_context13.prev = _context13.next) {case 0:_context13.next = 2;return (
|
|
183
|
-
this.browser.
|
|
184
|
-
actions({ bridge: true }).
|
|
185
|
-
click(this.browser.findElement({ css: '[data-tid="dropdown_top"]' })).
|
|
186
|
-
perform());case 2:_context13.next = 4;return (
|
|
187
|
-
(0, _utils.delay)(1000));case 4:_context13.t0 =
|
|
188
|
-
this;_context13.next = 7;return this.browser.takeScreenshot();case 7:_context13.t1 = _context13.sent;_context13.next = 10;return _context13.t0.expect.call(_context13.t0, _context13.t1).to.matchImage();case 10:case "end":return _context13.stop();}}, _callee13, this);}))
|
|
189
|
-
);
|
|
190
|
-
|
|
191
|
-
(0, _creevey.test)('dropdown lays under fixed header', /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee14() {return _regenerator.default.wrap(function _callee14$(_context14) {while (1) switch (_context14.prev = _context14.next) {case 0:_context14.next = 2;return (
|
|
192
|
-
this.browser.
|
|
193
|
-
actions({ bridge: true }).
|
|
194
|
-
click(this.browser.findElement({ css: '[data-tid="dropdown_top"]' })).
|
|
195
|
-
perform());case 2:_context14.next = 4;return (
|
|
196
|
-
(0, _utils.delay)(1000));case 4:_context14.next = 6;return (
|
|
197
|
-
this.browser.executeScript(function () {
|
|
198
|
-
var scrollContainer = window.document.querySelector('[data-tid="modal-container"]');
|
|
199
|
-
scrollContainer.scrollTop = scrollContainer.scrollHeight;
|
|
200
|
-
}));case 6:_context14.next = 8;return (
|
|
201
|
-
(0, _utils.delay)(1000));case 8:_context14.t0 =
|
|
202
|
-
this;_context14.next = 11;return this.browser.takeScreenshot();case 11:_context14.t1 = _context14.sent;_context14.next = 14;return _context14.t0.expect.call(_context14.t0, _context14.t1).to.matchImage();case 14:case "end":return _context14.stop();}}, _callee14, this);}))
|
|
203
|
-
);
|
|
204
|
-
|
|
205
|
-
(0, _creevey.test)('dropdown lays under fixed footer', /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee15() {return _regenerator.default.wrap(function _callee15$(_context15) {while (1) switch (_context15.prev = _context15.next) {case 0:_context15.next = 2;return (
|
|
206
|
-
this.browser.
|
|
207
|
-
actions({ bridge: true }).
|
|
208
|
-
click(this.browser.findElement({ css: '[data-tid="dropdown_bottom"]' })).
|
|
209
|
-
perform());case 2:_context15.next = 4;return (
|
|
210
|
-
(0, _utils.delay)(1000));case 4:_context15.t0 =
|
|
211
|
-
this;_context15.next = 7;return this.browser.takeScreenshot();case 7:_context15.t1 = _context15.sent;_context15.next = 10;return _context15.t0.expect.call(_context15.t0, _context15.t1).to.matchImage();case 10:case "end":return _context15.stop();}}, _callee15, this);}))
|
|
212
|
-
);
|
|
213
|
-
|
|
214
|
-
(0, _creevey.test)('dropdown overlaps static footer', /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee16() {return _regenerator.default.wrap(function _callee16$(_context16) {while (1) switch (_context16.prev = _context16.next) {case 0:_context16.next = 2;return (
|
|
215
|
-
this.browser.
|
|
216
|
-
actions({ bridge: true }).
|
|
217
|
-
click(this.browser.findElement({ css: '[data-tid="dropdown_bottom"]' })).
|
|
218
|
-
perform());case 2:_context16.next = 4;return (
|
|
219
|
-
(0, _utils.delay)(1000));case 4:_context16.next = 6;return (
|
|
220
|
-
this.browser.executeScript(function () {
|
|
221
|
-
var scrollContainer = window.document.querySelector('[data-tid="modal-container"]');
|
|
222
|
-
scrollContainer.scrollTop = scrollContainer.scrollHeight;
|
|
223
|
-
}));case 6:_context16.next = 8;return (
|
|
224
|
-
(0, _utils.delay)(1000));case 8:_context16.t0 =
|
|
225
|
-
this;_context16.next = 11;return this.browser.takeScreenshot();case 11:_context16.t1 = _context16.sent;_context16.next = 14;return _context16.t0.expect.call(_context16.t0, _context16.t1).to.matchImage();case 14:case "end":return _context16.stop();}}, _callee16, this);}))
|
|
226
|
-
);
|
|
227
|
-
});
|
|
228
|
-
});
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_creevey","require","_utils","_Select","kind","story","test","_asyncToGenerator2","default","_regenerator","mark","_callee","wrap","_callee$","_context","prev","next","browser","actions","bridge","click","findElement","css","perform","delay","t0","takeScreenshot","t1","sent","expect","call","to","matchImage","stop","_callee2","_callee2$","_context2","executeScript","sidePage","window","document","querySelector","scrollTop","offsetHeight","_callee3","element","_callee3$","_context3","SelectDataTids","label","sendKeys","_callee4","_callee4$","_context4","_callee5","_callee5$","_context5","_ref6","setStoryParameters","skip","in","tests","_callee6","_callee6$","_context6","_callee7","_callee7$","_context7","_callee8","_callee8$","_context8","_callee9","_callee9$","_context9","_callee10","_callee10$","_context10","_ref12","_callee11","shown","_callee11$","_context11","pause","_callee12","_callee12$","_context12","_ref15","_callee13","_callee13$","_context13","_callee14","_callee14$","_context14","scrollContainer","scrollHeight","_callee15","_callee15$","_context15","_callee16","_callee16$","_context16"],"sources":["ZIndex.creevey.ts"],"sourcesContent":["import { story, kind, test } from 'creevey';\n\nimport { delay } from '../../../lib/utils';\nimport { SelectDataTids } from '../../../components/Select';\n\nkind('ZIndex', () => {\n story('HintAndModalStory', () => {\n test('Modal covers hint', async function () {\n await this.browser\n .actions({ bridge: true })\n .click(this.browser.findElement({ css: '[data-tid~=\"open-modal\"]' }))\n .perform();\n await this.browser\n .actions({ bridge: true })\n .click(this.browser.findElement({ css: '.modalBody button' }))\n .perform();\n await delay(1000);\n await this.expect(await this.browser.takeScreenshot()).to.matchImage('Modal covers hint');\n });\n });\n\n story('BigModalWithLoaderStory', () => {\n test('Header covers Loader', async function () {\n await this.browser.executeScript(function () {\n const sidePage = window.document.querySelector('[data-tid=\"modal-container\"]') as HTMLElement;\n\n if (sidePage) {\n sidePage.scrollTop = sidePage.offsetHeight / 3;\n }\n });\n await delay(1000);\n await this.expect(await this.browser.takeScreenshot()).to.matchImage('Header covers Loader');\n });\n });\n\n story('TooltipAndSelectStory', () => {\n test('Menu covers tooltip', async function () {\n const element = await this.browser.findElement({ css: '.container' });\n await this.browser\n .actions({ bridge: true })\n .click(this.browser.findElement({ css: `[data-tid=${SelectDataTids.label}]` }))\n .sendKeys('q')\n .perform();\n await delay(1000);\n await this.expect(await element.takeScreenshot()).to.matchImage('Modal covers hint');\n });\n });\n\n story('LoaderInSidePageBody', () => {\n test('is covered by Header and Footer', async function () {\n await this.browser.executeScript(function () {\n const sidePage = window.document.querySelector('[data-tid=\"SidePage__container\"]') as HTMLElement;\n\n if (sidePage) {\n sidePage.scrollTop = sidePage.offsetHeight;\n }\n });\n await delay(1000);\n await this.expect(await this.browser.takeScreenshot()).to.matchImage('is covered by Header and Footer');\n });\n });\n\n story('SidepageAndSelect', () => {\n test('SidePage covers Select and Tooltip', async function () {\n await this.browser\n .actions({ bridge: true })\n .click(this.browser.findElement({ css: '.select-container button' }))\n .sendKeys('q')\n .perform();\n await this.browser\n .actions({ bridge: true })\n .click(this.browser.findElement({ css: '.open-sidepage-container button' }))\n .perform();\n await this.browser\n .actions({ bridge: true })\n .click(this.browser.findElement({ css: '.sidepage-select-continer button' }))\n .sendKeys('q')\n .perform();\n const element = await this.browser.findElement({ css: `[data-tid='SidePage__container']` });\n await delay(1000);\n await this.expect(await element.takeScreenshot()).to.matchImage('SidePage covers Select and Tooltip');\n });\n });\n\n story('ElementsInLoaderInModalStory', ({ setStoryParameters }) => {\n setStoryParameters({\n skip: {\n 'flaky test': {\n in: ['chrome2022Dark'],\n tests: ['Hide Hint on active Loader'],\n },\n },\n });\n\n test('Open Dropdown while Loader is inactive', async function () {\n await this.browser\n .actions({ bridge: true })\n .click(this.browser.findElement({ css: '[data-comp-name~=\"Select\"]' }))\n .perform();\n await delay(1000);\n await this.expect(await this.browser.takeScreenshot()).to.matchImage('Open Dropdown while Loader is inactive');\n });\n\n test('Hide Hint on active Loader', async function () {\n await this.browser\n .actions({ bridge: true })\n .click(this.browser.findElement({ css: '[data-comp-name~=\"Toggle\"]' }))\n .perform();\n await delay(1000);\n await this.expect(await this.browser.takeScreenshot()).to.matchImage('Hide Hint on active Loader');\n });\n });\n\n story('LoaderAndSidePageStory', () => {\n test('SidePage shadow cover Loader', async function () {\n await this.browser\n .actions({ bridge: true })\n .click(this.browser.findElement({ css: '[data-comp-name~=\"Toggle\"]' }))\n .perform();\n await delay(1000);\n await this.expect(await this.browser.takeScreenshot()).to.matchImage('SidePage shadow cover Loader');\n });\n });\n\n story('StickyAndTooltipsStory', () => {\n test('Sticky covers outside Popup', async function () {\n await this.browser\n .actions({ bridge: true })\n .click(this.browser.findElement({ css: '[data-comp-name~=\"Select\"]' }))\n .perform();\n await delay(1000);\n await this.expect(await this.browser.takeScreenshot()).to.matchImage('Sticky covers outside Popup');\n });\n });\n\n story('ModalAndToast', () => {\n test('toastShown', async function () {\n await this.browser\n .actions({ bridge: true })\n .click(this.browser.findElement({ css: '[data-comp-name~=\"Button\"] button' }))\n .perform();\n await delay(1000);\n await this.expect(await this.browser.takeScreenshot()).to.matchImage();\n });\n });\n\n story('ToastOverEverything', ({ setStoryParameters }) => {\n setStoryParameters({ skip: { 'flickering screenshot': { in: /^(?!\\b(firefox))/, tests: 'staticToast' } } });\n\n test('staticToast', async function () {\n await this.browser\n .actions({ bridge: true })\n .click(this.browser.findElement({ css: '[data-tid~=\"static-toast\"]' }))\n .pause(1000)\n .click(this.browser.findElement({ css: 'body' }))\n .perform();\n const shown = await this.browser.takeScreenshot(); // Toast rendered by static method doesn't get removed\n // when story switches, so we have to close it manually\n await this.browser\n .actions({ bridge: true })\n .click(this.browser.findElement({ css: '[data-tid~=\"ToastView__close\"]' }))\n .pause(500)\n .perform();\n await this.expect(shown).to.matchImage();\n });\n\n test('refToast', async function () {\n await this.browser\n .actions({ bridge: true })\n .click(this.browser.findElement({ css: '[data-tid~=\"ref-toast\"]' }))\n .pause(1000)\n .click(this.browser.findElement({ css: 'body' }))\n .perform();\n await delay(1000);\n await this.expect(await this.browser.takeScreenshot()).to.matchImage();\n });\n });\n\n story('ModalWithDropdown', ({ setStoryParameters }) => {\n setStoryParameters({ skip: { 'no themes': { in: /^(?!\\b(chrome2022|firefox2022)\\b)/ } } });\n\n test('dropdown overlaps static header', async function () {\n await this.browser\n .actions({ bridge: true })\n .click(this.browser.findElement({ css: '[data-tid=\"dropdown_top\"]' }))\n .perform();\n await delay(1000);\n await this.expect(await this.browser.takeScreenshot()).to.matchImage();\n });\n\n test('dropdown lays under fixed header', async function () {\n await this.browser\n .actions({ bridge: true })\n .click(this.browser.findElement({ css: '[data-tid=\"dropdown_top\"]' }))\n .perform();\n await delay(1000);\n await this.browser.executeScript(function () {\n const scrollContainer = window.document.querySelector('[data-tid=\"modal-container\"]') as HTMLElement;\n scrollContainer.scrollTop = scrollContainer.scrollHeight;\n });\n await delay(1000);\n await this.expect(await this.browser.takeScreenshot()).to.matchImage();\n });\n\n test('dropdown lays under fixed footer', async function () {\n await this.browser\n .actions({ bridge: true })\n .click(this.browser.findElement({ css: '[data-tid=\"dropdown_bottom\"]' }))\n .perform();\n await delay(1000);\n await this.expect(await this.browser.takeScreenshot()).to.matchImage();\n });\n\n test('dropdown overlaps static footer', async function () {\n await this.browser\n .actions({ bridge: true })\n .click(this.browser.findElement({ css: '[data-tid=\"dropdown_bottom\"]' }))\n .perform();\n await delay(1000);\n await this.browser.executeScript(function () {\n const scrollContainer = window.document.querySelector('[data-tid=\"modal-container\"]') as HTMLElement;\n scrollContainer.scrollTop = scrollContainer.scrollHeight;\n });\n await delay(1000);\n await this.expect(await this.browser.takeScreenshot()).to.matchImage();\n });\n });\n});\n"],"mappings":"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","ignoreList":[]}
|