platformscode-new-react 0.1.40 → 0.1.42
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.
|
@@ -319,6 +319,9 @@ export declare const DgaLineSkeleton: StencilReactComponent<DgaLineSkeletonEleme
|
|
|
319
319
|
export type DgaLinearProgressBarEvents = NonNullable<unknown>;
|
|
320
320
|
export declare const DgaLinearProgressBar: StencilReactComponent<DgaLinearProgressBarElement, DgaLinearProgressBarEvents>;
|
|
321
321
|
export type DgaLinkEvents = {
|
|
322
|
+
onNdsClick: EventName<DgaLinkCustomEvent<MouseEvent>>;
|
|
323
|
+
onNdsFocus: EventName<CustomEvent<void>>;
|
|
324
|
+
onNdsBlur: EventName<CustomEvent<void>>;
|
|
322
325
|
onOnClick: EventName<DgaLinkCustomEvent<MouseEvent>>;
|
|
323
326
|
};
|
|
324
327
|
export declare const DgaLink: StencilReactComponent<DgaLinkElement, DgaLinkEvents>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "platformscode-new-react",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.42",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@stencil/react-output-target": "^1.0.2",
|
|
25
|
-
"@platformscode/core": "0.0.
|
|
25
|
+
"@platformscode/core": "0.0.49"
|
|
26
26
|
},
|
|
27
27
|
"scripts": {
|
|
28
28
|
"test": "node ./__tests__/react-library.test.js",
|