@itwin/itwinui-react 3.19.4 → 3.19.5

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,16 @@
1
1
  # Changelog
2
2
 
3
+ ## 3.19.5
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2636](https://github.com/iTwin/iTwinUI/pull/2636): Added `color` to all text `::selection` styles. This fixes a theme bridge issue with text selection color contrast.
8
+ - [#2598](https://github.com/iTwin/iTwinUI/pull/2598): Added theme bridge hover state to all components.
9
+ - [#2598](https://github.com/iTwin/iTwinUI/pull/2598): Minor theme bridge visual changes in various components to reflect the latest version of StrataKit.
10
+ - [#2637](https://github.com/iTwin/iTwinUI/pull/2637): Updated theme bridge styling for `Tabs` to use accent colors.
11
+ - [#2642](https://github.com/iTwin/iTwinUI/pull/2642): Updated focus outline styles in some components.
12
+ - [#2641](https://github.com/iTwin/iTwinUI/pull/2641): Changed menu item's background-color on hover state.
13
+
3
14
  ## 3.19.4
4
15
 
5
16
  ### 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.19.4';
3
+ const e = '3.19.5';
4
4
  const u = new Proxy(
5
5
  {},
6
6
  {
package/DEV-esm/styles.js CHANGED
@@ -1,4 +1,4 @@
1
- const t = '3.19.4';
1
+ const t = '3.19.5';
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.19.4';
3
+ const e = '3.19.5';
4
4
  const u = new Proxy(
5
5
  {},
6
6
  {
package/esm/styles.js CHANGED
@@ -1,4 +1,4 @@
1
- const t = '3.19.4';
1
+ const t = '3.19.5';
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.19.4",
3
+ "version": "3.19.5",
4
4
  "author": "Bentley Systems",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -103,7 +103,7 @@
103
103
  "react": "19.1.0",
104
104
  "react-dom": "19.1.0",
105
105
  "typescript": "5",
106
- "vite": "~6.3.4",
106
+ "vite": "~6.3.6",
107
107
  "vitest": "^2.1.9"
108
108
  },
109
109
  "peerDependencies": {