@pmate/chat-sdk 0.1.11 → 0.1.12
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/lib/components/ChatInputMobile.js +6 -4
- package/package.json +1 -1
- package/dist/assets/ChatInput.stories-BABdkDrt.js +0 -1545
- package/dist/assets/Color-AVL7NMMY-D33umUzR.js +0 -1
- package/dist/assets/DocsRenderer-PQXLIZUC-BUYhEk48.js +0 -1243
- package/dist/assets/client-De2ACSn_.js +0 -9
- package/dist/assets/iframe-DVJDoCiO.js +0 -1071
- package/dist/assets/iframe-q28pAgAa.css +0 -1
- package/dist/assets/index-CkuJGuix.js +0 -1
- package/dist/assets/preload-helper-PPVm8Dsz.js +0 -1
- package/dist/assets/react-18-DfLUnvSL.js +0 -1
- package/dist/favicon-wrapper.svg +0 -46
- package/dist/favicon.svg +0 -1
- package/dist/iframe.html +0 -687
- package/dist/index.html +0 -148
- package/dist/index.json +0 -1
- package/dist/nunito-sans-bold-italic.woff2 +0 -0
- package/dist/nunito-sans-bold.woff2 +0 -0
- package/dist/nunito-sans-italic.woff2 +0 -0
- package/dist/nunito-sans-regular.woff2 +0 -0
- package/dist/project.json +0 -1
- package/dist/sb-addons/docs-1/manager-bundle.js +0 -151
- package/dist/sb-addons/docs-1/manager-bundle.js.LEGAL.txt +0 -0
- package/dist/sb-addons/storybook-core-server-presets-0/common-manager-bundle.js +0 -971
- package/dist/sb-addons/storybook-core-server-presets-0/common-manager-bundle.js.LEGAL.txt +0 -0
- package/dist/sb-common-assets/favicon-wrapper.svg +0 -46
- package/dist/sb-common-assets/favicon.svg +0 -1
- package/dist/sb-common-assets/nunito-sans-bold-italic.woff2 +0 -0
- package/dist/sb-common-assets/nunito-sans-bold.woff2 +0 -0
- package/dist/sb-common-assets/nunito-sans-italic.woff2 +0 -0
- package/dist/sb-common-assets/nunito-sans-regular.woff2 +0 -0
- package/dist/sb-manager/globals-module-info.js +0 -799
- package/dist/sb-manager/globals-runtime.js +0 -69791
- package/dist/sb-manager/globals.js +0 -34
- package/dist/sb-manager/runtime.js +0 -13198
- package/dist/vite-inject-mocker-entry.js +0 -2
|
@@ -197,14 +197,16 @@ function MobileInner(props) {
|
|
|
197
197
|
boxShadow: "none",
|
|
198
198
|
overflow: "visible",
|
|
199
199
|
}, children: [isRecordingOverlayVisible ? (_jsxs("div", { style: {
|
|
200
|
-
position: "
|
|
201
|
-
left:
|
|
202
|
-
|
|
203
|
-
|
|
200
|
+
position: "fixed",
|
|
201
|
+
left: "50%",
|
|
202
|
+
bottom: "calc(72px + env(safe-area-inset-bottom, 0px))",
|
|
203
|
+
width: "min(420px, calc(100vw - 16px))",
|
|
204
|
+
transform: "translateX(-50%)",
|
|
204
205
|
height: 250,
|
|
205
206
|
pointerEvents: "none",
|
|
206
207
|
background: "linear-gradient(180deg, rgba(22, 16, 45, 0) 0%, rgba(22, 16, 45, 0.24) 34%, rgba(22, 16, 45, 0.6) 100%)",
|
|
207
208
|
borderRadius: 28,
|
|
209
|
+
zIndex: 1000,
|
|
208
210
|
}, children: [_jsxs("div", { style: {
|
|
209
211
|
position: "absolute",
|
|
210
212
|
left: "50%",
|