From 71d7297a0837af33050aadd1049f7517bf01406d Mon Sep 17 00:00:00 2001 From: Niklas van Schrick Date: Wed, 20 Dec 2023 22:30:22 +0100 Subject: [PATCH] Rename project to pictor --- .github/workflows/ci.yml | 2 +- .gitlab-ci.yml | 6 +++--- .storybook/theme.js | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f48bdf51..0acf0b02 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: pipeline: runs-on: ubuntu-latest steps: - - uses: Taucher2003/GitLab-Pipeline-Action@1.4.1 + - uses: Taucher2003/GitLab-Pipeline-Action@1.5.0 name: Run pipeline id: pipeline with: diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 56fb6847..8bd833f5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,11 +6,11 @@ storybook:build: - npm run storybook:build - | echo -e "\e[0Ksection_start:`date +%s`:glpa_summary\r\e[0KHeader of the summary" - echo "Storybook available at https://code0-tech.gitlab.io/-/base-ui/-/jobs/$CI_JOB_ID/artifacts/storybook-static/index.html" + echo "Storybook available at https://code0-tech.gitlab.io/-/pictor/-/jobs/$CI_JOB_ID/artifacts/storybook-static/index.html" echo -e "\e[0Ksection_end:`date +%s`:glpa_summary\r\e[0K" environment: name: storybook/$CI_COMMIT_REF_SLUG - url: https://code0-tech.gitlab.io/-/base-ui/-/jobs/$CI_JOB_ID/artifacts/storybook-static/index.html + url: https://code0-tech.gitlab.io/-/pictor/-/jobs/$CI_JOB_ID/artifacts/storybook-static/index.html auto_stop_in: 7 days artifacts: paths: @@ -30,7 +30,7 @@ storybook:test: if [[ $exit_code -ne 0 && -d "__snapshots__/__diff_output__" ]]; then echo -e "\e[0Ksection_start:`date +%s`:glpa_summary\r\e[0KHeader of the summary" echo "Storybook tests failed." - echo "Check for rendering differences at http://gitlab.com/code0-tech/base-ui/-/jobs/$CI_JOB_ID/artifacts/browse/__snapshots__/__diff_output__/" + echo "Check for rendering differences at http://gitlab.com/code0-tech/pictor/-/jobs/$CI_JOB_ID/artifacts/browse/__snapshots__/__diff_output__/" echo "If the changes are intended, update the fixtures with npm run storybook:test:update" echo -e "\e[0Ksection_end:`date +%s`:glpa_summary\r\e[0K" fi diff --git a/.storybook/theme.js b/.storybook/theme.js index c2de0bfe..a3efeb1a 100644 --- a/.storybook/theme.js +++ b/.storybook/theme.js @@ -8,7 +8,7 @@ export default create({ fontBase: '"Ubuntu", sans-serif', fontCode: 'monospace', - brandTitle: 'Code0 Base UI', + brandTitle: 'Code0 Pictor', brandUrl: 'https://code0.tech', brandImage: 'https://cdn.discordapp.com/attachments/1173726744130375791/1176472242469740604/Logo.png', brandTarget: '_self', diff --git a/package-lock.json b/package-lock.json index d9a6ebe7..a21425d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "@code0-tech/base-ui", + "name": "@code0-tech/pictor", "version": "0.1.0-pre-alpha", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "@code0-tech/base-ui", + "name": "@code0-tech/pictor", "version": "0.1.0-pre-alpha", "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index f2ff8a82..80d7e2f4 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@code0-tech/base-ui", + "name": "@code0-tech/pictor", "version": "0.1.0-pre-alpha", "description": "A simple template for a custom React component library", "scripts": {