@configura/web-ui 2.4.1 → 2.4.2
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.
|
@@ -10,7 +10,8 @@ import { CfgOptionPriceView } from "./CfgOptionPriceView.js";
|
|
|
10
10
|
export const CfgOptionCommonView = (props) => {
|
|
11
11
|
var _a;
|
|
12
12
|
const { option, upchargeDisplayMode, onClick, labelClassName, hideDisabledOptions } = props;
|
|
13
|
-
const {
|
|
13
|
+
const { thumbnail, description, selected, code, selectedChangeInProgress, miscFiles, notes, disabled, } = option;
|
|
14
|
+
const features = option.getFeaturesOutsideSync();
|
|
14
15
|
const setError = useContext(ErrorContext);
|
|
15
16
|
const uniqueId = useUuid();
|
|
16
17
|
const selectionType = option.parent.selectionType;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@configura/web-ui",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.2",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
]
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@configura/web-api": "2.4.
|
|
35
|
+
"@configura/web-api": "2.4.2",
|
|
36
36
|
"uuid": "^8.3.2"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
@@ -64,5 +64,5 @@
|
|
|
64
64
|
"publishConfig": {
|
|
65
65
|
"access": "public"
|
|
66
66
|
},
|
|
67
|
-
"gitHead": "
|
|
67
|
+
"gitHead": "d21aa86fda925d40438107dcf154c05e8ca37ed6"
|
|
68
68
|
}
|