@mtes-mct/monitor-ui 2.2.0 → 2.2.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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ # [2.2.0](https://github.com/MTES-MCT/monitor-ui/compare/v2.1.1...v2.2.0) (2022-12-15)
2
+
3
+
4
+ ### Features
5
+
6
+ * **elements:** add TagGroup ([#139](https://github.com/MTES-MCT/monitor-ui/issues/139)) ([f12aadb](https://github.com/MTES-MCT/monitor-ui/commit/f12aadb9bdbc684116e19f7c867483d6dc69955a))
7
+
1
8
  ## [2.1.1](https://github.com/MTES-MCT/monitor-ui/compare/v2.1.0...v2.1.1) (2022-12-15)
2
9
 
3
10
 
package/index.js CHANGED
@@ -1709,11 +1709,10 @@ const TertiaryTag = styled(Box$7) `
1709
1709
  `;
1710
1710
 
1711
1711
  const TagGroup = styled.div `
1712
+ align-items: center;
1712
1713
  display: flex;
1713
-
1714
- > span:not(:first-child) {
1715
- margin-left: 8px;
1716
- }
1714
+ flex-wrap: wrap;
1715
+ gap: 8px;
1717
1716
  `;
1718
1717
 
1719
1718
  // eslint-lint-disable-next-line @typescript-eslint/naming-convention