@itwin/core-react 4.0.0-dev.2 → 4.0.0-dev.3
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/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
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
4
4
|
*--------------------------------------------------------------------------------------------*/
|
|
5
5
|
@import "~@itwin/itwinui-css/scss/style/theme";
|
|
6
|
-
@import "~@itwin/itwinui-variables";
|
|
6
|
+
@import "~@itwin/itwinui-variables/index";
|
|
7
7
|
|
|
8
8
|
// cspell:ignore mediumgray titlebar toolbutton outoffocus
|
|
9
9
|
|
|
@@ -17,7 +17,7 @@ $uicore-inputs-padding: calc(
|
|
|
17
17
|
(#{$uicore-inputs-height} - #{$uicore-line-height}) * 0.5
|
|
18
18
|
); // TODO: What should we do here?
|
|
19
19
|
$uicore-inputs-padding-large: calc(
|
|
20
|
-
(#{$uicore-inputs-height-large} - #{uicore-line-height}) * 0.5
|
|
20
|
+
(#{$uicore-inputs-height-large} - #{$uicore-line-height}) * 0.5
|
|
21
21
|
); // TODO: What should we do here?
|
|
22
22
|
$uicore-inputs-padding-bordered: calc(#{$uicore-inputs-padding} - 2px);
|
|
23
23
|
$uicore-inputs-padding-bordered-large: calc(
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
4
4
|
*--------------------------------------------------------------------------------------------*/
|
|
5
5
|
@import "~@itwin/itwinui-css/scss/style/theme";
|
|
6
|
-
@import "~@itwin/itwinui-variables";
|
|
6
|
+
@import "~@itwin/itwinui-variables/index";
|
|
7
7
|
|
|
8
8
|
// cspell:ignore mediumgray titlebar toolbutton outoffocus
|
|
9
9
|
|
|
@@ -17,7 +17,7 @@ $uicore-inputs-padding: calc(
|
|
|
17
17
|
(#{$uicore-inputs-height} - #{$uicore-line-height}) * 0.5
|
|
18
18
|
); // TODO: What should we do here?
|
|
19
19
|
$uicore-inputs-padding-large: calc(
|
|
20
|
-
(#{$uicore-inputs-height-large} - #{uicore-line-height}) * 0.5
|
|
20
|
+
(#{$uicore-inputs-height-large} - #{$uicore-line-height}) * 0.5
|
|
21
21
|
); // TODO: What should we do here?
|
|
22
22
|
$uicore-inputs-padding-bordered: calc(#{$uicore-inputs-padding} - 2px);
|
|
23
23
|
$uicore-inputs-padding-bordered-large: calc(
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/core-react",
|
|
3
|
-
"version": "4.0.0-dev.
|
|
3
|
+
"version": "4.0.0-dev.3",
|
|
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,7 +22,7 @@
|
|
|
22
22
|
"url": "http://www.bentley.com"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
|
-
"@itwin/appui-abstract": "^4.0.0-dev.
|
|
25
|
+
"@itwin/appui-abstract": "^4.0.0-dev.3",
|
|
26
26
|
"@itwin/core-bentley": "^3.5.1",
|
|
27
27
|
"react": "^17.0.0",
|
|
28
28
|
"react-dom": "^17.0.0"
|
|
@@ -32,7 +32,7 @@
|
|
|
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": "4.0.0-dev.
|
|
35
|
+
"@itwin/appui-abstract": "4.0.0-dev.3",
|
|
36
36
|
"@itwin/build-tools": "^3.5.1",
|
|
37
37
|
"@itwin/core-bentley": "^3.5.1",
|
|
38
38
|
"@itwin/core-common": "^3.5.1",
|