@keeper-security/keeper-js-ui 0.15.0 → 0.17.0
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/CHANGELOG.md +26 -0
- package/README.md +62 -73
- package/dist/index.cjs +45 -0
- package/dist/{index.es.js → index.js} +4884 -4602
- package/dist/style.css +1 -1
- package/dist/types/components/layout/box.d.ts +17 -0
- package/dist/types/components/layout/box.d.ts.map +1 -0
- package/dist/types/components/layout/flex.d.ts +28 -0
- package/dist/types/components/layout/flex.d.ts.map +1 -0
- package/dist/types/components/ui/autocomplete.d.ts +9 -0
- package/dist/types/components/ui/autocomplete.d.ts.map +1 -0
- package/dist/types/components/ui/avatar.d.ts +34 -0
- package/dist/types/components/ui/avatar.d.ts.map +1 -0
- package/dist/types/components/ui/button.d.ts +30 -0
- package/dist/types/components/ui/button.d.ts.map +1 -0
- package/dist/types/components/ui/checkbox.d.ts +5 -0
- package/dist/types/components/ui/checkbox.d.ts.map +1 -0
- package/dist/types/components/ui/dialog.d.ts +76 -0
- package/dist/types/components/ui/dialog.d.ts.map +1 -0
- package/dist/types/components/ui/dropdown-menu.d.ts +118 -0
- package/dist/types/components/ui/dropdown-menu.d.ts.map +1 -0
- package/dist/types/components/ui/icon-button.d.ts +14 -0
- package/dist/types/components/ui/icon-button.d.ts.map +1 -0
- package/dist/types/components/ui/icon.d.ts +17 -0
- package/dist/types/components/ui/icon.d.ts.map +1 -0
- package/dist/types/components/ui/input.d.ts +25 -0
- package/dist/types/components/ui/input.d.ts.map +1 -0
- package/dist/types/components/ui/label.d.ts +9 -0
- package/dist/types/components/ui/label.d.ts.map +1 -0
- package/dist/types/components/ui/list.d.ts +54 -0
- package/dist/types/components/ui/list.d.ts.map +1 -0
- package/dist/types/components/ui/loader.d.ts +17 -0
- package/dist/types/components/ui/loader.d.ts.map +1 -0
- package/dist/types/components/ui/popover.d.ts +31 -0
- package/dist/types/components/ui/popover.d.ts.map +1 -0
- package/dist/types/components/ui/scroll-area.d.ts +19 -0
- package/dist/types/components/ui/scroll-area.d.ts.map +1 -0
- package/dist/types/components/ui/select.d.ts +81 -0
- package/dist/types/components/ui/select.d.ts.map +1 -0
- package/dist/types/components/ui/separator.d.ts +12 -0
- package/dist/types/components/ui/separator.d.ts.map +1 -0
- package/dist/types/components/ui/switch.d.ts +17 -0
- package/dist/types/components/ui/switch.d.ts.map +1 -0
- package/dist/types/components/ui/toast.d.ts +56 -0
- package/dist/types/components/ui/toast.d.ts.map +1 -0
- package/dist/types/components/ui/tooltip.d.ts +34 -0
- package/dist/types/components/ui/tooltip.d.ts.map +1 -0
- package/dist/types/components/ui/visually-hidden.d.ts +10 -0
- package/dist/types/components/ui/visually-hidden.d.ts.map +1 -0
- package/dist/types/hooks/use-direction.d.ts +10 -0
- package/dist/types/hooks/use-direction.d.ts.map +1 -0
- package/dist/types/hooks/use-strings.d.ts +31 -0
- package/dist/types/hooks/use-strings.d.ts.map +1 -0
- package/dist/types/hooks/use-toast.d.ts +47 -0
- package/dist/types/hooks/use-toast.d.ts.map +1 -0
- package/dist/types/hooks/use-tooltip-popover.d.ts +11 -0
- package/dist/types/hooks/use-tooltip-popover.d.ts.map +1 -0
- package/dist/types/icons/a-z-arrows.d.ts +3 -0
- package/dist/types/icons/a-z-arrows.d.ts.map +1 -0
- package/dist/types/icons/a-z-minus.d.ts +3 -0
- package/dist/types/icons/a-z-minus.d.ts.map +1 -0
- package/dist/types/icons/a.d.ts +3 -0
- package/dist/types/icons/a.d.ts.map +1 -0
- package/dist/types/icons/accessibility.d.ts +3 -0
- package/dist/types/icons/accessibility.d.ts.map +1 -0
- package/dist/types/icons/align-justify.d.ts +3 -0
- package/dist/types/icons/align-justify.d.ts.map +1 -0
- package/dist/types/icons/amazon-logo.d.ts +3 -0
- package/dist/types/icons/amazon-logo.d.ts.map +1 -0
- package/dist/types/icons/ampersand.d.ts +3 -0
- package/dist/types/icons/ampersand.d.ts.map +1 -0
- package/dist/types/icons/app-window-2.d.ts +3 -0
- package/dist/types/icons/app-window-2.d.ts.map +1 -0
- package/dist/types/icons/app-window-arrow-right.d.ts +3 -0
- package/dist/types/icons/app-window-arrow-right.d.ts.map +1 -0
- package/dist/types/icons/app-window-arrow-up.d.ts +3 -0
- package/dist/types/icons/app-window-arrow-up.d.ts.map +1 -0
- package/dist/types/icons/app-window-cloud.d.ts +3 -0
- package/dist/types/icons/app-window-cloud.d.ts.map +1 -0
- package/dist/types/icons/app-window-code.d.ts +3 -0
- package/dist/types/icons/app-window-code.d.ts.map +1 -0
- package/dist/types/icons/app-window-cog-2.d.ts +3 -0
- package/dist/types/icons/app-window-cog-2.d.ts.map +1 -0
- package/dist/types/icons/app-window-cog.d.ts +3 -0
- package/dist/types/icons/app-window-cog.d.ts.map +1 -0
- package/dist/types/icons/app-window-globe.d.ts +3 -0
- package/dist/types/icons/app-window-globe.d.ts.map +1 -0
- package/dist/types/icons/app-window-grid-2x2-cog.d.ts +3 -0
- package/dist/types/icons/app-window-grid-2x2-cog.d.ts.map +1 -0
- package/dist/types/icons/app-window-grid-2x2-network.d.ts +3 -0
- package/dist/types/icons/app-window-grid-2x2-network.d.ts.map +1 -0
- package/dist/types/icons/app-window-grid-2x2.d.ts +3 -0
- package/dist/types/icons/app-window-grid-2x2.d.ts.map +1 -0
- package/dist/types/icons/app-window-grid-search.d.ts +3 -0
- package/dist/types/icons/app-window-grid-search.d.ts.map +1 -0
- package/dist/types/icons/app-window-lock-keyhole.d.ts +3 -0
- package/dist/types/icons/app-window-lock-keyhole.d.ts.map +1 -0
- package/dist/types/icons/app-window-prompt-top-right.d.ts +3 -0
- package/dist/types/icons/app-window-prompt-top-right.d.ts.map +1 -0
- package/dist/types/icons/app-window-terminal-2.d.ts +3 -0
- package/dist/types/icons/app-window-terminal-2.d.ts.map +1 -0
- package/dist/types/icons/app-window-terminal.d.ts +3 -0
- package/dist/types/icons/app-window-terminal.d.ts.map +1 -0
- package/dist/types/icons/app-window.d.ts +3 -0
- package/dist/types/icons/app-window.d.ts.map +1 -0
- package/dist/types/icons/archive-restore.d.ts +3 -0
- package/dist/types/icons/archive-restore.d.ts.map +1 -0
- package/dist/types/icons/archive-send.d.ts +3 -0
- package/dist/types/icons/archive-send.d.ts.map +1 -0
- package/dist/types/icons/archive.d.ts +3 -0
- package/dist/types/icons/archive.d.ts.map +1 -0
- package/dist/types/icons/arrow-down-narrow-wide.d.ts +3 -0
- package/dist/types/icons/arrow-down-narrow-wide.d.ts.map +1 -0
- package/dist/types/icons/arrow-down-to-line.d.ts +3 -0
- package/dist/types/icons/arrow-down-to-line.d.ts.map +1 -0
- package/dist/types/icons/arrow-down-wide-narrow.d.ts +3 -0
- package/dist/types/icons/arrow-down-wide-narrow.d.ts.map +1 -0
- package/dist/types/icons/arrow-down.d.ts +3 -0
- package/dist/types/icons/arrow-down.d.ts.map +1 -0
- package/dist/types/icons/arrow-left-right.d.ts +3 -0
- package/dist/types/icons/arrow-left-right.d.ts.map +1 -0
- package/dist/types/icons/arrow-left.d.ts +3 -0
- package/dist/types/icons/arrow-left.d.ts.map +1 -0
- package/dist/types/icons/arrow-up-from-line.d.ts +3 -0
- package/dist/types/icons/arrow-up-from-line.d.ts.map +1 -0
- package/dist/types/icons/arrow-up-narrow-wide.d.ts +3 -0
- package/dist/types/icons/arrow-up-narrow-wide.d.ts.map +1 -0
- package/dist/types/icons/arrow-up.d.ts +3 -0
- package/dist/types/icons/arrow-up.d.ts.map +1 -0
- package/dist/types/icons/aws-logo.d.ts +3 -0
- package/dist/types/icons/aws-logo.d.ts.map +1 -0
- package/dist/types/icons/badge-check.d.ts +3 -0
- package/dist/types/icons/badge-check.d.ts.map +1 -0
- package/dist/types/icons/badge-user-alert.d.ts +3 -0
- package/dist/types/icons/badge-user-alert.d.ts.map +1 -0
- package/dist/types/icons/badge-user.d.ts +3 -0
- package/dist/types/icons/badge-user.d.ts.map +1 -0
- package/dist/types/icons/ban.d.ts +3 -0
- package/dist/types/icons/ban.d.ts.map +1 -0
- package/dist/types/icons/bell-alert.d.ts +3 -0
- package/dist/types/icons/bell-alert.d.ts.map +1 -0
- package/dist/types/icons/bell-outline.d.ts +3 -0
- package/dist/types/icons/bell-outline.d.ts.map +1 -0
- package/dist/types/icons/bell.d.ts +3 -0
- package/dist/types/icons/bell.d.ts.map +1 -0
- package/dist/types/icons/bomb.d.ts +3 -0
- package/dist/types/icons/bomb.d.ts.map +1 -0
- package/dist/types/icons/book-open-page-outline.d.ts +3 -0
- package/dist/types/icons/book-open-page-outline.d.ts.map +1 -0
- package/dist/types/icons/book-open-page.d.ts +3 -0
- package/dist/types/icons/book-open-page.d.ts.map +1 -0
- package/dist/types/icons/book-open-up.d.ts +3 -0
- package/dist/types/icons/book-open-up.d.ts.map +1 -0
- package/dist/types/icons/braces.d.ts +3 -0
- package/dist/types/icons/braces.d.ts.map +1 -0
- package/dist/types/icons/breachwatch-off.d.ts +3 -0
- package/dist/types/icons/breachwatch-off.d.ts.map +1 -0
- package/dist/types/icons/briefcase-business-shield.d.ts +3 -0
- package/dist/types/icons/briefcase-business-shield.d.ts.map +1 -0
- package/dist/types/icons/briefcase-business.d.ts +3 -0
- package/dist/types/icons/briefcase-business.d.ts.map +1 -0
- package/dist/types/icons/briefcase.d.ts +3 -0
- package/dist/types/icons/briefcase.d.ts.map +1 -0
- package/dist/types/icons/bug.d.ts +3 -0
- package/dist/types/icons/bug.d.ts.map +1 -0
- package/dist/types/icons/building-2.d.ts +3 -0
- package/dist/types/icons/building-2.d.ts.map +1 -0
- package/dist/types/icons/building-cog.d.ts +3 -0
- package/dist/types/icons/building-cog.d.ts.map +1 -0
- package/dist/types/icons/building-plus.d.ts +3 -0
- package/dist/types/icons/building-plus.d.ts.map +1 -0
- package/dist/types/icons/building.d.ts +3 -0
- package/dist/types/icons/building.d.ts.map +1 -0
- package/dist/types/icons/calendar.d.ts +3 -0
- package/dist/types/icons/calendar.d.ts.map +1 -0
- package/dist/types/icons/camera.d.ts +3 -0
- package/dist/types/icons/camera.d.ts.map +1 -0
- package/dist/types/icons/case-lower.d.ts +3 -0
- package/dist/types/icons/case-lower.d.ts.map +1 -0
- package/dist/types/icons/chart-column.d.ts +3 -0
- package/dist/types/icons/chart-column.d.ts.map +1 -0
- package/dist/types/icons/chart-no-axes-columns-trending-up.d.ts +3 -0
- package/dist/types/icons/chart-no-axes-columns-trending-up.d.ts.map +1 -0
- package/dist/types/icons/check-check.d.ts +3 -0
- package/dist/types/icons/check-check.d.ts.map +1 -0
- package/dist/types/icons/check-circle-outline.d.ts +3 -0
- package/dist/types/icons/check-circle-outline.d.ts.map +1 -0
- package/dist/types/icons/check.d.ts +3 -0
- package/dist/types/icons/check.d.ts.map +1 -0
- package/dist/types/icons/chevron-down.d.ts +3 -0
- package/dist/types/icons/chevron-down.d.ts.map +1 -0
- package/dist/types/icons/chevron-left.d.ts +3 -0
- package/dist/types/icons/chevron-left.d.ts.map +1 -0
- package/dist/types/icons/chevron-right.d.ts +3 -0
- package/dist/types/icons/chevron-right.d.ts.map +1 -0
- package/dist/types/icons/chevron-up.d.ts +3 -0
- package/dist/types/icons/chevron-up.d.ts.map +1 -0
- package/dist/types/icons/chevrons-down.d.ts +3 -0
- package/dist/types/icons/chevrons-down.d.ts.map +1 -0
- package/dist/types/icons/circle-alert-outline.d.ts +3 -0
- package/dist/types/icons/circle-alert-outline.d.ts.map +1 -0
- package/dist/types/icons/circle-alert.d.ts +3 -0
- package/dist/types/icons/circle-alert.d.ts.map +1 -0
- package/dist/types/icons/circle-arrow-up.d.ts +3 -0
- package/dist/types/icons/circle-arrow-up.d.ts.map +1 -0
- package/dist/types/icons/circle-check.d.ts +3 -0
- package/dist/types/icons/circle-check.d.ts.map +1 -0
- package/dist/types/icons/circle-chevrons-right-left.d.ts +3 -0
- package/dist/types/icons/circle-chevrons-right-left.d.ts.map +1 -0
- package/dist/types/icons/circle-cloud.d.ts +3 -0
- package/dist/types/icons/circle-cloud.d.ts.map +1 -0
- package/dist/types/icons/circle-dna-thin.d.ts +3 -0
- package/dist/types/icons/circle-dna-thin.d.ts.map +1 -0
- package/dist/types/icons/circle-dna.d.ts +3 -0
- package/dist/types/icons/circle-dna.d.ts.map +1 -0
- package/dist/types/icons/circle-dollar-sign.d.ts +3 -0
- package/dist/types/icons/circle-dollar-sign.d.ts.map +1 -0
- package/dist/types/icons/circle-info-outline.d.ts +3 -0
- package/dist/types/icons/circle-info-outline.d.ts.map +1 -0
- package/dist/types/icons/circle-lock-fill.d.ts +3 -0
- package/dist/types/icons/circle-lock-fill.d.ts.map +1 -0
- package/dist/types/icons/circle-lock.d.ts +3 -0
- package/dist/types/icons/circle-lock.d.ts.map +1 -0
- package/dist/types/icons/circle-minus-outline.d.ts +3 -0
- package/dist/types/icons/circle-minus-outline.d.ts.map +1 -0
- package/dist/types/icons/circle-minus-small.d.ts +3 -0
- package/dist/types/icons/circle-minus-small.d.ts.map +1 -0
- package/dist/types/icons/circle-minus.d.ts +3 -0
- package/dist/types/icons/circle-minus.d.ts.map +1 -0
- package/dist/types/icons/circle-outline.d.ts +3 -0
- package/dist/types/icons/circle-outline.d.ts.map +1 -0
- package/dist/types/icons/circle-pause.d.ts +3 -0
- package/dist/types/icons/circle-pause.d.ts.map +1 -0
- package/dist/types/icons/circle-play-outline.d.ts +3 -0
- package/dist/types/icons/circle-play-outline.d.ts.map +1 -0
- package/dist/types/icons/circle-play.d.ts +3 -0
- package/dist/types/icons/circle-play.d.ts.map +1 -0
- package/dist/types/icons/circle-plus.d.ts +3 -0
- package/dist/types/icons/circle-plus.d.ts.map +1 -0
- package/dist/types/icons/circle-question-mark-outline.d.ts +3 -0
- package/dist/types/icons/circle-question-mark-outline.d.ts.map +1 -0
- package/dist/types/icons/circle-question-mark.d.ts +3 -0
- package/dist/types/icons/circle-question-mark.d.ts.map +1 -0
- package/dist/types/icons/circle-segment-top-right-2.d.ts +3 -0
- package/dist/types/icons/circle-segment-top-right-2.d.ts.map +1 -0
- package/dist/types/icons/circle-segment-top-right.d.ts +3 -0
- package/dist/types/icons/circle-segment-top-right.d.ts.map +1 -0
- package/dist/types/icons/circle-skip-forward.d.ts +3 -0
- package/dist/types/icons/circle-skip-forward.d.ts.map +1 -0
- package/dist/types/icons/circle-user-concierge.d.ts +3 -0
- package/dist/types/icons/circle-user-concierge.d.ts.map +1 -0
- package/dist/types/icons/circle-user-network.d.ts +3 -0
- package/dist/types/icons/circle-user-network.d.ts.map +1 -0
- package/dist/types/icons/circle-user-off.d.ts +3 -0
- package/dist/types/icons/circle-user-off.d.ts.map +1 -0
- package/dist/types/icons/circle-user.d.ts +3 -0
- package/dist/types/icons/circle-user.d.ts.map +1 -0
- package/dist/types/icons/circle-x.d.ts +3 -0
- package/dist/types/icons/circle-x.d.ts.map +1 -0
- package/dist/types/icons/circle-zap.d.ts +3 -0
- package/dist/types/icons/circle-zap.d.ts.map +1 -0
- package/dist/types/icons/clapperboard.d.ts +3 -0
- package/dist/types/icons/clapperboard.d.ts.map +1 -0
- package/dist/types/icons/clipboard-2-alert.d.ts +3 -0
- package/dist/types/icons/clipboard-2-alert.d.ts.map +1 -0
- package/dist/types/icons/clipboard-2-check.d.ts +3 -0
- package/dist/types/icons/clipboard-2-check.d.ts.map +1 -0
- package/dist/types/icons/clipboard-2-text.d.ts +3 -0
- package/dist/types/icons/clipboard-2-text.d.ts.map +1 -0
- package/dist/types/icons/clipboard-alert.d.ts +3 -0
- package/dist/types/icons/clipboard-alert.d.ts.map +1 -0
- package/dist/types/icons/clipboard-chart.d.ts +3 -0
- package/dist/types/icons/clipboard-chart.d.ts.map +1 -0
- package/dist/types/icons/clipboard-text.d.ts +3 -0
- package/dist/types/icons/clipboard-text.d.ts.map +1 -0
- package/dist/types/icons/clipboard-x.d.ts +3 -0
- package/dist/types/icons/clipboard-x.d.ts.map +1 -0
- package/dist/types/icons/clipboard.d.ts +3 -0
- package/dist/types/icons/clipboard.d.ts.map +1 -0
- package/dist/types/icons/clock.d.ts +3 -0
- package/dist/types/icons/clock.d.ts.map +1 -0
- package/dist/types/icons/cloud-cog.d.ts +3 -0
- package/dist/types/icons/cloud-cog.d.ts.map +1 -0
- package/dist/types/icons/cloud-download.d.ts +3 -0
- package/dist/types/icons/cloud-download.d.ts.map +1 -0
- package/dist/types/icons/cloud-government.d.ts +3 -0
- package/dist/types/icons/cloud-government.d.ts.map +1 -0
- package/dist/types/icons/cloud-key-outline.d.ts +3 -0
- package/dist/types/icons/cloud-key-outline.d.ts.map +1 -0
- package/dist/types/icons/cloud-key.d.ts +3 -0
- package/dist/types/icons/cloud-key.d.ts.map +1 -0
- package/dist/types/icons/cloud-off.d.ts +3 -0
- package/dist/types/icons/cloud-off.d.ts.map +1 -0
- package/dist/types/icons/cloud-upload.d.ts +3 -0
- package/dist/types/icons/cloud-upload.d.ts.map +1 -0
- package/dist/types/icons/cloud.d.ts +3 -0
- package/dist/types/icons/cloud.d.ts.map +1 -0
- package/dist/types/icons/cog.d.ts +3 -0
- package/dist/types/icons/cog.d.ts.map +1 -0
- package/dist/types/icons/columns-3.d.ts +3 -0
- package/dist/types/icons/columns-3.d.ts.map +1 -0
- package/dist/types/icons/columns-4.d.ts +3 -0
- package/dist/types/icons/columns-4.d.ts.map +1 -0
- package/dist/types/icons/command.d.ts +3 -0
- package/dist/types/icons/command.d.ts.map +1 -0
- package/dist/types/icons/commander-logo.d.ts +3 -0
- package/dist/types/icons/commander-logo.d.ts.map +1 -0
- package/dist/types/icons/copy-alert.d.ts +3 -0
- package/dist/types/icons/copy-alert.d.ts.map +1 -0
- package/dist/types/icons/copy-chevron-down.d.ts +3 -0
- package/dist/types/icons/copy-chevron-down.d.ts.map +1 -0
- package/dist/types/icons/copy-circle-plus.d.ts +3 -0
- package/dist/types/icons/copy-circle-plus.d.ts.map +1 -0
- package/dist/types/icons/copy-plus.d.ts +3 -0
- package/dist/types/icons/copy-plus.d.ts.map +1 -0
- package/dist/types/icons/copy.d.ts +3 -0
- package/dist/types/icons/copy.d.ts.map +1 -0
- package/dist/types/icons/credit-card-clock.d.ts +3 -0
- package/dist/types/icons/credit-card-clock.d.ts.map +1 -0
- package/dist/types/icons/credit-card.d.ts +3 -0
- package/dist/types/icons/credit-card.d.ts.map +1 -0
- package/dist/types/icons/database-map-pin.d.ts +3 -0
- package/dist/types/icons/database-map-pin.d.ts.map +1 -0
- package/dist/types/icons/database-refresh-ccw.d.ts +3 -0
- package/dist/types/icons/database-refresh-ccw.d.ts.map +1 -0
- package/dist/types/icons/database-search.d.ts +3 -0
- package/dist/types/icons/database-search.d.ts.map +1 -0
- package/dist/types/icons/database.d.ts +3 -0
- package/dist/types/icons/database.d.ts.map +1 -0
- package/dist/types/icons/dice-outline.d.ts +3 -0
- package/dist/types/icons/dice-outline.d.ts.map +1 -0
- package/dist/types/icons/dice-white.d.ts +3 -0
- package/dist/types/icons/dice-white.d.ts.map +1 -0
- package/dist/types/icons/dice.d.ts +3 -0
- package/dist/types/icons/dice.d.ts.map +1 -0
- package/dist/types/icons/docker-logo.d.ts +3 -0
- package/dist/types/icons/docker-logo.d.ts.map +1 -0
- package/dist/types/icons/dot-outline.d.ts +3 -0
- package/dist/types/icons/dot-outline.d.ts.map +1 -0
- package/dist/types/icons/dot.d.ts +3 -0
- package/dist/types/icons/dot.d.ts.map +1 -0
- package/dist/types/icons/download.d.ts +3 -0
- package/dist/types/icons/download.d.ts.map +1 -0
- package/dist/types/icons/drag-handle.d.ts +3 -0
- package/dist/types/icons/drag-handle.d.ts.map +1 -0
- package/dist/types/icons/drawer-open.d.ts +3 -0
- package/dist/types/icons/drawer-open.d.ts.map +1 -0
- package/dist/types/icons/duo-logo.d.ts +3 -0
- package/dist/types/icons/duo-logo.d.ts.map +1 -0
- package/dist/types/icons/earth-2.d.ts +3 -0
- package/dist/types/icons/earth-2.d.ts.map +1 -0
- package/dist/types/icons/earth-lock.d.ts +3 -0
- package/dist/types/icons/earth-lock.d.ts.map +1 -0
- package/dist/types/icons/earth.d.ts +3 -0
- package/dist/types/icons/earth.d.ts.map +1 -0
- package/dist/types/icons/ellipsis-horizontal.d.ts +3 -0
- package/dist/types/icons/ellipsis-horizontal.d.ts.map +1 -0
- package/dist/types/icons/ellipsis-vertical.d.ts +3 -0
- package/dist/types/icons/ellipsis-vertical.d.ts.map +1 -0
- package/dist/types/icons/equal.d.ts +3 -0
- package/dist/types/icons/equal.d.ts.map +1 -0
- package/dist/types/icons/eye-hello.d.ts +3 -0
- package/dist/types/icons/eye-hello.d.ts.map +1 -0
- package/dist/types/icons/eye-off.d.ts +3 -0
- package/dist/types/icons/eye-off.d.ts.map +1 -0
- package/dist/types/icons/eye.d.ts +3 -0
- package/dist/types/icons/eye.d.ts.map +1 -0
- package/dist/types/icons/file-bookmark-star.d.ts +3 -0
- package/dist/types/icons/file-bookmark-star.d.ts.map +1 -0
- package/dist/types/icons/file-code.d.ts +3 -0
- package/dist/types/icons/file-code.d.ts.map +1 -0
- package/dist/types/icons/file-cog.d.ts +3 -0
- package/dist/types/icons/file-cog.d.ts.map +1 -0
- package/dist/types/icons/file-doc.d.ts +3 -0
- package/dist/types/icons/file-doc.d.ts.map +1 -0
- package/dist/types/icons/file-eps.d.ts +3 -0
- package/dist/types/icons/file-eps.d.ts.map +1 -0
- package/dist/types/icons/file-image.d.ts +3 -0
- package/dist/types/icons/file-image.d.ts.map +1 -0
- package/dist/types/icons/file-lock.d.ts +3 -0
- package/dist/types/icons/file-lock.d.ts.map +1 -0
- package/dist/types/icons/file-pdf.d.ts +3 -0
- package/dist/types/icons/file-pdf.d.ts.map +1 -0
- package/dist/types/icons/file-ppt.d.ts +3 -0
- package/dist/types/icons/file-ppt.d.ts.map +1 -0
- package/dist/types/icons/file-question-mark.d.ts +3 -0
- package/dist/types/icons/file-question-mark.d.ts.map +1 -0
- package/dist/types/icons/file-search-outline.d.ts +3 -0
- package/dist/types/icons/file-search-outline.d.ts.map +1 -0
- package/dist/types/icons/file-search.d.ts +3 -0
- package/dist/types/icons/file-search.d.ts.map +1 -0
- package/dist/types/icons/file-svg.d.ts +3 -0
- package/dist/types/icons/file-svg.d.ts.map +1 -0
- package/dist/types/icons/file-text-pencil.d.ts +3 -0
- package/dist/types/icons/file-text-pencil.d.ts.map +1 -0
- package/dist/types/icons/file-text.d.ts +3 -0
- package/dist/types/icons/file-text.d.ts.map +1 -0
- package/dist/types/icons/file-user.d.ts +3 -0
- package/dist/types/icons/file-user.d.ts.map +1 -0
- package/dist/types/icons/file-xls.d.ts +3 -0
- package/dist/types/icons/file-xls.d.ts.map +1 -0
- package/dist/types/icons/file.d.ts +3 -0
- package/dist/types/icons/file.d.ts.map +1 -0
- package/dist/types/icons/fingerprint-2.d.ts +3 -0
- package/dist/types/icons/fingerprint-2.d.ts.map +1 -0
- package/dist/types/icons/fingerprint-3.d.ts +3 -0
- package/dist/types/icons/fingerprint-3.d.ts.map +1 -0
- package/dist/types/icons/fingerprint.d.ts +3 -0
- package/dist/types/icons/fingerprint.d.ts.map +1 -0
- package/dist/types/icons/flag.d.ts +3 -0
- package/dist/types/icons/flag.d.ts.map +1 -0
- package/dist/types/icons/folder-archive.d.ts +3 -0
- package/dist/types/icons/folder-archive.d.ts.map +1 -0
- package/dist/types/icons/folder-network.d.ts +3 -0
- package/dist/types/icons/folder-network.d.ts.map +1 -0
- package/dist/types/icons/folder-outline.d.ts +3 -0
- package/dist/types/icons/folder-outline.d.ts.map +1 -0
- package/dist/types/icons/folder-plus.d.ts +3 -0
- package/dist/types/icons/folder-plus.d.ts.map +1 -0
- package/dist/types/icons/folder-right.d.ts +3 -0
- package/dist/types/icons/folder-right.d.ts.map +1 -0
- package/dist/types/icons/folder-share-outline.d.ts +3 -0
- package/dist/types/icons/folder-share-outline.d.ts.map +1 -0
- package/dist/types/icons/folder-share-plus.d.ts +3 -0
- package/dist/types/icons/folder-share-plus.d.ts.map +1 -0
- package/dist/types/icons/folder-share.d.ts +3 -0
- package/dist/types/icons/folder-share.d.ts.map +1 -0
- package/dist/types/icons/folder-user.d.ts +3 -0
- package/dist/types/icons/folder-user.d.ts.map +1 -0
- package/dist/types/icons/folder-users.d.ts +3 -0
- package/dist/types/icons/folder-users.d.ts.map +1 -0
- package/dist/types/icons/folder-x.d.ts +3 -0
- package/dist/types/icons/folder-x.d.ts.map +1 -0
- package/dist/types/icons/folder.d.ts +3 -0
- package/dist/types/icons/folder.d.ts.map +1 -0
- package/dist/types/icons/folders.d.ts +3 -0
- package/dist/types/icons/folders.d.ts.map +1 -0
- package/dist/types/icons/football.d.ts +3 -0
- package/dist/types/icons/football.d.ts.map +1 -0
- package/dist/types/icons/footprints.d.ts +3 -0
- package/dist/types/icons/footprints.d.ts.map +1 -0
- package/dist/types/icons/forward.d.ts +3 -0
- package/dist/types/icons/forward.d.ts.map +1 -0
- package/dist/types/icons/gamepad.d.ts +3 -0
- package/dist/types/icons/gamepad.d.ts.map +1 -0
- package/dist/types/icons/gauge.d.ts +3 -0
- package/dist/types/icons/gauge.d.ts.map +1 -0
- package/dist/types/icons/gem.d.ts +3 -0
- package/dist/types/icons/gem.d.ts.map +1 -0
- package/dist/types/icons/gift-2.d.ts +3 -0
- package/dist/types/icons/gift-2.d.ts.map +1 -0
- package/dist/types/icons/gift-card.d.ts +3 -0
- package/dist/types/icons/gift-card.d.ts.map +1 -0
- package/dist/types/icons/gift.d.ts +3 -0
- package/dist/types/icons/gift.d.ts.map +1 -0
- package/dist/types/icons/globe-eye.d.ts +3 -0
- package/dist/types/icons/globe-eye.d.ts.map +1 -0
- package/dist/types/icons/globe-question-mark.d.ts +3 -0
- package/dist/types/icons/globe-question-mark.d.ts.map +1 -0
- package/dist/types/icons/globe.d.ts +3 -0
- package/dist/types/icons/globe.d.ts.map +1 -0
- package/dist/types/icons/google-authenticator-logo.d.ts +3 -0
- package/dist/types/icons/google-authenticator-logo.d.ts.map +1 -0
- package/dist/types/icons/google-logo.d.ts +3 -0
- package/dist/types/icons/google-logo.d.ts.map +1 -0
- package/dist/types/icons/government-2.d.ts +3 -0
- package/dist/types/icons/government-2.d.ts.map +1 -0
- package/dist/types/icons/government-3.d.ts +3 -0
- package/dist/types/icons/government-3.d.ts.map +1 -0
- package/dist/types/icons/government.d.ts +3 -0
- package/dist/types/icons/government.d.ts.map +1 -0
- package/dist/types/icons/graduation-cap.d.ts +3 -0
- package/dist/types/icons/graduation-cap.d.ts.map +1 -0
- package/dist/types/icons/grid-2x2.d.ts +3 -0
- package/dist/types/icons/grid-2x2.d.ts.map +1 -0
- package/dist/types/icons/grid-3x2.d.ts +3 -0
- package/dist/types/icons/grid-3x2.d.ts.map +1 -0
- package/dist/types/icons/grip.d.ts +3 -0
- package/dist/types/icons/grip.d.ts.map +1 -0
- package/dist/types/icons/hand.d.ts +3 -0
- package/dist/types/icons/hand.d.ts.map +1 -0
- package/dist/types/icons/handshake.d.ts +3 -0
- package/dist/types/icons/handshake.d.ts.map +1 -0
- package/dist/types/icons/headset.d.ts +3 -0
- package/dist/types/icons/headset.d.ts.map +1 -0
- package/dist/types/icons/hexagons-outline.d.ts +3 -0
- package/dist/types/icons/hexagons-outline.d.ts.map +1 -0
- package/dist/types/icons/hexagons.d.ts +3 -0
- package/dist/types/icons/hexagons.d.ts.map +1 -0
- package/dist/types/icons/hospital.d.ts +3 -0
- package/dist/types/icons/hospital.d.ts.map +1 -0
- package/dist/types/icons/hourglass-sand.d.ts +3 -0
- package/dist/types/icons/hourglass-sand.d.ts.map +1 -0
- package/dist/types/icons/hourglass.d.ts +3 -0
- package/dist/types/icons/hourglass.d.ts.map +1 -0
- package/dist/types/icons/house.d.ts +3 -0
- package/dist/types/icons/house.d.ts.map +1 -0
- package/dist/types/icons/id-card-2.d.ts +3 -0
- package/dist/types/icons/id-card-2.d.ts.map +1 -0
- package/dist/types/icons/id-card-3.d.ts +3 -0
- package/dist/types/icons/id-card-3.d.ts.map +1 -0
- package/dist/types/icons/id-card.d.ts +3 -0
- package/dist/types/icons/id-card.d.ts.map +1 -0
- package/dist/types/icons/image-split-vertical.d.ts +3 -0
- package/dist/types/icons/image-split-vertical.d.ts.map +1 -0
- package/dist/types/icons/inbox-down.d.ts +3 -0
- package/dist/types/icons/inbox-down.d.ts.map +1 -0
- package/dist/types/icons/index.d.ts +485 -0
- package/dist/types/icons/index.d.ts.map +1 -0
- package/dist/types/icons/infinity.d.ts +3 -0
- package/dist/types/icons/infinity.d.ts.map +1 -0
- package/dist/types/icons/keeper-coin.d.ts +3 -0
- package/dist/types/icons/keeper-coin.d.ts.map +1 -0
- package/dist/types/icons/keeper-off.d.ts +3 -0
- package/dist/types/icons/keeper-off.d.ts.map +1 -0
- package/dist/types/icons/keeper-square-input.d.ts +3 -0
- package/dist/types/icons/keeper-square-input.d.ts.map +1 -0
- package/dist/types/icons/keeper.d.ts +3 -0
- package/dist/types/icons/keeper.d.ts.map +1 -0
- package/dist/types/icons/key-equal.d.ts +3 -0
- package/dist/types/icons/key-equal.d.ts.map +1 -0
- package/dist/types/icons/key-user.d.ts +3 -0
- package/dist/types/icons/key-user.d.ts.map +1 -0
- package/dist/types/icons/key.d.ts +3 -0
- package/dist/types/icons/key.d.ts.map +1 -0
- package/dist/types/icons/keyboard.d.ts +3 -0
- package/dist/types/icons/keyboard.d.ts.map +1 -0
- package/dist/types/icons/keychain.d.ts +3 -0
- package/dist/types/icons/keychain.d.ts.map +1 -0
- package/dist/types/icons/keypad.d.ts +3 -0
- package/dist/types/icons/keypad.d.ts.map +1 -0
- package/dist/types/icons/keys.d.ts +3 -0
- package/dist/types/icons/keys.d.ts.map +1 -0
- package/dist/types/icons/kubernetes-logo.d.ts +3 -0
- package/dist/types/icons/kubernetes-logo.d.ts.map +1 -0
- package/dist/types/icons/landmark.d.ts +3 -0
- package/dist/types/icons/landmark.d.ts.map +1 -0
- package/dist/types/icons/laptop-search.d.ts +3 -0
- package/dist/types/icons/laptop-search.d.ts.map +1 -0
- package/dist/types/icons/laptop-smartphone.d.ts +3 -0
- package/dist/types/icons/laptop-smartphone.d.ts.map +1 -0
- package/dist/types/icons/laptop.d.ts +3 -0
- package/dist/types/icons/laptop.d.ts.map +1 -0
- package/dist/types/icons/laugh.d.ts +3 -0
- package/dist/types/icons/laugh.d.ts.map +1 -0
- package/dist/types/icons/layout-dashboard.d.ts +3 -0
- package/dist/types/icons/layout-dashboard.d.ts.map +1 -0
- package/dist/types/icons/life-buoy.d.ts +3 -0
- package/dist/types/icons/life-buoy.d.ts.map +1 -0
- package/dist/types/icons/lightbulb-outline.d.ts +3 -0
- package/dist/types/icons/lightbulb-outline.d.ts.map +1 -0
- package/dist/types/icons/lightbulb.d.ts +3 -0
- package/dist/types/icons/lightbulb.d.ts.map +1 -0
- package/dist/types/icons/link-2.d.ts +3 -0
- package/dist/types/icons/link-2.d.ts.map +1 -0
- package/dist/types/icons/link.d.ts +3 -0
- package/dist/types/icons/link.d.ts.map +1 -0
- package/dist/types/icons/list-check.d.ts +3 -0
- package/dist/types/icons/list-check.d.ts.map +1 -0
- package/dist/types/icons/list-filter.d.ts +3 -0
- package/dist/types/icons/list-filter.d.ts.map +1 -0
- package/dist/types/icons/list-plus.d.ts +3 -0
- package/dist/types/icons/list-plus.d.ts.map +1 -0
- package/dist/types/icons/list.d.ts +3 -0
- package/dist/types/icons/list.d.ts.map +1 -0
- package/dist/types/icons/lock-check-circle-x.d.ts +3 -0
- package/dist/types/icons/lock-check-circle-x.d.ts.map +1 -0
- package/dist/types/icons/lock-check.d.ts +3 -0
- package/dist/types/icons/lock-check.d.ts.map +1 -0
- package/dist/types/icons/lock-keyhole-outline.d.ts +3 -0
- package/dist/types/icons/lock-keyhole-outline.d.ts.map +1 -0
- package/dist/types/icons/lock-keyhole.d.ts +3 -0
- package/dist/types/icons/lock-keyhole.d.ts.map +1 -0
- package/dist/types/icons/lock-open.d.ts +3 -0
- package/dist/types/icons/lock-open.d.ts.map +1 -0
- package/dist/types/icons/lock-x.d.ts +3 -0
- package/dist/types/icons/lock-x.d.ts.map +1 -0
- package/dist/types/icons/lock.d.ts +3 -0
- package/dist/types/icons/lock.d.ts.map +1 -0
- package/dist/types/icons/log-in.d.ts +3 -0
- package/dist/types/icons/log-in.d.ts.map +1 -0
- package/dist/types/icons/log-out.d.ts +3 -0
- package/dist/types/icons/log-out.d.ts.map +1 -0
- package/dist/types/icons/mail.d.ts +3 -0
- package/dist/types/icons/mail.d.ts.map +1 -0
- package/dist/types/icons/map-clock.d.ts +3 -0
- package/dist/types/icons/map-clock.d.ts.map +1 -0
- package/dist/types/icons/map-pin-outline.d.ts +3 -0
- package/dist/types/icons/map-pin-outline.d.ts.map +1 -0
- package/dist/types/icons/map-pin.d.ts +3 -0
- package/dist/types/icons/map-pin.d.ts.map +1 -0
- package/dist/types/icons/maximize.d.ts +3 -0
- package/dist/types/icons/maximize.d.ts.map +1 -0
- package/dist/types/icons/megaphone-2.d.ts +3 -0
- package/dist/types/icons/megaphone-2.d.ts.map +1 -0
- package/dist/types/icons/megaphone.d.ts +3 -0
- package/dist/types/icons/megaphone.d.ts.map +1 -0
- package/dist/types/icons/membership-card.d.ts +3 -0
- package/dist/types/icons/membership-card.d.ts.map +1 -0
- package/dist/types/icons/menu.d.ts +3 -0
- package/dist/types/icons/menu.d.ts.map +1 -0
- package/dist/types/icons/message-square-info.d.ts +3 -0
- package/dist/types/icons/message-square-info.d.ts.map +1 -0
- package/dist/types/icons/message-square-more-2.d.ts +3 -0
- package/dist/types/icons/message-square-more-2.d.ts.map +1 -0
- package/dist/types/icons/message-square-more.d.ts +3 -0
- package/dist/types/icons/message-square-more.d.ts.map +1 -0
- package/dist/types/icons/message-square-pen-line.d.ts +3 -0
- package/dist/types/icons/message-square-pen-line.d.ts.map +1 -0
- package/dist/types/icons/message-square-text-2.d.ts +3 -0
- package/dist/types/icons/message-square-text-2.d.ts.map +1 -0
- package/dist/types/icons/message-square-text.d.ts +3 -0
- package/dist/types/icons/message-square-text.d.ts.map +1 -0
- package/dist/types/icons/message-square-video.d.ts +3 -0
- package/dist/types/icons/message-square-video.d.ts.map +1 -0
- package/dist/types/icons/message-square-x.d.ts +3 -0
- package/dist/types/icons/message-square-x.d.ts.map +1 -0
- package/dist/types/icons/message-square.d.ts +3 -0
- package/dist/types/icons/message-square.d.ts.map +1 -0
- package/dist/types/icons/messages-square.d.ts +3 -0
- package/dist/types/icons/messages-square.d.ts.map +1 -0
- package/dist/types/icons/microchip-layout-dashboard.d.ts +3 -0
- package/dist/types/icons/microchip-layout-dashboard.d.ts.map +1 -0
- package/dist/types/icons/microphone.d.ts +3 -0
- package/dist/types/icons/microphone.d.ts.map +1 -0
- package/dist/types/icons/microsoft-authenticator-logo.d.ts +3 -0
- package/dist/types/icons/microsoft-authenticator-logo.d.ts.map +1 -0
- package/dist/types/icons/military.d.ts +3 -0
- package/dist/types/icons/military.d.ts.map +1 -0
- package/dist/types/icons/minimize.d.ts +3 -0
- package/dist/types/icons/minimize.d.ts.map +1 -0
- package/dist/types/icons/monitor-chevrons-right-left.d.ts +3 -0
- package/dist/types/icons/monitor-chevrons-right-left.d.ts.map +1 -0
- package/dist/types/icons/monitor-layout-dashboard.d.ts +3 -0
- package/dist/types/icons/monitor-layout-dashboard.d.ts.map +1 -0
- package/dist/types/icons/monitor-lock.d.ts +3 -0
- package/dist/types/icons/monitor-lock.d.ts.map +1 -0
- package/dist/types/icons/monitor-smartphone-watch.d.ts +3 -0
- package/dist/types/icons/monitor-smartphone-watch.d.ts.map +1 -0
- package/dist/types/icons/monitor.d.ts +3 -0
- package/dist/types/icons/monitor.d.ts.map +1 -0
- package/dist/types/icons/monitors-network.d.ts +3 -0
- package/dist/types/icons/monitors-network.d.ts.map +1 -0
- package/dist/types/icons/monitors-x.d.ts +3 -0
- package/dist/types/icons/monitors-x.d.ts.map +1 -0
- package/dist/types/icons/monitors-zap.d.ts +3 -0
- package/dist/types/icons/monitors-zap.d.ts.map +1 -0
- package/dist/types/icons/moon.d.ts +3 -0
- package/dist/types/icons/moon.d.ts.map +1 -0
- package/dist/types/icons/music.d.ts +3 -0
- package/dist/types/icons/music.d.ts.map +1 -0
- package/dist/types/icons/mysql-logo.d.ts +3 -0
- package/dist/types/icons/mysql-logo.d.ts.map +1 -0
- package/dist/types/icons/network-2.d.ts +3 -0
- package/dist/types/icons/network-2.d.ts.map +1 -0
- package/dist/types/icons/network.d.ts +3 -0
- package/dist/types/icons/network.d.ts.map +1 -0
- package/dist/types/icons/newspaper.d.ts +3 -0
- package/dist/types/icons/newspaper.d.ts.map +1 -0
- package/dist/types/icons/note.d.ts +3 -0
- package/dist/types/icons/note.d.ts.map +1 -0
- package/dist/types/icons/octagon-alert.d.ts +3 -0
- package/dist/types/icons/octagon-alert.d.ts.map +1 -0
- package/dist/types/icons/page-bookmark-az.d.ts +3 -0
- package/dist/types/icons/page-bookmark-az.d.ts.map +1 -0
- package/dist/types/icons/page-bookmark.d.ts +3 -0
- package/dist/types/icons/page-bookmark.d.ts.map +1 -0
- package/dist/types/icons/paint-bucket.d.ts +3 -0
- package/dist/types/icons/paint-bucket.d.ts.map +1 -0
- package/dist/types/icons/palette.d.ts +3 -0
- package/dist/types/icons/palette.d.ts.map +1 -0
- package/dist/types/icons/panel-landscape.d.ts +3 -0
- package/dist/types/icons/panel-landscape.d.ts.map +1 -0
- package/dist/types/icons/panel-portrait.d.ts +3 -0
- package/dist/types/icons/panel-portrait.d.ts.map +1 -0
- package/dist/types/icons/panels-top-left.d.ts +3 -0
- package/dist/types/icons/panels-top-left.d.ts.map +1 -0
- package/dist/types/icons/paperclip-vertical.d.ts +3 -0
- package/dist/types/icons/paperclip-vertical.d.ts.map +1 -0
- package/dist/types/icons/paperclip.d.ts +3 -0
- package/dist/types/icons/paperclip.d.ts.map +1 -0
- package/dist/types/icons/paypal-logo.d.ts +3 -0
- package/dist/types/icons/paypal-logo.d.ts.map +1 -0
- package/dist/types/icons/pc-case.d.ts +3 -0
- package/dist/types/icons/pc-case.d.ts.map +1 -0
- package/dist/types/icons/pencil-line.d.ts +3 -0
- package/dist/types/icons/pencil-line.d.ts.map +1 -0
- package/dist/types/icons/pencil-off.d.ts +3 -0
- package/dist/types/icons/pencil-off.d.ts.map +1 -0
- package/dist/types/icons/pencil-ruler.d.ts +3 -0
- package/dist/types/icons/pencil-ruler.d.ts.map +1 -0
- package/dist/types/icons/pencil.d.ts +3 -0
- package/dist/types/icons/pencil.d.ts.map +1 -0
- package/dist/types/icons/phone-plus.d.ts +3 -0
- package/dist/types/icons/phone-plus.d.ts.map +1 -0
- package/dist/types/icons/phone.d.ts +3 -0
- package/dist/types/icons/phone.d.ts.map +1 -0
- package/dist/types/icons/plus.d.ts +3 -0
- package/dist/types/icons/plus.d.ts.map +1 -0
- package/dist/types/icons/postgres-logo.d.ts +3 -0
- package/dist/types/icons/postgres-logo.d.ts.map +1 -0
- package/dist/types/icons/power.d.ts +3 -0
- package/dist/types/icons/power.d.ts.map +1 -0
- package/dist/types/icons/printer.d.ts +3 -0
- package/dist/types/icons/printer.d.ts.map +1 -0
- package/dist/types/icons/puzzle.d.ts +3 -0
- package/dist/types/icons/puzzle.d.ts.map +1 -0
- package/dist/types/icons/qr-code.d.ts +3 -0
- package/dist/types/icons/qr-code.d.ts.map +1 -0
- package/dist/types/icons/radio-input-selected.d.ts +3 -0
- package/dist/types/icons/radio-input-selected.d.ts.map +1 -0
- package/dist/types/icons/radio-input.d.ts +3 -0
- package/dist/types/icons/radio-input.d.ts.map +1 -0
- package/dist/types/icons/radio-signal.d.ts +3 -0
- package/dist/types/icons/radio-signal.d.ts.map +1 -0
- package/dist/types/icons/radio.d.ts +3 -0
- package/dist/types/icons/radio.d.ts.map +1 -0
- package/dist/types/icons/rectangle-arrow-right.d.ts +3 -0
- package/dist/types/icons/rectangle-arrow-right.d.ts.map +1 -0
- package/dist/types/icons/rectangle-arrow-up.d.ts +3 -0
- package/dist/types/icons/rectangle-arrow-up.d.ts.map +1 -0
- package/dist/types/icons/rectangle-check.d.ts +3 -0
- package/dist/types/icons/rectangle-check.d.ts.map +1 -0
- package/dist/types/icons/rectangle-ellipsis-shield.d.ts +3 -0
- package/dist/types/icons/rectangle-ellipsis-shield.d.ts.map +1 -0
- package/dist/types/icons/rectangle-ellipsis.d.ts +3 -0
- package/dist/types/icons/rectangle-ellipsis.d.ts.map +1 -0
- package/dist/types/icons/rectangle-plus.d.ts +3 -0
- package/dist/types/icons/rectangle-plus.d.ts.map +1 -0
- package/dist/types/icons/reddit-logo.d.ts +3 -0
- package/dist/types/icons/reddit-logo.d.ts.map +1 -0
- package/dist/types/icons/refresh-ccw.d.ts +3 -0
- package/dist/types/icons/refresh-ccw.d.ts.map +1 -0
- package/dist/types/icons/refresh-cw-check.d.ts +3 -0
- package/dist/types/icons/refresh-cw-check.d.ts.map +1 -0
- package/dist/types/icons/reply.d.ts +3 -0
- package/dist/types/icons/reply.d.ts.map +1 -0
- package/dist/types/icons/rocket.d.ts +3 -0
- package/dist/types/icons/rocket.d.ts.map +1 -0
- package/dist/types/icons/rotate-ccw-clock.d.ts +3 -0
- package/dist/types/icons/rotate-ccw-clock.d.ts.map +1 -0
- package/dist/types/icons/rotate-ccw-dot.d.ts +3 -0
- package/dist/types/icons/rotate-ccw-dot.d.ts.map +1 -0
- package/dist/types/icons/rotate-ccw-segment.d.ts +3 -0
- package/dist/types/icons/rotate-ccw-segment.d.ts.map +1 -0
- package/dist/types/icons/rotate-ccw-square-file.d.ts +3 -0
- package/dist/types/icons/rotate-ccw-square-file.d.ts.map +1 -0
- package/dist/types/icons/rotate-cw-clock.d.ts +3 -0
- package/dist/types/icons/rotate-cw-clock.d.ts.map +1 -0
- package/dist/types/icons/rotate-cw-cog.d.ts +3 -0
- package/dist/types/icons/rotate-cw-cog.d.ts.map +1 -0
- package/dist/types/icons/rotate-cw-dashed.d.ts +3 -0
- package/dist/types/icons/rotate-cw-dashed.d.ts.map +1 -0
- package/dist/types/icons/rotate-cw-key.d.ts +3 -0
- package/dist/types/icons/rotate-cw-key.d.ts.map +1 -0
- package/dist/types/icons/rotate-cw.d.ts +3 -0
- package/dist/types/icons/rotate-cw.d.ts.map +1 -0
- package/dist/types/icons/rsa-logo.d.ts +3 -0
- package/dist/types/icons/rsa-logo.d.ts.map +1 -0
- package/dist/types/icons/save.d.ts +3 -0
- package/dist/types/icons/save.d.ts.map +1 -0
- package/dist/types/icons/scan-camera.d.ts +3 -0
- package/dist/types/icons/scan-camera.d.ts.map +1 -0
- package/dist/types/icons/scan-dot.d.ts +3 -0
- package/dist/types/icons/scan-dot.d.ts.map +1 -0
- package/dist/types/icons/scan-face.d.ts +3 -0
- package/dist/types/icons/scan-face.d.ts.map +1 -0
- package/dist/types/icons/scan-line.d.ts +3 -0
- package/dist/types/icons/scan-line.d.ts.map +1 -0
- package/dist/types/icons/scan-qr-code.d.ts +3 -0
- package/dist/types/icons/scan-qr-code.d.ts.map +1 -0
- package/dist/types/icons/scan-skull.d.ts +3 -0
- package/dist/types/icons/scan-skull.d.ts.map +1 -0
- package/dist/types/icons/scan-smile.d.ts +3 -0
- package/dist/types/icons/scan-smile.d.ts.map +1 -0
- package/dist/types/icons/school.d.ts +3 -0
- package/dist/types/icons/school.d.ts.map +1 -0
- package/dist/types/icons/scroll-text-arrow-right.d.ts +3 -0
- package/dist/types/icons/scroll-text-arrow-right.d.ts.map +1 -0
- package/dist/types/icons/scroll-text.d.ts +3 -0
- package/dist/types/icons/scroll-text.d.ts.map +1 -0
- package/dist/types/icons/search.d.ts +3 -0
- package/dist/types/icons/search.d.ts.map +1 -0
- package/dist/types/icons/secrets-manager-logo.d.ts +3 -0
- package/dist/types/icons/secrets-manager-logo.d.ts.map +1 -0
- package/dist/types/icons/send.d.ts +3 -0
- package/dist/types/icons/send.d.ts.map +1 -0
- package/dist/types/icons/server-2.d.ts +3 -0
- package/dist/types/icons/server-2.d.ts.map +1 -0
- package/dist/types/icons/server-network-arrow-up.d.ts +3 -0
- package/dist/types/icons/server-network-arrow-up.d.ts.map +1 -0
- package/dist/types/icons/server-network.d.ts +3 -0
- package/dist/types/icons/server-network.d.ts.map +1 -0
- package/dist/types/icons/server-outline.d.ts +3 -0
- package/dist/types/icons/server-outline.d.ts.map +1 -0
- package/dist/types/icons/server-shield.d.ts +3 -0
- package/dist/types/icons/server-shield.d.ts.map +1 -0
- package/dist/types/icons/server.d.ts +3 -0
- package/dist/types/icons/server.d.ts.map +1 -0
- package/dist/types/icons/shapes.d.ts +3 -0
- package/dist/types/icons/shapes.d.ts.map +1 -0
- package/dist/types/icons/shield-alert.d.ts +3 -0
- package/dist/types/icons/shield-alert.d.ts.map +1 -0
- package/dist/types/icons/shield-check.d.ts +3 -0
- package/dist/types/icons/shield-check.d.ts.map +1 -0
- package/dist/types/icons/shield-half.d.ts +3 -0
- package/dist/types/icons/shield-half.d.ts.map +1 -0
- package/dist/types/icons/shield-key.d.ts +3 -0
- package/dist/types/icons/shield-key.d.ts.map +1 -0
- package/dist/types/icons/shield-lock.d.ts +3 -0
- package/dist/types/icons/shield-lock.d.ts.map +1 -0
- package/dist/types/icons/shield-question-mark.d.ts +3 -0
- package/dist/types/icons/shield-question-mark.d.ts.map +1 -0
- package/dist/types/icons/shield-security.d.ts +3 -0
- package/dist/types/icons/shield-security.d.ts.map +1 -0
- package/dist/types/icons/shield-sun.d.ts +3 -0
- package/dist/types/icons/shield-sun.d.ts.map +1 -0
- package/dist/types/icons/shield-user.d.ts +3 -0
- package/dist/types/icons/shield-user.d.ts.map +1 -0
- package/dist/types/icons/shopping-cart.d.ts +3 -0
- package/dist/types/icons/shopping-cart.d.ts.map +1 -0
- package/dist/types/icons/site-blog.d.ts +3 -0
- package/dist/types/icons/site-blog.d.ts.map +1 -0
- package/dist/types/icons/skip-forward.d.ts +3 -0
- package/dist/types/icons/skip-forward.d.ts.map +1 -0
- package/dist/types/icons/sliders-horizontal.d.ts +3 -0
- package/dist/types/icons/sliders-horizontal.d.ts.map +1 -0
- package/dist/types/icons/sliders-vertical.d.ts +3 -0
- package/dist/types/icons/sliders-vertical.d.ts.map +1 -0
- package/dist/types/icons/smartphone-key.d.ts +3 -0
- package/dist/types/icons/smartphone-key.d.ts.map +1 -0
- package/dist/types/icons/smartphone.d.ts +3 -0
- package/dist/types/icons/smartphone.d.ts.map +1 -0
- package/dist/types/icons/smile.d.ts +3 -0
- package/dist/types/icons/smile.d.ts.map +1 -0
- package/dist/types/icons/social-security-card.d.ts +3 -0
- package/dist/types/icons/social-security-card.d.ts.map +1 -0
- package/dist/types/icons/sparkles.d.ts +3 -0
- package/dist/types/icons/sparkles.d.ts.map +1 -0
- package/dist/types/icons/spray-can.d.ts +3 -0
- package/dist/types/icons/spray-can.d.ts.map +1 -0
- package/dist/types/icons/square-arrow-down-left-square.d.ts +3 -0
- package/dist/types/icons/square-arrow-down-left-square.d.ts.map +1 -0
- package/dist/types/icons/square-arrow-down-to-line.d.ts +3 -0
- package/dist/types/icons/square-arrow-down-to-line.d.ts.map +1 -0
- package/dist/types/icons/square-arrow-out-left.d.ts +3 -0
- package/dist/types/icons/square-arrow-out-left.d.ts.map +1 -0
- package/dist/types/icons/square-arrow-out-up-right.d.ts +3 -0
- package/dist/types/icons/square-arrow-out-up-right.d.ts.map +1 -0
- package/dist/types/icons/square-arrow-up-right-square.d.ts +3 -0
- package/dist/types/icons/square-arrow-up-right-square.d.ts.map +1 -0
- package/dist/types/icons/square-arrow-up.d.ts +3 -0
- package/dist/types/icons/square-arrow-up.d.ts.map +1 -0
- package/dist/types/icons/square-chart-column.d.ts +3 -0
- package/dist/types/icons/square-chart-column.d.ts.map +1 -0
- package/dist/types/icons/square-check-2.d.ts +3 -0
- package/dist/types/icons/square-check-2.d.ts.map +1 -0
- package/dist/types/icons/square-check.d.ts +3 -0
- package/dist/types/icons/square-check.d.ts.map +1 -0
- package/dist/types/icons/square-dashed-right-solid.d.ts +3 -0
- package/dist/types/icons/square-dashed-right-solid.d.ts.map +1 -0
- package/dist/types/icons/square-dashed-square.d.ts +3 -0
- package/dist/types/icons/square-dashed-square.d.ts.map +1 -0
- package/dist/types/icons/square-gif.d.ts +3 -0
- package/dist/types/icons/square-gif.d.ts.map +1 -0
- package/dist/types/icons/square-globe-line.d.ts +3 -0
- package/dist/types/icons/square-globe-line.d.ts.map +1 -0
- package/dist/types/icons/square-image.d.ts +3 -0
- package/dist/types/icons/square-image.d.ts.map +1 -0
- package/dist/types/icons/square-input-2.d.ts +3 -0
- package/dist/types/icons/square-input-2.d.ts.map +1 -0
- package/dist/types/icons/square-input-off.d.ts +3 -0
- package/dist/types/icons/square-input-off.d.ts.map +1 -0
- package/dist/types/icons/square-input.d.ts +3 -0
- package/dist/types/icons/square-input.d.ts.map +1 -0
- package/dist/types/icons/square-key-user.d.ts +3 -0
- package/dist/types/icons/square-key-user.d.ts.map +1 -0
- package/dist/types/icons/square-minus.d.ts +3 -0
- package/dist/types/icons/square-minus.d.ts.map +1 -0
- package/dist/types/icons/square-pen-line.d.ts +3 -0
- package/dist/types/icons/square-pen-line.d.ts.map +1 -0
- package/dist/types/icons/square-pencil.d.ts +3 -0
- package/dist/types/icons/square-pencil.d.ts.map +1 -0
- package/dist/types/icons/square-plus-outline.d.ts +3 -0
- package/dist/types/icons/square-plus-outline.d.ts.map +1 -0
- package/dist/types/icons/square-plus.d.ts +3 -0
- package/dist/types/icons/square-plus.d.ts.map +1 -0
- package/dist/types/icons/square-shapes.d.ts +3 -0
- package/dist/types/icons/square-shapes.d.ts.map +1 -0
- package/dist/types/icons/square-text.d.ts +3 -0
- package/dist/types/icons/square-text.d.ts.map +1 -0
- package/dist/types/icons/square-user-lines.d.ts +3 -0
- package/dist/types/icons/square-user-lines.d.ts.map +1 -0
- package/dist/types/icons/square-user.d.ts +3 -0
- package/dist/types/icons/square-user.d.ts.map +1 -0
- package/dist/types/icons/square-x.d.ts +3 -0
- package/dist/types/icons/square-x.d.ts.map +1 -0
- package/dist/types/icons/square.d.ts +3 -0
- package/dist/types/icons/square.d.ts.map +1 -0
- package/dist/types/icons/star-half.d.ts +3 -0
- package/dist/types/icons/star-half.d.ts.map +1 -0
- package/dist/types/icons/star-outline.d.ts +3 -0
- package/dist/types/icons/star-outline.d.ts.map +1 -0
- package/dist/types/icons/star.d.ts +3 -0
- package/dist/types/icons/star.d.ts.map +1 -0
- package/dist/types/icons/sticker.d.ts +3 -0
- package/dist/types/icons/sticker.d.ts.map +1 -0
- package/dist/types/icons/sun.d.ts +3 -0
- package/dist/types/icons/sun.d.ts.map +1 -0
- package/dist/types/icons/surfboard.d.ts +3 -0
- package/dist/types/icons/surfboard.d.ts.map +1 -0
- package/dist/types/icons/swatch-book.d.ts +3 -0
- package/dist/types/icons/swatch-book.d.ts.map +1 -0
- package/dist/types/icons/table-lines.d.ts +3 -0
- package/dist/types/icons/table-lines.d.ts.map +1 -0
- package/dist/types/icons/tablet-layout-dashboard.d.ts +3 -0
- package/dist/types/icons/tablet-layout-dashboard.d.ts.map +1 -0
- package/dist/types/icons/thumbs-up-outline.d.ts +3 -0
- package/dist/types/icons/thumbs-up-outline.d.ts.map +1 -0
- package/dist/types/icons/thumbs-up.d.ts +3 -0
- package/dist/types/icons/thumbs-up.d.ts.map +1 -0
- package/dist/types/icons/timeline.d.ts +3 -0
- package/dist/types/icons/timeline.d.ts.map +1 -0
- package/dist/types/icons/timer.d.ts +3 -0
- package/dist/types/icons/timer.d.ts.map +1 -0
- package/dist/types/icons/trash-2.d.ts +3 -0
- package/dist/types/icons/trash-2.d.ts.map +1 -0
- package/dist/types/icons/trash-3.d.ts +3 -0
- package/dist/types/icons/trash-3.d.ts.map +1 -0
- package/dist/types/icons/trash-wide-narrow.d.ts +3 -0
- package/dist/types/icons/trash-wide-narrow.d.ts.map +1 -0
- package/dist/types/icons/trash.d.ts +3 -0
- package/dist/types/icons/trash.d.ts.map +1 -0
- package/dist/types/icons/triangle-alert.d.ts +3 -0
- package/dist/types/icons/triangle-alert.d.ts.map +1 -0
- package/dist/types/icons/triangle-arrows-up-down.d.ts +3 -0
- package/dist/types/icons/triangle-arrows-up-down.d.ts.map +1 -0
- package/dist/types/icons/triangle-network.d.ts +3 -0
- package/dist/types/icons/triangle-network.d.ts.map +1 -0
- package/dist/types/icons/trophy.d.ts +3 -0
- package/dist/types/icons/trophy.d.ts.map +1 -0
- package/dist/types/icons/tunnel-off.d.ts +3 -0
- package/dist/types/icons/tunnel-off.d.ts.map +1 -0
- package/dist/types/icons/tunnel.d.ts +3 -0
- package/dist/types/icons/tunnel.d.ts.map +1 -0
- package/dist/types/icons/undo.d.ts +3 -0
- package/dist/types/icons/undo.d.ts.map +1 -0
- package/dist/types/icons/unplug.d.ts +3 -0
- package/dist/types/icons/unplug.d.ts.map +1 -0
- package/dist/types/icons/usb-key.d.ts +3 -0
- package/dist/types/icons/usb-key.d.ts.map +1 -0
- package/dist/types/icons/user-ban.d.ts +3 -0
- package/dist/types/icons/user-ban.d.ts.map +1 -0
- package/dist/types/icons/user-ellipsis.d.ts +3 -0
- package/dist/types/icons/user-ellipsis.d.ts.map +1 -0
- package/dist/types/icons/user-funnel.d.ts +3 -0
- package/dist/types/icons/user-funnel.d.ts.map +1 -0
- package/dist/types/icons/user-headset-2.d.ts +3 -0
- package/dist/types/icons/user-headset-2.d.ts.map +1 -0
- package/dist/types/icons/user-headset.d.ts +3 -0
- package/dist/types/icons/user-headset.d.ts.map +1 -0
- package/dist/types/icons/user-key.d.ts +3 -0
- package/dist/types/icons/user-key.d.ts.map +1 -0
- package/dist/types/icons/user-left.d.ts +3 -0
- package/dist/types/icons/user-left.d.ts.map +1 -0
- package/dist/types/icons/user-pencil.d.ts +3 -0
- package/dist/types/icons/user-pencil.d.ts.map +1 -0
- package/dist/types/icons/user-plus.d.ts +3 -0
- package/dist/types/icons/user-plus.d.ts.map +1 -0
- package/dist/types/icons/user-racecar-driver.d.ts +3 -0
- package/dist/types/icons/user-racecar-driver.d.ts.map +1 -0
- package/dist/types/icons/user-refresh-ccw.d.ts +3 -0
- package/dist/types/icons/user-refresh-ccw.d.ts.map +1 -0
- package/dist/types/icons/user-right.d.ts +3 -0
- package/dist/types/icons/user-right.d.ts.map +1 -0
- package/dist/types/icons/user-share.d.ts +3 -0
- package/dist/types/icons/user-share.d.ts.map +1 -0
- package/dist/types/icons/user-student.d.ts +3 -0
- package/dist/types/icons/user-student.d.ts.map +1 -0
- package/dist/types/icons/user-teacher.d.ts +3 -0
- package/dist/types/icons/user-teacher.d.ts.map +1 -0
- package/dist/types/icons/user-up.d.ts +3 -0
- package/dist/types/icons/user-up.d.ts.map +1 -0
- package/dist/types/icons/user-weights.d.ts +3 -0
- package/dist/types/icons/user-weights.d.ts.map +1 -0
- package/dist/types/icons/user-x.d.ts +3 -0
- package/dist/types/icons/user-x.d.ts.map +1 -0
- package/dist/types/icons/user.d.ts +3 -0
- package/dist/types/icons/user.d.ts.map +1 -0
- package/dist/types/icons/users-2.d.ts +3 -0
- package/dist/types/icons/users-2.d.ts.map +1 -0
- package/dist/types/icons/users-check.d.ts +3 -0
- package/dist/types/icons/users-check.d.ts.map +1 -0
- package/dist/types/icons/users-plus.d.ts +3 -0
- package/dist/types/icons/users-plus.d.ts.map +1 -0
- package/dist/types/icons/users.d.ts +3 -0
- package/dist/types/icons/users.d.ts.map +1 -0
- package/dist/types/icons/vault-outline.d.ts +3 -0
- package/dist/types/icons/vault-outline.d.ts.map +1 -0
- package/dist/types/icons/vault.d.ts +3 -0
- package/dist/types/icons/vault.d.ts.map +1 -0
- package/dist/types/icons/video-off.d.ts +3 -0
- package/dist/types/icons/video-off.d.ts.map +1 -0
- package/dist/types/icons/video.d.ts +3 -0
- package/dist/types/icons/video.d.ts.map +1 -0
- package/dist/types/icons/visa-logo.d.ts +3 -0
- package/dist/types/icons/visa-logo.d.ts.map +1 -0
- package/dist/types/icons/vnc-logo.d.ts +3 -0
- package/dist/types/icons/vnc-logo.d.ts.map +1 -0
- package/dist/types/icons/wallet.d.ts +3 -0
- package/dist/types/icons/wallet.d.ts.map +1 -0
- package/dist/types/icons/watch-2.d.ts +3 -0
- package/dist/types/icons/watch-2.d.ts.map +1 -0
- package/dist/types/icons/watch-star.d.ts +3 -0
- package/dist/types/icons/watch-star.d.ts.map +1 -0
- package/dist/types/icons/watch.d.ts +3 -0
- package/dist/types/icons/watch.d.ts.map +1 -0
- package/dist/types/icons/wifi.d.ts +3 -0
- package/dist/types/icons/wifi.d.ts.map +1 -0
- package/dist/types/icons/wrench-hammer.d.ts +3 -0
- package/dist/types/icons/wrench-hammer.d.ts.map +1 -0
- package/dist/types/icons/x-logo.d.ts +3 -0
- package/dist/types/icons/x-logo.d.ts.map +1 -0
- package/dist/types/icons/x.d.ts +3 -0
- package/dist/types/icons/x.d.ts.map +1 -0
- package/dist/types/icons/zap.d.ts +3 -0
- package/dist/types/icons/zap.d.ts.map +1 -0
- package/dist/types/index.d.ts +29 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/lib/types.d.ts +74 -0
- package/dist/types/lib/types.d.ts.map +1 -0
- package/dist/types/lib/utils.d.ts +59 -0
- package/dist/types/lib/utils.d.ts.map +1 -0
- package/dist/types/lib/utils.test.d.ts +2 -0
- package/dist/types/lib/utils.test.d.ts.map +1 -0
- package/package.json +54 -46
- package/dist/index.es.d.ts +0 -1614
- package/dist/index.umd.js +0 -61
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.17.0](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.16.0...v0.17.0) (2026-01-30)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* Add Input and BaseInput to the library ([#392](https://github.com/Keeper-Security/keeper-js-ui/issues/392)) ([78afe1f](https://github.com/Keeper-Security/keeper-js-ui/commit/78afe1fd0d30e455279baad2dd793e8ed67ab703))
|
|
9
|
+
* add VisuallyHidden component to the library ([#356](https://github.com/Keeper-Security/keeper-js-ui/issues/356)) ([7a1e95c](https://github.com/Keeper-Security/keeper-js-ui/commit/7a1e95cb7d4fdd517f5ef0fcb52fe441623dde5f))
|
|
10
|
+
* **Autocomplete:** add Autocomplete to the library ([#389](https://github.com/Keeper-Security/keeper-js-ui/issues/389)) ([e1df816](https://github.com/Keeper-Security/keeper-js-ui/commit/e1df816d2fa71e905d98c3edaddb1f196f6b5a86)), closes [#387](https://github.com/Keeper-Security/keeper-js-ui/issues/387)
|
|
11
|
+
* **ScollArea:** update exposed API and subcomponents ([#373](https://github.com/Keeper-Security/keeper-js-ui/issues/373)) ([b8313cd](https://github.com/Keeper-Security/keeper-js-ui/commit/b8313cd531acc13c9c3e7d6bbf1c1cd4da28daca))
|
|
12
|
+
* **Select:** add variant and color options ([#404](https://github.com/Keeper-Security/keeper-js-ui/issues/404)) ([0682918](https://github.com/Keeper-Security/keeper-js-ui/commit/068291824b77ad9715ee819442bbc3f2009e4b76))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* **Autocomplete:** fix wrong selection made onClick ([#405](https://github.com/Keeper-Security/keeper-js-ui/issues/405)) ([7f17293](https://github.com/Keeper-Security/keeper-js-ui/commit/7f17293db0a5fcffa71f636d8239c929bc7a9583))
|
|
18
|
+
* **IconButton:** icon sizes can be set independent of button size ([#368](https://github.com/Keeper-Security/keeper-js-ui/issues/368)) ([71c90eb](https://github.com/Keeper-Security/keeper-js-ui/commit/71c90ebbba03ac429adfbb2623a17deb7c54a07d))
|
|
19
|
+
* **storybook:** use storybook to smoke test component availability ([#387](https://github.com/Keeper-Security/keeper-js-ui/issues/387)) ([2e6bfae](https://github.com/Keeper-Security/keeper-js-ui/commit/2e6bfae074d5f89b07b23963136af4fcb86f7a4d))
|
|
20
|
+
|
|
21
|
+
## [0.16.0](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.15.0...v0.16.0) (2025-12-03)
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
### Features
|
|
25
|
+
|
|
26
|
+
* **DropdownMenuItemText:** make available to library ([#376](https://github.com/Keeper-Security/keeper-js-ui/issues/376)) ([422464e](https://github.com/Keeper-Security/keeper-js-ui/commit/422464eb0e85e63c4a01eaee6ccac3835173b2c0))
|
|
27
|
+
* **Icon:** add xs size to Icon options ([#361](https://github.com/Keeper-Security/keeper-js-ui/issues/361)) ([b65270a](https://github.com/Keeper-Security/keeper-js-ui/commit/b65270ab815ec9c98833798d4cfda5640bd62050))
|
|
28
|
+
|
|
3
29
|
## [0.15.0](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.14.0...v0.15.0) (2025-11-04)
|
|
4
30
|
|
|
5
31
|
|
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@ _React components built for accessibility, consistency, and speed._
|
|
|
6
6
|
|
|
7
7
|
- Terminal of your choice.
|
|
8
8
|
- [git](https://github.com/git-guides/install-git) - Type `git -v` into your terminal to verify.
|
|
9
|
-
- [Node.js
|
|
9
|
+
- [Node.js v24](https://nodejs.org/en/download/package-manager) - Type `node -v` into your terminal to verify.
|
|
10
10
|
|
|
11
11
|
## Recommendations
|
|
12
12
|
|
|
@@ -20,75 +20,39 @@ Git clone or [download](https://github.com/Keeper-Security/keeper-js-ui/archive/
|
|
|
20
20
|
Open a terminal from the root of the project and run:
|
|
21
21
|
|
|
22
22
|
```sh
|
|
23
|
-
npm
|
|
23
|
+
npm ci
|
|
24
24
|
```
|
|
25
25
|
|
|
26
26
|
Views are rendered via [Storybook](https://storybook.js.org/). To see components in action and start making edits, simply run:
|
|
27
27
|
|
|
28
28
|
```sh
|
|
29
29
|
npm run storybook
|
|
30
|
-
|
|
31
|
-
# ctrl + c to stop the server.
|
|
32
30
|
```
|
|
33
31
|
|
|
34
|
-
|
|
32
|
+
`ctrl + c` to stop the server.
|
|
33
|
+
|
|
34
|
+
[Storybook](https://storybook.js.org/) will open in a new tab. If it's your first time, you might be greeted with a walk-through of Storybook's UI.
|
|
35
35
|
|
|
36
36
|
## Editing Code
|
|
37
37
|
|
|
38
38
|
The [src/](./src/) folder holds all component-related code.
|
|
39
39
|
|
|
40
|
-
- [src/index.css](./src/index.css)
|
|
41
|
-
- [src/index.ts](./src/index.ts)
|
|
42
|
-
- [src/components/](./src/components)
|
|
43
|
-
- [src/components/ui](./src/components/ui/)
|
|
44
|
-
- [src/
|
|
40
|
+
- [src/index.css](./src/index.css): Any CSS required by components or [Tailwind CSS](https://tailwindcss.com/).
|
|
41
|
+
- [src/index.ts](./src/index.ts): Only the exports from this file are available to external projects/implementations.
|
|
42
|
+
- [src/components/](./src/components): React components and any relevant tests and stories.
|
|
43
|
+
- [src/components/ui](./src/components/ui/): Components focused on interaction.
|
|
44
|
+
- [src/components/layout](./src/components/layout/): Components focused on structure.
|
|
45
|
+
- [src/hooks](./src/hooks/): React-specific [hooks](https://react.dev/reference/react/hooks).
|
|
46
|
+
- [src/lib/](./src/lib/): Internal utility/helper functions.
|
|
45
47
|
|
|
46
48
|
With [Storybook](https://storybook.js.org/) running (`npm run storybook`), most edits are shown immediately upon saving without the need for browser refreshes or server restarts. Exceptions would be changes to infrastructure code like edits to Storybook itself.
|
|
47
49
|
|
|
48
|
-
## Adding shadcn/ui Components
|
|
49
|
-
|
|
50
|
-
If you're adding a [shadcn/ui component](https://ui.shadcn.com/docs/components/), you can pick from a list by running:
|
|
51
|
-
|
|
52
|
-
```sh
|
|
53
|
-
npm run components:add
|
|
54
|
-
```
|
|
55
|
-
|
|
56
|
-
Alternatively, you can append the name of a specific component to the command. Adding the [shadcn/ui badge](https://ui.shadcn.com/docs/components/badge) would look like:
|
|
57
|
-
|
|
58
|
-
```sh
|
|
59
|
-
npm run components:add badge
|
|
60
|
-
```
|
|
61
|
-
|
|
62
|
-
Any dependency installs or project updates will be handled automatically. The new component file will be created in [src/components/ui/](./src/components/ui/).
|
|
63
|
-
|
|
64
|
-
> [!TIP]
|
|
65
|
-
> Create a specific story for your component to explore its features and demonstrate its different states. [What's a story?](https://storybook.js.org/docs/get-started/whats-a-story)
|
|
66
|
-
|
|
67
|
-
### Diff'ing a shadcn/ui Component
|
|
68
|
-
|
|
69
|
-
You can see what's different between the local copies of shadcn/ui components and the [latest versions](https://ui.shadcn.com/docs/components/). Simply run:
|
|
70
|
-
|
|
71
|
-
```sh
|
|
72
|
-
npm run components:diff
|
|
73
|
-
```
|
|
74
|
-
|
|
75
|
-
This will list all components that have differences. Spoiler: **they will all have formatting differences**. Perhaps more helpful is to see the changes of a specific component:
|
|
76
|
-
|
|
77
|
-
```sh
|
|
78
|
-
npm run components:diff button
|
|
79
|
-
```
|
|
80
|
-
|
|
81
|
-
Probably not super helpful, but it's there.
|
|
82
|
-
|
|
83
50
|
### Creating a Story
|
|
84
51
|
|
|
85
52
|
> [!TIP]
|
|
86
53
|
> Visit the [Storybook Tutorial](https://storybook.js.org/tutorials/) section for a better understanding of [Component-Driven Development (CDD)](https://www.componentdriven.org/) and the [Component Story Format (CSF)](https://storybook.js.org/docs/api/csf).
|
|
87
54
|
|
|
88
|
-
Stories are chunks of code that render a component and give you the opportunity to configure its props. The naming convention of a story is `<component>.stories.
|
|
89
|
-
|
|
90
|
-
> [!IMPORTANT]
|
|
91
|
-
> If your story is more complex and requires [jsx](https://react.dev/learn/writing-markup-with-jsx), you'll have to name it with a `.tsx` extension: `<component>.stories.tsx`. Otherwise, you will get several cryptic linting errors within your jsx.
|
|
55
|
+
Stories are chunks of code that render a component and give you the opportunity to configure its props. The naming convention of a story is `<component>.stories.tsx`.
|
|
92
56
|
|
|
93
57
|
#### Minimal Story Example
|
|
94
58
|
|
|
@@ -158,14 +122,7 @@ export const DisabledSecondary: Story = {
|
|
|
158
122
|
|
|
159
123
|
### Prototyping in Storybook
|
|
160
124
|
|
|
161
|
-
Using [Tailwind CSS](https://tailwindcss.com/) classes within a component or a story will automatically get picked up by the Tailwind CSS compiler and write that CSS rule to
|
|
162
|
-
|
|
163
|
-
For a real-time experience where all of Tailwind CSS is available to your storybook preview and its interactive controls, enable `VITE_STORYBOOK_PROTOTYPING` in your `.env.local` file.
|
|
164
|
-
|
|
165
|
-
This will allow you to use any standard Tailwind CSS classes within the `className` control textfield, but it will slow Storybook rendering saved changes to your stories and components. At this time, arbitrary values (using `[]` notation, such as `w-[1234px]`) will not work, but you will have access to a `style` object.
|
|
166
|
-
|
|
167
|
-
> [!IMPORTANT]
|
|
168
|
-
> If you don't already have a `.env.local` file, copy the contents of the `.env` file into the root and update the values as necessary. Never commit your changes to the `.env` file unless you are adding or removing a default key/value pair and sharing those values within the `git log` pose no security risks. Changes to your `.env.local` are ignored by git and will not get picked up as unstaged changes.
|
|
125
|
+
Using [Tailwind CSS](https://tailwindcss.com/) classes within a component or a story will automatically get picked up by the Tailwind CSS compiler and write that CSS rule to memory. It will not affect the build or published library's CSS.
|
|
169
126
|
|
|
170
127
|
### Changing Themes in Storybook
|
|
171
128
|
|
|
@@ -176,6 +133,8 @@ This will allow you to use any standard Tailwind CSS classes within the `classNa
|
|
|
176
133
|
|
|
177
134
|
#### Triggering Forced-Colors/High Contrast Modes
|
|
178
135
|
|
|
136
|
+
Your best bet is to use one of [Windows' High Contrast Themes](https://learn.microsoft.com/en-us/windows/apps/design/accessibility/high-contrast-themes). Otherwise, you're left simulating most of within browser dev tooling.
|
|
137
|
+
|
|
179
138
|
- Safari and Firefox do not have this feature in their dev tools, but they will respect system-wide settings.
|
|
180
139
|
- Chromium Browsers (Chrome, Edge)
|
|
181
140
|
1. Open DevTools:
|
|
@@ -245,7 +204,7 @@ This will allow you to use any standard Tailwind CSS classes within the `classNa
|
|
|
245
204
|
|
|
246
205
|
## Testing
|
|
247
206
|
|
|
248
|
-
The [
|
|
207
|
+
The [Vitest addon](https://storybook.js.org/docs/writing-tests/integrations/vitest-addon) will run smoke tests and unit tests with the command: `npm test`.
|
|
249
208
|
|
|
250
209
|
### Smoke Tests
|
|
251
210
|
|
|
@@ -428,7 +387,9 @@ Enforcing commit message standards helps with automating the [CHANGELOG](./CHANG
|
|
|
428
387
|
|
|
429
388
|
## Pull Requests
|
|
430
389
|
|
|
431
|
-
|
|
390
|
+
Before creating a Pull Request (PR), `git rebase` your feature branch with `main` and then push up your changes.
|
|
391
|
+
|
|
392
|
+
After review and when you are ready to merge your PR, choose `Squash and merge` to keep the git history easy to read and parse.
|
|
432
393
|
|
|
433
394
|
### Dependabot PRs
|
|
434
395
|
|
|
@@ -470,7 +431,10 @@ Inspect the [package.json](./package.json) `dependencies` and `devDependencies`
|
|
|
470
431
|
|
|
471
432
|
### shadcn/ui
|
|
472
433
|
|
|
473
|
-
[shadcn/ui](https://ui.shadcn.com/)
|
|
434
|
+
[shadcn/ui](https://ui.shadcn.com/) was used to scaffold this library. It configures [Tailwind CSS](https://tailwindcss.com/) to style headless (i.e. unstyled) components from other accessibility-focused libraries, such as [Radix UI](https://www.radix-ui.com/).
|
|
435
|
+
|
|
436
|
+
> [!NOTE]
|
|
437
|
+
> This library and shadcn/ui have since deviated to the point that its documentation can't be reliably be recommended for guiding patterns and practices for this library.
|
|
474
438
|
|
|
475
439
|
As it states in its [introduction](https://ui.shadcn.com/docs):
|
|
476
440
|
|
|
@@ -498,7 +462,7 @@ This provides 100% customizable opportunities and 100% ownership. It also relies
|
|
|
498
462
|
|
|
499
463
|
### Vite
|
|
500
464
|
|
|
501
|
-
[Vite](https://vitejs.dev/) is a super fast dev server and build optimizer with out-of-the-box support for most things. Plugins can be installed and configured.
|
|
465
|
+
[Vite](https://vitejs.dev/) is a super fast dev server and build optimizer with out-of-the-box support for most things. Plugins can be installed and configured.
|
|
502
466
|
|
|
503
467
|
### Husky
|
|
504
468
|
|
|
@@ -535,15 +499,39 @@ This process inspects the [src/index.ts](./src/index.ts) file and pulls in only
|
|
|
535
499
|
|
|
536
500
|
A `dist` folder will be created at the root of the project. This folder is ignored by `git`, so you shouldn't show any changes that need to be committied. The four files created are:
|
|
537
501
|
|
|
538
|
-
-
|
|
539
|
-
- index.es.d.ts - All of the necessary type information.
|
|
540
|
-
- index.es.js - All of the exported components in ES Modules format.
|
|
502
|
+
- index.js - All of the exported components in ES Modules format.
|
|
541
503
|
- index.umd.js - All of the exported components in the Universal Module Definition (fallback) format.
|
|
504
|
+
- styles.css - All of the necessary CSS including [Tailwind CSS](https://tailwindcss.com/) utility classes.
|
|
505
|
+
- types/index.d.ts - All of the necessary type information.
|
|
542
506
|
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
507
|
+
## (Smoke) Testing an NPM Package
|
|
508
|
+
|
|
509
|
+
Before publishing, you want to make sure that external projects have access to expected components and intellisense/autocomplete still works.
|
|
510
|
+
|
|
511
|
+
[npm link](https://docs.npmjs.com/cli/v9/commands/npm-link) can be flakey, so the alternative would be run [npm pack](https://docs.npmjs.com/cli/v9/commands/npm-pack) to create a local \*.tgz file and install that file in your external project.
|
|
512
|
+
|
|
513
|
+
0. (Optional): Update your `package.json` version number, **_but don't commit it_**. This step is automated with the correct next version number.
|
|
514
|
+
1. Run:
|
|
515
|
+
|
|
516
|
+
```sh
|
|
517
|
+
npm run build && npm pack
|
|
518
|
+
```
|
|
519
|
+
|
|
520
|
+
2. Copy the name and location of the new `*.tgz` file that was created.
|
|
521
|
+
3. Update your external project's `package.json` reference to the library.
|
|
522
|
+
|
|
523
|
+
```diff
|
|
524
|
+
- "@keeper-security/keeper-js-ui": "1.0.0",
|
|
525
|
+
+ "@keeper-security/keeper-js-ui": "file://../keeper-js-ui/keeper-security-keeper-js-ui-1.0.0.tgz",
|
|
526
|
+
```
|
|
527
|
+
|
|
528
|
+
4. Run:
|
|
529
|
+
|
|
530
|
+
```sh
|
|
531
|
+
npm install
|
|
532
|
+
```
|
|
533
|
+
|
|
534
|
+
5. After testing for component behavior and availability, as well as intellisense/autocomplete and TypeScript prop validation, undo your package reference changes to `package.json` & `package-lock.json`. **_Do not commit them into your external project._**
|
|
547
535
|
|
|
548
536
|
## Publishing an NPM Package
|
|
549
537
|
|
|
@@ -552,13 +540,14 @@ Once a [Release PR](#release-prs) is merged and a new release tag is automatical
|
|
|
552
540
|
This action will run the necessary commands to get a new production build of the library up to NPM for the external projects to download any new features.
|
|
553
541
|
|
|
554
542
|
> [!NOTE]
|
|
555
|
-
> The code changes
|
|
556
|
-
>
|
|
557
|
-
> Internal code, such as Storybook stories or build configurations, should not be considered worthy of a new package update.
|
|
543
|
+
> The code changes that require new versions, releases, and publishing should be code used by external projects. In other words, only changes that external projects care about (e.g. new components, fixed colors, etc) should update the `CHANGELOG.md`.
|
|
558
544
|
>
|
|
559
|
-
>
|
|
545
|
+
> Internal code, such as Storybook stories or build configurations, should not be considered worthy of a new package update. This is why they are given the `chore` or `docs` commit label. Do **not** use `bug` or `feat` to describe these changes as they will trigger version number upticks and create releases.
|
|
560
546
|
>
|
|
561
|
-
>
|
|
547
|
+
> - Changes such as a new semantic color for `Button` or breaking API changes (React props) to `Select` _would_ constitute a package update.
|
|
548
|
+
> - Updating a Github Action to perform faster **_would not_**.
|
|
549
|
+
|
|
550
|
+
> Remember, release version update decisions are handled _automatically_ based on your `git commit` messages. See [Committing Changes](#committing-changes) for more info.
|
|
562
551
|
|
|
563
552
|
## Documentation Alerts/Callouts
|
|
564
553
|
|