@pictogrammers/components 0.5.17 → 0.5.18

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@pictogrammers/components",
3
3
  "type": "module",
4
- "version": "0.5.17",
4
+ "version": "0.5.18",
5
5
  "license": "MIT",
6
6
  "author": "Austin Andrews",
7
7
  "scripts": {
@@ -1562,7 +1562,7 @@ export default class PgInputPixelEditor extends HTMLElement {
1562
1562
  path: bitmaskToPath(this.#data[layerIndex], {
1563
1563
  scale: 1,
1564
1564
  include: [[color]]
1565
- }),
1565
+ })[0],
1566
1566
  };
1567
1567
  });
1568
1568
  case 'reference':