diff --git a/.changeset/green-cheetahs-rush.md b/.changeset/green-cheetahs-rush.md new file mode 100644 index 00000000000..4a9a5b2f3cc --- /dev/null +++ b/.changeset/green-cheetahs-rush.md @@ -0,0 +1,11 @@ +--- +"@itwin/itwinui-css": minor +--- + +`iui-anchor` can now be styled with status colors using a new `data-iui-status` attribute. + +```html +... +``` + +Possible values include: `"positive"`, `"negative"`, `"informational"`, and `"warning"`. diff --git a/.changeset/lemon-avocados-change.md b/.changeset/lemon-avocados-change.md new file mode 100644 index 00000000000..7dde03fd077 --- /dev/null +++ b/.changeset/lemon-avocados-change.md @@ -0,0 +1,34 @@ +--- +"@itwin/itwinui-css": major +--- + +`iui-anchor` must now be explicitly added to `` elements, in addition to the previous `iui-alert-link`, `iui-breadcrumbs-content`, `iui-tag-basic`, and `iui-toast-anchor` classes. + +```diff +- ++ +``` + +```diff +- ++ +``` + +```diff +- ++ +``` + +```diff +- ++ +``` + +Additionally, all `` elements within `iui-legal-footer` elements will need the `iui-anchor` class. + +```diff +