impaktapps-ui-builder 0.0.409-e → 0.0.409-f

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impaktapps-ui-builder",
3
- "version": "0.0.409e",
3
+ "version": "0.0.409f",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -171,6 +171,7 @@ const buildUiSchema = (config: any) => {
171
171
  switch (config.type) {
172
172
  case "TreeMap":
173
173
  elements = buildTreeMap(config,componentScope)
174
+ break;
174
175
  case "DateTime":
175
176
  elements = buildDateTime(config, componentScope);
176
177
  break;