@ztwoint/z-ui 0.1.136 → 0.2.0-beta.1
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 +16 -10
- package/dist/components/table/components/cell/avatar-cell.d.ts +2 -2
- package/dist/components/table/components/cell/avatar-cell.js +11 -5
- package/dist/components/table/table-provider.js +9 -3
- package/dist/components/z2map/components/map-controls.js +2 -2
- package/dist/components/z2map/components/map-empty-state.js +1 -1
- package/dist/components/z2map/components/map-loading-state.js +1 -1
- package/dist/components/z2map/components/map-pin.js +3 -3
- package/dist/components/z2map/map.js +42 -42
- package/dist/css/config/config.css +1 -0
- package/dist/css/styles/tailwind.css +1 -1
- package/dist/index.d.ts +1 -4
- package/dist/index.js +385 -367
- 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 +1 -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 +9 -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 +17 -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 +9 -0
- package/dist/v2/atoms/actions/breadcrumb-link.js +61 -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 +17 -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
- package/dist/components/breadcrumb/z2-breadcrumb.js +0 -97
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
function i({
|
|
3
|
+
fill: e = "currentColor",
|
|
4
|
+
width: o = "1em",
|
|
5
|
+
height: t = "1em",
|
|
6
|
+
...n
|
|
7
|
+
}) {
|
|
8
|
+
return /* @__PURE__ */ r(
|
|
9
|
+
"svg",
|
|
10
|
+
{
|
|
11
|
+
"aria-hidden": "true",
|
|
12
|
+
height: t,
|
|
13
|
+
width: o,
|
|
14
|
+
viewBox: "0 0 16 16",
|
|
15
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16
|
+
...n,
|
|
17
|
+
children: /* @__PURE__ */ r(
|
|
18
|
+
"path",
|
|
19
|
+
{
|
|
20
|
+
d: "M4 1a1 1 0 00-1 1v12a1 1 0 001 1h8a1 1 0 001-1V5.414a1 1 0 00-.293-.707l-3-3A1 1 0 009.586 1H4zm0 1h5.586L12 5.414V14H4V2z",
|
|
21
|
+
fill: e
|
|
22
|
+
}
|
|
23
|
+
)
|
|
24
|
+
}
|
|
25
|
+
);
|
|
26
|
+
}
|
|
27
|
+
export {
|
|
28
|
+
i as FileIcon
|
|
29
|
+
};
|
|
@@ -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: o = "1em",
|
|
6
|
+
...n
|
|
7
|
+
}) {
|
|
8
|
+
return /* @__PURE__ */ r(
|
|
9
|
+
"svg",
|
|
10
|
+
{
|
|
11
|
+
"aria-hidden": "true",
|
|
12
|
+
height: o,
|
|
13
|
+
width: t,
|
|
14
|
+
viewBox: "0 0 16 16",
|
|
15
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16
|
+
...n,
|
|
17
|
+
children: /* @__PURE__ */ r("path", { d: "M2 3h12v1H2V3zm2 4h8v1H4V7zm3 4h2v1H7v-1z", fill: e })
|
|
18
|
+
}
|
|
19
|
+
);
|
|
20
|
+
}
|
|
21
|
+
export {
|
|
22
|
+
i as FilterIcon
|
|
23
|
+
};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
function h({
|
|
3
|
+
fill: e = "currentColor",
|
|
4
|
+
width: o = "1em",
|
|
5
|
+
height: n = "1em",
|
|
6
|
+
...t
|
|
7
|
+
}) {
|
|
8
|
+
return /* @__PURE__ */ r(
|
|
9
|
+
"svg",
|
|
10
|
+
{
|
|
11
|
+
"aria-hidden": "true",
|
|
12
|
+
height: n,
|
|
13
|
+
width: o,
|
|
14
|
+
viewBox: "0 0 16 16",
|
|
15
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16
|
+
...t,
|
|
17
|
+
children: /* @__PURE__ */ r(
|
|
18
|
+
"path",
|
|
19
|
+
{
|
|
20
|
+
d: "M2 4a1 1 0 00-1 1v8a1 1 0 001 1h12a1 1 0 001-1V6.414a1 1 0 00-.293-.707l-2-2A1 1 0 0011.586 3H8.414L7 1.586A1 1 0 006.414 1H2zm0 1h4.414L8 4.586A1 1 0 008.586 5H14v7H2V5z",
|
|
21
|
+
fill: e
|
|
22
|
+
}
|
|
23
|
+
)
|
|
24
|
+
}
|
|
25
|
+
);
|
|
26
|
+
}
|
|
27
|
+
export {
|
|
28
|
+
h as FolderOpenIcon
|
|
29
|
+
};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
function h({
|
|
3
|
+
fill: e = "currentColor",
|
|
4
|
+
width: o = "1em",
|
|
5
|
+
height: t = "1em",
|
|
6
|
+
...n
|
|
7
|
+
}) {
|
|
8
|
+
return /* @__PURE__ */ r(
|
|
9
|
+
"svg",
|
|
10
|
+
{
|
|
11
|
+
"aria-hidden": "true",
|
|
12
|
+
height: t,
|
|
13
|
+
width: o,
|
|
14
|
+
viewBox: "0 0 16 16",
|
|
15
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16
|
+
...n,
|
|
17
|
+
children: /* @__PURE__ */ r(
|
|
18
|
+
"path",
|
|
19
|
+
{
|
|
20
|
+
d: "M2 3a1 1 0 00-1 1v9a1 1 0 001 1h12a1 1 0 001-1V5a1 1 0 00-1-1H7.414L6 2.586A1 1 0 005.414 2H2zm0 1h3.414L7 5.414A1 1 0 007.586 6H14v7H2V4z",
|
|
21
|
+
fill: e
|
|
22
|
+
}
|
|
23
|
+
)
|
|
24
|
+
}
|
|
25
|
+
);
|
|
26
|
+
}
|
|
27
|
+
export {
|
|
28
|
+
h as FolderIcon
|
|
29
|
+
};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { jsx as h } from "react/jsx-runtime";
|
|
2
|
+
function t({
|
|
3
|
+
fill: r = "currentColor",
|
|
4
|
+
width: v = "1em",
|
|
5
|
+
height: e = "1em",
|
|
6
|
+
...n
|
|
7
|
+
}) {
|
|
8
|
+
return /* @__PURE__ */ h(
|
|
9
|
+
"svg",
|
|
10
|
+
{
|
|
11
|
+
"aria-hidden": "true",
|
|
12
|
+
height: e,
|
|
13
|
+
width: v,
|
|
14
|
+
viewBox: "0 0 16 16",
|
|
15
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16
|
+
...n,
|
|
17
|
+
children: /* @__PURE__ */ h(
|
|
18
|
+
"path",
|
|
19
|
+
{
|
|
20
|
+
d: "M2 2h4v1H3v3H2V2zm10-1h4v4h-1V3h-3V1zM2 14v-4h1v3h3v1H2zm14 0h-4v-1h3v-3h1v4z",
|
|
21
|
+
fill: r
|
|
22
|
+
}
|
|
23
|
+
)
|
|
24
|
+
}
|
|
25
|
+
);
|
|
26
|
+
}
|
|
27
|
+
export {
|
|
28
|
+
t as FullScreenIcon
|
|
29
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
function i({
|
|
3
|
+
fill: e = "currentColor",
|
|
4
|
+
width: o = "1em",
|
|
5
|
+
height: t = "1em",
|
|
6
|
+
...h
|
|
7
|
+
}) {
|
|
8
|
+
return /* @__PURE__ */ r(
|
|
9
|
+
"svg",
|
|
10
|
+
{
|
|
11
|
+
"aria-hidden": "true",
|
|
12
|
+
height: t,
|
|
13
|
+
width: o,
|
|
14
|
+
viewBox: "0 0 16 16",
|
|
15
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16
|
+
...h,
|
|
17
|
+
children: /* @__PURE__ */ r("path", { d: "M2 2h5v5H2V2zm7 0h5v5H9V2zM2 9h5v5H2V9zm7 0h5v5H9V9z", fill: e })
|
|
18
|
+
}
|
|
19
|
+
);
|
|
20
|
+
}
|
|
21
|
+
export {
|
|
22
|
+
i as GridIcon
|
|
23
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
function i({
|
|
3
|
+
fill: o = "currentColor",
|
|
4
|
+
width: t = "1em",
|
|
5
|
+
height: e = "1em",
|
|
6
|
+
...h
|
|
7
|
+
}) {
|
|
8
|
+
return /* @__PURE__ */ r(
|
|
9
|
+
"svg",
|
|
10
|
+
{
|
|
11
|
+
"aria-hidden": "true",
|
|
12
|
+
height: e,
|
|
13
|
+
width: t,
|
|
14
|
+
viewBox: "0 0 16 16",
|
|
15
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16
|
+
...h,
|
|
17
|
+
children: /* @__PURE__ */ r("path", { d: "M8 6l-3 3h2v4h2V9h2l-3-3zM3 13h10v1H3v-1z", fill: o })
|
|
18
|
+
}
|
|
19
|
+
);
|
|
20
|
+
}
|
|
21
|
+
export {
|
|
22
|
+
i as ImportIcon
|
|
23
|
+
};
|
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
export * from './dots';
|
|
2
|
+
export * from './slash';
|
|
3
|
+
export * from './percentage';
|
|
4
|
+
export * from './arrow-down';
|
|
5
|
+
export * from './arrow-left';
|
|
6
|
+
export * from './arrow-up';
|
|
7
|
+
export * from './arrow-right';
|
|
8
|
+
export * from './chevron-down';
|
|
9
|
+
export * from './chevron-up';
|
|
10
|
+
export * from './chevron-left';
|
|
11
|
+
export * from './chevron-right';
|
|
12
|
+
export * from './caret-down';
|
|
13
|
+
export * from './caret-up';
|
|
14
|
+
export * from './caret-left';
|
|
15
|
+
export * from './caret-right';
|
|
16
|
+
export * from './circle-check';
|
|
17
|
+
export * from './circle-check-filled';
|
|
18
|
+
export * from './circle-warning';
|
|
19
|
+
export * from './xmark';
|
|
20
|
+
export * from './circle-xmark';
|
|
21
|
+
export * from './circle-minus';
|
|
22
|
+
export * from './circle-plus';
|
|
23
|
+
export * from './download';
|
|
24
|
+
export * from './upload';
|
|
25
|
+
export * from './refresh';
|
|
26
|
+
export * from './export';
|
|
27
|
+
export * from './import';
|
|
28
|
+
export * from './share';
|
|
29
|
+
export * from './external-link';
|
|
30
|
+
export * from './expand';
|
|
31
|
+
export * from './reduce';
|
|
32
|
+
export * from './maximize';
|
|
33
|
+
export * from './minimize';
|
|
34
|
+
export * from './full-screen';
|
|
35
|
+
export * from './file';
|
|
36
|
+
export * from './folder';
|
|
37
|
+
export * from './folder-open';
|
|
38
|
+
export * from './clipboard';
|
|
39
|
+
export * from './envelope';
|
|
40
|
+
export * from './msg';
|
|
41
|
+
export * from './notification';
|
|
42
|
+
export * from './bell';
|
|
43
|
+
export * from './media-play';
|
|
44
|
+
export * from './media-pause';
|
|
45
|
+
export * from './media-stop';
|
|
46
|
+
export * from './media-next';
|
|
47
|
+
export * from './media-previous';
|
|
48
|
+
export * from './clock';
|
|
49
|
+
export * from './calendar';
|
|
50
|
+
export * from './timer';
|
|
51
|
+
export * from './user';
|
|
52
|
+
export * from './users';
|
|
53
|
+
export * from './location';
|
|
54
|
+
export * from './map';
|
|
55
|
+
export * from './pin';
|
|
56
|
+
export * from './checkbox-checked';
|
|
57
|
+
export * from './checkbox-unchecked';
|
|
58
|
+
export * from './radio-checked';
|
|
59
|
+
export * from './radio-unchecked';
|
|
60
|
+
export * from './chart';
|
|
61
|
+
export * from './money';
|
|
62
|
+
export * from './award';
|
|
63
|
+
export * from './grid';
|
|
64
|
+
export * from './layers';
|
|
65
|
+
export * from './align-left';
|
|
66
|
+
export * from './align-right';
|
|
67
|
+
export * from './align-center';
|
|
68
|
+
export * from './magnifier';
|
|
69
|
+
export * from './filter';
|
|
70
|
+
export * from './sort';
|
|
71
|
+
export * from './settings';
|
|
72
|
+
export * from './menu';
|
|
73
|
+
export * from './more';
|
|
74
|
+
export * from './lock';
|
|
75
|
+
export * from './unlock';
|
|
76
|
+
export * from './eye';
|
|
77
|
+
export * from './eye-crossed';
|
|
78
|
+
export * from './trash';
|
|
79
|
+
export * from './edit';
|
|
80
|
+
export * from './plus';
|
|
81
|
+
export * from './minus';
|
|
82
|
+
export * from './star-filled';
|
|
83
|
+
export * from './circle-info';
|
|
84
|
+
export * from './circle-question';
|
|
85
|
+
export * from './check';
|
|
86
|
+
export * from './circle-check';
|
|
87
|
+
export * from './circle-warning';
|
|
88
|
+
export * from './xmark';
|
|
89
|
+
export * from './circle-xmark';
|
|
90
|
+
export * from './circle-minus';
|
|
91
|
+
export * from './circle-plus';
|
|
92
|
+
export * from './download';
|
|
93
|
+
export * from './upload';
|
|
94
|
+
export * from './refresh';
|
|
95
|
+
export * from './export';
|
|
96
|
+
export * from './import';
|
|
97
|
+
export * from './share';
|
|
98
|
+
export * from './award';
|
|
99
|
+
export * from './calendar';
|
|
100
|
+
export * from './bell';
|
|
101
|
+
export * from './media-play';
|
|
102
|
+
export * from './media-pause';
|
|
103
|
+
export * from './media-stop';
|
|
104
|
+
export * from './media-next';
|
|
105
|
+
export * from './media-previous';
|
|
106
|
+
export * from './clock';
|
|
107
|
+
export * from './calendar';
|
|
108
|
+
export * from './timer';
|
|
109
|
+
export * from './user';
|
|
110
|
+
export * from './users';
|
|
111
|
+
export * from './location';
|
|
112
|
+
export * from './map';
|
|
113
|
+
export * from './pin';
|
|
114
|
+
export * from './checkbox-checked';
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
function l({
|
|
3
|
+
fill: e = "currentColor",
|
|
4
|
+
width: o = "1em",
|
|
5
|
+
height: t = "1em",
|
|
6
|
+
...n
|
|
7
|
+
}) {
|
|
8
|
+
return /* @__PURE__ */ r(
|
|
9
|
+
"svg",
|
|
10
|
+
{
|
|
11
|
+
"aria-hidden": "true",
|
|
12
|
+
height: t,
|
|
13
|
+
width: o,
|
|
14
|
+
viewBox: "0 0 16 16",
|
|
15
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16
|
+
...n,
|
|
17
|
+
children: /* @__PURE__ */ r(
|
|
18
|
+
"path",
|
|
19
|
+
{
|
|
20
|
+
d: "M2 3l6 3 6-3-6-3-6 3zm0 5l6 3 6-3M2 13l6 3 6-3",
|
|
21
|
+
stroke: e,
|
|
22
|
+
strokeWidth: "1.5",
|
|
23
|
+
fill: "none"
|
|
24
|
+
}
|
|
25
|
+
)
|
|
26
|
+
}
|
|
27
|
+
);
|
|
28
|
+
}
|
|
29
|
+
export {
|
|
30
|
+
l as LayersIcon
|
|
31
|
+
};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
function i({
|
|
3
|
+
fill: o = "currentColor",
|
|
4
|
+
width: t = "1em",
|
|
5
|
+
height: e = "1em",
|
|
6
|
+
...n
|
|
7
|
+
}) {
|
|
8
|
+
return /* @__PURE__ */ r(
|
|
9
|
+
"svg",
|
|
10
|
+
{
|
|
11
|
+
"aria-hidden": "true",
|
|
12
|
+
height: e,
|
|
13
|
+
width: t,
|
|
14
|
+
viewBox: "0 0 16 16",
|
|
15
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16
|
+
...n,
|
|
17
|
+
children: /* @__PURE__ */ r(
|
|
18
|
+
"path",
|
|
19
|
+
{
|
|
20
|
+
d: "M8 1a5 5 0 015 5c0 3.5-5 9-5 9s-5-5.5-5-9a5 5 0 015-5zm0 3a2 2 0 100 4 2 2 0 000-4z",
|
|
21
|
+
fill: o
|
|
22
|
+
}
|
|
23
|
+
)
|
|
24
|
+
}
|
|
25
|
+
);
|
|
26
|
+
}
|
|
27
|
+
export {
|
|
28
|
+
i as LocationIcon
|
|
29
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { jsxs as i, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
function h({
|
|
3
|
+
fill: r = "currentColor",
|
|
4
|
+
width: e = "1em",
|
|
5
|
+
height: o = "1em",
|
|
6
|
+
...n
|
|
7
|
+
}) {
|
|
8
|
+
return /* @__PURE__ */ i(
|
|
9
|
+
"svg",
|
|
10
|
+
{
|
|
11
|
+
"aria-hidden": "true",
|
|
12
|
+
height: o,
|
|
13
|
+
width: e,
|
|
14
|
+
viewBox: "0 0 16 16",
|
|
15
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16
|
+
...n,
|
|
17
|
+
children: [
|
|
18
|
+
/* @__PURE__ */ t("rect", { x: "4", y: "7", width: "8", height: "7", rx: "1", fill: "none", stroke: r, strokeWidth: "1.5" }),
|
|
19
|
+
/* @__PURE__ */ t("path", { d: "M5 7V5a3 3 0 016 0v2", stroke: r, strokeWidth: "1.5", fill: "none" })
|
|
20
|
+
]
|
|
21
|
+
}
|
|
22
|
+
);
|
|
23
|
+
}
|
|
24
|
+
export {
|
|
25
|
+
h as LockIcon
|
|
26
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { jsxs as i, jsx as e } from "react/jsx-runtime";
|
|
2
|
+
function c({
|
|
3
|
+
fill: r = "currentColor",
|
|
4
|
+
width: o = "1em",
|
|
5
|
+
height: t = "1em",
|
|
6
|
+
...n
|
|
7
|
+
}) {
|
|
8
|
+
return /* @__PURE__ */ i(
|
|
9
|
+
"svg",
|
|
10
|
+
{
|
|
11
|
+
"aria-hidden": "true",
|
|
12
|
+
height: t,
|
|
13
|
+
width: o,
|
|
14
|
+
viewBox: "0 0 16 16",
|
|
15
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16
|
+
...n,
|
|
17
|
+
children: [
|
|
18
|
+
/* @__PURE__ */ e("circle", { cx: "7", cy: "7", r: "4", fill: "none", stroke: r, strokeWidth: "1.5" }),
|
|
19
|
+
/* @__PURE__ */ e("path", { d: "M10 10l4 4", stroke: r, strokeWidth: "1.5", strokeLinecap: "round" })
|
|
20
|
+
]
|
|
21
|
+
}
|
|
22
|
+
);
|
|
23
|
+
}
|
|
24
|
+
export {
|
|
25
|
+
c as MagnifierIcon
|
|
26
|
+
};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
function m({
|
|
3
|
+
fill: e = "currentColor",
|
|
4
|
+
width: l = "1em",
|
|
5
|
+
height: o = "1em",
|
|
6
|
+
...t
|
|
7
|
+
}) {
|
|
8
|
+
return /* @__PURE__ */ r(
|
|
9
|
+
"svg",
|
|
10
|
+
{
|
|
11
|
+
"aria-hidden": "true",
|
|
12
|
+
height: o,
|
|
13
|
+
width: l,
|
|
14
|
+
viewBox: "0 0 16 16",
|
|
15
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16
|
+
...t,
|
|
17
|
+
children: /* @__PURE__ */ r(
|
|
18
|
+
"path",
|
|
19
|
+
{
|
|
20
|
+
d: "M2 3l4-1 4 1 4-1v10l-4 1-4-1-4 1V3zm2 .618v8.764l2-.5v-8.764l-2 .5zm6 .764v8.764l2-.5V4.882l-2 .5z",
|
|
21
|
+
fill: e
|
|
22
|
+
}
|
|
23
|
+
)
|
|
24
|
+
}
|
|
25
|
+
);
|
|
26
|
+
}
|
|
27
|
+
export {
|
|
28
|
+
m as MapIcon
|
|
29
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
function m({
|
|
3
|
+
fill: e = "currentColor",
|
|
4
|
+
width: o = "1em",
|
|
5
|
+
height: t = "1em",
|
|
6
|
+
...i
|
|
7
|
+
}) {
|
|
8
|
+
return /* @__PURE__ */ r(
|
|
9
|
+
"svg",
|
|
10
|
+
{
|
|
11
|
+
"aria-hidden": "true",
|
|
12
|
+
height: t,
|
|
13
|
+
width: o,
|
|
14
|
+
viewBox: "0 0 16 16",
|
|
15
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16
|
+
...i,
|
|
17
|
+
children: /* @__PURE__ */ r("path", { d: "M3 3h10v10H3V3zm1 1v8h8V4H4z", fill: e })
|
|
18
|
+
}
|
|
19
|
+
);
|
|
20
|
+
}
|
|
21
|
+
export {
|
|
22
|
+
m as MaximizeIcon
|
|
23
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
function h({
|
|
3
|
+
fill: e = "currentColor",
|
|
4
|
+
width: t = "1em",
|
|
5
|
+
height: o = "1em",
|
|
6
|
+
...n
|
|
7
|
+
}) {
|
|
8
|
+
return /* @__PURE__ */ r(
|
|
9
|
+
"svg",
|
|
10
|
+
{
|
|
11
|
+
"aria-hidden": "true",
|
|
12
|
+
height: o,
|
|
13
|
+
width: t,
|
|
14
|
+
viewBox: "0 0 16 16",
|
|
15
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16
|
+
...n,
|
|
17
|
+
children: /* @__PURE__ */ r("path", { d: "M4 3l6 5-6 5V3zm7 0v10h1V3h-1z", fill: e })
|
|
18
|
+
}
|
|
19
|
+
);
|
|
20
|
+
}
|
|
21
|
+
export {
|
|
22
|
+
h as MediaNextIcon
|
|
23
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
function h({
|
|
3
|
+
fill: e = "currentColor",
|
|
4
|
+
width: o = "1em",
|
|
5
|
+
height: t = "1em",
|
|
6
|
+
...n
|
|
7
|
+
}) {
|
|
8
|
+
return /* @__PURE__ */ r(
|
|
9
|
+
"svg",
|
|
10
|
+
{
|
|
11
|
+
"aria-hidden": "true",
|
|
12
|
+
height: t,
|
|
13
|
+
width: o,
|
|
14
|
+
viewBox: "0 0 16 16",
|
|
15
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16
|
+
...n,
|
|
17
|
+
children: /* @__PURE__ */ r("path", { d: "M5 3h2v10H5V3zm4 0h2v10H9V3z", fill: e })
|
|
18
|
+
}
|
|
19
|
+
);
|
|
20
|
+
}
|
|
21
|
+
export {
|
|
22
|
+
h as MediaPauseIcon
|
|
23
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
function a({
|
|
3
|
+
fill: e = "currentColor",
|
|
4
|
+
width: o = "1em",
|
|
5
|
+
height: t = "1em",
|
|
6
|
+
...n
|
|
7
|
+
}) {
|
|
8
|
+
return /* @__PURE__ */ r(
|
|
9
|
+
"svg",
|
|
10
|
+
{
|
|
11
|
+
"aria-hidden": "true",
|
|
12
|
+
height: t,
|
|
13
|
+
width: o,
|
|
14
|
+
viewBox: "0 0 16 16",
|
|
15
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16
|
+
...n,
|
|
17
|
+
children: /* @__PURE__ */ r("path", { d: "M5 3l8 5-8 5V3z", fill: e })
|
|
18
|
+
}
|
|
19
|
+
);
|
|
20
|
+
}
|
|
21
|
+
export {
|
|
22
|
+
a as MediaPlayIcon
|
|
23
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
function m({
|
|
3
|
+
fill: e = "currentColor",
|
|
4
|
+
width: o = "1em",
|
|
5
|
+
height: t = "1em",
|
|
6
|
+
...i
|
|
7
|
+
}) {
|
|
8
|
+
return /* @__PURE__ */ r(
|
|
9
|
+
"svg",
|
|
10
|
+
{
|
|
11
|
+
"aria-hidden": "true",
|
|
12
|
+
height: t,
|
|
13
|
+
width: o,
|
|
14
|
+
viewBox: "0 0 16 16",
|
|
15
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16
|
+
...i,
|
|
17
|
+
children: /* @__PURE__ */ r("path", { d: "M12 3L6 8l6 5V3zm-7 0v10H4V3h1z", fill: e })
|
|
18
|
+
}
|
|
19
|
+
);
|
|
20
|
+
}
|
|
21
|
+
export {
|
|
22
|
+
m as MediaPreviousIcon
|
|
23
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
function d({
|
|
3
|
+
fill: e = "currentColor",
|
|
4
|
+
width: o = "1em",
|
|
5
|
+
height: t = "1em",
|
|
6
|
+
...n
|
|
7
|
+
}) {
|
|
8
|
+
return /* @__PURE__ */ r(
|
|
9
|
+
"svg",
|
|
10
|
+
{
|
|
11
|
+
"aria-hidden": "true",
|
|
12
|
+
height: t,
|
|
13
|
+
width: o,
|
|
14
|
+
viewBox: "0 0 16 16",
|
|
15
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16
|
+
...n,
|
|
17
|
+
children: /* @__PURE__ */ r("path", { d: "M3 3h10v10H3V3z", fill: e })
|
|
18
|
+
}
|
|
19
|
+
);
|
|
20
|
+
}
|
|
21
|
+
export {
|
|
22
|
+
d as MediaStopIcon
|
|
23
|
+
};
|