Skip to content

Commit

Permalink
update system-colors path
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdholt committed May 15, 2020
1 parent 922d12b commit d464ed3
Show file tree
Hide file tree
Showing 13 changed files with 20 additions and 18 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { css } from "@microsoft/fast-element";
import { disabledCursor, focusVisible, SystemColors } from "@microsoft/fast-components";
import { disabledCursor, focusVisible } from "@microsoft/fast-components";
import { SystemColors } from "@microsoft/fast-web-utilities";
import { forcedColorsStylesheetBehavior } from "@microsoft/fast-foundation";
import {
AccentButtonStyles,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { css } from "@microsoft/fast-element";
import { display, elevation, SystemColors } from "@microsoft/fast-components";
import { display, elevation } from "@microsoft/fast-components";
import { SystemColors } from "@microsoft/fast-web-utilities";
import { forcedColorsStylesheetBehavior } from "@microsoft/fast-foundation";
import { neutralLayerCardBehavior } from "../styles";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import {
display,
focusVisible,
heightNumber,
SystemColors,
} from "@microsoft/fast-components";
import { SystemColors } from "@microsoft/fast-web-utilities";
import { forcedColorsStylesheetBehavior } from "@microsoft/fast-foundation";
import {
neutralFillInputHoverBehavior,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import {
display,
focusVisible,
heightNumber,
SystemColors,
} from "@microsoft/fast-components";
import { SystemColors } from "@microsoft/fast-web-utilities";
import { forcedColorsStylesheetBehavior } from "@microsoft/fast-foundation";
import {
neutralFillStealthActiveBehavior,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { css } from "@microsoft/fast-element";
import { display, heightNumber, SystemColors } from "@microsoft/fast-components";
import { display, heightNumber } from "@microsoft/fast-components";
import { SystemColors } from "@microsoft/fast-web-utilities";
import { forcedColorsStylesheetBehavior } from "@microsoft/fast-foundation";
import {
accentFillRestBehavior,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { css } from "@microsoft/fast-element";
import { display, SystemColors } from "@microsoft/fast-components";
import { display } from "@microsoft/fast-components";
import { SystemColors } from "@microsoft/fast-web-utilities";
import { forcedColorsStylesheetBehavior } from "@microsoft/fast-foundation";
import {
accentFillRestBehavior,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import {
display,
focusVisible,
heightNumber,
SystemColors,
} from "@microsoft/fast-components";
import { SystemColors } from "@microsoft/fast-web-utilities";
import { forcedColorsStylesheetBehavior } from "@microsoft/fast-foundation";
import {
neutralFillInputHoverBehavior,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { css } from "@microsoft/fast-element";
import { display, heightNumber, SystemColors } from "@microsoft/fast-components";
import { display, heightNumber } from "@microsoft/fast-components";
import { SystemColors } from "@microsoft/fast-web-utilities";
import { forcedColorsStylesheetBehavior } from "@microsoft/fast-foundation";
import { neutralOutlineRestBehavior } from "../styles";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import {
display,
focusVisible,
heightNumber,
SystemColors,
} from "@microsoft/fast-components";
import { SystemColors } from "@microsoft/fast-web-utilities";
import { forcedColorsStylesheetBehavior } from "@microsoft/fast-foundation";
import {
neutralForegroundActiveBehavior,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import {
display,
focusVisible,
heightNumber,
SystemColors,
} from "@microsoft/fast-components";
import { SystemColors } from "@microsoft/fast-web-utilities";
import { forcedColorsStylesheetBehavior } from "@microsoft/fast-foundation";
import {
accentFillRestBehavior,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
import { css } from "@microsoft/fast-element";
import {
display,
focusVisible,
heightNumber,
SystemColors,
} from "@microsoft/fast-components";
import { display, focusVisible, heightNumber } from "@microsoft/fast-components";
import { SystemColors } from "@microsoft/fast-web-utilities";
import { forcedColorsStylesheetBehavior } from "@microsoft/fast-foundation";
import {
neutralFocusBehavior,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { css } from "@microsoft/fast-element";
import { display, SystemColors } from "@microsoft/fast-components";
import { display } from "@microsoft/fast-components";
import { SystemColors } from "@microsoft/fast-web-utilities";
import { forcedColorsStylesheetBehavior } from "@microsoft/fast-foundation";
import { accentFillRestBehavior, neutralForegroundRestBehavior } from "../styles";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import {
display,
focusVisible,
heightNumber,
SystemColors,
} from "@microsoft/fast-components";
import { SystemColors } from "@microsoft/fast-web-utilities";
import {
neutralFillHoverBehavior,
neutralFillInputHoverBehavior,
Expand Down

0 comments on commit d464ed3

Please sign in to comment.