pushfeedback 0.0.13 → 0.0.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 +3 -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-e42ab9f6.entry.js +1 -0
- package/dist/pushfeedback/pushfeedback.esm.js +1 -1
- package/package.json +1 -1
- package/dist/pushfeedback/p-61c1ea51.entry.js +0 -1
package/dist/components/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x5ef7cc,_0x3ab1ff){var _0x4ab6cd=_0x1d43,_0x459dc7=_0x5ef7cc();while(!![]){try{var _0x594d0a=-parseInt(_0x4ab6cd(0x140))/0x1+parseInt(_0x4ab6cd(0x13f))/0x2+-parseInt(_0x4ab6cd(0x144))/0x3*(parseInt(_0x4ab6cd(0x143))/0x4)+parseInt(_0x4ab6cd(0x146))/0x5+-parseInt(_0x4ab6cd(0x142))/0x6+parseInt(_0x4ab6cd(0x145))/0x7+-parseInt(_0x4ab6cd(0x141))/0x8;if(_0x594d0a===_0x3ab1ff)break;else _0x459dc7['push'](_0x459dc7['shift']());}catch(_0x9528ae){_0x459dc7['push'](_0x459dc7['shift']());}}}(_0x5477,0x8720b));function _0x5477(){var _0x4ea5d5=['162984UMWSQY','668mbVNSK','7986HCuRNs','4364024SPDYvH','960075CsCrtL','1414438AOKRgM','367925ReIkef','1036320mWimld'];_0x5477=function(){return _0x4ea5d5;};return _0x5477();}function _0x1d43(_0x573122,_0x3f58d4){var _0x54779f=_0x5477();return _0x1d43=function(_0x1d43f6,_0x1b351a){_0x1d43f6=_0x1d43f6-0x13f;var _0x56e6b7=_0x54779f[_0x1d43f6];return _0x56e6b7;},_0x1d43(_0x573122,_0x3f58d4);}export{setAssetPath,setNonce,setPlatformOptions}from'@stencil/core/internal/client';export{FeedbackButton,defineCustomElement as defineCustomElementFeedbackButton}from'./feedback-button.js';export{FeedbackModal,defineCustomElement as defineCustomElementFeedbackModal}from'./feedback-modal.js';
|