@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
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.