@maggioli-design-system/magma-react 1.11.3 → 1.11.4

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.
@@ -482,7 +482,10 @@ export const MdsInputDate = /*@__PURE__*/ createComponent({
482
482
  elementClass: MdsInputDateElement,
483
483
  // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
484
484
  react: React,
485
- events: { onMdsInputDateSelect: 'mdsInputDateSelect' },
485
+ events: {
486
+ onMdsInputValidation: 'mdsInputValidation',
487
+ onMdsInputDateSelect: 'mdsInputDateSelect'
488
+ },
486
489
  defineCustomElement: defineMdsInputDate
487
490
  });
488
491
  export const MdsInputDateRange = /*@__PURE__*/ createComponent({
@@ -258,6 +258,7 @@ export type MdsInputEvents = {
258
258
  };
259
259
  export declare const MdsInput: StencilReactComponent<MdsInputElement, MdsInputEvents>;
260
260
  export type MdsInputDateEvents = {
261
+ onMdsInputValidation: EventName<CustomEvent<boolean>>;
261
262
  onMdsInputDateSelect: EventName<CustomEvent<string>>;
262
263
  };
263
264
  export declare const MdsInputDate: StencilReactComponent<MdsInputDateElement, MdsInputDateEvents>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maggioli-design-system/magma-react",
3
- "version": "1.11.3",
3
+ "version": "1.11.4",
4
4
  "main": "dist/components.js",
5
5
  "module": "dist/components.js",
6
6
  "types": "dist/types/components.d.ts",
@@ -15,7 +15,7 @@
15
15
  "access": "public"
16
16
  },
17
17
  "dependencies": {
18
- "@maggioli-design-system/magma": "1.11.3",
18
+ "@maggioli-design-system/magma": "1.11.4",
19
19
  "@stencil/react-output-target": "1.0.2"
20
20
  },
21
21
  "devDependencies": {