@fibery/ui-kit 5.0.0 → 7.0.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 +33 -0
- package/package.json +26 -17
- package/scripts/generate-icons.ts +210 -0
- package/src/antd/input-number.tsx +1 -1
- package/src/badge.tsx +6 -1
- package/src/design-system/colors.ts +6 -0
- package/src/icons/ast/abort.ts +27 -2
- package/src/icons/ast/access-template.ts +29 -2
- package/src/icons/ast/activity-filled.ts +27 -2
- package/src/icons/ast/activity-log.ts +29 -2
- package/src/icons/ast/activity.ts +29 -2
- package/src/icons/ast/add-after.ts +37 -2
- package/src/icons/ast/add-before.ts +37 -2
- package/src/icons/ast/add-compact.ts +27 -2
- package/src/icons/ast/add.ts +27 -2
- package/src/icons/ast/ai-assistant-filled.ts +29 -2
- package/src/icons/ast/ai-assistant.ts +29 -2
- package/src/icons/ast/ai-fibery-build.ts +28 -2
- package/src/icons/ast/alert-triangle.ts +29 -2
- package/src/icons/ast/app.ts +27 -2
- package/src/icons/ast/appearance-auto.ts +27 -2
- package/src/icons/ast/appearance-dark.ts +29 -2
- package/src/icons/ast/appearance-light.ts +29 -2
- package/src/icons/ast/architect.ts +29 -2
- package/src/icons/ast/arrow-back.ts +27 -2
- package/src/icons/ast/arrow-bar-down.ts +27 -2
- package/src/icons/ast/arrow-bar-left.ts +27 -2
- package/src/icons/ast/arrow-bar-right.ts +27 -2
- package/src/icons/ast/arrow-bar-up.ts +27 -2
- package/src/icons/ast/arrow-collapse-vertical.ts +29 -2
- package/src/icons/ast/arrow-collapse.ts +29 -2
- package/src/icons/ast/arrow-down.ts +29 -2
- package/src/icons/ast/arrow-forward.ts +27 -2
- package/src/icons/ast/arrow-left.ts +29 -2
- package/src/icons/ast/arrow-right.ts +29 -2
- package/src/icons/ast/arrow-send.ts +27 -2
- package/src/icons/ast/arrow-up-circle.ts +35 -2
- package/src/icons/ast/arrow-up.ts +29 -2
- package/src/icons/ast/arrows-right-left.ts +29 -2
- package/src/icons/ast/ask-for-input.ts +35 -2
- package/src/icons/ast/asterisk.ts +31 -2
- package/src/icons/ast/atom.ts +39 -2
- package/src/icons/ast/avatar.ts +45 -2
- package/src/icons/ast/backlog.ts +29 -2
- package/src/icons/ast/bell-circle.ts +37 -2
- package/src/icons/ast/bell-off.ts +37 -2
- package/src/icons/ast/bell-ringing.ts +37 -2
- package/src/icons/ast/bell-x.ts +37 -2
- package/src/icons/ast/bring-forward.ts +27 -2
- package/src/icons/ast/bring-to-front.ts +29 -2
- package/src/icons/ast/cards.ts +29 -2
- package/src/icons/ast/chat-bubble.ts +37 -2
- package/src/icons/ast/chat-float.ts +37 -2
- package/src/icons/ast/chat-sidebar.ts +37 -2
- package/src/icons/ast/checked.ts +27 -2
- package/src/icons/ast/circle-check-filled.ts +29 -2
- package/src/icons/ast/circle-check.ts +39 -2
- package/src/icons/ast/circle-cross-filled.ts +29 -2
- package/src/icons/ast/circle-cross.ts +30 -2
- package/src/icons/ast/circle-info-filled.ts +29 -2
- package/src/icons/ast/circle-info.ts +35 -2
- package/src/icons/ast/circle-pause.ts +30 -2
- package/src/icons/ast/circle-play.ts +30 -2
- package/src/icons/ast/clear-input-filled.ts +29 -2
- package/src/icons/ast/clear.ts +37 -2
- package/src/icons/ast/clock-alarm.ts +37 -2
- package/src/icons/ast/clock-forward.ts +29 -2
- package/src/icons/ast/clock.ts +37 -2
- package/src/icons/ast/close.ts +27 -2
- package/src/icons/ast/collapse-all-horizontal.ts +31 -2
- package/src/icons/ast/collapse-all.ts +31 -2
- package/src/icons/ast/color-coding.ts +29 -2
- package/src/icons/ast/columns-2.ts +29 -2
- package/src/icons/ast/columns-4.ts +29 -2
- package/src/icons/ast/columns.ts +29 -2
- package/src/icons/ast/comment-bubble.ts +29 -2
- package/src/icons/ast/comments.ts +37 -2
- package/src/icons/ast/copy.ts +37 -2
- package/src/icons/ast/credits-filled.ts +30 -2
- package/src/icons/ast/crosshair.ts +29 -2
- package/src/icons/ast/database-add.ts +29 -2
- package/src/icons/ast/database-outline.ts +31 -2
- package/src/icons/ast/database.ts +29 -2
- package/src/icons/ast/date-range.ts +37 -2
- package/src/icons/ast/delete.ts +37 -2
- package/src/icons/ast/drag-block-handle.ts +29 -2
- package/src/icons/ast/drag-handle.ts +27 -2
- package/src/icons/ast/duplicate.ts +45 -2
- package/src/icons/ast/dynamic-filter-value.ts +29 -2
- package/src/icons/ast/email.ts +29 -2
- package/src/icons/ast/emoji-delete.ts +47 -2
- package/src/icons/ast/entity-create-filled.ts +35 -2
- package/src/icons/ast/entity-create.ts +29 -2
- package/src/icons/ast/entity-merge.ts +33 -2
- package/src/icons/ast/equation.ts +35 -2
- package/src/icons/ast/expand-all-horizontal.ts +31 -2
- package/src/icons/ast/expand-all.ts +29 -2
- package/src/icons/ast/export.ts +35 -2
- package/src/icons/ast/eye-off.ts +27 -2
- package/src/icons/ast/eye.ts +29 -2
- package/src/icons/ast/favorites-filled.ts +29 -2
- package/src/icons/ast/favorites-off.ts +37 -2
- package/src/icons/ast/favorites.ts +29 -2
- package/src/icons/ast/fibery-mono.ts +27 -2
- package/src/icons/ast/field-units-large.ts +29 -2
- package/src/icons/ast/fields.ts +39 -2
- package/src/icons/ast/file-archive.ts +27 -2
- package/src/icons/ast/file-counter.ts +27 -2
- package/src/icons/ast/file-document.ts +27 -2
- package/src/icons/ast/file-download.ts +39 -2
- package/src/icons/ast/file-image.ts +27 -2
- package/src/icons/ast/file-multiple.ts +27 -2
- package/src/icons/ast/file-other.ts +27 -2
- package/src/icons/ast/file-presentation.ts +27 -2
- package/src/icons/ast/file-table.ts +27 -2
- package/src/icons/ast/file-upload.ts +37 -2
- package/src/icons/ast/file-video.ts +27 -2
- package/src/icons/ast/files.ts +27 -2
- package/src/icons/ast/filter.ts +29 -2
- package/src/icons/ast/fit-to-screen.ts +27 -2
- package/src/icons/ast/focus-mode-off.ts +27 -2
- package/src/icons/ast/focus-mode.ts +27 -2
- package/src/icons/ast/folder-favorite.ts +27 -2
- package/src/icons/ast/folder-smart.ts +37 -2
- package/src/icons/ast/folder.ts +29 -2
- package/src/icons/ast/form-with-cover.ts +88 -2
- package/src/icons/ast/form-without-cover.ts +75 -2
- package/src/icons/ast/fullscreen-mode-off.ts +29 -2
- package/src/icons/ast/fullscreen-mode-on.ts +29 -2
- package/src/icons/ast/gift.ts +29 -2
- package/src/icons/ast/globe-simple.ts +29 -2
- package/src/icons/ast/globe-unpublish.ts +27 -2
- package/src/icons/ast/go-to.ts +29 -2
- package/src/icons/ast/graduation-cap-filled.ts +37 -2
- package/src/icons/ast/group-add.ts +39 -2
- package/src/icons/ast/headphones-ai.ts +37 -2
- package/src/icons/ast/headphones.ts +29 -2
- package/src/icons/ast/highlights.ts +29 -2
- package/src/icons/ast/hint.ts +37 -2
- package/src/icons/ast/home-filled.ts +29 -2
- package/src/icons/ast/home.ts +35 -2
- package/src/icons/ast/image-error.ts +39 -2
- package/src/icons/ast/import-filled.ts +37 -2
- package/src/icons/ast/import.ts +35 -2
- package/src/icons/ast/index.tsx +1 -1
- package/src/icons/ast/integration-add.ts +29 -2
- package/src/icons/ast/integration-discourse.ts +76 -2
- package/src/icons/ast/integration-fibery.ts +802 -2
- package/src/icons/ast/integration-figma.ts +67 -2
- package/src/icons/ast/integration-github.ts +29 -2
- package/src/icons/ast/integration-gitlab.ts +27 -2
- package/src/icons/ast/integration-google-drive.ts +76 -2
- package/src/icons/ast/integration-google-map.ts +67 -2
- package/src/icons/ast/integration-intercom.ts +31 -2
- package/src/icons/ast/integration-jira.ts +29 -2
- package/src/icons/ast/integration-loom.ts +31 -2
- package/src/icons/ast/integration-miro.ts +42 -2
- package/src/icons/ast/integration-mixpanel.ts +31 -2
- package/src/icons/ast/integration-slack.ts +56 -2
- package/src/icons/ast/integration-suggest.ts +29 -2
- package/src/icons/ast/integration-twitter.ts +44 -2
- package/src/icons/ast/integration-unsplash.ts +27 -2
- package/src/icons/ast/integration-youtube.ts +40 -2
- package/src/icons/ast/integration-zendesk.ts +33 -2
- package/src/icons/ast/integration.ts +37 -2
- package/src/icons/ast/integrations-filled.ts +37 -2
- package/src/icons/ast/items-timeline.ts +29 -2
- package/src/icons/ast/items.ts +29 -2
- package/src/icons/ast/key.ts +29 -2
- package/src/icons/ast/keyboard-hide-down.ts +37 -2
- package/src/icons/ast/lab.ts +37 -2
- package/src/icons/ast/layout-double.ts +29 -2
- package/src/icons/ast/layout-multiple.ts +27 -2
- package/src/icons/ast/layout-single.ts +29 -2
- package/src/icons/ast/levels.ts +29 -2
- package/src/icons/ast/limits.ts +30 -2
- package/src/icons/ast/line-divider.ts +29 -2
- package/src/icons/ast/line-jump.ts +35 -2
- package/src/icons/ast/link.ts +43 -2
- package/src/icons/ast/location-edit.ts +37 -2
- package/src/icons/ast/lock-filled.ts +29 -2
- package/src/icons/ast/lock.ts +33 -2
- package/src/icons/ast/logout.ts +35 -2
- package/src/icons/ast/loupe-zoom-in.ts +29 -2
- package/src/icons/ast/loupe-zoom-out.ts +37 -2
- package/src/icons/ast/map-mode.ts +29 -2
- package/src/icons/ast/markdown.ts +30 -2
- package/src/icons/ast/menu-collapser.ts +27 -2
- package/src/icons/ast/mermaid.ts +29 -2
- package/src/icons/ast/message-plus.ts +35 -2
- package/src/icons/ast/milestones.ts +29 -2
- package/src/icons/ast/minus.ts +29 -2
- package/src/icons/ast/mirror-off.ts +39 -2
- package/src/icons/ast/mirror-on.ts +29 -2
- package/src/icons/ast/monitor.ts +29 -2
- package/src/icons/ast/more-compact.ts +27 -2
- package/src/icons/ast/more.ts +27 -2
- package/src/icons/ast/move-down.ts +29 -2
- package/src/icons/ast/move-left.ts +29 -2
- package/src/icons/ast/move-right.ts +29 -2
- package/src/icons/ast/move-up.ts +29 -2
- package/src/icons/ast/no-border.ts +27 -2
- package/src/icons/ast/no-fill.ts +39 -2
- package/src/icons/ast/obj-child.ts +27 -2
- package/src/icons/ast/obj-m2m.ts +27 -2
- package/src/icons/ast/obj-o2o.ts +27 -2
- package/src/icons/ast/obj-parent.ts +27 -2
- package/src/icons/ast/obj-self.ts +27 -2
- package/src/icons/ast/on-schedule.ts +27 -2
- package/src/icons/ast/open-in-panel.ts +35 -2
- package/src/icons/ast/open-link.ts +35 -2
- package/src/icons/ast/page-regular-mode.ts +35 -2
- package/src/icons/ast/page-wide-mode.ts +35 -2
- package/src/icons/ast/panel-add.ts +29 -2
- package/src/icons/ast/pencil.ts +29 -2
- package/src/icons/ast/people-all.ts +29 -2
- package/src/icons/ast/people-check.ts +29 -2
- package/src/icons/ast/people-edit.ts +27 -2
- package/src/icons/ast/people-group-remove.ts +39 -2
- package/src/icons/ast/people-group.ts +29 -2
- package/src/icons/ast/people-invite.ts +37 -2
- package/src/icons/ast/people-remove.ts +37 -2
- package/src/icons/ast/people-role.ts +29 -2
- package/src/icons/ast/people-x.ts +39 -2
- package/src/icons/ast/people.ts +37 -2
- package/src/icons/ast/photo.ts +27 -2
- package/src/icons/ast/pin-filled.ts +33 -2
- package/src/icons/ast/pin.ts +29 -2
- package/src/icons/ast/plus.ts +29 -2
- package/src/icons/ast/preferences.ts +55 -2
- package/src/icons/ast/present-play.ts +39 -2
- package/src/icons/ast/present-stop.ts +27 -2
- package/src/icons/ast/print.ts +27 -2
- package/src/icons/ast/private-items.ts +33 -2
- package/src/icons/ast/propagate.ts +29 -2
- package/src/icons/ast/question.ts +29 -2
- package/src/icons/ast/reactions-add.ts +43 -2
- package/src/icons/ast/read-only.ts +29 -2
- package/src/icons/ast/redo.ts +27 -2
- package/src/icons/ast/references.ts +29 -2
- package/src/icons/ast/refresh.ts +27 -2
- package/src/icons/ast/remove.ts +27 -2
- package/src/icons/ast/reset-password.ts +37 -2
- package/src/icons/ast/richeditor-block-callout.ts +29 -2
- package/src/icons/ast/richeditor-block-code.ts +43 -2
- package/src/icons/ast/richeditor-block-embed.ts +29 -2
- package/src/icons/ast/richeditor-block-entity.ts +27 -2
- package/src/icons/ast/richeditor-block-file.ts +38 -2
- package/src/icons/ast/richeditor-block-h1.ts +29 -2
- package/src/icons/ast/richeditor-block-h2.ts +29 -2
- package/src/icons/ast/richeditor-block-h3.ts +29 -2
- package/src/icons/ast/richeditor-block-h4.ts +37 -2
- package/src/icons/ast/richeditor-block-mention.ts +27 -2
- package/src/icons/ast/richeditor-block-paragraph.ts +34 -2
- package/src/icons/ast/richeditor-block-quote.ts +34 -2
- package/src/icons/ast/richeditor-checklist-create.ts +44 -2
- package/src/icons/ast/richeditor-image-align-center.ts +37 -2
- package/src/icons/ast/richeditor-image-align-left.ts +37 -2
- package/src/icons/ast/richeditor-image-align-right.ts +37 -2
- package/src/icons/ast/richeditor-image.ts +29 -2
- package/src/icons/ast/richeditor-linkedhighlight-create.ts +34 -2
- package/src/icons/ast/richeditor-list-bullet.ts +29 -2
- package/src/icons/ast/richeditor-list-indent.ts +27 -2
- package/src/icons/ast/richeditor-list-ordered.ts +29 -2
- package/src/icons/ast/richeditor-list-unindent.ts +27 -2
- package/src/icons/ast/richeditor-mark-code.ts +27 -2
- package/src/icons/ast/richeditor-mark-em.ts +27 -2
- package/src/icons/ast/richeditor-mark-highlight.ts +27 -2
- package/src/icons/ast/richeditor-mark-strike.ts +27 -2
- package/src/icons/ast/richeditor-mark-strong.ts +27 -2
- package/src/icons/ast/richeditor-mark-text-background-color.ts +34 -2
- package/src/icons/ast/richeditor-mark-underline.ts +27 -2
- package/src/icons/ast/richeditor-table-create.ts +27 -2
- package/src/icons/ast/richeditor-video-upload.ts +36 -2
- package/src/icons/ast/rows.ts +29 -2
- package/src/icons/ast/rule.ts +29 -2
- package/src/icons/ast/search-add.ts +29 -2
- package/src/icons/ast/search-filled.ts +27 -2
- package/src/icons/ast/search-remove.ts +29 -2
- package/src/icons/ast/search.ts +29 -2
- package/src/icons/ast/self-reference-off.ts +27 -2
- package/src/icons/ast/self-reference-on.ts +27 -2
- package/src/icons/ast/send-backward.ts +27 -2
- package/src/icons/ast/send-to-back.ts +29 -2
- package/src/icons/ast/settings-filled.ts +29 -2
- package/src/icons/ast/settings.ts +29 -2
- package/src/icons/ast/share.ts +35 -2
- package/src/icons/ast/shield-keyhole.ts +39 -2
- package/src/icons/ast/show-author.ts +47 -2
- package/src/icons/ast/simple-compass.ts +28 -2
- package/src/icons/ast/slide-menu-filled.ts +29 -2
- package/src/icons/ast/slide-menu.ts +37 -2
- package/src/icons/ast/sort.ts +29 -2
- package/src/icons/ast/space-add.ts +47 -2
- package/src/icons/ast/space-app.ts +29 -2
- package/src/icons/ast/space-generate.ts +29 -2
- package/src/icons/ast/space-move.ts +29 -2
- package/src/icons/ast/space-scratch.ts +29 -2
- package/src/icons/ast/space-template.ts +29 -2
- package/src/icons/ast/spinner.ts +42 -2
- package/src/icons/ast/switch-to-text.ts +37 -2
- package/src/icons/ast/switch-to-widget.ts +35 -2
- package/src/icons/ast/table-layout.ts +31 -2
- package/src/icons/ast/templates-filled.ts +29 -2
- package/src/icons/ast/templates.ts +39 -2
- package/src/icons/ast/terminal.ts +37 -2
- package/src/icons/ast/text-no-wrap.ts +27 -2
- package/src/icons/ast/text-tool-align-bottom.ts +29 -2
- package/src/icons/ast/text-tool-align-middle.ts +29 -2
- package/src/icons/ast/text-tool-align-top.ts +29 -2
- package/src/icons/ast/text-wrap.ts +29 -2
- package/src/icons/ast/toc.ts +27 -2
- package/src/icons/ast/type-button.ts +29 -2
- package/src/icons/ast/type-checkbox.ts +44 -2
- package/src/icons/ast/type-date.ts +30 -2
- package/src/icons/ast/type-email.ts +27 -2
- package/src/icons/ast/type-emoji.ts +45 -2
- package/src/icons/ast/type-formula.ts +27 -2
- package/src/icons/ast/type-location.ts +29 -2
- package/src/icons/ast/type-lookup.ts +44 -2
- package/src/icons/ast/type-money.ts +27 -2
- package/src/icons/ast/type-multi-select.ts +27 -2
- package/src/icons/ast/type-number.ts +29 -2
- package/src/icons/ast/type-percent.ts +27 -2
- package/src/icons/ast/type-phone.ts +27 -2
- package/src/icons/ast/type-relation.ts +44 -2
- package/src/icons/ast/type-rich-text.ts +34 -2
- package/src/icons/ast/type-single-select.ts +27 -2
- package/src/icons/ast/type-text.ts +27 -2
- package/src/icons/ast/undo.ts +27 -2
- package/src/icons/ast/units-avatar.ts +33 -2
- package/src/icons/ast/units-collection.ts +33 -2
- package/src/icons/ast/units-counter.ts +33 -2
- package/src/icons/ast/units-date.ts +33 -2
- package/src/icons/ast/units-field-icon-button.ts +33 -2
- package/src/icons/ast/units-field.ts +31 -2
- package/src/icons/ast/units-input.ts +33 -2
- package/src/icons/ast/units-normal.ts +29 -2
- package/src/icons/ast/units-progress-bar.ts +33 -2
- package/src/icons/ast/units-rich-text.ts +31 -2
- package/src/icons/ast/units-snippet.ts +33 -2
- package/src/icons/ast/unlink.ts +43 -2
- package/src/icons/ast/unlock-filled.ts +33 -2
- package/src/icons/ast/unlock.ts +33 -2
- package/src/icons/ast/usb-flash-drive.ts +37 -2
- package/src/icons/ast/value-clear.ts +35 -2
- package/src/icons/ast/value-edit.ts +31 -2
- package/src/icons/ast/view-ai.ts +31 -2
- package/src/icons/ast/view-app.ts +27 -2
- package/src/icons/ast/view-board.ts +34 -2
- package/src/icons/ast/view-calendar.ts +34 -2
- package/src/icons/ast/view-canvas.ts +34 -2
- package/src/icons/ast/view-chart.ts +34 -2
- package/src/icons/ast/view-dashboard.ts +27 -2
- package/src/icons/ast/view-details.ts +34 -2
- package/src/icons/ast/view-document.ts +34 -2
- package/src/icons/ast/view-embed.ts +27 -2
- package/src/icons/ast/view-feed.ts +27 -2
- package/src/icons/ast/view-form.ts +27 -2
- package/src/icons/ast/view-gallery.ts +27 -2
- package/src/icons/ast/view-gantt.ts +27 -2
- package/src/icons/ast/view-list.ts +34 -2
- package/src/icons/ast/view-map.ts +29 -2
- package/src/icons/ast/view-page.ts +29 -2
- package/src/icons/ast/view-table.ts +34 -2
- package/src/icons/ast/view-timeline.ts +34 -2
- package/src/icons/ast/views.ts +27 -2
- package/src/icons/ast/warning-triangle-filled.ts +29 -2
- package/src/icons/ast/warning-triangle.ts +27 -2
- package/src/icons/ast/warning.ts +27 -2
- package/src/icons/ast/webhooks.ts +44 -2
- package/src/icons/ast/workflow.ts +27 -2
- package/src/icons/icons-integrity.test.ts +36 -4
- package/src/icons/react/abort.tsx +1 -1
- package/src/icons/react/access-template.tsx +1 -1
- package/src/icons/react/activity-filled.tsx +1 -1
- package/src/icons/react/activity-log.tsx +1 -1
- package/src/icons/react/activity.tsx +1 -1
- package/src/icons/react/add-after.tsx +1 -1
- package/src/icons/react/add-before.tsx +1 -1
- package/src/icons/react/add-compact.tsx +1 -1
- package/src/icons/react/add.tsx +1 -1
- package/src/icons/react/ai-assistant-filled.tsx +1 -1
- package/src/icons/react/ai-assistant.tsx +1 -1
- package/src/icons/react/ai-fibery-build.tsx +1 -1
- package/src/icons/react/alert-triangle.tsx +1 -1
- package/src/icons/react/app.tsx +1 -1
- package/src/icons/react/appearance-auto.tsx +1 -1
- package/src/icons/react/appearance-dark.tsx +1 -1
- package/src/icons/react/appearance-light.tsx +1 -1
- package/src/icons/react/architect.tsx +1 -1
- package/src/icons/react/arrow-back.tsx +1 -1
- package/src/icons/react/arrow-bar-down.tsx +1 -1
- package/src/icons/react/arrow-bar-left.tsx +1 -1
- package/src/icons/react/arrow-bar-right.tsx +1 -1
- package/src/icons/react/arrow-bar-up.tsx +1 -1
- package/src/icons/react/arrow-collapse-vertical.tsx +1 -1
- package/src/icons/react/arrow-collapse.tsx +1 -1
- package/src/icons/react/arrow-down.tsx +1 -1
- package/src/icons/react/arrow-forward.tsx +1 -1
- package/src/icons/react/arrow-left.tsx +1 -1
- package/src/icons/react/arrow-right.tsx +1 -1
- package/src/icons/react/arrow-send.tsx +1 -1
- package/src/icons/react/arrow-up-circle.tsx +1 -1
- package/src/icons/react/arrow-up.tsx +1 -1
- package/src/icons/react/arrows-right-left.tsx +1 -1
- package/src/icons/react/ask-for-input.tsx +1 -1
- package/src/icons/react/asterisk.tsx +1 -1
- package/src/icons/react/atom.tsx +1 -1
- package/src/icons/react/avatar.tsx +1 -1
- package/src/icons/react/backlog.tsx +1 -1
- package/src/icons/react/bell-circle.tsx +1 -1
- package/src/icons/react/bell-off.tsx +1 -1
- package/src/icons/react/bell-ringing.tsx +1 -1
- package/src/icons/react/bell-x.tsx +1 -1
- package/src/icons/react/bring-forward.tsx +1 -1
- package/src/icons/react/bring-to-front.tsx +1 -1
- package/src/icons/react/cards.tsx +1 -1
- package/src/icons/react/chat-bubble.tsx +1 -1
- package/src/icons/react/chat-float.tsx +1 -1
- package/src/icons/react/chat-sidebar.tsx +1 -1
- package/src/icons/react/checked.tsx +1 -1
- package/src/icons/react/circle-check-filled.tsx +1 -1
- package/src/icons/react/circle-check.tsx +1 -1
- package/src/icons/react/circle-cross-filled.tsx +1 -1
- package/src/icons/react/circle-cross.tsx +1 -1
- package/src/icons/react/circle-info-filled.tsx +1 -1
- package/src/icons/react/circle-info.tsx +1 -1
- package/src/icons/react/circle-pause.tsx +1 -1
- package/src/icons/react/circle-play.tsx +1 -1
- package/src/icons/react/clear-input-filled.tsx +1 -1
- package/src/icons/react/clear.tsx +1 -1
- package/src/icons/react/clock-alarm.tsx +1 -1
- package/src/icons/react/clock-forward.tsx +1 -1
- package/src/icons/react/clock.tsx +1 -1
- package/src/icons/react/close.tsx +1 -1
- package/src/icons/react/collapse-all-horizontal.tsx +1 -1
- package/src/icons/react/collapse-all.tsx +1 -1
- package/src/icons/react/color-coding.tsx +1 -1
- package/src/icons/react/columns-2.tsx +1 -1
- package/src/icons/react/columns-4.tsx +1 -1
- package/src/icons/react/columns.tsx +1 -1
- package/src/icons/react/comment-bubble.tsx +1 -1
- package/src/icons/react/comments.tsx +1 -1
- package/src/icons/react/copy.tsx +1 -1
- package/src/icons/react/credits-filled.tsx +1 -1
- package/src/icons/react/crosshair.tsx +1 -1
- package/src/icons/react/database-add.tsx +1 -1
- package/src/icons/react/database-outline.tsx +1 -1
- package/src/icons/react/database.tsx +1 -1
- package/src/icons/react/date-range.tsx +1 -1
- package/src/icons/react/delete.tsx +1 -1
- package/src/icons/react/drag-block-handle.tsx +1 -1
- package/src/icons/react/drag-handle.tsx +1 -1
- package/src/icons/react/duplicate.tsx +1 -1
- package/src/icons/react/dynamic-filter-value.tsx +1 -1
- package/src/icons/react/email.tsx +1 -1
- package/src/icons/react/emoji-delete.tsx +1 -1
- package/src/icons/react/entity-create-filled.tsx +1 -1
- package/src/icons/react/entity-create.tsx +1 -1
- package/src/icons/react/entity-merge.tsx +1 -1
- package/src/icons/react/equation.tsx +1 -1
- package/src/icons/react/expand-all-horizontal.tsx +1 -1
- package/src/icons/react/expand-all.tsx +1 -1
- package/src/icons/react/export.tsx +1 -1
- package/src/icons/react/eye-off.tsx +1 -1
- package/src/icons/react/eye.tsx +1 -1
- package/src/icons/react/favorites-filled.tsx +1 -1
- package/src/icons/react/favorites-off.tsx +1 -1
- package/src/icons/react/favorites.tsx +1 -1
- package/src/icons/react/fibery-mono.tsx +1 -1
- package/src/icons/react/field-units-large.tsx +1 -1
- package/src/icons/react/fields.tsx +1 -1
- package/src/icons/react/file-archive.tsx +1 -1
- package/src/icons/react/file-counter.tsx +1 -1
- package/src/icons/react/file-document.tsx +1 -1
- package/src/icons/react/file-download.tsx +1 -1
- package/src/icons/react/file-image.tsx +1 -1
- package/src/icons/react/file-multiple.tsx +1 -1
- package/src/icons/react/file-other.tsx +1 -1
- package/src/icons/react/file-presentation.tsx +1 -1
- package/src/icons/react/file-table.tsx +1 -1
- package/src/icons/react/file-upload.tsx +1 -1
- package/src/icons/react/file-video.tsx +1 -1
- package/src/icons/react/files.tsx +1 -1
- package/src/icons/react/filter.tsx +1 -1
- package/src/icons/react/fit-to-screen.tsx +1 -1
- package/src/icons/react/focus-mode-off.tsx +1 -1
- package/src/icons/react/focus-mode.tsx +1 -1
- package/src/icons/react/folder-favorite.tsx +1 -1
- package/src/icons/react/folder-smart.tsx +1 -1
- package/src/icons/react/folder.tsx +1 -1
- package/src/icons/react/form-with-cover.tsx +1 -1
- package/src/icons/react/form-without-cover.tsx +1 -1
- package/src/icons/react/fullscreen-mode-off.tsx +1 -1
- package/src/icons/react/fullscreen-mode-on.tsx +1 -1
- package/src/icons/react/gift.tsx +1 -1
- package/src/icons/react/globe-simple.tsx +1 -1
- package/src/icons/react/globe-unpublish.tsx +1 -1
- package/src/icons/react/go-to.tsx +1 -1
- package/src/icons/react/graduation-cap-filled.tsx +1 -1
- package/src/icons/react/group-add.tsx +1 -1
- package/src/icons/react/headphones-ai.tsx +1 -1
- package/src/icons/react/headphones.tsx +1 -1
- package/src/icons/react/highlights.tsx +1 -1
- package/src/icons/react/hint.tsx +1 -1
- package/src/icons/react/home-filled.tsx +1 -1
- package/src/icons/react/home.tsx +1 -1
- package/src/icons/react/image-error.tsx +1 -1
- package/src/icons/react/import-filled.tsx +1 -1
- package/src/icons/react/import.tsx +1 -1
- package/src/icons/react/index.tsx +1 -1
- package/src/icons/react/integration-add.tsx +1 -1
- package/src/icons/react/integration-discourse.tsx +1 -1
- package/src/icons/react/integration-fibery.tsx +1 -1
- package/src/icons/react/integration-figma.tsx +1 -1
- package/src/icons/react/integration-github.tsx +1 -1
- package/src/icons/react/integration-gitlab.tsx +1 -1
- package/src/icons/react/integration-google-drive.tsx +1 -1
- package/src/icons/react/integration-google-map.tsx +1 -1
- package/src/icons/react/integration-intercom.tsx +1 -1
- package/src/icons/react/integration-jira.tsx +1 -1
- package/src/icons/react/integration-loom.tsx +1 -1
- package/src/icons/react/integration-miro.tsx +1 -1
- package/src/icons/react/integration-mixpanel.tsx +1 -1
- package/src/icons/react/integration-slack.tsx +1 -1
- package/src/icons/react/integration-suggest.tsx +1 -1
- package/src/icons/react/integration-twitter.tsx +1 -1
- package/src/icons/react/integration-unsplash.tsx +1 -1
- package/src/icons/react/integration-youtube.tsx +1 -1
- package/src/icons/react/integration-zendesk.tsx +1 -1
- package/src/icons/react/integration.tsx +1 -1
- package/src/icons/react/integrations-filled.tsx +1 -1
- package/src/icons/react/items-timeline.tsx +1 -1
- package/src/icons/react/items.tsx +1 -1
- package/src/icons/react/key.tsx +1 -1
- package/src/icons/react/keyboard-hide-down.tsx +1 -1
- package/src/icons/react/lab.tsx +1 -1
- package/src/icons/react/layout-double.tsx +1 -1
- package/src/icons/react/layout-multiple.tsx +1 -1
- package/src/icons/react/layout-single.tsx +1 -1
- package/src/icons/react/levels.tsx +1 -1
- package/src/icons/react/limits.tsx +1 -1
- package/src/icons/react/line-divider.tsx +1 -1
- package/src/icons/react/line-jump.tsx +1 -1
- package/src/icons/react/link.tsx +1 -1
- package/src/icons/react/location-edit.tsx +1 -1
- package/src/icons/react/lock-filled.tsx +1 -1
- package/src/icons/react/lock.tsx +1 -1
- package/src/icons/react/logout.tsx +1 -1
- package/src/icons/react/loupe-zoom-in.tsx +1 -1
- package/src/icons/react/loupe-zoom-out.tsx +1 -1
- package/src/icons/react/map-mode.tsx +1 -1
- package/src/icons/react/markdown.tsx +1 -1
- package/src/icons/react/menu-collapser.tsx +1 -1
- package/src/icons/react/mermaid.tsx +1 -1
- package/src/icons/react/message-plus.tsx +1 -1
- package/src/icons/react/milestones.tsx +1 -1
- package/src/icons/react/minus.tsx +1 -1
- package/src/icons/react/mirror-off.tsx +1 -1
- package/src/icons/react/mirror-on.tsx +1 -1
- package/src/icons/react/monitor.tsx +1 -1
- package/src/icons/react/more-compact.tsx +1 -1
- package/src/icons/react/more.tsx +1 -1
- package/src/icons/react/move-down.tsx +1 -1
- package/src/icons/react/move-left.tsx +1 -1
- package/src/icons/react/move-right.tsx +1 -1
- package/src/icons/react/move-up.tsx +1 -1
- package/src/icons/react/no-border.tsx +1 -1
- package/src/icons/react/no-fill.tsx +1 -1
- package/src/icons/react/obj-child.tsx +1 -1
- package/src/icons/react/obj-m2m.tsx +1 -1
- package/src/icons/react/obj-o2o.tsx +1 -1
- package/src/icons/react/obj-parent.tsx +1 -1
- package/src/icons/react/obj-self.tsx +1 -1
- package/src/icons/react/on-schedule.tsx +1 -1
- package/src/icons/react/open-in-panel.tsx +1 -1
- package/src/icons/react/open-link.tsx +1 -1
- package/src/icons/react/page-regular-mode.tsx +1 -1
- package/src/icons/react/page-wide-mode.tsx +1 -1
- package/src/icons/react/panel-add.tsx +1 -1
- package/src/icons/react/pencil.tsx +1 -1
- package/src/icons/react/people-all.tsx +1 -1
- package/src/icons/react/people-check.tsx +1 -1
- package/src/icons/react/people-edit.tsx +1 -1
- package/src/icons/react/people-group-remove.tsx +1 -1
- package/src/icons/react/people-group.tsx +1 -1
- package/src/icons/react/people-invite.tsx +1 -1
- package/src/icons/react/people-remove.tsx +1 -1
- package/src/icons/react/people-role.tsx +1 -1
- package/src/icons/react/people-x.tsx +1 -1
- package/src/icons/react/people.tsx +1 -1
- package/src/icons/react/photo.tsx +1 -1
- package/src/icons/react/pin-filled.tsx +1 -1
- package/src/icons/react/pin.tsx +1 -1
- package/src/icons/react/plus.tsx +1 -1
- package/src/icons/react/preferences.tsx +1 -1
- package/src/icons/react/present-play.tsx +1 -1
- package/src/icons/react/present-stop.tsx +1 -1
- package/src/icons/react/print.tsx +1 -1
- package/src/icons/react/private-items.tsx +1 -1
- package/src/icons/react/propagate.tsx +1 -1
- package/src/icons/react/question.tsx +1 -1
- package/src/icons/react/reactions-add.tsx +1 -1
- package/src/icons/react/read-only.tsx +1 -1
- package/src/icons/react/redo.tsx +1 -1
- package/src/icons/react/references.tsx +1 -1
- package/src/icons/react/refresh.tsx +1 -1
- package/src/icons/react/remove.tsx +1 -1
- package/src/icons/react/reset-password.tsx +1 -1
- package/src/icons/react/richeditor-block-callout.tsx +1 -1
- package/src/icons/react/richeditor-block-code.tsx +1 -1
- package/src/icons/react/richeditor-block-embed.tsx +1 -1
- package/src/icons/react/richeditor-block-entity.tsx +1 -1
- package/src/icons/react/richeditor-block-file.tsx +1 -1
- package/src/icons/react/richeditor-block-h1.tsx +1 -1
- package/src/icons/react/richeditor-block-h2.tsx +1 -1
- package/src/icons/react/richeditor-block-h3.tsx +1 -1
- package/src/icons/react/richeditor-block-h4.tsx +1 -1
- package/src/icons/react/richeditor-block-mention.tsx +1 -1
- package/src/icons/react/richeditor-block-paragraph.tsx +1 -1
- package/src/icons/react/richeditor-block-quote.tsx +1 -1
- package/src/icons/react/richeditor-checklist-create.tsx +1 -1
- package/src/icons/react/richeditor-image-align-center.tsx +1 -1
- package/src/icons/react/richeditor-image-align-left.tsx +1 -1
- package/src/icons/react/richeditor-image-align-right.tsx +1 -1
- package/src/icons/react/richeditor-image.tsx +1 -1
- package/src/icons/react/richeditor-linkedhighlight-create.tsx +1 -1
- package/src/icons/react/richeditor-list-bullet.tsx +1 -1
- package/src/icons/react/richeditor-list-indent.tsx +1 -1
- package/src/icons/react/richeditor-list-ordered.tsx +1 -1
- package/src/icons/react/richeditor-list-unindent.tsx +1 -1
- package/src/icons/react/richeditor-mark-code.tsx +1 -1
- package/src/icons/react/richeditor-mark-em.tsx +1 -1
- package/src/icons/react/richeditor-mark-highlight.tsx +1 -1
- package/src/icons/react/richeditor-mark-strike.tsx +1 -1
- package/src/icons/react/richeditor-mark-strong.tsx +1 -1
- package/src/icons/react/richeditor-mark-text-background-color.tsx +1 -1
- package/src/icons/react/richeditor-mark-underline.tsx +1 -1
- package/src/icons/react/richeditor-table-create.tsx +1 -1
- package/src/icons/react/richeditor-video-upload.tsx +1 -1
- package/src/icons/react/rows.tsx +1 -1
- package/src/icons/react/rule.tsx +1 -1
- package/src/icons/react/search-add.tsx +1 -1
- package/src/icons/react/search-filled.tsx +1 -1
- package/src/icons/react/search-remove.tsx +1 -1
- package/src/icons/react/search.tsx +1 -1
- package/src/icons/react/self-reference-off.tsx +1 -1
- package/src/icons/react/self-reference-on.tsx +1 -1
- package/src/icons/react/send-backward.tsx +1 -1
- package/src/icons/react/send-to-back.tsx +1 -1
- package/src/icons/react/settings-filled.tsx +1 -1
- package/src/icons/react/settings.tsx +1 -1
- package/src/icons/react/share.tsx +1 -1
- package/src/icons/react/shield-keyhole.tsx +1 -1
- package/src/icons/react/show-author.tsx +1 -1
- package/src/icons/react/simple-compass.tsx +1 -1
- package/src/icons/react/slide-menu-filled.tsx +1 -1
- package/src/icons/react/slide-menu.tsx +1 -1
- package/src/icons/react/sort.tsx +1 -1
- package/src/icons/react/space-add.tsx +1 -1
- package/src/icons/react/space-app.tsx +1 -1
- package/src/icons/react/space-generate.tsx +1 -1
- package/src/icons/react/space-move.tsx +1 -1
- package/src/icons/react/space-scratch.tsx +1 -1
- package/src/icons/react/space-template.tsx +1 -1
- package/src/icons/react/spinner.tsx +1 -1
- package/src/icons/react/switch-to-text.tsx +1 -1
- package/src/icons/react/switch-to-widget.tsx +1 -1
- package/src/icons/react/table-layout.tsx +1 -1
- package/src/icons/react/templates-filled.tsx +1 -1
- package/src/icons/react/templates.tsx +1 -1
- package/src/icons/react/terminal.tsx +1 -1
- package/src/icons/react/text-no-wrap.tsx +1 -1
- package/src/icons/react/text-tool-align-bottom.tsx +1 -1
- package/src/icons/react/text-tool-align-middle.tsx +1 -1
- package/src/icons/react/text-tool-align-top.tsx +1 -1
- package/src/icons/react/text-wrap.tsx +1 -1
- package/src/icons/react/toc.tsx +1 -1
- package/src/icons/react/type-button.tsx +1 -1
- package/src/icons/react/type-checkbox.tsx +1 -1
- package/src/icons/react/type-date.tsx +1 -1
- package/src/icons/react/type-email.tsx +1 -1
- package/src/icons/react/type-emoji.tsx +1 -1
- package/src/icons/react/type-formula.tsx +1 -1
- package/src/icons/react/type-location.tsx +1 -1
- package/src/icons/react/type-lookup.tsx +1 -1
- package/src/icons/react/type-money.tsx +1 -1
- package/src/icons/react/type-multi-select.tsx +1 -1
- package/src/icons/react/type-number.tsx +1 -1
- package/src/icons/react/type-percent.tsx +1 -1
- package/src/icons/react/type-phone.tsx +1 -1
- package/src/icons/react/type-relation.tsx +1 -1
- package/src/icons/react/type-rich-text.tsx +1 -1
- package/src/icons/react/type-single-select.tsx +1 -1
- package/src/icons/react/type-text.tsx +1 -1
- package/src/icons/react/undo.tsx +1 -1
- package/src/icons/react/units-avatar.tsx +1 -1
- package/src/icons/react/units-collection.tsx +1 -1
- package/src/icons/react/units-counter.tsx +1 -1
- package/src/icons/react/units-date.tsx +1 -1
- package/src/icons/react/units-field-icon-button.tsx +1 -1
- package/src/icons/react/units-field.tsx +1 -1
- package/src/icons/react/units-input.tsx +1 -1
- package/src/icons/react/units-normal.tsx +1 -1
- package/src/icons/react/units-progress-bar.tsx +1 -1
- package/src/icons/react/units-rich-text.tsx +1 -1
- package/src/icons/react/units-snippet.tsx +1 -1
- package/src/icons/react/unlink.tsx +1 -1
- package/src/icons/react/unlock-filled.tsx +1 -1
- package/src/icons/react/unlock.tsx +1 -1
- package/src/icons/react/usb-flash-drive.tsx +1 -1
- package/src/icons/react/value-clear.tsx +1 -1
- package/src/icons/react/value-edit.tsx +1 -1
- package/src/icons/react/view-ai.tsx +1 -1
- package/src/icons/react/view-app.tsx +1 -1
- package/src/icons/react/view-board.tsx +1 -1
- package/src/icons/react/view-calendar.tsx +1 -1
- package/src/icons/react/view-canvas.tsx +1 -1
- package/src/icons/react/view-chart.tsx +1 -1
- package/src/icons/react/view-dashboard.tsx +1 -1
- package/src/icons/react/view-details.tsx +1 -1
- package/src/icons/react/view-document.tsx +1 -1
- package/src/icons/react/view-embed.tsx +1 -1
- package/src/icons/react/view-feed.tsx +1 -1
- package/src/icons/react/view-form.tsx +1 -1
- package/src/icons/react/view-gallery.tsx +1 -1
- package/src/icons/react/view-gantt.tsx +1 -1
- package/src/icons/react/view-list.tsx +1 -1
- package/src/icons/react/view-map.tsx +1 -1
- package/src/icons/react/view-page.tsx +1 -1
- package/src/icons/react/view-table.tsx +1 -1
- package/src/icons/react/view-timeline.tsx +1 -1
- package/src/icons/react/views.tsx +1 -1
- package/src/icons/react/warning-triangle-filled.tsx +1 -1
- package/src/icons/react/warning-triangle.tsx +1 -1
- package/src/icons/react/warning.tsx +1 -1
- package/src/icons/react/webhooks.tsx +1 -1
- package/src/icons/react/workflow.tsx +1 -1
- package/src/number-input/number-input-inline-with-autosize.tsx +10 -2
- package/src/number-input/styles.ts +13 -0
- package/src/number-input/text-area-auto-sized.tsx +4 -3
- package/src/number-input/text-input-auto-sized.tsx +4 -3
- package/src/palettes/inspect.defs.colors.neutral-arch.test.ts +12 -0
- package/src/palettes/inspect.defs.colors.neutral-user.test.ts +12 -0
- package/src/palettes/inspect.defs.colors.warm-arch.test.ts +12 -0
- package/src/palettes/inspect.defs.colors.warm-user.test.ts +12 -0
- package/src/theming.generated.css +12 -0
- package/src/theming.generated.ts +15 -0
- package/src/tooltip.tsx +6 -3
- package/src/unit/index.tsx +2 -63
- package/src/unit/labeled-unit.tsx +28 -0
- package/src/unit/primitive.tsx +16 -18
- package/src/unit/styles.ts +17 -29
- package/src/unit/types.ts +4 -2
- package/src/unit/unit-content.tsx +15 -10
- package/src/unit/unit.tsx +88 -0
- package/vite.config.ts +85 -0
- package/babel.config.js +0 -3
- package/scripts/generate-icons.mjs +0 -142
- package/src/__mocks__/style-mock.js +0 -1
- package/src/unit/unit-with-title.tsx +0 -13
- package/src/unit/unit-with-tooltip.tsx +0 -77
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,38 @@
|
|
|
1
1
|
# @fibery/ui-kit
|
|
2
2
|
|
|
3
|
+
## 7.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- 31e4f6d: Unify the unit field-label vocabulary: UnitWithTitle is now LabeledUnit (with a `label` prop) plus a standalone UnitLabel part for custom layouts; UnitPrimitive's `header` prop is renamed to `withLabel`; unitTitleClassName/unitWithTitleClassName are no longer exported — use UnitLabel instead
|
|
8
|
+
- a18a2db: Replace the `CardSize`-based unit presets with an appearance-based `Unit` component.
|
|
9
|
+
|
|
10
|
+
`Unit` takes `variant` ("outlined" | "plain" | "filled"), `size` ("small" | "medium"), orthogonal `readOnly`/`withLabel`/`invalid`/`tooltip` props, optional `border`/`button`/`clickable` overrides (default = variant-derived), and layout escape hatches (`setMinWidth`/`setMinHeight`/`overflow`/`renderAsDiv`/`inline`/`multiline`). It carries no `CardSize` dependency — consumers that render by card size adapt `CardSize` to it themselves.
|
|
11
|
+
|
|
12
|
+
BREAKING: `BasicUnit`, `HistoryUnit`, `CellUnit`, and `OptionUnit` are removed from `@fibery/ui-kit`. `BasicUnit`/`HistoryUnit` mapped `CardSize` (a consumer-domain concept) and now live in fibery-ui; `CellUnit`/`OptionUnit` were thin, usage-named aliases and are replaced by `Unit` (`variant="plain"`/`"outlined"`, `size="medium"`) at call sites. `@fibery/ui-kit`'s unit surface is now just `Unit` and the low-level `UnitPrimitive` escape hatch.
|
|
13
|
+
|
|
14
|
+
### Minor Changes
|
|
15
|
+
|
|
16
|
+
- a23d4c9: chore: single package bundler workflow
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- 2323086: Fix unit tooltips opening on programmatic focus: after committing a field value the editor returns focus to the unit button, which popped the tooltip over surrounding UI (e.g. covering the Create button in the new-entity form). Tooltip gains an `openOnFocus` prop (default true); unit tooltips pass `openOnFocus={false}` to stay hover-only.
|
|
21
|
+
- Updated dependencies [a23d4c9]
|
|
22
|
+
- @fibery/emoji-data@2.8.0
|
|
23
|
+
- @fibery/helpers@3.2.0
|
|
24
|
+
- @fibery/react@1.6.0
|
|
25
|
+
|
|
26
|
+
## 6.0.0
|
|
27
|
+
|
|
28
|
+
### Major Changes
|
|
29
|
+
|
|
30
|
+
- 5d8dd40: Remove UnitWithTooltip — use Tooltip with title/description props and a plain wrapper element instead. Its hand-rolled hover tracking worked around a Safari mouseleave-on-scroll bug that no longer reproduces; unit tooltips now also open on keyboard focus. Tooltip's default content no longer renders empty title/description nodes when only one of the two is provided.
|
|
31
|
+
|
|
32
|
+
### Minor Changes
|
|
33
|
+
|
|
34
|
+
- b7f6df1: updated badge component added accent state
|
|
35
|
+
|
|
3
36
|
## 5.0.0
|
|
4
37
|
|
|
5
38
|
### Major Changes
|
package/package.json
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fibery/ui-kit",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "7.0.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
|
+
"type": "module",
|
|
6
7
|
"dependencies": {
|
|
7
|
-
"@linaria/core": "8.
|
|
8
|
-
"@linaria/react": "8.
|
|
8
|
+
"@linaria/core": "8.1.1",
|
|
9
|
+
"@linaria/react": "8.1.1",
|
|
9
10
|
"@popperjs/core": "2.11.6",
|
|
10
11
|
"@radix-ui/react-collapsible": "1.1.0",
|
|
11
12
|
"@radix-ui/react-context-menu": "2.2.1",
|
|
@@ -20,7 +21,7 @@
|
|
|
20
21
|
"@tanstack/hotkeys": "0.7.1",
|
|
21
22
|
"@tanstack/react-hotkeys": "0.9.1",
|
|
22
23
|
"@types/apca-w3": "0.1.3",
|
|
23
|
-
"@types/d3-shape": "3.1.
|
|
24
|
+
"@types/d3-shape": "3.1.7",
|
|
24
25
|
"@types/react-select-country-list": "2.2.3",
|
|
25
26
|
"@types/setimmediate": "1.0.4",
|
|
26
27
|
"apca-w3": "0.1.9",
|
|
@@ -35,13 +36,11 @@
|
|
|
35
36
|
"lru-cache": "11.2.2",
|
|
36
37
|
"md5": "2.2.1",
|
|
37
38
|
"moment": "2.29.4",
|
|
38
|
-
"node-types-local": "npm:@types/node@^24",
|
|
39
39
|
"photoswipe": "5.4.4",
|
|
40
40
|
"popper-max-size-modifier": "0.2.0",
|
|
41
41
|
"rc-dialog": "9.0.4",
|
|
42
|
-
"rc-input": "
|
|
42
|
+
"rc-input": "1.3.11",
|
|
43
43
|
"rc-input-number": "8.5.0",
|
|
44
|
-
"rc-input-number-v7": "npm:rc-input-number@7.3.11",
|
|
45
44
|
"rc-progress": "4.0.0",
|
|
46
45
|
"rc-select": "14.1.18",
|
|
47
46
|
"rc-tabs": "12.5.10",
|
|
@@ -58,13 +57,11 @@
|
|
|
58
57
|
"tabbable": "5.2.1",
|
|
59
58
|
"vaul": "1.1.2",
|
|
60
59
|
"virtua": "0.48.8",
|
|
61
|
-
"@fibery/helpers": "3.
|
|
62
|
-
"@fibery/emoji-data": "2.
|
|
63
|
-
"@fibery/react": "1.
|
|
60
|
+
"@fibery/helpers": "3.2.0",
|
|
61
|
+
"@fibery/emoji-data": "2.8.0",
|
|
62
|
+
"@fibery/react": "1.6.0"
|
|
64
63
|
},
|
|
65
64
|
"devDependencies": {
|
|
66
|
-
"@babel/core": "7.28.5",
|
|
67
|
-
"@babel/runtime": "7.28.4",
|
|
68
65
|
"@testing-library/dom": "10.4.1",
|
|
69
66
|
"@testing-library/jest-dom": "6.9.1",
|
|
70
67
|
"@testing-library/react": "16.3.1",
|
|
@@ -76,25 +73,37 @@
|
|
|
76
73
|
"@types/react": "18.3.12",
|
|
77
74
|
"@types/react-color": "2.13.5",
|
|
78
75
|
"@types/react-dom": "18.3.1",
|
|
79
|
-
"
|
|
76
|
+
"@types/svg-parser": "2.0.6",
|
|
77
|
+
"@wyw-in-js/vite": "2.1.6",
|
|
80
78
|
"glob": "13.0.6",
|
|
79
|
+
"node-types-local": "npm:@types/node@^24",
|
|
81
80
|
"react": "18.3.1",
|
|
82
81
|
"react-dom": "18.3.1",
|
|
83
82
|
"svg-parser": "2.0.4",
|
|
84
|
-
"svgo": "
|
|
83
|
+
"svgo": "4.0.1",
|
|
85
84
|
"typescript": "rc",
|
|
86
|
-
"
|
|
87
|
-
"@fibery/babel-preset": "7.4.2"
|
|
85
|
+
"vite": "8.0.16"
|
|
88
86
|
},
|
|
89
87
|
"peerDependencies": {
|
|
90
88
|
"react": "18.3.1",
|
|
91
89
|
"react-dom": "18.3.1"
|
|
92
90
|
},
|
|
91
|
+
"size-limit": [
|
|
92
|
+
{
|
|
93
|
+
"path": [
|
|
94
|
+
"src/**/*.{ts,tsx,js,jsx,css}",
|
|
95
|
+
"!src/**/*.test.*",
|
|
96
|
+
"!src/**/__tests__/**"
|
|
97
|
+
],
|
|
98
|
+
"limit": "750 kB"
|
|
99
|
+
}
|
|
100
|
+
],
|
|
93
101
|
"scripts": {
|
|
102
|
+
"build": "pnpm run typecheck && vite build",
|
|
94
103
|
"test": "../../scripts/test.sh",
|
|
95
104
|
"test:ci": "../../scripts/test.sh --ci",
|
|
96
105
|
"test:coverage": "../../scripts/test.sh --ci --coverage",
|
|
97
|
-
"generate-icons": "node scripts/generate-icons.
|
|
106
|
+
"generate-icons": "node scripts/generate-icons.ts",
|
|
98
107
|
"show-colors": "cd ../.. && SHOW_COLORS=1 ./node_modules/.bin/vitest run --project ui-kit --disable-console-intercept -t 'show all current colors'",
|
|
99
108
|
"lint": "pnpm -w lint .",
|
|
100
109
|
"typecheck": "../../scripts/typecheck.sh",
|
|
@@ -0,0 +1,210 @@
|
|
|
1
|
+
/// <reference types="node-types-local" />
|
|
2
|
+
import {mkdir, readFile, rm, writeFile} from "node:fs/promises";
|
|
3
|
+
import {dirname, join, relative} from "node:path";
|
|
4
|
+
import {fileURLToPath} from "node:url";
|
|
5
|
+
|
|
6
|
+
import {glob} from "glob";
|
|
7
|
+
import {
|
|
8
|
+
parse,
|
|
9
|
+
type ElementNode as SvgElementNode,
|
|
10
|
+
type Node as SvgNode,
|
|
11
|
+
type RootNode as SvgRootNode,
|
|
12
|
+
} from "svg-parser";
|
|
13
|
+
import {optimize, type Config as SvgoConfig} from "svgo";
|
|
14
|
+
|
|
15
|
+
type GeneratedProperty = string | number | Record<string, string>;
|
|
16
|
+
type GeneratedNode =
|
|
17
|
+
| Exclude<SvgNode, SvgElementNode>
|
|
18
|
+
| (Omit<SvgElementNode, "children" | "properties"> & {
|
|
19
|
+
children: Array<GeneratedNode | string>;
|
|
20
|
+
properties?: Record<string, GeneratedProperty>;
|
|
21
|
+
});
|
|
22
|
+
type GeneratedRootNode = Omit<SvgRootNode, "children"> & {children: [GeneratedNode]};
|
|
23
|
+
|
|
24
|
+
interface PreludeOptions {
|
|
25
|
+
generator: string;
|
|
26
|
+
source: string | null;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
interface ReactTemplateOptions extends PreludeOptions {
|
|
30
|
+
source: string;
|
|
31
|
+
svgIdentifier: string;
|
|
32
|
+
svgIdentifierPath: string;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
interface DefinitionTemplateOptions extends PreludeOptions {
|
|
36
|
+
content: string;
|
|
37
|
+
identifier: string;
|
|
38
|
+
source: string;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
const generatorPath = fileURLToPath(import.meta.url);
|
|
42
|
+
const generatorDirectory = dirname(generatorPath);
|
|
43
|
+
|
|
44
|
+
const WORD_RE = /[A-Z]+(?![a-z])|[A-Z]?[a-z]+|\d+/gu;
|
|
45
|
+
const words = (value: string) => value.match(WORD_RE) ?? [];
|
|
46
|
+
const capitalize = (word: string) => word[0].toUpperCase() + word.slice(1).toLowerCase();
|
|
47
|
+
const pascalCase = (value: string) => words(value).map(capitalize).join("");
|
|
48
|
+
const camelCase = (value: string) =>
|
|
49
|
+
words(value)
|
|
50
|
+
.map((word, index) => (index === 0 ? word.toLowerCase() : capitalize(word)))
|
|
51
|
+
.join("");
|
|
52
|
+
const kebabCase = (value: string) =>
|
|
53
|
+
words(value)
|
|
54
|
+
.map((word) => word.toLowerCase())
|
|
55
|
+
.join("-");
|
|
56
|
+
|
|
57
|
+
const createSvgoConfig = (prefix: string): SvgoConfig => ({
|
|
58
|
+
plugins: ["preset-default", {name: "prefixIds", params: {prefix}}],
|
|
59
|
+
});
|
|
60
|
+
|
|
61
|
+
const preludeTemplate = ({source, generator}: PreludeOptions) => `/**
|
|
62
|
+
* This file was automatically generated. Do not edit manually.
|
|
63
|
+
* ${
|
|
64
|
+
source
|
|
65
|
+
? `
|
|
66
|
+
* @see import("${source}")`
|
|
67
|
+
: ""
|
|
68
|
+
}
|
|
69
|
+
* @see import("${generator}")
|
|
70
|
+
*/
|
|
71
|
+
`;
|
|
72
|
+
|
|
73
|
+
const reactTemplate = ({source, generator, svgIdentifier, svgIdentifierPath}: ReactTemplateOptions) =>
|
|
74
|
+
`${preludeTemplate({source, generator})}
|
|
75
|
+
import {forwardRef} from "react";
|
|
76
|
+
import ${svgIdentifier}Svg from "../ast/${svgIdentifierPath}";
|
|
77
|
+
import {Icon} from "../icon";
|
|
78
|
+
import type {IconBaseProps} from "../types";
|
|
79
|
+
|
|
80
|
+
const ${svgIdentifier} = forwardRef<SVGSVGElement, IconBaseProps>(function ${svgIdentifier}(
|
|
81
|
+
props: IconBaseProps,
|
|
82
|
+
ref: React.Ref<SVGSVGElement>
|
|
83
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={${svgIdentifier}Svg} />});
|
|
84
|
+
|
|
85
|
+
export default ${svgIdentifier};
|
|
86
|
+
`.trim();
|
|
87
|
+
|
|
88
|
+
const definitionTemplate = ({source, generator, identifier, content}: DefinitionTemplateOptions) =>
|
|
89
|
+
`${preludeTemplate({source, generator})}
|
|
90
|
+
import type {IconDefinition} from "../types";
|
|
91
|
+
|
|
92
|
+
const ${identifier}: IconDefinition = ${content};
|
|
93
|
+
|
|
94
|
+
export default ${identifier};
|
|
95
|
+
`;
|
|
96
|
+
|
|
97
|
+
const transformStyle = (styleValue: string): Record<string, string> => {
|
|
98
|
+
return Object.fromEntries(
|
|
99
|
+
styleValue
|
|
100
|
+
.split(";")
|
|
101
|
+
.map((declaration) => declaration.split(":", 2).map((part) => part.trim()))
|
|
102
|
+
.filter((declaration): declaration is [string, string] => declaration.length === 2 && declaration.every(Boolean))
|
|
103
|
+
.map(([property, value]) => [camelCase(property), value])
|
|
104
|
+
);
|
|
105
|
+
};
|
|
106
|
+
|
|
107
|
+
const transformProperties = (
|
|
108
|
+
properties: SvgElementNode["properties"]
|
|
109
|
+
): Record<string, GeneratedProperty> | undefined => {
|
|
110
|
+
if (!properties) {
|
|
111
|
+
return undefined;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
const {class: _className, xmlns: _xmlns, ...rest} = properties;
|
|
115
|
+
return Object.fromEntries(
|
|
116
|
+
Object.entries(rest).map(([property, value]) => [
|
|
117
|
+
camelCase(property),
|
|
118
|
+
property === "style" && typeof value === "string" ? transformStyle(value) : value,
|
|
119
|
+
])
|
|
120
|
+
);
|
|
121
|
+
};
|
|
122
|
+
|
|
123
|
+
const transformNode = (node: SvgNode): GeneratedNode => {
|
|
124
|
+
if (node.type !== "element") {
|
|
125
|
+
return node;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
return {
|
|
129
|
+
...node,
|
|
130
|
+
children: node.children.map((child) => (typeof child === "string" ? child : transformNode(child))),
|
|
131
|
+
properties: transformProperties(node.properties),
|
|
132
|
+
};
|
|
133
|
+
};
|
|
134
|
+
|
|
135
|
+
const transformRoot = (root: SvgRootNode): GeneratedRootNode => {
|
|
136
|
+
return {...root, children: [transformNode(root.children[0])]};
|
|
137
|
+
};
|
|
138
|
+
|
|
139
|
+
const writeGeneratedFile = async (filePath: string, content: string) => {
|
|
140
|
+
await mkdir(dirname(filePath), {recursive: true});
|
|
141
|
+
await writeFile(filePath, content);
|
|
142
|
+
};
|
|
143
|
+
|
|
144
|
+
const assertFlatIconPaths = (iconPaths: string[]) => {
|
|
145
|
+
const nestedIconPaths = iconPaths.filter((iconPath) => iconPath.includes("/") || iconPath.includes("\\"));
|
|
146
|
+
if (nestedIconPaths.length > 0) {
|
|
147
|
+
throw new Error(`Nested icon directories are not supported:\n${nestedIconPaths.join("\n")}`);
|
|
148
|
+
}
|
|
149
|
+
};
|
|
150
|
+
|
|
151
|
+
const iconsDirectory = join(generatorDirectory, "../src/icons");
|
|
152
|
+
const svgDirectory = join(iconsDirectory, "svg");
|
|
153
|
+
const reactDirectory = join(iconsDirectory, "react");
|
|
154
|
+
const astDirectory = join(iconsDirectory, "ast");
|
|
155
|
+
const generator = relative(reactDirectory, generatorPath);
|
|
156
|
+
|
|
157
|
+
const generateIcon = async (relativeSvgPath: string) => {
|
|
158
|
+
const resultFileName = relativeSvgPath.replaceAll("/", "-").replace(/\.svg$/u, "");
|
|
159
|
+
const identifier = pascalCase(resultFileName);
|
|
160
|
+
const svgPath = join(svgDirectory, relativeSvgPath);
|
|
161
|
+
const source = relative(reactDirectory, svgPath);
|
|
162
|
+
const optimizedSvg = optimize(await readFile(svgPath, "utf8"), createSvgoConfig(identifier)).data;
|
|
163
|
+
const icon = transformRoot(parse(optimizedSvg));
|
|
164
|
+
|
|
165
|
+
return {
|
|
166
|
+
identifier,
|
|
167
|
+
resultFileName,
|
|
168
|
+
astContent: definitionTemplate({
|
|
169
|
+
source,
|
|
170
|
+
generator,
|
|
171
|
+
identifier,
|
|
172
|
+
content: JSON.stringify({icon, name: kebabCase(identifier)}, null, 2),
|
|
173
|
+
}),
|
|
174
|
+
reactContent: reactTemplate({source, generator, svgIdentifier: identifier, svgIdentifierPath: resultFileName}),
|
|
175
|
+
};
|
|
176
|
+
};
|
|
177
|
+
|
|
178
|
+
const createBarrel = (icons: Awaited<ReturnType<typeof generateIcon>>[]) =>
|
|
179
|
+
`${preludeTemplate({source: null, generator})}\n${icons
|
|
180
|
+
.map(({identifier, resultFileName}) => `export {default as ${identifier}} from "./${resultFileName}";`)
|
|
181
|
+
.join("\n")}\n`;
|
|
182
|
+
|
|
183
|
+
const generateIcons = async () => {
|
|
184
|
+
const iconPaths = (await glob("**/*.svg", {cwd: svgDirectory})).toSorted().reverse();
|
|
185
|
+
assertFlatIconPaths(iconPaths);
|
|
186
|
+
const icons = await Promise.all(iconPaths.map(generateIcon));
|
|
187
|
+
|
|
188
|
+
await Promise.all([
|
|
189
|
+
rm(reactDirectory, {force: true, recursive: true}),
|
|
190
|
+
rm(astDirectory, {force: true, recursive: true}),
|
|
191
|
+
]);
|
|
192
|
+
await Promise.all(
|
|
193
|
+
icons.flatMap(({resultFileName, astContent, reactContent}) => [
|
|
194
|
+
writeGeneratedFile(join(astDirectory, `${resultFileName}.ts`), astContent),
|
|
195
|
+
writeGeneratedFile(join(reactDirectory, `${resultFileName}.tsx`), reactContent),
|
|
196
|
+
])
|
|
197
|
+
);
|
|
198
|
+
|
|
199
|
+
const barrel = createBarrel(icons);
|
|
200
|
+
await Promise.all([
|
|
201
|
+
writeGeneratedFile(join(reactDirectory, "index.tsx"), barrel),
|
|
202
|
+
writeGeneratedFile(join(astDirectory, "index.tsx"), barrel),
|
|
203
|
+
]);
|
|
204
|
+
};
|
|
205
|
+
|
|
206
|
+
if (import.meta.main) {
|
|
207
|
+
await generateIcons();
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
export {assertFlatIconPaths, createBarrel, generateIcon, generateIcons};
|
package/src/badge.tsx
CHANGED
|
@@ -6,7 +6,7 @@ import {space, textClasses, themeVars} from "./design-system";
|
|
|
6
6
|
|
|
7
7
|
type Props = {
|
|
8
8
|
children: ReactNode;
|
|
9
|
-
kind?: "success" | "error" | "default" | "warning";
|
|
9
|
+
kind?: "success" | "error" | "default" | "warning" | "accent";
|
|
10
10
|
};
|
|
11
11
|
|
|
12
12
|
export const Badge = forwardRef<HTMLSpanElement, Props>(({children, kind, ...otherProps}, ref) => {
|
|
@@ -39,6 +39,11 @@ export const Badge = forwardRef<HTMLSpanElement, Props>(({children, kind, ...oth
|
|
|
39
39
|
css`
|
|
40
40
|
color: ${themeVars.colorTextBadgeWarning};
|
|
41
41
|
background: ${themeVars.colorBgBadgeWarning};
|
|
42
|
+
`,
|
|
43
|
+
kind === "accent" &&
|
|
44
|
+
css`
|
|
45
|
+
color: ${themeVars.colorTextBadgeAccent};
|
|
46
|
+
background: ${themeVars.colorBgBadgeAccent};
|
|
42
47
|
`
|
|
43
48
|
)}
|
|
44
49
|
>
|
|
@@ -172,6 +172,9 @@ export function defsFromPalette({
|
|
|
172
172
|
default: both(stroke1)(alphaPair(base[6], baseDark[8], A.inputStroke.default)),
|
|
173
173
|
hover: [stroke1(base[7]), stroke1(baseDark[7])],
|
|
174
174
|
focus: [stroke1(base[8]), stroke1(baseDark[9])],
|
|
175
|
+
defaultThin: both(stroke05)(alphaPair(base[6], baseDark[8], A.inputStroke.default)),
|
|
176
|
+
hoverThin: [stroke05(base[7]), stroke05(baseDark[7])],
|
|
177
|
+
focusThin: [stroke05(base[8]), stroke05(baseDark[9])],
|
|
175
178
|
error: [stroke1(red[11]), stroke1(red[7])],
|
|
176
179
|
errorHover: both(stroke1)(alphaPair(red[11], red[7], A.inputStroke.errorHover)),
|
|
177
180
|
errorFocus: both(stroke1)(alphaPair(red[11], red[7], A.inputStroke.errorFocus)),
|
|
@@ -540,6 +543,9 @@ export function defsFromPalette({
|
|
|
540
543
|
inputBorderColor: inputStrokes.default,
|
|
541
544
|
inputBorderHoverColor: inputStrokes.hover,
|
|
542
545
|
inputBorderFocusColor: inputStrokes.focus,
|
|
546
|
+
inputBorderColorThin: inputStrokes.defaultThin,
|
|
547
|
+
inputBorderHoverColorThin: inputStrokes.hoverThin,
|
|
548
|
+
inputBorderFocusColorThin: inputStrokes.focusThin,
|
|
543
549
|
inputBorderBlendMode: ["multiply", "lighten"],
|
|
544
550
|
inputPlaceholderTextColor: fg.muted,
|
|
545
551
|
inputErrorBorderColor: inputStrokes.error,
|
package/src/icons/ast/abort.ts
CHANGED
|
@@ -2,11 +2,36 @@
|
|
|
2
2
|
* This file was automatically generated. Do not edit manually.
|
|
3
3
|
*
|
|
4
4
|
* @see import("../svg/abort.svg")
|
|
5
|
-
* @see import("../../../scripts/generate-icons.
|
|
5
|
+
* @see import("../../../scripts/generate-icons.ts")
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
import type {IconDefinition} from "../types";
|
|
9
9
|
|
|
10
|
-
const Abort: IconDefinition = {
|
|
10
|
+
const Abort: IconDefinition = {
|
|
11
|
+
"icon": {
|
|
12
|
+
"type": "root",
|
|
13
|
+
"children": [
|
|
14
|
+
{
|
|
15
|
+
"type": "element",
|
|
16
|
+
"tagName": "svg",
|
|
17
|
+
"properties": {
|
|
18
|
+
"viewBox": "0 0 20 20"
|
|
19
|
+
},
|
|
20
|
+
"children": [
|
|
21
|
+
{
|
|
22
|
+
"type": "element",
|
|
23
|
+
"tagName": "path",
|
|
24
|
+
"properties": {
|
|
25
|
+
"d": "M12.5 6h-5A1.5 1.5 0 0 0 6 7.5v5A1.5 1.5 0 0 0 7.5 14h5a1.5 1.5 0 0 0 1.5-1.5v-5A1.5 1.5 0 0 0 12.5 6"
|
|
26
|
+
},
|
|
27
|
+
"children": []
|
|
28
|
+
}
|
|
29
|
+
],
|
|
30
|
+
"metadata": ""
|
|
31
|
+
}
|
|
32
|
+
]
|
|
33
|
+
},
|
|
34
|
+
"name": "abort"
|
|
35
|
+
};
|
|
11
36
|
|
|
12
37
|
export default Abort;
|
|
@@ -2,11 +2,38 @@
|
|
|
2
2
|
* This file was automatically generated. Do not edit manually.
|
|
3
3
|
*
|
|
4
4
|
* @see import("../svg/access-template.svg")
|
|
5
|
-
* @see import("../../../scripts/generate-icons.
|
|
5
|
+
* @see import("../../../scripts/generate-icons.ts")
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
import type {IconDefinition} from "../types";
|
|
9
9
|
|
|
10
|
-
const AccessTemplate: IconDefinition = {
|
|
10
|
+
const AccessTemplate: IconDefinition = {
|
|
11
|
+
"icon": {
|
|
12
|
+
"type": "root",
|
|
13
|
+
"children": [
|
|
14
|
+
{
|
|
15
|
+
"type": "element",
|
|
16
|
+
"tagName": "svg",
|
|
17
|
+
"properties": {
|
|
18
|
+
"viewBox": "0 0 20 20"
|
|
19
|
+
},
|
|
20
|
+
"children": [
|
|
21
|
+
{
|
|
22
|
+
"type": "element",
|
|
23
|
+
"tagName": "path",
|
|
24
|
+
"properties": {
|
|
25
|
+
"fillRule": "evenodd",
|
|
26
|
+
"d": "M13.187 2.24a8.3 8.3 0 0 1 2.705 1.868A8.334 8.334 0 1 1 4.108 15.892 8.333 8.333 0 0 1 13.187 2.24m-2.53 14.4a6.67 6.67 0 0 0 4.06-1.923A6.63 6.63 0 0 0 16.667 10a6.667 6.667 0 1 0-6.01 6.64M7.5 8.916a2.417 2.417 0 1 1 3.167 2.298v1.535a.75.75 0 0 1-1.5 0v-1.535A2.42 2.42 0 0 1 7.5 8.917M9.917 8a.917.917 0 1 0 0 1.833.917.917 0 0 0 0-1.833",
|
|
27
|
+
"clipRule": "evenodd"
|
|
28
|
+
},
|
|
29
|
+
"children": []
|
|
30
|
+
}
|
|
31
|
+
],
|
|
32
|
+
"metadata": ""
|
|
33
|
+
}
|
|
34
|
+
]
|
|
35
|
+
},
|
|
36
|
+
"name": "access-template"
|
|
37
|
+
};
|
|
11
38
|
|
|
12
39
|
export default AccessTemplate;
|
|
@@ -2,11 +2,36 @@
|
|
|
2
2
|
* This file was automatically generated. Do not edit manually.
|
|
3
3
|
*
|
|
4
4
|
* @see import("../svg/activity-filled.svg")
|
|
5
|
-
* @see import("../../../scripts/generate-icons.
|
|
5
|
+
* @see import("../../../scripts/generate-icons.ts")
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
import type {IconDefinition} from "../types";
|
|
9
9
|
|
|
10
|
-
const ActivityFilled: IconDefinition = {
|
|
10
|
+
const ActivityFilled: IconDefinition = {
|
|
11
|
+
"icon": {
|
|
12
|
+
"type": "root",
|
|
13
|
+
"children": [
|
|
14
|
+
{
|
|
15
|
+
"type": "element",
|
|
16
|
+
"tagName": "svg",
|
|
17
|
+
"properties": {
|
|
18
|
+
"viewBox": "0 0 20 20"
|
|
19
|
+
},
|
|
20
|
+
"children": [
|
|
21
|
+
{
|
|
22
|
+
"type": "element",
|
|
23
|
+
"tagName": "path",
|
|
24
|
+
"properties": {
|
|
25
|
+
"d": "M12.4 16.5c.192 0 .288 0 .355.05.053.04.094.117.099.183.005.084-.041.155-.134.296a3.247 3.247 0 0 1-5.439 0c-.092-.141-.139-.212-.133-.296a.27.27 0 0 1 .098-.183c.067-.05.163-.05.355-.05zM10 2c1.51 0 2.966.559 4.048 1.568 1.083 1.012 1.702 2.395 1.702 3.849 0 2.105.529 3.55 1.117 4.514.273.445.484.761.641.995l.065.097c.076.114.153.23.21.332.028.05.064.12.092.2a.9.9 0 0 1 .052.38c-.01.105-.031.287-.135.473a1.15 1.15 0 0 1-.335.365 1 1 0 0 1-.299.145 2 2 0 0 1-.205.042c-.12.017-.259.025-.404.03-.28.01-.669.01-1.155.01H4.607c-.487 0-.875 0-1.156-.01a4 4 0 0 1-.404-.03 2 2 0 0 1-.205-.042 1 1 0 0 1-.299-.145 1.15 1.15 0 0 1-.335-.365 1.2 1.2 0 0 1-.135-.473.9.9 0 0 1 .053-.38c.029-.08.064-.15.093-.2.056-.101.133-.218.209-.332l.065-.097c.157-.234.368-.55.64-.995.589-.964 1.117-2.409 1.117-4.514 0-1.454.62-2.837 1.703-3.849C7.035 2.56 8.491 2 10 2"
|
|
26
|
+
},
|
|
27
|
+
"children": []
|
|
28
|
+
}
|
|
29
|
+
],
|
|
30
|
+
"metadata": ""
|
|
31
|
+
}
|
|
32
|
+
]
|
|
33
|
+
},
|
|
34
|
+
"name": "activity-filled"
|
|
35
|
+
};
|
|
11
36
|
|
|
12
37
|
export default ActivityFilled;
|
|
@@ -2,11 +2,38 @@
|
|
|
2
2
|
* This file was automatically generated. Do not edit manually.
|
|
3
3
|
*
|
|
4
4
|
* @see import("../svg/activity-log.svg")
|
|
5
|
-
* @see import("../../../scripts/generate-icons.
|
|
5
|
+
* @see import("../../../scripts/generate-icons.ts")
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
import type {IconDefinition} from "../types";
|
|
9
9
|
|
|
10
|
-
const ActivityLog: IconDefinition = {
|
|
10
|
+
const ActivityLog: IconDefinition = {
|
|
11
|
+
"icon": {
|
|
12
|
+
"type": "root",
|
|
13
|
+
"children": [
|
|
14
|
+
{
|
|
15
|
+
"type": "element",
|
|
16
|
+
"tagName": "svg",
|
|
17
|
+
"properties": {
|
|
18
|
+
"viewBox": "0 0 20 20"
|
|
19
|
+
},
|
|
20
|
+
"children": [
|
|
21
|
+
{
|
|
22
|
+
"type": "element",
|
|
23
|
+
"tagName": "path",
|
|
24
|
+
"properties": {
|
|
25
|
+
"fillRule": "evenodd",
|
|
26
|
+
"d": "M5.545 4.07A7.417 7.417 0 1 1 2.583 10a.75.75 0 0 1 1.5 0 5.917 5.917 0 1 0 2.62-4.913h.592a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1-.75-.75v-2.5a.75.75 0 0 1 1.5 0zM10 5.917a.75.75 0 0 1 .75.75v3.022l1.864 1.864a.75.75 0 0 1-1.061 1.06L9.47 10.53a.75.75 0 0 1-.22-.53V6.667a.75.75 0 0 1 .75-.75",
|
|
27
|
+
"clipRule": "evenodd"
|
|
28
|
+
},
|
|
29
|
+
"children": []
|
|
30
|
+
}
|
|
31
|
+
],
|
|
32
|
+
"metadata": ""
|
|
33
|
+
}
|
|
34
|
+
]
|
|
35
|
+
},
|
|
36
|
+
"name": "activity-log"
|
|
37
|
+
};
|
|
11
38
|
|
|
12
39
|
export default ActivityLog;
|
|
@@ -2,11 +2,38 @@
|
|
|
2
2
|
* This file was automatically generated. Do not edit manually.
|
|
3
3
|
*
|
|
4
4
|
* @see import("../svg/activity.svg")
|
|
5
|
-
* @see import("../../../scripts/generate-icons.
|
|
5
|
+
* @see import("../../../scripts/generate-icons.ts")
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
import type {IconDefinition} from "../types";
|
|
9
9
|
|
|
10
|
-
const Activity: IconDefinition = {
|
|
10
|
+
const Activity: IconDefinition = {
|
|
11
|
+
"icon": {
|
|
12
|
+
"type": "root",
|
|
13
|
+
"children": [
|
|
14
|
+
{
|
|
15
|
+
"type": "element",
|
|
16
|
+
"tagName": "svg",
|
|
17
|
+
"properties": {
|
|
18
|
+
"viewBox": "0 0 20 20"
|
|
19
|
+
},
|
|
20
|
+
"children": [
|
|
21
|
+
{
|
|
22
|
+
"type": "element",
|
|
23
|
+
"tagName": "path",
|
|
24
|
+
"properties": {
|
|
25
|
+
"fillRule": "evenodd",
|
|
26
|
+
"d": "M5.953 3.569C7.034 2.559 8.49 2 10 2s2.966.559 4.047 1.569c1.084 1.01 1.703 2.394 1.703 3.848 0 2.105.528 3.55 1.117 4.514.272.445.483.76.64.994l.065.098c.077.114.154.23.21.331.028.052.064.122.093.202a.9.9 0 0 1 .051.38c-.009.104-.03.286-.134.472a1.15 1.15 0 0 1-.335.365 1 1 0 0 1-.299.145 2 2 0 0 1-.205.042 4 4 0 0 1-.404.03c-.28.01-.669.01-1.155.01H13.25v.25a3.25 3.25 0 0 1-6.5 0V15H4.606c-.486 0-.874 0-1.155-.01a4 4 0 0 1-.404-.03 2 2 0 0 1-.205-.042 1 1 0 0 1-.3-.145 1.15 1.15 0 0 1-.334-.365 1.16 1.16 0 0 1-.135-.473.9.9 0 0 1 .052-.38c.029-.08.065-.15.093-.2.056-.101.133-.218.21-.332l.065-.098c.156-.233.368-.549.64-.994.589-.964 1.117-2.409 1.117-4.514 0-1.454.62-2.837 1.703-3.848M8.25 15v.25a1.75 1.75 0 0 0 3.5 0V15zM10 3.5c-1.143 0-2.23.424-3.024 1.165-.792.74-1.226 1.73-1.226 2.752 0 2.371-.599 4.088-1.337 5.296-.196.32-.363.579-.5.786l.72.001h10.733q.423 0 .72-.002a26 26 0 0 1-.499-.785c-.738-1.208-1.337-2.925-1.337-5.296 0-1.022-.434-2.013-1.226-2.752C12.23 3.925 11.144 3.5 10 3.5",
|
|
27
|
+
"clipRule": "evenodd"
|
|
28
|
+
},
|
|
29
|
+
"children": []
|
|
30
|
+
}
|
|
31
|
+
],
|
|
32
|
+
"metadata": ""
|
|
33
|
+
}
|
|
34
|
+
]
|
|
35
|
+
},
|
|
36
|
+
"name": "activity"
|
|
37
|
+
};
|
|
11
38
|
|
|
12
39
|
export default Activity;
|
|
@@ -2,11 +2,46 @@
|
|
|
2
2
|
* This file was automatically generated. Do not edit manually.
|
|
3
3
|
*
|
|
4
4
|
* @see import("../svg/add-after.svg")
|
|
5
|
-
* @see import("../../../scripts/generate-icons.
|
|
5
|
+
* @see import("../../../scripts/generate-icons.ts")
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
import type {IconDefinition} from "../types";
|
|
9
9
|
|
|
10
|
-
const AddAfter: IconDefinition = {
|
|
10
|
+
const AddAfter: IconDefinition = {
|
|
11
|
+
"icon": {
|
|
12
|
+
"type": "root",
|
|
13
|
+
"children": [
|
|
14
|
+
{
|
|
15
|
+
"type": "element",
|
|
16
|
+
"tagName": "svg",
|
|
17
|
+
"properties": {
|
|
18
|
+
"viewBox": "0 0 20 20"
|
|
19
|
+
},
|
|
20
|
+
"children": [
|
|
21
|
+
{
|
|
22
|
+
"type": "element",
|
|
23
|
+
"tagName": "path",
|
|
24
|
+
"properties": {
|
|
25
|
+
"fillRule": "evenodd",
|
|
26
|
+
"d": "M4.25 3A2.25 2.25 0 0 0 2 5.25v9.5A2.25 2.25 0 0 0 4.25 17h3.5A2.25 2.25 0 0 0 10 14.75v-9.5A2.25 2.25 0 0 0 7.75 3zM3.5 5.25a.75.75 0 0 1 .75-.75h3.5a.75.75 0 0 1 .75.75v9.5a.75.75 0 0 1-.75.75h-3.5a.75.75 0 0 1-.75-.75z",
|
|
27
|
+
"clipRule": "evenodd"
|
|
28
|
+
},
|
|
29
|
+
"children": []
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"type": "element",
|
|
33
|
+
"tagName": "path",
|
|
34
|
+
"properties": {
|
|
35
|
+
"d": "M15 7a.75.75 0 0 1 .75.75v1.5h1.5a.75.75 0 0 1 0 1.5h-1.5v1.5a.75.75 0 0 1-1.5 0v-1.5h-1.5a.75.75 0 0 1 0-1.5h1.5v-1.5A.75.75 0 0 1 15 7"
|
|
36
|
+
},
|
|
37
|
+
"children": []
|
|
38
|
+
}
|
|
39
|
+
],
|
|
40
|
+
"metadata": ""
|
|
41
|
+
}
|
|
42
|
+
]
|
|
43
|
+
},
|
|
44
|
+
"name": "add-after"
|
|
45
|
+
};
|
|
11
46
|
|
|
12
47
|
export default AddAfter;
|