Commit 182d8a41 authored by Muhammadali's avatar Muhammadali

update version: 0.8.6

parent f497df0e
{
"name": "boxdialer",
"version": "0.8.4",
"version": "0.8.5",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "boxdialer",
"version": "0.8.4",
"version": "0.8.5",
"license": "ISC",
"dependencies": {
"@emotion/react": "^11.11.1",
......@@ -175,9 +175,9 @@
}
},
"node_modules/@babel/helper-create-class-features-plugin": {
"version": "7.22.10",
"resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.22.10.tgz",
"integrity": "sha512-5IBb77txKYQPpOEdUdIhBx8VrZyDCQ+H82H0+5dX1TmuscP5vJKEE3cKurjtIw/vFwzbVH48VweE78kVDBrqjA==",
"version": "7.22.11",
"resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.22.11.tgz",
"integrity": "sha512-y1grdYL4WzmUDBRGK0pDbIoFd7UZKoDurDzWEoNMYoj1EL+foGRQNyPWDcC+YyegN5y1DUsFFmzjGijB3nSVAQ==",
"dev": true,
"dependencies": {
"@babel/helper-annotate-as-pure": "^7.22.5",
......@@ -1138,12 +1138,12 @@
}
},
"node_modules/@babel/plugin-transform-modules-commonjs": {
"version": "7.22.5",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.22.5.tgz",
"integrity": "sha512-B4pzOXj+ONRmuaQTg05b3y/4DuFz3WcCNAXPLb2Q0GT0TrGKGxNKV4jwsXts+StaM0LQczZbOpj8o1DLPDJIiA==",
"version": "7.22.11",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.22.11.tgz",
"integrity": "sha512-o2+bg7GDS60cJMgz9jWqRUsWkMzLCxp+jFDeDUT5sjRlAxcJWZ2ylNdI7QQ2+CH5hWu7OnN+Cv3htt7AkSf96g==",
"dev": true,
"dependencies": {
"@babel/helper-module-transforms": "^7.22.5",
"@babel/helper-module-transforms": "^7.22.9",
"@babel/helper-plugin-utils": "^7.22.5",
"@babel/helper-simple-access": "^7.22.5"
},
......
{
"name": "boxdialer",
"version": "0.8.5",
"version": "0.8.6",
"description": "",
"main": "src/boxDialer.js",
"scripts": {
......
......@@ -20,16 +20,18 @@ const BxMiniWidjetUi = ({
position={position}>
<div className='left'>
<p className='title'>{phoneNumber}</p>
<p>
<div>
<BxMiniWidjetUiStyle.ReasonTest className='status' reason={reason}>
{reason}
<span>{reason}</span>
</BxMiniWidjetUiStyle.ReasonTest>
<TimerUi reason={reason} time={leftTime} />
</p>
</div>
</div>
<div className='bottom'>
<BxMiniWidjetUiStyle.StatusLine status={widjetState || ''}>
<p className='verison'>v {widjetVersion}</p>
<p className='verison'>
v <span>{widjetVersion}</span>
</p>
</BxMiniWidjetUiStyle.StatusLine>
</div>
</BxMiniWidjetUiStyle>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment