- For years parents have espoused the health benefits of eating garlic bread with cheese to their
- children, with the food earning such an iconic status in our culture that kids will often dress
- up as warm, cheesy loaf for Halloween.
-
-
- But a recent study shows that the celebrated appetizer may be linked to a series of rabies cases
- springing up around the country.
-
-
-
-
Typography
-
Heading 1
-
Heading 2
-
-
-
Button
-
-
- Link
-
-
-
- Link
-
-
-
-
Link
- Simple link
-
-
-
Input
-
-
-
-
-
-
-
Checkbox
-
-
-
-
Radio Group
-
-
-
-
+
+
Components / Design System
+
+ For years parents have espoused the health benefits of eating garlic bread with cheese
+ to their children, with the food earning such an iconic status in our culture that kids
+ will often dress up as warm, cheesy loaf for Halloween.
+
+
+ But a recent study shows that the celebrated appetizer may be linked to a series of
+ rabies cases springing up around the country.
+
+
+
+
Typography
+
Heading 1
+
Heading 2
+
+
+
Button
+
+
+
+ Link
+
+
+
+
+
+ Link
+
+
+
+
+
Link
+
+ Simple link
+
+
+
+
Input
+
+
+
+
+
+
+
Checkbox
+
+
+
+
Radio Group
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
-
-
-
-
Select
-
-
-
+
+
+
+
+
+
Select
+
+
+
-
-
-
Progress
-
-
- {/*
+
+ Meat
+ Beef
+ Chicken
+ Lamb
+ Pork
+
+
+
+
+
Progress
+
+
+ {/*
*/}
-
-
-
-
Animated Menu
-
-
-
-
Slider
-
-
-
- >
- )
+
+
+
+
Animated Menu
+
+
+
+
Slider
+
+
+
+ >
+ )
}
export default Home
diff --git a/apps/design/postcss.config.js b/apps/design/postcss.config.js
index 33ad091..1b69d43 100644
--- a/apps/design/postcss.config.js
+++ b/apps/design/postcss.config.js
@@ -1,6 +1,6 @@
module.exports = {
- plugins: {
- tailwindcss: {},
- autoprefixer: {},
- },
+ plugins: {
+ tailwindcss: {},
+ autoprefixer: {},
+ },
}
diff --git a/apps/design/tailwind.config.js b/apps/design/tailwind.config.js
index 63cd06a..c055f71 100644
--- a/apps/design/tailwind.config.js
+++ b/apps/design/tailwind.config.js
@@ -2,5 +2,5 @@
const baseConfig = require('config/tailwind.config.js')
module.exports = {
- ...baseConfig,
+ ...baseConfig,
}
diff --git a/apps/design/tsconfig.json b/apps/design/tsconfig.json
index 4eb7f5e..23330db 100644
--- a/apps/design/tsconfig.json
+++ b/apps/design/tsconfig.json
@@ -1,36 +1,25 @@
{
- "extends": "tsconfig/nextjs.json",
- "compilerOptions": {
- "baseUrl": ".",
- "target": "es5",
- "lib": [
- "dom",
- "dom.iterable",
- "esnext"
- ],
- "allowJs": true,
- "skipLibCheck": true,
- "strict": false,
- "forceConsistentCasingInFileNames": true,
- "noEmit": true,
- "esModuleInterop": true,
- "module": "esnext",
- "moduleResolution": "node",
- "resolveJsonModule": true,
- "isolatedModules": true,
- "jsx": "preserve",
- "incremental": true,
- "paths": {
- "@/components/*": ["./components/*"],
- }
- },
- "include": [
- "next-env.d.ts",
- "twin.d.ts",
- "**/*.ts",
- "**/*.tsx",
- ],
- "exclude": [
- "node_modules"
- ]
+ "extends": "tsconfig/nextjs.json",
+ "compilerOptions": {
+ "baseUrl": ".",
+ "target": "es5",
+ "lib": ["dom", "dom.iterable", "esnext"],
+ "allowJs": true,
+ "skipLibCheck": true,
+ "strict": false,
+ "forceConsistentCasingInFileNames": true,
+ "noEmit": true,
+ "esModuleInterop": true,
+ "module": "esnext",
+ "moduleResolution": "node",
+ "resolveJsonModule": true,
+ "isolatedModules": true,
+ "jsx": "preserve",
+ "incremental": true,
+ "paths": {
+ "@/components/*": ["./components/*"]
+ }
+ },
+ "include": ["next-env.d.ts", "twin.d.ts", "**/*.ts", "**/*.tsx"],
+ "exclude": ["node_modules"]
}
diff --git a/apps/games/README.md b/apps/games/README.md
index 59d2971..26e1f38 100644
--- a/apps/games/README.md
+++ b/apps/games/README.md
@@ -3,13 +3,14 @@
## Spider
### Features
+
- [ ] undo
- [ ] auto move on click
- [ ] preload and cache images
### Bugs
-- [ ] you can move a group to a new stack if you click on the sub card.
+
+- [ ] you can move a group to a new stack if you click on the sub card.
- [ ] sometimes cards remain hidden
- [ ] scale on move card
- [ ] click on selected card should deselect it
-
diff --git a/apps/games/components/Layout.tsx b/apps/games/components/Layout.tsx
index 51d879c..8e6dcb7 100644
--- a/apps/games/components/Layout.tsx
+++ b/apps/games/components/Layout.tsx
@@ -1,11 +1,11 @@
import type { FunctionComponent, ReactNode } from 'react'
const Layout: FunctionComponent<{ children: ReactNode }> = ({ children }) => {
- return (
-