@crystaldesign/diva-seller 25.16.0-rc.8 → 25.16.0

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.
@@ -1084,7 +1084,7 @@ function _apiLoadArticles() {
1084
1084
  weightInfo: jsonArticle.Weight && jsonArticle.Weight != '' && jsonArticle.Weight != ' ' ? jsonArticle.Weight : undefined,
1085
1085
  volumeInfo: jsonArticle.Volume && jsonArticle.Volume != '' && jsonArticle.Volume != ' ' ? jsonArticle.Volume : undefined,
1086
1086
  templateCodex: jsonArticle.TemplateCodex && jsonArticle.TemplateCodex != '' ? jsonArticle.TemplateCodex : undefined,
1087
- price: jsonArticle.VKP1 && isNaN(jsonArticle.VKP1) ? Number(jsonArticle.VKP1.replace(',', '.')) : jsonArticle.VKP1,
1087
+ price: jsonArticle.VKP1 && isNaN(jsonArticle.VKP1) ? Number(jsonArticle.VKP1.replace(',', '.')) : Number(jsonArticle.VKP1),
1088
1088
  priceGroup: jsonArticle.PriceGroup,
1089
1089
  position: jsonArticle.Position,
1090
1090
  groupPosition: jsonArticle.GroupPosition,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crystaldesign/diva-seller",
3
- "version": "25.16.0-rc.8",
3
+ "version": "25.16.0",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -29,9 +29,9 @@
29
29
  "react-dom": "^18.3.1"
30
30
  },
31
31
  "dependencies": {
32
- "@crystaldesign/analytics": "25.16.0-rc.8",
33
- "@crystaldesign/products-component": "25.16.0-rc.8",
34
- "@crystaldesign/real-time-viewer": "25.16.0-rc.8",
32
+ "@crystaldesign/analytics": "25.16.0",
33
+ "@crystaldesign/products-component": "25.16.0",
34
+ "@crystaldesign/real-time-viewer": "25.16.0",
35
35
  "@emotion/react": "^11.4.1",
36
36
  "@emotion/styled": "^11.3.0",
37
37
  "@mui/icons-material": "^6.1.5",
@@ -43,5 +43,5 @@
43
43
  },
44
44
  "types": "./build/types/seller/src/index.d.ts",
45
45
  "module": "build/esm/index.js",
46
- "gitHead": "3ca7f8364622924693969698375fdf04b9582280"
46
+ "gitHead": "e13f0cc43a6231974b7eeb14a1da169b43a732f5"
47
47
  }