@yourdash/uikit 0.1.14 → 0.1.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +1 -1
- package/dist/index.d.ts +7 -0
- package/dist/index.mjs +508 -474
- package/package.json +2 -3
- package/lib/components/box/UKBox.tsx +0 -27
- package/lib/components/box/box.module.css +0 -24
- package/lib/components/box/box.module.css.map +0 -1
- package/lib/components/box/box.module.scss +0 -21
- package/lib/components/button/UKButton.tsx +0 -24
- package/lib/components/button/button.module.css +0 -47
- package/lib/components/button/button.module.css.map +0 -1
- package/lib/components/button/button.module.scss +0 -47
- package/lib/components/buttonCombo/UKButtonCombo.tsx +0 -14
- package/lib/components/buttonCombo/buttonCombo.module.css +0 -22
- package/lib/components/buttonCombo/buttonCombo.module.css.map +0 -1
- package/lib/components/buttonCombo/buttonCombo.module.scss +0 -23
- package/lib/components/buttonLink/UKButtonLink.tsx +0 -27
- package/lib/components/buttonLink/buttonLink.module.css +0 -49
- package/lib/components/buttonLink/buttonLink.module.css.map +0 -1
- package/lib/components/buttonLink/buttonLink.module.scss +0 -49
- package/lib/components/buttonWithIcon/UKButtonWithIcon.tsx +0 -36
- package/lib/components/buttonWithIcon/buttonWithIcon.module.css +0 -54
- package/lib/components/buttonWithIcon/buttonWithIcon.module.css.map +0 -1
- package/lib/components/buttonWithIcon/buttonWithIcon.module.scss +0 -54
- package/lib/components/card/UKCard.tsx +0 -64
- package/lib/components/card/card.module.css +0 -76
- package/lib/components/card/card.module.css.map +0 -1
- package/lib/components/card/card.module.scss +0 -78
- package/lib/components/container/UKContainer.tsx +0 -24
- package/lib/components/container/container.module.css +0 -23
- package/lib/components/container/container.module.css.map +0 -1
- package/lib/components/container/container.module.scss +0 -24
- package/lib/components/contextMenu/UKContextMenu.tsx +0 -55
- package/lib/components/contextMenu/contextMenuRoot.module.css +0 -34
- package/lib/components/contextMenu/contextMenuRoot.module.css.map +0 -1
- package/lib/components/contextMenu/contextMenuRoot.module.scss +0 -31
- package/lib/components/contextMenu/contextMenuRoot.tsx +0 -83
- package/lib/components/contextMenu/contextMenuRootContext.tsx +0 -16
- package/lib/components/flex/UKFlex.tsx +0 -38
- package/lib/components/flex/flex.module.css +0 -35
- package/lib/components/flex/flex.module.css.map +0 -1
- package/lib/components/flex/flex.module.scss +0 -31
- package/lib/components/heading/UKHeading.tsx +0 -72
- package/lib/components/heading/heading.module.css +0 -47
- package/lib/components/heading/heading.module.css.map +0 -1
- package/lib/components/heading/heading.module.scss +0 -43
- package/lib/components/icon/UKIcon.tsx +0 -42
- package/lib/components/icon/icon.module.scss +0 -26
- package/lib/components/iconButton/UKIconButton.tsx +0 -36
- package/lib/components/iconButton/iconButton.module.css +0 -42
- package/lib/components/iconButton/iconButton.module.css.map +0 -1
- package/lib/components/iconButton/iconButton.module.scss +0 -40
- package/lib/components/image/UKImage.tsx +0 -111
- package/lib/components/image/image.module.css +0 -76
- package/lib/components/image/image.module.css.map +0 -1
- package/lib/components/image/image.module.scss +0 -81
- package/lib/components/link/UKLink.tsx +0 -29
- package/lib/components/link/link.module.css +0 -33
- package/lib/components/link/link.module.css.map +0 -1
- package/lib/components/link/link.module.scss +0 -36
- package/lib/components/progressBar/UKProgressBar.tsx +0 -29
- package/lib/components/progressBar/progressBar.module.css +0 -29
- package/lib/components/progressBar/progressBar.module.css.map +0 -1
- package/lib/components/progressBar/progressBar.module.scss +0 -25
- package/lib/components/redirect/UKRedirect.tsx +0 -23
- package/lib/components/separator/UKSeparator.tsx +0 -14
- package/lib/components/separator/separator.module.css +0 -40
- package/lib/components/separator/separator.module.css.map +0 -1
- package/lib/components/separator/separator.module.scss +0 -38
- package/lib/components/spinner/UKSpinner.tsx +0 -31
- package/lib/components/spinner/spinner.module.css +0 -93
- package/lib/components/spinner/spinner.module.css.map +0 -1
- package/lib/components/spinner/spinner.module.scss +0 -88
- package/lib/components/subtext/UKSubtext.tsx +0 -14
- package/lib/components/subtext/subtext.module.css +0 -21
- package/lib/components/subtext/subtext.module.css.map +0 -1
- package/lib/components/subtext/subtext.module.scss +0 -17
- package/lib/components/tag/UKTag.tsx +0 -21
- package/lib/components/tag/tag.module.css +0 -17
- package/lib/components/tag/tag.module.css.map +0 -1
- package/lib/components/tag/tag.module.scss +0 -13
- package/lib/components/text/UKText.tsx +0 -14
- package/lib/components/text/text.module.css +0 -17
- package/lib/components/text/text.module.css.map +0 -1
- package/lib/components/text/text.module.scss +0 -13
- package/lib/components/textButton/UKTextButton.tsx +0 -22
- package/lib/components/textButton/textButton.module.css +0 -32
- package/lib/components/textButton/textButton.module.css.map +0 -1
- package/lib/components/textButton/textButton.module.scss +0 -30
- package/lib/components/textInput/UKTextInput.tsx +0 -78
- package/lib/components/textInput/textInput.module.css +0 -51
- package/lib/components/textInput/textInput.module.css.map +0 -1
- package/lib/components/textInput/textInput.module.scss +0 -52
- package/lib/core/clippy.ts +0 -14
- package/lib/core/decrementLevel.tsx +0 -15
- package/lib/core/iconDictionary.ts +0 -293
- package/lib/core/icons/accessibility-16.svg +0 -6
- package/lib/core/icons/accessibility-inset-16.svg +0 -6
- package/lib/core/icons/alert-16.svg +0 -6
- package/lib/core/icons/alert-24.svg +0 -7
- package/lib/core/icons/alert-fill-12.svg +0 -6
- package/lib/core/icons/app-launcher-16.svg +0 -8
- package/lib/core/icons/apps-16.svg +0 -6
- package/lib/core/icons/archive-16.svg +0 -6
- package/lib/core/icons/archive-24.svg +0 -9
- package/lib/core/icons/arrow-both-16.svg +0 -6
- package/lib/core/icons/arrow-both-24.svg +0 -3
- package/lib/core/icons/arrow-down-16.svg +0 -6
- package/lib/core/icons/arrow-down-24.svg +0 -6
- package/lib/core/icons/arrow-down-left-24.svg +0 -6
- package/lib/core/icons/arrow-down-right-24.svg +0 -6
- package/lib/core/icons/arrow-left-16.svg +0 -6
- package/lib/core/icons/arrow-left-24.svg +0 -6
- package/lib/core/icons/arrow-right-16.svg +0 -6
- package/lib/core/icons/arrow-right-24.svg +0 -6
- package/lib/core/icons/arrow-switch-16.svg +0 -3
- package/lib/core/icons/arrow-switch-24.svg +0 -3
- package/lib/core/icons/arrow-up-16.svg +0 -6
- package/lib/core/icons/arrow-up-24.svg +0 -6
- package/lib/core/icons/arrow-up-left-24.svg +0 -6
- package/lib/core/icons/arrow-up-right-24.svg +0 -6
- package/lib/core/icons/beaker-16.svg +0 -6
- package/lib/core/icons/beaker-24.svg +0 -6
- package/lib/core/icons/bell-16.svg +0 -7
- package/lib/core/icons/bell-24.svg +0 -6
- package/lib/core/icons/bell-fill-16.svg +0 -3
- package/lib/core/icons/bell-fill-24.svg +0 -6
- package/lib/core/icons/bell-slash-16.svg +0 -6
- package/lib/core/icons/bell-slash-24.svg +0 -8
- package/lib/core/icons/blocked-16.svg +0 -6
- package/lib/core/icons/blocked-24.svg +0 -6
- package/lib/core/icons/bold-16.svg +0 -6
- package/lib/core/icons/bold-24.svg +0 -6
- package/lib/core/icons/book-16.svg +0 -6
- package/lib/core/icons/book-24.svg +0 -6
- package/lib/core/icons/bookmark-16.svg +0 -6
- package/lib/core/icons/bookmark-24.svg +0 -6
- package/lib/core/icons/bookmark-fill-24.svg +0 -6
- package/lib/core/icons/bookmark-slash-16.svg +0 -6
- package/lib/core/icons/bookmark-slash-24.svg +0 -7
- package/lib/core/icons/bookmark-slash-fill-24.svg +0 -6
- package/lib/core/icons/briefcase-16.svg +0 -6
- package/lib/core/icons/briefcase-24.svg +0 -6
- package/lib/core/icons/broadcast-16.svg +0 -6
- package/lib/core/icons/broadcast-24.svg +0 -3
- package/lib/core/icons/browser-16.svg +0 -6
- package/lib/core/icons/browser-24.svg +0 -6
- package/lib/core/icons/bug-16.svg +0 -6
- package/lib/core/icons/bug-24.svg +0 -6
- package/lib/core/icons/cache-16.svg +0 -8
- package/lib/core/icons/calendar-16.svg +0 -6
- package/lib/core/icons/calendar-24.svg +0 -6
- package/lib/core/icons/check-16.svg +0 -6
- package/lib/core/icons/check-24.svg +0 -6
- package/lib/core/icons/check-circle-16.svg +0 -6
- package/lib/core/icons/check-circle-24.svg +0 -7
- package/lib/core/icons/check-circle-fill-12.svg +0 -6
- package/lib/core/icons/check-circle-fill-16.svg +0 -6
- package/lib/core/icons/check-circle-fill-24.svg +0 -6
- package/lib/core/icons/checkbox-16.svg +0 -6
- package/lib/core/icons/checkbox-24.svg +0 -7
- package/lib/core/icons/checklist-16.svg +0 -6
- package/lib/core/icons/checklist-24.svg +0 -3
- package/lib/core/icons/chevron-down-16.svg +0 -6
- package/lib/core/icons/chevron-down-24.svg +0 -6
- package/lib/core/icons/chevron-left-16.svg +0 -6
- package/lib/core/icons/chevron-left-24.svg +0 -6
- package/lib/core/icons/chevron-right-16.svg +0 -6
- package/lib/core/icons/chevron-right-24.svg +0 -6
- package/lib/core/icons/chevron-up-16.svg +0 -6
- package/lib/core/icons/chevron-up-24.svg +0 -6
- package/lib/core/icons/circle-16.svg +0 -5
- package/lib/core/icons/circle-24.svg +0 -6
- package/lib/core/icons/circle-slash-16.svg +0 -6
- package/lib/core/icons/circle-slash-24.svg +0 -6
- package/lib/core/icons/clock-16.svg +0 -6
- package/lib/core/icons/clock-24.svg +0 -7
- package/lib/core/icons/cloud-16.svg +0 -6
- package/lib/core/icons/cloud-24.svg +0 -6
- package/lib/core/icons/cloud-offline-16.svg +0 -8
- package/lib/core/icons/cloud-offline-24.svg +0 -8
- package/lib/core/icons/code-16.svg +0 -6
- package/lib/core/icons/code-24.svg +0 -6
- package/lib/core/icons/code-of-conduct-16.svg +0 -6
- package/lib/core/icons/code-of-conduct-24.svg +0 -6
- package/lib/core/icons/code-review-16.svg +0 -6
- package/lib/core/icons/code-review-24.svg +0 -8
- package/lib/core/icons/code-square-16.svg +0 -6
- package/lib/core/icons/code-square-24.svg +0 -8
- package/lib/core/icons/codescan-16.svg +0 -8
- package/lib/core/icons/codescan-24.svg +0 -8
- package/lib/core/icons/codescan-checkmark-16.svg +0 -7
- package/lib/core/icons/codescan-checkmark-24.svg +0 -7
- package/lib/core/icons/codespaces-16.svg +0 -8
- package/lib/core/icons/codespaces-24.svg +0 -8
- package/lib/core/icons/columns-16.svg +0 -6
- package/lib/core/icons/columns-24.svg +0 -6
- package/lib/core/icons/command-palette-16.svg +0 -3
- package/lib/core/icons/command-palette-24.svg +0 -3
- package/lib/core/icons/comment-16.svg +0 -6
- package/lib/core/icons/comment-24.svg +0 -6
- package/lib/core/icons/comment-discussion-16.svg +0 -6
- package/lib/core/icons/comment-discussion-24.svg +0 -8
- package/lib/core/icons/commit-24.svg +0 -7
- package/lib/core/icons/container-16.svg +0 -6
- package/lib/core/icons/container-24.svg +0 -6
- package/lib/core/icons/copilot-16.svg +0 -7
- package/lib/core/icons/copilot-24.svg +0 -7
- package/lib/core/icons/copilot-48.svg +0 -7
- package/lib/core/icons/copilot-96.svg +0 -7
- package/lib/core/icons/copilot-error-16.svg +0 -6
- package/lib/core/icons/copilot-warning-16.svg +0 -8
- package/lib/core/icons/copy-16.svg +0 -8
- package/lib/core/icons/copy-24.svg +0 -8
- package/lib/core/icons/cpu-16.svg +0 -6
- package/lib/core/icons/cpu-24.svg +0 -8
- package/lib/core/icons/credit-card-16.svg +0 -7
- package/lib/core/icons/credit-card-24.svg +0 -7
- package/lib/core/icons/cross-reference-16.svg +0 -6
- package/lib/core/icons/cross-reference-24.svg +0 -3
- package/lib/core/icons/dash-16.svg +0 -5
- package/lib/core/icons/dash-24.svg +0 -5
- package/lib/core/icons/database-16.svg +0 -6
- package/lib/core/icons/database-24.svg +0 -6
- package/lib/core/icons/dependabot-16.svg +0 -7
- package/lib/core/icons/dependabot-24.svg +0 -7
- package/lib/core/icons/desktop-download-16.svg +0 -3
- package/lib/core/icons/desktop-download-24.svg +0 -8
- package/lib/core/icons/device-camera-16.svg +0 -6
- package/lib/core/icons/device-camera-video-16.svg +0 -6
- package/lib/core/icons/device-camera-video-24.svg +0 -6
- package/lib/core/icons/device-desktop-16.svg +0 -6
- package/lib/core/icons/device-desktop-24.svg +0 -6
- package/lib/core/icons/device-mobile-16.svg +0 -6
- package/lib/core/icons/device-mobile-24.svg +0 -7
- package/lib/core/icons/diamond-16.svg +0 -6
- package/lib/core/icons/diamond-24.svg +0 -6
- package/lib/core/icons/diff-16.svg +0 -6
- package/lib/core/icons/diff-24.svg +0 -6
- package/lib/core/icons/diff-added-16.svg +0 -6
- package/lib/core/icons/diff-ignored-16.svg +0 -6
- package/lib/core/icons/diff-modified-16.svg +0 -6
- package/lib/core/icons/diff-removed-16.svg +0 -6
- package/lib/core/icons/diff-renamed-16.svg +0 -6
- package/lib/core/icons/dot-16.svg +0 -5
- package/lib/core/icons/dot-24.svg +0 -5
- package/lib/core/icons/dot-fill-16.svg +0 -5
- package/lib/core/icons/dot-fill-24.svg +0 -3
- package/lib/core/icons/download-16.svg +0 -6
- package/lib/core/icons/download-24.svg +0 -3
- package/lib/core/icons/duplicate-16.svg +0 -9
- package/lib/core/icons/duplicate-24.svg +0 -9
- package/lib/core/icons/ellipsis-16.svg +0 -6
- package/lib/core/icons/ewsgit.svg +0 -14
- package/lib/core/icons/eye-16.svg +0 -6
- package/lib/core/icons/eye-24.svg +0 -7
- package/lib/core/icons/eye-closed-16.svg +0 -6
- package/lib/core/icons/eye-closed-24.svg +0 -8
- package/lib/core/icons/feed-discussion-16.svg +0 -6
- package/lib/core/icons/feed-forked-16.svg +0 -6
- package/lib/core/icons/feed-heart-16.svg +0 -6
- package/lib/core/icons/feed-merged-16.svg +0 -6
- package/lib/core/icons/feed-person-16.svg +0 -6
- package/lib/core/icons/feed-repo-16.svg +0 -6
- package/lib/core/icons/feed-rocket-16.svg +0 -6
- package/lib/core/icons/feed-star-16.svg +0 -6
- package/lib/core/icons/feed-tag-16.svg +0 -7
- package/lib/core/icons/feed-trophy-16.svg +0 -7
- package/lib/core/icons/file-16.svg +0 -6
- package/lib/core/icons/file-24.svg +0 -6
- package/lib/core/icons/file-added-16.svg +0 -6
- package/lib/core/icons/file-badge-16.svg +0 -8
- package/lib/core/icons/file-binary-16.svg +0 -6
- package/lib/core/icons/file-binary-24.svg +0 -9
- package/lib/core/icons/file-code-16.svg +0 -6
- package/lib/core/icons/file-code-24.svg +0 -8
- package/lib/core/icons/file-diff-16.svg +0 -6
- package/lib/core/icons/file-diff-24.svg +0 -8
- package/lib/core/icons/file-directory-16.svg +0 -6
- package/lib/core/icons/file-directory-24.svg +0 -6
- package/lib/core/icons/file-directory-fill-16.svg +0 -3
- package/lib/core/icons/file-directory-fill-24.svg +0 -6
- package/lib/core/icons/file-directory-open-fill-16.svg +0 -3
- package/lib/core/icons/file-media-24.svg +0 -6
- package/lib/core/icons/file-moved-16.svg +0 -3
- package/lib/core/icons/file-removed-16.svg +0 -6
- package/lib/core/icons/file-submodule-16.svg +0 -6
- package/lib/core/icons/file-submodule-24.svg +0 -6
- package/lib/core/icons/file-symlink-file-16.svg +0 -6
- package/lib/core/icons/file-symlink-file-24.svg +0 -6
- package/lib/core/icons/file-zip-16.svg +0 -6
- package/lib/core/icons/file-zip-24.svg +0 -10
- package/lib/core/icons/filter-16.svg +0 -6
- package/lib/core/icons/filter-24.svg +0 -3
- package/lib/core/icons/flame-16.svg +0 -6
- package/lib/core/icons/flame-24.svg +0 -6
- package/lib/core/icons/fold-16.svg +0 -3
- package/lib/core/icons/fold-24.svg +0 -10
- package/lib/core/icons/fold-down-16.svg +0 -3
- package/lib/core/icons/fold-down-24.svg +0 -8
- package/lib/core/icons/fold-up-16.svg +0 -3
- package/lib/core/icons/fold-up-24.svg +0 -8
- package/lib/core/icons/gear-16.svg +0 -6
- package/lib/core/icons/gear-24.svg +0 -7
- package/lib/core/icons/gift-16.svg +0 -6
- package/lib/core/icons/gift-24.svg +0 -6
- package/lib/core/icons/git-branch-16.svg +0 -6
- package/lib/core/icons/git-branch-24.svg +0 -9
- package/lib/core/icons/git-commit-16.svg +0 -6
- package/lib/core/icons/git-commit-24.svg +0 -6
- package/lib/core/icons/git-compare-16.svg +0 -6
- package/lib/core/icons/git-compare-24.svg +0 -9
- package/lib/core/icons/git-merge-16.svg +0 -6
- package/lib/core/icons/git-merge-24.svg +0 -8
- package/lib/core/icons/git-merge-queue-16.svg +0 -8
- package/lib/core/icons/git-pull-request-16.svg +0 -6
- package/lib/core/icons/git-pull-request-24.svg +0 -8
- package/lib/core/icons/git-pull-request-closed-16.svg +0 -6
- package/lib/core/icons/git-pull-request-closed-24.svg +0 -8
- package/lib/core/icons/git-pull-request-draft-16.svg +0 -7
- package/lib/core/icons/git-pull-request-draft-24.svg +0 -7
- package/lib/core/icons/globe-16.svg +0 -6
- package/lib/core/icons/globe-24.svg +0 -6
- package/lib/core/icons/grabber-16.svg +0 -6
- package/lib/core/icons/grabber-24.svg +0 -6
- package/lib/core/icons/graph-16.svg +0 -6
- package/lib/core/icons/graph-24.svg +0 -3
- package/lib/core/icons/hash-16.svg +0 -6
- package/lib/core/icons/hash-24.svg +0 -6
- package/lib/core/icons/heading-16.svg +0 -6
- package/lib/core/icons/heading-24.svg +0 -6
- package/lib/core/icons/heart-16.svg +0 -6
- package/lib/core/icons/heart-24.svg +0 -6
- package/lib/core/icons/heart-fill-16.svg +0 -6
- package/lib/core/icons/heart-fill-24.svg +0 -3
- package/lib/core/icons/history-16.svg +0 -6
- package/lib/core/icons/history-24.svg +0 -3
- package/lib/core/icons/home-16.svg +0 -3
- package/lib/core/icons/home-24.svg +0 -6
- package/lib/core/icons/home-fill-24.svg +0 -3
- package/lib/core/icons/horizontal-rule-16.svg +0 -5
- package/lib/core/icons/horizontal-rule-24.svg +0 -5
- package/lib/core/icons/hourglass-16.svg +0 -6
- package/lib/core/icons/hourglass-24.svg +0 -6
- package/lib/core/icons/hubot-16.svg +0 -6
- package/lib/core/icons/hubot-24.svg +0 -8
- package/lib/core/icons/id-badge-16.svg +0 -8
- package/lib/core/icons/image-16.svg +0 -6
- package/lib/core/icons/image-24.svg +0 -6
- package/lib/core/icons/inbox-16.svg +0 -6
- package/lib/core/icons/inbox-24.svg +0 -6
- package/lib/core/icons/infinity-16.svg +0 -6
- package/lib/core/icons/infinity-24.svg +0 -6
- package/lib/core/icons/info-16.svg +0 -6
- package/lib/core/icons/info-24.svg +0 -8
- package/lib/core/icons/issue-closed-16.svg +0 -6
- package/lib/core/icons/issue-closed-24.svg +0 -7
- package/lib/core/icons/issue-draft-16.svg +0 -6
- package/lib/core/icons/issue-draft-24.svg +0 -6
- package/lib/core/icons/issue-opened-16.svg +0 -6
- package/lib/core/icons/issue-opened-24.svg +0 -6
- package/lib/core/icons/issue-reopened-16.svg +0 -3
- package/lib/core/icons/issue-reopened-24.svg +0 -3
- package/lib/core/icons/italic-16.svg +0 -6
- package/lib/core/icons/italic-24.svg +0 -6
- package/lib/core/icons/iterations-16.svg +0 -3
- package/lib/core/icons/iterations-24.svg +0 -3
- package/lib/core/icons/kebab-horizontal-16.svg +0 -3
- package/lib/core/icons/kebab-horizontal-24.svg +0 -5
- package/lib/core/icons/key-16.svg +0 -6
- package/lib/core/icons/key-24.svg +0 -7
- package/lib/core/icons/key-asterisk-16.svg +0 -8
- package/lib/core/icons/law-16.svg +0 -6
- package/lib/core/icons/law-24.svg +0 -6
- package/lib/core/icons/light-bulb-16.svg +0 -6
- package/lib/core/icons/light-bulb-24.svg +0 -6
- package/lib/core/icons/link-16.svg +0 -6
- package/lib/core/icons/link-24.svg +0 -3
- package/lib/core/icons/link-external-16.svg +0 -6
- package/lib/core/icons/link-external-24.svg +0 -3
- package/lib/core/icons/list-ordered-16.svg +0 -6
- package/lib/core/icons/list-ordered-24.svg +0 -3
- package/lib/core/icons/list-unordered-16.svg +0 -6
- package/lib/core/icons/list-unordered-24.svg +0 -6
- package/lib/core/icons/location-16.svg +0 -6
- package/lib/core/icons/location-24.svg +0 -7
- package/lib/core/icons/lock-16.svg +0 -6
- package/lib/core/icons/lock-24.svg +0 -6
- package/lib/core/icons/log-16.svg +0 -7
- package/lib/core/icons/login.svg +0 -6
- package/lib/core/icons/logo-gist-16.svg +0 -6
- package/lib/core/icons/logo-github-16.svg +0 -6
- package/lib/core/icons/logout.svg +0 -6
- package/lib/core/icons/mail-16.svg +0 -6
- package/lib/core/icons/mail-24.svg +0 -6
- package/lib/core/icons/mark-github-16.svg +0 -6
- package/lib/core/icons/markdown-16.svg +0 -6
- package/lib/core/icons/megaphone-16.svg +0 -11
- package/lib/core/icons/megaphone-24.svg +0 -6
- package/lib/core/icons/mention-16.svg +0 -6
- package/lib/core/icons/mention-24.svg +0 -6
- package/lib/core/icons/meter-16.svg +0 -6
- package/lib/core/icons/milestone-16.svg +0 -6
- package/lib/core/icons/milestone-24.svg +0 -6
- package/lib/core/icons/mirror-16.svg +0 -6
- package/lib/core/icons/mirror-24.svg +0 -6
- package/lib/core/icons/moon-16.svg +0 -6
- package/lib/core/icons/moon-24.svg +0 -6
- package/lib/core/icons/mortar-board-16.svg +0 -6
- package/lib/core/icons/mortar-board-24.svg +0 -6
- package/lib/core/icons/multi-select-16.svg +0 -7
- package/lib/core/icons/multi-select-24.svg +0 -7
- package/lib/core/icons/mute-16.svg +0 -6
- package/lib/core/icons/mute-24.svg +0 -8
- package/lib/core/icons/no-entry-16.svg +0 -6
- package/lib/core/icons/no-entry-24.svg +0 -6
- package/lib/core/icons/no-entry-fill-12.svg +0 -5
- package/lib/core/icons/north-star-16.svg +0 -3
- package/lib/core/icons/north-star-24.svg +0 -3
- package/lib/core/icons/note-16.svg +0 -6
- package/lib/core/icons/note-24.svg +0 -8
- package/lib/core/icons/number-16.svg +0 -6
- package/lib/core/icons/number-24.svg +0 -6
- package/lib/core/icons/organization-16.svg +0 -6
- package/lib/core/icons/organization-24.svg +0 -8
- package/lib/core/icons/package-16.svg +0 -6
- package/lib/core/icons/package-24.svg +0 -6
- package/lib/core/icons/package-dependencies-16.svg +0 -6
- package/lib/core/icons/package-dependencies-24.svg +0 -8
- package/lib/core/icons/package-dependents-16.svg +0 -6
- package/lib/core/icons/package-dependents-24.svg +0 -8
- package/lib/core/icons/paintbrush-16.svg +0 -6
- package/lib/core/icons/paper-airplane-16.svg +0 -6
- package/lib/core/icons/paper-airplane-24.svg +0 -6
- package/lib/core/icons/paperclip-16.svg +0 -6
- package/lib/core/icons/paperclip-24.svg +0 -6
- package/lib/core/icons/paste-16.svg +0 -6
- package/lib/core/icons/paste-24.svg +0 -8
- package/lib/core/icons/pencil-16.svg +0 -6
- package/lib/core/icons/pencil-24.svg +0 -6
- package/lib/core/icons/people-16.svg +0 -6
- package/lib/core/icons/people-24.svg +0 -8
- package/lib/core/icons/person-16.svg +0 -6
- package/lib/core/icons/person-24.svg +0 -6
- package/lib/core/icons/person-add-16.svg +0 -6
- package/lib/core/icons/person-add-24.svg +0 -6
- package/lib/core/icons/person-fill-16.svg +0 -3
- package/lib/core/icons/person-fill-24.svg +0 -3
- package/lib/core/icons/pin-16.svg +0 -6
- package/lib/core/icons/pin-24.svg +0 -6
- package/lib/core/icons/play-16.svg +0 -6
- package/lib/core/icons/play-24.svg +0 -7
- package/lib/core/icons/plug-16.svg +0 -6
- package/lib/core/icons/plug-24.svg +0 -6
- package/lib/core/icons/plus-16.svg +0 -6
- package/lib/core/icons/plus-24.svg +0 -6
- package/lib/core/icons/plus-circle-16.svg +0 -6
- package/lib/core/icons/plus-circle-24.svg +0 -7
- package/lib/core/icons/project-16.svg +0 -6
- package/lib/core/icons/project-24.svg +0 -8
- package/lib/core/icons/pulse-16.svg +0 -6
- package/lib/core/icons/pulse-24.svg +0 -6
- package/lib/core/icons/question-16.svg +0 -6
- package/lib/core/icons/question-24.svg +0 -8
- package/lib/core/icons/quote-16.svg +0 -6
- package/lib/core/icons/quote-24.svg +0 -6
- package/lib/core/icons/reply-16.svg +0 -6
- package/lib/core/icons/reply-24.svg +0 -3
- package/lib/core/icons/repo-16.svg +0 -6
- package/lib/core/icons/repo-24.svg +0 -7
- package/lib/core/icons/repo-clone-16.svg +0 -6
- package/lib/core/icons/repo-deleted-16.svg +0 -3
- package/lib/core/icons/repo-forked-16.svg +0 -6
- package/lib/core/icons/repo-forked-24.svg +0 -9
- package/lib/core/icons/repo-locked-16.svg +0 -8
- package/lib/core/icons/repo-locked-24.svg +0 -8
- package/lib/core/icons/repo-pull-16.svg +0 -6
- package/lib/core/icons/repo-push-16.svg +0 -6
- package/lib/core/icons/repo-push-24.svg +0 -3
- package/lib/core/icons/repo-template-16.svg +0 -6
- package/lib/core/icons/repo-template-24.svg +0 -3
- package/lib/core/icons/report-16.svg +0 -6
- package/lib/core/icons/report-24.svg +0 -6
- package/lib/core/icons/rocket-16.svg +0 -6
- package/lib/core/icons/rocket-24.svg +0 -6
- package/lib/core/icons/rows-16.svg +0 -6
- package/lib/core/icons/rows-24.svg +0 -6
- package/lib/core/icons/rss-16.svg +0 -6
- package/lib/core/icons/rss-24.svg +0 -6
- package/lib/core/icons/ruby-16.svg +0 -6
- package/lib/core/icons/ruby-24.svg +0 -6
- package/lib/core/icons/screen-full-16.svg +0 -6
- package/lib/core/icons/screen-full-24.svg +0 -6
- package/lib/core/icons/screen-normal-16.svg +0 -6
- package/lib/core/icons/screen-normal-24.svg +0 -6
- package/lib/core/icons/search-16.svg +0 -6
- package/lib/core/icons/search-24.svg +0 -6
- package/lib/core/icons/server-16.svg +0 -6
- package/lib/core/icons/server-24.svg +0 -8
- package/lib/core/icons/server-error.svg +0 -5
- package/lib/core/icons/share-16.svg +0 -6
- package/lib/core/icons/share-24.svg +0 -6
- package/lib/core/icons/share-android-16.svg +0 -6
- package/lib/core/icons/share-android-24.svg +0 -6
- package/lib/core/icons/shield-16.svg +0 -6
- package/lib/core/icons/shield-24.svg +0 -7
- package/lib/core/icons/shield-check-16.svg +0 -6
- package/lib/core/icons/shield-check-24.svg +0 -7
- package/lib/core/icons/shield-lock-16.svg +0 -6
- package/lib/core/icons/shield-lock-24.svg +0 -6
- package/lib/core/icons/shield-slash-16.svg +0 -8
- package/lib/core/icons/shield-x-16.svg +0 -6
- package/lib/core/icons/shield-x-24.svg +0 -8
- package/lib/core/icons/sidebar-collapse-16.svg +0 -7
- package/lib/core/icons/sidebar-collapse-24.svg +0 -7
- package/lib/core/icons/sidebar-expand-16.svg +0 -7
- package/lib/core/icons/sidebar-expand-24.svg +0 -7
- package/lib/core/icons/sign-in-16.svg +0 -6
- package/lib/core/icons/sign-in-24.svg +0 -6
- package/lib/core/icons/sign-out-16.svg +0 -6
- package/lib/core/icons/sign-out-24.svg +0 -6
- package/lib/core/icons/single-select-16.svg +0 -7
- package/lib/core/icons/single-select-24.svg +0 -7
- package/lib/core/icons/skip-16.svg +0 -6
- package/lib/core/icons/skip-24.svg +0 -7
- package/lib/core/icons/sliders-16.svg +0 -3
- package/lib/core/icons/smiley-16.svg +0 -6
- package/lib/core/icons/smiley-24.svg +0 -9
- package/lib/core/icons/sort-asc-16.svg +0 -6
- package/lib/core/icons/sort-asc-24.svg +0 -3
- package/lib/core/icons/sort-desc-16.svg +0 -7
- package/lib/core/icons/sort-desc-24.svg +0 -3
- package/lib/core/icons/square-16.svg +0 -6
- package/lib/core/icons/square-24.svg +0 -6
- package/lib/core/icons/square-fill-16.svg +0 -6
- package/lib/core/icons/square-fill-24.svg +0 -6
- package/lib/core/icons/squirrel-16.svg +0 -6
- package/lib/core/icons/squirrel-24.svg +0 -3
- package/lib/core/icons/stack-16.svg +0 -6
- package/lib/core/icons/stack-24.svg +0 -10
- package/lib/core/icons/star-16.svg +0 -6
- package/lib/core/icons/star-24.svg +0 -6
- package/lib/core/icons/star-fill-16.svg +0 -6
- package/lib/core/icons/star-fill-24.svg +0 -6
- package/lib/core/icons/stop-16.svg +0 -6
- package/lib/core/icons/stop-24.svg +0 -7
- package/lib/core/icons/stopwatch-16.svg +0 -6
- package/lib/core/icons/stopwatch-24.svg +0 -6
- package/lib/core/icons/store.svg +0 -7
- package/lib/core/icons/strikethrough-16.svg +0 -6
- package/lib/core/icons/strikethrough-24.svg +0 -6
- package/lib/core/icons/sun-16.svg +0 -6
- package/lib/core/icons/sun-24.svg +0 -6
- package/lib/core/icons/sync-16.svg +0 -6
- package/lib/core/icons/sync-24.svg +0 -3
- package/lib/core/icons/tab-24.svg +0 -3
- package/lib/core/icons/tab-external-16.svg +0 -3
- package/lib/core/icons/table-16.svg +0 -6
- package/lib/core/icons/table-24.svg +0 -6
- package/lib/core/icons/tag-16.svg +0 -6
- package/lib/core/icons/tag-24.svg +0 -7
- package/lib/core/icons/tasklist-16.svg +0 -6
- package/lib/core/icons/tasklist-24.svg +0 -7
- package/lib/core/icons/telescope-16.svg +0 -6
- package/lib/core/icons/telescope-24.svg +0 -8
- package/lib/core/icons/telescope-fill-16.svg +0 -6
- package/lib/core/icons/telescope-fill-24.svg +0 -8
- package/lib/core/icons/terminal-16.svg +0 -6
- package/lib/core/icons/terminal-24.svg +0 -8
- package/lib/core/icons/three-bars-16.svg +0 -6
- package/lib/core/icons/thumbsdown-16.svg +0 -6
- package/lib/core/icons/thumbsdown-24.svg +0 -6
- package/lib/core/icons/thumbsup-16.svg +0 -6
- package/lib/core/icons/thumbsup-24.svg +0 -6
- package/lib/core/icons/tools-16.svg +0 -6
- package/lib/core/icons/tools-24.svg +0 -6
- package/lib/core/icons/trash-16.svg +0 -6
- package/lib/core/icons/trash-24.svg +0 -10
- package/lib/core/icons/triangle-down-16.svg +0 -3
- package/lib/core/icons/triangle-down-24.svg +0 -3
- package/lib/core/icons/triangle-left-16.svg +0 -3
- package/lib/core/icons/triangle-left-24.svg +0 -3
- package/lib/core/icons/triangle-right-16.svg +0 -3
- package/lib/core/icons/triangle-right-24.svg +0 -3
- package/lib/core/icons/triangle-up-16.svg +0 -3
- package/lib/core/icons/triangle-up-24.svg +0 -3
- package/lib/core/icons/trophy-16.svg +0 -6
- package/lib/core/icons/trophy-24.svg +0 -6
- package/lib/core/icons/typography-16.svg +0 -6
- package/lib/core/icons/typography-24.svg +0 -6
- package/lib/core/icons/unfold-16.svg +0 -3
- package/lib/core/icons/unfold-24.svg +0 -9
- package/lib/core/icons/unlock-16.svg +0 -6
- package/lib/core/icons/unlock-24.svg +0 -6
- package/lib/core/icons/unmute-16.svg +0 -6
- package/lib/core/icons/unmute-24.svg +0 -8
- package/lib/core/icons/unverified-16.svg +0 -6
- package/lib/core/icons/unverified-24.svg +0 -8
- package/lib/core/icons/upload-16.svg +0 -6
- package/lib/core/icons/upload-24.svg +0 -6
- package/lib/core/icons/verified-16.svg +0 -6
- package/lib/core/icons/verified-24.svg +0 -7
- package/lib/core/icons/versions-16.svg +0 -6
- package/lib/core/icons/versions-24.svg +0 -6
- package/lib/core/icons/video-16.svg +0 -7
- package/lib/core/icons/video-24.svg +0 -7
- package/lib/core/icons/webhook-16.svg +0 -3
- package/lib/core/icons/workflow-16.svg +0 -6
- package/lib/core/icons/workflow-24.svg +0 -6
- package/lib/core/icons/x-16.svg +0 -6
- package/lib/core/icons/x-24.svg +0 -6
- package/lib/core/icons/x-circle-16.svg +0 -6
- package/lib/core/icons/x-circle-24.svg +0 -8
- package/lib/core/icons/x-circle-fill-12.svg +0 -6
- package/lib/core/icons/x-circle-fill-16.svg +0 -6
- package/lib/core/icons/x-circle-fill-24.svg +0 -6
- package/lib/core/icons/yourdash.svg +0 -61
- package/lib/core/icons/zap-16.svg +0 -6
- package/lib/core/icons/zap-24.svg +0 -6
- package/lib/core/incrementLevel.tsx +0 -15
- package/lib/core/isPhone.ts +0 -30
- package/lib/core/level.tsx +0 -27
- package/lib/core/remToPx.ts +0 -8
- package/lib/core/root.tsx +0 -26
- package/lib/core/toasts/toast.module.css +0 -68
- package/lib/core/toasts/toast.module.css.map +0 -1
- package/lib/core/toasts/toast.module.scss +0 -71
- package/lib/core/toasts/toast.ts +0 -12
- package/lib/core/toasts/toastAction.ts +0 -12
- package/lib/core/toasts/toastContext.ts +0 -16
- package/lib/core/toasts/toasts.tsx +0 -96
- package/lib/core/toasts/useToast.ts +0 -18
- package/lib/core/utils.ts +0 -4
- package/lib/core/uuid.ts +0 -12
- package/lib/theme/defaultTheme.module.css +0 -297
- package/lib/theme/defaultTheme.module.css.map +0 -1
- package/lib/theme/defaultTheme.module.scss +0 -361
- package/lib/theme/themeValues.css +0 -7
- package/lib/theme/themeValues.css.map +0 -1
- package/lib/theme/themeValues.scss +0 -129
- package/lib/utilityComponent/hasBeenShown/hasBeenShown.tsx +0 -47
- package/lib/utilityComponent/onInView/onInView.tsx +0 -83
- package/lib/views/carousel/UKCarousel.tsx +0 -147
- package/lib/views/carousel/carousel.module.css +0 -77
- package/lib/views/carousel/carousel.module.css.map +0 -1
- package/lib/views/carousel/carousel.module.scss +0 -94
- package/lib/views/dialog/UKDialog.tsx +0 -34
- package/lib/views/dialog/dialog.module.css +0 -44
- package/lib/views/dialog/dialog.module.css.map +0 -1
- package/lib/views/dialog/dialog.module.scss +0 -44
- package/lib/views/infiniteScroll/UKInfiniteScroll.tsx +0 -90
- package/lib/views/infiniteScroll/infiniteScroll.module.css +0 -30
- package/lib/views/infiniteScroll/infiniteScroll.module.css.map +0 -1
- package/lib/views/infiniteScroll/infiniteScroll.module.scss +0 -26
- package/lib/views/layout/UKLayout.module.scss +0 -24
- package/lib/views/layout/UKLayout.tsx +0 -30
- package/lib/views/navBar/UKNavBar.tsx +0 -37
- package/lib/views/navBar/components/navImage/UKNavbarNavImage.tsx +0 -15
- package/lib/views/navBar/components/navImage/navImage.module.css +0 -12
- package/lib/views/navBar/components/navImage/navImage.module.css.map +0 -1
- package/lib/views/navBar/components/navImage/navImage.module.scss +0 -7
- package/lib/views/navBar/components/navTitle/UKNavbarNavTitle.tsx +0 -13
- package/lib/views/navBar/navBar.module.css +0 -26
- package/lib/views/navBar/navBar.module.css.map +0 -1
- package/lib/views/navBar/navBar.module.scss +0 -22
- package/lib/views/onBoarding/UKOnBoarding.tsx +0 -146
- package/lib/views/onBoarding/onBoarding.module.css +0 -74
- package/lib/views/onBoarding/onBoarding.module.css.map +0 -1
- package/lib/views/onBoarding/onBoarding.module.scss +0 -84
- package/lib/views/pageHeader/UKPageHeader.tsx +0 -28
- package/lib/views/pageHeader/header.module.css +0 -20
- package/lib/views/pageHeader/header.module.css.map +0 -1
- package/lib/views/pageHeader/header.module.scss +0 -16
- package/lib/views/panAndZoom/UKPanAndZoom.tsx +0 -121
- package/lib/views/sidebar/UKSidebar.tsx +0 -30
- package/lib/views/sidebar/UKSidebarContainer.tsx +0 -38
- package/lib/views/sidebar/UKSidebarContext.tsx +0 -15
- package/lib/views/sidebar/UKSidebarToggleButton.tsx +0 -27
- package/lib/views/sidebar/sidebar.module.css +0 -54
- package/lib/views/sidebar/sidebar.module.css.map +0 -1
- package/lib/views/sidebar/sidebar.module.scss +0 -49
- package/lib/views/sidebar/sidebarContainer.module.css +0 -26
- package/lib/views/sidebar/sidebarContainer.module.css.map +0 -1
- package/lib/views/sidebar/sidebarContainer.module.scss +0 -22
@@ -1,30 +0,0 @@
|
|
1
|
-
@use "../../theme/themeValues.scss" as *;
|
2
|
-
|
3
|
-
/*!
|
4
|
-
* Copyright ©2025 Ewsgit<https://github.com/ewsgit> and YourDash<https://github.com/yourdash> contributors.
|
5
|
-
* YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
|
6
|
-
*/
|
7
|
-
|
8
|
-
.component {
|
9
|
-
font-family: var(#{$theme}#{$font}#{$family});
|
10
|
-
text-align: center;
|
11
|
-
color: rgb(var(#{$theme}#{$button}#{$color}));
|
12
|
-
transition: var(#{$theme}#{$button}#{$transition});
|
13
|
-
width: max-content;
|
14
|
-
cursor: pointer;
|
15
|
-
border: none;
|
16
|
-
background: transparent;
|
17
|
-
font-weight: var(#{$theme+$textbutton+$font+$weight});
|
18
|
-
|
19
|
-
&:hover {
|
20
|
-
color: rgb(var(#{$theme}#{$accent}));
|
21
|
-
opacity: 0.8;
|
22
|
-
transition: var(#{$theme}#{$button}#{$hover}#{$transition});
|
23
|
-
}
|
24
|
-
|
25
|
-
&:active {
|
26
|
-
color: rgb(var(#{$theme}#{$accent}));
|
27
|
-
opacity: 1;
|
28
|
-
transition: var(#{$theme}#{$button}#{$active}#{$transition});
|
29
|
-
}
|
30
|
-
}
|
@@ -1,78 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
* Copyright ©2025 Ewsgit<https://ewsgit.uk> and YourDash<https://yourdash.ewsgit.uk> contributors.
|
3
|
-
* YourDash is licensed under the MIT License. (https://mit.ewsgit.uk)
|
4
|
-
*/
|
5
|
-
|
6
|
-
import clippy from "../../core/clippy.ts";
|
7
|
-
import UKIcon from "../icon/UKIcon.tsx";
|
8
|
-
import { UKIconType } from "../../core/iconDictionary.ts";
|
9
|
-
import styles from "./textInput.module.scss";
|
10
|
-
import React, { useEffect, useRef } from "react";
|
11
|
-
|
12
|
-
const UKTextInput: React.FC<{
|
13
|
-
getValue?: React.Dispatch<React.SetStateAction<string>>;
|
14
|
-
getLiveValue?: React.Dispatch<React.SetStateAction<string>>;
|
15
|
-
onSubmit?: (value: string) => void;
|
16
|
-
placeholder: string;
|
17
|
-
icon?: UKIconType;
|
18
|
-
defaultValue?: string;
|
19
|
-
value?: string;
|
20
|
-
accessibleName: string;
|
21
|
-
className?: string;
|
22
|
-
type?: string;
|
23
|
-
autoComplete?: string;
|
24
|
-
}> = (props) => {
|
25
|
-
const ref = useRef<HTMLInputElement>(null);
|
26
|
-
|
27
|
-
useEffect(() => {
|
28
|
-
if (!ref.current) return;
|
29
|
-
|
30
|
-
if (props.value) ref.current.value = props.value;
|
31
|
-
}, [props.value]);
|
32
|
-
|
33
|
-
useEffect(() => {
|
34
|
-
if (!ref.current) return;
|
35
|
-
|
36
|
-
ref.current.onchange = () => {
|
37
|
-
if (!ref.current) return;
|
38
|
-
if (!props.getValue) return;
|
39
|
-
|
40
|
-
props.getValue(ref.current.value);
|
41
|
-
};
|
42
|
-
|
43
|
-
ref.current.onkeyup = (event) => {
|
44
|
-
if (!ref.current) return;
|
45
|
-
if (!props.onSubmit) return;
|
46
|
-
|
47
|
-
if (props.getLiveValue) {
|
48
|
-
props.getLiveValue(ref.current.value);
|
49
|
-
}
|
50
|
-
|
51
|
-
if (event.key === "Enter") {
|
52
|
-
props.onSubmit(ref.current.value);
|
53
|
-
}
|
54
|
-
};
|
55
|
-
}, []);
|
56
|
-
|
57
|
-
return (
|
58
|
-
<div className={clippy(styles.component, props.className)}>
|
59
|
-
{props.icon && (
|
60
|
-
<UKIcon
|
61
|
-
className={styles.icon}
|
62
|
-
icon={props.icon}
|
63
|
-
/>
|
64
|
-
)}
|
65
|
-
<input
|
66
|
-
autoComplete={props.autoComplete}
|
67
|
-
ref={ref}
|
68
|
-
type={props.type || "text"}
|
69
|
-
aria-label={props.accessibleName}
|
70
|
-
defaultValue={props.defaultValue}
|
71
|
-
className={clippy(styles.input, !props.icon && styles.noIcon)}
|
72
|
-
placeholder={props.placeholder}
|
73
|
-
/>
|
74
|
-
</div>
|
75
|
-
);
|
76
|
-
};
|
77
|
-
|
78
|
-
export default UKTextInput;
|
@@ -1,51 +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
|
-
position: relative;
|
13
|
-
box-sizing: border-box;
|
14
|
-
color: var(--utinpcol);
|
15
|
-
background: var(--utinpbgn);
|
16
|
-
border: var(--utinpbrd);
|
17
|
-
border-radius: var(--utinprad);
|
18
|
-
transition: var(--utinptrans);
|
19
|
-
padding: 0;
|
20
|
-
height: var(--utinphei);
|
21
|
-
}
|
22
|
-
.component:focus, .component:focus-within {
|
23
|
-
color: var(--utinpfoccol);
|
24
|
-
background: var(--utinpfocbgn);
|
25
|
-
border: var(--utinpfocbrd);
|
26
|
-
}
|
27
|
-
|
28
|
-
.icon {
|
29
|
-
height: calc(var(--utinphei) - 0.75rem);
|
30
|
-
position: absolute;
|
31
|
-
top: 50%;
|
32
|
-
transform: translateY(-50%);
|
33
|
-
margin-left: calc(var(--utinppdnhoriz));
|
34
|
-
}
|
35
|
-
|
36
|
-
.input {
|
37
|
-
background: transparent;
|
38
|
-
color: var(--utinpcol);
|
39
|
-
padding-left: calc(var(--utinppdnhoriz) + var(--utinphei) - 0.5rem);
|
40
|
-
width: 100%;
|
41
|
-
margin: 0;
|
42
|
-
border: none;
|
43
|
-
}
|
44
|
-
.input.noIcon {
|
45
|
-
padding-left: var(--utinppdnhoriz);
|
46
|
-
}
|
47
|
-
.input:focus, .input:focus-within {
|
48
|
-
outline: none;
|
49
|
-
}
|
50
|
-
|
51
|
-
/*# sourceMappingURL=textInput.module.css.map */
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["textInput.module.scss","../../theme/themeValues.scss"],"names":[],"mappings":";AAAA;AAAA;AAAA;AAAA;ACAA;AAAA;AAAA;AAAA;ADOA;EACE;EACA;EACA;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EAEE;EACA;EACA;;;AAIJ;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAGF;EACE","file":"textInput.module.css"}
|
@@ -1,52 +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
|
-
position: relative;
|
11
|
-
box-sizing: border-box;
|
12
|
-
|
13
|
-
color: rgb(var(#{$theme}#{$input}#{$color}));
|
14
|
-
background: rgb(var(#{$theme}#{$input}#{$background}));
|
15
|
-
border: var(#{$theme}#{$input}#{$border});
|
16
|
-
border-radius: var(#{$theme}#{$input}#{$radius});
|
17
|
-
transition: var(#{$theme}#{$input}#{$transition});
|
18
|
-
padding: 0;
|
19
|
-
height: var(#{$theme}#{$input}#{$height});
|
20
|
-
|
21
|
-
&:focus,
|
22
|
-
&:focus-within {
|
23
|
-
color: rgb(var(#{$theme}#{$input}#{$focus}#{$color}));
|
24
|
-
background: rgb(var(#{$theme}#{$input}#{$focus}#{$background}));
|
25
|
-
border: var(#{$theme}#{$input}#{$focus}#{$border});
|
26
|
-
}
|
27
|
-
}
|
28
|
-
|
29
|
-
.icon {
|
30
|
-
height: calc(var(#{$theme}#{$input}#{$height}) - 0.75rem);
|
31
|
-
position: absolute;
|
32
|
-
top: 50%;
|
33
|
-
transform: translateY(-50%);
|
34
|
-
margin-left: calc(var(#{$theme}#{$input}#{$padding}#{$horizontal}));
|
35
|
-
}
|
36
|
-
|
37
|
-
.input {
|
38
|
-
background: transparent;
|
39
|
-
color: rgb(var(#{$theme+$input+$color}));
|
40
|
-
padding-left: calc(var(#{$theme+$input+$padding+$horizontal}) + calc(var(#{$theme+$input+$height}) - 0.5rem));
|
41
|
-
width: 100%;
|
42
|
-
margin: 0;
|
43
|
-
border: none;
|
44
|
-
|
45
|
-
&.noIcon {
|
46
|
-
padding-left: var(#{$theme+$input+$padding+$horizontal});
|
47
|
-
}
|
48
|
-
|
49
|
-
&:focus, &:focus-within {
|
50
|
-
outline: none;
|
51
|
-
}
|
52
|
-
}
|
package/lib/core/clippy.ts
DELETED
@@ -1,14 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
* Copyright ©2023 @Ewsgit and YourDash contributors.
|
3
|
-
* YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
|
4
|
-
*/
|
5
|
-
|
6
|
-
import clsx from "clsx";
|
7
|
-
|
8
|
-
export default function clippy(...input: (string | undefined | null | boolean)[]): string {
|
9
|
-
return clsx(...input)
|
10
|
-
.replaceAll(`\n`, ``)
|
11
|
-
.split(" ")
|
12
|
-
.filter((str) => str !== "")
|
13
|
-
.join(" ");
|
14
|
-
}
|
@@ -1,15 +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 LevelContext, { useLevel } from "./level.tsx";
|
7
|
-
import { FC } from "react";
|
8
|
-
|
9
|
-
const DecrementLevel: FC<{ children: React.ReactNode | React.ReactNode[] }> = (props) => {
|
10
|
-
const level = useLevel()
|
11
|
-
|
12
|
-
return <LevelContext.Provider value={level - 1}>{props.children}</LevelContext.Provider>;
|
13
|
-
};
|
14
|
-
|
15
|
-
export default DecrementLevel;
|
@@ -1,293 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
* Copyright ©2025 @Ewsgit and YourDash contributors.
|
3
|
-
* YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
|
4
|
-
*/
|
5
|
-
|
6
|
-
export type UKIconType = (typeof UKIcons)[keyof typeof UKIcons] | string;
|
7
|
-
|
8
|
-
// Number types are used as the correct string type throws a ts error
|
9
|
-
//
|
10
|
-
export const UKIcons = {
|
11
|
-
Accessibility: () => import("./icons/accessibility-16.svg"),
|
12
|
-
AccessibilityInset: () => import("./icons/accessibility-inset-16.svg"),
|
13
|
-
Alert: () => import("./icons/alert-16.svg"),
|
14
|
-
AppLauncher: () => import("./icons/app-launcher-16.svg"),
|
15
|
-
Apps: () => import("./icons/apps-16.svg"),
|
16
|
-
Archive: () => import("./icons/archive-16.svg"),
|
17
|
-
ArrowBoth: () => import("./icons/arrow-both-16.svg"),
|
18
|
-
ArrowDown: () => import("./icons/arrow-down-16.svg"),
|
19
|
-
ArrowLeft: () => import("./icons/arrow-left-16.svg"),
|
20
|
-
ArrowRight: () => import("./icons/arrow-right-16.svg"),
|
21
|
-
ArrowSwitch: () => import("./icons/arrow-switch-16.svg"),
|
22
|
-
ArrowUp: () => import("./icons/arrow-up-16.svg"),
|
23
|
-
Beaker: () => import("./icons/beaker-16.svg"),
|
24
|
-
Bell: () => import("./icons/bell-16.svg"),
|
25
|
-
BellFill: () => import("./icons/bell-fill-16.svg"),
|
26
|
-
BellSlash: () => import("./icons/bell-slash-16.svg"),
|
27
|
-
Blocked: () => import("./icons/blocked-16.svg"),
|
28
|
-
Bold: () => import("./icons/bold-16.svg"),
|
29
|
-
Book: () => import("./icons/book-16.svg"),
|
30
|
-
Bookmark: () => import("./icons/bookmark-16.svg"),
|
31
|
-
BookmarkSlash: () => import("./icons/bookmark-slash-16.svg"),
|
32
|
-
Briefcase: () => import("./icons/briefcase-16.svg"),
|
33
|
-
Broadcast: () => import("./icons/broadcast-16.svg"),
|
34
|
-
Browser: () => import("./icons/browser-16.svg"),
|
35
|
-
Bug: () => import("./icons/bug-16.svg"),
|
36
|
-
Cache: () => import("./icons/cache-16.svg"),
|
37
|
-
Calendar: () => import("./icons/calendar-16.svg"),
|
38
|
-
Check: () => import("./icons/check-16.svg"),
|
39
|
-
CheckCircle: () => import("./icons/check-circle-16.svg"),
|
40
|
-
CheckCircleFill: () => import("./icons/check-circle-fill-16.svg"),
|
41
|
-
Checkbox: () => import("./icons/checkbox-16.svg"),
|
42
|
-
Checklist: () => import("./icons/checklist-16.svg"),
|
43
|
-
ChevronDown: () => import("./icons/chevron-down-16.svg"),
|
44
|
-
ChevronLeft: () => import("./icons/chevron-left-16.svg"),
|
45
|
-
ChevronRight: () => import("./icons/chevron-right-16.svg"),
|
46
|
-
ChevronUp: () => import("./icons/chevron-up-16.svg"),
|
47
|
-
Circle: () => import("./icons/circle-16.svg"),
|
48
|
-
CircleSlash: () => import("./icons/circle-slash-16.svg"),
|
49
|
-
Clock: () => import("./icons/clock-16.svg"),
|
50
|
-
Cloud: () => import("./icons/cloud-16.svg"),
|
51
|
-
CloudOffline: () => import("./icons/cloud-offline-16.svg"),
|
52
|
-
Code: () => import("./icons/code-16.svg"),
|
53
|
-
CodeOfConduct: () => import("./icons/code-of-conduct-16.svg"),
|
54
|
-
CodeReview: () => import("./icons/code-review-16.svg"),
|
55
|
-
CodeSquare: () => import("./icons/code-square-16.svg"),
|
56
|
-
CodeScan: () => import("./icons/codescan-16.svg"),
|
57
|
-
CodeScanCheckmark: () => import("./icons/codescan-checkmark-16.svg"),
|
58
|
-
CodeSpaces: () => import("./icons/codespaces-16.svg"),
|
59
|
-
Columns: () => import("./icons/columns-16.svg"),
|
60
|
-
CommandPalette: () => import("./icons/command-palette-16.svg"),
|
61
|
-
Comment: () => import("./icons/comment-16.svg"),
|
62
|
-
CommentDiscussion: () => import("./icons/comment-discussion-16.svg"),
|
63
|
-
Container: () => import("./icons/container-16.svg"),
|
64
|
-
Copilot: () => import("./icons/copilot-16.svg"),
|
65
|
-
Copilot48: () => import("./icons/copilot-48.svg"),
|
66
|
-
Copilot96: () => import("./icons/copilot-96.svg"),
|
67
|
-
CopilotError: () => import("./icons/copilot-error-16.svg"),
|
68
|
-
CopilotWarning: () => import("./icons/copilot-warning-16.svg"),
|
69
|
-
Copy: () => import("./icons/copy-16.svg"),
|
70
|
-
Cpu: () => import("./icons/cpu-16.svg"),
|
71
|
-
CreditCard: () => import("./icons/credit-card-16.svg"),
|
72
|
-
CrossReference: () => import("./icons/cross-reference-16.svg"),
|
73
|
-
Dash: () => import("./icons/dash-16.svg"),
|
74
|
-
Database: () => import("./icons/database-16.svg"),
|
75
|
-
Dependabot: () => import("./icons/dependabot-16.svg"),
|
76
|
-
DesktopDownload: () => import("./icons/desktop-download-16.svg"),
|
77
|
-
DeviceCamera: () => import("./icons/device-camera-16.svg"),
|
78
|
-
DeviceCameraVideo: () => import("./icons/device-camera-video-16.svg"),
|
79
|
-
DeviceDesktop: () => import("./icons/device-desktop-16.svg"),
|
80
|
-
DeviceMobile: () => import("./icons/device-mobile-16.svg"),
|
81
|
-
Diamond: () => import("./icons/diamond-16.svg"),
|
82
|
-
Diff: () => import("./icons/diff-16.svg"),
|
83
|
-
DiffAdded: () => import("./icons/diff-added-16.svg"),
|
84
|
-
DiffIgnored: () => import("./icons/diff-ignored-16.svg"),
|
85
|
-
DiffModified: () => import("./icons/diff-modified-16.svg"),
|
86
|
-
DiffRemoved: () => import("./icons/diff-removed-16.svg"),
|
87
|
-
DiffRenamed: () => import("./icons/diff-renamed-16.svg"),
|
88
|
-
Dot: () => import("./icons/dot-16.svg"),
|
89
|
-
DotFill: () => import("./icons/dot-fill-16.svg"),
|
90
|
-
Download: () => import("./icons/download-16.svg"),
|
91
|
-
Duplicate: () => import("./icons/duplicate-16.svg"),
|
92
|
-
Ellipsis: () => import("./icons/ellipsis-16.svg"),
|
93
|
-
Eye: () => import("./icons/eye-16.svg"),
|
94
|
-
EyeClosed: () => import("./icons/eye-closed-16.svg"),
|
95
|
-
Ewsgit: () => import("./icons/ewsgit.svg"),
|
96
|
-
FeedDiscussion: () => import("./icons/feed-discussion-16.svg"),
|
97
|
-
FeedForked: () => import("./icons/feed-forked-16.svg"),
|
98
|
-
FeedHeart: () => import("./icons/feed-heart-16.svg"),
|
99
|
-
FeedMerged: () => import("./icons/feed-merged-16.svg"),
|
100
|
-
FeedPerson: () => import("./icons/feed-person-16.svg"),
|
101
|
-
FeedRepo: () => import("./icons/feed-repo-16.svg"),
|
102
|
-
FeedRocket: () => import("./icons/feed-rocket-16.svg"),
|
103
|
-
FeedStar: () => import("./icons/feed-star-16.svg"),
|
104
|
-
FeedTag: () => import("./icons/feed-tag-16.svg"),
|
105
|
-
FeedTrophy: () => import("./icons/feed-trophy-16.svg"),
|
106
|
-
File: () => import("./icons/file-16.svg"),
|
107
|
-
FileAdded: () => import("./icons/file-added-16.svg"),
|
108
|
-
FileBadge: () => import("./icons/file-badge-16.svg"),
|
109
|
-
FileBinary: () => import("./icons/file-binary-16.svg"),
|
110
|
-
FileCode: () => import("./icons/file-code-16.svg"),
|
111
|
-
FileDiff: () => import("./icons/file-diff-16.svg"),
|
112
|
-
FileDirectory: () => import("./icons/file-directory-16.svg"),
|
113
|
-
FileDirectoryFill: () => import("./icons/file-directory-fill-16.svg"),
|
114
|
-
FileDirectoryOpenFill: () => import("./icons/file-directory-open-fill-16.svg"),
|
115
|
-
FileMoved: () => import("./icons/file-moved-16.svg"),
|
116
|
-
FileRemoved: () => import("./icons/file-removed-16.svg"),
|
117
|
-
FileSubmodule: () => import("./icons/file-submodule-16.svg"),
|
118
|
-
FileSymlinkFile: () => import("./icons/file-symlink-file-16.svg"),
|
119
|
-
FileZip: () => import("./icons/file-zip-16.svg"),
|
120
|
-
Filter: () => import("./icons/filter-16.svg"),
|
121
|
-
Flame: () => import("./icons/flame-16.svg"),
|
122
|
-
Fold: () => import("./icons/fold-16.svg"),
|
123
|
-
FoldDown: () => import("./icons/fold-down-16.svg"),
|
124
|
-
FoldUp: () => import("./icons/fold-up-16.svg"),
|
125
|
-
Gear: () => import("./icons/gear-16.svg"),
|
126
|
-
Gift: () => import("./icons/gift-16.svg"),
|
127
|
-
GitBranch: () => import("./icons/git-branch-16.svg"),
|
128
|
-
GitCommit: () => import("./icons/git-commit-16.svg"),
|
129
|
-
GitCompare: () => import("./icons/git-compare-16.svg"),
|
130
|
-
GitMerge: () => import("./icons/git-merge-16.svg"),
|
131
|
-
GitMergeQueue: () => import("./icons/git-merge-queue-16.svg"),
|
132
|
-
GitPullRequest: () => import("./icons/git-pull-request-16.svg"),
|
133
|
-
GitPullRequestClosed: () => import("./icons/git-pull-request-closed-16.svg"),
|
134
|
-
GitPullRequestDraft: () => import("./icons/git-pull-request-draft-16.svg"),
|
135
|
-
Globe: () => import("./icons/globe-16.svg"),
|
136
|
-
Grabber: () => import("./icons/grabber-16.svg"),
|
137
|
-
Graph: () => import("./icons/graph-16.svg"),
|
138
|
-
Hash: () => import("./icons/hash-16.svg"),
|
139
|
-
Heading: () => import("./icons/heading-16.svg"),
|
140
|
-
Heart: () => import("./icons/heart-16.svg"),
|
141
|
-
HeartFill: () => import("./icons/heart-fill-16.svg"),
|
142
|
-
History: () => import("./icons/history-16.svg"),
|
143
|
-
Home: () => import("./icons/home-16.svg"),
|
144
|
-
HorizontalRule: () => import("./icons/horizontal-rule-16.svg"),
|
145
|
-
Hourglass: () => import("./icons/hourglass-16.svg"),
|
146
|
-
Hubot: () => import("./icons/hubot-16.svg"),
|
147
|
-
IdBadge: () => import("./icons/id-badge-16.svg"),
|
148
|
-
Image: () => import("./icons/image-16.svg"),
|
149
|
-
Inbox: () => import("./icons/inbox-16.svg"),
|
150
|
-
InfinitySymbol: () => import("./icons/infinity-16.svg"),
|
151
|
-
Info: () => import("./icons/info-16.svg"),
|
152
|
-
IssueClosed: () => import("./icons/issue-closed-16.svg"),
|
153
|
-
IssueDraft: () => import("./icons/issue-draft-16.svg"),
|
154
|
-
IssueOpened: () => import("./icons/issue-opened-16.svg"),
|
155
|
-
IssueReopened: () => import("./icons/issue-reopened-16.svg"),
|
156
|
-
Italic: () => import("./icons/italic-16.svg"),
|
157
|
-
Iterations: () => import("./icons/iterations-16.svg"),
|
158
|
-
KebabHorizontal: () => import("./icons/kebab-horizontal-16.svg"),
|
159
|
-
Key: () => import("./icons/key-16.svg"),
|
160
|
-
KeyAsterisk: () => import("./icons/key-asterisk-16.svg"),
|
161
|
-
Law: () => import("./icons/law-16.svg"),
|
162
|
-
LightBulb: () => import("./icons/light-bulb-16.svg"),
|
163
|
-
Link: () => import("./icons/link-16.svg"),
|
164
|
-
LinkExternal: () => import("./icons/link-external-16.svg"),
|
165
|
-
ListOrdered: () => import("./icons/list-ordered-16.svg"),
|
166
|
-
ListUnordered: () => import("./icons/list-unordered-16.svg"),
|
167
|
-
Location: () => import("./icons/location-16.svg"),
|
168
|
-
Lock: () => import("./icons/lock-16.svg"),
|
169
|
-
Log: () => import("./icons/log-16.svg"),
|
170
|
-
Login: () => import("./icons/login.svg"),
|
171
|
-
LogoGist: () => import("./icons/logo-gist-16.svg"),
|
172
|
-
LogoGithub: () => import("./icons/logo-github-16.svg"),
|
173
|
-
Logout: () => import("./icons/logout.svg"),
|
174
|
-
Mail: () => import("./icons/mail-16.svg"),
|
175
|
-
MarkGithub: () => import("./icons/mark-github-16.svg"),
|
176
|
-
Markdown: () => import("./icons/markdown-16.svg"),
|
177
|
-
Megaphone: () => import("./icons/megaphone-16.svg"),
|
178
|
-
Mention: () => import("./icons/mention-16.svg"),
|
179
|
-
Meter: () => import("./icons/meter-16.svg"),
|
180
|
-
Milestone: () => import("./icons/milestone-16.svg"),
|
181
|
-
Mirror: () => import("./icons/mirror-16.svg"),
|
182
|
-
Moon: () => import("./icons/moon-16.svg"),
|
183
|
-
MortarBoard: () => import("./icons/mortar-board-16.svg"),
|
184
|
-
MultiSelect: () => import("./icons/multi-select-16.svg"),
|
185
|
-
Mute: () => import("./icons/mute-16.svg"),
|
186
|
-
NoEntry: () => import("./icons/no-entry-16.svg"),
|
187
|
-
NorthStar: () => import("./icons/north-star-16.svg"),
|
188
|
-
Note: () => import("./icons/note-16.svg"),
|
189
|
-
Number: () => import("./icons/number-16.svg"),
|
190
|
-
Organization: () => import("./icons/organization-16.svg"),
|
191
|
-
Package: () => import("./icons/package-16.svg"),
|
192
|
-
PackageDependencies: () => import("./icons/package-dependencies-16.svg"),
|
193
|
-
PackageDependents: () => import("./icons/package-dependents-16.svg"),
|
194
|
-
Paintbrush: () => import("./icons/paintbrush-16.svg"),
|
195
|
-
PaperAirplane: () => import("./icons/paper-airplane-16.svg"),
|
196
|
-
Paperclip: () => import("./icons/paperclip-16.svg"),
|
197
|
-
Paste: () => import("./icons/paste-16.svg"),
|
198
|
-
Pencil: () => import("./icons/pencil-16.svg"),
|
199
|
-
People: () => import("./icons/people-16.svg"),
|
200
|
-
Person: () => import("./icons/person-16.svg"),
|
201
|
-
PersonAdd: () => import("./icons/person-add-16.svg"),
|
202
|
-
PersonFill: () => import("./icons/person-fill-16.svg"),
|
203
|
-
Pin: () => import("./icons/pin-16.svg"),
|
204
|
-
Play: () => import("./icons/play-16.svg"),
|
205
|
-
Plug: () => import("./icons/plug-16.svg"),
|
206
|
-
Plus: () => import("./icons/plus-16.svg"),
|
207
|
-
PlusCircle: () => import("./icons/plus-circle-16.svg"),
|
208
|
-
Project: () => import("./icons/project-16.svg"),
|
209
|
-
Pulse: () => import("./icons/pulse-16.svg"),
|
210
|
-
Question: () => import("./icons/question-16.svg"),
|
211
|
-
Quote: () => import("./icons/quote-16.svg"),
|
212
|
-
Reply: () => import("./icons/reply-16.svg"),
|
213
|
-
Repo: () => import("./icons/repo-16.svg"),
|
214
|
-
RepoClone: () => import("./icons/repo-clone-16.svg"),
|
215
|
-
RepoDeleted: () => import("./icons/repo-deleted-16.svg"),
|
216
|
-
RepoForked: () => import("./icons/repo-forked-16.svg"),
|
217
|
-
RepoLocked: () => import("./icons/repo-locked-16.svg"),
|
218
|
-
RepoPull: () => import("./icons/repo-pull-16.svg"),
|
219
|
-
RepoPush: () => import("./icons/repo-push-16.svg"),
|
220
|
-
RepoTemplate: () => import("./icons/repo-template-16.svg"),
|
221
|
-
Report: () => import("./icons/report-16.svg"),
|
222
|
-
Rocket: () => import("./icons/rocket-16.svg"),
|
223
|
-
Rows: () => import("./icons/rows-16.svg"),
|
224
|
-
Rss: () => import("./icons/rss-16.svg"),
|
225
|
-
Ruby: () => import("./icons/ruby-16.svg"),
|
226
|
-
ScreenFull: () => import("./icons/screen-full-16.svg"),
|
227
|
-
ScreenNormal: () => import("./icons/screen-normal-16.svg"),
|
228
|
-
Search: () => import("./icons/search-16.svg"),
|
229
|
-
Server: () => import("./icons/server-16.svg"),
|
230
|
-
ServerError: () => import("./icons/server-error.svg"),
|
231
|
-
Share: () => import("./icons/share-16.svg"),
|
232
|
-
ShareAndroid: () => import("./icons/share-android-16.svg"),
|
233
|
-
Shield: () => import("./icons/shield-16.svg"),
|
234
|
-
ShieldCheck: () => import("./icons/shield-check-16.svg"),
|
235
|
-
ShieldLock: () => import("./icons/shield-lock-16.svg"),
|
236
|
-
ShieldSlash: () => import("./icons/shield-slash-16.svg"),
|
237
|
-
ShieldX: () => import("./icons/shield-x-16.svg"),
|
238
|
-
SidebarCollapse: () => import("./icons/sidebar-collapse-16.svg"),
|
239
|
-
SidebarExpand: () => import("./icons/sidebar-expand-16.svg"),
|
240
|
-
SignIn: () => import("./icons/sign-in-16.svg"),
|
241
|
-
SignOut: () => import("./icons/sign-out-16.svg"),
|
242
|
-
SingleSelect: () => import("./icons/single-select-16.svg"),
|
243
|
-
Skip: () => import("./icons/skip-16.svg"),
|
244
|
-
Sliders: () => import("./icons/sliders-16.svg"),
|
245
|
-
Smiley: () => import("./icons/smiley-16.svg"),
|
246
|
-
SortAsc: () => import("./icons/sort-asc-16.svg"),
|
247
|
-
SortDesc: () => import("./icons/sort-desc-16.svg"),
|
248
|
-
Square: () => import("./icons/square-16.svg"),
|
249
|
-
SquareFill: () => import("./icons/square-fill-16.svg"),
|
250
|
-
Squirrel: () => import("./icons/squirrel-16.svg"),
|
251
|
-
Stack: () => import("./icons/stack-16.svg"),
|
252
|
-
Star: () => import("./icons/star-16.svg"),
|
253
|
-
StarFill: () => import("./icons/star-fill-16.svg"),
|
254
|
-
Stop: () => import("./icons/stop-16.svg"),
|
255
|
-
Stopwatch: () => import("./icons/stopwatch-16.svg"),
|
256
|
-
Store: () => import("./icons/store.svg"),
|
257
|
-
Strikethrough: () => import("./icons/strikethrough-16.svg"),
|
258
|
-
Sun: () => import("./icons/sun-16.svg"),
|
259
|
-
Sync: () => import("./icons/sync-16.svg"),
|
260
|
-
TabExternal: () => import("./icons/tab-external-16.svg"),
|
261
|
-
Table: () => import("./icons/table-16.svg"),
|
262
|
-
Tag: () => import("./icons/tag-16.svg"),
|
263
|
-
TaskList: () => import("./icons/tasklist-16.svg"),
|
264
|
-
Telescope: () => import("./icons/telescope-16.svg"),
|
265
|
-
TelescopeFill: () => import("./icons/telescope-fill-16.svg"),
|
266
|
-
Terminal: () => import("./icons/terminal-16.svg"),
|
267
|
-
ThreeBars: () => import("./icons/three-bars-16.svg"),
|
268
|
-
ThumbsDown: () => import("./icons/thumbsdown-16.svg"),
|
269
|
-
ThumbsUp: () => import("./icons/thumbsup-16.svg"),
|
270
|
-
Tools: () => import("./icons/tools-16.svg"),
|
271
|
-
Trash: () => import("./icons/trash-16.svg"),
|
272
|
-
TriangleDown: () => import("./icons/triangle-down-16.svg"),
|
273
|
-
TriangleLeft: () => import("./icons/triangle-left-16.svg"),
|
274
|
-
TriangleRight: () => import("./icons/triangle-right-16.svg"),
|
275
|
-
TriangleUp: () => import("./icons/triangle-up-16.svg"),
|
276
|
-
Trophy: () => import("./icons/trophy-16.svg"),
|
277
|
-
Typography: () => import("./icons/typography-16.svg"),
|
278
|
-
Unfold: () => import("./icons/unfold-16.svg"),
|
279
|
-
Unlock: () => import("./icons/unlock-16.svg"),
|
280
|
-
Unmute: () => import("./icons/unmute-16.svg"),
|
281
|
-
Unverified: () => import("./icons/unverified-16.svg"),
|
282
|
-
Upload: () => import("./icons/upload-16.svg"),
|
283
|
-
Verified: () => import("./icons/verified-16.svg"),
|
284
|
-
Versions: () => import("./icons/versions-16.svg"),
|
285
|
-
Video: () => import("./icons/video-16.svg"),
|
286
|
-
Webhook: () => import("./icons/webhook-16.svg"),
|
287
|
-
Workflow: () => import("./icons/workflow-16.svg"),
|
288
|
-
X: () => import("./icons/x-16.svg"),
|
289
|
-
XCircle: () => import("./icons/x-circle-16.svg"),
|
290
|
-
XCircleFill: () => import("./icons/x-circle-fill-16.svg"),
|
291
|
-
YourDashLogo: () => import("./icons/yourdash.svg"),
|
292
|
-
Zap: () => import("./icons/zap-16.svg"),
|
293
|
-
};
|
@@ -1,6 +0,0 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
4
|
-
<path fill-rule="evenodd" fill="#ffffff"
|
5
|
-
d="M9.923 5.302a3 3 0 10-3.847 0A2.713 2.713 0 005.9 5.5H2A.75.75 0 002 7h3.3l-.578 5.163-.362 2.997a.75.75 0 101.49.18L6.132 13h3.736l.282 2.34a.75.75 0 101.49-.18l-.362-2.997L10.7 7H14a.75.75 0 000-1.5h-3.899a2.697 2.697 0 00-.178-.198zM9.5 3a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zm-.3 4.073l.495 4.427h-3.39l.496-4.427a1.207 1.207 0 012.398 0z" />
|
6
|
-
</svg>
|
@@ -1,6 +0,0 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
4
|
-
<path fill-rule="evenodd" fill="#ffffff"
|
5
|
-
d="M8 0a8 8 0 100 16A8 8 0 008 0zm2 4a2 2 0 01-1.05 1.76c.115.069.222.15.32.24h2.98a.75.75 0 010 1.5H9.888l.608 5.67a.75.75 0 11-1.492.16L8.754 11H7.246l-.25 2.33a.75.75 0 11-1.49-.16l.607-5.67H3.75a.75.75 0 010-1.5h2.98a1.87 1.87 0 01.32-.24A2 2 0 1110 4z" />
|
6
|
-
</svg>
|
@@ -1,6 +0,0 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
4
|
-
<path fill-rule="evenodd" fill="#ffffff"
|
5
|
-
d="M8.22 1.754a.25.25 0 00-.44 0L1.698 13.132a.25.25 0 00.22.368h12.164a.25.25 0 00.22-.368L8.22 1.754zm-1.763-.707c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0114.082 15H1.918a1.75 1.75 0 01-1.543-2.575L6.457 1.047zM9 11a1 1 0 11-2 0 1 1 0 012 0zm-.25-5.25a.75.75 0 00-1.5 0v2.5a.75.75 0 001.5 0v-2.5z" />
|
6
|
-
</svg>
|
@@ -1,7 +0,0 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
4
|
-
<path d="M13 17.5a1 1 0 11-2 0 1 1 0 012 0zm-.25-8.25a.75.75 0 00-1.5 0v4.5a.75.75 0 001.5 0v-4.5z" />
|
5
|
-
<path fill-rule="evenodd" fill="#ffffff"
|
6
|
-
d="M9.836 3.244c.963-1.665 3.365-1.665 4.328 0l8.967 15.504c.963 1.667-.24 3.752-2.165 3.752H3.034c-1.926 0-3.128-2.085-2.165-3.752L9.836 3.244zm3.03.751a1 1 0 00-1.732 0L2.168 19.499A1 1 0 003.034 21h17.932a1 1 0 00.866-1.5L12.866 3.994z" />
|
7
|
-
</svg>
|
@@ -1,6 +0,0 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12">
|
4
|
-
<path fill-rule="evenodd" fill="#ffffff"
|
5
|
-
d="M4.855.708c.5-.896 1.79-.896 2.29 0l4.675 8.351a1.312 1.312 0 01-1.146 1.954H1.33A1.312 1.312 0 01.183 9.058L4.855.708zM7 7V3H5v4h2zm-1 3a1 1 0 100-2 1 1 0 000 2z" />
|
6
|
-
</svg>
|
@@ -1,8 +0,0 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
4
|
-
<rect x="2" y="2" width="5" height="5" rx="1" fill="#000"/>
|
5
|
-
<rect x="2" y="9" width="5" height="5" rx="1" fill="#000"/>
|
6
|
-
<rect x="9" y="2" width="5" height="5" rx="1" fill="#000"/>
|
7
|
-
<rect x="9" y="9" width="5" height="5" rx="1" fill="#000"/>
|
8
|
-
</svg>
|
@@ -1,6 +0,0 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
4
|
-
<path fill-rule="evenodd" fill="#ffffff"
|
5
|
-
d="M1.5 3.25c0-.966.784-1.75 1.75-1.75h2.5c.966 0 1.75.784 1.75 1.75v2.5A1.75 1.75 0 015.75 7.5h-2.5A1.75 1.75 0 011.5 5.75v-2.5zM3.25 3a.25.25 0 00-.25.25v2.5c0 .138.112.25.25.25h2.5A.25.25 0 006 5.75v-2.5A.25.25 0 005.75 3h-2.5zM1.5 10.25c0-.966.784-1.75 1.75-1.75h2.5c.966 0 1.75.784 1.75 1.75v2.5a1.75 1.75 0 01-1.75 1.75h-2.5a1.75 1.75 0 01-1.75-1.75v-2.5zM3.25 10a.25.25 0 00-.25.25v2.5c0 .138.112.25.25.25h2.5a.25.25 0 00.25-.25v-2.5a.25.25 0 00-.25-.25h-2.5zM8.5 3.25c0-.966.784-1.75 1.75-1.75h2.5c.966 0 1.75.784 1.75 1.75v2.5a1.75 1.75 0 01-1.75 1.75h-2.5A1.75 1.75 0 018.5 5.75v-2.5zM10.25 3a.25.25 0 00-.25.25v2.5c0 .138.112.25.25.25h2.5a.25.25 0 00.25-.25v-2.5a.25.25 0 00-.25-.25h-2.5zM8.5 10.25c0-.966.784-1.75 1.75-1.75h2.5c.966 0 1.75.784 1.75 1.75v2.5a1.75 1.75 0 01-1.75 1.75h-2.5a1.75 1.75 0 01-1.75-1.75v-2.5zm1.75-.25a.25.25 0 00-.25.25v2.5c0 .138.112.25.25.25h2.5a.25.25 0 00.25-.25v-2.5a.25.25 0 00-.25-.25h-2.5z" />
|
6
|
-
</svg>
|
@@ -1,6 +0,0 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
4
|
-
<path fill-rule="evenodd" fill="#ffffff"
|
5
|
-
d="M1.75 2.5a.25.25 0 00-.25.25v1.5c0 .138.112.25.25.25h12.5a.25.25 0 00.25-.25v-1.5a.25.25 0 00-.25-.25H1.75zM0 2.75C0 1.784.784 1 1.75 1h12.5c.966 0 1.75.784 1.75 1.75v1.5A1.75 1.75 0 0114.25 6H1.75A1.75 1.75 0 010 4.25v-1.5zM1.75 7a.75.75 0 01.75.75v5.5c0 .138.112.25.25.25h10.5a.25.25 0 00.25-.25v-5.5a.75.75 0 111.5 0v5.5A1.75 1.75 0 0113.25 15H2.75A1.75 1.75 0 011 13.25v-5.5A.75.75 0 011.75 7zm4.5 1a.75.75 0 000 1.5h3.5a.75.75 0 100-1.5h-3.5z" />
|
6
|
-
</svg>
|
@@ -1,9 +0,0 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
4
|
-
<path fill-rule="evenodd" fill="#ffffff"
|
5
|
-
d="M2.75 2A1.75 1.75 0 001 3.75v3.5C1 8.216 1.784 9 2.75 9h18.5A1.75 1.75 0 0023 7.25v-3.5A1.75 1.75 0 0021.25 2H2.75zm18.5 1.5H2.75a.25.25 0 00-.25.25v3.5c0 .138.112.25.25.25h18.5a.25.25 0 00.25-.25v-3.5a.25.25 0 00-.25-.25z" />
|
6
|
-
<path
|
7
|
-
d="M2.75 10a.75.75 0 01.75.75v9.5c0 .138.112.25.25.25h16.5a.25.25 0 00.25-.25v-9.5a.75.75 0 011.5 0v9.5A1.75 1.75 0 0120.25 22H3.75A1.75 1.75 0 012 20.25v-9.5a.75.75 0 01.75-.75z" />
|
8
|
-
<path d="M9.75 11.5a.75.75 0 000 1.5h4.5a.75.75 0 000-1.5h-4.5z" />
|
9
|
-
</svg>
|
@@ -1,6 +0,0 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
4
|
-
<path fill-rule="evenodd" fill="#ffffff"
|
5
|
-
d="M3.72 3.72a.75.75 0 011.06 1.06L2.56 7h10.88l-2.22-2.22a.75.75 0 011.06-1.06l3.5 3.5a.75.75 0 010 1.06l-3.5 3.5a.75.75 0 11-1.06-1.06l2.22-2.22H2.56l2.22 2.22a.75.75 0 11-1.06 1.06l-3.5-3.5a.75.75 0 010-1.06l3.5-3.5z" />
|
6
|
-
</svg>
|
@@ -1,3 +0,0 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M7.78 5.97a.75.75 0 00-1.06 0l-5.25 5.25a.75.75 0 000 1.06l5.25 5.25a.75.75 0 001.06-1.06L3.81 12.5h16.38l-3.97 3.97a.75.75 0 101.06 1.06l5.25-5.25a.75.75 0 000-1.06l-5.25-5.25a.75.75 0 10-1.06 1.06L20.19 11H3.81l3.97-3.97a.75.75 0 000-1.06z"/></svg>
|
@@ -1,6 +0,0 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
4
|
-
<path fill-rule="evenodd" fill="#ffffff"
|
5
|
-
d="M13.03 8.22a.75.75 0 010 1.06l-4.25 4.25a.75.75 0 01-1.06 0L3.47 9.28a.75.75 0 011.06-1.06l2.97 2.97V3.75a.75.75 0 011.5 0v7.44l2.97-2.97a.75.75 0 011.06 0z" />
|
6
|
-
</svg>
|