@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
package/dist/index.d.ts
CHANGED
@@ -4,6 +4,7 @@ import { FC } from 'react';
|
|
4
4
|
import * as React_2 from 'react';
|
5
5
|
import { ReactNode } from 'react';
|
6
6
|
import { Ref } from 'react';
|
7
|
+
import { svg } from '*.svg';
|
7
8
|
|
8
9
|
export declare function clippy(...input: (string | undefined | null | boolean)[]): string;
|
9
10
|
|
@@ -32,6 +33,13 @@ export declare interface IToastAction {
|
|
32
33
|
onClick: () => void;
|
33
34
|
}
|
34
35
|
|
36
|
+
declare interface IUKLayoutProps {
|
37
|
+
primarySidebar?: default_2.ReactNode;
|
38
|
+
secondarySidebar?: default_2.ReactNode;
|
39
|
+
header?: default_2.ReactNode;
|
40
|
+
footer?: default_2.ReactNode;
|
41
|
+
}
|
42
|
+
|
35
43
|
export declare const OnInView: FC<{
|
36
44
|
className?: string;
|
37
45
|
onEnterView?: (direction: "up" | "down" | "left" | "right") => void;
|
@@ -166,852 +174,288 @@ export declare const UKIconButton: FC<{
|
|
166
174
|
}>;
|
167
175
|
|
168
176
|
export declare const UKIcons: {
|
169
|
-
Accessibility: () => Promise<
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
|
360
|
-
|
361
|
-
|
362
|
-
|
363
|
-
|
364
|
-
|
365
|
-
|
366
|
-
|
367
|
-
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
|
373
|
-
|
374
|
-
|
375
|
-
|
376
|
-
|
377
|
-
|
378
|
-
|
379
|
-
|
380
|
-
|
381
|
-
|
382
|
-
|
383
|
-
|
384
|
-
|
385
|
-
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
|
394
|
-
|
395
|
-
|
396
|
-
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
|
406
|
-
|
407
|
-
|
408
|
-
|
409
|
-
|
410
|
-
|
411
|
-
|
412
|
-
|
413
|
-
|
414
|
-
|
415
|
-
|
416
|
-
|
417
|
-
|
418
|
-
|
419
|
-
|
420
|
-
|
421
|
-
|
422
|
-
|
423
|
-
|
424
|
-
|
425
|
-
|
426
|
-
|
427
|
-
|
428
|
-
|
429
|
-
|
430
|
-
|
431
|
-
|
432
|
-
|
433
|
-
|
434
|
-
|
435
|
-
|
436
|
-
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
441
|
-
|
442
|
-
|
443
|
-
|
444
|
-
|
445
|
-
|
446
|
-
|
447
|
-
|
448
|
-
|
449
|
-
|
450
|
-
|
451
|
-
FeedTrophy: () => Promise<{
|
452
|
-
default: `${string}.svg`;
|
453
|
-
}>;
|
454
|
-
File: () => Promise<{
|
455
|
-
default: `${string}.svg`;
|
456
|
-
}>;
|
457
|
-
FileAdded: () => Promise<{
|
458
|
-
default: `${string}.svg`;
|
459
|
-
}>;
|
460
|
-
FileBadge: () => Promise<{
|
461
|
-
default: `${string}.svg`;
|
462
|
-
}>;
|
463
|
-
FileBinary: () => Promise<{
|
464
|
-
default: `${string}.svg`;
|
465
|
-
}>;
|
466
|
-
FileCode: () => Promise<{
|
467
|
-
default: `${string}.svg`;
|
468
|
-
}>;
|
469
|
-
FileDiff: () => Promise<{
|
470
|
-
default: `${string}.svg`;
|
471
|
-
}>;
|
472
|
-
FileDirectory: () => Promise<{
|
473
|
-
default: `${string}.svg`;
|
474
|
-
}>;
|
475
|
-
FileDirectoryFill: () => Promise<{
|
476
|
-
default: `${string}.svg`;
|
477
|
-
}>;
|
478
|
-
FileDirectoryOpenFill: () => Promise<{
|
479
|
-
default: `${string}.svg`;
|
480
|
-
}>;
|
481
|
-
FileMoved: () => Promise<{
|
482
|
-
default: `${string}.svg`;
|
483
|
-
}>;
|
484
|
-
FileRemoved: () => Promise<{
|
485
|
-
default: `${string}.svg`;
|
486
|
-
}>;
|
487
|
-
FileSubmodule: () => Promise<{
|
488
|
-
default: `${string}.svg`;
|
489
|
-
}>;
|
490
|
-
FileSymlinkFile: () => Promise<{
|
491
|
-
default: `${string}.svg`;
|
492
|
-
}>;
|
493
|
-
FileZip: () => Promise<{
|
494
|
-
default: `${string}.svg`;
|
495
|
-
}>;
|
496
|
-
Filter: () => Promise<{
|
497
|
-
default: `${string}.svg`;
|
498
|
-
}>;
|
499
|
-
Flame: () => Promise<{
|
500
|
-
default: `${string}.svg`;
|
501
|
-
}>;
|
502
|
-
Fold: () => Promise<{
|
503
|
-
default: `${string}.svg`;
|
504
|
-
}>;
|
505
|
-
FoldDown: () => Promise<{
|
506
|
-
default: `${string}.svg`;
|
507
|
-
}>;
|
508
|
-
FoldUp: () => Promise<{
|
509
|
-
default: `${string}.svg`;
|
510
|
-
}>;
|
511
|
-
Gear: () => Promise<{
|
512
|
-
default: `${string}.svg`;
|
513
|
-
}>;
|
514
|
-
Gift: () => Promise<{
|
515
|
-
default: `${string}.svg`;
|
516
|
-
}>;
|
517
|
-
GitBranch: () => Promise<{
|
518
|
-
default: `${string}.svg`;
|
519
|
-
}>;
|
520
|
-
GitCommit: () => Promise<{
|
521
|
-
default: `${string}.svg`;
|
522
|
-
}>;
|
523
|
-
GitCompare: () => Promise<{
|
524
|
-
default: `${string}.svg`;
|
525
|
-
}>;
|
526
|
-
GitMerge: () => Promise<{
|
527
|
-
default: `${string}.svg`;
|
528
|
-
}>;
|
529
|
-
GitMergeQueue: () => Promise<{
|
530
|
-
default: `${string}.svg`;
|
531
|
-
}>;
|
532
|
-
GitPullRequest: () => Promise<{
|
533
|
-
default: `${string}.svg`;
|
534
|
-
}>;
|
535
|
-
GitPullRequestClosed: () => Promise<{
|
536
|
-
default: `${string}.svg`;
|
537
|
-
}>;
|
538
|
-
GitPullRequestDraft: () => Promise<{
|
539
|
-
default: `${string}.svg`;
|
540
|
-
}>;
|
541
|
-
Globe: () => Promise<{
|
542
|
-
default: `${string}.svg`;
|
543
|
-
}>;
|
544
|
-
Grabber: () => Promise<{
|
545
|
-
default: `${string}.svg`;
|
546
|
-
}>;
|
547
|
-
Graph: () => Promise<{
|
548
|
-
default: `${string}.svg`;
|
549
|
-
}>;
|
550
|
-
Hash: () => Promise<{
|
551
|
-
default: `${string}.svg`;
|
552
|
-
}>;
|
553
|
-
Heading: () => Promise<{
|
554
|
-
default: `${string}.svg`;
|
555
|
-
}>;
|
556
|
-
Heart: () => Promise<{
|
557
|
-
default: `${string}.svg`;
|
558
|
-
}>;
|
559
|
-
HeartFill: () => Promise<{
|
560
|
-
default: `${string}.svg`;
|
561
|
-
}>;
|
562
|
-
History: () => Promise<{
|
563
|
-
default: `${string}.svg`;
|
564
|
-
}>;
|
565
|
-
Home: () => Promise<{
|
566
|
-
default: `${string}.svg`;
|
567
|
-
}>;
|
568
|
-
HorizontalRule: () => Promise<{
|
569
|
-
default: `${string}.svg`;
|
570
|
-
}>;
|
571
|
-
Hourglass: () => Promise<{
|
572
|
-
default: `${string}.svg`;
|
573
|
-
}>;
|
574
|
-
Hubot: () => Promise<{
|
575
|
-
default: `${string}.svg`;
|
576
|
-
}>;
|
577
|
-
IdBadge: () => Promise<{
|
578
|
-
default: `${string}.svg`;
|
579
|
-
}>;
|
580
|
-
Image: () => Promise<{
|
581
|
-
default: `${string}.svg`;
|
582
|
-
}>;
|
583
|
-
Inbox: () => Promise<{
|
584
|
-
default: `${string}.svg`;
|
585
|
-
}>;
|
586
|
-
InfinitySymbol: () => Promise<{
|
587
|
-
default: `${string}.svg`;
|
588
|
-
}>;
|
589
|
-
Info: () => Promise<{
|
590
|
-
default: `${string}.svg`;
|
591
|
-
}>;
|
592
|
-
IssueClosed: () => Promise<{
|
593
|
-
default: `${string}.svg`;
|
594
|
-
}>;
|
595
|
-
IssueDraft: () => Promise<{
|
596
|
-
default: `${string}.svg`;
|
597
|
-
}>;
|
598
|
-
IssueOpened: () => Promise<{
|
599
|
-
default: `${string}.svg`;
|
600
|
-
}>;
|
601
|
-
IssueReopened: () => Promise<{
|
602
|
-
default: `${string}.svg`;
|
603
|
-
}>;
|
604
|
-
Italic: () => Promise<{
|
605
|
-
default: `${string}.svg`;
|
606
|
-
}>;
|
607
|
-
Iterations: () => Promise<{
|
608
|
-
default: `${string}.svg`;
|
609
|
-
}>;
|
610
|
-
KebabHorizontal: () => Promise<{
|
611
|
-
default: `${string}.svg`;
|
612
|
-
}>;
|
613
|
-
Key: () => Promise<{
|
614
|
-
default: `${string}.svg`;
|
615
|
-
}>;
|
616
|
-
KeyAsterisk: () => Promise<{
|
617
|
-
default: `${string}.svg`;
|
618
|
-
}>;
|
619
|
-
Law: () => Promise<{
|
620
|
-
default: `${string}.svg`;
|
621
|
-
}>;
|
622
|
-
LightBulb: () => Promise<{
|
623
|
-
default: `${string}.svg`;
|
624
|
-
}>;
|
625
|
-
Link: () => Promise<{
|
626
|
-
default: `${string}.svg`;
|
627
|
-
}>;
|
628
|
-
LinkExternal: () => Promise<{
|
629
|
-
default: `${string}.svg`;
|
630
|
-
}>;
|
631
|
-
ListOrdered: () => Promise<{
|
632
|
-
default: `${string}.svg`;
|
633
|
-
}>;
|
634
|
-
ListUnordered: () => Promise<{
|
635
|
-
default: `${string}.svg`;
|
636
|
-
}>;
|
637
|
-
Location: () => Promise<{
|
638
|
-
default: `${string}.svg`;
|
639
|
-
}>;
|
640
|
-
Lock: () => Promise<{
|
641
|
-
default: `${string}.svg`;
|
642
|
-
}>;
|
643
|
-
Log: () => Promise<{
|
644
|
-
default: `${string}.svg`;
|
645
|
-
}>;
|
646
|
-
Login: () => Promise<{
|
647
|
-
default: `${string}.svg`;
|
648
|
-
}>;
|
649
|
-
LogoGist: () => Promise<{
|
650
|
-
default: `${string}.svg`;
|
651
|
-
}>;
|
652
|
-
LogoGithub: () => Promise<{
|
653
|
-
default: `${string}.svg`;
|
654
|
-
}>;
|
655
|
-
Logout: () => Promise<{
|
656
|
-
default: `${string}.svg`;
|
657
|
-
}>;
|
658
|
-
Mail: () => Promise<{
|
659
|
-
default: `${string}.svg`;
|
660
|
-
}>;
|
661
|
-
MarkGithub: () => Promise<{
|
662
|
-
default: `${string}.svg`;
|
663
|
-
}>;
|
664
|
-
Markdown: () => Promise<{
|
665
|
-
default: `${string}.svg`;
|
666
|
-
}>;
|
667
|
-
Megaphone: () => Promise<{
|
668
|
-
default: `${string}.svg`;
|
669
|
-
}>;
|
670
|
-
Mention: () => Promise<{
|
671
|
-
default: `${string}.svg`;
|
672
|
-
}>;
|
673
|
-
Meter: () => Promise<{
|
674
|
-
default: `${string}.svg`;
|
675
|
-
}>;
|
676
|
-
Milestone: () => Promise<{
|
677
|
-
default: `${string}.svg`;
|
678
|
-
}>;
|
679
|
-
Mirror: () => Promise<{
|
680
|
-
default: `${string}.svg`;
|
681
|
-
}>;
|
682
|
-
Moon: () => Promise<{
|
683
|
-
default: `${string}.svg`;
|
684
|
-
}>;
|
685
|
-
MortarBoard: () => Promise<{
|
686
|
-
default: `${string}.svg`;
|
687
|
-
}>;
|
688
|
-
MultiSelect: () => Promise<{
|
689
|
-
default: `${string}.svg`;
|
690
|
-
}>;
|
691
|
-
Mute: () => Promise<{
|
692
|
-
default: `${string}.svg`;
|
693
|
-
}>;
|
694
|
-
NoEntry: () => Promise<{
|
695
|
-
default: `${string}.svg`;
|
696
|
-
}>;
|
697
|
-
NorthStar: () => Promise<{
|
698
|
-
default: `${string}.svg`;
|
699
|
-
}>;
|
700
|
-
Note: () => Promise<{
|
701
|
-
default: `${string}.svg`;
|
702
|
-
}>;
|
703
|
-
Number: () => Promise<{
|
704
|
-
default: `${string}.svg`;
|
705
|
-
}>;
|
706
|
-
Organization: () => Promise<{
|
707
|
-
default: `${string}.svg`;
|
708
|
-
}>;
|
709
|
-
Package: () => Promise<{
|
710
|
-
default: `${string}.svg`;
|
711
|
-
}>;
|
712
|
-
PackageDependencies: () => Promise<{
|
713
|
-
default: `${string}.svg`;
|
714
|
-
}>;
|
715
|
-
PackageDependents: () => Promise<{
|
716
|
-
default: `${string}.svg`;
|
717
|
-
}>;
|
718
|
-
Paintbrush: () => Promise<{
|
719
|
-
default: `${string}.svg`;
|
720
|
-
}>;
|
721
|
-
PaperAirplane: () => Promise<{
|
722
|
-
default: `${string}.svg`;
|
723
|
-
}>;
|
724
|
-
Paperclip: () => Promise<{
|
725
|
-
default: `${string}.svg`;
|
726
|
-
}>;
|
727
|
-
Paste: () => Promise<{
|
728
|
-
default: `${string}.svg`;
|
729
|
-
}>;
|
730
|
-
Pencil: () => Promise<{
|
731
|
-
default: `${string}.svg`;
|
732
|
-
}>;
|
733
|
-
People: () => Promise<{
|
734
|
-
default: `${string}.svg`;
|
735
|
-
}>;
|
736
|
-
Person: () => Promise<{
|
737
|
-
default: `${string}.svg`;
|
738
|
-
}>;
|
739
|
-
PersonAdd: () => Promise<{
|
740
|
-
default: `${string}.svg`;
|
741
|
-
}>;
|
742
|
-
PersonFill: () => Promise<{
|
743
|
-
default: `${string}.svg`;
|
744
|
-
}>;
|
745
|
-
Pin: () => Promise<{
|
746
|
-
default: `${string}.svg`;
|
747
|
-
}>;
|
748
|
-
Play: () => Promise<{
|
749
|
-
default: `${string}.svg`;
|
750
|
-
}>;
|
751
|
-
Plug: () => Promise<{
|
752
|
-
default: `${string}.svg`;
|
753
|
-
}>;
|
754
|
-
Plus: () => Promise<{
|
755
|
-
default: `${string}.svg`;
|
756
|
-
}>;
|
757
|
-
PlusCircle: () => Promise<{
|
758
|
-
default: `${string}.svg`;
|
759
|
-
}>;
|
760
|
-
Project: () => Promise<{
|
761
|
-
default: `${string}.svg`;
|
762
|
-
}>;
|
763
|
-
Pulse: () => Promise<{
|
764
|
-
default: `${string}.svg`;
|
765
|
-
}>;
|
766
|
-
Question: () => Promise<{
|
767
|
-
default: `${string}.svg`;
|
768
|
-
}>;
|
769
|
-
Quote: () => Promise<{
|
770
|
-
default: `${string}.svg`;
|
771
|
-
}>;
|
772
|
-
Reply: () => Promise<{
|
773
|
-
default: `${string}.svg`;
|
774
|
-
}>;
|
775
|
-
Repo: () => Promise<{
|
776
|
-
default: `${string}.svg`;
|
777
|
-
}>;
|
778
|
-
RepoClone: () => Promise<{
|
779
|
-
default: `${string}.svg`;
|
780
|
-
}>;
|
781
|
-
RepoDeleted: () => Promise<{
|
782
|
-
default: `${string}.svg`;
|
783
|
-
}>;
|
784
|
-
RepoForked: () => Promise<{
|
785
|
-
default: `${string}.svg`;
|
786
|
-
}>;
|
787
|
-
RepoLocked: () => Promise<{
|
788
|
-
default: `${string}.svg`;
|
789
|
-
}>;
|
790
|
-
RepoPull: () => Promise<{
|
791
|
-
default: `${string}.svg`;
|
792
|
-
}>;
|
793
|
-
RepoPush: () => Promise<{
|
794
|
-
default: `${string}.svg`;
|
795
|
-
}>;
|
796
|
-
RepoTemplate: () => Promise<{
|
797
|
-
default: `${string}.svg`;
|
798
|
-
}>;
|
799
|
-
Report: () => Promise<{
|
800
|
-
default: `${string}.svg`;
|
801
|
-
}>;
|
802
|
-
Rocket: () => Promise<{
|
803
|
-
default: `${string}.svg`;
|
804
|
-
}>;
|
805
|
-
Rows: () => Promise<{
|
806
|
-
default: `${string}.svg`;
|
807
|
-
}>;
|
808
|
-
Rss: () => Promise<{
|
809
|
-
default: `${string}.svg`;
|
810
|
-
}>;
|
811
|
-
Ruby: () => Promise<{
|
812
|
-
default: `${string}.svg`;
|
813
|
-
}>;
|
814
|
-
ScreenFull: () => Promise<{
|
815
|
-
default: `${string}.svg`;
|
816
|
-
}>;
|
817
|
-
ScreenNormal: () => Promise<{
|
818
|
-
default: `${string}.svg`;
|
819
|
-
}>;
|
820
|
-
Search: () => Promise<{
|
821
|
-
default: `${string}.svg`;
|
822
|
-
}>;
|
823
|
-
Server: () => Promise<{
|
824
|
-
default: `${string}.svg`;
|
825
|
-
}>;
|
826
|
-
ServerError: () => Promise<{
|
827
|
-
default: `${string}.svg`;
|
828
|
-
}>;
|
829
|
-
Share: () => Promise<{
|
830
|
-
default: `${string}.svg`;
|
831
|
-
}>;
|
832
|
-
ShareAndroid: () => Promise<{
|
833
|
-
default: `${string}.svg`;
|
834
|
-
}>;
|
835
|
-
Shield: () => Promise<{
|
836
|
-
default: `${string}.svg`;
|
837
|
-
}>;
|
838
|
-
ShieldCheck: () => Promise<{
|
839
|
-
default: `${string}.svg`;
|
840
|
-
}>;
|
841
|
-
ShieldLock: () => Promise<{
|
842
|
-
default: `${string}.svg`;
|
843
|
-
}>;
|
844
|
-
ShieldSlash: () => Promise<{
|
845
|
-
default: `${string}.svg`;
|
846
|
-
}>;
|
847
|
-
ShieldX: () => Promise<{
|
848
|
-
default: `${string}.svg`;
|
849
|
-
}>;
|
850
|
-
SidebarCollapse: () => Promise<{
|
851
|
-
default: `${string}.svg`;
|
852
|
-
}>;
|
853
|
-
SidebarExpand: () => Promise<{
|
854
|
-
default: `${string}.svg`;
|
855
|
-
}>;
|
856
|
-
SignIn: () => Promise<{
|
857
|
-
default: `${string}.svg`;
|
858
|
-
}>;
|
859
|
-
SignOut: () => Promise<{
|
860
|
-
default: `${string}.svg`;
|
861
|
-
}>;
|
862
|
-
SingleSelect: () => Promise<{
|
863
|
-
default: `${string}.svg`;
|
864
|
-
}>;
|
865
|
-
Skip: () => Promise<{
|
866
|
-
default: `${string}.svg`;
|
867
|
-
}>;
|
868
|
-
Sliders: () => Promise<{
|
869
|
-
default: `${string}.svg`;
|
870
|
-
}>;
|
871
|
-
Smiley: () => Promise<{
|
872
|
-
default: `${string}.svg`;
|
873
|
-
}>;
|
874
|
-
SortAsc: () => Promise<{
|
875
|
-
default: `${string}.svg`;
|
876
|
-
}>;
|
877
|
-
SortDesc: () => Promise<{
|
878
|
-
default: `${string}.svg`;
|
879
|
-
}>;
|
880
|
-
Square: () => Promise<{
|
881
|
-
default: `${string}.svg`;
|
882
|
-
}>;
|
883
|
-
SquareFill: () => Promise<{
|
884
|
-
default: `${string}.svg`;
|
885
|
-
}>;
|
886
|
-
Squirrel: () => Promise<{
|
887
|
-
default: `${string}.svg`;
|
888
|
-
}>;
|
889
|
-
Stack: () => Promise<{
|
890
|
-
default: `${string}.svg`;
|
891
|
-
}>;
|
892
|
-
Star: () => Promise<{
|
893
|
-
default: `${string}.svg`;
|
894
|
-
}>;
|
895
|
-
StarFill: () => Promise<{
|
896
|
-
default: `${string}.svg`;
|
897
|
-
}>;
|
898
|
-
Stop: () => Promise<{
|
899
|
-
default: `${string}.svg`;
|
900
|
-
}>;
|
901
|
-
Stopwatch: () => Promise<{
|
902
|
-
default: `${string}.svg`;
|
903
|
-
}>;
|
904
|
-
Store: () => Promise<{
|
905
|
-
default: `${string}.svg`;
|
906
|
-
}>;
|
907
|
-
Strikethrough: () => Promise<{
|
908
|
-
default: `${string}.svg`;
|
909
|
-
}>;
|
910
|
-
Sun: () => Promise<{
|
911
|
-
default: `${string}.svg`;
|
912
|
-
}>;
|
913
|
-
Sync: () => Promise<{
|
914
|
-
default: `${string}.svg`;
|
915
|
-
}>;
|
916
|
-
TabExternal: () => Promise<{
|
917
|
-
default: `${string}.svg`;
|
918
|
-
}>;
|
919
|
-
Table: () => Promise<{
|
920
|
-
default: `${string}.svg`;
|
921
|
-
}>;
|
922
|
-
Tag: () => Promise<{
|
923
|
-
default: `${string}.svg`;
|
924
|
-
}>;
|
925
|
-
TaskList: () => Promise<{
|
926
|
-
default: `${string}.svg`;
|
927
|
-
}>;
|
928
|
-
Telescope: () => Promise<{
|
929
|
-
default: `${string}.svg`;
|
930
|
-
}>;
|
931
|
-
TelescopeFill: () => Promise<{
|
932
|
-
default: `${string}.svg`;
|
933
|
-
}>;
|
934
|
-
Terminal: () => Promise<{
|
935
|
-
default: `${string}.svg`;
|
936
|
-
}>;
|
937
|
-
ThreeBars: () => Promise<{
|
938
|
-
default: `${string}.svg`;
|
939
|
-
}>;
|
940
|
-
ThumbsDown: () => Promise<{
|
941
|
-
default: `${string}.svg`;
|
942
|
-
}>;
|
943
|
-
ThumbsUp: () => Promise<{
|
944
|
-
default: `${string}.svg`;
|
945
|
-
}>;
|
946
|
-
Tools: () => Promise<{
|
947
|
-
default: `${string}.svg`;
|
948
|
-
}>;
|
949
|
-
Trash: () => Promise<{
|
950
|
-
default: `${string}.svg`;
|
951
|
-
}>;
|
952
|
-
TriangleDown: () => Promise<{
|
953
|
-
default: `${string}.svg`;
|
954
|
-
}>;
|
955
|
-
TriangleLeft: () => Promise<{
|
956
|
-
default: `${string}.svg`;
|
957
|
-
}>;
|
958
|
-
TriangleRight: () => Promise<{
|
959
|
-
default: `${string}.svg`;
|
960
|
-
}>;
|
961
|
-
TriangleUp: () => Promise<{
|
962
|
-
default: `${string}.svg`;
|
963
|
-
}>;
|
964
|
-
Trophy: () => Promise<{
|
965
|
-
default: `${string}.svg`;
|
966
|
-
}>;
|
967
|
-
Typography: () => Promise<{
|
968
|
-
default: `${string}.svg`;
|
969
|
-
}>;
|
970
|
-
Unfold: () => Promise<{
|
971
|
-
default: `${string}.svg`;
|
972
|
-
}>;
|
973
|
-
Unlock: () => Promise<{
|
974
|
-
default: `${string}.svg`;
|
975
|
-
}>;
|
976
|
-
Unmute: () => Promise<{
|
977
|
-
default: `${string}.svg`;
|
978
|
-
}>;
|
979
|
-
Unverified: () => Promise<{
|
980
|
-
default: `${string}.svg`;
|
981
|
-
}>;
|
982
|
-
Upload: () => Promise<{
|
983
|
-
default: `${string}.svg`;
|
984
|
-
}>;
|
985
|
-
Verified: () => Promise<{
|
986
|
-
default: `${string}.svg`;
|
987
|
-
}>;
|
988
|
-
Versions: () => Promise<{
|
989
|
-
default: `${string}.svg`;
|
990
|
-
}>;
|
991
|
-
Video: () => Promise<{
|
992
|
-
default: `${string}.svg`;
|
993
|
-
}>;
|
994
|
-
Webhook: () => Promise<{
|
995
|
-
default: `${string}.svg`;
|
996
|
-
}>;
|
997
|
-
Workflow: () => Promise<{
|
998
|
-
default: `${string}.svg`;
|
999
|
-
}>;
|
1000
|
-
X: () => Promise<{
|
1001
|
-
default: `${string}.svg`;
|
1002
|
-
}>;
|
1003
|
-
XCircle: () => Promise<{
|
1004
|
-
default: `${string}.svg`;
|
1005
|
-
}>;
|
1006
|
-
XCircleFill: () => Promise<{
|
1007
|
-
default: `${string}.svg`;
|
1008
|
-
}>;
|
1009
|
-
YourDashLogo: () => Promise<{
|
1010
|
-
default: `${string}.svg`;
|
1011
|
-
}>;
|
1012
|
-
Zap: () => Promise<{
|
1013
|
-
default: `${string}.svg`;
|
1014
|
-
}>;
|
177
|
+
Accessibility: () => Promise<svg>;
|
178
|
+
AccessibilityInset: () => Promise<svg>;
|
179
|
+
Alert: () => Promise<svg>;
|
180
|
+
AppLauncher: () => Promise<svg>;
|
181
|
+
Apps: () => Promise<svg>;
|
182
|
+
Archive: () => Promise<svg>;
|
183
|
+
ArrowBoth: () => Promise<svg>;
|
184
|
+
ArrowDown: () => Promise<svg>;
|
185
|
+
ArrowLeft: () => Promise<svg>;
|
186
|
+
ArrowRight: () => Promise<svg>;
|
187
|
+
ArrowSwitch: () => Promise<svg>;
|
188
|
+
ArrowUp: () => Promise<svg>;
|
189
|
+
Beaker: () => Promise<svg>;
|
190
|
+
Bell: () => Promise<svg>;
|
191
|
+
BellFill: () => Promise<svg>;
|
192
|
+
BellSlash: () => Promise<svg>;
|
193
|
+
Blocked: () => Promise<svg>;
|
194
|
+
Bold: () => Promise<svg>;
|
195
|
+
Book: () => Promise<svg>;
|
196
|
+
Bookmark: () => Promise<svg>;
|
197
|
+
BookmarkSlash: () => Promise<svg>;
|
198
|
+
Briefcase: () => Promise<svg>;
|
199
|
+
Broadcast: () => Promise<svg>;
|
200
|
+
Browser: () => Promise<svg>;
|
201
|
+
Bug: () => Promise<svg>;
|
202
|
+
Cache: () => Promise<svg>;
|
203
|
+
Calendar: () => Promise<svg>;
|
204
|
+
Check: () => Promise<svg>;
|
205
|
+
CheckCircle: () => Promise<svg>;
|
206
|
+
CheckCircleFill: () => Promise<svg>;
|
207
|
+
Checkbox: () => Promise<svg>;
|
208
|
+
Checklist: () => Promise<svg>;
|
209
|
+
ChevronDown: () => Promise<svg>;
|
210
|
+
ChevronLeft: () => Promise<svg>;
|
211
|
+
ChevronRight: () => Promise<svg>;
|
212
|
+
ChevronUp: () => Promise<svg>;
|
213
|
+
Circle: () => Promise<svg>;
|
214
|
+
CircleSlash: () => Promise<svg>;
|
215
|
+
Clock: () => Promise<svg>;
|
216
|
+
Cloud: () => Promise<svg>;
|
217
|
+
CloudOffline: () => Promise<svg>;
|
218
|
+
Code: () => Promise<svg>;
|
219
|
+
CodeOfConduct: () => Promise<svg>;
|
220
|
+
CodeReview: () => Promise<svg>;
|
221
|
+
CodeSquare: () => Promise<svg>;
|
222
|
+
CodeScan: () => Promise<svg>;
|
223
|
+
CodeScanCheckmark: () => Promise<svg>;
|
224
|
+
CodeSpaces: () => Promise<svg>;
|
225
|
+
Columns: () => Promise<svg>;
|
226
|
+
CommandPalette: () => Promise<svg>;
|
227
|
+
Comment: () => Promise<svg>;
|
228
|
+
CommentDiscussion: () => Promise<svg>;
|
229
|
+
Container: () => Promise<svg>;
|
230
|
+
Copilot: () => Promise<svg>;
|
231
|
+
Copilot48: () => Promise<svg>;
|
232
|
+
Copilot96: () => Promise<svg>;
|
233
|
+
CopilotError: () => Promise<svg>;
|
234
|
+
CopilotWarning: () => Promise<svg>;
|
235
|
+
Copy: () => Promise<svg>;
|
236
|
+
Cpu: () => Promise<svg>;
|
237
|
+
CreditCard: () => Promise<svg>;
|
238
|
+
CrossReference: () => Promise<svg>;
|
239
|
+
Dash: () => Promise<svg>;
|
240
|
+
Database: () => Promise<svg>;
|
241
|
+
Dependabot: () => Promise<svg>;
|
242
|
+
DesktopDownload: () => Promise<svg>;
|
243
|
+
DeviceCamera: () => Promise<svg>;
|
244
|
+
DeviceCameraVideo: () => Promise<svg>;
|
245
|
+
DeviceDesktop: () => Promise<svg>;
|
246
|
+
DeviceMobile: () => Promise<svg>;
|
247
|
+
Diamond: () => Promise<svg>;
|
248
|
+
Diff: () => Promise<svg>;
|
249
|
+
DiffAdded: () => Promise<svg>;
|
250
|
+
DiffIgnored: () => Promise<svg>;
|
251
|
+
DiffModified: () => Promise<svg>;
|
252
|
+
DiffRemoved: () => Promise<svg>;
|
253
|
+
DiffRenamed: () => Promise<svg>;
|
254
|
+
Dot: () => Promise<svg>;
|
255
|
+
DotFill: () => Promise<svg>;
|
256
|
+
Download: () => Promise<svg>;
|
257
|
+
Duplicate: () => Promise<svg>;
|
258
|
+
Ellipsis: () => Promise<svg>;
|
259
|
+
Eye: () => Promise<svg>;
|
260
|
+
EyeClosed: () => Promise<svg>;
|
261
|
+
Ewsgit: () => Promise<svg>;
|
262
|
+
FeedDiscussion: () => Promise<svg>;
|
263
|
+
FeedForked: () => Promise<svg>;
|
264
|
+
FeedHeart: () => Promise<svg>;
|
265
|
+
FeedMerged: () => Promise<svg>;
|
266
|
+
FeedPerson: () => Promise<svg>;
|
267
|
+
FeedRepo: () => Promise<svg>;
|
268
|
+
FeedRocket: () => Promise<svg>;
|
269
|
+
FeedStar: () => Promise<svg>;
|
270
|
+
FeedTag: () => Promise<svg>;
|
271
|
+
FeedTrophy: () => Promise<svg>;
|
272
|
+
File: () => Promise<svg>;
|
273
|
+
FileAdded: () => Promise<svg>;
|
274
|
+
FileBadge: () => Promise<svg>;
|
275
|
+
FileBinary: () => Promise<svg>;
|
276
|
+
FileCode: () => Promise<svg>;
|
277
|
+
FileDiff: () => Promise<svg>;
|
278
|
+
FileDirectory: () => Promise<svg>;
|
279
|
+
FileDirectoryFill: () => Promise<svg>;
|
280
|
+
FileDirectoryOpenFill: () => Promise<svg>;
|
281
|
+
FileMoved: () => Promise<svg>;
|
282
|
+
FileRemoved: () => Promise<svg>;
|
283
|
+
FileSubmodule: () => Promise<svg>;
|
284
|
+
FileSymlinkFile: () => Promise<svg>;
|
285
|
+
FileZip: () => Promise<svg>;
|
286
|
+
Filter: () => Promise<svg>;
|
287
|
+
Flame: () => Promise<svg>;
|
288
|
+
Fold: () => Promise<svg>;
|
289
|
+
FoldDown: () => Promise<svg>;
|
290
|
+
FoldUp: () => Promise<svg>;
|
291
|
+
Gear: () => Promise<svg>;
|
292
|
+
Gift: () => Promise<svg>;
|
293
|
+
GitBranch: () => Promise<svg>;
|
294
|
+
GitCommit: () => Promise<svg>;
|
295
|
+
GitCompare: () => Promise<svg>;
|
296
|
+
GitMerge: () => Promise<svg>;
|
297
|
+
GitMergeQueue: () => Promise<svg>;
|
298
|
+
GitPullRequest: () => Promise<svg>;
|
299
|
+
GitPullRequestClosed: () => Promise<svg>;
|
300
|
+
GitPullRequestDraft: () => Promise<svg>;
|
301
|
+
Globe: () => Promise<svg>;
|
302
|
+
Grabber: () => Promise<svg>;
|
303
|
+
Graph: () => Promise<svg>;
|
304
|
+
Hash: () => Promise<svg>;
|
305
|
+
Heading: () => Promise<svg>;
|
306
|
+
Heart: () => Promise<svg>;
|
307
|
+
HeartFill: () => Promise<svg>;
|
308
|
+
History: () => Promise<svg>;
|
309
|
+
Home: () => Promise<svg>;
|
310
|
+
HorizontalRule: () => Promise<svg>;
|
311
|
+
Hourglass: () => Promise<svg>;
|
312
|
+
Hubot: () => Promise<svg>;
|
313
|
+
IdBadge: () => Promise<svg>;
|
314
|
+
Image: () => Promise<svg>;
|
315
|
+
Inbox: () => Promise<svg>;
|
316
|
+
InfinitySymbol: () => Promise<svg>;
|
317
|
+
Info: () => Promise<svg>;
|
318
|
+
IssueClosed: () => Promise<svg>;
|
319
|
+
IssueDraft: () => Promise<svg>;
|
320
|
+
IssueOpened: () => Promise<svg>;
|
321
|
+
IssueReopened: () => Promise<svg>;
|
322
|
+
Italic: () => Promise<svg>;
|
323
|
+
Iterations: () => Promise<svg>;
|
324
|
+
KebabHorizontal: () => Promise<svg>;
|
325
|
+
Key: () => Promise<svg>;
|
326
|
+
KeyAsterisk: () => Promise<svg>;
|
327
|
+
Law: () => Promise<svg>;
|
328
|
+
LightBulb: () => Promise<svg>;
|
329
|
+
Link: () => Promise<svg>;
|
330
|
+
LinkExternal: () => Promise<svg>;
|
331
|
+
ListOrdered: () => Promise<svg>;
|
332
|
+
ListUnordered: () => Promise<svg>;
|
333
|
+
Location: () => Promise<svg>;
|
334
|
+
Lock: () => Promise<svg>;
|
335
|
+
Log: () => Promise<svg>;
|
336
|
+
Login: () => Promise<svg>;
|
337
|
+
LogoGist: () => Promise<svg>;
|
338
|
+
LogoGithub: () => Promise<svg>;
|
339
|
+
Logout: () => Promise<svg>;
|
340
|
+
Mail: () => Promise<svg>;
|
341
|
+
MarkGithub: () => Promise<svg>;
|
342
|
+
Markdown: () => Promise<svg>;
|
343
|
+
Megaphone: () => Promise<svg>;
|
344
|
+
Mention: () => Promise<svg>;
|
345
|
+
Meter: () => Promise<svg>;
|
346
|
+
Milestone: () => Promise<svg>;
|
347
|
+
Mirror: () => Promise<svg>;
|
348
|
+
Moon: () => Promise<svg>;
|
349
|
+
MortarBoard: () => Promise<svg>;
|
350
|
+
MultiSelect: () => Promise<svg>;
|
351
|
+
Mute: () => Promise<svg>;
|
352
|
+
NoEntry: () => Promise<svg>;
|
353
|
+
NorthStar: () => Promise<svg>;
|
354
|
+
Note: () => Promise<svg>;
|
355
|
+
Number: () => Promise<svg>;
|
356
|
+
Organization: () => Promise<svg>;
|
357
|
+
Package: () => Promise<svg>;
|
358
|
+
PackageDependencies: () => Promise<svg>;
|
359
|
+
PackageDependents: () => Promise<svg>;
|
360
|
+
Paintbrush: () => Promise<svg>;
|
361
|
+
PaperAirplane: () => Promise<svg>;
|
362
|
+
Paperclip: () => Promise<svg>;
|
363
|
+
Paste: () => Promise<svg>;
|
364
|
+
Pencil: () => Promise<svg>;
|
365
|
+
People: () => Promise<svg>;
|
366
|
+
Person: () => Promise<svg>;
|
367
|
+
PersonAdd: () => Promise<svg>;
|
368
|
+
PersonFill: () => Promise<svg>;
|
369
|
+
Pin: () => Promise<svg>;
|
370
|
+
Play: () => Promise<svg>;
|
371
|
+
Plug: () => Promise<svg>;
|
372
|
+
Plus: () => Promise<svg>;
|
373
|
+
PlusCircle: () => Promise<svg>;
|
374
|
+
Project: () => Promise<svg>;
|
375
|
+
Pulse: () => Promise<svg>;
|
376
|
+
Question: () => Promise<svg>;
|
377
|
+
Quote: () => Promise<svg>;
|
378
|
+
Reply: () => Promise<svg>;
|
379
|
+
Repo: () => Promise<svg>;
|
380
|
+
RepoClone: () => Promise<svg>;
|
381
|
+
RepoDeleted: () => Promise<svg>;
|
382
|
+
RepoForked: () => Promise<svg>;
|
383
|
+
RepoLocked: () => Promise<svg>;
|
384
|
+
RepoPull: () => Promise<svg>;
|
385
|
+
RepoPush: () => Promise<svg>;
|
386
|
+
RepoTemplate: () => Promise<svg>;
|
387
|
+
Report: () => Promise<svg>;
|
388
|
+
Rocket: () => Promise<svg>;
|
389
|
+
Rows: () => Promise<svg>;
|
390
|
+
Rss: () => Promise<svg>;
|
391
|
+
Ruby: () => Promise<svg>;
|
392
|
+
ScreenFull: () => Promise<svg>;
|
393
|
+
ScreenNormal: () => Promise<svg>;
|
394
|
+
Search: () => Promise<svg>;
|
395
|
+
Server: () => Promise<svg>;
|
396
|
+
ServerError: () => Promise<svg>;
|
397
|
+
Share: () => Promise<svg>;
|
398
|
+
ShareAndroid: () => Promise<svg>;
|
399
|
+
Shield: () => Promise<svg>;
|
400
|
+
ShieldCheck: () => Promise<svg>;
|
401
|
+
ShieldLock: () => Promise<svg>;
|
402
|
+
ShieldSlash: () => Promise<svg>;
|
403
|
+
ShieldX: () => Promise<svg>;
|
404
|
+
SidebarCollapse: () => Promise<svg>;
|
405
|
+
SidebarExpand: () => Promise<svg>;
|
406
|
+
SignIn: () => Promise<svg>;
|
407
|
+
SignOut: () => Promise<svg>;
|
408
|
+
SingleSelect: () => Promise<svg>;
|
409
|
+
Skip: () => Promise<svg>;
|
410
|
+
Sliders: () => Promise<svg>;
|
411
|
+
Smiley: () => Promise<svg>;
|
412
|
+
SortAsc: () => Promise<svg>;
|
413
|
+
SortDesc: () => Promise<svg>;
|
414
|
+
Square: () => Promise<svg>;
|
415
|
+
SquareFill: () => Promise<svg>;
|
416
|
+
Squirrel: () => Promise<svg>;
|
417
|
+
Stack: () => Promise<svg>;
|
418
|
+
Star: () => Promise<svg>;
|
419
|
+
StarFill: () => Promise<svg>;
|
420
|
+
Stop: () => Promise<svg>;
|
421
|
+
Stopwatch: () => Promise<svg>;
|
422
|
+
Store: () => Promise<svg>;
|
423
|
+
Strikethrough: () => Promise<svg>;
|
424
|
+
Sun: () => Promise<svg>;
|
425
|
+
Sync: () => Promise<svg>;
|
426
|
+
TabExternal: () => Promise<svg>;
|
427
|
+
Table: () => Promise<svg>;
|
428
|
+
Tag: () => Promise<svg>;
|
429
|
+
TaskList: () => Promise<svg>;
|
430
|
+
Telescope: () => Promise<svg>;
|
431
|
+
TelescopeFill: () => Promise<svg>;
|
432
|
+
Terminal: () => Promise<svg>;
|
433
|
+
ThreeBars: () => Promise<svg>;
|
434
|
+
ThumbsDown: () => Promise<svg>;
|
435
|
+
ThumbsUp: () => Promise<svg>;
|
436
|
+
Tools: () => Promise<svg>;
|
437
|
+
Trash: () => Promise<svg>;
|
438
|
+
TriangleDown: () => Promise<svg>;
|
439
|
+
TriangleLeft: () => Promise<svg>;
|
440
|
+
TriangleRight: () => Promise<svg>;
|
441
|
+
TriangleUp: () => Promise<svg>;
|
442
|
+
Trophy: () => Promise<svg>;
|
443
|
+
Typography: () => Promise<svg>;
|
444
|
+
Unfold: () => Promise<svg>;
|
445
|
+
Unlock: () => Promise<svg>;
|
446
|
+
Unmute: () => Promise<svg>;
|
447
|
+
Unverified: () => Promise<svg>;
|
448
|
+
Upload: () => Promise<svg>;
|
449
|
+
Verified: () => Promise<svg>;
|
450
|
+
Versions: () => Promise<svg>;
|
451
|
+
Video: () => Promise<svg>;
|
452
|
+
Webhook: () => Promise<svg>;
|
453
|
+
Workflow: () => Promise<svg>;
|
454
|
+
X: () => Promise<svg>;
|
455
|
+
XCircle: () => Promise<svg>;
|
456
|
+
XCircleFill: () => Promise<svg>;
|
457
|
+
YourDashLogo: () => Promise<svg>;
|
458
|
+
Zap: () => Promise<svg>;
|
1015
459
|
};
|
1016
460
|
|
1017
461
|
export declare type UKIconType = (typeof UKIcons)[keyof typeof UKIcons] | string;
|
@@ -1043,6 +487,8 @@ export declare const UKInfiniteScroll: default_2.FC<{
|
|
1043
487
|
resetState?: string;
|
1044
488
|
}>;
|
1045
489
|
|
490
|
+
export declare const UKLayout: default_2.FC<default_2.PropsWithChildren<IUKLayoutProps>>;
|
491
|
+
|
1046
492
|
export declare const UKLink: FC<{
|
1047
493
|
text: string;
|
1048
494
|
to: string;
|