namirasoft-site-react 1.4.38 → 1.4.39

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.
@@ -201,6 +201,7 @@
201
201
  background-color: #ff0000;
202
202
  color: rgba(255, 255, 255, 1);
203
203
  border-radius: 50%;
204
+ cursor: pointer;
204
205
  font-size: 10px;
205
206
  font-weight: 600;
206
207
  position: absolute;
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "framework": "npm",
9
9
  "application": "package",
10
10
  "private": false,
11
- "version": "1.4.38",
11
+ "version": "1.4.39",
12
12
  "author": "Amir Abolhasani, Alireza Esmaeeli",
13
13
  "license": "MIT",
14
14
  "main": "./dist/main.js",
@@ -201,6 +201,7 @@
201
201
  background-color: #ff0000;
202
202
  color: rgba(255, 255, 255, 1);
203
203
  border-radius: 50%;
204
+ cursor: pointer;
204
205
  font-size: 10px;
205
206
  font-weight: 600;
206
207
  position: absolute;