@itwin/core-react 3.5.0-dev.58 → 3.5.0-dev.59

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.
@@ -3,8 +3,8 @@
3
3
  * See LICENSE.md in the project root for license terms and full copyright notice.
4
4
  *--------------------------------------------------------------------------------------------*/
5
5
  @import "../scrollbar";
6
- @import "~@itwin/core-react/lib/cjs/core-react/inputs/variables";
7
- @import "~@itwin/core-react/lib/cjs/core-react/style/variables";
6
+ @import "../inputs/variables";
7
+ @import "../style/variables";
8
8
  @import "~@itwin/itwinui-css/scss/inputs/input";
9
9
  @import "~@itwin/itwinui-css/scss/style/typography";
10
10
 
@@ -2,7 +2,7 @@
2
2
  * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
3
3
  * See LICENSE.md in the project root for license terms and full copyright notice.
4
4
  *--------------------------------------------------------------------------------------------*/
5
- @import "~@itwin/core-react/lib/cjs/core-react/index";
5
+ @import "../index";
6
6
 
7
7
  $uicore-list-item-height: $uicore-baseline * 2; /// 22px; /// ~1.618;
8
8
 
@@ -3,8 +3,8 @@
3
3
  * See LICENSE.md in the project root for license terms and full copyright notice.
4
4
  *--------------------------------------------------------------------------------------------*/
5
5
  @import "../scrollbar";
6
- @import "~@itwin/core-react/lib/cjs/core-react/inputs/variables";
7
- @import "~@itwin/core-react/lib/cjs/core-react/style/variables";
6
+ @import "../inputs/variables";
7
+ @import "../style/variables";
8
8
  @import "~@itwin/itwinui-css/scss/inputs/input";
9
9
  @import "~@itwin/itwinui-css/scss/style/typography";
10
10
 
@@ -2,7 +2,7 @@
2
2
  * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
3
3
  * See LICENSE.md in the project root for license terms and full copyright notice.
4
4
  *--------------------------------------------------------------------------------------------*/
5
- @import "~@itwin/core-react/lib/cjs/core-react/index";
5
+ @import "../index";
6
6
 
7
7
  $uicore-list-item-height: $uicore-baseline * 2; /// 22px; /// ~1.618;
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-react",
3
- "version": "3.5.0-dev.58",
3
+ "version": "3.5.0-dev.59",
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.5.0-dev.58",
26
- "@itwin/core-bentley": "^3.5.0-dev.58",
25
+ "@itwin/appui-abstract": "^3.5.0-dev.59",
26
+ "@itwin/core-bentley": "^3.5.0-dev.59",
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.5.0-dev.58",
36
- "@itwin/build-tools": "3.5.0-dev.58",
37
- "@itwin/core-bentley": "3.5.0-dev.58",
38
- "@itwin/core-common": "3.5.0-dev.58",
39
- "@itwin/core-i18n": "3.5.0-dev.58",
40
- "@itwin/eslint-plugin": "3.5.0-dev.58",
35
+ "@itwin/appui-abstract": "3.5.0-dev.59",
36
+ "@itwin/build-tools": "3.5.0-dev.59",
37
+ "@itwin/core-bentley": "3.5.0-dev.59",
38
+ "@itwin/core-common": "3.5.0-dev.59",
39
+ "@itwin/core-i18n": "3.5.0-dev.59",
40
+ "@itwin/eslint-plugin": "3.5.0-dev.59",
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",