@haus-storefront-react/order-lines 0.0.49 → 0.0.52-1

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 +354 -256
  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,4 +1,48 @@
1
- ## 0.0.48 (2025-11-07)
1
+ ## 0.0.52 (2025-12-11)
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
18
+ - Updated core to 0.0.52
19
+ - Updated common/utils to 0.0.52
20
+ - Updated common/ui to 0.0.52
21
+ - Updated shared/types to 0.0.52
22
+
23
+ ## 0.0.51-0 (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.51-0
40
+ - Updated core to 0.0.51-0
41
+ - Updated common/utils to 0.0.51-0
42
+ - Updated common/ui to 0.0.51-0
43
+ - Updated shared/types to 0.0.51-0
44
+
45
+ ## 0.0.50 (2025-11-25)
2
46
 
3
47
  ### 🚀 Features
4
48
 
@@ -14,18 +58,18 @@
14
58
 
15
59
  ### 🧱 Updated Dependencies
16
60
 
17
- - Updated store/hooks to 0.0.48
18
- - Updated core to 0.0.48
19
- - Updated common/utils to 0.0.48
20
- - Updated common/ui to 0.0.48
21
- - Updated shared/types to 0.0.48
61
+ - Updated store/hooks to 0.0.50
62
+ - Updated core to 0.0.50
63
+ - Updated common/utils to 0.0.50
64
+ - Updated common/ui to 0.0.50
65
+ - Updated shared/types to 0.0.50
22
66
 
23
67
  ### ❤️ Thank You
24
68
 
25
69
  - Johanna Bertils @johannabertils
26
70
  - Mathias Saxenstrand
27
71
 
28
- ## 0.0.47 (2025-10-08)
72
+ ## 0.0.49 (2025-11-25)
29
73
 
30
74
  ### 🚀 Features
31
75
 
@@ -41,6 +85,60 @@
41
85
 
42
86
  ### 🧱 Updated Dependencies
43
87
 
88
+ - Updated store/hooks to 0.0.49
89
+ - Updated core to 0.0.49
90
+ - Updated common/utils to 0.0.49
91
+ - Updated common/ui to 0.0.49
92
+ - Updated shared/types to 0.0.49
93
+
94
+ ### ❤️ Thank You
95
+
96
+ - Johanna Bertils @johannabertils
97
+ - Mathias Saxenstrand
98
+
99
+ ## 0.0.48 (2025-11-07)
100
+
101
+ ### 🚀 Features
102
+
103
+ - enhance form handling and component props across various modules
104
+ - add CartPage component for managing shopping cart functionality
105
+ - add order confirmation route and related components
106
+ - add ProductBadge component for enhanced product presentation
107
+ - add preAdd and preAdjust callbacks for order line and item adjustments
108
+
109
+ ### 🩹 Fixes
110
+
111
+ - update default minimum quantity to 0 in various components
112
+
113
+ ### 🧱 Updated Dependencies
114
+
115
+ - Updated store/hooks to 0.0.48
116
+ - Updated core to 0.0.48
117
+ - Updated common/utils to 0.0.48
118
+ - Updated common/ui to 0.0.48
119
+ - Updated shared/types to 0.0.48
120
+
121
+ ### ❤️ Thank You
122
+
123
+ - Johanna Bertils @johannabertils
124
+ - Mathias Saxenstrand
125
+
126
+ ## 0.0.47 (2025-10-08)
127
+
128
+ ### 🚀 Features
129
+
130
+ - enhance form handling and component props across various modules
131
+ - add CartPage component for managing shopping cart functionality
132
+ - add order confirmation route and related components
133
+ - add ProductBadge component for enhanced product presentation
134
+ - add preAdd and preAdjust callbacks for order line and item adjustments
135
+
136
+ ### 🩹 Fixes
137
+
138
+ - update default minimum quantity to 0 in various components
139
+
140
+ ### 🧱 Updated Dependencies
141
+
44
142
  - Updated store/hooks to 0.0.47
45
143
  - Updated core to 0.0.47
46
144
  - Updated common/utils to 0.0.47
@@ -56,15 +154,15 @@
56
154
 
57
155
  ### 🚀 Features
58
156
 
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))
157
+ - enhance form handling and component props across various modules
158
+ - add CartPage component for managing shopping cart functionality
159
+ - add order confirmation route and related components
160
+ - add ProductBadge component for enhanced product presentation
161
+ - add preAdd and preAdjust callbacks for order line and item adjustments
64
162
 
65
163
  ### 🩹 Fixes
66
164
 
67
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
165
+ - update default minimum quantity to 0 in various components
68
166
 
69
167
  ### 🧱 Updated Dependencies
70
168
 
@@ -83,15 +181,15 @@
83
181
 
84
182
  ### 🚀 Features
85
183
 
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))
184
+ - enhance form handling and component props across various modules
185
+ - add CartPage component for managing shopping cart functionality
186
+ - add order confirmation route and related components
187
+ - add ProductBadge component for enhanced product presentation
188
+ - add preAdd and preAdjust callbacks for order line and item adjustments
91
189
 
92
190
  ### 🩹 Fixes
93
191
 
94
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
192
+ - update default minimum quantity to 0 in various components
95
193
 
96
194
  ### 🧱 Updated Dependencies
97
195
 
@@ -110,15 +208,15 @@
110
208
 
111
209
  ### 🚀 Features
112
210
 
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))
211
+ - enhance form handling and component props across various modules
212
+ - add CartPage component for managing shopping cart functionality
213
+ - add order confirmation route and related components
214
+ - add ProductBadge component for enhanced product presentation
215
+ - add preAdd and preAdjust callbacks for order line and item adjustments
118
216
 
119
217
  ### 🩹 Fixes
120
218
 
121
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
219
+ - update default minimum quantity to 0 in various components
122
220
 
123
221
  ### 🧱 Updated Dependencies
124
222
 
@@ -137,15 +235,15 @@
137
235
 
138
236
  ### 🚀 Features
139
237
 
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))
238
+ - enhance form handling and component props across various modules
239
+ - add CartPage component for managing shopping cart functionality
240
+ - add order confirmation route and related components
241
+ - add ProductBadge component for enhanced product presentation
242
+ - add preAdd and preAdjust callbacks for order line and item adjustments
145
243
 
146
244
  ### 🩹 Fixes
147
245
 
148
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
246
+ - update default minimum quantity to 0 in various components
149
247
 
150
248
  ### 🧱 Updated Dependencies
151
249
 
@@ -164,15 +262,15 @@
164
262
 
165
263
  ### 🚀 Features
166
264
 
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))
265
+ - enhance form handling and component props across various modules
266
+ - add CartPage component for managing shopping cart functionality
267
+ - add order confirmation route and related components
268
+ - add ProductBadge component for enhanced product presentation
269
+ - add preAdd and preAdjust callbacks for order line and item adjustments
172
270
 
173
271
  ### 🩹 Fixes
174
272
 
175
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
273
+ - update default minimum quantity to 0 in various components
176
274
 
177
275
  ### 🧱 Updated Dependencies
178
276
 
@@ -191,15 +289,15 @@
191
289
 
192
290
  ### 🚀 Features
193
291
 
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))
292
+ - enhance form handling and component props across various modules
293
+ - add CartPage component for managing shopping cart functionality
294
+ - add order confirmation route and related components
295
+ - add ProductBadge component for enhanced product presentation
296
+ - add preAdd and preAdjust callbacks for order line and item adjustments
199
297
 
200
298
  ### 🩹 Fixes
201
299
 
202
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
300
+ - update default minimum quantity to 0 in various components
203
301
 
204
302
  ### 🧱 Updated Dependencies
205
303
 
@@ -218,15 +316,15 @@
218
316
 
219
317
  ### 🚀 Features
220
318
 
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))
319
+ - enhance form handling and component props across various modules
320
+ - add CartPage component for managing shopping cart functionality
321
+ - add order confirmation route and related components
322
+ - add ProductBadge component for enhanced product presentation
323
+ - add preAdd and preAdjust callbacks for order line and item adjustments
226
324
 
227
325
  ### 🩹 Fixes
228
326
 
229
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
327
+ - update default minimum quantity to 0 in various components
230
328
 
231
329
  ### 🧱 Updated Dependencies
232
330
 
@@ -245,15 +343,15 @@
245
343
 
246
344
  ### 🚀 Features
247
345
 
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))
346
+ - enhance form handling and component props across various modules
347
+ - add CartPage component for managing shopping cart functionality
348
+ - add order confirmation route and related components
349
+ - add ProductBadge component for enhanced product presentation
350
+ - add preAdd and preAdjust callbacks for order line and item adjustments
253
351
 
254
352
  ### 🩹 Fixes
255
353
 
256
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
354
+ - update default minimum quantity to 0 in various components
257
355
 
258
356
  ### 🧱 Updated Dependencies
259
357
 
@@ -272,15 +370,15 @@
272
370
 
273
371
  ### 🚀 Features
274
372
 
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))
373
+ - enhance form handling and component props across various modules
374
+ - add CartPage component for managing shopping cart functionality
375
+ - add order confirmation route and related components
376
+ - add ProductBadge component for enhanced product presentation
377
+ - add preAdd and preAdjust callbacks for order line and item adjustments
280
378
 
281
379
  ### 🩹 Fixes
282
380
 
283
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
381
+ - update default minimum quantity to 0 in various components
284
382
 
285
383
  ### 🧱 Updated Dependencies
286
384
 
@@ -299,15 +397,15 @@
299
397
 
300
398
  ### 🚀 Features
301
399
 
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))
400
+ - enhance form handling and component props across various modules
401
+ - add CartPage component for managing shopping cart functionality
402
+ - add order confirmation route and related components
403
+ - add ProductBadge component for enhanced product presentation
404
+ - add preAdd and preAdjust callbacks for order line and item adjustments
307
405
 
308
406
  ### 🩹 Fixes
309
407
 
310
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
408
+ - update default minimum quantity to 0 in various components
311
409
 
312
410
  ### 🧱 Updated Dependencies
313
411
 
@@ -326,15 +424,15 @@
326
424
 
327
425
  ### 🚀 Features
328
426
 
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))
427
+ - enhance form handling and component props across various modules
428
+ - add CartPage component for managing shopping cart functionality
429
+ - add order confirmation route and related components
430
+ - add ProductBadge component for enhanced product presentation
431
+ - add preAdd and preAdjust callbacks for order line and item adjustments
334
432
 
335
433
  ### 🩹 Fixes
336
434
 
337
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
435
+ - update default minimum quantity to 0 in various components
338
436
 
339
437
  ### 🧱 Updated Dependencies
340
438
 
@@ -353,15 +451,15 @@
353
451
 
354
452
  ### 🚀 Features
355
453
 
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))
454
+ - enhance form handling and component props across various modules
455
+ - add CartPage component for managing shopping cart functionality
456
+ - add order confirmation route and related components
457
+ - add ProductBadge component for enhanced product presentation
458
+ - add preAdd and preAdjust callbacks for order line and item adjustments
361
459
 
362
460
  ### 🩹 Fixes
363
461
 
364
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
462
+ - update default minimum quantity to 0 in various components
365
463
 
366
464
  ### 🧱 Updated Dependencies
367
465
 
@@ -380,15 +478,15 @@
380
478
 
381
479
  ### 🚀 Features
382
480
 
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))
481
+ - enhance form handling and component props across various modules
482
+ - add CartPage component for managing shopping cart functionality
483
+ - add order confirmation route and related components
484
+ - add ProductBadge component for enhanced product presentation
485
+ - add preAdd and preAdjust callbacks for order line and item adjustments
388
486
 
389
487
  ### 🩹 Fixes
390
488
 
391
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
489
+ - update default minimum quantity to 0 in various components
392
490
 
393
491
  ### 🧱 Updated Dependencies
394
492
 
@@ -407,15 +505,15 @@
407
505
 
408
506
  ### 🚀 Features
409
507
 
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))
508
+ - enhance form handling and component props across various modules
509
+ - add CartPage component for managing shopping cart functionality
510
+ - add order confirmation route and related components
511
+ - add ProductBadge component for enhanced product presentation
512
+ - add preAdd and preAdjust callbacks for order line and item adjustments
415
513
 
416
514
  ### 🩹 Fixes
417
515
 
418
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
516
+ - update default minimum quantity to 0 in various components
419
517
 
420
518
  ### 🧱 Updated Dependencies
421
519
 
@@ -434,15 +532,15 @@
434
532
 
435
533
  ### 🚀 Features
436
534
 
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))
535
+ - enhance form handling and component props across various modules
536
+ - add CartPage component for managing shopping cart functionality
537
+ - add order confirmation route and related components
538
+ - add ProductBadge component for enhanced product presentation
539
+ - add preAdd and preAdjust callbacks for order line and item adjustments
442
540
 
443
541
  ### 🩹 Fixes
444
542
 
445
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
543
+ - update default minimum quantity to 0 in various components
446
544
 
447
545
  ### 🧱 Updated Dependencies
448
546
 
@@ -461,15 +559,15 @@
461
559
 
462
560
  ### 🚀 Features
463
561
 
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))
562
+ - enhance form handling and component props across various modules
563
+ - add CartPage component for managing shopping cart functionality
564
+ - add order confirmation route and related components
565
+ - add ProductBadge component for enhanced product presentation
566
+ - add preAdd and preAdjust callbacks for order line and item adjustments
469
567
 
470
568
  ### 🩹 Fixes
471
569
 
472
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
570
+ - update default minimum quantity to 0 in various components
473
571
 
474
572
  ### 🧱 Updated Dependencies
475
573
 
@@ -488,15 +586,15 @@
488
586
 
489
587
  ### 🚀 Features
490
588
 
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))
589
+ - enhance form handling and component props across various modules
590
+ - add CartPage component for managing shopping cart functionality
591
+ - add order confirmation route and related components
592
+ - add ProductBadge component for enhanced product presentation
593
+ - add preAdd and preAdjust callbacks for order line and item adjustments
496
594
 
497
595
  ### 🩹 Fixes
498
596
 
499
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
597
+ - update default minimum quantity to 0 in various components
500
598
 
501
599
  ### 🧱 Updated Dependencies
502
600
 
@@ -515,15 +613,15 @@
515
613
 
516
614
  ### 🚀 Features
517
615
 
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))
616
+ - enhance form handling and component props across various modules
617
+ - add CartPage component for managing shopping cart functionality
618
+ - add order confirmation route and related components
619
+ - add ProductBadge component for enhanced product presentation
620
+ - add preAdd and preAdjust callbacks for order line and item adjustments
523
621
 
524
622
  ### 🩹 Fixes
525
623
 
526
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
624
+ - update default minimum quantity to 0 in various components
527
625
 
528
626
  ### 🧱 Updated Dependencies
529
627
 
@@ -542,15 +640,15 @@
542
640
 
543
641
  ### 🚀 Features
544
642
 
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))
643
+ - enhance form handling and component props across various modules
644
+ - add CartPage component for managing shopping cart functionality
645
+ - add order confirmation route and related components
646
+ - add ProductBadge component for enhanced product presentation
647
+ - add preAdd and preAdjust callbacks for order line and item adjustments
550
648
 
551
649
  ### 🩹 Fixes
552
650
 
553
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
651
+ - update default minimum quantity to 0 in various components
554
652
 
555
653
  ### 🧱 Updated Dependencies
556
654
 
@@ -569,15 +667,15 @@
569
667
 
570
668
  ### 🚀 Features
571
669
 
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))
670
+ - enhance form handling and component props across various modules
671
+ - add CartPage component for managing shopping cart functionality
672
+ - add order confirmation route and related components
673
+ - add ProductBadge component for enhanced product presentation
674
+ - add preAdd and preAdjust callbacks for order line and item adjustments
577
675
 
578
676
  ### 🩹 Fixes
579
677
 
580
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
678
+ - update default minimum quantity to 0 in various components
581
679
 
582
680
  ### 🧱 Updated Dependencies
583
681
 
@@ -596,15 +694,15 @@
596
694
 
597
695
  ### 🚀 Features
598
696
 
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))
697
+ - enhance form handling and component props across various modules
698
+ - add CartPage component for managing shopping cart functionality
699
+ - add order confirmation route and related components
700
+ - add ProductBadge component for enhanced product presentation
701
+ - add preAdd and preAdjust callbacks for order line and item adjustments
604
702
 
605
703
  ### 🩹 Fixes
606
704
 
607
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
705
+ - update default minimum quantity to 0 in various components
608
706
 
609
707
  ### 🧱 Updated Dependencies
610
708
 
@@ -623,15 +721,15 @@
623
721
 
624
722
  ### 🚀 Features
625
723
 
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))
724
+ - enhance form handling and component props across various modules
725
+ - add CartPage component for managing shopping cart functionality
726
+ - add order confirmation route and related components
727
+ - add ProductBadge component for enhanced product presentation
728
+ - add preAdd and preAdjust callbacks for order line and item adjustments
631
729
 
632
730
  ### 🩹 Fixes
633
731
 
634
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
732
+ - update default minimum quantity to 0 in various components
635
733
 
636
734
  ### 🧱 Updated Dependencies
637
735
 
@@ -650,15 +748,15 @@
650
748
 
651
749
  ### 🚀 Features
652
750
 
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))
751
+ - enhance form handling and component props across various modules
752
+ - add CartPage component for managing shopping cart functionality
753
+ - add order confirmation route and related components
754
+ - add ProductBadge component for enhanced product presentation
755
+ - add preAdd and preAdjust callbacks for order line and item adjustments
658
756
 
659
757
  ### 🩹 Fixes
660
758
 
661
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
759
+ - update default minimum quantity to 0 in various components
662
760
 
663
761
  ### 🧱 Updated Dependencies
664
762
 
@@ -677,15 +775,15 @@
677
775
 
678
776
  ### 🚀 Features
679
777
 
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))
778
+ - enhance form handling and component props across various modules
779
+ - add CartPage component for managing shopping cart functionality
780
+ - add order confirmation route and related components
781
+ - add ProductBadge component for enhanced product presentation
782
+ - add preAdd and preAdjust callbacks for order line and item adjustments
685
783
 
686
784
  ### 🩹 Fixes
687
785
 
688
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
786
+ - update default minimum quantity to 0 in various components
689
787
 
690
788
  ### 🧱 Updated Dependencies
691
789
 
@@ -704,15 +802,15 @@
704
802
 
705
803
  ### 🚀 Features
706
804
 
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))
805
+ - enhance form handling and component props across various modules
806
+ - add CartPage component for managing shopping cart functionality
807
+ - add order confirmation route and related components
808
+ - add ProductBadge component for enhanced product presentation
809
+ - add preAdd and preAdjust callbacks for order line and item adjustments
712
810
 
713
811
  ### 🩹 Fixes
714
812
 
715
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
813
+ - update default minimum quantity to 0 in various components
716
814
 
717
815
  ### 🧱 Updated Dependencies
718
816
 
@@ -731,15 +829,15 @@
731
829
 
732
830
  ### 🚀 Features
733
831
 
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))
832
+ - enhance form handling and component props across various modules
833
+ - add CartPage component for managing shopping cart functionality
834
+ - add order confirmation route and related components
835
+ - add ProductBadge component for enhanced product presentation
836
+ - add preAdd and preAdjust callbacks for order line and item adjustments
739
837
 
740
838
  ### 🩹 Fixes
741
839
 
742
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
840
+ - update default minimum quantity to 0 in various components
743
841
 
744
842
  ### 🧱 Updated Dependencies
745
843
 
@@ -758,15 +856,15 @@
758
856
 
759
857
  ### 🚀 Features
760
858
 
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))
859
+ - enhance form handling and component props across various modules
860
+ - add CartPage component for managing shopping cart functionality
861
+ - add order confirmation route and related components
862
+ - add ProductBadge component for enhanced product presentation
863
+ - add preAdd and preAdjust callbacks for order line and item adjustments
766
864
 
767
865
  ### 🩹 Fixes
768
866
 
769
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
867
+ - update default minimum quantity to 0 in various components
770
868
 
771
869
  ### 🧱 Updated Dependencies
772
870
 
@@ -785,15 +883,15 @@
785
883
 
786
884
  ### 🚀 Features
787
885
 
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))
886
+ - enhance form handling and component props across various modules
887
+ - add CartPage component for managing shopping cart functionality
888
+ - add order confirmation route and related components
889
+ - add ProductBadge component for enhanced product presentation
890
+ - add preAdd and preAdjust callbacks for order line and item adjustments
793
891
 
794
892
  ### 🩹 Fixes
795
893
 
796
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
894
+ - update default minimum quantity to 0 in various components
797
895
 
798
896
  ### 🧱 Updated Dependencies
799
897
 
@@ -812,15 +910,15 @@
812
910
 
813
911
  ### 🚀 Features
814
912
 
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))
913
+ - enhance form handling and component props across various modules
914
+ - add CartPage component for managing shopping cart functionality
915
+ - add order confirmation route and related components
916
+ - add ProductBadge component for enhanced product presentation
917
+ - add preAdd and preAdjust callbacks for order line and item adjustments
820
918
 
821
919
  ### 🩹 Fixes
822
920
 
823
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
921
+ - update default minimum quantity to 0 in various components
824
922
 
825
923
  ### 🧱 Updated Dependencies
826
924
 
@@ -839,15 +937,15 @@
839
937
 
840
938
  ### 🚀 Features
841
939
 
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))
940
+ - enhance form handling and component props across various modules
941
+ - add CartPage component for managing shopping cart functionality
942
+ - add order confirmation route and related components
943
+ - add ProductBadge component for enhanced product presentation
944
+ - add preAdd and preAdjust callbacks for order line and item adjustments
847
945
 
848
946
  ### 🩹 Fixes
849
947
 
850
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
948
+ - update default minimum quantity to 0 in various components
851
949
 
852
950
  ### 🧱 Updated Dependencies
853
951
 
@@ -866,15 +964,15 @@
866
964
 
867
965
  ### 🚀 Features
868
966
 
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))
967
+ - enhance form handling and component props across various modules
968
+ - add CartPage component for managing shopping cart functionality
969
+ - add order confirmation route and related components
970
+ - add ProductBadge component for enhanced product presentation
971
+ - add preAdd and preAdjust callbacks for order line and item adjustments
874
972
 
875
973
  ### 🩹 Fixes
876
974
 
877
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
975
+ - update default minimum quantity to 0 in various components
878
976
 
879
977
  ### 🧱 Updated Dependencies
880
978
 
@@ -893,15 +991,15 @@
893
991
 
894
992
  ### 🚀 Features
895
993
 
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))
994
+ - enhance form handling and component props across various modules
995
+ - add CartPage component for managing shopping cart functionality
996
+ - add order confirmation route and related components
997
+ - add ProductBadge component for enhanced product presentation
998
+ - add preAdd and preAdjust callbacks for order line and item adjustments
901
999
 
902
1000
  ### 🩹 Fixes
903
1001
 
904
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
1002
+ - update default minimum quantity to 0 in various components
905
1003
 
906
1004
  ### 🧱 Updated Dependencies
907
1005
 
@@ -920,15 +1018,15 @@
920
1018
 
921
1019
  ### 🚀 Features
922
1020
 
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))
1021
+ - enhance form handling and component props across various modules
1022
+ - add CartPage component for managing shopping cart functionality
1023
+ - add order confirmation route and related components
1024
+ - add ProductBadge component for enhanced product presentation
1025
+ - add preAdd and preAdjust callbacks for order line and item adjustments
928
1026
 
929
1027
  ### 🩹 Fixes
930
1028
 
931
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
1029
+ - update default minimum quantity to 0 in various components
932
1030
 
933
1031
  ### 🧱 Updated Dependencies
934
1032
 
@@ -947,15 +1045,15 @@
947
1045
 
948
1046
  ### 🚀 Features
949
1047
 
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))
1048
+ - enhance form handling and component props across various modules
1049
+ - add CartPage component for managing shopping cart functionality
1050
+ - add order confirmation route and related components
1051
+ - add ProductBadge component for enhanced product presentation
1052
+ - add preAdd and preAdjust callbacks for order line and item adjustments
955
1053
 
956
1054
  ### 🩹 Fixes
957
1055
 
958
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
1056
+ - update default minimum quantity to 0 in various components
959
1057
 
960
1058
  ### 🧱 Updated Dependencies
961
1059
 
@@ -974,15 +1072,15 @@
974
1072
 
975
1073
  ### 🚀 Features
976
1074
 
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))
1075
+ - enhance form handling and component props across various modules
1076
+ - add CartPage component for managing shopping cart functionality
1077
+ - add order confirmation route and related components
1078
+ - add ProductBadge component for enhanced product presentation
1079
+ - add preAdd and preAdjust callbacks for order line and item adjustments
982
1080
 
983
1081
  ### 🩹 Fixes
984
1082
 
985
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
1083
+ - update default minimum quantity to 0 in various components
986
1084
 
987
1085
  ### 🧱 Updated Dependencies
988
1086
 
@@ -1039,7 +1137,7 @@
1039
1137
 
1040
1138
  ### 🚀 Features
1041
1139
 
1042
- - enhance form handling and component props across various modules ([21edaa1](https://github.com/WeAreHausTech/haus-storefront-components/commit/21edaa1))
1140
+ - enhance form handling and component props across various modules
1043
1141
 
1044
1142
  ### 🧱 Updated Dependencies
1045
1143
 
@@ -1057,15 +1155,15 @@
1057
1155
 
1058
1156
  ### 🚀 Features
1059
1157
 
1060
- - enhance form handling and component props across various modules ([21edaa1](https://github.com/WeAreHausTech/haus-storefront-components/commit/21edaa1))
1061
- - add CartPage component for managing shopping cart functionality ([#30](https://github.com/WeAreHausTech/haus-storefront-components/pull/30))
1062
- - add order confirmation route and related components ([#24](https://github.com/WeAreHausTech/haus-storefront-components/pull/24))
1063
- - add ProductBadge component for enhanced product presentation ([#26](https://github.com/WeAreHausTech/haus-storefront-components/pull/26))
1064
- - add preAdd and preAdjust callbacks for order line and item adjustments ([3991992](https://github.com/WeAreHausTech/haus-storefront-components/commit/3991992))
1158
+ - enhance form handling and component props across various modules
1159
+ - add CartPage component for managing shopping cart functionality
1160
+ - add order confirmation route and related components
1161
+ - add ProductBadge component for enhanced product presentation
1162
+ - add preAdd and preAdjust callbacks for order line and item adjustments
1065
1163
 
1066
1164
  ### 🩹 Fixes
1067
1165
 
1068
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
1166
+ - update default minimum quantity to 0 in various components
1069
1167
 
1070
1168
  ### 🧱 Updated Dependencies
1071
1169
 
@@ -1084,15 +1182,15 @@
1084
1182
 
1085
1183
  ### 🚀 Features
1086
1184
 
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))
1185
+ - enhance form handling and component props across various modules
1186
+ - add CartPage component for managing shopping cart functionality
1187
+ - add order confirmation route and related components
1188
+ - add ProductBadge component for enhanced product presentation
1189
+ - add preAdd and preAdjust callbacks for order line and item adjustments
1092
1190
 
1093
1191
  ### 🩹 Fixes
1094
1192
 
1095
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
1193
+ - update default minimum quantity to 0 in various components
1096
1194
 
1097
1195
  ### 🧱 Updated Dependencies
1098
1196
 
@@ -1141,7 +1239,7 @@
1141
1239
 
1142
1240
  ### 🩹 Fixes
1143
1241
 
1144
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
1242
+ - update default minimum quantity to 0 in various components
1145
1243
 
1146
1244
  ### 🧱 Updated Dependencies
1147
1245
 
@@ -1169,7 +1267,7 @@
1169
1267
 
1170
1268
  ### 🚀 Features
1171
1269
 
1172
- - add CartPage component for managing shopping cart functionality ([#30](https://github.com/WeAreHausTech/haus-storefront-components/pull/30))
1270
+ - add CartPage component for managing shopping cart functionality
1173
1271
 
1174
1272
  ### 🧱 Updated Dependencies
1175
1273
 
@@ -1197,7 +1295,7 @@
1197
1295
 
1198
1296
  ### 🚀 Features
1199
1297
 
1200
- - add order confirmation route and related components ([#24](https://github.com/WeAreHausTech/haus-storefront-components/pull/24))
1298
+ - add order confirmation route and related components
1201
1299
 
1202
1300
  ### 🧱 Updated Dependencies
1203
1301
 
@@ -1215,8 +1313,8 @@
1215
1313
 
1216
1314
  ### 🚀 Features
1217
1315
 
1218
- - add ProductBadge component for enhanced product presentation ([#26](https://github.com/WeAreHausTech/haus-storefront-components/pull/26))
1219
- - add preAdd and preAdjust callbacks for order line and item adjustments ([3991992](https://github.com/WeAreHausTech/haus-storefront-components/commit/3991992))
1316
+ - add ProductBadge component for enhanced product presentation
1317
+ - add preAdd and preAdjust callbacks for order line and item adjustments
1220
1318
 
1221
1319
  ### 🧱 Updated Dependencies
1222
1320
 
@@ -1384,18 +1482,18 @@
1384
1482
 
1385
1483
  ### 🚀 Features
1386
1484
 
1387
- - enhance cart functionality with AddItemToOrder component ([2af5f7a](https://github.com/WeAreHausTech/haus-storefront-components/commit/2af5f7a))
1388
- - add AddItemToOrder component for managing cart items ([0590e25](https://github.com/WeAreHausTech/haus-storefront-components/commit/0590e25))
1389
- - add react-native-web support and update Vite configurations ([5425f8a](https://github.com/WeAreHausTech/haus-storefront-components/commit/5425f8a))
1390
- - implement platform-aware components and utilities ([116a735](https://github.com/WeAreHausTech/haus-storefront-components/commit/116a735))
1391
- - generate project graph and update package.json files ([80da01b](https://github.com/WeAreHausTech/haus-storefront-components/commit/80da01b))
1392
- - integrate React Compiler and update dependencies across the project ([92487fa](https://github.com/WeAreHausTech/haus-storefront-components/commit/92487fa))
1393
- - **quantity-buttons:** integrate AsChildProps for flexible component rendering ([fa11dc6](https://github.com/WeAreHausTech/haus-storefront-components/commit/fa11dc6))
1394
- - **order-lines:** introduce OrderLines component for managing cart items ([7ef3283](https://github.com/WeAreHausTech/haus-storefront-components/commit/7ef3283))
1485
+ - enhance cart functionality with AddItemToOrder component
1486
+ - add AddItemToOrder component for managing cart items
1487
+ - add react-native-web support and update Vite configurations
1488
+ - implement platform-aware components and utilities
1489
+ - generate project graph and update package.json files
1490
+ - integrate React Compiler and update dependencies across the project
1491
+ - **quantity-buttons:** integrate AsChildProps for flexible component rendering
1492
+ - **order-lines:** introduce OrderLines component for managing cart items
1395
1493
 
1396
1494
  ### 🩹 Fixes
1397
1495
 
1398
- - adjust quantity validation in useOrderLinesProps ([59cbb55](https://github.com/WeAreHausTech/haus-storefront-components/commit/59cbb55))
1496
+ - adjust quantity validation in useOrderLinesProps
1399
1497
 
1400
1498
  ### 🧱 Updated Dependencies
1401
1499
 
@@ -1494,7 +1592,7 @@ This was a version bump only for store/components/order-lines to align it with o
1494
1592
  - Updated common/ui to 2.0.1
1495
1593
  - Updated shared/types to 2.0.1
1496
1594
 
1497
- # 2.0.0 (2025-06-25)
1595
+ ## 2.0.0 (2025-06-25)
1498
1596
 
1499
1597
  ### 🧱 Updated Dependencies
1500
1598
 
@@ -1508,16 +1606,16 @@ This was a version bump only for store/components/order-lines to align it with o
1508
1606
 
1509
1607
  ### 🚀 Features
1510
1608
 
1511
- - introduce haus-storefront-components-react-native app ([2bb6785](https://github.com/WeAreHausTech/haus-storefront-components/commit/2bb6785))
1512
- - add FetchClient for API interactions and configure VSCode settings ([422644b](https://github.com/WeAreHausTech/haus-storefront-components/commit/422644b))
1513
- - enhance cart functionality with AddItemToOrder component ([2af5f7a](https://github.com/WeAreHausTech/haus-storefront-components/commit/2af5f7a))
1514
- - add AddItemToOrder component for managing cart items ([0590e25](https://github.com/WeAreHausTech/haus-storefront-components/commit/0590e25))
1515
- - add react-native-web support and update Vite configurations ([5425f8a](https://github.com/WeAreHausTech/haus-storefront-components/commit/5425f8a))
1516
- - implement platform-aware components and utilities ([116a735](https://github.com/WeAreHausTech/haus-storefront-components/commit/116a735))
1609
+ - introduce haus-storefront-components-react-native app
1610
+ - add FetchClient for API interactions and configure VSCode settings
1611
+ - enhance cart functionality with AddItemToOrder component
1612
+ - add AddItemToOrder component for managing cart items
1613
+ - add react-native-web support and update Vite configurations
1614
+ - implement platform-aware components and utilities
1517
1615
 
1518
1616
  ### 🩹 Fixes
1519
1617
 
1520
- - adjust quantity validation in useOrderLinesProps ([59cbb55](https://github.com/WeAreHausTech/haus-storefront-components/commit/59cbb55))
1618
+ - adjust quantity validation in useOrderLinesProps
1521
1619
 
1522
1620
  ### 🧱 Updated Dependencies
1523
1621
 
@@ -1546,10 +1644,10 @@ This was a version bump only for store/components/order-lines to align it with o
1546
1644
 
1547
1645
  ### 🚀 Features
1548
1646
 
1549
- - generate project graph and update package.json files ([80da01b](https://github.com/WeAreHausTech/haus-storefront-components/commit/80da01b))
1550
- - integrate React Compiler and update dependencies across the project ([92487fa](https://github.com/WeAreHausTech/haus-storefront-components/commit/92487fa))
1551
- - **quantity-buttons:** integrate AsChildProps for flexible component rendering ([fa11dc6](https://github.com/WeAreHausTech/haus-storefront-components/commit/fa11dc6))
1552
- - **order-lines:** introduce OrderLines component for managing cart items ([7ef3283](https://github.com/WeAreHausTech/haus-storefront-components/commit/7ef3283))
1647
+ - generate project graph and update package.json files
1648
+ - integrate React Compiler and update dependencies across the project
1649
+ - **quantity-buttons:** integrate AsChildProps for flexible component rendering
1650
+ - **order-lines:** introduce OrderLines component for managing cart items
1553
1651
 
1554
1652
  ### 🧱 Updated Dependencies
1555
1653