@itwin/core-react 4.17.0 → 4.17.2

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,6 +1,16 @@
1
1
  # Change Log - @itwin/core-react
2
2
 
3
- This log was last generated on Thu, 19 Sep 2024 12:50:53 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 30 Oct 2024 14:46:15 GMT and should not be manually modified.
4
+
5
+ ## 4.17.2
6
+ Wed, 30 Oct 2024 14:46:15 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 4.17.1
11
+ Wed, 09 Oct 2024 10:50:47 GMT
12
+
13
+ _Version update only_
4
14
 
5
15
  ## 4.17.0
6
16
  Thu, 19 Sep 2024 12:50:53 GMT
@@ -66,6 +66,7 @@
66
66
  opacity: 0;
67
67
  z-index: 1;
68
68
  user-select: none;
69
+ -webkit-user-select: none;
69
70
 
70
71
  &--vertical {
71
72
  width: 100%;
@@ -48,6 +48,7 @@
48
48
  color: var(--iui-color-text);
49
49
  font-size: var(--iui-font-size-0);
50
50
  user-select: none;
51
+ -webkit-user-select: none;
51
52
  }
52
53
  }
53
54
  }
@@ -5,6 +5,7 @@
5
5
 
6
6
  .core-tree {
7
7
  user-select: none;
8
+ -webkit-user-select: none;
8
9
  box-sizing: border-box;
9
10
  width: 100%;
10
11
  height: 100%;
@@ -66,6 +66,7 @@
66
66
  opacity: 0;
67
67
  z-index: 1;
68
68
  user-select: none;
69
+ -webkit-user-select: none;
69
70
 
70
71
  &--vertical {
71
72
  width: 100%;
@@ -48,6 +48,7 @@
48
48
  color: var(--iui-color-text);
49
49
  font-size: var(--iui-font-size-0);
50
50
  user-select: none;
51
+ -webkit-user-select: none;
51
52
  }
52
53
  }
53
54
  }
@@ -5,6 +5,7 @@
5
5
 
6
6
  .core-tree {
7
7
  user-select: none;
8
+ -webkit-user-select: none;
8
9
  box-sizing: border-box;
9
10
  width: 100%;
10
11
  height: 100%;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-react",
3
- "version": "4.17.0",
3
+ "version": "4.17.2",
4
4
  "description": "iTwin.js UI core components",
5
5
  "main": "lib/cjs/core-react.js",
6
6
  "module": "lib/esm/core-react.js",