@itwin/core-react 3.0.0-dev.152 → 3.0.0-dev.156

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.
@@ -8,6 +8,8 @@
8
8
  width: $uicore-icons-small;
9
9
  height: $uicore-icons-small;
10
10
  svg {
11
+ width: $uicore-icons-small;
12
+ height: $uicore-icons-small;
11
13
  fill: currentColor;
12
14
  }
13
15
  }
@@ -4,6 +4,7 @@
4
4
  *--------------------------------------------------------------------------------------------*/
5
5
  @import "../inputs/variables";
6
6
  @import "../z-index";
7
+ @import "~@itwin/itwinui-css/scss/style/elevation";
7
8
 
8
9
  .core-popup {
9
10
  top: 0;
@@ -146,8 +147,8 @@
146
147
  }
147
148
 
148
149
  .core-popup-shadow {
149
- -webkit-box-shadow: 0 3px 6px $buic-popup-boxshadow;
150
- box-shadow: 0px 3px 6px $buic-popup-boxshadow;
150
+ -webkit-box-shadow: $iui-elevation-16;
151
+ box-shadow: $iui-elevation-16;
151
152
  background-clip: padding-box;
152
153
  }
153
154
 
@@ -8,6 +8,8 @@
8
8
  width: $uicore-icons-small;
9
9
  height: $uicore-icons-small;
10
10
  svg {
11
+ width: $uicore-icons-small;
12
+ height: $uicore-icons-small;
11
13
  fill: currentColor;
12
14
  }
13
15
  }
@@ -4,6 +4,7 @@
4
4
  *--------------------------------------------------------------------------------------------*/
5
5
  @import "../inputs/variables";
6
6
  @import "../z-index";
7
+ @import "~@itwin/itwinui-css/scss/style/elevation";
7
8
 
8
9
  .core-popup {
9
10
  top: 0;
@@ -146,8 +147,8 @@
146
147
  }
147
148
 
148
149
  .core-popup-shadow {
149
- -webkit-box-shadow: 0 3px 6px $buic-popup-boxshadow;
150
- box-shadow: 0px 3px 6px $buic-popup-boxshadow;
150
+ -webkit-box-shadow: $iui-elevation-16;
151
+ box-shadow: $iui-elevation-16;
151
152
  background-clip: padding-box;
152
153
  }
153
154
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-react",
3
- "version": "3.0.0-dev.152",
3
+ "version": "3.0.0-dev.156",
4
4
  "description": "iTwin.js UI core components",
5
5
  "main": "lib/cjs/core-react.js",
6
6
  "module": "lib/esm/core-react.js",
@@ -23,8 +23,8 @@
23
23
  "url": "http://www.bentley.com"
24
24
  },
25
25
  "peerDependencies": {
26
- "@itwin/appui-abstract": "^3.0.0-dev.152",
27
- "@itwin/core-bentley": "^3.0.0-dev.152",
26
+ "@itwin/appui-abstract": "^3.0.0-dev.156",
27
+ "@itwin/core-bentley": "^3.0.0-dev.156",
28
28
  "react": "^17.0.0",
29
29
  "react-dom": "^17.0.0"
30
30
  },
@@ -33,12 +33,12 @@
33
33
  "NOTE: All tools used by scripts in this package must be listed as devDependencies"
34
34
  ],
35
35
  "devDependencies": {
36
- "@itwin/appui-abstract": "3.0.0-dev.152",
37
- "@itwin/build-tools": "3.0.0-dev.152",
38
- "@itwin/core-bentley": "3.0.0-dev.152",
39
- "@itwin/core-common": "3.0.0-dev.152",
40
- "@itwin/core-i18n": "3.0.0-dev.152",
41
- "@itwin/eslint-plugin": "3.0.0-dev.152",
36
+ "@itwin/appui-abstract": "3.0.0-dev.156",
37
+ "@itwin/build-tools": "3.0.0-dev.156",
38
+ "@itwin/core-bentley": "3.0.0-dev.156",
39
+ "@itwin/core-common": "3.0.0-dev.156",
40
+ "@itwin/core-i18n": "3.0.0-dev.156",
41
+ "@itwin/eslint-plugin": "3.0.0-dev.156",
42
42
  "@testing-library/react": "^12.0.0",
43
43
  "@testing-library/react-hooks": "^7.0.2",
44
44
  "@testing-library/user-event": "^13.2.1",
@@ -51,7 +51,7 @@
51
51
  "@types/lodash": "^4.14.0",
52
52
  "@types/mocha": "^8.2.2",
53
53
  "@types/node": "14.14.31",
54
- "@types/react": "17.0.31",
54
+ "@types/react": "^17.0.37",
55
55
  "@types/react-autosuggest": "10.1.2",
56
56
  "@types/react-dom": "^17.0.0",
57
57
  "@types/react-select": "3.0.26",
@@ -91,7 +91,7 @@
91
91
  "dependencies": {
92
92
  "@bentley/icons-generic-webfont": "^1.0.15",
93
93
  "@itwin/itwinui-css": "^0.37.0",
94
- "@itwin/itwinui-react": "^1.23.0",
94
+ "@itwin/itwinui-react": "^1.27.0",
95
95
  "classnames": "^2.3.1",
96
96
  "dompurify": "^2.0.12",
97
97
  "lodash": "^4.17.10",