File tree Expand file tree Collapse file tree 6 files changed +53
-35
lines changed
Expand file tree Collapse file tree 6 files changed +53
-35
lines changed Original file line number Diff line number Diff line change 1+ node_modules /
2+ storybook-static /
3+ .storybook /
4+ temp /
5+ coverage /
6+
7+ src /storybook /
8+
9+ .idea /
10+ .vscode /
11+
12+ .gitignore
13+
14+ rollup.config.mjs
15+ jest.config.js
16+ babel.config.js
17+ tsconfig.json
18+
19+ src /** /* .stories. *
20+ src /** /* .test. *
21+
22+ secret.txt
23+ diamondlightsource-sci-react-ui * .tgz
Original file line number Diff line number Diff line change 1+ publish-branch = main
2+ access = public
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## [ 0.0.1] - 2024-12-19
4+
5+ ### Added
6+ - Components added:
7+ - Breadcrumbs
8+ - Footer
9+ - FooterLinks
10+ - Navbar
11+ - NavbarLinks
12+ - ThemeProvider
13+ - User
14+ - VisitInput
15+ - Themes added:
16+ - Diamond
17+ - Base
18+
19+ ### Fixed
20+ -
21+
22+ ### Changed
23+ -
Original file line number Diff line number Diff line change 11{
22 "name" : " @diamondlightsource/sci-react-ui" ,
33 "version" : " 0.0.1" ,
4- "description" : " A collection of react components based on MUI." ,
54 "type" : " module" ,
6- "author" : " DLS" ,
5+ "description" : " A theme and component library to make websites at scientific installations simple to create." ,
6+ "author" : " Diamond Light Source" ,
77 "license" : " ISC" ,
88 "repository" : {
99 "type" : " git" ,
Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ Scientific React UI
22===================
33
44Scientific React UI components, based on MUI.
5+ _ Early development release._
6+
7+ A theme and component library to make websites at scientific installations simple to create.
58
69Using
710-----
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments