namirasoft-site-react 1.4.385 → 1.4.386

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.
@@ -252,7 +252,7 @@
252
252
  .ns_navbar_elements {
253
253
  position: absolute;
254
254
  right: 0;
255
- top: 96px;
255
+ top: 64px;
256
256
  width: 0px;
257
257
  height: calc(100vh - 60px);
258
258
  transition: all 0.3s ease-in;
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "framework": "npm",
9
9
  "application": "package",
10
10
  "private": false,
11
- "version": "1.4.385",
11
+ "version": "1.4.386",
12
12
  "author": "Amir Abolhasani",
13
13
  "license": "MIT",
14
14
  "main": "./dist/main.js",
@@ -21,24 +21,24 @@
21
21
  "copy": "copyfiles -u 1 src/**/*.html src/**/*.css src/**/*.svg src/**/*.png src/**/*.jpg dist/"
22
22
  },
23
23
  "dependencies": {
24
- "@ant-design/charts": "^2.2.7",
24
+ "@ant-design/charts": "^2.3.0",
25
25
  "@babel/plugin-proposal-private-property-in-object": "^7.21.11",
26
- "@types/node": "^22.15.17",
26
+ "@types/node": "^22.15.21",
27
27
  "@types/react": "^18.3.12",
28
- "@types/react-bootstrap": "^0.32.37",
28
+ "@types/react-bootstrap": "^1.1.0",
29
29
  "@types/react-dom": "^18.3.1",
30
- "antd": "^5.25.1",
30
+ "antd": "^5.25.2",
31
31
  "async-mutex": "^0.5.0",
32
32
  "bootstrap": "^5.3.6",
33
33
  "chart.js": "^4.4.9",
34
34
  "copyfiles": "^2.4.1",
35
35
  "link-react": "^3.0.0",
36
36
  "namirasoft-api-link": "^1.4.15",
37
- "namirasoft-api-product": "^1.4.25",
37
+ "namirasoft-api-product": "^1.4.26",
38
38
  "namirasoft-core": "^1.4.74",
39
39
  "namirasoft-schema": "^1.4.25",
40
40
  "namirasoft-site": "^1.4.38",
41
- "namirasoft-site-map": "^1.4.25",
41
+ "namirasoft-site-map": "^1.4.26",
42
42
  "os-browserify": "^0.3.0",
43
43
  "path-browserify": "^1.0.1",
44
44
  "react": "^18.3.1",
@@ -252,7 +252,7 @@
252
252
  .ns_navbar_elements {
253
253
  position: absolute;
254
254
  right: 0;
255
- top: 96px;
255
+ top: 64px;
256
256
  width: 0px;
257
257
  height: calc(100vh - 60px);
258
258
  transition: all 0.3s ease-in;