Skip to content

Commit

Permalink
Deploy Version 0.3.2
Browse files Browse the repository at this point in the history
Deploy Version 0.3.2
  • Loading branch information
CheeseB authored May 17, 2024
2 parents e7c5bb0 + 20c5b80 commit 35623e0
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
9 changes: 9 additions & 0 deletions .storybook/preview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ const preview: Preview = {
date: /Date$/i,
},
},
backgrounds: {
default: 'dark',
values: [
{
name: 'dark',
value: '#0d0d0d',
},
],
},
},
};

Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ You can find usage instructions for the provided components at the GitHub link b

[https://github.com/sprint-team3/GGF-Design-System/tree/dev/docs](https://github.com/sprint-team3/GGF-Design-System/tree/dev/docs)

# StoryBook

You can navigate through the provided components and inspect both their usage and visual appearance at the link below.

[storybook](https://661f5982ddc662c8c9a12d6b-cihpzzrdsv.chromatic.com/?path=/story/alarm-alarm--example)

# License

This project is licensed under the terms of the MIT license
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ggf-ui",
"version": "0.3.0",
"version": "0.3.2",
"description": "GGF design system library",
"keywords": [
"react",
Expand Down Expand Up @@ -31,8 +31,8 @@
"scripts": {
"dev": "vite",
"build": "rm -rf dist && tsc && vite build",
"clean": "npm uninstall ggf-ui && npm cache verify && rm -rf ./ggf-ui-0.2.6.tgz ",
"test": "npm run clean && npm run build && npm pack && npm install ./ggf-ui-0.2.6.tgz",
"clean": "npm uninstall ggf-ui && npm cache verify && rm -rf ./ggf-ui-0.3.2.tgz ",
"test": "npm run clean && npm run build && npm pack && npm install ./ggf-ui-0.3.2.tgz",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"prepare": "husky",
"preview": "vite preview",
Expand Down

0 comments on commit 35623e0

Please sign in to comment.