Skip to content

Button component #1903

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 31 commits into from
Apr 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
2a53319
upgrade typescript
thejessewinton Apr 1, 2025
9bd6253
updates
thejessewinton Apr 1, 2025
c50c74e
Merge branch 'main' into button-component
thejessewinton Apr 2, 2025
2c18f8f
Merge branch 'main' into button-component
thejessewinton Apr 2, 2025
e6b3dcf
update
thejessewinton Apr 2, 2025
b08f444
updates
thejessewinton Apr 2, 2025
13d46ce
update
thejessewinton Apr 2, 2025
44b51c0
Merge branch 'main' into button-component
thejessewinton Apr 2, 2025
e720877
update
thejessewinton Apr 4, 2025
6ffb6a0
Merge branch 'main' into button-component
thejessewinton Apr 4, 2025
8011769
update
thejessewinton Apr 4, 2025
f548d89
update/add theme provider
thejessewinton Apr 4, 2025
bbc7306
update
thejessewinton Apr 4, 2025
dcf6c1f
start working version of new theme handler
thejessewinton Apr 4, 2025
6ff50c2
revert a bit
thejessewinton Apr 4, 2025
24e87e0
update
thejessewinton Apr 4, 2025
e272fff
Merge branch 'main' into button-component
thejessewinton Apr 7, 2025
cb09712
add select
thejessewinton Apr 7, 2025
76d4c79
update
thejessewinton Apr 7, 2025
cddc24e
updates
thejessewinton Apr 7, 2025
006fbda
updates
thejessewinton Apr 7, 2025
95e21f1
update to button components
thejessewinton Apr 7, 2025
6e741bd
fixes
thejessewinton Apr 7, 2025
436e4e3
Merge branch 'main' into button-component
thejessewinton Apr 7, 2025
b793c97
update formatting
thejessewinton Apr 7, 2025
0aafdd1
update colors
thejessewinton Apr 7, 2025
395ebe0
add icon sprite logic
thejessewinton Apr 8, 2025
733dceb
update icon
thejessewinton Apr 8, 2025
1ef4472
Update sprite.svelte
thejessewinton Apr 9, 2025
bae2aee
fixes
thejessewinton Apr 9, 2025
558b894
fix pre-footer
thejessewinton Apr 9, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"download-contributors": "node ./scripts/download-contributor-data.js",
"format": "prettier --write .",
"format:check": "prettier --check .",
"generate:icons": "pnpx svgo -rf src/icons/svg -o src/icons/optimized",
"icons:build": "node ./src/icons/build.js",
"icons:generate": "node ./src/icons/optimize.js && node ./src/icons/build.js",
"icons:optimize": "node ./src/icons/optimize.js",
Expand Down Expand Up @@ -47,7 +48,7 @@
"@sveltejs/enhanced-img": "^0.4.4",
"@sveltejs/kit": "^2.20.2",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@tailwindcss/postcss": "^4.0.17",
"@tailwindcss/postcss": "^4.1.2",
"@types/compression": "^1.7.5",
"@types/glob": "^8.1.0",
"@types/markdown-it": "^13.0.9",
Expand Down Expand Up @@ -89,9 +90,9 @@
"svelte-markdown": "^0.4.1",
"svgtofont": "^4.2.3",
"tailwind-merge": "^3.0.2",
"tailwindcss": "^4.0.17",
"tailwindcss": "^4.1.2",
"tslib": "^2.8.1",
"typescript": "^5.7.3",
"typescript": "^5.8.2",
"typescript-eslint": "^8.21.0",
"vite": "^6.2.4",
"vite-plugin-dynamic-import": "^1.6.0",
Expand Down
134 changes: 67 additions & 67 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading