@bytebrand/fe-ui-core 4.2.142 → 4.2.143

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.
@@ -10,7 +10,8 @@ const expectedResultCDP = [
10
10
  max: 21666,
11
11
  value: 16100,
12
12
  unitName: 'modals:financing.euro',
13
- caption: 'modals:financing.firstInstallment'
13
+ caption: 'modals:financing.firstInstallment',
14
+ withRangeLimit: true
14
15
  },
15
16
  {
16
17
  name: 'annualMileage',
@@ -33,7 +34,8 @@ const expectedResultCheckout = [
33
34
  max: 21666,
34
35
  value: 16100,
35
36
  unitName: 'modals:financing.euro',
36
- caption: 'modals:financing.firstInstallment'
37
+ caption: 'modals:financing.firstInstallment',
38
+ withRangeLimit: true
37
39
  }
38
40
  ]
39
41
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bytebrand/fe-ui-core",
3
- "version": "4.2.142",
3
+ "version": "4.2.143",
4
4
  "description": "UI components for the auto.de project",
5
5
  "main": "index.ts",
6
6
  "module": "dist/common.js",