@useblu/ocean-react 1.39.0 → 1.39.5
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 +12 -0
- package/CrossSellCard/CrossSellCard.d.ts.map +1 -1
- package/index.es.js +2 -2
- package/index.es.js.map +1 -1
- package/index.js +2 -2
- package/index.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,18 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [1.39.5](https://github.com/ocean-ds/ocean-web/compare/v1.39.4...v1.39.5) (2023-01-04)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- title cross sell card ([#1055](https://github.com/ocean-ds/ocean-web/issues/1055)) ([91ebea4](https://github.com/ocean-ds/ocean-web/commit/91ebea46de0890845a4ef1da7d39039fee39d795))
|
|
11
|
+
|
|
12
|
+
## [1.39.1](https://github.com/ocean-ds/ocean-web/compare/v1.39.0...v1.39.1) (2022-12-21)
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
- adjust DatePicker test ([#1051](https://github.com/ocean-ds/ocean-web/issues/1051)) ([57348db](https://github.com/ocean-ds/ocean-web/commit/57348db2c56bfa8b4fab84d095e2e9b4890ecdb8))
|
|
17
|
+
|
|
6
18
|
# [1.39.0](https://github.com/ocean-ds/ocean-web/compare/v1.38.3...v1.39.0) (2022-12-13)
|
|
7
19
|
|
|
8
20
|
### Features
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CrossSellCard.d.ts","sourceRoot":"","sources":["../../src/CrossSellCard/CrossSellCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,oBAAY,kBAAkB,GAAG;IAI/B,KAAK,EAAE,MAAM,CAAC;IAId,WAAW,EAAE,MAAM,CAAC;IAIpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAIlB,OAAO,EAAE,MAAM,CAAC;IAIhB,UAAU,CAAC,EAAE,GAAG,CAAC,OAAO,CAAC;IAIzB,SAAS,EAAE,MAAM,IAAI,CAAC;CACvB,GAAG,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,CAAC;AAE1C,QAAA,MAAM,aAAa;WAvBV,MAAM;iBAIA,MAAM;;aAQV,MAAM;;eAQJ,MAAM,IAAI;
|
|
1
|
+
{"version":3,"file":"CrossSellCard.d.ts","sourceRoot":"","sources":["../../src/CrossSellCard/CrossSellCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,oBAAY,kBAAkB,GAAG;IAI/B,KAAK,EAAE,MAAM,CAAC;IAId,WAAW,EAAE,MAAM,CAAC;IAIpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAIlB,OAAO,EAAE,MAAM,CAAC;IAIhB,UAAU,CAAC,EAAE,GAAG,CAAC,OAAO,CAAC;IAIzB,SAAS,EAAE,MAAM,IAAI,CAAC;CACvB,GAAG,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,CAAC;AAE1C,QAAA,MAAM,aAAa;WAvBV,MAAM;iBAIA,MAAM;;aAQV,MAAM;;eAQJ,MAAM,IAAI;kLAiDtB,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
package/index.es.js
CHANGED
|
@@ -25598,8 +25598,8 @@ var CrossSellCard = e.forwardRef(function CrossSellCard(_a, ref) {
|
|
|
25598
25598
|
return (e.createElement("div", __assign$1({ ref: ref }, rest, { className: classNames('ods-cross-sell-card', className), onClick: ctaAction }),
|
|
25599
25599
|
e.createElement("a", { className: "ods-cross-sell-card__content", onClick: function () { return ctaAction; }, "data-testid": "cta-test" },
|
|
25600
25600
|
e.createElement("div", { className: "ods-cross-sell-card__information" },
|
|
25601
|
-
e.createElement("div", { className: "ods-
|
|
25602
|
-
e.createElement("div", { className: "ods-
|
|
25601
|
+
e.createElement("div", { className: "ods-cross-sell-card__title" }, title),
|
|
25602
|
+
e.createElement("div", { className: "ods-cross-sell-card__description" }, description)),
|
|
25603
25603
|
imageSrc && (e.createElement("img", { className: "ods-cross-sell-card__image", src: imageSrc }))),
|
|
25604
25604
|
e.createElement("button", { className: "ods-cross-sell-card__cta" },
|
|
25605
25605
|
ctaText,
|