@helpdice/ui 2.0.9 → 2.1.5
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/{esm/AutoComplete → dist/auto-complete}/auto-complete.d.ts +1 -1
- package/dist/{AutoComplete → auto-complete}/index.js +1 -1
- package/dist/{Breadcrumbs → breadcrumbs}/breadcrumbs-item.d.ts +1 -1
- package/dist/{Button → button}/styles.d.ts +1 -1
- package/dist/{ButtonDropdown → button-dropdown}/index.js +2 -1
- package/{esm/ButtonDropdown → dist/button-dropdown}/styles.d.ts +1 -1
- package/{esm/Card → dist/card}/styles.d.ts +1 -1
- package/dist/{Carousal → carousal}/component/Indicator.d.ts +1 -0
- package/{esm/Carousal → dist/carousal}/component/Thumbs.d.ts +1 -1
- package/{esm/Carousal → dist/carousal}/component/index.d.ts +1 -1
- package/dist/{Carousal → carousal}/component/types.d.ts +4 -3
- package/dist/{Carousal → carousal}/index.js +88 -38
- package/dist/{Checkbox → checkbox}/styles.d.ts +1 -1
- package/dist/{Drawer → drawer}/index.d.ts +4 -4
- package/dist/form/index.js +6145 -0
- package/{esm/Form → dist/form}/types.d.ts +2 -2
- package/dist/{Grid/grid.d.ts → grid/grid-base.d.ts} +14 -0
- package/dist/{Grid → grid}/grid-container.d.ts +14 -0
- package/dist/{Grid → grid}/index.d.ts +5 -4
- package/dist/{Grid → grid}/index.js +1 -0
- package/dist/html-renderer/index.d.ts +2 -0
- package/dist/html-renderer/index.js +1363 -0
- package/dist/{Image → image}/image-browser.d.ts +1 -1
- package/dist/{Image → image}/styles.d.ts +1 -1
- package/dist/index.d.ts +113 -112
- package/dist/index.js +295 -106
- package/dist/{Input → input}/index.d.ts +4 -4
- package/dist/{Input → input}/index.js +1 -1
- package/{esm/Input → dist/input}/styles.d.ts +1 -1
- package/dist/{Modal → modal}/modal-action.d.ts +1 -1
- package/{esm/PhoneInput → dist/phone-input}/phone.d.ts +1 -1
- package/dist/placeholder/index.d.ts +2 -0
- package/dist/{Popover → popover}/index.js +1 -1
- package/dist/{Popover → popover}/popover.d.ts +1 -1
- package/dist/{Radio → radio}/styles.d.ts +1 -1
- package/dist/{Rating → rating}/rating.d.ts +1 -1
- package/dist/{Select → select}/index.js +6 -4
- package/dist/{Select → select}/styles.d.ts +1 -1
- package/{esm/Slider → dist/slider}/styles.d.ts +1 -1
- package/{esm/Snippet → dist/snippet}/styles.d.ts +1 -1
- package/dist/{Table → table}/index.js +53 -51
- package/{esm/Table → dist/table}/table-types.d.ts +1 -1
- package/dist/{Text → text}/child.d.ts +1 -1
- package/dist/{Textarea → textarea}/index.js +1 -1
- package/dist/{Toggle → toggle}/styles.d.ts +1 -1
- package/dist/{Tooltip → tooltip}/index.js +1 -1
- package/dist/{Tooltip → tooltip}/styles.d.ts +1 -1
- package/dist/{Tree → tree}/index.js +3 -1
- package/dist/{Tree → tree}/tree-help.d.ts +1 -1
- package/dist/use-modal/use-modal.d.ts +1 -1
- package/dist/use-toasts/helpers.d.ts +17 -0
- package/dist/use-toasts/index.d.ts +3 -0
- package/dist/use-toasts/index.js +204 -0
- package/dist/use-toasts/use-toast.d.ts +40 -0
- package/dist/utils/use-drag.d.ts +1 -1
- package/dist/utils/use-hd-ui-context.d.ts +16 -0
- package/{dist/AutoComplete → esm/auto-complete}/auto-complete.d.ts +1 -1
- package/esm/{AutoComplete → auto-complete}/auto-complete.js +2 -2
- package/esm/{Breadcrumbs → breadcrumbs}/breadcrumbs-item.d.ts +1 -1
- package/esm/{Breadcrumbs → breadcrumbs}/breadcrumbs-item.js +1 -1
- package/esm/{Button → button}/button-loading.js +1 -1
- package/esm/{Button → button}/styles.d.ts +1 -1
- package/esm/{ButtonDropdown → button-dropdown}/button-dropdown-item.js +1 -1
- package/{dist/ButtonDropdown → esm/button-dropdown}/styles.d.ts +1 -1
- package/esm/{Card → card}/card.js +1 -1
- package/{dist/Card → esm/card}/styles.d.ts +1 -1
- package/esm/{Carousal → carousal}/component/Indicator.d.ts +1 -0
- package/esm/carousal/component/Indicator.js +66 -0
- package/{dist/Carousal → esm/carousal}/component/Thumbs.d.ts +1 -1
- package/esm/{Carousal → carousal}/component/Thumbs.js +5 -5
- package/{dist/Carousal → esm/carousal}/component/index.d.ts +1 -1
- package/esm/{Carousal → carousal}/component/index.js +30 -23
- package/esm/{Carousal → carousal}/component/types.d.ts +4 -3
- package/esm/carousal/main.js +42 -0
- package/esm/{Checkbox → checkbox}/styles.d.ts +1 -1
- package/esm/{Drawer → drawer}/index.d.ts +4 -4
- package/esm/drawer/index.js +9 -0
- package/{dist/Form → esm/form}/types.d.ts +2 -2
- package/esm/{Grid/grid.d.ts → grid/grid-base.d.ts} +14 -0
- package/esm/{Grid → grid}/grid-container.d.ts +14 -0
- package/esm/{Grid → grid}/index.d.ts +5 -4
- package/esm/grid/index.js +6 -0
- package/esm/html-renderer/index.d.ts +2 -0
- package/esm/html-renderer/index.js +2 -0
- package/esm/{Image → image}/image-browser.d.ts +1 -1
- package/esm/{Image → image}/image-browser.js +1 -1
- package/esm/{Image → image}/styles.d.ts +1 -1
- package/esm/index.d.ts +113 -112
- package/esm/index.js +62 -62
- package/esm/{Input → input}/index.d.ts +4 -4
- package/esm/{Input → input}/index.js +2 -2
- package/esm/{Input → input}/password.js +1 -1
- package/{dist/Input → esm/input}/styles.d.ts +1 -1
- package/esm/{List → list}/list.js +1 -1
- package/esm/{Loadable → loadable}/loader.js +1 -1
- package/esm/{Modal → modal}/modal-action.d.ts +1 -1
- package/esm/{Modal → modal}/modal-action.js +1 -1
- package/{dist/PhoneInput → esm/phone-input}/phone.d.ts +1 -1
- package/esm/{PhoneInput → phone-input}/phone.js +1 -1
- package/esm/{Placeholder/placeholder.js → placeholder/holder.js} +1 -1
- package/esm/placeholder/index.d.ts +2 -0
- package/esm/placeholder/index.js +2 -0
- package/esm/{Popover → popover}/popover.d.ts +1 -1
- package/esm/{Popover → popover}/popover.js +1 -1
- package/esm/{Radio → radio}/styles.d.ts +1 -1
- package/esm/{Rating → rating}/rating.d.ts +1 -1
- package/esm/{Select → select}/select-multiple-value.js +1 -1
- package/esm/{Select → select}/select.js +5 -4
- package/esm/{Select → select}/styles.d.ts +1 -1
- package/esm/{Toggle → slider}/styles.d.ts +1 -1
- package/{dist/Snippet → esm/snippet}/styles.d.ts +1 -1
- package/esm/{Table → table}/table-body.js +3 -2
- package/esm/{Table → table}/table-head.js +2 -2
- package/{dist/Table → esm/table}/table-types.d.ts +1 -1
- package/esm/{Table → table}/table.js +3 -3
- package/esm/{Text → text}/child.d.ts +1 -1
- package/esm/{Textarea → textarea}/textarea.js +2 -2
- package/{dist/Slider → esm/toggle}/styles.d.ts +1 -1
- package/esm/{Tooltip → tooltip}/styles.d.ts +1 -1
- package/esm/{Tooltip → tooltip}/tooltip.js +1 -1
- package/esm/{Tree → tree}/tree-help.d.ts +1 -1
- package/esm/{Tree → tree}/tree-help.js +3 -1
- package/esm/use-modal/use-modal.d.ts +1 -1
- package/esm/use-toasts/helpers.d.ts +17 -0
- package/esm/use-toasts/helpers.js +69 -0
- package/esm/use-toasts/index.d.ts +3 -0
- package/esm/use-toasts/index.js +2 -0
- package/esm/use-toasts/toast-container.js +118 -0
- package/esm/use-toasts/toast-item.js +42 -0
- package/esm/use-toasts/use-toast.d.ts +40 -0
- package/esm/use-toasts/use-toast.js +103 -0
- package/esm/{User → user}/user-link.js +1 -1
- package/esm/{User → user}/user.js +1 -1
- package/esm/utils/collections.js +2 -1
- package/esm/utils/use-drag.d.ts +1 -1
- package/esm/utils/use-hd-ui-context.d.ts +16 -0
- package/package.json +276 -181
- package/dist/Placeholder/index.d.ts +0 -2
- package/esm/Carousal/component/Indicator.js +0 -23
- package/esm/Carousal/main.js +0 -59
- package/esm/Drawer/index.js +0 -9
- package/esm/Grid/index.js +0 -5
- package/esm/Placeholder/index.d.ts +0 -2
- package/esm/Placeholder/index.js +0 -2
- /package/dist/{AutoComplete → auto-complete}/auto-complete-context.d.ts +0 -0
- /package/dist/{AutoComplete → auto-complete}/auto-complete-dropdown.d.ts +0 -0
- /package/dist/{AutoComplete → auto-complete}/auto-complete-empty.d.ts +0 -0
- /package/dist/{AutoComplete → auto-complete}/auto-complete-item.d.ts +0 -0
- /package/dist/{AutoComplete → auto-complete}/auto-complete-searching.d.ts +0 -0
- /package/dist/{AutoComplete → auto-complete}/index.d.ts +0 -0
- /package/dist/{Avatar → avatar}/avatar-group.d.ts +0 -0
- /package/dist/{Avatar → avatar}/avatar.d.ts +0 -0
- /package/dist/{Avatar → avatar}/index.d.ts +0 -0
- /package/dist/{Avatar → avatar}/index.js +0 -0
- /package/dist/{Badge → badge}/badge-anchor.d.ts +0 -0
- /package/dist/{Badge → badge}/badge.d.ts +0 -0
- /package/dist/{Badge → badge}/index.d.ts +0 -0
- /package/dist/{Badge → badge}/index.js +0 -0
- /package/dist/{Breadcrumbs → breadcrumbs}/breadcrumbs-separator.d.ts +0 -0
- /package/dist/{Breadcrumbs → breadcrumbs}/breadcrumbs.d.ts +0 -0
- /package/dist/{Breadcrumbs → breadcrumbs}/index.d.ts +0 -0
- /package/dist/{Breadcrumbs → breadcrumbs}/index.js +0 -0
- /package/dist/{Button → button}/button-icon.d.ts +0 -0
- /package/dist/{Button → button}/button-loading.d.ts +0 -0
- /package/dist/{Button → button}/button.compact.d.ts +0 -0
- /package/dist/{Button → button}/button.d.ts +0 -0
- /package/dist/{Button → button}/button.drip.d.ts +0 -0
- /package/dist/{Button → button}/index.d.ts +0 -0
- /package/dist/{Button → button}/index.js +0 -0
- /package/dist/{Button → button}/utils.d.ts +0 -0
- /package/dist/{ButtonDropdown → button-dropdown}/button-dropdown-context.d.ts +0 -0
- /package/dist/{ButtonDropdown → button-dropdown}/button-dropdown-item.d.ts +0 -0
- /package/dist/{ButtonDropdown → button-dropdown}/button-dropdown.d.ts +0 -0
- /package/dist/{ButtonDropdown → button-dropdown}/icon.d.ts +0 -0
- /package/dist/{ButtonDropdown → button-dropdown}/index.d.ts +0 -0
- /package/dist/{Capacity → capacity}/capacity.d.ts +0 -0
- /package/dist/{Capacity → capacity}/index.d.ts +0 -0
- /package/dist/{Capacity → capacity}/index.js +0 -0
- /package/dist/{Card → card}/card-content.d.ts +0 -0
- /package/dist/{Card → card}/card-footer.d.ts +0 -0
- /package/dist/{Card → card}/card.d.ts +0 -0
- /package/dist/{Card → card}/index.d.ts +0 -0
- /package/dist/{Card → card}/index.js +0 -0
- /package/dist/{Carousal → carousal}/CSSTranslate.d.ts +0 -0
- /package/dist/{Carousal → carousal}/component/Arrow.d.ts +0 -0
- /package/dist/{Carousal → carousal}/component/animations.d.ts +0 -0
- /package/dist/{Carousal → carousal}/component/utils.d.ts +0 -0
- /package/dist/{Carousal → carousal}/cssClasses.d.ts +0 -0
- /package/dist/{Carousal → carousal}/dimensions.d.ts +0 -0
- /package/dist/{Carousal → carousal}/index.d.ts +0 -0
- /package/dist/{Carousal → carousal}/shims/document.d.ts +0 -0
- /package/dist/{Carousal → carousal}/shims/window.d.ts +0 -0
- /package/dist/{Checkbox → checkbox}/checkbox-context.d.ts +0 -0
- /package/dist/{Checkbox → checkbox}/checkbox-group.d.ts +0 -0
- /package/dist/{Checkbox → checkbox}/checkbox.d.ts +0 -0
- /package/dist/{Checkbox → checkbox}/checkbox.icon.d.ts +0 -0
- /package/dist/{Checkbox → checkbox}/index.d.ts +0 -0
- /package/dist/{Checkbox → checkbox}/index.js +0 -0
- /package/dist/{CircularProgress → circular-progress}/CircularProgressbar.d.ts +0 -0
- /package/dist/{CircularProgress → circular-progress}/CircularProgressbarWithChildren.d.ts +0 -0
- /package/dist/{CircularProgress → circular-progress}/Path.d.ts +0 -0
- /package/dist/{CircularProgress → circular-progress}/buildStyles.d.ts +0 -0
- /package/dist/{CircularProgress → circular-progress}/constants.d.ts +0 -0
- /package/dist/{CircularProgress → circular-progress}/index.d.ts +0 -0
- /package/dist/{CircularProgress → circular-progress}/index.js +0 -0
- /package/dist/{CircularProgress → circular-progress}/types.d.ts +0 -0
- /package/dist/{Code → code}/code.d.ts +0 -0
- /package/dist/{Code → code}/index.d.ts +0 -0
- /package/dist/{Code → code}/index.js +0 -0
- /package/dist/{CodeBlock → code-block}/index.d.ts +0 -0
- /package/dist/{Col → col}/index.js +0 -0
- /package/dist/{Collapse → collapse}/collapse-context.d.ts +0 -0
- /package/dist/{Collapse → collapse}/collapse-group.d.ts +0 -0
- /package/dist/{Collapse → collapse}/collapse-icon.d.ts +0 -0
- /package/dist/{Collapse → collapse}/collapse.d.ts +0 -0
- /package/dist/{Collapse → collapse}/index.d.ts +0 -0
- /package/dist/{Collapse → collapse}/index.js +0 -0
- /package/dist/{CurrencyInput → currency-input}/components/CurrencyInput.d.ts +0 -0
- /package/dist/{CurrencyInput → currency-input}/components/CurrencyInputProps.d.ts +0 -0
- /package/dist/{CurrencyInput → currency-input}/components/utils/cleanValue.d.ts +0 -0
- /package/dist/{CurrencyInput → currency-input}/components/utils/escapeRegExp.d.ts +0 -0
- /package/dist/{CurrencyInput → currency-input}/components/utils/fixedDecimalValue.d.ts +0 -0
- /package/dist/{CurrencyInput → currency-input}/components/utils/formatValue.d.ts +0 -0
- /package/dist/{CurrencyInput → currency-input}/components/utils/getLocaleConfig.d.ts +0 -0
- /package/dist/{CurrencyInput → currency-input}/components/utils/getSuffix.d.ts +0 -0
- /package/dist/{CurrencyInput → currency-input}/components/utils/index.d.ts +0 -0
- /package/dist/{CurrencyInput → currency-input}/components/utils/isNumber.d.ts +0 -0
- /package/dist/{CurrencyInput → currency-input}/components/utils/padTrimValue.d.ts +0 -0
- /package/dist/{CurrencyInput → currency-input}/components/utils/parseAbbrValue.d.ts +0 -0
- /package/dist/{CurrencyInput → currency-input}/components/utils/removeInvalidChars.d.ts +0 -0
- /package/dist/{CurrencyInput → currency-input}/components/utils/removeSeparators.d.ts +0 -0
- /package/dist/{CurrencyInput → currency-input}/components/utils/repositionCursor.d.ts +0 -0
- /package/dist/{CurrencyInput → currency-input}/index.d.ts +0 -0
- /package/dist/{CurrencyInput → currency-input}/index.js +0 -0
- /package/dist/{Description → description}/description.d.ts +0 -0
- /package/dist/{Description → description}/index.d.ts +0 -0
- /package/dist/{Description → description}/index.js +0 -0
- /package/dist/{Display → display}/display.d.ts +0 -0
- /package/dist/{Display → display}/index.d.ts +0 -0
- /package/dist/{Display → display}/index.js +0 -0
- /package/dist/{Divider → divider}/divider.d.ts +0 -0
- /package/dist/{Divider → divider}/index.d.ts +0 -0
- /package/dist/{Divider → divider}/index.js +0 -0
- /package/dist/{Dot → dot}/dot.d.ts +0 -0
- /package/dist/{Dot → dot}/index.d.ts +0 -0
- /package/dist/{Dot → dot}/index.js +0 -0
- /package/dist/{Drawer → drawer}/drawer-wrapper.d.ts +0 -0
- /package/dist/{Drawer → drawer}/drawer.d.ts +0 -0
- /package/dist/{Drawer → drawer}/helper.d.ts +0 -0
- /package/dist/{Drawer → drawer}/index.js +0 -0
- /package/dist/{Fieldset → fieldset}/fieldset-content.d.ts +0 -0
- /package/dist/{Fieldset → fieldset}/fieldset-context.d.ts +0 -0
- /package/dist/{Fieldset → fieldset}/fieldset-footer.d.ts +0 -0
- /package/dist/{Fieldset → fieldset}/fieldset-group.d.ts +0 -0
- /package/dist/{Fieldset → fieldset}/fieldset-subtitle.d.ts +0 -0
- /package/dist/{Fieldset → fieldset}/fieldset-title.d.ts +0 -0
- /package/dist/{Fieldset → fieldset}/fieldset.d.ts +0 -0
- /package/dist/{Fieldset → fieldset}/index.d.ts +0 -0
- /package/dist/{Fieldset → fieldset}/index.js +0 -0
- /package/dist/{Form → form}/ErrorMessage.d.ts +0 -0
- /package/dist/{Form → form}/Field.d.ts +0 -0
- /package/dist/{Form → form}/FormWrapper.d.ts +0 -0
- /package/dist/{Form → form}/FormikContext.d.ts +0 -0
- /package/dist/{Form → form}/connect.d.ts +0 -0
- /package/dist/{Form → form}/constants.d.ts +0 -0
- /package/dist/{Form → form}/index.d.ts +0 -0
- /package/dist/{Form → form}/utils.d.ts +0 -0
- /package/dist/{Form → form}/withFormik.d.ts +0 -0
- /package/dist/{Grid → grid}/basic-item.d.ts +0 -0
- /package/dist/{Grid → grid}/grid-types.d.ts +0 -0
- /package/dist/{HtmlRenderer/index.d.ts → html-renderer/renderer.d.ts} +0 -0
- /package/dist/{Image → image}/helpers.d.ts +0 -0
- /package/dist/{Image → image}/image-browser-https-icon.d.ts +0 -0
- /package/dist/{Image → image}/image.d.ts +0 -0
- /package/dist/{Image → image}/image.skeleton.d.ts +0 -0
- /package/dist/{Image → image}/index.d.ts +0 -0
- /package/dist/{Image → image}/index.js +0 -0
- /package/dist/{Input → input}/input-block-label.d.ts +0 -0
- /package/dist/{Input/input.d.ts → input/input-field.d.ts} +0 -0
- /package/dist/{Input → input}/input-icon-clear.d.ts +0 -0
- /package/dist/{Input → input}/input-icon.d.ts +0 -0
- /package/dist/{Input → input}/input-label.d.ts +0 -0
- /package/dist/{Input → input}/input-props.d.ts +0 -0
- /package/dist/{Input → input}/password-icon.d.ts +0 -0
- /package/dist/{Input → input}/password.d.ts +0 -0
- /package/dist/{Keyboard → keyboard}/index.d.ts +0 -0
- /package/dist/{Keyboard → keyboard}/index.js +0 -0
- /package/dist/{Keyboard → keyboard}/keyboard.d.ts +0 -0
- /package/dist/{LinearProgress → linear-progress}/index.d.ts +0 -0
- /package/dist/{LinearProgress → linear-progress}/index.js +0 -0
- /package/dist/{LinearProgress → linear-progress}/linear-progress.d.ts +0 -0
- /package/dist/{Link → link}/icon.d.ts +0 -0
- /package/dist/{Link → link}/index.d.ts +0 -0
- /package/dist/{Link → link}/index.js +0 -0
- /package/dist/{Link → link}/link.d.ts +0 -0
- /package/dist/{List → list}/index.d.ts +0 -0
- /package/dist/{List → list}/index.js +0 -0
- /package/dist/{List → list}/list-item.d.ts +0 -0
- /package/dist/{List → list}/list.d.ts +0 -0
- /package/dist/{Loadable → loadable}/index.js +0 -0
- /package/dist/{Loading → loading}/index.d.ts +0 -0
- /package/dist/{Loading → loading}/index.js +0 -0
- /package/dist/{Loading → loading}/loading.d.ts +0 -0
- /package/dist/{LoginWith → login-with}/LoginSocialApple/index.d.ts +0 -0
- /package/dist/{LoginWith → login-with}/LoginSocialFacebook/index.d.ts +0 -0
- /package/dist/{LoginWith → login-with}/LoginSocialGithub/index.d.ts +0 -0
- /package/dist/{LoginWith → login-with}/LoginSocialGoogle/index.d.ts +0 -0
- /package/dist/{LoginWith → login-with}/LoginSocialInstagram/index.d.ts +0 -0
- /package/dist/{LoginWith → login-with}/LoginSocialLinkedin/index.d.ts +0 -0
- /package/dist/{LoginWith → login-with}/LoginSocialMicrosoft/index.d.ts +0 -0
- /package/dist/{LoginWith → login-with}/LoginSocialPinterest/index.d.ts +0 -0
- /package/dist/{LoginWith → login-with}/LoginSocialTiktok/index.d.ts +0 -0
- /package/dist/{LoginWith → login-with}/LoginSocialTwitter/index.d.ts +0 -0
- /package/dist/{LoginWith → login-with}/index.d.ts +0 -0
- /package/dist/{Menu → menu}/index.d.ts +0 -0
- /package/dist/{Menu → menu}/index.js +0 -0
- /package/dist/{Menu → menu}/menu.d.ts +0 -0
- /package/dist/{Modal → modal}/index.d.ts +0 -0
- /package/dist/{Modal → modal}/index.js +0 -0
- /package/dist/{Modal → modal}/modal-actions.d.ts +0 -0
- /package/dist/{Modal → modal}/modal-content.d.ts +0 -0
- /package/dist/{Modal → modal}/modal-context.d.ts +0 -0
- /package/dist/{Modal → modal}/modal-subtitle.d.ts +0 -0
- /package/dist/{Modal → modal}/modal-title.d.ts +0 -0
- /package/dist/{Modal → modal}/modal-wrapper.d.ts +0 -0
- /package/dist/{Modal → modal}/modal.d.ts +0 -0
- /package/dist/{Note → note}/index.d.ts +0 -0
- /package/dist/{Note → note}/index.js +0 -0
- /package/dist/{Note → note}/note.d.ts +0 -0
- /package/dist/{ITooltip → notetip}/index.d.ts +0 -0
- /package/dist/{Page → page}/index.d.ts +0 -0
- /package/dist/{Page → page}/index.js +0 -0
- /package/dist/{Page → page}/page-content.d.ts +0 -0
- /package/dist/{Page → page}/page-footer.d.ts +0 -0
- /package/dist/{Page → page}/page-header.d.ts +0 -0
- /package/dist/{Page → page}/page.d.ts +0 -0
- /package/dist/{Pagination → pagination}/index.d.ts +0 -0
- /package/dist/{Pagination → pagination}/index.js +0 -0
- /package/dist/{Pagination → pagination}/pagination-context.d.ts +0 -0
- /package/dist/{Pagination → pagination}/pagination-ellipsis.d.ts +0 -0
- /package/dist/{Pagination → pagination}/pagination-item.d.ts +0 -0
- /package/dist/{Pagination → pagination}/pagination-next.d.ts +0 -0
- /package/dist/{Pagination → pagination}/pagination-pages.d.ts +0 -0
- /package/dist/{Pagination → pagination}/pagination-previous.d.ts +0 -0
- /package/dist/{Pagination → pagination}/pagination.d.ts +0 -0
- /package/dist/{PhoneInput → phone-input}/index.d.ts +0 -0
- /package/dist/{PhoneInput → phone-input}/index.js +0 -0
- /package/dist/{Placeholder → placeholder}/empty.d.ts +0 -0
- /package/dist/{Placeholder/placeholder.d.ts → placeholder/holder.d.ts} +0 -0
- /package/dist/{Placeholder → placeholder}/index.js +0 -0
- /package/dist/{Popover → popover}/index.d.ts +0 -0
- /package/dist/{Popover → popover}/popover-context.d.ts +0 -0
- /package/dist/{Popover → popover}/popover-item.d.ts +0 -0
- /package/dist/{Progress → progress}/index.d.ts +0 -0
- /package/dist/{Progress → progress}/index.js +0 -0
- /package/dist/{Progress → progress}/progress.d.ts +0 -0
- /package/dist/{Radio → radio}/index.d.ts +0 -0
- /package/dist/{Radio → radio}/index.js +0 -0
- /package/dist/{Radio → radio}/radio-context.d.ts +0 -0
- /package/dist/{Radio → radio}/radio-description.d.ts +0 -0
- /package/dist/{Radio → radio}/radio-group.d.ts +0 -0
- /package/dist/{Radio → radio}/radio.d.ts +0 -0
- /package/dist/{Rating → rating}/index.d.ts +0 -0
- /package/dist/{Rating → rating}/index.js +0 -0
- /package/dist/{Rating → rating}/rating-icon.d.ts +0 -0
- /package/dist/{Row → row}/index.js +0 -0
- /package/dist/{SearchBar → search-bar}/index.js +0 -0
- /package/dist/{Select → select}/index.d.ts +0 -0
- /package/dist/{Select → select}/select-context.d.ts +0 -0
- /package/dist/{Select → select}/select-dropdown.d.ts +0 -0
- /package/dist/{Select → select}/select-icon-clear.d.ts +0 -0
- /package/dist/{Select → select}/select-icon.d.ts +0 -0
- /package/dist/{Select → select}/select-input.d.ts +0 -0
- /package/dist/{Select → select}/select-multiple-value.d.ts +0 -0
- /package/dist/{Select → select}/select-option.d.ts +0 -0
- /package/dist/{Select → select}/select.d.ts +0 -0
- /package/dist/{Skeleton → skeleton}/index.d.ts +0 -0
- /package/dist/{Slider → slider}/index.d.ts +0 -0
- /package/dist/{Slider → slider}/index.js +0 -0
- /package/dist/{Slider → slider}/slider-dot.d.ts +0 -0
- /package/dist/{Slider → slider}/slider-mark.d.ts +0 -0
- /package/dist/{Slider → slider}/slider.d.ts +0 -0
- /package/dist/{Snippet → snippet}/index.d.ts +0 -0
- /package/dist/{Snippet → snippet}/index.js +0 -0
- /package/dist/{Snippet → snippet}/snippet-icon.d.ts +0 -0
- /package/dist/{Snippet → snippet}/snippet.d.ts +0 -0
- /package/dist/{Spacer → spacer}/index.d.ts +0 -0
- /package/dist/{Spacer → spacer}/index.js +0 -0
- /package/dist/{Spacer → spacer}/spacer.d.ts +0 -0
- /package/dist/{Spinner → spinner}/index.d.ts +0 -0
- /package/dist/{Spinner → spinner}/index.js +0 -0
- /package/dist/{Spinner → spinner}/spinner.d.ts +0 -0
- /package/dist/{Swipe → swipe}/index.d.ts +0 -0
- /package/dist/{Swipe → swipe}/index.js +0 -0
- /package/dist/{Swipe → swipe}/react-swipe.d.ts +0 -0
- /package/dist/{Table → table}/index.d.ts +0 -0
- /package/dist/{Table → table}/table-body.d.ts +0 -0
- /package/dist/{Table → table}/table-cell.d.ts +0 -0
- /package/dist/{Table → table}/table-column.d.ts +0 -0
- /package/dist/{Table → table}/table-context.d.ts +0 -0
- /package/dist/{Table → table}/table-head.d.ts +0 -0
- /package/dist/{Table → table}/table.d.ts +0 -0
- /package/dist/{Tabs → tabs}/index.d.ts +0 -0
- /package/dist/{Tabs → tabs}/index.js +0 -0
- /package/dist/{Tabs → tabs}/tabs-context.d.ts +0 -0
- /package/dist/{Tabs → tabs}/tabs-item.d.ts +0 -0
- /package/dist/{Tabs → tabs}/tabs.d.ts +0 -0
- /package/dist/{Tag → tag}/index.d.ts +0 -0
- /package/dist/{Tag → tag}/index.js +0 -0
- /package/dist/{Tag → tag}/tag.d.ts +0 -0
- /package/dist/{Text → text}/index.d.ts +0 -0
- /package/dist/{Text → text}/index.js +0 -0
- /package/dist/{Text → text}/text.d.ts +0 -0
- /package/dist/{Textarea → textarea}/index.d.ts +0 -0
- /package/dist/{Textarea → textarea}/textarea.d.ts +0 -0
- /package/dist/{Themes → themes}/index.d.ts +0 -0
- /package/dist/{Themes → themes}/index.js +0 -0
- /package/dist/{Themes → themes}/presets/dark.d.ts +0 -0
- /package/dist/{Themes → themes}/presets/default.d.ts +0 -0
- /package/dist/{Themes → themes}/presets/index.d.ts +0 -0
- /package/dist/{Themes → themes}/presets/shared.d.ts +0 -0
- /package/dist/{Themes → themes}/themes.d.ts +0 -0
- /package/dist/{Toggle → toggle}/index.d.ts +0 -0
- /package/dist/{Toggle → toggle}/index.js +0 -0
- /package/dist/{Toggle → toggle}/toggle.d.ts +0 -0
- /package/dist/{Tooltip → tooltip}/helper.d.ts +0 -0
- /package/dist/{Tooltip → tooltip}/index.d.ts +0 -0
- /package/dist/{Tooltip → tooltip}/placement.d.ts +0 -0
- /package/dist/{Tooltip → tooltip}/tooltip-content.d.ts +0 -0
- /package/dist/{Tooltip → tooltip}/tooltip-icon.d.ts +0 -0
- /package/dist/{Tooltip → tooltip}/tooltip.d.ts +0 -0
- /package/dist/{Tree → tree}/index.d.ts +0 -0
- /package/dist/{Tree → tree}/tree-context.d.ts +0 -0
- /package/dist/{Tree → tree}/tree-file-icon.d.ts +0 -0
- /package/dist/{Tree → tree}/tree-file.d.ts +0 -0
- /package/dist/{Tree → tree}/tree-folder-icon.d.ts +0 -0
- /package/dist/{Tree → tree}/tree-folder.d.ts +0 -0
- /package/dist/{Tree → tree}/tree-indents.d.ts +0 -0
- /package/dist/{Tree → tree}/tree-status-icon.d.ts +0 -0
- /package/dist/{Tree → tree}/tree.d.ts +0 -0
- /package/dist/{User → user}/index.d.ts +0 -0
- /package/dist/{User → user}/index.js +0 -0
- /package/dist/{User → user}/user-link.d.ts +0 -0
- /package/dist/{User → user}/user.d.ts +0 -0
- /package/esm/{AutoComplete → auto-complete}/auto-complete-context.d.ts +0 -0
- /package/esm/{AutoComplete → auto-complete}/auto-complete-context.js +0 -0
- /package/esm/{AutoComplete → auto-complete}/auto-complete-dropdown.d.ts +0 -0
- /package/esm/{AutoComplete → auto-complete}/auto-complete-dropdown.js +0 -0
- /package/esm/{AutoComplete → auto-complete}/auto-complete-empty.d.ts +0 -0
- /package/esm/{AutoComplete → auto-complete}/auto-complete-empty.js +0 -0
- /package/esm/{AutoComplete → auto-complete}/auto-complete-item.d.ts +0 -0
- /package/esm/{AutoComplete → auto-complete}/auto-complete-item.js +0 -0
- /package/esm/{AutoComplete → auto-complete}/auto-complete-searching.d.ts +0 -0
- /package/esm/{AutoComplete → auto-complete}/auto-complete-searching.js +0 -0
- /package/esm/{AutoComplete → auto-complete}/index.d.ts +0 -0
- /package/esm/{AutoComplete → auto-complete}/index.js +0 -0
- /package/esm/{Avatar → avatar}/avatar-group.d.ts +0 -0
- /package/esm/{Avatar → avatar}/avatar-group.js +0 -0
- /package/esm/{Avatar → avatar}/avatar.d.ts +0 -0
- /package/esm/{Avatar → avatar}/avatar.js +0 -0
- /package/esm/{Avatar → avatar}/index.d.ts +0 -0
- /package/esm/{Avatar → avatar}/index.js +0 -0
- /package/esm/{Badge → badge}/badge-anchor.d.ts +0 -0
- /package/esm/{Badge → badge}/badge-anchor.js +0 -0
- /package/esm/{Badge → badge}/badge.d.ts +0 -0
- /package/esm/{Badge → badge}/badge.js +0 -0
- /package/esm/{Badge → badge}/index.d.ts +0 -0
- /package/esm/{Badge → badge}/index.js +0 -0
- /package/esm/{Breadcrumbs → breadcrumbs}/breadcrumbs-separator.d.ts +0 -0
- /package/esm/{Breadcrumbs → breadcrumbs}/breadcrumbs-separator.js +0 -0
- /package/esm/{Breadcrumbs → breadcrumbs}/breadcrumbs.d.ts +0 -0
- /package/esm/{Breadcrumbs → breadcrumbs}/breadcrumbs.js +0 -0
- /package/esm/{Breadcrumbs → breadcrumbs}/index.d.ts +0 -0
- /package/esm/{Breadcrumbs → breadcrumbs}/index.js +0 -0
- /package/esm/{Button → button}/button-icon.d.ts +0 -0
- /package/esm/{Button → button}/button-icon.js +0 -0
- /package/esm/{Button → button}/button-loading.d.ts +0 -0
- /package/esm/{Button → button}/button.compact.d.ts +0 -0
- /package/esm/{Button → button}/button.compact.js +0 -0
- /package/esm/{Button → button}/button.d.ts +0 -0
- /package/esm/{Button → button}/button.drip.d.ts +0 -0
- /package/esm/{Button → button}/button.drip.js +0 -0
- /package/esm/{Button → button}/button.js +0 -0
- /package/esm/{Button → button}/index.d.ts +0 -0
- /package/esm/{Button → button}/index.js +0 -0
- /package/esm/{Button → button}/styles.js +0 -0
- /package/esm/{Button → button}/utils.d.ts +0 -0
- /package/esm/{Button → button}/utils.js +0 -0
- /package/esm/{ButtonDropdown → button-dropdown}/button-dropdown-context.d.ts +0 -0
- /package/esm/{ButtonDropdown → button-dropdown}/button-dropdown-context.js +0 -0
- /package/esm/{ButtonDropdown → button-dropdown}/button-dropdown-item.d.ts +0 -0
- /package/esm/{ButtonDropdown → button-dropdown}/button-dropdown.d.ts +0 -0
- /package/esm/{ButtonDropdown → button-dropdown}/button-dropdown.js +0 -0
- /package/esm/{ButtonDropdown → button-dropdown}/icon.d.ts +0 -0
- /package/esm/{ButtonDropdown → button-dropdown}/icon.js +0 -0
- /package/esm/{ButtonDropdown → button-dropdown}/index.d.ts +0 -0
- /package/esm/{ButtonDropdown → button-dropdown}/index.js +0 -0
- /package/esm/{ButtonDropdown → button-dropdown}/styles.js +0 -0
- /package/esm/{Capacity → capacity}/capacity.d.ts +0 -0
- /package/esm/{Capacity → capacity}/capacity.js +0 -0
- /package/esm/{Capacity → capacity}/index.d.ts +0 -0
- /package/esm/{Capacity → capacity}/index.js +0 -0
- /package/esm/{Card → card}/card-content.d.ts +0 -0
- /package/esm/{Card → card}/card-content.js +0 -0
- /package/esm/{Card → card}/card-footer.d.ts +0 -0
- /package/esm/{Card → card}/card-footer.js +0 -0
- /package/esm/{Card → card}/card.d.ts +0 -0
- /package/esm/{Card → card}/index.d.ts +0 -0
- /package/esm/{Card → card}/index.js +0 -0
- /package/esm/{Card → card}/styles.js +0 -0
- /package/esm/{Carousal → carousal}/CSSTranslate.d.ts +0 -0
- /package/esm/{Carousal → carousal}/CSSTranslate.js +0 -0
- /package/esm/{Carousal → carousal}/component/Arrow.d.ts +0 -0
- /package/esm/{Carousal → carousal}/component/Arrow.js +0 -0
- /package/esm/{Carousal → carousal}/component/animations.d.ts +0 -0
- /package/esm/{Carousal → carousal}/component/animations.js +0 -0
- /package/esm/{Carousal → carousal}/component/types.js +0 -0
- /package/esm/{Carousal → carousal}/component/utils.d.ts +0 -0
- /package/esm/{Carousal → carousal}/component/utils.js +0 -0
- /package/esm/{Carousal → carousal}/cssClasses.d.ts +0 -0
- /package/esm/{Carousal → carousal}/cssClasses.js +0 -0
- /package/esm/{Carousal → carousal}/dimensions.d.ts +0 -0
- /package/esm/{Carousal → carousal}/dimensions.js +0 -0
- /package/esm/{Carousal → carousal}/index.d.ts +0 -0
- /package/esm/{Carousal → carousal}/index.js +0 -0
- /package/esm/{Carousal → carousal}/shims/document.d.ts +0 -0
- /package/esm/{Carousal → carousal}/shims/document.js +0 -0
- /package/esm/{Carousal → carousal}/shims/window.d.ts +0 -0
- /package/esm/{Carousal → carousal}/shims/window.js +0 -0
- /package/esm/{Checkbox → checkbox}/checkbox-context.d.ts +0 -0
- /package/esm/{Checkbox → checkbox}/checkbox-context.js +0 -0
- /package/esm/{Checkbox → checkbox}/checkbox-group.d.ts +0 -0
- /package/esm/{Checkbox → checkbox}/checkbox-group.js +0 -0
- /package/esm/{Checkbox → checkbox}/checkbox.d.ts +0 -0
- /package/esm/{Checkbox → checkbox}/checkbox.icon.d.ts +0 -0
- /package/esm/{Checkbox → checkbox}/checkbox.icon.js +0 -0
- /package/esm/{Checkbox → checkbox}/checkbox.js +0 -0
- /package/esm/{Checkbox → checkbox}/index.d.ts +0 -0
- /package/esm/{Checkbox → checkbox}/index.js +0 -0
- /package/esm/{Checkbox → checkbox}/styles.js +0 -0
- /package/esm/{CircularProgress → circular-progress}/CircularProgressbar.d.ts +0 -0
- /package/esm/{CircularProgress → circular-progress}/CircularProgressbar.js +0 -0
- /package/esm/{CircularProgress → circular-progress}/CircularProgressbarWithChildren.d.ts +0 -0
- /package/esm/{CircularProgress → circular-progress}/CircularProgressbarWithChildren.js +0 -0
- /package/esm/{CircularProgress → circular-progress}/Path.d.ts +0 -0
- /package/esm/{CircularProgress → circular-progress}/Path.js +0 -0
- /package/esm/{CircularProgress → circular-progress}/buildStyles.d.ts +0 -0
- /package/esm/{CircularProgress → circular-progress}/buildStyles.js +0 -0
- /package/esm/{CircularProgress → circular-progress}/constants.d.ts +0 -0
- /package/esm/{CircularProgress → circular-progress}/constants.js +0 -0
- /package/esm/{CircularProgress → circular-progress}/index.d.ts +0 -0
- /package/esm/{CircularProgress → circular-progress}/index.js +0 -0
- /package/esm/{CircularProgress → circular-progress}/types.d.ts +0 -0
- /package/esm/{CircularProgress → circular-progress}/types.js +0 -0
- /package/esm/{Code → code}/code.d.ts +0 -0
- /package/esm/{Code → code}/code.js +0 -0
- /package/esm/{Code → code}/index.d.ts +0 -0
- /package/esm/{Code → code}/index.js +0 -0
- /package/esm/{CodeBlock → code-block}/index.d.ts +0 -0
- /package/esm/{CodeBlock → code-block}/index.js +0 -0
- /package/esm/{Col → col}/col.js +0 -0
- /package/esm/{Col → col}/index.js +0 -0
- /package/esm/{Collapse → collapse}/collapse-context.d.ts +0 -0
- /package/esm/{Collapse → collapse}/collapse-context.js +0 -0
- /package/esm/{Collapse → collapse}/collapse-group.d.ts +0 -0
- /package/esm/{Collapse → collapse}/collapse-group.js +0 -0
- /package/esm/{Collapse → collapse}/collapse-icon.d.ts +0 -0
- /package/esm/{Collapse → collapse}/collapse-icon.js +0 -0
- /package/esm/{Collapse → collapse}/collapse.d.ts +0 -0
- /package/esm/{Collapse → collapse}/collapse.js +0 -0
- /package/esm/{Collapse → collapse}/index.d.ts +0 -0
- /package/esm/{Collapse → collapse}/index.js +0 -0
- /package/esm/{CurrencyInput → currency-input}/components/CurrencyInput.d.ts +0 -0
- /package/esm/{CurrencyInput → currency-input}/components/CurrencyInput.js +0 -0
- /package/esm/{CurrencyInput → currency-input}/components/CurrencyInputProps.d.ts +0 -0
- /package/esm/{CurrencyInput → currency-input}/components/CurrencyInputProps.js +0 -0
- /package/esm/{CurrencyInput → currency-input}/components/utils/addSeparators.js +0 -0
- /package/esm/{CurrencyInput → currency-input}/components/utils/cleanValue.d.ts +0 -0
- /package/esm/{CurrencyInput → currency-input}/components/utils/cleanValue.js +0 -0
- /package/esm/{CurrencyInput → currency-input}/components/utils/escapeRegExp.d.ts +0 -0
- /package/esm/{CurrencyInput → currency-input}/components/utils/escapeRegExp.js +0 -0
- /package/esm/{CurrencyInput → currency-input}/components/utils/fixedDecimalValue.d.ts +0 -0
- /package/esm/{CurrencyInput → currency-input}/components/utils/fixedDecimalValue.js +0 -0
- /package/esm/{CurrencyInput → currency-input}/components/utils/formatValue.d.ts +0 -0
- /package/esm/{CurrencyInput → currency-input}/components/utils/formatValue.js +0 -0
- /package/esm/{CurrencyInput → currency-input}/components/utils/getLocaleConfig.d.ts +0 -0
- /package/esm/{CurrencyInput → currency-input}/components/utils/getLocaleConfig.js +0 -0
- /package/esm/{CurrencyInput → currency-input}/components/utils/getSuffix.d.ts +0 -0
- /package/esm/{CurrencyInput → currency-input}/components/utils/getSuffix.js +0 -0
- /package/esm/{CurrencyInput → currency-input}/components/utils/index.d.ts +0 -0
- /package/esm/{CurrencyInput → currency-input}/components/utils/index.js +0 -0
- /package/esm/{CurrencyInput → currency-input}/components/utils/isNumber.d.ts +0 -0
- /package/esm/{CurrencyInput → currency-input}/components/utils/isNumber.js +0 -0
- /package/esm/{CurrencyInput → currency-input}/components/utils/padTrimValue.d.ts +0 -0
- /package/esm/{CurrencyInput → currency-input}/components/utils/padTrimValue.js +0 -0
- /package/esm/{CurrencyInput → currency-input}/components/utils/parseAbbrValue.d.ts +0 -0
- /package/esm/{CurrencyInput → currency-input}/components/utils/parseAbbrValue.js +0 -0
- /package/esm/{CurrencyInput → currency-input}/components/utils/removeInvalidChars.d.ts +0 -0
- /package/esm/{CurrencyInput → currency-input}/components/utils/removeInvalidChars.js +0 -0
- /package/esm/{CurrencyInput → currency-input}/components/utils/removeSeparators.d.ts +0 -0
- /package/esm/{CurrencyInput → currency-input}/components/utils/removeSeparators.js +0 -0
- /package/esm/{CurrencyInput → currency-input}/components/utils/repositionCursor.d.ts +0 -0
- /package/esm/{CurrencyInput → currency-input}/components/utils/repositionCursor.js +0 -0
- /package/esm/{CurrencyInput → currency-input}/index.d.ts +0 -0
- /package/esm/{CurrencyInput → currency-input}/index.js +0 -0
- /package/esm/{Description → description}/description.d.ts +0 -0
- /package/esm/{Description → description}/description.js +0 -0
- /package/esm/{Description → description}/index.d.ts +0 -0
- /package/esm/{Description → description}/index.js +0 -0
- /package/esm/{Display → display}/display.d.ts +0 -0
- /package/esm/{Display → display}/display.js +0 -0
- /package/esm/{Display → display}/index.d.ts +0 -0
- /package/esm/{Display → display}/index.js +0 -0
- /package/esm/{Divider → divider}/divider.d.ts +0 -0
- /package/esm/{Divider → divider}/divider.js +0 -0
- /package/esm/{Divider → divider}/index.d.ts +0 -0
- /package/esm/{Divider → divider}/index.js +0 -0
- /package/esm/{Dot → dot}/dot.d.ts +0 -0
- /package/esm/{Dot → dot}/dot.js +0 -0
- /package/esm/{Dot → dot}/index.d.ts +0 -0
- /package/esm/{Dot → dot}/index.js +0 -0
- /package/esm/{Drawer → drawer}/drawer-wrapper.d.ts +0 -0
- /package/esm/{Drawer → drawer}/drawer-wrapper.js +0 -0
- /package/esm/{Drawer → drawer}/drawer.d.ts +0 -0
- /package/esm/{Drawer → drawer}/drawer.js +0 -0
- /package/esm/{Drawer → drawer}/helper.d.ts +0 -0
- /package/esm/{Drawer → drawer}/helper.js +0 -0
- /package/esm/{Fieldset → fieldset}/fieldset-content.d.ts +0 -0
- /package/esm/{Fieldset → fieldset}/fieldset-content.js +0 -0
- /package/esm/{Fieldset → fieldset}/fieldset-context.d.ts +0 -0
- /package/esm/{Fieldset → fieldset}/fieldset-context.js +0 -0
- /package/esm/{Fieldset → fieldset}/fieldset-footer.d.ts +0 -0
- /package/esm/{Fieldset → fieldset}/fieldset-footer.js +0 -0
- /package/esm/{Fieldset → fieldset}/fieldset-group.d.ts +0 -0
- /package/esm/{Fieldset → fieldset}/fieldset-group.js +0 -0
- /package/esm/{Fieldset → fieldset}/fieldset-subtitle.d.ts +0 -0
- /package/esm/{Fieldset → fieldset}/fieldset-subtitle.js +0 -0
- /package/esm/{Fieldset → fieldset}/fieldset-title.d.ts +0 -0
- /package/esm/{Fieldset → fieldset}/fieldset-title.js +0 -0
- /package/esm/{Fieldset → fieldset}/fieldset.d.ts +0 -0
- /package/esm/{Fieldset → fieldset}/fieldset.js +0 -0
- /package/esm/{Fieldset → fieldset}/index.d.ts +0 -0
- /package/esm/{Fieldset → fieldset}/index.js +0 -0
- /package/esm/{Form → form}/ErrorMessage.d.ts +0 -0
- /package/esm/{Form → form}/ErrorMessage.js +0 -0
- /package/esm/{Form → form}/FastField.js +0 -0
- /package/esm/{Form → form}/Field.d.ts +0 -0
- /package/esm/{Form → form}/Field.js +0 -0
- /package/esm/{Form → form}/FieldArray.js +0 -0
- /package/esm/{Form → form}/Form.js +0 -0
- /package/esm/{Form → form}/FormPersist.js +0 -0
- /package/esm/{Form → form}/FormWrapper.d.ts +0 -0
- /package/esm/{Form → form}/FormWrapper.js +0 -0
- /package/esm/{Form → form}/FormikContext.d.ts +0 -0
- /package/esm/{Form → form}/FormikContext.js +0 -0
- /package/esm/{Form → form}/connect.d.ts +0 -0
- /package/esm/{Form → form}/connect.js +0 -0
- /package/esm/{Form → form}/constants.d.ts +0 -0
- /package/esm/{Form → form}/constants.js +0 -0
- /package/esm/{Form → form}/index.d.ts +0 -0
- /package/esm/{Form → form}/index.js +0 -0
- /package/esm/{Form → form}/types.js +0 -0
- /package/esm/{Form → form}/utils.d.ts +0 -0
- /package/esm/{Form → form}/utils.js +0 -0
- /package/esm/{Form → form}/withFormik.d.ts +0 -0
- /package/esm/{Form → form}/withFormik.js +0 -0
- /package/esm/{Grid → grid}/basic-item.d.ts +0 -0
- /package/esm/{Grid → grid}/basic-item.js +0 -0
- /package/esm/{Grid/grid.js → grid/grid-base.js} +0 -0
- /package/esm/{Grid → grid}/grid-container.js +0 -0
- /package/esm/{Grid → grid}/grid-types.d.ts +0 -0
- /package/esm/{Grid → grid}/grid-types.js +0 -0
- /package/esm/{HtmlRenderer/index.d.ts → html-renderer/renderer.d.ts} +0 -0
- /package/esm/{HtmlRenderer/index.js → html-renderer/renderer.js} +0 -0
- /package/esm/{Image → image}/helpers.d.ts +0 -0
- /package/esm/{Image → image}/helpers.js +0 -0
- /package/esm/{Image → image}/image-browser-https-icon.d.ts +0 -0
- /package/esm/{Image → image}/image-browser-https-icon.js +0 -0
- /package/esm/{Image → image}/image.d.ts +0 -0
- /package/esm/{Image → image}/image.js +0 -0
- /package/esm/{Image → image}/image.skeleton.d.ts +0 -0
- /package/esm/{Image → image}/image.skeleton.js +0 -0
- /package/esm/{Image → image}/index.d.ts +0 -0
- /package/esm/{Image → image}/index.js +0 -0
- /package/esm/{Image → image}/styles.js +0 -0
- /package/esm/{Input → input}/input-block-label.d.ts +0 -0
- /package/esm/{Input → input}/input-block-label.js +0 -0
- /package/esm/{Input/input.d.ts → input/input-field.d.ts} +0 -0
- /package/esm/{Input/input.js → input/input-field.js} +0 -0
- /package/esm/{Input → input}/input-icon-clear.d.ts +0 -0
- /package/esm/{Input → input}/input-icon-clear.js +0 -0
- /package/esm/{Input → input}/input-icon.d.ts +0 -0
- /package/esm/{Input → input}/input-icon.js +0 -0
- /package/esm/{Input → input}/input-label.d.ts +0 -0
- /package/esm/{Input → input}/input-label.js +0 -0
- /package/esm/{Input → input}/input-props.d.ts +0 -0
- /package/esm/{Input → input}/input-props.js +0 -0
- /package/esm/{Input → input}/password-icon.d.ts +0 -0
- /package/esm/{Input → input}/password-icon.js +0 -0
- /package/esm/{Input → input}/password.d.ts +0 -0
- /package/esm/{Input → input}/styles.js +0 -0
- /package/esm/{Keyboard → keyboard}/index.d.ts +0 -0
- /package/esm/{Keyboard → keyboard}/index.js +0 -0
- /package/esm/{Keyboard → keyboard}/keyboard.d.ts +0 -0
- /package/esm/{Keyboard → keyboard}/keyboard.js +0 -0
- /package/esm/{LinearProgress → linear-progress}/index.d.ts +0 -0
- /package/esm/{LinearProgress → linear-progress}/index.js +0 -0
- /package/esm/{LinearProgress → linear-progress}/linear-progress.d.ts +0 -0
- /package/esm/{LinearProgress → linear-progress}/linear-progress.js +0 -0
- /package/esm/{Link → link}/icon.d.ts +0 -0
- /package/esm/{Link → link}/icon.js +0 -0
- /package/esm/{Link → link}/index.d.ts +0 -0
- /package/esm/{Link → link}/index.js +0 -0
- /package/esm/{Link → link}/link.d.ts +0 -0
- /package/esm/{Link → link}/link.js +0 -0
- /package/esm/{List → list}/index.d.ts +0 -0
- /package/esm/{List → list}/index.js +0 -0
- /package/esm/{List → list}/list-item.d.ts +0 -0
- /package/esm/{List → list}/list-item.js +0 -0
- /package/esm/{List → list}/list.d.ts +0 -0
- /package/esm/{Loadable → loadable}/index.js +0 -0
- /package/esm/{Loading → loading}/index.d.ts +0 -0
- /package/esm/{Loading → loading}/index.js +0 -0
- /package/esm/{Loading → loading}/loading.d.ts +0 -0
- /package/esm/{Loading → loading}/loading.js +0 -0
- /package/esm/{LoginWith → login-with}/LoginSocialAmazon/index.js +0 -0
- /package/esm/{LoginWith → login-with}/LoginSocialApple/index.d.ts +0 -0
- /package/esm/{LoginWith → login-with}/LoginSocialApple/index.js +0 -0
- /package/esm/{LoginWith → login-with}/LoginSocialFacebook/index.d.ts +0 -0
- /package/esm/{LoginWith → login-with}/LoginSocialFacebook/index.js +0 -0
- /package/esm/{LoginWith → login-with}/LoginSocialGithub/index.d.ts +0 -0
- /package/esm/{LoginWith → login-with}/LoginSocialGithub/index.js +0 -0
- /package/esm/{LoginWith → login-with}/LoginSocialGoogle/index.d.ts +0 -0
- /package/esm/{LoginWith → login-with}/LoginSocialGoogle/index.js +0 -0
- /package/esm/{LoginWith → login-with}/LoginSocialInstagram/index.d.ts +0 -0
- /package/esm/{LoginWith → login-with}/LoginSocialInstagram/index.js +0 -0
- /package/esm/{LoginWith → login-with}/LoginSocialLinkedin/index.d.ts +0 -0
- /package/esm/{LoginWith → login-with}/LoginSocialLinkedin/index.js +0 -0
- /package/esm/{LoginWith → login-with}/LoginSocialMicrosoft/index.d.ts +0 -0
- /package/esm/{LoginWith → login-with}/LoginSocialMicrosoft/index.js +0 -0
- /package/esm/{LoginWith → login-with}/LoginSocialPinterest/index.d.ts +0 -0
- /package/esm/{LoginWith → login-with}/LoginSocialPinterest/index.js +0 -0
- /package/esm/{LoginWith → login-with}/LoginSocialTiktok/index.d.ts +0 -0
- /package/esm/{LoginWith → login-with}/LoginSocialTiktok/index.js +0 -0
- /package/esm/{LoginWith → login-with}/LoginSocialTwitter/index.d.ts +0 -0
- /package/esm/{LoginWith → login-with}/LoginSocialTwitter/index.js +0 -0
- /package/esm/{LoginWith → login-with}/helper/signature.js +0 -0
- /package/esm/{LoginWith → login-with}/index.d.ts +0 -0
- /package/esm/{LoginWith → login-with}/index.js +0 -0
- /package/esm/{Menu → menu}/index.d.ts +0 -0
- /package/esm/{Menu → menu}/index.js +0 -0
- /package/esm/{Menu → menu}/menu.d.ts +0 -0
- /package/esm/{Menu → menu}/menu.js +0 -0
- /package/esm/{Modal → modal}/index.d.ts +0 -0
- /package/esm/{Modal → modal}/index.js +0 -0
- /package/esm/{Modal → modal}/modal-actions.d.ts +0 -0
- /package/esm/{Modal → modal}/modal-actions.js +0 -0
- /package/esm/{Modal → modal}/modal-content.d.ts +0 -0
- /package/esm/{Modal → modal}/modal-content.js +0 -0
- /package/esm/{Modal → modal}/modal-context.d.ts +0 -0
- /package/esm/{Modal → modal}/modal-context.js +0 -0
- /package/esm/{Modal → modal}/modal-subtitle.d.ts +0 -0
- /package/esm/{Modal → modal}/modal-subtitle.js +0 -0
- /package/esm/{Modal → modal}/modal-title.d.ts +0 -0
- /package/esm/{Modal → modal}/modal-title.js +0 -0
- /package/esm/{Modal → modal}/modal-wrapper.d.ts +0 -0
- /package/esm/{Modal → modal}/modal-wrapper.js +0 -0
- /package/esm/{Modal → modal}/modal.d.ts +0 -0
- /package/esm/{Modal → modal}/modal.js +0 -0
- /package/esm/{Note → note}/index.d.ts +0 -0
- /package/esm/{Note → note}/index.js +0 -0
- /package/esm/{Note → note}/note.d.ts +0 -0
- /package/esm/{Note → note}/note.js +0 -0
- /package/esm/{ITooltip → notetip}/index.d.ts +0 -0
- /package/esm/{ITooltip → notetip}/index.js +0 -0
- /package/esm/{Page → page}/index.d.ts +0 -0
- /package/esm/{Page → page}/index.js +0 -0
- /package/esm/{Page → page}/page-content.d.ts +0 -0
- /package/esm/{Page → page}/page-content.js +0 -0
- /package/esm/{Page → page}/page-footer.d.ts +0 -0
- /package/esm/{Page → page}/page-footer.js +0 -0
- /package/esm/{Page → page}/page-header.d.ts +0 -0
- /package/esm/{Page → page}/page-header.js +0 -0
- /package/esm/{Page → page}/page.d.ts +0 -0
- /package/esm/{Page → page}/page.js +0 -0
- /package/esm/{Pagination → pagination}/index.d.ts +0 -0
- /package/esm/{Pagination → pagination}/index.js +0 -0
- /package/esm/{Pagination → pagination}/pagination-context.d.ts +0 -0
- /package/esm/{Pagination → pagination}/pagination-context.js +0 -0
- /package/esm/{Pagination → pagination}/pagination-ellipsis.d.ts +0 -0
- /package/esm/{Pagination → pagination}/pagination-ellipsis.js +0 -0
- /package/esm/{Pagination → pagination}/pagination-item.d.ts +0 -0
- /package/esm/{Pagination → pagination}/pagination-item.js +0 -0
- /package/esm/{Pagination → pagination}/pagination-next.d.ts +0 -0
- /package/esm/{Pagination → pagination}/pagination-next.js +0 -0
- /package/esm/{Pagination → pagination}/pagination-pages.d.ts +0 -0
- /package/esm/{Pagination → pagination}/pagination-pages.js +0 -0
- /package/esm/{Pagination → pagination}/pagination-previous.d.ts +0 -0
- /package/esm/{Pagination → pagination}/pagination-previous.js +0 -0
- /package/esm/{Pagination → pagination}/pagination.d.ts +0 -0
- /package/esm/{Pagination → pagination}/pagination.js +0 -0
- /package/esm/{Parser → parser}/HtmlParser.js +0 -0
- /package/esm/{Parser → parser}/convertNodeToElement.js +0 -0
- /package/esm/{Parser → parser}/dom/attributes/BooleanAttributes.js +0 -0
- /package/esm/{Parser → parser}/dom/attributes/ReactAttributes.js +0 -0
- /package/esm/{Parser → parser}/dom/elements/VoidElements.js +0 -0
- /package/esm/{Parser → parser}/elementTypes/StyleElementType.js +0 -0
- /package/esm/{Parser → parser}/elementTypes/TagElementType.js +0 -0
- /package/esm/{Parser → parser}/elementTypes/TextElementType.js +0 -0
- /package/esm/{Parser → parser}/elementTypes/UnsupportedElementType.js +0 -0
- /package/esm/{Parser → parser}/elementTypes/index.js +0 -0
- /package/esm/{Parser → parser}/index.js +0 -0
- /package/esm/{Parser → parser}/processNodes.js +0 -0
- /package/esm/{Parser → parser}/scripts/attributes-diff.js +0 -0
- /package/esm/{Parser → parser}/utils/generatePropsFromAttributes.js +0 -0
- /package/esm/{Parser → parser}/utils/htmlAttributesToReact.js +0 -0
- /package/esm/{Parser → parser}/utils/inlineStyleToObject.js +0 -0
- /package/esm/{Parser → parser}/utils/isEmptyTextNode.js +0 -0
- /package/esm/{Parser → parser}/utils/isValidTagOrAttributeName.js +0 -0
- /package/esm/{PhoneInput → phone-input}/index.d.ts +0 -0
- /package/esm/{PhoneInput → phone-input}/index.js +0 -0
- /package/esm/{Placeholder → placeholder}/empty.d.ts +0 -0
- /package/esm/{Placeholder → placeholder}/empty.js +0 -0
- /package/esm/{Placeholder/placeholder.d.ts → placeholder/holder.d.ts} +0 -0
- /package/esm/{Popover → popover}/index.d.ts +0 -0
- /package/esm/{Popover → popover}/index.js +0 -0
- /package/esm/{Popover → popover}/popover-context.d.ts +0 -0
- /package/esm/{Popover → popover}/popover-context.js +0 -0
- /package/esm/{Popover → popover}/popover-item.d.ts +0 -0
- /package/esm/{Popover → popover}/popover-item.js +0 -0
- /package/esm/{Progress → progress}/index.d.ts +0 -0
- /package/esm/{Progress → progress}/index.js +0 -0
- /package/esm/{Progress → progress}/progress.d.ts +0 -0
- /package/esm/{Progress → progress}/progress.js +0 -0
- /package/esm/{Radio → radio}/index.d.ts +0 -0
- /package/esm/{Radio → radio}/index.js +0 -0
- /package/esm/{Radio → radio}/radio-context.d.ts +0 -0
- /package/esm/{Radio → radio}/radio-context.js +0 -0
- /package/esm/{Radio → radio}/radio-description.d.ts +0 -0
- /package/esm/{Radio → radio}/radio-description.js +0 -0
- /package/esm/{Radio → radio}/radio-group.d.ts +0 -0
- /package/esm/{Radio → radio}/radio-group.js +0 -0
- /package/esm/{Radio → radio}/radio.d.ts +0 -0
- /package/esm/{Radio → radio}/radio.js +0 -0
- /package/esm/{Radio → radio}/styles.js +0 -0
- /package/esm/{Rating → rating}/index.d.ts +0 -0
- /package/esm/{Rating → rating}/index.js +0 -0
- /package/esm/{Rating → rating}/rating-icon.d.ts +0 -0
- /package/esm/{Rating → rating}/rating-icon.js +0 -0
- /package/esm/{Rating → rating}/rating.js +0 -0
- /package/esm/{Row → row}/index.js +0 -0
- /package/esm/{Row → row}/row.js +0 -0
- /package/esm/{SearchBar → search-bar}/components/ClearIcon.js +0 -0
- /package/esm/{SearchBar → search-bar}/components/Results.js +0 -0
- /package/esm/{SearchBar → search-bar}/components/SearchIcon.js +0 -0
- /package/esm/{SearchBar → search-bar}/components/SearchInput.js +0 -0
- /package/esm/{SearchBar → search-bar}/components/index.js +0 -0
- /package/esm/{SearchBar → search-bar}/config/config.js +0 -0
- /package/esm/{SearchBar → search-bar}/index.js +0 -0
- /package/esm/{SearchBar → search-bar}/utils/utils.js +0 -0
- /package/esm/{Select → select}/index.d.ts +0 -0
- /package/esm/{Select → select}/index.js +0 -0
- /package/esm/{Select → select}/select-context.d.ts +0 -0
- /package/esm/{Select → select}/select-context.js +0 -0
- /package/esm/{Select → select}/select-dropdown.d.ts +0 -0
- /package/esm/{Select → select}/select-dropdown.js +0 -0
- /package/esm/{Select → select}/select-icon-clear.d.ts +0 -0
- /package/esm/{Select → select}/select-icon-clear.js +0 -0
- /package/esm/{Select → select}/select-icon.d.ts +0 -0
- /package/esm/{Select → select}/select-icon.js +0 -0
- /package/esm/{Select → select}/select-input.d.ts +0 -0
- /package/esm/{Select → select}/select-input.js +0 -0
- /package/esm/{Select → select}/select-multiple-value.d.ts +0 -0
- /package/esm/{Select → select}/select-option.d.ts +0 -0
- /package/esm/{Select → select}/select-option.js +0 -0
- /package/esm/{Select → select}/select.d.ts +0 -0
- /package/esm/{Select → select}/styles.js +0 -0
- /package/esm/{Skeleton → skeleton}/index.d.ts +0 -0
- /package/esm/{Skeleton → skeleton}/index.js +0 -0
- /package/esm/{Slider → slider}/index.d.ts +0 -0
- /package/esm/{Slider → slider}/index.js +0 -0
- /package/esm/{Slider → slider}/slider-dot.d.ts +0 -0
- /package/esm/{Slider → slider}/slider-dot.js +0 -0
- /package/esm/{Slider → slider}/slider-mark.d.ts +0 -0
- /package/esm/{Slider → slider}/slider-mark.js +0 -0
- /package/esm/{Slider → slider}/slider.d.ts +0 -0
- /package/esm/{Slider → slider}/slider.js +0 -0
- /package/esm/{Slider → slider}/styles.js +0 -0
- /package/esm/{Snippet → snippet}/index.d.ts +0 -0
- /package/esm/{Snippet → snippet}/index.js +0 -0
- /package/esm/{Snippet → snippet}/snippet-icon.d.ts +0 -0
- /package/esm/{Snippet → snippet}/snippet-icon.js +0 -0
- /package/esm/{Snippet → snippet}/snippet.d.ts +0 -0
- /package/esm/{Snippet → snippet}/snippet.js +0 -0
- /package/esm/{Snippet → snippet}/styles.js +0 -0
- /package/esm/{Spacer → spacer}/index.d.ts +0 -0
- /package/esm/{Spacer → spacer}/index.js +0 -0
- /package/esm/{Spacer → spacer}/spacer.d.ts +0 -0
- /package/esm/{Spacer → spacer}/spacer.js +0 -0
- /package/esm/{Spinner → spinner}/index.d.ts +0 -0
- /package/esm/{Spinner → spinner}/index.js +0 -0
- /package/esm/{Spinner → spinner}/spinner.d.ts +0 -0
- /package/esm/{Spinner → spinner}/spinner.js +0 -0
- /package/esm/{Swipe → swipe}/demo.js +0 -0
- /package/esm/{Swipe → swipe}/index.d.ts +0 -0
- /package/esm/{Swipe → swipe}/index.js +0 -0
- /package/esm/{Swipe → swipe}/react-swipe.d.ts +0 -0
- /package/esm/{Swipe → swipe}/react-swipe.js +0 -0
- /package/esm/{Table → table}/index.d.ts +0 -0
- /package/esm/{Table → table}/index.js +0 -0
- /package/esm/{Table → table}/table-body.d.ts +0 -0
- /package/esm/{Table → table}/table-cell.d.ts +0 -0
- /package/esm/{Table → table}/table-cell.js +0 -0
- /package/esm/{Table → table}/table-column.d.ts +0 -0
- /package/esm/{Table → table}/table-column.js +0 -0
- /package/esm/{Table → table}/table-context.d.ts +0 -0
- /package/esm/{Table → table}/table-context.js +0 -0
- /package/esm/{Table → table}/table-head.d.ts +0 -0
- /package/esm/{Table → table}/table-types.js +0 -0
- /package/esm/{Table → table}/table.d.ts +0 -0
- /package/esm/{Tabs → tabs}/index.d.ts +0 -0
- /package/esm/{Tabs → tabs}/index.js +0 -0
- /package/esm/{Tabs → tabs}/tabs-context.d.ts +0 -0
- /package/esm/{Tabs → tabs}/tabs-context.js +0 -0
- /package/esm/{Tabs → tabs}/tabs-item.d.ts +0 -0
- /package/esm/{Tabs → tabs}/tabs-item.js +0 -0
- /package/esm/{Tabs → tabs}/tabs.d.ts +0 -0
- /package/esm/{Tabs → tabs}/tabs.js +0 -0
- /package/esm/{Tag → tag}/index.d.ts +0 -0
- /package/esm/{Tag → tag}/index.js +0 -0
- /package/esm/{Tag → tag}/tag.d.ts +0 -0
- /package/esm/{Tag → tag}/tag.js +0 -0
- /package/esm/{Text → text}/child.js +0 -0
- /package/esm/{Text → text}/index.d.ts +0 -0
- /package/esm/{Text → text}/index.js +0 -0
- /package/esm/{Text → text}/text.d.ts +0 -0
- /package/esm/{Text → text}/text.js +0 -0
- /package/esm/{Textarea → textarea}/index.d.ts +0 -0
- /package/esm/{Textarea → textarea}/index.js +0 -0
- /package/esm/{Textarea → textarea}/textarea.d.ts +0 -0
- /package/esm/{Themes → themes}/index.d.ts +0 -0
- /package/esm/{Themes → themes}/index.js +0 -0
- /package/esm/{Themes → themes}/presets/dark.d.ts +0 -0
- /package/esm/{Themes → themes}/presets/dark.js +0 -0
- /package/esm/{Themes → themes}/presets/default.d.ts +0 -0
- /package/esm/{Themes → themes}/presets/default.js +0 -0
- /package/esm/{Themes → themes}/presets/index.d.ts +0 -0
- /package/esm/{Themes → themes}/presets/index.js +0 -0
- /package/esm/{Themes → themes}/presets/shared.d.ts +0 -0
- /package/esm/{Themes → themes}/presets/shared.js +0 -0
- /package/esm/{Themes → themes}/themes.d.ts +0 -0
- /package/esm/{Themes → themes}/themes.js +0 -0
- /package/esm/{Timer → timer}/hooks/index.js +0 -0
- /package/esm/{Timer → timer}/hooks/useInterval.js +0 -0
- /package/esm/{Timer → timer}/index.js +0 -0
- /package/esm/{Timer → timer}/useStopwatch.js +0 -0
- /package/esm/{Timer → timer}/useTime.js +0 -0
- /package/esm/{Timer → timer}/useTimer.js +0 -0
- /package/esm/{Timer → timer}/utils/Time.js +0 -0
- /package/esm/{Timer → timer}/utils/Validate.js +0 -0
- /package/esm/{Timer → timer}/utils/index.js +0 -0
- /package/esm/{Toggle → toggle}/index.d.ts +0 -0
- /package/esm/{Toggle → toggle}/index.js +0 -0
- /package/esm/{Toggle → toggle}/styles.js +0 -0
- /package/esm/{Toggle → toggle}/toggle.d.ts +0 -0
- /package/esm/{Toggle → toggle}/toggle.js +0 -0
- /package/esm/{Tooltip → tooltip}/__test__/index.test.js +0 -0
- /package/esm/{Tooltip → tooltip}/helper.d.ts +0 -0
- /package/esm/{Tooltip → tooltip}/helper.js +0 -0
- /package/esm/{Tooltip → tooltip}/index.d.ts +0 -0
- /package/esm/{Tooltip → tooltip}/index.js +0 -0
- /package/esm/{Tooltip → tooltip}/placement.d.ts +0 -0
- /package/esm/{Tooltip → tooltip}/placement.js +0 -0
- /package/esm/{Tooltip → tooltip}/styles.js +0 -0
- /package/esm/{Tooltip → tooltip}/tooltip-content.d.ts +0 -0
- /package/esm/{Tooltip → tooltip}/tooltip-content.js +0 -0
- /package/esm/{Tooltip → tooltip}/tooltip-icon.d.ts +0 -0
- /package/esm/{Tooltip → tooltip}/tooltip-icon.js +0 -0
- /package/esm/{Tooltip → tooltip}/tooltip.d.ts +0 -0
- /package/esm/{Tree → tree}/index.d.ts +0 -0
- /package/esm/{Tree → tree}/index.js +0 -0
- /package/esm/{Tree → tree}/tree-context.d.ts +0 -0
- /package/esm/{Tree → tree}/tree-context.js +0 -0
- /package/esm/{Tree → tree}/tree-file-icon.d.ts +0 -0
- /package/esm/{Tree → tree}/tree-file-icon.js +0 -0
- /package/esm/{Tree → tree}/tree-file.d.ts +0 -0
- /package/esm/{Tree → tree}/tree-file.js +0 -0
- /package/esm/{Tree → tree}/tree-folder-icon.d.ts +0 -0
- /package/esm/{Tree → tree}/tree-folder-icon.js +0 -0
- /package/esm/{Tree → tree}/tree-folder.d.ts +0 -0
- /package/esm/{Tree → tree}/tree-folder.js +0 -0
- /package/esm/{Tree → tree}/tree-indents.d.ts +0 -0
- /package/esm/{Tree → tree}/tree-indents.js +0 -0
- /package/esm/{Tree → tree}/tree-status-icon.d.ts +0 -0
- /package/esm/{Tree → tree}/tree-status-icon.js +0 -0
- /package/esm/{Tree → tree}/tree.d.ts +0 -0
- /package/esm/{Tree → tree}/tree.js +0 -0
- /package/esm/{User → user}/index.d.ts +0 -0
- /package/esm/{User → user}/index.js +0 -0
- /package/esm/{User → user}/user-link.d.ts +0 -0
- /package/esm/{User → user}/user.d.ts +0 -0
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { ToastLayout, Toast } from '@helpdice/theme';
|
|
3
|
+
export declare const defaultToastLayout: Required<ToastLayout>;
|
|
4
|
+
export type UpdateToastsFunction = (fn: (toasts: Array<Toast>) => Array<Toast>) => any;
|
|
5
|
+
export type UpdateToastsLayoutFunction = (fn: (layout: Required<ToastLayout>) => Required<ToastLayout>) => any;
|
|
6
|
+
export type UpdateToastsIDFunction = (fn: () => string | null) => any;
|
|
7
|
+
export interface HUIContextParams {
|
|
8
|
+
toasts: Array<Toast>;
|
|
9
|
+
updateToasts: UpdateToastsFunction;
|
|
10
|
+
toastLayout: Required<ToastLayout>;
|
|
11
|
+
updateToastLayout: UpdateToastsLayoutFunction;
|
|
12
|
+
lastUpdateToastId: string | null;
|
|
13
|
+
updateLastToastId: UpdateToastsIDFunction;
|
|
14
|
+
}
|
|
15
|
+
export declare const HUIContent: React.Context<HUIContextParams>;
|
|
16
|
+
export declare const useHUIContext: () => HUIContextParams;
|
|
@@ -27,7 +27,7 @@ interface Props {
|
|
|
27
27
|
}
|
|
28
28
|
type NativeAttrs = Omit<React.InputHTMLAttributes<any>, keyof Props>;
|
|
29
29
|
export type AutoCompleteProps = Props & NativeAttrs & ReactElement;
|
|
30
|
-
declare const AutoComplete: React.ForwardRefExoticComponent<Omit<Props & NativeAttrs & React.ReactElement<
|
|
30
|
+
declare const AutoComplete: React.ForwardRefExoticComponent<Omit<Props & NativeAttrs & React.ReactElement<unknown, string | React.JSXElementConstructor<any>> & {
|
|
31
31
|
children?: React.ReactNode | undefined;
|
|
32
32
|
} & React.RefAttributes<HTMLInputElement> & {
|
|
33
33
|
width?: string | number;
|
|
@@ -6,13 +6,13 @@ import _JSXStyle from "../styled-jsx.es.js";
|
|
|
6
6
|
/* "use client" */
|
|
7
7
|
|
|
8
8
|
import React, { useEffect, useImperativeHandle, useMemo, useRef, useState } from 'react';
|
|
9
|
-
import Input from '../
|
|
9
|
+
import Input from '../input';
|
|
10
10
|
import AutoCompleteItem from './auto-complete-item';
|
|
11
11
|
import AutoCompleteDropdown from './auto-complete-dropdown';
|
|
12
12
|
import AutoCompleteSearching from './auto-complete-searching';
|
|
13
13
|
import AutoCompleteEmpty from './auto-complete-empty';
|
|
14
14
|
import { AutoCompleteContext } from './auto-complete-context';
|
|
15
|
-
import Loading from '../
|
|
15
|
+
import Loading from '../loading';
|
|
16
16
|
import { pickChild } from '../utils/collections';
|
|
17
17
|
import { useCurrentState } from '@helpdice/theme';
|
|
18
18
|
import useScale, { withScale } from '../use-scale';
|
|
@@ -4,7 +4,7 @@ import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutPr
|
|
|
4
4
|
var _excluded = ["href", "nextLink", "onClick", "children", "className"];
|
|
5
5
|
/* "use client" */
|
|
6
6
|
|
|
7
|
-
import Link from '../
|
|
7
|
+
import Link from '../link';
|
|
8
8
|
import React, { useMemo } from 'react';
|
|
9
9
|
import { pickChild } from '../utils/collections';
|
|
10
10
|
import BreadcrumbsSeparator from './breadcrumbs-separator';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import _JSXStyle from "../styled-jsx.es.js";
|
|
2
2
|
import React from 'react';
|
|
3
|
-
import Loading from '../
|
|
3
|
+
import Loading from '../loading';
|
|
4
4
|
var ButtonLoading = function ButtonLoading(_ref) {
|
|
5
5
|
var color = _ref.color;
|
|
6
6
|
return /*#__PURE__*/React.createElement("div", {
|
|
@@ -8,7 +8,7 @@ import React, { useMemo } from 'react';
|
|
|
8
8
|
import { useTheme } from '@helpdice/theme';
|
|
9
9
|
import { getColor } from './styles';
|
|
10
10
|
import { useButtonDropdown } from './button-dropdown-context';
|
|
11
|
-
import Loading from '../
|
|
11
|
+
import Loading from '../loading';
|
|
12
12
|
import useScale from '../use-scale';
|
|
13
13
|
var ButtonDropdownItem = function ButtonDropdownItem(_ref) {
|
|
14
14
|
var children = _ref.children,
|
|
@@ -8,7 +8,7 @@ import { useTheme, useClasses } from '@helpdice/theme';
|
|
|
8
8
|
import { getStyles } from './styles';
|
|
9
9
|
import CardFooter from './card-footer';
|
|
10
10
|
import CardContent from './card-content';
|
|
11
|
-
import Image from '../
|
|
11
|
+
import Image from '../image';
|
|
12
12
|
import { hasChild, pickChild } from '../utils/collections';
|
|
13
13
|
import useScale, { withScale } from '../use-scale';
|
|
14
14
|
var CardComponent = function CardComponent(_ref) {
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
import _JSXStyle from "../styled-jsx.es.js";
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import klass from '../cssClasses'; // Assuming cssClasses.ts is in src/
|
|
4
|
+
|
|
5
|
+
var Indicator = function Indicator(_ref) {
|
|
6
|
+
var onClickHandler = _ref.onClickHandler,
|
|
7
|
+
isSelected = _ref.isSelected,
|
|
8
|
+
index = _ref.index,
|
|
9
|
+
label = _ref.label,
|
|
10
|
+
type = _ref.type;
|
|
11
|
+
switch (type) {
|
|
12
|
+
case 'line':
|
|
13
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("li", {
|
|
14
|
+
onClick: onClickHandler,
|
|
15
|
+
onKeyDown: onClickHandler,
|
|
16
|
+
value: index,
|
|
17
|
+
key: index,
|
|
18
|
+
role: "button",
|
|
19
|
+
tabIndex: 0,
|
|
20
|
+
"aria-label": "".concat(label, " ").concat(index + 1),
|
|
21
|
+
className: "jsx-110677664" + " " + (klass.DOT(isSelected) || "")
|
|
22
|
+
}), /*#__PURE__*/React.createElement(_JSXStyle, {
|
|
23
|
+
id: "110677664"
|
|
24
|
+
}, ".dot.jsx-110677664{-webkit-transition:opacity 0.25s ease-in;transition:opacity 0.25s ease-in;opacity:0.3;box-shadow:1px 1px 2px rgba(0,0,0,0.9);background:#fff;width:14px;height:2px;cursor:pointer;display:inline-block;margin:0 8px;}.dot.selected.jsx-110677664,.dot.jsx-110677664:hover{opacity:1;}"));
|
|
25
|
+
case 'square':
|
|
26
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("li", {
|
|
27
|
+
onClick: onClickHandler,
|
|
28
|
+
onKeyDown: onClickHandler,
|
|
29
|
+
value: index,
|
|
30
|
+
key: index,
|
|
31
|
+
role: "button",
|
|
32
|
+
tabIndex: 0,
|
|
33
|
+
"aria-label": "".concat(label, " ").concat(index + 1),
|
|
34
|
+
className: "jsx-157344968" + " " + (klass.DOT(isSelected) || "")
|
|
35
|
+
}), /*#__PURE__*/React.createElement(_JSXStyle, {
|
|
36
|
+
id: "157344968"
|
|
37
|
+
}, ".dot.jsx-157344968{-webkit-transition:opacity 0.25s ease-in;transition:opacity 0.25s ease-in;opacity:0.3;box-shadow:1px 1px 2px rgba(0,0,0,0.9);background:#fff;width:8px;height:8px;cursor:pointer;display:inline-block;margin:0 8px;}.dot.selected.jsx-157344968,.dot.jsx-157344968:hover{opacity:1;}"));
|
|
38
|
+
case 'pill':
|
|
39
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("li", {
|
|
40
|
+
onClick: onClickHandler,
|
|
41
|
+
onKeyDown: onClickHandler,
|
|
42
|
+
value: index,
|
|
43
|
+
key: index,
|
|
44
|
+
role: "button",
|
|
45
|
+
tabIndex: 0,
|
|
46
|
+
"aria-label": "".concat(label, " ").concat(index + 1),
|
|
47
|
+
className: "jsx-2836895747" + " " + (klass.DOT(isSelected) || "")
|
|
48
|
+
}), /*#__PURE__*/React.createElement(_JSXStyle, {
|
|
49
|
+
id: "2836895747"
|
|
50
|
+
}, ".dot.jsx-2836895747{-webkit-transition:opacity 0.25s ease-in;transition:opacity 0.25s ease-in;opacity:0.3;box-shadow:1px 1px 2px rgba(0,0,0,0.9);background:#fff;border-radius:25px;width:20px;height:5px;cursor:pointer;display:inline-block;margin:0 8px;}.dot.selected.jsx-2836895747,.dot.jsx-2836895747:hover{opacity:1;}"));
|
|
51
|
+
default:
|
|
52
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("li", {
|
|
53
|
+
onClick: onClickHandler,
|
|
54
|
+
onKeyDown: onClickHandler,
|
|
55
|
+
value: index,
|
|
56
|
+
key: index,
|
|
57
|
+
role: "button",
|
|
58
|
+
tabIndex: 0,
|
|
59
|
+
"aria-label": "".concat(label, " ").concat(index + 1),
|
|
60
|
+
className: "jsx-3056554148" + " " + (klass.DOT(isSelected) || "")
|
|
61
|
+
}), /*#__PURE__*/React.createElement(_JSXStyle, {
|
|
62
|
+
id: "3056554148"
|
|
63
|
+
}, ".dot.jsx-3056554148{-webkit-transition:opacity 0.25s ease-in;transition:opacity 0.25s ease-in;opacity:0.3;box-shadow:1px 1px 2px rgba(0,0,0,0.9);background:#fff;border-radius:50%;width:8px;height:8px;cursor:pointer;display:inline-block;margin:0 8px;}.dot.selected.jsx-3056554148,.dot.jsx-3056554148:hover{opacity:1;}"));
|
|
64
|
+
}
|
|
65
|
+
};
|
|
66
|
+
export default Indicator;
|
|
@@ -13,9 +13,9 @@ import klass from '../cssClasses';
|
|
|
13
13
|
import { outerWidth } from '../dimensions';
|
|
14
14
|
import CSSTranslate from '../CSSTranslate';
|
|
15
15
|
// @ts-ignore
|
|
16
|
-
import Swipe from '../../
|
|
16
|
+
import Swipe from '../../swipe';
|
|
17
17
|
import getWindow from '../shims/window';
|
|
18
|
-
import Button from '../../
|
|
18
|
+
import Button from '../../button';
|
|
19
19
|
import { ChevronLeft, ChevronRight } from '@helpdice/icons';
|
|
20
20
|
var isKeyboardEvent = function isKeyboardEvent(e) {
|
|
21
21
|
return e.hasOwnProperty('key');
|
|
@@ -215,10 +215,10 @@ var Thumbs = /*#__PURE__*/function (_Component) {
|
|
|
215
215
|
return /*#__PURE__*/React.createElement("li", _extends({}, thumbProps, {
|
|
216
216
|
role: "button",
|
|
217
217
|
tabIndex: 0,
|
|
218
|
-
className: "jsx-
|
|
218
|
+
className: "jsx-2625056898" + " " + (thumbProps && thumbProps.className != null && thumbProps.className || "")
|
|
219
219
|
}), img, /*#__PURE__*/React.createElement(_JSXStyle, {
|
|
220
|
-
id: "
|
|
221
|
-
}, ".thumb.jsx-
|
|
220
|
+
id: "2625056898"
|
|
221
|
+
}, ".thumb.jsx-2625056898{-webkit-transition:border 0.15s ease-in;transition:border 0.15s ease-in;display:inline-block;margin-right:6px;margin-bottom:0 !important;white-space:nowrap;overflow:hidden;border:3px solid #fff;padding:2px;}.thumb.jsx-2625056898:focus{border:3px solid #ccc;outline:none;}.thumb.selected.jsx-2625056898,.thumb.jsx-2625056898:hover{border:3px solid #0099ff;}.thumb.jsx-2625056898 img.jsx-2625056898{vertical-align:top;}"));
|
|
222
222
|
});
|
|
223
223
|
}
|
|
224
224
|
}, {
|
|
@@ -79,7 +79,7 @@ export default class Carousel extends React.Component<CarouselProps, CarouselSta
|
|
|
79
79
|
selectItem: (state: Pick<CarouselState, "selectedItem" | "swiping">) => void;
|
|
80
80
|
getInitialImage: () => HTMLImageElement;
|
|
81
81
|
getVariableItemHeight: (position: number) => number | null;
|
|
82
|
-
renderItems(isClone?: boolean): React.JSX.Element[];
|
|
82
|
+
renderItems(isClone?: boolean): React.JSX.Element[] | null | undefined;
|
|
83
83
|
renderControls(): React.JSX.Element | null;
|
|
84
84
|
renderStatus(): React.JSX.Element | null;
|
|
85
85
|
renderThumbs(): React.JSX.Element | null;
|
|
@@ -10,7 +10,7 @@ function _callSuper(t, o, e) { return o = _getPrototypeOf(o), _possibleConstruct
|
|
|
10
10
|
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
|
|
11
11
|
import React, { Children } from 'react';
|
|
12
12
|
// @ts-ignore
|
|
13
|
-
import Swipe from '../../
|
|
13
|
+
import Swipe from '../../swipe';
|
|
14
14
|
import klass from '../cssClasses';
|
|
15
15
|
import Thumbs from './Thumbs';
|
|
16
16
|
import getDocument from '../shims/document';
|
|
@@ -311,7 +311,8 @@ var Carousel = /*#__PURE__*/function (_React$Component) {
|
|
|
311
311
|
itemListStyle: {},
|
|
312
312
|
slideStyle: {},
|
|
313
313
|
selectedStyle: {},
|
|
314
|
-
prevStyle: {}
|
|
314
|
+
prevStyle: {},
|
|
315
|
+
indicator: 'dot'
|
|
315
316
|
};
|
|
316
317
|
_this.animationHandler = typeof props.animationHandler === 'function' && props.animationHandler || props.animationHandler === 'fade' && fadeAnimationHandler || slideAnimationHandler;
|
|
317
318
|
_this.state = _extends({}, initState, _this.animationHandler(props, initState));
|
|
@@ -474,13 +475,13 @@ var Carousel = /*#__PURE__*/function (_React$Component) {
|
|
|
474
475
|
style: style
|
|
475
476
|
};
|
|
476
477
|
return /*#__PURE__*/React.createElement("li", _extends({}, slideProps, {
|
|
477
|
-
className: "jsx-
|
|
478
|
+
className: "jsx-4120978495" + " " + (slideProps && slideProps.className != null && slideProps.className || "")
|
|
478
479
|
}), _this3.props.renderItem(item, {
|
|
479
480
|
isSelected: index === _this3.state.selectedItem,
|
|
480
481
|
isPrevious: index === _this3.state.previousItem
|
|
481
482
|
}), /*#__PURE__*/React.createElement(_JSXStyle, {
|
|
482
|
-
id: "
|
|
483
|
-
}, ".slide.jsx-
|
|
483
|
+
id: "4120978495"
|
|
484
|
+
}, ".slide.jsx-4120978495{min-width:100%;margin:0;position:relative;text-align:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}img.jsx-4120978495{width:100%;vertical-align:top;border:0;}iframe.jsx-4120978495{display:inline-block;width:calc(100% - 80px);margin:0 40px 40px;border:0;}.legend.jsx-4120978495{-webkit-transition:opacity 0.35s ease-in-out;transition:opacity 0.35s ease-in-out;position:absolute;bottom:40px;left:50%;margin-left:-45%;width:90%;border-radius:10px;background:#000;color:#fff;padding:10px;font-size:12px;text-align:center;opacity:0.25;}.slide.jsx-4120978495 .legend.jsx-4120978495{opacity:1;}"));
|
|
484
485
|
});
|
|
485
486
|
}
|
|
486
487
|
}, {
|
|
@@ -491,14 +492,15 @@ var Carousel = /*#__PURE__*/function (_React$Component) {
|
|
|
491
492
|
showIndicators = _this$props.showIndicators,
|
|
492
493
|
labels = _this$props.labels,
|
|
493
494
|
renderIndicator = _this$props.renderIndicator,
|
|
494
|
-
children = _this$props.children
|
|
495
|
+
children = _this$props.children,
|
|
496
|
+
indicator = _this$props.indicator;
|
|
495
497
|
if (!showIndicators) {
|
|
496
498
|
return null;
|
|
497
499
|
}
|
|
498
500
|
return /*#__PURE__*/React.createElement("ul", {
|
|
499
501
|
className: "jsx-4140983776" + " " + "control-dots"
|
|
500
502
|
}, Children.map(children, function (_, index) {
|
|
501
|
-
return renderIndicator && renderIndicator(_this4.changeItem(index), index === _this4.state.selectedItem, index, labels.item);
|
|
503
|
+
return renderIndicator && renderIndicator(_this4.changeItem(index), index === _this4.state.selectedItem, index, labels.item, indicator);
|
|
502
504
|
}), /*#__PURE__*/React.createElement(_JSXStyle, {
|
|
503
505
|
id: "4140983776"
|
|
504
506
|
}, ".control-dots.jsx-4140983776{position:absolute;bottom:0;margin:10px 0;padding:0;text-align:center;width:100%;z-index:1;}"));
|
|
@@ -547,8 +549,9 @@ var Carousel = /*#__PURE__*/function (_React$Component) {
|
|
|
547
549
|
// show right arrow
|
|
548
550
|
var hasNext = canShowArrows && (this.state.selectedItem < Children.count(this.props.children) - 1 || this.props.infiniteLoop) || false;
|
|
549
551
|
var itemsClone = this.renderItems(true);
|
|
550
|
-
var firstClone = itemsClone.shift();
|
|
551
|
-
var lastClone = itemsClone.pop();
|
|
552
|
+
var firstClone = itemsClone.shift(); // added not null
|
|
553
|
+
var lastClone = itemsClone.pop(); // added not null
|
|
554
|
+
|
|
552
555
|
var swiperProps = {
|
|
553
556
|
className: klass.SLIDER(true, this.state.swiping),
|
|
554
557
|
onSwipeMove: this.onSwipeMove,
|
|
@@ -645,8 +648,9 @@ _defineProperty(Carousel, "defaultProps", {
|
|
|
645
648
|
label: label
|
|
646
649
|
});
|
|
647
650
|
},
|
|
648
|
-
renderIndicator: function renderIndicator(onClickHandler, isSelected, index, label) {
|
|
651
|
+
renderIndicator: function renderIndicator(onClickHandler, isSelected, index, label, type) {
|
|
649
652
|
return /*#__PURE__*/React.createElement(Indicator, {
|
|
653
|
+
type: type,
|
|
650
654
|
onClickHandler: onClickHandler,
|
|
651
655
|
isSelected: isSelected,
|
|
652
656
|
index: index,
|
|
@@ -658,26 +662,28 @@ _defineProperty(Carousel, "defaultProps", {
|
|
|
658
662
|
},
|
|
659
663
|
renderThumbs: function renderThumbs(children) {
|
|
660
664
|
var images = Children.map(children, function (item) {
|
|
661
|
-
var
|
|
665
|
+
var _item = item;
|
|
666
|
+
if (! /*#__PURE__*/React.isValidElement(_item)) return undefined;
|
|
662
667
|
|
|
663
|
-
//
|
|
664
|
-
if (
|
|
665
|
-
|
|
666
|
-
return children.type === 'img';
|
|
667
|
-
});
|
|
668
|
-
}
|
|
669
|
-
if (!img) {
|
|
670
|
-
return undefined;
|
|
668
|
+
// Directly an <img> element
|
|
669
|
+
if (_item.type === 'img') {
|
|
670
|
+
return item;
|
|
671
671
|
}
|
|
672
|
-
|
|
672
|
+
|
|
673
|
+
// If not <img>, search its children
|
|
674
|
+
var childArray = Children.toArray(_item.props.children);
|
|
675
|
+
var foundImg = childArray.find(function (child) {
|
|
676
|
+
return /*#__PURE__*/React.isValidElement(child) && child.type === 'img';
|
|
677
|
+
});
|
|
678
|
+
return foundImg !== null && foundImg !== void 0 ? foundImg : undefined;
|
|
673
679
|
});
|
|
674
|
-
if (images.filter(function (image) {
|
|
680
|
+
if ((images === null || images === void 0 ? void 0 : images.filter(function (image) {
|
|
675
681
|
return image;
|
|
676
|
-
}).length === 0) {
|
|
682
|
+
}).length) === 0) {
|
|
677
683
|
console.warn("No images found! Can't build the thumb list without images. If you don't need thumbs, set showThumbs={false} in the Carousel. Note that it's not possible to get images rendered inside custom components. More info at https://github.com/leandrowd/react-responsive-carousel/blob/master/TROUBLESHOOTING.md");
|
|
678
684
|
return [];
|
|
679
685
|
}
|
|
680
|
-
return images;
|
|
686
|
+
return images !== null && images !== void 0 ? images : [];
|
|
681
687
|
},
|
|
682
688
|
statusFormatter: defaultStatusFormatter,
|
|
683
689
|
selectedItem: 0,
|
|
@@ -691,6 +697,7 @@ _defineProperty(Carousel, "defaultProps", {
|
|
|
691
697
|
transitionTime: 350,
|
|
692
698
|
verticalSwipe: 'standard',
|
|
693
699
|
width: '100%',
|
|
700
|
+
indicator: 'dot',
|
|
694
701
|
animationHandler: 'slide',
|
|
695
702
|
swipeAnimationHandler: slideSwipeAnimationHandler,
|
|
696
703
|
stopSwipingHandler: slideStopSwipingHandler
|
|
@@ -17,7 +17,7 @@ export interface CarouselProps {
|
|
|
17
17
|
autoPlay?: boolean;
|
|
18
18
|
centerMode?: boolean;
|
|
19
19
|
centerSlidePercentage: number;
|
|
20
|
-
children?: React.
|
|
20
|
+
children?: React.ReactNode[];
|
|
21
21
|
className?: string;
|
|
22
22
|
dynamicHeight?: boolean;
|
|
23
23
|
emulateTouch?: boolean;
|
|
@@ -37,16 +37,17 @@ export interface CarouselProps {
|
|
|
37
37
|
preventMovementUntilSwipeScrollTolerance: boolean;
|
|
38
38
|
renderArrowPrev: (clickHandler: () => void, hasPrev: boolean, label: string) => React.ReactNode;
|
|
39
39
|
renderArrowNext: (clickHandler: () => void, hasNext: boolean, label: string) => React.ReactNode;
|
|
40
|
-
renderIndicator: (clickHandler: (e: React.MouseEvent | React.KeyboardEvent) => void, isSelected: boolean, index: number, label: string) => React.ReactNode;
|
|
40
|
+
renderIndicator: (clickHandler: (e: React.MouseEvent | React.KeyboardEvent) => void, isSelected: boolean, index: number, label: string, type: string) => React.ReactNode;
|
|
41
41
|
renderItem: (item: React.ReactNode, options?: {
|
|
42
42
|
isSelected: boolean;
|
|
43
43
|
isPrevious: boolean;
|
|
44
44
|
}) => React.ReactNode;
|
|
45
|
-
renderThumbs: (children: React.
|
|
45
|
+
renderThumbs: (children: React.ReactNode[]) => React.ReactNode[];
|
|
46
46
|
selectedItem: number;
|
|
47
47
|
showArrows: boolean;
|
|
48
48
|
showStatus: boolean;
|
|
49
49
|
showIndicators: boolean;
|
|
50
|
+
indicator: string;
|
|
50
51
|
showThumbs: boolean;
|
|
51
52
|
statusFormatter: (currentItem: number, total: number) => string;
|
|
52
53
|
stopOnHover: boolean;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
// import React from 'react';
|
|
2
|
+
// import ReactDOM from 'react-dom';
|
|
3
|
+
|
|
4
|
+
// import(/* webpackChunkName: "carousel-component" */ './component').then(({ default: Carousel }) => {
|
|
5
|
+
// const DemoCarousel = () => (
|
|
6
|
+
// <Carousel
|
|
7
|
+
// showArrows
|
|
8
|
+
// infiniteLoop
|
|
9
|
+
// autoPlay
|
|
10
|
+
// emulateTouch
|
|
11
|
+
// onClickItem={(...args) => console.log('onClickItem', ...args)}
|
|
12
|
+
// onChange={(...args) => console.log('onChange', ...args)}
|
|
13
|
+
// onClickThumb={(...args) => console.log('onClickThumb', ...args)}
|
|
14
|
+
// >
|
|
15
|
+
// <div>
|
|
16
|
+
// <img src="assets/1.jpeg" />
|
|
17
|
+
// <p className="legend">Legend 1</p>
|
|
18
|
+
// </div>
|
|
19
|
+
// <div>
|
|
20
|
+
// <img src="assets/2.jpeg" />
|
|
21
|
+
// <p className="legend">Legend 2</p>
|
|
22
|
+
// </div>
|
|
23
|
+
// <div>
|
|
24
|
+
// <img src="assets/3.jpeg" />
|
|
25
|
+
// <p className="legend">Legend 3</p>
|
|
26
|
+
// </div>
|
|
27
|
+
// <div>
|
|
28
|
+
// <img src="assets/4.jpeg" />
|
|
29
|
+
// <p className="legend">Legend 4</p>
|
|
30
|
+
// </div>
|
|
31
|
+
// <div>
|
|
32
|
+
// <img src="assets/5.jpeg" />
|
|
33
|
+
// <p className="legend">Legend 5</p>
|
|
34
|
+
// </div>
|
|
35
|
+
// <div>
|
|
36
|
+
// <img src="assets/6.jpeg" />
|
|
37
|
+
// <p className="legend">Legend 6</p>
|
|
38
|
+
// </div>
|
|
39
|
+
// </Carousel>
|
|
40
|
+
// );
|
|
41
|
+
// ReactDOM.render(<DemoCarousel />, document.querySelector('.demo-carousel'));
|
|
42
|
+
// });
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import Drawer from './drawer';
|
|
2
|
-
import ModalTitle from '../
|
|
3
|
-
import ModalSubtitle from '../
|
|
4
|
-
import ModalContent from '../
|
|
2
|
+
import ModalTitle from '../modal/modal-title';
|
|
3
|
+
import ModalSubtitle from '../modal/modal-subtitle';
|
|
4
|
+
import ModalContent from '../modal/modal-content';
|
|
5
5
|
export type DrawerComponentType = typeof Drawer & {
|
|
6
6
|
Title: typeof ModalTitle;
|
|
7
7
|
Subtitle: typeof ModalSubtitle;
|
|
8
8
|
Content: typeof ModalContent;
|
|
9
9
|
};
|
|
10
10
|
export type { DrawerProps } from './drawer';
|
|
11
|
-
export type { ModalTitleProps as DrawerTitleProps, ModalSubtitleProps as DrawerSubtitleProps, ModalContentProps as DrawerContentProps, } from '../
|
|
11
|
+
export type { ModalTitleProps as DrawerTitleProps, ModalSubtitleProps as DrawerSubtitleProps, ModalContentProps as DrawerContentProps, } from '../modal';
|
|
12
12
|
declare const _default: DrawerComponentType;
|
|
13
13
|
export default _default;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/* "use client" */
|
|
2
|
+
import Drawer from './drawer';
|
|
3
|
+
import ModalTitle from '../modal/modal-title';
|
|
4
|
+
import ModalSubtitle from '../modal/modal-subtitle';
|
|
5
|
+
import ModalContent from '../modal/modal-content';
|
|
6
|
+
Drawer.Title = ModalTitle;
|
|
7
|
+
Drawer.Subtitle = ModalSubtitle;
|
|
8
|
+
Drawer.Content = ModalContent;
|
|
9
|
+
export default Drawer;
|
|
@@ -196,7 +196,7 @@ export interface SharedRenderProps<T> {
|
|
|
196
196
|
/**
|
|
197
197
|
* Field component to render. Can either be a string like 'select' or a component.
|
|
198
198
|
*/
|
|
199
|
-
component?: keyof JSX.IntrinsicElements | React.ComponentType<T | void>;
|
|
199
|
+
component?: keyof React.JSX.IntrinsicElements | React.ComponentType<T | void>;
|
|
200
200
|
/**
|
|
201
201
|
* Render prop (works like React router's <Route render={props =>} />)
|
|
202
202
|
*/
|
|
@@ -206,7 +206,7 @@ export interface SharedRenderProps<T> {
|
|
|
206
206
|
*/
|
|
207
207
|
children?: (props: T) => React.ReactNode;
|
|
208
208
|
}
|
|
209
|
-
export type GenericFieldHTMLAttributes = JSX.IntrinsicElements['input'] | JSX.IntrinsicElements['select'] | JSX.IntrinsicElements['textarea'];
|
|
209
|
+
export type GenericFieldHTMLAttributes = React.JSX.IntrinsicElements['input'] | React.JSX.IntrinsicElements['select'] | React.JSX.IntrinsicElements['textarea'];
|
|
210
210
|
/** Field metadata */
|
|
211
211
|
export interface FieldMetaProps<Value> {
|
|
212
212
|
/** Value of the field */
|
|
@@ -54,6 +54,10 @@ declare const Grid: React.ForwardRefExoticComponent<Props & import("./basic-item
|
|
|
54
54
|
results?: number | undefined | undefined;
|
|
55
55
|
security?: string | undefined | undefined;
|
|
56
56
|
unselectable?: "on" | "off" | undefined | undefined;
|
|
57
|
+
popover?: "" | "auto" | "manual" | "hint" | undefined | undefined;
|
|
58
|
+
popoverTargetAction?: "toggle" | "show" | "hide" | undefined | undefined;
|
|
59
|
+
popoverTarget?: string | undefined | undefined;
|
|
60
|
+
inert?: boolean | undefined | undefined;
|
|
57
61
|
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined | undefined;
|
|
58
62
|
is?: string | undefined | undefined;
|
|
59
63
|
exportparts?: string | undefined | undefined;
|
|
@@ -260,6 +264,8 @@ declare const Grid: React.ForwardRefExoticComponent<Props & import("./basic-item
|
|
|
260
264
|
onLostPointerCaptureCapture?: React.PointerEventHandler<any> | undefined;
|
|
261
265
|
onScroll?: React.UIEventHandler<any> | undefined;
|
|
262
266
|
onScrollCapture?: React.UIEventHandler<any> | undefined;
|
|
267
|
+
onScrollEnd?: React.UIEventHandler<any> | undefined;
|
|
268
|
+
onScrollEndCapture?: React.UIEventHandler<any> | undefined;
|
|
263
269
|
onWheel?: React.WheelEventHandler<any> | undefined;
|
|
264
270
|
onWheelCapture?: React.WheelEventHandler<any> | undefined;
|
|
265
271
|
onAnimationStart?: React.AnimationEventHandler<any> | undefined;
|
|
@@ -268,8 +274,16 @@ declare const Grid: React.ForwardRefExoticComponent<Props & import("./basic-item
|
|
|
268
274
|
onAnimationEndCapture?: React.AnimationEventHandler<any> | undefined;
|
|
269
275
|
onAnimationIteration?: React.AnimationEventHandler<any> | undefined;
|
|
270
276
|
onAnimationIterationCapture?: React.AnimationEventHandler<any> | undefined;
|
|
277
|
+
onToggle?: React.ToggleEventHandler<any> | undefined;
|
|
278
|
+
onBeforeToggle?: React.ToggleEventHandler<any> | undefined;
|
|
279
|
+
onTransitionCancel?: React.TransitionEventHandler<any> | undefined;
|
|
280
|
+
onTransitionCancelCapture?: React.TransitionEventHandler<any> | undefined;
|
|
271
281
|
onTransitionEnd?: React.TransitionEventHandler<any> | undefined;
|
|
272
282
|
onTransitionEndCapture?: React.TransitionEventHandler<any> | undefined;
|
|
283
|
+
onTransitionRun?: React.TransitionEventHandler<any> | undefined;
|
|
284
|
+
onTransitionRunCapture?: React.TransitionEventHandler<any> | undefined;
|
|
285
|
+
onTransitionStart?: React.TransitionEventHandler<any> | undefined;
|
|
286
|
+
onTransitionStartCapture?: React.TransitionEventHandler<any> | undefined;
|
|
273
287
|
} & {
|
|
274
288
|
width?: string | number;
|
|
275
289
|
height?: string | number;
|
|
@@ -57,6 +57,10 @@ declare const GridContainer: React.ForwardRefExoticComponent<Props & import("./b
|
|
|
57
57
|
results?: number | undefined | undefined;
|
|
58
58
|
security?: string | undefined | undefined;
|
|
59
59
|
unselectable?: "on" | "off" | undefined | undefined;
|
|
60
|
+
popover?: "" | "auto" | "manual" | "hint" | undefined | undefined;
|
|
61
|
+
popoverTargetAction?: "toggle" | "show" | "hide" | undefined | undefined;
|
|
62
|
+
popoverTarget?: string | undefined | undefined;
|
|
63
|
+
inert?: boolean | undefined | undefined;
|
|
60
64
|
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined | undefined;
|
|
61
65
|
is?: string | undefined | undefined;
|
|
62
66
|
exportparts?: string | undefined | undefined;
|
|
@@ -263,6 +267,8 @@ declare const GridContainer: React.ForwardRefExoticComponent<Props & import("./b
|
|
|
263
267
|
onLostPointerCaptureCapture?: React.PointerEventHandler<any> | undefined;
|
|
264
268
|
onScroll?: React.UIEventHandler<any> | undefined;
|
|
265
269
|
onScrollCapture?: React.UIEventHandler<any> | undefined;
|
|
270
|
+
onScrollEnd?: React.UIEventHandler<any> | undefined;
|
|
271
|
+
onScrollEndCapture?: React.UIEventHandler<any> | undefined;
|
|
266
272
|
onWheel?: React.WheelEventHandler<any> | undefined;
|
|
267
273
|
onWheelCapture?: React.WheelEventHandler<any> | undefined;
|
|
268
274
|
onAnimationStart?: React.AnimationEventHandler<any> | undefined;
|
|
@@ -271,8 +277,16 @@ declare const GridContainer: React.ForwardRefExoticComponent<Props & import("./b
|
|
|
271
277
|
onAnimationEndCapture?: React.AnimationEventHandler<any> | undefined;
|
|
272
278
|
onAnimationIteration?: React.AnimationEventHandler<any> | undefined;
|
|
273
279
|
onAnimationIterationCapture?: React.AnimationEventHandler<any> | undefined;
|
|
280
|
+
onToggle?: React.ToggleEventHandler<any> | undefined;
|
|
281
|
+
onBeforeToggle?: React.ToggleEventHandler<any> | undefined;
|
|
282
|
+
onTransitionCancel?: React.TransitionEventHandler<any> | undefined;
|
|
283
|
+
onTransitionCancelCapture?: React.TransitionEventHandler<any> | undefined;
|
|
274
284
|
onTransitionEnd?: React.TransitionEventHandler<any> | undefined;
|
|
275
285
|
onTransitionEndCapture?: React.TransitionEventHandler<any> | undefined;
|
|
286
|
+
onTransitionRun?: React.TransitionEventHandler<any> | undefined;
|
|
287
|
+
onTransitionRunCapture?: React.TransitionEventHandler<any> | undefined;
|
|
288
|
+
onTransitionStart?: React.TransitionEventHandler<any> | undefined;
|
|
289
|
+
onTransitionStartCapture?: React.TransitionEventHandler<any> | undefined;
|
|
276
290
|
} & {
|
|
277
291
|
width?: string | number;
|
|
278
292
|
height?: string | number;
|
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
import Grid from './grid';
|
|
2
|
-
import
|
|
1
|
+
import Grid from './grid-base';
|
|
2
|
+
import Container from './grid-container';
|
|
3
3
|
export type GridComponentType = typeof Grid & {
|
|
4
|
-
Container: typeof
|
|
4
|
+
Container: typeof Container;
|
|
5
5
|
};
|
|
6
6
|
export type { GridContainerProps } from './grid-container';
|
|
7
|
-
export type { GridProps } from './grid';
|
|
7
|
+
export type { GridProps } from './grid-base';
|
|
8
8
|
export type { GridBreakpointsValue } from './basic-item';
|
|
9
9
|
export type { GridAlignContent, GridAlignItems, GridDirection, GridJustify, GridWrap, } from './grid-types';
|
|
10
|
+
export { Container };
|
|
10
11
|
declare const _default: GridComponentType;
|
|
11
12
|
export default _default;
|
|
@@ -3,7 +3,7 @@ import _extends from "@babel/runtime/helpers/esm/extends";
|
|
|
3
3
|
var _excluded = ["url", "title", "children", "showFullLink", "invert", "anchorProps", "className"];
|
|
4
4
|
import _JSXStyle from "../styled-jsx.es.js";
|
|
5
5
|
import React, { useMemo } from 'react';
|
|
6
|
-
import Link from '../
|
|
6
|
+
import Link from '../link';
|
|
7
7
|
import { useTheme, useClasses } from '@helpdice/theme';
|
|
8
8
|
import ImageBrowserHttpsIcon from './image-browser-https-icon';
|
|
9
9
|
import { getBrowserColors } from './styles';
|