@zcomponent/core 1.29.0-beta.2 → 2.0.0-alpha.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.
package/README.md CHANGED
@@ -1 +1,2 @@
1
1
  # @zcomponent/core
2
+
@@ -3,7 +3,7 @@ export interface DefaultLoaderConstructorProps {
3
3
  /** @zprop
4
4
  * @zgroup Appearance
5
5
  * @zgrouppriority 10
6
- * @zvalues files *.+(jpg|jpeg|png)
6
+ * @zvalues files *.+(jpg|jpeg|png|webp)
7
7
  */
8
8
  backgroundImage: string;
9
9
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zcomponent/core",
3
- "version": "1.29.0-beta.2",
3
+ "version": "2.0.0-alpha.1",
4
4
  "description": "The core component model and built-in functionality for Mattercraft.",
5
5
  "author": "Zappar Limited",
6
6
  "license": "Proprietary",