@alma/widgets 3.0.1 → 3.0.3
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/dist/raw/widgets.css +6 -20
- package/dist/raw/widgets.js +2 -2
- package/dist/raw/widgets.js.map +1 -1
- package/dist/raw/widgets.m.js +2 -2
- package/dist/raw/widgets.m.js.map +1 -1
- package/dist/raw/widgets.modern.js +2 -2
- package/dist/raw/widgets.modern.js.map +1 -1
- package/dist/raw/widgets.umd.js +2 -2
- package/dist/raw/widgets.umd.js.map +1 -1
- package/dist/widgets.css +5 -5
- package/dist/widgets.js +1 -1
- package/dist/widgets.js.map +1 -1
- package/dist/widgets.m.js +1 -1
- package/dist/widgets.m.js.map +1 -1
- package/dist/widgets.modern.js +1 -1
- package/dist/widgets.modern.js.map +1 -1
- package/dist/widgets.umd.js +1 -1
- package/dist/widgets.umd.js.map +1 -1
- package/package.json +1 -1
|
@@ -2507,7 +2507,7 @@ const Installment = ({
|
|
|
2507
2507
|
[s$4.bold]: index === 0
|
|
2508
2508
|
})
|
|
2509
2509
|
}, /*#__PURE__*/React.createElement(FormattedNumber, {
|
|
2510
|
-
value: installment.
|
|
2510
|
+
value: installment.total_amount / 100,
|
|
2511
2511
|
style: "currency",
|
|
2512
2512
|
currency: "EUR"
|
|
2513
2513
|
})));
|
|
@@ -2974,7 +2974,7 @@ const STATIC_CUSTOMISATION_CLASSES$1 = {
|
|
|
2974
2974
|
activeOption: prefix$1 + '-active-option'
|
|
2975
2975
|
};
|
|
2976
2976
|
|
|
2977
|
-
var s$d = {"widgetButton":"_TSkFv","logo":"_LJ4nZ","primaryContainer":"_bMClc","paymentPlans":"_17c_S","plan":"_2Kqjn","active":"_3dG_J","monochrome":"_2hx83","notEligible":"_3O1bg","hideBorder":"_3_qcn","info":"_25GrF","loader":"_30j1O","
|
|
2977
|
+
var s$d = {"widgetButton":"_TSkFv","logo":"_LJ4nZ","primaryContainer":"_bMClc","paymentPlans":"_17c_S","plan":"_2Kqjn","active":"_3dG_J","monochrome":"_2hx83","notEligible":"_3O1bg","hideBorder":"_3_qcn","info":"_25GrF","loader":"_30j1O","pending":"_1ZDMS","clickable":"_UksZa","unClickable":"_1lr-q"};
|
|
2978
2978
|
|
|
2979
2979
|
const VERY_LONG_TIME_IN_MS = 1000 * 3600 * 24 * 365;
|
|
2980
2980
|
const DEFAULT_TRANSITION_TIME = 5500;
|