Skip to content

Commit 521ce64

Browse files
authored
Apps/roadmap/v2 (#168)
* update deps * fixed width cards * remove background from card footer * increase border radius * reorder components * larger header * adjust card layouts * tighten control on messages * site admin notice * add card backgrounds * lint * wrap recalc in callback * don't output empty pills * retry removals * card darkmode * remove debug statement * start new overlay * lint * basic fake modal * pass valign prop * use Dialog for focus management * downscale header padding * card container max width * lint * update deps * abstract getProductArea * layout card overlay * add links * add themeEditor.css * update themeEditor.js * style links * add a loading state * update instUI * update deps * lint * add roadmap styles * display description when no image/video * subtract border from width * [email protected]
1 parent c269e26 commit 521ce64

File tree

23 files changed

+2588
-3478
lines changed

23 files changed

+2588
-3478
lines changed

.template/instui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"dependencies": {
2323
"react": "^19.2.0",
2424
"react-dom": "^19.2.0",
25-
"@instructure/ui": "^11.0.1"
25+
"@instructure/ui": "^11.2.0"
2626
}
2727
}

apps/nutritionfacts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
],
55
"dependencies": {
66
"@instructure.ai/aiinfo": "workspace:^",
7-
"@instructure/ui": "^11.0.1",
7+
"@instructure/ui": "^11.2.0",
88
"react": "^19.2.0",
99
"react-dom": "^19.2.0"
1010
},

apps/roadmap/package.json

Lines changed: 26 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,28 @@
11
{
2-
"dependencies": {
3-
"@instructure/ui": "10.25.1-pr-snapshot-1758747818199",
4-
"react": "^19.1.1",
5-
"react-dom": "^19.1.1"
6-
},
7-
"devDependencies": {
8-
"@instructure.ai/shared-configs": "workspace:^"
9-
},
10-
"name": "@instructure.ai/roadmap",
11-
"private": true,
12-
"repository": {
13-
"type": "git",
14-
"url": "https://github.com/instructure/instructure.ai",
15-
"directory": "apps/roadmap"
16-
},
17-
"scripts": {
18-
"build": "vite build",
19-
"dev": "vite",
20-
"lint": "pnpm biome check",
21-
"preview": "vite preview",
2+
"dependencies": {
3+
"@instructure/ui": "^11.2.0",
4+
"@instructure/ui-color-utils": "^10.2.0",
5+
"react": "^19.2.0",
6+
"react-dom": "^19.2.0"
7+
},
8+
"devDependencies": {
9+
"@instructure.ai/shared-configs": "workspace:^"
10+
},
11+
"name": "@instructure.ai/roadmap",
12+
"private": true,
13+
"repository": {
14+
"directory": "apps/roadmap",
15+
"type": "git",
16+
"url": "https://github.com/instructure/instructure.ai"
17+
},
18+
"scripts": {
19+
"build": "vite build",
20+
"dev": "vite",
21+
"lint": "pnpm biome check",
22+
"preview": "vite preview",
2223
"test": "pnpm vitest run",
23-
"typecheck": "tsgo --noEmit"
24-
},
25-
"type": "module",
26-
"version": "0.0.0"
27-
}
24+
"typecheck": "tsgo --noEmit"
25+
},
26+
"type": "module",
27+
"version": "1.0.0"
28+
}

0 commit comments

Comments
 (0)