-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Package publishing improvements. (#19)
Package publishing improvements
- Loading branch information
Showing
6 changed files
with
57 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
node_modules/ | ||
storybook-static/ | ||
.storybook/ | ||
temp/ | ||
coverage/ | ||
|
||
src/storybook/ | ||
|
||
.idea/ | ||
.vscode/ | ||
|
||
.gitignore | ||
|
||
rollup.config.mjs | ||
jest.config.js | ||
babel.config.js | ||
tsconfig.json | ||
|
||
src/**/*.stories.* | ||
src/**/*.test.* | ||
|
||
secret.txt | ||
diamondlightsource-sci-react-ui*.tgz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
publish-branch=main | ||
access=public |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Changelog | ||
|
||
## [0.0.1] - 2024-12-19 | ||
|
||
### Added | ||
- Components added: | ||
- Breadcrumbs - Highlight position of page in hierarchy | ||
- ColourSchemeButton - Switch between light and dark schemes. | ||
- Footer - A footer, with logo, menu and copyright | ||
- FooterLinks - A group of links for Footer | ||
- FooterLink - A link for FooterLinks | ||
- ImageColorSchemeSwitch - Allow images to be determined by colour scheme | ||
- Navbar - A header with a menu, and login | ||
- NavbarLinks - a group of menu items for Navbar | ||
- NavbarLink - a menuitem | ||
- ThemeProvider - A provider of a theme | ||
- User - User control, for login, logoff. | ||
- VisitInput - A Input for Diamonds visits/sessions | ||
- Themes added: | ||
- Diamond | ||
- Generic | ||
|
||
### Fixed | ||
- | ||
|
||
### Changed | ||
- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.