@crystallize/design-system 1.24.13 → 1.24.15

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @crystallize/design-system
2
2
 
3
+ ## 1.24.15
4
+
5
+ ### Patch Changes
6
+
7
+ - 561e3ca: Add new icons for price lists, promotions and special-prices
8
+
9
+ ## 1.24.14
10
+
11
+ ### Patch Changes
12
+
13
+ - a0aa5b7: It was found that when adding a content to richtext component via the API, the content transformer can turn the resulting `json` into an array of array of nodes, which we do not expect in the UI. In the UI we always work with flat list of block nodes as the nested array does not have any semantic meaning. To fix it now we check if the root element is an array and then we flat it.
14
+
3
15
  ## 1.24.13
4
16
 
5
17
  ### Patch Changes