zignal-react-library 1.1.339 → 1.1.340

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.
@@ -397,7 +397,7 @@ export declare const ZAvatar: StencilReactComponent<ZAvatarElement, ZAvatarEvent
397
397
  export type ZDialogEvents = NonNullable<unknown>;
398
398
  export declare const ZDialog: StencilReactComponent<ZDialogElement, ZDialogEvents>;
399
399
  export type ZDropdownInputEvents = {
400
- onValueChange: EventName<ZDropdownInputCustomEvent<string>>;
400
+ onValueChange: EventName<ZDropdownInputCustomEvent<string | null>>;
401
401
  };
402
402
  export declare const ZDropdownInput: StencilReactComponent<ZDropdownInputElement, ZDropdownInputEvents>;
403
403
  export type ZPaginationEvents = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zignal-react-library",
3
- "version": "1.1.339",
3
+ "version": "1.1.340",
4
4
  "description": "",
5
5
  "author": "zignal",
6
6
  "homepage": "",
@@ -40,6 +40,6 @@
40
40
  },
41
41
  "dependencies": {
42
42
  "@stencil/react-output-target": "^1.3.1",
43
- "zignal-stencil-library": "^1.1.339"
43
+ "zignal-stencil-library": "^1.1.340"
44
44
  }
45
45
  }