Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 20 additions & 7 deletions WinUIGallery/DataModel/ControlInfoData.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,16 @@
{
"UniqueId": "Color",
"Title": "Color",
"Subtitle": "Balanced color design creates clarity and aesthetic harmony.",
"ImagePath": "ms-appx:///Assets/ControlImages/ColorPaletteResources.png",
"Docs": [
{
"Title": "Colors in Windows 11",
"Uri": "https://learn.microsoft.com/windows/apps/design/signature-experiences/color"
},
{
"Title": "Windows UI Toolkit (Figma)",
"Uri": "https://www.figma.com/community/file/1159947337437047524"
"Title": "Windows UI Kit (Figma)",
"Uri": "https://aka.ms/WinUI/3.0-figma-toolkit"
},
{
"Title": "WinUI Theme Resources (GitHub)",
Expand All @@ -29,6 +31,8 @@
{
"UniqueId": "Geometry",
"Title": "Geometry",
"Subtitle": "Clear geometric design ensures visual coherence and structure.",
"ImagePath": "ms-appx:///Assets/ControlImages/Shape.png",
"Docs": [
{
"Title": "Geometry in Windows 11",
Expand All @@ -43,6 +47,8 @@
{
"UniqueId": "Iconography",
"Title": "Iconography",
"Subtitle": "Icons are a visual design language that can be used to communicate information quickly and effectively.",
"ImagePath": "ms-appx:///Assets/ControlImages/IconElement.png",
"Docs": [
{
"Title": "Iconography in Windows 11",
Expand All @@ -57,6 +63,8 @@
{
"UniqueId": "Spacing",
"Title": "Spacing",
"Subtitle": "Thoughtful spacing design enhances readability and flow.",
"ImagePath": "ms-appx:///Assets/ControlImages/CompactSizing.png",
"Docs": [
{
"Title": "Content design basics",
Expand All @@ -67,7 +75,9 @@
{
"UniqueId": "Typography",
"Title": "Typography",
"Subtitle": "Typography design guides attention with intuitive fonts and hierarchy.",
"SourcePath": "/CommonStyles/TextBlock_themeresources.xaml",
"ImagePath": "ms-appx:///Assets/ControlImages/TextBlock.png",
"Docs": [
{
"Title": "Typography in Windows Apps",
Expand All @@ -94,7 +104,8 @@
{
"UniqueId": "AccessibilityColorContrast",
"Title": "Color Contrast",
"ImagePath": "ms-appx:///Assets/ControlImages/AppBarSeparator.png",
"Subtitle": "High contrast design ensures accessibility for all users.",
"ImagePath": "ms-appx:///Assets/ControlImages/Accessibility.png",
"Docs": [
{
"Title": "Accessibility",
Expand All @@ -108,8 +119,9 @@
},
{
"UniqueId": "AccessibilityKeyboard",
"Title": "Keyboard Support",
"ImagePath": "ms-appx:///Assets/ControlImages/AppBarSeparator.png",
"Title": "Keyboard Navigation",
"Subtitle": "Keyboard-friendly design enables seamless interactions.",
"ImagePath": "ms-appx:///Assets/ControlImages/Accessibility.png",
"Docs": [
{
"Title": "Accessibility",
Expand Down Expand Up @@ -147,8 +159,9 @@
},
{
"UniqueId": "AccessibilityScreenReader",
"Title": "Screen Reader Support",
"ImagePath": "ms-appx:///Assets/ControlImages/AppBarSeparator.png",
"Title": "Screen Reader",
"Subtitle": "Inclusive design ensures meaningful content for assistive technologies.",
"ImagePath": "ms-appx:///Assets/ControlImages/Accessibility.png",
"Docs": [
{
"Title": "Accessibility",
Expand Down
2 changes: 2 additions & 0 deletions WinUIGallery/WinUIGallery.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@
</ItemGroup>

<ItemGroup>
<None Remove="Assets\ControlImages\Accessibility.png" />
<None Remove="Assets\Design\Cards.dark.png" />
<None Remove="Assets\Design\Cards.light.png" />
<None Remove="Assets\Design\Dialog.dark.png" />
Expand Down Expand Up @@ -306,6 +307,7 @@
</ItemGroup>

<ItemGroup>
<Content Include="Assets\ControlImages\Accessibility.png" />
<Content Include="Assets\Design\Cards.dark.png" />
<Content Include="Assets\Design\Cards.light.png" />
<Content Include="Assets\Design\Dialog.dark.png" />
Expand Down