@itwin/components-react 5.15.2 → 5.16.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 +11 -0
- package/lib/components-react/editors/EditorContainer.d.ts.map +1 -1
- package/lib/components-react/editors/EditorContainer.js +2 -2
- package/lib/components-react/editors/EditorContainer.js.map +1 -1
- package/lib/components-react/editors/EnumButtonGroupEditor.js +3 -1
- package/lib/components-react/editors/EnumButtonGroupEditor.js.map +1 -1
- package/lib/components-react/editors/IconEditor.d.ts.map +1 -1
- package/lib/components-react/editors/IconEditor.js +3 -1
- package/lib/components-react/editors/IconEditor.js.map +1 -1
- package/lib/components-react/editors/ImageCheckBoxEditor.d.ts.map +1 -1
- package/lib/components-react/editors/ImageCheckBoxEditor.js.map +1 -1
- package/lib/components-react/editors/NumericInputEditor.d.ts.map +1 -1
- package/lib/components-react/editors/NumericInputEditor.js.map +1 -1
- package/lib/components-react/editors/PopupButton.d.ts +1 -1
- package/lib/components-react/editors/PopupButton.d.ts.map +1 -1
- package/lib/components-react/editors/PopupButton.js.map +1 -1
- package/lib/components-react/filter-builder/FilterBuilderRule.d.ts.map +1 -1
- package/lib/components-react/filter-builder/FilterBuilderRule.js.map +1 -1
- package/lib/components-react/properties/LinkHandler.js.map +1 -1
- package/lib/components-react/properties/renderers/CommonPropertyRenderer.d.ts.map +1 -1
- package/lib/components-react/properties/renderers/CommonPropertyRenderer.js.map +1 -1
- package/lib/components-react/properties/renderers/value/ArrayPropertyValueRenderer.d.ts +1 -1
- package/lib/components-react/properties/renderers/value/ArrayPropertyValueRenderer.d.ts.map +1 -1
- package/lib/components-react/properties/renderers/value/ArrayPropertyValueRenderer.js.map +1 -1
- package/lib/components-react/properties/renderers/value/MergedPropertyValueRenderer.d.ts +1 -1
- package/lib/components-react/properties/renderers/value/MergedPropertyValueRenderer.d.ts.map +1 -1
- package/lib/components-react/properties/renderers/value/MergedPropertyValueRenderer.js.map +1 -1
- package/lib/components-react/properties/renderers/value/StructPropertyValueRenderer.d.ts +1 -1
- package/lib/components-react/properties/renderers/value/StructPropertyValueRenderer.d.ts.map +1 -1
- package/lib/components-react/properties/renderers/value/StructPropertyValueRenderer.js.map +1 -1
- package/lib/components-react/properties/renderers/value/WithContextStyle.d.ts +1 -1
- package/lib/components-react/properties/renderers/value/WithContextStyle.d.ts.map +1 -1
- package/lib/components-react/properties/renderers/value/WithContextStyle.js.map +1 -1
- package/lib/components-react/propertygrid/component/ColumnResizingPropertyListPropsSupplier.d.ts.map +1 -1
- package/lib/components-react/propertygrid/component/ColumnResizingPropertyListPropsSupplier.js.map +1 -1
- package/lib/components-react/propertygrid/internal/flat-properties/FlatPropertyRenderer.js.map +1 -1
- package/lib/components-react/toolbar/InternalToolbarComponent.d.ts.map +1 -1
- package/lib/components-react/toolbar/InternalToolbarComponent.js.map +1 -1
- package/lib/components-react/toolbar/useDragInteraction.js.map +1 -1
- package/lib/components-react/tree/controlled/component/ControlledTree.js +1 -1
- package/lib/components-react/tree/controlled/component/ControlledTree.js.map +1 -1
- package/lib/components-react/tree/controlled/component/NodeContent.d.ts.map +1 -1
- package/lib/components-react/tree/controlled/component/NodeContent.js +1 -3
- package/lib/components-react/tree/controlled/component/NodeContent.js.map +1 -1
- package/lib/components-react/tree/controlled/component/TreeRenderer.js +1 -1
- package/lib/components-react/tree/controlled/component/TreeRenderer.js.map +1 -1
- package/package.json +12 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/components-react",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.16.0",
|
|
4
4
|
"description": "A react component library of iTwin.js UI data-oriented components",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./lib/components-react.d.ts",
|
|
@@ -38,9 +38,9 @@
|
|
|
38
38
|
"@itwin/appui-abstract": "^4.0.0 || ^5.0.0",
|
|
39
39
|
"@itwin/core-bentley": "^4.0.0 || ^5.0.0",
|
|
40
40
|
"@itwin/itwinui-react": "^3.15.0",
|
|
41
|
-
"react": "^18.0.0",
|
|
42
|
-
"react-dom": "^18.0.0",
|
|
43
|
-
"@itwin/core-react": "5.
|
|
41
|
+
"react": "^18.0.0 || ^19.0.0",
|
|
42
|
+
"react-dom": "^18.0.0 || ^19.0.0",
|
|
43
|
+
"@itwin/core-react": "5.16.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@itwin/appui-abstract": "^5.1.0",
|
|
@@ -50,14 +50,14 @@
|
|
|
50
50
|
"@itwin/core-i18n": "^5.1.0",
|
|
51
51
|
"@itwin/eslint-plugin": "5.1.0",
|
|
52
52
|
"@itwin/itwinui-react": "^3.19.4",
|
|
53
|
-
"@testing-library/dom": "^10.1
|
|
54
|
-
"@testing-library/react": "^
|
|
55
|
-
"@testing-library/user-event": "^14.
|
|
53
|
+
"@testing-library/dom": "^10.4.1",
|
|
54
|
+
"@testing-library/react": "^16.3.0",
|
|
55
|
+
"@testing-library/user-event": "^14.6.1",
|
|
56
56
|
"@types/linkify-it": "~2.1.0",
|
|
57
57
|
"@types/lodash": "^4.14.0",
|
|
58
58
|
"@types/node": "20.17.8",
|
|
59
|
-
"@types/react": "^
|
|
60
|
-
"@types/react-dom": "^
|
|
59
|
+
"@types/react": "^19.2.0",
|
|
60
|
+
"@types/react-dom": "^19.2.0",
|
|
61
61
|
"@types/react-window": "^1.8.2",
|
|
62
62
|
"@vitest/coverage-v8": "^3.0.6",
|
|
63
63
|
"cpx2": "^3.0.0",
|
|
@@ -68,15 +68,15 @@
|
|
|
68
68
|
"jsdom": "^24.0.0",
|
|
69
69
|
"npm-run-all": "^4.1.5",
|
|
70
70
|
"raf": "^3.4.0",
|
|
71
|
-
"react": "^
|
|
72
|
-
"react-dom": "^
|
|
71
|
+
"react": "^19.2.0",
|
|
72
|
+
"react-dom": "^19.2.0",
|
|
73
73
|
"rimraf": "^6.0.1",
|
|
74
74
|
"ts-node": "^10.8.2",
|
|
75
75
|
"typemoq": "^2.1.0",
|
|
76
76
|
"typescript": "~5.6.2",
|
|
77
77
|
"upath": "^2.0.1",
|
|
78
78
|
"vitest": "^3.0.6",
|
|
79
|
-
"@itwin/core-react": "5.
|
|
79
|
+
"@itwin/core-react": "5.16.0"
|
|
80
80
|
},
|
|
81
81
|
"dependencies": {
|
|
82
82
|
"@itwin/itwinui-icons-react": "^2.8.0",
|