@itwin/core-react 3.6.0-dev.5 → 3.6.0-dev.50
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 +20 -1
- package/LICENSE.md +1 -1
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,25 @@
|
|
|
1
1
|
# Change Log - @itwin/core-react
|
|
2
2
|
|
|
3
|
-
This log was last generated on Wed,
|
|
3
|
+
This log was last generated on Wed, 11 Jan 2023 16:46:30 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 3.5.2
|
|
6
|
+
Wed, 11 Jan 2023 16:46:30 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
9
|
+
|
|
10
|
+
## 3.5.1
|
|
11
|
+
Thu, 15 Dec 2022 16:38:29 GMT
|
|
12
|
+
|
|
13
|
+
_Version update only_
|
|
14
|
+
|
|
15
|
+
## 3.5.0
|
|
16
|
+
Wed, 07 Dec 2022 19:12:37 GMT
|
|
17
|
+
|
|
18
|
+
### Updates
|
|
19
|
+
|
|
20
|
+
- Unpin classnames package, fix invalid use of classnames
|
|
21
|
+
- Change core-dialog-hidden class so that modeless dialogs will be compatible with iTwinUI components.
|
|
22
|
+
- Use --buic-toolbar-opacity to set the opacity of toolbar items.
|
|
4
23
|
|
|
5
24
|
## 3.4.7
|
|
6
25
|
Wed, 30 Nov 2022 14:28:19 GMT
|
package/LICENSE.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# MIT License
|
|
2
2
|
|
|
3
|
-
Copyright © 2017-
|
|
3
|
+
Copyright © 2017-2023 Bentley Systems, Incorporated. All rights reserved.
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/core-react",
|
|
3
|
-
"version": "3.6.0-dev.
|
|
3
|
+
"version": "3.6.0-dev.50",
|
|
4
4
|
"description": "iTwin.js UI core components",
|
|
5
5
|
"main": "lib/cjs/core-react.js",
|
|
6
6
|
"module": "lib/esm/core-react.js",
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
"url": "http://www.bentley.com"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
|
-
"@itwin/appui-abstract": "^3.6.0-dev.
|
|
26
|
-
"@itwin/core-bentley": "^3.6.0-dev.
|
|
25
|
+
"@itwin/appui-abstract": "^3.6.0-dev.50",
|
|
26
|
+
"@itwin/core-bentley": "^3.6.0-dev.50",
|
|
27
27
|
"react": "^17.0.0",
|
|
28
28
|
"react-dom": "^17.0.0"
|
|
29
29
|
},
|
|
@@ -32,12 +32,12 @@
|
|
|
32
32
|
"NOTE: All tools used by scripts in this package must be listed as devDependencies"
|
|
33
33
|
],
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@itwin/appui-abstract": "3.6.0-dev.
|
|
36
|
-
"@itwin/build-tools": "3.6.0-dev.
|
|
37
|
-
"@itwin/core-bentley": "3.6.0-dev.
|
|
38
|
-
"@itwin/core-common": "3.6.0-dev.
|
|
39
|
-
"@itwin/core-i18n": "3.6.0-dev.
|
|
40
|
-
"@itwin/eslint-plugin": "3.6.0-dev.
|
|
35
|
+
"@itwin/appui-abstract": "3.6.0-dev.50",
|
|
36
|
+
"@itwin/build-tools": "3.6.0-dev.50",
|
|
37
|
+
"@itwin/core-bentley": "3.6.0-dev.50",
|
|
38
|
+
"@itwin/core-common": "3.6.0-dev.50",
|
|
39
|
+
"@itwin/core-i18n": "3.6.0-dev.50",
|
|
40
|
+
"@itwin/eslint-plugin": "3.6.0-dev.50",
|
|
41
41
|
"@testing-library/dom": "^8.11.2",
|
|
42
42
|
"@testing-library/react": "^12.0.0",
|
|
43
43
|
"@testing-library/react-hooks": "^7.0.2",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"dependencies": {
|
|
84
84
|
"@bentley/icons-generic-webfont": "^1.0.15",
|
|
85
85
|
"@itwin/itwinui-css": "0.x",
|
|
86
|
-
"@itwin/itwinui-react": "~1.
|
|
86
|
+
"@itwin/itwinui-react": "~1.46.0",
|
|
87
87
|
"classnames": "^2.3.1",
|
|
88
88
|
"dompurify": "^2.0.12",
|
|
89
89
|
"lodash": "^4.17.10",
|