Skip to content

Commit

Permalink
Release 0.0.101
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Jan 29, 2024
1 parent 1d7716e commit 7d5032d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@surfnet/sds",
"version": "0.0.100",
"version": "0.0.101",
"description": "SURF Design System for React",
"main": "cjs/index.js",
"module": "esm/index.js",
Expand Down
3 changes: 2 additions & 1 deletion src/components/RadioOptions/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export { default } from "./RadioOptions";
export {default as RadioOptions} from "./RadioOptions";
export {default as RadioOptionsOrientation} from "./RadioOptionsOrientation";
1 change: 1 addition & 0 deletions src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export { default as MoreLessToggle } from "./MoreLessToggle/MoreLessToggle";
export { default as Pagination } from "./Pagination/Pagination";
export { default as RadioButton } from "./RadioButton/RadioButton";
export { default as RadioOptions } from "./RadioOptions/RadioOptions";
export { default as RadioOptionsOrientation } from "./RadioOptions/RadioOptionsOrientation";
export { default as Switch } from "./Switch/Switch";
export { default as SegmentedControl } from "./SegmentedControl/SegmentedControl";
export { default as Toaster } from "./Toaster/Toaster";
Expand Down

0 comments on commit 7d5032d

Please sign in to comment.