Skip to content

Commit

Permalink
chore(release): 2.12.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.12.0](v2.11.1...v2.12.0) (2022-07-20)

### Bug Fixes

* css order in example page and bump example jsdelivr version to 2.11.1 ([586bf60](586bf60))
* english typo ([d624a55](d624a55))

### Features

* add one more widget example with the custom css. More static css added ([4e04c9a](4e04c9a))
  • Loading branch information
github-actions committed Jul 20, 2022
1 parent d624a55 commit 813d222
Show file tree
Hide file tree
Showing 21 changed files with 63 additions and 35 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [2.12.0](https://github.com/alma/widgets/compare/v2.11.1...v2.12.0) (2022-07-20)


### Bug Fixes

* css order in example page and bump example jsdelivr version to 2.11.1 ([586bf60](https://github.com/alma/widgets/commit/586bf6007a9dac2f21a6b04bf6e0508bffd98f49))
* english typo ([d624a55](https://github.com/alma/widgets/commit/d624a5573daea7cdadef748e8917cb9784b80b2f))


### Features

* add one more widget example with the custom css. More static css added ([4e04c9a](https://github.com/alma/widgets/commit/4e04c9a4b815713e7a9fbae8686671ee630df1a1))

## [2.11.1](https://github.com/alma/widgets/compare/v2.11.0...v2.11.1) (2022-07-07)


Expand Down
2 changes: 1 addition & 1 deletion dist/raw/widgets.css
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@
}

._2G7Ch {
height: 100%;
height: 100vh;
display: flex;
flex-direction: column;
}
Expand Down
13 changes: 8 additions & 5 deletions dist/raw/widgets.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/raw/widgets.js.map

Large diffs are not rendered by default.

13 changes: 8 additions & 5 deletions dist/raw/widgets.m.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/raw/widgets.m.js.map

Large diffs are not rendered by default.

13 changes: 8 additions & 5 deletions dist/raw/widgets.modern.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/raw/widgets.modern.js.map

Large diffs are not rendered by default.

13 changes: 8 additions & 5 deletions dist/raw/widgets.umd.js
Original file line number Diff line number Diff line change
Expand Up @@ -17215,7 +17215,10 @@
*/

var STATIC_CUSTOMISATION_CLASSES = {
desktopModal: prefix + '-desktop-modal',
mobileModal: prefix + '-mobile-modal',
leftSide: prefix + '-left-side',
bullet: prefix + '-bullet',
rightSide: prefix + '-right-side',
title: prefix + '-title',
info: prefix + '-info',
Expand Down Expand Up @@ -20132,7 +20135,7 @@
}, /*#__PURE__*/react.createElement("div", {
className: s$5.listItem
}, /*#__PURE__*/react.createElement("div", {
className: s$5.bullet
className: classnames(s$5.bullet, STATIC_CUSTOMISATION_CLASSES.bullet)
}, "1"), /*#__PURE__*/react.createElement("div", {
className: STATIC_CUSTOMISATION_CLASSES.infoMessage
}, /*#__PURE__*/react.createElement(MemoizedFormattedMessage, {
Expand All @@ -20146,7 +20149,7 @@
}))), /*#__PURE__*/react.createElement("div", {
className: s$5.listItem
}, /*#__PURE__*/react.createElement("div", {
className: s$5.bullet
className: classnames(s$5.bullet, STATIC_CUSTOMISATION_CLASSES.bullet)
}, "2"), /*#__PURE__*/react.createElement("div", {
className: STATIC_CUSTOMISATION_CLASSES.infoMessage
}, /*#__PURE__*/react.createElement(MemoizedFormattedMessage, {
Expand All @@ -20160,7 +20163,7 @@
}))), /*#__PURE__*/react.createElement("div", {
className: s$5.listItem
}, /*#__PURE__*/react.createElement("div", {
className: s$5.bullet
className: classnames(s$5.bullet, STATIC_CUSTOMISATION_CLASSES.bullet)
}, "3"), /*#__PURE__*/react.createElement("div", {
className: STATIC_CUSTOMISATION_CLASSES.infoMessage
}, /*#__PURE__*/react.createElement(MemoizedFormattedMessage, {
Expand Down Expand Up @@ -20259,7 +20262,7 @@
isSomePlanDeferred = _ref.isSomePlanDeferred,
cards = _ref.cards;
return /*#__PURE__*/react.createElement("div", {
className: s$8.container,
className: classnames(s$8.container, STATIC_CUSTOMISATION_CLASSES.desktopModal),
"data-testid": "modal-container"
}, /*#__PURE__*/react.createElement("div", {
className: classnames([s$8.block, s$8.left, STATIC_CUSTOMISATION_CLASSES.leftSide])
Expand All @@ -20281,7 +20284,7 @@
isSomePlanDeferred = _ref.isSomePlanDeferred,
cards = _ref.cards;
return /*#__PURE__*/react.createElement("div", {
className: s$a.container,
className: classnames(s$a.container, STATIC_CUSTOMISATION_CLASSES.mobileModal),
"data-testid": "modal-container"
}, /*#__PURE__*/react.createElement(Title, {
isSomePlanDeferred: isSomePlanDeferred
Expand Down
2 changes: 1 addition & 1 deletion dist/raw/widgets.umd.js.map

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions dist/types/Widgets/EligibilityModal/classNames.const.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
* Those classes are intended to be used by the **merchant developer**.
*/
declare const STATIC_CUSTOMISATION_CLASSES: {
desktopModal: string;
mobileModal: string;
leftSide: string;
bullet: string;
rightSide: string;
title: string;
info: string;
Expand Down
2 changes: 1 addition & 1 deletion dist/widgets.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/widgets.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/widgets.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/widgets.m.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/widgets.m.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/widgets.modern.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/widgets.modern.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/widgets.umd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/widgets.umd.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alma/widgets",
"version": "2.11.1",
"version": "2.12.0",
"description": "Widgets to easily display information from Alma - https://getalma.eu",
"keywords": [],
"main": "dist/widgets.js",
Expand Down

0 comments on commit 813d222

Please sign in to comment.