@homefile/components-v2 2.24.24 → 2.24.25

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.
@@ -17,10 +17,6 @@ export const ReceiptDetails = ({ name, cashier = '', itemQuantity, paymentMethod
17
17
  label: leftLabels[1],
18
18
  value: store,
19
19
  },
20
- {
21
- label: leftLabels[2],
22
- value: storePhone,
23
- },
24
20
  {
25
21
  label: leftLabels[3],
26
22
  value: cashier,
@@ -63,7 +63,6 @@ const receiptSchemaMock = {
63
63
  purchaseDate: '2024-06-18T00:00:00.000Z',
64
64
  tax: '3.17',
65
65
  store: '8418',
66
- storePhone: '512.258.7914',
67
66
  total: '41.65',
68
67
  items: [
69
68
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homefile/components-v2",
3
- "version": "2.24.24",
3
+ "version": "2.24.25",
4
4
  "author": "Homefile",
5
5
  "license": "UNLICENSED",
6
6
  "typings": "dist/index.d.ts",
@@ -31,10 +31,6 @@ export const ReceiptDetails = ({
31
31
  label: leftLabels[1],
32
32
  value: store,
33
33
  },
34
- {
35
- label: leftLabels[2],
36
- value: storePhone,
37
- },
38
34
  {
39
35
  label: leftLabels[3],
40
36
  value: cashier,
@@ -161,7 +161,6 @@ const receiptSchemaMock = {
161
161
  purchaseDate: '2024-06-18T00:00:00.000Z',
162
162
  tax: '3.17',
163
163
  store: '8418',
164
- storePhone: '512.258.7914',
165
164
  total: '41.65',
166
165
  items: [
167
166
  {