@ztwoint/z-ui 0.2.0-beta.0 → 0.2.0-beta.2
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/components/avatar/avatar.d.ts +3 -3
- package/dist/components/badge/badge.d.ts +1 -1
- package/dist/components/primitives/table-card/table-card.js +30 -22
- package/dist/components/table/components/cell/avatar-cell.d.ts +2 -2
- package/dist/components/table/components/cell/avatar-cell.js +13 -5
- package/dist/components/table/table-provider.js +11 -3
- package/dist/css/config/config.css +1 -0
- package/dist/css/styles/tailwind.css +1 -1
- package/dist/index.d.ts +5 -4
- package/dist/index.js +395 -362
- package/dist/lib/theme.hook.js +29 -26
- package/dist/types/components/avatar/avatar.d.ts +3 -3
- package/dist/types/components/badge/badge.d.ts +1 -1
- package/dist/types/components/table/components/cell/avatar-cell.d.ts +2 -2
- package/dist/types/index.d.ts +5 -4
- package/dist/types/v2/assets/icon.d.ts +6 -0
- package/dist/types/v2/assets/icon.type.d.ts +7 -0
- package/dist/types/v2/assets/icons/align-center.d.ts +2 -0
- package/dist/types/v2/assets/icons/align-left.d.ts +2 -0
- package/dist/types/v2/assets/icons/align-right.d.ts +2 -0
- package/dist/types/v2/assets/icons/arrow-down.d.ts +2 -0
- package/dist/types/v2/assets/icons/arrow-left.d.ts +2 -0
- package/dist/types/v2/assets/icons/arrow-right.d.ts +2 -0
- package/dist/types/v2/assets/icons/arrow-up.d.ts +2 -0
- package/dist/types/v2/assets/icons/award.d.ts +2 -0
- package/dist/types/v2/assets/icons/bell.d.ts +2 -0
- package/dist/types/v2/assets/icons/calendar.d.ts +2 -0
- package/dist/types/v2/assets/icons/caret-down.d.ts +2 -0
- package/dist/types/v2/assets/icons/caret-left.d.ts +2 -0
- package/dist/types/v2/assets/icons/caret-right.d.ts +2 -0
- package/dist/types/v2/assets/icons/caret-up.d.ts +2 -0
- package/dist/types/v2/assets/icons/chart.d.ts +2 -0
- package/dist/types/v2/assets/icons/check.d.ts +2 -0
- package/dist/types/v2/assets/icons/checkbox-checked.d.ts +2 -0
- package/dist/types/v2/assets/icons/checkbox-unchecked.d.ts +2 -0
- package/dist/types/v2/assets/icons/chevron-down.d.ts +2 -0
- package/dist/types/v2/assets/icons/chevron-left.d.ts +2 -0
- package/dist/types/v2/assets/icons/chevron-right.d.ts +2 -0
- package/dist/types/v2/assets/icons/chevron-up.d.ts +2 -0
- package/dist/types/v2/assets/icons/circle-check-filled.d.ts +3 -0
- package/dist/types/v2/assets/icons/circle-check.d.ts +2 -0
- package/dist/types/v2/assets/icons/circle-info.d.ts +2 -0
- package/dist/types/v2/assets/icons/circle-minus.d.ts +2 -0
- package/dist/types/v2/assets/icons/circle-plus.d.ts +2 -0
- package/dist/types/v2/assets/icons/circle-question.d.ts +2 -0
- package/dist/types/v2/assets/icons/circle-warning.d.ts +2 -0
- package/dist/types/v2/assets/icons/circle-xmark.d.ts +2 -0
- package/dist/types/v2/assets/icons/clipboard.d.ts +2 -0
- package/dist/types/v2/assets/icons/clock.d.ts +2 -0
- package/dist/types/v2/assets/icons/dots.d.ts +2 -0
- package/dist/types/v2/assets/icons/download.d.ts +2 -0
- package/dist/types/v2/assets/icons/edit.d.ts +2 -0
- package/dist/types/v2/assets/icons/envelope.d.ts +2 -0
- package/dist/types/v2/assets/icons/expand.d.ts +2 -0
- package/dist/types/v2/assets/icons/export.d.ts +2 -0
- package/dist/types/v2/assets/icons/external-link.d.ts +2 -0
- package/dist/types/v2/assets/icons/eye-crossed.d.ts +2 -0
- package/dist/types/v2/assets/icons/eye.d.ts +2 -0
- package/dist/types/v2/assets/icons/file.d.ts +2 -0
- package/dist/types/v2/assets/icons/filter.d.ts +2 -0
- package/dist/types/v2/assets/icons/folder-open.d.ts +2 -0
- package/dist/types/v2/assets/icons/folder.d.ts +2 -0
- package/dist/types/v2/assets/icons/full-screen.d.ts +2 -0
- package/dist/types/v2/assets/icons/grid.d.ts +2 -0
- package/dist/types/v2/assets/icons/import.d.ts +2 -0
- package/dist/types/v2/assets/icons/index.d.ts +114 -0
- package/dist/types/v2/assets/icons/layers.d.ts +2 -0
- package/dist/types/v2/assets/icons/location.d.ts +2 -0
- package/dist/types/v2/assets/icons/lock.d.ts +2 -0
- package/dist/types/v2/assets/icons/magnifier.d.ts +2 -0
- package/dist/types/v2/assets/icons/map.d.ts +2 -0
- package/dist/types/v2/assets/icons/maximize.d.ts +2 -0
- package/dist/types/v2/assets/icons/media-next.d.ts +2 -0
- package/dist/types/v2/assets/icons/media-pause.d.ts +2 -0
- package/dist/types/v2/assets/icons/media-play.d.ts +2 -0
- package/dist/types/v2/assets/icons/media-previous.d.ts +2 -0
- package/dist/types/v2/assets/icons/media-stop.d.ts +2 -0
- package/dist/types/v2/assets/icons/menu.d.ts +2 -0
- package/dist/types/v2/assets/icons/minimize.d.ts +2 -0
- package/dist/types/v2/assets/icons/minus.d.ts +2 -0
- package/dist/types/v2/assets/icons/money.d.ts +2 -0
- package/dist/types/v2/assets/icons/more.d.ts +2 -0
- package/dist/types/v2/assets/icons/msg.d.ts +2 -0
- package/dist/types/v2/assets/icons/notification.d.ts +2 -0
- package/dist/types/v2/assets/icons/percentage.d.ts +2 -0
- package/dist/types/v2/assets/icons/pin.d.ts +2 -0
- package/dist/types/v2/assets/icons/plus.d.ts +2 -0
- package/dist/types/v2/assets/icons/radio-checked.d.ts +2 -0
- package/dist/types/v2/assets/icons/radio-unchecked.d.ts +2 -0
- package/dist/types/v2/assets/icons/reduce.d.ts +2 -0
- package/dist/types/v2/assets/icons/refresh.d.ts +2 -0
- package/dist/types/v2/assets/icons/settings.d.ts +2 -0
- package/dist/types/v2/assets/icons/share.d.ts +2 -0
- package/dist/types/v2/assets/icons/slash.d.ts +2 -0
- package/dist/types/v2/assets/icons/sort.d.ts +2 -0
- package/dist/types/v2/assets/icons/star-filled.d.ts +2 -0
- package/dist/types/v2/assets/icons/timer.d.ts +2 -0
- package/dist/types/v2/assets/icons/trash.d.ts +2 -0
- package/dist/types/v2/assets/icons/unlock.d.ts +2 -0
- package/dist/types/v2/assets/icons/upload.d.ts +2 -0
- package/dist/types/v2/assets/icons/user.d.ts +2 -0
- package/dist/types/v2/assets/icons/users.d.ts +2 -0
- package/dist/types/v2/assets/icons/xmark.d.ts +2 -0
- package/dist/types/v2/assets/index.d.ts +2 -0
- package/dist/types/v2/atoms/actions/breadcrumb-link.d.ts +6 -0
- package/dist/types/v2/atoms/actions/button.d.ts +13 -0
- package/dist/types/v2/atoms/actions/index.d.ts +3 -0
- package/dist/types/v2/atoms/actions/tab-button.d.ts +10 -0
- package/dist/types/v2/atoms/actions/tooltip.d.ts +8 -0
- package/dist/types/v2/atoms/index.d.ts +3 -0
- package/dist/types/v2/atoms/indicators/badge.d.ts +14 -0
- package/dist/types/v2/atoms/indicators/featured-icon.d.ts +12 -0
- package/dist/types/v2/atoms/indicators/index.d.ts +4 -0
- package/dist/types/v2/atoms/indicators/number-badge.d.ts +9 -0
- package/dist/types/v2/atoms/indicators/stepper.d.ts +9 -0
- package/dist/types/v2/atoms/inputs/index.d.ts +2 -0
- package/dist/types/v2/atoms/inputs/input.d.ts +16 -0
- package/dist/types/v2/atoms/inputs/label.d.ts +18 -0
- package/dist/types/v2/index.d.ts +4 -0
- package/dist/types/v2/molecules/actions/breadcrumb-group.d.ts +6 -0
- package/dist/types/v2/molecules/actions/index.d.ts +1 -0
- package/dist/types/v2/molecules/actions/tab-group.d.ts +6 -0
- package/dist/types/v2/molecules/index.d.ts +2 -0
- package/dist/types/v2/molecules/kpi-card/index.d.ts +2 -0
- package/dist/types/v2/molecules/kpi-card/kpi-card.d.ts +3 -0
- package/dist/types/v2/molecules/kpi-card/kpi-card.type.d.ts +20 -0
- package/dist/types/v2/organisms/field/field-error.d.ts +6 -0
- package/dist/types/v2/organisms/field/field-group.d.ts +2 -0
- package/dist/types/v2/organisms/field/field-set.d.ts +2 -0
- package/dist/types/v2/organisms/field/field.d.ts +12 -0
- package/dist/types/v2/organisms/index.d.ts +3 -0
- package/dist/types/v2/organisms/kpi-card-group.d.ts +7 -0
- package/dist/types/v2/organisms/sidebar/z2-sidebar-header.d.ts +0 -0
- package/dist/types/v2/organisms/sidebar/z2-sidebar.d.ts +0 -0
- package/dist/types/v2/organisms/tab-bar.d.ts +7 -0
- package/dist/types/v2/organisms/topbar.d.ts +6 -0
- package/dist/v2/assets/icon.d.ts +6 -0
- package/dist/v2/assets/icon.js +191 -0
- package/dist/v2/assets/icon.type.d.ts +7 -0
- package/dist/v2/assets/icons/align-center.d.ts +2 -0
- package/dist/v2/assets/icons/align-center.js +23 -0
- package/dist/v2/assets/icons/align-left.d.ts +2 -0
- package/dist/v2/assets/icons/align-left.js +23 -0
- package/dist/v2/assets/icons/align-right.d.ts +2 -0
- package/dist/v2/assets/icons/align-right.js +23 -0
- package/dist/v2/assets/icons/arrow-down.d.ts +2 -0
- package/dist/v2/assets/icons/arrow-down.js +29 -0
- package/dist/v2/assets/icons/arrow-left.d.ts +2 -0
- package/dist/v2/assets/icons/arrow-left.js +29 -0
- package/dist/v2/assets/icons/arrow-right.d.ts +2 -0
- package/dist/v2/assets/icons/arrow-right.js +29 -0
- package/dist/v2/assets/icons/arrow-up.d.ts +2 -0
- package/dist/v2/assets/icons/arrow-up.js +29 -0
- package/dist/v2/assets/icons/award.d.ts +2 -0
- package/dist/v2/assets/icons/award.js +23 -0
- package/dist/v2/assets/icons/bell.d.ts +2 -0
- package/dist/v2/assets/icons/bell.js +29 -0
- package/dist/v2/assets/icons/calendar.d.ts +2 -0
- package/dist/v2/assets/icons/calendar.js +29 -0
- package/dist/v2/assets/icons/caret-down.d.ts +2 -0
- package/dist/v2/assets/icons/caret-down.js +23 -0
- package/dist/v2/assets/icons/caret-left.d.ts +2 -0
- package/dist/v2/assets/icons/caret-left.js +23 -0
- package/dist/v2/assets/icons/caret-right.d.ts +2 -0
- package/dist/v2/assets/icons/caret-right.js +23 -0
- package/dist/v2/assets/icons/caret-up.d.ts +2 -0
- package/dist/v2/assets/icons/caret-up.js +23 -0
- package/dist/v2/assets/icons/chart.d.ts +2 -0
- package/dist/v2/assets/icons/chart.js +23 -0
- package/dist/v2/assets/icons/check.d.ts +2 -0
- package/dist/v2/assets/icons/check.js +29 -0
- package/dist/v2/assets/icons/checkbox-checked.d.ts +2 -0
- package/dist/v2/assets/icons/checkbox-checked.js +26 -0
- package/dist/v2/assets/icons/checkbox-unchecked.d.ts +2 -0
- package/dist/v2/assets/icons/checkbox-unchecked.js +23 -0
- package/dist/v2/assets/icons/chevron-down.d.ts +2 -0
- package/dist/v2/assets/icons/chevron-down.js +29 -0
- package/dist/v2/assets/icons/chevron-left.d.ts +2 -0
- package/dist/v2/assets/icons/chevron-left.js +29 -0
- package/dist/v2/assets/icons/chevron-right.d.ts +2 -0
- package/dist/v2/assets/icons/chevron-right.js +29 -0
- package/dist/v2/assets/icons/chevron-up.d.ts +2 -0
- package/dist/v2/assets/icons/chevron-up.js +29 -0
- package/dist/v2/assets/icons/circle-check-filled.d.ts +3 -0
- package/dist/v2/assets/icons/circle-check-filled.js +34 -0
- package/dist/v2/assets/icons/circle-check.d.ts +2 -0
- package/dist/v2/assets/icons/circle-check.js +36 -0
- package/dist/v2/assets/icons/circle-info.d.ts +2 -0
- package/dist/v2/assets/icons/circle-info.js +31 -0
- package/dist/v2/assets/icons/circle-minus.d.ts +2 -0
- package/dist/v2/assets/icons/circle-minus.js +26 -0
- package/dist/v2/assets/icons/circle-plus.d.ts +2 -0
- package/dist/v2/assets/icons/circle-plus.js +26 -0
- package/dist/v2/assets/icons/circle-question.d.ts +2 -0
- package/dist/v2/assets/icons/circle-question.js +31 -0
- package/dist/v2/assets/icons/circle-warning.d.ts +2 -0
- package/dist/v2/assets/icons/circle-warning.js +26 -0
- package/dist/v2/assets/icons/circle-xmark.d.ts +2 -0
- package/dist/v2/assets/icons/circle-xmark.js +26 -0
- package/dist/v2/assets/icons/clipboard.d.ts +2 -0
- package/dist/v2/assets/icons/clipboard.js +29 -0
- package/dist/v2/assets/icons/clock.d.ts +2 -0
- package/dist/v2/assets/icons/clock.js +26 -0
- package/dist/v2/assets/icons/dots.d.ts +2 -0
- package/dist/v2/assets/icons/dots.js +29 -0
- package/dist/v2/assets/icons/download.d.ts +2 -0
- package/dist/v2/assets/icons/download.js +23 -0
- package/dist/v2/assets/icons/edit.d.ts +2 -0
- package/dist/v2/assets/icons/edit.js +29 -0
- package/dist/v2/assets/icons/envelope.d.ts +2 -0
- package/dist/v2/assets/icons/envelope.js +29 -0
- package/dist/v2/assets/icons/expand.d.ts +2 -0
- package/dist/v2/assets/icons/expand.js +29 -0
- package/dist/v2/assets/icons/export.d.ts +2 -0
- package/dist/v2/assets/icons/export.js +23 -0
- package/dist/v2/assets/icons/external-link.d.ts +2 -0
- package/dist/v2/assets/icons/external-link.js +29 -0
- package/dist/v2/assets/icons/eye-crossed.d.ts +2 -0
- package/dist/v2/assets/icons/eye-crossed.js +42 -0
- package/dist/v2/assets/icons/eye.d.ts +2 -0
- package/dist/v2/assets/icons/eye.js +26 -0
- package/dist/v2/assets/icons/file.d.ts +2 -0
- package/dist/v2/assets/icons/file.js +29 -0
- package/dist/v2/assets/icons/filter.d.ts +2 -0
- package/dist/v2/assets/icons/filter.js +23 -0
- package/dist/v2/assets/icons/folder-open.d.ts +2 -0
- package/dist/v2/assets/icons/folder-open.js +29 -0
- package/dist/v2/assets/icons/folder.d.ts +2 -0
- package/dist/v2/assets/icons/folder.js +29 -0
- package/dist/v2/assets/icons/full-screen.d.ts +2 -0
- package/dist/v2/assets/icons/full-screen.js +29 -0
- package/dist/v2/assets/icons/grid.d.ts +2 -0
- package/dist/v2/assets/icons/grid.js +23 -0
- package/dist/v2/assets/icons/import.d.ts +2 -0
- package/dist/v2/assets/icons/import.js +23 -0
- package/dist/v2/assets/icons/index.d.ts +114 -0
- package/dist/v2/assets/icons/layers.d.ts +2 -0
- package/dist/v2/assets/icons/layers.js +31 -0
- package/dist/v2/assets/icons/location.d.ts +2 -0
- package/dist/v2/assets/icons/location.js +29 -0
- package/dist/v2/assets/icons/lock.d.ts +2 -0
- package/dist/v2/assets/icons/lock.js +26 -0
- package/dist/v2/assets/icons/magnifier.d.ts +2 -0
- package/dist/v2/assets/icons/magnifier.js +26 -0
- package/dist/v2/assets/icons/map.d.ts +2 -0
- package/dist/v2/assets/icons/map.js +29 -0
- package/dist/v2/assets/icons/maximize.d.ts +2 -0
- package/dist/v2/assets/icons/maximize.js +23 -0
- package/dist/v2/assets/icons/media-next.d.ts +2 -0
- package/dist/v2/assets/icons/media-next.js +23 -0
- package/dist/v2/assets/icons/media-pause.d.ts +2 -0
- package/dist/v2/assets/icons/media-pause.js +23 -0
- package/dist/v2/assets/icons/media-play.d.ts +2 -0
- package/dist/v2/assets/icons/media-play.js +23 -0
- package/dist/v2/assets/icons/media-previous.d.ts +2 -0
- package/dist/v2/assets/icons/media-previous.js +23 -0
- package/dist/v2/assets/icons/media-stop.d.ts +2 -0
- package/dist/v2/assets/icons/media-stop.js +23 -0
- package/dist/v2/assets/icons/menu.d.ts +2 -0
- package/dist/v2/assets/icons/menu.js +23 -0
- package/dist/v2/assets/icons/minimize.d.ts +2 -0
- package/dist/v2/assets/icons/minimize.js +23 -0
- package/dist/v2/assets/icons/minus.d.ts +2 -0
- package/dist/v2/assets/icons/minus.js +23 -0
- package/dist/v2/assets/icons/money.d.ts +2 -0
- package/dist/v2/assets/icons/money.js +26 -0
- package/dist/v2/assets/icons/more.d.ts +2 -0
- package/dist/v2/assets/icons/more.js +27 -0
- package/dist/v2/assets/icons/msg.d.ts +2 -0
- package/dist/v2/assets/icons/msg.js +29 -0
- package/dist/v2/assets/icons/notification.d.ts +2 -0
- package/dist/v2/assets/icons/notification.js +29 -0
- package/dist/v2/assets/icons/percentage.d.ts +2 -0
- package/dist/v2/assets/icons/percentage.js +63 -0
- package/dist/v2/assets/icons/pin.d.ts +2 -0
- package/dist/v2/assets/icons/pin.js +29 -0
- package/dist/v2/assets/icons/plus.d.ts +2 -0
- package/dist/v2/assets/icons/plus.js +23 -0
- package/dist/v2/assets/icons/radio-checked.d.ts +2 -0
- package/dist/v2/assets/icons/radio-checked.js +26 -0
- package/dist/v2/assets/icons/radio-unchecked.d.ts +2 -0
- package/dist/v2/assets/icons/radio-unchecked.js +23 -0
- package/dist/v2/assets/icons/reduce.d.ts +2 -0
- package/dist/v2/assets/icons/reduce.js +23 -0
- package/dist/v2/assets/icons/refresh.d.ts +2 -0
- package/dist/v2/assets/icons/refresh.js +38 -0
- package/dist/v2/assets/icons/settings.d.ts +2 -0
- package/dist/v2/assets/icons/settings.js +34 -0
- package/dist/v2/assets/icons/share.d.ts +2 -0
- package/dist/v2/assets/icons/share.js +29 -0
- package/dist/v2/assets/icons/slash.d.ts +2 -0
- package/dist/v2/assets/icons/slash.js +32 -0
- package/dist/v2/assets/icons/sort.d.ts +2 -0
- package/dist/v2/assets/icons/sort.js +32 -0
- package/dist/v2/assets/icons/star-filled.d.ts +2 -0
- package/dist/v2/assets/icons/star-filled.js +34 -0
- package/dist/v2/assets/icons/timer.d.ts +2 -0
- package/dist/v2/assets/icons/timer.js +27 -0
- package/dist/v2/assets/icons/trash.d.ts +2 -0
- package/dist/v2/assets/icons/trash.js +29 -0
- package/dist/v2/assets/icons/unlock.d.ts +2 -0
- package/dist/v2/assets/icons/unlock.js +26 -0
- package/dist/v2/assets/icons/upload.d.ts +2 -0
- package/dist/v2/assets/icons/upload.js +23 -0
- package/dist/v2/assets/icons/user.d.ts +2 -0
- package/dist/v2/assets/icons/user.js +26 -0
- package/dist/v2/assets/icons/users.d.ts +2 -0
- package/dist/v2/assets/icons/users.js +27 -0
- package/dist/v2/assets/icons/xmark.d.ts +2 -0
- package/dist/v2/assets/icons/xmark.js +29 -0
- package/dist/v2/assets/index.d.ts +2 -0
- package/dist/v2/atoms/actions/breadcrumb-link.d.ts +6 -0
- package/dist/v2/atoms/actions/breadcrumb-link.js +58 -0
- package/dist/v2/atoms/actions/button.d.ts +13 -0
- package/dist/v2/atoms/actions/button.js +58 -0
- package/dist/v2/atoms/actions/index.d.ts +3 -0
- package/dist/v2/atoms/actions/tab-button.d.ts +10 -0
- package/dist/v2/atoms/actions/tab-button.js +52 -0
- package/dist/v2/atoms/actions/tooltip.d.ts +8 -0
- package/dist/v2/atoms/actions/tooltip.js +22 -0
- package/dist/v2/atoms/index.d.ts +3 -0
- package/dist/v2/atoms/indicators/badge.d.ts +14 -0
- package/dist/v2/atoms/indicators/badge.js +99 -0
- package/dist/v2/atoms/indicators/featured-icon.d.ts +12 -0
- package/dist/v2/atoms/indicators/featured-icon.js +110 -0
- package/dist/v2/atoms/indicators/index.d.ts +4 -0
- package/dist/v2/atoms/indicators/number-badge.d.ts +9 -0
- package/dist/v2/atoms/indicators/number-badge.js +42 -0
- package/dist/v2/atoms/indicators/stepper.d.ts +9 -0
- package/dist/v2/atoms/indicators/stepper.js +86 -0
- package/dist/v2/atoms/inputs/index.d.ts +2 -0
- package/dist/v2/atoms/inputs/input.d.ts +16 -0
- package/dist/v2/atoms/inputs/input.js +94 -0
- package/dist/v2/atoms/inputs/label.d.ts +18 -0
- package/dist/v2/atoms/inputs/label.js +66 -0
- package/dist/v2/index.d.ts +4 -0
- package/dist/v2/molecules/actions/breadcrumb-group.d.ts +6 -0
- package/dist/v2/molecules/actions/breadcrumb-group.js +6 -0
- package/dist/v2/molecules/actions/index.d.ts +1 -0
- package/dist/v2/molecules/actions/tab-group.d.ts +6 -0
- package/dist/v2/molecules/actions/tab-group.js +16 -0
- package/dist/v2/molecules/index.d.ts +2 -0
- package/dist/v2/molecules/kpi-card/index.d.ts +2 -0
- package/dist/v2/molecules/kpi-card/kpi-card.d.ts +3 -0
- package/dist/v2/molecules/kpi-card/kpi-card.js +82 -0
- package/dist/v2/molecules/kpi-card/kpi-card.type.d.ts +20 -0
- package/dist/v2/organisms/field/field-error.d.ts +6 -0
- package/dist/v2/organisms/field/field-group.d.ts +2 -0
- package/dist/v2/organisms/field/field-set.d.ts +2 -0
- package/dist/v2/organisms/field/field.d.ts +12 -0
- package/dist/v2/organisms/index.d.ts +3 -0
- package/dist/v2/organisms/kpi-card-group.d.ts +7 -0
- package/dist/v2/organisms/kpi-card-group.js +19 -0
- package/dist/v2/organisms/sidebar/z2-sidebar-header.d.ts +0 -0
- package/dist/v2/organisms/sidebar/z2-sidebar.d.ts +0 -0
- package/dist/v2/organisms/tab-bar.d.ts +7 -0
- package/dist/v2/organisms/tab-bar.js +11 -0
- package/dist/v2/organisms/topbar.d.ts +6 -0
- package/dist/v2/organisms/topbar.js +20 -0
- package/package.json +1 -1
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
interface BreadcrumbLinkProps extends Omit<React.ComponentProps<'a'>, 'type' | 'children'> {
|
|
2
|
+
label: string;
|
|
3
|
+
type: 'previous' | 'current';
|
|
4
|
+
}
|
|
5
|
+
declare function BreadcrumbLink({ className, type, label, ...props }: BreadcrumbLinkProps): import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
export { BreadcrumbLink, type BreadcrumbLinkProps };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { VariantProps } from 'class-variance-authority';
|
|
2
|
+
declare const z2ButtonVariants: (props?: ({
|
|
3
|
+
variant?: "danger" | "ghost" | "primary" | "secondary" | "tertiary" | null | undefined;
|
|
4
|
+
size?: "small" | "large" | "medium" | null | undefined;
|
|
5
|
+
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
|
6
|
+
interface Z2ButtonProps extends Omit<React.ComponentProps<'button'>, 'children'>, VariantProps<typeof z2ButtonVariants> {
|
|
7
|
+
asChild?: boolean;
|
|
8
|
+
leadingIcon?: React.ReactNode;
|
|
9
|
+
trailingIcon?: React.ReactNode;
|
|
10
|
+
label?: string;
|
|
11
|
+
}
|
|
12
|
+
declare function Z2Button({ className, variant, size, asChild, leadingIcon, trailingIcon, label, ...props }: Z2ButtonProps): import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
export { Z2Button, z2ButtonVariants, type Z2ButtonProps };
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface TabButtonProps extends Omit<React.ComponentProps<'button'>, 'children'> {
|
|
3
|
+
label?: string;
|
|
4
|
+
numberBadgeLabel?: string;
|
|
5
|
+
active?: boolean;
|
|
6
|
+
leadingIcon?: React.ReactNode | null;
|
|
7
|
+
trailingIcon?: React.ReactNode | null;
|
|
8
|
+
}
|
|
9
|
+
declare function TabButton({ className, label, numberBadgeLabel, leadingIcon, trailingIcon, active, disabled, ...props }: TabButtonProps): import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
export { TabButton, type TabButtonProps };
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as RadixTooltip from '@radix-ui/react-tooltip';
|
|
2
|
+
interface TooltipProps extends Omit<RadixTooltip.TooltipContentProps, 'children' | 'asChild'> {
|
|
3
|
+
children: React.ReactNode;
|
|
4
|
+
title: string;
|
|
5
|
+
description?: string;
|
|
6
|
+
}
|
|
7
|
+
declare function Tooltip({ children, title, description, side }: TooltipProps): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export { Tooltip, TooltipProps };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { type VariantProps } from 'class-variance-authority';
|
|
3
|
+
declare const z2BadgeVariants: (props?: ({
|
|
4
|
+
color?: "success" | "warning" | "danger" | "neutral" | "brand" | null | undefined;
|
|
5
|
+
size?: "small" | "large" | "medium" | null | undefined;
|
|
6
|
+
type?: "pill" | "plain" | null | undefined;
|
|
7
|
+
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
|
8
|
+
declare function Z2Badge({ className, color, size, type, label, leadingIcon, trailingIcon, numberBadge, ...props }: Omit<React.ComponentProps<'span'>, 'children'> & VariantProps<typeof z2BadgeVariants> & {
|
|
9
|
+
label?: string;
|
|
10
|
+
leadingIcon?: React.ReactNode;
|
|
11
|
+
trailingIcon?: React.ReactNode;
|
|
12
|
+
numberBadge?: number;
|
|
13
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
14
|
+
export { Z2Badge, z2BadgeVariants };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { VariantProps } from 'class-variance-authority';
|
|
3
|
+
declare const featuredIconVariants: (props?: ({
|
|
4
|
+
color?: "success" | "warning" | "neutral" | "brand" | "gray" | "error" | null | undefined;
|
|
5
|
+
size?: "small" | "large" | "medium" | null | undefined;
|
|
6
|
+
type?: "strong" | "subtle" | null | undefined;
|
|
7
|
+
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
|
8
|
+
type Z2FeaturedIconProps = Omit<React.ComponentProps<'span'>, 'children'> & VariantProps<typeof featuredIconVariants> & {
|
|
9
|
+
icon?: React.ReactNode;
|
|
10
|
+
};
|
|
11
|
+
declare function Z2FeaturedIcon({ className, color, size, type, icon, ...props }: Z2FeaturedIconProps): import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
export { Z2FeaturedIcon, type Z2FeaturedIconProps };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { type VariantProps } from 'class-variance-authority';
|
|
3
|
+
declare const numberBadgeVariants: (props?: ({
|
|
4
|
+
color?: "success" | "warning" | "neutral" | "brand" | "muted" | "error" | null | undefined;
|
|
5
|
+
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
|
6
|
+
declare function NumberBadge({ className, color, label, ...props }: Omit<React.ComponentProps<'span'>, 'children'> & VariantProps<typeof numberBadgeVariants> & {
|
|
7
|
+
label?: string;
|
|
8
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
export { NumberBadge, numberBadgeVariants };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
export interface StepperProps extends Omit<React.ComponentProps<'div'>, 'children'> {
|
|
3
|
+
label?: string;
|
|
4
|
+
progress?: 'incomplete' | 'active' | 'completed';
|
|
5
|
+
location?: 'default' | 'last';
|
|
6
|
+
disabled?: boolean;
|
|
7
|
+
}
|
|
8
|
+
declare function Stepper({ className, label, progress, location, disabled, ...props }: StepperProps): import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
export { Stepper };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
type Z2InputRoundness = 'FULL' | 'NONE' | 'LEFT' | 'RIGHT';
|
|
2
|
+
type Z2Semantic = 'info' | 'warning' | 'success' | 'danger';
|
|
3
|
+
interface Z2InputProps extends React.ComponentProps<'input'> {
|
|
4
|
+
leadingIcon?: React.ReactNode;
|
|
5
|
+
trailingIcon?: React.ReactNode;
|
|
6
|
+
roundness?: Z2InputRoundness;
|
|
7
|
+
semantic?: Z2Semantic;
|
|
8
|
+
dimension?: 'small' | 'medium' | 'large';
|
|
9
|
+
}
|
|
10
|
+
declare const inputContainerVariants: (props?: ({
|
|
11
|
+
dimension?: "small" | "large" | "medium" | null | undefined;
|
|
12
|
+
roundness?: "LEFT" | "RIGHT" | "FULL" | "NONE" | null | undefined;
|
|
13
|
+
semantic?: "success" | "warning" | "danger" | "info" | null | undefined;
|
|
14
|
+
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
|
15
|
+
declare function Z2Input({ className, type, leadingIcon, trailingIcon, dimension, roundness, semantic, ...props }: Z2InputProps): import("react/jsx-runtime").JSX.Element;
|
|
16
|
+
export { Z2Input, type Z2InputProps, type Z2InputRoundness, type Z2Semantic, inputContainerVariants, };
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
declare const labelVariants: (props?: ({
|
|
2
|
+
type?: "data" | "input" | null | undefined;
|
|
3
|
+
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
|
4
|
+
interface LabelProps {
|
|
5
|
+
htmlFor?: string;
|
|
6
|
+
className?: string;
|
|
7
|
+
type: 'input' | 'data';
|
|
8
|
+
label: string;
|
|
9
|
+
description?: string;
|
|
10
|
+
required?: boolean;
|
|
11
|
+
disabled?: boolean;
|
|
12
|
+
helperText?: string | {
|
|
13
|
+
title: string;
|
|
14
|
+
description?: string;
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
declare function Label({ htmlFor, className, type, label, description, required, disabled, helperText, }: LabelProps): import("react/jsx-runtime").JSX.Element;
|
|
18
|
+
export { Label, type LabelProps, labelVariants };
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { BreadcrumbLinkProps } from '../../atoms/actions/breadcrumb-link';
|
|
2
|
+
interface Z2BreadcrumbGroupProps {
|
|
3
|
+
links: BreadcrumbLinkProps[];
|
|
4
|
+
}
|
|
5
|
+
declare const Z2BreadcrumbGroup: ({ links }: Z2BreadcrumbGroupProps) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
export { Z2BreadcrumbGroup, type Z2BreadcrumbGroupProps };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './breadcrumb-group';
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Z2FeaturedIconProps } from '../../atoms/indicators/featured-icon';
|
|
3
|
+
import { Z2ButtonProps } from '../../atoms/actions/button';
|
|
4
|
+
export interface Z2KpiCardProps extends React.ComponentProps<'div'> {
|
|
5
|
+
header: Z2KpiCardHeaderProps;
|
|
6
|
+
footer: Z2KpiCardFooterProps;
|
|
7
|
+
active?: boolean;
|
|
8
|
+
}
|
|
9
|
+
export interface Z2KpiCardFooterProps extends React.ComponentProps<'div'> {
|
|
10
|
+
text: string;
|
|
11
|
+
icon?: React.ReactNode;
|
|
12
|
+
showIcon?: boolean;
|
|
13
|
+
featuredIcon?: Z2FeaturedIconProps;
|
|
14
|
+
}
|
|
15
|
+
export interface Z2KpiCardHeaderProps extends React.ComponentProps<'div'> {
|
|
16
|
+
title: string;
|
|
17
|
+
description?: string;
|
|
18
|
+
infoButton?: Z2ButtonProps;
|
|
19
|
+
moreActions?: Z2ButtonProps;
|
|
20
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { type VariantProps } from 'class-variance-authority';
|
|
2
|
+
import { LabelProps } from '../../atoms/inputs/label';
|
|
3
|
+
declare const fieldVariants: (props?: ({
|
|
4
|
+
orientation?: "horizontal" | "vertical" | "responsive" | null | undefined;
|
|
5
|
+
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
|
6
|
+
declare function Field({ className, orientation, ...props }: React.ComponentProps<'div'> & VariantProps<typeof fieldVariants>): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
declare function FieldContent({ className, ...props }: React.ComponentProps<'div'>): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
declare function FieldLabel({ label, description, required, disabled, helperText, className, }: Omit<LabelProps, 'type'>): import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
declare function FieldSeparator({ children, className, ...props }: React.ComponentProps<'div'> & {
|
|
10
|
+
children?: React.ReactNode;
|
|
11
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
export { Field, FieldLabel, FieldSeparator, FieldContent };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Z2KpiCardProps } from '../molecules';
|
|
3
|
+
interface Z2KpiCardGroupProps extends Omit<React.ComponentProps<'div'>, 'children'> {
|
|
4
|
+
cards: Z2KpiCardProps[];
|
|
5
|
+
}
|
|
6
|
+
declare const Z2KpiCardGroup: ({ className, cards, ...props }: Z2KpiCardGroupProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export { Z2KpiCardGroup, type Z2KpiCardGroupProps };
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { TabGroupProps } from '../molecules/actions/tab-group';
|
|
3
|
+
interface TabBarProps extends TabGroupProps {
|
|
4
|
+
children?: React.ReactNode;
|
|
5
|
+
}
|
|
6
|
+
declare function TabBar({ tabs, children }: TabBarProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export { TabBar, type TabBarProps };
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { BreadcrumbLinkProps } from '../atoms/actions/breadcrumb-link';
|
|
2
|
+
interface TopbarProps extends React.ComponentProps<'div'> {
|
|
3
|
+
breadcrumbLinks: BreadcrumbLinkProps[];
|
|
4
|
+
}
|
|
5
|
+
declare const Topbar: ({ breadcrumbLinks, className, children, ...props }: TopbarProps) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
export { Topbar };
|
|
@@ -0,0 +1,191 @@
|
|
|
1
|
+
import { DotsIcon as m } from "./icons/dots.js";
|
|
2
|
+
import { SlashIcon as i } from "./icons/slash.js";
|
|
3
|
+
import { PercentageIcon as e } from "./icons/percentage.js";
|
|
4
|
+
import { ArrowDownIcon as c } from "./icons/arrow-down.js";
|
|
5
|
+
import { ArrowLeftIcon as n } from "./icons/arrow-left.js";
|
|
6
|
+
import { ArrowUpIcon as t } from "./icons/arrow-up.js";
|
|
7
|
+
import { ArrowRightIcon as p } from "./icons/arrow-right.js";
|
|
8
|
+
import { ChevronDownIcon as f } from "./icons/chevron-down.js";
|
|
9
|
+
import { ChevronUpIcon as I } from "./icons/chevron-up.js";
|
|
10
|
+
import { ChevronLeftIcon as a } from "./icons/chevron-left.js";
|
|
11
|
+
import { ChevronRightIcon as l } from "./icons/chevron-right.js";
|
|
12
|
+
import { CaretDownIcon as d } from "./icons/caret-down.js";
|
|
13
|
+
import { CaretUpIcon as s } from "./icons/caret-up.js";
|
|
14
|
+
import { CaretLeftIcon as h } from "./icons/caret-left.js";
|
|
15
|
+
import { CaretRightIcon as C } from "./icons/caret-right.js";
|
|
16
|
+
import { CircleCheckIcon as k } from "./icons/circle-check.js";
|
|
17
|
+
import { CircleCheckFilled as u } from "./icons/circle-check-filled.js";
|
|
18
|
+
import { CircleWarningIcon as g } from "./icons/circle-warning.js";
|
|
19
|
+
import { XmarkIcon as w } from "./icons/xmark.js";
|
|
20
|
+
import { CircleXmarkIcon as M } from "./icons/circle-xmark.js";
|
|
21
|
+
import { CircleMinusIcon as x } from "./icons/circle-minus.js";
|
|
22
|
+
import { CirclePlusIcon as U } from "./icons/circle-plus.js";
|
|
23
|
+
import { DownloadIcon as L } from "./icons/download.js";
|
|
24
|
+
import { UploadIcon as v } from "./icons/upload.js";
|
|
25
|
+
import { RefreshIcon as P } from "./icons/refresh.js";
|
|
26
|
+
import { ExportIcon as R } from "./icons/export.js";
|
|
27
|
+
import { ImportIcon as y } from "./icons/import.js";
|
|
28
|
+
import { ShareIcon as S } from "./icons/share.js";
|
|
29
|
+
import { ExternalLinkIcon as A } from "./icons/external-link.js";
|
|
30
|
+
import { ExpandIcon as F } from "./icons/expand.js";
|
|
31
|
+
import { ReduceIcon as D } from "./icons/reduce.js";
|
|
32
|
+
import { MaximizeIcon as b } from "./icons/maximize.js";
|
|
33
|
+
import { MinimizeIcon as E } from "./icons/minimize.js";
|
|
34
|
+
import { FullScreenIcon as z } from "./icons/full-screen.js";
|
|
35
|
+
import { FileIcon as N } from "./icons/file.js";
|
|
36
|
+
import { FolderIcon as O } from "./icons/folder.js";
|
|
37
|
+
import { FolderOpenIcon as X } from "./icons/folder-open.js";
|
|
38
|
+
import { ClipboardIcon as Q } from "./icons/clipboard.js";
|
|
39
|
+
import { EnvelopeIcon as T } from "./icons/envelope.js";
|
|
40
|
+
import { MsgIcon as W } from "./icons/msg.js";
|
|
41
|
+
import { NotificationIcon as B } from "./icons/notification.js";
|
|
42
|
+
import { BellIcon as G } from "./icons/bell.js";
|
|
43
|
+
import { MediaPlayIcon as _ } from "./icons/media-play.js";
|
|
44
|
+
import { MediaPauseIcon as j } from "./icons/media-pause.js";
|
|
45
|
+
import { MediaStopIcon as q } from "./icons/media-stop.js";
|
|
46
|
+
import { MediaNextIcon as H } from "./icons/media-next.js";
|
|
47
|
+
import { MediaPreviousIcon as J } from "./icons/media-previous.js";
|
|
48
|
+
import { ClockIcon as K } from "./icons/clock.js";
|
|
49
|
+
import { CalendarIcon as V } from "./icons/calendar.js";
|
|
50
|
+
import { TimerIcon as Y } from "./icons/timer.js";
|
|
51
|
+
import { UserIcon as Z } from "./icons/user.js";
|
|
52
|
+
import { UsersIcon as $ } from "./icons/users.js";
|
|
53
|
+
import { LocationIcon as oo } from "./icons/location.js";
|
|
54
|
+
import { MapIcon as ro } from "./icons/map.js";
|
|
55
|
+
import { PinIcon as mo } from "./icons/pin.js";
|
|
56
|
+
import { CheckboxCheckedIcon as io } from "./icons/checkbox-checked.js";
|
|
57
|
+
import { CheckboxUncheckedIcon as eo } from "./icons/checkbox-unchecked.js";
|
|
58
|
+
import { RadioCheckedIcon as co } from "./icons/radio-checked.js";
|
|
59
|
+
import { RadioUncheckedIcon as no } from "./icons/radio-unchecked.js";
|
|
60
|
+
import { ChartIcon as to } from "./icons/chart.js";
|
|
61
|
+
import { MoneyIcon as po } from "./icons/money.js";
|
|
62
|
+
import { AwardIcon as fo } from "./icons/award.js";
|
|
63
|
+
import { GridIcon as Io } from "./icons/grid.js";
|
|
64
|
+
import { LayersIcon as ao } from "./icons/layers.js";
|
|
65
|
+
import { AlignLeftIcon as lo } from "./icons/align-left.js";
|
|
66
|
+
import { AlignRightIcon as so } from "./icons/align-right.js";
|
|
67
|
+
import { AlignCenterIcon as ho } from "./icons/align-center.js";
|
|
68
|
+
import { MagnifierIcon as Co } from "./icons/magnifier.js";
|
|
69
|
+
import { FilterIcon as ko } from "./icons/filter.js";
|
|
70
|
+
import { SortIcon as uo } from "./icons/sort.js";
|
|
71
|
+
import { SettingsIcon as go } from "./icons/settings.js";
|
|
72
|
+
import { MenuIcon as wo } from "./icons/menu.js";
|
|
73
|
+
import { MoreIcon as Mo } from "./icons/more.js";
|
|
74
|
+
import { LockIcon as xo } from "./icons/lock.js";
|
|
75
|
+
import { UnlockIcon as Uo } from "./icons/unlock.js";
|
|
76
|
+
import { EyeIcon as Lo } from "./icons/eye.js";
|
|
77
|
+
import { EyeCrossedIcon as vo } from "./icons/eye-crossed.js";
|
|
78
|
+
import { TrashIcon as Po } from "./icons/trash.js";
|
|
79
|
+
import { EditIcon as Ro } from "./icons/edit.js";
|
|
80
|
+
import { PlusIcon as yo } from "./icons/plus.js";
|
|
81
|
+
import { MinusIcon as So } from "./icons/minus.js";
|
|
82
|
+
import { StarFilled as Ao } from "./icons/star-filled.js";
|
|
83
|
+
import { CircleInfo as Fo } from "./icons/circle-info.js";
|
|
84
|
+
import { CircleQuestion as Do } from "./icons/circle-question.js";
|
|
85
|
+
import { CheckIcon as bo } from "./icons/check.js";
|
|
86
|
+
const lm = ({ name: o, ...r }) => Eo[o](r), Eo = {
|
|
87
|
+
// Existing icons
|
|
88
|
+
slash: i,
|
|
89
|
+
dots: m,
|
|
90
|
+
starFilled: Ao,
|
|
91
|
+
percentage: e,
|
|
92
|
+
circleInfo: Fo,
|
|
93
|
+
circleQuestion: Do,
|
|
94
|
+
// Arrows & Navigation
|
|
95
|
+
arrowDown: c,
|
|
96
|
+
arrowUp: t,
|
|
97
|
+
arrowLeft: n,
|
|
98
|
+
arrowRight: p,
|
|
99
|
+
chevronDown: f,
|
|
100
|
+
chevronUp: I,
|
|
101
|
+
chevronLeft: a,
|
|
102
|
+
chevronRight: l,
|
|
103
|
+
caretDown: d,
|
|
104
|
+
caretUp: s,
|
|
105
|
+
caretLeft: h,
|
|
106
|
+
caretRight: C,
|
|
107
|
+
// Status & Indicators
|
|
108
|
+
check: bo,
|
|
109
|
+
circleCheck: k,
|
|
110
|
+
circleCheckFilled: u,
|
|
111
|
+
circleWarning: g,
|
|
112
|
+
xmark: w,
|
|
113
|
+
circleXmark: M,
|
|
114
|
+
circleMinus: x,
|
|
115
|
+
circlePlus: U,
|
|
116
|
+
// Actions
|
|
117
|
+
download: L,
|
|
118
|
+
upload: v,
|
|
119
|
+
refresh: P,
|
|
120
|
+
export: R,
|
|
121
|
+
import: y,
|
|
122
|
+
share: S,
|
|
123
|
+
externalLink: A,
|
|
124
|
+
// UI Controls
|
|
125
|
+
expand: F,
|
|
126
|
+
reduce: D,
|
|
127
|
+
maximize: b,
|
|
128
|
+
minimize: E,
|
|
129
|
+
fullScreen: z,
|
|
130
|
+
// Files & Folders
|
|
131
|
+
file: N,
|
|
132
|
+
folder: O,
|
|
133
|
+
folderOpen: X,
|
|
134
|
+
clipboard: Q,
|
|
135
|
+
// Communication
|
|
136
|
+
envelope: T,
|
|
137
|
+
msg: W,
|
|
138
|
+
notification: B,
|
|
139
|
+
bell: G,
|
|
140
|
+
// Media
|
|
141
|
+
mediaPlay: _,
|
|
142
|
+
mediaPause: j,
|
|
143
|
+
mediaStop: q,
|
|
144
|
+
mediaNext: H,
|
|
145
|
+
mediaPrevious: J,
|
|
146
|
+
// Time
|
|
147
|
+
clock: K,
|
|
148
|
+
calendar: V,
|
|
149
|
+
timer: Y,
|
|
150
|
+
// Users
|
|
151
|
+
user: Z,
|
|
152
|
+
users: $,
|
|
153
|
+
// Location
|
|
154
|
+
location: oo,
|
|
155
|
+
map: ro,
|
|
156
|
+
pin: mo,
|
|
157
|
+
// Forms
|
|
158
|
+
checkboxChecked: io,
|
|
159
|
+
checkboxUnchecked: eo,
|
|
160
|
+
radioChecked: co,
|
|
161
|
+
radioUnchecked: no,
|
|
162
|
+
// Business
|
|
163
|
+
chart: to,
|
|
164
|
+
money: po,
|
|
165
|
+
award: fo,
|
|
166
|
+
// Layout
|
|
167
|
+
grid: Io,
|
|
168
|
+
layers: ao,
|
|
169
|
+
alignLeft: lo,
|
|
170
|
+
alignRight: so,
|
|
171
|
+
alignCenter: ho,
|
|
172
|
+
// Search & Filter
|
|
173
|
+
magnifier: Co,
|
|
174
|
+
filter: ko,
|
|
175
|
+
sort: uo,
|
|
176
|
+
// Misc
|
|
177
|
+
settings: go,
|
|
178
|
+
menu: wo,
|
|
179
|
+
more: Mo,
|
|
180
|
+
lock: xo,
|
|
181
|
+
unlock: Uo,
|
|
182
|
+
eye: Lo,
|
|
183
|
+
eyeCrossed: vo,
|
|
184
|
+
trash: Po,
|
|
185
|
+
edit: Ro,
|
|
186
|
+
plus: yo,
|
|
187
|
+
minus: So
|
|
188
|
+
};
|
|
189
|
+
export {
|
|
190
|
+
lm as default
|
|
191
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { SVGProps } from 'react';
|
|
2
|
+
export interface IconProps extends SVGProps<SVGSVGElement> {
|
|
3
|
+
secondaryfill?: string;
|
|
4
|
+
strokewidth?: number;
|
|
5
|
+
title?: string;
|
|
6
|
+
}
|
|
7
|
+
export type IconName = 'dots' | 'slash' | 'starFilled' | 'percentage' | 'circleInfo' | 'circleQuestion' | 'arrowDown' | 'arrowUp' | 'arrowLeft' | 'arrowRight' | 'chevronDown' | 'chevronUp' | 'chevronLeft' | 'chevronRight' | 'caretDown' | 'caretUp' | 'caretLeft' | 'caretRight' | 'check' | 'circleCheck' | 'circleWarning' | 'xmark' | 'circleXmark' | 'circleMinus' | 'circlePlus' | 'download' | 'upload' | 'refresh' | 'export' | 'import' | 'share' | 'externalLink' | 'expand' | 'reduce' | 'maximize' | 'minimize' | 'fullScreen' | 'file' | 'folder' | 'folderOpen' | 'clipboard' | 'envelope' | 'msg' | 'notification' | 'bell' | 'mediaPlay' | 'mediaPause' | 'mediaStop' | 'mediaNext' | 'mediaPrevious' | 'clock' | 'calendar' | 'timer' | 'user' | 'users' | 'location' | 'map' | 'pin' | 'checkboxChecked' | 'checkboxUnchecked' | 'radioChecked' | 'radioUnchecked' | 'chart' | 'money' | 'award' | 'grid' | 'layers' | 'alignLeft' | 'alignRight' | 'alignCenter' | 'magnifier' | 'filter' | 'sort' | 'settings' | 'menu' | 'more' | 'lock' | 'unlock' | 'eye' | 'eyeCrossed' | 'trash' | 'edit' | 'plus' | 'minus' | 'starFilled' | 'circleCheckFilled';
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
function i({
|
|
3
|
+
fill: e = "currentColor",
|
|
4
|
+
width: n = "1em",
|
|
5
|
+
height: t = "1em",
|
|
6
|
+
...o
|
|
7
|
+
}) {
|
|
8
|
+
return /* @__PURE__ */ r(
|
|
9
|
+
"svg",
|
|
10
|
+
{
|
|
11
|
+
"aria-hidden": "true",
|
|
12
|
+
height: t,
|
|
13
|
+
width: n,
|
|
14
|
+
viewBox: "0 0 16 16",
|
|
15
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16
|
+
...o,
|
|
17
|
+
children: /* @__PURE__ */ r("path", { d: "M2 3h12v1H2V3zm2 4h8v1H4V7zm1 4h6v1H5v-1z", fill: e })
|
|
18
|
+
}
|
|
19
|
+
);
|
|
20
|
+
}
|
|
21
|
+
export {
|
|
22
|
+
i as AlignCenterIcon
|
|
23
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
function i({
|
|
3
|
+
fill: e = "currentColor",
|
|
4
|
+
width: t = "1em",
|
|
5
|
+
height: n = "1em",
|
|
6
|
+
...o
|
|
7
|
+
}) {
|
|
8
|
+
return /* @__PURE__ */ r(
|
|
9
|
+
"svg",
|
|
10
|
+
{
|
|
11
|
+
"aria-hidden": "true",
|
|
12
|
+
height: n,
|
|
13
|
+
width: t,
|
|
14
|
+
viewBox: "0 0 16 16",
|
|
15
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16
|
+
...o,
|
|
17
|
+
children: /* @__PURE__ */ r("path", { d: "M2 3h12v1H2V3zm0 4h8v1H2V7zm0 4h10v1H2v-1z", fill: e })
|
|
18
|
+
}
|
|
19
|
+
);
|
|
20
|
+
}
|
|
21
|
+
export {
|
|
22
|
+
i as AlignLeftIcon
|
|
23
|
+
};
|