@crystaldesign/diva-seller 26.2.0-rc.9 → 26.2.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.
@@ -4801,12 +4801,12 @@ function Header$1(_ref) {
4801
4801
  variant: 'contained',
4802
4802
  onClick: doExportToVKP,
4803
4803
  disabled: !enableVKPExportButton,
4804
- children: "VKP-Export"
4804
+ children: t('basket.navigation.vkpexport')
4805
4805
  }), showLiskamExportButton && /*#__PURE__*/jsx(Button, {
4806
4806
  color: 'primary',
4807
4807
  variant: 'contained',
4808
4808
  onClick: doExportToLiskamm,
4809
- children: "Liskam-Export"
4809
+ children: t('basket.navigation.liskammexport')
4810
4810
  }), showProductCreator && /*#__PURE__*/jsx(Tooltip, {
4811
4811
  title: t('basket.checkout.step3.productdisabledtext'),
4812
4812
  disableHoverListener: !disableProductCreator,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crystaldesign/diva-seller",
3
- "version": "26.2.0-rc.9",
3
+ "version": "26.2.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": "26.2.0-rc.9",
33
- "@crystaldesign/products-component": "26.2.0-rc.9",
34
- "@crystaldesign/real-time-viewer": "26.2.0-rc.9",
32
+ "@crystaldesign/analytics": "26.2.0",
33
+ "@crystaldesign/products-component": "26.2.0",
34
+ "@crystaldesign/real-time-viewer": "26.2.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": "2e72240b3a0707dc3e133705346b1a09a521424f"
46
+ "gitHead": "53bfe4bb064622c9e235d39d17c5273cb29204b1"
47
47
  }