pushfeedback 0.1.17 → 0.1.18
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.css +6 -1
- package/dist/collection/components/feedback-button/feedback-button.js +1 -1
- package/dist/collection/components/feedback-modal/feedback-modal.css +10 -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-7b0d47ed.entry.js +1 -0
- package/dist/pushfeedback/pushfeedback.css +1 -1
- package/dist/pushfeedback/pushfeedback.esm.js +1 -1
- package/dist/types/components/feedback-modal/feedback-modal.d.ts +3 -1
- package/package.json +1 -1
- package/dist/pushfeedback/p-a13a6199.entry.js +0 -1
package/dist/components/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x1a8092,_0x2058f7){var _0x2062e5=_0x5955,_0x4c53f5=_0x1a8092();while(!![]){try{var _0x81246b=-parseInt(_0x2062e5(0xed))/0x1+-parseInt(_0x2062e5(0xea))/0x2*(parseInt(_0x2062e5(0xe9))/0x3)+-parseInt(_0x2062e5(0xec))/0x4+-parseInt(_0x2062e5(0xe8))/0x5+-parseInt(_0x2062e5(0xef))/0x6*(parseInt(_0x2062e5(0xee))/0x7)+-parseInt(_0x2062e5(0xe6))/0x8*(parseInt(_0x2062e5(0xe7))/0x9)+parseInt(_0x2062e5(0xeb))/0xa;if(_0x81246b===_0x2058f7)break;else _0x4c53f5['push'](_0x4c53f5['shift']());}catch(_0x5a7d0c){_0x4c53f5['push'](_0x4c53f5['shift']());}}}(_0x4a21,0x9b9c5));function _0x4a21(){var _0x524dfa=['44631660nBUECS','252712SQDaro','1137679JRghiv','30401EdpsJL','258SipIZH','8igMBec','8691183LGtmcw','5850405fxbDzy','907233QEdJue','2dbkREl'];_0x4a21=function(){return _0x524dfa;};return _0x4a21();}export{setAssetPath,setNonce,setPlatformOptions}from'@stencil/core/internal/client';function _0x5955(_0x5d7152,_0x48930e){var _0x4a2133=_0x4a21();return _0x5955=function(_0x5955f5,_0x544db7){_0x5955f5=_0x5955f5-0xe6;var _0xca159a=_0x4a2133[_0x5955f5];return _0xca159a;},_0x5955(_0x5d7152,_0x48930e);}export{FeedbackButton,defineCustomElement as defineCustomElementFeedbackButton}from'./feedback-button.js';export{FeedbackModal,defineCustomElement as defineCustomElementFeedbackModal}from'./feedback-modal.js';
|