Skip to content
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

Meta tags #1449

Merged
merged 32 commits into from
Sep 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
67d494f
fix(alert-dialog): meta-tags
andresin87 Sep 14, 2023
ebfc245
fix(badge): meta-tags
andresin87 Sep 14, 2023
0cfa1db
fix(button): meta-tags
andresin87 Sep 14, 2023
4e33757
fix(checkbox): meta-tags
andresin87 Sep 14, 2023
b6aae05
fix(chip): meta-tags
andresin87 Sep 14, 2023
aaf8764
fix(dialog): meta-tags
andresin87 Sep 14, 2023
b6ed078
fix(drawer): meta-tags
andresin87 Sep 14, 2023
1ce1998
fix(form-field): meta-tags
andresin87 Sep 14, 2023
ff1f89d
fix(icon-button): meta-tags
andresin87 Sep 14, 2023
c45f711
fix(icon): meta-tags
andresin87 Sep 14, 2023
3da8aaf
fix(icons): meta-tags
andresin87 Sep 14, 2023
377dc0f
fix(input): meta-tags
andresin87 Sep 14, 2023
4931c38
fix(kbd): meta-tags
andresin87 Sep 14, 2023
c01a7f7
fix(label): meta-tags
andresin87 Sep 14, 2023
db8a836
fix(popover): meta-tags
andresin87 Sep 14, 2023
257d672
fix(portal): meta-tags
andresin87 Sep 14, 2023
eebbde2
fix(progress): meta-tags
andresin87 Sep 14, 2023
ecf5ba9
fix(radio-group): meta-tags
andresin87 Sep 14, 2023
665c7ba
fix(slot): meta-tags
andresin87 Sep 14, 2023
c76015f
fix(spinner): meta-tags
andresin87 Sep 14, 2023
93b2bc6
fix(switch): meta-tags
andresin87 Sep 14, 2023
d74f420
fix(tabs): meta-tags
andresin87 Sep 14, 2023
f5df31c
fix(tag): meta-tags
andresin87 Sep 14, 2023
12f02d2
fix(textarea): meta-tags
andresin87 Sep 14, 2023
2bc4d02
fix(visually-hidden): meta-tags
andresin87 Sep 14, 2023
b604c1c
fix(use-combined-state): meta-tags
andresin87 Sep 14, 2023
fbb9ce2
fix(use-merge-refs): meta-tags
andresin87 Sep 14, 2023
31b0d10
fix(use-mounted-state): meta-tags
andresin87 Sep 14, 2023
0574960
fix(cli-utils): meta-tags
andresin87 Sep 14, 2023
c2b0855
fix(internal-utils): meta-tags
andresin87 Sep 14, 2023
5cd3625
fix(tailwind-plugins): meta-tags
andresin87 Sep 14, 2023
1bf0346
fix(theme-utils): meta-tags
andresin87 Sep 14, 2023
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
8 changes: 6 additions & 2 deletions packages/components/alert-dialog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,15 @@
},
"repository": {
"type": "git",
"url": "git@github.com:adevinta/spark.git",
"url": "https://github.com/adevinta/spark.git",
"directory": "packages/components/alert-dialog"
},
"config": {
"title": "alert-dialog",
"category": "components"
},
"bugs": {
"url": "https://github.com/adevinta/spark/issues"
"url": "https://github.com/adevinta/spark/issues?q=label%3Acomponent+label%3Aalert-dialog"
},
"homepage": "https://sparkui.vercel.app",
"license": "MIT"
Expand Down
12 changes: 8 additions & 4 deletions packages/components/badge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,16 @@
},
"repository": {
"type": "git",
"url": "git@github.com:adevinta/spark.git",
"url": "https://github.com/adevinta/spark.git",
"directory": "packages/components/badge"
},
"config": {
"title": "badge",
"category": "components"
},
"bugs": {
"url": "https://github.com/adevinta/spark/issues?q=label%3Acomponent+label%3Abadge"
},
"dependencies": {
"@spark-ui/internal-utils": "^2.1.2",
"class-variance-authority": "0.7.0"
Expand All @@ -37,9 +44,6 @@
"react-dom": "^16.8 || ^17.0 || ^18.0",
"tailwindcss": "^3.0.0"
},
"bugs": {
"url": "https://github.com/adevinta/spark/issues"
},
"homepage": "https://sparkui.vercel.app",
"license": "MIT"
}
8 changes: 6 additions & 2 deletions packages/components/button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,15 @@
},
"repository": {
"type": "git",
"url": "git@github.com:adevinta/spark.git",
"url": "https://github.com/adevinta/spark.git",
"directory": "packages/components/button"
},
"config": {
"title": "button",
"category": "components"
},
"bugs": {
"url": "https://github.com/adevinta/spark/issues"
"url": "https://github.com/adevinta/spark/issues?q=label%3Acomponent+label%3Abutton"
},
"homepage": "https://sparkui.vercel.app",
"license": "MIT"
Expand Down
8 changes: 6 additions & 2 deletions packages/components/checkbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,15 @@
},
"repository": {
"type": "git",
"url": "git@github.com:adevinta/spark.git",
"url": "https://github.com/adevinta/spark.git",
"directory": "packages/components/checkbox"
},
"config": {
"title": "checkbox",
"category": "components"
},
"bugs": {
"url": "https://github.com/adevinta/spark/issues"
"url": "https://github.com/adevinta/spark/issues?q=label%3Acomponent+label%3Acheckbox"
},
"homepage": "https://sparkui.vercel.app",
"license": "MIT"
Expand Down
12 changes: 6 additions & 6 deletions packages/components/chip/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@spark-ui/chip",
"version": "0.4.0",
"description": "to help people enter information, make selections, filter content, or trigger actions",
"description": "to help people enter information, make selections, filter content, or trigger actions.",
"publishConfig": {
"access": "public"
},
Expand All @@ -28,17 +28,17 @@
"react-dom": "^16.8 || ^17.0 || ^18.0",
"tailwindcss": "^3.0.0"
},
"config": {
"title": "chip",
"category": "components"
},
"repository": {
"type": "git",
"url": "https://github.com/adevinta/spark.git",
"directory": "packages/components/chip"
},
"config": {
"title": "chip",
"category": "components"
},
"bugs": {
"url": "https://github.com/adevinta/spark/issues"
"url": "https://github.com/adevinta/spark/issues?q=label%3Acomponent+label%3Achip"
},
"homepage": "https://sparkui.vercel.app",
"license": "MIT",
Expand Down
8 changes: 6 additions & 2 deletions packages/components/dialog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,15 @@
},
"repository": {
"type": "git",
"url": "git@github.com:adevinta/spark.git",
"url": "https://github.com/adevinta/spark.git",
"directory": "packages/components/dialog"
},
"config": {
"title": "dialog",
"category": "components"
},
"bugs": {
"url": "https://github.com/adevinta/spark/issues"
"url": "https://github.com/adevinta/spark/issues?q=label%3Acomponent+label%3Adialog"
},
"homepage": "https://sparkui.vercel.app",
"license": "MIT",
Expand Down
8 changes: 6 additions & 2 deletions packages/components/drawer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,15 @@
},
"repository": {
"type": "git",
"url": "git@github.com:adevinta/spark.git",
"url": "https://github.com/adevinta/spark.git",
"directory": "packages/components/drawer"
},
"config": {
"title": "drawer",
"category": "components"
},
"bugs": {
"url": "https://github.com/adevinta/spark/issues"
"url": "https://github.com/adevinta/spark/issues?q=label%3Acomponent+label%3Adrawer"
},
"homepage": "https://sparkui.vercel.app",
"license": "MIT",
Expand Down
8 changes: 6 additions & 2 deletions packages/components/form-field/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,15 @@
},
"repository": {
"type": "git",
"url": "git@github.com:adevinta/spark.git",
"url": "https://github.com/adevinta/spark.git",
"directory": "packages/components/form-field"
},
"config": {
"title": "form-field",
"category": "components"
},
"bugs": {
"url": "https://github.com/adevinta/spark/issues"
"url": "https://github.com/adevinta/spark/issues?q=label%3Acomponent+label%3Aform-field"
},
"homepage": "https://sparkui.vercel.app",
"license": "MIT",
Expand Down
11 changes: 10 additions & 1 deletion packages/components/icon-button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,17 @@
"react-dom": "^16.8 || ^17.0 || ^18.0",
"tailwindcss": "^3.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/adevinta/spark.git",
"directory": "packages/components/icon-button"
},
"config": {
"title": "icon-button",
"category": "components"
},
"bugs": {
"url": "https://github.com/adevinta/spark/issues"
"url": "https://github.com/adevinta/spark/issues?q=label%3Acomponent+label%3Aicon-button"
},
"homepage": "https://sparkui.vercel.app",
"license": "MIT"
Expand Down
12 changes: 8 additions & 4 deletions packages/components/icon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,16 @@
"types": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "git@github.com:adevinta/spark.git",
"url": "https://github.com/adevinta/spark.git",
"directory": "packages/components/icon"
},
"config": {
"title": "icon",
"category": "components"
},
"bugs": {
"url": "https://github.com/adevinta/spark/issues?q=label%3Acomponent+label%3Aicon"
},
"scripts": {
"build": "vite build"
},
Expand All @@ -37,9 +44,6 @@
"react-dom": "^16.8 || ^17.0 || ^18.0",
"tailwindcss": "^3.0.0"
},
"bugs": {
"url": "https://github.com/adevinta/spark/issues"
},
"homepage": "https://sparkui.vercel.app",
"license": "MIT"
}
16 changes: 10 additions & 6 deletions packages/components/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@
"generate": "node ./scripts/build.mjs",
"build": "vite build"
},
"repository": {
"type": "git",
"url": "git@github.com:adevinta/spark.git",
"directory": "packages/components/icons"
},
"sideEffects": false,
"devDependencies": {
"change-case": "4.1.2",
Expand All @@ -41,8 +36,17 @@
"react-dom": "^16.8 || ^17.0 || ^18.0",
"tailwindcss": "^3.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/adevinta/spark.git",
"directory": "packages/components/icons"
},
"config": {
"title": "icons",
"category": "components"
},
"bugs": {
"url": "https://github.com/adevinta/spark/issues"
"url": "https://github.com/adevinta/spark/issues?q=label%3Acomponent+label%3Aicons"
},
"homepage": "https://sparkui.vercel.app",
"license": "MIT"
Expand Down
8 changes: 6 additions & 2 deletions packages/components/input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,15 @@
},
"repository": {
"type": "git",
"url": "git@github.com:adevinta/spark.git",
"url": "https://github.com/adevinta/spark.git",
"directory": "packages/components/input"
},
"config": {
"title": "input",
"category": "components"
},
"bugs": {
"url": "https://github.com/adevinta/spark/issues"
"url": "https://github.com/adevinta/spark/issues?q=label%3Acomponent+label%3Ainput"
},
"homepage": "https://sparkui.vercel.app",
"license": "MIT"
Expand Down
8 changes: 6 additions & 2 deletions packages/components/kbd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,15 @@
},
"repository": {
"type": "git",
"url": "git@github.com:adevinta/spark.git",
"url": "https://github.com/adevinta/spark.git",
"directory": "packages/components/kbd"
},
"config": {
"title": "kbd",
"category": "components"
},
"bugs": {
"url": "https://github.com/adevinta/spark/issues"
"url": "https://github.com/adevinta/spark/issues?q=label%3Acomponent+label%3Akbd"
},
"homepage": "https://sparkui.vercel.app",
"license": "MIT"
Expand Down
8 changes: 6 additions & 2 deletions packages/components/label/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,15 @@
},
"repository": {
"type": "git",
"url": "git@github.com:adevinta/spark.git",
"url": "https://github.com/adevinta/spark.git",
"directory": "packages/components/label"
},
"config": {
"title": "label",
"category": "components"
},
"bugs": {
"url": "https://github.com/adevinta/spark/issues"
"url": "https://github.com/adevinta/spark/issues?q=label%3Acomponent+label%3Alabel"
},
"homepage": "https://sparkui.vercel.app",
"license": "MIT"
Expand Down
9 changes: 8 additions & 1 deletion packages/components/popover/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,16 @@
},
"repository": {
"type": "git",
"url": "git@github.com:adevinta/spark.git",
"url": "https://github.com/adevinta/spark.git",
"directory": "packages/components/popover"
},
"config": {
"title": "popover",
"category": "components"
},
"bugs": {
"url": "https://github.com/adevinta/spark/issues?q=label%3Acomponent+label%3Apopover"
},
"dependencies": {
"@radix-ui/react-id": "1.0.1",
"@radix-ui/react-popover": "1.0.6",
Expand Down
8 changes: 6 additions & 2 deletions packages/components/portal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,15 @@
},
"repository": {
"type": "git",
"url": "git@github.com:adevinta/spark.git",
"url": "https://github.com/adevinta/spark.git",
"directory": "packages/components/portal"
},
"config": {
"title": "portal",
"category": "components"
},
"bugs": {
"url": "https://github.com/adevinta/spark/issues"
"url": "https://github.com/adevinta/spark/issues?q=label%3Acomponent+label%3Aportal"
},
"homepage": "https://sparkui.vercel.app",
"license": "MIT"
Expand Down
8 changes: 6 additions & 2 deletions packages/components/progress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,15 @@
},
"repository": {
"type": "git",
"url": "git@github.com:adevinta/spark.git",
"url": "https://github.com/adevinta/spark.git",
"directory": "packages/components/progress"
},
"config": {
"title": "progress",
"category": "components"
},
"bugs": {
"url": "https://github.com/adevinta/spark/issues"
"url": "https://github.com/adevinta/spark/issues?q=label%3Acomponent+label%3Aprogress"
},
"homepage": "https://sparkui.vercel.app",
"license": "MIT"
Expand Down
8 changes: 6 additions & 2 deletions packages/components/radio-group/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,15 @@
},
"repository": {
"type": "git",
"url": "git@github.com:adevinta/spark.git",
"url": "https://github.com/adevinta/spark.git",
"directory": "packages/components/radio-group"
},
"config": {
"title": "radio-group",
"category": "components"
},
"bugs": {
"url": "https://github.com/adevinta/spark/issues"
"url": "https://github.com/adevinta/spark/issues?q=label%3Acomponent+label%3Aradio-group"
},
"homepage": "https://sparkui.vercel.app",
"license": "MIT"
Expand Down
8 changes: 6 additions & 2 deletions packages/components/slot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,15 @@
},
"repository": {
"type": "git",
"url": "git@github.com:adevinta/spark.git",
"url": "https://github.com/adevinta/spark.git",
"directory": "packages/components/slot"
},
"config": {
"title": "slot",
"category": "components"
},
"bugs": {
"url": "https://github.com/adevinta/spark/issues"
"url": "https://github.com/adevinta/spark/issues?q=label%3Acomponent+label%3Aslot"
},
"homepage": "https://sparkui.vercel.app",
"license": "MIT"
Expand Down
Loading