pushfeedback 0.0.18 → 0.0.19
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 +2 -2
- 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-5b0bada0.entry.js +1 -0
- package/dist/pushfeedback/p-63230cb5.js +1 -1
- package/dist/pushfeedback/pushfeedback.css +1 -1
- package/dist/pushfeedback/pushfeedback.esm.js +1 -1
- package/dist/types/components/feedback-button/feedback-button.d.ts +2 -0
- package/dist/types/components.d.ts +2 -0
- package/package.json +1 -1
- package/dist/pushfeedback/p-30be28b6.entry.js +0 -1
package/dist/components/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x4f4e6c,_0x4657e){var _0x381f1f=_0x3ee4,_0x52c34c=_0x4f4e6c();while(!![]){try{var _0x116af4=-parseInt(_0x381f1f(0x133))/0x1+parseInt(_0x381f1f(0x130))/0x2*(parseInt(_0x381f1f(0x134))/0x3)+-parseInt(_0x381f1f(0x12e))/0x4*(parseInt(_0x381f1f(0x12b))/0x5)+parseInt(_0x381f1f(0x136))/0x6+parseInt(_0x381f1f(0x12f))/0x7*(-parseInt(_0x381f1f(0x12c))/0x8)+-parseInt(_0x381f1f(0x132))/0x9*(-parseInt(_0x381f1f(0x135))/0xa)+-parseInt(_0x381f1f(0x131))/0xb*(parseInt(_0x381f1f(0x12d))/0xc);if(_0x116af4===_0x4657e)break;else _0x52c34c['push'](_0x52c34c['shift']());}catch(_0x193450){_0x52c34c['push'](_0x52c34c['shift']());}}}(_0x3304,0x20a65));export{setAssetPath,setNonce,setPlatformOptions}from'@stencil/core/internal/client';function _0x3ee4(_0x11777c,_0x3ea842){var _0x33042f=_0x3304();return _0x3ee4=function(_0x3ee416,_0x54dbd8){_0x3ee416=_0x3ee416-0x12b;var _0x39c0cc=_0x33042f[_0x3ee416];return _0x39c0cc;},_0x3ee4(_0x11777c,_0x3ea842);}export{FeedbackButton,defineCustomElement as defineCustomElementFeedbackButton}from'./feedback-button.js';export{FeedbackModal,defineCustomElement as defineCustomElementFeedbackModal}from'./feedback-modal.js';function _0x3304(){var _0x38a394=['3784TmULQX','1062BmUvyI','34475kRDnMB','73527SJhFWp','8220gMXgOu','1226550AkiRJz','4115zFQNiK','144CTNaHQ','3000cueZTx','136vrTVjb','17010ptepLz','2OysmiP'];_0x3304=function(){return _0x38a394;};return _0x3304();}
|