@itwin/appui-react 5.26.0 → 5.27.1

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,26 @@
1
1
  # Change Log - @itwin/appui-react
2
2
 
3
+ ## 5.27.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [47cf43f]
8
+ - @itwin/core-react@5.27.1
9
+ - @itwin/components-react@5.27.1
10
+ - @itwin/imodel-components-react@5.27.1
11
+
12
+ ## 5.27.0
13
+
14
+ ### Minor Changes
15
+
16
+ - 86d3dd4: Restore fixed width behavior of `ToolAssistanceField` component.
17
+
18
+ ### Patch Changes
19
+
20
+ - @itwin/components-react@5.27.0
21
+ - @itwin/core-react@5.27.0
22
+ - @itwin/imodel-components-react@5.27.0
23
+
3
24
  ## 5.26.0
4
25
 
5
26
  ### Minor Changes
@@ -14,7 +14,7 @@ $key-size-large: 36px;
14
14
  $key-size-modifier: 24px;
15
15
 
16
16
  .uifw-statusFields-toolAssistance-toolAssistanceField {
17
- max-width: 30ch;
17
+ width: 30ch;
18
18
  justify-content: flex-start;
19
19
 
20
20
  .prompt {
@@ -14,7 +14,7 @@ $key-size-large: 36px;
14
14
  $key-size-modifier: 24px;
15
15
 
16
16
  .uifw-statusFields-toolAssistance-toolAssistanceField {
17
- max-width: 30ch;
17
+ width: 30ch;
18
18
  justify-content: flex-start;
19
19
 
20
20
  .prompt {
@@ -14,7 +14,7 @@ $key-size-large: 36px;
14
14
  $key-size-modifier: 24px;
15
15
 
16
16
  .uifw-statusFields-toolAssistance-toolAssistanceField {
17
- max-width: 30ch;
17
+ width: 30ch;
18
18
  justify-content: flex-start;
19
19
 
20
20
  .prompt {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/appui-react",
3
- "version": "5.26.0",
3
+ "version": "5.27.1",
4
4
  "description": "A react component library for AppUI framework",
5
5
  "type": "module",
6
6
  "types": "./lib/appui-react.d.ts",
@@ -45,9 +45,9 @@
45
45
  "react-dom": "^18.0.0 || ^19.0.0",
46
46
  "react-redux": "^7.2.2 || ^8.0.0 || ^9.0.0",
47
47
  "redux": "^4.1.0 || ^5.0.0",
48
- "@itwin/components-react": "5.26.0",
49
- "@itwin/core-react": "5.26.0",
50
- "@itwin/imodel-components-react": "5.26.0"
48
+ "@itwin/components-react": "5.27.1",
49
+ "@itwin/core-react": "5.27.1",
50
+ "@itwin/imodel-components-react": "5.27.1"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@itwin/appui-abstract": "^5.1.0",
@@ -89,9 +89,9 @@
89
89
  "typescript": "~5.6.2",
90
90
  "upath": "^2.0.1",
91
91
  "vitest": "^3.2.4",
92
- "@itwin/components-react": "5.26.0",
93
- "@itwin/core-react": "5.26.0",
94
- "@itwin/imodel-components-react": "5.26.0"
92
+ "@itwin/components-react": "5.27.1",
93
+ "@itwin/core-react": "5.27.1",
94
+ "@itwin/imodel-components-react": "5.27.1"
95
95
  },
96
96
  "dependencies": {
97
97
  "@itwin/itwinui-icons-react": "^2.8.0",