@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
@@ -1,15 +0,0 @@
|
|
1
|
-
import React from "react";
|
2
|
-
import UKImage from "../../../../components/image/UKImage.tsx";
|
3
|
-
import styles from "./navImage.module.scss";
|
4
|
-
|
5
|
-
const UKNavbarNavImage: React.FC<{ src: string }> = ({ src }) => {
|
6
|
-
return (
|
7
|
-
<UKImage
|
8
|
-
accessibleLabel=""
|
9
|
-
src={src}
|
10
|
-
className={styles.component}
|
11
|
-
/>
|
12
|
-
);
|
13
|
-
};
|
14
|
-
|
15
|
-
export default UKNavbarNavImage;
|
@@ -1,12 +0,0 @@
|
|
1
|
-
@charset "UTF-8";
|
2
|
-
/*!
|
3
|
-
* Copyright ©2025 Ewsgit <https://ewsgit.uk> and YourDash <https://yourdash.ewsgit.uk> contributors.
|
4
|
-
* YourDash is licensed under the MIT License. (https://mit.ewsgit.uk)
|
5
|
-
*/
|
6
|
-
.component {
|
7
|
-
height: calc(var(--nav-height) - var(--utpdn));
|
8
|
-
aspect-ratio: 1/1;
|
9
|
-
border-radius: 0;
|
10
|
-
}
|
11
|
-
|
12
|
-
/*# sourceMappingURL=navImage.module.css.map */
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../../../../theme/themeValues.scss","navImage.module.scss"],"names":[],"mappings":";AAAA;AAAA;AAAA;AAAA;ACEA;EACI;EACA;EACA","file":"navImage.module.css"}
|
@@ -1,13 +0,0 @@
|
|
1
|
-
import React from "react";
|
2
|
-
import UKHeading from "../../../../components/heading/UKHeading.tsx";
|
3
|
-
|
4
|
-
const UKNavbarNavTitle: React.FC<{ title: string }> = ({ title }) => {
|
5
|
-
return (
|
6
|
-
<UKHeading
|
7
|
-
text={title}
|
8
|
-
level={2}
|
9
|
-
/>
|
10
|
-
);
|
11
|
-
};
|
12
|
-
|
13
|
-
export default UKNavbarNavTitle;
|
@@ -1,26 +0,0 @@
|
|
1
|
-
@charset "UTF-8";
|
2
|
-
/*!
|
3
|
-
* Copyright ©2025 Ewsgit <https://ewsgit.uk> and YourDash <https://yourdash.ewsgit.uk> contributors.
|
4
|
-
* YourDash is licensed under the MIT License. (https://mit.ewsgit.uk)
|
5
|
-
*/
|
6
|
-
.component {
|
7
|
-
--nav-height: calc(2rem + var(--utpdn));
|
8
|
-
width: 100%;
|
9
|
-
height: calc(var(--nav-height) + var(--utpdn) * 2);
|
10
|
-
border-top: 0;
|
11
|
-
border-left: 0;
|
12
|
-
border-right: 0;
|
13
|
-
padding: var(--utpdn);
|
14
|
-
display: grid;
|
15
|
-
grid-template-columns: auto 1fr auto;
|
16
|
-
justify-content: center;
|
17
|
-
align-items: center;
|
18
|
-
}
|
19
|
-
|
20
|
-
.segment {
|
21
|
-
display: flex;
|
22
|
-
align-items: center;
|
23
|
-
justify-content: center;
|
24
|
-
}
|
25
|
-
|
26
|
-
/*# sourceMappingURL=navBar.module.css.map */
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../../theme/themeValues.scss","navBar.module.scss"],"names":[],"mappings":";AAAA;AAAA;AAAA;AAAA;ACEA;EACI;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA","file":"navBar.module.css"}
|
@@ -1,22 +0,0 @@
|
|
1
|
-
@use "../../theme/themeValues.scss" as *;
|
2
|
-
|
3
|
-
.component {
|
4
|
-
--nav-height: calc(2rem + var(#{$theme+$padding}));
|
5
|
-
|
6
|
-
width: 100%;
|
7
|
-
height: calc(var(--nav-height) + calc(var(#{$theme+$padding}) * 2));
|
8
|
-
border-top: 0;
|
9
|
-
border-left: 0;
|
10
|
-
border-right: 0;
|
11
|
-
padding: var(#{$theme+$padding});
|
12
|
-
display: grid;
|
13
|
-
grid-template-columns: auto 1fr auto;
|
14
|
-
justify-content: center;
|
15
|
-
align-items: center;
|
16
|
-
}
|
17
|
-
|
18
|
-
.segment {
|
19
|
-
display: flex;
|
20
|
-
align-items: center;
|
21
|
-
justify-content: center;
|
22
|
-
}
|
@@ -1,146 +0,0 @@
|
|
1
|
-
import * as React from "react";
|
2
|
-
import UKCard from "../../components/card/UKCard.tsx";
|
3
|
-
import { UKIcons, UKIconType } from "../../core/iconDictionary.ts";
|
4
|
-
import UKIconButton from "../../components/iconButton/UKIconButton.tsx";
|
5
|
-
import UKImage from "../../components/image/UKImage.tsx";
|
6
|
-
import UKHeading from "../../components/heading/UKHeading.tsx";
|
7
|
-
import UKText from "../../components/text/UKText.tsx";
|
8
|
-
import UKButtonWithIcon from "../../components/buttonWithIcon/UKButtonWithIcon.tsx";
|
9
|
-
import UKButton from "../../components/button/UKButton.tsx";
|
10
|
-
import { Outlet } from "react-router";
|
11
|
-
import styles from "./onBoarding.module.scss";
|
12
|
-
import UKFlex from "../../components/flex/UKFlex.tsx";
|
13
|
-
import clippy from "../../core/clippy.ts";
|
14
|
-
import UKSeparator from "../../components/separator/UKSeparator.tsx";
|
15
|
-
|
16
|
-
const UKOnBoarding: React.FC<{
|
17
|
-
applicationId: string;
|
18
|
-
pages: {
|
19
|
-
headerImage: string;
|
20
|
-
header: string;
|
21
|
-
body: string;
|
22
|
-
actions: {
|
23
|
-
label: string;
|
24
|
-
icon?: UKIconType;
|
25
|
-
onClick?: () => void;
|
26
|
-
changeTo?: "next" | "previous" | "remain" | "completed";
|
27
|
-
}[];
|
28
|
-
allowGoBack?: boolean;
|
29
|
-
}[];
|
30
|
-
}> = ({ pages, applicationId }) => {
|
31
|
-
const [currentPage, setCurrentPage] = React.useState<number>(0);
|
32
|
-
const page = pages[currentPage];
|
33
|
-
|
34
|
-
if (localStorage.getItem(`yourdash-application-visited-${applicationId}`) || currentPage > pages.length - 1) {
|
35
|
-
localStorage.setItem(`yourdash-application-visited-${applicationId}`, "true");
|
36
|
-
|
37
|
-
return <Outlet />;
|
38
|
-
}
|
39
|
-
|
40
|
-
return (
|
41
|
-
<div className={styles.page}>
|
42
|
-
<UKCard
|
43
|
-
className={styles.card}
|
44
|
-
containerClassName={styles.cardContainer}
|
45
|
-
>
|
46
|
-
{page.allowGoBack && (
|
47
|
-
<UKIconButton
|
48
|
-
key={"GoBackButton"}
|
49
|
-
className={clippy(styles.goBackButton, "animate__animated animate__fadeInDown")}
|
50
|
-
accessibleLabel="Go back to the last page"
|
51
|
-
icon={UKIcons.ChevronLeft}
|
52
|
-
onClick={() => {
|
53
|
-
setCurrentPage(currentPage - 1);
|
54
|
-
}}
|
55
|
-
/>
|
56
|
-
)}
|
57
|
-
<UKImage
|
58
|
-
className={styles.headerImage}
|
59
|
-
src={page.headerImage}
|
60
|
-
accessibleLabel=""
|
61
|
-
/>
|
62
|
-
<UKHeading
|
63
|
-
className={styles.header}
|
64
|
-
text={page.header}
|
65
|
-
/>
|
66
|
-
<UKSeparator direction={"column"} />
|
67
|
-
<UKText
|
68
|
-
className={styles.body}
|
69
|
-
text={page.body}
|
70
|
-
/>
|
71
|
-
<UKFlex
|
72
|
-
className={styles.actions}
|
73
|
-
direction="row"
|
74
|
-
>
|
75
|
-
{page.actions.map((action) => {
|
76
|
-
if (action.icon) {
|
77
|
-
return (
|
78
|
-
<>
|
79
|
-
<UKButtonWithIcon
|
80
|
-
key={action.label}
|
81
|
-
className={clippy(styles.action, styles.actionWithIcon, "animate__animated animate__fadeInUp")}
|
82
|
-
text={action.label}
|
83
|
-
icon={action.icon}
|
84
|
-
onClick={() => {
|
85
|
-
action.onClick?.();
|
86
|
-
if (action.changeTo) {
|
87
|
-
switch (action.changeTo) {
|
88
|
-
case "next":
|
89
|
-
setCurrentPage(currentPage + 1);
|
90
|
-
break;
|
91
|
-
case "previous":
|
92
|
-
if (currentPage > 0) setCurrentPage(currentPage - 1);
|
93
|
-
break;
|
94
|
-
case "remain":
|
95
|
-
break;
|
96
|
-
case "completed":
|
97
|
-
setCurrentPage(pages.length + 1);
|
98
|
-
break;
|
99
|
-
default:
|
100
|
-
break;
|
101
|
-
}
|
102
|
-
}
|
103
|
-
}}
|
104
|
-
/>
|
105
|
-
</>
|
106
|
-
);
|
107
|
-
}
|
108
|
-
|
109
|
-
return (
|
110
|
-
<>
|
111
|
-
<UKButton
|
112
|
-
key={action.label}
|
113
|
-
className={clippy(styles.action, styles.actionWithoutIcon, "animate__animated animate__fadeInUp")}
|
114
|
-
text={action.label}
|
115
|
-
onClick={() => {
|
116
|
-
action.onClick?.();
|
117
|
-
|
118
|
-
if (action.changeTo) {
|
119
|
-
switch (action.changeTo) {
|
120
|
-
case "next":
|
121
|
-
setCurrentPage(currentPage + 1);
|
122
|
-
break;
|
123
|
-
case "previous":
|
124
|
-
if (currentPage > 0) setCurrentPage(currentPage - 1);
|
125
|
-
break;
|
126
|
-
case "remain":
|
127
|
-
break;
|
128
|
-
case "completed":
|
129
|
-
setCurrentPage(pages.length + 1);
|
130
|
-
break;
|
131
|
-
default:
|
132
|
-
break;
|
133
|
-
}
|
134
|
-
}
|
135
|
-
}}
|
136
|
-
/>
|
137
|
-
</>
|
138
|
-
);
|
139
|
-
})}
|
140
|
-
</UKFlex>
|
141
|
-
</UKCard>
|
142
|
-
</div>
|
143
|
-
);
|
144
|
-
};
|
145
|
-
|
146
|
-
export default UKOnBoarding;
|
@@ -1,74 +0,0 @@
|
|
1
|
-
@charset "UTF-8";
|
2
|
-
/*!
|
3
|
-
* Copyright ©2025 Ewsgit <https://ewsgit.uk> and YourDash <https://yourdash.ewsgit.uk> contributors.
|
4
|
-
* YourDash is licensed under the MIT License. (https://mit.ewsgit.uk)
|
5
|
-
*/
|
6
|
-
.page {
|
7
|
-
display: flex;
|
8
|
-
align-items: center;
|
9
|
-
justify-content: center;
|
10
|
-
flex-direction: column;
|
11
|
-
width: 100%;
|
12
|
-
height: 100%;
|
13
|
-
position: relative;
|
14
|
-
animation: fadeIn 1s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
|
15
|
-
}
|
16
|
-
.page::before {
|
17
|
-
content: "";
|
18
|
-
background-image: url("/assets/productLogos/yourdash.svg");
|
19
|
-
background-size: 20rem;
|
20
|
-
background-repeat: repeat;
|
21
|
-
width: 1000rem;
|
22
|
-
height: 1000rem;
|
23
|
-
position: absolute;
|
24
|
-
filter: blur(0.25rem) grayscale(1);
|
25
|
-
opacity: 0.1;
|
26
|
-
transform: rotate(-45deg);
|
27
|
-
z-index: -1;
|
28
|
-
}
|
29
|
-
@keyframes fadeIn {
|
30
|
-
from {
|
31
|
-
transform: translateY(2.5rem);
|
32
|
-
opacity: 0;
|
33
|
-
}
|
34
|
-
to {
|
35
|
-
transform: translateY(0);
|
36
|
-
opacity: 1;
|
37
|
-
}
|
38
|
-
}
|
39
|
-
|
40
|
-
.card {
|
41
|
-
display: flex;
|
42
|
-
align-items: center;
|
43
|
-
justify-content: center;
|
44
|
-
flex-direction: column;
|
45
|
-
gap: calc(var(--utgap) * 2);
|
46
|
-
padding: 2rem;
|
47
|
-
position: relative;
|
48
|
-
transition: var(--transition);
|
49
|
-
}
|
50
|
-
|
51
|
-
.cardContainer {
|
52
|
-
box-shadow: rgba(0, 0, 0, 0.5333333333) 0 0 4rem;
|
53
|
-
}
|
54
|
-
|
55
|
-
.goBackButton {
|
56
|
-
position: absolute;
|
57
|
-
top: var(--utpdn);
|
58
|
-
left: var(--utpdn);
|
59
|
-
}
|
60
|
-
|
61
|
-
.headerImage {
|
62
|
-
height: 16rem;
|
63
|
-
}
|
64
|
-
|
65
|
-
.header {
|
66
|
-
line-height: 1;
|
67
|
-
text-align: center;
|
68
|
-
}
|
69
|
-
|
70
|
-
.body {
|
71
|
-
text-align: center;
|
72
|
-
}
|
73
|
-
|
74
|
-
/*# sourceMappingURL=onBoarding.module.css.map */
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../../theme/themeValues.scss","onBoarding.module.scss"],"names":[],"mappings":";AAAA;AAAA;AAAA;AAAA;ACEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;IACE;IACA;;EAEF;IACE;IACA;;;;AAKN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE","file":"onBoarding.module.css"}
|
@@ -1,84 +0,0 @@
|
|
1
|
-
@use "../../theme/themeValues.scss" as *;
|
2
|
-
|
3
|
-
.page {
|
4
|
-
display: flex;
|
5
|
-
align-items: center;
|
6
|
-
justify-content: center;
|
7
|
-
flex-direction: column;
|
8
|
-
width: 100%;
|
9
|
-
height: 100%;
|
10
|
-
position: relative;
|
11
|
-
animation: fadeIn 1s 0s cubic-bezier(0.215, 0.610, 0.355, 1);
|
12
|
-
|
13
|
-
&::before {
|
14
|
-
content: "";
|
15
|
-
//noinspection CssUnknownTarget
|
16
|
-
background-image: url("/assets/productLogos/yourdash.svg");
|
17
|
-
background-size: 20rem;
|
18
|
-
background-repeat: repeat;
|
19
|
-
width: 1000rem;
|
20
|
-
height: 1000rem;
|
21
|
-
position: absolute;
|
22
|
-
filter: blur(0.25rem) grayscale(1);
|
23
|
-
opacity: 0.1;
|
24
|
-
transform: rotate(-45deg);
|
25
|
-
z-index: -1;
|
26
|
-
}
|
27
|
-
|
28
|
-
@keyframes fadeIn {
|
29
|
-
from {
|
30
|
-
transform: translateY(2.5rem);
|
31
|
-
opacity: 0;
|
32
|
-
}
|
33
|
-
to {
|
34
|
-
transform: translateY(0);
|
35
|
-
opacity: 1;
|
36
|
-
}
|
37
|
-
}
|
38
|
-
}
|
39
|
-
|
40
|
-
.card {
|
41
|
-
display: flex;
|
42
|
-
align-items: center;
|
43
|
-
justify-content: center;
|
44
|
-
flex-direction: column;
|
45
|
-
gap: calc(var(#{$theme+$gap}) * 2);
|
46
|
-
padding: 2rem;
|
47
|
-
position: relative;
|
48
|
-
transition: var(--transition);
|
49
|
-
}
|
50
|
-
|
51
|
-
.cardContainer {
|
52
|
-
box-shadow: #00000088 0 0 4rem;
|
53
|
-
}
|
54
|
-
|
55
|
-
.goBackButton {
|
56
|
-
position: absolute;
|
57
|
-
top: var(#{$theme+$padding});
|
58
|
-
left: var(#{$theme+$padding});
|
59
|
-
}
|
60
|
-
|
61
|
-
.headerImage {
|
62
|
-
height: 16rem;
|
63
|
-
}
|
64
|
-
|
65
|
-
.header {
|
66
|
-
line-height: 1;
|
67
|
-
text-align: center;
|
68
|
-
}
|
69
|
-
|
70
|
-
.body {
|
71
|
-
text-align: center;
|
72
|
-
}
|
73
|
-
|
74
|
-
.actions {
|
75
|
-
}
|
76
|
-
|
77
|
-
.action {
|
78
|
-
}
|
79
|
-
|
80
|
-
.actionWithoutIcon {
|
81
|
-
}
|
82
|
-
|
83
|
-
.actionWithIcon {
|
84
|
-
}
|
@@ -1,28 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
* Copyright ©2025 Ewsgit <https://ewsgit.uk> and YourDash <https://yourdash.ewsgit.uk> contributors.
|
3
|
-
* YourDash is licensed under the MIT License. (https://mit.ewsgit.uk)
|
4
|
-
*/
|
5
|
-
|
6
|
-
import React from "react";
|
7
|
-
import UKHeading from "../../components/heading/UKHeading.tsx";
|
8
|
-
import styles from "./header.module.scss";
|
9
|
-
|
10
|
-
const UKPageHeader: React.FC<{ backgroundImage?: string; heading: string }> = ({ backgroundImage, heading }) => {
|
11
|
-
return (
|
12
|
-
<>
|
13
|
-
<div
|
14
|
-
className={styles.view}
|
15
|
-
style={
|
16
|
-
backgroundImage ? { backgroundImage: backgroundImage } : { backgroundImage: "linear-gradient(-45deg, #ff8093aa, #ffd264aa)" }
|
17
|
-
}
|
18
|
-
>
|
19
|
-
<UKHeading
|
20
|
-
level={1}
|
21
|
-
text={heading}
|
22
|
-
/>
|
23
|
-
</div>
|
24
|
-
</>
|
25
|
-
);
|
26
|
-
};
|
27
|
-
|
28
|
-
export default UKPageHeader;
|
@@ -1,20 +0,0 @@
|
|
1
|
-
@charset "UTF-8";
|
2
|
-
/*!
|
3
|
-
* Copyright ©2025 Ewsgit <https://ewsgit.uk> and YourDash <https://yourdash.ewsgit.uk> contributors.
|
4
|
-
* YourDash is licensed under the MIT License. (https://mit.ewsgit.uk)
|
5
|
-
*/
|
6
|
-
/*!
|
7
|
-
* Copyright ©2025 Ewsgit <https://ewsgit.uk> and YourDash <https://yourdash.ewsgit.uk> contributors.
|
8
|
-
* YourDash is licensed under the MIT License. (https://mit.ewsgit.uk)
|
9
|
-
*/
|
10
|
-
.view {
|
11
|
-
width: 100%;
|
12
|
-
display: flex;
|
13
|
-
align-items: center;
|
14
|
-
justify-content: center;
|
15
|
-
padding: var(--utpdn);
|
16
|
-
padding-top: calc(var(--utpdn) * 4);
|
17
|
-
padding-bottom: calc(var(--utpdn) * 4);
|
18
|
-
}
|
19
|
-
|
20
|
-
/*# sourceMappingURL=header.module.css.map */
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["header.module.scss","../../theme/themeValues.scss"],"names":[],"mappings":";AAAA;AAAA;AAAA;AAAA;ACAA;AAAA;AAAA;AAAA;ADOA;EACE;EACA;EACA;EACA;EACA;EACA;EACA","file":"header.module.css"}
|
@@ -1,16 +0,0 @@
|
|
1
|
-
/*!
|
2
|
-
* Copyright ©2025 Ewsgit <https://ewsgit.uk> and YourDash <https://yourdash.ewsgit.uk> contributors.
|
3
|
-
* YourDash is licensed under the MIT License. (https://mit.ewsgit.uk)
|
4
|
-
*/
|
5
|
-
|
6
|
-
@use "../../theme/themeValues.scss" as *;
|
7
|
-
|
8
|
-
.view {
|
9
|
-
width: 100%;
|
10
|
-
display: flex;
|
11
|
-
align-items: center;
|
12
|
-
justify-content: center;
|
13
|
-
padding: var(#{$theme+$padding});
|
14
|
-
padding-top: calc(var(#{$theme+$padding}) * 4);
|
15
|
-
padding-bottom: calc(var(#{$theme+$padding}) * 4);
|
16
|
-
}
|
@@ -1,121 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
* Copyright ©2025 Ewsgit<https://github.com/ewsgit> and YourDash<https://github.com/yourdash> contributors.
|
3
|
-
* YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
|
4
|
-
*/
|
5
|
-
|
6
|
-
import React, { FC, useEffect, useRef, useState } from "react";
|
7
|
-
|
8
|
-
const UKPanAndZoom: FC<{ children: React.ReactNode; minZoom?: number; maxZoom?: number; onScaleChange?: (scale: number) => void }> = ({
|
9
|
-
children,
|
10
|
-
minZoom,
|
11
|
-
maxZoom,
|
12
|
-
onScaleChange,
|
13
|
-
}) => {
|
14
|
-
const containerRef = useRef<HTMLDivElement>(null);
|
15
|
-
const [translateX, setTranslateX] = useState(0);
|
16
|
-
const [translateY, setTranslateY] = useState(0);
|
17
|
-
const [scale, setScale] = useState(1);
|
18
|
-
|
19
|
-
if (onScaleChange) {
|
20
|
-
useEffect(() => {
|
21
|
-
onScaleChange(scale);
|
22
|
-
}, [scale]);
|
23
|
-
}
|
24
|
-
|
25
|
-
const handleWheel = (event: WheelEvent) => {
|
26
|
-
event.stopPropagation();
|
27
|
-
const delta = event.deltaY;
|
28
|
-
const newScale = scale + delta / 1000;
|
29
|
-
setScale(Math.min(Math.max(newScale, minZoom ?? 0.1), maxZoom ?? 10));
|
30
|
-
};
|
31
|
-
|
32
|
-
const handleMouseDown = (event: React.MouseEvent<HTMLDivElement>) => {
|
33
|
-
event.stopPropagation();
|
34
|
-
const startX = event.clientX;
|
35
|
-
const startY = event.clientY;
|
36
|
-
const startTranslateX = translateX;
|
37
|
-
const startTranslateY = translateY;
|
38
|
-
|
39
|
-
// eslint-disable-next-line @typescript-eslint/no-shadow
|
40
|
-
const handleMouseMove = (event: MouseEvent) => {
|
41
|
-
event.stopPropagation();
|
42
|
-
const deltaX = event.clientX - startX;
|
43
|
-
const deltaY = event.clientY - startY;
|
44
|
-
setTranslateX(startTranslateX + deltaX);
|
45
|
-
setTranslateY(startTranslateY + deltaY);
|
46
|
-
};
|
47
|
-
|
48
|
-
const handleMouseUp = () => {
|
49
|
-
event.stopPropagation();
|
50
|
-
document.removeEventListener("mousemove", handleMouseMove);
|
51
|
-
document.removeEventListener("mouseup", handleMouseUp);
|
52
|
-
};
|
53
|
-
|
54
|
-
document.addEventListener("mousemove", handleMouseMove);
|
55
|
-
document.addEventListener("mouseup", handleMouseUp);
|
56
|
-
};
|
57
|
-
|
58
|
-
const handleTouchStart = (event: React.TouchEvent<HTMLDivElement>) => {
|
59
|
-
event.stopPropagation();
|
60
|
-
const startTouches = event.touches;
|
61
|
-
const startTranslateX = translateX;
|
62
|
-
const startTranslateY = translateY;
|
63
|
-
|
64
|
-
// eslint-disable-next-line @typescript-eslint/no-shadow
|
65
|
-
const handleTouchMove = (event: TouchEvent) => {
|
66
|
-
event.stopPropagation();
|
67
|
-
const currentTouches = event.touches;
|
68
|
-
const deltaX = currentTouches[0].clientX - startTouches[0].clientX;
|
69
|
-
const deltaY = currentTouches[0].clientY - startTouches[0].clientY;
|
70
|
-
setTranslateX(startTranslateX + deltaX);
|
71
|
-
setTranslateY(startTranslateY + deltaY);
|
72
|
-
};
|
73
|
-
|
74
|
-
const handleTouchEnd = () => {
|
75
|
-
event.stopPropagation();
|
76
|
-
document.removeEventListener("touchmove", handleTouchMove);
|
77
|
-
document.removeEventListener("touchend", handleTouchEnd);
|
78
|
-
};
|
79
|
-
|
80
|
-
document.addEventListener("touchmove", handleTouchMove);
|
81
|
-
document.addEventListener("touchend", handleTouchEnd);
|
82
|
-
};
|
83
|
-
|
84
|
-
return (
|
85
|
-
<div
|
86
|
-
ref={containerRef}
|
87
|
-
style={{
|
88
|
-
width: "100%",
|
89
|
-
height: "100%",
|
90
|
-
overflow: "hidden",
|
91
|
-
display: "flex",
|
92
|
-
alignItems: "center",
|
93
|
-
justifyContent: "center",
|
94
|
-
}}
|
95
|
-
onWheel={handleWheel as unknown as React.WheelEventHandler<HTMLDivElement>}
|
96
|
-
onMouseDown={handleMouseDown}
|
97
|
-
onTouchStart={handleTouchStart}
|
98
|
-
onDragStart={(event) => {
|
99
|
-
event.stopPropagation();
|
100
|
-
event.preventDefault();
|
101
|
-
}}
|
102
|
-
onContextMenu={(event) => {
|
103
|
-
event.preventDefault();
|
104
|
-
event.stopPropagation();
|
105
|
-
}}
|
106
|
-
>
|
107
|
-
<div
|
108
|
-
style={{
|
109
|
-
transform: `translate(${translateX}px, ${translateY}px) scale(${scale})`,
|
110
|
-
transformOrigin: "center center",
|
111
|
-
maxWidth: "max-content",
|
112
|
-
pointerEvents: "none",
|
113
|
-
}}
|
114
|
-
>
|
115
|
-
{children}
|
116
|
-
</div>
|
117
|
-
</div>
|
118
|
-
);
|
119
|
-
};
|
120
|
-
|
121
|
-
export default UKPanAndZoom;
|
@@ -1,30 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
* Copyright ©2025 Ewsgit<https://github.com/ewsgit> and YourDash<https://github.com/yourdash> contributors.
|
3
|
-
* YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
|
4
|
-
*/
|
5
|
-
|
6
|
-
import UKFlex from "../../components/flex/UKFlex.tsx";
|
7
|
-
import clippy from "../../core/clippy.ts";
|
8
|
-
import IncrementLevel from "../../core/incrementLevel.tsx";
|
9
|
-
import { useLevel, useLevelClass } from "../../core/level.tsx";
|
10
|
-
import styles from "./sidebar.module.scss";
|
11
|
-
import UKSidebarContext from "./UKSidebarContext.tsx";
|
12
|
-
import { FC, useContext } from "react";
|
13
|
-
|
14
|
-
const UKSidebar: FC<{ children: React.ReactNode | React.ReactNode[] }> = ({ children }) => {
|
15
|
-
const sidebarContext = useContext(UKSidebarContext);
|
16
|
-
const level = useLevel();
|
17
|
-
|
18
|
-
return (
|
19
|
-
<IncrementLevel>
|
20
|
-
<UKFlex
|
21
|
-
direction={"column"}
|
22
|
-
className={clippy(styles.component, sidebarContext.isOpen && styles.open, useLevelClass(level + 1))}
|
23
|
-
>
|
24
|
-
{children}
|
25
|
-
</UKFlex>
|
26
|
-
</IncrementLevel>
|
27
|
-
);
|
28
|
-
};
|
29
|
-
|
30
|
-
export default UKSidebar;
|
@@ -1,38 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
* Copyright ©2025 Ewsgit<https://github.com/ewsgit> and YourDash<https://github.com/yourdash> contributors.
|
3
|
-
* YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
|
4
|
-
*/
|
5
|
-
|
6
|
-
import React, { FC, useState } from "react";
|
7
|
-
import clippy from "../../core/clippy.js";
|
8
|
-
import UKSidebarContext from "./UKSidebarContext.tsx";
|
9
|
-
import styles from "./sidebarContainer.module.scss";
|
10
|
-
|
11
|
-
const UKSidebarContainer: FC<{ children: React.ReactNode | React.ReactNode[]; showSidebarByDefault?: boolean; className?: string }> = ({
|
12
|
-
children,
|
13
|
-
showSidebarByDefault,
|
14
|
-
className,
|
15
|
-
}) => {
|
16
|
-
const [showSidebar, setShowSidebar] = useState<boolean>(showSidebarByDefault || true);
|
17
|
-
|
18
|
-
return (
|
19
|
-
<UKSidebarContext.Provider
|
20
|
-
value={{
|
21
|
-
closeSidebar: () => {
|
22
|
-
setShowSidebar(false);
|
23
|
-
},
|
24
|
-
toggleSidebar: () => {
|
25
|
-
setShowSidebar(!showSidebar);
|
26
|
-
},
|
27
|
-
openSidebar: () => {
|
28
|
-
setShowSidebar(true);
|
29
|
-
},
|
30
|
-
isOpen: showSidebar,
|
31
|
-
}}
|
32
|
-
>
|
33
|
-
<div className={clippy(styles.component, className)}>{children}</div>
|
34
|
-
</UKSidebarContext.Provider>
|
35
|
-
);
|
36
|
-
};
|
37
|
-
|
38
|
-
export default UKSidebarContainer;
|