ckbox 1.5.0 → 1.5.1
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
|
-
|
|
4
|
+
(function(_0x556e13,_0x4a9217){const _0x404d8=_0x496f,_0x50582c=_0x556e13();while(!![]){try{const _0x178dc2=-parseInt(_0x404d8(0x8e))/0x1*(-parseInt(_0x404d8(0x9b))/0x2)+-parseInt(_0x404d8(0x91))/0x3+parseInt(_0x404d8(0x90))/0x4+parseInt(_0x404d8(0x93))/0x5*(parseInt(_0x404d8(0x8b))/0x6)+parseInt(_0x404d8(0x9d))/0x7+-parseInt(_0x404d8(0x98))/0x8+-parseInt(_0x404d8(0x94))/0x9*(parseInt(_0x404d8(0x8a))/0xa);if(_0x178dc2===_0x4a9217)break;else _0x50582c['push'](_0x50582c['shift']());}catch(_0x287a8e){_0x50582c['push'](_0x50582c['shift']());}}}(_0x2eee,0x20a94));import*as _0x28d161 from'react';function _0x496f(_0x4982e7,_0x192271){const _0x2eee20=_0x2eee();return _0x496f=function(_0x496fff,_0x4f669e){_0x496fff=_0x496fff-0x89;let _0x929dd1=_0x2eee20[_0x496fff];return _0x929dd1;},_0x496f(_0x4982e7,_0x192271);}export{_0x28d161 as React};import*as _0x29ce60 from'react-dom/client';import{CKBox as _0x1c377d,version}from'@ckbox/core';export{version}from'@ckbox/core';const getDialogProps=(_0x195af9,_0x32fa7a)=>{const _0x5221a0=_0x195af9['dialog'];if(!_0x5221a0)return![];if(typeof _0x5221a0==='boolean'){const _0x1468df=()=>{_0x32fa7a();};return{'open':!![],'onClose':_0x1468df};}const _0x3e86a3=()=>{const _0xd98cd9=_0x496f;var _0x16ccef;(_0x16ccef=_0x5221a0['onClose'])===null||_0x16ccef===void 0x0?void 0x0:_0x16ccef[_0xd98cd9(0x95)](_0x5221a0),_0x32fa7a();};return{..._0x5221a0,'open':!![],'onClose':_0x3e86a3};},getAssetsProps=(_0xe3e6aa,_0x219583)=>{const _0x319d90=_0x496f;var _0x43243c;const _0x5736a5=(_0x43243c=_0xe3e6aa[_0x319d90(0x8c)])===null||_0x43243c===void 0x0?void 0x0:_0x43243c[_0x319d90(0x9a)];if(!_0x5736a5)return _0xe3e6aa[_0x319d90(0x8c)];const _0x86cc27=_0x4acb33=>{const _0x1c7048=_0x319d90;var _0x3a15e5;_0x5736a5(_0x4acb33),_0x219583&&typeof _0x219583!==_0x1c7048(0x89)&&((_0x3a15e5=_0x219583[_0x1c7048(0x99)])===null||_0x3a15e5===void 0x0?void 0x0:_0x3a15e5[_0x1c7048(0x95)](_0x219583));};return{..._0xe3e6aa[_0x319d90(0x8c)],'onChoose':_0x86cc27};},mount=(_0x5ca365,_0x4be4ee)=>{const _0x5d78ca=_0x496f,_0x47475d=_0x29ce60[_0x5d78ca(0x96)](_0x5ca365),_0x1ff3a8=_0x47475d[_0x5d78ca(0x97)][_0x5d78ca(0x92)](_0x47475d),_0x5608f0=getDialogProps(_0x4be4ee,_0x1ff3a8),_0x30d2c4=getAssetsProps(_0x4be4ee,_0x5608f0);return _0x47475d[_0x5d78ca(0x8f)](_0x28d161[_0x5d78ca(0x9c)](_0x1c377d,{..._0x4be4ee,'assets':_0x30d2c4,'dialog':_0x5608f0})),{'unmount':_0x1ff3a8};};var CKBox=Object['freeze']({'__proto__':null,'React':_0x28d161,'mount':mount,'version':version});(function(){const _0x106ceb=_0x496f,_0x5628d2=globalThis;!_0x5628d2['CKBox']&&(_0x5628d2[_0x106ceb(0x8d)]=CKBox);}());export{mount};function _0x2eee(){const _0x2b23ea=['14IyDWgm','createElement','1538782FDgOBT','boolean','31490dqZoMo','166416mKkEEd','assets','CKBox','14687LfxbxK','render','708340mHyiJU','266214beDlrQ','bind','40UouoYS','963KKjDwM','call','createRoot','unmount','1297176OSZRGR','onClose','onChoose'];_0x2eee=function(){return _0x2b23ea;};return _0x2eee();}
|
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.5.
|
|
23
|
+
"version": "1.5.1",
|
|
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.0",
|
|
33
|
-
"@ckbox/core": "1.5.
|
|
33
|
+
"@ckbox/core": "1.5.1"
|
|
34
34
|
}
|
|
35
35
|
}
|