cognikit 1.0.0 → 1.0.2
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/client.js +34 -28
- package/dist/client.js.map +3 -3
- package/dist/index.js +7 -1
- package/dist/index.js.map +3 -3
- package/dist/shell/simple-shell/script.d.ts +2 -0
- package/package.json +1 -1
- package/public/app.js +16 -1
- package/public/app.js.map +2 -2
- package/public/index.html +1 -2
package/public/index.html
CHANGED
|
@@ -778,8 +778,7 @@ laugh:\n type: audio\n url: https://www.soundjay.com/human/sounds/man-laughing-0
|
|
|
778
778
|
// Clear any previous state and set up new interaction
|
|
779
779
|
// The shell now reads everything from interaction.config
|
|
780
780
|
viewport.setInteraction(interaction);
|
|
781
|
-
|
|
782
|
-
currentInteraction = interaction;
|
|
781
|
+
currentInteraction = interaction;
|
|
783
782
|
closeModal(configModal);
|
|
784
783
|
|
|
785
784
|
console.log('✅ Interaction rendered successfully');
|