@itwin/core-react 3.0.0-dev.174 → 3.0.0-dev.178

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.
@@ -19,6 +19,8 @@
19
19
  }
20
20
 
21
21
  .core-message-box-content {
22
+ display: flex;
23
+ align-items: center;
22
24
  flex: 1 1;
23
25
  }
24
26
  }
@@ -19,6 +19,8 @@
19
19
  }
20
20
 
21
21
  .core-message-box-content {
22
+ display: flex;
23
+ align-items: center;
22
24
  flex: 1 1;
23
25
  }
24
26
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-react",
3
- "version": "3.0.0-dev.174",
3
+ "version": "3.0.0-dev.178",
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.174",
27
- "@itwin/core-bentley": "^3.0.0-dev.174",
26
+ "@itwin/appui-abstract": "^3.0.0-dev.178",
27
+ "@itwin/core-bentley": "^3.0.0-dev.178",
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.174",
37
- "@itwin/build-tools": "3.0.0-dev.174",
38
- "@itwin/core-bentley": "3.0.0-dev.174",
39
- "@itwin/core-common": "3.0.0-dev.174",
40
- "@itwin/core-i18n": "3.0.0-dev.174",
41
- "@itwin/eslint-plugin": "3.0.0-dev.174",
36
+ "@itwin/appui-abstract": "3.0.0-dev.178",
37
+ "@itwin/build-tools": "3.0.0-dev.178",
38
+ "@itwin/core-bentley": "3.0.0-dev.178",
39
+ "@itwin/core-common": "3.0.0-dev.178",
40
+ "@itwin/core-i18n": "3.0.0-dev.178",
41
+ "@itwin/eslint-plugin": "3.0.0-dev.178",
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",
@@ -138,5 +138,6 @@
138
138
  "extract-api": "betools extract-api --entry=core-react",
139
139
  "test": "mocha --config ../.mocharc.json \"./lib/cjs/test/**/*.test.js\"",
140
140
  "test:watch": "npm -s test -- --reporter min --watch-extensions ts,tsx --watch"
141
- }
141
+ },
142
+ "readme": "# @itwin/core-react\r\n\r\nCopyright © Bentley Systems, Incorporated. All rights reserved. See LICENSE.md for license terms and full copyright notice.\r\n\r\n## Description\r\n\r\nThe __@itwin/core-react__ package contains general purpose React components, such as Dialog, MessageBox, SearchBox, RadialMenu and SplitButton.\r\n\r\n## Documentation\r\n\r\nSee the [iTwin.js](https://www.itwinjs.org) documentation for more information.\r\n"
142
143
  }