ckbox 1.6.0-rc.2 → 1.6.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 +3 -3
- package/dist/ckbox.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
|
-
(function(
|
|
4
|
+
const _0xe38a7a=_0x4a1f;(function(_0x49d296,_0x3adb4e){const _0x3fcb40=_0x4a1f,_0x814752=_0x49d296();while(!![]){try{const _0x409736=parseInt(_0x3fcb40(0x1ed))/0x1+-parseInt(_0x3fcb40(0x1f6))/0x2*(parseInt(_0x3fcb40(0x1ee))/0x3)+parseInt(_0x3fcb40(0x1ea))/0x4+-parseInt(_0x3fcb40(0x1e8))/0x5+-parseInt(_0x3fcb40(0x1f4))/0x6+parseInt(_0x3fcb40(0x1f0))/0x7+-parseInt(_0x3fcb40(0x1ef))/0x8*(-parseInt(_0x3fcb40(0x1e5))/0x9);if(_0x409736===_0x3adb4e)break;else _0x814752['push'](_0x814752['shift']());}catch(_0xaaaa01){_0x814752['push'](_0x814752['shift']());}}}(_0x7fb1,0xc8cc7));function _0x7fb1(){const _0x46750e=['createRoot','boolean','6388224umtCUr','assets','2VbNiWS','unmount','onClose','1044711TVNEaa','freeze','CKBox','5365495zTpqxC','bind','3272060pITrFb','createElement','render','565950cXzljR','2041428bzCskc','72zjijFp','8484518lPOUqq','call'];_0x7fb1=function(){return _0x46750e;};return _0x7fb1();}import*as _0x141532 from'react';export{_0x141532 as React};function _0x4a1f(_0x4c5b41,_0x4a806d){const _0x7fb12e=_0x7fb1();return _0x4a1f=function(_0x4a1fda,_0x412cd5){_0x4a1fda=_0x4a1fda-0x1e4;let _0x1ca80d=_0x7fb12e[_0x4a1fda];return _0x1ca80d;},_0x4a1f(_0x4c5b41,_0x4a806d);}import*as _0x31a434 from'react-dom/client';import{CKBox as _0x384729,version}from'@ckbox/core';export{version}from'@ckbox/core';const getDialogProps=(_0x4bedbb,_0x114bd4)=>{const _0x56cd1b=_0x4a1f,_0x5925ef=_0x4bedbb['dialog'];if(!_0x5925ef)return![];if(typeof _0x5925ef===_0x56cd1b(0x1f3)){const _0x5b3cae=()=>{_0x114bd4();};return{'open':!![],'onClose':_0x5b3cae};}const _0x4f492e=()=>{const _0x2e7cee=_0x56cd1b;var _0x481f3c;(_0x481f3c=_0x5925ef[_0x2e7cee(0x1e4)])===null||_0x481f3c===void 0x0?void 0x0:_0x481f3c[_0x2e7cee(0x1f1)](_0x5925ef),_0x114bd4();};return{..._0x5925ef,'open':!![],'onClose':_0x4f492e};},getAssetsProps=(_0x504e12,_0x204a4c)=>{const _0x183035=_0x4a1f;var _0x584528;const _0x150c30=(_0x584528=_0x504e12[_0x183035(0x1f5)])===null||_0x584528===void 0x0?void 0x0:_0x584528['onChoose'];if(!_0x150c30)return _0x504e12[_0x183035(0x1f5)];const _0x551708=_0x132abd=>{const _0x2b1564=_0x183035;var _0x2abd21;_0x150c30(_0x132abd),_0x204a4c&&typeof _0x204a4c!==_0x2b1564(0x1f3)&&((_0x2abd21=_0x204a4c['onClose'])===null||_0x2abd21===void 0x0?void 0x0:_0x2abd21[_0x2b1564(0x1f1)](_0x204a4c));};return{..._0x504e12['assets'],'onChoose':_0x551708};},mount=(_0x231db8,_0x229406)=>{const _0x8fc278=_0x4a1f,_0x59d77f=_0x31a434[_0x8fc278(0x1f2)](_0x231db8),_0x5a78ff=_0x59d77f[_0x8fc278(0x1f7)][_0x8fc278(0x1e9)](_0x59d77f),_0x45d986=getDialogProps(_0x229406,_0x5a78ff),_0x5b3ad7=getAssetsProps(_0x229406,_0x45d986);return _0x59d77f[_0x8fc278(0x1ec)](_0x141532[_0x8fc278(0x1eb)](_0x384729,{..._0x229406,'assets':_0x5b3ad7,'dialog':_0x45d986})),{'unmount':_0x5a78ff};};var CKBox=Object[_0xe38a7a(0x1e6)]({'__proto__':null,'React':_0x141532,'mount':mount,'version':version});(function(){const _0x17ac43=_0xe38a7a,_0x501b94=globalThis;!_0x501b94['CKBox']&&(_0x501b94[_0x17ac43(0x1e7)]=CKBox);}());export{mount};
|
package/package.json
CHANGED
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
],
|
|
21
21
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
22
22
|
"name": "ckbox",
|
|
23
|
-
"version": "1.6.0-rc.
|
|
23
|
+
"version": "1.6.0-rc.3",
|
|
24
24
|
"description": "Main CKBox package",
|
|
25
25
|
"main": "dist/index.js",
|
|
26
26
|
"types": "dist/index.d.ts",
|
|
@@ -30,6 +30,6 @@
|
|
|
30
30
|
"react": "^18.2.0",
|
|
31
31
|
"react-dom": "^18.2.0",
|
|
32
32
|
"tslib": "^2.5.3",
|
|
33
|
-
"@ckbox/core": "1.6.0-rc.
|
|
33
|
+
"@ckbox/core": "1.6.0-rc.3"
|
|
34
34
|
}
|
|
35
35
|
}
|