@pismo/marola 0.0.1-alpha.18 → 0.0.1-alpha.19

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.
@@ -838,7 +838,7 @@ const ht = (n) => {
838
838
  {
839
839
  ...r,
840
840
  onChange: (p, f) => {
841
- a == null || a(f, p);
841
+ p && (a == null || a(f, p));
842
842
  },
843
843
  className: _e(L.select, i),
844
844
  slots: { root: ze },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pismo/marola",
3
3
  "description": "CDX tribe component library",
4
- "version": "0.0.1-alpha.18",
4
+ "version": "0.0.1-alpha.19",
5
5
  "type": "module",
6
6
  "main": "dist/main.js",
7
7
  "types": "dist/main.d.ts",