@praxisui/core 2.0.0-beta.0 → 3.0.0-beta.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.
@@ -4185,6 +4185,7 @@ class ComponentMetadataRegistry {
4185
4185
  metadataMap = new Map();
4186
4186
  componentTypeAliases = {
4187
4187
  table: 'praxis-table',
4188
+ chart: 'praxis-chart',
4188
4189
  form: 'praxis-dynamic-form',
4189
4190
  crud: 'praxis-crud',
4190
4191
  tabs: 'praxis-tabs',