@zoom/cobrowsesdk 2.7.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/CHANGELOG.md +1 -0
- package/LICENSE.md +1 -0
- package/README.md +143 -0
- package/esm/agent.js +1 -0
- package/esm/base.js +1 -0
- package/esm/customer.js +1 -0
- package/esm/sdk-channel.js +1 -0
- package/esm/sdk-client-agent.js +1 -0
- package/esm/sdk-client.js +1 -0
- package/esm/sdk-controller.js +1 -0
- package/esm/sdk-core-css.js +1 -0
- package/esm/sdk-core.js +1 -0
- package/esm/sdk-portal-agent-css.js +1 -0
- package/esm/sdk-portal-agent.js +1 -0
- package/esm/sdk-portal-customer-css.js +1 -0
- package/esm/sdk-portal-customer.js +1 -0
- package/oss_attribution.txt +5929 -0
- package/package.json +45 -0
- package/types/agent-umd.d.ts +1029 -0
- package/types/agent.d.ts +1023 -0
- package/types/customer-umd.d.ts +1031 -0
- package/types/customer.d.ts +1025 -0
- package/umd/agent.js +1 -0
- package/umd/customer.js +1 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var n=".zcb-follower-joined-toast {\n max-width: fit-content !important;\n min-height: fit-content !important;\n padding: 12px 16px !important;\n background: #27282B !important;\n font-size: 14px !important;\n color: #F7F9FA !important;\n border: 0.5px solid #3B3F44 !important;\n}\n\n.zcb-follower-joined-toast .ui-Toast-icon-wrapper {\n display: none !important;\n}\n\n.zcb-toast-dark-mode {\n background: #27282B !important;\n font-size: 14px !important;\n color: #F7F9FA !important;\n border: 0.5px solid #3B3F44 !important;\n}\n\n.zcb-toast-dark-mode .ui-Toast-content {\n line-height: 16px !important;\n color: #F7F9FA !important;\n}\n\n.zcb-toast-dark-mode .ui-Toast-close {\n top: 4px !important;\n right: 3px !important;\n color: #F7F9FA !important;\n}\n\n/* Used to prevent certain message toasts from overlapping with persistent toasts */\nbody > div:has(.zcb-leader-reconnect-toast) {\n z-index: 2147483647;\n position: fixed;\n}\n\n/* Used to prevent certain message toasts from overlapping with persistent toasts */\nbody > div > div.MuiBox-root:has(.zcb-leader-legal-consent-toast) {\n z-index: 2147483647;\n top: 55px;\n}\n\n.zcb-leader-reconnect-toast {\n line-height: 20px;\n}\n\n.zcb-leader-legal-consent-toast {\n padding: 16px 16px 16px 24px !important;\n}\n.notistack-SnackbarContainer{\n z-index: 2147483647 !important;\n}\n@-webkit-keyframes rotating {\n from {\n -webkit-transform: rotate(0);\n transform: rotate(0);\n }\n to {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg);\n }\n}\n@keyframes rotating {\n from {\n -webkit-transform: rotate(0);\n transform: rotate(0);\n }\n to {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg);\n }\n}\n.zmicon-spin > svg {\n -webkit-transform-origin: center center;\n transform-origin: center center;\n -webkit-animation-name: rotating;\n animation-name: rotating;\n -webkit-animation-duration: 1s;\n animation-duration: 1s;\n -webkit-animation-iteration-count: infinite;\n animation-iteration-count: infinite;\n -webkit-animation-timing-function: linear;\n animation-timing-function: linear;\n}\n\n.zmicon {\n display: inline-block;\n vertical-align: -0.125em;\n line-height: 0;\n}\n\n.zmicon-acc-outline {\n outline: 2px solid #4f9af7;\n}\n\n.zmicon-acc-no-outline {\n outline: none;\n}\n\n";export{n as default};
|