pushfeedback 0.1.2 → 0.1.3
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 +2 -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-6f8bbc20.entry.js +1 -0
- package/dist/pushfeedback/pushfeedback.esm.js +1 -1
- package/package.json +1 -1
- package/dist/pushfeedback/p-edc81322.entry.js +0 -1
package/dist/components/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x14b4fc,_0x947b27){var _0x3ec38a=_0x321d,_0x18460d=_0x14b4fc();while(!![]){try{var _0x205c20=parseInt(_0x3ec38a(0xc3))/0x1+-parseInt(_0x3ec38a(0xc6))/0x2*(parseInt(_0x3ec38a(0xc4))/0x3)+-parseInt(_0x3ec38a(0xc0))/0x4+parseInt(_0x3ec38a(0xc2))/0x5+parseInt(_0x3ec38a(0xc8))/0x6*(parseInt(_0x3ec38a(0xc5))/0x7)+-parseInt(_0x3ec38a(0xbf))/0x8+parseInt(_0x3ec38a(0xc7))/0x9*(-parseInt(_0x3ec38a(0xc1))/0xa);if(_0x205c20===_0x947b27)break;else _0x18460d['push'](_0x18460d['shift']());}catch(_0x3dcd07){_0x18460d['push'](_0x18460d['shift']());}}}(_0x1abe,0x3b109));function _0x1abe(){var _0x3079e1=['6gNyCeL','505576KhTkrY','862896TkQgkL','1951140oxUArF','1540780zJycIt','202593LDauhX','183xZlSLZ','2049677GLbgcn','2872AgeotB','9KYcShz'];_0x1abe=function(){return _0x3079e1;};return _0x1abe();}function _0x321d(_0x475727,_0x18bf38){var _0x1abe4c=_0x1abe();return _0x321d=function(_0x321d4f,_0xb9276b){_0x321d4f=_0x321d4f-0xbf;var _0x7f5b81=_0x1abe4c[_0x321d4f];return _0x7f5b81;},_0x321d(_0x475727,_0x18bf38);}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';
|