@longline/aqua-ui 1.0.227 → 1.0.228

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.
@@ -40,7 +40,7 @@ interface IIdwLayerProps {
40
40
  * slowing down the fragment shader.
41
41
  * @default 256
42
42
  */
43
- resolution: 16 | 32 | 64 | 128 | 256 | 512 | 1024 | 2048 | 4096;
43
+ resolution?: 16 | 32 | 64 | 128 | 256 | 512 | 1024 | 2048 | 4096;
44
44
  }
45
45
  /**
46
46
  * An `IdwLayer` takes a data array of points of the form
@@ -0,0 +1 @@
1
+ export * from './IdwLayer';
@@ -0,0 +1 @@
1
+ export * from './IdwLayer';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@longline/aqua-ui",
3
- "version": "1.0.227",
3
+ "version": "1.0.228",
4
4
  "description": "AquaUI",
5
5
  "author": "Alexander van Oostenrijk / Longline Environment",
6
6
  "license": "Commercial",