@hybridcore/ui 1.4.38 → 1.4.39

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.
@@ -27,7 +27,7 @@ const b = ({
27
27
  value: f
28
28
  });
29
29
  }
30
- g(a);
30
+ g(a, e);
31
31
  } else console.warn("Template could not be found!");
32
32
  };
33
33
  if (a.length === 1) {
package/dist/main.d.ts CHANGED
@@ -574,7 +574,7 @@ declare interface Props_10 {
574
574
  fieldOptions?: {
575
575
  [key: string]: FieldOptions;
576
576
  };
577
- onChange(values: FV.TemplateFilter[]): void;
577
+ onChange(values: FV.TemplateFilter[], value?: FV.TemplateFilter): void;
578
578
  }
579
579
 
580
580
  declare interface Props_11 {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hybridcore/ui",
3
3
  "description": "Hybrid Core UI Library",
4
- "version": "1.4.38",
4
+ "version": "1.4.39",
5
5
  "author": "Hybrid Core",
6
6
  "license": "ISC",
7
7
  "type": "module",