@haus-storefront-react/order-lines 1.0.4-next.0 → 1.0.4-next.10

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 (4) hide show
  1. package/CHANGELOG.md +136 -0
  2. package/index.js +22 -45
  3. package/index.mjs +4128 -7671
  4. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,139 @@
1
+ ## 1.0.4-next.9 (2026-03-16)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated store/hooks to 1.0.4-next.9
6
+ - Updated core to 1.0.4-next.9
7
+ - Updated common/utils to 1.0.4-next.9
8
+ - Updated common/ui to 1.0.4-next.9
9
+ - Updated shared/types to 1.0.4-next.9
10
+
11
+ ## 1.0.4-next.8 (2026-03-13)
12
+
13
+ ### 🧱 Updated Dependencies
14
+
15
+ - Updated store/hooks to 1.0.4-next.8
16
+ - Updated core to 1.0.4-next.8
17
+ - Updated common/utils to 1.0.4-next.8
18
+ - Updated common/ui to 1.0.4-next.8
19
+ - Updated shared/types to 1.0.4-next.8
20
+
21
+ ## 1.0.4-next.7 (2026-03-11)
22
+
23
+ ### 🚀 Features
24
+
25
+ - enhance form handling and component props across various modules
26
+ - add CartPage component for managing shopping cart functionality
27
+ - add order confirmation route and related components
28
+ - add ProductBadge component for enhanced product presentation
29
+ - add preAdd and preAdjust callbacks for order line and item adjustments
30
+
31
+ ### 🩹 Fixes
32
+
33
+ - update default minimum quantity to 0 in various components
34
+
35
+ ### 🧱 Updated Dependencies
36
+
37
+ - Updated store/hooks to 1.0.4-next.7
38
+ - Updated core to 1.0.4-next.7
39
+ - Updated common/utils to 1.0.4-next.7
40
+ - Updated common/ui to 1.0.4-next.7
41
+ - Updated shared/types to 1.0.4-next.7
42
+
43
+ ## 1.0.4-next.6 (2026-03-09)
44
+
45
+ ### 🧱 Updated Dependencies
46
+
47
+ - Updated store/hooks to 1.0.4-next.6
48
+ - Updated core to 1.0.4-next.6
49
+ - Updated common/utils to 1.0.4-next.6
50
+ - Updated common/ui to 1.0.4-next.6
51
+ - Updated shared/types to 1.0.4-next.6
52
+
53
+ ## 1.0.4-next.5 (2026-03-09)
54
+
55
+ ### 🧱 Updated Dependencies
56
+
57
+ - Updated store/hooks to 1.0.4-next.5
58
+ - Updated core to 1.0.4-next.5
59
+ - Updated common/utils to 1.0.4-next.5
60
+ - Updated common/ui to 1.0.4-next.5
61
+ - Updated shared/types to 1.0.4-next.5
62
+
63
+ ## 1.0.4-next.4 (2026-03-09)
64
+
65
+ ### 🧱 Updated Dependencies
66
+
67
+ - Updated store/hooks to 1.0.4-next.4
68
+ - Updated core to 1.0.4-next.4
69
+ - Updated common/utils to 1.0.4-next.4
70
+ - Updated common/ui to 1.0.4-next.4
71
+ - Updated shared/types to 1.0.4-next.4
72
+
73
+ ## 1.0.4-next.3 (2026-03-06)
74
+
75
+ ### 🧱 Updated Dependencies
76
+
77
+ - Updated store/hooks to 1.0.4-next.3
78
+ - Updated core to 1.0.4-next.3
79
+ - Updated common/utils to 1.0.4-next.3
80
+ - Updated common/ui to 1.0.4-next.3
81
+ - Updated shared/types to 1.0.4-next.3
82
+
83
+ ## 1.0.4-next.2 (2026-03-04)
84
+
85
+ ### 🧱 Updated Dependencies
86
+
87
+ - Updated store/hooks to 1.0.4-next.2
88
+ - Updated core to 1.0.4-next.2
89
+ - Updated common/utils to 1.0.4-next.2
90
+ - Updated common/ui to 1.0.4-next.2
91
+ - Updated shared/types to 1.0.4-next.2
92
+
93
+ ## 1.0.4-next.1 (2026-03-04)
94
+
95
+ ### 🚀 Features
96
+
97
+ - enhance form handling and component props across various modules
98
+ - add CartPage component for managing shopping cart functionality
99
+ - add order confirmation route and related components
100
+ - add ProductBadge component for enhanced product presentation
101
+ - add preAdd and preAdjust callbacks for order line and item adjustments
102
+
103
+ ### 🩹 Fixes
104
+
105
+ - update default minimum quantity to 0 in various components
106
+
107
+ ### 🧱 Updated Dependencies
108
+
109
+ - Updated store/hooks to 1.0.4-next.1
110
+ - Updated core to 1.0.4-next.1
111
+ - Updated common/utils to 1.0.4-next.1
112
+ - Updated common/ui to 1.0.4-next.1
113
+ - Updated shared/types to 1.0.4-next.1
114
+
115
+ ## 1.0.4-next.0 (2026-03-02)
116
+
117
+ ### 🚀 Features
118
+
119
+ - enhance form handling and component props across various modules
120
+ - add CartPage component for managing shopping cart functionality
121
+ - add order confirmation route and related components
122
+ - add ProductBadge component for enhanced product presentation
123
+ - add preAdd and preAdjust callbacks for order line and item adjustments
124
+
125
+ ### 🩹 Fixes
126
+
127
+ - update default minimum quantity to 0 in various components
128
+
129
+ ### 🧱 Updated Dependencies
130
+
131
+ - Updated store/hooks to 1.0.4-next.0
132
+ - Updated core to 1.0.4-next.0
133
+ - Updated common/utils to 1.0.4-next.0
134
+ - Updated common/ui to 1.0.4-next.0
135
+ - Updated shared/types to 1.0.4-next.0
136
+
1
137
  ## 1.0.0-next.15 (2026-02-17)
2
138
 
3
139
  ### 🚀 Features