@haus-storefront-react/order-lines 0.0.50 → 0.0.52-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.
Files changed (5) hide show
  1. package/CHANGELOG.md +376 -261
  2. package/index.js +29 -29
  3. package/index.mjs +3002 -2896
  4. package/package.json +6 -6
  5. package/README.md +0 -7
package/CHANGELOG.md CHANGED
@@ -1,3 +1,118 @@
1
+ ## 0.0.52-2 (2025-12-12)
2
+
3
+ ### 🚀 Features
4
+
5
+ - enhance form handling and component props across various modules
6
+ - add CartPage component for managing shopping cart functionality
7
+ - add order confirmation route and related components
8
+ - add ProductBadge component for enhanced product presentation
9
+ - add preAdd and preAdjust callbacks for order line and item adjustments
10
+
11
+ ### 🩹 Fixes
12
+
13
+ - update default minimum quantity to 0 in various components
14
+
15
+ ### 🧱 Updated Dependencies
16
+
17
+ - Updated store/hooks to 0.0.52-2
18
+ - Updated core to 0.0.52-2
19
+ - Updated common/utils to 0.0.52-2
20
+ - Updated common/ui to 0.0.52-2
21
+ - Updated shared/types to 0.0.52-2
22
+
23
+ ## 0.0.52-1 (2025-12-11)
24
+
25
+ ### 🚀 Features
26
+
27
+ - enhance form handling and component props across various modules
28
+ - add CartPage component for managing shopping cart functionality
29
+ - add order confirmation route and related components
30
+ - add ProductBadge component for enhanced product presentation
31
+ - add preAdd and preAdjust callbacks for order line and item adjustments
32
+
33
+ ### 🩹 Fixes
34
+
35
+ - update default minimum quantity to 0 in various components
36
+
37
+ ### 🧱 Updated Dependencies
38
+
39
+ - Updated store/hooks to 0.0.52-1
40
+ - Updated core to 0.0.52-1
41
+ - Updated common/utils to 0.0.52-1
42
+ - Updated common/ui to 0.0.52-1
43
+ - Updated shared/types to 0.0.52-1
44
+
45
+ ## 0.0.52 (2025-12-11)
46
+
47
+ ### 🚀 Features
48
+
49
+ - enhance form handling and component props across various modules
50
+ - add CartPage component for managing shopping cart functionality
51
+ - add order confirmation route and related components
52
+ - add ProductBadge component for enhanced product presentation
53
+ - add preAdd and preAdjust callbacks for order line and item adjustments
54
+
55
+ ### 🩹 Fixes
56
+
57
+ - update default minimum quantity to 0 in various components
58
+
59
+ ### 🧱 Updated Dependencies
60
+
61
+ - Updated store/hooks to 0.0.52
62
+ - Updated core to 0.0.52
63
+ - Updated common/utils to 0.0.52
64
+ - Updated common/ui to 0.0.52
65
+ - Updated shared/types to 0.0.52
66
+
67
+ ## 0.0.51-0 (2025-12-11)
68
+
69
+ ### 🚀 Features
70
+
71
+ - enhance form handling and component props across various modules
72
+ - add CartPage component for managing shopping cart functionality
73
+ - add order confirmation route and related components
74
+ - add ProductBadge component for enhanced product presentation
75
+ - add preAdd and preAdjust callbacks for order line and item adjustments
76
+
77
+ ### 🩹 Fixes
78
+
79
+ - update default minimum quantity to 0 in various components
80
+
81
+ ### 🧱 Updated Dependencies
82
+
83
+ - Updated store/hooks to 0.0.51-0
84
+ - Updated core to 0.0.51-0
85
+ - Updated common/utils to 0.0.51-0
86
+ - Updated common/ui to 0.0.51-0
87
+ - Updated shared/types to 0.0.51-0
88
+
89
+ ## 0.0.50 (2025-11-25)
90
+
91
+ ### 🚀 Features
92
+
93
+ - enhance form handling and component props across various modules ([21edaa1](https://github.com/WeAreHausTech/haus-storefront-components/commit/21edaa1))
94
+ - add CartPage component for managing shopping cart functionality ([#30](https://github.com/WeAreHausTech/haus-storefront-components/pull/30))
95
+ - add order confirmation route and related components ([#24](https://github.com/WeAreHausTech/haus-storefront-components/pull/24))
96
+ - add ProductBadge component for enhanced product presentation ([#26](https://github.com/WeAreHausTech/haus-storefront-components/pull/26))
97
+ - add preAdd and preAdjust callbacks for order line and item adjustments ([3991992](https://github.com/WeAreHausTech/haus-storefront-components/commit/3991992))
98
+
99
+ ### 🩹 Fixes
100
+
101
+ - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
102
+
103
+ ### 🧱 Updated Dependencies
104
+
105
+ - Updated store/hooks to 0.0.50
106
+ - Updated core to 0.0.50
107
+ - Updated common/utils to 0.0.50
108
+ - Updated common/ui to 0.0.50
109
+ - Updated shared/types to 0.0.50
110
+
111
+ ### ❤️ Thank You
112
+
113
+ - Johanna Bertils @johannabertils
114
+ - Mathias Saxenstrand
115
+
1
116
  ## 0.0.49 (2025-11-25)
2
117
 
3
118
  ### 🚀 Features
@@ -29,15 +144,15 @@
29
144
 
30
145
  ### 🚀 Features
31
146
 
32
- - enhance form handling and component props across various modules ([21edaa1](https://github.com/WeAreHausTech/haus-storefront-components/commit/21edaa1))
33
- - add CartPage component for managing shopping cart functionality ([#30](https://github.com/WeAreHausTech/haus-storefront-components/pull/30))
34
- - add order confirmation route and related components ([#24](https://github.com/WeAreHausTech/haus-storefront-components/pull/24))
35
- - add ProductBadge component for enhanced product presentation ([#26](https://github.com/WeAreHausTech/haus-storefront-components/pull/26))
36
- - add preAdd and preAdjust callbacks for order line and item adjustments ([3991992](https://github.com/WeAreHausTech/haus-storefront-components/commit/3991992))
147
+ - enhance form handling and component props across various modules
148
+ - add CartPage component for managing shopping cart functionality
149
+ - add order confirmation route and related components
150
+ - add ProductBadge component for enhanced product presentation
151
+ - add preAdd and preAdjust callbacks for order line and item adjustments
37
152
 
38
153
  ### 🩹 Fixes
39
154
 
40
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
155
+ - update default minimum quantity to 0 in various components
41
156
 
42
157
  ### 🧱 Updated Dependencies
43
158
 
@@ -56,15 +171,15 @@
56
171
 
57
172
  ### 🚀 Features
58
173
 
59
- - enhance form handling and component props across various modules ([21edaa1](https://github.com/WeAreHausTech/haus-storefront-components/commit/21edaa1))
60
- - add CartPage component for managing shopping cart functionality ([#30](https://github.com/WeAreHausTech/haus-storefront-components/pull/30))
61
- - add order confirmation route and related components ([#24](https://github.com/WeAreHausTech/haus-storefront-components/pull/24))
62
- - add ProductBadge component for enhanced product presentation ([#26](https://github.com/WeAreHausTech/haus-storefront-components/pull/26))
63
- - add preAdd and preAdjust callbacks for order line and item adjustments ([3991992](https://github.com/WeAreHausTech/haus-storefront-components/commit/3991992))
174
+ - enhance form handling and component props across various modules
175
+ - add CartPage component for managing shopping cart functionality
176
+ - add order confirmation route and related components
177
+ - add ProductBadge component for enhanced product presentation
178
+ - add preAdd and preAdjust callbacks for order line and item adjustments
64
179
 
65
180
  ### 🩹 Fixes
66
181
 
67
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
182
+ - update default minimum quantity to 0 in various components
68
183
 
69
184
  ### 🧱 Updated Dependencies
70
185
 
@@ -83,15 +198,15 @@
83
198
 
84
199
  ### 🚀 Features
85
200
 
86
- - enhance form handling and component props across various modules ([21edaa1](https://github.com/WeAreHausTech/haus-storefront-components/commit/21edaa1))
87
- - add CartPage component for managing shopping cart functionality ([#30](https://github.com/WeAreHausTech/haus-storefront-components/pull/30))
88
- - add order confirmation route and related components ([#24](https://github.com/WeAreHausTech/haus-storefront-components/pull/24))
89
- - add ProductBadge component for enhanced product presentation ([#26](https://github.com/WeAreHausTech/haus-storefront-components/pull/26))
90
- - add preAdd and preAdjust callbacks for order line and item adjustments ([3991992](https://github.com/WeAreHausTech/haus-storefront-components/commit/3991992))
201
+ - enhance form handling and component props across various modules
202
+ - add CartPage component for managing shopping cart functionality
203
+ - add order confirmation route and related components
204
+ - add ProductBadge component for enhanced product presentation
205
+ - add preAdd and preAdjust callbacks for order line and item adjustments
91
206
 
92
207
  ### 🩹 Fixes
93
208
 
94
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
209
+ - update default minimum quantity to 0 in various components
95
210
 
96
211
  ### 🧱 Updated Dependencies
97
212
 
@@ -110,15 +225,15 @@
110
225
 
111
226
  ### 🚀 Features
112
227
 
113
- - enhance form handling and component props across various modules ([21edaa1](https://github.com/WeAreHausTech/haus-storefront-components/commit/21edaa1))
114
- - add CartPage component for managing shopping cart functionality ([#30](https://github.com/WeAreHausTech/haus-storefront-components/pull/30))
115
- - add order confirmation route and related components ([#24](https://github.com/WeAreHausTech/haus-storefront-components/pull/24))
116
- - add ProductBadge component for enhanced product presentation ([#26](https://github.com/WeAreHausTech/haus-storefront-components/pull/26))
117
- - add preAdd and preAdjust callbacks for order line and item adjustments ([3991992](https://github.com/WeAreHausTech/haus-storefront-components/commit/3991992))
228
+ - enhance form handling and component props across various modules
229
+ - add CartPage component for managing shopping cart functionality
230
+ - add order confirmation route and related components
231
+ - add ProductBadge component for enhanced product presentation
232
+ - add preAdd and preAdjust callbacks for order line and item adjustments
118
233
 
119
234
  ### 🩹 Fixes
120
235
 
121
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
236
+ - update default minimum quantity to 0 in various components
122
237
 
123
238
  ### 🧱 Updated Dependencies
124
239
 
@@ -137,15 +252,15 @@
137
252
 
138
253
  ### 🚀 Features
139
254
 
140
- - enhance form handling and component props across various modules ([21edaa1](https://github.com/WeAreHausTech/haus-storefront-components/commit/21edaa1))
141
- - add CartPage component for managing shopping cart functionality ([#30](https://github.com/WeAreHausTech/haus-storefront-components/pull/30))
142
- - add order confirmation route and related components ([#24](https://github.com/WeAreHausTech/haus-storefront-components/pull/24))
143
- - add ProductBadge component for enhanced product presentation ([#26](https://github.com/WeAreHausTech/haus-storefront-components/pull/26))
144
- - add preAdd and preAdjust callbacks for order line and item adjustments ([3991992](https://github.com/WeAreHausTech/haus-storefront-components/commit/3991992))
255
+ - enhance form handling and component props across various modules
256
+ - add CartPage component for managing shopping cart functionality
257
+ - add order confirmation route and related components
258
+ - add ProductBadge component for enhanced product presentation
259
+ - add preAdd and preAdjust callbacks for order line and item adjustments
145
260
 
146
261
  ### 🩹 Fixes
147
262
 
148
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
263
+ - update default minimum quantity to 0 in various components
149
264
 
150
265
  ### 🧱 Updated Dependencies
151
266
 
@@ -164,15 +279,15 @@
164
279
 
165
280
  ### 🚀 Features
166
281
 
167
- - enhance form handling and component props across various modules ([21edaa1](https://github.com/WeAreHausTech/haus-storefront-components/commit/21edaa1))
168
- - add CartPage component for managing shopping cart functionality ([#30](https://github.com/WeAreHausTech/haus-storefront-components/pull/30))
169
- - add order confirmation route and related components ([#24](https://github.com/WeAreHausTech/haus-storefront-components/pull/24))
170
- - add ProductBadge component for enhanced product presentation ([#26](https://github.com/WeAreHausTech/haus-storefront-components/pull/26))
171
- - add preAdd and preAdjust callbacks for order line and item adjustments ([3991992](https://github.com/WeAreHausTech/haus-storefront-components/commit/3991992))
282
+ - enhance form handling and component props across various modules
283
+ - add CartPage component for managing shopping cart functionality
284
+ - add order confirmation route and related components
285
+ - add ProductBadge component for enhanced product presentation
286
+ - add preAdd and preAdjust callbacks for order line and item adjustments
172
287
 
173
288
  ### 🩹 Fixes
174
289
 
175
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
290
+ - update default minimum quantity to 0 in various components
176
291
 
177
292
  ### 🧱 Updated Dependencies
178
293
 
@@ -191,15 +306,15 @@
191
306
 
192
307
  ### 🚀 Features
193
308
 
194
- - enhance form handling and component props across various modules ([21edaa1](https://github.com/WeAreHausTech/haus-storefront-components/commit/21edaa1))
195
- - add CartPage component for managing shopping cart functionality ([#30](https://github.com/WeAreHausTech/haus-storefront-components/pull/30))
196
- - add order confirmation route and related components ([#24](https://github.com/WeAreHausTech/haus-storefront-components/pull/24))
197
- - add ProductBadge component for enhanced product presentation ([#26](https://github.com/WeAreHausTech/haus-storefront-components/pull/26))
198
- - add preAdd and preAdjust callbacks for order line and item adjustments ([3991992](https://github.com/WeAreHausTech/haus-storefront-components/commit/3991992))
309
+ - enhance form handling and component props across various modules
310
+ - add CartPage component for managing shopping cart functionality
311
+ - add order confirmation route and related components
312
+ - add ProductBadge component for enhanced product presentation
313
+ - add preAdd and preAdjust callbacks for order line and item adjustments
199
314
 
200
315
  ### 🩹 Fixes
201
316
 
202
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
317
+ - update default minimum quantity to 0 in various components
203
318
 
204
319
  ### 🧱 Updated Dependencies
205
320
 
@@ -218,15 +333,15 @@
218
333
 
219
334
  ### 🚀 Features
220
335
 
221
- - enhance form handling and component props across various modules ([21edaa1](https://github.com/WeAreHausTech/haus-storefront-components/commit/21edaa1))
222
- - add CartPage component for managing shopping cart functionality ([#30](https://github.com/WeAreHausTech/haus-storefront-components/pull/30))
223
- - add order confirmation route and related components ([#24](https://github.com/WeAreHausTech/haus-storefront-components/pull/24))
224
- - add ProductBadge component for enhanced product presentation ([#26](https://github.com/WeAreHausTech/haus-storefront-components/pull/26))
225
- - add preAdd and preAdjust callbacks for order line and item adjustments ([3991992](https://github.com/WeAreHausTech/haus-storefront-components/commit/3991992))
336
+ - enhance form handling and component props across various modules
337
+ - add CartPage component for managing shopping cart functionality
338
+ - add order confirmation route and related components
339
+ - add ProductBadge component for enhanced product presentation
340
+ - add preAdd and preAdjust callbacks for order line and item adjustments
226
341
 
227
342
  ### 🩹 Fixes
228
343
 
229
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
344
+ - update default minimum quantity to 0 in various components
230
345
 
231
346
  ### 🧱 Updated Dependencies
232
347
 
@@ -245,15 +360,15 @@
245
360
 
246
361
  ### 🚀 Features
247
362
 
248
- - enhance form handling and component props across various modules ([21edaa1](https://github.com/WeAreHausTech/haus-storefront-components/commit/21edaa1))
249
- - add CartPage component for managing shopping cart functionality ([#30](https://github.com/WeAreHausTech/haus-storefront-components/pull/30))
250
- - add order confirmation route and related components ([#24](https://github.com/WeAreHausTech/haus-storefront-components/pull/24))
251
- - add ProductBadge component for enhanced product presentation ([#26](https://github.com/WeAreHausTech/haus-storefront-components/pull/26))
252
- - add preAdd and preAdjust callbacks for order line and item adjustments ([3991992](https://github.com/WeAreHausTech/haus-storefront-components/commit/3991992))
363
+ - enhance form handling and component props across various modules
364
+ - add CartPage component for managing shopping cart functionality
365
+ - add order confirmation route and related components
366
+ - add ProductBadge component for enhanced product presentation
367
+ - add preAdd and preAdjust callbacks for order line and item adjustments
253
368
 
254
369
  ### 🩹 Fixes
255
370
 
256
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
371
+ - update default minimum quantity to 0 in various components
257
372
 
258
373
  ### 🧱 Updated Dependencies
259
374
 
@@ -272,15 +387,15 @@
272
387
 
273
388
  ### 🚀 Features
274
389
 
275
- - enhance form handling and component props across various modules ([21edaa1](https://github.com/WeAreHausTech/haus-storefront-components/commit/21edaa1))
276
- - add CartPage component for managing shopping cart functionality ([#30](https://github.com/WeAreHausTech/haus-storefront-components/pull/30))
277
- - add order confirmation route and related components ([#24](https://github.com/WeAreHausTech/haus-storefront-components/pull/24))
278
- - add ProductBadge component for enhanced product presentation ([#26](https://github.com/WeAreHausTech/haus-storefront-components/pull/26))
279
- - add preAdd and preAdjust callbacks for order line and item adjustments ([3991992](https://github.com/WeAreHausTech/haus-storefront-components/commit/3991992))
390
+ - enhance form handling and component props across various modules
391
+ - add CartPage component for managing shopping cart functionality
392
+ - add order confirmation route and related components
393
+ - add ProductBadge component for enhanced product presentation
394
+ - add preAdd and preAdjust callbacks for order line and item adjustments
280
395
 
281
396
  ### 🩹 Fixes
282
397
 
283
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
398
+ - update default minimum quantity to 0 in various components
284
399
 
285
400
  ### 🧱 Updated Dependencies
286
401
 
@@ -299,15 +414,15 @@
299
414
 
300
415
  ### 🚀 Features
301
416
 
302
- - enhance form handling and component props across various modules ([21edaa1](https://github.com/WeAreHausTech/haus-storefront-components/commit/21edaa1))
303
- - add CartPage component for managing shopping cart functionality ([#30](https://github.com/WeAreHausTech/haus-storefront-components/pull/30))
304
- - add order confirmation route and related components ([#24](https://github.com/WeAreHausTech/haus-storefront-components/pull/24))
305
- - add ProductBadge component for enhanced product presentation ([#26](https://github.com/WeAreHausTech/haus-storefront-components/pull/26))
306
- - add preAdd and preAdjust callbacks for order line and item adjustments ([3991992](https://github.com/WeAreHausTech/haus-storefront-components/commit/3991992))
417
+ - enhance form handling and component props across various modules
418
+ - add CartPage component for managing shopping cart functionality
419
+ - add order confirmation route and related components
420
+ - add ProductBadge component for enhanced product presentation
421
+ - add preAdd and preAdjust callbacks for order line and item adjustments
307
422
 
308
423
  ### 🩹 Fixes
309
424
 
310
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
425
+ - update default minimum quantity to 0 in various components
311
426
 
312
427
  ### 🧱 Updated Dependencies
313
428
 
@@ -326,15 +441,15 @@
326
441
 
327
442
  ### 🚀 Features
328
443
 
329
- - enhance form handling and component props across various modules ([21edaa1](https://github.com/WeAreHausTech/haus-storefront-components/commit/21edaa1))
330
- - add CartPage component for managing shopping cart functionality ([#30](https://github.com/WeAreHausTech/haus-storefront-components/pull/30))
331
- - add order confirmation route and related components ([#24](https://github.com/WeAreHausTech/haus-storefront-components/pull/24))
332
- - add ProductBadge component for enhanced product presentation ([#26](https://github.com/WeAreHausTech/haus-storefront-components/pull/26))
333
- - add preAdd and preAdjust callbacks for order line and item adjustments ([3991992](https://github.com/WeAreHausTech/haus-storefront-components/commit/3991992))
444
+ - enhance form handling and component props across various modules
445
+ - add CartPage component for managing shopping cart functionality
446
+ - add order confirmation route and related components
447
+ - add ProductBadge component for enhanced product presentation
448
+ - add preAdd and preAdjust callbacks for order line and item adjustments
334
449
 
335
450
  ### 🩹 Fixes
336
451
 
337
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
452
+ - update default minimum quantity to 0 in various components
338
453
 
339
454
  ### 🧱 Updated Dependencies
340
455
 
@@ -353,15 +468,15 @@
353
468
 
354
469
  ### 🚀 Features
355
470
 
356
- - enhance form handling and component props across various modules ([21edaa1](https://github.com/WeAreHausTech/haus-storefront-components/commit/21edaa1))
357
- - add CartPage component for managing shopping cart functionality ([#30](https://github.com/WeAreHausTech/haus-storefront-components/pull/30))
358
- - add order confirmation route and related components ([#24](https://github.com/WeAreHausTech/haus-storefront-components/pull/24))
359
- - add ProductBadge component for enhanced product presentation ([#26](https://github.com/WeAreHausTech/haus-storefront-components/pull/26))
360
- - add preAdd and preAdjust callbacks for order line and item adjustments ([3991992](https://github.com/WeAreHausTech/haus-storefront-components/commit/3991992))
471
+ - enhance form handling and component props across various modules
472
+ - add CartPage component for managing shopping cart functionality
473
+ - add order confirmation route and related components
474
+ - add ProductBadge component for enhanced product presentation
475
+ - add preAdd and preAdjust callbacks for order line and item adjustments
361
476
 
362
477
  ### 🩹 Fixes
363
478
 
364
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
479
+ - update default minimum quantity to 0 in various components
365
480
 
366
481
  ### 🧱 Updated Dependencies
367
482
 
@@ -380,15 +495,15 @@
380
495
 
381
496
  ### 🚀 Features
382
497
 
383
- - enhance form handling and component props across various modules ([21edaa1](https://github.com/WeAreHausTech/haus-storefront-components/commit/21edaa1))
384
- - add CartPage component for managing shopping cart functionality ([#30](https://github.com/WeAreHausTech/haus-storefront-components/pull/30))
385
- - add order confirmation route and related components ([#24](https://github.com/WeAreHausTech/haus-storefront-components/pull/24))
386
- - add ProductBadge component for enhanced product presentation ([#26](https://github.com/WeAreHausTech/haus-storefront-components/pull/26))
387
- - add preAdd and preAdjust callbacks for order line and item adjustments ([3991992](https://github.com/WeAreHausTech/haus-storefront-components/commit/3991992))
498
+ - enhance form handling and component props across various modules
499
+ - add CartPage component for managing shopping cart functionality
500
+ - add order confirmation route and related components
501
+ - add ProductBadge component for enhanced product presentation
502
+ - add preAdd and preAdjust callbacks for order line and item adjustments
388
503
 
389
504
  ### 🩹 Fixes
390
505
 
391
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
506
+ - update default minimum quantity to 0 in various components
392
507
 
393
508
  ### 🧱 Updated Dependencies
394
509
 
@@ -407,15 +522,15 @@
407
522
 
408
523
  ### 🚀 Features
409
524
 
410
- - enhance form handling and component props across various modules ([21edaa1](https://github.com/WeAreHausTech/haus-storefront-components/commit/21edaa1))
411
- - add CartPage component for managing shopping cart functionality ([#30](https://github.com/WeAreHausTech/haus-storefront-components/pull/30))
412
- - add order confirmation route and related components ([#24](https://github.com/WeAreHausTech/haus-storefront-components/pull/24))
413
- - add ProductBadge component for enhanced product presentation ([#26](https://github.com/WeAreHausTech/haus-storefront-components/pull/26))
414
- - add preAdd and preAdjust callbacks for order line and item adjustments ([3991992](https://github.com/WeAreHausTech/haus-storefront-components/commit/3991992))
525
+ - enhance form handling and component props across various modules
526
+ - add CartPage component for managing shopping cart functionality
527
+ - add order confirmation route and related components
528
+ - add ProductBadge component for enhanced product presentation
529
+ - add preAdd and preAdjust callbacks for order line and item adjustments
415
530
 
416
531
  ### 🩹 Fixes
417
532
 
418
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
533
+ - update default minimum quantity to 0 in various components
419
534
 
420
535
  ### 🧱 Updated Dependencies
421
536
 
@@ -434,15 +549,15 @@
434
549
 
435
550
  ### 🚀 Features
436
551
 
437
- - enhance form handling and component props across various modules ([21edaa1](https://github.com/WeAreHausTech/haus-storefront-components/commit/21edaa1))
438
- - add CartPage component for managing shopping cart functionality ([#30](https://github.com/WeAreHausTech/haus-storefront-components/pull/30))
439
- - add order confirmation route and related components ([#24](https://github.com/WeAreHausTech/haus-storefront-components/pull/24))
440
- - add ProductBadge component for enhanced product presentation ([#26](https://github.com/WeAreHausTech/haus-storefront-components/pull/26))
441
- - add preAdd and preAdjust callbacks for order line and item adjustments ([3991992](https://github.com/WeAreHausTech/haus-storefront-components/commit/3991992))
552
+ - enhance form handling and component props across various modules
553
+ - add CartPage component for managing shopping cart functionality
554
+ - add order confirmation route and related components
555
+ - add ProductBadge component for enhanced product presentation
556
+ - add preAdd and preAdjust callbacks for order line and item adjustments
442
557
 
443
558
  ### 🩹 Fixes
444
559
 
445
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
560
+ - update default minimum quantity to 0 in various components
446
561
 
447
562
  ### 🧱 Updated Dependencies
448
563
 
@@ -461,15 +576,15 @@
461
576
 
462
577
  ### 🚀 Features
463
578
 
464
- - enhance form handling and component props across various modules ([21edaa1](https://github.com/WeAreHausTech/haus-storefront-components/commit/21edaa1))
465
- - add CartPage component for managing shopping cart functionality ([#30](https://github.com/WeAreHausTech/haus-storefront-components/pull/30))
466
- - add order confirmation route and related components ([#24](https://github.com/WeAreHausTech/haus-storefront-components/pull/24))
467
- - add ProductBadge component for enhanced product presentation ([#26](https://github.com/WeAreHausTech/haus-storefront-components/pull/26))
468
- - add preAdd and preAdjust callbacks for order line and item adjustments ([3991992](https://github.com/WeAreHausTech/haus-storefront-components/commit/3991992))
579
+ - enhance form handling and component props across various modules
580
+ - add CartPage component for managing shopping cart functionality
581
+ - add order confirmation route and related components
582
+ - add ProductBadge component for enhanced product presentation
583
+ - add preAdd and preAdjust callbacks for order line and item adjustments
469
584
 
470
585
  ### 🩹 Fixes
471
586
 
472
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
587
+ - update default minimum quantity to 0 in various components
473
588
 
474
589
  ### 🧱 Updated Dependencies
475
590
 
@@ -488,15 +603,15 @@
488
603
 
489
604
  ### 🚀 Features
490
605
 
491
- - enhance form handling and component props across various modules ([21edaa1](https://github.com/WeAreHausTech/haus-storefront-components/commit/21edaa1))
492
- - add CartPage component for managing shopping cart functionality ([#30](https://github.com/WeAreHausTech/haus-storefront-components/pull/30))
493
- - add order confirmation route and related components ([#24](https://github.com/WeAreHausTech/haus-storefront-components/pull/24))
494
- - add ProductBadge component for enhanced product presentation ([#26](https://github.com/WeAreHausTech/haus-storefront-components/pull/26))
495
- - add preAdd and preAdjust callbacks for order line and item adjustments ([3991992](https://github.com/WeAreHausTech/haus-storefront-components/commit/3991992))
606
+ - enhance form handling and component props across various modules
607
+ - add CartPage component for managing shopping cart functionality
608
+ - add order confirmation route and related components
609
+ - add ProductBadge component for enhanced product presentation
610
+ - add preAdd and preAdjust callbacks for order line and item adjustments
496
611
 
497
612
  ### 🩹 Fixes
498
613
 
499
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
614
+ - update default minimum quantity to 0 in various components
500
615
 
501
616
  ### 🧱 Updated Dependencies
502
617
 
@@ -515,15 +630,15 @@
515
630
 
516
631
  ### 🚀 Features
517
632
 
518
- - enhance form handling and component props across various modules ([21edaa1](https://github.com/WeAreHausTech/haus-storefront-components/commit/21edaa1))
519
- - add CartPage component for managing shopping cart functionality ([#30](https://github.com/WeAreHausTech/haus-storefront-components/pull/30))
520
- - add order confirmation route and related components ([#24](https://github.com/WeAreHausTech/haus-storefront-components/pull/24))
521
- - add ProductBadge component for enhanced product presentation ([#26](https://github.com/WeAreHausTech/haus-storefront-components/pull/26))
522
- - add preAdd and preAdjust callbacks for order line and item adjustments ([3991992](https://github.com/WeAreHausTech/haus-storefront-components/commit/3991992))
633
+ - enhance form handling and component props across various modules
634
+ - add CartPage component for managing shopping cart functionality
635
+ - add order confirmation route and related components
636
+ - add ProductBadge component for enhanced product presentation
637
+ - add preAdd and preAdjust callbacks for order line and item adjustments
523
638
 
524
639
  ### 🩹 Fixes
525
640
 
526
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
641
+ - update default minimum quantity to 0 in various components
527
642
 
528
643
  ### 🧱 Updated Dependencies
529
644
 
@@ -542,15 +657,15 @@
542
657
 
543
658
  ### 🚀 Features
544
659
 
545
- - enhance form handling and component props across various modules ([21edaa1](https://github.com/WeAreHausTech/haus-storefront-components/commit/21edaa1))
546
- - add CartPage component for managing shopping cart functionality ([#30](https://github.com/WeAreHausTech/haus-storefront-components/pull/30))
547
- - add order confirmation route and related components ([#24](https://github.com/WeAreHausTech/haus-storefront-components/pull/24))
548
- - add ProductBadge component for enhanced product presentation ([#26](https://github.com/WeAreHausTech/haus-storefront-components/pull/26))
549
- - add preAdd and preAdjust callbacks for order line and item adjustments ([3991992](https://github.com/WeAreHausTech/haus-storefront-components/commit/3991992))
660
+ - enhance form handling and component props across various modules
661
+ - add CartPage component for managing shopping cart functionality
662
+ - add order confirmation route and related components
663
+ - add ProductBadge component for enhanced product presentation
664
+ - add preAdd and preAdjust callbacks for order line and item adjustments
550
665
 
551
666
  ### 🩹 Fixes
552
667
 
553
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
668
+ - update default minimum quantity to 0 in various components
554
669
 
555
670
  ### 🧱 Updated Dependencies
556
671
 
@@ -569,15 +684,15 @@
569
684
 
570
685
  ### 🚀 Features
571
686
 
572
- - enhance form handling and component props across various modules ([21edaa1](https://github.com/WeAreHausTech/haus-storefront-components/commit/21edaa1))
573
- - add CartPage component for managing shopping cart functionality ([#30](https://github.com/WeAreHausTech/haus-storefront-components/pull/30))
574
- - add order confirmation route and related components ([#24](https://github.com/WeAreHausTech/haus-storefront-components/pull/24))
575
- - add ProductBadge component for enhanced product presentation ([#26](https://github.com/WeAreHausTech/haus-storefront-components/pull/26))
576
- - add preAdd and preAdjust callbacks for order line and item adjustments ([3991992](https://github.com/WeAreHausTech/haus-storefront-components/commit/3991992))
687
+ - enhance form handling and component props across various modules
688
+ - add CartPage component for managing shopping cart functionality
689
+ - add order confirmation route and related components
690
+ - add ProductBadge component for enhanced product presentation
691
+ - add preAdd and preAdjust callbacks for order line and item adjustments
577
692
 
578
693
  ### 🩹 Fixes
579
694
 
580
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
695
+ - update default minimum quantity to 0 in various components
581
696
 
582
697
  ### 🧱 Updated Dependencies
583
698
 
@@ -596,15 +711,15 @@
596
711
 
597
712
  ### 🚀 Features
598
713
 
599
- - enhance form handling and component props across various modules ([21edaa1](https://github.com/WeAreHausTech/haus-storefront-components/commit/21edaa1))
600
- - add CartPage component for managing shopping cart functionality ([#30](https://github.com/WeAreHausTech/haus-storefront-components/pull/30))
601
- - add order confirmation route and related components ([#24](https://github.com/WeAreHausTech/haus-storefront-components/pull/24))
602
- - add ProductBadge component for enhanced product presentation ([#26](https://github.com/WeAreHausTech/haus-storefront-components/pull/26))
603
- - add preAdd and preAdjust callbacks for order line and item adjustments ([3991992](https://github.com/WeAreHausTech/haus-storefront-components/commit/3991992))
714
+ - enhance form handling and component props across various modules
715
+ - add CartPage component for managing shopping cart functionality
716
+ - add order confirmation route and related components
717
+ - add ProductBadge component for enhanced product presentation
718
+ - add preAdd and preAdjust callbacks for order line and item adjustments
604
719
 
605
720
  ### 🩹 Fixes
606
721
 
607
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
722
+ - update default minimum quantity to 0 in various components
608
723
 
609
724
  ### 🧱 Updated Dependencies
610
725
 
@@ -623,15 +738,15 @@
623
738
 
624
739
  ### 🚀 Features
625
740
 
626
- - enhance form handling and component props across various modules ([21edaa1](https://github.com/WeAreHausTech/haus-storefront-components/commit/21edaa1))
627
- - add CartPage component for managing shopping cart functionality ([#30](https://github.com/WeAreHausTech/haus-storefront-components/pull/30))
628
- - add order confirmation route and related components ([#24](https://github.com/WeAreHausTech/haus-storefront-components/pull/24))
629
- - add ProductBadge component for enhanced product presentation ([#26](https://github.com/WeAreHausTech/haus-storefront-components/pull/26))
630
- - add preAdd and preAdjust callbacks for order line and item adjustments ([3991992](https://github.com/WeAreHausTech/haus-storefront-components/commit/3991992))
741
+ - enhance form handling and component props across various modules
742
+ - add CartPage component for managing shopping cart functionality
743
+ - add order confirmation route and related components
744
+ - add ProductBadge component for enhanced product presentation
745
+ - add preAdd and preAdjust callbacks for order line and item adjustments
631
746
 
632
747
  ### 🩹 Fixes
633
748
 
634
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
749
+ - update default minimum quantity to 0 in various components
635
750
 
636
751
  ### 🧱 Updated Dependencies
637
752
 
@@ -650,15 +765,15 @@
650
765
 
651
766
  ### 🚀 Features
652
767
 
653
- - enhance form handling and component props across various modules ([21edaa1](https://github.com/WeAreHausTech/haus-storefront-components/commit/21edaa1))
654
- - add CartPage component for managing shopping cart functionality ([#30](https://github.com/WeAreHausTech/haus-storefront-components/pull/30))
655
- - add order confirmation route and related components ([#24](https://github.com/WeAreHausTech/haus-storefront-components/pull/24))
656
- - add ProductBadge component for enhanced product presentation ([#26](https://github.com/WeAreHausTech/haus-storefront-components/pull/26))
657
- - add preAdd and preAdjust callbacks for order line and item adjustments ([3991992](https://github.com/WeAreHausTech/haus-storefront-components/commit/3991992))
768
+ - enhance form handling and component props across various modules
769
+ - add CartPage component for managing shopping cart functionality
770
+ - add order confirmation route and related components
771
+ - add ProductBadge component for enhanced product presentation
772
+ - add preAdd and preAdjust callbacks for order line and item adjustments
658
773
 
659
774
  ### 🩹 Fixes
660
775
 
661
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
776
+ - update default minimum quantity to 0 in various components
662
777
 
663
778
  ### 🧱 Updated Dependencies
664
779
 
@@ -677,15 +792,15 @@
677
792
 
678
793
  ### 🚀 Features
679
794
 
680
- - enhance form handling and component props across various modules ([21edaa1](https://github.com/WeAreHausTech/haus-storefront-components/commit/21edaa1))
681
- - add CartPage component for managing shopping cart functionality ([#30](https://github.com/WeAreHausTech/haus-storefront-components/pull/30))
682
- - add order confirmation route and related components ([#24](https://github.com/WeAreHausTech/haus-storefront-components/pull/24))
683
- - add ProductBadge component for enhanced product presentation ([#26](https://github.com/WeAreHausTech/haus-storefront-components/pull/26))
684
- - add preAdd and preAdjust callbacks for order line and item adjustments ([3991992](https://github.com/WeAreHausTech/haus-storefront-components/commit/3991992))
795
+ - enhance form handling and component props across various modules
796
+ - add CartPage component for managing shopping cart functionality
797
+ - add order confirmation route and related components
798
+ - add ProductBadge component for enhanced product presentation
799
+ - add preAdd and preAdjust callbacks for order line and item adjustments
685
800
 
686
801
  ### 🩹 Fixes
687
802
 
688
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
803
+ - update default minimum quantity to 0 in various components
689
804
 
690
805
  ### 🧱 Updated Dependencies
691
806
 
@@ -704,15 +819,15 @@
704
819
 
705
820
  ### 🚀 Features
706
821
 
707
- - enhance form handling and component props across various modules ([21edaa1](https://github.com/WeAreHausTech/haus-storefront-components/commit/21edaa1))
708
- - add CartPage component for managing shopping cart functionality ([#30](https://github.com/WeAreHausTech/haus-storefront-components/pull/30))
709
- - add order confirmation route and related components ([#24](https://github.com/WeAreHausTech/haus-storefront-components/pull/24))
710
- - add ProductBadge component for enhanced product presentation ([#26](https://github.com/WeAreHausTech/haus-storefront-components/pull/26))
711
- - add preAdd and preAdjust callbacks for order line and item adjustments ([3991992](https://github.com/WeAreHausTech/haus-storefront-components/commit/3991992))
822
+ - enhance form handling and component props across various modules
823
+ - add CartPage component for managing shopping cart functionality
824
+ - add order confirmation route and related components
825
+ - add ProductBadge component for enhanced product presentation
826
+ - add preAdd and preAdjust callbacks for order line and item adjustments
712
827
 
713
828
  ### 🩹 Fixes
714
829
 
715
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
830
+ - update default minimum quantity to 0 in various components
716
831
 
717
832
  ### 🧱 Updated Dependencies
718
833
 
@@ -731,15 +846,15 @@
731
846
 
732
847
  ### 🚀 Features
733
848
 
734
- - enhance form handling and component props across various modules ([21edaa1](https://github.com/WeAreHausTech/haus-storefront-components/commit/21edaa1))
735
- - add CartPage component for managing shopping cart functionality ([#30](https://github.com/WeAreHausTech/haus-storefront-components/pull/30))
736
- - add order confirmation route and related components ([#24](https://github.com/WeAreHausTech/haus-storefront-components/pull/24))
737
- - add ProductBadge component for enhanced product presentation ([#26](https://github.com/WeAreHausTech/haus-storefront-components/pull/26))
738
- - add preAdd and preAdjust callbacks for order line and item adjustments ([3991992](https://github.com/WeAreHausTech/haus-storefront-components/commit/3991992))
849
+ - enhance form handling and component props across various modules
850
+ - add CartPage component for managing shopping cart functionality
851
+ - add order confirmation route and related components
852
+ - add ProductBadge component for enhanced product presentation
853
+ - add preAdd and preAdjust callbacks for order line and item adjustments
739
854
 
740
855
  ### 🩹 Fixes
741
856
 
742
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
857
+ - update default minimum quantity to 0 in various components
743
858
 
744
859
  ### 🧱 Updated Dependencies
745
860
 
@@ -758,15 +873,15 @@
758
873
 
759
874
  ### 🚀 Features
760
875
 
761
- - enhance form handling and component props across various modules ([21edaa1](https://github.com/WeAreHausTech/haus-storefront-components/commit/21edaa1))
762
- - add CartPage component for managing shopping cart functionality ([#30](https://github.com/WeAreHausTech/haus-storefront-components/pull/30))
763
- - add order confirmation route and related components ([#24](https://github.com/WeAreHausTech/haus-storefront-components/pull/24))
764
- - add ProductBadge component for enhanced product presentation ([#26](https://github.com/WeAreHausTech/haus-storefront-components/pull/26))
765
- - add preAdd and preAdjust callbacks for order line and item adjustments ([3991992](https://github.com/WeAreHausTech/haus-storefront-components/commit/3991992))
876
+ - enhance form handling and component props across various modules
877
+ - add CartPage component for managing shopping cart functionality
878
+ - add order confirmation route and related components
879
+ - add ProductBadge component for enhanced product presentation
880
+ - add preAdd and preAdjust callbacks for order line and item adjustments
766
881
 
767
882
  ### 🩹 Fixes
768
883
 
769
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
884
+ - update default minimum quantity to 0 in various components
770
885
 
771
886
  ### 🧱 Updated Dependencies
772
887
 
@@ -785,15 +900,15 @@
785
900
 
786
901
  ### 🚀 Features
787
902
 
788
- - enhance form handling and component props across various modules ([21edaa1](https://github.com/WeAreHausTech/haus-storefront-components/commit/21edaa1))
789
- - add CartPage component for managing shopping cart functionality ([#30](https://github.com/WeAreHausTech/haus-storefront-components/pull/30))
790
- - add order confirmation route and related components ([#24](https://github.com/WeAreHausTech/haus-storefront-components/pull/24))
791
- - add ProductBadge component for enhanced product presentation ([#26](https://github.com/WeAreHausTech/haus-storefront-components/pull/26))
792
- - add preAdd and preAdjust callbacks for order line and item adjustments ([3991992](https://github.com/WeAreHausTech/haus-storefront-components/commit/3991992))
903
+ - enhance form handling and component props across various modules
904
+ - add CartPage component for managing shopping cart functionality
905
+ - add order confirmation route and related components
906
+ - add ProductBadge component for enhanced product presentation
907
+ - add preAdd and preAdjust callbacks for order line and item adjustments
793
908
 
794
909
  ### 🩹 Fixes
795
910
 
796
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
911
+ - update default minimum quantity to 0 in various components
797
912
 
798
913
  ### 🧱 Updated Dependencies
799
914
 
@@ -812,15 +927,15 @@
812
927
 
813
928
  ### 🚀 Features
814
929
 
815
- - enhance form handling and component props across various modules ([21edaa1](https://github.com/WeAreHausTech/haus-storefront-components/commit/21edaa1))
816
- - add CartPage component for managing shopping cart functionality ([#30](https://github.com/WeAreHausTech/haus-storefront-components/pull/30))
817
- - add order confirmation route and related components ([#24](https://github.com/WeAreHausTech/haus-storefront-components/pull/24))
818
- - add ProductBadge component for enhanced product presentation ([#26](https://github.com/WeAreHausTech/haus-storefront-components/pull/26))
819
- - add preAdd and preAdjust callbacks for order line and item adjustments ([3991992](https://github.com/WeAreHausTech/haus-storefront-components/commit/3991992))
930
+ - enhance form handling and component props across various modules
931
+ - add CartPage component for managing shopping cart functionality
932
+ - add order confirmation route and related components
933
+ - add ProductBadge component for enhanced product presentation
934
+ - add preAdd and preAdjust callbacks for order line and item adjustments
820
935
 
821
936
  ### 🩹 Fixes
822
937
 
823
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
938
+ - update default minimum quantity to 0 in various components
824
939
 
825
940
  ### 🧱 Updated Dependencies
826
941
 
@@ -839,15 +954,15 @@
839
954
 
840
955
  ### 🚀 Features
841
956
 
842
- - enhance form handling and component props across various modules ([21edaa1](https://github.com/WeAreHausTech/haus-storefront-components/commit/21edaa1))
843
- - add CartPage component for managing shopping cart functionality ([#30](https://github.com/WeAreHausTech/haus-storefront-components/pull/30))
844
- - add order confirmation route and related components ([#24](https://github.com/WeAreHausTech/haus-storefront-components/pull/24))
845
- - add ProductBadge component for enhanced product presentation ([#26](https://github.com/WeAreHausTech/haus-storefront-components/pull/26))
846
- - add preAdd and preAdjust callbacks for order line and item adjustments ([3991992](https://github.com/WeAreHausTech/haus-storefront-components/commit/3991992))
957
+ - enhance form handling and component props across various modules
958
+ - add CartPage component for managing shopping cart functionality
959
+ - add order confirmation route and related components
960
+ - add ProductBadge component for enhanced product presentation
961
+ - add preAdd and preAdjust callbacks for order line and item adjustments
847
962
 
848
963
  ### 🩹 Fixes
849
964
 
850
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
965
+ - update default minimum quantity to 0 in various components
851
966
 
852
967
  ### 🧱 Updated Dependencies
853
968
 
@@ -866,15 +981,15 @@
866
981
 
867
982
  ### 🚀 Features
868
983
 
869
- - enhance form handling and component props across various modules ([21edaa1](https://github.com/WeAreHausTech/haus-storefront-components/commit/21edaa1))
870
- - add CartPage component for managing shopping cart functionality ([#30](https://github.com/WeAreHausTech/haus-storefront-components/pull/30))
871
- - add order confirmation route and related components ([#24](https://github.com/WeAreHausTech/haus-storefront-components/pull/24))
872
- - add ProductBadge component for enhanced product presentation ([#26](https://github.com/WeAreHausTech/haus-storefront-components/pull/26))
873
- - add preAdd and preAdjust callbacks for order line and item adjustments ([3991992](https://github.com/WeAreHausTech/haus-storefront-components/commit/3991992))
984
+ - enhance form handling and component props across various modules
985
+ - add CartPage component for managing shopping cart functionality
986
+ - add order confirmation route and related components
987
+ - add ProductBadge component for enhanced product presentation
988
+ - add preAdd and preAdjust callbacks for order line and item adjustments
874
989
 
875
990
  ### 🩹 Fixes
876
991
 
877
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
992
+ - update default minimum quantity to 0 in various components
878
993
 
879
994
  ### 🧱 Updated Dependencies
880
995
 
@@ -893,15 +1008,15 @@
893
1008
 
894
1009
  ### 🚀 Features
895
1010
 
896
- - enhance form handling and component props across various modules ([21edaa1](https://github.com/WeAreHausTech/haus-storefront-components/commit/21edaa1))
897
- - add CartPage component for managing shopping cart functionality ([#30](https://github.com/WeAreHausTech/haus-storefront-components/pull/30))
898
- - add order confirmation route and related components ([#24](https://github.com/WeAreHausTech/haus-storefront-components/pull/24))
899
- - add ProductBadge component for enhanced product presentation ([#26](https://github.com/WeAreHausTech/haus-storefront-components/pull/26))
900
- - add preAdd and preAdjust callbacks for order line and item adjustments ([3991992](https://github.com/WeAreHausTech/haus-storefront-components/commit/3991992))
1011
+ - enhance form handling and component props across various modules
1012
+ - add CartPage component for managing shopping cart functionality
1013
+ - add order confirmation route and related components
1014
+ - add ProductBadge component for enhanced product presentation
1015
+ - add preAdd and preAdjust callbacks for order line and item adjustments
901
1016
 
902
1017
  ### 🩹 Fixes
903
1018
 
904
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
1019
+ - update default minimum quantity to 0 in various components
905
1020
 
906
1021
  ### 🧱 Updated Dependencies
907
1022
 
@@ -920,15 +1035,15 @@
920
1035
 
921
1036
  ### 🚀 Features
922
1037
 
923
- - enhance form handling and component props across various modules ([21edaa1](https://github.com/WeAreHausTech/haus-storefront-components/commit/21edaa1))
924
- - add CartPage component for managing shopping cart functionality ([#30](https://github.com/WeAreHausTech/haus-storefront-components/pull/30))
925
- - add order confirmation route and related components ([#24](https://github.com/WeAreHausTech/haus-storefront-components/pull/24))
926
- - add ProductBadge component for enhanced product presentation ([#26](https://github.com/WeAreHausTech/haus-storefront-components/pull/26))
927
- - add preAdd and preAdjust callbacks for order line and item adjustments ([3991992](https://github.com/WeAreHausTech/haus-storefront-components/commit/3991992))
1038
+ - enhance form handling and component props across various modules
1039
+ - add CartPage component for managing shopping cart functionality
1040
+ - add order confirmation route and related components
1041
+ - add ProductBadge component for enhanced product presentation
1042
+ - add preAdd and preAdjust callbacks for order line and item adjustments
928
1043
 
929
1044
  ### 🩹 Fixes
930
1045
 
931
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
1046
+ - update default minimum quantity to 0 in various components
932
1047
 
933
1048
  ### 🧱 Updated Dependencies
934
1049
 
@@ -947,15 +1062,15 @@
947
1062
 
948
1063
  ### 🚀 Features
949
1064
 
950
- - enhance form handling and component props across various modules ([21edaa1](https://github.com/WeAreHausTech/haus-storefront-components/commit/21edaa1))
951
- - add CartPage component for managing shopping cart functionality ([#30](https://github.com/WeAreHausTech/haus-storefront-components/pull/30))
952
- - add order confirmation route and related components ([#24](https://github.com/WeAreHausTech/haus-storefront-components/pull/24))
953
- - add ProductBadge component for enhanced product presentation ([#26](https://github.com/WeAreHausTech/haus-storefront-components/pull/26))
954
- - add preAdd and preAdjust callbacks for order line and item adjustments ([3991992](https://github.com/WeAreHausTech/haus-storefront-components/commit/3991992))
1065
+ - enhance form handling and component props across various modules
1066
+ - add CartPage component for managing shopping cart functionality
1067
+ - add order confirmation route and related components
1068
+ - add ProductBadge component for enhanced product presentation
1069
+ - add preAdd and preAdjust callbacks for order line and item adjustments
955
1070
 
956
1071
  ### 🩹 Fixes
957
1072
 
958
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
1073
+ - update default minimum quantity to 0 in various components
959
1074
 
960
1075
  ### 🧱 Updated Dependencies
961
1076
 
@@ -974,15 +1089,15 @@
974
1089
 
975
1090
  ### 🚀 Features
976
1091
 
977
- - enhance form handling and component props across various modules ([21edaa1](https://github.com/WeAreHausTech/haus-storefront-components/commit/21edaa1))
978
- - add CartPage component for managing shopping cart functionality ([#30](https://github.com/WeAreHausTech/haus-storefront-components/pull/30))
979
- - add order confirmation route and related components ([#24](https://github.com/WeAreHausTech/haus-storefront-components/pull/24))
980
- - add ProductBadge component for enhanced product presentation ([#26](https://github.com/WeAreHausTech/haus-storefront-components/pull/26))
981
- - add preAdd and preAdjust callbacks for order line and item adjustments ([3991992](https://github.com/WeAreHausTech/haus-storefront-components/commit/3991992))
1092
+ - enhance form handling and component props across various modules
1093
+ - add CartPage component for managing shopping cart functionality
1094
+ - add order confirmation route and related components
1095
+ - add ProductBadge component for enhanced product presentation
1096
+ - add preAdd and preAdjust callbacks for order line and item adjustments
982
1097
 
983
1098
  ### 🩹 Fixes
984
1099
 
985
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
1100
+ - update default minimum quantity to 0 in various components
986
1101
 
987
1102
  ### 🧱 Updated Dependencies
988
1103
 
@@ -1001,15 +1116,15 @@
1001
1116
 
1002
1117
  ### 🚀 Features
1003
1118
 
1004
- - enhance form handling and component props across various modules ([21edaa1](https://github.com/WeAreHausTech/haus-storefront-components/commit/21edaa1))
1005
- - add CartPage component for managing shopping cart functionality ([#30](https://github.com/WeAreHausTech/haus-storefront-components/pull/30))
1006
- - add order confirmation route and related components ([#24](https://github.com/WeAreHausTech/haus-storefront-components/pull/24))
1007
- - add ProductBadge component for enhanced product presentation ([#26](https://github.com/WeAreHausTech/haus-storefront-components/pull/26))
1008
- - add preAdd and preAdjust callbacks for order line and item adjustments ([3991992](https://github.com/WeAreHausTech/haus-storefront-components/commit/3991992))
1119
+ - enhance form handling and component props across various modules
1120
+ - add CartPage component for managing shopping cart functionality
1121
+ - add order confirmation route and related components
1122
+ - add ProductBadge component for enhanced product presentation
1123
+ - add preAdd and preAdjust callbacks for order line and item adjustments
1009
1124
 
1010
1125
  ### 🩹 Fixes
1011
1126
 
1012
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
1127
+ - update default minimum quantity to 0 in various components
1013
1128
 
1014
1129
  ### 🧱 Updated Dependencies
1015
1130
 
@@ -1066,7 +1181,7 @@
1066
1181
 
1067
1182
  ### 🚀 Features
1068
1183
 
1069
- - enhance form handling and component props across various modules ([21edaa1](https://github.com/WeAreHausTech/haus-storefront-components/commit/21edaa1))
1184
+ - enhance form handling and component props across various modules
1070
1185
 
1071
1186
  ### 🧱 Updated Dependencies
1072
1187
 
@@ -1084,15 +1199,15 @@
1084
1199
 
1085
1200
  ### 🚀 Features
1086
1201
 
1087
- - enhance form handling and component props across various modules ([21edaa1](https://github.com/WeAreHausTech/haus-storefront-components/commit/21edaa1))
1088
- - add CartPage component for managing shopping cart functionality ([#30](https://github.com/WeAreHausTech/haus-storefront-components/pull/30))
1089
- - add order confirmation route and related components ([#24](https://github.com/WeAreHausTech/haus-storefront-components/pull/24))
1090
- - add ProductBadge component for enhanced product presentation ([#26](https://github.com/WeAreHausTech/haus-storefront-components/pull/26))
1091
- - add preAdd and preAdjust callbacks for order line and item adjustments ([3991992](https://github.com/WeAreHausTech/haus-storefront-components/commit/3991992))
1202
+ - enhance form handling and component props across various modules
1203
+ - add CartPage component for managing shopping cart functionality
1204
+ - add order confirmation route and related components
1205
+ - add ProductBadge component for enhanced product presentation
1206
+ - add preAdd and preAdjust callbacks for order line and item adjustments
1092
1207
 
1093
1208
  ### 🩹 Fixes
1094
1209
 
1095
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
1210
+ - update default minimum quantity to 0 in various components
1096
1211
 
1097
1212
  ### 🧱 Updated Dependencies
1098
1213
 
@@ -1111,15 +1226,15 @@
1111
1226
 
1112
1227
  ### 🚀 Features
1113
1228
 
1114
- - enhance form handling and component props across various modules ([21edaa1](https://github.com/WeAreHausTech/haus-storefront-components/commit/21edaa1))
1115
- - add CartPage component for managing shopping cart functionality ([#30](https://github.com/WeAreHausTech/haus-storefront-components/pull/30))
1116
- - add order confirmation route and related components ([#24](https://github.com/WeAreHausTech/haus-storefront-components/pull/24))
1117
- - add ProductBadge component for enhanced product presentation ([#26](https://github.com/WeAreHausTech/haus-storefront-components/pull/26))
1118
- - add preAdd and preAdjust callbacks for order line and item adjustments ([3991992](https://github.com/WeAreHausTech/haus-storefront-components/commit/3991992))
1229
+ - enhance form handling and component props across various modules
1230
+ - add CartPage component for managing shopping cart functionality
1231
+ - add order confirmation route and related components
1232
+ - add ProductBadge component for enhanced product presentation
1233
+ - add preAdd and preAdjust callbacks for order line and item adjustments
1119
1234
 
1120
1235
  ### 🩹 Fixes
1121
1236
 
1122
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
1237
+ - update default minimum quantity to 0 in various components
1123
1238
 
1124
1239
  ### 🧱 Updated Dependencies
1125
1240
 
@@ -1168,7 +1283,7 @@
1168
1283
 
1169
1284
  ### 🩹 Fixes
1170
1285
 
1171
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
1286
+ - update default minimum quantity to 0 in various components
1172
1287
 
1173
1288
  ### 🧱 Updated Dependencies
1174
1289
 
@@ -1196,7 +1311,7 @@
1196
1311
 
1197
1312
  ### 🚀 Features
1198
1313
 
1199
- - add CartPage component for managing shopping cart functionality ([#30](https://github.com/WeAreHausTech/haus-storefront-components/pull/30))
1314
+ - add CartPage component for managing shopping cart functionality
1200
1315
 
1201
1316
  ### 🧱 Updated Dependencies
1202
1317
 
@@ -1224,7 +1339,7 @@
1224
1339
 
1225
1340
  ### 🚀 Features
1226
1341
 
1227
- - add order confirmation route and related components ([#24](https://github.com/WeAreHausTech/haus-storefront-components/pull/24))
1342
+ - add order confirmation route and related components
1228
1343
 
1229
1344
  ### 🧱 Updated Dependencies
1230
1345
 
@@ -1242,8 +1357,8 @@
1242
1357
 
1243
1358
  ### 🚀 Features
1244
1359
 
1245
- - add ProductBadge component for enhanced product presentation ([#26](https://github.com/WeAreHausTech/haus-storefront-components/pull/26))
1246
- - add preAdd and preAdjust callbacks for order line and item adjustments ([3991992](https://github.com/WeAreHausTech/haus-storefront-components/commit/3991992))
1360
+ - add ProductBadge component for enhanced product presentation
1361
+ - add preAdd and preAdjust callbacks for order line and item adjustments
1247
1362
 
1248
1363
  ### 🧱 Updated Dependencies
1249
1364
 
@@ -1411,18 +1526,18 @@
1411
1526
 
1412
1527
  ### 🚀 Features
1413
1528
 
1414
- - enhance cart functionality with AddItemToOrder component ([2af5f7a](https://github.com/WeAreHausTech/haus-storefront-components/commit/2af5f7a))
1415
- - add AddItemToOrder component for managing cart items ([0590e25](https://github.com/WeAreHausTech/haus-storefront-components/commit/0590e25))
1416
- - add react-native-web support and update Vite configurations ([5425f8a](https://github.com/WeAreHausTech/haus-storefront-components/commit/5425f8a))
1417
- - implement platform-aware components and utilities ([116a735](https://github.com/WeAreHausTech/haus-storefront-components/commit/116a735))
1418
- - generate project graph and update package.json files ([80da01b](https://github.com/WeAreHausTech/haus-storefront-components/commit/80da01b))
1419
- - integrate React Compiler and update dependencies across the project ([92487fa](https://github.com/WeAreHausTech/haus-storefront-components/commit/92487fa))
1420
- - **quantity-buttons:** integrate AsChildProps for flexible component rendering ([fa11dc6](https://github.com/WeAreHausTech/haus-storefront-components/commit/fa11dc6))
1421
- - **order-lines:** introduce OrderLines component for managing cart items ([7ef3283](https://github.com/WeAreHausTech/haus-storefront-components/commit/7ef3283))
1529
+ - enhance cart functionality with AddItemToOrder component
1530
+ - add AddItemToOrder component for managing cart items
1531
+ - add react-native-web support and update Vite configurations
1532
+ - implement platform-aware components and utilities
1533
+ - generate project graph and update package.json files
1534
+ - integrate React Compiler and update dependencies across the project
1535
+ - **quantity-buttons:** integrate AsChildProps for flexible component rendering
1536
+ - **order-lines:** introduce OrderLines component for managing cart items
1422
1537
 
1423
1538
  ### 🩹 Fixes
1424
1539
 
1425
- - adjust quantity validation in useOrderLinesProps ([59cbb55](https://github.com/WeAreHausTech/haus-storefront-components/commit/59cbb55))
1540
+ - adjust quantity validation in useOrderLinesProps
1426
1541
 
1427
1542
  ### 🧱 Updated Dependencies
1428
1543
 
@@ -1521,7 +1636,7 @@ This was a version bump only for store/components/order-lines to align it with o
1521
1636
  - Updated common/ui to 2.0.1
1522
1637
  - Updated shared/types to 2.0.1
1523
1638
 
1524
- # 2.0.0 (2025-06-25)
1639
+ ## 2.0.0 (2025-06-25)
1525
1640
 
1526
1641
  ### 🧱 Updated Dependencies
1527
1642
 
@@ -1535,16 +1650,16 @@ This was a version bump only for store/components/order-lines to align it with o
1535
1650
 
1536
1651
  ### 🚀 Features
1537
1652
 
1538
- - introduce haus-storefront-components-react-native app ([2bb6785](https://github.com/WeAreHausTech/haus-storefront-components/commit/2bb6785))
1539
- - add FetchClient for API interactions and configure VSCode settings ([422644b](https://github.com/WeAreHausTech/haus-storefront-components/commit/422644b))
1540
- - enhance cart functionality with AddItemToOrder component ([2af5f7a](https://github.com/WeAreHausTech/haus-storefront-components/commit/2af5f7a))
1541
- - add AddItemToOrder component for managing cart items ([0590e25](https://github.com/WeAreHausTech/haus-storefront-components/commit/0590e25))
1542
- - add react-native-web support and update Vite configurations ([5425f8a](https://github.com/WeAreHausTech/haus-storefront-components/commit/5425f8a))
1543
- - implement platform-aware components and utilities ([116a735](https://github.com/WeAreHausTech/haus-storefront-components/commit/116a735))
1653
+ - introduce haus-storefront-components-react-native app
1654
+ - add FetchClient for API interactions and configure VSCode settings
1655
+ - enhance cart functionality with AddItemToOrder component
1656
+ - add AddItemToOrder component for managing cart items
1657
+ - add react-native-web support and update Vite configurations
1658
+ - implement platform-aware components and utilities
1544
1659
 
1545
1660
  ### 🩹 Fixes
1546
1661
 
1547
- - adjust quantity validation in useOrderLinesProps ([59cbb55](https://github.com/WeAreHausTech/haus-storefront-components/commit/59cbb55))
1662
+ - adjust quantity validation in useOrderLinesProps
1548
1663
 
1549
1664
  ### 🧱 Updated Dependencies
1550
1665
 
@@ -1573,10 +1688,10 @@ This was a version bump only for store/components/order-lines to align it with o
1573
1688
 
1574
1689
  ### 🚀 Features
1575
1690
 
1576
- - generate project graph and update package.json files ([80da01b](https://github.com/WeAreHausTech/haus-storefront-components/commit/80da01b))
1577
- - integrate React Compiler and update dependencies across the project ([92487fa](https://github.com/WeAreHausTech/haus-storefront-components/commit/92487fa))
1578
- - **quantity-buttons:** integrate AsChildProps for flexible component rendering ([fa11dc6](https://github.com/WeAreHausTech/haus-storefront-components/commit/fa11dc6))
1579
- - **order-lines:** introduce OrderLines component for managing cart items ([7ef3283](https://github.com/WeAreHausTech/haus-storefront-components/commit/7ef3283))
1691
+ - generate project graph and update package.json files
1692
+ - integrate React Compiler and update dependencies across the project
1693
+ - **quantity-buttons:** integrate AsChildProps for flexible component rendering
1694
+ - **order-lines:** introduce OrderLines component for managing cart items
1580
1695
 
1581
1696
  ### 🧱 Updated Dependencies
1582
1697