@opengeni/react 3.7.0-canary.1 → 3.7.0-canary.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/{chunk-INGB2N5R.js → chunk-3IY6UZI6.js} +2 -2
- package/dist/chunk-3IY6UZI6.js.map +1 -0
- package/dist/{chunk-5IXTJTK3.js → chunk-WZIMM3GX.js} +353 -286
- package/dist/chunk-WZIMM3GX.js.map +1 -0
- package/dist/components/child-session-link.d.ts +5 -0
- package/dist/components/session-chrome.d.ts +8 -4
- package/dist/composer.js +1 -1
- package/dist/index.js +2 -2
- package/dist/session-ui.js +2 -2
- package/package.json +2 -2
- package/src/components/child-session-link.tsx +27 -0
- package/src/components/composer.tsx +1 -1
- package/src/components/machine-input-display.ts +2 -2
- package/src/components/message-timeline.tsx +16 -1
- package/src/components/session-chrome.tsx +75 -37
- package/styles/compiled.css +19 -0
- package/dist/chunk-5IXTJTK3.js.map +0 -1
- package/dist/chunk-INGB2N5R.js.map +0 -1
|
@@ -996,7 +996,7 @@ function measureComposerContentHeight(textarea) {
|
|
|
996
996
|
mirror.setAttribute("aria-hidden", "true");
|
|
997
997
|
mirror.tabIndex = -1;
|
|
998
998
|
mirror.rows = 1;
|
|
999
|
-
mirror.style.cssText = "position:
|
|
999
|
+
mirror.style.cssText = "position:fixed;top:0;left:-100000px;visibility:hidden;pointer-events:none;height:auto;min-height:0;max-height:none;overflow:hidden;z-index:-1;";
|
|
1000
1000
|
composerHeightMirror = mirror;
|
|
1001
1001
|
}
|
|
1002
1002
|
const style = getComputedStyle(textarea);
|
|
@@ -4926,4 +4926,4 @@ export {
|
|
|
4926
4926
|
useVoiceInput,
|
|
4927
4927
|
ComposerTranscriptionControl
|
|
4928
4928
|
};
|
|
4929
|
-
//# sourceMappingURL=chunk-
|
|
4929
|
+
//# sourceMappingURL=chunk-3IY6UZI6.js.map
|