@mesalvo/react-ui 0.0.32410 → 0.0.33669
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/{changelog-viewer-C2X0JvGS.js → changelog-viewer-CmCEcGlu.js} +8 -9
- package/dist/{index-Bn3grc0V.js → index-TQSoQMqA.js} +44851 -27881
- package/dist/react-ui.js +475 -597
- package/dist/src/components/ChangelogViewer/model/useChangelogFilters.d.ts.map +1 -1
- package/dist/src/components/Dialog/Dialog.d.ts.map +1 -1
- package/dist/src/components/Input/test/props.d.ts +22 -22
- package/dist/src/components/Input/theme.d.ts +1 -0
- package/dist/src/components/Input/theme.d.ts.map +1 -1
- package/dist/src/components/Navbar/Navbar.d.ts +1 -1
- package/dist/src/components/Navbar/Navbar.d.ts.map +1 -1
- package/dist/src/components/PasswordInput/password-input.d.ts +1 -1
- package/dist/src/components/PasswordInput/password-input.d.ts.map +1 -1
- package/dist/src/components/Selectors/IconSelector/IconSelector.d.ts +1 -1
- package/dist/src/components/Selectors/IconSelector/IconSelector.d.ts.map +1 -1
- package/dist/src/components/Sidebar/Sidebar.d.ts +1 -1
- package/dist/src/components/Sidebar/Sidebar.d.ts.map +1 -1
- package/dist/src/components/TextArea/TextArea.d.ts +14 -1
- package/dist/src/components/TextArea/TextArea.d.ts.map +1 -1
- package/dist/src/components/UserButton/tabs/privileges/utils/getIcon.d.ts +1 -2
- package/dist/src/components/UserButton/tabs/privileges/utils/getIcon.d.ts.map +1 -1
- package/dist/src/components/UserButton/types.d.ts +1 -1
- package/dist/src/components/UserButton/types.d.ts.map +1 -1
- package/dist/src/components/UserButton/user-menu.d.ts +1 -1
- package/dist/src/components/UserButton/user-menu.d.ts.map +1 -1
- package/dist/src/components/button/button.d.ts.map +1 -1
- package/dist/src/components/dynamc-form/DynamicForm.d.ts.map +1 -1
- package/dist/src/components/dynamc-form/components/input-selector/InputSelector.d.ts +1 -1
- package/dist/src/components/dynamc-form/components/input-selector/InputSelector.d.ts.map +1 -1
- package/dist/src/components/dynamc-form/types/index.d.ts +10 -0
- package/dist/src/components/dynamc-form/types/index.d.ts.map +1 -1
- package/dist/src/components/field-assistant/AiFieldAssistantButton.d.ts +29 -0
- package/dist/src/components/field-assistant/AiFieldAssistantButton.d.ts.map +1 -0
- package/dist/src/components/field-assistant/AiFieldAssistantDialog.d.ts +11 -0
- package/dist/src/components/field-assistant/AiFieldAssistantDialog.d.ts.map +1 -0
- package/dist/src/components/field-assistant/index.d.ts +4 -0
- package/dist/src/components/field-assistant/index.d.ts.map +1 -0
- package/dist/src/components/field-assistant/types.d.ts +15 -0
- package/dist/src/components/field-assistant/types.d.ts.map +1 -0
- package/dist/src/components/form-assistant/AiFormAssistantButton.d.ts +31 -0
- package/dist/src/components/form-assistant/AiFormAssistantButton.d.ts.map +1 -0
- package/dist/src/components/form-assistant/AiFormAssistantDialog.d.ts +11 -0
- package/dist/src/components/form-assistant/AiFormAssistantDialog.d.ts.map +1 -0
- package/dist/src/components/form-assistant/index.d.ts +6 -0
- package/dist/src/components/form-assistant/index.d.ts.map +1 -0
- package/dist/src/components/form-assistant/types.d.ts +40 -0
- package/dist/src/components/form-assistant/types.d.ts.map +1 -0
- package/dist/src/components/index.d.ts +6 -1
- package/dist/src/components/index.d.ts.map +1 -1
- package/dist/src/hooks/index.d.ts +2 -0
- package/dist/src/hooks/index.d.ts.map +1 -1
- package/dist/src/hooks/use-ai-field-assistant/use-ai-field-assistant.d.ts +14 -0
- package/dist/src/hooks/use-ai-field-assistant/use-ai-field-assistant.d.ts.map +1 -0
- package/dist/src/hooks/use-ai-form-assistant/index.d.ts +2 -0
- package/dist/src/hooks/use-ai-form-assistant/index.d.ts.map +1 -0
- package/dist/src/hooks/use-ai-form-assistant/use-ai-form-assistant.d.ts +15 -0
- package/dist/src/hooks/use-ai-form-assistant/use-ai-form-assistant.d.ts.map +1 -0
- package/dist/src/models/index.d.ts +0 -1
- package/dist/src/models/index.d.ts.map +1 -1
- package/dist/src/types/types.d.ts +1 -1
- package/dist/src/types/types.d.ts.map +1 -1
- package/package.json +9 -11
- package/dist/src/components/icon/icon-ui.d.ts +0 -14
- package/dist/src/components/icon/icon-ui.d.ts.map +0 -1
- package/dist/src/models/icons/components/activity.d.ts +0 -2
- package/dist/src/models/icons/components/activity.d.ts.map +0 -1
- package/dist/src/models/icons/components/ad.d.ts +0 -2
- package/dist/src/models/icons/components/ad.d.ts.map +0 -1
- package/dist/src/models/icons/components/affiliate.d.ts +0 -2
- package/dist/src/models/icons/components/affiliate.d.ts.map +0 -1
- package/dist/src/models/icons/components/alarm-off.d.ts +0 -2
- package/dist/src/models/icons/components/alarm-off.d.ts.map +0 -1
- package/dist/src/models/icons/components/alarm.d.ts +0 -2
- package/dist/src/models/icons/components/alarm.d.ts.map +0 -1
- package/dist/src/models/icons/components/alert-circle.d.ts +0 -2
- package/dist/src/models/icons/components/alert-circle.d.ts.map +0 -1
- package/dist/src/models/icons/components/alert-triangle.d.ts +0 -2
- package/dist/src/models/icons/components/alert-triangle.d.ts.map +0 -1
- package/dist/src/models/icons/components/alt.d.ts +0 -2
- package/dist/src/models/icons/components/alt.d.ts.map +0 -1
- package/dist/src/models/icons/components/arrow-back-up.d.ts +0 -2
- package/dist/src/models/icons/components/arrow-back-up.d.ts.map +0 -1
- package/dist/src/models/icons/components/arrow-down.d.ts +0 -2
- package/dist/src/models/icons/components/arrow-down.d.ts.map +0 -1
- package/dist/src/models/icons/components/arrow-left.d.ts +0 -2
- package/dist/src/models/icons/components/arrow-left.d.ts.map +0 -1
- package/dist/src/models/icons/components/arrow-narrow-left.d.ts +0 -2
- package/dist/src/models/icons/components/arrow-narrow-left.d.ts.map +0 -1
- package/dist/src/models/icons/components/arrow-narrow-right.d.ts +0 -2
- package/dist/src/models/icons/components/arrow-narrow-right.d.ts.map +0 -1
- package/dist/src/models/icons/components/arrow-right.d.ts +0 -2
- package/dist/src/models/icons/components/arrow-right.d.ts.map +0 -1
- package/dist/src/models/icons/components/arrow-up.d.ts +0 -2
- package/dist/src/models/icons/components/arrow-up.d.ts.map +0 -1
- package/dist/src/models/icons/components/arrows-diff.d.ts +0 -2
- package/dist/src/models/icons/components/arrows-diff.d.ts.map +0 -1
- package/dist/src/models/icons/components/aspect-ratio.d.ts +0 -2
- package/dist/src/models/icons/components/aspect-ratio.d.ts.map +0 -1
- package/dist/src/models/icons/components/assembly.d.ts +0 -2
- package/dist/src/models/icons/components/assembly.d.ts.map +0 -1
- package/dist/src/models/icons/components/bold.d.ts +0 -2
- package/dist/src/models/icons/components/bold.d.ts.map +0 -1
- package/dist/src/models/icons/components/bookmark-plus.d.ts +0 -2
- package/dist/src/models/icons/components/bookmark-plus.d.ts.map +0 -1
- package/dist/src/models/icons/components/briefcase.d.ts +0 -2
- package/dist/src/models/icons/components/briefcase.d.ts.map +0 -1
- package/dist/src/models/icons/components/building-hospital.d.ts +0 -2
- package/dist/src/models/icons/components/building-hospital.d.ts.map +0 -1
- package/dist/src/models/icons/components/building.d.ts +0 -2
- package/dist/src/models/icons/components/building.d.ts.map +0 -1
- package/dist/src/models/icons/components/calendar-event.d.ts +0 -2
- package/dist/src/models/icons/components/calendar-event.d.ts.map +0 -1
- package/dist/src/models/icons/components/camera.d.ts +0 -2
- package/dist/src/models/icons/components/camera.d.ts.map +0 -1
- package/dist/src/models/icons/components/capture.d.ts +0 -2
- package/dist/src/models/icons/components/capture.d.ts.map +0 -1
- package/dist/src/models/icons/components/chart-line.d.ts +0 -2
- package/dist/src/models/icons/components/chart-line.d.ts.map +0 -1
- package/dist/src/models/icons/components/check.d.ts +0 -2
- package/dist/src/models/icons/components/check.d.ts.map +0 -1
- package/dist/src/models/icons/components/checklist.d.ts +0 -2
- package/dist/src/models/icons/components/checklist.d.ts.map +0 -1
- package/dist/src/models/icons/components/checks.d.ts +0 -2
- package/dist/src/models/icons/components/checks.d.ts.map +0 -1
- package/dist/src/models/icons/components/chevron-down.d.ts +0 -2
- package/dist/src/models/icons/components/chevron-down.d.ts.map +0 -1
- package/dist/src/models/icons/components/chevron-left.d.ts +0 -2
- package/dist/src/models/icons/components/chevron-left.d.ts.map +0 -1
- package/dist/src/models/icons/components/chevron-right.d.ts +0 -2
- package/dist/src/models/icons/components/chevron-right.d.ts.map +0 -1
- package/dist/src/models/icons/components/chevron-up.d.ts +0 -2
- package/dist/src/models/icons/components/chevron-up.d.ts.map +0 -1
- package/dist/src/models/icons/components/clipboard.d.ts +0 -2
- package/dist/src/models/icons/components/clipboard.d.ts.map +0 -1
- package/dist/src/models/icons/components/clock.d.ts +0 -2
- package/dist/src/models/icons/components/clock.d.ts.map +0 -1
- package/dist/src/models/icons/components/cloud.d.ts +0 -2
- package/dist/src/models/icons/components/cloud.d.ts.map +0 -1
- package/dist/src/models/icons/components/code-dots.d.ts +0 -2
- package/dist/src/models/icons/components/code-dots.d.ts.map +0 -1
- package/dist/src/models/icons/components/code.d.ts +0 -2
- package/dist/src/models/icons/components/code.d.ts.map +0 -1
- package/dist/src/models/icons/components/command.d.ts +0 -2
- package/dist/src/models/icons/components/command.d.ts.map +0 -1
- package/dist/src/models/icons/components/components.d.ts +0 -2
- package/dist/src/models/icons/components/components.d.ts.map +0 -1
- package/dist/src/models/icons/components/copy.d.ts +0 -2
- package/dist/src/models/icons/components/copy.d.ts.map +0 -1
- package/dist/src/models/icons/components/cpu.d.ts +0 -2
- package/dist/src/models/icons/components/cpu.d.ts.map +0 -1
- package/dist/src/models/icons/components/dashboard.d.ts +0 -2
- package/dist/src/models/icons/components/dashboard.d.ts.map +0 -1
- package/dist/src/models/icons/components/database.d.ts +0 -2
- package/dist/src/models/icons/components/database.d.ts.map +0 -1
- package/dist/src/models/icons/components/device-desktop.d.ts +0 -2
- package/dist/src/models/icons/components/device-desktop.d.ts.map +0 -1
- package/dist/src/models/icons/components/device-floppy.d.ts +0 -2
- package/dist/src/models/icons/components/device-floppy.d.ts.map +0 -1
- package/dist/src/models/icons/components/device-laptop.d.ts +0 -2
- package/dist/src/models/icons/components/device-laptop.d.ts.map +0 -1
- package/dist/src/models/icons/components/door.d.ts +0 -2
- package/dist/src/models/icons/components/door.d.ts.map +0 -1
- package/dist/src/models/icons/components/dots-vertical.d.ts +0 -2
- package/dist/src/models/icons/components/dots-vertical.d.ts.map +0 -1
- package/dist/src/models/icons/components/dots.d.ts +0 -2
- package/dist/src/models/icons/components/dots.d.ts.map +0 -1
- package/dist/src/models/icons/components/download.d.ts +0 -2
- package/dist/src/models/icons/components/download.d.ts.map +0 -1
- package/dist/src/models/icons/components/edit-off.d.ts +0 -2
- package/dist/src/models/icons/components/edit-off.d.ts.map +0 -1
- package/dist/src/models/icons/components/edit.d.ts +0 -2
- package/dist/src/models/icons/components/edit.d.ts.map +0 -1
- package/dist/src/models/icons/components/engine.d.ts +0 -2
- package/dist/src/models/icons/components/engine.d.ts.map +0 -1
- package/dist/src/models/icons/components/eraser.d.ts +0 -2
- package/dist/src/models/icons/components/eraser.d.ts.map +0 -1
- package/dist/src/models/icons/components/exclamation-circle.d.ts +0 -2
- package/dist/src/models/icons/components/exclamation-circle.d.ts.map +0 -1
- package/dist/src/models/icons/components/eye-closed.d.ts +0 -2
- package/dist/src/models/icons/components/eye-closed.d.ts.map +0 -1
- package/dist/src/models/icons/components/eye.d.ts +0 -2
- package/dist/src/models/icons/components/eye.d.ts.map +0 -1
- package/dist/src/models/icons/components/face-id-error.d.ts +0 -2
- package/dist/src/models/icons/components/face-id-error.d.ts.map +0 -1
- package/dist/src/models/icons/components/file-text.d.ts +0 -2
- package/dist/src/models/icons/components/file-text.d.ts.map +0 -1
- package/dist/src/models/icons/components/file-upload.d.ts +0 -2
- package/dist/src/models/icons/components/file-upload.d.ts.map +0 -1
- package/dist/src/models/icons/components/file-x.d.ts +0 -2
- package/dist/src/models/icons/components/file-x.d.ts.map +0 -1
- package/dist/src/models/icons/components/file.d.ts +0 -2
- package/dist/src/models/icons/components/file.d.ts.map +0 -1
- package/dist/src/models/icons/components/filter-off.d.ts +0 -2
- package/dist/src/models/icons/components/filter-off.d.ts.map +0 -1
- package/dist/src/models/icons/components/filter.d.ts +0 -2
- package/dist/src/models/icons/components/filter.d.ts.map +0 -1
- package/dist/src/models/icons/components/flag.d.ts +0 -2
- package/dist/src/models/icons/components/flag.d.ts.map +0 -1
- package/dist/src/models/icons/components/focus.d.ts +0 -2
- package/dist/src/models/icons/components/focus.d.ts.map +0 -1
- package/dist/src/models/icons/components/folder.d.ts +0 -2
- package/dist/src/models/icons/components/folder.d.ts.map +0 -1
- package/dist/src/models/icons/components/gender-female.d.ts +0 -2
- package/dist/src/models/icons/components/gender-female.d.ts.map +0 -1
- package/dist/src/models/icons/components/gender-male.d.ts +0 -2
- package/dist/src/models/icons/components/gender-male.d.ts.map +0 -1
- package/dist/src/models/icons/components/gender-transgender.d.ts +0 -2
- package/dist/src/models/icons/components/gender-transgender.d.ts.map +0 -1
- package/dist/src/models/icons/components/grid-dots.d.ts +0 -2
- package/dist/src/models/icons/components/grid-dots.d.ts.map +0 -1
- package/dist/src/models/icons/components/grip-vertical.d.ts +0 -2
- package/dist/src/models/icons/components/grip-vertical.d.ts.map +0 -1
- package/dist/src/models/icons/components/heart-handshake.d.ts +0 -2
- package/dist/src/models/icons/components/heart-handshake.d.ts.map +0 -1
- package/dist/src/models/icons/components/heart.d.ts +0 -2
- package/dist/src/models/icons/components/heart.d.ts.map +0 -1
- package/dist/src/models/icons/components/home.d.ts +0 -2
- package/dist/src/models/icons/components/home.d.ts.map +0 -1
- package/dist/src/models/icons/components/id.d.ts +0 -2
- package/dist/src/models/icons/components/id.d.ts.map +0 -1
- package/dist/src/models/icons/components/info-circle.d.ts +0 -2
- package/dist/src/models/icons/components/info-circle.d.ts.map +0 -1
- package/dist/src/models/icons/components/input-search.d.ts +0 -2
- package/dist/src/models/icons/components/input-search.d.ts.map +0 -1
- package/dist/src/models/icons/components/italic.d.ts +0 -2
- package/dist/src/models/icons/components/italic.d.ts.map +0 -1
- package/dist/src/models/icons/components/key.d.ts +0 -2
- package/dist/src/models/icons/components/key.d.ts.map +0 -1
- package/dist/src/models/icons/components/link.d.ts +0 -2
- package/dist/src/models/icons/components/link.d.ts.map +0 -1
- package/dist/src/models/icons/components/lock.d.ts +0 -2
- package/dist/src/models/icons/components/lock.d.ts.map +0 -1
- package/dist/src/models/icons/components/logout.d.ts +0 -2
- package/dist/src/models/icons/components/logout.d.ts.map +0 -1
- package/dist/src/models/icons/components/message-chatbot.d.ts +0 -2
- package/dist/src/models/icons/components/message-chatbot.d.ts.map +0 -1
- package/dist/src/models/icons/components/message-dots.d.ts +0 -2
- package/dist/src/models/icons/components/message-dots.d.ts.map +0 -1
- package/dist/src/models/icons/components/message.d.ts +0 -2
- package/dist/src/models/icons/components/message.d.ts.map +0 -1
- package/dist/src/models/icons/components/messages.d.ts +0 -2
- package/dist/src/models/icons/components/messages.d.ts.map +0 -1
- package/dist/src/models/icons/components/microphone.d.ts +0 -2
- package/dist/src/models/icons/components/microphone.d.ts.map +0 -1
- package/dist/src/models/icons/components/minus.d.ts +0 -2
- package/dist/src/models/icons/components/minus.d.ts.map +0 -1
- package/dist/src/models/icons/components/moon.d.ts +0 -2
- package/dist/src/models/icons/components/moon.d.ts.map +0 -1
- package/dist/src/models/icons/components/navigation.d.ts +0 -2
- package/dist/src/models/icons/components/navigation.d.ts.map +0 -1
- package/dist/src/models/icons/components/password.d.ts +0 -2
- package/dist/src/models/icons/components/password.d.ts.map +0 -1
- package/dist/src/models/icons/components/pencil.d.ts +0 -2
- package/dist/src/models/icons/components/pencil.d.ts.map +0 -1
- package/dist/src/models/icons/components/playlist-add.d.ts +0 -2
- package/dist/src/models/icons/components/playlist-add.d.ts.map +0 -1
- package/dist/src/models/icons/components/plus.d.ts +0 -2
- package/dist/src/models/icons/components/plus.d.ts.map +0 -1
- package/dist/src/models/icons/components/pointer.d.ts +0 -2
- package/dist/src/models/icons/components/pointer.d.ts.map +0 -1
- package/dist/src/models/icons/components/question-mark.d.ts +0 -2
- package/dist/src/models/icons/components/question-mark.d.ts.map +0 -1
- package/dist/src/models/icons/components/radio.d.ts +0 -2
- package/dist/src/models/icons/components/radio.d.ts.map +0 -1
- package/dist/src/models/icons/components/radioactive.d.ts +0 -2
- package/dist/src/models/icons/components/radioactive.d.ts.map +0 -1
- package/dist/src/models/icons/components/refresh.d.ts +0 -2
- package/dist/src/models/icons/components/refresh.d.ts.map +0 -1
- package/dist/src/models/icons/components/search.d.ts +0 -2
- package/dist/src/models/icons/components/search.d.ts.map +0 -1
- package/dist/src/models/icons/components/selector.d.ts +0 -2
- package/dist/src/models/icons/components/selector.d.ts.map +0 -1
- package/dist/src/models/icons/components/send.d.ts +0 -2
- package/dist/src/models/icons/components/send.d.ts.map +0 -1
- package/dist/src/models/icons/components/settings.d.ts +0 -2
- package/dist/src/models/icons/components/settings.d.ts.map +0 -1
- package/dist/src/models/icons/components/sort-ascending.d.ts +0 -2
- package/dist/src/models/icons/components/sort-ascending.d.ts.map +0 -1
- package/dist/src/models/icons/components/sort-descending.d.ts +0 -2
- package/dist/src/models/icons/components/sort-descending.d.ts.map +0 -1
- package/dist/src/models/icons/components/sparkles.d.ts +0 -2
- package/dist/src/models/icons/components/sparkles.d.ts.map +0 -1
- package/dist/src/models/icons/components/speakerphone.d.ts +0 -2
- package/dist/src/models/icons/components/speakerphone.d.ts.map +0 -1
- package/dist/src/models/icons/components/star.d.ts +0 -2
- package/dist/src/models/icons/components/star.d.ts.map +0 -1
- package/dist/src/models/icons/components/sun.d.ts +0 -2
- package/dist/src/models/icons/components/sun.d.ts.map +0 -1
- package/dist/src/models/icons/components/trash.d.ts +0 -2
- package/dist/src/models/icons/components/trash.d.ts.map +0 -1
- package/dist/src/models/icons/components/underline.d.ts +0 -2
- package/dist/src/models/icons/components/underline.d.ts.map +0 -1
- package/dist/src/models/icons/components/upload.d.ts +0 -2
- package/dist/src/models/icons/components/upload.d.ts.map +0 -1
- package/dist/src/models/icons/components/user.d.ts +0 -2
- package/dist/src/models/icons/components/user.d.ts.map +0 -1
- package/dist/src/models/icons/components/users.d.ts +0 -2
- package/dist/src/models/icons/components/users.d.ts.map +0 -1
- package/dist/src/models/icons/components/wand.d.ts +0 -2
- package/dist/src/models/icons/components/wand.d.ts.map +0 -1
- package/dist/src/models/icons/components/wifi.d.ts +0 -2
- package/dist/src/models/icons/components/wifi.d.ts.map +0 -1
- package/dist/src/models/icons/components/world.d.ts +0 -2
- package/dist/src/models/icons/components/world.d.ts.map +0 -1
- package/dist/src/models/icons/components/x.d.ts +0 -2
- package/dist/src/models/icons/components/x.d.ts.map +0 -1
- package/dist/src/models/icons/components/zoom-in.d.ts +0 -2
- package/dist/src/models/icons/components/zoom-in.d.ts.map +0 -1
- package/dist/src/models/icons/components/zoom-out.d.ts +0 -2
- package/dist/src/models/icons/components/zoom-out.d.ts.map +0 -1
- package/dist/src/models/icons/icon-map.d.ts +0 -5
- package/dist/src/models/icons/icon-map.d.ts.map +0 -1
- package/dist/src/models/icons/icons.d.ts +0 -4
- package/dist/src/models/icons/icons.d.ts.map +0 -1
- package/dist/src/models/icons/index.d.ts +0 -127
- package/dist/src/models/icons/index.d.ts.map +0 -1
- package/dist/src/models/icons/types.d.ts +0 -2
- package/dist/src/models/icons/types.d.ts.map +0 -1
- package/dist/src/models/icons/utils.d.ts +0 -4
- package/dist/src/models/icons/utils.d.ts.map +0 -1
- package/dist/src/scripts/icons/generate-icons.d.ts +0 -2
- package/dist/src/scripts/icons/generate-icons.d.ts.map +0 -1
- package/dist/src/scripts/icons/validate-icons.d.ts +0 -3
- package/dist/src/scripts/icons/validate-icons.d.ts.map +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/hooks/use-ai-form-assistant/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { AiFormAssistantConfig, FormSuggestion } from '../../components/form-assistant/types';
|
|
2
|
+
interface UseAiFormAssistantParams {
|
|
3
|
+
formData: Record<string, unknown>;
|
|
4
|
+
metaData?: Record<string, unknown>;
|
|
5
|
+
config?: AiFormAssistantConfig;
|
|
6
|
+
onChunk?: (suggestions: FormSuggestion[]) => void;
|
|
7
|
+
}
|
|
8
|
+
interface UseAiFormAssistantReturn {
|
|
9
|
+
generateSuggestions: (userPrompt: string) => Promise<FormSuggestion[]>;
|
|
10
|
+
isLoading: boolean;
|
|
11
|
+
error: string | null;
|
|
12
|
+
}
|
|
13
|
+
export declare const useAiFormAssistant: ({ formData, metaData, config, onChunk, }: UseAiFormAssistantParams) => UseAiFormAssistantReturn;
|
|
14
|
+
export {};
|
|
15
|
+
//# sourceMappingURL=use-ai-form-assistant.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"use-ai-form-assistant.d.ts","sourceRoot":"","sources":["../../../../src/hooks/use-ai-form-assistant/use-ai-form-assistant.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,qBAAqB,EAAE,cAAc,EAAE,MAAM,uCAAuC,CAAC;AAEnG,UAAU,wBAAwB;IAChC,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAClC,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACnC,MAAM,CAAC,EAAE,qBAAqB,CAAC;IAC/B,OAAO,CAAC,EAAE,CAAC,WAAW,EAAE,cAAc,EAAE,KAAK,IAAI,CAAC;CACnD;AAED,UAAU,wBAAwB;IAChC,mBAAmB,EAAE,CAAC,UAAU,EAAE,MAAM,KAAK,OAAO,CAAC,cAAc,EAAE,CAAC,CAAC;IACvE,SAAS,EAAE,OAAO,CAAC;IACnB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;CACtB;AA+BD,eAAO,MAAM,kBAAkB,GAAI,0CAKhC,wBAAwB,KAAG,wBAmF7B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { IconName } from '@mesalvo/icons';
|
|
1
2
|
import { Locale } from '@mesalvo/ts-definitions';
|
|
2
3
|
import { ReactNode } from 'react';
|
|
3
4
|
import { CountryCode } from '../i18n';
|
|
4
|
-
import { IconName } from '../models';
|
|
5
5
|
import { PrivilegeType } from '../models/privileges/types';
|
|
6
6
|
import { AlignEnum, BooleanEnum, BrandColorsEnum, ColorsEnum, DirectionEnum, FileTypes, GetValuesEnum, HeadingLevelEnum, HttpStatusEnum, MainSizesEnum, Methods, OrientationsEnum, RoundedSizesEnum, ScopesEnum, SidesEnum, SizesEnum, SortDirectionEnum, StateColorsEnum, TriggerReasonEnum } from './enums';
|
|
7
7
|
export type Identification = string | number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/types/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/types/types.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mesalvo/react-ui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.33669",
|
|
4
4
|
"displayName": "React UI",
|
|
5
5
|
"description": "The official React components built for Mesalvo' apps",
|
|
6
6
|
"keywords": [
|
|
@@ -78,12 +78,7 @@
|
|
|
78
78
|
"swr": "2.3.7",
|
|
79
79
|
"tailwind-merge": "3.4.0",
|
|
80
80
|
"vaul": "1.1.2",
|
|
81
|
-
"zod": "4.1.13"
|
|
82
|
-
"@mesalvo/api-client": "0.0.1",
|
|
83
|
-
"@mesalvo/icons": "0.0.1",
|
|
84
|
-
"@mesalvo/ts-auth": "2.0.0",
|
|
85
|
-
"@mesalvo/ts-definitions": "0.0.2",
|
|
86
|
-
"@mesalvo/ts-logic": "0.0.1"
|
|
81
|
+
"zod": "4.1.13"
|
|
87
82
|
},
|
|
88
83
|
"devDependencies": {
|
|
89
84
|
"@biomejs/biome": "2.3.8",
|
|
@@ -122,7 +117,12 @@
|
|
|
122
117
|
"vite-plugin-dts": "4.5.4",
|
|
123
118
|
"vite-plugin-svgr": "4.5.0",
|
|
124
119
|
"vitest": "4.0.15",
|
|
125
|
-
"@mesalvo/
|
|
120
|
+
"@mesalvo/api-client": "0.0.1",
|
|
121
|
+
"@mesalvo/biome-config": "0.0.2",
|
|
122
|
+
"@mesalvo/icons": "0.0.1",
|
|
123
|
+
"@mesalvo/ts-auth": "2.0.0",
|
|
124
|
+
"@mesalvo/ts-definitions": "0.0.2",
|
|
125
|
+
"@mesalvo/ts-logic": "0.0.1"
|
|
126
126
|
},
|
|
127
127
|
"peerDependencies": {
|
|
128
128
|
"react": "^19.0.0",
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
"scripts": {
|
|
138
138
|
"build:pre-packages": "echo '⚠️ Deprecated: Use turbo run build instead'",
|
|
139
139
|
"build:post-packages": "echo '⚠️ Deprecated: Use turbo run build instead'",
|
|
140
|
-
"ci:build": "pnpm
|
|
140
|
+
"ci:build": "pnpm build",
|
|
141
141
|
"dev": "pnpm storybook",
|
|
142
142
|
"build": "tsc && vite build",
|
|
143
143
|
"lint-fix": "pnpm lint",
|
|
@@ -155,12 +155,10 @@
|
|
|
155
155
|
"typecheck": "tsc --noEmit",
|
|
156
156
|
"storybook": "storybook dev -p 6006",
|
|
157
157
|
"build-storybook": "storybook build",
|
|
158
|
-
"prepublish": "npm run build",
|
|
159
158
|
"serve-storybook": "serve storybook-static",
|
|
160
159
|
"open-ide": "pnpm i && pnpm run storybook",
|
|
161
160
|
"build-watch": "pnpm build --watch",
|
|
162
161
|
"update-privileges": "node --env-file .env --experimental-transform-types --experimental-strip-types src/scripts/privileges/fetchPrivileges.ts --no-emit",
|
|
163
|
-
"generate-icons": "tsx src/scripts/icons/generate-icons.ts",
|
|
164
162
|
"changelog": "npx conventional-changelog-cli -i CHANGELOG.md -s -t v -p angular",
|
|
165
163
|
"release": "standard-version",
|
|
166
164
|
"release:minor": "standard-version --release-as minor",
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { HTMLAttributes } from 'react';
|
|
2
|
-
import { IconName } from '../../models';
|
|
3
|
-
export type IconProps = HTMLAttributes<HTMLDivElement> & {
|
|
4
|
-
icon: IconName;
|
|
5
|
-
className?: string;
|
|
6
|
-
size?: string | number;
|
|
7
|
-
}; /**
|
|
8
|
-
*
|
|
9
|
-
* @param icon string key icon name
|
|
10
|
-
* @param className string classes for styling
|
|
11
|
-
* @returns Icon react component
|
|
12
|
-
*/
|
|
13
|
-
export declare const Icon: ({ icon, className, color, size, ...rest }: IconProps) => import("react/jsx-runtime").JSX.Element;
|
|
14
|
-
//# sourceMappingURL=icon-ui.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"icon-ui.d.ts","sourceRoot":"","sources":["../../../../src/components/icon/icon-ui.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAC5C,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAI7C,MAAM,MAAM,SAAS,GAAG,cAAc,CAAC,cAAc,CAAC,GAAG;IACvD,IAAI,EAAE,QAAQ,CAAC;IAEf,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CACxB,CAAC,CAAC;;;;;GAKA;AACH,eAAO,MAAM,IAAI,GAAI,2CAMlB,SAAS,4CA4BX,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"activity.d.ts","sourceRoot":"","sources":["../../../../../src/models/icons/components/activity.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,QAAQ,6DAAO,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ad.d.ts","sourceRoot":"","sources":["../../../../../src/models/icons/components/ad.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,EAAE,6DAAO,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"affiliate.d.ts","sourceRoot":"","sources":["../../../../../src/models/icons/components/affiliate.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS,6DAAO,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"alarm-off.d.ts","sourceRoot":"","sources":["../../../../../src/models/icons/components/alarm-off.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,QAAQ,6DAAO,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"alarm.d.ts","sourceRoot":"","sources":["../../../../../src/models/icons/components/alarm.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK,6DAAO,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"alert-circle.d.ts","sourceRoot":"","sources":["../../../../../src/models/icons/components/alert-circle.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,WAAW,6DAAO,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"alert-triangle.d.ts","sourceRoot":"","sources":["../../../../../src/models/icons/components/alert-triangle.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa,6DAAO,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"alt.d.ts","sourceRoot":"","sources":["../../../../../src/models/icons/components/alt.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,GAAG,6DAAO,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"arrow-back-up.d.ts","sourceRoot":"","sources":["../../../../../src/models/icons/components/arrow-back-up.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,WAAW,6DAAO,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"arrow-down.d.ts","sourceRoot":"","sources":["../../../../../src/models/icons/components/arrow-down.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS,6DAAO,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"arrow-left.d.ts","sourceRoot":"","sources":["../../../../../src/models/icons/components/arrow-left.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS,6DAAO,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"arrow-narrow-left.d.ts","sourceRoot":"","sources":["../../../../../src/models/icons/components/arrow-narrow-left.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,eAAe,6DAAO,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"arrow-narrow-right.d.ts","sourceRoot":"","sources":["../../../../../src/models/icons/components/arrow-narrow-right.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,gBAAgB,6DAAO,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"arrow-right.d.ts","sourceRoot":"","sources":["../../../../../src/models/icons/components/arrow-right.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU,6DAAO,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"arrow-up.d.ts","sourceRoot":"","sources":["../../../../../src/models/icons/components/arrow-up.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,OAAO,6DAAO,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"arrows-diff.d.ts","sourceRoot":"","sources":["../../../../../src/models/icons/components/arrows-diff.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU,6DAAO,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"aspect-ratio.d.ts","sourceRoot":"","sources":["../../../../../src/models/icons/components/aspect-ratio.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,WAAW,6DAAO,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"assembly.d.ts","sourceRoot":"","sources":["../../../../../src/models/icons/components/assembly.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,QAAQ,6DAAO,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"bold.d.ts","sourceRoot":"","sources":["../../../../../src/models/icons/components/bold.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,IAAI,6DAAO,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"bookmark-plus.d.ts","sourceRoot":"","sources":["../../../../../src/models/icons/components/bookmark-plus.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY,6DAAO,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"briefcase.d.ts","sourceRoot":"","sources":["../../../../../src/models/icons/components/briefcase.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS,6DAAO,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"building-hospital.d.ts","sourceRoot":"","sources":["../../../../../src/models/icons/components/building-hospital.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,gBAAgB,6DAAO,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"building.d.ts","sourceRoot":"","sources":["../../../../../src/models/icons/components/building.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,QAAQ,6DAAO,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"calendar-event.d.ts","sourceRoot":"","sources":["../../../../../src/models/icons/components/calendar-event.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa,6DAAO,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"camera.d.ts","sourceRoot":"","sources":["../../../../../src/models/icons/components/camera.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM,6DAAO,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"capture.d.ts","sourceRoot":"","sources":["../../../../../src/models/icons/components/capture.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,OAAO,6DAAO,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"chart-line.d.ts","sourceRoot":"","sources":["../../../../../src/models/icons/components/chart-line.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS,6DAAO,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"check.d.ts","sourceRoot":"","sources":["../../../../../src/models/icons/components/check.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK,6DAAO,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"checklist.d.ts","sourceRoot":"","sources":["../../../../../src/models/icons/components/checklist.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS,6DAAO,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"checks.d.ts","sourceRoot":"","sources":["../../../../../src/models/icons/components/checks.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM,6DAAO,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"chevron-down.d.ts","sourceRoot":"","sources":["../../../../../src/models/icons/components/chevron-down.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,WAAW,6DAAO,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"chevron-left.d.ts","sourceRoot":"","sources":["../../../../../src/models/icons/components/chevron-left.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,WAAW,6DAAO,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"chevron-right.d.ts","sourceRoot":"","sources":["../../../../../src/models/icons/components/chevron-right.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY,6DAAO,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"chevron-up.d.ts","sourceRoot":"","sources":["../../../../../src/models/icons/components/chevron-up.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS,6DAAO,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"clipboard.d.ts","sourceRoot":"","sources":["../../../../../src/models/icons/components/clipboard.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS,6DAAO,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"clock.d.ts","sourceRoot":"","sources":["../../../../../src/models/icons/components/clock.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK,6DAAO,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"cloud.d.ts","sourceRoot":"","sources":["../../../../../src/models/icons/components/cloud.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK,6DAAO,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"code-dots.d.ts","sourceRoot":"","sources":["../../../../../src/models/icons/components/code-dots.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,QAAQ,6DAAO,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"code.d.ts","sourceRoot":"","sources":["../../../../../src/models/icons/components/code.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,IAAI,6DAAO,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"command.d.ts","sourceRoot":"","sources":["../../../../../src/models/icons/components/command.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,OAAO,6DAAO,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"components.d.ts","sourceRoot":"","sources":["../../../../../src/models/icons/components/components.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU,6DAAO,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"copy.d.ts","sourceRoot":"","sources":["../../../../../src/models/icons/components/copy.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,IAAI,6DAAO,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"cpu.d.ts","sourceRoot":"","sources":["../../../../../src/models/icons/components/cpu.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,GAAG,6DAAO,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dashboard.d.ts","sourceRoot":"","sources":["../../../../../src/models/icons/components/dashboard.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS,6DAAO,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"database.d.ts","sourceRoot":"","sources":["../../../../../src/models/icons/components/database.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,QAAQ,6DAAO,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"device-desktop.d.ts","sourceRoot":"","sources":["../../../../../src/models/icons/components/device-desktop.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa,6DAAO,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"device-floppy.d.ts","sourceRoot":"","sources":["../../../../../src/models/icons/components/device-floppy.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY,6DAAO,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"device-laptop.d.ts","sourceRoot":"","sources":["../../../../../src/models/icons/components/device-laptop.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY,6DAAO,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"door.d.ts","sourceRoot":"","sources":["../../../../../src/models/icons/components/door.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,IAAI,6DAAO,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dots-vertical.d.ts","sourceRoot":"","sources":["../../../../../src/models/icons/components/dots-vertical.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY,6DAAO,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dots.d.ts","sourceRoot":"","sources":["../../../../../src/models/icons/components/dots.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,IAAI,6DAAO,CAAA"}
|