@bigbinary/neeto-media-recorder 1.3.5 → 1.3.6
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/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -18,7 +18,7 @@ import CopyToClipboardButton from '@bigbinary/neeto-molecules/CopyToClipboardBut
|
|
|
18
18
|
|
|
19
19
|
var e=[],t=[];function n(n,r){if(n&&"undefined"!=typeof document){var a,s=!0===r.prepend?"prepend":"append",d=!0===r.singleTag,i="string"==typeof r.container?document.querySelector(r.container):document.getElementsByTagName("head")[0];if(d){var u=e.indexOf(i);-1===u&&(u=e.push(i)-1,t[u]={}),a=t[u]&&t[u][s]?t[u][s]:t[u][s]=c();}else a=c();65279===n.charCodeAt(0)&&(n=n.substring(1)),a.styleSheet?a.styleSheet.cssText+=n:a.appendChild(document.createTextNode(n));}function c(){var e=document.createElement("style");if(e.setAttribute("type","text/css"),r.attributes)for(var t=Object.keys(r.attributes),n=0;n<t.length;n++)e.setAttribute(t[n],r.attributes[t[n]]);var a="prepend"===s?"afterbegin":"beforeend";return i.insertAdjacentElement(a,e),e}}
|
|
20
20
|
|
|
21
|
-
var css = ".nrec-done-button{
|
|
21
|
+
var css = ".nrec-done-button{background-color:rgb(var(--neeto-ui-error-100));padding:8px 12px}.nrec-done-button:hover{box-shadow:0 0 0 3px rgba(var(--neeto-ui-error-500),15%)}.nrec-ellipsis-anim{margin-left:2px}.nrec-ellipsis-anim span{-webkit-animation:nrec-ellipsis-dot 2s infinite;animation:nrec-ellipsis-dot 2s infinite;font-size:32px}.nrec-ellipsis-anim span:first-child{-webkit-animation-delay:0s;animation-delay:0s}.nrec-ellipsis-anim span:nth-child(2){-webkit-animation-delay:.3s;animation-delay:.3s}.nrec-ellipsis-anim span:nth-child(3){-webkit-animation-delay:.6s;animation-delay:.6s}@-webkit-keyframes nrec-ellipsis-dot{0%{opacity:0}50%{opacity:1}to{opacity:0}}@keyframes nrec-ellipsis-dot{0%{opacity:0}50%{opacity:1}to{opacity:0}}";
|
|
22
22
|
n(css,{});
|
|
23
23
|
|
|
24
24
|
function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {
|
package/package.json
CHANGED