Skip to content

Commit

Permalink
fix(Button): Add StateLayer specific lightweight styling resources (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
kazo0 committed Oct 4, 2023
1 parent d72a4ce commit 859d230
Show file tree
Hide file tree
Showing 2 changed files with 160 additions and 82 deletions.
60 changes: 40 additions & 20 deletions doc/styles/Button.md
Expand Up @@ -30,16 +30,20 @@ ElevatedButtonIconForegroundDisabled|SolidColorBrush|OnSurfaceDisabledBrush
ElevatedButtonIconForegroundPointerFocused|SolidColorBrush|PrimaryBrush
ElevatedButtonBackground|SolidColorBrush|SurfaceBrush
ElevatedButtonBackgroundDisabled|SolidColorBrush|OnSurfaceDisabledLowBrush
ElevatedButtonBackgroundPointerOver|SolidColorBrush|PrimaryHoverBrush
ElevatedButtonBackgroundPressed|SolidColorBrush|PrimaryPressedBrush
ElevatedButtonBackgroundFocused|SolidColorBrush|PrimaryFocusedBrush
ElevatedButtonBackgroundPointerFocused|SolidColorBrush|PrimaryFocusedBrush
ElevatedButtonBackgroundPointerOver|SolidColorBrush|SurfaceBrush
ElevatedButtonBackgroundPressed|SolidColorBrush|SurfaceBrush
ElevatedButtonBackgroundFocused|SolidColorBrush|SurfaceBrush
ElevatedButtonBackgroundPointerFocused|SolidColorBrush|SurfaceBrush
ElevatedButtonBorderBrush|SolidColorBrush|SystemControlTransparentBrush
ElevatedButtonBorderBrushPointerOver|SolidColorBrush|SystemControlTransparentBrush
ElevatedButtonBorderBrushPressed|SolidColorBrush|SystemControlTransparentBrush
ElevatedButtonBorderBrushFocused|SolidColorBrush|SystemControlTransparentBrush
ElevatedButtonBorderBrushDisabled|SolidColorBrush|SystemControlTransparentBrush
ElevatedButtonBorderBrushPointerFocused|SolidColorBrush|SystemControlTransparentBrush
ElevatedButtonStateLayerBackgroundPointerOver|SolidColorBrush|PrimaryHoverBrush
ElevatedButtonStateLayerBackgroundPressed|SolidColorBrush|PrimaryPressedBrush
ElevatedButtonStateLayerBackgroundFocused|SolidColorBrush|PrimaryFocusedBrush
ElevatedButtonStateLayerBackgroundPointerFocused|SolidColorBrush|PrimaryFocusedBrush
FilledButtonForeground|SolidColorBrush|OnPrimaryBrush
FilledButtonForegroundPointerOver|SolidColorBrush|OnPrimaryBrush
FilledButtonForegroundPressed|SolidColorBrush|OnPrimaryBrush
Expand All @@ -53,17 +57,21 @@ FilledButtonIconForegroundPressed|SolidColorBrush|OnPrimaryBrush
FilledButtonIconForegroundFocused|SolidColorBrush|OnPrimaryBrush
FilledButtonIconForegroundPointerFocused|SolidColorBrush|OnPrimaryBrush
FilledButtonBackground|SolidColorBrush|PrimaryBrush
FilledButtonBackgroundPointerOver|SolidColorBrush|OnPrimaryHoverBrush
FilledButtonBackgroundPressed|SolidColorBrush|OnPrimaryPressedBrush
FilledButtonBackgroundPointerOver|SolidColorBrush|PrimaryBrush
FilledButtonBackgroundPressed|SolidColorBrush|PrimaryBrush
FilledButtonBackgroundDisabled|SolidColorBrush|OnSurfaceDisabledLowBrush
FilledButtonBackgroundFocused|SolidColorBrush|OnPrimaryFocusedBrush
FilledButtonBackgroundPointerFocused|SolidColorBrush|OnPrimaryFocusedBrush
FilledButtonBackgroundFocused|SolidColorBrush|PrimaryBrush
FilledButtonBackgroundPointerFocused|SolidColorBrush|PrimaryBrush
FilledButtonBorderBrush|SolidColorBrush|SystemControlTransparentBrush
FilledButtonBorderBrushPointerOver|SolidColorBrush|SystemControlTransparentBrush
FilledButtonBorderBrushPressed|SolidColorBrush|SystemControlTransparentBrush
FilledButtonBorderBrushFocused|SolidColorBrush|SystemControlTransparentBrush
FilledButtonBorderBrushDisabled|SolidColorBrush|SystemControlTransparentBrush
FilledButtonBorderBrushPointerFocused|SolidColorBrush|SystemControlTransparentBrush
FilledButtonStateLayerBackgroundPointerOver|SolidColorBrush|OnPrimaryHoverBrush
FilledButtonStateLayerBackgroundPressed|SolidColorBrush|OnPrimaryPressedBrush
FilledButtonStateLayerBackgroundFocused|SolidColorBrush|OnPrimaryFocusedBrush
FilledButtonStateLayerBackgroundPointerFocused|SolidColorBrush|OnPrimaryFocusedBrush
FilledTonalButtonForeground|SolidColorBrush|OnSecondaryContainerBrush
FilledTonalButtonForegroundPointerOver|SolidColorBrush|OnSecondaryContainerBrush
FilledTonalButtonForegroundPressed|SolidColorBrush|OnSecondaryContainerBrush
Expand All @@ -77,17 +85,21 @@ FilledTonalButtonIconForegroundPressed|SolidColorBrush|OnSecondaryContainerBrush
FilledTonalButtonIconForegroundFocused|SolidColorBrush|OnSecondaryContainerBrush
FilledTonalButtonIconForegroundPointerFocused|SolidColorBrush|OnSecondaryContainerBrush
FilledTonalButtonBackground|SolidColorBrush|SecondaryContainerBrush
FilledTonalButtonBackgroundPointerOver|SolidColorBrush|OnSecondaryContainerHoverBrush
FilledTonalButtonBackgroundPressed|SolidColorBrush|OnSecondaryContainerPressedBrush
FilledTonalButtonBackgroundPointerOver|SolidColorBrush|SecondaryContainerBrush
FilledTonalButtonBackgroundPressed|SolidColorBrush|SecondaryContainerBrush
FilledTonalButtonBackgroundDisabled|SolidColorBrush|OnSurfaceDisabledLowBrush
FilledTonalButtonBackgroundFocused|SolidColorBrush|OnSecondaryContainerFocusedBrush
FilledTonalButtonBackgroundPointerFocused|SolidColorBrush|OnSecondaryContainerFocusedBrush
FilledTonalButtonBackgroundFocused|SolidColorBrush|SecondaryContainerBrush
FilledTonalButtonBackgroundPointerFocused|SolidColorBrush|SecondaryContainerBrush
FilledTonalButtonBorderBrush|SolidColorBrush|SystemControlTransparentBrush
FilledTonalButtonBorderBrushPointerOver|SolidColorBrush|SystemControlTransparentBrush
FilledTonalButtonBorderBrushPressed|SolidColorBrush|SystemControlTransparentBrush
FilledTonalButtonBorderBrushFocused|SolidColorBrush|SystemControlTransparentBrush
FilledTonalButtonBorderBrushDisabled|SolidColorBrush|SystemControlTransparentBrush
FilledTonalButtonBorderBrushPointerFocused|SolidColorBrush|SystemControlTransparentBrush
FilledTonalButtonStateLayerBackgroundPointerOver|SolidColorBrush|OnSecondaryContainerHoverBrush
FilledTonalButtonStateLayerBackgroundPressed|SolidColorBrush|OnSecondaryContainerPressedBrush
FilledTonalButtonStateLayerBackgroundFocused|SolidColorBrush|OnSecondaryContainerFocusedBrush
FilledTonalButtonStateLayerBackgroundPointerFocused|SolidColorBrush|OnSecondaryContainerFocusedBrush
OutlinedButtonForeground|SolidColorBrush|PrimaryBrush
OutlinedButtonForegroundPressed|SolidColorBrush|PrimaryBrush
OutlinedButtonForegroundPointerOver|SolidColorBrush|PrimaryBrush
Expand All @@ -101,17 +113,21 @@ OutlinedButtonIconForegroundPressed|SolidColorBrush|PrimaryBrush
OutlinedButtonIconForegroundFocused|SolidColorBrush|PrimaryBrush
OutlinedButtonIconForegroundPointerFocused|SolidColorBrush|PrimaryBrush
OutlinedButtonBackground|SolidColorBrush|SystemControlTransparentBrush
OutlinedButtonBackgroundPointerOver|SolidColorBrush|PrimaryHoverBrush
OutlinedButtonBackgroundPressed|SolidColorBrush|PrimaryPressedBrush
OutlinedButtonBackgroundPointerOver|SolidColorBrush|SystemControlTransparentBrush
OutlinedButtonBackgroundPressed|SolidColorBrush|SystemControlTransparentBrush
OutlinedButtonBackgroundDisabled|SolidColorBrush|OnSurfaceDisabledLowBrush
OutlinedButtonBackgroundFocused|SolidColorBrush|PrimaryFocusedBrush
OutlinedButtonBackgroundPointerFocused|SolidColorBrush|PrimaryFocusedBrush
OutlinedButtonBackgroundFocused|SolidColorBrush|SystemControlTransparentBrush
OutlinedButtonBackgroundPointerFocused|SolidColorBrush|SystemControlTransparentBrush
OutlinedButtonBorderBrush|SolidColorBrush|OutlineBrush
OutlinedButtonBorderBrushPointerOver|SolidColorBrush|OutlineBrush
OutlinedButtonBorderBrushPressed|SolidColorBrush|OutlineBrush
OutlinedButtonBorderBrushFocused|SolidColorBrush|OutlineBrush
OutlinedButtonBorderBrushDisabled|SolidColorBrush|OutlineDisabledBrush
OutlinedButtonBorderBrushPointerFocused|SolidColorBrush|OutlineBrush
OutlinedButtonStateLayerBackgroundPointerOver|SolidColorBrush|PrimaryHoverBrush
OutlinedButtonStateLayerBackgroundPressed|SolidColorBrush|PrimaryPressedBrush
OutlinedButtonStateLayerBackgroundFocused|SolidColorBrush|PrimaryFocusedBrush
OutlinedButtonStateLayerBackgroundPointerFocused|SolidColorBrush|PrimaryFocusedBrush
TextButtonForeground|SolidColorBrush|PrimaryBrush
TextButtonForegroundPressed|SolidColorBrush|PrimaryBrush
TextButtonForegroundPointerOver|SolidColorBrush|PrimaryBrush
Expand All @@ -125,16 +141,20 @@ TextButtonIconForegroundPressed|SolidColorBrush|PrimaryBrush
TextButtonIconForegroundFocused|SolidColorBrush|PrimaryBrush
TextButtonIconForegroundPointerFocused|SolidColorBrush|PrimaryBrush
TextButtonBackground|SolidColorBrush|SystemControlTransparentBrush
TextButtonBackgroundPointerOver|SolidColorBrush|PrimaryHoverBrush
TextButtonBackgroundPressed|SolidColorBrush|PrimaryPressedBrush
TextButtonBackgroundFocused|SolidColorBrush|PrimaryFocusedBrush
TextButtonBackgroundPointerFocused|SolidColorBrush|PrimaryFocusedBrush
TextButtonBackgroundPointerOver|SolidColorBrush|SystemControlTransparentBrush
TextButtonBackgroundPressed|SolidColorBrush|SystemControlTransparentBrush
TextButtonBackgroundFocused|SolidColorBrush|SystemControlTransparentBrush
TextButtonBackgroundPointerFocused|SolidColorBrush|SystemControlTransparentBrush
TextButtonBorderBrush|SolidColorBrush|SystemControlTransparentBrush
TextButtonBorderBrushPointerOver|SolidColorBrush|SystemControlTransparentBrush
TextButtonBorderBrushPressed|SolidColorBrush|SystemControlTransparentBrush
TextButtonBorderBrushFocused|SolidColorBrush|SystemControlTransparentBrush
TextButtonBorderBrushDisabled|SolidColorBrush|SystemControlTransparentBrush
TextButtonBorderBrushPointerFocused|SolidColorBrush|SystemControlTransparentBrush
TextButtonStateLayerBackgroundPointerOver|SolidColorBrush|PrimaryHoverBrush
TextButtonStateLayerBackgroundPressed|SolidColorBrush|PrimaryPressedBrush
TextButtonStateLayerBackgroundFocused|SolidColorBrush|PrimaryFocusedBrush
TextButtonStateLayerBackgroundPointerFocused|SolidColorBrush|PrimaryFocusedBrush
IconButtonForeground|SolidColorBrush|OnSurfaceVariantBrush
IconButtonForegroundDisabled|SolidColorBrush|OnSurfaceLowBrush
IconButtonEllipseFillPointerOver|SolidColorBrush|PrimaryHoverBrush
Expand Down

0 comments on commit 859d230

Please sign in to comment.