-
-
Notifications
You must be signed in to change notification settings - Fork 563
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1,517 changed files
with
3,641 additions
and
3,205 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,92 +1,92 @@ | ||
# For changed dependencies | ||
📦 dependencies: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- pnpm-lock.yaml | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- pnpm-lock.yaml | ||
|
||
# For changes in documentation | ||
📖 documentation: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- docs/*.md | ||
- docs/**/*.md | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- docs/*.md | ||
- docs/**/*.md | ||
|
||
# For changes in the site, but not markdown files | ||
🌍 site: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- 'docs/**' | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- 'docs/**' | ||
|
||
# For changes in the metadata | ||
🫧 metadata: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- 'icons/*.json' | ||
- categories/* | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- 'icons/*.json' | ||
- categories/* | ||
|
||
# For changes or added icons | ||
🎨 icon: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- 'icons/*.svg' | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- 'icons/*.svg' | ||
|
||
# For changes in the lucide package | ||
🧳 lucide package: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- 'packages/lucide/*' | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- 'packages/lucide/*' | ||
|
||
# For changes in the lucide React package | ||
⚛️ react package: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- 'packages/lucide-react/*' | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- 'packages/lucide-react/*' | ||
|
||
# For changes in the lucide React Native package | ||
⚛️ react native package: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- 'packages/lucide-react-native/*' | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- 'packages/lucide-react-native/*' | ||
|
||
# For changes in the lucide vue packages | ||
💎 vue package: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- 'packages/lucide-vue/*' | ||
- 'packages/lucide-vue-next/*' | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- 'packages/lucide-vue/*' | ||
- 'packages/lucide-vue-next/*' | ||
|
||
# For changes in the lucide angular package | ||
🅰️ angular package: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- 'packages/lucide-angular/*' | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- 'packages/lucide-angular/*' | ||
|
||
# For changes in the lucide preact package | ||
⚛️ preact package: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- 'packages/lucide-preact/*' | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- 'packages/lucide-preact/*' | ||
|
||
# For changes in the lucide svelte package | ||
🧣 svelte package: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- 'packages/lucide-svelte/*' | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- 'packages/lucide-svelte/*' | ||
|
||
# For changes in the lucide solid package | ||
🪝 solid package: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- 'packages/lucide-solid/*' | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- 'packages/lucide-solid/*' | ||
|
||
# For changes in the lucide static package | ||
🪨 static package: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- 'packages/lucide-static/*' | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- 'packages/lucide-static/*' | ||
|
||
# For changes in the lucide flutter package | ||
🏹 flutter package: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- 'packages/lucide-flutter/*' | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- 'packages/lucide-flutter/*' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name: Close stale issues and PR | ||
on: | ||
schedule: | ||
- cron: "45 1 * * *" | ||
- cron: '45 1 * * *' | ||
|
||
jobs: | ||
stale: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,4 +12,4 @@ | |
"webRoot": "${workspaceFolder}" | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,6 @@ | ||
{ | ||
"cSpell.words": [ | ||
"devs", | ||
"preact", | ||
"Preact" | ||
], | ||
"cSpell.words": ["devs", "preact", "Preact"], | ||
"eslint.enable": true, | ||
"eslint.validate": [ | ||
"javascript", | ||
"svg" | ||
], | ||
"eslint.validate": ["javascript", "svg"], | ||
"svg.preview.background": "transparent" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
"$schema": "../category.schema.json", | ||
"title": "Accessibility", | ||
"icon": "accessibility" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
"$schema": "../category.schema.json", | ||
"title": "Accounts & access", | ||
"icon": "user" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
"$schema": "../category.schema.json", | ||
"title": "Animals", | ||
"icon": "dog" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
"$schema": "../category.schema.json", | ||
"title": "Arrows", | ||
"icon": "arrow-left-right" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
"$schema": "../category.schema.json", | ||
"title": "Brands", | ||
"icon": "facebook" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
"$schema": "../category.schema.json", | ||
"title": "Buildings", | ||
"icon": "building" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
"$schema": "../category.schema.json", | ||
"title": "Charts", | ||
"icon": "pie-chart" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
"$schema": "../category.schema.json", | ||
"title": "Communication", | ||
"icon": "message-circle" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
"$schema": "../category.schema.json", | ||
"title": "Connectivity", | ||
"icon": "wifi" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
"$schema": "../category.schema.json", | ||
"title": "Currency", | ||
"icon": "dollar-sign" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
"$schema": "../category.schema.json", | ||
"title": "Cursors", | ||
"icon": "mouse-pointer-2" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
"$schema": "../category.schema.json", | ||
"title": "Design", | ||
"icon": "palette" | ||
} | ||
} |
Oops, something went wrong.