@helpdice/ui 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/auto-complete/auto-complete-context.d.ts +10 -0
- package/dist/auto-complete/auto-complete-dropdown.d.ts +12 -0
- package/dist/auto-complete/auto-complete-empty.d.ts +8 -0
- package/dist/auto-complete/auto-complete-item.d.ts +8 -0
- package/dist/auto-complete/auto-complete-searching.d.ts +38 -0
- package/dist/auto-complete/auto-complete.d.ts +32 -0
- package/dist/auto-complete/index.d.ts +13 -0
- package/dist/auto-complete/index.js +2334 -0
- package/dist/avatar/avatar-group.d.ts +43 -0
- package/dist/avatar/avatar.d.ts +43 -0
- package/dist/avatar/index.d.ts +9 -0
- package/dist/avatar/index.js +1192 -0
- package/dist/badge/badge-anchor.d.ts +11 -0
- package/dist/badge/badge.d.ts +46 -0
- package/dist/badge/index.d.ts +9 -0
- package/dist/badge/index.js +1290 -0
- package/dist/breadcrumbs/breadcrumbs-item.d.ts +15 -0
- package/dist/breadcrumbs/breadcrumbs-separator.d.ts +42 -0
- package/dist/breadcrumbs/breadcrumbs.d.ts +43 -0
- package/dist/breadcrumbs/index.d.ts +12 -0
- package/dist/breadcrumbs/index.js +1366 -0
- package/dist/button/button-icon.d.ts +10 -0
- package/dist/button/button-loading.d.ts +6 -0
- package/dist/button/button.d.ts +55 -0
- package/dist/button/button.drip.d.ts +10 -0
- package/dist/button/index.d.ts +4 -0
- package/dist/button/index.js +1679 -0
- package/dist/button/styles.d.ts +18 -0
- package/dist/button/utils.d.ts +8 -0
- package/dist/button-dropdown/button-dropdown-context.d.ts +10 -0
- package/dist/button-dropdown/button-dropdown-item.d.ts +13 -0
- package/dist/button-dropdown/button-dropdown.d.ts +49 -0
- package/dist/button-dropdown/icon.d.ts +7 -0
- package/dist/button-dropdown/index.d.ts +9 -0
- package/dist/button-dropdown/index.js +1474 -0
- package/dist/button-dropdown/styles.d.ts +11 -0
- package/dist/button-group/button-group-context.d.ts +10 -0
- package/dist/button-group/button-group.d.ts +47 -0
- package/dist/button-group/index.d.ts +4 -0
- package/dist/button-group/index.js +1183 -0
- package/dist/capacity/capacity.d.ts +43 -0
- package/dist/capacity/index.d.ts +3 -0
- package/dist/capacity/index.js +1186 -0
- package/dist/card/card-content.d.ts +42 -0
- package/dist/card/card-footer.d.ts +43 -0
- package/dist/card/card.d.ts +46 -0
- package/dist/card/index.d.ts +15 -0
- package/dist/card/index.js +1637 -0
- package/dist/card/styles.d.ts +8 -0
- package/dist/cart/index.d.ts +72 -0
- package/dist/cart/useLocalStorage.d.ts +1 -0
- package/dist/checkbox/checkbox-context.d.ts +9 -0
- package/dist/checkbox/checkbox-group.d.ts +45 -0
- package/dist/checkbox/checkbox.d.ts +57 -0
- package/dist/checkbox/checkbox.icon.d.ts +9 -0
- package/dist/checkbox/index.d.ts +9 -0
- package/dist/checkbox/index.js +1410 -0
- package/dist/checkbox/styles.d.ts +7 -0
- package/dist/code/code.d.ts +45 -0
- package/dist/code/index.d.ts +3 -0
- package/dist/code/index.js +1205 -0
- package/dist/code-block/index.d.ts +10 -0
- package/dist/col/index.js +567 -0
- package/dist/collapse/collapse-context.d.ts +7 -0
- package/dist/collapse/collapse-group.d.ts +43 -0
- package/dist/collapse/collapse-icon.d.ts +6 -0
- package/dist/collapse/collapse.d.ts +47 -0
- package/dist/collapse/index.d.ts +9 -0
- package/dist/collapse/index.js +1513 -0
- package/dist/css-baseline/css-baseline.d.ts +11 -0
- package/dist/css-baseline/index.d.ts +1 -0
- package/dist/css-baseline/index.js +839 -0
- package/dist/description/description.d.ts +42 -0
- package/dist/description/index.d.ts +3 -0
- package/dist/description/index.js +1149 -0
- package/dist/display/display.d.ts +44 -0
- package/dist/display/index.d.ts +3 -0
- package/dist/display/index.js +1153 -0
- package/dist/divider/divider.d.ts +46 -0
- package/dist/divider/index.d.ts +4 -0
- package/dist/divider/index.js +1172 -0
- package/dist/dot/dot.d.ts +45 -0
- package/dist/dot/index.d.ts +3 -0
- package/dist/dot/index.js +1159 -0
- package/dist/drawer/drawer-wrapper.d.ts +10 -0
- package/dist/drawer/drawer.d.ts +15 -0
- package/dist/drawer/helper.d.ts +9 -0
- package/dist/drawer/index.d.ts +13 -0
- package/dist/drawer/index.js +1839 -0
- package/dist/fieldset/fieldset-content.d.ts +42 -0
- package/dist/fieldset/fieldset-context.d.ts +12 -0
- package/dist/fieldset/fieldset-footer.d.ts +42 -0
- package/dist/fieldset/fieldset-group.d.ts +44 -0
- package/dist/fieldset/fieldset-subtitle.d.ts +8 -0
- package/dist/fieldset/fieldset-title.d.ts +8 -0
- package/dist/fieldset/fieldset.d.ts +46 -0
- package/dist/fieldset/index.d.ts +22 -0
- package/dist/fieldset/index.js +1444 -0
- package/dist/form/ErrorMessage.d.ts +17 -0
- package/dist/form/Field.d.ts +53 -0
- package/dist/form/FormWrapper.d.ts +62 -0
- package/dist/form/FormikContext.d.ts +6 -0
- package/dist/form/connect.d.ts +12 -0
- package/dist/form/constants.d.ts +1 -0
- package/dist/form/index.d.ts +9 -0
- package/dist/form/types.d.ts +249 -0
- package/dist/form/utils.d.ts +68 -0
- package/dist/form/withFormik.d.ts +68 -0
- package/dist/grid/basic-item.d.ts +19 -0
- package/dist/grid/grid-container.d.ts +299 -0
- package/dist/grid/grid-types.d.ts +11 -0
- package/dist/grid/grid.d.ts +296 -0
- package/dist/grid/index.d.ts +11 -0
- package/dist/grid/index.js +1262 -0
- package/dist/image/helpers.d.ts +2 -0
- package/dist/image/image-browser-https-icon.d.ts +3 -0
- package/dist/image/image-browser.d.ts +47 -0
- package/dist/image/image.d.ts +43 -0
- package/dist/image/image.skeleton.d.ts +7 -0
- package/dist/image/index.d.ts +9 -0
- package/dist/image/index.js +1470 -0
- package/dist/image/styles.d.ts +9 -0
- package/dist/index.d.ts +130 -0
- package/dist/index.js +34412 -0
- package/dist/input/index.d.ts +13 -0
- package/dist/input/index.js +1629 -0
- package/dist/input/input-block-label.d.ts +5 -0
- package/dist/input/input-icon-clear.d.ts +8 -0
- package/dist/input/input-icon.d.ts +8 -0
- package/dist/input/input-label.d.ts +6 -0
- package/dist/input/input-props.d.ts +29 -0
- package/dist/input/input.d.ts +38 -0
- package/dist/input/password-icon.d.ts +6 -0
- package/dist/input/password.d.ts +51 -0
- package/dist/input/styles.d.ts +8 -0
- package/dist/keyboard/index.d.ts +3 -0
- package/dist/keyboard/index.js +1127 -0
- package/dist/keyboard/keyboard.d.ts +46 -0
- package/dist/link/icon.d.ts +4 -0
- package/dist/link/index.d.ts +3 -0
- package/dist/link/index.js +1260 -0
- package/dist/link/link.d.ts +45 -0
- package/dist/loading/index.d.ts +3 -0
- package/dist/loading/index.js +1170 -0
- package/dist/loading/loading.d.ts +47 -0
- package/dist/login-with/LoginSocialAmazon/index.d.ts +19 -0
- package/dist/login-with/LoginSocialApple/index.d.ts +14 -0
- package/dist/login-with/LoginSocialFacebook/index.d.ts +26 -0
- package/dist/login-with/LoginSocialGithub/index.d.ts +21 -0
- package/dist/login-with/LoginSocialGoogle/index.d.ts +25 -0
- package/dist/login-with/LoginSocialInstagram/index.d.ts +22 -0
- package/dist/login-with/LoginSocialLinkedin/index.d.ts +20 -0
- package/dist/login-with/LoginSocialMicrosoft/index.d.ts +24 -0
- package/dist/login-with/LoginSocialPinterest/index.d.ts +19 -0
- package/dist/login-with/LoginSocialTiktok/index.d.ts +16 -0
- package/dist/login-with/LoginSocialTwitter/index.d.ts +20 -0
- package/dist/login-with/index.d.ts +18 -0
- package/dist/modal/index.d.ts +18 -0
- package/dist/modal/index.js +2440 -0
- package/dist/modal/modal-action.d.ts +46 -0
- package/dist/modal/modal-actions.d.ts +5 -0
- package/dist/modal/modal-content.d.ts +42 -0
- package/dist/modal/modal-context.d.ts +6 -0
- package/dist/modal/modal-subtitle.d.ts +42 -0
- package/dist/modal/modal-title.d.ts +42 -0
- package/dist/modal/modal-wrapper.d.ts +8 -0
- package/dist/modal/modal.d.ts +50 -0
- package/dist/note/index.d.ts +3 -0
- package/dist/note/index.js +1177 -0
- package/dist/note/note.d.ts +48 -0
- package/dist/page/index.d.ts +16 -0
- package/dist/page/index.js +1313 -0
- package/dist/page/page-content.d.ts +42 -0
- package/dist/page/page-footer.d.ts +42 -0
- package/dist/page/page-header.d.ts +43 -0
- package/dist/page/page.d.ts +51 -0
- package/dist/pagination/index.d.ts +12 -0
- package/dist/pagination/index.js +1563 -0
- package/dist/pagination/pagination-context.d.ts +11 -0
- package/dist/pagination/pagination-ellipsis.d.ts +7 -0
- package/dist/pagination/pagination-item.d.ts +10 -0
- package/dist/pagination/pagination-next.d.ts +4 -0
- package/dist/pagination/pagination-pages.d.ts +9 -0
- package/dist/pagination/pagination-previous.d.ts +4 -0
- package/dist/pagination/pagination.d.ts +47 -0
- package/dist/popover/index.d.ts +10 -0
- package/dist/popover/index.js +1849 -0
- package/dist/popover/popover-context.d.ts +7 -0
- package/dist/popover/popover-item.d.ts +45 -0
- package/dist/popover/popover.d.ts +52 -0
- package/dist/progress/index.d.ts +3 -0
- package/dist/progress/index.js +1208 -0
- package/dist/progress/progress.d.ts +51 -0
- package/dist/radio/index.d.ts +13 -0
- package/dist/radio/index.js +1392 -0
- package/dist/radio/radio-context.d.ts +9 -0
- package/dist/radio/radio-description.d.ts +42 -0
- package/dist/radio/radio-group.d.ts +47 -0
- package/dist/radio/radio.d.ts +58 -0
- package/dist/radio/styles.d.ts +8 -0
- package/dist/rating/index.d.ts +3 -0
- package/dist/rating/index.js +1297 -0
- package/dist/rating/rating-icon.d.ts +3 -0
- package/dist/rating/rating.d.ts +54 -0
- package/dist/row/index.js +895 -0
- package/dist/search-bar/index.js +1176 -0
- package/dist/select/index.d.ts +9 -0
- package/dist/select/index.js +2125 -0
- package/dist/select/select-context.d.ts +11 -0
- package/dist/select/select-dropdown.d.ts +14 -0
- package/dist/select/select-icon-clear.d.ts +6 -0
- package/dist/select/select-icon.d.ts +3 -0
- package/dist/select/select-input.d.ts +8 -0
- package/dist/select/select-multiple-value.d.ts +7 -0
- package/dist/select/select-option.d.ts +47 -0
- package/dist/select/select.d.ts +62 -0
- package/dist/select/styles.d.ts +9 -0
- package/dist/shared/backdrop.d.ts +14 -0
- package/dist/shared/css-transition.d.ts +12 -0
- package/dist/shared/dropdown.d.ts +9 -0
- package/dist/shared/ellipsis.d.ts +6 -0
- package/dist/shared/expand.d.ts +7 -0
- package/dist/shared/highlight.d.ts +13 -0
- package/dist/skeleton/index.d.ts +14 -0
- package/dist/slider/index.d.ts +3 -0
- package/dist/slider/index.js +1461 -0
- package/dist/slider/slider-dot.d.ts +12 -0
- package/dist/slider/slider-mark.d.ts +10 -0
- package/dist/slider/slider.d.ts +54 -0
- package/dist/slider/styles.d.ts +6 -0
- package/dist/snippet/index.d.ts +4 -0
- package/dist/snippet/index.js +1547 -0
- package/dist/snippet/snippet-icon.d.ts +3 -0
- package/dist/snippet/snippet.d.ts +51 -0
- package/dist/snippet/styles.d.ts +8 -0
- package/dist/spacer/index.d.ts +3 -0
- package/dist/spacer/index.js +1109 -0
- package/dist/spacer/spacer.d.ts +41 -0
- package/dist/spinner/index.d.ts +3 -0
- package/dist/spinner/index.js +1166 -0
- package/dist/spinner/spinner.d.ts +40 -0
- package/dist/styled-jsx.cjs.js +748 -0
- package/dist/table/index.d.ts +5 -0
- package/dist/table/index.js +1486 -0
- package/dist/table/table-body.d.ts +18 -0
- package/dist/table/table-cell.d.ts +18 -0
- package/dist/table/table-column.d.ts +14 -0
- package/dist/table/table-context.d.ts +8 -0
- package/dist/table/table-head.d.ts +14 -0
- package/dist/table/table-types.d.ts +14 -0
- package/dist/table/table.d.ts +57 -0
- package/dist/tabs/index.d.ts +9 -0
- package/dist/tabs/index.js +1488 -0
- package/dist/tabs/tabs-context.d.ts +21 -0
- package/dist/tabs/tabs-item.d.ts +44 -0
- package/dist/tabs/tabs.d.ts +54 -0
- package/dist/tag/index.d.ts +3 -0
- package/dist/tag/index.js +1155 -0
- package/dist/tag/tag.d.ts +51 -0
- package/dist/text/child.d.ts +11 -0
- package/dist/text/index.d.ts +3 -0
- package/dist/text/index.js +1251 -0
- package/dist/text/text.d.ts +59 -0
- package/dist/textarea/index.d.ts +3 -0
- package/dist/textarea/index.js +1298 -0
- package/dist/textarea/textarea.d.ts +54 -0
- package/dist/themes/index.d.ts +4 -0
- package/dist/themes/index.js +302 -0
- package/dist/themes/presets/dark.d.ts +8 -0
- package/dist/themes/presets/default.d.ts +8 -0
- package/dist/themes/presets/index.d.ts +90 -0
- package/dist/themes/presets/shared.d.ts +4 -0
- package/dist/themes/themes.d.ts +18 -0
- package/dist/toggle/index.d.ts +3 -0
- package/dist/toggle/index.js +1245 -0
- package/dist/toggle/styles.d.ts +6 -0
- package/dist/toggle/toggle.d.ts +60 -0
- package/dist/tooltip/helper.d.ts +10 -0
- package/dist/tooltip/index.d.ts +3 -0
- package/dist/tooltip/index.js +1709 -0
- package/dist/tooltip/placement.d.ts +29 -0
- package/dist/tooltip/styles.d.ts +7 -0
- package/dist/tooltip/tooltip-content.d.ts +18 -0
- package/dist/tooltip/tooltip-icon.d.ts +8 -0
- package/dist/tooltip/tooltip.d.ts +59 -0
- package/dist/tree/index.d.ts +10 -0
- package/dist/tree/index.js +1410 -0
- package/dist/tree/tree-context.d.ts +8 -0
- package/dist/tree/tree-file-icon.d.ts +8 -0
- package/dist/tree/tree-file.d.ts +12 -0
- package/dist/tree/tree-folder-icon.d.ts +8 -0
- package/dist/tree/tree-folder.d.ts +12 -0
- package/dist/tree/tree-help.d.ts +4 -0
- package/dist/tree/tree-indents.d.ts +6 -0
- package/dist/tree/tree-status-icon.d.ts +9 -0
- package/dist/tree/tree.d.ts +18 -0
- package/dist/ui-provider/index.d.ts +3 -0
- package/dist/ui-provider/index.js +2155 -0
- package/dist/ui-provider/theme-provider.d.ts +8 -0
- package/dist/ui-provider/ui-provider.d.ts +8 -0
- package/dist/use-all-themes/all-themes-context.d.ts +7 -0
- package/dist/use-all-themes/index.d.ts +3 -0
- package/dist/use-all-themes/index.js +318 -0
- package/dist/use-body-scroll/index.d.ts +3 -0
- package/dist/use-body-scroll/index.js +158 -0
- package/dist/use-body-scroll/use-body-scroll.d.ts +11 -0
- package/dist/use-classes/index.d.ts +2 -0
- package/dist/use-classes/index.js +47 -0
- package/dist/use-classes/use-classes.d.ts +4 -0
- package/dist/use-click-away/index.d.ts +2 -0
- package/dist/use-click-away/index.js +26 -0
- package/dist/use-click-away/use-click-away.d.ts +4 -0
- package/dist/use-clipboard/index.d.ts +3 -0
- package/dist/use-clipboard/index.js +158 -0
- package/dist/use-clipboard/use-clipboard.d.ts +8 -0
- package/dist/use-current-state/index.d.ts +2 -0
- package/dist/use-current-state/index.js +76 -0
- package/dist/use-current-state/use-current-state.d.ts +4 -0
- package/dist/use-input/index.d.ts +3 -0
- package/dist/use-input/index.js +112 -0
- package/dist/use-input/use-input.d.ts +13 -0
- package/dist/use-keyboard/codes.d.ts +92 -0
- package/dist/use-keyboard/helper.d.ts +3 -0
- package/dist/use-keyboard/index.d.ts +5 -0
- package/dist/use-keyboard/index.js +203 -0
- package/dist/use-keyboard/use-keyboard.d.ts +22 -0
- package/dist/use-media-query/index.d.ts +3 -0
- package/dist/use-media-query/index.js +455 -0
- package/dist/use-media-query/use-media-query.d.ts +12 -0
- package/dist/use-modal/index.d.ts +3 -0
- package/dist/use-modal/index.js +97 -0
- package/dist/use-modal/use-modal.d.ts +10 -0
- package/dist/use-scale/index.d.ts +6 -0
- package/dist/use-scale/index.js +592 -0
- package/dist/use-scale/scale-context.d.ts +50 -0
- package/dist/use-scale/utils.d.ts +68 -0
- package/dist/use-scale/with-scale.d.ts +35 -0
- package/dist/use-tabs/index.d.ts +2 -0
- package/dist/use-tabs/index.js +96 -0
- package/dist/use-tabs/use-tabs.d.ts +11 -0
- package/dist/use-theme/index.d.ts +2 -0
- package/dist/use-theme/index.js +316 -0
- package/dist/use-theme/theme-context.d.ts +4 -0
- package/dist/use-toasts/helpers.d.ts +17 -0
- package/dist/use-toasts/index.d.ts +3 -0
- package/dist/use-toasts/index.js +207 -0
- package/dist/use-toasts/toast-container.d.ts +3 -0
- package/dist/use-toasts/toast-item.d.ts +8 -0
- package/dist/use-toasts/use-toast.d.ts +40 -0
- package/dist/user/index.d.ts +8 -0
- package/dist/user/index.js +1392 -0
- package/dist/user/user-link.d.ts +11 -0
- package/dist/user/user.d.ts +46 -0
- package/dist/utils/calculations.d.ts +10 -0
- package/dist/utils/collections.d.ts +15 -0
- package/dist/utils/color.d.ts +2 -0
- package/dist/utils/layouts.d.ts +20 -0
- package/dist/utils/prop-types.d.ts +19 -0
- package/dist/utils/types.d.ts +3 -0
- package/dist/utils/use-body-scroll.d.ts +2 -0
- package/dist/utils/use-click-anywhere.d.ts +2 -0
- package/dist/utils/use-click-away.d.ts +2 -0
- package/dist/utils/use-clipboard.d.ts +2 -0
- package/dist/utils/use-current-state.d.ts +2 -0
- package/dist/utils/use-dom-observer.d.ts +3 -0
- package/dist/utils/use-drag.d.ts +8 -0
- package/dist/utils/use-hd-ui-context.d.ts +16 -0
- package/dist/utils/use-portal.d.ts +2 -0
- package/dist/utils/use-previous.d.ts +2 -0
- package/dist/utils/use-real-shape.d.ts +9 -0
- package/dist/utils/use-resize.d.ts +2 -0
- package/dist/utils/use-ssr.d.ts +6 -0
- package/dist/utils/use-warning.d.ts +2 -0
- package/esm/auto-complete/auto-complete-context.d.ts +10 -0
- package/esm/auto-complete/auto-complete-context.js +8 -0
- package/esm/auto-complete/auto-complete-dropdown.d.ts +12 -0
- package/esm/auto-complete/auto-complete-dropdown.js +43 -0
- package/esm/auto-complete/auto-complete-empty.d.ts +8 -0
- package/esm/auto-complete/auto-complete-empty.js +15 -0
- package/esm/auto-complete/auto-complete-item.d.ts +8 -0
- package/esm/auto-complete/auto-complete-item.js +45 -0
- package/esm/auto-complete/auto-complete-searching.d.ts +38 -0
- package/esm/auto-complete/auto-complete-searching.js +25 -0
- package/esm/auto-complete/auto-complete.d.ts +32 -0
- package/esm/auto-complete/auto-complete.js +197 -0
- package/esm/auto-complete/index.d.ts +13 -0
- package/esm/auto-complete/index.js +11 -0
- package/esm/avatar/avatar-group.d.ts +43 -0
- package/esm/avatar/avatar-group.js +25 -0
- package/esm/avatar/avatar.d.ts +43 -0
- package/esm/avatar/avatar.js +54 -0
- package/esm/avatar/index.d.ts +9 -0
- package/esm/avatar/index.js +6 -0
- package/esm/badge/badge-anchor.d.ts +11 -0
- package/esm/badge/badge-anchor.js +64 -0
- package/esm/badge/badge.d.ts +46 -0
- package/esm/badge/badge.js +50 -0
- package/esm/badge/index.d.ts +9 -0
- package/esm/badge/index.js +6 -0
- package/esm/breadcrumbs/breadcrumbs-item.d.ts +15 -0
- package/esm/breadcrumbs/breadcrumbs-item.js +43 -0
- package/esm/breadcrumbs/breadcrumbs-separator.d.ts +42 -0
- package/esm/breadcrumbs/breadcrumbs-separator.js +21 -0
- package/esm/breadcrumbs/breadcrumbs.d.ts +43 -0
- package/esm/breadcrumbs/breadcrumbs.js +41 -0
- package/esm/breadcrumbs/index.d.ts +12 -0
- package/esm/breadcrumbs/index.js +8 -0
- package/esm/button/button-icon.d.ts +10 -0
- package/esm/button/button-icon.js +26 -0
- package/esm/button/button-loading.d.ts +6 -0
- package/esm/button/button-loading.js +15 -0
- package/esm/button/button.d.ts +55 -0
- package/esm/button/button.drip.d.ts +10 -0
- package/esm/button/button.drip.js +58 -0
- package/esm/button/button.js +132 -0
- package/esm/button/index.d.ts +4 -0
- package/esm/button/index.js +4 -0
- package/esm/button/styles.d.ts +18 -0
- package/esm/button/styles.js +188 -0
- package/esm/button/utils.d.ts +8 -0
- package/esm/button/utils.js +40 -0
- package/esm/button-dropdown/button-dropdown-context.d.ts +10 -0
- package/esm/button-dropdown/button-dropdown-context.js +11 -0
- package/esm/button-dropdown/button-dropdown-item.d.ts +13 -0
- package/esm/button-dropdown/button-dropdown-item.js +47 -0
- package/esm/button-dropdown/button-dropdown.d.ts +49 -0
- package/esm/button-dropdown/button-dropdown.js +105 -0
- package/esm/button-dropdown/icon.d.ts +7 -0
- package/esm/button-dropdown/icon.js +28 -0
- package/esm/button-dropdown/index.d.ts +9 -0
- package/esm/button-dropdown/index.js +6 -0
- package/esm/button-dropdown/styles.d.ts +11 -0
- package/esm/button-dropdown/styles.js +46 -0
- package/esm/button-group/button-group-context.d.ts +10 -0
- package/esm/button-group/button-group-context.js +9 -0
- package/esm/button-group/button-group.d.ts +47 -0
- package/esm/button-group/button-group.js +63 -0
- package/esm/button-group/index.d.ts +4 -0
- package/esm/button-group/index.js +4 -0
- package/esm/capacity/capacity.d.ts +43 -0
- package/esm/capacity/capacity.js +46 -0
- package/esm/capacity/index.d.ts +3 -0
- package/esm/capacity/index.js +4 -0
- package/esm/card/card-content.d.ts +42 -0
- package/esm/card/card-content.js +24 -0
- package/esm/card/card-footer.d.ts +43 -0
- package/esm/card/card-footer.js +31 -0
- package/esm/card/card.d.ts +46 -0
- package/esm/card/card.js +57 -0
- package/esm/card/index.d.ts +15 -0
- package/esm/card/index.js +10 -0
- package/esm/card/styles.d.ts +8 -0
- package/esm/card/styles.js +53 -0
- package/esm/cart/index.d.ts +72 -0
- package/esm/cart/index.js +266 -0
- package/esm/cart/useLocalStorage.d.ts +1 -0
- package/esm/cart/useLocalStorage.js +28 -0
- package/esm/checkbox/checkbox-context.d.ts +9 -0
- package/esm/checkbox/checkbox-context.js +10 -0
- package/esm/checkbox/checkbox-group.d.ts +45 -0
- package/esm/checkbox/checkbox-group.js +64 -0
- package/esm/checkbox/checkbox.d.ts +57 -0
- package/esm/checkbox/checkbox.icon.d.ts +9 -0
- package/esm/checkbox/checkbox.icon.js +46 -0
- package/esm/checkbox/checkbox.js +103 -0
- package/esm/checkbox/index.d.ts +9 -0
- package/esm/checkbox/index.js +6 -0
- package/esm/checkbox/styles.d.ts +7 -0
- package/esm/checkbox/styles.js +27 -0
- package/esm/code/code.d.ts +45 -0
- package/esm/code/code.js +51 -0
- package/esm/code/index.d.ts +3 -0
- package/esm/code/index.js +4 -0
- package/esm/code-block/index.d.ts +10 -0
- package/esm/code-block/index.js +28 -0
- package/esm/col/col.js +26 -0
- package/esm/col/index.js +4 -0
- package/esm/collapse/collapse-context.d.ts +7 -0
- package/esm/collapse/collapse-context.js +8 -0
- package/esm/collapse/collapse-group.d.ts +43 -0
- package/esm/collapse/collapse-group.js +68 -0
- package/esm/collapse/collapse-icon.d.ts +6 -0
- package/esm/collapse/collapse-icon.js +26 -0
- package/esm/collapse/collapse.d.ts +47 -0
- package/esm/collapse/collapse.js +83 -0
- package/esm/collapse/index.d.ts +9 -0
- package/esm/collapse/index.js +6 -0
- package/esm/css-baseline/css-baseline.d.ts +11 -0
- package/esm/css-baseline/css-baseline.js +24 -0
- package/esm/css-baseline/index.d.ts +1 -0
- package/esm/css-baseline/index.js +3 -0
- package/esm/description/description.d.ts +42 -0
- package/esm/description/description.js +34 -0
- package/esm/description/index.d.ts +3 -0
- package/esm/description/index.js +4 -0
- package/esm/display/display.d.ts +44 -0
- package/esm/display/display.js +38 -0
- package/esm/display/index.d.ts +3 -0
- package/esm/display/index.js +4 -0
- package/esm/divider/divider.d.ts +46 -0
- package/esm/divider/divider.js +57 -0
- package/esm/divider/index.d.ts +4 -0
- package/esm/divider/index.js +4 -0
- package/esm/dot/dot.d.ts +45 -0
- package/esm/dot/dot.js +44 -0
- package/esm/dot/index.d.ts +3 -0
- package/esm/dot/index.js +4 -0
- package/esm/drawer/drawer-wrapper.d.ts +10 -0
- package/esm/drawer/drawer-wrapper.js +80 -0
- package/esm/drawer/drawer.d.ts +15 -0
- package/esm/drawer/drawer.js +73 -0
- package/esm/drawer/helper.d.ts +9 -0
- package/esm/drawer/helper.js +27 -0
- package/esm/drawer/index.d.ts +13 -0
- package/esm/drawer/index.js +10 -0
- package/esm/fieldset/fieldset-content.d.ts +42 -0
- package/esm/fieldset/fieldset-content.js +25 -0
- package/esm/fieldset/fieldset-context.d.ts +12 -0
- package/esm/fieldset/fieldset-context.js +9 -0
- package/esm/fieldset/fieldset-footer.d.ts +42 -0
- package/esm/fieldset/fieldset-footer.js +25 -0
- package/esm/fieldset/fieldset-group.d.ts +44 -0
- package/esm/fieldset/fieldset-group.js +79 -0
- package/esm/fieldset/fieldset-subtitle.d.ts +8 -0
- package/esm/fieldset/fieldset-subtitle.js +18 -0
- package/esm/fieldset/fieldset-title.d.ts +8 -0
- package/esm/fieldset/fieldset-title.js +20 -0
- package/esm/fieldset/fieldset.d.ts +46 -0
- package/esm/fieldset/fieldset.js +84 -0
- package/esm/fieldset/index.d.ts +22 -0
- package/esm/fieldset/index.js +15 -0
- package/esm/form/ErrorMessage.d.ts +17 -0
- package/esm/form/ErrorMessage.js +45 -0
- package/esm/form/FastField.js +147 -0
- package/esm/form/Field.d.ts +53 -0
- package/esm/form/Field.js +137 -0
- package/esm/form/FieldArray.js +281 -0
- package/esm/form/Form.js +23 -0
- package/esm/form/FormWrapper.d.ts +62 -0
- package/esm/form/FormWrapper.js +977 -0
- package/esm/form/FormikContext.d.ts +6 -0
- package/esm/form/FormikContext.js +11 -0
- package/esm/form/connect.d.ts +12 -0
- package/esm/form/connect.js +30 -0
- package/esm/form/constants.d.ts +1 -0
- package/esm/form/constants.js +1 -0
- package/esm/form/index.d.ts +9 -0
- package/esm/form/index.js +15 -0
- package/esm/form/types.d.ts +249 -0
- package/esm/form/types.js +1 -0
- package/esm/form/utils.d.ts +68 -0
- package/esm/form/utils.js +179 -0
- package/esm/form/withFormik.d.ts +68 -0
- package/esm/form/withFormik.js +107 -0
- package/esm/formik-native/src/index.js +12 -0
- package/esm/formik-native/test/blah.test.js +5 -0
- package/esm/grid/basic-item.d.ts +19 -0
- package/esm/grid/basic-item.js +87 -0
- package/esm/grid/grid-container.d.ts +299 -0
- package/esm/grid/grid-container.js +40 -0
- package/esm/grid/grid-types.d.ts +11 -0
- package/esm/grid/grid-types.js +8 -0
- package/esm/grid/grid.d.ts +296 -0
- package/esm/grid/grid.js +34 -0
- package/esm/grid/index.d.ts +11 -0
- package/esm/grid/index.js +6 -0
- package/esm/image/helpers.d.ts +2 -0
- package/esm/image/helpers.js +14 -0
- package/esm/image/image-browser-https-icon.d.ts +3 -0
- package/esm/image/image-browser-https-icon.js +21 -0
- package/esm/image/image-browser.d.ts +47 -0
- package/esm/image/image-browser.js +80 -0
- package/esm/image/image.d.ts +43 -0
- package/esm/image/image.js +82 -0
- package/esm/image/image.skeleton.d.ts +7 -0
- package/esm/image/image.skeleton.js +20 -0
- package/esm/image/index.d.ts +9 -0
- package/esm/image/index.js +4 -0
- package/esm/image/styles.d.ts +9 -0
- package/esm/image/styles.js +15 -0
- package/esm/index.d.ts +130 -0
- package/esm/index.js +78 -0
- package/esm/input/index.d.ts +13 -0
- package/esm/input/index.js +8 -0
- package/esm/input/input-block-label.d.ts +5 -0
- package/esm/input/input-block-label.js +16 -0
- package/esm/input/input-icon-clear.d.ts +8 -0
- package/esm/input/input-icon-clear.js +43 -0
- package/esm/input/input-icon.d.ts +8 -0
- package/esm/input/input-icon.js +18 -0
- package/esm/input/input-label.d.ts +6 -0
- package/esm/input/input-label.js +16 -0
- package/esm/input/input-props.d.ts +29 -0
- package/esm/input/input-props.js +1 -0
- package/esm/input/input.d.ts +38 -0
- package/esm/input/input.js +184 -0
- package/esm/input/password-icon.d.ts +6 -0
- package/esm/input/password-icon.js +28 -0
- package/esm/input/password.d.ts +51 -0
- package/esm/input/password.js +54 -0
- package/esm/input/styles.d.ts +8 -0
- package/esm/input/styles.js +31 -0
- package/esm/keyboard/index.d.ts +3 -0
- package/esm/keyboard/index.js +4 -0
- package/esm/keyboard/keyboard.d.ts +46 -0
- package/esm/keyboard/keyboard.js +43 -0
- package/esm/link/icon.d.ts +4 -0
- package/esm/link/icon.js +30 -0
- package/esm/link/index.d.ts +3 -0
- package/esm/link/index.js +2 -0
- package/esm/link/link.d.ts +45 -0
- package/esm/link/link.js +47 -0
- package/esm/loading/index.d.ts +3 -0
- package/esm/loading/index.js +2 -0
- package/esm/loading/loading.d.ts +47 -0
- package/esm/loading/loading.js +55 -0
- package/esm/login-with/LoginSocialAmazon/index.d.ts +19 -0
- package/esm/login-with/LoginSocialAmazon/index.js +142 -0
- package/esm/login-with/LoginSocialApple/index.d.ts +14 -0
- package/esm/login-with/LoginSocialApple/index.js +141 -0
- package/esm/login-with/LoginSocialFacebook/index.d.ts +26 -0
- package/esm/login-with/LoginSocialFacebook/index.js +148 -0
- package/esm/login-with/LoginSocialGithub/index.d.ts +21 -0
- package/esm/login-with/LoginSocialGithub/index.js +163 -0
- package/esm/login-with/LoginSocialGoogle/index.d.ts +25 -0
- package/esm/login-with/LoginSocialGoogle/index.js +206 -0
- package/esm/login-with/LoginSocialInstagram/index.d.ts +22 -0
- package/esm/login-with/LoginSocialInstagram/index.js +145 -0
- package/esm/login-with/LoginSocialLinkedin/index.d.ts +20 -0
- package/esm/login-with/LoginSocialLinkedin/index.js +151 -0
- package/esm/login-with/LoginSocialMicrosoft/index.d.ts +24 -0
- package/esm/login-with/LoginSocialMicrosoft/index.js +154 -0
- package/esm/login-with/LoginSocialPinterest/index.d.ts +19 -0
- package/esm/login-with/LoginSocialPinterest/index.js +171 -0
- package/esm/login-with/LoginSocialTiktok/index.d.ts +16 -0
- package/esm/login-with/LoginSocialTiktok/index.js +152 -0
- package/esm/login-with/LoginSocialTwitter/index.d.ts +20 -0
- package/esm/login-with/LoginSocialTwitter/index.js +177 -0
- package/esm/login-with/helper/signature.js +142 -0
- package/esm/login-with/index.d.ts +18 -0
- package/esm/login-with/index.js +11 -0
- package/esm/modal/index.d.ts +18 -0
- package/esm/modal/index.js +10 -0
- package/esm/modal/modal-action.d.ts +46 -0
- package/esm/modal/modal-action.js +69 -0
- package/esm/modal/modal-actions.d.ts +5 -0
- package/esm/modal/modal-actions.js +36 -0
- package/esm/modal/modal-content.d.ts +42 -0
- package/esm/modal/modal-content.js +24 -0
- package/esm/modal/modal-context.d.ts +6 -0
- package/esm/modal/modal-context.js +6 -0
- package/esm/modal/modal-subtitle.d.ts +42 -0
- package/esm/modal/modal-subtitle.js +25 -0
- package/esm/modal/modal-title.d.ts +42 -0
- package/esm/modal/modal-title.js +25 -0
- package/esm/modal/modal-wrapper.d.ts +8 -0
- package/esm/modal/modal-wrapper.js +74 -0
- package/esm/modal/modal.d.ts +50 -0
- package/esm/modal/modal.js +94 -0
- package/esm/note/index.d.ts +3 -0
- package/esm/note/index.js +2 -0
- package/esm/note/note.d.ts +48 -0
- package/esm/note/note.js +62 -0
- package/esm/page/index.d.ts +16 -0
- package/esm/page/index.js +9 -0
- package/esm/page/page-content.d.ts +42 -0
- package/esm/page/page-content.js +23 -0
- package/esm/page/page-footer.d.ts +42 -0
- package/esm/page/page-footer.js +21 -0
- package/esm/page/page-header.d.ts +43 -0
- package/esm/page/page-header.js +29 -0
- package/esm/page/page.d.ts +51 -0
- package/esm/page/page.js +80 -0
- package/esm/pagination/index.d.ts +12 -0
- package/esm/pagination/index.js +6 -0
- package/esm/pagination/pagination-context.d.ts +11 -0
- package/esm/pagination/pagination-context.js +8 -0
- package/esm/pagination/pagination-ellipsis.d.ts +7 -0
- package/esm/pagination/pagination-ellipsis.js +69 -0
- package/esm/pagination/pagination-item.d.ts +10 -0
- package/esm/pagination/pagination-item.js +43 -0
- package/esm/pagination/pagination-next.d.ts +4 -0
- package/esm/pagination/pagination-next.js +21 -0
- package/esm/pagination/pagination-pages.d.ts +9 -0
- package/esm/pagination/pagination-pages.js +86 -0
- package/esm/pagination/pagination-previous.d.ts +4 -0
- package/esm/pagination/pagination-previous.js +21 -0
- package/esm/pagination/pagination.d.ts +47 -0
- package/esm/pagination/pagination.js +96 -0
- package/esm/popover/index.d.ts +10 -0
- package/esm/popover/index.js +7 -0
- package/esm/popover/popover-context.d.ts +7 -0
- package/esm/popover/popover-context.js +9 -0
- package/esm/popover/popover-item.d.ts +45 -0
- package/esm/popover/popover-item.js +55 -0
- package/esm/popover/popover.d.ts +52 -0
- package/esm/popover/popover.js +86 -0
- package/esm/progress/index.d.ts +3 -0
- package/esm/progress/index.js +2 -0
- package/esm/progress/progress.d.ts +51 -0
- package/esm/progress/progress.js +68 -0
- package/esm/radio/index.d.ts +13 -0
- package/esm/radio/index.js +7 -0
- package/esm/radio/radio-context.d.ts +9 -0
- package/esm/radio/radio-context.js +9 -0
- package/esm/radio/radio-description.d.ts +42 -0
- package/esm/radio/radio-description.js +25 -0
- package/esm/radio/radio-group.d.ts +47 -0
- package/esm/radio/radio-group.js +57 -0
- package/esm/radio/radio.d.ts +58 -0
- package/esm/radio/radio.js +109 -0
- package/esm/radio/styles.d.ts +8 -0
- package/esm/radio/styles.js +31 -0
- package/esm/rating/index.d.ts +3 -0
- package/esm/rating/index.js +2 -0
- package/esm/rating/rating-icon.d.ts +3 -0
- package/esm/rating/rating-icon.js +18 -0
- package/esm/rating/rating.d.ts +54 -0
- package/esm/rating/rating.js +101 -0
- package/esm/row/index.js +2 -0
- package/esm/row/row.js +51 -0
- package/esm/search-bar/components/ClearIcon.js +42 -0
- package/esm/search-bar/components/Results.js +87 -0
- package/esm/search-bar/components/SearchIcon.js +24 -0
- package/esm/search-bar/components/SearchInput.js +75 -0
- package/esm/search-bar/components/index.js +302 -0
- package/esm/search-bar/config/config.js +26 -0
- package/esm/search-bar/index.js +2 -0
- package/esm/search-bar/utils/utils.js +14 -0
- package/esm/select/index.d.ts +9 -0
- package/esm/select/index.js +4 -0
- package/esm/select/select-context.d.ts +11 -0
- package/esm/select/select-context.js +9 -0
- package/esm/select/select-dropdown.d.ts +14 -0
- package/esm/select/select-dropdown.js +41 -0
- package/esm/select/select-icon-clear.d.ts +6 -0
- package/esm/select/select-icon-clear.js +37 -0
- package/esm/select/select-icon.d.ts +3 -0
- package/esm/select/select-icon.js +21 -0
- package/esm/select/select-input.d.ts +8 -0
- package/esm/select/select-input.js +35 -0
- package/esm/select/select-multiple-value.d.ts +7 -0
- package/esm/select/select-multiple-value.js +21 -0
- package/esm/select/select-option.d.ts +47 -0
- package/esm/select/select-option.js +86 -0
- package/esm/select/select.d.ts +62 -0
- package/esm/select/select.js +211 -0
- package/esm/select/styles.d.ts +9 -0
- package/esm/select/styles.js +36 -0
- package/esm/shared/backdrop.d.ts +14 -0
- package/esm/shared/backdrop.js +66 -0
- package/esm/shared/css-transition.d.ts +12 -0
- package/esm/shared/css-transition.js +65 -0
- package/esm/shared/dropdown.d.ts +9 -0
- package/esm/shared/dropdown.js +99 -0
- package/esm/shared/ellipsis.d.ts +6 -0
- package/esm/shared/ellipsis.js +13 -0
- package/esm/shared/expand.d.ts +7 -0
- package/esm/shared/expand.js +86 -0
- package/esm/shared/highlight.d.ts +13 -0
- package/esm/shared/highlight.js +46 -0
- package/esm/skeleton/index.d.ts +14 -0
- package/esm/skeleton/index.js +48 -0
- package/esm/slider/index.d.ts +3 -0
- package/esm/slider/index.js +2 -0
- package/esm/slider/slider-dot.d.ts +12 -0
- package/esm/slider/slider-dot.js +27 -0
- package/esm/slider/slider-mark.d.ts +10 -0
- package/esm/slider/slider-mark.js +35 -0
- package/esm/slider/slider.d.ts +54 -0
- package/esm/slider/slider.js +146 -0
- package/esm/slider/styles.d.ts +6 -0
- package/esm/slider/styles.js +21 -0
- package/esm/snippet/index.d.ts +4 -0
- package/esm/snippet/index.js +2 -0
- package/esm/snippet/snippet-icon.d.ts +3 -0
- package/esm/snippet/snippet-icon.js +25 -0
- package/esm/snippet/snippet.d.ts +51 -0
- package/esm/snippet/snippet.js +93 -0
- package/esm/snippet/styles.d.ts +8 -0
- package/esm/snippet/styles.js +48 -0
- package/esm/spacer/index.d.ts +3 -0
- package/esm/spacer/index.js +2 -0
- package/esm/spacer/spacer.d.ts +41 -0
- package/esm/spacer/spacer.js +24 -0
- package/esm/spinner/index.d.ts +3 -0
- package/esm/spinner/index.js +2 -0
- package/esm/spinner/spinner.d.ts +40 -0
- package/esm/spinner/spinner.js +40 -0
- package/esm/styled-jsx-server.es.js +5 -0
- package/esm/styled-jsx.es.js +737 -0
- package/esm/table/index.d.ts +5 -0
- package/esm/table/index.js +2 -0
- package/esm/table/table-body.d.ts +18 -0
- package/esm/table/table-body.js +45 -0
- package/esm/table/table-cell.d.ts +18 -0
- package/esm/table/table-cell.js +25 -0
- package/esm/table/table-column.d.ts +14 -0
- package/esm/table/table-column.js +33 -0
- package/esm/table/table-context.d.ts +8 -0
- package/esm/table/table-context.js +9 -0
- package/esm/table/table-head.d.ts +14 -0
- package/esm/table/table-head.js +51 -0
- package/esm/table/table-types.d.ts +14 -0
- package/esm/table/table-types.js +1 -0
- package/esm/table/table.d.ts +57 -0
- package/esm/table/table.js +104 -0
- package/esm/tabs/index.d.ts +9 -0
- package/esm/tabs/index.js +7 -0
- package/esm/tabs/tabs-context.d.ts +21 -0
- package/esm/tabs/tabs-context.js +8 -0
- package/esm/tabs/tabs-item.d.ts +44 -0
- package/esm/tabs/tabs-item.js +71 -0
- package/esm/tabs/tabs.d.ts +54 -0
- package/esm/tabs/tabs.js +138 -0
- package/esm/tag/index.d.ts +3 -0
- package/esm/tag/index.js +4 -0
- package/esm/tag/tag.d.ts +51 -0
- package/esm/tag/tag.js +71 -0
- package/esm/text/child.d.ts +11 -0
- package/esm/text/child.js +70 -0
- package/esm/text/index.d.ts +3 -0
- package/esm/text/index.js +4 -0
- package/esm/text/text.d.ts +59 -0
- package/esm/text/text.js +103 -0
- package/esm/textarea/index.d.ts +3 -0
- package/esm/textarea/index.js +2 -0
- package/esm/textarea/textarea.d.ts +54 -0
- package/esm/textarea/textarea.js +105 -0
- package/esm/themes/index.d.ts +4 -0
- package/esm/themes/index.js +2 -0
- package/esm/themes/presets/dark.d.ts +8 -0
- package/esm/themes/presets/dark.js +64 -0
- package/esm/themes/presets/default.d.ts +8 -0
- package/esm/themes/presets/default.js +64 -0
- package/esm/themes/presets/index.d.ts +90 -0
- package/esm/themes/presets/index.js +1 -0
- package/esm/themes/presets/shared.d.ts +4 -0
- package/esm/themes/presets/shared.js +42 -0
- package/esm/themes/themes.d.ts +18 -0
- package/esm/themes/themes.js +76 -0
- package/esm/toggle/index.d.ts +3 -0
- package/esm/toggle/index.js +2 -0
- package/esm/toggle/styles.d.ts +6 -0
- package/esm/toggle/styles.js +21 -0
- package/esm/toggle/toggle.d.ts +60 -0
- package/esm/toggle/toggle.js +76 -0
- package/esm/tooltip/__test__/index.test.js +168 -0
- package/esm/tooltip/helper.d.ts +10 -0
- package/esm/tooltip/helper.js +21 -0
- package/esm/tooltip/index.d.ts +3 -0
- package/esm/tooltip/index.js +2 -0
- package/esm/tooltip/placement.d.ts +29 -0
- package/esm/tooltip/placement.js +160 -0
- package/esm/tooltip/styles.d.ts +7 -0
- package/esm/tooltip/styles.js +16 -0
- package/esm/tooltip/tooltip-content.d.ts +18 -0
- package/esm/tooltip/tooltip-content.js +75 -0
- package/esm/tooltip/tooltip-icon.d.ts +8 -0
- package/esm/tooltip/tooltip-icon.js +28 -0
- package/esm/tooltip/tooltip.d.ts +59 -0
- package/esm/tooltip/tooltip.js +120 -0
- package/esm/tree/index.d.ts +10 -0
- package/esm/tree/index.js +6 -0
- package/esm/tree/tree-context.d.ts +8 -0
- package/esm/tree/tree-context.js +9 -0
- package/esm/tree/tree-file-icon.d.ts +8 -0
- package/esm/tree/tree-file-icon.js +34 -0
- package/esm/tree/tree-file.d.ts +12 -0
- package/esm/tree/tree-file.js +52 -0
- package/esm/tree/tree-folder-icon.d.ts +8 -0
- package/esm/tree/tree-folder-icon.js +31 -0
- package/esm/tree/tree-folder.d.ts +12 -0
- package/esm/tree/tree-folder.js +81 -0
- package/esm/tree/tree-help.d.ts +4 -0
- package/esm/tree/tree-help.js +16 -0
- package/esm/tree/tree-indents.d.ts +6 -0
- package/esm/tree/tree-indents.js +22 -0
- package/esm/tree/tree-status-icon.d.ts +9 -0
- package/esm/tree/tree-status-icon.js +44 -0
- package/esm/tree/tree.d.ts +18 -0
- package/esm/tree/tree.js +62 -0
- package/esm/ui-provider/index.d.ts +3 -0
- package/esm/ui-provider/index.js +2 -0
- package/esm/ui-provider/theme-provider.d.ts +8 -0
- package/esm/ui-provider/theme-provider.js +45 -0
- package/esm/ui-provider/ui-provider.d.ts +8 -0
- package/esm/ui-provider/ui-provider.js +55 -0
- package/esm/use-all-themes/all-themes-context.d.ts +7 -0
- package/esm/use-all-themes/all-themes-context.js +9 -0
- package/esm/use-all-themes/index.d.ts +3 -0
- package/esm/use-all-themes/index.js +2 -0
- package/esm/use-body-scroll/index.d.ts +3 -0
- package/esm/use-body-scroll/index.js +2 -0
- package/esm/use-body-scroll/use-body-scroll.d.ts +11 -0
- package/esm/use-body-scroll/use-body-scroll.js +63 -0
- package/esm/use-classes/index.d.ts +2 -0
- package/esm/use-classes/index.js +2 -0
- package/esm/use-classes/use-classes.d.ts +4 -0
- package/esm/use-classes/use-classes.js +32 -0
- package/esm/use-click-away/index.d.ts +2 -0
- package/esm/use-click-away/index.js +2 -0
- package/esm/use-click-away/use-click-away.d.ts +4 -0
- package/esm/use-click-away/use-click-away.js +21 -0
- package/esm/use-clipboard/index.d.ts +3 -0
- package/esm/use-clipboard/index.js +2 -0
- package/esm/use-clipboard/use-clipboard.d.ts +8 -0
- package/esm/use-clipboard/use-clipboard.js +39 -0
- package/esm/use-current-state/index.d.ts +2 -0
- package/esm/use-current-state/index.js +2 -0
- package/esm/use-current-state/use-current-state.d.ts +4 -0
- package/esm/use-current-state/use-current-state.js +23 -0
- package/esm/use-input/index.d.ts +3 -0
- package/esm/use-input/index.js +2 -0
- package/esm/use-input/use-input.d.ts +13 -0
- package/esm/use-input/use-input.js +29 -0
- package/esm/use-keyboard/codes.d.ts +92 -0
- package/esm/use-keyboard/codes.js +95 -0
- package/esm/use-keyboard/helper.d.ts +3 -0
- package/esm/use-keyboard/helper.js +26 -0
- package/esm/use-keyboard/index.d.ts +5 -0
- package/esm/use-keyboard/index.js +4 -0
- package/esm/use-keyboard/use-keyboard.d.ts +22 -0
- package/esm/use-keyboard/use-keyboard.js +70 -0
- package/esm/use-media-query/index.d.ts +3 -0
- package/esm/use-media-query/index.js +2 -0
- package/esm/use-media-query/use-media-query.d.ts +12 -0
- package/esm/use-media-query/use-media-query.js +81 -0
- package/esm/use-modal/index.d.ts +3 -0
- package/esm/use-modal/index.js +2 -0
- package/esm/use-modal/use-modal.d.ts +10 -0
- package/esm/use-modal/use-modal.js +22 -0
- package/esm/use-scale/index.d.ts +6 -0
- package/esm/use-scale/index.js +8 -0
- package/esm/use-scale/scale-context.d.ts +50 -0
- package/esm/use-scale/scale-context.js +37 -0
- package/esm/use-scale/utils.d.ts +68 -0
- package/esm/use-scale/utils.js +49 -0
- package/esm/use-scale/with-scale.d.ts +35 -0
- package/esm/use-scale/with-scale.js +102 -0
- package/esm/use-tabs/index.d.ts +2 -0
- package/esm/use-tabs/index.js +2 -0
- package/esm/use-tabs/use-tabs.d.ts +11 -0
- package/esm/use-tabs/use-tabs.js +21 -0
- package/esm/use-theme/index.d.ts +2 -0
- package/esm/use-theme/index.js +2 -0
- package/esm/use-theme/theme-context.d.ts +4 -0
- package/esm/use-theme/theme-context.js +9 -0
- package/esm/use-toasts/helpers.d.ts +17 -0
- package/esm/use-toasts/helpers.js +68 -0
- package/esm/use-toasts/index.d.ts +3 -0
- package/esm/use-toasts/index.js +2 -0
- package/esm/use-toasts/toast-container.d.ts +3 -0
- package/esm/use-toasts/toast-container.js +120 -0
- package/esm/use-toasts/toast-item.d.ts +8 -0
- package/esm/use-toasts/toast-item.js +43 -0
- package/esm/use-toasts/use-toast.d.ts +40 -0
- package/esm/use-toasts/use-toast.js +103 -0
- package/esm/user/index.d.ts +8 -0
- package/esm/user/index.js +4 -0
- package/esm/user/user-link.d.ts +11 -0
- package/esm/user/user-link.js +26 -0
- package/esm/user/user.d.ts +46 -0
- package/esm/user/user.js +44 -0
- package/esm/utils/calculations.d.ts +10 -0
- package/esm/utils/calculations.js +27 -0
- package/esm/utils/collections.d.ts +15 -0
- package/esm/utils/collections.js +126 -0
- package/esm/utils/color.d.ts +2 -0
- package/esm/utils/color.js +35 -0
- package/esm/utils/layouts.d.ts +20 -0
- package/esm/utils/layouts.js +73 -0
- package/esm/utils/prop-types.d.ts +19 -0
- package/esm/utils/prop-types.js +20 -0
- package/esm/utils/types.d.ts +3 -0
- package/esm/utils/types.js +1 -0
- package/esm/utils/use-body-scroll.d.ts +2 -0
- package/esm/utils/use-body-scroll.js +2 -0
- package/esm/utils/use-click-anywhere.d.ts +2 -0
- package/esm/utils/use-click-anywhere.js +15 -0
- package/esm/utils/use-click-away.d.ts +2 -0
- package/esm/utils/use-click-away.js +2 -0
- package/esm/utils/use-clipboard.d.ts +2 -0
- package/esm/utils/use-clipboard.js +2 -0
- package/esm/utils/use-context-state/create-geist-context.js +50 -0
- package/esm/utils/use-context-state/use-context-state.js +40 -0
- package/esm/utils/use-current-state.d.ts +2 -0
- package/esm/utils/use-current-state.js +2 -0
- package/esm/utils/use-default-props.js +17 -0
- package/esm/utils/use-dom-observer.d.ts +3 -0
- package/esm/utils/use-dom-observer.js +26 -0
- package/esm/utils/use-drag.d.ts +8 -0
- package/esm/utils/use-drag.js +66 -0
- package/esm/utils/use-hd-ui-context.d.ts +16 -0
- package/esm/utils/use-hd-ui-context.js +27 -0
- package/esm/utils/use-portal.d.ts +2 -0
- package/esm/utils/use-portal.js +34 -0
- package/esm/utils/use-previous.d.ts +2 -0
- package/esm/utils/use-previous.js +11 -0
- package/esm/utils/use-real-shape.d.ts +9 -0
- package/esm/utils/use-real-shape.js +47 -0
- package/esm/utils/use-resize.d.ts +2 -0
- package/esm/utils/use-resize.js +19 -0
- package/esm/utils/use-ssr.d.ts +6 -0
- package/esm/utils/use-ssr.js +19 -0
- package/esm/utils/use-warning.d.ts +2 -0
- package/esm/utils/use-warning.js +13 -0
- package/package.json +1 -1
|
@@ -0,0 +1,1166 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var React$1 = require('react');
|
|
6
|
+
|
|
7
|
+
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
8
|
+
|
|
9
|
+
var React__default$1 = /*#__PURE__*/_interopDefaultLegacy(React$1);
|
|
10
|
+
|
|
11
|
+
function _arrayLikeToArray(r, a) {
|
|
12
|
+
(null == a || a > r.length) && (a = r.length);
|
|
13
|
+
for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];
|
|
14
|
+
return n;
|
|
15
|
+
}
|
|
16
|
+
function _arrayWithoutHoles(r) {
|
|
17
|
+
if (Array.isArray(r)) return _arrayLikeToArray(r);
|
|
18
|
+
}
|
|
19
|
+
function _createForOfIteratorHelper(r, e) {
|
|
20
|
+
var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
|
|
21
|
+
if (!t) {
|
|
22
|
+
if (Array.isArray(r) || (t = _unsupportedIterableToArray(r)) || e && r && "number" == typeof r.length) {
|
|
23
|
+
t && (r = t);
|
|
24
|
+
var n = 0,
|
|
25
|
+
F = function () {};
|
|
26
|
+
return {
|
|
27
|
+
s: F,
|
|
28
|
+
n: function () {
|
|
29
|
+
return n >= r.length ? {
|
|
30
|
+
done: !0
|
|
31
|
+
} : {
|
|
32
|
+
done: !1,
|
|
33
|
+
value: r[n++]
|
|
34
|
+
};
|
|
35
|
+
},
|
|
36
|
+
e: function (r) {
|
|
37
|
+
throw r;
|
|
38
|
+
},
|
|
39
|
+
f: F
|
|
40
|
+
};
|
|
41
|
+
}
|
|
42
|
+
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
43
|
+
}
|
|
44
|
+
var o,
|
|
45
|
+
a = !0,
|
|
46
|
+
u = !1;
|
|
47
|
+
return {
|
|
48
|
+
s: function () {
|
|
49
|
+
t = t.call(r);
|
|
50
|
+
},
|
|
51
|
+
n: function () {
|
|
52
|
+
var r = t.next();
|
|
53
|
+
return a = r.done, r;
|
|
54
|
+
},
|
|
55
|
+
e: function (r) {
|
|
56
|
+
u = !0, o = r;
|
|
57
|
+
},
|
|
58
|
+
f: function () {
|
|
59
|
+
try {
|
|
60
|
+
a || null == t.return || t.return();
|
|
61
|
+
} finally {
|
|
62
|
+
if (u) throw o;
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
};
|
|
66
|
+
}
|
|
67
|
+
function _defineProperty(e, r, t) {
|
|
68
|
+
return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
|
|
69
|
+
value: t,
|
|
70
|
+
enumerable: !0,
|
|
71
|
+
configurable: !0,
|
|
72
|
+
writable: !0
|
|
73
|
+
}) : e[r] = t, e;
|
|
74
|
+
}
|
|
75
|
+
function _extends() {
|
|
76
|
+
return _extends = Object.assign ? Object.assign.bind() : function (n) {
|
|
77
|
+
for (var e = 1; e < arguments.length; e++) {
|
|
78
|
+
var t = arguments[e];
|
|
79
|
+
for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]);
|
|
80
|
+
}
|
|
81
|
+
return n;
|
|
82
|
+
}, _extends.apply(null, arguments);
|
|
83
|
+
}
|
|
84
|
+
function _iterableToArray(r) {
|
|
85
|
+
if ("undefined" != typeof Symbol && null != r[Symbol.iterator] || null != r["@@iterator"]) return Array.from(r);
|
|
86
|
+
}
|
|
87
|
+
function _nonIterableSpread() {
|
|
88
|
+
throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
89
|
+
}
|
|
90
|
+
function ownKeys(e, r) {
|
|
91
|
+
var t = Object.keys(e);
|
|
92
|
+
if (Object.getOwnPropertySymbols) {
|
|
93
|
+
var o = Object.getOwnPropertySymbols(e);
|
|
94
|
+
r && (o = o.filter(function (r) {
|
|
95
|
+
return Object.getOwnPropertyDescriptor(e, r).enumerable;
|
|
96
|
+
})), t.push.apply(t, o);
|
|
97
|
+
}
|
|
98
|
+
return t;
|
|
99
|
+
}
|
|
100
|
+
function _objectSpread2(e) {
|
|
101
|
+
for (var r = 1; r < arguments.length; r++) {
|
|
102
|
+
var t = null != arguments[r] ? arguments[r] : {};
|
|
103
|
+
r % 2 ? ownKeys(Object(t), !0).forEach(function (r) {
|
|
104
|
+
_defineProperty(e, r, t[r]);
|
|
105
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) {
|
|
106
|
+
Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r));
|
|
107
|
+
});
|
|
108
|
+
}
|
|
109
|
+
return e;
|
|
110
|
+
}
|
|
111
|
+
function _objectWithoutProperties(e, t) {
|
|
112
|
+
if (null == e) return {};
|
|
113
|
+
var o,
|
|
114
|
+
r,
|
|
115
|
+
i = _objectWithoutPropertiesLoose(e, t);
|
|
116
|
+
if (Object.getOwnPropertySymbols) {
|
|
117
|
+
var n = Object.getOwnPropertySymbols(e);
|
|
118
|
+
for (r = 0; r < n.length; r++) o = n[r], t.indexOf(o) >= 0 || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]);
|
|
119
|
+
}
|
|
120
|
+
return i;
|
|
121
|
+
}
|
|
122
|
+
function _objectWithoutPropertiesLoose(r, e) {
|
|
123
|
+
if (null == r) return {};
|
|
124
|
+
var t = {};
|
|
125
|
+
for (var n in r) if ({}.hasOwnProperty.call(r, n)) {
|
|
126
|
+
if (e.indexOf(n) >= 0) continue;
|
|
127
|
+
t[n] = r[n];
|
|
128
|
+
}
|
|
129
|
+
return t;
|
|
130
|
+
}
|
|
131
|
+
function _toConsumableArray(r) {
|
|
132
|
+
return _arrayWithoutHoles(r) || _iterableToArray(r) || _unsupportedIterableToArray(r) || _nonIterableSpread();
|
|
133
|
+
}
|
|
134
|
+
function _toPrimitive(t, r) {
|
|
135
|
+
if ("object" != typeof t || !t) return t;
|
|
136
|
+
var e = t[Symbol.toPrimitive];
|
|
137
|
+
if (void 0 !== e) {
|
|
138
|
+
var i = e.call(t, r || "default");
|
|
139
|
+
if ("object" != typeof i) return i;
|
|
140
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
141
|
+
}
|
|
142
|
+
return ("string" === r ? String : Number)(t);
|
|
143
|
+
}
|
|
144
|
+
function _toPropertyKey(t) {
|
|
145
|
+
var i = _toPrimitive(t, "string");
|
|
146
|
+
return "symbol" == typeof i ? i : i + "";
|
|
147
|
+
}
|
|
148
|
+
function _typeof(o) {
|
|
149
|
+
"@babel/helpers - typeof";
|
|
150
|
+
|
|
151
|
+
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
|
|
152
|
+
return typeof o;
|
|
153
|
+
} : function (o) {
|
|
154
|
+
return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
|
|
155
|
+
}, _typeof(o);
|
|
156
|
+
}
|
|
157
|
+
function _unsupportedIterableToArray(r, a) {
|
|
158
|
+
if (r) {
|
|
159
|
+
if ("string" == typeof r) return _arrayLikeToArray(r, a);
|
|
160
|
+
var t = {}.toString.call(r).slice(8, -1);
|
|
161
|
+
return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0;
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
var index = {};
|
|
166
|
+
|
|
167
|
+
var React = React__default$1["default"];
|
|
168
|
+
|
|
169
|
+
function _interopDefaultLegacy$1 (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
170
|
+
|
|
171
|
+
var React__default = /*#__PURE__*/_interopDefaultLegacy$1(React);
|
|
172
|
+
|
|
173
|
+
/*
|
|
174
|
+
Based on Glamor's sheet
|
|
175
|
+
https://github.com/threepointone/glamor/blob/667b480d31b3721a905021b26e1290ce92ca2879/src/sheet.js
|
|
176
|
+
*/ function _defineProperties(target, props) {
|
|
177
|
+
for(var i = 0; i < props.length; i++){
|
|
178
|
+
var descriptor = props[i];
|
|
179
|
+
descriptor.enumerable = descriptor.enumerable || false;
|
|
180
|
+
descriptor.configurable = true;
|
|
181
|
+
if ("value" in descriptor) descriptor.writable = true;
|
|
182
|
+
Object.defineProperty(target, descriptor.key, descriptor);
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
function _createClass(Constructor, protoProps, staticProps) {
|
|
186
|
+
if (protoProps) _defineProperties(Constructor.prototype, protoProps);
|
|
187
|
+
if (staticProps) _defineProperties(Constructor, staticProps);
|
|
188
|
+
return Constructor;
|
|
189
|
+
}
|
|
190
|
+
var isProd = typeof process !== "undefined" && process.env && process.env.NODE_ENV === "production";
|
|
191
|
+
var isString = function(o) {
|
|
192
|
+
return Object.prototype.toString.call(o) === "[object String]";
|
|
193
|
+
};
|
|
194
|
+
var StyleSheet = /*#__PURE__*/ function() {
|
|
195
|
+
function StyleSheet(param) {
|
|
196
|
+
var ref = param === void 0 ? {} : param, _name = ref.name, name = _name === void 0 ? "stylesheet" : _name, _optimizeForSpeed = ref.optimizeForSpeed, optimizeForSpeed = _optimizeForSpeed === void 0 ? isProd : _optimizeForSpeed;
|
|
197
|
+
invariant$1(isString(name), "`name` must be a string");
|
|
198
|
+
this._name = name;
|
|
199
|
+
this._deletedRulePlaceholder = "#" + name + "-deleted-rule____{}";
|
|
200
|
+
invariant$1(typeof optimizeForSpeed === "boolean", "`optimizeForSpeed` must be a boolean");
|
|
201
|
+
this._optimizeForSpeed = optimizeForSpeed;
|
|
202
|
+
this._serverSheet = undefined;
|
|
203
|
+
this._tags = [];
|
|
204
|
+
this._injected = false;
|
|
205
|
+
this._rulesCount = 0;
|
|
206
|
+
var node = typeof window !== "undefined" && document.querySelector('meta[property="csp-nonce"]');
|
|
207
|
+
this._nonce = node ? node.getAttribute("content") : null;
|
|
208
|
+
}
|
|
209
|
+
var _proto = StyleSheet.prototype;
|
|
210
|
+
_proto.setOptimizeForSpeed = function setOptimizeForSpeed(bool) {
|
|
211
|
+
invariant$1(typeof bool === "boolean", "`setOptimizeForSpeed` accepts a boolean");
|
|
212
|
+
invariant$1(this._rulesCount === 0, "optimizeForSpeed cannot be when rules have already been inserted");
|
|
213
|
+
this.flush();
|
|
214
|
+
this._optimizeForSpeed = bool;
|
|
215
|
+
this.inject();
|
|
216
|
+
};
|
|
217
|
+
_proto.isOptimizeForSpeed = function isOptimizeForSpeed() {
|
|
218
|
+
return this._optimizeForSpeed;
|
|
219
|
+
};
|
|
220
|
+
_proto.inject = function inject() {
|
|
221
|
+
var _this = this;
|
|
222
|
+
invariant$1(!this._injected, "sheet already injected");
|
|
223
|
+
this._injected = true;
|
|
224
|
+
if (typeof window !== "undefined" && this._optimizeForSpeed) {
|
|
225
|
+
this._tags[0] = this.makeStyleTag(this._name);
|
|
226
|
+
this._optimizeForSpeed = "insertRule" in this.getSheet();
|
|
227
|
+
if (!this._optimizeForSpeed) {
|
|
228
|
+
if (!isProd) {
|
|
229
|
+
console.warn("StyleSheet: optimizeForSpeed mode not supported falling back to standard mode.");
|
|
230
|
+
}
|
|
231
|
+
this.flush();
|
|
232
|
+
this._injected = true;
|
|
233
|
+
}
|
|
234
|
+
return;
|
|
235
|
+
}
|
|
236
|
+
this._serverSheet = {
|
|
237
|
+
cssRules: [],
|
|
238
|
+
insertRule: function(rule, index) {
|
|
239
|
+
if (typeof index === "number") {
|
|
240
|
+
_this._serverSheet.cssRules[index] = {
|
|
241
|
+
cssText: rule
|
|
242
|
+
};
|
|
243
|
+
} else {
|
|
244
|
+
_this._serverSheet.cssRules.push({
|
|
245
|
+
cssText: rule
|
|
246
|
+
});
|
|
247
|
+
}
|
|
248
|
+
return index;
|
|
249
|
+
},
|
|
250
|
+
deleteRule: function(index) {
|
|
251
|
+
_this._serverSheet.cssRules[index] = null;
|
|
252
|
+
}
|
|
253
|
+
};
|
|
254
|
+
};
|
|
255
|
+
_proto.getSheetForTag = function getSheetForTag(tag) {
|
|
256
|
+
if (tag.sheet) {
|
|
257
|
+
return tag.sheet;
|
|
258
|
+
}
|
|
259
|
+
// this weirdness brought to you by firefox
|
|
260
|
+
for(var i = 0; i < document.styleSheets.length; i++){
|
|
261
|
+
if (document.styleSheets[i].ownerNode === tag) {
|
|
262
|
+
return document.styleSheets[i];
|
|
263
|
+
}
|
|
264
|
+
}
|
|
265
|
+
};
|
|
266
|
+
_proto.getSheet = function getSheet() {
|
|
267
|
+
return this.getSheetForTag(this._tags[this._tags.length - 1]);
|
|
268
|
+
};
|
|
269
|
+
_proto.insertRule = function insertRule(rule, index) {
|
|
270
|
+
invariant$1(isString(rule), "`insertRule` accepts only strings");
|
|
271
|
+
if (typeof window === "undefined") {
|
|
272
|
+
if (typeof index !== "number") {
|
|
273
|
+
index = this._serverSheet.cssRules.length;
|
|
274
|
+
}
|
|
275
|
+
this._serverSheet.insertRule(rule, index);
|
|
276
|
+
return this._rulesCount++;
|
|
277
|
+
}
|
|
278
|
+
if (this._optimizeForSpeed) {
|
|
279
|
+
var sheet = this.getSheet();
|
|
280
|
+
if (typeof index !== "number") {
|
|
281
|
+
index = sheet.cssRules.length;
|
|
282
|
+
}
|
|
283
|
+
// this weirdness for perf, and chrome's weird bug
|
|
284
|
+
// https://stackoverflow.com/questions/20007992/chrome-suddenly-stopped-accepting-insertrule
|
|
285
|
+
try {
|
|
286
|
+
sheet.insertRule(rule, index);
|
|
287
|
+
} catch (error) {
|
|
288
|
+
if (!isProd) {
|
|
289
|
+
console.warn("StyleSheet: illegal rule: \n\n" + rule + "\n\nSee https://stackoverflow.com/q/20007992 for more info");
|
|
290
|
+
}
|
|
291
|
+
return -1;
|
|
292
|
+
}
|
|
293
|
+
} else {
|
|
294
|
+
var insertionPoint = this._tags[index];
|
|
295
|
+
this._tags.push(this.makeStyleTag(this._name, rule, insertionPoint));
|
|
296
|
+
}
|
|
297
|
+
return this._rulesCount++;
|
|
298
|
+
};
|
|
299
|
+
_proto.replaceRule = function replaceRule(index, rule) {
|
|
300
|
+
if (this._optimizeForSpeed || typeof window === "undefined") {
|
|
301
|
+
var sheet = typeof window !== "undefined" ? this.getSheet() : this._serverSheet;
|
|
302
|
+
if (!rule.trim()) {
|
|
303
|
+
rule = this._deletedRulePlaceholder;
|
|
304
|
+
}
|
|
305
|
+
if (!sheet.cssRules[index]) {
|
|
306
|
+
// @TBD Should we throw an error?
|
|
307
|
+
return index;
|
|
308
|
+
}
|
|
309
|
+
sheet.deleteRule(index);
|
|
310
|
+
try {
|
|
311
|
+
sheet.insertRule(rule, index);
|
|
312
|
+
} catch (error) {
|
|
313
|
+
if (!isProd) {
|
|
314
|
+
console.warn("StyleSheet: illegal rule: \n\n" + rule + "\n\nSee https://stackoverflow.com/q/20007992 for more info");
|
|
315
|
+
}
|
|
316
|
+
// In order to preserve the indices we insert a deleteRulePlaceholder
|
|
317
|
+
sheet.insertRule(this._deletedRulePlaceholder, index);
|
|
318
|
+
}
|
|
319
|
+
} else {
|
|
320
|
+
var tag = this._tags[index];
|
|
321
|
+
invariant$1(tag, "old rule at index `" + index + "` not found");
|
|
322
|
+
tag.textContent = rule;
|
|
323
|
+
}
|
|
324
|
+
return index;
|
|
325
|
+
};
|
|
326
|
+
_proto.deleteRule = function deleteRule(index) {
|
|
327
|
+
if (typeof window === "undefined") {
|
|
328
|
+
this._serverSheet.deleteRule(index);
|
|
329
|
+
return;
|
|
330
|
+
}
|
|
331
|
+
if (this._optimizeForSpeed) {
|
|
332
|
+
this.replaceRule(index, "");
|
|
333
|
+
} else {
|
|
334
|
+
var tag = this._tags[index];
|
|
335
|
+
invariant$1(tag, "rule at index `" + index + "` not found");
|
|
336
|
+
tag.parentNode.removeChild(tag);
|
|
337
|
+
this._tags[index] = null;
|
|
338
|
+
}
|
|
339
|
+
};
|
|
340
|
+
_proto.flush = function flush() {
|
|
341
|
+
this._injected = false;
|
|
342
|
+
this._rulesCount = 0;
|
|
343
|
+
if (typeof window !== "undefined") {
|
|
344
|
+
this._tags.forEach(function(tag) {
|
|
345
|
+
return tag && tag.parentNode.removeChild(tag);
|
|
346
|
+
});
|
|
347
|
+
this._tags = [];
|
|
348
|
+
} else {
|
|
349
|
+
// simpler on server
|
|
350
|
+
this._serverSheet.cssRules = [];
|
|
351
|
+
}
|
|
352
|
+
};
|
|
353
|
+
_proto.cssRules = function cssRules() {
|
|
354
|
+
var _this = this;
|
|
355
|
+
if (typeof window === "undefined") {
|
|
356
|
+
return this._serverSheet.cssRules;
|
|
357
|
+
}
|
|
358
|
+
return this._tags.reduce(function(rules, tag) {
|
|
359
|
+
if (tag) {
|
|
360
|
+
rules = rules.concat(Array.prototype.map.call(_this.getSheetForTag(tag).cssRules, function(rule) {
|
|
361
|
+
return rule.cssText === _this._deletedRulePlaceholder ? null : rule;
|
|
362
|
+
}));
|
|
363
|
+
} else {
|
|
364
|
+
rules.push(null);
|
|
365
|
+
}
|
|
366
|
+
return rules;
|
|
367
|
+
}, []);
|
|
368
|
+
};
|
|
369
|
+
_proto.makeStyleTag = function makeStyleTag(name, cssString, relativeToTag) {
|
|
370
|
+
if (cssString) {
|
|
371
|
+
invariant$1(isString(cssString), "makeStyleTag accepts only strings as second parameter");
|
|
372
|
+
}
|
|
373
|
+
var tag = document.createElement("style");
|
|
374
|
+
if (this._nonce) tag.setAttribute("nonce", this._nonce);
|
|
375
|
+
tag.type = "text/css";
|
|
376
|
+
tag.setAttribute("data-" + name, "");
|
|
377
|
+
if (cssString) {
|
|
378
|
+
tag.appendChild(document.createTextNode(cssString));
|
|
379
|
+
}
|
|
380
|
+
var head = document.head || document.getElementsByTagName("head")[0];
|
|
381
|
+
if (relativeToTag) {
|
|
382
|
+
head.insertBefore(tag, relativeToTag);
|
|
383
|
+
} else {
|
|
384
|
+
head.appendChild(tag);
|
|
385
|
+
}
|
|
386
|
+
return tag;
|
|
387
|
+
};
|
|
388
|
+
_createClass(StyleSheet, [
|
|
389
|
+
{
|
|
390
|
+
key: "length",
|
|
391
|
+
get: function get() {
|
|
392
|
+
return this._rulesCount;
|
|
393
|
+
}
|
|
394
|
+
}
|
|
395
|
+
]);
|
|
396
|
+
return StyleSheet;
|
|
397
|
+
}();
|
|
398
|
+
function invariant$1(condition, message) {
|
|
399
|
+
if (!condition) {
|
|
400
|
+
throw new Error("StyleSheet: " + message + ".");
|
|
401
|
+
}
|
|
402
|
+
}
|
|
403
|
+
|
|
404
|
+
function hash(str) {
|
|
405
|
+
var _$hash = 5381, i = str.length;
|
|
406
|
+
while(i){
|
|
407
|
+
_$hash = _$hash * 33 ^ str.charCodeAt(--i);
|
|
408
|
+
}
|
|
409
|
+
/* JavaScript does bitwise operations (like XOR, above) on 32-bit signed
|
|
410
|
+
* integers. Since we want the results to be always positive, convert the
|
|
411
|
+
* signed int to an unsigned by doing an unsigned bitshift. */ return _$hash >>> 0;
|
|
412
|
+
}
|
|
413
|
+
var stringHash = hash;
|
|
414
|
+
|
|
415
|
+
var sanitize = function(rule) {
|
|
416
|
+
return rule.replace(/\/style/gi, "\\/style");
|
|
417
|
+
};
|
|
418
|
+
var cache = {};
|
|
419
|
+
/**
|
|
420
|
+
* computeId
|
|
421
|
+
*
|
|
422
|
+
* Compute and memoize a jsx id from a basedId and optionally props.
|
|
423
|
+
*/ function computeId(baseId, props) {
|
|
424
|
+
if (!props) {
|
|
425
|
+
return "jsx-" + baseId;
|
|
426
|
+
}
|
|
427
|
+
var propsToString = String(props);
|
|
428
|
+
var key = baseId + propsToString;
|
|
429
|
+
if (!cache[key]) {
|
|
430
|
+
cache[key] = "jsx-" + stringHash(baseId + "-" + propsToString);
|
|
431
|
+
}
|
|
432
|
+
return cache[key];
|
|
433
|
+
}
|
|
434
|
+
/**
|
|
435
|
+
* computeSelector
|
|
436
|
+
*
|
|
437
|
+
* Compute and memoize dynamic selectors.
|
|
438
|
+
*/ function computeSelector(id, css) {
|
|
439
|
+
var selectoPlaceholderRegexp = /__jsx-style-dynamic-selector/g;
|
|
440
|
+
// Sanitize SSR-ed CSS.
|
|
441
|
+
// Client side code doesn't need to be sanitized since we use
|
|
442
|
+
// document.createTextNode (dev) and the CSSOM api sheet.insertRule (prod).
|
|
443
|
+
if (typeof window === "undefined") {
|
|
444
|
+
css = sanitize(css);
|
|
445
|
+
}
|
|
446
|
+
var idcss = id + css;
|
|
447
|
+
if (!cache[idcss]) {
|
|
448
|
+
cache[idcss] = css.replace(selectoPlaceholderRegexp, id);
|
|
449
|
+
}
|
|
450
|
+
return cache[idcss];
|
|
451
|
+
}
|
|
452
|
+
|
|
453
|
+
function mapRulesToStyle(cssRules, options) {
|
|
454
|
+
if (options === void 0) options = {};
|
|
455
|
+
return cssRules.map(function(args) {
|
|
456
|
+
var id = args[0];
|
|
457
|
+
var css = args[1];
|
|
458
|
+
return /*#__PURE__*/ React__default["default"].createElement("style", {
|
|
459
|
+
id: "__" + id,
|
|
460
|
+
// Avoid warnings upon render with a key
|
|
461
|
+
key: "__" + id,
|
|
462
|
+
nonce: options.nonce ? options.nonce : undefined,
|
|
463
|
+
dangerouslySetInnerHTML: {
|
|
464
|
+
__html: css
|
|
465
|
+
}
|
|
466
|
+
});
|
|
467
|
+
});
|
|
468
|
+
}
|
|
469
|
+
var StyleSheetRegistry = /*#__PURE__*/ function() {
|
|
470
|
+
function StyleSheetRegistry(param) {
|
|
471
|
+
var ref = param === void 0 ? {} : param, _styleSheet = ref.styleSheet, styleSheet = _styleSheet === void 0 ? null : _styleSheet, _optimizeForSpeed = ref.optimizeForSpeed, optimizeForSpeed = _optimizeForSpeed === void 0 ? false : _optimizeForSpeed;
|
|
472
|
+
this._sheet = styleSheet || new StyleSheet({
|
|
473
|
+
name: "styled-jsx",
|
|
474
|
+
optimizeForSpeed: optimizeForSpeed
|
|
475
|
+
});
|
|
476
|
+
this._sheet.inject();
|
|
477
|
+
if (styleSheet && typeof optimizeForSpeed === "boolean") {
|
|
478
|
+
this._sheet.setOptimizeForSpeed(optimizeForSpeed);
|
|
479
|
+
this._optimizeForSpeed = this._sheet.isOptimizeForSpeed();
|
|
480
|
+
}
|
|
481
|
+
this._fromServer = undefined;
|
|
482
|
+
this._indices = {};
|
|
483
|
+
this._instancesCounts = {};
|
|
484
|
+
}
|
|
485
|
+
var _proto = StyleSheetRegistry.prototype;
|
|
486
|
+
_proto.add = function add(props) {
|
|
487
|
+
var _this = this;
|
|
488
|
+
if (undefined === this._optimizeForSpeed) {
|
|
489
|
+
this._optimizeForSpeed = Array.isArray(props.children);
|
|
490
|
+
this._sheet.setOptimizeForSpeed(this._optimizeForSpeed);
|
|
491
|
+
this._optimizeForSpeed = this._sheet.isOptimizeForSpeed();
|
|
492
|
+
}
|
|
493
|
+
if (typeof window !== "undefined" && !this._fromServer) {
|
|
494
|
+
this._fromServer = this.selectFromServer();
|
|
495
|
+
this._instancesCounts = Object.keys(this._fromServer).reduce(function(acc, tagName) {
|
|
496
|
+
acc[tagName] = 0;
|
|
497
|
+
return acc;
|
|
498
|
+
}, {});
|
|
499
|
+
}
|
|
500
|
+
var ref = this.getIdAndRules(props), styleId = ref.styleId, rules = ref.rules;
|
|
501
|
+
// Deduping: just increase the instances count.
|
|
502
|
+
if (styleId in this._instancesCounts) {
|
|
503
|
+
this._instancesCounts[styleId] += 1;
|
|
504
|
+
return;
|
|
505
|
+
}
|
|
506
|
+
var indices = rules.map(function(rule) {
|
|
507
|
+
return _this._sheet.insertRule(rule);
|
|
508
|
+
})// Filter out invalid rules
|
|
509
|
+
.filter(function(index) {
|
|
510
|
+
return index !== -1;
|
|
511
|
+
});
|
|
512
|
+
this._indices[styleId] = indices;
|
|
513
|
+
this._instancesCounts[styleId] = 1;
|
|
514
|
+
};
|
|
515
|
+
_proto.remove = function remove(props) {
|
|
516
|
+
var _this = this;
|
|
517
|
+
var styleId = this.getIdAndRules(props).styleId;
|
|
518
|
+
invariant(styleId in this._instancesCounts, "styleId: `" + styleId + "` not found");
|
|
519
|
+
this._instancesCounts[styleId] -= 1;
|
|
520
|
+
if (this._instancesCounts[styleId] < 1) {
|
|
521
|
+
var tagFromServer = this._fromServer && this._fromServer[styleId];
|
|
522
|
+
if (tagFromServer) {
|
|
523
|
+
tagFromServer.parentNode.removeChild(tagFromServer);
|
|
524
|
+
delete this._fromServer[styleId];
|
|
525
|
+
} else {
|
|
526
|
+
this._indices[styleId].forEach(function(index) {
|
|
527
|
+
return _this._sheet.deleteRule(index);
|
|
528
|
+
});
|
|
529
|
+
delete this._indices[styleId];
|
|
530
|
+
}
|
|
531
|
+
delete this._instancesCounts[styleId];
|
|
532
|
+
}
|
|
533
|
+
};
|
|
534
|
+
_proto.update = function update(props, nextProps) {
|
|
535
|
+
this.add(nextProps);
|
|
536
|
+
this.remove(props);
|
|
537
|
+
};
|
|
538
|
+
_proto.flush = function flush() {
|
|
539
|
+
this._sheet.flush();
|
|
540
|
+
this._sheet.inject();
|
|
541
|
+
this._fromServer = undefined;
|
|
542
|
+
this._indices = {};
|
|
543
|
+
this._instancesCounts = {};
|
|
544
|
+
};
|
|
545
|
+
_proto.cssRules = function cssRules() {
|
|
546
|
+
var _this = this;
|
|
547
|
+
var fromServer = this._fromServer ? Object.keys(this._fromServer).map(function(styleId) {
|
|
548
|
+
return [
|
|
549
|
+
styleId,
|
|
550
|
+
_this._fromServer[styleId]
|
|
551
|
+
];
|
|
552
|
+
}) : [];
|
|
553
|
+
var cssRules = this._sheet.cssRules();
|
|
554
|
+
return fromServer.concat(Object.keys(this._indices).map(function(styleId) {
|
|
555
|
+
return [
|
|
556
|
+
styleId,
|
|
557
|
+
_this._indices[styleId].map(function(index) {
|
|
558
|
+
return cssRules[index].cssText;
|
|
559
|
+
}).join(_this._optimizeForSpeed ? "" : "\n")
|
|
560
|
+
];
|
|
561
|
+
})// filter out empty rules
|
|
562
|
+
.filter(function(rule) {
|
|
563
|
+
return Boolean(rule[1]);
|
|
564
|
+
}));
|
|
565
|
+
};
|
|
566
|
+
_proto.styles = function styles(options) {
|
|
567
|
+
return mapRulesToStyle(this.cssRules(), options);
|
|
568
|
+
};
|
|
569
|
+
_proto.getIdAndRules = function getIdAndRules(props) {
|
|
570
|
+
var css = props.children, dynamic = props.dynamic, id = props.id;
|
|
571
|
+
if (dynamic) {
|
|
572
|
+
var styleId = computeId(id, dynamic);
|
|
573
|
+
return {
|
|
574
|
+
styleId: styleId,
|
|
575
|
+
rules: Array.isArray(css) ? css.map(function(rule) {
|
|
576
|
+
return computeSelector(styleId, rule);
|
|
577
|
+
}) : [
|
|
578
|
+
computeSelector(styleId, css)
|
|
579
|
+
]
|
|
580
|
+
};
|
|
581
|
+
}
|
|
582
|
+
return {
|
|
583
|
+
styleId: computeId(id),
|
|
584
|
+
rules: Array.isArray(css) ? css : [
|
|
585
|
+
css
|
|
586
|
+
]
|
|
587
|
+
};
|
|
588
|
+
};
|
|
589
|
+
/**
|
|
590
|
+
* selectFromServer
|
|
591
|
+
*
|
|
592
|
+
* Collects style tags from the document with id __jsx-XXX
|
|
593
|
+
*/ _proto.selectFromServer = function selectFromServer() {
|
|
594
|
+
var elements = Array.prototype.slice.call(document.querySelectorAll('[id^="__jsx-"]'));
|
|
595
|
+
return elements.reduce(function(acc, element) {
|
|
596
|
+
var id = element.id.slice(2);
|
|
597
|
+
acc[id] = element;
|
|
598
|
+
return acc;
|
|
599
|
+
}, {});
|
|
600
|
+
};
|
|
601
|
+
return StyleSheetRegistry;
|
|
602
|
+
}();
|
|
603
|
+
function invariant(condition, message) {
|
|
604
|
+
if (!condition) {
|
|
605
|
+
throw new Error("StyleSheetRegistry: " + message + ".");
|
|
606
|
+
}
|
|
607
|
+
}
|
|
608
|
+
var StyleSheetContext = /*#__PURE__*/ React.createContext(null);
|
|
609
|
+
StyleSheetContext.displayName = "StyleSheetContext";
|
|
610
|
+
function createStyleRegistry() {
|
|
611
|
+
return new StyleSheetRegistry();
|
|
612
|
+
}
|
|
613
|
+
function StyleRegistry(param) {
|
|
614
|
+
var configuredRegistry = param.registry, children = param.children;
|
|
615
|
+
var rootRegistry = React.useContext(StyleSheetContext);
|
|
616
|
+
var ref = React.useState(function() {
|
|
617
|
+
return rootRegistry || configuredRegistry || createStyleRegistry();
|
|
618
|
+
}), registry = ref[0];
|
|
619
|
+
return /*#__PURE__*/ React__default["default"].createElement(StyleSheetContext.Provider, {
|
|
620
|
+
value: registry
|
|
621
|
+
}, children);
|
|
622
|
+
}
|
|
623
|
+
function useStyleRegistry() {
|
|
624
|
+
return React.useContext(StyleSheetContext);
|
|
625
|
+
}
|
|
626
|
+
|
|
627
|
+
// Opt-into the new `useInsertionEffect` API in React 18, fallback to `useLayoutEffect`.
|
|
628
|
+
// https://github.com/reactwg/react-18/discussions/110
|
|
629
|
+
var useInsertionEffect = React__default["default"].useInsertionEffect || React__default["default"].useLayoutEffect;
|
|
630
|
+
var defaultRegistry = typeof window !== "undefined" ? createStyleRegistry() : undefined;
|
|
631
|
+
function JSXStyle(props) {
|
|
632
|
+
var registry = defaultRegistry ? defaultRegistry : useStyleRegistry();
|
|
633
|
+
// If `registry` does not exist, we do nothing here.
|
|
634
|
+
if (!registry) {
|
|
635
|
+
return null;
|
|
636
|
+
}
|
|
637
|
+
if (typeof window === "undefined") {
|
|
638
|
+
registry.add(props);
|
|
639
|
+
return null;
|
|
640
|
+
}
|
|
641
|
+
useInsertionEffect(function() {
|
|
642
|
+
registry.add(props);
|
|
643
|
+
return function() {
|
|
644
|
+
registry.remove(props);
|
|
645
|
+
};
|
|
646
|
+
// props.children can be string[], will be striped since id is identical
|
|
647
|
+
}, [
|
|
648
|
+
props.id,
|
|
649
|
+
String(props.dynamic)
|
|
650
|
+
]);
|
|
651
|
+
return null;
|
|
652
|
+
}
|
|
653
|
+
JSXStyle.dynamic = function(info) {
|
|
654
|
+
return info.map(function(tagInfo) {
|
|
655
|
+
var baseId = tagInfo[0];
|
|
656
|
+
var props = tagInfo[1];
|
|
657
|
+
return computeId(baseId, props);
|
|
658
|
+
}).join(" ");
|
|
659
|
+
};
|
|
660
|
+
|
|
661
|
+
index.StyleRegistry = StyleRegistry;
|
|
662
|
+
index.createStyleRegistry = createStyleRegistry;
|
|
663
|
+
index.style = JSXStyle;
|
|
664
|
+
index.useStyleRegistry = useStyleRegistry;
|
|
665
|
+
|
|
666
|
+
var style = index.style;
|
|
667
|
+
|
|
668
|
+
var defaultFont = {
|
|
669
|
+
sans: '"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif',
|
|
670
|
+
mono: 'Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace',
|
|
671
|
+
prism: 'ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,"Liberation Mono", "Courier New", monospace'
|
|
672
|
+
};
|
|
673
|
+
var defaultBreakpoints = {
|
|
674
|
+
xs: {
|
|
675
|
+
min: '0',
|
|
676
|
+
max: '650px'
|
|
677
|
+
},
|
|
678
|
+
sm: {
|
|
679
|
+
min: '650px',
|
|
680
|
+
max: '900px'
|
|
681
|
+
},
|
|
682
|
+
md: {
|
|
683
|
+
min: '900px',
|
|
684
|
+
max: '1280px'
|
|
685
|
+
},
|
|
686
|
+
lg: {
|
|
687
|
+
min: '1280px',
|
|
688
|
+
max: '1920px'
|
|
689
|
+
},
|
|
690
|
+
xl: {
|
|
691
|
+
min: '1920px',
|
|
692
|
+
max: '10000px'
|
|
693
|
+
}
|
|
694
|
+
};
|
|
695
|
+
var defaultLayout = {
|
|
696
|
+
gap: '16pt',
|
|
697
|
+
gapNegative: '-16pt',
|
|
698
|
+
gapHalf: '8pt',
|
|
699
|
+
gapHalfNegative: '-8pt',
|
|
700
|
+
gapQuarter: '4pt',
|
|
701
|
+
gapQuarterNegative: '-4pt',
|
|
702
|
+
pageMargin: '16pt',
|
|
703
|
+
pageWidth: '750pt',
|
|
704
|
+
pageWidthWithMargin: '782pt',
|
|
705
|
+
breakpointMobile: defaultBreakpoints.xs.max,
|
|
706
|
+
breakpointTablet: defaultBreakpoints.sm.max,
|
|
707
|
+
radius: '6px',
|
|
708
|
+
unit: '16px'
|
|
709
|
+
};
|
|
710
|
+
|
|
711
|
+
var palette$1 = {
|
|
712
|
+
accents_1: '#fafafa',
|
|
713
|
+
accents_2: '#eaeaea',
|
|
714
|
+
accents_3: '#999',
|
|
715
|
+
accents_4: '#888',
|
|
716
|
+
accents_5: '#666',
|
|
717
|
+
accents_6: '#444',
|
|
718
|
+
accents_7: '#333',
|
|
719
|
+
accents_8: '#111',
|
|
720
|
+
background: '#fff',
|
|
721
|
+
foreground: '#000',
|
|
722
|
+
selection: '#79ffe1',
|
|
723
|
+
secondary: '#666',
|
|
724
|
+
code: '#f81ce5',
|
|
725
|
+
border: '#eaeaea',
|
|
726
|
+
error: '#e00',
|
|
727
|
+
errorLight: '#ff1a1a',
|
|
728
|
+
errorLighter: '#f7d4d6',
|
|
729
|
+
errorDark: '#c50000',
|
|
730
|
+
success: '#0070f3',
|
|
731
|
+
successLight: '#3291ff',
|
|
732
|
+
successLighter: '#d3e5ff',
|
|
733
|
+
successDark: '#0761d1',
|
|
734
|
+
warning: '#f5a623',
|
|
735
|
+
warningLight: '#f7b955',
|
|
736
|
+
warningLighter: '#ffefcf',
|
|
737
|
+
warningDark: '#ab570a',
|
|
738
|
+
cyan: '#50e3c2',
|
|
739
|
+
cyanLighter: '#aaffec',
|
|
740
|
+
cyanLight: '#79ffe1',
|
|
741
|
+
cyanDark: '#29bc9b',
|
|
742
|
+
violet: '#7928ca',
|
|
743
|
+
violetLighter: '#e3d7fc',
|
|
744
|
+
violetLight: '#8a63d2',
|
|
745
|
+
violetDark: '#4c2889',
|
|
746
|
+
purple: '#f81ce5',
|
|
747
|
+
alert: '#ff0080',
|
|
748
|
+
magenta: '#eb367f',
|
|
749
|
+
link: '#0070f3'
|
|
750
|
+
};
|
|
751
|
+
var expressiveness$1 = {
|
|
752
|
+
linkStyle: 'none',
|
|
753
|
+
linkHoverStyle: 'none',
|
|
754
|
+
dropdownBoxShadow: '0 4px 4px 0 rgba(0, 0, 0, 0.02)',
|
|
755
|
+
scrollerStart: 'rgba(255, 255, 255, 1)',
|
|
756
|
+
scrollerEnd: 'rgba(255, 255, 255, 0)',
|
|
757
|
+
shadowSmall: '0 5px 10px rgba(0, 0, 0, 0.12)',
|
|
758
|
+
shadowMedium: '0 8px 30px rgba(0, 0, 0, 0.12)',
|
|
759
|
+
shadowLarge: '0 30px 60px rgba(0, 0, 0, 0.12)',
|
|
760
|
+
portalOpacity: 0.25
|
|
761
|
+
};
|
|
762
|
+
var font$1 = defaultFont;
|
|
763
|
+
var breakpoints$1 = defaultBreakpoints;
|
|
764
|
+
var layout$1 = defaultLayout;
|
|
765
|
+
var themes$1 = {
|
|
766
|
+
type: 'light',
|
|
767
|
+
font: font$1,
|
|
768
|
+
layout: layout$1,
|
|
769
|
+
palette: palette$1,
|
|
770
|
+
breakpoints: breakpoints$1,
|
|
771
|
+
expressiveness: expressiveness$1
|
|
772
|
+
};
|
|
773
|
+
var lightTheme = themes$1;
|
|
774
|
+
|
|
775
|
+
var palette = {
|
|
776
|
+
accents_1: '#111',
|
|
777
|
+
accents_2: '#333',
|
|
778
|
+
accents_3: '#444',
|
|
779
|
+
accents_4: '#666',
|
|
780
|
+
accents_5: '#888',
|
|
781
|
+
accents_6: '#999',
|
|
782
|
+
accents_7: '#eaeaea',
|
|
783
|
+
accents_8: '#fafafa',
|
|
784
|
+
background: '#000',
|
|
785
|
+
foreground: '#fff',
|
|
786
|
+
selection: '#f81ce5',
|
|
787
|
+
secondary: '#888',
|
|
788
|
+
code: '#79ffe1',
|
|
789
|
+
border: '#333',
|
|
790
|
+
error: '#e00',
|
|
791
|
+
errorLighter: '#f7d4d6',
|
|
792
|
+
errorLight: '#ff1a1a',
|
|
793
|
+
errorDark: '#c50000',
|
|
794
|
+
success: '#0070f3',
|
|
795
|
+
successLighter: '#d3e5ff',
|
|
796
|
+
successLight: '#3291ff',
|
|
797
|
+
successDark: '#0761d1',
|
|
798
|
+
warning: '#f5a623',
|
|
799
|
+
warningLighter: '#ffefcf',
|
|
800
|
+
warningLight: '#f7b955',
|
|
801
|
+
warningDark: '#ab570a',
|
|
802
|
+
cyan: '#50e3c2',
|
|
803
|
+
cyanLighter: '#aaffec',
|
|
804
|
+
cyanLight: '#79ffe1',
|
|
805
|
+
cyanDark: '#29bc9b',
|
|
806
|
+
violet: '#7928ca',
|
|
807
|
+
violetLighter: '#e3d7fc',
|
|
808
|
+
violetLight: '#8a63d2',
|
|
809
|
+
violetDark: '#4c2889',
|
|
810
|
+
purple: '#f81ce5',
|
|
811
|
+
alert: '#ff0080',
|
|
812
|
+
magenta: '#eb367f',
|
|
813
|
+
link: '#3291ff'
|
|
814
|
+
};
|
|
815
|
+
var expressiveness = {
|
|
816
|
+
linkStyle: 'none',
|
|
817
|
+
linkHoverStyle: 'none',
|
|
818
|
+
dropdownBoxShadow: '0 0 0 1px #333',
|
|
819
|
+
scrollerStart: 'rgba(255, 255, 255, 1)',
|
|
820
|
+
scrollerEnd: 'rgba(255, 255, 255, 0)',
|
|
821
|
+
shadowSmall: '0 0 0 1px #333',
|
|
822
|
+
shadowMedium: '0 0 0 1px #333',
|
|
823
|
+
shadowLarge: '0 0 0 1px #333',
|
|
824
|
+
portalOpacity: 0.75
|
|
825
|
+
};
|
|
826
|
+
var font = defaultFont;
|
|
827
|
+
var breakpoints = defaultBreakpoints;
|
|
828
|
+
var layout = defaultLayout;
|
|
829
|
+
var themes = {
|
|
830
|
+
type: 'dark',
|
|
831
|
+
font: font,
|
|
832
|
+
layout: layout,
|
|
833
|
+
palette: palette,
|
|
834
|
+
breakpoints: breakpoints,
|
|
835
|
+
expressiveness: expressiveness
|
|
836
|
+
};
|
|
837
|
+
var darkTheme = themes;
|
|
838
|
+
|
|
839
|
+
var isObject = function isObject(target) {
|
|
840
|
+
return target && _typeof(target) === 'object';
|
|
841
|
+
};
|
|
842
|
+
var deepDuplicable = function deepDuplicable(source, target) {
|
|
843
|
+
if (!isObject(target) || !isObject(source)) return source;
|
|
844
|
+
var sourceKeys = Object.keys(source);
|
|
845
|
+
var result = {};
|
|
846
|
+
for (var _i = 0, _sourceKeys = sourceKeys; _i < _sourceKeys.length; _i++) {
|
|
847
|
+
var key = _sourceKeys[_i];
|
|
848
|
+
var sourceValue = source[key];
|
|
849
|
+
var targetValue = target[key];
|
|
850
|
+
if (Array.isArray(sourceValue) && Array.isArray(targetValue)) {
|
|
851
|
+
result[key] = targetValue.concat(sourceValue);
|
|
852
|
+
} else if (isObject(sourceValue) && isObject(targetValue)) {
|
|
853
|
+
result[key] = deepDuplicable(sourceValue, _objectSpread2({}, targetValue));
|
|
854
|
+
} else if (targetValue) {
|
|
855
|
+
result[key] = targetValue;
|
|
856
|
+
} else {
|
|
857
|
+
result[key] = sourceValue;
|
|
858
|
+
}
|
|
859
|
+
}
|
|
860
|
+
return result;
|
|
861
|
+
};
|
|
862
|
+
var getPresets = function getPresets() {
|
|
863
|
+
return [lightTheme, darkTheme];
|
|
864
|
+
};
|
|
865
|
+
var getPresetStaticTheme = function getPresetStaticTheme() {
|
|
866
|
+
return lightTheme;
|
|
867
|
+
};
|
|
868
|
+
var isAvailableThemeType = function isAvailableThemeType(type) {
|
|
869
|
+
if (!type) return false;
|
|
870
|
+
var presetThemes = getPresets();
|
|
871
|
+
var hasType = presetThemes.find(function (theme) {
|
|
872
|
+
return theme.type === type;
|
|
873
|
+
});
|
|
874
|
+
return !hasType;
|
|
875
|
+
};
|
|
876
|
+
var isPresetTheme = function isPresetTheme(themeOrType) {
|
|
877
|
+
if (!themeOrType) return false;
|
|
878
|
+
var isType = typeof themeOrType === 'string';
|
|
879
|
+
var type = isType ? themeOrType : themeOrType.type;
|
|
880
|
+
return !isAvailableThemeType(type);
|
|
881
|
+
};
|
|
882
|
+
var hasUserCustomTheme = function hasUserCustomTheme() {
|
|
883
|
+
var themes = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : [];
|
|
884
|
+
return !!themes.find(function (item) {
|
|
885
|
+
return isAvailableThemeType(item.type);
|
|
886
|
+
});
|
|
887
|
+
};
|
|
888
|
+
var create = function create(base, custom) {
|
|
889
|
+
if (!isAvailableThemeType(custom.type)) {
|
|
890
|
+
throw new Error('Duplicate or unavailable theme type');
|
|
891
|
+
}
|
|
892
|
+
return deepDuplicable(base, custom);
|
|
893
|
+
};
|
|
894
|
+
var createFromDark = function createFromDark(custom) {
|
|
895
|
+
return create(darkTheme, custom);
|
|
896
|
+
};
|
|
897
|
+
var createFromLight = function createFromLight(custom) {
|
|
898
|
+
return create(lightTheme, custom);
|
|
899
|
+
};
|
|
900
|
+
var Themes = {
|
|
901
|
+
isPresetTheme: isPresetTheme,
|
|
902
|
+
isAvailableThemeType: isAvailableThemeType,
|
|
903
|
+
hasUserCustomTheme: hasUserCustomTheme,
|
|
904
|
+
getPresets: getPresets,
|
|
905
|
+
getPresetStaticTheme: getPresetStaticTheme,
|
|
906
|
+
create: create,
|
|
907
|
+
createFromDark: createFromDark,
|
|
908
|
+
createFromLight: createFromLight
|
|
909
|
+
};
|
|
910
|
+
var Themes$1 = Themes;
|
|
911
|
+
|
|
912
|
+
var defaultTheme = Themes$1.getPresetStaticTheme();
|
|
913
|
+
var ThemeContext = /*#__PURE__*/React__default$1["default"].createContext(defaultTheme);
|
|
914
|
+
var useTheme$1 = function useTheme() {
|
|
915
|
+
return React__default$1["default"].useContext(ThemeContext);
|
|
916
|
+
};
|
|
917
|
+
|
|
918
|
+
var useTheme = useTheme$1;
|
|
919
|
+
|
|
920
|
+
var ScalePropKeys = ['width', 'height', 'padding', 'margin', 'w', 'h', 'paddingLeft', 'paddingRight', 'paddingTop', 'paddingBottom', 'pl', 'pr', 'pt', 'pb', 'marginLeft', 'marginRight', 'marginTop', 'marginBottom', 'ml', 'mr', 'mt', 'mb', 'px', 'py', 'mx', 'my', 'font', 'unit', 'scale'];
|
|
921
|
+
var defaultDynamicLayoutPipe = function defaultDynamicLayoutPipe(scale1x) {
|
|
922
|
+
return "".concat(scale1x);
|
|
923
|
+
};
|
|
924
|
+
var defaultContext = {
|
|
925
|
+
getScaleProps: function getScaleProps() {
|
|
926
|
+
return undefined;
|
|
927
|
+
},
|
|
928
|
+
getAllScaleProps: function getAllScaleProps() {
|
|
929
|
+
return {};
|
|
930
|
+
},
|
|
931
|
+
SCALES: {
|
|
932
|
+
pl: defaultDynamicLayoutPipe,
|
|
933
|
+
pr: defaultDynamicLayoutPipe,
|
|
934
|
+
pb: defaultDynamicLayoutPipe,
|
|
935
|
+
pt: defaultDynamicLayoutPipe,
|
|
936
|
+
px: defaultDynamicLayoutPipe,
|
|
937
|
+
py: defaultDynamicLayoutPipe,
|
|
938
|
+
mb: defaultDynamicLayoutPipe,
|
|
939
|
+
ml: defaultDynamicLayoutPipe,
|
|
940
|
+
mr: defaultDynamicLayoutPipe,
|
|
941
|
+
mt: defaultDynamicLayoutPipe,
|
|
942
|
+
mx: defaultDynamicLayoutPipe,
|
|
943
|
+
my: defaultDynamicLayoutPipe,
|
|
944
|
+
width: defaultDynamicLayoutPipe,
|
|
945
|
+
height: defaultDynamicLayoutPipe,
|
|
946
|
+
font: defaultDynamicLayoutPipe
|
|
947
|
+
},
|
|
948
|
+
unit: '16px'
|
|
949
|
+
};
|
|
950
|
+
var ScaleContext = /*#__PURE__*/React__default$1["default"].createContext(defaultContext);
|
|
951
|
+
var useScale$1 = function useScale() {
|
|
952
|
+
return React__default$1["default"].useContext(ScaleContext);
|
|
953
|
+
};
|
|
954
|
+
|
|
955
|
+
var isCSSNumberValue = function isCSSNumberValue(value) {
|
|
956
|
+
return value !== undefined && !Number.isNaN(+value);
|
|
957
|
+
};
|
|
958
|
+
|
|
959
|
+
var generateGetScaleProps = function generateGetScaleProps(props) {
|
|
960
|
+
var getScaleProps = function getScaleProps(keyOrKeys) {
|
|
961
|
+
if (!Array.isArray(keyOrKeys)) return props[keyOrKeys];
|
|
962
|
+
var value = undefined;
|
|
963
|
+
var _iterator = _createForOfIteratorHelper(keyOrKeys),
|
|
964
|
+
_step;
|
|
965
|
+
try {
|
|
966
|
+
for (_iterator.s(); !(_step = _iterator.n()).done;) {
|
|
967
|
+
var key = _step.value;
|
|
968
|
+
var currentValue = props[key];
|
|
969
|
+
if (typeof currentValue !== 'undefined') {
|
|
970
|
+
value = currentValue;
|
|
971
|
+
}
|
|
972
|
+
}
|
|
973
|
+
} catch (err) {
|
|
974
|
+
_iterator.e(err);
|
|
975
|
+
} finally {
|
|
976
|
+
_iterator.f();
|
|
977
|
+
}
|
|
978
|
+
return value;
|
|
979
|
+
};
|
|
980
|
+
return getScaleProps;
|
|
981
|
+
};
|
|
982
|
+
var generateGetAllScaleProps = function generateGetAllScaleProps(props) {
|
|
983
|
+
var getAllScaleProps = function getAllScaleProps() {
|
|
984
|
+
var scaleProps = {};
|
|
985
|
+
var _iterator2 = _createForOfIteratorHelper(ScalePropKeys),
|
|
986
|
+
_step2;
|
|
987
|
+
try {
|
|
988
|
+
for (_iterator2.s(); !(_step2 = _iterator2.n()).done;) {
|
|
989
|
+
var key = _step2.value;
|
|
990
|
+
var value = props[key];
|
|
991
|
+
if (typeof value !== 'undefined') {
|
|
992
|
+
scaleProps[key] = value;
|
|
993
|
+
}
|
|
994
|
+
}
|
|
995
|
+
} catch (err) {
|
|
996
|
+
_iterator2.e(err);
|
|
997
|
+
} finally {
|
|
998
|
+
_iterator2.f();
|
|
999
|
+
}
|
|
1000
|
+
return scaleProps;
|
|
1001
|
+
};
|
|
1002
|
+
return getAllScaleProps;
|
|
1003
|
+
};
|
|
1004
|
+
|
|
1005
|
+
var _excluded$1 = ["children"];
|
|
1006
|
+
var reduceScaleCoefficient = function reduceScaleCoefficient(scale) {
|
|
1007
|
+
if (scale === 1) return scale;
|
|
1008
|
+
var diff = Math.abs((scale - 1) / 2);
|
|
1009
|
+
return scale > 1 ? 1 + diff : 1 - diff;
|
|
1010
|
+
};
|
|
1011
|
+
var withScale = function withScale(Render) {
|
|
1012
|
+
var ScaleFC = /*#__PURE__*/React$1.forwardRef(function (_ref, ref) {
|
|
1013
|
+
var _ref2, _ref3, _ref4, _ref5, _ref6, _ref7, _ref8, _ref9, _ref10, _ref11, _ref12, _ref13, _ref14, _ref15, _ref16, _ref17, _ref18, _ref19, _ref20, _ref21, _ref22, _ref23, _ref24, _ref25, _ref26, _ref27, _ref28, _ref29, _ref30, _ref31, _ref32, _ref33;
|
|
1014
|
+
var children = _ref.children,
|
|
1015
|
+
props = _objectWithoutProperties(_ref, _excluded$1);
|
|
1016
|
+
var _useTheme = useTheme(),
|
|
1017
|
+
layout = _useTheme.layout;
|
|
1018
|
+
var paddingLeft = props.paddingLeft,
|
|
1019
|
+
pl = props.pl,
|
|
1020
|
+
paddingRight = props.paddingRight,
|
|
1021
|
+
pr = props.pr,
|
|
1022
|
+
paddingTop = props.paddingTop,
|
|
1023
|
+
pt = props.pt,
|
|
1024
|
+
paddingBottom = props.paddingBottom,
|
|
1025
|
+
pb = props.pb,
|
|
1026
|
+
marginTop = props.marginTop,
|
|
1027
|
+
mt = props.mt,
|
|
1028
|
+
marginRight = props.marginRight,
|
|
1029
|
+
mr = props.mr,
|
|
1030
|
+
marginBottom = props.marginBottom,
|
|
1031
|
+
mb = props.mb,
|
|
1032
|
+
marginLeft = props.marginLeft,
|
|
1033
|
+
ml = props.ml,
|
|
1034
|
+
px = props.px,
|
|
1035
|
+
py = props.py,
|
|
1036
|
+
mx = props.mx,
|
|
1037
|
+
my = props.my,
|
|
1038
|
+
width = props.width,
|
|
1039
|
+
height = props.height,
|
|
1040
|
+
font = props.font,
|
|
1041
|
+
w = props.w,
|
|
1042
|
+
h = props.h,
|
|
1043
|
+
margin = props.margin,
|
|
1044
|
+
padding = props.padding,
|
|
1045
|
+
_props$unit = props.unit,
|
|
1046
|
+
unit = _props$unit === void 0 ? layout.unit : _props$unit,
|
|
1047
|
+
_props$scale = props.scale,
|
|
1048
|
+
scale = _props$scale === void 0 ? 1 : _props$scale;
|
|
1049
|
+
var makeScaleHandler = function makeScaleHandler(attrValue) {
|
|
1050
|
+
return function (scale1x, defaultValue) {
|
|
1051
|
+
// 0 means disable scale and the default value is 0
|
|
1052
|
+
if (scale1x === 0) {
|
|
1053
|
+
scale1x = 1;
|
|
1054
|
+
defaultValue = defaultValue || 0;
|
|
1055
|
+
}
|
|
1056
|
+
var factor = reduceScaleCoefficient(scale) * scale1x;
|
|
1057
|
+
if (typeof attrValue === 'undefined') {
|
|
1058
|
+
if (typeof defaultValue !== 'undefined') return "".concat(defaultValue);
|
|
1059
|
+
return "calc(".concat(factor, " * ").concat(unit, ")");
|
|
1060
|
+
}
|
|
1061
|
+
if (!isCSSNumberValue(attrValue)) return "".concat(attrValue);
|
|
1062
|
+
var customFactor = factor * Number(attrValue);
|
|
1063
|
+
return "calc(".concat(customFactor, " * ").concat(unit, ")");
|
|
1064
|
+
};
|
|
1065
|
+
};
|
|
1066
|
+
var value = {
|
|
1067
|
+
unit: unit,
|
|
1068
|
+
SCALES: {
|
|
1069
|
+
pt: makeScaleHandler((_ref2 = (_ref3 = paddingTop !== null && paddingTop !== void 0 ? paddingTop : pt) !== null && _ref3 !== void 0 ? _ref3 : py) !== null && _ref2 !== void 0 ? _ref2 : padding),
|
|
1070
|
+
pr: makeScaleHandler((_ref4 = (_ref5 = paddingRight !== null && paddingRight !== void 0 ? paddingRight : pr) !== null && _ref5 !== void 0 ? _ref5 : px) !== null && _ref4 !== void 0 ? _ref4 : padding),
|
|
1071
|
+
pb: makeScaleHandler((_ref6 = (_ref7 = paddingBottom !== null && paddingBottom !== void 0 ? paddingBottom : pb) !== null && _ref7 !== void 0 ? _ref7 : py) !== null && _ref6 !== void 0 ? _ref6 : padding),
|
|
1072
|
+
pl: makeScaleHandler((_ref8 = (_ref9 = paddingLeft !== null && paddingLeft !== void 0 ? paddingLeft : pl) !== null && _ref9 !== void 0 ? _ref9 : px) !== null && _ref8 !== void 0 ? _ref8 : padding),
|
|
1073
|
+
px: makeScaleHandler((_ref10 = (_ref11 = (_ref12 = (_ref13 = px !== null && px !== void 0 ? px : paddingLeft) !== null && _ref13 !== void 0 ? _ref13 : paddingRight) !== null && _ref12 !== void 0 ? _ref12 : pl) !== null && _ref11 !== void 0 ? _ref11 : pr) !== null && _ref10 !== void 0 ? _ref10 : padding),
|
|
1074
|
+
py: makeScaleHandler((_ref14 = (_ref15 = (_ref16 = (_ref17 = py !== null && py !== void 0 ? py : paddingTop) !== null && _ref17 !== void 0 ? _ref17 : paddingBottom) !== null && _ref16 !== void 0 ? _ref16 : pt) !== null && _ref15 !== void 0 ? _ref15 : pb) !== null && _ref14 !== void 0 ? _ref14 : padding),
|
|
1075
|
+
mt: makeScaleHandler((_ref18 = (_ref19 = marginTop !== null && marginTop !== void 0 ? marginTop : mt) !== null && _ref19 !== void 0 ? _ref19 : my) !== null && _ref18 !== void 0 ? _ref18 : margin),
|
|
1076
|
+
mr: makeScaleHandler((_ref20 = (_ref21 = marginRight !== null && marginRight !== void 0 ? marginRight : mr) !== null && _ref21 !== void 0 ? _ref21 : mx) !== null && _ref20 !== void 0 ? _ref20 : margin),
|
|
1077
|
+
mb: makeScaleHandler((_ref22 = (_ref23 = marginBottom !== null && marginBottom !== void 0 ? marginBottom : mb) !== null && _ref23 !== void 0 ? _ref23 : my) !== null && _ref22 !== void 0 ? _ref22 : margin),
|
|
1078
|
+
ml: makeScaleHandler((_ref24 = (_ref25 = marginLeft !== null && marginLeft !== void 0 ? marginLeft : ml) !== null && _ref25 !== void 0 ? _ref25 : mx) !== null && _ref24 !== void 0 ? _ref24 : margin),
|
|
1079
|
+
mx: makeScaleHandler((_ref26 = (_ref27 = (_ref28 = (_ref29 = mx !== null && mx !== void 0 ? mx : marginLeft) !== null && _ref29 !== void 0 ? _ref29 : marginRight) !== null && _ref28 !== void 0 ? _ref28 : ml) !== null && _ref27 !== void 0 ? _ref27 : mr) !== null && _ref26 !== void 0 ? _ref26 : margin),
|
|
1080
|
+
my: makeScaleHandler((_ref30 = (_ref31 = (_ref32 = (_ref33 = my !== null && my !== void 0 ? my : marginTop) !== null && _ref33 !== void 0 ? _ref33 : marginBottom) !== null && _ref32 !== void 0 ? _ref32 : mt) !== null && _ref31 !== void 0 ? _ref31 : mb) !== null && _ref30 !== void 0 ? _ref30 : margin),
|
|
1081
|
+
width: makeScaleHandler(width !== null && width !== void 0 ? width : w),
|
|
1082
|
+
height: makeScaleHandler(height !== null && height !== void 0 ? height : h),
|
|
1083
|
+
font: makeScaleHandler(font)
|
|
1084
|
+
},
|
|
1085
|
+
getScaleProps: generateGetScaleProps(props),
|
|
1086
|
+
getAllScaleProps: generateGetAllScaleProps(props)
|
|
1087
|
+
};
|
|
1088
|
+
return /*#__PURE__*/React__default$1["default"].createElement(ScaleContext.Provider, {
|
|
1089
|
+
value: value
|
|
1090
|
+
}, /*#__PURE__*/React__default$1["default"].createElement(Render, _extends({}, props, {
|
|
1091
|
+
ref: ref
|
|
1092
|
+
}), children));
|
|
1093
|
+
});
|
|
1094
|
+
ScaleFC.displayName = "Scale".concat(Render.displayName || 'Wrapper');
|
|
1095
|
+
return ScaleFC;
|
|
1096
|
+
};
|
|
1097
|
+
var withScale$1 = withScale;
|
|
1098
|
+
|
|
1099
|
+
var useScale = useScale$1;
|
|
1100
|
+
|
|
1101
|
+
var classObjectToString = function classObjectToString(className) {
|
|
1102
|
+
var keys = Object.keys(className);
|
|
1103
|
+
var len = keys.length;
|
|
1104
|
+
var str = '';
|
|
1105
|
+
for (var index = 0; index < len; index++) {
|
|
1106
|
+
var key = keys[index];
|
|
1107
|
+
var val = className[keys[index]];
|
|
1108
|
+
if (!val) continue;
|
|
1109
|
+
str = str ? "".concat(str, " ").concat(String(key)) : String(key);
|
|
1110
|
+
}
|
|
1111
|
+
return str;
|
|
1112
|
+
};
|
|
1113
|
+
var isObjectClassName = function isObjectClassName(value) {
|
|
1114
|
+
return _typeof(value) === 'object' && !Array.isArray(value);
|
|
1115
|
+
};
|
|
1116
|
+
var useClasses = function useClasses() {
|
|
1117
|
+
var len = arguments.length;
|
|
1118
|
+
var classes = '';
|
|
1119
|
+
if (len === 0) return classes;
|
|
1120
|
+
for (var index = 0; index < len; index++) {
|
|
1121
|
+
var val = index < 0 || arguments.length <= index ? undefined : arguments[index];
|
|
1122
|
+
if (!val) continue;
|
|
1123
|
+
if (isObjectClassName(val)) {
|
|
1124
|
+
classes += " ".concat(classObjectToString(val));
|
|
1125
|
+
} else {
|
|
1126
|
+
classes += " ".concat(String(val).trim());
|
|
1127
|
+
}
|
|
1128
|
+
}
|
|
1129
|
+
return classes.trim();
|
|
1130
|
+
};
|
|
1131
|
+
var useClasses$1 = useClasses;
|
|
1132
|
+
|
|
1133
|
+
var _excluded = ["className"];
|
|
1134
|
+
var getSpans = function getSpans(theme) {
|
|
1135
|
+
return _toConsumableArray(new Array(12)).map(function (_, index) {
|
|
1136
|
+
return /*#__PURE__*/React__default$1["default"].createElement("span", {
|
|
1137
|
+
key: "spinner-".concat(index),
|
|
1138
|
+
className: style.dynamic([["3296107463", [theme.palette.foreground, theme.layout.radius]]])
|
|
1139
|
+
}, /*#__PURE__*/React__default$1["default"].createElement(style, {
|
|
1140
|
+
id: "3296107463",
|
|
1141
|
+
dynamic: [theme.palette.foreground, theme.layout.radius]
|
|
1142
|
+
}, "span.__jsx-style-dynamic-selector{background-color:".concat(theme.palette.foreground, ";position:absolute;top:-3.9%;width:24%;height:8%;left:-10%;border-radius:").concat(theme.layout.radius, ";-webkit-animation:spinner-__jsx-style-dynamic-selector 1.2s linear 0s infinite normal none running;animation:spinner-__jsx-style-dynamic-selector 1.2s linear 0s infinite normal none running;}span.__jsx-style-dynamic-selector:nth-child(1){-webkit-animation-delay:-1.2s;animation-delay:-1.2s;-webkit-transform:rotate(0deg) translate(146%);-ms-transform:rotate(0deg) translate(146%);transform:rotate(0deg) translate(146%);}span.__jsx-style-dynamic-selector:nth-child(2){-webkit-animation-delay:-1.1s;animation-delay:-1.1s;-webkit-transform:rotate(30deg) translate(146%);-ms-transform:rotate(30deg) translate(146%);transform:rotate(30deg) translate(146%);}span.__jsx-style-dynamic-selector:nth-child(3){-webkit-animation-delay:-1s;animation-delay:-1s;-webkit-transform:rotate(60deg) translate(146%);-ms-transform:rotate(60deg) translate(146%);transform:rotate(60deg) translate(146%);}span.__jsx-style-dynamic-selector:nth-child(4){-webkit-animation-delay:-0.9s;animation-delay:-0.9s;-webkit-transform:rotate(90deg) translate(146%);-ms-transform:rotate(90deg) translate(146%);transform:rotate(90deg) translate(146%);}span.__jsx-style-dynamic-selector:nth-child(5){-webkit-animation-delay:-0.8s;animation-delay:-0.8s;-webkit-transform:rotate(120deg) translate(146%);-ms-transform:rotate(120deg) translate(146%);transform:rotate(120deg) translate(146%);}span.__jsx-style-dynamic-selector:nth-child(6){-webkit-animation-delay:-0.7s;animation-delay:-0.7s;-webkit-transform:rotate(150deg) translate(146%);-ms-transform:rotate(150deg) translate(146%);transform:rotate(150deg) translate(146%);}span.__jsx-style-dynamic-selector:nth-child(7){-webkit-animation-delay:-0.6s;animation-delay:-0.6s;-webkit-transform:rotate(180deg) translate(146%);-ms-transform:rotate(180deg) translate(146%);transform:rotate(180deg) translate(146%);}span.__jsx-style-dynamic-selector:nth-child(8){-webkit-animation-delay:-0.5s;animation-delay:-0.5s;-webkit-transform:rotate(210deg) translate(146%);-ms-transform:rotate(210deg) translate(146%);transform:rotate(210deg) translate(146%);}span.__jsx-style-dynamic-selector:nth-child(9){-webkit-animation-delay:-0.4s;animation-delay:-0.4s;-webkit-transform:rotate(240deg) translate(146%);-ms-transform:rotate(240deg) translate(146%);transform:rotate(240deg) translate(146%);}span.__jsx-style-dynamic-selector:nth-child(10){-webkit-animation-delay:-0.3s;animation-delay:-0.3s;-webkit-transform:rotate(270deg) translate(146%);-ms-transform:rotate(270deg) translate(146%);transform:rotate(270deg) translate(146%);}span.__jsx-style-dynamic-selector:nth-child(11){-webkit-animation-delay:-0.2s;animation-delay:-0.2s;-webkit-transform:rotate(300deg) translate(146%);-ms-transform:rotate(300deg) translate(146%);transform:rotate(300deg) translate(146%);}span.__jsx-style-dynamic-selector:nth-child(12){-webkit-animation-delay:-0.1s;animation-delay:-0.1s;-webkit-transform:rotate(330deg) translate(146%);-ms-transform:rotate(330deg) translate(146%);transform:rotate(330deg) translate(146%);}@-webkit-keyframes spinner-__jsx-style-dynamic-selector{0%{opacity:1;}100%{opacity:0.15;}}@keyframes spinner-__jsx-style-dynamic-selector{0%{opacity:1;}100%{opacity:0.15;}}")));
|
|
1143
|
+
});
|
|
1144
|
+
};
|
|
1145
|
+
var SpinnerComponent = function SpinnerComponent(_ref) {
|
|
1146
|
+
var _ref$className = _ref.className,
|
|
1147
|
+
className = _ref$className === void 0 ? '' : _ref$className,
|
|
1148
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
1149
|
+
var theme = useTheme();
|
|
1150
|
+
var _useScale = useScale(),
|
|
1151
|
+
SCALES = _useScale.SCALES;
|
|
1152
|
+
var classes = useClasses$1('spinner', className);
|
|
1153
|
+
return /*#__PURE__*/React__default$1["default"].createElement("div", _extends({}, props, {
|
|
1154
|
+
className: style.dynamic([["1153799566", [SCALES.width(1.25), SCALES.height(1.25), SCALES.pt(0), SCALES.pr(0), SCALES.pb(0), SCALES.pl(0), SCALES.mt(0), SCALES.mr(0), SCALES.mb(0), SCALES.ml(0)]]]) + " " + (props && props.className != null && props.className || classes || "")
|
|
1155
|
+
}), /*#__PURE__*/React__default$1["default"].createElement("div", {
|
|
1156
|
+
className: style.dynamic([["1153799566", [SCALES.width(1.25), SCALES.height(1.25), SCALES.pt(0), SCALES.pr(0), SCALES.pb(0), SCALES.pl(0), SCALES.mt(0), SCALES.mr(0), SCALES.mb(0), SCALES.ml(0)]]]) + " " + "container"
|
|
1157
|
+
}, getSpans(theme)), /*#__PURE__*/React__default$1["default"].createElement(style, {
|
|
1158
|
+
id: "1153799566",
|
|
1159
|
+
dynamic: [SCALES.width(1.25), SCALES.height(1.25), SCALES.pt(0), SCALES.pr(0), SCALES.pb(0), SCALES.pl(0), SCALES.mt(0), SCALES.mr(0), SCALES.mb(0), SCALES.ml(0)]
|
|
1160
|
+
}, ".spinner.__jsx-style-dynamic-selector{display:block;box-sizing:border-box;width:".concat(SCALES.width(1.25), ";height:").concat(SCALES.height(1.25), ";padding:").concat(SCALES.pt(0), " ").concat(SCALES.pr(0), " ").concat(SCALES.pb(0), " ").concat(SCALES.pl(0), ";margin:").concat(SCALES.mt(0), " ").concat(SCALES.mr(0), " ").concat(SCALES.mb(0), " ").concat(SCALES.ml(0), ";}.container.__jsx-style-dynamic-selector{width:100%;height:100%;position:relative;left:50%;top:50%;}")));
|
|
1161
|
+
};
|
|
1162
|
+
SpinnerComponent.displayName = 'Spinner';
|
|
1163
|
+
var Spinner = withScale$1(SpinnerComponent);
|
|
1164
|
+
var Spinner$1 = Spinner;
|
|
1165
|
+
|
|
1166
|
+
exports["default"] = Spinner$1;
|