@yourdash/uikit 0.1.14 → 0.1.16
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/index.css +1 -1
- package/dist/index.d.ts +7 -0
- package/dist/index.mjs +508 -474
- package/package.json +2 -3
- package/lib/components/box/UKBox.tsx +0 -27
- package/lib/components/box/box.module.css +0 -24
- package/lib/components/box/box.module.css.map +0 -1
- package/lib/components/box/box.module.scss +0 -21
- package/lib/components/button/UKButton.tsx +0 -24
- package/lib/components/button/button.module.css +0 -47
- package/lib/components/button/button.module.css.map +0 -1
- package/lib/components/button/button.module.scss +0 -47
- package/lib/components/buttonCombo/UKButtonCombo.tsx +0 -14
- package/lib/components/buttonCombo/buttonCombo.module.css +0 -22
- package/lib/components/buttonCombo/buttonCombo.module.css.map +0 -1
- package/lib/components/buttonCombo/buttonCombo.module.scss +0 -23
- package/lib/components/buttonLink/UKButtonLink.tsx +0 -27
- package/lib/components/buttonLink/buttonLink.module.css +0 -49
- package/lib/components/buttonLink/buttonLink.module.css.map +0 -1
- package/lib/components/buttonLink/buttonLink.module.scss +0 -49
- package/lib/components/buttonWithIcon/UKButtonWithIcon.tsx +0 -36
- package/lib/components/buttonWithIcon/buttonWithIcon.module.css +0 -54
- package/lib/components/buttonWithIcon/buttonWithIcon.module.css.map +0 -1
- package/lib/components/buttonWithIcon/buttonWithIcon.module.scss +0 -54
- package/lib/components/card/UKCard.tsx +0 -64
- package/lib/components/card/card.module.css +0 -76
- package/lib/components/card/card.module.css.map +0 -1
- package/lib/components/card/card.module.scss +0 -78
- package/lib/components/container/UKContainer.tsx +0 -24
- package/lib/components/container/container.module.css +0 -23
- package/lib/components/container/container.module.css.map +0 -1
- package/lib/components/container/container.module.scss +0 -24
- package/lib/components/contextMenu/UKContextMenu.tsx +0 -55
- package/lib/components/contextMenu/contextMenuRoot.module.css +0 -34
- package/lib/components/contextMenu/contextMenuRoot.module.css.map +0 -1
- package/lib/components/contextMenu/contextMenuRoot.module.scss +0 -31
- package/lib/components/contextMenu/contextMenuRoot.tsx +0 -83
- package/lib/components/contextMenu/contextMenuRootContext.tsx +0 -16
- package/lib/components/flex/UKFlex.tsx +0 -38
- package/lib/components/flex/flex.module.css +0 -35
- package/lib/components/flex/flex.module.css.map +0 -1
- package/lib/components/flex/flex.module.scss +0 -31
- package/lib/components/heading/UKHeading.tsx +0 -72
- package/lib/components/heading/heading.module.css +0 -47
- package/lib/components/heading/heading.module.css.map +0 -1
- package/lib/components/heading/heading.module.scss +0 -43
- package/lib/components/icon/UKIcon.tsx +0 -42
- package/lib/components/icon/icon.module.scss +0 -26
- package/lib/components/iconButton/UKIconButton.tsx +0 -36
- package/lib/components/iconButton/iconButton.module.css +0 -42
- package/lib/components/iconButton/iconButton.module.css.map +0 -1
- package/lib/components/iconButton/iconButton.module.scss +0 -40
- package/lib/components/image/UKImage.tsx +0 -111
- package/lib/components/image/image.module.css +0 -76
- package/lib/components/image/image.module.css.map +0 -1
- package/lib/components/image/image.module.scss +0 -81
- package/lib/components/link/UKLink.tsx +0 -29
- package/lib/components/link/link.module.css +0 -33
- package/lib/components/link/link.module.css.map +0 -1
- package/lib/components/link/link.module.scss +0 -36
- package/lib/components/progressBar/UKProgressBar.tsx +0 -29
- package/lib/components/progressBar/progressBar.module.css +0 -29
- package/lib/components/progressBar/progressBar.module.css.map +0 -1
- package/lib/components/progressBar/progressBar.module.scss +0 -25
- package/lib/components/redirect/UKRedirect.tsx +0 -23
- package/lib/components/separator/UKSeparator.tsx +0 -14
- package/lib/components/separator/separator.module.css +0 -40
- package/lib/components/separator/separator.module.css.map +0 -1
- package/lib/components/separator/separator.module.scss +0 -38
- package/lib/components/spinner/UKSpinner.tsx +0 -31
- package/lib/components/spinner/spinner.module.css +0 -93
- package/lib/components/spinner/spinner.module.css.map +0 -1
- package/lib/components/spinner/spinner.module.scss +0 -88
- package/lib/components/subtext/UKSubtext.tsx +0 -14
- package/lib/components/subtext/subtext.module.css +0 -21
- package/lib/components/subtext/subtext.module.css.map +0 -1
- package/lib/components/subtext/subtext.module.scss +0 -17
- package/lib/components/tag/UKTag.tsx +0 -21
- package/lib/components/tag/tag.module.css +0 -17
- package/lib/components/tag/tag.module.css.map +0 -1
- package/lib/components/tag/tag.module.scss +0 -13
- package/lib/components/text/UKText.tsx +0 -14
- package/lib/components/text/text.module.css +0 -17
- package/lib/components/text/text.module.css.map +0 -1
- package/lib/components/text/text.module.scss +0 -13
- package/lib/components/textButton/UKTextButton.tsx +0 -22
- package/lib/components/textButton/textButton.module.css +0 -32
- package/lib/components/textButton/textButton.module.css.map +0 -1
- package/lib/components/textButton/textButton.module.scss +0 -30
- package/lib/components/textInput/UKTextInput.tsx +0 -78
- package/lib/components/textInput/textInput.module.css +0 -51
- package/lib/components/textInput/textInput.module.css.map +0 -1
- package/lib/components/textInput/textInput.module.scss +0 -52
- package/lib/core/clippy.ts +0 -14
- package/lib/core/decrementLevel.tsx +0 -15
- package/lib/core/iconDictionary.ts +0 -293
- package/lib/core/icons/accessibility-16.svg +0 -6
- package/lib/core/icons/accessibility-inset-16.svg +0 -6
- package/lib/core/icons/alert-16.svg +0 -6
- package/lib/core/icons/alert-24.svg +0 -7
- package/lib/core/icons/alert-fill-12.svg +0 -6
- package/lib/core/icons/app-launcher-16.svg +0 -8
- package/lib/core/icons/apps-16.svg +0 -6
- package/lib/core/icons/archive-16.svg +0 -6
- package/lib/core/icons/archive-24.svg +0 -9
- package/lib/core/icons/arrow-both-16.svg +0 -6
- package/lib/core/icons/arrow-both-24.svg +0 -3
- package/lib/core/icons/arrow-down-16.svg +0 -6
- package/lib/core/icons/arrow-down-24.svg +0 -6
- package/lib/core/icons/arrow-down-left-24.svg +0 -6
- package/lib/core/icons/arrow-down-right-24.svg +0 -6
- package/lib/core/icons/arrow-left-16.svg +0 -6
- package/lib/core/icons/arrow-left-24.svg +0 -6
- package/lib/core/icons/arrow-right-16.svg +0 -6
- package/lib/core/icons/arrow-right-24.svg +0 -6
- package/lib/core/icons/arrow-switch-16.svg +0 -3
- package/lib/core/icons/arrow-switch-24.svg +0 -3
- package/lib/core/icons/arrow-up-16.svg +0 -6
- package/lib/core/icons/arrow-up-24.svg +0 -6
- package/lib/core/icons/arrow-up-left-24.svg +0 -6
- package/lib/core/icons/arrow-up-right-24.svg +0 -6
- package/lib/core/icons/beaker-16.svg +0 -6
- package/lib/core/icons/beaker-24.svg +0 -6
- package/lib/core/icons/bell-16.svg +0 -7
- package/lib/core/icons/bell-24.svg +0 -6
- package/lib/core/icons/bell-fill-16.svg +0 -3
- package/lib/core/icons/bell-fill-24.svg +0 -6
- package/lib/core/icons/bell-slash-16.svg +0 -6
- package/lib/core/icons/bell-slash-24.svg +0 -8
- package/lib/core/icons/blocked-16.svg +0 -6
- package/lib/core/icons/blocked-24.svg +0 -6
- package/lib/core/icons/bold-16.svg +0 -6
- package/lib/core/icons/bold-24.svg +0 -6
- package/lib/core/icons/book-16.svg +0 -6
- package/lib/core/icons/book-24.svg +0 -6
- package/lib/core/icons/bookmark-16.svg +0 -6
- package/lib/core/icons/bookmark-24.svg +0 -6
- package/lib/core/icons/bookmark-fill-24.svg +0 -6
- package/lib/core/icons/bookmark-slash-16.svg +0 -6
- package/lib/core/icons/bookmark-slash-24.svg +0 -7
- package/lib/core/icons/bookmark-slash-fill-24.svg +0 -6
- package/lib/core/icons/briefcase-16.svg +0 -6
- package/lib/core/icons/briefcase-24.svg +0 -6
- package/lib/core/icons/broadcast-16.svg +0 -6
- package/lib/core/icons/broadcast-24.svg +0 -3
- package/lib/core/icons/browser-16.svg +0 -6
- package/lib/core/icons/browser-24.svg +0 -6
- package/lib/core/icons/bug-16.svg +0 -6
- package/lib/core/icons/bug-24.svg +0 -6
- package/lib/core/icons/cache-16.svg +0 -8
- package/lib/core/icons/calendar-16.svg +0 -6
- package/lib/core/icons/calendar-24.svg +0 -6
- package/lib/core/icons/check-16.svg +0 -6
- package/lib/core/icons/check-24.svg +0 -6
- package/lib/core/icons/check-circle-16.svg +0 -6
- package/lib/core/icons/check-circle-24.svg +0 -7
- package/lib/core/icons/check-circle-fill-12.svg +0 -6
- package/lib/core/icons/check-circle-fill-16.svg +0 -6
- package/lib/core/icons/check-circle-fill-24.svg +0 -6
- package/lib/core/icons/checkbox-16.svg +0 -6
- package/lib/core/icons/checkbox-24.svg +0 -7
- package/lib/core/icons/checklist-16.svg +0 -6
- package/lib/core/icons/checklist-24.svg +0 -3
- package/lib/core/icons/chevron-down-16.svg +0 -6
- package/lib/core/icons/chevron-down-24.svg +0 -6
- package/lib/core/icons/chevron-left-16.svg +0 -6
- package/lib/core/icons/chevron-left-24.svg +0 -6
- package/lib/core/icons/chevron-right-16.svg +0 -6
- package/lib/core/icons/chevron-right-24.svg +0 -6
- package/lib/core/icons/chevron-up-16.svg +0 -6
- package/lib/core/icons/chevron-up-24.svg +0 -6
- package/lib/core/icons/circle-16.svg +0 -5
- package/lib/core/icons/circle-24.svg +0 -6
- package/lib/core/icons/circle-slash-16.svg +0 -6
- package/lib/core/icons/circle-slash-24.svg +0 -6
- package/lib/core/icons/clock-16.svg +0 -6
- package/lib/core/icons/clock-24.svg +0 -7
- package/lib/core/icons/cloud-16.svg +0 -6
- package/lib/core/icons/cloud-24.svg +0 -6
- package/lib/core/icons/cloud-offline-16.svg +0 -8
- package/lib/core/icons/cloud-offline-24.svg +0 -8
- package/lib/core/icons/code-16.svg +0 -6
- package/lib/core/icons/code-24.svg +0 -6
- package/lib/core/icons/code-of-conduct-16.svg +0 -6
- package/lib/core/icons/code-of-conduct-24.svg +0 -6
- package/lib/core/icons/code-review-16.svg +0 -6
- package/lib/core/icons/code-review-24.svg +0 -8
- package/lib/core/icons/code-square-16.svg +0 -6
- package/lib/core/icons/code-square-24.svg +0 -8
- package/lib/core/icons/codescan-16.svg +0 -8
- package/lib/core/icons/codescan-24.svg +0 -8
- package/lib/core/icons/codescan-checkmark-16.svg +0 -7
- package/lib/core/icons/codescan-checkmark-24.svg +0 -7
- package/lib/core/icons/codespaces-16.svg +0 -8
- package/lib/core/icons/codespaces-24.svg +0 -8
- package/lib/core/icons/columns-16.svg +0 -6
- package/lib/core/icons/columns-24.svg +0 -6
- package/lib/core/icons/command-palette-16.svg +0 -3
- package/lib/core/icons/command-palette-24.svg +0 -3
- package/lib/core/icons/comment-16.svg +0 -6
- package/lib/core/icons/comment-24.svg +0 -6
- package/lib/core/icons/comment-discussion-16.svg +0 -6
- package/lib/core/icons/comment-discussion-24.svg +0 -8
- package/lib/core/icons/commit-24.svg +0 -7
- package/lib/core/icons/container-16.svg +0 -6
- package/lib/core/icons/container-24.svg +0 -6
- package/lib/core/icons/copilot-16.svg +0 -7
- package/lib/core/icons/copilot-24.svg +0 -7
- package/lib/core/icons/copilot-48.svg +0 -7
- package/lib/core/icons/copilot-96.svg +0 -7
- package/lib/core/icons/copilot-error-16.svg +0 -6
- package/lib/core/icons/copilot-warning-16.svg +0 -8
- package/lib/core/icons/copy-16.svg +0 -8
- package/lib/core/icons/copy-24.svg +0 -8
- package/lib/core/icons/cpu-16.svg +0 -6
- package/lib/core/icons/cpu-24.svg +0 -8
- package/lib/core/icons/credit-card-16.svg +0 -7
- package/lib/core/icons/credit-card-24.svg +0 -7
- package/lib/core/icons/cross-reference-16.svg +0 -6
- package/lib/core/icons/cross-reference-24.svg +0 -3
- package/lib/core/icons/dash-16.svg +0 -5
- package/lib/core/icons/dash-24.svg +0 -5
- package/lib/core/icons/database-16.svg +0 -6
- package/lib/core/icons/database-24.svg +0 -6
- package/lib/core/icons/dependabot-16.svg +0 -7
- package/lib/core/icons/dependabot-24.svg +0 -7
- package/lib/core/icons/desktop-download-16.svg +0 -3
- package/lib/core/icons/desktop-download-24.svg +0 -8
- package/lib/core/icons/device-camera-16.svg +0 -6
- package/lib/core/icons/device-camera-video-16.svg +0 -6
- package/lib/core/icons/device-camera-video-24.svg +0 -6
- package/lib/core/icons/device-desktop-16.svg +0 -6
- package/lib/core/icons/device-desktop-24.svg +0 -6
- package/lib/core/icons/device-mobile-16.svg +0 -6
- package/lib/core/icons/device-mobile-24.svg +0 -7
- package/lib/core/icons/diamond-16.svg +0 -6
- package/lib/core/icons/diamond-24.svg +0 -6
- package/lib/core/icons/diff-16.svg +0 -6
- package/lib/core/icons/diff-24.svg +0 -6
- package/lib/core/icons/diff-added-16.svg +0 -6
- package/lib/core/icons/diff-ignored-16.svg +0 -6
- package/lib/core/icons/diff-modified-16.svg +0 -6
- package/lib/core/icons/diff-removed-16.svg +0 -6
- package/lib/core/icons/diff-renamed-16.svg +0 -6
- package/lib/core/icons/dot-16.svg +0 -5
- package/lib/core/icons/dot-24.svg +0 -5
- package/lib/core/icons/dot-fill-16.svg +0 -5
- package/lib/core/icons/dot-fill-24.svg +0 -3
- package/lib/core/icons/download-16.svg +0 -6
- package/lib/core/icons/download-24.svg +0 -3
- package/lib/core/icons/duplicate-16.svg +0 -9
- package/lib/core/icons/duplicate-24.svg +0 -9
- package/lib/core/icons/ellipsis-16.svg +0 -6
- package/lib/core/icons/ewsgit.svg +0 -14
- package/lib/core/icons/eye-16.svg +0 -6
- package/lib/core/icons/eye-24.svg +0 -7
- package/lib/core/icons/eye-closed-16.svg +0 -6
- package/lib/core/icons/eye-closed-24.svg +0 -8
- package/lib/core/icons/feed-discussion-16.svg +0 -6
- package/lib/core/icons/feed-forked-16.svg +0 -6
- package/lib/core/icons/feed-heart-16.svg +0 -6
- package/lib/core/icons/feed-merged-16.svg +0 -6
- package/lib/core/icons/feed-person-16.svg +0 -6
- package/lib/core/icons/feed-repo-16.svg +0 -6
- package/lib/core/icons/feed-rocket-16.svg +0 -6
- package/lib/core/icons/feed-star-16.svg +0 -6
- package/lib/core/icons/feed-tag-16.svg +0 -7
- package/lib/core/icons/feed-trophy-16.svg +0 -7
- package/lib/core/icons/file-16.svg +0 -6
- package/lib/core/icons/file-24.svg +0 -6
- package/lib/core/icons/file-added-16.svg +0 -6
- package/lib/core/icons/file-badge-16.svg +0 -8
- package/lib/core/icons/file-binary-16.svg +0 -6
- package/lib/core/icons/file-binary-24.svg +0 -9
- package/lib/core/icons/file-code-16.svg +0 -6
- package/lib/core/icons/file-code-24.svg +0 -8
- package/lib/core/icons/file-diff-16.svg +0 -6
- package/lib/core/icons/file-diff-24.svg +0 -8
- package/lib/core/icons/file-directory-16.svg +0 -6
- package/lib/core/icons/file-directory-24.svg +0 -6
- package/lib/core/icons/file-directory-fill-16.svg +0 -3
- package/lib/core/icons/file-directory-fill-24.svg +0 -6
- package/lib/core/icons/file-directory-open-fill-16.svg +0 -3
- package/lib/core/icons/file-media-24.svg +0 -6
- package/lib/core/icons/file-moved-16.svg +0 -3
- package/lib/core/icons/file-removed-16.svg +0 -6
- package/lib/core/icons/file-submodule-16.svg +0 -6
- package/lib/core/icons/file-submodule-24.svg +0 -6
- package/lib/core/icons/file-symlink-file-16.svg +0 -6
- package/lib/core/icons/file-symlink-file-24.svg +0 -6
- package/lib/core/icons/file-zip-16.svg +0 -6
- package/lib/core/icons/file-zip-24.svg +0 -10
- package/lib/core/icons/filter-16.svg +0 -6
- package/lib/core/icons/filter-24.svg +0 -3
- package/lib/core/icons/flame-16.svg +0 -6
- package/lib/core/icons/flame-24.svg +0 -6
- package/lib/core/icons/fold-16.svg +0 -3
- package/lib/core/icons/fold-24.svg +0 -10
- package/lib/core/icons/fold-down-16.svg +0 -3
- package/lib/core/icons/fold-down-24.svg +0 -8
- package/lib/core/icons/fold-up-16.svg +0 -3
- package/lib/core/icons/fold-up-24.svg +0 -8
- package/lib/core/icons/gear-16.svg +0 -6
- package/lib/core/icons/gear-24.svg +0 -7
- package/lib/core/icons/gift-16.svg +0 -6
- package/lib/core/icons/gift-24.svg +0 -6
- package/lib/core/icons/git-branch-16.svg +0 -6
- package/lib/core/icons/git-branch-24.svg +0 -9
- package/lib/core/icons/git-commit-16.svg +0 -6
- package/lib/core/icons/git-commit-24.svg +0 -6
- package/lib/core/icons/git-compare-16.svg +0 -6
- package/lib/core/icons/git-compare-24.svg +0 -9
- package/lib/core/icons/git-merge-16.svg +0 -6
- package/lib/core/icons/git-merge-24.svg +0 -8
- package/lib/core/icons/git-merge-queue-16.svg +0 -8
- package/lib/core/icons/git-pull-request-16.svg +0 -6
- package/lib/core/icons/git-pull-request-24.svg +0 -8
- package/lib/core/icons/git-pull-request-closed-16.svg +0 -6
- package/lib/core/icons/git-pull-request-closed-24.svg +0 -8
- package/lib/core/icons/git-pull-request-draft-16.svg +0 -7
- package/lib/core/icons/git-pull-request-draft-24.svg +0 -7
- package/lib/core/icons/globe-16.svg +0 -6
- package/lib/core/icons/globe-24.svg +0 -6
- package/lib/core/icons/grabber-16.svg +0 -6
- package/lib/core/icons/grabber-24.svg +0 -6
- package/lib/core/icons/graph-16.svg +0 -6
- package/lib/core/icons/graph-24.svg +0 -3
- package/lib/core/icons/hash-16.svg +0 -6
- package/lib/core/icons/hash-24.svg +0 -6
- package/lib/core/icons/heading-16.svg +0 -6
- package/lib/core/icons/heading-24.svg +0 -6
- package/lib/core/icons/heart-16.svg +0 -6
- package/lib/core/icons/heart-24.svg +0 -6
- package/lib/core/icons/heart-fill-16.svg +0 -6
- package/lib/core/icons/heart-fill-24.svg +0 -3
- package/lib/core/icons/history-16.svg +0 -6
- package/lib/core/icons/history-24.svg +0 -3
- package/lib/core/icons/home-16.svg +0 -3
- package/lib/core/icons/home-24.svg +0 -6
- package/lib/core/icons/home-fill-24.svg +0 -3
- package/lib/core/icons/horizontal-rule-16.svg +0 -5
- package/lib/core/icons/horizontal-rule-24.svg +0 -5
- package/lib/core/icons/hourglass-16.svg +0 -6
- package/lib/core/icons/hourglass-24.svg +0 -6
- package/lib/core/icons/hubot-16.svg +0 -6
- package/lib/core/icons/hubot-24.svg +0 -8
- package/lib/core/icons/id-badge-16.svg +0 -8
- package/lib/core/icons/image-16.svg +0 -6
- package/lib/core/icons/image-24.svg +0 -6
- package/lib/core/icons/inbox-16.svg +0 -6
- package/lib/core/icons/inbox-24.svg +0 -6
- package/lib/core/icons/infinity-16.svg +0 -6
- package/lib/core/icons/infinity-24.svg +0 -6
- package/lib/core/icons/info-16.svg +0 -6
- package/lib/core/icons/info-24.svg +0 -8
- package/lib/core/icons/issue-closed-16.svg +0 -6
- package/lib/core/icons/issue-closed-24.svg +0 -7
- package/lib/core/icons/issue-draft-16.svg +0 -6
- package/lib/core/icons/issue-draft-24.svg +0 -6
- package/lib/core/icons/issue-opened-16.svg +0 -6
- package/lib/core/icons/issue-opened-24.svg +0 -6
- package/lib/core/icons/issue-reopened-16.svg +0 -3
- package/lib/core/icons/issue-reopened-24.svg +0 -3
- package/lib/core/icons/italic-16.svg +0 -6
- package/lib/core/icons/italic-24.svg +0 -6
- package/lib/core/icons/iterations-16.svg +0 -3
- package/lib/core/icons/iterations-24.svg +0 -3
- package/lib/core/icons/kebab-horizontal-16.svg +0 -3
- package/lib/core/icons/kebab-horizontal-24.svg +0 -5
- package/lib/core/icons/key-16.svg +0 -6
- package/lib/core/icons/key-24.svg +0 -7
- package/lib/core/icons/key-asterisk-16.svg +0 -8
- package/lib/core/icons/law-16.svg +0 -6
- package/lib/core/icons/law-24.svg +0 -6
- package/lib/core/icons/light-bulb-16.svg +0 -6
- package/lib/core/icons/light-bulb-24.svg +0 -6
- package/lib/core/icons/link-16.svg +0 -6
- package/lib/core/icons/link-24.svg +0 -3
- package/lib/core/icons/link-external-16.svg +0 -6
- package/lib/core/icons/link-external-24.svg +0 -3
- package/lib/core/icons/list-ordered-16.svg +0 -6
- package/lib/core/icons/list-ordered-24.svg +0 -3
- package/lib/core/icons/list-unordered-16.svg +0 -6
- package/lib/core/icons/list-unordered-24.svg +0 -6
- package/lib/core/icons/location-16.svg +0 -6
- package/lib/core/icons/location-24.svg +0 -7
- package/lib/core/icons/lock-16.svg +0 -6
- package/lib/core/icons/lock-24.svg +0 -6
- package/lib/core/icons/log-16.svg +0 -7
- package/lib/core/icons/login.svg +0 -6
- package/lib/core/icons/logo-gist-16.svg +0 -6
- package/lib/core/icons/logo-github-16.svg +0 -6
- package/lib/core/icons/logout.svg +0 -6
- package/lib/core/icons/mail-16.svg +0 -6
- package/lib/core/icons/mail-24.svg +0 -6
- package/lib/core/icons/mark-github-16.svg +0 -6
- package/lib/core/icons/markdown-16.svg +0 -6
- package/lib/core/icons/megaphone-16.svg +0 -11
- package/lib/core/icons/megaphone-24.svg +0 -6
- package/lib/core/icons/mention-16.svg +0 -6
- package/lib/core/icons/mention-24.svg +0 -6
- package/lib/core/icons/meter-16.svg +0 -6
- package/lib/core/icons/milestone-16.svg +0 -6
- package/lib/core/icons/milestone-24.svg +0 -6
- package/lib/core/icons/mirror-16.svg +0 -6
- package/lib/core/icons/mirror-24.svg +0 -6
- package/lib/core/icons/moon-16.svg +0 -6
- package/lib/core/icons/moon-24.svg +0 -6
- package/lib/core/icons/mortar-board-16.svg +0 -6
- package/lib/core/icons/mortar-board-24.svg +0 -6
- package/lib/core/icons/multi-select-16.svg +0 -7
- package/lib/core/icons/multi-select-24.svg +0 -7
- package/lib/core/icons/mute-16.svg +0 -6
- package/lib/core/icons/mute-24.svg +0 -8
- package/lib/core/icons/no-entry-16.svg +0 -6
- package/lib/core/icons/no-entry-24.svg +0 -6
- package/lib/core/icons/no-entry-fill-12.svg +0 -5
- package/lib/core/icons/north-star-16.svg +0 -3
- package/lib/core/icons/north-star-24.svg +0 -3
- package/lib/core/icons/note-16.svg +0 -6
- package/lib/core/icons/note-24.svg +0 -8
- package/lib/core/icons/number-16.svg +0 -6
- package/lib/core/icons/number-24.svg +0 -6
- package/lib/core/icons/organization-16.svg +0 -6
- package/lib/core/icons/organization-24.svg +0 -8
- package/lib/core/icons/package-16.svg +0 -6
- package/lib/core/icons/package-24.svg +0 -6
- package/lib/core/icons/package-dependencies-16.svg +0 -6
- package/lib/core/icons/package-dependencies-24.svg +0 -8
- package/lib/core/icons/package-dependents-16.svg +0 -6
- package/lib/core/icons/package-dependents-24.svg +0 -8
- package/lib/core/icons/paintbrush-16.svg +0 -6
- package/lib/core/icons/paper-airplane-16.svg +0 -6
- package/lib/core/icons/paper-airplane-24.svg +0 -6
- package/lib/core/icons/paperclip-16.svg +0 -6
- package/lib/core/icons/paperclip-24.svg +0 -6
- package/lib/core/icons/paste-16.svg +0 -6
- package/lib/core/icons/paste-24.svg +0 -8
- package/lib/core/icons/pencil-16.svg +0 -6
- package/lib/core/icons/pencil-24.svg +0 -6
- package/lib/core/icons/people-16.svg +0 -6
- package/lib/core/icons/people-24.svg +0 -8
- package/lib/core/icons/person-16.svg +0 -6
- package/lib/core/icons/person-24.svg +0 -6
- package/lib/core/icons/person-add-16.svg +0 -6
- package/lib/core/icons/person-add-24.svg +0 -6
- package/lib/core/icons/person-fill-16.svg +0 -3
- package/lib/core/icons/person-fill-24.svg +0 -3
- package/lib/core/icons/pin-16.svg +0 -6
- package/lib/core/icons/pin-24.svg +0 -6
- package/lib/core/icons/play-16.svg +0 -6
- package/lib/core/icons/play-24.svg +0 -7
- package/lib/core/icons/plug-16.svg +0 -6
- package/lib/core/icons/plug-24.svg +0 -6
- package/lib/core/icons/plus-16.svg +0 -6
- package/lib/core/icons/plus-24.svg +0 -6
- package/lib/core/icons/plus-circle-16.svg +0 -6
- package/lib/core/icons/plus-circle-24.svg +0 -7
- package/lib/core/icons/project-16.svg +0 -6
- package/lib/core/icons/project-24.svg +0 -8
- package/lib/core/icons/pulse-16.svg +0 -6
- package/lib/core/icons/pulse-24.svg +0 -6
- package/lib/core/icons/question-16.svg +0 -6
- package/lib/core/icons/question-24.svg +0 -8
- package/lib/core/icons/quote-16.svg +0 -6
- package/lib/core/icons/quote-24.svg +0 -6
- package/lib/core/icons/reply-16.svg +0 -6
- package/lib/core/icons/reply-24.svg +0 -3
- package/lib/core/icons/repo-16.svg +0 -6
- package/lib/core/icons/repo-24.svg +0 -7
- package/lib/core/icons/repo-clone-16.svg +0 -6
- package/lib/core/icons/repo-deleted-16.svg +0 -3
- package/lib/core/icons/repo-forked-16.svg +0 -6
- package/lib/core/icons/repo-forked-24.svg +0 -9
- package/lib/core/icons/repo-locked-16.svg +0 -8
- package/lib/core/icons/repo-locked-24.svg +0 -8
- package/lib/core/icons/repo-pull-16.svg +0 -6
- package/lib/core/icons/repo-push-16.svg +0 -6
- package/lib/core/icons/repo-push-24.svg +0 -3
- package/lib/core/icons/repo-template-16.svg +0 -6
- package/lib/core/icons/repo-template-24.svg +0 -3
- package/lib/core/icons/report-16.svg +0 -6
- package/lib/core/icons/report-24.svg +0 -6
- package/lib/core/icons/rocket-16.svg +0 -6
- package/lib/core/icons/rocket-24.svg +0 -6
- package/lib/core/icons/rows-16.svg +0 -6
- package/lib/core/icons/rows-24.svg +0 -6
- package/lib/core/icons/rss-16.svg +0 -6
- package/lib/core/icons/rss-24.svg +0 -6
- package/lib/core/icons/ruby-16.svg +0 -6
- package/lib/core/icons/ruby-24.svg +0 -6
- package/lib/core/icons/screen-full-16.svg +0 -6
- package/lib/core/icons/screen-full-24.svg +0 -6
- package/lib/core/icons/screen-normal-16.svg +0 -6
- package/lib/core/icons/screen-normal-24.svg +0 -6
- package/lib/core/icons/search-16.svg +0 -6
- package/lib/core/icons/search-24.svg +0 -6
- package/lib/core/icons/server-16.svg +0 -6
- package/lib/core/icons/server-24.svg +0 -8
- package/lib/core/icons/server-error.svg +0 -5
- package/lib/core/icons/share-16.svg +0 -6
- package/lib/core/icons/share-24.svg +0 -6
- package/lib/core/icons/share-android-16.svg +0 -6
- package/lib/core/icons/share-android-24.svg +0 -6
- package/lib/core/icons/shield-16.svg +0 -6
- package/lib/core/icons/shield-24.svg +0 -7
- package/lib/core/icons/shield-check-16.svg +0 -6
- package/lib/core/icons/shield-check-24.svg +0 -7
- package/lib/core/icons/shield-lock-16.svg +0 -6
- package/lib/core/icons/shield-lock-24.svg +0 -6
- package/lib/core/icons/shield-slash-16.svg +0 -8
- package/lib/core/icons/shield-x-16.svg +0 -6
- package/lib/core/icons/shield-x-24.svg +0 -8
- package/lib/core/icons/sidebar-collapse-16.svg +0 -7
- package/lib/core/icons/sidebar-collapse-24.svg +0 -7
- package/lib/core/icons/sidebar-expand-16.svg +0 -7
- package/lib/core/icons/sidebar-expand-24.svg +0 -7
- package/lib/core/icons/sign-in-16.svg +0 -6
- package/lib/core/icons/sign-in-24.svg +0 -6
- package/lib/core/icons/sign-out-16.svg +0 -6
- package/lib/core/icons/sign-out-24.svg +0 -6
- package/lib/core/icons/single-select-16.svg +0 -7
- package/lib/core/icons/single-select-24.svg +0 -7
- package/lib/core/icons/skip-16.svg +0 -6
- package/lib/core/icons/skip-24.svg +0 -7
- package/lib/core/icons/sliders-16.svg +0 -3
- package/lib/core/icons/smiley-16.svg +0 -6
- package/lib/core/icons/smiley-24.svg +0 -9
- package/lib/core/icons/sort-asc-16.svg +0 -6
- package/lib/core/icons/sort-asc-24.svg +0 -3
- package/lib/core/icons/sort-desc-16.svg +0 -7
- package/lib/core/icons/sort-desc-24.svg +0 -3
- package/lib/core/icons/square-16.svg +0 -6
- package/lib/core/icons/square-24.svg +0 -6
- package/lib/core/icons/square-fill-16.svg +0 -6
- package/lib/core/icons/square-fill-24.svg +0 -6
- package/lib/core/icons/squirrel-16.svg +0 -6
- package/lib/core/icons/squirrel-24.svg +0 -3
- package/lib/core/icons/stack-16.svg +0 -6
- package/lib/core/icons/stack-24.svg +0 -10
- package/lib/core/icons/star-16.svg +0 -6
- package/lib/core/icons/star-24.svg +0 -6
- package/lib/core/icons/star-fill-16.svg +0 -6
- package/lib/core/icons/star-fill-24.svg +0 -6
- package/lib/core/icons/stop-16.svg +0 -6
- package/lib/core/icons/stop-24.svg +0 -7
- package/lib/core/icons/stopwatch-16.svg +0 -6
- package/lib/core/icons/stopwatch-24.svg +0 -6
- package/lib/core/icons/store.svg +0 -7
- package/lib/core/icons/strikethrough-16.svg +0 -6
- package/lib/core/icons/strikethrough-24.svg +0 -6
- package/lib/core/icons/sun-16.svg +0 -6
- package/lib/core/icons/sun-24.svg +0 -6
- package/lib/core/icons/sync-16.svg +0 -6
- package/lib/core/icons/sync-24.svg +0 -3
- package/lib/core/icons/tab-24.svg +0 -3
- package/lib/core/icons/tab-external-16.svg +0 -3
- package/lib/core/icons/table-16.svg +0 -6
- package/lib/core/icons/table-24.svg +0 -6
- package/lib/core/icons/tag-16.svg +0 -6
- package/lib/core/icons/tag-24.svg +0 -7
- package/lib/core/icons/tasklist-16.svg +0 -6
- package/lib/core/icons/tasklist-24.svg +0 -7
- package/lib/core/icons/telescope-16.svg +0 -6
- package/lib/core/icons/telescope-24.svg +0 -8
- package/lib/core/icons/telescope-fill-16.svg +0 -6
- package/lib/core/icons/telescope-fill-24.svg +0 -8
- package/lib/core/icons/terminal-16.svg +0 -6
- package/lib/core/icons/terminal-24.svg +0 -8
- package/lib/core/icons/three-bars-16.svg +0 -6
- package/lib/core/icons/thumbsdown-16.svg +0 -6
- package/lib/core/icons/thumbsdown-24.svg +0 -6
- package/lib/core/icons/thumbsup-16.svg +0 -6
- package/lib/core/icons/thumbsup-24.svg +0 -6
- package/lib/core/icons/tools-16.svg +0 -6
- package/lib/core/icons/tools-24.svg +0 -6
- package/lib/core/icons/trash-16.svg +0 -6
- package/lib/core/icons/trash-24.svg +0 -10
- package/lib/core/icons/triangle-down-16.svg +0 -3
- package/lib/core/icons/triangle-down-24.svg +0 -3
- package/lib/core/icons/triangle-left-16.svg +0 -3
- package/lib/core/icons/triangle-left-24.svg +0 -3
- package/lib/core/icons/triangle-right-16.svg +0 -3
- package/lib/core/icons/triangle-right-24.svg +0 -3
- package/lib/core/icons/triangle-up-16.svg +0 -3
- package/lib/core/icons/triangle-up-24.svg +0 -3
- package/lib/core/icons/trophy-16.svg +0 -6
- package/lib/core/icons/trophy-24.svg +0 -6
- package/lib/core/icons/typography-16.svg +0 -6
- package/lib/core/icons/typography-24.svg +0 -6
- package/lib/core/icons/unfold-16.svg +0 -3
- package/lib/core/icons/unfold-24.svg +0 -9
- package/lib/core/icons/unlock-16.svg +0 -6
- package/lib/core/icons/unlock-24.svg +0 -6
- package/lib/core/icons/unmute-16.svg +0 -6
- package/lib/core/icons/unmute-24.svg +0 -8
- package/lib/core/icons/unverified-16.svg +0 -6
- package/lib/core/icons/unverified-24.svg +0 -8
- package/lib/core/icons/upload-16.svg +0 -6
- package/lib/core/icons/upload-24.svg +0 -6
- package/lib/core/icons/verified-16.svg +0 -6
- package/lib/core/icons/verified-24.svg +0 -7
- package/lib/core/icons/versions-16.svg +0 -6
- package/lib/core/icons/versions-24.svg +0 -6
- package/lib/core/icons/video-16.svg +0 -7
- package/lib/core/icons/video-24.svg +0 -7
- package/lib/core/icons/webhook-16.svg +0 -3
- package/lib/core/icons/workflow-16.svg +0 -6
- package/lib/core/icons/workflow-24.svg +0 -6
- package/lib/core/icons/x-16.svg +0 -6
- package/lib/core/icons/x-24.svg +0 -6
- package/lib/core/icons/x-circle-16.svg +0 -6
- package/lib/core/icons/x-circle-24.svg +0 -8
- package/lib/core/icons/x-circle-fill-12.svg +0 -6
- package/lib/core/icons/x-circle-fill-16.svg +0 -6
- package/lib/core/icons/x-circle-fill-24.svg +0 -6
- package/lib/core/icons/yourdash.svg +0 -61
- package/lib/core/icons/zap-16.svg +0 -6
- package/lib/core/icons/zap-24.svg +0 -6
- package/lib/core/incrementLevel.tsx +0 -15
- package/lib/core/isPhone.ts +0 -30
- package/lib/core/level.tsx +0 -27
- package/lib/core/remToPx.ts +0 -8
- package/lib/core/root.tsx +0 -26
- package/lib/core/toasts/toast.module.css +0 -68
- package/lib/core/toasts/toast.module.css.map +0 -1
- package/lib/core/toasts/toast.module.scss +0 -71
- package/lib/core/toasts/toast.ts +0 -12
- package/lib/core/toasts/toastAction.ts +0 -12
- package/lib/core/toasts/toastContext.ts +0 -16
- package/lib/core/toasts/toasts.tsx +0 -96
- package/lib/core/toasts/useToast.ts +0 -18
- package/lib/core/utils.ts +0 -4
- package/lib/core/uuid.ts +0 -12
- package/lib/theme/defaultTheme.module.css +0 -297
- package/lib/theme/defaultTheme.module.css.map +0 -1
- package/lib/theme/defaultTheme.module.scss +0 -361
- package/lib/theme/themeValues.css +0 -7
- package/lib/theme/themeValues.css.map +0 -1
- package/lib/theme/themeValues.scss +0 -129
- package/lib/utilityComponent/hasBeenShown/hasBeenShown.tsx +0 -47
- package/lib/utilityComponent/onInView/onInView.tsx +0 -83
- package/lib/views/carousel/UKCarousel.tsx +0 -147
- package/lib/views/carousel/carousel.module.css +0 -77
- package/lib/views/carousel/carousel.module.css.map +0 -1
- package/lib/views/carousel/carousel.module.scss +0 -94
- package/lib/views/dialog/UKDialog.tsx +0 -34
- package/lib/views/dialog/dialog.module.css +0 -44
- package/lib/views/dialog/dialog.module.css.map +0 -1
- package/lib/views/dialog/dialog.module.scss +0 -44
- package/lib/views/infiniteScroll/UKInfiniteScroll.tsx +0 -90
- package/lib/views/infiniteScroll/infiniteScroll.module.css +0 -30
- package/lib/views/infiniteScroll/infiniteScroll.module.css.map +0 -1
- package/lib/views/infiniteScroll/infiniteScroll.module.scss +0 -26
- package/lib/views/layout/UKLayout.module.scss +0 -24
- package/lib/views/layout/UKLayout.tsx +0 -30
- package/lib/views/navBar/UKNavBar.tsx +0 -37
- package/lib/views/navBar/components/navImage/UKNavbarNavImage.tsx +0 -15
- package/lib/views/navBar/components/navImage/navImage.module.css +0 -12
- package/lib/views/navBar/components/navImage/navImage.module.css.map +0 -1
- package/lib/views/navBar/components/navImage/navImage.module.scss +0 -7
- package/lib/views/navBar/components/navTitle/UKNavbarNavTitle.tsx +0 -13
- package/lib/views/navBar/navBar.module.css +0 -26
- package/lib/views/navBar/navBar.module.css.map +0 -1
- package/lib/views/navBar/navBar.module.scss +0 -22
- package/lib/views/onBoarding/UKOnBoarding.tsx +0 -146
- package/lib/views/onBoarding/onBoarding.module.css +0 -74
- package/lib/views/onBoarding/onBoarding.module.css.map +0 -1
- package/lib/views/onBoarding/onBoarding.module.scss +0 -84
- package/lib/views/pageHeader/UKPageHeader.tsx +0 -28
- package/lib/views/pageHeader/header.module.css +0 -20
- package/lib/views/pageHeader/header.module.css.map +0 -1
- package/lib/views/pageHeader/header.module.scss +0 -16
- package/lib/views/panAndZoom/UKPanAndZoom.tsx +0 -121
- package/lib/views/sidebar/UKSidebar.tsx +0 -30
- package/lib/views/sidebar/UKSidebarContainer.tsx +0 -38
- package/lib/views/sidebar/UKSidebarContext.tsx +0 -15
- package/lib/views/sidebar/UKSidebarToggleButton.tsx +0 -27
- package/lib/views/sidebar/sidebar.module.css +0 -54
- package/lib/views/sidebar/sidebar.module.css.map +0 -1
- package/lib/views/sidebar/sidebar.module.scss +0 -49
- package/lib/views/sidebar/sidebarContainer.module.css +0 -26
- package/lib/views/sidebar/sidebarContainer.module.css.map +0 -1
- package/lib/views/sidebar/sidebarContainer.module.scss +0 -22
package/dist/index.mjs
CHANGED
@@ -1,8 +1,8 @@
|
|
1
|
-
import { jsx as s, jsxs as
|
2
|
-
import * as
|
3
|
-
import O, { createContext as
|
4
|
-
import { useNavigate as
|
5
|
-
import './index.css';var
|
1
|
+
import { jsx as s, jsxs as k, Fragment as Y } from "react/jsx-runtime";
|
2
|
+
import * as je from "react";
|
3
|
+
import O, { createContext as ge, useRef as M, useEffect as T, useContext as ue, useState as I } from "react";
|
4
|
+
import { useNavigate as Pe, Outlet as Ke } from "react-router";
|
5
|
+
import './index.css';var J = { exports: {} }, fe = {};
|
6
6
|
/**
|
7
7
|
* @license React
|
8
8
|
* react-compiler-runtime.production.js
|
@@ -13,15 +13,15 @@ import './index.css';var Q = { exports: {} }, ue = {};
|
|
13
13
|
* LICENSE file in the root directory of this source tree.
|
14
14
|
*/
|
15
15
|
var Ce;
|
16
|
-
function
|
17
|
-
if (Ce) return
|
16
|
+
function Ae() {
|
17
|
+
if (Ce) return fe;
|
18
18
|
Ce = 1;
|
19
19
|
var t = O.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;
|
20
|
-
return
|
20
|
+
return fe.c = function(e) {
|
21
21
|
return t.H.useMemoCache(e);
|
22
|
-
},
|
22
|
+
}, fe;
|
23
23
|
}
|
24
|
-
var
|
24
|
+
var he = {};
|
25
25
|
/**
|
26
26
|
* @license React
|
27
27
|
* react-compiler-runtime.development.js
|
@@ -31,11 +31,11 @@ var fe = {};
|
|
31
31
|
* This source code is licensed under the MIT license found in the
|
32
32
|
* LICENSE file in the root directory of this source tree.
|
33
33
|
*/
|
34
|
-
var
|
35
|
-
function
|
36
|
-
return
|
34
|
+
var Ne;
|
35
|
+
function He() {
|
36
|
+
return Ne || (Ne = 1, process.env.NODE_ENV !== "production" && function() {
|
37
37
|
var t = O.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;
|
38
|
-
|
38
|
+
he.c = function(e) {
|
39
39
|
var i = t.H;
|
40
40
|
return i === null && console.error(
|
41
41
|
`Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:
|
@@ -45,49 +45,49 @@ function Ae() {
|
|
45
45
|
See https://react.dev/link/invalid-hook-call for tips about how to debug and fix this problem.`
|
46
46
|
), i.useMemoCache(e);
|
47
47
|
};
|
48
|
-
}()),
|
48
|
+
}()), he;
|
49
49
|
}
|
50
|
-
var
|
51
|
-
function
|
52
|
-
return
|
50
|
+
var xo = J.exports, xe;
|
51
|
+
function ze() {
|
52
|
+
return xe || (xe = 1, process.env.NODE_ENV === "production" ? J.exports = Ae() : J.exports = He()), J.exports;
|
53
53
|
}
|
54
|
-
var
|
55
|
-
function
|
54
|
+
var y = ze();
|
55
|
+
function De(t) {
|
56
56
|
var e, i, n = "";
|
57
57
|
if (typeof t == "string" || typeof t == "number") n += t;
|
58
58
|
else if (typeof t == "object") if (Array.isArray(t)) {
|
59
59
|
var o = t.length;
|
60
|
-
for (e = 0; e < o; e++) t[e] && (i =
|
60
|
+
for (e = 0; e < o; e++) t[e] && (i = De(t[e])) && (n && (n += " "), n += i);
|
61
61
|
} else for (i in t) t[i] && (n && (n += " "), n += i);
|
62
62
|
return n;
|
63
63
|
}
|
64
|
-
function
|
65
|
-
for (var t, e, i = 0, n = "", o = arguments.length; i < o; i++) (t = arguments[i]) && (e =
|
64
|
+
function qe() {
|
65
|
+
for (var t, e, i = 0, n = "", o = arguments.length; i < o; i++) (t = arguments[i]) && (e = De(t)) && (n && (n += " "), n += e);
|
66
66
|
return n;
|
67
67
|
}
|
68
68
|
function v(...t) {
|
69
|
-
return
|
69
|
+
return qe(...t).replaceAll(`
|
70
70
|
`, "").split(" ").filter((e) => e !== "").join(" ");
|
71
71
|
}
|
72
|
-
const
|
73
|
-
component:
|
74
|
-
},
|
75
|
-
const e =
|
72
|
+
const Ge = "_component_kjav3_10", Ye = {
|
73
|
+
component: Ge
|
74
|
+
}, ve = (t) => {
|
75
|
+
const e = y.c(7);
|
76
76
|
let i;
|
77
|
-
e[0] !== t.className ? (i = v(
|
77
|
+
e[0] !== t.className ? (i = v(Ye.component, t.className), e[0] = t.className, e[1] = i) : i = e[1];
|
78
78
|
let n;
|
79
79
|
return e[2] !== t.disabled || e[3] !== t.onClick || e[4] !== t.text || e[5] !== i ? (n = /* @__PURE__ */ s("button", { className: i, onClick: t.onClick, "aria-label": t.text, disabled: t.disabled, type: "button", children: t.text }), e[2] = t.disabled, e[3] = t.onClick, e[4] = t.text, e[5] = i, e[6] = n) : n = e[6], n;
|
80
|
-
},
|
80
|
+
}, Le = ge({
|
81
81
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
82
82
|
createMenu: (t) => {
|
83
83
|
},
|
84
84
|
destroyMenu: () => {
|
85
85
|
}
|
86
|
-
}),
|
87
|
-
component:
|
88
|
-
button:
|
89
|
-
},
|
90
|
-
const e =
|
86
|
+
}), We = "_component_p0do9_10", Ve = "_button_p0do9_29", Be = {
|
87
|
+
component: We,
|
88
|
+
button: Ve
|
89
|
+
}, Xe = (t) => {
|
90
|
+
const e = y.c(17), {
|
91
91
|
children: i
|
92
92
|
} = t;
|
93
93
|
let n;
|
@@ -108,43 +108,43 @@ const qe = "_component_kjav3_10", Ge = {
|
|
108
108
|
let _;
|
109
109
|
e[4] === Symbol.for("react.memo_cache_sentinel") ? (_ = {
|
110
110
|
createMenu: ($) => {
|
111
|
-
var pe,
|
111
|
+
var pe, ye;
|
112
112
|
const {
|
113
|
-
x:
|
113
|
+
x: p,
|
114
114
|
y: N,
|
115
|
-
items:
|
116
|
-
} = $, R = window.innerWidth, B = window.innerHeight, H = ((pe = d.current) == null ? void 0 : pe.getBoundingClientRect().width) || 200,
|
117
|
-
let
|
118
|
-
|
119
|
-
x:
|
120
|
-
y:
|
121
|
-
}), u(
|
115
|
+
items: S
|
116
|
+
} = $, R = window.innerWidth, B = window.innerHeight, H = ((pe = d.current) == null ? void 0 : pe.getBoundingClientRect().width) || 200, V = ((ye = d.current) == null ? void 0 : ye.getBoundingClientRect().height) || 200;
|
117
|
+
let X = p, Z = N;
|
118
|
+
p + H >= R && (X = R - H), N + V >= B && (Z = B - V), c({
|
119
|
+
x: X,
|
120
|
+
y: Z
|
121
|
+
}), u(S), l(!0);
|
122
122
|
},
|
123
123
|
destroyMenu: () => {
|
124
124
|
l(!1);
|
125
125
|
}
|
126
126
|
}, e[4] = _) : _ = e[4];
|
127
|
-
const
|
127
|
+
const b = r ? "flex" : "none";
|
128
128
|
let g;
|
129
|
-
e[5] !== o.x || e[6] !== o.y || e[7] !==
|
130
|
-
display:
|
129
|
+
e[5] !== o.x || e[6] !== o.y || e[7] !== b ? (g = {
|
130
|
+
display: b,
|
131
131
|
left: o.x,
|
132
132
|
top: o.y
|
133
|
-
}, e[5] = o.x, e[6] = o.y, e[7] =
|
134
|
-
let
|
135
|
-
e[9] !== m ? (
|
133
|
+
}, e[5] = o.x, e[6] = o.y, e[7] = b, e[8] = g) : g = e[8];
|
134
|
+
let C;
|
135
|
+
e[9] !== m ? (C = m.map(Ze), e[9] = m, e[10] = C) : C = e[10];
|
136
136
|
let x;
|
137
|
-
e[11] !== g || e[12] !==
|
137
|
+
e[11] !== g || e[12] !== C ? (x = /* @__PURE__ */ s("div", { ref: d, style: g, className: Be.component, children: C }), e[11] = g, e[12] = C, e[13] = x) : x = e[13];
|
138
138
|
let w;
|
139
|
-
return e[14] !== i || e[15] !== x ? (w = /* @__PURE__ */
|
139
|
+
return e[14] !== i || e[15] !== x ? (w = /* @__PURE__ */ k(Le.Provider, { value: _, children: [
|
140
140
|
x,
|
141
141
|
i
|
142
142
|
] }), e[14] = i, e[15] = x, e[16] = w) : w = e[16], w;
|
143
143
|
};
|
144
|
-
function
|
145
|
-
return /* @__PURE__ */ s(
|
144
|
+
function Ze(t) {
|
145
|
+
return /* @__PURE__ */ s(ve, { className: Be.button, text: t.label, onClick: t.onClick }, t.label);
|
146
146
|
}
|
147
|
-
function
|
147
|
+
function Ue() {
|
148
148
|
const t = window.navigator;
|
149
149
|
if (new URLSearchParams(window.location.search).has("ukmobile")) return !0;
|
150
150
|
if (t != null && t.userAgentData)
|
@@ -154,22 +154,22 @@ function Be() {
|
|
154
154
|
return navigator.userAgent.match(i) !== null;
|
155
155
|
}
|
156
156
|
}
|
157
|
-
const
|
158
|
-
component:
|
159
|
-
h1component:
|
160
|
-
h2component:
|
161
|
-
h3component:
|
162
|
-
h4component:
|
163
|
-
h5component:
|
164
|
-
h6component:
|
165
|
-
},
|
166
|
-
theme:
|
167
|
-
level0:
|
168
|
-
level1:
|
169
|
-
level2:
|
170
|
-
level3:
|
171
|
-
mobile:
|
172
|
-
},
|
157
|
+
const Qe = "_component_psvf3_10", Je = "_h1component_psvf3_17", et = "_h2component_psvf3_22", tt = "_h3component_psvf3_27", nt = "_h4component_psvf3_32", ot = "_h5component_psvf3_37", it = "_h6component_psvf3_42", P = {
|
158
|
+
component: Qe,
|
159
|
+
h1component: Je,
|
160
|
+
h2component: et,
|
161
|
+
h3component: tt,
|
162
|
+
h4component: nt,
|
163
|
+
h5component: ot,
|
164
|
+
h6component: it
|
165
|
+
}, ct = "_theme_nrhjz_10", lt = "_level0_nrhjz_27", rt = "_level1_nrhjz_95", st = "_level2_nrhjz_157", at = "_level3_nrhjz_221", mt = "_mobile_nrhjz_284", F = {
|
166
|
+
theme: ct,
|
167
|
+
level0: lt,
|
168
|
+
level1: rt,
|
169
|
+
level2: st,
|
170
|
+
level3: at,
|
171
|
+
mobile: mt
|
172
|
+
}, ie = ge(0), A = () => ue(ie), W = (t) => {
|
173
173
|
switch (t) {
|
174
174
|
case 0:
|
175
175
|
return F.level0;
|
@@ -182,8 +182,8 @@ const Ze = "_component_psvf3_10", Qe = "_h1component_psvf3_17", Je = "_h2compone
|
|
182
182
|
default:
|
183
183
|
return F.level0;
|
184
184
|
}
|
185
|
-
},
|
186
|
-
const e =
|
185
|
+
}, ce = (t) => {
|
186
|
+
const e = y.c(36), i = ue(ie);
|
187
187
|
switch (t.level || i || 1) {
|
188
188
|
case 1: {
|
189
189
|
let n;
|
@@ -222,46 +222,46 @@ const Ze = "_component_psvf3_10", Qe = "_h1component_psvf3_17", Je = "_h2compone
|
|
222
222
|
return e[32] !== t.style || e[33] !== t.text || e[34] !== n ? (o = /* @__PURE__ */ s("h6", { className: n, style: t.style, children: t.text }), e[32] = t.style, e[33] = t.text, e[34] = n, e[35] = o) : o = e[35], o;
|
223
223
|
}
|
224
224
|
}
|
225
|
-
},
|
226
|
-
component:
|
227
|
-
row:
|
228
|
-
disableMargin:
|
229
|
-
column:
|
230
|
-
},
|
231
|
-
const e =
|
225
|
+
}, dt = "_component_w586s_10", ut = "_row_w586s_16", ft = "_disableMargin_w586s_22", ht = "_column_w586s_28", _e = {
|
226
|
+
component: dt,
|
227
|
+
row: ut,
|
228
|
+
disableMargin: ft,
|
229
|
+
column: ht
|
230
|
+
}, de = (t) => {
|
231
|
+
const e = y.c(5), i = _e[t.direction], n = t.disableMargin && _e.disableMargin;
|
232
232
|
let o;
|
233
|
-
e[0] !== i || e[1] !== n ? (o = v(
|
233
|
+
e[0] !== i || e[1] !== n ? (o = v(_e.component, i, n), e[0] = i, e[1] = n, e[2] = o) : o = e[2];
|
234
234
|
let c;
|
235
235
|
return e[3] !== o ? (c = /* @__PURE__ */ s("div", { className: o }), e[3] = o, e[4] = c) : c = e[4], c;
|
236
|
-
},
|
237
|
-
const e =
|
236
|
+
}, ne = (t) => {
|
237
|
+
const e = y.c(3), n = A() + 1;
|
238
238
|
let o;
|
239
|
-
return e[0] !== t.children || e[1] !== n ? (o = /* @__PURE__ */ s(
|
240
|
-
},
|
241
|
-
component:
|
242
|
-
},
|
239
|
+
return e[0] !== t.children || e[1] !== n ? (o = /* @__PURE__ */ s(ie.Provider, { value: n, children: t.children }), e[0] = t.children, e[1] = n, e[2] = o) : o = e[2], o;
|
240
|
+
}, _t = "_component_erxw3_10", gt = {
|
241
|
+
component: _t
|
242
|
+
}, ee = (t) => {
|
243
243
|
const e = t.level || A();
|
244
|
-
return /* @__PURE__ */ s("div", { className: v(
|
245
|
-
},
|
246
|
-
component:
|
247
|
-
clickable:
|
244
|
+
return /* @__PURE__ */ s("div", { className: v(gt.component, t.className, W(e)), style: t.style, children: /* @__PURE__ */ s(ne, { children: t.children }) });
|
245
|
+
}, vt = "_component_173cg_10", bt = "_clickable_173cg_25", pt = "_header_173cg_52", yt = "_actions_173cg_59", Ct = "_content_173cg_67", U = {
|
246
|
+
component: vt,
|
247
|
+
clickable: bt,
|
248
248
|
header: pt,
|
249
|
-
actions:
|
249
|
+
actions: yt,
|
250
250
|
content: Ct
|
251
|
-
},
|
252
|
-
const e =
|
251
|
+
}, Nt = (t) => {
|
252
|
+
const e = y.c(3), n = A() - 1;
|
253
253
|
let o;
|
254
|
-
return e[0] !== t.children || e[1] !== n ? (o = /* @__PURE__ */ s(
|
255
|
-
},
|
254
|
+
return e[0] !== t.children || e[1] !== n ? (o = /* @__PURE__ */ s(ie.Provider, { value: n, children: t.children }), e[0] = t.children, e[1] = n, e[2] = o) : o = e[2], o;
|
255
|
+
}, le = (t) => {
|
256
256
|
const e = t.level || A();
|
257
|
-
return t.onClick ? /* @__PURE__ */ s(
|
258
|
-
t.header && /* @__PURE__ */ s(
|
257
|
+
return t.onClick ? /* @__PURE__ */ s(Y, { children: /* @__PURE__ */ s(ne, { children: /* @__PURE__ */ k("button", { style: t.style, className: v(U.component, W(e), t.containerClassName, U.clickable), onClick: t.onClick, children: [
|
258
|
+
t.header && /* @__PURE__ */ s(ee, { className: v(U.header, t.headerClassName), children: t.header }),
|
259
259
|
/* @__PURE__ */ s("div", { className: v(U.content, t.className), children: t.children }),
|
260
|
-
t.actions && /* @__PURE__ */ s(
|
261
|
-
] }) }) }) : /* @__PURE__ */ s(
|
262
|
-
t.header && /* @__PURE__ */ s(
|
260
|
+
t.actions && /* @__PURE__ */ s(ee, { className: v(U.actions, t.actionsClassName), children: t.actions })
|
261
|
+
] }) }) }) : /* @__PURE__ */ s(Y, { children: /* @__PURE__ */ s(ne, { children: /* @__PURE__ */ k("div", { style: t.style, className: v(U.component, W(e), t.containerClassName), children: [
|
262
|
+
t.header && /* @__PURE__ */ s(ee, { className: v(U.header, t.headerClassName), children: t.header }),
|
263
263
|
/* @__PURE__ */ s("div", { className: v(U.content, t.className), children: t.children }),
|
264
|
-
/* @__PURE__ */ s(
|
264
|
+
/* @__PURE__ */ s(Nt, { children: t.actions && /* @__PURE__ */ s(ee, { className: v(U.actions, t.actionsClassName), children: t.actions }) })
|
265
265
|
] }) }) });
|
266
266
|
}, j = {
|
267
267
|
Accessibility: () => import("./accessibility-16-uva4fZex.js"),
|
@@ -483,7 +483,7 @@ const Ze = "_component_psvf3_10", Qe = "_h1component_psvf3_17", Je = "_h2compone
|
|
483
483
|
ScreenNormal: () => import("./screen-normal-16-BFiON6jh.js"),
|
484
484
|
Search: () => import("./search-16-d9YAifw3.js"),
|
485
485
|
Server: () => import("./server-16-PXkdGIz7.js"),
|
486
|
-
ServerError: () => Promise.resolve().then(() =>
|
486
|
+
ServerError: () => Promise.resolve().then(() => St),
|
487
487
|
Share: () => import("./share-16-CeaKGzF6.js"),
|
488
488
|
ShareAndroid: () => import("./share-android-16-Y0jPvfBW.js"),
|
489
489
|
Shield: () => import("./shield-16-B9tadaQL.js"),
|
@@ -546,14 +546,14 @@ const Ze = "_component_psvf3_10", Qe = "_h1component_psvf3_17", Je = "_h2compone
|
|
546
546
|
XCircleFill: () => import("./x-circle-fill-16-4KWscQI9.js"),
|
547
547
|
YourDashLogo: () => import("./yourdash-xKqdwKGy.js"),
|
548
548
|
Zap: () => import("./zap-16-hscWSFVd.js")
|
549
|
-
},
|
550
|
-
component:
|
551
|
-
preserveColor:
|
552
|
-
},
|
549
|
+
}, xt = "_component_aplwx_6", wt = "_preserveColor_aplwx_20", we = {
|
550
|
+
component: xt,
|
551
|
+
preserveColor: wt
|
552
|
+
}, Ee = "data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M4.5%2012C3.11929%2012%202%2010.8807%202%209.5C2%208.27003%202.88822%207.24752%204.05823%207.03891C4.0201%206.86534%204%206.68502%204%206.5C4%205.11929%205.11929%204%206.5%204C7.74358%204%208.77509%204.908%208.96772%206.09719C9.13314%206.03438%209.31255%206%209.5%206C10.1768%206%2010.7489%206.4482%2010.9356%207.06396C11.117%207.02212%2011.3059%207%2011.5%207C12.8807%207%2014%208.11929%2014%209.5C14%2010.8807%2012.8807%2012%2011.5%2012H4.5ZM7.56111%207.81633L7.68889%209.63946H8.31111L8.43889%207.81633V7H7.56111V7.81633ZM7.61111%2010.8966C7.68889%2010.9655%207.79074%2011%207.91667%2011H8.07778C8.20741%2011%208.30926%2010.9655%208.38333%2010.8966C8.46111%2010.8277%208.5%2010.7351%208.5%2010.619C8.5%2010.5029%208.46111%2010.4104%208.38333%2010.3415C8.30926%2010.2726%208.20926%2010.2381%208.08333%2010.2381H7.91667C7.79074%2010.2381%207.68889%2010.2726%207.61111%2010.3415C7.53704%2010.4104%207.5%2010.5029%207.5%2010.619C7.5%2010.7315%207.53704%2010.824%207.61111%2010.8966Z'%20fill='white'/%3e%3c/svg%3e", St = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
553
553
|
__proto__: null,
|
554
|
-
default:
|
555
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
556
|
-
const e =
|
554
|
+
default: Ee
|
555
|
+
}, Symbol.toStringTag, { value: "Module" })), re = (t) => {
|
556
|
+
const e = y.c(14), [i, n] = I(Ee);
|
557
557
|
let o;
|
558
558
|
e[0] !== t ? (o = () => {
|
559
559
|
typeof t.icon == "function" && t.icon().then((d) => {
|
@@ -562,7 +562,7 @@ const Ze = "_component_psvf3_10", Qe = "_h1component_psvf3_17", Je = "_h2compone
|
|
562
562
|
}, e[0] = t, e[1] = o) : o = e[1];
|
563
563
|
let c;
|
564
564
|
e[2] !== t.icon ? (c = [t.icon], e[2] = t.icon, e[3] = c) : c = e[3], T(o, c);
|
565
|
-
const r = `${
|
565
|
+
const r = `${we.component} ${t.className} ${t.preserveColor ? we.preserveColor : ""}`, l = `url("${i}")`;
|
566
566
|
let a;
|
567
567
|
e[4] !== t.color || e[5] !== t.preserveColor ? (a = t.preserveColor ? {} : {
|
568
568
|
"--color": t.color
|
@@ -575,47 +575,47 @@ const Ze = "_component_psvf3_10", Qe = "_h1component_psvf3_17", Je = "_h2compone
|
|
575
575
|
}, e[7] = t.size, e[8] = l, e[9] = a, e[10] = m) : m = e[10];
|
576
576
|
let u;
|
577
577
|
return e[11] !== r || e[12] !== m ? (u = /* @__PURE__ */ s("div", { className: r, style: m }), e[11] = r, e[12] = m, e[13] = u) : u = e[13], u;
|
578
|
-
}, kt = "_component_1g3hh_10",
|
578
|
+
}, kt = "_component_1g3hh_10", $t = {
|
579
579
|
component: kt
|
580
|
-
},
|
581
|
-
const e =
|
580
|
+
}, oe = (t) => {
|
581
|
+
const e = y.c(11), i = t.style, n = t.onClick, o = t.accessibleLabel;
|
582
582
|
let c;
|
583
|
-
e[0] !== t.className ? (c = v(
|
583
|
+
e[0] !== t.className ? (c = v($t.component, t.className), e[0] = t.className, e[1] = c) : c = e[1];
|
584
584
|
let r;
|
585
|
-
e[2] !== t.icon || e[3] !== t.preserveColor ? (r = /* @__PURE__ */ s(
|
585
|
+
e[2] !== t.icon || e[3] !== t.preserveColor ? (r = /* @__PURE__ */ s(re, { size: "1.25rem", preserveColor: t.preserveColor, icon: t.icon }), e[2] = t.icon, e[3] = t.preserveColor, e[4] = r) : r = e[4];
|
586
586
|
let l;
|
587
587
|
return e[5] !== t.accessibleLabel || e[6] !== t.onClick || e[7] !== t.style || e[8] !== c || e[9] !== r ? (l = /* @__PURE__ */ s("button", { style: i, onClick: n, "aria-label": o, className: c, children: r }), e[5] = t.accessibleLabel, e[6] = t.onClick, e[7] = t.style, e[8] = c, e[9] = r, e[10] = l) : l = e[10], l;
|
588
|
-
},
|
589
|
-
component:
|
590
|
-
},
|
591
|
-
const e =
|
588
|
+
}, It = "_component_125pe_10", Rt = {
|
589
|
+
component: It
|
590
|
+
}, G = (t) => {
|
591
|
+
const e = y.c(5);
|
592
592
|
let i;
|
593
|
-
e[0] !== t.className ? (i = v(
|
593
|
+
e[0] !== t.className ? (i = v(Rt.component, t.className), e[0] = t.className, e[1] = i) : i = e[1];
|
594
594
|
let n;
|
595
595
|
return e[2] !== t.text || e[3] !== i ? (n = /* @__PURE__ */ s("div", { className: i, children: t.text }), e[2] = t.text, e[3] = i, e[4] = n) : n = e[4], n;
|
596
|
-
},
|
596
|
+
}, Oe = O.createContext({
|
597
597
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
598
598
|
showToast: (t) => {
|
599
599
|
}
|
600
|
-
}),
|
601
|
-
container:
|
602
|
-
component:
|
603
|
-
cardContent:
|
604
|
-
success:
|
605
|
-
error:
|
606
|
-
warning:
|
607
|
-
info:
|
608
|
-
heading:
|
609
|
-
pointerEvents:
|
600
|
+
}), Tt = "_container_1wk2b_6", Pt = "_component_1wk2b_20", Dt = "_cardContent_1wk2b_34", Lt = "_success_1wk2b_42", Bt = "_error_1wk2b_46", Ut = "_warning_1wk2b_50", Et = "_info_1wk2b_54", Ot = "_heading_1wk2b_58", Mt = "_pointerEvents_1wk2b_64", K = {
|
601
|
+
container: Tt,
|
602
|
+
component: Pt,
|
603
|
+
cardContent: Dt,
|
604
|
+
success: Lt,
|
605
|
+
error: Bt,
|
606
|
+
warning: Ut,
|
607
|
+
info: Et,
|
608
|
+
heading: Ot,
|
609
|
+
pointerEvents: Mt
|
610
610
|
};
|
611
|
-
function
|
611
|
+
function Me() {
|
612
612
|
return "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g, function(t) {
|
613
613
|
const e = Math.random() * 16 | 0;
|
614
614
|
return (t == "x" ? e : e & 3 | 8).toString(16);
|
615
615
|
});
|
616
616
|
}
|
617
|
-
const
|
618
|
-
const e =
|
617
|
+
const Se = 5e3, Ft = (t) => {
|
618
|
+
const e = y.c(10), {
|
619
619
|
children: i
|
620
620
|
} = t;
|
621
621
|
let n;
|
@@ -624,7 +624,7 @@ const we = 5e3, Mt = (t) => {
|
|
624
624
|
let r;
|
625
625
|
e[1] === Symbol.for("react.memo_cache_sentinel") ? (r = {
|
626
626
|
showToast: (u) => {
|
627
|
-
const d =
|
627
|
+
const d = Me();
|
628
628
|
c((f) => [...f, {
|
629
629
|
...u,
|
630
630
|
uuid: d,
|
@@ -634,37 +634,37 @@ const we = 5e3, Mt = (t) => {
|
|
634
634
|
...h,
|
635
635
|
animatingOut: !0
|
636
636
|
} : h));
|
637
|
-
},
|
637
|
+
}, Se - 500), setTimeout(() => {
|
638
638
|
c((f) => f.filter((h) => h.uuid !== d));
|
639
|
-
},
|
639
|
+
}, Se));
|
640
640
|
}
|
641
641
|
}, e[1] = r) : r = e[1];
|
642
642
|
let l;
|
643
643
|
if (e[2] !== o) {
|
644
644
|
let u;
|
645
|
-
e[4] === Symbol.for("react.memo_cache_sentinel") ? (u = (d) => /* @__PURE__ */
|
646
|
-
/* @__PURE__ */ s(
|
647
|
-
/* @__PURE__ */ s(
|
648
|
-
/* @__PURE__ */ s(
|
645
|
+
e[4] === Symbol.for("react.memo_cache_sentinel") ? (u = (d) => /* @__PURE__ */ k(le, { actions: d.persist ? /* @__PURE__ */ s(oe, { accessibleLabel: "Close toasts", icon: j.X, onClick: () => c((f) => f.filter((h) => h.uuid !== d.uuid)) }) : null, className: v(K.cardContent, d.type && K[d.type]), containerClassName: v(K.component, d.persist && K.pointerEvents, d.animatingOut ? "animate__animated animate__fadeOutRightBig" : "animate__animated animate__fadeInDown"), children: [
|
646
|
+
/* @__PURE__ */ s(ce, { className: K.heading, level: 3, text: d.content.title }),
|
647
|
+
/* @__PURE__ */ s(de, { direction: "column" }),
|
648
|
+
/* @__PURE__ */ s(G, { className: K.body, text: d.content.body })
|
649
649
|
] }, d.uuid), e[4] = u) : u = e[4], l = o.map(u), e[2] = o, e[3] = l;
|
650
650
|
} else
|
651
651
|
l = e[3];
|
652
652
|
let a;
|
653
653
|
e[5] !== l ? (a = /* @__PURE__ */ s("div", { className: K.container, children: l }), e[5] = l, e[6] = a) : a = e[6];
|
654
654
|
let m;
|
655
|
-
return e[7] !== i || e[8] !== a ? (m = /* @__PURE__ */
|
655
|
+
return e[7] !== i || e[8] !== a ? (m = /* @__PURE__ */ k(Oe.Provider, { value: r, children: [
|
656
656
|
a,
|
657
657
|
i
|
658
658
|
] }), e[7] = i, e[8] = a, e[9] = m) : m = e[9], m;
|
659
|
-
},
|
660
|
-
const e =
|
659
|
+
}, wo = (t) => {
|
660
|
+
const e = y.c(3);
|
661
661
|
let i;
|
662
|
-
e[0] === Symbol.for("react.memo_cache_sentinel") ? (i = v(F.theme, F.level0,
|
662
|
+
e[0] === Symbol.for("react.memo_cache_sentinel") ? (i = v(F.theme, F.level0, Ue() && F.mobile), e[0] = i) : i = e[0];
|
663
663
|
let n;
|
664
|
-
return e[1] !== t.children ? (n = /* @__PURE__ */ s("div", { className: i, children: /* @__PURE__ */ s(
|
664
|
+
return e[1] !== t.children ? (n = /* @__PURE__ */ s("div", { className: i, children: /* @__PURE__ */ s(Xe, { children: /* @__PURE__ */ s(Ft, { children: /* @__PURE__ */ s(ie.Provider, { value: 0, children: t.children }) }) }) }), e[1] = t.children, e[2] = n) : n = e[2], n;
|
665
665
|
};
|
666
|
-
function
|
667
|
-
const t =
|
666
|
+
function So() {
|
667
|
+
const t = y.c(2), e = O.useContext(Oe);
|
668
668
|
let i;
|
669
669
|
return t[0] !== e ? (i = {
|
670
670
|
create(n) {
|
@@ -672,66 +672,66 @@ function po() {
|
|
672
672
|
}
|
673
673
|
}, t[0] = e, t[1] = i) : i = t[1], i;
|
674
674
|
}
|
675
|
-
function
|
675
|
+
function jt(t) {
|
676
676
|
return t * parseFloat(getComputedStyle(document.documentElement).fontSize);
|
677
677
|
}
|
678
|
-
const
|
678
|
+
const ko = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
679
679
|
__proto__: null,
|
680
680
|
clippy: v,
|
681
|
-
generateUUID:
|
682
|
-
isPhone:
|
683
|
-
remToPx:
|
684
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
685
|
-
component:
|
686
|
-
},
|
687
|
-
const e =
|
681
|
+
generateUUID: Me,
|
682
|
+
isPhone: Ue,
|
683
|
+
remToPx: jt
|
684
|
+
}, Symbol.toStringTag, { value: "Module" })), Kt = "_component_7kjva_6", At = {
|
685
|
+
component: Kt
|
686
|
+
}, $o = (t) => {
|
687
|
+
const e = y.c(5), {
|
688
688
|
children: i,
|
689
689
|
className: n
|
690
690
|
} = t;
|
691
691
|
let o;
|
692
|
-
e[0] !== n ? (o = v(
|
692
|
+
e[0] !== n ? (o = v(At.component, n), e[0] = n, e[1] = o) : o = e[1];
|
693
693
|
let c;
|
694
694
|
return e[2] !== i || e[3] !== o ? (c = /* @__PURE__ */ s("div", { className: o, children: i }), e[2] = i, e[3] = o, e[4] = c) : c = e[4], c;
|
695
|
-
},
|
696
|
-
component:
|
697
|
-
link:
|
698
|
-
},
|
699
|
-
const e =
|
695
|
+
}, Ht = "_component_gvwt1_10", zt = "_link_gvwt1_45", qt = {
|
696
|
+
component: Ht,
|
697
|
+
link: zt
|
698
|
+
}, Io = (t) => {
|
699
|
+
const e = y.c(9), i = Pe();
|
700
700
|
let n;
|
701
701
|
e[0] !== i || e[1] !== t.to ? (n = () => (i(t.to), 0), e[0] = i, e[1] = t.to, e[2] = n) : n = e[2];
|
702
702
|
const o = t.text;
|
703
703
|
let c;
|
704
|
-
e[3] !== t.className ? (c = v(
|
704
|
+
e[3] !== t.className ? (c = v(qt.component, t.className), e[3] = t.className, e[4] = c) : c = e[4];
|
705
705
|
let r;
|
706
|
-
return e[5] !== t.text || e[6] !== n || e[7] !== c ? (r = /* @__PURE__ */ s(
|
707
|
-
},
|
708
|
-
component:
|
709
|
-
icon:
|
710
|
-
},
|
711
|
-
const e =
|
706
|
+
return e[5] !== t.text || e[6] !== n || e[7] !== c ? (r = /* @__PURE__ */ s(ve, { onClick: n, text: o, className: c }), e[5] = t.text, e[6] = n, e[7] = c, e[8] = r) : r = e[8], r;
|
707
|
+
}, Gt = "_component_11sed_10", Yt = "_icon_11sed_49", ke = {
|
708
|
+
component: Gt,
|
709
|
+
icon: Yt
|
710
|
+
}, Wt = (t) => {
|
711
|
+
const e = y.c(10);
|
712
712
|
let i;
|
713
713
|
e[0] !== t.className ? (i = v(ke.component, t.className), e[0] = t.className, e[1] = i) : i = e[1];
|
714
714
|
let n;
|
715
|
-
e[2] !== t.icon ? (n = /* @__PURE__ */ s(
|
715
|
+
e[2] !== t.icon ? (n = /* @__PURE__ */ s(re, { size: "1.25rem", className: ke.icon, icon: t.icon }), e[2] = t.icon, e[3] = n) : n = e[3];
|
716
716
|
let o;
|
717
|
-
return e[4] !== t.disabled || e[5] !== t.onClick || e[6] !== t.text || e[7] !== i || e[8] !== n ? (o = /* @__PURE__ */
|
717
|
+
return e[4] !== t.disabled || e[5] !== t.onClick || e[6] !== t.text || e[7] !== i || e[8] !== n ? (o = /* @__PURE__ */ k("button", { className: i, onClick: t.onClick, "aria-label": t.text, disabled: t.disabled, children: [
|
718
718
|
n,
|
719
719
|
t.text
|
720
720
|
] }), e[4] = t.disabled, e[5] = t.onClick, e[6] = t.text, e[7] = i, e[8] = n, e[9] = o) : o = e[9], o;
|
721
|
-
},
|
722
|
-
component:
|
723
|
-
disableRounding:
|
724
|
-
},
|
721
|
+
}, Vt = "_component_194wg_10", Xt = "_disableRounding_194wg_23", $e = {
|
722
|
+
component: Vt,
|
723
|
+
disableRounding: Xt
|
724
|
+
}, Zt = (t) => {
|
725
725
|
const e = t.level || A();
|
726
|
-
return /* @__PURE__ */ s("div", { className: v(
|
727
|
-
},
|
728
|
-
const e =
|
726
|
+
return /* @__PURE__ */ s("div", { className: v($e.component, t.className, t.disableRounding && $e.disableRounding, W(e)), style: t.style, children: /* @__PURE__ */ s(ne, { children: t.children }) });
|
727
|
+
}, Ro = (t) => {
|
728
|
+
const e = y.c(4), {
|
729
729
|
items: i,
|
730
730
|
children: n,
|
731
731
|
className: o
|
732
732
|
} = t;
|
733
733
|
let c;
|
734
|
-
return e[0] !== n || e[1] !== o || e[2] !== i ? (c = /* @__PURE__ */ s(
|
734
|
+
return e[0] !== n || e[1] !== o || e[2] !== i ? (c = /* @__PURE__ */ s(Le.Consumer, { children: (r) => /* @__PURE__ */ s("div", { className: o, onContextMenu: (l) => {
|
735
735
|
l.stopPropagation(), l.preventDefault();
|
736
736
|
const a = l.currentTarget.getBoundingClientRect();
|
737
737
|
r.createMenu({
|
@@ -746,28 +746,28 @@ const bo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
746
746
|
};
|
747
747
|
window.addEventListener("click", m), window.addEventListener("contextmenu", m);
|
748
748
|
}, children: n }) }), e[0] = n, e[1] = o, e[2] = i, e[3] = c) : c = e[3], c;
|
749
|
-
},
|
750
|
-
component:
|
751
|
-
row:
|
752
|
-
column:
|
753
|
-
centerHorizontally:
|
754
|
-
centerVertically:
|
755
|
-
padding:
|
756
|
-
},
|
757
|
-
const e =
|
749
|
+
}, Qt = "_component_eathd_10", Jt = "_row_eathd_15", en = "_column_eathd_19", tn = "_centerHorizontally_eathd_23", nn = "_centerVertically_eathd_27", on = "_padding_eathd_31", Q = {
|
750
|
+
component: Qt,
|
751
|
+
row: Jt,
|
752
|
+
column: en,
|
753
|
+
centerHorizontally: tn,
|
754
|
+
centerVertically: nn,
|
755
|
+
padding: on
|
756
|
+
}, te = (t) => {
|
757
|
+
const e = y.c(11), i = t.ref, n = t.style, o = Q[t.direction], c = t.centerHorizontally && Q.centerHorizontally, r = t.centerVertically && Q.centerVertically, l = t.padding && Q.padding;
|
758
758
|
let a;
|
759
|
-
e[0] !== t.className || e[1] !== o || e[2] !== c || e[3] !== r || e[4] !== l ? (a = v(
|
759
|
+
e[0] !== t.className || e[1] !== o || e[2] !== c || e[3] !== r || e[4] !== l ? (a = v(Q.component, o, t.className, c, r, l), e[0] = t.className, e[1] = o, e[2] = c, e[3] = r, e[4] = l, e[5] = a) : a = e[5];
|
760
760
|
let m;
|
761
761
|
return e[6] !== t.children || e[7] !== t.ref || e[8] !== t.style || e[9] !== a ? (m = /* @__PURE__ */ s("div", { ref: i, style: n, className: a, children: t.children }), e[6] = t.children, e[7] = t.ref, e[8] = t.style, e[9] = a, e[10] = m) : m = e[10], m;
|
762
|
-
},
|
763
|
-
componentContainer:
|
764
|
-
component:
|
765
|
-
noRounding:
|
766
|
-
loaded:
|
767
|
-
loading:
|
768
|
-
serverError:
|
769
|
-
fail:
|
770
|
-
},
|
762
|
+
}, cn = "_componentContainer_wla6j_10", ln = "_component_wla6j_10", rn = "_noRounding_wla6j_27", sn = "_loaded_wla6j_31", an = "_loading_wla6j_44", mn = "_serverError_wla6j_52", dn = "_fail_wla6j_1", z = {
|
763
|
+
componentContainer: cn,
|
764
|
+
component: ln,
|
765
|
+
noRounding: rn,
|
766
|
+
loaded: sn,
|
767
|
+
loading: an,
|
768
|
+
serverError: mn,
|
769
|
+
fail: dn
|
770
|
+
}, Fe = (t) => {
|
771
771
|
const e = M(null), i = A(), [n, o] = I(t.src), [c, r] = I(!1), [l, a] = I(!1), [m, u] = I(0), d = M(0);
|
772
772
|
return T(() => {
|
773
773
|
const f = e.current;
|
@@ -783,7 +783,7 @@ const bo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
783
783
|
// @ts-ignore
|
784
784
|
"--background-size": m + "px",
|
785
785
|
...t.style
|
786
|
-
}, children: l ? /* @__PURE__ */ s(
|
786
|
+
}, children: l ? /* @__PURE__ */ s(re, { icon: j.ServerError }) : /* @__PURE__ */ s("img", { className: v(z.component, W(i), t.className, c && z.loaded, t.noRounding && z.noRounding), draggable: !1, width: t.width, height: t.height, onError: () => {
|
787
787
|
a(!0), d.current++, setTimeout(() => {
|
788
788
|
d.current && d.current <= 3 && o((f) => f.includes("?refresh=") ? f.slice(0, f.indexOf("?refresh=")) + "?refresh=" + Date.now() : `${f}?refresh=${Date.now()}`);
|
789
789
|
}, 500);
|
@@ -792,21 +792,21 @@ const bo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
792
792
|
}, onLoadStart: () => {
|
793
793
|
r(!1);
|
794
794
|
}, src: n ?? "/assets/branding/yourdash256.png" }) });
|
795
|
-
},
|
796
|
-
component:
|
797
|
-
},
|
798
|
-
const e =
|
795
|
+
}, un = "_component_7iu6s_10", Ie = {
|
796
|
+
component: un
|
797
|
+
}, To = (t) => {
|
798
|
+
const e = y.c(9), i = t.to;
|
799
799
|
let n;
|
800
|
-
e[0] !== t.className ? (n = v(
|
800
|
+
e[0] !== t.className ? (n = v(Ie.component, t.className), e[0] = t.className, e[1] = n) : n = e[1];
|
801
801
|
let o;
|
802
|
-
e[2] !== t.hideLinkIcon ? (o = !t.hideLinkIcon && /* @__PURE__ */ s(
|
802
|
+
e[2] !== t.hideLinkIcon ? (o = !t.hideLinkIcon && /* @__PURE__ */ s(re, { icon: j.Link, className: Ie.icon }), e[2] = t.hideLinkIcon, e[3] = o) : o = e[3];
|
803
803
|
let c;
|
804
|
-
return e[4] !== t.text || e[5] !== t.to || e[6] !== n || e[7] !== o ? (c = /* @__PURE__ */
|
804
|
+
return e[4] !== t.text || e[5] !== t.to || e[6] !== n || e[7] !== o ? (c = /* @__PURE__ */ k("a", { href: i, className: n, children: [
|
805
805
|
t.text,
|
806
806
|
o
|
807
807
|
] }), e[4] = t.text, e[5] = t.to, e[6] = n, e[7] = o, e[8] = c) : c = e[8], c;
|
808
|
-
},
|
809
|
-
const e =
|
808
|
+
}, Po = (t) => {
|
809
|
+
const e = y.c(7), {
|
810
810
|
maxValue: i,
|
811
811
|
value: n,
|
812
812
|
className: o,
|
@@ -816,54 +816,54 @@ const bo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
816
816
|
e[0] !== o || e[1] !== i || e[2] !== n ? (r = /* @__PURE__ */ s("progress", { max: i, value: n, className: o }), e[0] = o, e[1] = i, e[2] = n, e[3] = r) : r = e[3];
|
817
817
|
const l = c && "This should be indeterminate";
|
818
818
|
let a;
|
819
|
-
return e[4] !== r || e[5] !== l ? (a = /* @__PURE__ */
|
819
|
+
return e[4] !== r || e[5] !== l ? (a = /* @__PURE__ */ k(Y, { children: [
|
820
820
|
r,
|
821
821
|
l
|
822
822
|
] }), e[4] = r, e[5] = l, e[6] = a) : a = e[6], a;
|
823
|
-
},
|
824
|
-
const e =
|
823
|
+
}, Do = (t) => {
|
824
|
+
const e = y.c(2), i = Pe();
|
825
825
|
t.to !== null && i(t.to);
|
826
826
|
const n = `Redirecting to ${t.to}`;
|
827
827
|
let o;
|
828
|
-
return e[0] !== n ? (o = /* @__PURE__ */ s(
|
829
|
-
},
|
830
|
-
component:
|
831
|
-
container:
|
832
|
-
infiniteSpin:
|
833
|
-
spinnerBack:
|
834
|
-
spinnerBorder:
|
835
|
-
spinnerCutoutContainer:
|
828
|
+
return e[0] !== n ? (o = /* @__PURE__ */ s(le, { children: /* @__PURE__ */ s(G, { text: n }) }), e[0] = n, e[1] = o) : o = e[1], o;
|
829
|
+
}, fn = "_component_7t5t1_6", hn = "_container_7t5t1_17", _n = "_infiniteSpin_7t5t1_1", gn = "_spinnerBack_7t5t1_26", vn = "_spinnerBorder_7t5t1_37", bn = "_spinnerCutoutContainer_7t5t1_48", pn = "_spinnerCutout_7t5t1_48", yn = "_spinnerCutoutOne_7t5t1_65", Cn = "_spinnerCutoutTwo_7t5t1_70", E = {
|
830
|
+
component: fn,
|
831
|
+
container: hn,
|
832
|
+
infiniteSpin: _n,
|
833
|
+
spinnerBack: gn,
|
834
|
+
spinnerBorder: vn,
|
835
|
+
spinnerCutoutContainer: bn,
|
836
836
|
spinnerCutout: pn,
|
837
|
-
spinnerCutoutOne:
|
837
|
+
spinnerCutoutOne: yn,
|
838
838
|
spinnerCutoutTwo: Cn
|
839
|
-
},
|
840
|
-
const e =
|
839
|
+
}, Lo = (t) => {
|
840
|
+
const e = y.c(5);
|
841
841
|
let i, n;
|
842
842
|
e[0] === Symbol.for("react.memo_cache_sentinel") ? (i = /* @__PURE__ */ s("div", { className: E.spinnerBorder }), n = /* @__PURE__ */ s("div", { className: E.spinnerBack }), e[0] = i, e[1] = n) : (i = e[0], n = e[1]);
|
843
843
|
let o;
|
844
|
-
e[2] === Symbol.for("react.memo_cache_sentinel") ? (o = /* @__PURE__ */
|
844
|
+
e[2] === Symbol.for("react.memo_cache_sentinel") ? (o = /* @__PURE__ */ k("section", { className: E.container, children: [
|
845
845
|
i,
|
846
846
|
n,
|
847
|
-
/* @__PURE__ */
|
847
|
+
/* @__PURE__ */ k("div", { className: E.spinnerCutoutContainer, children: [
|
848
848
|
/* @__PURE__ */ s("div", { className: v(E.spinnerCutoutOne, E.spinnerCutout) }),
|
849
849
|
/* @__PURE__ */ s("div", { className: v(E.spinnerCutoutTwo, E.spinnerCutout) })
|
850
850
|
] })
|
851
851
|
] }), e[2] = o) : o = e[2];
|
852
852
|
let c;
|
853
853
|
return e[3] !== t.style ? (c = /* @__PURE__ */ s("div", { className: E.component, style: t.style, children: o }), e[3] = t.style, e[4] = c) : c = e[4], c;
|
854
|
-
},
|
855
|
-
component:
|
856
|
-
levelDefault:
|
857
|
-
},
|
858
|
-
const e =
|
854
|
+
}, Nn = "_component_1drme_10", xn = "_levelDefault_1drme_15", wn = {
|
855
|
+
component: Nn,
|
856
|
+
levelDefault: xn
|
857
|
+
}, Bo = (t) => {
|
858
|
+
const e = y.c(5);
|
859
859
|
let i;
|
860
|
-
e[0] !== t.className ? (i = v(
|
860
|
+
e[0] !== t.className ? (i = v(wn.component, t.className), e[0] = t.className, e[1] = i) : i = e[1];
|
861
861
|
let n;
|
862
862
|
return e[2] !== t.text || e[3] !== i ? (n = /* @__PURE__ */ s("div", { className: i, children: t.text }), e[2] = t.text, e[3] = i, e[4] = n) : n = e[4], n;
|
863
|
-
},
|
864
|
-
component:
|
865
|
-
},
|
866
|
-
const e =
|
863
|
+
}, Sn = "_component_125pe_10", kn = {
|
864
|
+
component: Sn
|
865
|
+
}, Uo = (t) => {
|
866
|
+
const e = y.c(8);
|
867
867
|
let i;
|
868
868
|
e[0] !== t.className ? (i = v(kn.component, t.className), e[0] = t.className, e[1] = i) : i = e[1];
|
869
869
|
let n;
|
@@ -872,21 +872,21 @@ const bo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
872
872
|
}, e[2] = t.color, e[3] = n) : n = e[3];
|
873
873
|
let o;
|
874
874
|
return e[4] !== t.text || e[5] !== i || e[6] !== n ? (o = /* @__PURE__ */ s("div", { className: i, style: n, children: t.text }), e[4] = t.text, e[5] = i, e[6] = n, e[7] = o) : o = e[7], o;
|
875
|
-
},
|
876
|
-
component:
|
877
|
-
},
|
878
|
-
const e =
|
875
|
+
}, $n = "_component_1y11j_10", In = {
|
876
|
+
component: $n
|
877
|
+
}, Eo = (t) => {
|
878
|
+
const e = y.c(6);
|
879
879
|
let i;
|
880
|
-
e[0] !== t.className ? (i = v(
|
880
|
+
e[0] !== t.className ? (i = v(In.component, t.className), e[0] = t.className, e[1] = i) : i = e[1];
|
881
881
|
let n;
|
882
882
|
return e[2] !== t.onClick || e[3] !== t.text || e[4] !== i ? (n = /* @__PURE__ */ s("button", { className: i, onClick: t.onClick, "aria-label": t.text, children: t.text }), e[2] = t.onClick, e[3] = t.text, e[4] = i, e[5] = n) : n = e[5], n;
|
883
|
-
},
|
884
|
-
component:
|
885
|
-
icon:
|
886
|
-
input:
|
887
|
-
noIcon:
|
888
|
-
},
|
889
|
-
const e =
|
883
|
+
}, Rn = "_component_10l5e_10", Tn = "_icon_10l5e_28", Pn = "_input_10l5e_36", Dn = "_noIcon_10l5e_44", se = {
|
884
|
+
component: Rn,
|
885
|
+
icon: Tn,
|
886
|
+
input: Pn,
|
887
|
+
noIcon: Dn
|
888
|
+
}, Oo = (t) => {
|
889
|
+
const e = y.c(23), i = M(null);
|
890
890
|
let n, o;
|
891
891
|
e[0] !== t.value ? (n = () => {
|
892
892
|
i.current && t.value && (i.current.value = t.value);
|
@@ -895,28 +895,28 @@ const bo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
895
895
|
e[3] !== t ? (c = () => {
|
896
896
|
i.current && (i.current.onchange = () => {
|
897
897
|
i.current && t.getValue && t.getValue(i.current.value);
|
898
|
-
}, i.current.onkeyup = (
|
899
|
-
i.current && t.onSubmit && (t.getLiveValue && t.getLiveValue(i.current.value),
|
898
|
+
}, i.current.onkeyup = (C) => {
|
899
|
+
i.current && t.onSubmit && (t.getLiveValue && t.getLiveValue(i.current.value), C.key === "Enter" && t.onSubmit(i.current.value));
|
900
900
|
});
|
901
901
|
}, e[3] = t, e[4] = c) : c = e[4];
|
902
902
|
let r;
|
903
903
|
e[5] === Symbol.for("react.memo_cache_sentinel") ? (r = [], e[5] = r) : r = e[5], T(c, r);
|
904
904
|
let l;
|
905
|
-
e[6] !== t.className ? (l = v(
|
905
|
+
e[6] !== t.className ? (l = v(se.component, t.className), e[6] = t.className, e[7] = l) : l = e[7];
|
906
906
|
let a;
|
907
|
-
e[8] !== t.icon ? (a = t.icon && /* @__PURE__ */ s(
|
908
|
-
const m = t.autoComplete, u = t.type || "text", d = t.accessibleName, f = t.defaultValue, h = !t.icon &&
|
907
|
+
e[8] !== t.icon ? (a = t.icon && /* @__PURE__ */ s(re, { className: se.icon, icon: t.icon }), e[8] = t.icon, e[9] = a) : a = e[9];
|
908
|
+
const m = t.autoComplete, u = t.type || "text", d = t.accessibleName, f = t.defaultValue, h = !t.icon && se.noIcon;
|
909
909
|
let _;
|
910
|
-
e[10] !== h ? (_ = v(
|
911
|
-
let
|
912
|
-
e[12] !== t.accessibleName || e[13] !== t.autoComplete || e[14] !== t.defaultValue || e[15] !== t.placeholder || e[16] !== _ || e[17] !== u ? (
|
910
|
+
e[10] !== h ? (_ = v(se.input, h), e[10] = h, e[11] = _) : _ = e[11];
|
911
|
+
let b;
|
912
|
+
e[12] !== t.accessibleName || e[13] !== t.autoComplete || e[14] !== t.defaultValue || e[15] !== t.placeholder || e[16] !== _ || e[17] !== u ? (b = /* @__PURE__ */ s("input", { autoComplete: m, ref: i, type: u, "aria-label": d, defaultValue: f, className: _, placeholder: t.placeholder }), e[12] = t.accessibleName, e[13] = t.autoComplete, e[14] = t.defaultValue, e[15] = t.placeholder, e[16] = _, e[17] = u, e[18] = b) : b = e[18];
|
913
913
|
let g;
|
914
|
-
return e[19] !==
|
914
|
+
return e[19] !== b || e[20] !== l || e[21] !== a ? (g = /* @__PURE__ */ k("div", { className: l, children: [
|
915
915
|
a,
|
916
|
-
|
917
|
-
] }), e[19] =
|
918
|
-
},
|
919
|
-
const e =
|
916
|
+
b
|
917
|
+
] }), e[19] = b, e[20] = l, e[21] = a, e[22] = g) : g = e[22], g;
|
918
|
+
}, Mo = (t) => {
|
919
|
+
const e = y.c(5), {
|
920
920
|
className: i,
|
921
921
|
onSeen: n
|
922
922
|
} = t, [o, c] = I(!1), r = M(null);
|
@@ -936,8 +936,8 @@ const bo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
936
936
|
return null;
|
937
937
|
let m;
|
938
938
|
return e[3] !== i ? (m = /* @__PURE__ */ s("div", { ref: r, className: i }), e[3] = i, e[4] = m) : m = e[4], m;
|
939
|
-
},
|
940
|
-
const e =
|
939
|
+
}, Fo = (t) => {
|
940
|
+
const e = y.c(7), {
|
941
941
|
className: i,
|
942
942
|
onEnterView: n,
|
943
943
|
onLeaveView: o
|
@@ -949,21 +949,21 @@ const bo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
949
949
|
const d = r.current, f = () => {
|
950
950
|
const {
|
951
951
|
top: _,
|
952
|
-
bottom:
|
952
|
+
bottom: b,
|
953
953
|
left: g,
|
954
|
-
right:
|
954
|
+
right: C
|
955
955
|
} = d.getBoundingClientRect();
|
956
956
|
if (!c.current) {
|
957
957
|
if (_ < 0) {
|
958
958
|
n == null || n("up"), c.current = !0;
|
959
959
|
return;
|
960
|
-
} else if (
|
960
|
+
} else if (b > window.innerHeight) {
|
961
961
|
n == null || n("down"), c.current = !0;
|
962
962
|
return;
|
963
963
|
} else if (g < 0) {
|
964
964
|
n == null || n("left"), c.current = !0;
|
965
965
|
return;
|
966
|
-
} else if (
|
966
|
+
} else if (C > window.innerWidth) {
|
967
967
|
n == null || n("right"), c.current = !0;
|
968
968
|
return;
|
969
969
|
}
|
@@ -971,13 +971,13 @@ const bo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
971
971
|
if (_ > window.innerHeight) {
|
972
972
|
o == null || o("down"), c.current = !1;
|
973
973
|
return;
|
974
|
-
} else if (
|
974
|
+
} else if (b < 0) {
|
975
975
|
o == null || o("up"), c.current = !1;
|
976
976
|
return;
|
977
977
|
} else if (g > window.innerWidth) {
|
978
978
|
o == null || o("right"), c.current = !1;
|
979
979
|
return;
|
980
|
-
} else if (
|
980
|
+
} else if (C < 0) {
|
981
981
|
o == null || o("left"), c.current = !1;
|
982
982
|
return;
|
983
983
|
}
|
@@ -997,18 +997,18 @@ const bo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
997
997
|
}, e[4] = m) : m = e[4];
|
998
998
|
let u;
|
999
999
|
return e[5] !== i ? (u = /* @__PURE__ */ s("div", { ref: r, style: m, className: i }), e[5] = i, e[6] = u) : u = e[6], u;
|
1000
|
-
},
|
1001
|
-
containerComponent:
|
1002
|
-
component:
|
1003
|
-
page:
|
1004
|
-
activePage:
|
1005
|
-
controls:
|
1006
|
-
indicatorContainer:
|
1007
|
-
indicator:
|
1008
|
-
pageIndicator:
|
1009
|
-
selected:
|
1010
|
-
},
|
1011
|
-
const e =
|
1000
|
+
}, Ln = "_containerComponent_5q8wt_6", Bn = "_component_5q8wt_17", Un = "_page_5q8wt_34", En = "_activePage_5q8wt_52", On = "_controls_5q8wt_56", Mn = "_indicatorContainer_5q8wt_67", Fn = "_indicator_5q8wt_67", jn = "_pageIndicator_5q8wt_80", Kn = "_selected_5q8wt_89", L = {
|
1001
|
+
containerComponent: Ln,
|
1002
|
+
component: Bn,
|
1003
|
+
page: Un,
|
1004
|
+
activePage: En,
|
1005
|
+
controls: On,
|
1006
|
+
indicatorContainer: Mn,
|
1007
|
+
indicator: Fn,
|
1008
|
+
pageIndicator: jn,
|
1009
|
+
selected: Kn
|
1010
|
+
}, jo = (t) => {
|
1011
|
+
const e = y.c(35), {
|
1012
1012
|
items: i,
|
1013
1013
|
className: n,
|
1014
1014
|
loopAround: o,
|
@@ -1016,21 +1016,21 @@ const bo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1016
1016
|
} = t, r = M(null), [l, a] = I(0);
|
1017
1017
|
let m, u;
|
1018
1018
|
e[0] === Symbol.for("react.memo_cache_sentinel") ? (m = () => {
|
1019
|
-
const
|
1020
|
-
if (!
|
1019
|
+
const p = r.current;
|
1020
|
+
if (!p)
|
1021
1021
|
return;
|
1022
1022
|
const N = () => {
|
1023
|
-
const
|
1023
|
+
const S = p.getBoundingClientRect();
|
1024
1024
|
let R;
|
1025
1025
|
R = 0;
|
1026
1026
|
let B;
|
1027
|
-
B = -1, Array.from(
|
1028
|
-
const
|
1029
|
-
|
1027
|
+
B = -1, Array.from(p.children).forEach((H, V) => {
|
1028
|
+
const X = H.getBoundingClientRect(), Z = Math.max(0, Math.min(X.right, S.right) - Math.max(X.left, S.left));
|
1029
|
+
Z > R && (R = Z, B = V);
|
1030
1030
|
}), B !== -1 && a(B);
|
1031
1031
|
};
|
1032
|
-
return
|
1033
|
-
|
1032
|
+
return p.addEventListener("scroll", N), () => {
|
1033
|
+
p.removeEventListener("scroll", N);
|
1034
1034
|
};
|
1035
1035
|
}, u = [], e[0] = m, e[1] = u) : (m = e[0], u = e[1]), T(m, u);
|
1036
1036
|
let d;
|
@@ -1041,24 +1041,24 @@ const bo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1041
1041
|
}, e[4] = c, e[5] = f) : f = e[5];
|
1042
1042
|
let h;
|
1043
1043
|
if (e[6] !== l || e[7] !== i) {
|
1044
|
-
let
|
1045
|
-
e[9] !== l ? (
|
1044
|
+
let p;
|
1045
|
+
e[9] !== l ? (p = (N, S) => /* @__PURE__ */ s("div", { className: v(L.page, S === l && L.activePage), children: N.element }, N.id), e[9] = l, e[10] = p) : p = e[10], h = i.map(p), e[6] = l, e[7] = i, e[8] = h;
|
1046
1046
|
} else
|
1047
1047
|
h = e[8];
|
1048
1048
|
let _;
|
1049
1049
|
e[11] !== h ? (_ = /* @__PURE__ */ s("div", { className: L.component, "data-pages": !0, ref: r, children: h }), e[11] = h, e[12] = _) : _ = e[12];
|
1050
|
-
let
|
1051
|
-
e[13] !== l || e[14] !== o ? (
|
1052
|
-
const
|
1053
|
-
if (!
|
1050
|
+
let b;
|
1051
|
+
e[13] !== l || e[14] !== o ? (b = /* @__PURE__ */ s(oe, { accessibleLabel: "previous page", icon: j.ChevronLeft, className: L.pageControl, onClick: () => {
|
1052
|
+
const p = r.current;
|
1053
|
+
if (!p)
|
1054
1054
|
return;
|
1055
|
-
const N =
|
1055
|
+
const N = p.children[l - 1];
|
1056
1056
|
if (!N) {
|
1057
|
-
o && (
|
1057
|
+
o && (p.children[p.children.length - 1].scrollIntoView({
|
1058
1058
|
behavior: "smooth",
|
1059
1059
|
inline: "center",
|
1060
1060
|
block: "center"
|
1061
|
-
}), a(
|
1061
|
+
}), a(p.children.length - 1));
|
1062
1062
|
return;
|
1063
1063
|
}
|
1064
1064
|
N.scrollIntoView({
|
@@ -1066,33 +1066,33 @@ const bo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1066
1066
|
inline: "center",
|
1067
1067
|
block: "center"
|
1068
1068
|
}), a(l - 1);
|
1069
|
-
} }), e[13] = l, e[14] = o, e[15] =
|
1069
|
+
} }), e[13] = l, e[14] = o, e[15] = b) : b = e[15];
|
1070
1070
|
let g;
|
1071
1071
|
if (e[16] !== l || e[17] !== i) {
|
1072
|
-
let
|
1073
|
-
e[19] !== l ? (
|
1072
|
+
let p;
|
1073
|
+
e[19] !== l ? (p = (N, S) => /* @__PURE__ */ s("button", { className: v(L.pageIndicator, S === l && L.selected), onClick: () => {
|
1074
1074
|
const R = r.current;
|
1075
1075
|
if (!R)
|
1076
1076
|
return;
|
1077
|
-
const B = R.children[
|
1078
|
-
a(
|
1077
|
+
const B = R.children[S];
|
1078
|
+
a(S), B.scrollIntoView({
|
1079
1079
|
behavior: "smooth",
|
1080
1080
|
inline: "center",
|
1081
1081
|
block: "center"
|
1082
1082
|
});
|
1083
|
-
} }, N.id), e[19] = l, e[20] =
|
1083
|
+
} }, N.id), e[19] = l, e[20] = p) : p = e[20], g = i.map(p), e[16] = l, e[17] = i, e[18] = g;
|
1084
1084
|
} else
|
1085
1085
|
g = e[18];
|
1086
|
-
let
|
1087
|
-
e[21] !== g ? (
|
1086
|
+
let C;
|
1087
|
+
e[21] !== g ? (C = /* @__PURE__ */ s(le, { className: L.indicator, containerClassName: L.indicatorContainer, children: g }), e[21] = g, e[22] = C) : C = e[22];
|
1088
1088
|
let x;
|
1089
|
-
e[23] !== l || e[24] !== o ? (x = /* @__PURE__ */ s(
|
1090
|
-
const
|
1091
|
-
if (!
|
1089
|
+
e[23] !== l || e[24] !== o ? (x = /* @__PURE__ */ s(oe, { accessibleLabel: "next page", icon: j.ChevronRight, className: L.pageControl, onClick: () => {
|
1090
|
+
const p = r.current;
|
1091
|
+
if (!p)
|
1092
1092
|
return;
|
1093
|
-
const N =
|
1093
|
+
const N = p.children[l + 1];
|
1094
1094
|
if (!N) {
|
1095
|
-
o && (
|
1095
|
+
o && (p.children[0].scrollIntoView({
|
1096
1096
|
behavior: "smooth",
|
1097
1097
|
inline: "center",
|
1098
1098
|
block: "center"
|
@@ -1106,23 +1106,23 @@ const bo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1106
1106
|
}), a(l + 1);
|
1107
1107
|
} }), e[23] = l, e[24] = o, e[25] = x) : x = e[25];
|
1108
1108
|
let w;
|
1109
|
-
e[26] !== x || e[27] !==
|
1110
|
-
|
1111
|
-
|
1109
|
+
e[26] !== x || e[27] !== b || e[28] !== C ? (w = /* @__PURE__ */ k("div", { className: L.controls, children: [
|
1110
|
+
b,
|
1111
|
+
C,
|
1112
1112
|
x
|
1113
|
-
] }), e[26] = x, e[27] =
|
1113
|
+
] }), e[26] = x, e[27] = b, e[28] = C, e[29] = w) : w = e[29];
|
1114
1114
|
let $;
|
1115
|
-
return e[30] !== w || e[31] !== d || e[32] !== f || e[33] !== _ ? ($ = /* @__PURE__ */
|
1115
|
+
return e[30] !== w || e[31] !== d || e[32] !== f || e[33] !== _ ? ($ = /* @__PURE__ */ k(Zt, { className: d, style: f, children: [
|
1116
1116
|
_,
|
1117
1117
|
w
|
1118
1118
|
] }), e[30] = w, e[31] = d, e[32] = f, e[33] = _, e[34] = $) : $ = e[34], $;
|
1119
|
-
},
|
1120
|
-
background:
|
1121
|
-
backgroundFadeIn:
|
1122
|
-
view:
|
1123
|
-
fadeIn:
|
1124
|
-
},
|
1125
|
-
const e =
|
1119
|
+
}, An = "_background_l6sy4_26", Hn = "_backgroundFadeIn_l6sy4_1", zn = "_view_l6sy4_39", qn = "_fadeIn_l6sy4_1", Re = {
|
1120
|
+
background: An,
|
1121
|
+
backgroundFadeIn: Hn,
|
1122
|
+
view: zn,
|
1123
|
+
fadeIn: qn
|
1124
|
+
}, Ko = (t) => {
|
1125
|
+
const e = y.c(7), {
|
1126
1126
|
children: i,
|
1127
1127
|
className: n,
|
1128
1128
|
actionsClassName: o,
|
@@ -1131,11 +1131,11 @@ const bo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1131
1131
|
header: l
|
1132
1132
|
} = t;
|
1133
1133
|
let a;
|
1134
|
-
return e[0] !== r || e[1] !== o || e[2] !== i || e[3] !== n || e[4] !== l || e[5] !== c ? (a = /* @__PURE__ */ s("div", { className:
|
1135
|
-
},
|
1136
|
-
view:
|
1137
|
-
},
|
1138
|
-
const e =
|
1134
|
+
return e[0] !== r || e[1] !== o || e[2] !== i || e[3] !== n || e[4] !== l || e[5] !== c ? (a = /* @__PURE__ */ s("div", { className: Re.background, children: /* @__PURE__ */ s(le, { containerClassName: Re.view, actionsClassName: o, headerClassName: c, actions: r, header: l, className: n, children: i }) }), e[0] = r, e[1] = o, e[2] = i, e[3] = n, e[4] = l, e[5] = c, e[6] = a) : a = e[6], a;
|
1135
|
+
}, Gn = "_view_1557p_10", Yn = {
|
1136
|
+
view: Gn
|
1137
|
+
}, Ao = (t) => {
|
1138
|
+
const e = y.c(7), {
|
1139
1139
|
backgroundImage: i,
|
1140
1140
|
heading: n
|
1141
1141
|
} = t;
|
@@ -1146,10 +1146,10 @@ const bo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1146
1146
|
backgroundImage: "linear-gradient(-45deg, #ff8093aa, #ffd264aa)"
|
1147
1147
|
}, e[0] = i, e[1] = o) : o = e[1];
|
1148
1148
|
let c;
|
1149
|
-
e[2] !== n ? (c = /* @__PURE__ */ s(
|
1149
|
+
e[2] !== n ? (c = /* @__PURE__ */ s(ce, { level: 1, text: n }), e[2] = n, e[3] = c) : c = e[3];
|
1150
1150
|
let r;
|
1151
|
-
return e[4] !== o || e[5] !== c ? (r = /* @__PURE__ */ s(
|
1152
|
-
},
|
1151
|
+
return e[4] !== o || e[5] !== c ? (r = /* @__PURE__ */ s(Y, { children: /* @__PURE__ */ s("div", { className: Yn.view, style: o, children: c }) }), e[4] = o, e[5] = c, e[6] = r) : r = e[6], r;
|
1152
|
+
}, Ho = ({
|
1153
1153
|
children: t,
|
1154
1154
|
minZoom: e,
|
1155
1155
|
maxZoom: i,
|
@@ -1167,24 +1167,24 @@ const bo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1167
1167
|
justifyContent: "center"
|
1168
1168
|
}, onWheel: (_) => {
|
1169
1169
|
_.stopPropagation();
|
1170
|
-
const
|
1170
|
+
const b = _.deltaY, g = m + b / 1e3;
|
1171
1171
|
u(Math.min(Math.max(g, e ?? 0.1), i ?? 10));
|
1172
1172
|
}, onMouseDown: (_) => {
|
1173
1173
|
_.stopPropagation();
|
1174
|
-
const
|
1175
|
-
|
1176
|
-
const N =
|
1177
|
-
r(
|
1174
|
+
const b = _.clientX, g = _.clientY, C = c, x = l, w = (p) => {
|
1175
|
+
p.stopPropagation();
|
1176
|
+
const N = p.clientX - b, S = p.clientY - g;
|
1177
|
+
r(C + N), a(x + S);
|
1178
1178
|
}, $ = () => {
|
1179
1179
|
_.stopPropagation(), document.removeEventListener("mousemove", w), document.removeEventListener("mouseup", $);
|
1180
1180
|
};
|
1181
1181
|
document.addEventListener("mousemove", w), document.addEventListener("mouseup", $);
|
1182
1182
|
}, onTouchStart: (_) => {
|
1183
1183
|
_.stopPropagation();
|
1184
|
-
const
|
1184
|
+
const b = _.touches, g = c, C = l, x = ($) => {
|
1185
1185
|
$.stopPropagation();
|
1186
|
-
const
|
1187
|
-
r(g + N), a(
|
1186
|
+
const p = $.touches, N = p[0].clientX - b[0].clientX, S = p[0].clientY - b[0].clientY;
|
1187
|
+
r(g + N), a(C + S);
|
1188
1188
|
}, w = () => {
|
1189
1189
|
_.stopPropagation(), document.removeEventListener("touchmove", x), document.removeEventListener("touchend", w);
|
1190
1190
|
};
|
@@ -1199,12 +1199,12 @@ const bo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1199
1199
|
maxWidth: "max-content",
|
1200
1200
|
pointerEvents: "none"
|
1201
1201
|
}, children: t }) });
|
1202
|
-
},
|
1203
|
-
component:
|
1204
|
-
items:
|
1205
|
-
endOfItems:
|
1206
|
-
},
|
1207
|
-
const e =
|
1202
|
+
}, Wn = "_component_7673o_10", Vn = "_items_7673o_19", Xn = "_endOfItems_7673o_23", ae = {
|
1203
|
+
component: Wn,
|
1204
|
+
items: Vn,
|
1205
|
+
endOfItems: Xn
|
1206
|
+
}, zo = (t) => {
|
1207
|
+
const e = y.c(22), {
|
1208
1208
|
children: i,
|
1209
1209
|
fetchNextPage: n,
|
1210
1210
|
containerClassName: o,
|
@@ -1224,117 +1224,117 @@ const bo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1224
1224
|
} = await n(a.current + 1);
|
1225
1225
|
a.current = a.current + 1, u(!1), f(R || !1);
|
1226
1226
|
}
|
1227
|
-
let
|
1228
|
-
e[2] !== _ ? (
|
1227
|
+
let b;
|
1228
|
+
e[2] !== _ ? (b = () => {
|
1229
1229
|
if (!l.current)
|
1230
1230
|
return;
|
1231
1231
|
const R = l.current;
|
1232
1232
|
new IntersectionObserver((H) => {
|
1233
1233
|
console.log("observer update"), H[0].isIntersecting && _();
|
1234
1234
|
}).observe(R);
|
1235
|
-
}, e[2] = _, e[3] =
|
1235
|
+
}, e[2] = _, e[3] = b) : b = e[3];
|
1236
1236
|
let g;
|
1237
|
-
e[4] === Symbol.for("react.memo_cache_sentinel") ? (g = [], e[4] = g) : g = e[4], T(
|
1238
|
-
let
|
1239
|
-
e[5] !== o ? (
|
1237
|
+
e[4] === Symbol.for("react.memo_cache_sentinel") ? (g = [], e[4] = g) : g = e[4], T(b, g);
|
1238
|
+
let C;
|
1239
|
+
e[5] !== o ? (C = v(o, ae.component), e[5] = o, e[6] = C) : C = e[6];
|
1240
1240
|
let x;
|
1241
|
-
e[7] !== i || e[8] !== c ? (x = (i == null ? void 0 : i.length) > 0 ? /* @__PURE__ */ s("div", { className: v(c,
|
1242
|
-
/* @__PURE__ */ s(
|
1243
|
-
/* @__PURE__ */ s(
|
1244
|
-
/* @__PURE__ */ s(
|
1241
|
+
e[7] !== i || e[8] !== c ? (x = (i == null ? void 0 : i.length) > 0 ? /* @__PURE__ */ s("div", { className: v(c, ae.items), children: i }) : /* @__PURE__ */ k("div", { className: "text-center", children: [
|
1242
|
+
/* @__PURE__ */ s(ce, { level: 1, text: "Whoops." }),
|
1243
|
+
/* @__PURE__ */ s(de, { direction: "column" }),
|
1244
|
+
/* @__PURE__ */ s(G, { text: "It looks like nothing could be found..." })
|
1245
1245
|
] }), e[7] = i, e[8] = c, e[9] = x) : x = e[9];
|
1246
1246
|
let w;
|
1247
|
-
e[10] !== m ? (w = m && /* @__PURE__ */ s(
|
1247
|
+
e[10] !== m ? (w = m && /* @__PURE__ */ s(G, { text: "Loading more content" }), e[10] = m, e[11] = w) : w = e[11];
|
1248
1248
|
let $;
|
1249
|
-
e[12] === Symbol.for("react.memo_cache_sentinel") ? ($ = /* @__PURE__ */ s(
|
1250
|
-
let
|
1251
|
-
e[13] !== d ? (
|
1249
|
+
e[12] === Symbol.for("react.memo_cache_sentinel") ? ($ = /* @__PURE__ */ s(de, { direction: "column" }), e[12] = $) : $ = e[12];
|
1250
|
+
let p;
|
1251
|
+
e[13] !== d ? (p = d && /* @__PURE__ */ s(G, { text: "No more items to load", className: ae.endOfItems }), e[13] = d, e[14] = p) : p = e[14];
|
1252
1252
|
let N;
|
1253
|
-
e[15] !== w || e[16] !==
|
1253
|
+
e[15] !== w || e[16] !== p ? (N = /* @__PURE__ */ k("div", { ref: l, className: ae.endOfItems, children: [
|
1254
1254
|
w,
|
1255
1255
|
$,
|
1256
|
-
|
1257
|
-
] }), e[15] = w, e[16] =
|
1258
|
-
let
|
1259
|
-
return e[18] !==
|
1256
|
+
p
|
1257
|
+
] }), e[15] = w, e[16] = p, e[17] = N) : N = e[17];
|
1258
|
+
let S;
|
1259
|
+
return e[18] !== C || e[19] !== x || e[20] !== N ? (S = /* @__PURE__ */ k("div", { className: C, children: [
|
1260
1260
|
x,
|
1261
1261
|
N
|
1262
|
-
] }), e[18] =
|
1263
|
-
},
|
1264
|
-
component:
|
1265
|
-
segment:
|
1266
|
-
},
|
1267
|
-
const e =
|
1262
|
+
] }), e[18] = C, e[19] = x, e[20] = N, e[21] = S) : S = e[21], S;
|
1263
|
+
}, Zn = "_component_yv1j4_6", Qn = "_segment_yv1j4_20", me = {
|
1264
|
+
component: Zn,
|
1265
|
+
segment: Qn
|
1266
|
+
}, qo = (t) => {
|
1267
|
+
const e = y.c(13), {
|
1268
1268
|
leftSection: i,
|
1269
1269
|
centerSection: n,
|
1270
1270
|
rightSection: o,
|
1271
1271
|
className: c
|
1272
1272
|
} = t;
|
1273
1273
|
let r;
|
1274
|
-
e[0] !== c ? (r = v(
|
1274
|
+
e[0] !== c ? (r = v(me.component, c), e[0] = c, e[1] = r) : r = e[1];
|
1275
1275
|
let l;
|
1276
|
-
e[2] !== i ? (l = /* @__PURE__ */ s(
|
1276
|
+
e[2] !== i ? (l = /* @__PURE__ */ s(te, { className: me.segment, direction: "row", children: i }), e[2] = i, e[3] = l) : l = e[3];
|
1277
1277
|
let a;
|
1278
|
-
e[4] !== n ? (a = /* @__PURE__ */ s(
|
1278
|
+
e[4] !== n ? (a = /* @__PURE__ */ s(te, { className: me.segment, direction: "row", children: n }), e[4] = n, e[5] = a) : a = e[5];
|
1279
1279
|
let m;
|
1280
|
-
e[6] !== o ? (m = /* @__PURE__ */ s(
|
1280
|
+
e[6] !== o ? (m = /* @__PURE__ */ s(te, { className: me.segment, direction: "row", children: o }), e[6] = o, e[7] = m) : m = e[7];
|
1281
1281
|
let u;
|
1282
|
-
return e[8] !== r || e[9] !== l || e[10] !== a || e[11] !== m ? (u = /* @__PURE__ */
|
1282
|
+
return e[8] !== r || e[9] !== l || e[10] !== a || e[11] !== m ? (u = /* @__PURE__ */ k(ee, { className: r, children: [
|
1283
1283
|
l,
|
1284
1284
|
a,
|
1285
1285
|
m
|
1286
1286
|
] }), e[8] = r, e[9] = l, e[10] = a, e[11] = m, e[12] = u) : u = e[12], u;
|
1287
|
-
},
|
1288
|
-
component:
|
1289
|
-
},
|
1290
|
-
const e =
|
1287
|
+
}, Jn = "_component_1kaw9_6", eo = {
|
1288
|
+
component: Jn
|
1289
|
+
}, Go = (t) => {
|
1290
|
+
const e = y.c(2), {
|
1291
1291
|
src: i
|
1292
1292
|
} = t;
|
1293
1293
|
let n;
|
1294
|
-
return e[0] !== i ? (n = /* @__PURE__ */ s(
|
1295
|
-
},
|
1296
|
-
const e =
|
1294
|
+
return e[0] !== i ? (n = /* @__PURE__ */ s(Fe, { accessibleLabel: "", src: i, className: eo.component }), e[0] = i, e[1] = n) : n = e[1], n;
|
1295
|
+
}, Yo = (t) => {
|
1296
|
+
const e = y.c(2), {
|
1297
1297
|
title: i
|
1298
1298
|
} = t;
|
1299
1299
|
let n;
|
1300
|
-
return e[0] !== i ? (n = /* @__PURE__ */ s(
|
1301
|
-
},
|
1302
|
-
page:
|
1303
|
-
fadeIn:
|
1304
|
-
card:
|
1305
|
-
cardContainer:
|
1306
|
-
goBackButton:
|
1307
|
-
headerImage:
|
1308
|
-
header:
|
1309
|
-
body:
|
1310
|
-
},
|
1311
|
-
const e =
|
1300
|
+
return e[0] !== i ? (n = /* @__PURE__ */ s(ce, { text: i, level: 2 }), e[0] = i, e[1] = n) : n = e[1], n;
|
1301
|
+
}, to = "_page_rjfsg_6", no = "_fadeIn_rjfsg_1", oo = "_card_rjfsg_40", io = "_cardContainer_rjfsg_51", co = "_goBackButton_rjfsg_55", lo = "_headerImage_rjfsg_61", ro = "_header_rjfsg_61", so = "_body_rjfsg_70", D = {
|
1302
|
+
page: to,
|
1303
|
+
fadeIn: no,
|
1304
|
+
card: oo,
|
1305
|
+
cardContainer: io,
|
1306
|
+
goBackButton: co,
|
1307
|
+
headerImage: lo,
|
1308
|
+
header: ro,
|
1309
|
+
body: so
|
1310
|
+
}, Wo = (t) => {
|
1311
|
+
const e = y.c(26), {
|
1312
1312
|
pages: i,
|
1313
1313
|
applicationId: n
|
1314
|
-
} = t, [o, c] =
|
1314
|
+
} = t, [o, c] = je.useState(0), r = i[o];
|
1315
1315
|
if (localStorage.getItem(`yourdash-application-visited-${n}`) || o > i.length - 1) {
|
1316
1316
|
localStorage.setItem(`yourdash-application-visited-${n}`, "true");
|
1317
|
-
let
|
1318
|
-
return e[0] === Symbol.for("react.memo_cache_sentinel") ? (
|
1317
|
+
let b;
|
1318
|
+
return e[0] === Symbol.for("react.memo_cache_sentinel") ? (b = /* @__PURE__ */ s(Ke, {}), e[0] = b) : b = e[0], b;
|
1319
1319
|
}
|
1320
1320
|
let l;
|
1321
|
-
e[1] !== o || e[2] !== r.allowGoBack ? (l = r.allowGoBack && /* @__PURE__ */ s(
|
1321
|
+
e[1] !== o || e[2] !== r.allowGoBack ? (l = r.allowGoBack && /* @__PURE__ */ s(oe, { className: v(D.goBackButton, "animate__animated animate__fadeInDown"), accessibleLabel: "Go back to the last page", icon: j.ChevronLeft, onClick: () => {
|
1322
1322
|
c(o - 1);
|
1323
1323
|
} }, "GoBackButton"), e[1] = o, e[2] = r.allowGoBack, e[3] = l) : l = e[3];
|
1324
1324
|
let a;
|
1325
|
-
e[4] !== r.headerImage ? (a = /* @__PURE__ */ s(
|
1325
|
+
e[4] !== r.headerImage ? (a = /* @__PURE__ */ s(Fe, { className: D.headerImage, src: r.headerImage, accessibleLabel: "" }), e[4] = r.headerImage, e[5] = a) : a = e[5];
|
1326
1326
|
let m;
|
1327
|
-
e[6] !== r.header ? (m = /* @__PURE__ */ s(
|
1327
|
+
e[6] !== r.header ? (m = /* @__PURE__ */ s(ce, { className: D.header, text: r.header }), e[6] = r.header, e[7] = m) : m = e[7];
|
1328
1328
|
let u;
|
1329
|
-
e[8] === Symbol.for("react.memo_cache_sentinel") ? (u = /* @__PURE__ */ s(
|
1329
|
+
e[8] === Symbol.for("react.memo_cache_sentinel") ? (u = /* @__PURE__ */ s(de, { direction: "column" }), e[8] = u) : u = e[8];
|
1330
1330
|
let d;
|
1331
|
-
e[9] !== r.body ? (d = /* @__PURE__ */ s(
|
1331
|
+
e[9] !== r.body ? (d = /* @__PURE__ */ s(G, { className: D.body, text: r.body }), e[9] = r.body, e[10] = d) : d = e[10];
|
1332
1332
|
let f;
|
1333
1333
|
if (e[11] !== o || e[12] !== r.actions || e[13] !== i.length) {
|
1334
|
-
let
|
1335
|
-
e[15] !== o || e[16] !== i.length ? (
|
1336
|
-
var
|
1337
|
-
if ((
|
1334
|
+
let b;
|
1335
|
+
e[15] !== o || e[16] !== i.length ? (b = (g) => g.icon ? /* @__PURE__ */ s(Y, { children: /* @__PURE__ */ s(Wt, { className: v(D.action, D.actionWithIcon, "animate__animated animate__fadeInUp"), text: g.label, icon: g.icon, onClick: () => {
|
1336
|
+
var C;
|
1337
|
+
if ((C = g.onClick) == null || C.call(g), g.changeTo)
|
1338
1338
|
e: switch (g.changeTo) {
|
1339
1339
|
case "next": {
|
1340
1340
|
c(o + 1);
|
@@ -1352,9 +1352,9 @@ const bo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1352
1352
|
}
|
1353
1353
|
default:
|
1354
1354
|
}
|
1355
|
-
} }, g.label) }) : /* @__PURE__ */ s(
|
1356
|
-
var
|
1357
|
-
if ((
|
1355
|
+
} }, g.label) }) : /* @__PURE__ */ s(Y, { children: /* @__PURE__ */ s(ve, { className: v(D.action, D.actionWithoutIcon, "animate__animated animate__fadeInUp"), text: g.label, onClick: () => {
|
1356
|
+
var C;
|
1357
|
+
if ((C = g.onClick) == null || C.call(g), g.changeTo)
|
1358
1358
|
e: switch (g.changeTo) {
|
1359
1359
|
case "next": {
|
1360
1360
|
c(o + 1);
|
@@ -1372,13 +1372,13 @@ const bo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1372
1372
|
}
|
1373
1373
|
default:
|
1374
1374
|
}
|
1375
|
-
} }, g.label) }), e[15] = o, e[16] = i.length, e[17] =
|
1375
|
+
} }, g.label) }), e[15] = o, e[16] = i.length, e[17] = b) : b = e[17], f = r.actions.map(b), e[11] = o, e[12] = r.actions, e[13] = i.length, e[14] = f;
|
1376
1376
|
} else
|
1377
1377
|
f = e[14];
|
1378
1378
|
let h;
|
1379
|
-
e[18] !== f ? (h = /* @__PURE__ */ s(
|
1379
|
+
e[18] !== f ? (h = /* @__PURE__ */ s(te, { className: D.actions, direction: "row", children: f }), e[18] = f, e[19] = h) : h = e[19];
|
1380
1380
|
let _;
|
1381
|
-
return e[20] !== l || e[21] !== a || e[22] !== m || e[23] !== d || e[24] !== h ? (_ = /* @__PURE__ */ s("div", { className: D.page, children: /* @__PURE__ */
|
1381
|
+
return e[20] !== l || e[21] !== a || e[22] !== m || e[23] !== d || e[24] !== h ? (_ = /* @__PURE__ */ s("div", { className: D.page, children: /* @__PURE__ */ k(le, { className: D.card, containerClassName: D.cardContainer, children: [
|
1382
1382
|
l,
|
1383
1383
|
a,
|
1384
1384
|
m,
|
@@ -1386,10 +1386,10 @@ const bo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1386
1386
|
d,
|
1387
1387
|
h
|
1388
1388
|
] }) }), e[20] = l, e[21] = a, e[22] = m, e[23] = d, e[24] = h, e[25] = _) : _ = e[25], _;
|
1389
|
-
},
|
1390
|
-
component:
|
1391
|
-
open:
|
1392
|
-
},
|
1389
|
+
}, ao = "_component_1xxhv_10", mo = "_open_1xxhv_40", Te = {
|
1390
|
+
component: ao,
|
1391
|
+
open: mo
|
1392
|
+
}, be = ge({
|
1393
1393
|
openSidebar: () => {
|
1394
1394
|
},
|
1395
1395
|
closeSidebar: () => {
|
@@ -1397,18 +1397,18 @@ const bo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1397
1397
|
toggleSidebar: () => {
|
1398
1398
|
},
|
1399
1399
|
isOpen: !0
|
1400
|
-
}),
|
1401
|
-
const e =
|
1400
|
+
}), Vo = (t) => {
|
1401
|
+
const e = y.c(6), {
|
1402
1402
|
children: i
|
1403
|
-
} = t, n =
|
1403
|
+
} = t, n = ue(be), o = A(), c = n.isOpen && Te.open, r = W(o + 1);
|
1404
1404
|
let l;
|
1405
|
-
e[0] !== c || e[1] !== r ? (l = v(
|
1405
|
+
e[0] !== c || e[1] !== r ? (l = v(Te.component, c, r), e[0] = c, e[1] = r, e[2] = l) : l = e[2];
|
1406
1406
|
let a;
|
1407
|
-
return e[3] !== i || e[4] !== l ? (a = /* @__PURE__ */ s(
|
1408
|
-
},
|
1409
|
-
component:
|
1410
|
-
},
|
1411
|
-
const e =
|
1407
|
+
return e[3] !== i || e[4] !== l ? (a = /* @__PURE__ */ s(ne, { children: /* @__PURE__ */ s(te, { direction: "column", className: l, children: i }) }), e[3] = i, e[4] = l, e[5] = a) : a = e[5], a;
|
1408
|
+
}, uo = "_component_f16q1_10", fo = {
|
1409
|
+
component: uo
|
1410
|
+
}, Xo = (t) => {
|
1411
|
+
const e = y.c(15), {
|
1412
1412
|
children: i,
|
1413
1413
|
showSidebarByDefault: n,
|
1414
1414
|
className: o
|
@@ -1433,67 +1433,101 @@ const bo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1433
1433
|
isOpen: c
|
1434
1434
|
}, e[4] = c, e[5] = a, e[6] = u) : u = e[6];
|
1435
1435
|
let d;
|
1436
|
-
e[7] !== o ? (d = v(
|
1436
|
+
e[7] !== o ? (d = v(fo.component, o), e[7] = o, e[8] = d) : d = e[8];
|
1437
1437
|
let f;
|
1438
1438
|
e[9] !== i || e[10] !== d ? (f = /* @__PURE__ */ s("div", { className: d, children: i }), e[9] = i, e[10] = d, e[11] = f) : f = e[11];
|
1439
1439
|
let h;
|
1440
|
-
return e[12] !== u || e[13] !== f ? (h = /* @__PURE__ */ s(
|
1441
|
-
},
|
1442
|
-
const e =
|
1440
|
+
return e[12] !== u || e[13] !== f ? (h = /* @__PURE__ */ s(be.Provider, { value: u, children: f }), e[12] = u, e[13] = f, e[14] = h) : h = e[14], h;
|
1441
|
+
}, Zo = (t) => {
|
1442
|
+
const e = y.c(8), {
|
1443
1443
|
className: i,
|
1444
1444
|
style: n
|
1445
|
-
} = t, o =
|
1445
|
+
} = t, o = ue(be), c = o.isOpen ? "Collapse UKSidebar" : "Expand UKSidebar", r = o.isOpen ? j.SidebarCollapse : j.SidebarExpand;
|
1446
1446
|
let l;
|
1447
1447
|
e[0] !== o ? (l = () => {
|
1448
1448
|
o.toggleSidebar();
|
1449
1449
|
}, e[0] = o, e[1] = l) : l = e[1];
|
1450
1450
|
let a;
|
1451
|
-
return e[2] !== i || e[3] !== n || e[4] !== c || e[5] !== r || e[6] !== l ? (a = /* @__PURE__ */ s(
|
1451
|
+
return e[2] !== i || e[3] !== n || e[4] !== c || e[5] !== r || e[6] !== l ? (a = /* @__PURE__ */ s(oe, { style: n, className: i, accessibleLabel: c, icon: r, onClick: l }), e[2] = i, e[3] = n, e[4] = c, e[5] = r, e[6] = l, e[7] = a) : a = e[7], a;
|
1452
|
+
}, ho = "_layout_13ody_1", _o = "_header_13ody_6", go = "_footer_13ody_10", vo = "_children_13ody_14", bo = "_primarySidebar_13ody_18", po = "_secondarySidebar_13ody_22", q = {
|
1453
|
+
layout: ho,
|
1454
|
+
header: _o,
|
1455
|
+
footer: go,
|
1456
|
+
children: vo,
|
1457
|
+
primarySidebar: bo,
|
1458
|
+
secondarySidebar: po
|
1459
|
+
}, Qo = (t) => {
|
1460
|
+
const e = y.c(16), {
|
1461
|
+
primarySidebar: i,
|
1462
|
+
secondarySidebar: n,
|
1463
|
+
footer: o,
|
1464
|
+
header: c,
|
1465
|
+
children: r
|
1466
|
+
} = t;
|
1467
|
+
let l;
|
1468
|
+
e[0] !== c ? (l = c && /* @__PURE__ */ s("div", { className: q.header, children: c }), e[0] = c, e[1] = l) : l = e[1];
|
1469
|
+
let a;
|
1470
|
+
e[2] !== i ? (a = i && /* @__PURE__ */ s("div", { className: q.primarySidebar, children: i }), e[2] = i, e[3] = a) : a = e[3];
|
1471
|
+
let m;
|
1472
|
+
e[4] !== r ? (m = /* @__PURE__ */ s("div", { className: q.children, children: r }), e[4] = r, e[5] = m) : m = e[5];
|
1473
|
+
let u;
|
1474
|
+
e[6] !== n ? (u = n && /* @__PURE__ */ s("div", { className: q.secondarySidebar, children: n }), e[6] = n, e[7] = u) : u = e[7];
|
1475
|
+
let d;
|
1476
|
+
e[8] !== o ? (d = o && /* @__PURE__ */ s("div", { className: q.footer, children: o }), e[8] = o, e[9] = d) : d = e[9];
|
1477
|
+
let f;
|
1478
|
+
return e[10] !== l || e[11] !== a || e[12] !== m || e[13] !== u || e[14] !== d ? (f = /* @__PURE__ */ k("div", { className: q.layout, children: [
|
1479
|
+
l,
|
1480
|
+
a,
|
1481
|
+
m,
|
1482
|
+
u,
|
1483
|
+
d
|
1484
|
+
] }), e[10] = l, e[11] = a, e[12] = m, e[13] = u, e[14] = d, e[15] = f) : f = e[15], f;
|
1452
1485
|
};
|
1453
1486
|
export {
|
1454
|
-
|
1455
|
-
|
1456
|
-
|
1457
|
-
|
1458
|
-
|
1459
|
-
|
1460
|
-
|
1461
|
-
|
1462
|
-
|
1463
|
-
|
1464
|
-
|
1465
|
-
|
1466
|
-
|
1467
|
-
|
1468
|
-
|
1469
|
-
|
1470
|
-
|
1471
|
-
|
1487
|
+
Mo as HasBeenShown,
|
1488
|
+
Fo as OnInView,
|
1489
|
+
wo as UIKitRoot,
|
1490
|
+
ee as UKBox,
|
1491
|
+
ve as UKButton,
|
1492
|
+
$o as UKButtonCombo,
|
1493
|
+
Io as UKButtonLink,
|
1494
|
+
Wt as UKButtonWithIcon,
|
1495
|
+
le as UKCard,
|
1496
|
+
jo as UKCarousel,
|
1497
|
+
Zt as UKContainer,
|
1498
|
+
Ro as UKContextMenu,
|
1499
|
+
Nt as UKDecrementLevel,
|
1500
|
+
Ko as UKDialog,
|
1501
|
+
te as UKFlex,
|
1502
|
+
ce as UKHeading,
|
1503
|
+
re as UKIcon,
|
1504
|
+
oe as UKIconButton,
|
1472
1505
|
j as UKIcons,
|
1473
|
-
|
1474
|
-
|
1475
|
-
|
1476
|
-
|
1477
|
-
|
1478
|
-
|
1479
|
-
|
1480
|
-
|
1481
|
-
|
1482
|
-
|
1483
|
-
|
1484
|
-
|
1485
|
-
|
1486
|
-
|
1487
|
-
|
1488
|
-
|
1489
|
-
|
1490
|
-
|
1491
|
-
|
1492
|
-
|
1493
|
-
|
1494
|
-
|
1495
|
-
|
1506
|
+
Fe as UKImage,
|
1507
|
+
ne as UKIncrementLevel,
|
1508
|
+
zo as UKInfiniteScroll,
|
1509
|
+
Qo as UKLayout,
|
1510
|
+
To as UKLink,
|
1511
|
+
qo as UKNavBar,
|
1512
|
+
Go as UKNavBarImage,
|
1513
|
+
Yo as UKNavBarTitle,
|
1514
|
+
Wo as UKOnBoarding,
|
1515
|
+
Ao as UKPageHeader,
|
1516
|
+
Ho as UKPanAndZoom,
|
1517
|
+
Po as UKProgressBar,
|
1518
|
+
Do as UKRedirect,
|
1519
|
+
de as UKSeparator,
|
1520
|
+
Vo as UKSidebar,
|
1521
|
+
Xo as UKSidebarContainer,
|
1522
|
+
be as UKSidebarContext,
|
1523
|
+
Zo as UKSidebarToggleButton,
|
1524
|
+
Lo as UKSpinner,
|
1525
|
+
Bo as UKSubText,
|
1526
|
+
Uo as UKTag,
|
1527
|
+
G as UKText,
|
1528
|
+
Eo as UKTextButton,
|
1529
|
+
Oo as UKTextInput,
|
1496
1530
|
v as clippy,
|
1497
|
-
|
1498
|
-
|
1531
|
+
So as useToasts,
|
1532
|
+
ko as utils
|
1499
1533
|
};
|