@websolutespa/bom-llm 0.0.40 → 0.0.41
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.
- package/CHANGELOG.md +6 -0
- package/dist/umd/index.js +5 -2
- package/dist/umd/index.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/umd/index.js
CHANGED
|
@@ -32999,10 +32999,13 @@ void main(void) {
|
|
|
32999
32999
|
}) : /*#__PURE__*/jsxRuntimeExports.jsx("div", {
|
|
33000
33000
|
className: "llm__product-soldout",
|
|
33001
33001
|
children: label('llm.soldOut')
|
|
33002
|
-
})), hasAvailabilityLabel && /*#__PURE__*/jsxRuntimeExports.jsx("div", {
|
|
33002
|
+
})), hasAvailabilityLabel && (availability ? /*#__PURE__*/jsxRuntimeExports.jsx("div", {
|
|
33003
|
+
className: "llm__product-available",
|
|
33004
|
+
children: props.availabilityLabel
|
|
33005
|
+
}) : /*#__PURE__*/jsxRuntimeExports.jsx("div", {
|
|
33003
33006
|
className: "llm__product-soldout",
|
|
33004
33007
|
children: props.availabilityLabel
|
|
33005
|
-
}), props.cta && /*#__PURE__*/jsxRuntimeExports.jsxs("div", {
|
|
33008
|
+
})), props.cta && /*#__PURE__*/jsxRuntimeExports.jsxs("div", {
|
|
33006
33009
|
className: "llm__product-cta",
|
|
33007
33010
|
children: [/*#__PURE__*/jsxRuntimeExports.jsx("span", {
|
|
33008
33011
|
children: props.cta
|