@maggioli-design-system/magma-react 1.10.9 → 1.10.11
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/dist/components.js +2 -0
- package/dist/types/components.d.ts +2 -0
- package/package.json +2 -2
package/dist/components.js
CHANGED
|
@@ -637,6 +637,8 @@ export const MdsModal = /*@__PURE__*/ createComponent({
|
|
|
637
637
|
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
638
638
|
react: React,
|
|
639
639
|
events: {
|
|
640
|
+
onMdsModalOpen: 'mdsModalOpen',
|
|
641
|
+
onMdsModalShow: 'mdsModalShow',
|
|
640
642
|
onMdsModalClose: 'mdsModalClose',
|
|
641
643
|
onMdsModalHide: 'mdsModalHide'
|
|
642
644
|
},
|
|
@@ -316,6 +316,8 @@ export declare const MdsListItem: StencilReactComponent<MdsListItemElement, MdsL
|
|
|
316
316
|
export type MdsMentionEvents = NonNullable<unknown>;
|
|
317
317
|
export declare const MdsMention: StencilReactComponent<MdsMentionElement, MdsMentionEvents>;
|
|
318
318
|
export type MdsModalEvents = {
|
|
319
|
+
onMdsModalOpen: EventName<CustomEvent<void>>;
|
|
320
|
+
onMdsModalShow: EventName<CustomEvent<void>>;
|
|
319
321
|
onMdsModalClose: EventName<CustomEvent<void>>;
|
|
320
322
|
onMdsModalHide: EventName<CustomEvent<void>>;
|
|
321
323
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@maggioli-design-system/magma-react",
|
|
3
|
-
"version": "1.10.
|
|
3
|
+
"version": "1.10.11",
|
|
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.10.
|
|
18
|
+
"@maggioli-design-system/magma": "1.10.11",
|
|
19
19
|
"@stencil/react-output-target": "1.0.2"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|