@itwin/presentation-hierarchies-react 1.9.12 → 1.9.13

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
  # @itwin/presentation-hierarchies-react
2
2
 
3
+ ## 1.9.13
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1242](https://github.com/iTwin/presentation/pull/1242): Bump dependencies.
8
+ - [#1252](https://github.com/iTwin/presentation/pull/1252): Fix tree node outline not appearing on touch devices.
9
+ - Updated dependencies:
10
+ - @itwin/presentation-hierarchies@1.7.11
11
+ - @itwin/presentation-shared@1.2.10
12
+ - @itwin/unified-selection@1.6.8
13
+
3
14
  ## 1.9.12
4
15
 
5
16
  ### Patch Changes
@@ -26,6 +26,12 @@
26
26
  background-color: var(--iui-color-background-accent-muted);
27
27
  }
28
28
 
29
+ &:focus-within {
30
+ outline: 1px solid var(--iui-color-border-accent);
31
+ outline-offset: -1px;
32
+ border-radius: var(--iui-border-radius-1);
33
+ }
34
+
29
35
  @media (hover: hover) {
30
36
  &:hover .action-buttons {
31
37
  visibility: visible;
@@ -34,12 +40,6 @@
34
40
  &:hover:not(.selected) .action-buttons {
35
41
  background-color: var(--iui-color-background-hover);
36
42
  }
37
-
38
- &:focus-within {
39
- outline: 1px solid var(--iui-color-border-accent);
40
- outline-offset: -1px;
41
- border-radius: var(--iui-border-radius-1);
42
- }
43
43
  }
44
44
 
45
45
  .stateless-tree-node-small-spinner {
@@ -26,6 +26,12 @@
26
26
  background-color: var(--iui-color-background-accent-muted);
27
27
  }
28
28
 
29
+ &:focus-within {
30
+ outline: 1px solid var(--iui-color-border-accent);
31
+ outline-offset: -1px;
32
+ border-radius: var(--iui-border-radius-1);
33
+ }
34
+
29
35
  @media (hover: hover) {
30
36
  &:hover .action-buttons {
31
37
  visibility: visible;
@@ -34,12 +40,6 @@
34
40
  &:hover:not(.selected) .action-buttons {
35
41
  background-color: var(--iui-color-background-hover);
36
42
  }
37
-
38
- &:focus-within {
39
- outline: 1px solid var(--iui-color-border-accent);
40
- outline-offset: -1px;
41
- border-radius: var(--iui-border-radius-1);
42
- }
43
43
  }
44
44
 
45
45
  .stateless-tree-node-small-spinner {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/presentation-hierarchies-react",
3
- "version": "1.9.12",
3
+ "version": "1.9.13",
4
4
  "description": "React components based on `@itwin/presentation-hierarchies`",
5
5
  "license": "MIT",
6
6
  "author": {
@@ -39,16 +39,16 @@
39
39
  "./package.json": "./package.json"
40
40
  },
41
41
  "dependencies": {
42
- "@itwin/core-bentley": "^5.6.2",
42
+ "@itwin/core-bentley": "^5.7.2",
43
43
  "@itwin/itwinui-icons-react": "^2.11.0",
44
44
  "@itwin/itwinui-illustrations-react": "^2.1.0",
45
45
  "classnames": "^2.5.1",
46
46
  "immer": "^10.2.0",
47
47
  "react-error-boundary": "^4.1.2",
48
48
  "rxjs": "^7.8.2",
49
- "@itwin/presentation-hierarchies": "^1.7.10",
50
- "@itwin/unified-selection": "^1.6.7",
51
- "@itwin/presentation-shared": "^1.2.9"
49
+ "@itwin/presentation-hierarchies": "^1.7.11",
50
+ "@itwin/presentation-shared": "^1.2.10",
51
+ "@itwin/unified-selection": "^1.6.8"
52
52
  },
53
53
  "peerDependencies": {
54
54
  "@itwin/itwinui-react": "^3.0.0",
@@ -61,7 +61,7 @@
61
61
  }
62
62
  },
63
63
  "devDependencies": {
64
- "@itwin/build-tools": "^5.6.2",
64
+ "@itwin/build-tools": "^5.7.2",
65
65
  "@itwin/eslint-plugin": "5.1.0",
66
66
  "@itwin/itwinui-react": "^3.20.2",
67
67
  "@testing-library/dom": "^10.4.1",
@@ -71,7 +71,7 @@
71
71
  "@types/chai-as-promised": "^8.0.2",
72
72
  "@types/jsdom": "^21.1.7",
73
73
  "@types/mocha": "^10.0.10",
74
- "@types/node": "^22.19.13",
74
+ "@types/node": "^22.19.15",
75
75
  "@types/react": "^18.3.28",
76
76
  "@types/react-dom": "^18.3.7",
77
77
  "@types/sinon": "^17.0.4",
@@ -81,7 +81,7 @@
81
81
  "chai-as-promised": "^8.0.2",
82
82
  "cpx2": "^7.0.2",
83
83
  "cross-env": "^7.0.3",
84
- "eslint": "^9.39.3",
84
+ "eslint": "^9.39.4",
85
85
  "eslint-plugin-react": "^7.37.5",
86
86
  "global-jsdom": "^26.0.0",
87
87
  "ignore-styles": "^5.0.1",