Skip to content

Commit

Permalink
chore: re-generate theme due to bump
Browse files Browse the repository at this point in the history
  • Loading branch information
axis-d0op committed Sep 25, 2023
1 parent 92451bc commit 87d5456
Show file tree
Hide file tree
Showing 13 changed files with 65 additions and 11 deletions.
4 changes: 3 additions & 1 deletion theme/tokens/generated/css/dark.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Fri, 22 Sep 2023 14:14:03 GMT
* Generated on Mon, 25 Sep 2023 07:58:57 GMT
*/

.dark {
Expand Down Expand Up @@ -87,6 +87,7 @@
--color-neutral-stroke-disabled: #424242;
--color-neutral-stroke-inverted-disabled: rgba(255, 255, 255, 0.4);
--color-neutral-stroke-alpha: rgba(255, 255, 255, 0.1);
--color-neutral-stroke-alpha2: rgba(255, 255, 255, 0.2);
--color-neutral-shadow-ambient: rgba(0,0,0,0.24);
--color-neutral-shadow-key: rgba(0,0,0,0.28);
--color-neutral-shadow-ambient-lighter: rgba(0,0,0,0.12);
Expand Down Expand Up @@ -128,6 +129,7 @@
--color-brand-stroke2: #5C3E00;
--color-brand-stroke2-hover: #674808;
--color-brand-stroke2-pressed: #3E2F1D;
--color-brand-stroke2-contrast: #674808;
--color-brand-shadow-ambient: rgba(0,0,0,0.30);
--color-brand-shadow-key: rgba(0,0,0,0.25);
--color-subtle-background: transparent;
Expand Down
2 changes: 1 addition & 1 deletion theme/tokens/generated/css/global.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Fri, 22 Sep 2023 14:14:03 GMT
* Generated on Mon, 25 Sep 2023 07:58:57 GMT
*/

:root {
Expand Down
4 changes: 3 additions & 1 deletion theme/tokens/generated/css/light.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Fri, 22 Sep 2023 14:14:03 GMT
* Generated on Mon, 25 Sep 2023 07:58:57 GMT
*/

.light {
Expand Down Expand Up @@ -87,6 +87,7 @@
--color-neutral-stroke-disabled: #e0e0e0;
--color-neutral-stroke-inverted-disabled: rgba(255, 255, 255, 0.4);
--color-neutral-stroke-alpha: rgba(0, 0, 0, 0.05);
--color-neutral-stroke-alpha2: rgba(255, 255, 255, 0.2);
--color-neutral-shadow-ambient: rgba(0,0,0,0.12);
--color-neutral-shadow-key: rgba(0,0,0,0.14);
--color-neutral-shadow-ambient-lighter: rgba(0,0,0,0.06);
Expand Down Expand Up @@ -128,6 +129,7 @@
--color-brand-stroke2: #FFEEBA;
--color-brand-stroke2-hover: #FFDC70;
--color-brand-stroke2-pressed: #EFAB01;
--color-brand-stroke2-contrast: #FFEEBA;
--color-brand-shadow-ambient: rgba(0,0,0,0.30);
--color-brand-shadow-key: rgba(0,0,0,0.25);
--color-subtle-background: transparent;
Expand Down
8 changes: 7 additions & 1 deletion theme/tokens/generated/json/colors.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@
"#674808": [
"dark.colorBrandForegroundOnLightPressed",
"dark.colorBrandStroke2Hover",
"dark.colorBrandStroke2Contrast",
"light.colorBrandForegroundOnLightPressed"
],
"#6b6b6b": [
Expand Down Expand Up @@ -312,7 +313,8 @@
"#ffeeba": [
"dark.colorBrandBackgroundInvertedPressed",
"light.colorBrandBackgroundInvertedPressed",
"light.colorBrandStroke2"
"light.colorBrandStroke2",
"light.colorBrandStroke2Contrast"
],
"#fff6d7": [
"dark.colorBrandBackgroundInvertedSelected",
Expand Down Expand Up @@ -440,6 +442,10 @@
"dark.colorNeutralStencil1Alpha",
"light.colorNeutralBackgroundInvertedDisabled"
],
"rgba(255, 255, 255, 0.2)": [
"dark.colorNeutralStrokeAlpha2",
"light.colorNeutralStrokeAlpha2"
],
"rgba(255, 255, 255, 0.4)": [
"dark.colorNeutralForegroundInvertedDisabled",
"dark.colorNeutralStrokeInvertedDisabled",
Expand Down
8 changes: 8 additions & 0 deletions theme/tokens/generated/tokens/dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,10 @@
"Alpha": {
"value": "rgba(255, 255, 255, 0.1)",
"type": "color"
},
"Alpha2": {
"value": "rgba(255, 255, 255, 0.2)",
"type": "color"
}
},
"Shadow": {
Expand Down Expand Up @@ -509,6 +513,10 @@
"value": "#3E2F1D",
"type": "color"
},
"Stroke2Contrast": {
"value": "#674808",
"type": "color"
},
"ShadowAmbient": {
"value": "rgba(0,0,0,0.30)",
"type": "color"
Expand Down
8 changes: 8 additions & 0 deletions theme/tokens/generated/tokens/light.json
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,10 @@
"Alpha": {
"value": "rgba(0, 0, 0, 0.05)",
"type": "color"
},
"Alpha2": {
"value": "rgba(255, 255, 255, 0.2)",
"type": "color"
}
},
"Shadow": {
Expand Down Expand Up @@ -509,6 +513,10 @@
"value": "#EFAB01",
"type": "color"
},
"Stroke2Contrast": {
"value": "#FFEEBA",
"type": "color"
},
"ShadowAmbient": {
"value": "rgba(0,0,0,0.30)",
"type": "color"
Expand Down
2 changes: 1 addition & 1 deletion theme/tokens/generated/ts/base.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Fri, 22 Sep 2023 14:14:03 GMT
* Generated on Mon, 25 Sep 2023 07:58:57 GMT
*/

import { LineHeightTokens, FontFamilyTokens, FontSizeTokens, FontWeightTokens, BorderRadiusTokens, StrokeWidthTokens } from "@fluentui/react-components";
Expand Down
4 changes: 3 additions & 1 deletion theme/tokens/generated/ts/dark.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Fri, 22 Sep 2023 14:14:03 GMT
* Generated on Mon, 25 Sep 2023 07:58:57 GMT
*/

import { ColorTokens, ShadowTokens, ShadowBrandTokens } from "@fluentui/react-components";
Expand Down Expand Up @@ -38,6 +38,7 @@ export const colorTokens: ColorTokens = {
colorBrandShadowKey: "rgba(0,0,0,0.25)",
colorBrandStroke1: "#ffcc33",
colorBrandStroke2: "#5c3e00",
colorBrandStroke2Contrast: "#674808",
colorBrandStroke2Hover: "#674808",
colorBrandStroke2Pressed: "#3e2f1d",
colorCompoundBrandBackground: "#ffcc33",
Expand Down Expand Up @@ -134,6 +135,7 @@ export const colorTokens: ColorTokens = {
colorNeutralStrokeAccessiblePressed: "#b3b3b3",
colorNeutralStrokeAccessibleSelected: "#ffcc33",
colorNeutralStrokeAlpha: "rgba(255, 255, 255, 0.1)",
colorNeutralStrokeAlpha2: "rgba(255, 255, 255, 0.2)",
colorNeutralStrokeDisabled: "#424242",
colorNeutralStrokeInvertedDisabled: "rgba(255, 255, 255, 0.4)",
colorNeutralStrokeOnBrand: "#292929",
Expand Down
4 changes: 3 additions & 1 deletion theme/tokens/generated/ts/light.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Fri, 22 Sep 2023 14:14:03 GMT
* Generated on Mon, 25 Sep 2023 07:58:57 GMT
*/

import { ColorTokens, ShadowTokens, ShadowBrandTokens } from "@fluentui/react-components";
Expand Down Expand Up @@ -38,6 +38,7 @@ export const colorTokens: ColorTokens = {
colorBrandShadowKey: "rgba(0,0,0,0.25)",
colorBrandStroke1: "#efab01",
colorBrandStroke2: "#ffeeba",
colorBrandStroke2Contrast: "#ffeeba",
colorBrandStroke2Hover: "#ffdc70",
colorBrandStroke2Pressed: "#efab01",
colorCompoundBrandBackground: "#fec10c",
Expand Down Expand Up @@ -134,6 +135,7 @@ export const colorTokens: ColorTokens = {
colorNeutralStrokeAccessiblePressed: "#4d4d4d",
colorNeutralStrokeAccessibleSelected: "#efab01",
colorNeutralStrokeAlpha: "rgba(0, 0, 0, 0.05)",
colorNeutralStrokeAlpha2: "rgba(255, 255, 255, 0.2)",
colorNeutralStrokeDisabled: "#e0e0e0",
colorNeutralStrokeInvertedDisabled: "rgba(255, 255, 255, 0.4)",
colorNeutralStrokeOnBrand: "#ffffff",
Expand Down
6 changes: 5 additions & 1 deletion theme/tokens/generated/xaml/Colors.xaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
Do not edit directly
Generated on Fri, 22 Sep 2023 14:14:03 GMT
Generated on Mon, 25 Sep 2023 07:58:57 GMT
-->
<ResourceDictionary
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
Expand Down Expand Up @@ -89,6 +89,7 @@
<Color x:Key="Dark.ColorNeutralStrokeDisabled">#424242</Color>
<Color x:Key="Dark.ColorNeutralStrokeInvertedDisabled">rgba(255, 255, 255, 0.4)</Color>
<Color x:Key="Dark.ColorNeutralStrokeAlpha">rgba(255, 255, 255, 0.1)</Color>
<Color x:Key="Dark.ColorNeutralStrokeAlpha2">rgba(255, 255, 255, 0.2)</Color>
<Color x:Key="Dark.ColorNeutralShadowAmbient">rgba(0,0,0,0.24)</Color>
<Color x:Key="Dark.ColorNeutralShadowKey">rgba(0,0,0,0.28)</Color>
<Color x:Key="Dark.ColorNeutralShadowAmbientLighter">rgba(0,0,0,0.12)</Color>
Expand Down Expand Up @@ -130,6 +131,7 @@
<Color x:Key="Dark.ColorBrandStroke2">#5C3E00</Color>
<Color x:Key="Dark.ColorBrandStroke2Hover">#674808</Color>
<Color x:Key="Dark.ColorBrandStroke2Pressed">#3E2F1D</Color>
<Color x:Key="Dark.ColorBrandStroke2Contrast">#674808</Color>
<Color x:Key="Dark.ColorBrandShadowAmbient">rgba(0,0,0,0.30)</Color>
<Color x:Key="Dark.ColorBrandShadowKey">rgba(0,0,0,0.25)</Color>
<Color x:Key="Dark.ColorSubtleBackground">transparent</Color>
Expand Down Expand Up @@ -246,6 +248,7 @@
<Color x:Key="Light.ColorNeutralStrokeDisabled">#e0e0e0</Color>
<Color x:Key="Light.ColorNeutralStrokeInvertedDisabled">rgba(255, 255, 255, 0.4)</Color>
<Color x:Key="Light.ColorNeutralStrokeAlpha">rgba(0, 0, 0, 0.05)</Color>
<Color x:Key="Light.ColorNeutralStrokeAlpha2">rgba(255, 255, 255, 0.2)</Color>
<Color x:Key="Light.ColorNeutralShadowAmbient">rgba(0,0,0,0.12)</Color>
<Color x:Key="Light.ColorNeutralShadowKey">rgba(0,0,0,0.14)</Color>
<Color x:Key="Light.ColorNeutralShadowAmbientLighter">rgba(0,0,0,0.06)</Color>
Expand Down Expand Up @@ -287,6 +290,7 @@
<Color x:Key="Light.ColorBrandStroke2">#FFEEBA</Color>
<Color x:Key="Light.ColorBrandStroke2Hover">#FFDC70</Color>
<Color x:Key="Light.ColorBrandStroke2Pressed">#EFAB01</Color>
<Color x:Key="Light.ColorBrandStroke2Contrast">#FFEEBA</Color>
<Color x:Key="Light.ColorBrandShadowAmbient">rgba(0,0,0,0.30)</Color>
<Color x:Key="Light.ColorBrandShadowKey">rgba(0,0,0,0.25)</Color>
<Color x:Key="Light.ColorSubtleBackground">transparent</Color>
Expand Down
2 changes: 1 addition & 1 deletion theme/tokens/generated/xaml/ConstantResources.xaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
Do not edit directly
Generated on Fri, 22 Sep 2023 14:14:03 GMT
Generated on Mon, 25 Sep 2023 07:58:57 GMT
-->
<ResourceDictionary
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
Expand Down
12 changes: 11 additions & 1 deletion theme/tokens/generated/xaml/Dark.xaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
Do not edit directly
Generated on Fri, 22 Sep 2023 14:14:03 GMT
Generated on Mon, 25 Sep 2023 07:58:57 GMT
-->
<ResourceDictionary
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
Expand Down Expand Up @@ -426,6 +426,11 @@
Color="{StaticResource Dark.ColorNeutralStrokeAlpha}"
p:Freeze="True"
/>
<SolidColorBrush
x:Key="ColorNeutralStrokeAlpha2"
Color="{StaticResource Dark.ColorNeutralStrokeAlpha2}"
p:Freeze="True"
/>
<SolidColorBrush
x:Key="ColorNeutralShadowAmbient"
Color="{StaticResource Dark.ColorNeutralShadowAmbient}"
Expand Down Expand Up @@ -631,6 +636,11 @@
Color="{StaticResource Dark.ColorBrandStroke2Pressed}"
p:Freeze="True"
/>
<SolidColorBrush
x:Key="ColorBrandStroke2Contrast"
Color="{StaticResource Dark.ColorBrandStroke2Contrast}"
p:Freeze="True"
/>
<SolidColorBrush
x:Key="ColorBrandShadowAmbient"
Color="{StaticResource Dark.ColorBrandShadowAmbient}"
Expand Down
12 changes: 11 additions & 1 deletion theme/tokens/generated/xaml/Light.xaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
Do not edit directly
Generated on Fri, 22 Sep 2023 14:14:03 GMT
Generated on Mon, 25 Sep 2023 07:58:57 GMT
-->
<ResourceDictionary
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
Expand Down Expand Up @@ -426,6 +426,11 @@
Color="{StaticResource Light.ColorNeutralStrokeAlpha}"
p:Freeze="True"
/>
<SolidColorBrush
x:Key="ColorNeutralStrokeAlpha2"
Color="{StaticResource Light.ColorNeutralStrokeAlpha2}"
p:Freeze="True"
/>
<SolidColorBrush
x:Key="ColorNeutralShadowAmbient"
Color="{StaticResource Light.ColorNeutralShadowAmbient}"
Expand Down Expand Up @@ -631,6 +636,11 @@
Color="{StaticResource Light.ColorBrandStroke2Pressed}"
p:Freeze="True"
/>
<SolidColorBrush
x:Key="ColorBrandStroke2Contrast"
Color="{StaticResource Light.ColorBrandStroke2Contrast}"
p:Freeze="True"
/>
<SolidColorBrush
x:Key="ColorBrandShadowAmbient"
Color="{StaticResource Light.ColorBrandShadowAmbient}"
Expand Down

0 comments on commit 87d5456

Please sign in to comment.