namirasoft-site-react 1.3.270 → 1.3.271

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.
@@ -101,7 +101,7 @@
101
101
 
102
102
  .ns_checkbox {
103
103
  display: flex;
104
- justify-content: center;
104
+ justify-content: left;
105
105
  align-items: center;
106
106
  }
107
107
 
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "framework": "npm",
9
9
  "application": "package",
10
10
  "private": false,
11
- "version": "1.3.270",
11
+ "version": "1.3.271",
12
12
  "author": "Amir Abolhasani, Alireza Esmaeeli, Sepideh Mazloumi, Hooman Shashaeh",
13
13
  "license": "MIT",
14
14
  "main": "./dist/main.js",
@@ -21,7 +21,7 @@
21
21
  "copy": "copyfiles -u 1 src/**/*.html src/**/*.css src/**/*.svg src/**/*.png src/**/*.jpg dist/"
22
22
  },
23
23
  "dependencies": {
24
- "@types/node": "^20.14.8",
24
+ "@types/node": "^20.14.9",
25
25
  "@types/react": "^18.3.3",
26
26
  "@types/react-dom": "^18.3.0",
27
27
  "antd": "^5.18.3",
@@ -101,7 +101,7 @@
101
101
 
102
102
  .ns_checkbox {
103
103
  display: flex;
104
- justify-content: center;
104
+ justify-content: left;
105
105
  align-items: center;
106
106
  }
107
107