@voyantjs/products-ui 0.108.1 → 0.109.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.
|
@@ -113,7 +113,7 @@ export function ProductOptionsSection({ productId, pageSize = 100, title, descri
|
|
|
113
113
|
const resolvedDescription = description ?? messages.productOptionsSection.descriptions.default;
|
|
114
114
|
// A product with a single option needs no option chrome — show its pricing
|
|
115
115
|
// table directly. Only flatten when a host injects the details (the grid);
|
|
116
|
-
// bare mounts
|
|
116
|
+
// bare mounts keep the expandable units table.
|
|
117
117
|
const flattenedOption = renderOptionDetails && options.length === 1 ? options[0] : undefined;
|
|
118
118
|
const editOption = (option) => {
|
|
119
119
|
setEditingOption(option);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@voyantjs/products-ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.109.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -50,18 +50,18 @@
|
|
|
50
50
|
"react-dom": "^19.0.0",
|
|
51
51
|
"react-hook-form": "^7.60.0",
|
|
52
52
|
"zod": "^4.3.6",
|
|
53
|
-
"@voyantjs/availability": "^0.
|
|
54
|
-
"@voyantjs/availability-react": "^0.
|
|
55
|
-
"@voyantjs/catalog-react": "^0.
|
|
56
|
-
"@voyantjs/extras-react": "^0.
|
|
57
|
-
"@voyantjs/finance": "^0.
|
|
58
|
-
"@voyantjs/finance-ui": "^0.
|
|
59
|
-
"@voyantjs/markets-react": "^0.
|
|
60
|
-
"@voyantjs/pricing-react": "^0.
|
|
61
|
-
"@voyantjs/pricing-ui": "^0.
|
|
62
|
-
"@voyantjs/products-react": "^0.
|
|
63
|
-
"@voyantjs/suppliers-react": "^0.
|
|
64
|
-
"@voyantjs/ui": "^0.
|
|
53
|
+
"@voyantjs/availability": "^0.106.0",
|
|
54
|
+
"@voyantjs/availability-react": "^0.106.0",
|
|
55
|
+
"@voyantjs/catalog-react": "^0.107.0",
|
|
56
|
+
"@voyantjs/extras-react": "^0.109.0",
|
|
57
|
+
"@voyantjs/finance": "^0.109.0",
|
|
58
|
+
"@voyantjs/finance-ui": "^0.109.0",
|
|
59
|
+
"@voyantjs/markets-react": "^0.106.0",
|
|
60
|
+
"@voyantjs/pricing-react": "^0.109.0",
|
|
61
|
+
"@voyantjs/pricing-ui": "^0.109.0",
|
|
62
|
+
"@voyantjs/products-react": "^0.109.0",
|
|
63
|
+
"@voyantjs/suppliers-react": "^0.106.0",
|
|
64
|
+
"@voyantjs/ui": "^0.106.0",
|
|
65
65
|
"@voyantjs/utils": "^0.104.1"
|
|
66
66
|
},
|
|
67
67
|
"dependencies": {
|
|
@@ -82,19 +82,19 @@
|
|
|
82
82
|
"typescript": "^6.0.2",
|
|
83
83
|
"vitest": "^4.1.2",
|
|
84
84
|
"zod": "^4.3.6",
|
|
85
|
-
"@voyantjs/availability": "^0.
|
|
86
|
-
"@voyantjs/availability-react": "^0.
|
|
87
|
-
"@voyantjs/catalog-react": "^0.
|
|
88
|
-
"@voyantjs/extras-react": "^0.
|
|
89
|
-
"@voyantjs/finance": "^0.
|
|
90
|
-
"@voyantjs/finance-ui": "^0.
|
|
85
|
+
"@voyantjs/availability": "^0.106.0",
|
|
86
|
+
"@voyantjs/availability-react": "^0.106.0",
|
|
87
|
+
"@voyantjs/catalog-react": "^0.107.0",
|
|
88
|
+
"@voyantjs/extras-react": "^0.109.0",
|
|
89
|
+
"@voyantjs/finance": "^0.109.0",
|
|
90
|
+
"@voyantjs/finance-ui": "^0.109.0",
|
|
91
91
|
"@voyantjs/i18n": "^0.106.0",
|
|
92
|
-
"@voyantjs/markets-react": "^0.
|
|
93
|
-
"@voyantjs/pricing-react": "^0.
|
|
94
|
-
"@voyantjs/pricing-ui": "^0.
|
|
95
|
-
"@voyantjs/products-react": "^0.
|
|
96
|
-
"@voyantjs/suppliers-react": "^0.
|
|
97
|
-
"@voyantjs/ui": "^0.
|
|
92
|
+
"@voyantjs/markets-react": "^0.106.0",
|
|
93
|
+
"@voyantjs/pricing-react": "^0.109.0",
|
|
94
|
+
"@voyantjs/pricing-ui": "^0.109.0",
|
|
95
|
+
"@voyantjs/products-react": "^0.109.0",
|
|
96
|
+
"@voyantjs/suppliers-react": "^0.106.0",
|
|
97
|
+
"@voyantjs/ui": "^0.106.0",
|
|
98
98
|
"@voyantjs/utils": "^0.104.1",
|
|
99
99
|
"@voyantjs/voyant-typescript-config": "^0.1.0"
|
|
100
100
|
},
|