mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
* Refactor Layer and its subcomponents, replacing cloneElement by context * Add showcase for PopupButton template component * Templateify exported elements (WIP) * Remove unused file * Export templateified PopupStartEndInput * Fix template component type * Change folder structure * Lower test coverage * changed export name * Refactor PopupForm and PopupView * More refactoring * Add provider for PopupFormContext * Fix popupform title * Add comments * Use correct ItemFormPopup for new items * Fix linting * Reduce coverage * Change tailwind prefix * Fix type --------- Co-authored-by: Anton Tranelis <mail@antontranelis.de> Co-authored-by: Anton Tranelis <31516529+antontranelis@users.noreply.github.com>
14 lines
720 B
TypeScript
14 lines
720 B
TypeScript
export { UtopiaMap } from './UtopiaMap'
|
|
export * from './Layer'
|
|
export { Tags } from './Tags'
|
|
export * from './Permissions'
|
|
/*
|
|
export { PopupTextAreaInput } from './Subcomponents/ItemPopupComponents/PopupTextAreaInput'
|
|
export { PopupStartEndInput } from './Subcomponents/ItemPopupComponents/PopupStartEndInput'
|
|
export { PopupTextInput } from './Subcomponents/ItemPopupComponents/PopupTextInput'
|
|
export { PopupCheckboxInput } from './Subcomponents/ItemPopupComponents/PopupCheckboxInput'
|
|
export { TextView } from './Subcomponents/ItemPopupComponents/TextView'
|
|
export { StartEndView } from './Subcomponents/ItemPopupComponents/StartEndView'
|
|
export { PopupButton } from './Subcomponents/ItemPopupComponents/PopupButton'
|
|
*/
|