canvasframework 0.3.21 → 0.3.22

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/core/UIBuilder.js CHANGED
@@ -133,7 +133,6 @@ const Components = {
133
133
  Positioned,
134
134
  Banner,
135
135
  Chart,
136
- QRCode,
137
136
  Stack
138
137
  };
139
138
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "canvasframework",
3
- "version": "0.3.21",
3
+ "version": "0.3.22",
4
4
  "description": "Canvas-based cross-platform UI framework (Material & Cupertino)",
5
5
  "type": "module",
6
6
  "main": "./index.js",