Skip to content

Commit

Permalink
feat #275 - Timeline component, Accordion comp enhnacements (#276)
Browse files Browse the repository at this point in the history
* feat #275 - Initial implementation Timeline comp

* feat #275 - Update styles, add classes prop

* feat #275 - Bump package v

* feat #275 - Fix Dot placement

* feat #275 - Add FONT_AWESOME_AUTH_TOKEN to github actions

* feat #275 - Address comments

* feat #275 - Refac Accordion, add enhnacements

* feat #275 - Update Accordion

* feat #275 - Refac, update Timeline

* feat #275 - Add Timeline to components/index

* feat #275 - Fix Accordion header padding

* feat #275 - Address PR comments
  • Loading branch information
sam-dassana committed Apr 2, 2021
1 parent 4fd4081 commit d9586be
Show file tree
Hide file tree
Showing 22 changed files with 1,168 additions and 568 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ jobs:
rm -rf tsconfig.rollup.json
npm install
env:
FONT_AWESOME_AUTH_TOKEN: ${{ secrets.FONT_AWESOME_AUTH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- uses: chromaui/action@v1
# options required to the GitHub chromatic action
env:
FONT_AWESOME_AUTH_TOKEN: ${{ secrets.FONT_AWESOME_AUTH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
with:
# our project token, to see how to obtain it
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ jobs:
npm run build
env:
CI: true
FONT_AWESOME_AUTH_TOKEN: ${{ secrets.FONT_AWESOME_AUTH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3 changes: 3 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ registry=https://registry.npmjs.org

@dassana-io:registry=https://npm.pkg.github.com/
//npm.pkg.github.com/:_authToken=${NPM_TOKEN}

@fortawesome:registry=https://npm.fontawesome.com/
//npm.fontawesome.com/:_authToken=${FONT_AWESOME_AUTH_TOKEN}

0 comments on commit d9586be

Please sign in to comment.