@itcase/ui 1.9.71 → 1.9.72
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/dist/cjs/components/Cell.js +2 -2
- package/dist/cjs/components/Textarea.js +2 -2
- package/dist/cjs/components/Video.js +2 -2
- package/dist/components/Cell.js +2 -2
- package/dist/components/Textarea.js +2 -2
- package/dist/components/Video.js +2 -2
- package/dist/types/components/Accordion/Accordion.appearance.d.ts +3 -0
- package/dist/types/components/Accordion/Accordion.d.ts +3 -0
- package/dist/types/components/Accordion/Accordion.interface.d.ts +99 -0
- package/dist/types/components/Accordion/AccordionItem.d.ts +4 -0
- package/dist/types/components/Accordion/appearance/accordionSize.d.ts +3 -0
- package/dist/types/components/Accordion/appearance/accordionStyle.d.ts +3 -0
- package/dist/types/components/Accordion/appearance/accordionSurface.d.ts +3 -0
- package/dist/types/components/Accordion/index.d.ts +5 -0
- package/dist/types/components/Avatar/Avatar.appearance.d.ts +3 -0
- package/dist/types/components/Avatar/Avatar.d.ts +4 -0
- package/dist/types/components/Avatar/Avatar.interface.d.ts +58 -0
- package/dist/types/components/Avatar/appearance/avatarDefault.d.ts +3 -0
- package/dist/types/components/Avatar/appearance/avatarShape.d.ts +3 -0
- package/dist/types/components/Avatar/appearance/avatarSize.d.ts +3 -0
- package/dist/types/components/Avatar/appearance/avatarStyle.d.ts +3 -0
- package/dist/types/components/Avatar/index.d.ts +3 -0
- package/dist/types/components/AvatarStack/AvatarStack.appearance.d.ts +3 -0
- package/dist/types/components/AvatarStack/AvatarStack.d.ts +3 -0
- package/dist/types/components/AvatarStack/AvatarStack.interface.d.ts +26 -0
- package/dist/types/components/AvatarStack/appearance/avatarStackSize.d.ts +3 -0
- package/dist/types/components/AvatarStack/index.d.ts +3 -0
- package/dist/types/components/Badge/Badge.appearance.d.ts +3 -0
- package/dist/types/components/Badge/Badge.d.ts +4 -0
- package/dist/types/components/Badge/Badge.interface.d.ts +46 -0
- package/dist/types/components/Badge/appearance/badgeAccent.d.ts +3 -0
- package/dist/types/components/Badge/appearance/badgeDanger.d.ts +3 -0
- package/dist/types/components/Badge/appearance/badgeDisabled.d.ts +3 -0
- package/dist/types/components/Badge/appearance/badgeError.d.ts +3 -0
- package/dist/types/components/Badge/appearance/badgeExtra.d.ts +3 -0
- package/dist/types/components/Badge/appearance/badgeInfo.d.ts +3 -0
- package/dist/types/components/Badge/appearance/badgeShape.d.ts +3 -0
- package/dist/types/components/Badge/appearance/badgeSize.d.ts +3 -0
- package/dist/types/components/Badge/appearance/badgeSpecial.d.ts +3 -0
- package/dist/types/components/Badge/appearance/badgeStyle.d.ts +3 -0
- package/dist/types/components/Badge/appearance/badgeSuccess.d.ts +3 -0
- package/dist/types/components/Badge/appearance/badgeSurface.d.ts +3 -0
- package/dist/types/components/Badge/appearance/badgeWarning.d.ts +3 -0
- package/dist/types/components/Badge/index.d.ts +3 -0
- package/dist/types/components/Breadcrumbs/Breadcrumbs.appearance.d.ts +3 -0
- package/dist/types/components/Breadcrumbs/Breadcrumbs.d.ts +3 -0
- package/dist/types/components/Breadcrumbs/Breadcrumbs.interface.d.ts +79 -0
- package/dist/types/components/Breadcrumbs/BreadcrumbsItem.d.ts +3 -0
- package/dist/types/components/Breadcrumbs/appearance/breadcrumbsAccent.d.ts +3 -0
- package/dist/types/components/Breadcrumbs/appearance/breadcrumbsSize.d.ts +3 -0
- package/dist/types/components/Breadcrumbs/appearance/breadcrumbsStyle.d.ts +3 -0
- package/dist/types/components/Breadcrumbs/appearance/breadcrumbsSurface.d.ts +3 -0
- package/dist/types/components/Breadcrumbs/index.d.ts +5 -0
- package/dist/types/components/Button/Button.appearance.d.ts +3 -0
- package/dist/types/components/Button/Button.d.ts +85 -0
- package/dist/types/components/Button/Button.interface.d.ts +98 -0
- package/dist/types/components/Button/appearance/buttonAccent.d.ts +3 -0
- package/dist/types/components/Button/appearance/buttonDanger.d.ts +3 -0
- package/dist/types/components/Button/appearance/buttonError.d.ts +3 -0
- package/dist/types/components/Button/appearance/buttonExtra.d.ts +3 -0
- package/dist/types/components/Button/appearance/buttonInfo.d.ts +3 -0
- package/dist/types/components/Button/appearance/buttonShape.d.ts +3 -0
- package/dist/types/components/Button/appearance/buttonSize.d.ts +3 -0
- package/dist/types/components/Button/appearance/buttonSpecial.d.ts +3 -0
- package/dist/types/components/Button/appearance/buttonStyle.d.ts +3 -0
- package/dist/types/components/Button/appearance/buttonSuccess.d.ts +3 -0
- package/dist/types/components/Button/appearance/buttonSurface.d.ts +3 -0
- package/dist/types/components/Button/appearance/buttonWarning.d.ts +3 -0
- package/dist/types/components/Button/index.d.ts +3 -0
- package/dist/types/components/Cell/Cell.appearance.d.ts +3 -0
- package/dist/types/components/Cell/Cell.d.ts +4 -0
- package/dist/types/components/Cell/Cell.interface.d.ts +88 -0
- package/dist/types/components/Cell/appearance/cellSize.d.ts +3 -0
- package/dist/types/components/Cell/appearance/cellStyle.d.ts +3 -0
- package/dist/types/components/Cell/appearance/cellSurface.d.ts +3 -0
- package/dist/types/components/Cell/index.d.ts +3 -0
- package/dist/types/components/Checkbox/Checkbox.appearance.d.ts +3 -0
- package/dist/types/components/Checkbox/Checkbox.d.ts +4 -0
- package/dist/types/components/Checkbox/Checkbox.interface.d.ts +66 -0
- package/dist/types/components/Checkbox/appearance/checkboxDefault.d.ts +3 -0
- package/dist/types/components/Checkbox/appearance/checkboxDisabled.d.ts +3 -0
- package/dist/types/components/Checkbox/appearance/checkboxError.d.ts +3 -0
- package/dist/types/components/Checkbox/appearance/checkboxRequire.d.ts +3 -0
- package/dist/types/components/Checkbox/appearance/checkboxShape.d.ts +3 -0
- package/dist/types/components/Checkbox/appearance/checkboxSize.d.ts +3 -0
- package/dist/types/components/Checkbox/appearance/checkboxStyle.d.ts +3 -0
- package/dist/types/components/Checkbox/appearance/checkboxSuccess.d.ts +3 -0
- package/dist/types/components/Checkbox/index.d.ts +3 -0
- package/dist/types/components/Checkmark/Checkmark.appearance.d.ts +3 -0
- package/dist/types/components/Checkmark/Checkmark.d.ts +4 -0
- package/dist/types/components/Checkmark/Checkmark.interface.d.ts +42 -0
- package/dist/types/components/Checkmark/appearance/checkmarkAccent.d.ts +3 -0
- package/dist/types/components/Checkmark/appearance/checkmarkDisabled.d.ts +3 -0
- package/dist/types/components/Checkmark/appearance/checkmarkError.d.ts +3 -0
- package/dist/types/components/Checkmark/appearance/checkmarkSize.d.ts +3 -0
- package/dist/types/components/Checkmark/appearance/checkmarkStyle.d.ts +3 -0
- package/dist/types/components/Checkmark/appearance/checkmarkSurface.d.ts +3 -0
- package/dist/types/components/Checkmark/index.d.ts +3 -0
- package/dist/types/components/Chips/Chips.appearance.d.ts +3 -0
- package/dist/types/components/Chips/Chips.d.ts +4 -0
- package/dist/types/components/Chips/Chips.interface.d.ts +113 -0
- package/dist/types/components/Chips/ChipsGroup.d.ts +3 -0
- package/dist/types/components/Chips/appearance/chipsAccent.d.ts +3 -0
- package/dist/types/components/Chips/appearance/chipsDanger.d.ts +3 -0
- package/dist/types/components/Chips/appearance/chipsDisabled.d.ts +3 -0
- package/dist/types/components/Chips/appearance/chipsError.d.ts +3 -0
- package/dist/types/components/Chips/appearance/chipsExtra.d.ts +3 -0
- package/dist/types/components/Chips/appearance/chipsInfo.d.ts +3 -0
- package/dist/types/components/Chips/appearance/chipsShape.d.ts +3 -0
- package/dist/types/components/Chips/appearance/chipsSize.d.ts +3 -0
- package/dist/types/components/Chips/appearance/chipsSpecial.d.ts +3 -0
- package/dist/types/components/Chips/appearance/chipsStyle.d.ts +3 -0
- package/dist/types/components/Chips/appearance/chipsSuccess.d.ts +3 -0
- package/dist/types/components/Chips/appearance/chipsSurface.d.ts +3 -0
- package/dist/types/components/Chips/appearance/chipsWarning.d.ts +3 -0
- package/dist/types/components/Chips/index.d.ts +4 -0
- package/dist/types/components/Choice/Choice.appearance.d.ts +3 -0
- package/dist/types/components/Choice/Choice.d.ts +4 -0
- package/dist/types/components/Choice/Choice.interface.d.ts +91 -0
- package/dist/types/components/Choice/appearance/choiceDefault.d.ts +3 -0
- package/dist/types/components/Choice/appearance/choiceDisabled.d.ts +3 -0
- package/dist/types/components/Choice/appearance/choiceError.d.ts +3 -0
- package/dist/types/components/Choice/appearance/choiceRequire.d.ts +3 -0
- package/dist/types/components/Choice/appearance/choiceShape.d.ts +3 -0
- package/dist/types/components/Choice/appearance/choiceSize.d.ts +3 -0
- package/dist/types/components/Choice/appearance/choiceStyle.d.ts +3 -0
- package/dist/types/components/Choice/appearance/choiceSuccess.d.ts +3 -0
- package/dist/types/components/Choice/index.d.ts +3 -0
- package/dist/types/components/Code/Code.appearance.d.ts +3 -0
- package/dist/types/components/Code/Code.d.ts +4 -0
- package/dist/types/components/Code/Code.interface.d.ts +58 -0
- package/dist/types/components/Code/appearance/codeDefault.d.ts +3 -0
- package/dist/types/components/Code/appearance/codeDisabled.d.ts +3 -0
- package/dist/types/components/Code/appearance/codeError.d.ts +3 -0
- package/dist/types/components/Code/appearance/codeRequire.d.ts +3 -0
- package/dist/types/components/Code/appearance/codeShape.d.ts +3 -0
- package/dist/types/components/Code/appearance/codeSize.d.ts +3 -0
- package/dist/types/components/Code/appearance/codeStyle.d.ts +3 -0
- package/dist/types/components/Code/appearance/codeSuccess.d.ts +3 -0
- package/dist/types/components/Code/index.d.ts +3 -0
- package/dist/types/components/CookiesWarning/CookiesWarning.appearance.d.ts +3 -0
- package/dist/types/components/CookiesWarning/CookiesWarning.d.ts +5 -0
- package/dist/types/components/CookiesWarning/CookiesWarning.interface.d.ts +37 -0
- package/dist/types/components/CookiesWarning/appearance/cookiesWarningDefault.d.ts +3 -0
- package/dist/types/components/CookiesWarning/index.d.ts +4 -0
- package/dist/types/components/Dadata/Dadata.d.ts +3 -0
- package/dist/types/components/Dadata/Dadata.interface.d.ts +24 -0
- package/dist/types/components/Dadata/index.d.ts +2 -0
- package/dist/types/components/DatePeriod/DatePeriod.appearance.d.ts +3 -0
- package/dist/types/components/DatePeriod/DatePeriod.d.ts +4 -0
- package/dist/types/components/DatePeriod/DatePeriod.interface.d.ts +66 -0
- package/dist/types/components/DatePeriod/appearance/datePeriodShape.d.ts +3 -0
- package/dist/types/components/DatePeriod/appearance/datePeriodSize.d.ts +3 -0
- package/dist/types/components/DatePeriod/appearance/datePeriodSurface.d.ts +3 -0
- package/dist/types/components/DatePeriod/index.d.ts +3 -0
- package/dist/types/components/DatePicker/DatePicker.appearance.d.ts +3 -0
- package/dist/types/components/DatePicker/DatePicker.d.ts +4 -0
- package/dist/types/components/DatePicker/DatePicker.interface.d.ts +101 -0
- package/dist/types/components/DatePicker/DatePicker.utils.d.ts +6 -0
- package/dist/types/components/DatePicker/appearance/datePickerSize.d.ts +3 -0
- package/dist/types/components/DatePicker/appearance/datePickerStyle.d.ts +3 -0
- package/dist/types/components/DatePicker/appearance/datePickerSurface.d.ts +3 -0
- package/dist/types/components/DatePicker/index.d.ts +3 -0
- package/dist/types/components/Divider/Divider.appearance.d.ts +3 -0
- package/dist/types/components/Divider/Divider.d.ts +4 -0
- package/dist/types/components/Divider/Divider.interface.d.ts +38 -0
- package/dist/types/components/Divider/appearance/dividerAccent.d.ts +3 -0
- package/dist/types/components/Divider/appearance/dividerError.d.ts +3 -0
- package/dist/types/components/Divider/appearance/dividerExtra.d.ts +3 -0
- package/dist/types/components/Divider/appearance/dividerSize.d.ts +3 -0
- package/dist/types/components/Divider/appearance/dividerSpecial.d.ts +3 -0
- package/dist/types/components/Divider/appearance/dividerSuccess.d.ts +3 -0
- package/dist/types/components/Divider/appearance/dividerSurface.d.ts +3 -0
- package/dist/types/components/Divider/appearance/dividerWarning.d.ts +3 -0
- package/dist/types/components/Divider/index.d.ts +3 -0
- package/dist/types/components/Dot/Dot.d.ts +3 -0
- package/dist/types/components/Dot/Dot.interface.d.ts +30 -0
- package/dist/types/components/Dot/index.d.ts +2 -0
- package/dist/types/components/Drawer/Drawer.appearance.d.ts +3 -0
- package/dist/types/components/Drawer/Drawer.constants.d.ts +16 -0
- package/dist/types/components/Drawer/Drawer.d.ts +4 -0
- package/dist/types/components/Drawer/Drawer.interface.d.ts +55 -0
- package/dist/types/components/Drawer/appearance/drawerSize.d.ts +3 -0
- package/dist/types/components/Drawer/appearance/drawerSurface.d.ts +3 -0
- package/dist/types/components/Drawer/index.d.ts +3 -0
- package/dist/types/components/Dropdown/Dropdown.appearance.d.ts +3 -0
- package/dist/types/components/Dropdown/Dropdown.d.ts +3 -0
- package/dist/types/components/Dropdown/Dropdown.interface.d.ts +174 -0
- package/dist/types/components/Dropdown/DropdownItem.appearance.d.ts +3 -0
- package/dist/types/components/Dropdown/DropdownItem.d.ts +4 -0
- package/dist/types/components/Dropdown/appearance/dropdownAccent.d.ts +3 -0
- package/dist/types/components/Dropdown/appearance/dropdownShape.d.ts +3 -0
- package/dist/types/components/Dropdown/appearance/dropdownSize.d.ts +3 -0
- package/dist/types/components/Dropdown/appearance/dropdownStyle.d.ts +3 -0
- package/dist/types/components/Dropdown/appearance/dropdownSurface.d.ts +3 -0
- package/dist/types/components/Dropdown/index.d.ts +5 -0
- package/dist/types/components/Dropzone/Dropzone.appearance.d.ts +3 -0
- package/dist/types/components/Dropzone/Dropzone.d.ts +4 -0
- package/dist/types/components/Dropzone/Dropzone.interface.d.ts +82 -0
- package/dist/types/components/Dropzone/appearance/dropzoneDefault.d.ts +3 -0
- package/dist/types/components/Dropzone/appearance/dropzoneDisabled.d.ts +3 -0
- package/dist/types/components/Dropzone/appearance/dropzoneError.d.ts +3 -0
- package/dist/types/components/Dropzone/appearance/dropzoneRequire.d.ts +3 -0
- package/dist/types/components/Dropzone/appearance/dropzoneShape.d.ts +3 -0
- package/dist/types/components/Dropzone/appearance/dropzoneSuccess.d.ts +3 -0
- package/dist/types/components/Dropzone/index.d.ts +2 -0
- package/dist/types/components/Flex/Flex.d.ts +3 -0
- package/dist/types/components/Flex/Flex.interface.d.ts +141 -0
- package/dist/types/components/Flex/FlexItem.d.ts +3 -0
- package/dist/types/components/Flex/index.d.ts +4 -0
- package/dist/types/components/Grid/Grid.d.ts +3 -0
- package/dist/types/components/Grid/Grid.interface.d.ts +143 -0
- package/dist/types/components/Grid/GridItem.d.ts +3 -0
- package/dist/types/components/Grid/GridRow.d.ts +3 -0
- package/dist/types/components/Grid/index.d.ts +5 -0
- package/dist/types/components/Group/Group.appearance.d.ts +3 -0
- package/dist/types/components/Group/Group.d.ts +59 -0
- package/dist/types/components/Group/Group.interface.d.ts +71 -0
- package/dist/types/components/Group/index.d.ts +3 -0
- package/dist/types/components/HTMLContent/HTMLContent.d.ts +3 -0
- package/dist/types/components/HTMLContent/HTMLContent.interface.d.ts +34 -0
- package/dist/types/components/HTMLContent/index.d.ts +2 -0
- package/dist/types/components/HeroTitle/HeroTitle.appearance.d.ts +3 -0
- package/dist/types/components/HeroTitle/HeroTitle.d.ts +4 -0
- package/dist/types/components/HeroTitle/HeroTitle.interface.d.ts +77 -0
- package/dist/types/components/HeroTitle/appearance/heroTitleSize.d.ts +3 -0
- package/dist/types/components/HeroTitle/index.d.ts +3 -0
- package/dist/types/components/Icon/Icon.appearance.d.ts +3 -0
- package/dist/types/components/Icon/Icon.d.ts +41 -0
- package/dist/types/components/Icon/Icon.interface.d.ts +92 -0
- package/dist/types/components/Icon/appearance/iconAccent.d.ts +3 -0
- package/dist/types/components/Icon/appearance/iconDanger.d.ts +3 -0
- package/dist/types/components/Icon/appearance/iconDisabled.d.ts +3 -0
- package/dist/types/components/Icon/appearance/iconError.d.ts +3 -0
- package/dist/types/components/Icon/appearance/iconExtra.d.ts +3 -0
- package/dist/types/components/Icon/appearance/iconInfo.d.ts +3 -0
- package/dist/types/components/Icon/appearance/iconShape.d.ts +3 -0
- package/dist/types/components/Icon/appearance/iconSize.d.ts +3 -0
- package/dist/types/components/Icon/appearance/iconSpecial.d.ts +3 -0
- package/dist/types/components/Icon/appearance/iconStyle.d.ts +3 -0
- package/dist/types/components/Icon/appearance/iconSuccess.d.ts +3 -0
- package/dist/types/components/Icon/appearance/iconSurface.d.ts +3 -0
- package/dist/types/components/Icon/appearance/iconWarning.d.ts +3 -0
- package/dist/types/components/Icon/index.d.ts +3 -0
- package/dist/types/components/Image/Image.d.ts +39 -0
- package/dist/types/components/Image/Image.interface.d.ts +43 -0
- package/dist/types/components/Image/index.d.ts +2 -0
- package/dist/types/components/Input/Input.appearance.d.ts +3 -0
- package/dist/types/components/Input/Input.d.ts +24 -0
- package/dist/types/components/Input/Input.interface.d.ts +52 -0
- package/dist/types/components/Input/appearance/inputDefault.d.ts +3 -0
- package/dist/types/components/Input/appearance/inputDisabled.d.ts +3 -0
- package/dist/types/components/Input/appearance/inputError.d.ts +3 -0
- package/dist/types/components/Input/appearance/inputRequire.d.ts +3 -0
- package/dist/types/components/Input/appearance/inputShape.d.ts +3 -0
- package/dist/types/components/Input/appearance/inputSize.d.ts +3 -0
- package/dist/types/components/Input/appearance/inputStyle.d.ts +3 -0
- package/dist/types/components/Input/appearance/inputSuccess.d.ts +3 -0
- package/dist/types/components/Input/index.d.ts +3 -0
- package/dist/types/components/InputNumber/InputNumber.appearance.d.ts +3 -0
- package/dist/types/components/InputNumber/InputNumber.d.ts +3 -0
- package/dist/types/components/InputNumber/InputNumber.interfaces.d.ts +54 -0
- package/dist/types/components/InputNumber/appearance/InputNumberShape.d.ts +3 -0
- package/dist/types/components/InputNumber/appearance/inputNumberSize.d.ts +3 -0
- package/dist/types/components/InputNumber/appearance/inputNumberStyle.d.ts +3 -0
- package/dist/types/components/InputNumber/appearance/inputNumberSurface.d.ts +3 -0
- package/dist/types/components/InputNumber/index.d.ts +2 -0
- package/dist/types/components/InputPassword/InputPassword.appearance.d.ts +3 -0
- package/dist/types/components/InputPassword/InputPassword.d.ts +4 -0
- package/dist/types/components/InputPassword/InputPassword.interface.d.ts +53 -0
- package/dist/types/components/InputPassword/appearance/inputPasswordDefault.d.ts +3 -0
- package/dist/types/components/InputPassword/appearance/inputPasswordDisabled.d.ts +3 -0
- package/dist/types/components/InputPassword/appearance/inputPasswordError.d.ts +3 -0
- package/dist/types/components/InputPassword/appearance/inputPasswordRequire.d.ts +3 -0
- package/dist/types/components/InputPassword/appearance/inputPasswordShape.d.ts +3 -0
- package/dist/types/components/InputPassword/appearance/inputPasswordSize.d.ts +3 -0
- package/dist/types/components/InputPassword/appearance/inputPasswordStyle.d.ts +3 -0
- package/dist/types/components/InputPassword/appearance/inputPasswordSuccess.d.ts +3 -0
- package/dist/types/components/InputPassword/index.d.ts +3 -0
- package/dist/types/components/Label/Label.appearance.d.ts +3 -0
- package/dist/types/components/Label/Label.d.ts +4 -0
- package/dist/types/components/Label/Label.interface.d.ts +69 -0
- package/dist/types/components/Label/appearance/labelAccent.d.ts +3 -0
- package/dist/types/components/Label/appearance/labelDanger.d.ts +3 -0
- package/dist/types/components/Label/appearance/labelDisabled.d.ts +3 -0
- package/dist/types/components/Label/appearance/labelError.d.ts +3 -0
- package/dist/types/components/Label/appearance/labelExtra.d.ts +3 -0
- package/dist/types/components/Label/appearance/labelGradient.d.ts +3 -0
- package/dist/types/components/Label/appearance/labelInfo.d.ts +3 -0
- package/dist/types/components/Label/appearance/labelShape.d.ts +3 -0
- package/dist/types/components/Label/appearance/labelSize.d.ts +3 -0
- package/dist/types/components/Label/appearance/labelSpecial.d.ts +3 -0
- package/dist/types/components/Label/appearance/labelStyle.d.ts +3 -0
- package/dist/types/components/Label/appearance/labelSuccess.d.ts +3 -0
- package/dist/types/components/Label/appearance/labelSurface.d.ts +3 -0
- package/dist/types/components/Label/appearance/labelWarning.d.ts +3 -0
- package/dist/types/components/Label/index.d.ts +3 -0
- package/dist/types/components/Link/Link.appearance.d.ts +3 -0
- package/dist/types/components/Link/Link.d.ts +6 -0
- package/dist/types/components/Link/Link.interface.d.ts +96 -0
- package/dist/types/components/Link/appearance/linkAccent.d.ts +3 -0
- package/dist/types/components/Link/appearance/linkDanger.d.ts +3 -0
- package/dist/types/components/Link/appearance/linkDisabled.d.ts +3 -0
- package/dist/types/components/Link/appearance/linkError.d.ts +3 -0
- package/dist/types/components/Link/appearance/linkExtra.d.ts +3 -0
- package/dist/types/components/Link/appearance/linkInfo.d.ts +3 -0
- package/dist/types/components/Link/appearance/linkRequire.d.ts +3 -0
- package/dist/types/components/Link/appearance/linkSize.d.ts +3 -0
- package/dist/types/components/Link/appearance/linkSpecial.d.ts +3 -0
- package/dist/types/components/Link/appearance/linkStyle.d.ts +3 -0
- package/dist/types/components/Link/appearance/linkSuccess.d.ts +3 -0
- package/dist/types/components/Link/appearance/linkSurface.d.ts +3 -0
- package/dist/types/components/Link/appearance/linkWarning.d.ts +3 -0
- package/dist/types/components/Link/index.d.ts +3 -0
- package/dist/types/components/List/List.appearance.d.ts +3 -0
- package/dist/types/components/List/List.d.ts +3 -0
- package/dist/types/components/List/List.interface.d.ts +54 -0
- package/dist/types/components/List/ListItem.d.ts +3 -0
- package/dist/types/components/List/appearance/listAccent.d.ts +3 -0
- package/dist/types/components/List/appearance/listDanger.d.ts +3 -0
- package/dist/types/components/List/appearance/listError.d.ts +3 -0
- package/dist/types/components/List/appearance/listExtra.d.ts +3 -0
- package/dist/types/components/List/appearance/listInfo.d.ts +3 -0
- package/dist/types/components/List/appearance/listSize.d.ts +3 -0
- package/dist/types/components/List/appearance/listSpecial.d.ts +3 -0
- package/dist/types/components/List/appearance/listStyle.d.ts +3 -0
- package/dist/types/components/List/appearance/listSuccess.d.ts +3 -0
- package/dist/types/components/List/appearance/listSurface.d.ts +3 -0
- package/dist/types/components/List/appearance/listWarning.d.ts +3 -0
- package/dist/types/components/List/index.d.ts +4 -0
- package/dist/types/components/Loader/Loader.appearance.d.ts +3 -0
- package/dist/types/components/Loader/Loader.d.ts +4 -0
- package/dist/types/components/Loader/Loader.interface.d.ts +35 -0
- package/dist/types/components/Loader/appearance/loaderAccent.d.ts +3 -0
- package/dist/types/components/Loader/appearance/loaderDanger.d.ts +3 -0
- package/dist/types/components/Loader/appearance/loaderError.d.ts +3 -0
- package/dist/types/components/Loader/appearance/loaderExtra.d.ts +3 -0
- package/dist/types/components/Loader/appearance/loaderInfo.d.ts +3 -0
- package/dist/types/components/Loader/appearance/loaderSize.d.ts +3 -0
- package/dist/types/components/Loader/appearance/loaderSpecial.d.ts +3 -0
- package/dist/types/components/Loader/appearance/loaderStyle.d.ts +3 -0
- package/dist/types/components/Loader/appearance/loaderSuccess.d.ts +3 -0
- package/dist/types/components/Loader/appearance/loaderSurface.d.ts +3 -0
- package/dist/types/components/Loader/appearance/loaderWarning.d.ts +3 -0
- package/dist/types/components/Loader/index.d.ts +3 -0
- package/dist/types/components/Logo/Logo.d.ts +29 -0
- package/dist/types/components/Logo/Logo.interface.d.ts +39 -0
- package/dist/types/components/Logo/index.d.ts +2 -0
- package/dist/types/components/MenuItem/MenuItem.appearance.d.ts +3 -0
- package/dist/types/components/MenuItem/MenuItem.d.ts +4 -0
- package/dist/types/components/MenuItem/MenuItem.interface.d.ts +96 -0
- package/dist/types/components/MenuItem/appearance/menuItemAccent.d.ts +3 -0
- package/dist/types/components/MenuItem/appearance/menuItemError.d.ts +3 -0
- package/dist/types/components/MenuItem/appearance/menuItemShape.d.ts +3 -0
- package/dist/types/components/MenuItem/appearance/menuItemSize.d.ts +3 -0
- package/dist/types/components/MenuItem/appearance/menuItemStyle.d.ts +3 -0
- package/dist/types/components/MenuItem/appearance/menuItemSurface.d.ts +3 -0
- package/dist/types/components/MenuItem/index.d.ts +3 -0
- package/dist/types/components/Modal/Modal.appearance.d.ts +3 -0
- package/dist/types/components/Modal/Modal.d.ts +61 -0
- package/dist/types/components/Modal/Modal.interface.d.ts +80 -0
- package/dist/types/components/Modal/ModalLoader.d.ts +2 -0
- package/dist/types/components/Modal/appearance/modalShape.d.ts +3 -0
- package/dist/types/components/Modal/appearance/modalSize.d.ts +3 -0
- package/dist/types/components/Modal/appearance/modalStyle.d.ts +3 -0
- package/dist/types/components/Modal/appearance/modalSurface.d.ts +3 -0
- package/dist/types/components/Modal/index.d.ts +5 -0
- package/dist/types/components/ModalSheetBottom/ModalSheetBottom.appearance.d.ts +3 -0
- package/dist/types/components/ModalSheetBottom/ModalSheetBottom.d.ts +26 -0
- package/dist/types/components/ModalSheetBottom/ModalSheetBottom.interface.d.ts +42 -0
- package/dist/types/components/ModalSheetBottom/appearance/modalSheetBottomSize.d.ts +3 -0
- package/dist/types/components/ModalSheetBottom/index.d.ts +3 -0
- package/dist/types/components/Notification/Notification.appearance.d.ts +3 -0
- package/dist/types/components/Notification/Notification.d.ts +4 -0
- package/dist/types/components/Notification/Notification.interface.d.ts +73 -0
- package/dist/types/components/Notification/NotificationWrapper.d.ts +3 -0
- package/dist/types/components/Notification/appearance/notificationDefault.d.ts +3 -0
- package/dist/types/components/Notification/appearance/notificationError.d.ts +3 -0
- package/dist/types/components/Notification/appearance/notificationInfo.d.ts +3 -0
- package/dist/types/components/Notification/appearance/notificationShape.d.ts +3 -0
- package/dist/types/components/Notification/appearance/notificationSize.d.ts +3 -0
- package/dist/types/components/Notification/appearance/notificationStyle.d.ts +3 -0
- package/dist/types/components/Notification/appearance/notificationSuccess.d.ts +3 -0
- package/dist/types/components/Notification/appearance/notificationWarning.d.ts +3 -0
- package/dist/types/components/Notification/index.d.ts +5 -0
- package/dist/types/components/Overlay/Overlay.appearance.d.ts +3 -0
- package/dist/types/components/Overlay/Overlay.d.ts +4 -0
- package/dist/types/components/Overlay/Overlay.interface.d.ts +27 -0
- package/dist/types/components/Overlay/appearance/overlayDefault.d.ts +3 -0
- package/dist/types/components/Overlay/index.d.ts +3 -0
- package/dist/types/components/Pagination/Pagination.appearance.d.ts +3 -0
- package/dist/types/components/Pagination/Pagination.d.ts +4 -0
- package/dist/types/components/Pagination/Pagination.interface.d.ts +114 -0
- package/dist/types/components/Pagination/appearance/paginationAccent.d.ts +3 -0
- package/dist/types/components/Pagination/appearance/paginationShape.d.ts +3 -0
- package/dist/types/components/Pagination/appearance/paginationSize.d.ts +3 -0
- package/dist/types/components/Pagination/appearance/paginationStyle.d.ts +3 -0
- package/dist/types/components/Pagination/appearance/paginationSurface.d.ts +3 -0
- package/dist/types/components/Pagination/index.d.ts +3 -0
- package/dist/types/components/Radio/Radio.appearance.d.ts +3 -0
- package/dist/types/components/Radio/Radio.d.ts +4 -0
- package/dist/types/components/Radio/Radio.interface.d.ts +53 -0
- package/dist/types/components/Radio/appearance/radioDefault.d.ts +3 -0
- package/dist/types/components/Radio/appearance/radioDisabled.d.ts +3 -0
- package/dist/types/components/Radio/appearance/radioError.d.ts +3 -0
- package/dist/types/components/Radio/appearance/radioRequire.d.ts +3 -0
- package/dist/types/components/Radio/appearance/radioShape.d.ts +3 -0
- package/dist/types/components/Radio/appearance/radioSize.d.ts +3 -0
- package/dist/types/components/Radio/appearance/radioStyle.d.ts +3 -0
- package/dist/types/components/Radio/appearance/radioSuccess.d.ts +3 -0
- package/dist/types/components/Radio/index.d.ts +3 -0
- package/dist/types/components/RangeSlider/RangeSlider.d.ts +3 -0
- package/dist/types/components/RangeSlider/RangeSlider.interface.d.ts +34 -0
- package/dist/types/components/RangeSlider/index.d.ts +2 -0
- package/dist/types/components/Response/Response.appearance.d.ts +3 -0
- package/dist/types/components/Response/Response.constant.d.ts +63 -0
- package/dist/types/components/Response/Response.d.ts +65 -0
- package/dist/types/components/Response/Response.interface.d.ts +77 -0
- package/dist/types/components/Response/appearance/responseConfirm.d.ts +3 -0
- package/dist/types/components/Response/appearance/responseDanger.d.ts +3 -0
- package/dist/types/components/Response/appearance/responseEmpty.d.ts +3 -0
- package/dist/types/components/Response/appearance/responseError.d.ts +3 -0
- package/dist/types/components/Response/appearance/responseFail.d.ts +3 -0
- package/dist/types/components/Response/appearance/responseNothingFound.d.ts +3 -0
- package/dist/types/components/Response/appearance/responseRefresh.d.ts +3 -0
- package/dist/types/components/Response/appearance/responseStyle.d.ts +3 -0
- package/dist/types/components/Response/appearance/responseSuccess.d.ts +3 -0
- package/dist/types/components/Response/appearance/responseUnableLoadData.d.ts +3 -0
- package/dist/types/components/Response/appearance/responseWarning.d.ts +3 -0
- package/dist/types/components/Response/img/index.d.ts +14 -0
- package/dist/types/components/Response/index.d.ts +6 -0
- package/dist/types/components/SVGContent/SVGContent.d.ts +11 -0
- package/dist/types/components/SVGContent/SVGContent.interface.d.ts +16 -0
- package/dist/types/components/SVGContent/index.d.ts +2 -0
- package/dist/types/components/ScrollOnDrag/ScrollOnDrag.d.ts +3 -0
- package/dist/types/components/ScrollOnDrag/ScrollOnDrag.interface.d.ts +24 -0
- package/dist/types/components/ScrollOnDrag/index.d.ts +2 -0
- package/dist/types/components/ScrollToView/ScrollToView.d.ts +3 -0
- package/dist/types/components/ScrollToView/ScrollToView.interface.d.ts +24 -0
- package/dist/types/components/ScrollToView/index.d.ts +2 -0
- package/dist/types/components/Scrollbar/Scrollbar.d.ts +3 -0
- package/dist/types/components/Scrollbar/Scrollbar.interface.d.ts +14 -0
- package/dist/types/components/Scrollbar/index.d.ts +2 -0
- package/dist/types/components/Search/Search.appearance.d.ts +3 -0
- package/dist/types/components/Search/Search.interface.d.ts +79 -0
- package/dist/types/components/Search/SearchInput.d.ts +54 -0
- package/dist/types/components/Search/SearchResult.d.ts +15 -0
- package/dist/types/components/Search/appearance/searchDefault.d.ts +3 -0
- package/dist/types/components/Search/appearance/searchDisabled.d.ts +3 -0
- package/dist/types/components/Search/appearance/searchError.d.ts +3 -0
- package/dist/types/components/Search/appearance/searchRequire.d.ts +3 -0
- package/dist/types/components/Search/appearance/searchShape.d.ts +3 -0
- package/dist/types/components/Search/appearance/searchSize.d.ts +3 -0
- package/dist/types/components/Search/appearance/searchStyle.d.ts +3 -0
- package/dist/types/components/Search/appearance/searchSuccess.d.ts +3 -0
- package/dist/types/components/Search/index.d.ts +5 -0
- package/dist/types/components/Segmented/Segmented.appearance.d.ts +3 -0
- package/dist/types/components/Segmented/Segmented.d.ts +4 -0
- package/dist/types/components/Segmented/Segmented.interface.d.ts +61 -0
- package/dist/types/components/Segmented/appearance/segmentedDefault.d.ts +3 -0
- package/dist/types/components/Segmented/appearance/segmentedDisabled.d.ts +3 -0
- package/dist/types/components/Segmented/appearance/segmentedError.d.ts +3 -0
- package/dist/types/components/Segmented/appearance/segmentedRequire.d.ts +3 -0
- package/dist/types/components/Segmented/appearance/segmentedShape.d.ts +3 -0
- package/dist/types/components/Segmented/appearance/segmentedSize.d.ts +3 -0
- package/dist/types/components/Segmented/appearance/segmentedStyle.d.ts +3 -0
- package/dist/types/components/Segmented/appearance/segmentedSuccess.d.ts +3 -0
- package/dist/types/components/Segmented/appearance/segmentedWarning.d.ts +3 -0
- package/dist/types/components/Segmented/index.d.ts +3 -0
- package/dist/types/components/Select/Select.appearance.d.ts +3 -0
- package/dist/types/components/Select/Select.interface.d.ts +140 -0
- package/dist/types/components/Select/SelectClearIndicator.d.ts +3 -0
- package/dist/types/components/Select/SelectContainer.d.ts +9 -0
- package/dist/types/components/Select/SelectControl.d.ts +3 -0
- package/dist/types/components/Select/SelectDropdownIndicator.d.ts +3 -0
- package/dist/types/components/Select/SelectGroupHeading.d.ts +3 -0
- package/dist/types/components/Select/SelectIndicatorsContainer.d.ts +3 -0
- package/dist/types/components/Select/SelectInput.d.ts +3 -0
- package/dist/types/components/Select/SelectLoadingIndicator.d.ts +3 -0
- package/dist/types/components/Select/SelectLoadingMessage.d.ts +3 -0
- package/dist/types/components/Select/SelectMenu.d.ts +3 -0
- package/dist/types/components/Select/SelectMultiValue.d.ts +4 -0
- package/dist/types/components/Select/SelectMultiValueContainer.d.ts +3 -0
- package/dist/types/components/Select/SelectMultiValueLabel.d.ts +3 -0
- package/dist/types/components/Select/SelectMultiValueRemove.d.ts +3 -0
- package/dist/types/components/Select/SelectNoOptions.d.ts +3 -0
- package/dist/types/components/Select/SelectOption.d.ts +3 -0
- package/dist/types/components/Select/SelectOverflowBadge.d.ts +10 -0
- package/dist/types/components/Select/SelectPlaceholder.d.ts +3 -0
- package/dist/types/components/Select/SelectSingleValue.d.ts +3 -0
- package/dist/types/components/Select/SelectValueContainer.d.ts +3 -0
- package/dist/types/components/Select/appearance/selectDefault.d.ts +3 -0
- package/dist/types/components/Select/appearance/selectDisabled.d.ts +3 -0
- package/dist/types/components/Select/appearance/selectError.d.ts +3 -0
- package/dist/types/components/Select/appearance/selectRequire.d.ts +3 -0
- package/dist/types/components/Select/appearance/selectShape.d.ts +3 -0
- package/dist/types/components/Select/appearance/selectSize.d.ts +3 -0
- package/dist/types/components/Select/appearance/selectStyle.d.ts +3 -0
- package/dist/types/components/Select/appearance/selectSuccess.d.ts +3 -0
- package/dist/types/components/Select/index.d.ts +17 -0
- package/dist/types/components/Swiper/Swiper.d.ts +3 -0
- package/dist/types/components/Swiper/Swiper.interface.d.ts +66 -0
- package/dist/types/components/Swiper/index.d.ts +2 -0
- package/dist/types/components/Switch/Switch.appearance.d.ts +3 -0
- package/dist/types/components/Switch/Switch.d.ts +33 -0
- package/dist/types/components/Switch/Switch.interface.d.ts +42 -0
- package/dist/types/components/Switch/appearance/switchDefault.d.ts +3 -0
- package/dist/types/components/Switch/appearance/switchDisabled.d.ts +3 -0
- package/dist/types/components/Switch/appearance/switchError.d.ts +3 -0
- package/dist/types/components/Switch/appearance/switchRequire.d.ts +3 -0
- package/dist/types/components/Switch/appearance/switchSize.d.ts +3 -0
- package/dist/types/components/Switch/appearance/switchStyle.d.ts +3 -0
- package/dist/types/components/Switch/appearance/switchSuccess.d.ts +3 -0
- package/dist/types/components/Switch/index.d.ts +3 -0
- package/dist/types/components/Tab/Tab.appearance.d.ts +3 -0
- package/dist/types/components/Tab/Tab.d.ts +4 -0
- package/dist/types/components/Tab/Tab.interface.d.ts +116 -0
- package/dist/types/components/Tab/TabGroup.d.ts +3 -0
- package/dist/types/components/Tab/appearance/tabError.d.ts +3 -0
- package/dist/types/components/Tab/appearance/tabSize.d.ts +3 -0
- package/dist/types/components/Tab/appearance/tabStyle.d.ts +3 -0
- package/dist/types/components/Tab/appearance/tabSuccess.d.ts +3 -0
- package/dist/types/components/Tab/appearance/tabSurface.d.ts +3 -0
- package/dist/types/components/Tab/appearance/tabWarning.d.ts +3 -0
- package/dist/types/components/Tab/index.d.ts +4 -0
- package/dist/types/components/Text/Text.appearance.d.ts +3 -0
- package/dist/types/components/Text/Text.d.ts +4 -0
- package/dist/types/components/Text/Text.interface.d.ts +45 -0
- package/dist/types/components/Text/appearance/textSize.d.ts +3 -0
- package/dist/types/components/Text/index.d.ts +3 -0
- package/dist/types/components/Textarea/Textarea.appearance.d.ts +3 -0
- package/dist/types/components/Textarea/Textarea.d.ts +4 -0
- package/dist/types/components/Textarea/Textarea.interface.d.ts +48 -0
- package/dist/types/components/Textarea/appearance/textareaDefault.d.ts +3 -0
- package/dist/types/components/Textarea/appearance/textareaDisabled.d.ts +3 -0
- package/dist/types/components/Textarea/appearance/textareaError.d.ts +3 -0
- package/dist/types/components/Textarea/appearance/textareaRequire.d.ts +3 -0
- package/dist/types/components/Textarea/appearance/textareaShape.d.ts +3 -0
- package/dist/types/components/Textarea/appearance/textareaSize.d.ts +3 -0
- package/dist/types/components/Textarea/appearance/textareaStyle.d.ts +3 -0
- package/dist/types/components/Textarea/appearance/textareaSuccess.d.ts +3 -0
- package/dist/types/components/Textarea/index.d.ts +3 -0
- package/dist/types/components/Tile/Tile.appearance.d.ts +3 -0
- package/dist/types/components/Tile/Tile.d.ts +4 -0
- package/dist/types/components/Tile/Tile.interface.d.ts +79 -0
- package/dist/types/components/Tile/appearance/tileShape.d.ts +3 -0
- package/dist/types/components/Tile/appearance/tileSize.d.ts +3 -0
- package/dist/types/components/Tile/appearance/tileStyle.d.ts +3 -0
- package/dist/types/components/Tile/appearance/tileSurface.d.ts +3 -0
- package/dist/types/components/Tile/index.d.ts +3 -0
- package/dist/types/components/Title/Title.appearance.d.ts +3 -0
- package/dist/types/components/Title/Title.d.ts +4 -0
- package/dist/types/components/Title/Title.interface.d.ts +76 -0
- package/dist/types/components/Title/appearance/titleAccent.d.ts +3 -0
- package/dist/types/components/Title/appearance/titleDanger.d.ts +3 -0
- package/dist/types/components/Title/appearance/titleDisabled.d.ts +3 -0
- package/dist/types/components/Title/appearance/titleError.d.ts +3 -0
- package/dist/types/components/Title/appearance/titleExtra.d.ts +3 -0
- package/dist/types/components/Title/appearance/titleInfo.d.ts +3 -0
- package/dist/types/components/Title/appearance/titleRequire.d.ts +3 -0
- package/dist/types/components/Title/appearance/titleSize.d.ts +3 -0
- package/dist/types/components/Title/appearance/titleSpecial.d.ts +3 -0
- package/dist/types/components/Title/appearance/titleStyle.d.ts +3 -0
- package/dist/types/components/Title/appearance/titleSuccess.d.ts +3 -0
- package/dist/types/components/Title/appearance/titleSurface.d.ts +3 -0
- package/dist/types/components/Title/appearance/titleWarning.d.ts +3 -0
- package/dist/types/components/Title/index.d.ts +3 -0
- package/dist/types/components/Tooltip/Tooltip.appearance.d.ts +3 -0
- package/dist/types/components/Tooltip/Tooltip.d.ts +47 -0
- package/dist/types/components/Tooltip/Tooltip.interface.d.ts +58 -0
- package/dist/types/components/Tooltip/appearance/tooltipDefault.d.ts +3 -0
- package/dist/types/components/Tooltip/appearance/tooltipDisabled.d.ts +3 -0
- package/dist/types/components/Tooltip/appearance/tooltipError.d.ts +3 -0
- package/dist/types/components/Tooltip/appearance/tooltipRequire.d.ts +3 -0
- package/dist/types/components/Tooltip/appearance/tooltipShape.d.ts +3 -0
- package/dist/types/components/Tooltip/appearance/tooltipSize.d.ts +3 -0
- package/dist/types/components/Tooltip/appearance/tooltipStyle.d.ts +3 -0
- package/dist/types/components/Tooltip/appearance/tooltipSuccess.d.ts +3 -0
- package/dist/types/components/Tooltip/index.d.ts +3 -0
- package/dist/types/components/Video/Video.d.ts +3 -0
- package/dist/types/components/Video/Video.interface.d.ts +17 -0
- package/dist/types/components/Video/index.d.ts +2 -0
- package/dist/types/components/Warning/Warning.appearance.d.ts +3 -0
- package/dist/types/components/Warning/Warning.d.ts +4 -0
- package/dist/types/components/Warning/Warning.interface.d.ts +47 -0
- package/dist/types/components/Warning/appearance/warningAccent.d.ts +3 -0
- package/dist/types/components/Warning/appearance/warningError.d.ts +3 -0
- package/dist/types/components/Warning/appearance/warningInfo.d.ts +3 -0
- package/dist/types/components/Warning/appearance/warningShape.d.ts +3 -0
- package/dist/types/components/Warning/appearance/warningSize.d.ts +3 -0
- package/dist/types/components/Warning/appearance/warningStyle.d.ts +3 -0
- package/dist/types/components/Warning/appearance/warningWarning.d.ts +3 -0
- package/dist/types/components/Warning/index.d.ts +3 -0
- package/dist/types/config/forms/datepicker.d.ts +18 -0
- package/dist/types/config/forms/index.d.ts +3 -0
- package/dist/types/config/forms/input.d.ts +14 -0
- package/dist/types/context/Notifications.d.ts +15 -0
- package/dist/types/context/Notifications.interface.d.ts +47 -0
- package/dist/types/context/UIContext.d.ts +23 -0
- package/dist/types/context/UrlAssetPrefix.d.ts +12 -0
- package/dist/types/context/index.d.ts +2 -0
- package/dist/types/hoc/urlWithAssetPrefix.d.ts +28 -0
- package/dist/types/hooks/index.helpers.d.ts +3 -0
- package/dist/types/hooks/useActiveClasses/index.d.ts +2 -0
- package/dist/types/hooks/useActiveClasses/useActiveClasses.d.ts +3 -0
- package/dist/types/hooks/useActiveClasses/useActiveClasses.helpers.d.ts +5 -0
- package/dist/types/hooks/useActiveClasses/useActiveClasses.interface.d.ts +27 -0
- package/dist/types/hooks/useAppearanceConfig/index.d.ts +1 -0
- package/dist/types/hooks/useAppearanceConfig/useAppearanceConfig.d.ts +5 -0
- package/dist/types/hooks/useDevicePropsGenerator/index.d.ts +2 -0
- package/dist/types/hooks/useDevicePropsGenerator/useDevicePropsGenerator.d.ts +8 -0
- package/dist/types/hooks/useDevicePropsGenerator/useDevicePropsGenerator.interface.d.ts +12 -0
- package/dist/types/hooks/useDeviceTargetClass.d.ts +5 -0
- package/dist/types/hooks/useDropzoneFieldFiles.d.ts +14 -0
- package/dist/types/hooks/useHoldProgress.d.ts +16 -0
- package/dist/types/hooks/useMediaQueries/index.d.ts +1 -0
- package/dist/types/hooks/useMediaQueries/useMediaQueries.d.ts +7 -0
- package/dist/types/hooks/useStyles/index.d.ts +1 -0
- package/dist/types/hooks/useStyles/styleAttributes.d.ts +3 -0
- package/dist/types/hooks/useStyles/styleAttributes.interface.d.ts +147 -0
- package/dist/types/hooks/useStyles/useStyles.d.ts +4 -0
- package/dist/types/hooks/useViewportFix.d.ts +2 -0
- package/dist/types/types/index.d.ts +1 -0
- package/dist/types/types/utils.d.ts +43 -0
- package/dist/types/utils/index.d.ts +3 -0
- package/dist/types/utils/mergeAppearanceKeys.d.ts +7 -0
- package/dist/types/utils/setViewportProperty.d.ts +2 -0
- package/package.json +3 -3
|
@@ -151,7 +151,7 @@ const cellConfig = {
|
|
|
151
151
|
},
|
|
152
152
|
};
|
|
153
153
|
function Cell(props) {
|
|
154
|
-
const { appearance, className, dataTestId, dataTour, title, titleIcon, titleLabel, titleTag, showTitleLabel, showValueLabel, value, valueIcon, valueTag, before, after, isActive, isEqual, isSameWidth, onClick, onMouseEnter, } = props;
|
|
154
|
+
const { appearance, className, isSkeleton, dataTestId, dataTour, title, titleIcon, titleLabel, titleTag, showTitleLabel, showValueLabel, value, valueIcon, valueTag, before, after, isActive, isEqual, isSameWidth, onClick, onMouseEnter, } = props;
|
|
155
155
|
const appearanceConfig = primitives.useAppearanceConfig(appearance, cellConfig);
|
|
156
156
|
const propsGenerator = primitives.useDevicePropsGenerator(props, appearanceConfig);
|
|
157
157
|
const { directionClass, fillActiveClass, fillActiveHoverClass, fillClass, fillHoverClass, titleIconFill, titleIconFillHover, titleIconFillSize, titleIconItemFill, titleIconShape, titleIconSrc, titleLabelAppearance, titleLabelAppearanceSize, titleLabelShape, titleLabelSize, titleLabelTextSize, titleTextColor, titleTextSize, titleTextTruncate, titleTextWeight, titleTextWrap, borderColorActiveClass, borderColorActiveHoverClass, borderColorClass, borderColorHoverClass, reverseClass, shapeClass, sizeClass, valueIconFill, valueIconFillHover, valueIconFillSize, valueIconItemFill, valueIconShape, valueIconSrc, valueLabel, valueLabelAppearance, valueLabelAppearanceSize, valueLabelShape, valueLabelSize, valueLabelTextSize, valueTextAlign, valueTextColor, valueTextSize, valueTextTruncate, valueTextWeight, valueTextWrap, widthClass, zeroGap, zeroPadding, } = propsGenerator;
|
|
@@ -167,7 +167,7 @@ function Cell(props) {
|
|
|
167
167
|
? borderColorHoverClass &&
|
|
168
168
|
`border-color_hover_${borderColorHoverClass}`
|
|
169
169
|
: borderColorActiveHoverClass &&
|
|
170
|
-
`border-color_active_hover_${borderColorActiveHoverClass}`, reverseClass && `cell_reverse_${reverseClass}`, shapeClass && `cell_shape_${shapeClass}`, widthClass && `width_${widthClass}`, zeroPadding && 'cell_reset-padding', zeroGap && 'cell_reset-gap'), "data-testid": dataTestId, "data-tour": dataTour, style: cellStyles, onClick: onClick, onMouseEnter: onMouseEnter, children: [before && jsxRuntime.jsx("div", { className: "cell__before", children: before }), jsxRuntime.jsxs("div", { className: clsx('cell__wrapper', directionClass && `cell__wrapper_direction_${directionClass}`, isEqual && 'cell__wrapper-equal', isSameWidth && 'cell__wrapper-same-width'), children: [title && (jsxRuntime.jsxs("div", { className: "cell__data", style: dataStyles, children: [jsxRuntime.jsx(primitives.Text, { className: "cell__title", size: titleTextSize, textColor: titleTextColor, textTruncate: titleTextTruncate, textWeight: titleTextWeight, textWrap: titleTextWrap, tag: titleTag, children: title }), (titleIcon || titleIconSrc) && (jsxRuntime.jsx(primitives.Icon, { className: "cell__title-icon", fill: titleIconFill, fillSize: titleIconFillSize, iconFill: titleIconItemFill, iconFillHover: titleIconFillHover, imageSrc: titleIconSrc, shape: titleIconShape, SvgImage: titleIcon })), (showTitleLabel || titleLabel) && (jsxRuntime.jsx(Label.Label, { appearance: primitives.mergeAppearanceKeys(titleLabelAppearance, titleLabelAppearanceSize), className: "cell__title-label", size: titleLabelSize, label: titleLabel, labelTextSize: titleLabelTextSize, shape: titleLabelShape }))] })), value && (jsxRuntime.jsxs("div", { className: "cell__data", style: dataStyles, children: [jsxRuntime.jsx(primitives.Text, { className: "cell__value", size: valueTextSize, textAlign: valueTextAlign, textColor: valueTextColor, textTruncate: valueTextTruncate, textWeight: valueTextWeight, textWrap: valueTextWrap, tag: valueTag, children: value }), (valueIcon || valueIconSrc) && (jsxRuntime.jsx(primitives.Icon, { className: "cell__value-icon", fill: valueIconFill, fillSize: valueIconFillSize, iconFill: valueIconItemFill, iconFillHover: valueIconFillHover, imageSrc: valueIconSrc, shape: valueIconShape, SvgImage: valueIcon })), (showValueLabel || valueLabel) && (jsxRuntime.jsx(Label.Label, { appearance: primitives.mergeAppearanceKeys(valueLabelAppearance, valueLabelAppearanceSize), className: "cell__value-label", size: valueLabelSize, label: valueLabel, labelTextSize: valueLabelTextSize, shape: valueLabelShape }))] }))] }), after && jsxRuntime.jsx("div", { className: "cell__after", children: after })] }));
|
|
170
|
+
`border-color_active_hover_${borderColorActiveHoverClass}`, reverseClass && `cell_reverse_${reverseClass}`, shapeClass && `cell_shape_${shapeClass}`, widthClass && `width_${widthClass}`, isSkeleton && `cell_skeleton`, zeroPadding && 'cell_reset-padding', zeroGap && 'cell_reset-gap'), "data-testid": dataTestId, "data-tour": dataTour, style: cellStyles, onClick: onClick, onMouseEnter: onMouseEnter, children: [before && jsxRuntime.jsx("div", { className: "cell__before", children: before }), jsxRuntime.jsxs("div", { className: clsx('cell__wrapper', directionClass && `cell__wrapper_direction_${directionClass}`, isEqual && 'cell__wrapper-equal', isSameWidth && 'cell__wrapper-same-width'), children: [title && (jsxRuntime.jsxs("div", { className: "cell__data", style: dataStyles, children: [jsxRuntime.jsx(primitives.Text, { className: "cell__title", size: titleTextSize, textColor: titleTextColor, textTruncate: titleTextTruncate, textWeight: titleTextWeight, textWrap: titleTextWrap, tag: titleTag, children: title }), (titleIcon || titleIconSrc) && (jsxRuntime.jsx(primitives.Icon, { className: "cell__title-icon", fill: titleIconFill, fillSize: titleIconFillSize, iconFill: titleIconItemFill, iconFillHover: titleIconFillHover, imageSrc: titleIconSrc, shape: titleIconShape, SvgImage: titleIcon })), (showTitleLabel || titleLabel) && (jsxRuntime.jsx(Label.Label, { appearance: primitives.mergeAppearanceKeys(titleLabelAppearance, titleLabelAppearanceSize), className: "cell__title-label", size: titleLabelSize, label: titleLabel, labelTextSize: titleLabelTextSize, shape: titleLabelShape }))] })), value && (jsxRuntime.jsxs("div", { className: "cell__data", style: dataStyles, children: [jsxRuntime.jsx(primitives.Text, { className: "cell__value", size: valueTextSize, textAlign: valueTextAlign, textColor: valueTextColor, textTruncate: valueTextTruncate, textWeight: valueTextWeight, textWrap: valueTextWrap, tag: valueTag, children: value }), (valueIcon || valueIconSrc) && (jsxRuntime.jsx(primitives.Icon, { className: "cell__value-icon", fill: valueIconFill, fillSize: valueIconFillSize, iconFill: valueIconItemFill, iconFillHover: valueIconFillHover, imageSrc: valueIconSrc, shape: valueIconShape, SvgImage: valueIcon })), (showValueLabel || valueLabel) && (jsxRuntime.jsx(Label.Label, { appearance: primitives.mergeAppearanceKeys(valueLabelAppearance, valueLabelAppearanceSize), className: "cell__value-label", size: valueLabelSize, label: valueLabel, labelTextSize: valueLabelTextSize, shape: valueLabelShape }))] }))] }), after && jsxRuntime.jsx("div", { className: "cell__after", children: after })] }));
|
|
171
171
|
}
|
|
172
172
|
|
|
173
173
|
exports.Cell = Cell;
|
|
@@ -209,11 +209,11 @@ const textareaConfig = {
|
|
|
209
209
|
},
|
|
210
210
|
};
|
|
211
211
|
function Textarea(props) {
|
|
212
|
-
const { id, appearance, className, dataTestId, dataTour, name, placeholder, value, isDisabled, onBlur, onChange, onFocus, onKeyDown, } = props;
|
|
212
|
+
const { id, appearance, className, dataTestId, dataTour, name, placeholder, value, isActive, isDisabled, isSkeleton, onBlur, onChange, onFocus, onKeyDown, } = props;
|
|
213
213
|
const appearanceConfig = primitives.useAppearanceConfig(appearance, textareaConfig, isDisabled);
|
|
214
214
|
const propsGenerator = primitives.useDevicePropsGenerator(props, appearanceConfig);
|
|
215
215
|
const { fillClass, fillHoverClass, borderColorClass, borderHoverClass, borderWidthClass, textColorClass, textSizeClass, textWeightClass, caretClass, placeholderTextColorClass, shapeClass, shapeStrengthClass, sizeClass, widthClass, } = propsGenerator;
|
|
216
|
-
return (jsxRuntime.jsx("div", { className: clsx('textarea', className, sizeClass && `textarea_size_${sizeClass}`), "data-tour": dataTour, children: jsxRuntime.jsx("textarea", { id: id, className: clsx('textarea__input', (textSizeClass || textColorClass || textWeightClass) && 'text', caretClass && `caret-color_${caretClass}`, fillClass && `fill_${fillClass}`, fillHoverClass && `fill_hover_${fillHoverClass}`, borderColorClass && `border-color_${borderColorClass}`, borderWidthClass && `border-width_${borderWidthClass}`, borderHoverClass && `border-color_hover_${borderHoverClass}`, shapeClass && `shape_${shapeClass}`, shapeStrengthClass && `shape-strength_${shapeStrengthClass}`, placeholderTextColorClass &&
|
|
216
|
+
return (jsxRuntime.jsx("div", { className: clsx('textarea', className, sizeClass && `textarea_size_${sizeClass}`, isSkeleton && `textarea_skeleton`, isActive && `textarea_active`), "data-tour": dataTour, children: jsxRuntime.jsx("textarea", { id: id, className: clsx('textarea__input', (textSizeClass || textColorClass || textWeightClass) && 'text', caretClass && `caret-color_${caretClass}`, fillClass && `fill_${fillClass}`, fillHoverClass && `fill_hover_${fillHoverClass}`, borderColorClass && `border-color_${borderColorClass}`, borderWidthClass && `border-width_${borderWidthClass}`, borderHoverClass && `border-color_hover_${borderHoverClass}`, shapeClass && `shape_${shapeClass}`, shapeStrengthClass && `shape-strength_${shapeStrengthClass}`, placeholderTextColorClass &&
|
|
217
217
|
`placeholder-text-color_${placeholderTextColorClass}`, textSizeClass && `text_size_${textSizeClass}`, textColorClass && `text-color_${textColorClass}`, textWeightClass && `text-weight_${textWeightClass}`, widthClass && `width_${widthClass}`), "data-testid": dataTestId || (name ? `${name}-textarea` : 'textarea'), disabled: isDisabled, placeholder: placeholder, value: value, onBlur: onBlur, onChange: onChange, onFocus: onFocus, onKeyDown: onKeyDown }) }));
|
|
218
218
|
}
|
|
219
219
|
|
|
@@ -14,9 +14,9 @@ require('lodash/maxBy');
|
|
|
14
14
|
require('react-inlinesvg');
|
|
15
15
|
|
|
16
16
|
function Video(props) {
|
|
17
|
-
const { id, className, dataTestId, dataTour, position, mp4, ogv, poster, webm, children, } = props;
|
|
17
|
+
const { id, className, dataTestId, dataTour, position, mp4, ogv, poster, webm, isSkeleton, children, } = props;
|
|
18
18
|
const { styles: videoStyles } = primitives.useStyles(props);
|
|
19
|
-
return (jsxRuntime.jsxs("div", { id: id, className: clsx('video', className, poster && `video_poster`, position && `video_position_${position}`), "data-testid": dataTestId, "data-tour": dataTour, style: videoStyles, children: [jsxRuntime.jsxs("video", { className: "video__wrapper", autoPlay: true, loop: true, muted: true, playsInline: false, poster: poster, children: [webm && jsxRuntime.jsx("source", { type: 'video/webm; codecs="vp8, vorbis"', src: webm }), ogv && jsxRuntime.jsx("source", { type: 'video/ogg; codecs="theora, vorbi"', src: ogv }), mp4 && (jsxRuntime.jsx("source", { type: 'video/mp4; codecs="avc1.42E01E, mp4a.40.2"', src: mp4 }))] }), children] }));
|
|
19
|
+
return (jsxRuntime.jsxs("div", { id: id, className: clsx('video', className, poster && `video_poster`, isSkeleton && `video_skeleton`, position && `video_position_${position}`), "data-testid": dataTestId, "data-tour": dataTour, style: videoStyles, children: [jsxRuntime.jsxs("video", { className: "video__wrapper", autoPlay: true, loop: true, muted: true, playsInline: false, poster: poster, children: [webm && jsxRuntime.jsx("source", { type: 'video/webm; codecs="vp8, vorbis"', src: webm }), ogv && jsxRuntime.jsx("source", { type: 'video/ogg; codecs="theora, vorbi"', src: ogv }), mp4 && (jsxRuntime.jsx("source", { type: 'video/mp4; codecs="avc1.42E01E, mp4a.40.2"', src: mp4 }))] }), children] }));
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
exports.Video = Video;
|
package/dist/components/Cell.js
CHANGED
|
@@ -149,7 +149,7 @@ const cellConfig = {
|
|
|
149
149
|
},
|
|
150
150
|
};
|
|
151
151
|
function Cell(props) {
|
|
152
|
-
const { appearance, className, dataTestId, dataTour, title, titleIcon, titleLabel, titleTag, showTitleLabel, showValueLabel, value, valueIcon, valueTag, before, after, isActive, isEqual, isSameWidth, onClick, onMouseEnter, } = props;
|
|
152
|
+
const { appearance, className, isSkeleton, dataTestId, dataTour, title, titleIcon, titleLabel, titleTag, showTitleLabel, showValueLabel, value, valueIcon, valueTag, before, after, isActive, isEqual, isSameWidth, onClick, onMouseEnter, } = props;
|
|
153
153
|
const appearanceConfig = useAppearanceConfig(appearance, cellConfig);
|
|
154
154
|
const propsGenerator = useDevicePropsGenerator(props, appearanceConfig);
|
|
155
155
|
const { directionClass, fillActiveClass, fillActiveHoverClass, fillClass, fillHoverClass, titleIconFill, titleIconFillHover, titleIconFillSize, titleIconItemFill, titleIconShape, titleIconSrc, titleLabelAppearance, titleLabelAppearanceSize, titleLabelShape, titleLabelSize, titleLabelTextSize, titleTextColor, titleTextSize, titleTextTruncate, titleTextWeight, titleTextWrap, borderColorActiveClass, borderColorActiveHoverClass, borderColorClass, borderColorHoverClass, reverseClass, shapeClass, sizeClass, valueIconFill, valueIconFillHover, valueIconFillSize, valueIconItemFill, valueIconShape, valueIconSrc, valueLabel, valueLabelAppearance, valueLabelAppearanceSize, valueLabelShape, valueLabelSize, valueLabelTextSize, valueTextAlign, valueTextColor, valueTextSize, valueTextTruncate, valueTextWeight, valueTextWrap, widthClass, zeroGap, zeroPadding, } = propsGenerator;
|
|
@@ -165,7 +165,7 @@ function Cell(props) {
|
|
|
165
165
|
? borderColorHoverClass &&
|
|
166
166
|
`border-color_hover_${borderColorHoverClass}`
|
|
167
167
|
: borderColorActiveHoverClass &&
|
|
168
|
-
`border-color_active_hover_${borderColorActiveHoverClass}`, reverseClass && `cell_reverse_${reverseClass}`, shapeClass && `cell_shape_${shapeClass}`, widthClass && `width_${widthClass}`, zeroPadding && 'cell_reset-padding', zeroGap && 'cell_reset-gap'), "data-testid": dataTestId, "data-tour": dataTour, style: cellStyles, onClick: onClick, onMouseEnter: onMouseEnter, children: [before && jsx("div", { className: "cell__before", children: before }), jsxs("div", { className: clsx('cell__wrapper', directionClass && `cell__wrapper_direction_${directionClass}`, isEqual && 'cell__wrapper-equal', isSameWidth && 'cell__wrapper-same-width'), children: [title && (jsxs("div", { className: "cell__data", style: dataStyles, children: [jsx(Text, { className: "cell__title", size: titleTextSize, textColor: titleTextColor, textTruncate: titleTextTruncate, textWeight: titleTextWeight, textWrap: titleTextWrap, tag: titleTag, children: title }), (titleIcon || titleIconSrc) && (jsx(Icon, { className: "cell__title-icon", fill: titleIconFill, fillSize: titleIconFillSize, iconFill: titleIconItemFill, iconFillHover: titleIconFillHover, imageSrc: titleIconSrc, shape: titleIconShape, SvgImage: titleIcon })), (showTitleLabel || titleLabel) && (jsx(Label, { appearance: mergeAppearanceKeys(titleLabelAppearance, titleLabelAppearanceSize), className: "cell__title-label", size: titleLabelSize, label: titleLabel, labelTextSize: titleLabelTextSize, shape: titleLabelShape }))] })), value && (jsxs("div", { className: "cell__data", style: dataStyles, children: [jsx(Text, { className: "cell__value", size: valueTextSize, textAlign: valueTextAlign, textColor: valueTextColor, textTruncate: valueTextTruncate, textWeight: valueTextWeight, textWrap: valueTextWrap, tag: valueTag, children: value }), (valueIcon || valueIconSrc) && (jsx(Icon, { className: "cell__value-icon", fill: valueIconFill, fillSize: valueIconFillSize, iconFill: valueIconItemFill, iconFillHover: valueIconFillHover, imageSrc: valueIconSrc, shape: valueIconShape, SvgImage: valueIcon })), (showValueLabel || valueLabel) && (jsx(Label, { appearance: mergeAppearanceKeys(valueLabelAppearance, valueLabelAppearanceSize), className: "cell__value-label", size: valueLabelSize, label: valueLabel, labelTextSize: valueLabelTextSize, shape: valueLabelShape }))] }))] }), after && jsx("div", { className: "cell__after", children: after })] }));
|
|
168
|
+
`border-color_active_hover_${borderColorActiveHoverClass}`, reverseClass && `cell_reverse_${reverseClass}`, shapeClass && `cell_shape_${shapeClass}`, widthClass && `width_${widthClass}`, isSkeleton && `cell_skeleton`, zeroPadding && 'cell_reset-padding', zeroGap && 'cell_reset-gap'), "data-testid": dataTestId, "data-tour": dataTour, style: cellStyles, onClick: onClick, onMouseEnter: onMouseEnter, children: [before && jsx("div", { className: "cell__before", children: before }), jsxs("div", { className: clsx('cell__wrapper', directionClass && `cell__wrapper_direction_${directionClass}`, isEqual && 'cell__wrapper-equal', isSameWidth && 'cell__wrapper-same-width'), children: [title && (jsxs("div", { className: "cell__data", style: dataStyles, children: [jsx(Text, { className: "cell__title", size: titleTextSize, textColor: titleTextColor, textTruncate: titleTextTruncate, textWeight: titleTextWeight, textWrap: titleTextWrap, tag: titleTag, children: title }), (titleIcon || titleIconSrc) && (jsx(Icon, { className: "cell__title-icon", fill: titleIconFill, fillSize: titleIconFillSize, iconFill: titleIconItemFill, iconFillHover: titleIconFillHover, imageSrc: titleIconSrc, shape: titleIconShape, SvgImage: titleIcon })), (showTitleLabel || titleLabel) && (jsx(Label, { appearance: mergeAppearanceKeys(titleLabelAppearance, titleLabelAppearanceSize), className: "cell__title-label", size: titleLabelSize, label: titleLabel, labelTextSize: titleLabelTextSize, shape: titleLabelShape }))] })), value && (jsxs("div", { className: "cell__data", style: dataStyles, children: [jsx(Text, { className: "cell__value", size: valueTextSize, textAlign: valueTextAlign, textColor: valueTextColor, textTruncate: valueTextTruncate, textWeight: valueTextWeight, textWrap: valueTextWrap, tag: valueTag, children: value }), (valueIcon || valueIconSrc) && (jsx(Icon, { className: "cell__value-icon", fill: valueIconFill, fillSize: valueIconFillSize, iconFill: valueIconItemFill, iconFillHover: valueIconFillHover, imageSrc: valueIconSrc, shape: valueIconShape, SvgImage: valueIcon })), (showValueLabel || valueLabel) && (jsx(Label, { appearance: mergeAppearanceKeys(valueLabelAppearance, valueLabelAppearanceSize), className: "cell__value-label", size: valueLabelSize, label: valueLabel, labelTextSize: valueLabelTextSize, shape: valueLabelShape }))] }))] }), after && jsx("div", { className: "cell__after", children: after })] }));
|
|
169
169
|
}
|
|
170
170
|
|
|
171
171
|
export { Cell, cellAppearance, cellConfig };
|
|
@@ -207,11 +207,11 @@ const textareaConfig = {
|
|
|
207
207
|
},
|
|
208
208
|
};
|
|
209
209
|
function Textarea(props) {
|
|
210
|
-
const { id, appearance, className, dataTestId, dataTour, name, placeholder, value, isDisabled, onBlur, onChange, onFocus, onKeyDown, } = props;
|
|
210
|
+
const { id, appearance, className, dataTestId, dataTour, name, placeholder, value, isActive, isDisabled, isSkeleton, onBlur, onChange, onFocus, onKeyDown, } = props;
|
|
211
211
|
const appearanceConfig = useAppearanceConfig(appearance, textareaConfig, isDisabled);
|
|
212
212
|
const propsGenerator = useDevicePropsGenerator(props, appearanceConfig);
|
|
213
213
|
const { fillClass, fillHoverClass, borderColorClass, borderHoverClass, borderWidthClass, textColorClass, textSizeClass, textWeightClass, caretClass, placeholderTextColorClass, shapeClass, shapeStrengthClass, sizeClass, widthClass, } = propsGenerator;
|
|
214
|
-
return (jsx("div", { className: clsx('textarea', className, sizeClass && `textarea_size_${sizeClass}`), "data-tour": dataTour, children: jsx("textarea", { id: id, className: clsx('textarea__input', (textSizeClass || textColorClass || textWeightClass) && 'text', caretClass && `caret-color_${caretClass}`, fillClass && `fill_${fillClass}`, fillHoverClass && `fill_hover_${fillHoverClass}`, borderColorClass && `border-color_${borderColorClass}`, borderWidthClass && `border-width_${borderWidthClass}`, borderHoverClass && `border-color_hover_${borderHoverClass}`, shapeClass && `shape_${shapeClass}`, shapeStrengthClass && `shape-strength_${shapeStrengthClass}`, placeholderTextColorClass &&
|
|
214
|
+
return (jsx("div", { className: clsx('textarea', className, sizeClass && `textarea_size_${sizeClass}`, isSkeleton && `textarea_skeleton`, isActive && `textarea_active`), "data-tour": dataTour, children: jsx("textarea", { id: id, className: clsx('textarea__input', (textSizeClass || textColorClass || textWeightClass) && 'text', caretClass && `caret-color_${caretClass}`, fillClass && `fill_${fillClass}`, fillHoverClass && `fill_hover_${fillHoverClass}`, borderColorClass && `border-color_${borderColorClass}`, borderWidthClass && `border-width_${borderWidthClass}`, borderHoverClass && `border-color_hover_${borderHoverClass}`, shapeClass && `shape_${shapeClass}`, shapeStrengthClass && `shape-strength_${shapeStrengthClass}`, placeholderTextColorClass &&
|
|
215
215
|
`placeholder-text-color_${placeholderTextColorClass}`, textSizeClass && `text_size_${textSizeClass}`, textColorClass && `text-color_${textColorClass}`, textWeightClass && `text-weight_${textWeightClass}`, widthClass && `width_${widthClass}`), "data-testid": dataTestId || (name ? `${name}-textarea` : 'textarea'), disabled: isDisabled, placeholder: placeholder, value: value, onBlur: onBlur, onChange: onChange, onFocus: onFocus, onKeyDown: onKeyDown }) }));
|
|
216
216
|
}
|
|
217
217
|
|
package/dist/components/Video.js
CHANGED
|
@@ -12,9 +12,9 @@ import 'lodash/maxBy';
|
|
|
12
12
|
import 'react-inlinesvg';
|
|
13
13
|
|
|
14
14
|
function Video(props) {
|
|
15
|
-
const { id, className, dataTestId, dataTour, position, mp4, ogv, poster, webm, children, } = props;
|
|
15
|
+
const { id, className, dataTestId, dataTour, position, mp4, ogv, poster, webm, isSkeleton, children, } = props;
|
|
16
16
|
const { styles: videoStyles } = useStyles(props);
|
|
17
|
-
return (jsxs("div", { id: id, className: clsx('video', className, poster && `video_poster`, position && `video_position_${position}`), "data-testid": dataTestId, "data-tour": dataTour, style: videoStyles, children: [jsxs("video", { className: "video__wrapper", autoPlay: true, loop: true, muted: true, playsInline: false, poster: poster, children: [webm && jsx("source", { type: 'video/webm; codecs="vp8, vorbis"', src: webm }), ogv && jsx("source", { type: 'video/ogg; codecs="theora, vorbi"', src: ogv }), mp4 && (jsx("source", { type: 'video/mp4; codecs="avc1.42E01E, mp4a.40.2"', src: mp4 }))] }), children] }));
|
|
17
|
+
return (jsxs("div", { id: id, className: clsx('video', className, poster && `video_poster`, isSkeleton && `video_skeleton`, position && `video_position_${position}`), "data-testid": dataTestId, "data-tour": dataTour, style: videoStyles, children: [jsxs("video", { className: "video__wrapper", autoPlay: true, loop: true, muted: true, playsInline: false, poster: poster, children: [webm && jsx("source", { type: 'video/webm; codecs="vp8, vorbis"', src: webm }), ogv && jsx("source", { type: 'video/ogg; codecs="theora, vorbi"', src: ogv }), mp4 && (jsx("source", { type: 'video/mp4; codecs="avc1.42E01E, mp4a.40.2"', src: mp4 }))] }), children] }));
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
export { Video };
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
import type { CSSProperties, ReactNode } from 'react';
|
|
2
|
+
import { AppearanceKeysDefault, AppearanceShapeKey, CompositeAppearanceKey, AppearanceSizeKey, AppearanceStyleKey, BorderColorProps, DirectionProps, FillHoverProps, FillProps, HeightProps, ShapeProps, ShapeStrengthProps, SizeProps, WidthProps } from '@itcase/types-ui';
|
|
3
|
+
import type { StyleAttributes } from '../../hooks/useStyles/styleAttributes.interface';
|
|
4
|
+
import { BadgeProps } from '../Badge/Badge.interface';
|
|
5
|
+
import { DividerProps } from '../Divider/Divider.interface';
|
|
6
|
+
import { IconProps } from '../Icon/Icon.interface';
|
|
7
|
+
import { TextProps } from '../Text/Text.interface';
|
|
8
|
+
import { TitleProps } from '../Title/Title.interface';
|
|
9
|
+
type AccordionAppearanceProps = {
|
|
10
|
+
borderColor?: BorderColorProps;
|
|
11
|
+
fill?: FillProps;
|
|
12
|
+
shape?: ShapeProps;
|
|
13
|
+
shapeStrength?: ShapeStrengthProps;
|
|
14
|
+
};
|
|
15
|
+
type AccordionProps = AccordionAppearanceProps & StyleAttributes & {
|
|
16
|
+
appearance?: AccordionItemProps['appearance'];
|
|
17
|
+
children?: ReactNode;
|
|
18
|
+
className?: string;
|
|
19
|
+
dataTestId?: string;
|
|
20
|
+
dataTour?: string;
|
|
21
|
+
initial?: Array<string | null>;
|
|
22
|
+
isMultiple?: boolean;
|
|
23
|
+
items?: Omit<AccordionItemEventData, 'isExpanded'>[];
|
|
24
|
+
onClickItem?: (item: AccordionItemEventData) => void;
|
|
25
|
+
};
|
|
26
|
+
type AccordionItemEventData = {
|
|
27
|
+
id: string;
|
|
28
|
+
content: ReactNode;
|
|
29
|
+
isExpanded: boolean;
|
|
30
|
+
title: string;
|
|
31
|
+
};
|
|
32
|
+
type AccordionItemAppearanceProps = {
|
|
33
|
+
badgeAppearance?: BadgeProps['appearance'];
|
|
34
|
+
badgeAppearanceSize?: AppearanceSizeKey;
|
|
35
|
+
badgeShape?: BadgeProps['shape'];
|
|
36
|
+
badgeSize?: BadgeProps['size'];
|
|
37
|
+
badgeTextColor?: BadgeProps['textColor'];
|
|
38
|
+
badgeTextSize?: BadgeProps['textSize'];
|
|
39
|
+
badgeValue?: BadgeProps['value'];
|
|
40
|
+
borderColor?: BorderColorProps;
|
|
41
|
+
contentTextColor?: TextProps['textColor'];
|
|
42
|
+
contentTextSize?: TextProps['size'];
|
|
43
|
+
contentTextWeight?: TextProps['textWeight'];
|
|
44
|
+
direction?: DirectionProps;
|
|
45
|
+
dividerDirection?: DividerProps['direction'];
|
|
46
|
+
dividerFill?: DividerProps['fill'];
|
|
47
|
+
dividerSize?: DividerProps['size'];
|
|
48
|
+
fill?: FillProps;
|
|
49
|
+
fillHover?: FillHoverProps;
|
|
50
|
+
height?: HeightProps;
|
|
51
|
+
icon?: IconProps['SvgImage'];
|
|
52
|
+
iconFill?: IconProps['fill'];
|
|
53
|
+
iconFillIcon?: IconProps['iconFill'];
|
|
54
|
+
iconFillSize?: IconProps['fillSize'];
|
|
55
|
+
iconShape?: IconProps['shape'];
|
|
56
|
+
iconSize?: IconProps['iconSize'];
|
|
57
|
+
iconSrc?: IconProps['imageSrc'];
|
|
58
|
+
isMultiple?: boolean;
|
|
59
|
+
labelTextColor?: TextProps['textColor'];
|
|
60
|
+
shape?: ShapeProps;
|
|
61
|
+
shapeDesktop?: ShapeProps;
|
|
62
|
+
shapeMobile?: ShapeProps;
|
|
63
|
+
shapeStrength?: ShapeStrengthProps;
|
|
64
|
+
shapeTablet?: ShapeProps;
|
|
65
|
+
showDivider?: boolean;
|
|
66
|
+
size?: SizeProps;
|
|
67
|
+
titleBorderColor?: TitleProps['borderColor'];
|
|
68
|
+
titleFill?: TitleProps['fill'];
|
|
69
|
+
titleFillHover?: TitleProps['fillHover'];
|
|
70
|
+
titleTextColor?: TitleProps['textColor'];
|
|
71
|
+
titleTextSize?: TextProps['size'];
|
|
72
|
+
titleTextWeight?: TitleProps['textWeight'];
|
|
73
|
+
titleWidth?: TitleProps['textWeight'];
|
|
74
|
+
width?: WidthProps;
|
|
75
|
+
zeroGap?: boolean;
|
|
76
|
+
zeroPadding?: boolean;
|
|
77
|
+
};
|
|
78
|
+
type AccordionItemProps = AccordionItemAppearanceProps & StyleAttributes & {
|
|
79
|
+
id?: string | null;
|
|
80
|
+
afterContent?: ReactNode;
|
|
81
|
+
appearance?: CompositeAppearanceKey;
|
|
82
|
+
beforeContent?: ReactNode;
|
|
83
|
+
children?: ReactNode;
|
|
84
|
+
className?: string;
|
|
85
|
+
content?: ReactNode;
|
|
86
|
+
isExpanded?: boolean;
|
|
87
|
+
onClick?: (item: AccordionItemEventData) => void;
|
|
88
|
+
style?: CSSProperties;
|
|
89
|
+
title?: string;
|
|
90
|
+
};
|
|
91
|
+
type AccordionItemAppearanceKey = AppearanceKeysDefault | AppearanceShapeKey | AppearanceSizeKey | AppearanceStyleKey;
|
|
92
|
+
type AccordionItemAppearance = {
|
|
93
|
+
[key in AccordionItemAppearanceKey]?: AccordionItemAppearanceProps;
|
|
94
|
+
};
|
|
95
|
+
type AccordionItemConfig = {
|
|
96
|
+
appearance: AccordionItemAppearance;
|
|
97
|
+
setAppearance: (appearanceConfig: AccordionItemAppearance) => void;
|
|
98
|
+
};
|
|
99
|
+
export type { AccordionItemAppearance, AccordionItemConfig, AccordionItemEventData, AccordionItemProps, AccordionProps, };
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { AccordionItemConfig, AccordionItemProps } from './Accordion.interface';
|
|
2
|
+
declare const accordionItemConfig: AccordionItemConfig;
|
|
3
|
+
declare function AccordionItem(props: AccordionItemProps): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
export { AccordionItem, accordionItemConfig };
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { Accordion } from './Accordion';
|
|
2
|
+
import { accordionAppearance } from './Accordion.appearance';
|
|
3
|
+
import { AccordionItem, accordionItemConfig } from './AccordionItem';
|
|
4
|
+
export { Accordion, accordionAppearance, AccordionItem, accordionItemConfig };
|
|
5
|
+
export type { AccordionItemAppearance, AccordionItemConfig, AccordionItemEventData, AccordionItemProps, AccordionProps, } from './Accordion.interface';
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import { CSSProperties, ReactNode } from 'react';
|
|
2
|
+
import { AppearanceKeysDefault, AppearanceShapeKey, AppearanceSizePxKey, AppearanceStyleKey, BorderColorProps, CompositeAppearanceKey, FillHoverProps, FillProps, ShapeProps, ShapeStrengthProps, SizePXProps } from '@itcase/types-ui';
|
|
3
|
+
import { StyleAttributes } from '../../hooks/useStyles/styleAttributes.interface';
|
|
4
|
+
import { BadgeProps } from '../Badge/Badge.interface';
|
|
5
|
+
import { IconProps } from '../Icon/Icon.interface';
|
|
6
|
+
import { TextProps } from '../Text/Text.interface';
|
|
7
|
+
type AvatarAppearanceProps = {
|
|
8
|
+
badge?: boolean;
|
|
9
|
+
badgeAppearance?: BadgeProps['appearance'];
|
|
10
|
+
badgeShape?: BadgeProps['shape'];
|
|
11
|
+
badgeSize?: BadgeProps['size'];
|
|
12
|
+
badgeTextColor?: BadgeProps['textColor'];
|
|
13
|
+
badgeTextSize?: BadgeProps['textSize'];
|
|
14
|
+
badgeValue?: BadgeProps['value'];
|
|
15
|
+
borderColor?: BorderColorProps;
|
|
16
|
+
fill?: FillProps;
|
|
17
|
+
fillHover?: FillHoverProps;
|
|
18
|
+
icon?: IconProps['SvgImage'];
|
|
19
|
+
iconFill?: IconProps['fill'];
|
|
20
|
+
iconFillHover?: IconProps['fillHover'];
|
|
21
|
+
iconFillSize?: IconProps['fillSize'];
|
|
22
|
+
iconItemFill?: IconProps['iconFill'];
|
|
23
|
+
iconShape?: IconProps['shape'];
|
|
24
|
+
iconSize?: IconProps['iconSize'];
|
|
25
|
+
iconSrc?: string;
|
|
26
|
+
placeholderUrl?: string;
|
|
27
|
+
shape?: ShapeProps;
|
|
28
|
+
shapeStrength?: ShapeStrengthProps;
|
|
29
|
+
size?: SizePXProps;
|
|
30
|
+
textColor?: TextProps['textColor'];
|
|
31
|
+
textSize?: TextProps['size'];
|
|
32
|
+
textWeight?: TextProps['textWeight'];
|
|
33
|
+
};
|
|
34
|
+
type AvatarProps = AvatarAppearanceProps & StyleAttributes & {
|
|
35
|
+
after?: string;
|
|
36
|
+
appearance?: CompositeAppearanceKey;
|
|
37
|
+
before?: string;
|
|
38
|
+
children?: ReactNode;
|
|
39
|
+
className?: string;
|
|
40
|
+
count?: number | string;
|
|
41
|
+
dataTestId?: string;
|
|
42
|
+
dataTour?: string;
|
|
43
|
+
firstName?: string;
|
|
44
|
+
isSkeleton?: boolean;
|
|
45
|
+
onClick?: () => void;
|
|
46
|
+
secondName?: string;
|
|
47
|
+
src?: string;
|
|
48
|
+
style?: CSSProperties;
|
|
49
|
+
};
|
|
50
|
+
type AvatarAppearanceKey = AppearanceKeysDefault | AppearanceShapeKey | AppearanceSizePxKey | AppearanceStyleKey;
|
|
51
|
+
type AvatarAppearance = {
|
|
52
|
+
[key in AvatarAppearanceKey]?: AvatarAppearanceProps;
|
|
53
|
+
};
|
|
54
|
+
type AvatarConfig = {
|
|
55
|
+
appearance: AvatarAppearance;
|
|
56
|
+
setAppearance: (appearanceConfig: AvatarAppearance) => void;
|
|
57
|
+
};
|
|
58
|
+
export type { AvatarAppearance, AvatarConfig, AvatarProps };
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import type { AppearanceSizePxKey, DirectionProps, SizePXProps } from '@itcase/types-ui';
|
|
2
|
+
import { StyleAttributes } from '../../hooks/useStyles/styleAttributes.interface';
|
|
3
|
+
import { AvatarProps } from '../Avatar/Avatar.interface';
|
|
4
|
+
type AvatarStackAppearanceProps = {
|
|
5
|
+
size: SizePXProps;
|
|
6
|
+
};
|
|
7
|
+
type AvatarsItem = {
|
|
8
|
+
id: string;
|
|
9
|
+
firstName: string;
|
|
10
|
+
lastName: string;
|
|
11
|
+
src: string;
|
|
12
|
+
};
|
|
13
|
+
type AvatarStackProps = AvatarStackAppearanceProps & StyleAttributes & {
|
|
14
|
+
appearance?: AppearanceKeys;
|
|
15
|
+
avatarAppearance?: AvatarProps['appearance'];
|
|
16
|
+
avatarsList: AvatarsItem[];
|
|
17
|
+
className?: string;
|
|
18
|
+
direction?: DirectionProps;
|
|
19
|
+
isSkeleton?: boolean;
|
|
20
|
+
length?: number;
|
|
21
|
+
};
|
|
22
|
+
type AppearanceKeys = AppearanceSizePxKey & {};
|
|
23
|
+
type AvatarStackAppearance = {
|
|
24
|
+
[key in AppearanceKeys]?: AvatarStackAppearanceProps;
|
|
25
|
+
};
|
|
26
|
+
export type { AvatarStackAppearance, AvatarStackProps };
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { CSSProperties, ReactNode } from 'react';
|
|
2
|
+
import { AppearanceKeysDefault, AppearanceShapeKey, AppearanceSizeKey, AppearanceStyleKey, BorderColorHoverProps, BorderColorProps, BorderTypeProps, BorderWidthProps, CompositeAppearanceKey, FillHoverProps, FillProps, ShapeProps, ShapeStrengthProps, SizeProps, SvgFillItemProps } from '@itcase/types-ui';
|
|
3
|
+
import { StyleAttributes } from '../../hooks/useStyles/styleAttributes.interface';
|
|
4
|
+
import { IconProps } from '../Icon/Icon.interface';
|
|
5
|
+
import { TextProps } from '../Text/Text.interface';
|
|
6
|
+
type BadgeAppearanceProps = {
|
|
7
|
+
borderColor?: BorderColorProps;
|
|
8
|
+
borderColorHover?: BorderColorHoverProps;
|
|
9
|
+
borderType?: BorderTypeProps;
|
|
10
|
+
borderWidth?: BorderWidthProps;
|
|
11
|
+
dotFill?: SvgFillItemProps;
|
|
12
|
+
fill?: FillProps;
|
|
13
|
+
fillHover?: FillHoverProps;
|
|
14
|
+
iconFill?: IconProps['iconFill'];
|
|
15
|
+
iconShape?: IconProps['shape'];
|
|
16
|
+
iconSize?: IconProps['size'];
|
|
17
|
+
shape?: ShapeProps;
|
|
18
|
+
shapeStrength?: ShapeStrengthProps;
|
|
19
|
+
size?: SizeProps;
|
|
20
|
+
textColor?: TextProps['textColor'];
|
|
21
|
+
textSize?: TextProps['size'];
|
|
22
|
+
};
|
|
23
|
+
type BadgeProps = BadgeAppearanceProps & StyleAttributes & {
|
|
24
|
+
appearance?: CompositeAppearanceKey;
|
|
25
|
+
children?: ReactNode;
|
|
26
|
+
className?: string;
|
|
27
|
+
dataTestId?: string;
|
|
28
|
+
dataTour?: string;
|
|
29
|
+
dot?: boolean;
|
|
30
|
+
icon?: IconProps['SvgImage'];
|
|
31
|
+
iconSrc?: IconProps['imageSrc'];
|
|
32
|
+
isSkeleton?: boolean;
|
|
33
|
+
style?: CSSProperties;
|
|
34
|
+
text?: string;
|
|
35
|
+
type?: 'counter' | 'dot' | 'dot-icon-counter' | 'fill' | 'icon' | 'icon-counter';
|
|
36
|
+
value?: number | string;
|
|
37
|
+
};
|
|
38
|
+
type BadgeAppearanceKey = AppearanceKeysDefault | AppearanceShapeKey | AppearanceSizeKey | AppearanceStyleKey;
|
|
39
|
+
type BadgeAppearance = {
|
|
40
|
+
[key in BadgeAppearanceKey]?: BadgeAppearanceProps;
|
|
41
|
+
};
|
|
42
|
+
type BadgeConfig = {
|
|
43
|
+
appearance: BadgeAppearance;
|
|
44
|
+
setAppearance: (appearanceConfig: BadgeAppearance) => void;
|
|
45
|
+
};
|
|
46
|
+
export type { BadgeAppearance, BadgeAppearanceKey, BadgeConfig, BadgeProps };
|