From ac400fd9428cf21716036975e3e42c8bd9baec8a Mon Sep 17 00:00:00 2001 From: Yannick Date: Tue, 7 May 2024 23:15:34 +0200 Subject: [PATCH] Branding update --- .github/ISSUE_TEMPLATE/BugReport.yml | 2 +- .github/ISSUE_TEMPLATE/FeatureRequest.yml | 4 ++-- .github/ISSUE_TEMPLATE/IconRequest.yml | 2 +- README.md | 2 +- docs/package.json | 4 ++-- docs/src/design/layout/LayoutElements/Footer.tsx | 4 ++-- docs/vite.config.ts | 2 +- package.json | 8 ++++---- 8 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BugReport.yml b/.github/ISSUE_TEMPLATE/BugReport.yml index d5219b42..897f794e 100644 --- a/.github/ISSUE_TEMPLATE/BugReport.yml +++ b/.github/ISSUE_TEMPLATE/BugReport.yml @@ -60,5 +60,5 @@ body: required: true - label: The reproduction is included and is the minimum test case to recreate the faulty behavior. required: true - - label: I have [searched the issues](https://github.com/studio384/amaranth/issues) for any possible duplications of this bug report. + - label: I have [searched the issues](https://github.com/studio384/amicons/issues) for any possible duplications of this bug report. required: true diff --git a/.github/ISSUE_TEMPLATE/FeatureRequest.yml b/.github/ISSUE_TEMPLATE/FeatureRequest.yml index bfd6184e..7c049466 100644 --- a/.github/ISSUE_TEMPLATE/FeatureRequest.yml +++ b/.github/ISSUE_TEMPLATE/FeatureRequest.yml @@ -1,5 +1,5 @@ name: Feature Request -description: Suggest a new idea for Amaranth. +description: Suggest a new idea for Amicons. title: "[Feature] " labels: [feature] assignees: @@ -32,5 +32,5 @@ body: options: - label: This is a single feature. required: true - - label: I have [searched the issues](https://github.com/studio384/amaranth/issues) for any possible duplications of this feature request. + - label: I have [searched the issues](https://github.com/studio384/amicons/issues) for any possible duplications of this feature request. required: true diff --git a/.github/ISSUE_TEMPLATE/IconRequest.yml b/.github/ISSUE_TEMPLATE/IconRequest.yml index adca63da..6efe0fd0 100644 --- a/.github/ISSUE_TEMPLATE/IconRequest.yml +++ b/.github/ISSUE_TEMPLATE/IconRequest.yml @@ -32,7 +32,7 @@ body: options: - label: This is a single icon or part of an expected pair (e.g. `eye` and `eye-slashed`). required: true - - label: I have [searched the issues](https://github.com/studio384/amaranth/issues) for any possible duplications of this icon request. + - label: I have [searched the issues](https://github.com/studio384/amicons/issues) for any possible duplications of this icon request. required: true - label: An example image is included if available. required: false diff --git a/README.md b/README.md index b894d1a9..239f3421 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ An open source icon set for the next generation of Sippy. Install Amicons with the following npm command. ``` -npm install @studio384/amaranth +npm install @studio384/amicons ``` Amicons includes a number of ways to use it. Our package will include the individual SVG files, a React-component and JavaScript implementation with TypeScript definitions, as well as an old-school webfont. diff --git a/docs/package.json b/docs/package.json index b1e41ec1..513c8102 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { - "name": "amaranth-docs", - "homepage": "https://studio384.github.io/Amaranth", + "name": "amicons-docs", + "homepage": "https://studio384.github.io/amicons", "private": true, "version": "0.1.0", "type": "module", diff --git a/docs/src/design/layout/LayoutElements/Footer.tsx b/docs/src/design/layout/LayoutElements/Footer.tsx index fc94cd7f..b92b6d7b 100644 --- a/docs/src/design/layout/LayoutElements/Footer.tsx +++ b/docs/src/design/layout/LayoutElements/Footer.tsx @@ -86,7 +86,7 @@ export default function Footer() { - + Report a bug @@ -109,7 +109,7 @@ export default function Footer() { }} > - + diff --git a/docs/vite.config.ts b/docs/vite.config.ts index dd0b9053..b9b85faa 100644 --- a/docs/vite.config.ts +++ b/docs/vite.config.ts @@ -20,6 +20,6 @@ export default defineConfig({ '@': path.resolve(__dirname, './src') } }, - base: '/Amaranth/', + base: '/amicons/', envPrefix: 'AMICONS_' }); diff --git a/package.json b/package.json index 799134b4..c5f13439 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@studio384/amaranth", + "name": "@studio384/amicons", "version": "1.0.0-alpha.7", "description": "The iconography.", "main": "./dist/cjs/index.js", @@ -19,7 +19,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/studio384/amaranth.git" + "url": "git+https://github.com/studio384/amicons.git" }, "files": [ "/icons", @@ -33,9 +33,9 @@ "author": "", "license": "AGPL-3.0-or-later", "bugs": { - "url": "https://github.com/studio384/amaranth/issues" + "url": "https://github.com/studio384/amicons/issues" }, - "homepage": "https://studio384.github.io/amaranth", + "homepage": "https://studio384.github.io/amicons", "peerDependencies": { "@emotion/css": "^11.11.2", "react": ">=16.x"