@itwin/itwinui-react 3.19.5 → 3.19.6

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.19.6
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2647](https://github.com/iTwin/iTwinUI/pull/2647): Updated theme bridge to use latest token values.
8
+
3
9
  ## 3.19.5
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.19.5';
3
+ const e = '3.19.6';
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.5';
1
+ const t = '3.19.6';
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.5';
3
+ const e = '3.19.6';
4
4
  const u = new Proxy(
5
5
  {},
6
6
  {
package/esm/styles.js CHANGED
@@ -1,4 +1,4 @@
1
- const t = '3.19.5';
1
+ const t = '3.19.6';
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.5",
3
+ "version": "3.19.6",
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.6",
106
+ "vite": "~6.4.1",
107
107
  "vitest": "^2.1.9"
108
108
  },
109
109
  "peerDependencies": {