Closed barsukov closed 3 days ago
ContentArea
and ContentAreaWrapper
Components Deprecated
ContentArea
and ContentAreaWrapper
are deprecated as per docs? Should we treat them as DataList
and not migrate https://github.com/cloudoperators/juno/issues/226?
Moving to Blocked
as need to discuss: https://convergedcloud.slack.com/archives/G010AU3TTJT/p1731393900740599.
Task Description
We need to convert Content and all related components from @cloudoperators/juno-ui-components to TypeScript
List of potential dependencies
ContentAreaToolbar
ContentContainer
andContentHeading
(already converted, just not exposed in src)ContentArea
andContentAreaWrapper
(deprecated, move todeprecated_js
, don't migrate)Sub-tasks
Related Issues
168
Additional Context Please check this online codemode editor to change the PropTypes to a proper Ts interfaces
https://github.com/mskelton/ratchet Online editor: https://ratchet.mskelton.dev/
We need to be pretty concious about migration to ts cause it could create a potential breaking changes. Also if there will be too much changes at once maybe consider to split up the task again. Also some dependencies could be hidden and only discovered while executing the migration, could also lead to potential reconsidering the order of task execution.