pushfeedback 0.1.15 → 0.1.17
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.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 -1
- package/dist/pushfeedback/pushfeedback.css +1 -1
- package/dist/pushfeedback/pushfeedback.esm.js +1 -1
- package/package.json +1 -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}.feedback-modal-screenshot-open{position:fixed;width:100%}.feedback-modal-screenshot-open--scroll{overflow-y:scroll}
|
|
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;scroll-behavior:auto;width:100%}.feedback-modal-screenshot-open--scroll{overflow-y:scroll}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x43a9(_0x2f3b8b,_0x2da572){const _0x5d6b9d=_0x5d6b();return _0x43a9=function(_0x43a931,_0x11b7c5){_0x43a931=_0x43a931-0x1d9;let _0x174285=_0x5d6b9d[_0x43a931];return _0x174285;},_0x43a9(_0x2f3b8b,_0x2da572);}const _0x3501b5=_0x43a9;function _0x5d6b(){const _0x396026=['89109sLlxcp','2045894JgKApT','send-button-text','error-message-4-0-4','1257198weHwxm','791995qfsTdl','431117toRIvj','4JYMVvI','feedback-modal','screenshot-topbar-text','modal-title-error','LBtQd','href','modal-title','message-placeholder','custom-font','7rieCTw','2290230ZVNmzA','then','feedback-button','hide-icon','168oQBrAX','show-screenshot-top-bar','error-message-4-0-3','3549240fblNLZ','modal-title-success','error-message','show-modal','hide-screenshot-button','email-placeholder','show-screenshot-mode','screenshot-button-tooltip-text','url','p-a13a6199','has-selected-element'];_0x5d6b=function(){return _0x396026;};return _0x5d6b();}(function(_0x18e663,_0x6306d1){const _0x49630d=_0x43a9,_0x15069a=_0x18e663();while(!![]){try{const _0x6f711f=parseInt(_0x49630d(0x1e2))/0x1+-parseInt(_0x49630d(0x1dd))/0x2+parseInt(_0x49630d(0x1e0))/0x3+-parseInt(_0x49630d(0x1e3))/0x4*(-parseInt(_0x49630d(0x1e1))/0x5)+parseInt(_0x49630d(0x1ed))/0x6*(parseInt(_0x49630d(0x1ec))/0x7)+-parseInt(_0x49630d(0x1f1))/0x8*(parseInt(_0x49630d(0x1dc))/0x9)+parseInt(_0x49630d(0x1f4))/0xa;if(_0x6f711f===_0x6306d1)break;else _0x15069a['push'](_0x15069a['shift']());}catch(_0x3ebd1d){_0x15069a['push'](_0x15069a['shift']());}}}(_0x5d6b,0x7d927));import{p as _0x184c13,b as _0x235457}from'./p-63230cb5.js';export{s as setNonce}from'./p-63230cb5.js';(()=>{const _0x1d37cf=_0x43a9,_0x4afb98={'LBtQd':function(_0xf1b743,_0x44b80d){return _0xf1b743!==_0x44b80d;},'uzjRX':function(_0x520625,_0x21defc){return _0x520625(_0x21defc);}},_0xc0cf32=import.meta[_0x1d37cf(0x1d9)],_0x14b172={};return _0x4afb98[_0x1d37cf(0x1e7)]('',_0xc0cf32)&&(_0x14b172['resourcesUrl']=new URL('.',_0xc0cf32)[_0x1d37cf(0x1e8)]),_0x4afb98['uzjRX'](_0x184c13,_0x14b172);})()[_0x3501b5(0x1ee)](_0x3db175=>_0x235457([[_0x3501b5(0x1da),[[0x1,_0x3501b5(0x1ef),{'customFont':[0x4,_0x3501b5(0x1eb)],'errorMessage':[0x1,_0x3501b5(0x1f6)],'errorMessage403':[0x1,'error-message-4-0-3'],'errorMessage404':[0x1,'error-message-4-0-4'],'modalTitle':[0x1,_0x3501b5(0x1e9)],'modalTitleSuccess':[0x1,_0x3501b5(0x1f5)],'modalTitleError':[0x1,_0x3501b5(0x1e6)],'modalPosition':[0x1,'modal-position'],'sendButtonText':[0x1,_0x3501b5(0x1de)],'project':[0x1],'screenshotButtonTooltipText':[0x1,_0x3501b5(0x1fb)],'screenshotTopbarText':[0x1,_0x3501b5(0x1e5)],'email':[0x1],'emailPlaceholder':[0x1,_0x3501b5(0x1f9)],'messagePlaceholder':[0x1,_0x3501b5(0x1ea)],'buttonStyle':[0x1,'button-style'],'buttonPosition':[0x1,'button-position'],'hideIcon':[0x4,_0x3501b5(0x1f0)],'hideScreenshotButton':[0x4,'hide-screenshot-button']}],[0x1,_0x3501b5(0x1e4),{'errorMessage':[0x1,_0x3501b5(0x1f6)],'errorMessage403':[0x1,_0x3501b5(0x1f3)],'errorMessage404':[0x1,_0x3501b5(0x1df)],'modalTitle':[0x1,_0x3501b5(0x1e9)],'modalTitleSuccess':[0x1,_0x3501b5(0x1f5)],'modalTitleError':[0x1,'modal-title-error'],'modalPosition':[0x1,'modal-position'],'sendButtonText':[0x1,'send-button-text'],'project':[0x1],'screenshotButtonTooltipText':[0x1,_0x3501b5(0x1fb)],'screenshotTopbarText':[0x1,_0x3501b5(0x1e5)],'email':[0x1],'emailPlaceholder':[0x1,_0x3501b5(0x1f9)],'messagePlaceholder':[0x1,_0x3501b5(0x1ea)],'showModal':[0x604,_0x3501b5(0x1f7)],'showScreenshotMode':[0x604,_0x3501b5(0x1fa)],'showScreenshotTopBar':[0x604,_0x3501b5(0x1f2)],'hasSelectedElement':[0x604,_0x3501b5(0x1db)],'hideScreenshotButton':[0x4,_0x3501b5(0x1f8)],'sending':[0x20],'formMessage':[0x20],'formEmail':[0x20],'formSuccess':[0x20],'formError':[0x20],'formErrorStatus':[0x20],'encodedScreenshot':[0x20],'whitelabel':[0x20]}]]]],_0x3db175));
|