@itwin/itwinui-react 3.18.2 → 3.18.3

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,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 3.18.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2554](https://github.com/iTwin/iTwinUI/pull/2554): Fixed color mismatch between font icons and svg icons in `IconButton` and `MenuItem`. (NOTE: Despite this fix, use of font icons is still discouraged).
8
+
3
9
  ## 3.18.2
4
10
 
5
11
  ### Patch Changes
package/DEV-cjs/styles.js CHANGED
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
3
- const e = '3.18.2';
3
+ const e = '3.18.3';
4
4
  const u = new Proxy(
5
5
  {},
6
6
  {
package/DEV-esm/styles.js CHANGED
@@ -1,4 +1,4 @@
1
- const t = '3.18.2';
1
+ const t = '3.18.3';
2
2
  const u = new Proxy(
3
3
  {},
4
4
  {
package/cjs/styles.js CHANGED
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
3
- const e = '3.18.2';
3
+ const e = '3.18.3';
4
4
  const u = new Proxy(
5
5
  {},
6
6
  {
package/esm/styles.js CHANGED
@@ -1,4 +1,4 @@
1
- const t = '3.18.2';
1
+ const t = '3.18.3';
2
2
  const u = new Proxy(
3
3
  {},
4
4
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/itwinui-react",
3
- "version": "3.18.2",
3
+ "version": "3.18.3",
4
4
  "author": "Bentley Systems",
5
5
  "license": "MIT",
6
6
  "type": "module",