pushfeedback 0.1.15 → 0.1.16
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.esm.js +1 -1
- package/package.json +1 -1
package/dist/components/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function _0x3537(){var _0x3de77b=['1535520ulDCZA','2000WRJOSB','2300836bXKYGp','155184lDbJyU','11711ICMuyP','1CIKsZF','234487vtowlE','564LDmtaE','5hJtnel','140934mCyqra','498ZIvfKm','24903tRUfLP'];_0x3537=function(){return _0x3de77b;};return _0x3537();}function _0x4151(_0x16bff9,_0x5d9a69){var _0x353788=_0x3537();return _0x4151=function(_0x4151a,_0x3560cb){_0x4151a=_0x4151a-0x193;var _0x1e2e8f=_0x353788[_0x4151a];return _0x1e2e8f;},_0x4151(_0x16bff9,_0x5d9a69);}(function(_0xfc704a,_0x235c6e){var _0x93e9d=_0x4151,_0x5d13ee=_0xfc704a();while(!![]){try{var _0x1ea877=parseInt(_0x93e9d(0x193))/0x1*(parseInt(_0x93e9d(0x197))/0x2)+parseInt(_0x93e9d(0x19d))/0x3+-parseInt(_0x93e9d(0x19c))/0x4*(-parseInt(_0x93e9d(0x196))/0x5)+parseInt(_0x93e9d(0x198))/0x6*(parseInt(_0x93e9d(0x19e))/0x7)+-parseInt(_0x93e9d(0x19b))/0x8*(-parseInt(_0x93e9d(0x199))/0x9)+-parseInt(_0x93e9d(0x19a))/0xa+-parseInt(_0x93e9d(0x194))/0xb*(parseInt(_0x93e9d(0x195))/0xc);if(_0x1ea877===_0x235c6e)break;else _0x5d13ee['push'](_0x5d13ee['shift']());}catch(_0x369a04){_0x5d13ee['push'](_0x5d13ee['shift']());}}}(_0x3537,0x5af52));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';
|