@yourdash/uikit 0.1.13 → 0.1.15
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 +292 -846
- package/dist/index.mjs +508 -474
- package/package.json +63 -63
- 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,29 +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 clippy from "../../core/clippy.ts";
|
7
|
-
import UKIcon from "../icon/UKIcon.tsx";
|
8
|
-
import { UKIcons } from "../../core/iconDictionary.ts";
|
9
|
-
import styles from "./link.module.scss";
|
10
|
-
import { FC } from "react";
|
11
|
-
|
12
|
-
const UKLink: FC<{ text: string; to: string; className?: string; hideLinkIcon?: boolean }> = (props) => {
|
13
|
-
return (
|
14
|
-
<a
|
15
|
-
href={props.to}
|
16
|
-
className={clippy(styles.component, props.className)}
|
17
|
-
>
|
18
|
-
{props.text}
|
19
|
-
{!props.hideLinkIcon && (
|
20
|
-
<UKIcon
|
21
|
-
icon={UKIcons.Link}
|
22
|
-
className={styles.icon}
|
23
|
-
/>
|
24
|
-
)}
|
25
|
-
</a>
|
26
|
-
);
|
27
|
-
};
|
28
|
-
|
29
|
-
export default UKLink;
|
@@ -1,33 +0,0 @@
|
|
1
|
-
@charset "UTF-8";
|
2
|
-
/*!
|
3
|
-
* Copyright ©2025 Ewsgit<https://github.com/ewsgit> and YourDash<https://github.com/yourdash> contributors.
|
4
|
-
* YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
|
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
|
-
.component {
|
11
|
-
display: inline-block;
|
12
|
-
cursor: pointer;
|
13
|
-
text-decoration: underline;
|
14
|
-
font-weight: var(--utfontwgt);
|
15
|
-
font-size: var(--utfontsize);
|
16
|
-
font-family: var(--utfontfam);
|
17
|
-
color: var(--utacn);
|
18
|
-
transition: var(--utbtntrans);
|
19
|
-
}
|
20
|
-
.component:hover {
|
21
|
-
text-decoration: none;
|
22
|
-
color: var(--utacn);
|
23
|
-
opacity: 0.8;
|
24
|
-
transition: var(--utbtnhvrtrans);
|
25
|
-
}
|
26
|
-
.component:active {
|
27
|
-
text-decoration: none;
|
28
|
-
color: var(--utacn);
|
29
|
-
opacity: 1;
|
30
|
-
transition: var(--utbtnatvtrans);
|
31
|
-
}
|
32
|
-
|
33
|
-
/*# sourceMappingURL=link.module.css.map */
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["link.module.scss","../../theme/themeValues.scss"],"names":[],"mappings":";AAAA;AAAA;AAAA;AAAA;ACAA;AAAA;AAAA;AAAA;ADOA;EACE;EACA;EACE;EAEF;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA","file":"link.module.css"}
|
@@ -1,36 +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
|
-
@use "../../theme/themeValues.scss" as *;
|
7
|
-
|
8
|
-
.component {
|
9
|
-
display: inline-block;
|
10
|
-
cursor: pointer;
|
11
|
-
text-decoration: underline;
|
12
|
-
|
13
|
-
font-weight: var(#{$theme+$font+$weight});
|
14
|
-
font-size: var(#{$theme+$font+$size});
|
15
|
-
font-family: var(#{$theme+$font+$family});
|
16
|
-
color: rgb(var(#{$theme+$accent}));
|
17
|
-
transition: var(#{$theme+$button+$transition});
|
18
|
-
|
19
|
-
&:hover {
|
20
|
-
text-decoration: none;
|
21
|
-
color: rgb(var(#{$theme+$accent}));
|
22
|
-
opacity: 0.8;
|
23
|
-
transition: var(#{$theme+$button+$hover+$transition});
|
24
|
-
}
|
25
|
-
|
26
|
-
&:active {
|
27
|
-
text-decoration: none;
|
28
|
-
color: rgb(var(#{$theme+$accent}));
|
29
|
-
opacity: 1;
|
30
|
-
transition: var(#{$theme+$button+$active+$transition});
|
31
|
-
}
|
32
|
-
}
|
33
|
-
|
34
|
-
.icon {
|
35
|
-
|
36
|
-
}
|
@@ -1,29 +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 clippy from "../../core/clippy.ts";
|
7
|
-
import styles from "./progressBar.module.scss";
|
8
|
-
import { FC } from "react";
|
9
|
-
|
10
|
-
// TODO: rewrite this component to use the HTML progress bar
|
11
|
-
const UKProgressBar: FC<{ maxValue?: number; value: number; className?: string; indeterminate?: boolean }> = ({
|
12
|
-
maxValue,
|
13
|
-
value,
|
14
|
-
className,
|
15
|
-
indeterminate,
|
16
|
-
}) => {
|
17
|
-
return (
|
18
|
-
<>
|
19
|
-
<progress
|
20
|
-
max={maxValue}
|
21
|
-
value={value}
|
22
|
-
className={className}
|
23
|
-
/>
|
24
|
-
{indeterminate && "This should be indeterminate"}
|
25
|
-
</>
|
26
|
-
);
|
27
|
-
};
|
28
|
-
|
29
|
-
export default UKProgressBar;
|
@@ -1,29 +0,0 @@
|
|
1
|
-
@charset "UTF-8";
|
2
|
-
/*!
|
3
|
-
* Copyright ©2025 Ewsgit<https://github.com/ewsgit> and YourDash<https://github.com/yourdash> contributors.
|
4
|
-
* YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
|
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
|
-
.component {
|
11
|
-
padding: var(--utpdn);
|
12
|
-
border: var(--utbrd);
|
13
|
-
border-radius: var(--utrad);
|
14
|
-
background-color: var(--utbgn);
|
15
|
-
user-select: none;
|
16
|
-
width: 100%;
|
17
|
-
display: flex;
|
18
|
-
align-items: center;
|
19
|
-
justify-content: flex-start;
|
20
|
-
}
|
21
|
-
|
22
|
-
.bar {
|
23
|
-
background: var(--utacn);
|
24
|
-
width: var(--ukcomp-progress);
|
25
|
-
height: 1rem;
|
26
|
-
transition: var(--uttrans);
|
27
|
-
}
|
28
|
-
|
29
|
-
/*# sourceMappingURL=progressBar.module.css.map */
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["progressBar.module.scss","../../theme/themeValues.scss"],"names":[],"mappings":";AAAA;AAAA;AAAA;AAAA;ACAA;AAAA;AAAA;AAAA;ADOA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA","file":"progressBar.module.css"}
|
@@ -1,25 +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
|
-
@use "../../theme/themeValues.scss" as *;
|
7
|
-
|
8
|
-
.component {
|
9
|
-
padding: var(#{$theme+$padding});
|
10
|
-
border: var(#{$theme+$border});
|
11
|
-
border-radius: var(#{$theme+$radius});
|
12
|
-
background-color: rgb(var(#{$theme+$background}));
|
13
|
-
user-select: none;
|
14
|
-
width: 100%;
|
15
|
-
display: flex;
|
16
|
-
align-items: center;
|
17
|
-
justify-content: flex-start;
|
18
|
-
}
|
19
|
-
|
20
|
-
.bar {
|
21
|
-
background: rgb(var(#{$theme+$accent}));
|
22
|
-
width: var(--ukcomp-progress);
|
23
|
-
height: 1rem;
|
24
|
-
transition: var(#{$theme+$transition});
|
25
|
-
}
|
@@ -1,23 +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 { FC } from "react";
|
7
|
-
import { useNavigate } from "react-router";
|
8
|
-
import UKCard from "../card/UKCard.tsx";
|
9
|
-
import UKText from "../text/UKText.tsx";
|
10
|
-
|
11
|
-
const UKRedirect: FC<{ to: string | null }> = (props) => {
|
12
|
-
const navigate = useNavigate();
|
13
|
-
|
14
|
-
if (props.to !== null) navigate(props.to);
|
15
|
-
|
16
|
-
return (
|
17
|
-
<UKCard>
|
18
|
-
<UKText text={`Redirecting to ${props.to}`} />
|
19
|
-
</UKCard>
|
20
|
-
);
|
21
|
-
};
|
22
|
-
|
23
|
-
export default UKRedirect;
|
@@ -1,14 +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 clippy from "../../core/clippy.js";
|
7
|
-
import styles from "./separator.module.scss";
|
8
|
-
import { FC } from "react";
|
9
|
-
|
10
|
-
const UKSeparator: FC<{ direction: "column" | "row"; disableMargin?: boolean }> = (props) => {
|
11
|
-
return <div className={clippy(styles.component, styles[props.direction], props.disableMargin && styles.disableMargin)} />;
|
12
|
-
};
|
13
|
-
|
14
|
-
export default UKSeparator;
|
@@ -1,40 +0,0 @@
|
|
1
|
-
@charset "UTF-8";
|
2
|
-
/*!
|
3
|
-
* Copyright ©2025 Ewsgit<https://github.com/ewsgit> and YourDash<https://github.com/yourdash> contributors.
|
4
|
-
* YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
|
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
|
-
.component {
|
11
|
-
display: flex;
|
12
|
-
border: var(--utbrd);
|
13
|
-
border-radius: var(--utrad);
|
14
|
-
}
|
15
|
-
|
16
|
-
.row {
|
17
|
-
width: 0;
|
18
|
-
height: calc(100% - (var(--utgap)) * 2);
|
19
|
-
margin: var(--utgap);
|
20
|
-
border-left: none;
|
21
|
-
}
|
22
|
-
.row.disableMargin {
|
23
|
-
height: 100%;
|
24
|
-
margin-top: 0;
|
25
|
-
margin-bottom: 0;
|
26
|
-
}
|
27
|
-
|
28
|
-
.column {
|
29
|
-
width: calc(100% - (var(--utgap)) * 2);
|
30
|
-
height: 0;
|
31
|
-
margin: var(--utgap);
|
32
|
-
border-bottom: none;
|
33
|
-
}
|
34
|
-
.column.disableMargin {
|
35
|
-
width: 100%;
|
36
|
-
margin-left: 0;
|
37
|
-
margin-right: 0;
|
38
|
-
}
|
39
|
-
|
40
|
-
/*# sourceMappingURL=separator.module.css.map */
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["separator.module.scss","../../theme/themeValues.scss"],"names":[],"mappings":";AAAA;AAAA;AAAA;AAAA;ACAA;AAAA;AAAA;AAAA;ADOA;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;;;AAIJ;EACE;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA","file":"separator.module.css"}
|
@@ -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
|
-
@use "../../theme/themeValues.scss" as *;
|
7
|
-
|
8
|
-
.component {
|
9
|
-
display: flex;
|
10
|
-
border: var(#{$theme}#{$border});
|
11
|
-
border-radius: var(#{$theme}#{$radius});
|
12
|
-
}
|
13
|
-
|
14
|
-
.row {
|
15
|
-
width: 0;
|
16
|
-
height: calc(100% - calc(var(#{$theme}#{$gap})) * 2);
|
17
|
-
margin: var(#{$theme}#{$gap});
|
18
|
-
border-left: none;
|
19
|
-
|
20
|
-
&.disableMargin {
|
21
|
-
height: 100%;
|
22
|
-
margin-top: 0;
|
23
|
-
margin-bottom: 0;
|
24
|
-
}
|
25
|
-
}
|
26
|
-
|
27
|
-
.column {
|
28
|
-
width: calc(100% - calc(var(#{$theme}#{$gap})) * 2);
|
29
|
-
height: 0;
|
30
|
-
margin: var(#{$theme}#{$gap});
|
31
|
-
border-bottom: none;
|
32
|
-
|
33
|
-
&.disableMargin {
|
34
|
-
width: 100%;
|
35
|
-
margin-left: 0;
|
36
|
-
margin-right: 0;
|
37
|
-
}
|
38
|
-
}
|
@@ -1,31 +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 clippy from "../../core/clippy.ts";
|
7
|
-
import styles from "./spinner.module.scss";
|
8
|
-
import { FC } from "react";
|
9
|
-
|
10
|
-
const UKSpinner: FC<{
|
11
|
-
// eslint-disable-next-line
|
12
|
-
style?: any;
|
13
|
-
}> = (props) => {
|
14
|
-
return (
|
15
|
-
<div
|
16
|
-
className={styles.component}
|
17
|
-
style={props.style}
|
18
|
-
>
|
19
|
-
<section className={styles.container}>
|
20
|
-
<div className={styles.spinnerBorder} />
|
21
|
-
<div className={styles.spinnerBack} />
|
22
|
-
<div className={styles.spinnerCutoutContainer}>
|
23
|
-
<div className={clippy(styles.spinnerCutoutOne, styles.spinnerCutout)} />
|
24
|
-
<div className={clippy(styles.spinnerCutoutTwo, styles.spinnerCutout)} />
|
25
|
-
</div>
|
26
|
-
</section>
|
27
|
-
</div>
|
28
|
-
);
|
29
|
-
};
|
30
|
-
|
31
|
-
export default UKSpinner;
|
@@ -1,93 +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
|
-
padding: var(--utpdn);
|
8
|
-
border: var(--utbrd);
|
9
|
-
border-radius: var(--utrad);
|
10
|
-
background-color: var(--utbgn);
|
11
|
-
user-select: none;
|
12
|
-
position: relative;
|
13
|
-
width: 8rem;
|
14
|
-
aspect-ratio: 1/1;
|
15
|
-
}
|
16
|
-
|
17
|
-
.container {
|
18
|
-
position: relative;
|
19
|
-
width: 100%;
|
20
|
-
height: 100%;
|
21
|
-
aspect-ratio: 1/1;
|
22
|
-
rotate: 135deg;
|
23
|
-
animation: 1.1s infinite ease-in-out infiniteSpin;
|
24
|
-
}
|
25
|
-
|
26
|
-
.spinnerBack {
|
27
|
-
position: absolute;
|
28
|
-
top: 50%;
|
29
|
-
left: 50%;
|
30
|
-
transform: translate(-50%, -50%);
|
31
|
-
height: 3rem;
|
32
|
-
aspect-ratio: 1/1;
|
33
|
-
border-radius: 100rem;
|
34
|
-
background: rgba(0, 0, 0, 0.4666666667);
|
35
|
-
}
|
36
|
-
|
37
|
-
.spinnerBorder {
|
38
|
-
position: absolute;
|
39
|
-
top: 50%;
|
40
|
-
left: 50%;
|
41
|
-
transform: translate(-50%, -50%);
|
42
|
-
height: 3.5rem;
|
43
|
-
aspect-ratio: 1/1;
|
44
|
-
border-radius: 100rem;
|
45
|
-
background: var(--utacn);
|
46
|
-
}
|
47
|
-
|
48
|
-
.spinnerCutoutContainer {
|
49
|
-
position: absolute;
|
50
|
-
top: 50%;
|
51
|
-
left: 50%;
|
52
|
-
transform: translate(-50%, -50%);
|
53
|
-
height: 3.5rem;
|
54
|
-
aspect-ratio: 1/1;
|
55
|
-
border-radius: 100rem;
|
56
|
-
}
|
57
|
-
|
58
|
-
.spinnerCutout {
|
59
|
-
position: absolute;
|
60
|
-
height: 1.75rem;
|
61
|
-
aspect-ratio: 1/1;
|
62
|
-
background: var(--utbgn);
|
63
|
-
}
|
64
|
-
|
65
|
-
.spinnerCutoutOne {
|
66
|
-
top: 0;
|
67
|
-
left: 0;
|
68
|
-
}
|
69
|
-
|
70
|
-
.spinnerCutoutTwo {
|
71
|
-
bottom: 0;
|
72
|
-
right: 0;
|
73
|
-
}
|
74
|
-
|
75
|
-
@keyframes infiniteSpin {
|
76
|
-
0% {
|
77
|
-
transform: rotate(0deg);
|
78
|
-
}
|
79
|
-
50% {
|
80
|
-
transform: rotate(200deg);
|
81
|
-
}
|
82
|
-
70% {
|
83
|
-
transform: rotate(175deg);
|
84
|
-
}
|
85
|
-
80% {
|
86
|
-
transform: rotate(180deg);
|
87
|
-
}
|
88
|
-
100% {
|
89
|
-
transform: rotate(180deg);
|
90
|
-
}
|
91
|
-
}
|
92
|
-
|
93
|
-
/*# sourceMappingURL=spinner.module.css.map */
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../../theme/themeValues.scss","spinner.module.scss"],"names":[],"mappings":";AAAA;AAAA;AAAA;AAAA;ACEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE","file":"spinner.module.css"}
|
@@ -1,88 +0,0 @@
|
|
1
|
-
@use "../../theme/themeValues.scss" as *;
|
2
|
-
|
3
|
-
.component {
|
4
|
-
padding: var(#{$theme+$padding});
|
5
|
-
border: var(#{$theme+$border});
|
6
|
-
border-radius: var(#{$theme+$radius});
|
7
|
-
background-color: rgb(var(#{$theme+$background}));
|
8
|
-
user-select: none;
|
9
|
-
position: relative;
|
10
|
-
width: 8rem;
|
11
|
-
aspect-ratio: 1 / 1;
|
12
|
-
}
|
13
|
-
|
14
|
-
.container {
|
15
|
-
position: relative;
|
16
|
-
width: 100%;
|
17
|
-
height: 100%;
|
18
|
-
aspect-ratio: 1 / 1;
|
19
|
-
rotate: 135deg;
|
20
|
-
animation: 1.1s infinite ease-in-out infiniteSpin;
|
21
|
-
}
|
22
|
-
|
23
|
-
.spinnerBack {
|
24
|
-
position: absolute;
|
25
|
-
top: 50%;
|
26
|
-
left: 50%;
|
27
|
-
transform: translate(-50%, -50%);
|
28
|
-
height: 3rem;
|
29
|
-
aspect-ratio: 1 / 1;
|
30
|
-
border-radius: 100rem;
|
31
|
-
background: #00000077;
|
32
|
-
}
|
33
|
-
|
34
|
-
.spinnerBorder {
|
35
|
-
position: absolute;
|
36
|
-
top: 50%;
|
37
|
-
left: 50%;
|
38
|
-
transform: translate(-50%, -50%);
|
39
|
-
height: 3.5rem;
|
40
|
-
aspect-ratio: 1 / 1;
|
41
|
-
border-radius: 100rem;
|
42
|
-
background: rgb(var(#{$theme+$accent}));
|
43
|
-
}
|
44
|
-
|
45
|
-
.spinnerCutoutContainer {
|
46
|
-
position: absolute;
|
47
|
-
top: 50%;
|
48
|
-
left: 50%;
|
49
|
-
transform: translate(-50%, -50%);
|
50
|
-
height: 3.5rem;
|
51
|
-
aspect-ratio: 1 / 1;
|
52
|
-
border-radius: 100rem;
|
53
|
-
}
|
54
|
-
|
55
|
-
.spinnerCutout {
|
56
|
-
position: absolute;
|
57
|
-
height: 1.75rem;
|
58
|
-
aspect-ratio: 1 / 1;
|
59
|
-
background: rgb(var(#{$theme+$background}));
|
60
|
-
}
|
61
|
-
|
62
|
-
.spinnerCutoutOne {
|
63
|
-
top: 0;
|
64
|
-
left: 0;
|
65
|
-
}
|
66
|
-
|
67
|
-
.spinnerCutoutTwo {
|
68
|
-
bottom: 0;
|
69
|
-
right: 0;
|
70
|
-
}
|
71
|
-
|
72
|
-
@keyframes infiniteSpin {
|
73
|
-
0% {
|
74
|
-
transform: rotate(0deg);
|
75
|
-
}
|
76
|
-
50% {
|
77
|
-
transform: rotate(200deg);
|
78
|
-
}
|
79
|
-
70% {
|
80
|
-
transform: rotate(175deg);
|
81
|
-
}
|
82
|
-
80% {
|
83
|
-
transform: rotate(180deg);
|
84
|
-
}
|
85
|
-
100% {
|
86
|
-
transform: rotate(180deg);
|
87
|
-
}
|
88
|
-
}
|
@@ -1,14 +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 clippy from "../../core/clippy";
|
7
|
-
import styles from "./subtext.module.scss";
|
8
|
-
import { FC } from "react";
|
9
|
-
|
10
|
-
const UKSubtext: FC<{ text: string; className?: string }> = (props) => {
|
11
|
-
return <div className={clippy(styles.component, props.className)}>{props.text}</div>;
|
12
|
-
};
|
13
|
-
|
14
|
-
export default UKSubtext;
|
@@ -1,21 +0,0 @@
|
|
1
|
-
@charset "UTF-8";
|
2
|
-
/*!
|
3
|
-
* Copyright ©2025 Ewsgit<https://github.com/ewsgit> and YourDash<https://github.com/yourdash> contributors.
|
4
|
-
* YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
|
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
|
-
.component {
|
11
|
-
color: var(--utscl);
|
12
|
-
display: inline-block;
|
13
|
-
}
|
14
|
-
|
15
|
-
.levelDefault {
|
16
|
-
font-weight: var(--utfontwgt);
|
17
|
-
font-size: var(--utfontsize);
|
18
|
-
font-family: var(--utfontfam);
|
19
|
-
}
|
20
|
-
|
21
|
-
/*# sourceMappingURL=subtext.module.css.map */
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["subtext.module.scss","../../theme/themeValues.scss"],"names":[],"mappings":";AAAA;AAAA;AAAA;AAAA;ACAA;AAAA;AAAA;AAAA;ADOA;EACE;EACA;;;AAGF;EACE;EACA;EACA","file":"subtext.module.css"}
|
@@ -1,17 +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
|
-
@use "../../theme/themeValues.scss" as *;
|
7
|
-
|
8
|
-
.component {
|
9
|
-
color: var(#{$theme+$subcolor});
|
10
|
-
display: inline-block;
|
11
|
-
}
|
12
|
-
|
13
|
-
.levelDefault {
|
14
|
-
font-weight: var(#{$theme}#{$font}#{$weight});
|
15
|
-
font-size: var(#{$theme}#{$font}#{$size});
|
16
|
-
font-family: var(#{$theme}#{$font}#{$family});
|
17
|
-
}
|
@@ -1,21 +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 clippy from "../../core/clippy.js";
|
7
|
-
import styles from "./tag.module.scss";
|
8
|
-
import { FC } from "react";
|
9
|
-
|
10
|
-
const UKTag: FC<{ text: string; color: string; className?: string }> = (props) => {
|
11
|
-
return (
|
12
|
-
<div
|
13
|
-
className={clippy(styles.component, props.className)}
|
14
|
-
style={{ backgroundColor: props.color }}
|
15
|
-
>
|
16
|
-
{props.text}
|
17
|
-
</div>
|
18
|
-
);
|
19
|
-
};
|
20
|
-
|
21
|
-
export default UKTag;
|
@@ -1,17 +0,0 @@
|
|
1
|
-
@charset "UTF-8";
|
2
|
-
/*!
|
3
|
-
* Copyright ©2025 Ewsgit<https://github.com/ewsgit> and YourDash<https://github.com/yourdash> contributors.
|
4
|
-
* YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
|
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
|
-
.component {
|
11
|
-
display: inline-block;
|
12
|
-
font-weight: var(--utfontwgt);
|
13
|
-
font-size: var(--utfontsize);
|
14
|
-
font-family: var(--utfontfam);
|
15
|
-
}
|
16
|
-
|
17
|
-
/*# sourceMappingURL=tag.module.css.map */
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["tag.module.scss","../../theme/themeValues.scss"],"names":[],"mappings":";AAAA;AAAA;AAAA;AAAA;ACAA;AAAA;AAAA;AAAA;ADOA;EACE;EACA;EACA;EACA","file":"tag.module.css"}
|
@@ -1,13 +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
|
-
@use "../../theme/themeValues.scss" as *;
|
7
|
-
|
8
|
-
.component {
|
9
|
-
display: inline-block;
|
10
|
-
font-weight: var(#{$theme+$font+$weight});
|
11
|
-
font-size: var(#{$theme+$font+$size});
|
12
|
-
font-family: var(#{$theme+$font+$family});
|
13
|
-
}
|
@@ -1,14 +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 clippy from "../../core/clippy.ts";
|
7
|
-
import styles from "./text.module.scss";
|
8
|
-
import { FC } from "react";
|
9
|
-
|
10
|
-
const UKText: FC<{ text: string; className?: string }> = (props) => {
|
11
|
-
return <div className={clippy(styles.component, props.className)}>{props.text}</div>;
|
12
|
-
};
|
13
|
-
|
14
|
-
export default UKText;
|