@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
package/components/Autocomplete/__creevey__/Autocomplete.creevey/Autocomplete.creevey.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["story","kind","test","delay","commonTests","_asyncToGenerator","_regeneratorRuntime","mark","_callee","screenshotElement","autocompleteElement","wrap","_callee$","_context","prev","next","browser","findElement","css","actions","bridge","click","sendKeys","perform","t0","takeScreenshot","t1","sent","expect","call","to","matchImage","stop","mobileHintsTests","_callee2","_callee2$","_context2","_callee3","_callee3$","_context3","_callee4","_callee4$","_context4","sizeTests","_callee5","autocompleteElements","_callee5$","_context5","findElements","_callee6","_callee6$","_context6","_callee7","_callee7$","_context7","menuPosTests","_callee8","_callee8$","_context8","_callee9","_callee9$","_context9","_callee10","_callee10$","_context10","_callee11","_callee11$","_context11","_callee12","_callee12$","_context12","_ref13","setStoryParameters","skip","flaky","tests","_callee13","_callee13$","_context13","_callee14","_callee14$","_context14"],"sources":["Autocomplete.creevey.ts"],"sourcesContent":["import { story, kind, test } from 'creevey';\n\nimport { delay } from '../../../lib/utils';\n\nconst commonTests = () => {\n test('focus and type text', async function () {\n const screenshotElement = this.browser.findElement({\n css: '#test-element',\n });\n const autocompleteElement = this.browser.findElement({\n css: '[data-comp-name~=\"Autocomplete\"]',\n });\n await this.browser.actions({ bridge: true }).click(autocompleteElement).sendKeys('o').perform();\n await delay(1000);\n await this.expect(await screenshotElement.takeScreenshot()).to.matchImage();\n });\n};\n\nconst mobileHintsTests = () => {\n test('noInputValue', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: 'input' }))\n .perform();\n await delay(200);\n await this.expect(await this.browser.takeScreenshot()).to.matchImage('noInputValue');\n });\n\n test('nothingWasFound', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: 'input' }))\n .sendKeys('abc')\n .perform();\n await delay(200);\n await this.expect(await this.browser.takeScreenshot()).to.matchImage('nothingWasFound');\n });\n\n test('updateValue', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: 'input' }))\n .sendKeys('one')\n .perform();\n await delay(200);\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '[data-comp-name~=\"MenuItem\"]' }))\n .click(this.browser.findElement({ css: 'input' }))\n .perform();\n await delay(200);\n await this.expect(await this.browser.takeScreenshot()).to.matchImage('updateValue');\n });\n};\n\nconst sizeTests = () => {\n test('focus and type text small', async function () {\n const screenshotElement = this.browser.findElement({\n css: '#test-element',\n });\n const autocompleteElements = await this.browser.findElements({\n css: '[data-comp-name~=\"Autocomplete\"]',\n });\n await this.browser.actions({ bridge: true }).click(autocompleteElements[0]).sendKeys('o').perform();\n await delay(1000);\n await this.expect(await screenshotElement.takeScreenshot()).to.matchImage();\n });\n\n test('focus and type text medium', async function () {\n const screenshotElement = this.browser.findElement({\n css: '#test-element',\n });\n const autocompleteElements = await this.browser.findElements({\n css: '[data-comp-name~=\"Autocomplete\"]',\n });\n await this.browser.actions({ bridge: true }).click(autocompleteElements[1]).sendKeys('o').perform();\n await delay(1000);\n await this.expect(await screenshotElement.takeScreenshot()).to.matchImage();\n });\n\n test('focus and type text large', async function () {\n const screenshotElement = this.browser.findElement({\n css: '#test-element',\n });\n const autocompleteElements = await this.browser.findElements({\n css: '[data-comp-name~=\"Autocomplete\"]',\n });\n await this.browser.actions({ bridge: true }).click(autocompleteElements[2]).sendKeys('o').perform();\n await delay(1000);\n await this.expect(await screenshotElement.takeScreenshot()).to.matchImage();\n });\n};\n\nconst menuPosTests = () => {\n test('focus and type text menu top', async function () {\n const screenshotElement = this.browser.findElement({ css: '#test-element' });\n const autocompleteElements = await this.browser.findElements({ css: '[data-comp-name~=\"Autocomplete\"]' });\n\n await this.browser.actions({ bridge: true }).click(autocompleteElements[0]).sendKeys('o').perform();\n await delay(1000);\n\n await this.expect(await screenshotElement.takeScreenshot()).to.matchImage();\n });\n test('focus and type text menu bottom', async function () {\n const screenshotElement = this.browser.findElement({ css: '#test-element' });\n const autocompleteElements = await this.browser.findElements({ css: '[data-comp-name~=\"Autocomplete\"]' });\n\n await this.browser.actions({ bridge: true }).click(autocompleteElements[1]).sendKeys('o').perform();\n await delay(1000);\n\n await this.expect(await screenshotElement.takeScreenshot()).to.matchImage();\n });\n};\n\nkind('Autocomplete', () => {\n story('Simple', () => {\n test('idle', async function () {\n await this.expect(await this.takeScreenshot()).to.matchImage('idle');\n });\n\n test('focused', async function () {\n const autocompleteElement = this.browser.findElement({\n css: '[data-comp-name~=\"Autocomplete\"]',\n });\n await this.browser.actions({ bridge: true }).click(autocompleteElement).perform();\n await delay(1000);\n await this.expect(await autocompleteElement.takeScreenshot()).to.matchImage();\n });\n\n commonTests();\n });\n\n story('WithRenderItem', () => {\n commonTests();\n });\n\n story('WithBigRenderItemWidth', () => {\n commonTests();\n });\n\n story('WithFixedMenuSize', () => {\n commonTests();\n });\n\n story('WithPercentageWidth', () => {\n commonTests();\n });\n\n story('WithFixedWidth', () => {\n commonTests();\n });\n\n story('WithZeroWidth', () => {\n commonTests();\n });\n\n story('MobileHints', () => {\n mobileHintsTests();\n });\n\n story('MobileHintsEN', () => {\n mobileHintsTests();\n });\n\n story('MobileWithTitle', () => {\n test('opened', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: 'input' }))\n .perform();\n await delay(200);\n await this.expect(await this.browser.takeScreenshot()).to.matchImage('opened');\n });\n });\n\n story('WithManualPosition', ({ setStoryParameters }) => {\n setStoryParameters({\n skip: {\n 'no themes': { in: /^(?!\\b(chrome2022|firefox2022)\\b)/ },\n flaky: {\n in: ['firefox2022'],\n tests: ['opened top with portal', 'opened bottom with portal'],\n },\n },\n });\n\n test('opened top with portal', async function () {\n const screenshotElement = this.browser.findElement({\n css: '#test-element',\n });\n const autocompleteElement = this.browser.findElement({\n css: '[data-comp-name~=\"Autocomplete\"]',\n });\n await this.browser.actions({ bridge: true }).click(autocompleteElement).sendKeys('o').perform();\n await delay(1000);\n await this.expect(await screenshotElement.takeScreenshot()).to.matchImage();\n });\n\n test('opened bottom with portal', async function () {\n const screenshotElement = this.browser.findElement({\n css: '#test-element',\n });\n const autocompleteElement = this.browser.findElement({\n css: '[data-comp-name~=\"Autocomplete\"]',\n });\n await this.browser\n .actions({ bridge: true })\n .click(this.browser.findElement({ css: '[data-tid~=\"pos\"]' }))\n .click(autocompleteElement)\n .sendKeys('o')\n .perform();\n await delay(1000);\n await this.expect(await screenshotElement.takeScreenshot()).to.matchImage();\n });\n });\n\n story('Size', () => {\n sizeTests();\n });\n\n story('WithDisabledPortal', () => {\n commonTests();\n menuPosTests();\n });\n\n story('MenuPos', () => {\n menuPosTests();\n });\n});\n"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,396 +0,0 @@
|
|
|
1
|
-
import _asyncToGenerator from "@babel/runtime/helpers/esm/asyncToGenerator";
|
|
2
|
-
import _regeneratorRuntime from "@babel/runtime/regenerator";
|
|
3
|
-
import { story, kind, test } from 'creevey';
|
|
4
|
-
var buttonTests = function buttonTests() {
|
|
5
|
-
test('idle', /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee() {
|
|
6
|
-
return _regeneratorRuntime.wrap(function _callee$(_context) {
|
|
7
|
-
while (1) switch (_context.prev = _context.next) {
|
|
8
|
-
case 0:
|
|
9
|
-
_context.t0 = this;
|
|
10
|
-
_context.next = 3;
|
|
11
|
-
return this.takeScreenshot();
|
|
12
|
-
case 3:
|
|
13
|
-
_context.t1 = _context.sent;
|
|
14
|
-
_context.next = 6;
|
|
15
|
-
return _context.t0.expect.call(_context.t0, _context.t1).to.matchImage('idle');
|
|
16
|
-
case 6:
|
|
17
|
-
case "end":
|
|
18
|
-
return _context.stop();
|
|
19
|
-
}
|
|
20
|
-
}, _callee, this);
|
|
21
|
-
})));
|
|
22
|
-
test('hover', /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee2() {
|
|
23
|
-
return _regeneratorRuntime.wrap(function _callee2$(_context2) {
|
|
24
|
-
while (1) switch (_context2.prev = _context2.next) {
|
|
25
|
-
case 0:
|
|
26
|
-
_context2.next = 2;
|
|
27
|
-
return this.browser.actions({
|
|
28
|
-
bridge: true
|
|
29
|
-
}).move({
|
|
30
|
-
origin: this.browser.findElement({
|
|
31
|
-
css: '[data-tid~="test-button"]'
|
|
32
|
-
})
|
|
33
|
-
}).perform();
|
|
34
|
-
case 2:
|
|
35
|
-
_context2.t0 = this;
|
|
36
|
-
_context2.next = 5;
|
|
37
|
-
return this.takeScreenshot();
|
|
38
|
-
case 5:
|
|
39
|
-
_context2.t1 = _context2.sent;
|
|
40
|
-
_context2.next = 8;
|
|
41
|
-
return _context2.t0.expect.call(_context2.t0, _context2.t1).to.matchImage('hover');
|
|
42
|
-
case 8:
|
|
43
|
-
case "end":
|
|
44
|
-
return _context2.stop();
|
|
45
|
-
}
|
|
46
|
-
}, _callee2, this);
|
|
47
|
-
})));
|
|
48
|
-
test('pressed', /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee3() {
|
|
49
|
-
return _regeneratorRuntime.wrap(function _callee3$(_context3) {
|
|
50
|
-
while (1) switch (_context3.prev = _context3.next) {
|
|
51
|
-
case 0:
|
|
52
|
-
_context3.next = 2;
|
|
53
|
-
return this.browser.actions({
|
|
54
|
-
bridge: true
|
|
55
|
-
}).move({
|
|
56
|
-
origin: this.browser.findElement({
|
|
57
|
-
css: '[data-tid~="test-button"]'
|
|
58
|
-
})
|
|
59
|
-
}).press().perform();
|
|
60
|
-
case 2:
|
|
61
|
-
_context3.t0 = this;
|
|
62
|
-
_context3.next = 5;
|
|
63
|
-
return this.takeScreenshot();
|
|
64
|
-
case 5:
|
|
65
|
-
_context3.t1 = _context3.sent;
|
|
66
|
-
_context3.next = 8;
|
|
67
|
-
return _context3.t0.expect.call(_context3.t0, _context3.t1).to.matchImage('pressed');
|
|
68
|
-
case 8:
|
|
69
|
-
_context3.next = 10;
|
|
70
|
-
return this.browser.actions({
|
|
71
|
-
bridge: true
|
|
72
|
-
}).release().perform();
|
|
73
|
-
case 10:
|
|
74
|
-
case "end":
|
|
75
|
-
return _context3.stop();
|
|
76
|
-
}
|
|
77
|
-
}, _callee3, this);
|
|
78
|
-
})));
|
|
79
|
-
test('clicked', /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee4() {
|
|
80
|
-
return _regeneratorRuntime.wrap(function _callee4$(_context4) {
|
|
81
|
-
while (1) switch (_context4.prev = _context4.next) {
|
|
82
|
-
case 0:
|
|
83
|
-
_context4.next = 2;
|
|
84
|
-
return this.browser.actions({
|
|
85
|
-
bridge: true
|
|
86
|
-
}).click(this.browser.findElement({
|
|
87
|
-
css: '[data-tid~="test-button"]'
|
|
88
|
-
})).perform();
|
|
89
|
-
case 2:
|
|
90
|
-
_context4.t0 = this;
|
|
91
|
-
_context4.next = 5;
|
|
92
|
-
return this.takeScreenshot();
|
|
93
|
-
case 5:
|
|
94
|
-
_context4.t1 = _context4.sent;
|
|
95
|
-
_context4.next = 8;
|
|
96
|
-
return _context4.t0.expect.call(_context4.t0, _context4.t1).to.matchImage('clicked');
|
|
97
|
-
case 8:
|
|
98
|
-
case "end":
|
|
99
|
-
return _context4.stop();
|
|
100
|
-
}
|
|
101
|
-
}, _callee4, this);
|
|
102
|
-
})));
|
|
103
|
-
test('tabPress', /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee5() {
|
|
104
|
-
return _regeneratorRuntime.wrap(function _callee5$(_context5) {
|
|
105
|
-
while (1) switch (_context5.prev = _context5.next) {
|
|
106
|
-
case 0:
|
|
107
|
-
_context5.next = 2;
|
|
108
|
-
return this.browser.actions({
|
|
109
|
-
bridge: true
|
|
110
|
-
}).sendKeys(this.keys.TAB).pause(500).perform();
|
|
111
|
-
case 2:
|
|
112
|
-
_context5.t0 = this;
|
|
113
|
-
_context5.next = 5;
|
|
114
|
-
return this.takeScreenshot();
|
|
115
|
-
case 5:
|
|
116
|
-
_context5.t1 = _context5.sent;
|
|
117
|
-
_context5.next = 8;
|
|
118
|
-
return _context5.t0.expect.call(_context5.t0, _context5.t1).to.matchImage('tabPress');
|
|
119
|
-
case 8:
|
|
120
|
-
case "end":
|
|
121
|
-
return _context5.stop();
|
|
122
|
-
}
|
|
123
|
-
}, _callee5, this);
|
|
124
|
-
})));
|
|
125
|
-
};
|
|
126
|
-
kind('Button', function () {
|
|
127
|
-
story('PlaygroundDefault', function (_ref6) {
|
|
128
|
-
var setStoryParameters = _ref6.setStoryParameters;
|
|
129
|
-
setStoryParameters({
|
|
130
|
-
skip: {
|
|
131
|
-
'hover does not work in chrome': {
|
|
132
|
-
"in": ['chrome2022', 'chrome2022Dark'],
|
|
133
|
-
tests: ['hover', 'pressed', 'clicked']
|
|
134
|
-
},
|
|
135
|
-
'focus goes out of page and breaks other tests': {
|
|
136
|
-
"in": /firefox/,
|
|
137
|
-
tests: 'tabPress'
|
|
138
|
-
}
|
|
139
|
-
}
|
|
140
|
-
});
|
|
141
|
-
buttonTests();
|
|
142
|
-
});
|
|
143
|
-
story('PlaygroundDisabled', function (_ref7) {
|
|
144
|
-
var setStoryParameters = _ref7.setStoryParameters;
|
|
145
|
-
setStoryParameters({
|
|
146
|
-
skip: {
|
|
147
|
-
'focus goes out of page and breaks other tests': {
|
|
148
|
-
"in": /firefox/,
|
|
149
|
-
tests: 'tabPress'
|
|
150
|
-
},
|
|
151
|
-
'hover does not work in chrome': {
|
|
152
|
-
"in": ['chrome2022', 'chrome2022Dark'],
|
|
153
|
-
tests: ['hover', 'pressed', 'clicked']
|
|
154
|
-
}
|
|
155
|
-
}
|
|
156
|
-
});
|
|
157
|
-
buttonTests();
|
|
158
|
-
});
|
|
159
|
-
story('ButtonAsLinkIconColor', function (_ref8) {
|
|
160
|
-
var setStoryParameters = _ref8.setStoryParameters;
|
|
161
|
-
setStoryParameters({
|
|
162
|
-
skip: {
|
|
163
|
-
'focus goes out of page and breaks other tests': {
|
|
164
|
-
tests: ['pressed', 'clicked', 'tabPress']
|
|
165
|
-
},
|
|
166
|
-
'hover does not work in chrome': {
|
|
167
|
-
"in": /^(?!\b(firefox.*)\b)/,
|
|
168
|
-
tests: ['hover']
|
|
169
|
-
}
|
|
170
|
-
}
|
|
171
|
-
});
|
|
172
|
-
buttonTests();
|
|
173
|
-
});
|
|
174
|
-
story('BtnTextBgHoverActive', function (_ref9) {
|
|
175
|
-
var setStoryParameters = _ref9.setStoryParameters;
|
|
176
|
-
setStoryParameters({
|
|
177
|
-
skip: {
|
|
178
|
-
'hover does not work in chrome & only 22 dark theme needed': {
|
|
179
|
-
"in": /^(?!\bfirefox2022Dark?\b)/
|
|
180
|
-
}
|
|
181
|
-
}
|
|
182
|
-
});
|
|
183
|
-
test('hover', /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee6() {
|
|
184
|
-
return _regeneratorRuntime.wrap(function _callee6$(_context6) {
|
|
185
|
-
while (1) switch (_context6.prev = _context6.next) {
|
|
186
|
-
case 0:
|
|
187
|
-
_context6.next = 2;
|
|
188
|
-
return this.browser.actions({
|
|
189
|
-
bridge: true
|
|
190
|
-
}).move({
|
|
191
|
-
origin: this.browser.findElement({
|
|
192
|
-
css: '[data-tid~="test-button"]'
|
|
193
|
-
})
|
|
194
|
-
}).perform();
|
|
195
|
-
case 2:
|
|
196
|
-
_context6.t0 = this;
|
|
197
|
-
_context6.next = 5;
|
|
198
|
-
return this.takeScreenshot();
|
|
199
|
-
case 5:
|
|
200
|
-
_context6.t1 = _context6.sent;
|
|
201
|
-
_context6.next = 8;
|
|
202
|
-
return _context6.t0.expect.call(_context6.t0, _context6.t1).to.matchImage('hover');
|
|
203
|
-
case 8:
|
|
204
|
-
case "end":
|
|
205
|
-
return _context6.stop();
|
|
206
|
-
}
|
|
207
|
-
}, _callee6, this);
|
|
208
|
-
})));
|
|
209
|
-
test('pressed', /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee7() {
|
|
210
|
-
return _regeneratorRuntime.wrap(function _callee7$(_context7) {
|
|
211
|
-
while (1) switch (_context7.prev = _context7.next) {
|
|
212
|
-
case 0:
|
|
213
|
-
_context7.next = 2;
|
|
214
|
-
return this.browser.actions({
|
|
215
|
-
bridge: true
|
|
216
|
-
}).move({
|
|
217
|
-
origin: this.browser.findElement({
|
|
218
|
-
css: '[data-tid~="test-button"]'
|
|
219
|
-
})
|
|
220
|
-
}).press().perform();
|
|
221
|
-
case 2:
|
|
222
|
-
_context7.t0 = this;
|
|
223
|
-
_context7.next = 5;
|
|
224
|
-
return this.takeScreenshot();
|
|
225
|
-
case 5:
|
|
226
|
-
_context7.t1 = _context7.sent;
|
|
227
|
-
_context7.next = 8;
|
|
228
|
-
return _context7.t0.expect.call(_context7.t0, _context7.t1).to.matchImage('pressed');
|
|
229
|
-
case 8:
|
|
230
|
-
_context7.next = 10;
|
|
231
|
-
return this.browser.actions({
|
|
232
|
-
bridge: true
|
|
233
|
-
}).release().perform();
|
|
234
|
-
case 10:
|
|
235
|
-
case "end":
|
|
236
|
-
return _context7.stop();
|
|
237
|
-
}
|
|
238
|
-
}, _callee7, this);
|
|
239
|
-
})));
|
|
240
|
-
});
|
|
241
|
-
story('IconAndTextHoverColor', function (_ref12) {
|
|
242
|
-
var setStoryParameters = _ref12.setStoryParameters;
|
|
243
|
-
setStoryParameters({
|
|
244
|
-
skip: {
|
|
245
|
-
'hover does not work in chrome': {
|
|
246
|
-
"in": /^(?!\bfirefox(2022)?\b)/
|
|
247
|
-
}
|
|
248
|
-
}
|
|
249
|
-
});
|
|
250
|
-
test('hover', /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee8() {
|
|
251
|
-
return _regeneratorRuntime.wrap(function _callee8$(_context8) {
|
|
252
|
-
while (1) switch (_context8.prev = _context8.next) {
|
|
253
|
-
case 0:
|
|
254
|
-
_context8.next = 2;
|
|
255
|
-
return this.browser.actions({
|
|
256
|
-
bridge: true
|
|
257
|
-
}).move({
|
|
258
|
-
origin: this.browser.findElement({
|
|
259
|
-
css: '[data-tid~="test-button"]'
|
|
260
|
-
})
|
|
261
|
-
}).perform();
|
|
262
|
-
case 2:
|
|
263
|
-
_context8.t0 = this;
|
|
264
|
-
_context8.next = 5;
|
|
265
|
-
return this.takeScreenshot();
|
|
266
|
-
case 5:
|
|
267
|
-
_context8.t1 = _context8.sent;
|
|
268
|
-
_context8.next = 8;
|
|
269
|
-
return _context8.t0.expect.call(_context8.t0, _context8.t1).to.matchImage('hover');
|
|
270
|
-
case 8:
|
|
271
|
-
case "end":
|
|
272
|
-
return _context8.stop();
|
|
273
|
-
}
|
|
274
|
-
}, _callee8, this);
|
|
275
|
-
})));
|
|
276
|
-
});
|
|
277
|
-
story('HoverTextColor', function (_ref14) {
|
|
278
|
-
var setStoryParameters = _ref14.setStoryParameters;
|
|
279
|
-
setStoryParameters({
|
|
280
|
-
skip: {
|
|
281
|
-
'hover does not work in chrome': {
|
|
282
|
-
"in": /^(?!\bfirefox(2022)?\b)/
|
|
283
|
-
}
|
|
284
|
-
}
|
|
285
|
-
});
|
|
286
|
-
test('hover', /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee9() {
|
|
287
|
-
return _regeneratorRuntime.wrap(function _callee9$(_context9) {
|
|
288
|
-
while (1) switch (_context9.prev = _context9.next) {
|
|
289
|
-
case 0:
|
|
290
|
-
_context9.next = 2;
|
|
291
|
-
return this.browser.actions({
|
|
292
|
-
bridge: true
|
|
293
|
-
}).move({
|
|
294
|
-
origin: this.browser.findElement({
|
|
295
|
-
css: '[data-tid~="test-button"]'
|
|
296
|
-
})
|
|
297
|
-
}).perform();
|
|
298
|
-
case 2:
|
|
299
|
-
_context9.t0 = this;
|
|
300
|
-
_context9.next = 5;
|
|
301
|
-
return this.takeScreenshot();
|
|
302
|
-
case 5:
|
|
303
|
-
_context9.t1 = _context9.sent;
|
|
304
|
-
_context9.next = 8;
|
|
305
|
-
return _context9.t0.expect.call(_context9.t0, _context9.t1).to.matchImage('hover');
|
|
306
|
-
case 8:
|
|
307
|
-
case "end":
|
|
308
|
-
return _context9.stop();
|
|
309
|
-
}
|
|
310
|
-
}, _callee9, this);
|
|
311
|
-
})));
|
|
312
|
-
});
|
|
313
|
-
story('ArrowDisabled', function (_ref16) {
|
|
314
|
-
var setStoryParameters = _ref16.setStoryParameters;
|
|
315
|
-
setStoryParameters({
|
|
316
|
-
skip: true
|
|
317
|
-
});
|
|
318
|
-
});
|
|
319
|
-
story('UnusedPropValues', function (_ref17) {
|
|
320
|
-
var setStoryParameters = _ref17.setStoryParameters;
|
|
321
|
-
setStoryParameters({
|
|
322
|
-
skip: {
|
|
323
|
-
'chrome default and 2022': {
|
|
324
|
-
"in": /^(?!\bchrome(2022)?\b)/
|
|
325
|
-
}
|
|
326
|
-
}
|
|
327
|
-
});
|
|
328
|
-
});
|
|
329
|
-
story('BtnBacklessBgHoverActive', function (_ref18) {
|
|
330
|
-
var setStoryParameters = _ref18.setStoryParameters;
|
|
331
|
-
setStoryParameters({
|
|
332
|
-
skip: {
|
|
333
|
-
'hover does not work in chrome & only 22 dark theme needed': {
|
|
334
|
-
"in": /^(?!\bfirefox2022Dark?\b)/
|
|
335
|
-
}
|
|
336
|
-
}
|
|
337
|
-
});
|
|
338
|
-
test('hover', /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee10() {
|
|
339
|
-
return _regeneratorRuntime.wrap(function _callee10$(_context10) {
|
|
340
|
-
while (1) switch (_context10.prev = _context10.next) {
|
|
341
|
-
case 0:
|
|
342
|
-
_context10.next = 2;
|
|
343
|
-
return this.browser.actions({
|
|
344
|
-
bridge: true
|
|
345
|
-
}).move({
|
|
346
|
-
origin: this.browser.findElement({
|
|
347
|
-
css: '[data-tid~="test-button"]'
|
|
348
|
-
})
|
|
349
|
-
}).perform();
|
|
350
|
-
case 2:
|
|
351
|
-
_context10.t0 = this;
|
|
352
|
-
_context10.next = 5;
|
|
353
|
-
return this.takeScreenshot();
|
|
354
|
-
case 5:
|
|
355
|
-
_context10.t1 = _context10.sent;
|
|
356
|
-
_context10.next = 8;
|
|
357
|
-
return _context10.t0.expect.call(_context10.t0, _context10.t1).to.matchImage('hover');
|
|
358
|
-
case 8:
|
|
359
|
-
case "end":
|
|
360
|
-
return _context10.stop();
|
|
361
|
-
}
|
|
362
|
-
}, _callee10, this);
|
|
363
|
-
})));
|
|
364
|
-
test('pressed', /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee11() {
|
|
365
|
-
return _regeneratorRuntime.wrap(function _callee11$(_context11) {
|
|
366
|
-
while (1) switch (_context11.prev = _context11.next) {
|
|
367
|
-
case 0:
|
|
368
|
-
_context11.next = 2;
|
|
369
|
-
return this.browser.actions({
|
|
370
|
-
bridge: true
|
|
371
|
-
}).move({
|
|
372
|
-
origin: this.browser.findElement({
|
|
373
|
-
css: '[data-tid~="test-button"]'
|
|
374
|
-
})
|
|
375
|
-
}).press().perform();
|
|
376
|
-
case 2:
|
|
377
|
-
_context11.t0 = this;
|
|
378
|
-
_context11.next = 5;
|
|
379
|
-
return this.takeScreenshot();
|
|
380
|
-
case 5:
|
|
381
|
-
_context11.t1 = _context11.sent;
|
|
382
|
-
_context11.next = 8;
|
|
383
|
-
return _context11.t0.expect.call(_context11.t0, _context11.t1).to.matchImage('pressed');
|
|
384
|
-
case 8:
|
|
385
|
-
_context11.next = 10;
|
|
386
|
-
return this.browser.actions({
|
|
387
|
-
bridge: true
|
|
388
|
-
}).release().perform();
|
|
389
|
-
case 10:
|
|
390
|
-
case "end":
|
|
391
|
-
return _context11.stop();
|
|
392
|
-
}
|
|
393
|
-
}, _callee11, this);
|
|
394
|
-
})));
|
|
395
|
-
});
|
|
396
|
-
});
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["story","kind","test","buttonTests","_asyncToGenerator","_regeneratorRuntime","mark","_callee","wrap","_callee$","_context","prev","next","t0","takeScreenshot","t1","sent","expect","call","to","matchImage","stop","_callee2","_callee2$","_context2","browser","actions","bridge","move","origin","findElement","css","perform","_callee3","_callee3$","_context3","press","release","_callee4","_callee4$","_context4","click","_callee5","_callee5$","_context5","sendKeys","keys","TAB","pause","_ref6","setStoryParameters","skip","tests","_ref7","_ref8","_ref9","_callee6","_callee6$","_context6","_callee7","_callee7$","_context7","_ref12","_callee8","_callee8$","_context8","_ref14","_callee9","_callee9$","_context9","_ref16","_ref17","_ref18","_callee10","_callee10$","_context10","_callee11","_callee11$","_context11"],"sources":["Button.creevey.ts"],"sourcesContent":["import { story, kind, test } from 'creevey';\n\nconst buttonTests = () => {\n test('idle', async function () {\n await this.expect(await this.takeScreenshot()).to.matchImage('idle');\n });\n\n test('hover', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .move({\n origin: this.browser.findElement({ css: '[data-tid~=\"test-button\"]' }),\n })\n .perform();\n await this.expect(await this.takeScreenshot()).to.matchImage('hover');\n });\n\n test('pressed', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .move({\n origin: this.browser.findElement({ css: '[data-tid~=\"test-button\"]' }),\n })\n .press()\n .perform();\n await this.expect(await this.takeScreenshot()).to.matchImage('pressed');\n await this.browser\n .actions({\n bridge: true,\n })\n .release()\n .perform();\n });\n\n test('clicked', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '[data-tid~=\"test-button\"]' }))\n .perform();\n await this.expect(await this.takeScreenshot()).to.matchImage('clicked');\n });\n\n test('tabPress', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .sendKeys(this.keys.TAB)\n .pause(500)\n .perform();\n await this.expect(await this.takeScreenshot()).to.matchImage('tabPress');\n });\n};\n\nkind('Button', () => {\n story('PlaygroundDefault', ({ setStoryParameters }) => {\n setStoryParameters({\n skip: {\n 'hover does not work in chrome': {\n in: ['chrome2022', 'chrome2022Dark'],\n tests: ['hover', 'pressed', 'clicked'],\n },\n 'focus goes out of page and breaks other tests': { in: /firefox/, tests: 'tabPress' },\n },\n });\n\n buttonTests();\n });\n\n story('PlaygroundDisabled', ({ setStoryParameters }) => {\n setStoryParameters({\n skip: {\n 'focus goes out of page and breaks other tests': {\n in: /firefox/,\n tests: 'tabPress',\n },\n 'hover does not work in chrome': {\n in: ['chrome2022', 'chrome2022Dark'],\n tests: ['hover', 'pressed', 'clicked'],\n },\n },\n });\n\n buttonTests();\n });\n\n story('ButtonAsLinkIconColor', ({ setStoryParameters }) => {\n setStoryParameters({\n skip: {\n 'focus goes out of page and breaks other tests': {\n tests: ['pressed', 'clicked', 'tabPress'],\n },\n 'hover does not work in chrome': {\n in: /^(?!\\b(firefox.*)\\b)/,\n tests: ['hover'],\n },\n },\n });\n\n buttonTests();\n });\n\n story('BtnTextBgHoverActive', ({ setStoryParameters }) => {\n setStoryParameters({\n skip: {\n 'hover does not work in chrome & only 22 dark theme needed': {\n in: /^(?!\\bfirefox2022Dark?\\b)/,\n },\n },\n });\n\n test('hover', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .move({\n origin: this.browser.findElement({ css: '[data-tid~=\"test-button\"]' }),\n })\n .perform();\n await this.expect(await this.takeScreenshot()).to.matchImage('hover');\n });\n\n test('pressed', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .move({\n origin: this.browser.findElement({ css: '[data-tid~=\"test-button\"]' }),\n })\n .press()\n .perform();\n await this.expect(await this.takeScreenshot()).to.matchImage('pressed');\n await this.browser\n .actions({\n bridge: true,\n })\n .release()\n .perform();\n });\n });\n\n story('IconAndTextHoverColor', ({ setStoryParameters }) => {\n setStoryParameters({\n skip: {\n 'hover does not work in chrome': {\n in: /^(?!\\bfirefox(2022)?\\b)/,\n },\n },\n });\n\n test('hover', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .move({\n origin: this.browser.findElement({\n css: '[data-tid~=\"test-button\"]',\n }),\n })\n .perform();\n await this.expect(await this.takeScreenshot()).to.matchImage('hover');\n });\n });\n\n story('HoverTextColor', ({ setStoryParameters }) => {\n setStoryParameters({\n skip: {\n 'hover does not work in chrome': {\n in: /^(?!\\bfirefox(2022)?\\b)/,\n },\n },\n });\n\n test('hover', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .move({\n origin: this.browser.findElement({\n css: '[data-tid~=\"test-button\"]',\n }),\n })\n .perform();\n await this.expect(await this.takeScreenshot()).to.matchImage('hover');\n });\n });\n story('ArrowDisabled', ({ setStoryParameters }) => {\n setStoryParameters({\n skip: true,\n });\n });\n story('UnusedPropValues', ({ setStoryParameters }) => {\n setStoryParameters({\n skip: { 'chrome default and 2022': { in: /^(?!\\bchrome(2022)?\\b)/ } },\n });\n });\n\n story('BtnBacklessBgHoverActive', ({ setStoryParameters }) => {\n setStoryParameters({\n skip: {\n 'hover does not work in chrome & only 22 dark theme needed': {\n in: /^(?!\\bfirefox2022Dark?\\b)/,\n },\n },\n });\n\n test('hover', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .move({\n origin: this.browser.findElement({\n css: '[data-tid~=\"test-button\"]',\n }),\n })\n .perform();\n await this.expect(await this.takeScreenshot()).to.matchImage('hover');\n });\n\n test('pressed', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .move({\n origin: this.browser.findElement({ css: '[data-tid~=\"test-button\"]' }),\n })\n .press()\n .perform();\n await this.expect(await this.takeScreenshot()).to.matchImage('pressed');\n await this.browser\n .actions({\n bridge: true,\n })\n .release()\n .perform();\n });\n });\n});\n"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,138 +0,0 @@
|
|
|
1
|
-
import _asyncToGenerator from "@babel/runtime/helpers/esm/asyncToGenerator";
|
|
2
|
-
import _regeneratorRuntime from "@babel/runtime/regenerator";
|
|
3
|
-
import { story, kind, test } from 'creevey';
|
|
4
|
-
import { delay } from "../../../../lib/utils";
|
|
5
|
-
kind('Calendar', function () {
|
|
6
|
-
story('CalendarWithMinMaxDate', function (_ref) {
|
|
7
|
-
var setStoryParameters = _ref.setStoryParameters;
|
|
8
|
-
setStoryParameters({
|
|
9
|
-
skip: {
|
|
10
|
-
"themes don't affect logic": {
|
|
11
|
-
"in": /^(?!\b(chrome2022|firefox2022)\b)/
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
});
|
|
15
|
-
test('DateSelect months', /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee() {
|
|
16
|
-
return _regeneratorRuntime.wrap(function _callee$(_context) {
|
|
17
|
-
while (1) switch (_context.prev = _context.next) {
|
|
18
|
-
case 0:
|
|
19
|
-
_context.next = 2;
|
|
20
|
-
return delay(1000);
|
|
21
|
-
case 2:
|
|
22
|
-
_context.next = 4;
|
|
23
|
-
return this.browser.actions({
|
|
24
|
-
bridge: true
|
|
25
|
-
}).click(this.browser.findElement({
|
|
26
|
-
css: '[data-comp-name~="Calendar"]'
|
|
27
|
-
})).pause(1000).click(this.browser.findElement({
|
|
28
|
-
css: '[data-tid="MonthView__month"]:first-child [data-tid="MonthView__headerMonth"] [data-tid="DateSelect__caption"]'
|
|
29
|
-
})).perform();
|
|
30
|
-
case 4:
|
|
31
|
-
_context.t0 = this;
|
|
32
|
-
_context.next = 7;
|
|
33
|
-
return this.takeScreenshot();
|
|
34
|
-
case 7:
|
|
35
|
-
_context.t1 = _context.sent;
|
|
36
|
-
_context.next = 10;
|
|
37
|
-
return _context.t0.expect.call(_context.t0, _context.t1).to.matchImage('DateSelect months');
|
|
38
|
-
case 10:
|
|
39
|
-
case "end":
|
|
40
|
-
return _context.stop();
|
|
41
|
-
}
|
|
42
|
-
}, _callee, this);
|
|
43
|
-
})));
|
|
44
|
-
test('DateSelect years', /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee2() {
|
|
45
|
-
return _regeneratorRuntime.wrap(function _callee2$(_context2) {
|
|
46
|
-
while (1) switch (_context2.prev = _context2.next) {
|
|
47
|
-
case 0:
|
|
48
|
-
_context2.next = 2;
|
|
49
|
-
return delay(1000);
|
|
50
|
-
case 2:
|
|
51
|
-
_context2.next = 4;
|
|
52
|
-
return this.browser.actions({
|
|
53
|
-
bridge: true
|
|
54
|
-
}).click(this.browser.findElement({
|
|
55
|
-
css: '[data-comp-name~="Calendar"]'
|
|
56
|
-
})).pause(1000).click(this.browser.findElement({
|
|
57
|
-
css: '[data-comp-name~="MonthView"]:first-child [data-tid="MonthView__headerYear"] [data-tid="DateSelect__caption"]'
|
|
58
|
-
})).perform();
|
|
59
|
-
case 4:
|
|
60
|
-
_context2.t0 = this;
|
|
61
|
-
_context2.next = 7;
|
|
62
|
-
return this.takeScreenshot();
|
|
63
|
-
case 7:
|
|
64
|
-
_context2.t1 = _context2.sent;
|
|
65
|
-
_context2.next = 10;
|
|
66
|
-
return _context2.t0.expect.call(_context2.t0, _context2.t1).to.matchImage('DateSelect years');
|
|
67
|
-
case 10:
|
|
68
|
-
case "end":
|
|
69
|
-
return _context2.stop();
|
|
70
|
-
}
|
|
71
|
-
}, _callee2, this);
|
|
72
|
-
})));
|
|
73
|
-
});
|
|
74
|
-
story('ScrollsCalendarOnDateChange', function (_ref4) {
|
|
75
|
-
var setStoryParameters = _ref4.setStoryParameters;
|
|
76
|
-
setStoryParameters({
|
|
77
|
-
skip: {
|
|
78
|
-
"themes don't affect logic": {
|
|
79
|
-
"in": /^(?!\b(chrome2022|firefox2022)\b)/
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
});
|
|
83
|
-
test('initial date', /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee3() {
|
|
84
|
-
return _regeneratorRuntime.wrap(function _callee3$(_context3) {
|
|
85
|
-
while (1) switch (_context3.prev = _context3.next) {
|
|
86
|
-
case 0:
|
|
87
|
-
_context3.t0 = this;
|
|
88
|
-
_context3.next = 3;
|
|
89
|
-
return this.takeScreenshot();
|
|
90
|
-
case 3:
|
|
91
|
-
_context3.t1 = _context3.sent;
|
|
92
|
-
_context3.next = 6;
|
|
93
|
-
return _context3.t0.expect.call(_context3.t0, _context3.t1).to.matchImage('initial date');
|
|
94
|
-
case 6:
|
|
95
|
-
case "end":
|
|
96
|
-
return _context3.stop();
|
|
97
|
-
}
|
|
98
|
-
}, _callee3, this);
|
|
99
|
-
})));
|
|
100
|
-
test('scrolls to new date on date change', /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee4() {
|
|
101
|
-
return _regeneratorRuntime.wrap(function _callee4$(_context4) {
|
|
102
|
-
while (1) switch (_context4.prev = _context4.next) {
|
|
103
|
-
case 0:
|
|
104
|
-
_context4.next = 2;
|
|
105
|
-
return this.browser.actions({
|
|
106
|
-
bridge: true
|
|
107
|
-
}).click(this.browser.findElement({
|
|
108
|
-
css: '[data-tid="change-date-button"]'
|
|
109
|
-
})).perform();
|
|
110
|
-
case 2:
|
|
111
|
-
_context4.next = 4;
|
|
112
|
-
return delay(1000);
|
|
113
|
-
case 4:
|
|
114
|
-
_context4.t0 = this;
|
|
115
|
-
_context4.next = 7;
|
|
116
|
-
return this.takeScreenshot();
|
|
117
|
-
case 7:
|
|
118
|
-
_context4.t1 = _context4.sent;
|
|
119
|
-
_context4.next = 10;
|
|
120
|
-
return _context4.t0.expect.call(_context4.t0, _context4.t1).to.matchImage('scrolls to new date on date change');
|
|
121
|
-
case 10:
|
|
122
|
-
case "end":
|
|
123
|
-
return _context4.stop();
|
|
124
|
-
}
|
|
125
|
-
}, _callee4, this);
|
|
126
|
-
})));
|
|
127
|
-
});
|
|
128
|
-
story('CalendarWithBottomSeparator', function (_ref7) {
|
|
129
|
-
var setStoryParameters = _ref7.setStoryParameters;
|
|
130
|
-
setStoryParameters({
|
|
131
|
-
skip: {
|
|
132
|
-
"themes don't affect the bottom separator": {
|
|
133
|
-
"in": /^(?!\b(chrome2022|chrome2022Dark|firefox2022|firefox2022Dark)\b)/
|
|
134
|
-
}
|
|
135
|
-
}
|
|
136
|
-
});
|
|
137
|
-
});
|
|
138
|
-
});
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["story","kind","test","delay","_ref","setStoryParameters","skip","_asyncToGenerator","_regeneratorRuntime","mark","_callee","wrap","_callee$","_context","prev","next","browser","actions","bridge","click","findElement","css","pause","perform","t0","takeScreenshot","t1","sent","expect","call","to","matchImage","stop","_callee2","_callee2$","_context2","_ref4","_callee3","_callee3$","_context3","_callee4","_callee4$","_context4","_ref7"],"sources":["Calendar.creevey.ts"],"sourcesContent":["import { story, kind, test } from 'creevey';\n\nimport { delay } from '../../../lib/utils';\n\nkind('Calendar', () => {\n story('CalendarWithMinMaxDate', ({ setStoryParameters }) => {\n setStoryParameters({\n skip: { \"themes don't affect logic\": { in: /^(?!\\b(chrome2022|firefox2022)\\b)/ } },\n });\n test('DateSelect months', async function () {\n await delay(1000);\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '[data-comp-name~=\"Calendar\"]' }))\n .pause(1000)\n .click(\n this.browser.findElement({\n css: '[data-tid=\"MonthView__month\"]:first-child [data-tid=\"MonthView__headerMonth\"] [data-tid=\"DateSelect__caption\"]',\n }),\n )\n .perform();\n await this.expect(await this.takeScreenshot()).to.matchImage('DateSelect months');\n });\n\n test('DateSelect years', async function () {\n await delay(1000);\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '[data-comp-name~=\"Calendar\"]' }))\n .pause(1000)\n .click(\n this.browser.findElement({\n css: '[data-comp-name~=\"MonthView\"]:first-child [data-tid=\"MonthView__headerYear\"] [data-tid=\"DateSelect__caption\"]',\n }),\n )\n .perform();\n await this.expect(await this.takeScreenshot()).to.matchImage('DateSelect years');\n });\n });\n\n story('ScrollsCalendarOnDateChange', ({ setStoryParameters }) => {\n setStoryParameters({\n skip: { \"themes don't affect logic\": { in: /^(?!\\b(chrome2022|firefox2022)\\b)/ } },\n });\n test('initial date', async function () {\n await this.expect(await this.takeScreenshot()).to.matchImage('initial date');\n });\n\n test('scrolls to new date on date change', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '[data-tid=\"change-date-button\"]' }))\n .perform();\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage('scrolls to new date on date change');\n });\n });\n\n story('CalendarWithBottomSeparator', ({ setStoryParameters }) => {\n setStoryParameters({\n skip: {\n \"themes don't affect the bottom separator\": {\n in: /^(?!\\b(chrome2022|chrome2022Dark|firefox2022|firefox2022Dark)\\b)/,\n },\n },\n });\n });\n});\n"],"mappings":"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","ignoreList":[]}
|