@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
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { Modal, modalConfig } from './Modal';
|
|
2
|
+
import { modalAppearance } from './Modal.appearance';
|
|
3
|
+
import { ModalLoader } from './ModalLoader';
|
|
4
|
+
export { Modal, modalAppearance, modalConfig, ModalLoader };
|
|
5
|
+
export type { ModalAppearance, ModalConfig, ModalProps, ModalRef, } from './Modal.interface';
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { ModalSheetBottomRef } from './ModalSheetBottom.interface';
|
|
3
|
+
declare const ModalSheetBottom: React.ForwardRefExoticComponent<{
|
|
4
|
+
fill?: import("@itcase/types-ui").FillProps;
|
|
5
|
+
titleTextColor?: import("src/components/Title").TitleProps["textColor"];
|
|
6
|
+
titleTextColorHover?: import("src/components/Title").TitleProps["textColorHover"];
|
|
7
|
+
titleTextSize?: import("src/components/Title").TitleProps["size"];
|
|
8
|
+
titleTextTruncate?: import("src/components/Title").TitleProps["textTruncate"];
|
|
9
|
+
titleTextWeight?: import("src/components/Title").TitleProps["textWeight"];
|
|
10
|
+
titleTextWidth?: import("src/components/Title").TitleProps["width"];
|
|
11
|
+
titleTextWrap?: import("src/components/Title").TitleProps["textWrap"];
|
|
12
|
+
zeroPadding?: boolean;
|
|
13
|
+
} & Partial<import("react-modal-sheet").SheetProps> & {
|
|
14
|
+
appearance?: import("@itcase/types-ui").AppearanceSizeKey;
|
|
15
|
+
children?: React.ReactNode;
|
|
16
|
+
closeButton?: React.ReactNode;
|
|
17
|
+
dataTestId?: string;
|
|
18
|
+
dataTour?: string;
|
|
19
|
+
initialIsOpen?: boolean;
|
|
20
|
+
isDisabled?: boolean;
|
|
21
|
+
onCloseModalSheetBottom?: () => void;
|
|
22
|
+
onOpenModalSheetBottom?: () => void;
|
|
23
|
+
style?: React.CSSProperties;
|
|
24
|
+
title?: string;
|
|
25
|
+
} & React.RefAttributes<ModalSheetBottomRef>>;
|
|
26
|
+
export { ModalSheetBottom };
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { CSSProperties, ReactNode } from 'react';
|
|
2
|
+
import { SheetProps } from 'react-modal-sheet';
|
|
3
|
+
import { AppearanceSizeKey, FillProps } from '@itcase/types-ui';
|
|
4
|
+
import { TitleProps } from '../Title/Title.interface';
|
|
5
|
+
type ModalSheetBottomRef = {
|
|
6
|
+
closeModal: ModalSheetBottomProps['onCloseModalSheetBottom'];
|
|
7
|
+
isOpen: boolean;
|
|
8
|
+
openModal: ModalSheetBottomProps['onOpenModalSheetBottom'];
|
|
9
|
+
};
|
|
10
|
+
type ModalSheetBottomAppearanceProps = {
|
|
11
|
+
fill?: FillProps;
|
|
12
|
+
titleTextColor?: TitleProps['textColor'];
|
|
13
|
+
titleTextColorHover?: TitleProps['textColorHover'];
|
|
14
|
+
titleTextSize?: TitleProps['size'];
|
|
15
|
+
titleTextTruncate?: TitleProps['textTruncate'];
|
|
16
|
+
titleTextWeight?: TitleProps['textWeight'];
|
|
17
|
+
titleTextWidth?: TitleProps['width'];
|
|
18
|
+
titleTextWrap?: TitleProps['textWrap'];
|
|
19
|
+
zeroPadding?: boolean;
|
|
20
|
+
};
|
|
21
|
+
type ModalSheetBottomProps = ModalSheetBottomAppearanceProps & Partial<SheetProps> & {
|
|
22
|
+
appearance?: AppearanceSizeKey;
|
|
23
|
+
children?: ReactNode;
|
|
24
|
+
closeButton?: ReactNode;
|
|
25
|
+
dataTestId?: string;
|
|
26
|
+
dataTour?: string;
|
|
27
|
+
initialIsOpen?: boolean;
|
|
28
|
+
isDisabled?: boolean;
|
|
29
|
+
onCloseModalSheetBottom?: () => void;
|
|
30
|
+
onOpenModalSheetBottom?: () => void;
|
|
31
|
+
style?: CSSProperties;
|
|
32
|
+
title?: string;
|
|
33
|
+
};
|
|
34
|
+
type ModalSheetBottomAppearanceKey = AppearanceSizeKey & {};
|
|
35
|
+
type ModalSheetBottomAppearance = {
|
|
36
|
+
[key in ModalSheetBottomAppearanceKey]?: ModalSheetBottomAppearanceProps;
|
|
37
|
+
};
|
|
38
|
+
type ModalSheetBottomConfig = {
|
|
39
|
+
appearance: ModalSheetBottomAppearance;
|
|
40
|
+
setAppearance: (appearanceConfig: ModalSheetBottomAppearance) => void;
|
|
41
|
+
};
|
|
42
|
+
export type { ModalSheetBottomAppearance, ModalSheetBottomConfig, ModalSheetBottomProps, ModalSheetBottomRef, };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export { ModalSheetBottom } from './ModalSheetBottom';
|
|
2
|
+
export { modalSheetBottomAppearance } from './ModalSheetBottom.appearance';
|
|
3
|
+
export type { ModalSheetBottomAppearance, ModalSheetBottomConfig, ModalSheetBottomProps, ModalSheetBottomRef, } from './ModalSheetBottom.interface';
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { NotificationConfig, NotificationProps } from './Notification.interface';
|
|
2
|
+
declare const notificationConfig: NotificationConfig;
|
|
3
|
+
declare function Notification(props: NotificationProps): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
export { Notification, notificationConfig };
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import { CSSProperties, ReactNode } from 'react';
|
|
2
|
+
import { GeneratedId } from '@itcase/types-core';
|
|
3
|
+
import { AppearanceIconSizeKey, AppearanceNotificationKeys, AppearanceShapeKey, AppearanceSizeKey, AppearanceStyleKey, BorderColorProps, CompositeAppearanceNotificationKeys, ElevationProps, FillHoverProps, FillProps, ShapeProps, ShapeStrengthProps, SizeProps, WidthProps } from '@itcase/types-ui';
|
|
4
|
+
import { StyleAttributes } from '../../hooks/useStyles/styleAttributes.interface';
|
|
5
|
+
import { ButtonProps } from '../Button/Button.interface';
|
|
6
|
+
import { IconProps } from '../Icon/Icon.interface';
|
|
7
|
+
import { LoaderProps } from '../Loader/Loader.interface';
|
|
8
|
+
import { TextProps } from '../Text/Text.interface';
|
|
9
|
+
type NotificationAppearanceProps = {
|
|
10
|
+
borderColor?: BorderColorProps;
|
|
11
|
+
buttonAppearance?: ButtonProps['appearance'];
|
|
12
|
+
buttonLabel?: ButtonProps['label'];
|
|
13
|
+
closeIcon?: IconProps['SvgImage'];
|
|
14
|
+
closeIconAppearance?: IconProps['appearance'];
|
|
15
|
+
closeIconAppearanceSize?: AppearanceIconSizeKey;
|
|
16
|
+
closeIconSrc?: IconProps['imageSrc'];
|
|
17
|
+
descTextColor?: TextProps['textColor'];
|
|
18
|
+
descTextSize?: TextProps['size'];
|
|
19
|
+
elevation?: ElevationProps;
|
|
20
|
+
fill?: FillProps;
|
|
21
|
+
fillHover?: FillHoverProps;
|
|
22
|
+
loaderAppearance?: LoaderProps['appearance'];
|
|
23
|
+
loaderAppearanceSize?: AppearanceSizeKey;
|
|
24
|
+
loaderFill?: LoaderProps['fill'];
|
|
25
|
+
loaderItemFill?: LoaderProps['itemFill'];
|
|
26
|
+
loaderSize?: LoaderProps['size'];
|
|
27
|
+
loaderType?: LoaderProps['type'];
|
|
28
|
+
set?: string;
|
|
29
|
+
shape?: ShapeProps;
|
|
30
|
+
shapeStrength?: ShapeStrengthProps;
|
|
31
|
+
size?: SizeProps;
|
|
32
|
+
status?: string;
|
|
33
|
+
text?: string;
|
|
34
|
+
textColor?: TextProps['textColor'];
|
|
35
|
+
textSize?: TextProps['size'];
|
|
36
|
+
titleTextColor?: TextProps['textColor'];
|
|
37
|
+
titleTextSize?: TextProps['size'];
|
|
38
|
+
width?: WidthProps;
|
|
39
|
+
};
|
|
40
|
+
type NotificationProps = NotificationAppearanceProps & StyleAttributes & {
|
|
41
|
+
id?: GeneratedId;
|
|
42
|
+
after?: ReactNode;
|
|
43
|
+
appearance?: CompositeAppearanceNotificationKeys;
|
|
44
|
+
before?: ReactNode;
|
|
45
|
+
className?: string;
|
|
46
|
+
dataTestId?: string;
|
|
47
|
+
dataTour?: string;
|
|
48
|
+
isLoading?: boolean;
|
|
49
|
+
isSkeleton?: boolean;
|
|
50
|
+
onClickButton?: ButtonProps['onClick'];
|
|
51
|
+
onClickClose?: (targetId?: GeneratedId) => void;
|
|
52
|
+
style?: CSSProperties;
|
|
53
|
+
title?: string;
|
|
54
|
+
type?: string;
|
|
55
|
+
};
|
|
56
|
+
type NotificationWrapperProps = {
|
|
57
|
+
className?: string;
|
|
58
|
+
closeButton?: ReactNode;
|
|
59
|
+
dataTestId?: string;
|
|
60
|
+
dataTour?: string;
|
|
61
|
+
set?: string;
|
|
62
|
+
size?: SizeProps;
|
|
63
|
+
type?: string;
|
|
64
|
+
};
|
|
65
|
+
type NotificationAppearanceKeys = AppearanceNotificationKeys | AppearanceSizeKey | AppearanceStyleKey | AppearanceShapeKey;
|
|
66
|
+
type NotificationAppearance = {
|
|
67
|
+
[key in NotificationAppearanceKeys]?: NotificationAppearanceProps;
|
|
68
|
+
};
|
|
69
|
+
type NotificationConfig = {
|
|
70
|
+
appearance: NotificationAppearance;
|
|
71
|
+
setAppearance: (appearanceConfig: NotificationAppearance) => void;
|
|
72
|
+
};
|
|
73
|
+
export type { NotificationAppearance, NotificationConfig, NotificationProps, NotificationWrapperProps, };
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { Notification, notificationConfig } from './Notification';
|
|
2
|
+
import { notificationAppearance } from './Notification.appearance';
|
|
3
|
+
import { NotificationWrapper } from './NotificationWrapper';
|
|
4
|
+
export { Notification, notificationAppearance, notificationConfig, NotificationWrapper, };
|
|
5
|
+
export type { NotificationAppearance, NotificationConfig, NotificationProps, NotificationWrapperProps, } from './Notification.interface';
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { CSSProperties, MouseEventHandler, ReactNode } from 'react';
|
|
2
|
+
import { AppearanceOverlayKey, BlurProps, FillProps, OpacityProps } from '@itcase/types-ui';
|
|
3
|
+
import { StyleAttributes } from '../../hooks/useStyles/styleAttributes.interface';
|
|
4
|
+
type OverlayAppearanceProps = {
|
|
5
|
+
blur?: BlurProps;
|
|
6
|
+
fill?: FillProps;
|
|
7
|
+
opacity?: OpacityProps;
|
|
8
|
+
};
|
|
9
|
+
type OverlayProps = OverlayAppearanceProps & StyleAttributes & {
|
|
10
|
+
appearance?: AppearanceOverlayKey;
|
|
11
|
+
children?: ReactNode;
|
|
12
|
+
className?: string;
|
|
13
|
+
dataTestId?: string;
|
|
14
|
+
dataTour?: string;
|
|
15
|
+
isOverlay?: boolean;
|
|
16
|
+
onClick?: MouseEventHandler<HTMLDivElement>;
|
|
17
|
+
style?: CSSProperties;
|
|
18
|
+
};
|
|
19
|
+
type OverlayAppearanceKey = AppearanceOverlayKey;
|
|
20
|
+
type OverlayAppearance = {
|
|
21
|
+
[key in OverlayAppearanceKey]?: OverlayAppearanceProps;
|
|
22
|
+
};
|
|
23
|
+
type OverlayConfig = {
|
|
24
|
+
appearance: OverlayAppearance;
|
|
25
|
+
setAppearance: (appearanceConfig: OverlayAppearance) => void;
|
|
26
|
+
};
|
|
27
|
+
export type { OverlayAppearance, OverlayConfig, OverlayProps };
|
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
import { type ReactNode } from 'react';
|
|
2
|
+
import { AppearanceKeysDefault, AppearanceShapeKey, AppearanceSizeKey, AppearanceStyleKey, BorderColorProps, CompositeAppearanceKey, DirectionProps, FillActiveHoverProps, FillActiveProps, FillHoverProps, FillProps, JustifyContentProps, ShapeProps, ShapeStrengthProps, SizeProps } from '@itcase/types-ui';
|
|
3
|
+
import { StyleAttributes } from '../../hooks/useStyles/styleAttributes.interface';
|
|
4
|
+
import { DropdownItemProps, DropdownProps } from '../Dropdown/Dropdown.interface';
|
|
5
|
+
import { IconProps } from '../Icon/Icon.interface';
|
|
6
|
+
import { TextProps } from '../Text/Text.interface';
|
|
7
|
+
type PaginationAppearanceProps = {
|
|
8
|
+
borderColor?: BorderColorProps;
|
|
9
|
+
builderIcon?: IconProps['SvgImage'];
|
|
10
|
+
builderIconFill?: IconProps['fill'];
|
|
11
|
+
builderIconFillIcon?: IconProps['iconFill'];
|
|
12
|
+
builderIconFillSize?: IconProps['fillSize'];
|
|
13
|
+
builderIconSize?: IconProps['iconSize'];
|
|
14
|
+
fill?: FillProps;
|
|
15
|
+
fillActive?: FillActiveProps;
|
|
16
|
+
fillActiveHover?: FillActiveHoverProps;
|
|
17
|
+
fillHover?: FillHoverProps;
|
|
18
|
+
fillInput?: FillProps;
|
|
19
|
+
fillInputHover?: FillHoverProps;
|
|
20
|
+
fillInputShape?: ShapeProps;
|
|
21
|
+
fillInputShapeStrength?: ShapeStrengthProps;
|
|
22
|
+
gap?: string;
|
|
23
|
+
justifyContent?: JustifyContentProps;
|
|
24
|
+
labelTextColor?: TextProps['textColor'];
|
|
25
|
+
labelTextColorHover?: TextProps['textColorHover'];
|
|
26
|
+
labelTextSize?: DropdownItemProps['labelTextSize'];
|
|
27
|
+
loaderFill?: FillProps;
|
|
28
|
+
loaderItemFill?: IconProps['iconFill'];
|
|
29
|
+
marginPagesDisplayed?: number;
|
|
30
|
+
nextIcon?: IconProps['SvgImage'];
|
|
31
|
+
nextIconFill?: IconProps['fill'];
|
|
32
|
+
nextIconFillIcon?: IconProps['iconFill'];
|
|
33
|
+
nextIconFillSize?: IconProps['fillSize'];
|
|
34
|
+
nextIconSize?: IconProps['iconSize'];
|
|
35
|
+
pageCountDescTextColor?: TextProps['textColor'];
|
|
36
|
+
pageCountDescTextSize?: TextProps['size'];
|
|
37
|
+
pageCountDropdownAlignment?: DropdownProps['alignment'];
|
|
38
|
+
pageCountDropdownElevation?: DropdownProps['elevation'];
|
|
39
|
+
pageCountDropdownFill?: DropdownProps['fill'];
|
|
40
|
+
pageCountDropdownFillHover?: DropdownProps['fillHover'];
|
|
41
|
+
pageCountDropdownItemDividerFill?: DropdownItemProps['dividerFill'];
|
|
42
|
+
pageCountDropdownItemDividerSize?: DropdownItemProps['dividerSize'];
|
|
43
|
+
pageCountDropdownItemFill?: DropdownItemProps['fill'];
|
|
44
|
+
pageCountDropdownItemFillActive?: DropdownItemProps['fillActive'];
|
|
45
|
+
pageCountDropdownItemFillActiveHover?: DropdownItemProps['fillActiveHover'];
|
|
46
|
+
pageCountDropdownItemFillHover?: DropdownItemProps['fillHover'];
|
|
47
|
+
pageCountDropdownItemLabelAlign?: DropdownItemProps['labelTextAlign'];
|
|
48
|
+
pageCountDropdownItemLabelColor?: DropdownItemProps['labelTextColor'];
|
|
49
|
+
pageCountDropdownItemLabelColorActive?: DropdownItemProps['labelTextColorActive'];
|
|
50
|
+
pageCountDropdownItemLabelColorActiveHover?: DropdownItemProps['labelTextColorActiveHover'];
|
|
51
|
+
pageCountDropdownItemLabelColorHover?: DropdownItemProps['labelTextColorHover'];
|
|
52
|
+
pageCountDropdownItemLabelSize?: DropdownItemProps['labelTextSize'];
|
|
53
|
+
pageCountDropdownItemLabelWrap?: DropdownItemProps['labelTextWrap'];
|
|
54
|
+
pageCountDropdownItemShowDivider?: DropdownItemProps['showDivider'];
|
|
55
|
+
pageCountDropdownItemSize?: DropdownItemProps['size'];
|
|
56
|
+
pageCountDropdownItemWidth?: DropdownItemProps['width'];
|
|
57
|
+
pageCountDropdownShape?: DropdownItemProps['shape'];
|
|
58
|
+
pageCountDropdownShapeStrength?: DropdownProps['shapeStrength'];
|
|
59
|
+
pageCountInputIcon?: IconProps['SvgImage'];
|
|
60
|
+
pageCountInputIconColor?: IconProps['iconFill'];
|
|
61
|
+
pageCountInputIconFillSize?: IconProps['fillSize'];
|
|
62
|
+
pageCountInputIconSrc?: IconProps['imageSrc'];
|
|
63
|
+
pageCountInputTextColor?: TextProps['textColor'];
|
|
64
|
+
pageCountInputTextSize?: TextProps['size'];
|
|
65
|
+
pageRangeDisplayed?: number;
|
|
66
|
+
previousIcon?: IconProps['SvgImage'];
|
|
67
|
+
previousIconFill?: IconProps['fill'];
|
|
68
|
+
previousIconFillIcon?: IconProps['iconFill'];
|
|
69
|
+
previousIconFillSize?: IconProps['fillSize'];
|
|
70
|
+
previousIconSize?: IconProps['iconSize'];
|
|
71
|
+
shape?: ShapeProps;
|
|
72
|
+
size?: SizeProps;
|
|
73
|
+
textColor?: TextProps['textColor'];
|
|
74
|
+
textColorActive?: TextProps['textColorActive'];
|
|
75
|
+
textColorActiveHover?: TextProps['textColorActiveHover'];
|
|
76
|
+
textColorHover?: TextProps['textColorHover'];
|
|
77
|
+
textSize?: TextProps['size'];
|
|
78
|
+
};
|
|
79
|
+
type PaginationProps = PaginationAppearanceProps & StyleAttributes & {
|
|
80
|
+
allItemsCount?: number;
|
|
81
|
+
appearance?: CompositeAppearanceKey;
|
|
82
|
+
className?: string;
|
|
83
|
+
dataTestId?: string;
|
|
84
|
+
dataTour?: string;
|
|
85
|
+
isDisabled?: boolean;
|
|
86
|
+
isPageCount?: boolean;
|
|
87
|
+
isPageCountDropdownReversed?: boolean;
|
|
88
|
+
isPageLabelBuilder?: (page: number) => ReactNode;
|
|
89
|
+
isSkeleton?: boolean;
|
|
90
|
+
onChangePage: (arg: {
|
|
91
|
+
selected: number;
|
|
92
|
+
}) => void;
|
|
93
|
+
onChangePerPageCount: (perPageCount: number) => void;
|
|
94
|
+
/** @deprecated Use `onChangePage` instead */
|
|
95
|
+
onPageChange?: (arg: {
|
|
96
|
+
selected: number;
|
|
97
|
+
}) => void;
|
|
98
|
+
/** @deprecated Use `onChangePerPageCount` instead */
|
|
99
|
+
onPerPageCountChange?: (perPageCount: number) => void;
|
|
100
|
+
pageCountDesc?: string;
|
|
101
|
+
pageCountDropdownItemDividerDirection?: DirectionProps;
|
|
102
|
+
pageCountList?: number[];
|
|
103
|
+
pageNumber: number;
|
|
104
|
+
perPageCount?: number;
|
|
105
|
+
};
|
|
106
|
+
type AppearanceKeys = AppearanceKeysDefault | AppearanceShapeKey | AppearanceSizeKey | AppearanceStyleKey;
|
|
107
|
+
type PaginationAppearance = {
|
|
108
|
+
[key in AppearanceKeys]?: PaginationAppearanceProps;
|
|
109
|
+
};
|
|
110
|
+
type PaginationConfig = {
|
|
111
|
+
appearance: PaginationAppearance;
|
|
112
|
+
setAppearance: (appearanceConfig: PaginationAppearance) => void;
|
|
113
|
+
};
|
|
114
|
+
export type { PaginationAppearance, PaginationConfig, PaginationProps };
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { ElementType } from 'react';
|
|
2
|
+
import { AppearanceShapeKey, AppearanceSizeKey, AppearanceStateKeysDefault, AppearanceStyleKey, BorderColorActiveProps, BorderColorHoverProps, BorderColorProps, CompositeAppearanceStateDefault, FillActiveHoverProps, FillActiveProps, FillHoverProps, FillProps, ShapeProps, ShapeStrengthProps, SizeProps } from '@itcase/types-ui';
|
|
3
|
+
import { StyleAttributes } from '../../hooks/useStyles/styleAttributes.interface';
|
|
4
|
+
import { TextProps } from '../Text/Text.interface';
|
|
5
|
+
type RadioAppearanceProps = {
|
|
6
|
+
borderColor?: BorderColorProps;
|
|
7
|
+
borderColorHover?: BorderColorHoverProps;
|
|
8
|
+
borderRadioColor?: BorderColorProps;
|
|
9
|
+
borderRadioColorActive?: BorderColorActiveProps;
|
|
10
|
+
borderRadioColorActiveHover?: BorderColorHoverProps;
|
|
11
|
+
borderRadioColorHover?: BorderColorHoverProps;
|
|
12
|
+
descTextColor?: TextProps['textColor'];
|
|
13
|
+
descTextSize?: TextProps['size'];
|
|
14
|
+
descTextWeight?: TextProps['textWeight'];
|
|
15
|
+
fill?: FillProps;
|
|
16
|
+
fillCheckmark?: FillProps;
|
|
17
|
+
fillHover?: FillHoverProps;
|
|
18
|
+
fillRadio?: FillProps;
|
|
19
|
+
fillRadioActive?: FillActiveProps;
|
|
20
|
+
fillRadioActiveHover?: FillActiveHoverProps;
|
|
21
|
+
fillRadioHover?: FillHoverProps;
|
|
22
|
+
labelTextColor?: TextProps['textColor'];
|
|
23
|
+
labelTextSize?: TextProps['size'];
|
|
24
|
+
labelTextWeight?: TextProps['textWeight'];
|
|
25
|
+
shape?: ShapeProps;
|
|
26
|
+
shapeStrength?: ShapeStrengthProps;
|
|
27
|
+
size?: SizeProps;
|
|
28
|
+
};
|
|
29
|
+
type RadioProps = RadioAppearanceProps & StyleAttributes & {
|
|
30
|
+
id?: string;
|
|
31
|
+
appearance?: CompositeAppearanceStateDefault;
|
|
32
|
+
checked?: boolean;
|
|
33
|
+
className?: string;
|
|
34
|
+
dataTestId?: string;
|
|
35
|
+
dataTour?: string;
|
|
36
|
+
desc?: string;
|
|
37
|
+
isActive?: boolean;
|
|
38
|
+
isDisabled?: boolean;
|
|
39
|
+
isSkeleton?: boolean;
|
|
40
|
+
label?: string;
|
|
41
|
+
onChange?: () => void;
|
|
42
|
+
tag?: ElementType;
|
|
43
|
+
value?: string;
|
|
44
|
+
};
|
|
45
|
+
type RadioAppearanceKey = AppearanceShapeKey | AppearanceSizeKey | AppearanceStateKeysDefault | AppearanceStyleKey;
|
|
46
|
+
type RadioAppearance = {
|
|
47
|
+
[key in RadioAppearanceKey]?: RadioAppearanceProps;
|
|
48
|
+
};
|
|
49
|
+
type RadioConfig = {
|
|
50
|
+
appearance: RadioAppearance;
|
|
51
|
+
setAppearance: (newComponent: RadioAppearance) => void;
|
|
52
|
+
};
|
|
53
|
+
export type { RadioAppearance, RadioConfig, RadioProps };
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { CSSProperties, ReactNode } from 'react';
|
|
2
|
+
import { FillHoverProps, FillProps, ShapeProps, WidthProps } from '@itcase/types-ui';
|
|
3
|
+
import { StyleAttributes } from '../../hooks/useStyles/styleAttributes.interface';
|
|
4
|
+
type RangeSliderAppearanceProps = {
|
|
5
|
+
fill?: FillProps;
|
|
6
|
+
fillHandle?: FillProps;
|
|
7
|
+
fillHandleDragging?: FillProps;
|
|
8
|
+
fillHandleDraggingHover?: FillHoverProps;
|
|
9
|
+
fillHandleHover?: FillHoverProps;
|
|
10
|
+
fillRail?: FillProps;
|
|
11
|
+
fillTrack?: FillProps;
|
|
12
|
+
shape?: ShapeProps;
|
|
13
|
+
width?: WidthProps;
|
|
14
|
+
};
|
|
15
|
+
type RangeSliderProps = RangeSliderAppearanceProps & StyleAttributes & {
|
|
16
|
+
after?: ReactNode;
|
|
17
|
+
before?: ReactNode;
|
|
18
|
+
children?: ReactNode;
|
|
19
|
+
className?: string;
|
|
20
|
+
dataTestId?: string;
|
|
21
|
+
dataTour?: string;
|
|
22
|
+
disabled?: boolean;
|
|
23
|
+
max?: number;
|
|
24
|
+
min?: number;
|
|
25
|
+
onChangeSlider?: (value: number | number[]) => void;
|
|
26
|
+
pushable?: boolean;
|
|
27
|
+
range?: boolean;
|
|
28
|
+
set?: string;
|
|
29
|
+
step?: number;
|
|
30
|
+
style?: CSSProperties;
|
|
31
|
+
value?: number;
|
|
32
|
+
vertical?: boolean;
|
|
33
|
+
};
|
|
34
|
+
export type { RangeSliderProps };
|