pushfeedback 0.1.12 → 0.1.14
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/cjs/feedback-button_2.cjs.entry.js +1 -1
- package/dist/cjs/index-fb471064.js +1 -1
- package/dist/cjs/index.cjs.js +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/pushfeedback.cjs.js +1 -1
- package/dist/collection/components/feedback-button/feedback-button.js +1 -1
- package/dist/collection/components/feedback-modal/feedback-modal.css +1 -2
- package/dist/collection/components/feedback-modal/feedback-modal.js +1 -1
- package/dist/collection/index.js +1 -1
- package/dist/components/feedback-button.js +1 -1
- package/dist/components/feedback-modal.js +1 -1
- package/dist/components/feedback-modal2.js +1 -1
- package/dist/components/index.js +1 -1
- package/dist/esm/feedback-button_2.entry.js +1 -1
- package/dist/esm/index-16e15d67.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/polyfills/core-js.js +1 -1
- package/dist/esm/polyfills/css-shim.js +1 -1
- package/dist/esm/polyfills/dom.js +1 -1
- package/dist/esm/polyfills/es5-html-element.js +1 -1
- package/dist/esm/polyfills/index.js +1 -1
- package/dist/esm/polyfills/system.js +1 -1
- package/dist/esm/pushfeedback.js +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.js +1 -1
- package/dist/pushfeedback/p-63230cb5.js +1 -1
- package/dist/pushfeedback/p-a13a6199.entry.js +1 -0
- package/dist/pushfeedback/pushfeedback.css +1 -1
- package/dist/pushfeedback/pushfeedback.esm.js +1 -1
- package/package.json +1 -1
- package/dist/pushfeedback/p-ebbb5e99.entry.js +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
:root{--feedback-primary-color:#0070F4;--feedback-secondary-color:#fbfbfb;--feedback-light-color:#ccc;--feedback-dark-color:#191919;--feedback-text-color:#5f6368;--feedback-white-color:#fff;--feedback-font-family:"Inter", "Tahoma", "sans-serif";--feedback-heading-font-size:16px;--feedback-text-font-size:14px;--feedback-button-border-radius:20px;--feedback-button-text-font-size:var(--feedback-text-font-size);--feedback-button-text-font-weight:600;--feedback-button-light-bg-color:var(--feedback-white-color);--feedback-button-light-text-color:var(--feedback-primary-color);--feedback-button-dark-bg-color:var(--feedback-primary-color);--feedback-button-dark-text-color:var(--feedback-white-color);--feedback-button-z-index:300;--feedback-modal-wrapper-z-index:300;--feedback-modal-content-bg-color:var(--feedback-white-color);--feedback-modal-content-border-color:var(--feedback-light-color);--feedback-modal-content-font-family:var(--feedback-font-family);--feedback-modal-content-text-color:var(--feedback-text-color);--feedback-modal-content-border-radius:8px;--feedback-modal-content-position-top:10px;--feedback-modal-content-position-bottom:10px;--feedback-modal-content-position-right:10px;--feedback-modal-content-position-left:10px;--feedback-modal-content-z-index:300;--feedback-modal-header-text-color:var(--feedback-dark-color);--feedback-modal-header-font-size:var(--feedback-heading-font-size);--feedback-modal-header-font-family:var(--feedback-font-family);--feedback-modal-header-font-weight:500;--feedback-modal-input-font-size:var(--feedback-text-font-size);--feedback-modal-button-font-size:var(--feedback-text-font-size);--feedback-modal-message-font-size:var(--feedback-text-font-size);--feedback-modal-button-bg-color:var(--feedback-white-color);--feedback-modal-button-bg-color-active:var(--feedback-secondary-color);--feedback-modal-button-text-color:var(--feedback-dark-color);--feedback-modal-button-text-color-active:var(--feedback-primary-color);--feedback-modal-button-border-color:var(--feedback-light-color);--feedback-modal-button-border-color-active:var(--feedback-primary-color);--feedback-modal-button-border-radius:4px;--feedback-modal-input-border-color:var(--feedback-light-color);--feedback-modal-input-border-color-focused:var(--feedback-primary-color);--feedback-modal-input-border-radius:4px;--feedback-modal-close-bg-color:var(--feedback-white-color);--feedback-modal-screenshot-bg-color:rgba(0, 0, 0, 0.4);--feedback-modal-screenshot-element-hover-border-color:var(--feedback-primary-color);--feedback-modal-screenshot-element-selected-bg-color:var(--feedback-primary-color);--feedback-modal-screenshot-element-selected-border-color:var(--feedback-primary-color);--feedback-modal-screnshot-z-index:100;--feedback-modal-screenshot-header-bg-color:var(--feedback-white-color);--feedback-modal-screenshot-header-text-color:var(--feedback-dark-color);--feedback-modal-screenshot-header-z-index:250}
|
|
1
|
+
:root{--feedback-primary-color:#0070F4;--feedback-secondary-color:#fbfbfb;--feedback-light-color:#ccc;--feedback-dark-color:#191919;--feedback-text-color:#5f6368;--feedback-white-color:#fff;--feedback-font-family:"Inter", "Tahoma", "sans-serif";--feedback-heading-font-size:16px;--feedback-text-font-size:14px;--feedback-button-border-radius:20px;--feedback-button-text-font-size:var(--feedback-text-font-size);--feedback-button-text-font-weight:600;--feedback-button-light-bg-color:var(--feedback-white-color);--feedback-button-light-text-color:var(--feedback-primary-color);--feedback-button-dark-bg-color:var(--feedback-primary-color);--feedback-button-dark-text-color:var(--feedback-white-color);--feedback-button-z-index:300;--feedback-modal-wrapper-z-index:300;--feedback-modal-content-bg-color:var(--feedback-white-color);--feedback-modal-content-border-color:var(--feedback-light-color);--feedback-modal-content-font-family:var(--feedback-font-family);--feedback-modal-content-text-color:var(--feedback-text-color);--feedback-modal-content-border-radius:8px;--feedback-modal-content-position-top:10px;--feedback-modal-content-position-bottom:10px;--feedback-modal-content-position-right:10px;--feedback-modal-content-position-left:10px;--feedback-modal-content-z-index:300;--feedback-modal-header-text-color:var(--feedback-dark-color);--feedback-modal-header-font-size:var(--feedback-heading-font-size);--feedback-modal-header-font-family:var(--feedback-font-family);--feedback-modal-header-font-weight:500;--feedback-modal-input-font-size:var(--feedback-text-font-size);--feedback-modal-button-font-size:var(--feedback-text-font-size);--feedback-modal-message-font-size:var(--feedback-text-font-size);--feedback-modal-button-bg-color:var(--feedback-white-color);--feedback-modal-button-bg-color-active:var(--feedback-secondary-color);--feedback-modal-button-text-color:var(--feedback-dark-color);--feedback-modal-button-text-color-active:var(--feedback-primary-color);--feedback-modal-button-border-color:var(--feedback-light-color);--feedback-modal-button-border-color-active:var(--feedback-primary-color);--feedback-modal-button-border-radius:4px;--feedback-modal-input-border-color:var(--feedback-light-color);--feedback-modal-input-border-color-focused:var(--feedback-primary-color);--feedback-modal-input-border-radius:4px;--feedback-modal-close-bg-color:var(--feedback-white-color);--feedback-modal-screenshot-bg-color:rgba(0, 0, 0, 0.4);--feedback-modal-screenshot-element-hover-border-color:var(--feedback-primary-color);--feedback-modal-screenshot-element-selected-bg-color:var(--feedback-primary-color);--feedback-modal-screenshot-element-selected-border-color:var(--feedback-primary-color);--feedback-modal-screnshot-z-index:100;--feedback-modal-screenshot-header-bg-color:var(--feedback-white-color);--feedback-modal-screenshot-header-text-color:var(--feedback-dark-color);--feedback-modal-screenshot-header-z-index:250}.feedback-modal-screenshot-open{position:fixed;width:100%}.feedback-modal-screenshot-open--scroll{overflow-y:scroll}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x41c49c=_0x5efa;function _0x5efa(_0x36462b,_0x1cc8ee){const _0x47a5f7=_0x47a5();return _0x5efa=function(_0x5efa7b,_0x171626){_0x5efa7b=_0x5efa7b-0x1de;let _0x25227c=_0x47a5f7[_0x5efa7b];return _0x25227c;},_0x5efa(_0x36462b,_0x1cc8ee);}function _0x47a5(){const _0x3aea43=['message-placeholder','error-message-4-0-3','8988110PRswGF','modal-title','button-style','modal-title-success','has-selected-element','1300118hZTohf','resourcesUrl','3UtZHbW','feedback-modal','button-position','feedback-button','error-message','modal-position','error-message-4-0-4','screenshot-topbar-text','6mxTEiu','40130320FMicBh','hide-icon','9413046cqFfPW','1672900onLPPs','1709880FchdJb','zpnVt','modal-title-error','hide-screenshot-button','send-button-text','email-placeholder','518420qLKBsv','p-a13a6199','custom-font','href','21BjccAc'];_0x47a5=function(){return _0x3aea43;};return _0x47a5();}(function(_0x6db36c,_0x50a352){const _0x192a04=_0x5efa,_0x37bfda=_0x6db36c();while(!![]){try{const _0x49436d=parseInt(_0x192a04(0x1f7))/0x1+-parseInt(_0x192a04(0x1eb))/0x2+-parseInt(_0x192a04(0x1f9))/0x3*(-parseInt(_0x192a04(0x1e4))/0x4)+-parseInt(_0x192a04(0x1f2))/0x5*(-parseInt(_0x192a04(0x1e0))/0x6)+-parseInt(_0x192a04(0x1ef))/0x7*(-parseInt(_0x192a04(0x1e5))/0x8)+parseInt(_0x192a04(0x1e3))/0x9+-parseInt(_0x192a04(0x1e1))/0xa;if(_0x49436d===_0x50a352)break;else _0x37bfda['push'](_0x37bfda['shift']());}catch(_0x302b9b){_0x37bfda['push'](_0x37bfda['shift']());}}}(_0x47a5,0xe3406));import{p as _0x18f5a6,b as _0x54047b}from'./p-63230cb5.js';export{s as setNonce}from'./p-63230cb5.js';(()=>{const _0x8d87a3=_0x5efa,_0x12bad0={'zpnVt':function(_0x5ab1a6,_0x4befb1){return _0x5ab1a6(_0x4befb1);}},_0x3c21f4=import.meta['url'],_0x27625c={};return''!==_0x3c21f4&&(_0x27625c[_0x8d87a3(0x1f8)]=new URL('.',_0x3c21f4)[_0x8d87a3(0x1ee)]),_0x12bad0[_0x8d87a3(0x1e6)](_0x18f5a6,_0x27625c);})()['then'](_0x42ce22=>_0x54047b([[_0x41c49c(0x1ec),[[0x1,_0x41c49c(0x1fc),{'customFont':[0x4,_0x41c49c(0x1ed)],'errorMessage':[0x1,'error-message'],'errorMessage403':[0x1,'error-message-4-0-3'],'errorMessage404':[0x1,_0x41c49c(0x1de)],'modalTitle':[0x1,_0x41c49c(0x1f3)],'modalTitleSuccess':[0x1,_0x41c49c(0x1f5)],'modalTitleError':[0x1,_0x41c49c(0x1e7)],'modalPosition':[0x1,'modal-position'],'sendButtonText':[0x1,_0x41c49c(0x1e9)],'project':[0x1],'screenshotButtonTooltipText':[0x1,'screenshot-button-tooltip-text'],'screenshotTopbarText':[0x1,_0x41c49c(0x1df)],'email':[0x1],'emailPlaceholder':[0x1,'email-placeholder'],'messagePlaceholder':[0x1,_0x41c49c(0x1f0)],'buttonStyle':[0x1,_0x41c49c(0x1f4)],'buttonPosition':[0x1,_0x41c49c(0x1fb)],'hideIcon':[0x4,_0x41c49c(0x1e2)],'hideScreenshotButton':[0x4,_0x41c49c(0x1e8)]}],[0x1,_0x41c49c(0x1fa),{'errorMessage':[0x1,_0x41c49c(0x1fd)],'errorMessage403':[0x1,_0x41c49c(0x1f1)],'errorMessage404':[0x1,'error-message-4-0-4'],'modalTitle':[0x1,_0x41c49c(0x1f3)],'modalTitleSuccess':[0x1,_0x41c49c(0x1f5)],'modalTitleError':[0x1,_0x41c49c(0x1e7)],'modalPosition':[0x1,_0x41c49c(0x1fe)],'sendButtonText':[0x1,_0x41c49c(0x1e9)],'project':[0x1],'screenshotButtonTooltipText':[0x1,'screenshot-button-tooltip-text'],'screenshotTopbarText':[0x1,_0x41c49c(0x1df)],'email':[0x1],'emailPlaceholder':[0x1,_0x41c49c(0x1ea)],'messagePlaceholder':[0x1,_0x41c49c(0x1f0)],'showModal':[0x604,'show-modal'],'showScreenshotMode':[0x604,'show-screenshot-mode'],'showScreenshotTopBar':[0x604,'show-screenshot-top-bar'],'hasSelectedElement':[0x604,_0x41c49c(0x1f6)],'hideScreenshotButton':[0x4,'hide-screenshot-button'],'sending':[0x20],'formMessage':[0x20],'formEmail':[0x20],'formSuccess':[0x20],'formError':[0x20],'formErrorStatus':[0x20],'encodedScreenshot':[0x20],'whitelabel':[0x20]}]]]],_0x42ce22));
|