@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
package/dist/index.js
CHANGED
|
@@ -1132,7 +1132,8 @@ var pickChild = function pickChild(children, targetChild) {
|
|
|
1132
1132
|
var pickChildByProps = function pickChildByProps(children, key, value) {
|
|
1133
1133
|
var target = [];
|
|
1134
1134
|
var isArray = Array.isArray(value);
|
|
1135
|
-
var withoutPropChildren = React.Children.map(children, function (
|
|
1135
|
+
var withoutPropChildren = React.Children.map(children, function (_item) {
|
|
1136
|
+
var item = _item;
|
|
1136
1137
|
if (! /*#__PURE__*/React.isValidElement(item)) return null;
|
|
1137
1138
|
if (!item.props) return item;
|
|
1138
1139
|
if (isArray) {
|
|
@@ -1583,7 +1584,7 @@ var TextareaComponent = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
|
1583
1584
|
var textareaRef = React.useRef(null);
|
|
1584
1585
|
React.useImperativeHandle(ref, function () {
|
|
1585
1586
|
return textareaRef.current;
|
|
1586
|
-
});
|
|
1587
|
+
}); // added not null
|
|
1587
1588
|
var isControlledComponent = React.useMemo(function () {
|
|
1588
1589
|
return value !== undefined;
|
|
1589
1590
|
}, [value]);
|
|
@@ -11079,7 +11080,7 @@ var GridContainer = withScale(GridContainerComponent);
|
|
|
11079
11080
|
|
|
11080
11081
|
Grid.Container = GridContainer;
|
|
11081
11082
|
|
|
11082
|
-
/*! @license DOMPurify 3.2.
|
|
11083
|
+
/*! @license DOMPurify 3.2.7 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.2.7/LICENSE */
|
|
11083
11084
|
|
|
11084
11085
|
const {
|
|
11085
11086
|
entries,
|
|
@@ -11108,12 +11109,18 @@ if (!seal) {
|
|
|
11108
11109
|
};
|
|
11109
11110
|
}
|
|
11110
11111
|
if (!apply) {
|
|
11111
|
-
apply = function apply(
|
|
11112
|
-
|
|
11112
|
+
apply = function apply(func, thisArg) {
|
|
11113
|
+
for (var _len = arguments.length, args = new Array(_len > 2 ? _len - 2 : 0), _key = 2; _key < _len; _key++) {
|
|
11114
|
+
args[_key - 2] = arguments[_key];
|
|
11115
|
+
}
|
|
11116
|
+
return func.apply(thisArg, args);
|
|
11113
11117
|
};
|
|
11114
11118
|
}
|
|
11115
11119
|
if (!construct) {
|
|
11116
|
-
construct = function construct(Func
|
|
11120
|
+
construct = function construct(Func) {
|
|
11121
|
+
for (var _len2 = arguments.length, args = new Array(_len2 > 1 ? _len2 - 1 : 0), _key2 = 1; _key2 < _len2; _key2++) {
|
|
11122
|
+
args[_key2 - 1] = arguments[_key2];
|
|
11123
|
+
}
|
|
11117
11124
|
return new Func(...args);
|
|
11118
11125
|
};
|
|
11119
11126
|
}
|
|
@@ -11142,8 +11149,8 @@ function unapply(func) {
|
|
|
11142
11149
|
if (thisArg instanceof RegExp) {
|
|
11143
11150
|
thisArg.lastIndex = 0;
|
|
11144
11151
|
}
|
|
11145
|
-
for (var
|
|
11146
|
-
args[
|
|
11152
|
+
for (var _len3 = arguments.length, args = new Array(_len3 > 1 ? _len3 - 1 : 0), _key3 = 1; _key3 < _len3; _key3++) {
|
|
11153
|
+
args[_key3 - 1] = arguments[_key3];
|
|
11147
11154
|
}
|
|
11148
11155
|
return apply(func, thisArg, args);
|
|
11149
11156
|
};
|
|
@@ -11154,12 +11161,12 @@ function unapply(func) {
|
|
|
11154
11161
|
* @param func - The constructor function to be wrapped and called.
|
|
11155
11162
|
* @returns A new function that constructs an instance of the given constructor function with the provided arguments.
|
|
11156
11163
|
*/
|
|
11157
|
-
function unconstruct(
|
|
11164
|
+
function unconstruct(Func) {
|
|
11158
11165
|
return function () {
|
|
11159
|
-
for (var
|
|
11160
|
-
args[
|
|
11166
|
+
for (var _len4 = arguments.length, args = new Array(_len4), _key4 = 0; _key4 < _len4; _key4++) {
|
|
11167
|
+
args[_key4] = arguments[_key4];
|
|
11161
11168
|
}
|
|
11162
|
-
return construct(
|
|
11169
|
+
return construct(Func, args);
|
|
11163
11170
|
};
|
|
11164
11171
|
}
|
|
11165
11172
|
/**
|
|
@@ -11258,8 +11265,8 @@ function lookupGetter(object, prop) {
|
|
|
11258
11265
|
return fallbackValue;
|
|
11259
11266
|
}
|
|
11260
11267
|
|
|
11261
|
-
const html$1 = freeze(['a', 'abbr', 'acronym', 'address', 'area', 'article', 'aside', 'audio', 'b', 'bdi', 'bdo', 'big', 'blink', 'blockquote', 'body', 'br', 'button', 'canvas', 'caption', 'center', 'cite', 'code', 'col', 'colgroup', 'content', 'data', 'datalist', 'dd', 'decorator', 'del', 'details', 'dfn', 'dialog', 'dir', 'div', 'dl', 'dt', 'element', 'em', 'fieldset', 'figcaption', 'figure', 'font', 'footer', 'form', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'head', 'header', 'hgroup', 'hr', 'html', 'i', 'img', 'input', 'ins', 'kbd', 'label', 'legend', 'li', 'main', 'map', 'mark', 'marquee', 'menu', 'menuitem', 'meter', 'nav', 'nobr', 'ol', 'optgroup', 'option', 'output', 'p', 'picture', 'pre', 'progress', 'q', 'rp', 'rt', 'ruby', 's', 'samp', 'section', 'select', 'shadow', 'small', 'source', 'spacer', 'span', 'strike', 'strong', 'style', 'sub', 'summary', 'sup', 'table', 'tbody', 'td', 'template', 'textarea', 'tfoot', 'th', 'thead', 'time', 'tr', 'track', 'tt', 'u', 'ul', 'var', 'video', 'wbr']);
|
|
11262
|
-
const svg$1 = freeze(['svg', 'a', 'altglyph', 'altglyphdef', 'altglyphitem', 'animatecolor', 'animatemotion', 'animatetransform', 'circle', 'clippath', 'defs', 'desc', 'ellipse', 'filter', 'font', 'g', 'glyph', 'glyphref', 'hkern', 'image', 'line', 'lineargradient', 'marker', 'mask', 'metadata', 'mpath', 'path', 'pattern', 'polygon', 'polyline', 'radialgradient', 'rect', 'stop', 'style', 'switch', 'symbol', 'text', 'textpath', 'title', 'tref', 'tspan', 'view', 'vkern']);
|
|
11268
|
+
const html$1 = freeze(['a', 'abbr', 'acronym', 'address', 'area', 'article', 'aside', 'audio', 'b', 'bdi', 'bdo', 'big', 'blink', 'blockquote', 'body', 'br', 'button', 'canvas', 'caption', 'center', 'cite', 'code', 'col', 'colgroup', 'content', 'data', 'datalist', 'dd', 'decorator', 'del', 'details', 'dfn', 'dialog', 'dir', 'div', 'dl', 'dt', 'element', 'em', 'fieldset', 'figcaption', 'figure', 'font', 'footer', 'form', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'head', 'header', 'hgroup', 'hr', 'html', 'i', 'img', 'input', 'ins', 'kbd', 'label', 'legend', 'li', 'main', 'map', 'mark', 'marquee', 'menu', 'menuitem', 'meter', 'nav', 'nobr', 'ol', 'optgroup', 'option', 'output', 'p', 'picture', 'pre', 'progress', 'q', 'rp', 'rt', 'ruby', 's', 'samp', 'search', 'section', 'select', 'shadow', 'slot', 'small', 'source', 'spacer', 'span', 'strike', 'strong', 'style', 'sub', 'summary', 'sup', 'table', 'tbody', 'td', 'template', 'textarea', 'tfoot', 'th', 'thead', 'time', 'tr', 'track', 'tt', 'u', 'ul', 'var', 'video', 'wbr']);
|
|
11269
|
+
const svg$1 = freeze(['svg', 'a', 'altglyph', 'altglyphdef', 'altglyphitem', 'animatecolor', 'animatemotion', 'animatetransform', 'circle', 'clippath', 'defs', 'desc', 'ellipse', 'enterkeyhint', 'exportparts', 'filter', 'font', 'g', 'glyph', 'glyphref', 'hkern', 'image', 'inputmode', 'line', 'lineargradient', 'marker', 'mask', 'metadata', 'mpath', 'part', 'path', 'pattern', 'polygon', 'polyline', 'radialgradient', 'rect', 'slot', 'stop', 'style', 'switch', 'symbol', 'text', 'textpath', 'title', 'tref', 'tspan', 'view', 'vkern']);
|
|
11263
11270
|
const svgFilters = freeze(['feBlend', 'feColorMatrix', 'feComponentTransfer', 'feComposite', 'feConvolveMatrix', 'feDiffuseLighting', 'feDisplacementMap', 'feDistantLight', 'feDropShadow', 'feFlood', 'feFuncA', 'feFuncB', 'feFuncG', 'feFuncR', 'feGaussianBlur', 'feImage', 'feMerge', 'feMergeNode', 'feMorphology', 'feOffset', 'fePointLight', 'feSpecularLighting', 'feSpotLight', 'feTile', 'feTurbulence']);
|
|
11264
11271
|
// List of SVG elements that are disallowed by default.
|
|
11265
11272
|
// We still need to know them so that we can do namespace
|
|
@@ -11272,7 +11279,7 @@ const mathMl$1 = freeze(['math', 'menclose', 'merror', 'mfenced', 'mfrac', 'mgly
|
|
|
11272
11279
|
const mathMlDisallowed = freeze(['maction', 'maligngroup', 'malignmark', 'mlongdiv', 'mscarries', 'mscarry', 'msgroup', 'mstack', 'msline', 'msrow', 'semantics', 'annotation', 'annotation-xml', 'mprescripts', 'none']);
|
|
11273
11280
|
const text = freeze(['#text']);
|
|
11274
11281
|
|
|
11275
|
-
const html = freeze(['accept', 'action', 'align', 'alt', 'autocapitalize', 'autocomplete', 'autopictureinpicture', 'autoplay', 'background', 'bgcolor', 'border', 'capture', 'cellpadding', 'cellspacing', 'checked', 'cite', 'class', 'clear', 'color', 'cols', 'colspan', 'controls', 'controlslist', 'coords', 'crossorigin', 'datetime', 'decoding', 'default', 'dir', 'disabled', 'disablepictureinpicture', 'disableremoteplayback', 'download', 'draggable', 'enctype', 'enterkeyhint', 'face', 'for', 'headers', 'height', 'hidden', 'high', 'href', 'hreflang', 'id', 'inputmode', 'integrity', 'ismap', 'kind', 'label', 'lang', 'list', 'loading', 'loop', 'low', 'max', 'maxlength', 'media', 'method', 'min', 'minlength', 'multiple', 'muted', 'name', 'nonce', 'noshade', 'novalidate', 'nowrap', 'open', 'optimum', 'pattern', 'placeholder', 'playsinline', 'popover', 'popovertarget', 'popovertargetaction', 'poster', 'preload', 'pubdate', 'radiogroup', 'readonly', 'rel', 'required', 'rev', 'reversed', 'role', 'rows', 'rowspan', 'spellcheck', 'scope', 'selected', 'shape', 'size', 'sizes', 'span', 'srclang', 'start', 'src', 'srcset', 'step', 'style', 'summary', 'tabindex', 'title', 'translate', 'type', 'usemap', 'valign', 'value', 'width', 'wrap', 'xmlns', 'slot']);
|
|
11282
|
+
const html = freeze(['accept', 'action', 'align', 'alt', 'autocapitalize', 'autocomplete', 'autopictureinpicture', 'autoplay', 'background', 'bgcolor', 'border', 'capture', 'cellpadding', 'cellspacing', 'checked', 'cite', 'class', 'clear', 'color', 'cols', 'colspan', 'controls', 'controlslist', 'coords', 'crossorigin', 'datetime', 'decoding', 'default', 'dir', 'disabled', 'disablepictureinpicture', 'disableremoteplayback', 'download', 'draggable', 'enctype', 'enterkeyhint', 'exportparts', 'face', 'for', 'headers', 'height', 'hidden', 'high', 'href', 'hreflang', 'id', 'inert', 'inputmode', 'integrity', 'ismap', 'kind', 'label', 'lang', 'list', 'loading', 'loop', 'low', 'max', 'maxlength', 'media', 'method', 'min', 'minlength', 'multiple', 'muted', 'name', 'nonce', 'noshade', 'novalidate', 'nowrap', 'open', 'optimum', 'part', 'pattern', 'placeholder', 'playsinline', 'popover', 'popovertarget', 'popovertargetaction', 'poster', 'preload', 'pubdate', 'radiogroup', 'readonly', 'rel', 'required', 'rev', 'reversed', 'role', 'rows', 'rowspan', 'spellcheck', 'scope', 'selected', 'shape', 'size', 'sizes', 'slot', 'span', 'srclang', 'start', 'src', 'srcset', 'step', 'style', 'summary', 'tabindex', 'title', 'translate', 'type', 'usemap', 'valign', 'value', 'width', 'wrap', 'xmlns', 'slot']);
|
|
11276
11283
|
const svg = freeze(['accent-height', 'accumulate', 'additive', 'alignment-baseline', 'amplitude', 'ascent', 'attributename', 'attributetype', 'azimuth', 'basefrequency', 'baseline-shift', 'begin', 'bias', 'by', 'class', 'clip', 'clippathunits', 'clip-path', 'clip-rule', 'color', 'color-interpolation', 'color-interpolation-filters', 'color-profile', 'color-rendering', 'cx', 'cy', 'd', 'dx', 'dy', 'diffuseconstant', 'direction', 'display', 'divisor', 'dur', 'edgemode', 'elevation', 'end', 'exponent', 'fill', 'fill-opacity', 'fill-rule', 'filter', 'filterunits', 'flood-color', 'flood-opacity', 'font-family', 'font-size', 'font-size-adjust', 'font-stretch', 'font-style', 'font-variant', 'font-weight', 'fx', 'fy', 'g1', 'g2', 'glyph-name', 'glyphref', 'gradientunits', 'gradienttransform', 'height', 'href', 'id', 'image-rendering', 'in', 'in2', 'intercept', 'k', 'k1', 'k2', 'k3', 'k4', 'kerning', 'keypoints', 'keysplines', 'keytimes', 'lang', 'lengthadjust', 'letter-spacing', 'kernelmatrix', 'kernelunitlength', 'lighting-color', 'local', 'marker-end', 'marker-mid', 'marker-start', 'markerheight', 'markerunits', 'markerwidth', 'maskcontentunits', 'maskunits', 'max', 'mask', 'media', 'method', 'mode', 'min', 'name', 'numoctaves', 'offset', 'operator', 'opacity', 'order', 'orient', 'orientation', 'origin', 'overflow', 'paint-order', 'path', 'pathlength', 'patterncontentunits', 'patterntransform', 'patternunits', 'points', 'preservealpha', 'preserveaspectratio', 'primitiveunits', 'r', 'rx', 'ry', 'radius', 'refx', 'refy', 'repeatcount', 'repeatdur', 'restart', 'result', 'rotate', 'scale', 'seed', 'shape-rendering', 'slope', 'specularconstant', 'specularexponent', 'spreadmethod', 'startoffset', 'stddeviation', 'stitchtiles', 'stop-color', 'stop-opacity', 'stroke-dasharray', 'stroke-dashoffset', 'stroke-linecap', 'stroke-linejoin', 'stroke-miterlimit', 'stroke-opacity', 'stroke', 'stroke-width', 'style', 'surfacescale', 'systemlanguage', 'tabindex', 'tablevalues', 'targetx', 'targety', 'transform', 'transform-origin', 'text-anchor', 'text-decoration', 'text-rendering', 'textlength', 'type', 'u1', 'u2', 'unicode', 'values', 'viewbox', 'visibility', 'version', 'vert-adv-y', 'vert-origin-x', 'vert-origin-y', 'width', 'word-spacing', 'wrap', 'writing-mode', 'xchannelselector', 'ychannelselector', 'x', 'x1', 'x2', 'xmlns', 'y', 'y1', 'y2', 'z', 'zoomandpan']);
|
|
11277
11284
|
const mathMl = freeze(['accent', 'accentunder', 'align', 'bevelled', 'close', 'columnsalign', 'columnlines', 'columnspan', 'denomalign', 'depth', 'dir', 'display', 'displaystyle', 'encoding', 'fence', 'frame', 'height', 'href', 'id', 'largeop', 'length', 'linethickness', 'lspace', 'lquote', 'mathbackground', 'mathcolor', 'mathsize', 'mathvariant', 'maxsize', 'minsize', 'movablelimits', 'notation', 'numalign', 'open', 'rowalign', 'rowlines', 'rowspacing', 'rowspan', 'rspace', 'rquote', 'scriptlevel', 'scriptminsize', 'scriptsizemultiplier', 'selection', 'separator', 'separators', 'stretchy', 'subscriptshift', 'supscriptshift', 'symmetric', 'voffset', 'width', 'xmlns']);
|
|
11278
11285
|
const xml = freeze(['xlink:href', 'xml:id', 'xlink:title', 'xml:space', 'xmlns:xlink']);
|
|
@@ -11371,7 +11378,7 @@ const _createHooksMap = function _createHooksMap() {
|
|
|
11371
11378
|
function createDOMPurify() {
|
|
11372
11379
|
let window = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : getGlobal();
|
|
11373
11380
|
const DOMPurify = root => createDOMPurify(root);
|
|
11374
|
-
DOMPurify.version = '3.2.
|
|
11381
|
+
DOMPurify.version = '3.2.7';
|
|
11375
11382
|
DOMPurify.removed = [];
|
|
11376
11383
|
if (!window || !window.document || window.document.nodeType !== NODE_TYPE.document || !window.Element) {
|
|
11377
11384
|
// Not running in a browser, provide a factory function
|
|
@@ -12068,7 +12075,7 @@ function createDOMPurify() {
|
|
|
12068
12075
|
// First condition does a very basic check if a) it's basically a valid custom element tagname AND
|
|
12069
12076
|
// b) if the tagName passes whatever the user has configured for CUSTOM_ELEMENT_HANDLING.tagNameCheck
|
|
12070
12077
|
// and c) if the attribute name passes whatever the user has configured for CUSTOM_ELEMENT_HANDLING.attributeNameCheck
|
|
12071
|
-
_isBasicCustomElement(lcTag) && (CUSTOM_ELEMENT_HANDLING.tagNameCheck instanceof RegExp && regExpTest(CUSTOM_ELEMENT_HANDLING.tagNameCheck, lcTag) || CUSTOM_ELEMENT_HANDLING.tagNameCheck instanceof Function && CUSTOM_ELEMENT_HANDLING.tagNameCheck(lcTag)) && (CUSTOM_ELEMENT_HANDLING.attributeNameCheck instanceof RegExp && regExpTest(CUSTOM_ELEMENT_HANDLING.attributeNameCheck, lcName) || CUSTOM_ELEMENT_HANDLING.attributeNameCheck instanceof Function && CUSTOM_ELEMENT_HANDLING.attributeNameCheck(lcName)) ||
|
|
12078
|
+
_isBasicCustomElement(lcTag) && (CUSTOM_ELEMENT_HANDLING.tagNameCheck instanceof RegExp && regExpTest(CUSTOM_ELEMENT_HANDLING.tagNameCheck, lcTag) || CUSTOM_ELEMENT_HANDLING.tagNameCheck instanceof Function && CUSTOM_ELEMENT_HANDLING.tagNameCheck(lcTag)) && (CUSTOM_ELEMENT_HANDLING.attributeNameCheck instanceof RegExp && regExpTest(CUSTOM_ELEMENT_HANDLING.attributeNameCheck, lcName) || CUSTOM_ELEMENT_HANDLING.attributeNameCheck instanceof Function && CUSTOM_ELEMENT_HANDLING.attributeNameCheck(lcName, lcTag)) ||
|
|
12072
12079
|
// Alternative, second condition checks if it's an `is`-attribute, AND
|
|
12073
12080
|
// the value passes whatever the user has configured for CUSTOM_ELEMENT_HANDLING.tagNameCheck
|
|
12074
12081
|
lcName === 'is' && CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements && (CUSTOM_ELEMENT_HANDLING.tagNameCheck instanceof RegExp && regExpTest(CUSTOM_ELEMENT_HANDLING.tagNameCheck, value) || CUSTOM_ELEMENT_HANDLING.tagNameCheck instanceof Function && CUSTOM_ELEMENT_HANDLING.tagNameCheck(value))) ; else {
|
|
@@ -12147,7 +12154,12 @@ function createDOMPurify() {
|
|
|
12147
12154
|
value = SANITIZE_NAMED_PROPS_PREFIX + value;
|
|
12148
12155
|
}
|
|
12149
12156
|
/* Work around a security issue with comments inside attributes */
|
|
12150
|
-
if (SAFE_FOR_XML && regExpTest(/((--!?|])>)|<\/(style|title)/i, value)) {
|
|
12157
|
+
if (SAFE_FOR_XML && regExpTest(/((--!?|])>)|<\/(style|title|textarea)/i, value)) {
|
|
12158
|
+
_removeAttribute(name, currentNode);
|
|
12159
|
+
continue;
|
|
12160
|
+
}
|
|
12161
|
+
/* Make sure we cannot easily use animated hrefs, even if animations are allowed */
|
|
12162
|
+
if (lcName === 'attributename' && stringMatch(value, 'href')) {
|
|
12151
12163
|
_removeAttribute(name, currentNode);
|
|
12152
12164
|
continue;
|
|
12153
12165
|
}
|
|
@@ -13535,7 +13547,7 @@ var TooltipComponent = function TooltipComponent(_ref) {
|
|
|
13535
13547
|
hideArrow = _ref$hideArrow === void 0 ? false : _ref$hideArrow,
|
|
13536
13548
|
customVisible = _ref.visible,
|
|
13537
13549
|
props = _objectWithoutProperties(_ref, _excluded$r);
|
|
13538
|
-
var timer = React.useRef();
|
|
13550
|
+
var timer = React.useRef(undefined);
|
|
13539
13551
|
var ref = React.useRef(null);
|
|
13540
13552
|
var _useState = React.useState(initialVisible),
|
|
13541
13553
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -16036,13 +16048,14 @@ var SelectComponent = /*#__PURE__*/React.forwardRef(function (_ref, selectRef) {
|
|
|
16036
16048
|
_pickChildByProps2 = _slicedToArray(_pickChildByProps, 2),
|
|
16037
16049
|
optionChildren = _pickChildByProps2[1];
|
|
16038
16050
|
return React.Children.map(optionChildren, function (child) {
|
|
16039
|
-
|
|
16040
|
-
|
|
16051
|
+
var _child = child;
|
|
16052
|
+
if (! /*#__PURE__*/React.isValidElement(_child)) return null;
|
|
16053
|
+
var el = /*#__PURE__*/React.cloneElement(_child); // { preventAllEvents: true }
|
|
16041
16054
|
if (!multiple) return el;
|
|
16042
16055
|
return /*#__PURE__*/React.createElement(SelectMultipleValue, {
|
|
16043
16056
|
disabled: disabled,
|
|
16044
16057
|
onClear: clearable ? function () {
|
|
16045
|
-
return updateValue(
|
|
16058
|
+
return updateValue(_child.props.value);
|
|
16046
16059
|
} : null
|
|
16047
16060
|
}, el);
|
|
16048
16061
|
});
|
|
@@ -16859,51 +16872,6 @@ var TableHead = function TableHead(props) {
|
|
|
16859
16872
|
};
|
|
16860
16873
|
TableHead.displayName = 'TableHead';
|
|
16861
16874
|
|
|
16862
|
-
var TableCell = function TableCell(_ref) {
|
|
16863
|
-
var columns = _ref.columns,
|
|
16864
|
-
row = _ref.row,
|
|
16865
|
-
rowIndex = _ref.rowIndex,
|
|
16866
|
-
emptyText = _ref.emptyText,
|
|
16867
|
-
onCellClick = _ref.onCellClick;
|
|
16868
|
-
/* eslint-disable react/jsx-no-useless-fragment */
|
|
16869
|
-
return /*#__PURE__*/React.createElement(React.Fragment, null, columns.map(function (column, index) {
|
|
16870
|
-
var currentRowValue = row[column.prop];
|
|
16871
|
-
var cellValue = currentRowValue || emptyText;
|
|
16872
|
-
var shouldBeRenderElement = column.renderHandler(currentRowValue, row, rowIndex);
|
|
16873
|
-
return /*#__PURE__*/React.createElement("td", {
|
|
16874
|
-
style: _objectSpread2({
|
|
16875
|
-
fontSize: "".concat(column === null || column === void 0 ? void 0 : column.fontSize),
|
|
16876
|
-
textAlign: column !== null && column !== void 0 && column.align ? "".concat(column === null || column === void 0 ? void 0 : column.align, " !important") : 'left',
|
|
16877
|
-
paddingLeft: '0.3rem',
|
|
16878
|
-
paddingRight: '0.3rem',
|
|
16879
|
-
color: "".concat(column === null || column === void 0 ? void 0 : column.color),
|
|
16880
|
-
boxSizing: 'border-box',
|
|
16881
|
-
whiteSpace: column !== null && column !== void 0 && column.noWrap ? 'nowrap' : 'normal'
|
|
16882
|
-
}, currentRowValue === null || currentRowValue === void 0 ? void 0 : currentRowValue.style),
|
|
16883
|
-
"data-column": column.prop,
|
|
16884
|
-
key: "row-td-".concat(index, "-").concat(column.prop.toString()),
|
|
16885
|
-
onClick: function onClick() {
|
|
16886
|
-
return onCellClick && onCellClick(currentRowValue, rowIndex, index);
|
|
16887
|
-
},
|
|
16888
|
-
className: column.className
|
|
16889
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
16890
|
-
className: "cell"
|
|
16891
|
-
}, shouldBeRenderElement ? shouldBeRenderElement : cellValue));
|
|
16892
|
-
}));
|
|
16893
|
-
/* eslint-enable */
|
|
16894
|
-
};
|
|
16895
|
-
|
|
16896
|
-
/* "use client" */
|
|
16897
|
-
|
|
16898
|
-
var defaultContext$2 = {
|
|
16899
|
-
columns: [],
|
|
16900
|
-
updateColumn: function updateColumn() {}
|
|
16901
|
-
};
|
|
16902
|
-
var TableContext = /*#__PURE__*/React.createContext(defaultContext$2);
|
|
16903
|
-
var useTableContext = function useTableContext() {
|
|
16904
|
-
return React.useContext(TableContext);
|
|
16905
|
-
};
|
|
16906
|
-
|
|
16907
16875
|
var lodash$1 = {exports: {}};
|
|
16908
16876
|
|
|
16909
16877
|
/**
|
|
@@ -34670,6 +34638,51 @@ function Placeholder(_ref) {
|
|
|
34670
34638
|
}, msg));
|
|
34671
34639
|
}
|
|
34672
34640
|
|
|
34641
|
+
var TableCell = function TableCell(_ref) {
|
|
34642
|
+
var columns = _ref.columns,
|
|
34643
|
+
row = _ref.row,
|
|
34644
|
+
rowIndex = _ref.rowIndex,
|
|
34645
|
+
emptyText = _ref.emptyText,
|
|
34646
|
+
onCellClick = _ref.onCellClick;
|
|
34647
|
+
/* eslint-disable react/jsx-no-useless-fragment */
|
|
34648
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null, columns.map(function (column, index) {
|
|
34649
|
+
var currentRowValue = row[column.prop];
|
|
34650
|
+
var cellValue = currentRowValue || emptyText;
|
|
34651
|
+
var shouldBeRenderElement = column.renderHandler(currentRowValue, row, rowIndex);
|
|
34652
|
+
return /*#__PURE__*/React.createElement("td", {
|
|
34653
|
+
style: _objectSpread2({
|
|
34654
|
+
fontSize: "".concat(column === null || column === void 0 ? void 0 : column.fontSize),
|
|
34655
|
+
textAlign: column !== null && column !== void 0 && column.align ? "".concat(column === null || column === void 0 ? void 0 : column.align, " !important") : 'left',
|
|
34656
|
+
paddingLeft: '0.3rem',
|
|
34657
|
+
paddingRight: '0.3rem',
|
|
34658
|
+
color: "".concat(column === null || column === void 0 ? void 0 : column.color),
|
|
34659
|
+
boxSizing: 'border-box',
|
|
34660
|
+
whiteSpace: column !== null && column !== void 0 && column.noWrap ? 'nowrap' : 'normal'
|
|
34661
|
+
}, currentRowValue === null || currentRowValue === void 0 ? void 0 : currentRowValue.style),
|
|
34662
|
+
"data-column": column.prop,
|
|
34663
|
+
key: "row-td-".concat(index, "-").concat(column.prop.toString()),
|
|
34664
|
+
onClick: function onClick() {
|
|
34665
|
+
return onCellClick && onCellClick(currentRowValue, rowIndex, index);
|
|
34666
|
+
},
|
|
34667
|
+
className: column.className
|
|
34668
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
34669
|
+
className: "cell"
|
|
34670
|
+
}, shouldBeRenderElement ? shouldBeRenderElement : cellValue));
|
|
34671
|
+
}));
|
|
34672
|
+
/* eslint-enable */
|
|
34673
|
+
};
|
|
34674
|
+
|
|
34675
|
+
/* "use client" */
|
|
34676
|
+
|
|
34677
|
+
var defaultContext$2 = {
|
|
34678
|
+
columns: [],
|
|
34679
|
+
updateColumn: function updateColumn() {}
|
|
34680
|
+
};
|
|
34681
|
+
var TableContext = /*#__PURE__*/React.createContext(defaultContext$2);
|
|
34682
|
+
var useTableContext = function useTableContext() {
|
|
34683
|
+
return React.useContext(TableContext);
|
|
34684
|
+
};
|
|
34685
|
+
|
|
34673
34686
|
// import { DataTable } from '@helpdice/pro'
|
|
34674
34687
|
|
|
34675
34688
|
var TableBody = function TableBody(_ref) {
|
|
@@ -35918,7 +35931,9 @@ var TreeIndents = function TreeIndents(_ref) {
|
|
|
35918
35931
|
};
|
|
35919
35932
|
|
|
35920
35933
|
var sortChildren = function sortChildren(children, folderComponentType) {
|
|
35921
|
-
return React.Children.toArray(children).sort(function (
|
|
35934
|
+
return React.Children.toArray(children).sort(function (_a, _b) {
|
|
35935
|
+
var a = _a;
|
|
35936
|
+
var b = _b;
|
|
35922
35937
|
if (! /*#__PURE__*/React.isValidElement(a) || ! /*#__PURE__*/React.isValidElement(b)) return 0;
|
|
35923
35938
|
if (a.type !== b.type) return a.type !== folderComponentType ? 1 : -1;
|
|
35924
35939
|
return "".concat(a.props.name).charCodeAt(0) - "".concat(b.props.name).charCodeAt(0);
|
|
@@ -39687,10 +39702,10 @@ var Thumbs = /*#__PURE__*/function (_Component) {
|
|
|
39687
39702
|
return /*#__PURE__*/React.createElement("li", _extends({}, thumbProps, {
|
|
39688
39703
|
role: "button",
|
|
39689
39704
|
tabIndex: 0,
|
|
39690
|
-
className: "jsx-
|
|
39705
|
+
className: "jsx-2625056898" + " " + (thumbProps && thumbProps.className != null && thumbProps.className || "")
|
|
39691
39706
|
}), img, /*#__PURE__*/React.createElement(_JSXStyle, {
|
|
39692
|
-
id: "
|
|
39693
|
-
}, ".thumb.jsx-
|
|
39707
|
+
id: "2625056898"
|
|
39708
|
+
}, ".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;}"));
|
|
39694
39709
|
});
|
|
39695
39710
|
}
|
|
39696
39711
|
}, {
|
|
@@ -39874,19 +39889,62 @@ var Indicator = function Indicator(_ref) {
|
|
|
39874
39889
|
var onClickHandler = _ref.onClickHandler,
|
|
39875
39890
|
isSelected = _ref.isSelected,
|
|
39876
39891
|
index = _ref.index,
|
|
39877
|
-
label = _ref.label
|
|
39878
|
-
|
|
39879
|
-
|
|
39880
|
-
|
|
39881
|
-
|
|
39882
|
-
|
|
39883
|
-
|
|
39884
|
-
|
|
39885
|
-
|
|
39886
|
-
|
|
39887
|
-
|
|
39888
|
-
|
|
39889
|
-
|
|
39892
|
+
label = _ref.label,
|
|
39893
|
+
type = _ref.type;
|
|
39894
|
+
switch (type) {
|
|
39895
|
+
case 'line':
|
|
39896
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("li", {
|
|
39897
|
+
onClick: onClickHandler,
|
|
39898
|
+
onKeyDown: onClickHandler,
|
|
39899
|
+
value: index,
|
|
39900
|
+
key: index,
|
|
39901
|
+
role: "button",
|
|
39902
|
+
tabIndex: 0,
|
|
39903
|
+
"aria-label": "".concat(label, " ").concat(index + 1),
|
|
39904
|
+
className: "jsx-110677664" + " " + (klass.DOT(isSelected) || "")
|
|
39905
|
+
}), /*#__PURE__*/React.createElement(_JSXStyle, {
|
|
39906
|
+
id: "110677664"
|
|
39907
|
+
}, ".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;}"));
|
|
39908
|
+
case 'square':
|
|
39909
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("li", {
|
|
39910
|
+
onClick: onClickHandler,
|
|
39911
|
+
onKeyDown: onClickHandler,
|
|
39912
|
+
value: index,
|
|
39913
|
+
key: index,
|
|
39914
|
+
role: "button",
|
|
39915
|
+
tabIndex: 0,
|
|
39916
|
+
"aria-label": "".concat(label, " ").concat(index + 1),
|
|
39917
|
+
className: "jsx-157344968" + " " + (klass.DOT(isSelected) || "")
|
|
39918
|
+
}), /*#__PURE__*/React.createElement(_JSXStyle, {
|
|
39919
|
+
id: "157344968"
|
|
39920
|
+
}, ".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;}"));
|
|
39921
|
+
case 'pill':
|
|
39922
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("li", {
|
|
39923
|
+
onClick: onClickHandler,
|
|
39924
|
+
onKeyDown: onClickHandler,
|
|
39925
|
+
value: index,
|
|
39926
|
+
key: index,
|
|
39927
|
+
role: "button",
|
|
39928
|
+
tabIndex: 0,
|
|
39929
|
+
"aria-label": "".concat(label, " ").concat(index + 1),
|
|
39930
|
+
className: "jsx-2836895747" + " " + (klass.DOT(isSelected) || "")
|
|
39931
|
+
}), /*#__PURE__*/React.createElement(_JSXStyle, {
|
|
39932
|
+
id: "2836895747"
|
|
39933
|
+
}, ".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;}"));
|
|
39934
|
+
default:
|
|
39935
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("li", {
|
|
39936
|
+
onClick: onClickHandler,
|
|
39937
|
+
onKeyDown: onClickHandler,
|
|
39938
|
+
value: index,
|
|
39939
|
+
key: index,
|
|
39940
|
+
role: "button",
|
|
39941
|
+
tabIndex: 0,
|
|
39942
|
+
"aria-label": "".concat(label, " ").concat(index + 1),
|
|
39943
|
+
className: "jsx-3056554148" + " " + (klass.DOT(isSelected) || "")
|
|
39944
|
+
}), /*#__PURE__*/React.createElement(_JSXStyle, {
|
|
39945
|
+
id: "3056554148"
|
|
39946
|
+
}, ".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;}"));
|
|
39947
|
+
}
|
|
39890
39948
|
};
|
|
39891
39949
|
|
|
39892
39950
|
/**
|
|
@@ -40340,7 +40398,8 @@ var Carousel = /*#__PURE__*/function (_React$Component) {
|
|
|
40340
40398
|
itemListStyle: {},
|
|
40341
40399
|
slideStyle: {},
|
|
40342
40400
|
selectedStyle: {},
|
|
40343
|
-
prevStyle: {}
|
|
40401
|
+
prevStyle: {},
|
|
40402
|
+
indicator: 'dot'
|
|
40344
40403
|
};
|
|
40345
40404
|
_this.animationHandler = typeof props.animationHandler === 'function' && props.animationHandler || props.animationHandler === 'fade' && fadeAnimationHandler || slideAnimationHandler;
|
|
40346
40405
|
_this.state = _objectSpread2(_objectSpread2({}, initState), _this.animationHandler(props, initState));
|
|
@@ -40503,13 +40562,13 @@ var Carousel = /*#__PURE__*/function (_React$Component) {
|
|
|
40503
40562
|
style: style
|
|
40504
40563
|
};
|
|
40505
40564
|
return /*#__PURE__*/React.createElement("li", _extends({}, slideProps, {
|
|
40506
|
-
className: "jsx-
|
|
40565
|
+
className: "jsx-4120978495" + " " + (slideProps && slideProps.className != null && slideProps.className || "")
|
|
40507
40566
|
}), _this3.props.renderItem(item, {
|
|
40508
40567
|
isSelected: index === _this3.state.selectedItem,
|
|
40509
40568
|
isPrevious: index === _this3.state.previousItem
|
|
40510
40569
|
}), /*#__PURE__*/React.createElement(_JSXStyle, {
|
|
40511
|
-
id: "
|
|
40512
|
-
}, ".slide.jsx-
|
|
40570
|
+
id: "4120978495"
|
|
40571
|
+
}, ".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;}"));
|
|
40513
40572
|
});
|
|
40514
40573
|
}
|
|
40515
40574
|
}, {
|
|
@@ -40520,14 +40579,15 @@ var Carousel = /*#__PURE__*/function (_React$Component) {
|
|
|
40520
40579
|
showIndicators = _this$props.showIndicators,
|
|
40521
40580
|
labels = _this$props.labels,
|
|
40522
40581
|
renderIndicator = _this$props.renderIndicator,
|
|
40523
|
-
children = _this$props.children
|
|
40582
|
+
children = _this$props.children,
|
|
40583
|
+
indicator = _this$props.indicator;
|
|
40524
40584
|
if (!showIndicators) {
|
|
40525
40585
|
return null;
|
|
40526
40586
|
}
|
|
40527
40587
|
return /*#__PURE__*/React.createElement("ul", {
|
|
40528
40588
|
className: "jsx-4140983776" + " " + "control-dots"
|
|
40529
40589
|
}, React.Children.map(children, function (_, index) {
|
|
40530
|
-
return renderIndicator && renderIndicator(_this4.changeItem(index), index === _this4.state.selectedItem, index, labels.item);
|
|
40590
|
+
return renderIndicator && renderIndicator(_this4.changeItem(index), index === _this4.state.selectedItem, index, labels.item, indicator);
|
|
40531
40591
|
}), /*#__PURE__*/React.createElement(_JSXStyle, {
|
|
40532
40592
|
id: "4140983776"
|
|
40533
40593
|
}, ".control-dots.jsx-4140983776{position:absolute;bottom:0;margin:10px 0;padding:0;text-align:center;width:100%;z-index:1;}"));
|
|
@@ -40576,8 +40636,9 @@ var Carousel = /*#__PURE__*/function (_React$Component) {
|
|
|
40576
40636
|
// show right arrow
|
|
40577
40637
|
var hasNext = canShowArrows && (this.state.selectedItem < React.Children.count(this.props.children) - 1 || this.props.infiniteLoop) || false;
|
|
40578
40638
|
var itemsClone = this.renderItems(true);
|
|
40579
|
-
var firstClone = itemsClone.shift();
|
|
40580
|
-
var lastClone = itemsClone.pop();
|
|
40639
|
+
var firstClone = itemsClone.shift(); // added not null
|
|
40640
|
+
var lastClone = itemsClone.pop(); // added not null
|
|
40641
|
+
|
|
40581
40642
|
var swiperProps = {
|
|
40582
40643
|
className: klass.SLIDER(true, this.state.swiping),
|
|
40583
40644
|
onSwipeMove: this.onSwipeMove,
|
|
@@ -40674,8 +40735,9 @@ _defineProperty$1(Carousel, "defaultProps", {
|
|
|
40674
40735
|
label: label
|
|
40675
40736
|
});
|
|
40676
40737
|
},
|
|
40677
|
-
renderIndicator: function renderIndicator(onClickHandler, isSelected, index, label) {
|
|
40738
|
+
renderIndicator: function renderIndicator(onClickHandler, isSelected, index, label, type) {
|
|
40678
40739
|
return /*#__PURE__*/React.createElement(Indicator, {
|
|
40740
|
+
type: type,
|
|
40679
40741
|
onClickHandler: onClickHandler,
|
|
40680
40742
|
isSelected: isSelected,
|
|
40681
40743
|
index: index,
|
|
@@ -40687,26 +40749,28 @@ _defineProperty$1(Carousel, "defaultProps", {
|
|
|
40687
40749
|
},
|
|
40688
40750
|
renderThumbs: function renderThumbs(children) {
|
|
40689
40751
|
var images = React.Children.map(children, function (item) {
|
|
40690
|
-
var
|
|
40752
|
+
var _item = item;
|
|
40753
|
+
if (! /*#__PURE__*/React.isValidElement(_item)) return undefined;
|
|
40691
40754
|
|
|
40692
|
-
//
|
|
40693
|
-
if (
|
|
40694
|
-
|
|
40695
|
-
return children.type === 'img';
|
|
40696
|
-
});
|
|
40755
|
+
// Directly an <img> element
|
|
40756
|
+
if (_item.type === 'img') {
|
|
40757
|
+
return item;
|
|
40697
40758
|
}
|
|
40698
|
-
|
|
40699
|
-
|
|
40700
|
-
|
|
40701
|
-
|
|
40759
|
+
|
|
40760
|
+
// If not <img>, search its children
|
|
40761
|
+
var childArray = React.Children.toArray(_item.props.children);
|
|
40762
|
+
var foundImg = childArray.find(function (child) {
|
|
40763
|
+
return /*#__PURE__*/React.isValidElement(child) && child.type === 'img';
|
|
40764
|
+
});
|
|
40765
|
+
return foundImg !== null && foundImg !== void 0 ? foundImg : undefined;
|
|
40702
40766
|
});
|
|
40703
|
-
if (images.filter(function (image) {
|
|
40767
|
+
if ((images === null || images === void 0 ? void 0 : images.filter(function (image) {
|
|
40704
40768
|
return image;
|
|
40705
|
-
}).length === 0) {
|
|
40769
|
+
}).length) === 0) {
|
|
40706
40770
|
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");
|
|
40707
40771
|
return [];
|
|
40708
40772
|
}
|
|
40709
|
-
return images;
|
|
40773
|
+
return images !== null && images !== void 0 ? images : [];
|
|
40710
40774
|
},
|
|
40711
40775
|
statusFormatter: defaultStatusFormatter,
|
|
40712
40776
|
selectedItem: 0,
|
|
@@ -40720,6 +40784,7 @@ _defineProperty$1(Carousel, "defaultProps", {
|
|
|
40720
40784
|
transitionTime: 350,
|
|
40721
40785
|
verticalSwipe: 'standard',
|
|
40722
40786
|
width: '100%',
|
|
40787
|
+
indicator: 'dot',
|
|
40723
40788
|
animationHandler: 'slide',
|
|
40724
40789
|
swipeAnimationHandler: slideSwipeAnimationHandler,
|
|
40725
40790
|
stopSwipingHandler: slideStopSwipingHandler
|
|
@@ -41444,6 +41509,129 @@ var InputCurrency = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
|
41444
41509
|
})));
|
|
41445
41510
|
});
|
|
41446
41511
|
|
|
41512
|
+
var defaultToastLayout = {
|
|
41513
|
+
padding: '12px 16px',
|
|
41514
|
+
margin: '8px 0',
|
|
41515
|
+
width: '420px',
|
|
41516
|
+
maxWidth: '90vw',
|
|
41517
|
+
maxHeight: '75px',
|
|
41518
|
+
placement: 'bottomRight'
|
|
41519
|
+
};
|
|
41520
|
+
var defaultParams = {
|
|
41521
|
+
toasts: [],
|
|
41522
|
+
toastLayout: defaultToastLayout,
|
|
41523
|
+
updateToastLayout: function updateToastLayout(t) {
|
|
41524
|
+
return t;
|
|
41525
|
+
},
|
|
41526
|
+
updateToasts: function updateToasts(t) {
|
|
41527
|
+
return t;
|
|
41528
|
+
},
|
|
41529
|
+
lastUpdateToastId: null,
|
|
41530
|
+
updateLastToastId: function updateLastToastId() {
|
|
41531
|
+
return null;
|
|
41532
|
+
}
|
|
41533
|
+
};
|
|
41534
|
+
var HUIContent = /*#__PURE__*/React.createContext(defaultParams);
|
|
41535
|
+
var useHUIContext = function useHUIContext() {
|
|
41536
|
+
return React.useContext(HUIContent);
|
|
41537
|
+
};
|
|
41538
|
+
|
|
41539
|
+
var defaultToast = {
|
|
41540
|
+
delay: 2000,
|
|
41541
|
+
type: 'default'
|
|
41542
|
+
};
|
|
41543
|
+
var useToasts = function useToasts(layout) {
|
|
41544
|
+
var _useHUIContext = useHUIContext(),
|
|
41545
|
+
updateToasts = _useHUIContext.updateToasts,
|
|
41546
|
+
toasts = _useHUIContext.toasts,
|
|
41547
|
+
updateToastLayout = _useHUIContext.updateToastLayout,
|
|
41548
|
+
updateLastToastId = _useHUIContext.updateLastToastId;
|
|
41549
|
+
React.useEffect(function () {
|
|
41550
|
+
if (!layout) return;
|
|
41551
|
+
updateToastLayout(function () {
|
|
41552
|
+
return layout ? _objectSpread2(_objectSpread2({}, defaultToastLayout), layout) : defaultToastLayout;
|
|
41553
|
+
});
|
|
41554
|
+
}, []);
|
|
41555
|
+
var _cancel = function cancel(internalId) {
|
|
41556
|
+
updateToasts(function (currentToasts) {
|
|
41557
|
+
return currentToasts.map(function (item) {
|
|
41558
|
+
if (item._internalIdent !== internalId) return item;
|
|
41559
|
+
return _objectSpread2(_objectSpread2({}, item), {}, {
|
|
41560
|
+
visible: false
|
|
41561
|
+
});
|
|
41562
|
+
});
|
|
41563
|
+
});
|
|
41564
|
+
updateLastToastId(function () {
|
|
41565
|
+
return internalId;
|
|
41566
|
+
});
|
|
41567
|
+
};
|
|
41568
|
+
var removeAll = function removeAll() {
|
|
41569
|
+
updateToasts(function (last) {
|
|
41570
|
+
return last.map(function (toast) {
|
|
41571
|
+
return _objectSpread2(_objectSpread2({}, toast), {}, {
|
|
41572
|
+
visible: false
|
|
41573
|
+
});
|
|
41574
|
+
});
|
|
41575
|
+
});
|
|
41576
|
+
};
|
|
41577
|
+
var findToastOneByID = function findToastOneByID(id) {
|
|
41578
|
+
return toasts.find(function (t) {
|
|
41579
|
+
return t.id === id;
|
|
41580
|
+
});
|
|
41581
|
+
};
|
|
41582
|
+
var removeToastOneByID = function removeToastOneByID(id) {
|
|
41583
|
+
updateToasts(function (last) {
|
|
41584
|
+
return last.map(function (toast) {
|
|
41585
|
+
if (toast.id !== id) return toast;
|
|
41586
|
+
return _objectSpread2(_objectSpread2({}, toast), {}, {
|
|
41587
|
+
visible: false
|
|
41588
|
+
});
|
|
41589
|
+
});
|
|
41590
|
+
});
|
|
41591
|
+
};
|
|
41592
|
+
var setToast = function setToast(toast) {
|
|
41593
|
+
var internalIdent = "toast-".concat(getId());
|
|
41594
|
+
var delay = toast.delay || defaultToast.delay;
|
|
41595
|
+
if (toast.id) {
|
|
41596
|
+
var hasIdent = toasts.find(function (t) {
|
|
41597
|
+
return t.id === toast.id;
|
|
41598
|
+
});
|
|
41599
|
+
if (hasIdent) {
|
|
41600
|
+
throw new Error('Toast: Already have the same key: "ident"');
|
|
41601
|
+
}
|
|
41602
|
+
}
|
|
41603
|
+
updateToasts(function (last) {
|
|
41604
|
+
var newToast = {
|
|
41605
|
+
delay: delay,
|
|
41606
|
+
text: toast.text,
|
|
41607
|
+
visible: true,
|
|
41608
|
+
type: toast.type || defaultToast.type,
|
|
41609
|
+
id: toast.id || internalIdent,
|
|
41610
|
+
actions: toast.actions || [],
|
|
41611
|
+
_internalIdent: internalIdent,
|
|
41612
|
+
_timeout: window.setTimeout(function () {
|
|
41613
|
+
_cancel(internalIdent);
|
|
41614
|
+
if (newToast._timeout) {
|
|
41615
|
+
window.clearTimeout(newToast._timeout);
|
|
41616
|
+
newToast._timeout = null;
|
|
41617
|
+
}
|
|
41618
|
+
}, delay),
|
|
41619
|
+
cancel: function cancel() {
|
|
41620
|
+
return _cancel(internalIdent);
|
|
41621
|
+
}
|
|
41622
|
+
};
|
|
41623
|
+
return [].concat(_toConsumableArray(last), [newToast]);
|
|
41624
|
+
});
|
|
41625
|
+
};
|
|
41626
|
+
return {
|
|
41627
|
+
toasts: toasts,
|
|
41628
|
+
setToast: setToast,
|
|
41629
|
+
removeAll: removeAll,
|
|
41630
|
+
findToastOneByID: findToastOneByID,
|
|
41631
|
+
removeToastOneByID: removeToastOneByID
|
|
41632
|
+
};
|
|
41633
|
+
};
|
|
41634
|
+
|
|
41447
41635
|
exports.AutoComplete = AutoComplete;
|
|
41448
41636
|
exports.Avatar = Avatar;
|
|
41449
41637
|
exports.Badge = Badge;
|
|
@@ -41557,6 +41745,7 @@ exports.useStopwatch = useStopwatch;
|
|
|
41557
41745
|
exports.useTabs = useTabs;
|
|
41558
41746
|
exports.useTime = useTime;
|
|
41559
41747
|
exports.useTimer = useTimer;
|
|
41748
|
+
exports.useToasts = useToasts;
|
|
41560
41749
|
exports.validateYupSchema = validateYupSchema;
|
|
41561
41750
|
exports.withFormik = withFormik;
|
|
41562
41751
|
exports.withScale = withScale;
|