obi-sdk 0.13.3 → 0.15.0
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/modular/chunks/index-cc31d633.js +6 -0
- package/dist/modular/chunks/index-cc31d633.js.map +1 -0
- package/dist/modular/chunks/{obi-widget-222a1e0d.js → obi-widget-315605ed.js} +723 -464
- package/dist/modular/chunks/obi-widget-315605ed.js.map +1 -0
- package/dist/modular/chunks/{types-f38a47f6.js → types-eb1fb85a.js} +2 -2
- package/dist/modular/chunks/{types-f38a47f6.js.map → types-eb1fb85a.js.map} +1 -1
- package/dist/modular/core.js +1 -1
- package/dist/modular/index.js +2 -2
- package/dist/modular/ui.js +11 -11
- package/dist/obi-sdk.standalone.iife.js +176 -84
- package/dist/obi-sdk.standalone.iife.js.map +1 -1
- package/dist/react.es.js +5065 -4830
- package/dist/react.es.js.map +1 -1
- package/dist/react.umd.js +253 -161
- package/dist/react.umd.js.map +1 -1
- package/dist/ui/components/obi-widget/obi-widget.d.ts +2 -0
- package/package.json +3 -2
- package/dist/modular/chunks/index-dcd6962d.js +0 -6
- package/dist/modular/chunks/index-dcd6962d.js.map +0 -1
- package/dist/modular/chunks/obi-widget-222a1e0d.js.map +0 -1
|
@@ -18,6 +18,7 @@ export declare class ObiWidget extends LitElement {
|
|
|
18
18
|
private showSessionStartModal;
|
|
19
19
|
private showShareMicModal;
|
|
20
20
|
private micShareEnabled;
|
|
21
|
+
private showOverviewModal;
|
|
21
22
|
private showVoiceGuidanceModal;
|
|
22
23
|
private voiceGuidanceEnabled;
|
|
23
24
|
private selectedCourse;
|
|
@@ -65,6 +66,7 @@ export declare class ObiWidget extends LitElement {
|
|
|
65
66
|
private handleSessionModalStart;
|
|
66
67
|
private handleSessionModalClose;
|
|
67
68
|
private handleSessionModalError;
|
|
69
|
+
private handleOverviewModalClose;
|
|
68
70
|
private handleShareMicModalContinue;
|
|
69
71
|
private handleShareMicModalClose;
|
|
70
72
|
private handleVoiceGuidanceModalContinue;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "obi-sdk",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.15.0",
|
|
4
4
|
"description": "JavaScript SDK for Obi",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/obi-sdk.umd.js",
|
|
@@ -90,7 +90,8 @@
|
|
|
90
90
|
},
|
|
91
91
|
"scripts": {
|
|
92
92
|
"dev": "vite",
|
|
93
|
-
"build": "
|
|
93
|
+
"build": "pnpm build:old && pnpm build:react && pnpm build:modular && pnpm build:standalone",
|
|
94
|
+
"build:old": "vite build",
|
|
94
95
|
"build:standalone": "vite build --config vite.standalone.config.js",
|
|
95
96
|
"build:modular": "vite build --config vite.modular.config.js",
|
|
96
97
|
"build:react": "vite build --config vite.react.config.ts",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index-dcd6962d.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;"}
|