Skip to content

Commit c80a7b2

Browse files
committed
Merge branch 'main' into 2.0.0-next
2 parents d4b3aca + bd57444 commit c80a7b2

File tree

6 files changed

+84
-82
lines changed

6 files changed

+84
-82
lines changed

apps/website/app/overrides.css

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
1-
.fd-callout .min-w-0.flex-1 {
2-
display: flex;
3-
flex-flow: column;
4-
gap: calc(var(--spacing) * 2);
5-
}
6-
7-
.fd-callout .min-w-0.flex-1>* {
8-
margin-top: 0;
9-
margin-bottom: 0;
10-
}
11-
121
[aria-roledescription="flowchart-v2"] span.nodeLabel {
132
filter: brightness(0.5);
143
}

apps/website/app/theme.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,6 @@ button {
103103
:focus-visible:not([class*="outline-none"]) {
104104
outline: 2px solid var(--color-fd-primary);
105105
outline-offset: -2px;
106-
/* Commented out box-shadow alternative:
107-
box-shadow: inset 0 0 0 3px color-mix(in oklab, var(--color-fd-primary) 20%, transparent); */
108106
}
109107

110108
[role="tabpanel"]:focus-visible {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"typedoc-plugin-mdn-links": "^5.0.2",
9393
"typescript": "^5.8.3",
9494
"typescript-eslint": "^8.33.0",
95-
"vitest": "^3.1.4"
95+
"vitest": "^3.2.0"
9696
},
9797
"packageManager": "[email protected]",
9898
"engines": {

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@eslint-react/kit": "workspace:*",
3939
"@typescript-eslint/utils": "^8.33.0",
4040
"ts-pattern": "^5.7.1",
41-
"zod": "^3.25.46"
41+
"zod": "^3.25.48"
4242
},
4343
"devDependencies": {
4444
"@local/configs": "workspace:*",

packages/utilities/kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@eslint-react/eff": "workspace:*",
3838
"@typescript-eslint/utils": "^8.33.0",
3939
"ts-pattern": "^5.7.1",
40-
"zod": "^3.25.46"
40+
"zod": "^3.25.48"
4141
},
4242
"devDependencies": {
4343
"@local/configs": "workspace:*",

0 commit comments

Comments
 (0)