Skip to content

Commit

Permalink
Merge branch 'main' into feature/sc-45636/sdk-make-a-svelte-react-imp…
Browse files Browse the repository at this point in the history
…lementation-that
  • Loading branch information
etienneburdet committed Mar 7, 2024
2 parents 50a716f + 2da7c53 commit c52befe
Show file tree
Hide file tree
Showing 32 changed files with 60,502 additions and 54,796 deletions.
21 changes: 20 additions & 1 deletion packages/visualizations-react/.storybook/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,23 @@ h3 {

a:link, a:visited, a:active {
color: #774936;
}
}

/* Style for the Custom style Table story */
.table-story--custom-style .table-wrapper {
border-color: #fcd4cf;
}
.table-story--custom-style thead {
border-bottom-color: #f94346;
border-bottom-width: 2px;
background-color: #fd635d;
color:#ffffff;
}

.table-story--custom-style tbody tr {
border-bottom-color: #fcd4cf;
}
.table-story--custom-style tbody tr:hover {
background-color: #f9aea4;
}

19 changes: 19 additions & 0 deletions packages/visualizations-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.21.0](https://github.com/opendatasoft/ods-dataviz-sdk/compare/@opendatasoft/[email protected]...@opendatasoft/[email protected]) (2024-02-23)


### Features

* **Table:** first version ([#223](https://github.com/opendatasoft/ods-dataviz-sdk/issues/223)) ([d0bd88d](https://github.com/opendatasoft/ods-dataviz-sdk/commit/d0bd88dce8938ceb735d6689a38b8b095e7f25fb))





## [0.20.2](https://github.com/opendatasoft/ods-dataviz-sdk/compare/@opendatasoft/[email protected]...@opendatasoft/[email protected]) (2024-01-29)

**Note:** Version bump only for package @opendatasoft/visualizations-react





# [0.20.0](https://github.com/opendatasoft/ods-dataviz-sdk/compare/@opendatasoft/[email protected]...@opendatasoft/[email protected]) (2024-01-24)


Expand Down
Loading

0 comments on commit c52befe

Please sign in to comment.