@oicl/openbridge-webcomponents-react 2.0.0-next.48 → 2.0.0-next.49
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.
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
import { EventName } from '@lit/react';
|
|
1
2
|
import { ObcIconButton as ObcIconButtonElement } from '@oicl/openbridge-webcomponents/dist/components/icon-button/icon-button.js';
|
|
2
|
-
export declare const ObcIconButton: import("@lit/react").ReactWebComponent<ObcIconButtonElement, {
|
|
3
|
+
export declare const ObcIconButton: import("@lit/react").ReactWebComponent<ObcIconButtonElement, {
|
|
4
|
+
onClick: EventName<CustomEvent<unknown>>;
|
|
5
|
+
}>;
|
|
3
6
|
//# sourceMappingURL=icon-button.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"icon-button.d.ts","sourceRoot":"","sources":["../../src/components/icon-button/icon-button.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"icon-button.d.ts","sourceRoot":"","sources":["../../src/components/icon-button/icon-button.ts"],"names":[],"mappings":"AAEC,OAAO,EAAkB,SAAS,EAAC,MAAM,YAAY,CAAC;AAEtD,OAAO,EAAC,aAAa,IAAI,oBAAoB,EAAC,MAAM,2EAA2E,CAAC;AAMhI,eAAO,MAAM,aAAa;aAMF,SAAS,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC;EAEpD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"icon-button.js","sourceRoot":"","sources":["../../src/components/icon-button/icon-button.ts"],"names":[],"mappings":"AACC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAC,eAAe,
|
|
1
|
+
{"version":3,"file":"icon-button.js","sourceRoot":"","sources":["../../src/components/icon-button/icon-button.ts"],"names":[],"mappings":"AACC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAC,eAAe,EAAY,MAAM,YAAY,CAAC;AAEtD,OAAO,EAAC,aAAa,IAAI,oBAAoB,EAAC,MAAM,2EAA2E,CAAC;AAMhI,MAAM,CAAC,MAAM,aAAa,GAAG,eAAe,CAAC;IAC3C,KAAK,EAAE,KAAK;IACZ,OAAO,EAAE,iBAAiB;IAC1B,YAAY,EAAE,oBAAoB;IAClC,MAAM,EAAE;QAEN,OAAO,EAAE,OAA0C;KACpD;CACD,CAAC,CAAC","sourcesContent":["\n import * as React from 'react';\n import {createComponent, EventName} from '@lit/react';\n \n import {ObcIconButton as ObcIconButtonElement} from '@oicl/openbridge-webcomponents/dist/components/icon-button/icon-button.js';\n \n \n \n\n \n export const ObcIconButton = createComponent({\n react: React,\n tagName: 'obc-icon-button',\n elementClass: ObcIconButtonElement,\n events: {\n \n onClick: 'click' as EventName<CustomEvent<unknown>>,\n }\n });\n \n "]}
|
package/package.json
CHANGED
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
"build": "tsc",
|
|
6
6
|
"build:watch": "tsc --watch"
|
|
7
7
|
},
|
|
8
|
-
"version": "2.0.0-next.
|
|
8
|
+
"version": "2.0.0-next.49",
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@oicl/openbridge-webcomponents": "^2.0.0-next.
|
|
10
|
+
"@oicl/openbridge-webcomponents": "^2.0.0-next.48",
|
|
11
11
|
"@lit/react": "^1.0.0"
|
|
12
12
|
},
|
|
13
13
|
"peerDependencies": {
|