Skip to content

Commit

Permalink
Marked @microsoft/adaptive-ui package for deprecation (#6648)
Browse files Browse the repository at this point in the history
* Marked @microsoft/adaptive-ui package for deprecation

* Change files

---------

Co-authored-by: Chris Holt <chhol@microsoft.com>
  • Loading branch information
2 people authored and janechu committed Jun 10, 2024
1 parent 5357104 commit c20915f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "prerelease",
"comment": "Marked @microsoft/adaptive-ui package for deprecation",
"packageName": "@microsoft/adaptive-ui",
"email": "47367562+bheston@users.noreply.github.com",
"dependentChangeType": "prerelease"
}
10 changes: 10 additions & 0 deletions packages/utilities/adaptive-ui/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Adaptive UI

> This package is no longer maintained. This effort has migrated to @adaptive-web/adaptive-ui.
> @adaptive-web version 0.0.1 is compatible with @microsoft version 1.0.0-alpha.2 with the following changes:
> - The default value for "accent-base-color" has changed from "#0078D4" to "#F26C0D" (Microsoft blue to a custom orange)
> - The default value for "accent-fill-min-contrast" has changed from 5.5 to 4.5
> - The default value for "body-font" has changed from '"Segoe UI Variable", "Segoe UI", sans-serif' to 'Arial, Helvetica, sans-serif'
> - Font Variations have been removed for all steps in the type ramp (ex: "type-ramp-base-font-variations")
> - Layer recipes (ex: "layer-fill-fixed-base") have been fixed so they go the same direction in dark mode as they did in light mode
> - The "direction" design token has been removed
Adaptive UI is a library for building highly-consistent design systems based around your visual decisions. This represents an evolution of many token implementations that provide end-result values without the means to track how they were derived or easily adjust them.

This is a core feature of [FAST](https://fast.design) and is incorporated into the [Fluent UI Web Components](https://aka.ms/fluentwebcomponents) and other design systems.
Expand Down

0 comments on commit c20915f

Please sign in to comment.