pushfeedback 0.1.23 → 0.1.25
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 -8156
- package/dist/components/index.js +1 -3
- package/dist/esm/feedback-button_2.entry.js +1 -8194
- package/dist/esm/index-16e15d67.js +1 -1466
- package/dist/esm/index.js +0 -1
- package/dist/esm/loader.js +1 -18
- package/dist/esm/polyfills/core-js.js +1 -11
- package/dist/esm/polyfills/css-shim.js +1 -1
- package/dist/esm/polyfills/dom.js +1 -79
- package/dist/esm/polyfills/es5-html-element.js +1 -1
- package/dist/esm/polyfills/index.js +1 -34
- package/dist/esm/polyfills/system.js +1 -6
- package/dist/esm/pushfeedback.js +1 -18
- package/dist/index.cjs.js +1 -1
- package/dist/index.js +1 -1
- package/dist/pushfeedback/p-63230cb5.js +1 -2
- package/dist/pushfeedback/p-973a01e4.entry.js +1 -0
- package/dist/pushfeedback/pushfeedback.esm.js +1 -1
- package/dist/types/components/feedback-button/feedback-button.d.ts +1 -0
- package/package.json +1 -1
- package/dist/pushfeedback/p-1a2383a9.entry.js +0 -22
package/dist/components/index.js
CHANGED
|
@@ -1,3 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export { FeedbackButton, defineCustomElement as defineCustomElementFeedbackButton } from './feedback-button.js';
|
|
3
|
-
export { FeedbackModal, defineCustomElement as defineCustomElementFeedbackModal } from './feedback-modal.js';
|
|
1
|
+
(function(_0x5d589d,_0x5ae250){var _0x3c02e5=_0x4444,_0x128898=_0x5d589d();while(!![]){try{var _0x362f1d=parseInt(_0x3c02e5(0xf5))/0x1*(-parseInt(_0x3c02e5(0xfa))/0x2)+parseInt(_0x3c02e5(0xfc))/0x3*(parseInt(_0x3c02e5(0xfb))/0x4)+parseInt(_0x3c02e5(0xfd))/0x5+-parseInt(_0x3c02e5(0xf6))/0x6*(parseInt(_0x3c02e5(0xf8))/0x7)+parseInt(_0x3c02e5(0xf7))/0x8*(-parseInt(_0x3c02e5(0xff))/0x9)+-parseInt(_0x3c02e5(0xf4))/0xa*(-parseInt(_0x3c02e5(0xf9))/0xb)+parseInt(_0x3c02e5(0x100))/0xc*(parseInt(_0x3c02e5(0xfe))/0xd);if(_0x362f1d===_0x5ae250)break;else _0x128898['push'](_0x128898['shift']());}catch(_0x49dea5){_0x128898['push'](_0x128898['shift']());}}}(_0x25b3,0x1d22c));function _0x25b3(){var _0xcc59d2=['89284OGAagn','97092xUIoqK','156Prymwm','285780kIamxb','1xKNbIz','25968OJBCdz','152LqRgfT','343zEGprc','77sNMiiy','247010KWZPwT','24212YUVLWA','69ARCdwU','1156700rihMNH'];_0x25b3=function(){return _0xcc59d2;};return _0x25b3();}export{setAssetPath,setNonce,setPlatformOptions}from'@stencil/core/internal/client';function _0x4444(_0x4193b0,_0x1c6e12){var _0x25b315=_0x25b3();return _0x4444=function(_0x444458,_0x493703){_0x444458=_0x444458-0xf4;var _0x1db3da=_0x25b315[_0x444458];return _0x1db3da;},_0x4444(_0x4193b0,_0x1c6e12);}export{FeedbackButton,defineCustomElement as defineCustomElementFeedbackButton}from'./feedback-button.js';export{FeedbackModal,defineCustomElement as defineCustomElementFeedbackModal}from'./feedback-modal.js';
|