- Updates status icons & colors in several places in the app - Moves "Action Menus" and updated "Status Indicators" design docs from public docs to Storybook - [Storybook] Adds `remark-gfm` to enable tables in MDX - [Storybook] Adds a custom `ColorSwatch` block - [Browsertrix Docs] Swaps out custom colors and fonts included with docs for color variables from Hickory and Webrecorder CDN's hosted font files, respectively --------- Co-authored-by: sua yoo <sua@suayoo.com>
		
			
				
	
	
		
			15 lines
		
	
	
		
			227 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			227 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "compilerOptions": {
 | |
|     "types": ["@types/node"],
 | |
|     "noEmit": true
 | |
|   },
 | |
|   "extends": "./tsconfig.json",
 | |
|   "include": [
 | |
|     "**/*.ts",
 | |
|     "**/*.js",
 | |
|     "*.mjs",
 | |
|     ".storybook/**/*.ts",
 | |
|     ".storybook/**/*.tsx"
 | |
|   ]
 | |
| }
 |