diff --git a/.storybook/index.scss b/.storybook/index.scss index 7253f7dc..023fa58d 100644 --- a/.storybook/index.scss +++ b/.storybook/index.scss @@ -1,4 +1,7 @@ .css-1njl3fa { + border: none !important; + background-image: none !important; + div { :first-child { margin-left: 2px; diff --git a/.storybook/theme.ts b/.storybook/theme.ts index bf725465..e7b321e1 100644 --- a/.storybook/theme.ts +++ b/.storybook/theme.ts @@ -2,5 +2,6 @@ import { create } from '@storybook/theming/create'; export default create({ base: 'light', - brandTitle: 'Gecko UI Library', + brandTitle: 'Shohin', + brandUrl: 'https://mrksbnc.github.io/ds', }); diff --git a/README.md b/README.md index 53a3a0ed..337fc7f5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Vue Component Library +# Ds - Vue 3 Component Library ![Version](https://img.shields.io/github/package-json/v/mrksbnc/complib) @@ -46,7 +46,7 @@ npm run build-storybook ``` This will build the Storybook documentation and generate the static files in the `docs` folder. -The directory is used by GitHub Pages to host the documentation. +The directory is used by DstHub Pages to host the documentation. ### Run your unit tests diff --git a/package-lock.json b/package-lock.json index 1653376b..bce6b873 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "@mrksbnc/gecko", + "name": "@mrksbnc/ds", "version": "0.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "@mrksbnc/gecko", + "name": "@mrksbnc/ds", "version": "0.0.0", "dependencies": { "vue": "^3.3.4" diff --git a/package.json b/package.json index ef85b0f2..126e7aa2 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@mrksbnc/shohin", + "name": "@mrksbnc/ds", "version": "0.0.0", "description": "Vue 3 UI library built with Vite, TailwindCSS, and Storybook", "scripts": { @@ -18,10 +18,10 @@ "minor": "npm version --no-git-tag-version minor", "major": "npm version --no-git-tag-version major" }, - "homepage": "http://mrksbnc.github.io/shohin", + "homepage": "http://mrksbnc.github.io/ds", "repository": { "type": "git", - "url": "https://github.com/mrksbnc/shohin.git" + "url": "https://github.com/mrksbnc/ds.git" }, "files": [ "dist/**/*" diff --git a/src/components/Button/ClButtonGroup.vue b/src/components/Button/ClButtonGroup.vue deleted file mode 100644 index 2d9bb8ec..00000000 --- a/src/components/Button/ClButtonGroup.vue +++ /dev/null @@ -1,116 +0,0 @@ - - - diff --git a/src/components/Button/ClButton.vue b/src/components/Button/DsButton.vue similarity index 80% rename from src/components/Button/ClButton.vue rename to src/components/Button/DsButton.vue index 50b8e10e..e6cad284 100644 --- a/src/components/Button/ClButton.vue +++ b/src/components/Button/DsButton.vue @@ -1,27 +1,30 @@