@babylonjs/shared-ui-components 8.29.0 → 8.29.1

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.
@@ -686,7 +686,7 @@ export class GraphNode {
686
686
  }, options.min, options.max, this._visualPropertiesRefresh, localStyles.standalone);
687
687
  break;
688
688
  }
689
- case 4 /* PropertyTypeForEdition.List */: {
689
+ case 5 /* PropertyTypeForEdition.List */: {
690
690
  container.classList.add(localStyles.listContainer);
691
691
  const select = root.ownerDocument.createElement("div");
692
692
  select.classList.add(localStyles.select);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@babylonjs/shared-ui-components",
3
- "version": "8.29.0",
3
+ "version": "8.29.1",
4
4
  "main": "index.js",
5
5
  "module": "index.js",
6
6
  "types": "index.d.ts",