@itwin/core-react 5.34.0 → 5.35.0

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
  # Change Log - @itwin/core-react
2
2
 
3
+ ## 5.35.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 297a951: Changed the default widget opacity to `1`.
8
+
3
9
  ## 5.34.0
4
10
 
5
11
  ### Patch Changes
@@ -6,7 +6,7 @@
6
6
 
7
7
  :root {
8
8
  /** Default Widget Opacity */
9
- --buic-widget-opacity: 0.9;
9
+ --buic-widget-opacity: 1;
10
10
  /** Default Toolbar Opacity */
11
11
  --buic-toolbar-opacity: 0.5;
12
12
 
@@ -6,7 +6,7 @@
6
6
 
7
7
  :root {
8
8
  /** Default Widget Opacity */
9
- --buic-widget-opacity: 0.9;
9
+ --buic-widget-opacity: 1;
10
10
  /** Default Toolbar Opacity */
11
11
  --buic-toolbar-opacity: 0.5;
12
12
 
@@ -6,7 +6,7 @@
6
6
 
7
7
  :root {
8
8
  /** Default Widget Opacity */
9
- --buic-widget-opacity: 0.9;
9
+ --buic-widget-opacity: 1;
10
10
  /** Default Toolbar Opacity */
11
11
  --buic-toolbar-opacity: 0.5;
12
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-react",
3
- "version": "5.34.0",
3
+ "version": "5.35.0",
4
4
  "description": "A react component library of iTwin.js UI general purpose components",
5
5
  "type": "module",
6
6
  "types": "./lib/core-react.d.ts",