@itwin/itwinui-react 3.16.1 → 3.16.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,18 @@
1
1
  # Changelog
2
2
 
3
+ ## 3.16.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2384](https://github.com/iTwin/iTwinUI/pull/2384): Fixed the syntax for `react` and `react-dom` version ranges declared in `peerDependencies`.
8
+ - [#2386](https://github.com/iTwin/iTwinUI/pull/2386): Fixed a visual issue in `Tile.Name` where a long string without spaces wasn't wrapping properly.
9
+
10
+ ## 3.16.2
11
+
12
+ ### Patch Changes
13
+
14
+ - [#2378](https://github.com/iTwin/iTwinUI/pull/2378): Fixed folder variant `Tile`'s broken layout when it has a long name.
15
+
3
16
  ## 3.16.1
4
17
 
5
18
  ### 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.16.1';
3
+ const e = '3.16.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.16.1';
1
+ const t = '3.16.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.16.1';
3
+ const e = '3.16.3';
4
4
  const u = new Proxy(
5
5
  {},
6
6
  {
package/esm/styles.js CHANGED
@@ -1,4 +1,4 @@
1
- const t = '3.16.1';
1
+ const t = '3.16.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.16.1",
3
+ "version": "3.16.3",
4
4
  "author": "Bentley Systems",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -110,8 +110,8 @@
110
110
  "vitest": "^1.2.1"
111
111
  },
112
112
  "peerDependencies": {
113
- "react": ">= 17.0.0 < 19.0.0",
114
- "react-dom": ">=17.0.0 < 19.0.0"
113
+ "react": ">=17.0.0 <19.0.0",
114
+ "react-dom": ">=17.0.0 <19.0.0"
115
115
  },
116
116
  "lint-staged": {
117
117
  "*.{tsx,ts,jsx,js}": [