@pingux/astro 1.0.0-alpha.21 → 1.0.0-alpha.22

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
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [1.0.0-alpha.22](https://gitlab.corp.pingidentity.com/ux/pingux/compare/@pingux/astro@1.0.0-alpha.21...@pingux/astro@1.0.0-alpha.22) (2022-01-18)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * [UIP-5122] adjust x icon to 14px ([6b4ca54](https://gitlab.corp.pingidentity.com/ux/pingux/commit/6b4ca5418ddaffb6e1a4daaf28b57151a23529cb))
12
+
13
+
14
+
15
+
16
+
6
17
  # [1.0.0-alpha.21](https://gitlab.corp.pingidentity.com/ux/pingux/compare/@pingux/astro@1.0.0-alpha.20...@pingux/astro@1.0.0-alpha.21) (2022-01-18)
7
18
 
8
19
 
@@ -337,7 +337,7 @@ var MultivaluesField = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref)
337
337
  }, (0, _react2.jsx)(_.Icon, {
338
338
  icon: _CloseIcon["default"],
339
339
  color: "white",
340
- size: 10
340
+ size: 14
341
341
  })));
342
342
  }
343
343
 
@@ -295,7 +295,7 @@ var MultivaluesField = /*#__PURE__*/forwardRef(function (props, ref) {
295
295
  }, ___EmotionJSX(Icon, {
296
296
  icon: Clear,
297
297
  color: "white",
298
- size: 10
298
+ size: 14
299
299
  })));
300
300
  }
301
301
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "1.0.0-alpha.21",
3
+ "version": "1.0.0-alpha.22",
4
4
  "description": "PingUX themeable React component library",
5
5
  "author": "uxdev@pingidentity.com",
6
6
  "license": "Apache-2.0",