sccoreui 5.9.7 → 5.9.8

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.
@@ -358,7 +358,7 @@ const FormulaComponent = (props) => {
358
358
  const onShowMenu = () => {
359
359
  if (props === null || props === void 0 ? void 0 : props.formulaValue) {
360
360
  let formulatText = "";
361
- const pattern = /[a-f0-9]{24}/g;
361
+ const pattern = /(?:[a-f0-9]{24}|msrp|map|costprice)/g;
362
362
  // const ids = props?.formulaValue.match(pattern);
363
363
  // console.log(ids)
364
364
  const splitPattern = /(?=[+\-*/%])/g;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sccoreui",
3
- "version": "5.9.7",
3
+ "version": "5.9.8",
4
4
  "description": "ui-sccore",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",