From f0ac17fd77e03e39196c1f383a6a1f68fe8017b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Kuna?= <1282324+codecalm@users.noreply.github.com> Date: Sun, 6 Aug 2023 13:56:00 +0200 Subject: [PATCH 1/9] remove workflow file --- .github/workflows/add_to_project.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/add_to_project.yml diff --git a/.github/workflows/add_to_project.yml b/.github/workflows/add_to_project.yml deleted file mode 100644 index f64391692..000000000 --- a/.github/workflows/add_to_project.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Add new issues and pr to project - -on: - pull_request: - types: - - opened - issues: - types: - - opened - -jobs: - add-to-project: - name: Add new issue and pr to project - runs-on: ubuntu-latest - steps: - - uses: actions/add-to-project@v0.4.0 - with: - project-url: https://github.com/orgs/tabler/projects/9/views/1 - github-token: ${{ secrets.GITHUB_TOKEN }} From ec56a1ad67824db8a4e6c5825f9d113492e5de81 Mon Sep 17 00:00:00 2001 From: spilymp Date: Sun, 6 Aug 2023 14:06:30 +0200 Subject: [PATCH 2/9] Update README.md to fix CDN link (#727) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 24af989fe..21c542b4d 100644 --- a/README.md +++ b/README.md @@ -208,7 +208,7 @@ All files included in `@tabler/icons` npm package are available over a CDN. #### Iconfont ```html - + ``` To load a specific version replace `latest` with the desired version number. From e3aa0bd5d9ad61469856a888f8d3d927e73182a4 Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Sun, 6 Aug 2023 14:07:22 +0200 Subject: [PATCH 3/9] readme: fix GitHub spelling (#751) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21c542b4d..510feeb2d 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ npm install @tabler/icons --save ``` -or just [download from Github](https://github.com/tabler/tabler-icons/releases). +or just [download from GitHub](https://github.com/tabler/tabler-icons/releases). ## Usage From ccb7294b92abc62aa6ff4b884e0ffe314e720efd Mon Sep 17 00:00:00 2001 From: Shahriar <31452340+ShahriarKh@users.noreply.github.com> Date: Sun, 6 Aug 2023 15:41:09 +0330 Subject: [PATCH 4/9] Fix "construction" typo in tags (#754) * Update wall.svg * Update crane.svg * Update hammer.svg * Update crane-off.svg * Update hammer-off.svg --- src/_icons/crane-off.svg | 2 +- src/_icons/crane.svg | 2 +- src/_icons/hammer-off.svg | 2 +- src/_icons/hammer.svg | 2 +- src/_icons/wall.svg | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/_icons/crane-off.svg b/src/_icons/crane-off.svg index 779ef2517..dca2e6a49 100644 --- a/src/_icons/crane-off.svg +++ b/src/_icons/crane-off.svg @@ -1,6 +1,6 @@ --- category: Vehicles -tags: [consturction, building, machine, lifting] +tags: [construction, building, machine, lifting] version: "1.65" unicode: "f109" --- diff --git a/src/_icons/crane.svg b/src/_icons/crane.svg index 00a625ef5..05921836f 100644 --- a/src/_icons/crane.svg +++ b/src/_icons/crane.svg @@ -1,5 +1,5 @@ --- -tags: [consturction, building, machine, lifting] +tags: [construction, building, machine, lifting] category: Vehicles version: "1.41" unicode: "ef27" diff --git a/src/_icons/hammer-off.svg b/src/_icons/hammer-off.svg index 4fc547f29..706c1d583 100644 --- a/src/_icons/hammer-off.svg +++ b/src/_icons/hammer-off.svg @@ -1,5 +1,5 @@ --- -tags: [tool, repair, building, consturction] +tags: [tool, repair, building, construction] version: "1.66" unicode: "f13c" --- diff --git a/src/_icons/hammer.svg b/src/_icons/hammer.svg index 21606b971..217b4260a 100644 --- a/src/_icons/hammer.svg +++ b/src/_icons/hammer.svg @@ -1,5 +1,5 @@ --- -tags: [tool, repair, building, consturction] +tags: [tool, repair, building, construction] version: "1.47" unicode: "ef91" --- diff --git a/src/_icons/wall.svg b/src/_icons/wall.svg index c0b88d82f..fb8cd7eef 100644 --- a/src/_icons/wall.svg +++ b/src/_icons/wall.svg @@ -1,5 +1,5 @@ --- -tags: [brick, security, firewall, building, renovation, consturction] +tags: [brick, security, firewall, building, renovation, construction] version: "1.45" unicode: "ef7a" --- From 8159279c87c818ad0f308852b3ab411dabdbb685 Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Sun, 6 Aug 2023 14:11:34 +0200 Subject: [PATCH 5/9] readme: small grammar fix (#752) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 510feeb2d..394b7b853 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ const MyComponent = () => { } ``` -`@tabler/icons-react` exports it's own type declarations for usage with React and Typescript. +`@tabler/icons-react` exports its own type declarations for usage with React and Typescript. For more details, see the [documentation](https://github.com/tabler/tabler-icons/tree/master/packages/icons-react). @@ -175,7 +175,7 @@ After importing the _IconsModule_ in your feature or shared module, use the icon ``` -`angular-tabler-icons` exports it's own type declarations for usage with Typescript. +`angular-tabler-icons` exports its own type declarations for usage with Typescript. For more usage documentation refer to [the official documentation](https://github.com/pierreavn/angular-tabler-icons). From 205005e13151d5c899a2fcec58da30f9847c2931 Mon Sep 17 00:00:00 2001 From: SevicheCC <91365763+Sevichecc@users.noreply.github.com> Date: Sun, 6 Aug 2023 20:13:35 +0800 Subject: [PATCH 6/9] Fix category of currency-florin.svg (#761) --- src/_icons/currency-florin.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_icons/currency-florin.svg b/src/_icons/currency-florin.svg index d0340d6a9..571d6952c 100644 --- a/src/_icons/currency-florin.svg +++ b/src/_icons/currency-florin.svg @@ -1,5 +1,5 @@ --- -category: Currency +category: Currencies version: "2.24" unicode: "faf5" --- From f83e982f1947368f7be8d1ffc4e1f1c17b9fc93c Mon Sep 17 00:00:00 2001 From: Daniel Tamargo <32647764+DanielTamargo@users.noreply.github.com> Date: Sun, 6 Aug 2023 14:13:58 +0200 Subject: [PATCH 7/9] Added strokeWidth property to icons-vue SVGProps interface (#763) --- packages/icons-vue/build.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/icons-vue/build.mjs b/packages/icons-vue/build.mjs index d5d661220..919bd4899 100644 --- a/packages/icons-vue/build.mjs +++ b/packages/icons-vue/build.mjs @@ -21,6 +21,7 @@ declare module '@tabler/icons-vue' // Create interface extending SVGAttributes export interface SVGProps extends Partial { size?: 24 | number + strokeWidth?: number | string } // Generated icons` From 1b0356812d4db834d6b017b2c963cf66d8f2f9e9 Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Sun, 6 Aug 2023 14:14:40 +0200 Subject: [PATCH 8/9] chore: Rename brand-microsoft-teams.svg to brand-teams.svg (#697) --- src/_icons/{brand-microsoft-teams.svg => brand-teams.svg} | 1 + 1 file changed, 1 insertion(+) rename src/_icons/{brand-microsoft-teams.svg => brand-teams.svg} (92%) diff --git a/src/_icons/brand-microsoft-teams.svg b/src/_icons/brand-teams.svg similarity index 92% rename from src/_icons/brand-microsoft-teams.svg rename to src/_icons/brand-teams.svg index d0e6a0cc9..3d40f223c 100644 --- a/src/_icons/brand-microsoft-teams.svg +++ b/src/_icons/brand-teams.svg @@ -1,4 +1,5 @@ --- +tags: [microsoft, technology] category: Brand version: "2.23" unicode: "fadf" From a8b3eb11f0e04b04e0da79586cfe98e9ca6a72e2 Mon Sep 17 00:00:00 2001 From: Koute Date: Sun, 6 Aug 2023 13:16:02 +0100 Subject: [PATCH 9/9] Use `fs.readFileSync` + `JSON.parse` to read compile options (#702) --- .build/helpers.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build/helpers.mjs b/.build/helpers.mjs index 55b2de548..41c5af477 100644 --- a/.build/helpers.mjs +++ b/.build/helpers.mjs @@ -283,7 +283,7 @@ export const getCompileOptions = () => { if (fs.existsSync('../compile-options.json')) { try { - const tempOptions = require('../compile-options.json') + const tempOptions = JSON.parse(fs.readFileSync('../compile-options.json').toString()) if (typeof tempOptions !== 'object') { throw 'Compile options file does not contain an json object'