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
4 changes: 2 additions & 2 deletions icons/src/utils/bundleIcon.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { makeStyles, mergeClasses } from "@griffel/react";
import React from "react";
import { iconFilledClassName, iconRegularClassName } from "./constants";
import { AxisIconProps } from "./FluentIconsProps.types";
import { makeStyles, mergeClasses } from "@griffel/react";
import { iconFilledClassName, iconRegularClassName } from "./constants";

const useBundledIconStyles = makeStyles({
root: { display: "none" },
Expand Down
2 changes: 1 addition & 1 deletion icons/src/utils/useIconState.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { makeStyles, mergeClasses } from "@griffel/react";
import React from "react";
import { AxisIconProps } from "./FluentIconsProps.types";
import { makeStyles, mergeClasses } from "@griffel/react";

const useRootStyles = makeStyles({
root: {
Expand Down
48 changes: 18 additions & 30 deletions illustrations/assets/Location/il_axis_location_dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
48 changes: 30 additions & 18 deletions illustrations/assets/Location/il_axis_location_light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions illustrations/src/illustrations/chunk-1.tsx

Large diffs are not rendered by default.

395 changes: 395 additions & 0 deletions theme/Colors.xaml

Large diffs are not rendered by default.

37 changes: 37 additions & 0 deletions theme/ConstantResources.xaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<!--
Do not edit directly
Generated on Thu, 18 Dec 2025 15:24:07 GMT
-->
<ResourceDictionary
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:system="clr-namespace:System;assembly=mscorlib"
>
<system:Double x:Key="FontSizeBase100">10</system:Double>
<system:Double x:Key="FontSizeBase200">12</system:Double>
<system:Double x:Key="FontSizeBase300">14</system:Double>
<system:Double x:Key="FontSizeBase400">16</system:Double>
<system:Double x:Key="FontSizeBase500">20</system:Double>
<system:Double x:Key="FontSizeBase600">24</system:Double>
<system:Double x:Key="FontSizeHero700">28</system:Double>
<system:Double x:Key="FontSizeHero800">32</system:Double>
<system:Double x:Key="FontSizeHero900">40</system:Double>
<system:Double x:Key="FontSizeHero1000">68</system:Double>

<FontWeight x:Key="FontWeightRegular">Regular</FontWeight>
<FontWeight x:Key="FontWeightMedium">Medium</FontWeight>
<FontWeight x:Key="FontWeightSemibold">SemiBold</FontWeight>
<FontWeight x:Key="FontWeightBold">Bold</FontWeight>

<Thickness x:Key="StrokeWidthThin">1</Thickness>
<Thickness x:Key="StrokeWidthThick">2</Thickness>
<Thickness x:Key="StrokeWidthThicker">3</Thickness>
<Thickness x:Key="StrokeWidthThickest">4</Thickness>

<CornerRadius x:Key="BorderRadiusNone">0</CornerRadius>
<CornerRadius x:Key="BorderRadiusSmall">2</CornerRadius>
<CornerRadius x:Key="BorderRadiusMedium">4</CornerRadius>
<CornerRadius x:Key="BorderRadiusLarge">6</CornerRadius>
<CornerRadius x:Key="BorderRadiusXLarge">8</CornerRadius>
<CornerRadius x:Key="BorderRadiusCircular">10000</CornerRadius>
</ResourceDictionary>
Loading