@itwin/itwinui-react 1.48.2 → 1.48.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ### 1.48.3
4
+
5
+ - Updated `@itwin/itwinui-css` to `0.63.3` which renames the cascade layer to `itwinui` (considered public).
6
+
3
7
  ### 1.48.2
4
8
 
5
9
  - Wrapped all styles in a `@layer` to make it easier to override them. This makes it possible for iTwinUI v2 to unset all conflicting styles from v1, thereby enabling incremental adoption.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/itwinui-react",
3
- "version": "1.48.2",
3
+ "version": "1.48.3",
4
4
  "author": "Bentley Systems",
5
5
  "license": "MIT",
6
6
  "main": "cjs/index.js",
@@ -44,7 +44,7 @@
44
44
  "createComponent": "node ../../scripts/createComponent.js"
45
45
  },
46
46
  "dependencies": {
47
- "@itwin/itwinui-css": "^0.63.2",
47
+ "@itwin/itwinui-css": "^0.63.3",
48
48
  "@itwin/itwinui-icons-react": "^1.10.1",
49
49
  "@itwin/itwinui-illustrations-react": "^1.3.1",
50
50
  "@tippyjs/react": "^4.2.6",