@itwin/itwinui-css
Advanced tools
Comparing version 2.0.0-dev.11 to 2.0.0-dev.12
# Changelog | ||
## 2.0.0-dev.12 | ||
### Major Changes | ||
- [#1548](https://github.com/iTwin/iTwinUI/pull/1548): Using `aria-selected` instead of `iui-active` in Tabs to set active styling. | ||
- [#1548](https://github.com/iTwin/iTwinUI/pull/1548): Combined tabs stripe variables: `--iui-stripe-left` and `--iui-stripe-top` into `--iui-tabs-stripe-position`; `--iui-stripe-width` and `--iui-stripe-height` into `--iui-tabs-stripe-size`. | ||
- [#1548](https://github.com/iTwin/iTwinUI/pull/1548): `data-iui-scroll-placement` attributes in Tabs were removed. Updated tabs start and end masks to be applied on scroll animation. | ||
- [#1548](https://github.com/iTwin/iTwinUI/pull/1548): The `iui-tabs` element has changed from `<ul>` to `<div>`. `iui-tabs` children are no longer wrapped in an `<li>` element. | ||
- [#1548](https://github.com/iTwin/iTwinUI/pull/1548): The `iui-tab-label` wrapper class has been removed. The `iui-tab-label` class now applies to the `<span>` which holds the tab's label. `iui-tab-description` is now a `<span>` element. | ||
## 2.0.0-dev.11 | ||
@@ -4,0 +14,0 @@ |
{ | ||
"name": "@itwin/itwinui-css", | ||
"version": "2.0.0-dev.11", | ||
"version": "2.0.0-dev.12", | ||
"author": "Bentley Systems", | ||
@@ -47,3 +47,3 @@ "license": "MIT", | ||
"npm-run-all": "^4.1.5", | ||
"postcss": "^8.4.21", | ||
"postcss": "^8.4.31", | ||
"postcss-scoper": "^1.0.11", | ||
@@ -50,0 +50,0 @@ "sass": "^1.63.6", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
551277