@ckbox/uploader 2.9.0-rc.1 → 2.9.0-rc.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/README.md +4 -4
- package/dist/ckboxWidget.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
*/
|
|
4
|
-
const
|
|
4
|
+
const _0x314b26=_0x491d;(function(_0x2f7e59,_0x254fc1){const _0x592b52=_0x491d,_0x4cfb0c=_0x2f7e59();while(!![]){try{const _0x4b6cd7=-parseInt(_0x592b52(0x183))/0x1+-parseInt(_0x592b52(0x177))/0x2*(-parseInt(_0x592b52(0x180))/0x3)+parseInt(_0x592b52(0x182))/0x4+parseInt(_0x592b52(0x17a))/0x5+-parseInt(_0x592b52(0x17f))/0x6*(-parseInt(_0x592b52(0x179))/0x7)+-parseInt(_0x592b52(0x17d))/0x8+parseInt(_0x592b52(0x17c))/0x9*(-parseInt(_0x592b52(0x176))/0xa);if(_0x4b6cd7===_0x254fc1)break;else _0x4cfb0c['push'](_0x4cfb0c['shift']());}catch(_0x37be1d){_0x4cfb0c['push'](_0x4cfb0c['shift']());}}}(_0x4e96,0x4e38f));import*as _0x2b4ddd from'react';import*as _0x321619 from'react-dom/client';import{CKBoxWidget}from'@ckbox/core';const mountUploaderWidget=(_0x4860bb,_0x2724a5)=>{const _0x1ccf37=_0x491d,_0x49b857=_0x321619[_0x1ccf37(0x181)](_0x4860bb),_0x3aa17b=_0x49b857['unmount']['bind'](_0x49b857);return _0x49b857[_0x1ccf37(0x17b)](_0x2b4ddd[_0x1ccf37(0x184)](CKBoxWidget,{..._0x2724a5})),{'unmount':_0x3aa17b};};var CKBox=Object[_0x314b26(0x178)]({'__proto__':null,'mountUploaderWidget':mountUploaderWidget});(function(){const _0x5075de=_0x314b26,_0x5de6c0=globalThis;!_0x5de6c0[_0x5075de(0x17e)]&&(_0x5de6c0[_0x5075de(0x17e)]=CKBox);}());function _0x491d(_0x4001b0,_0x3cd95d){const _0x4e9683=_0x4e96();return _0x491d=function(_0x491d19,_0x365615){_0x491d19=_0x491d19-0x176;let _0x5210bd=_0x4e9683[_0x491d19];return _0x5210bd;},_0x491d(_0x4001b0,_0x3cd95d);}function _0x4e96(){const _0x55a8a6=['createElement','11336320sgYeBe','362mJuQIt','freeze','378YATXac','2421390YEXJPf','render','9fDuYvS','1205840NtEMuQ','CKBoxWidget','5454CRoXTc','10245nztTxe','createRoot','1938532cypDBr','31351zrJdex'];_0x4e96=function(){return _0x55a8a6;};return _0x4e96();}export{mountUploaderWidget};
|
package/package.json
CHANGED
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
],
|
|
23
23
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
24
24
|
"name": "@ckbox/uploader",
|
|
25
|
-
"version": "2.9.0-rc.
|
|
25
|
+
"version": "2.9.0-rc.3",
|
|
26
26
|
"description": "CKBox upload widget",
|
|
27
27
|
"main": "dist/index.js",
|
|
28
28
|
"types": "dist/index.d.ts",
|
|
@@ -32,6 +32,6 @@
|
|
|
32
32
|
"react": "^19.1.0",
|
|
33
33
|
"react-dom": "^19.1.0",
|
|
34
34
|
"tslib": "^2.8.1",
|
|
35
|
-
"@ckbox/core": "2.9.0-rc.
|
|
35
|
+
"@ckbox/core": "2.9.0-rc.3"
|
|
36
36
|
}
|
|
37
37
|
}
|