Skip to content

Commit

Permalink
MIM-1962:Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ssb-cgn committed Aug 20, 2024
1 parent b7d21e7 commit c45e7e5
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions lib/bundle.css
Original file line number Diff line number Diff line change
Expand Up @@ -1080,6 +1080,15 @@ a {
outline-offset: 2px;
border-radius: 8px;
}
.ssb-expansion-box.sneak-peek:not(.ssb-expansion-box.sneak-peek.open) {
position: relative;
}
.ssb-expansion-box.sneak-peek:not(.ssb-expansion-box.sneak-peek.open) .header::before {
content: "";
position: absolute;
inset: 0;
z-index: 1;
}
.ssb-expansion-box.sneak-peek .header {
padding-bottom: 0.5rem;
transition: padding-bottom 0.5s;
Expand Down
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": "@statisticsnorway/ssb-component-library",
"version": "2.2.7",
"version": "2.2.8",
"description": "Component library for SSB (Statistics Norway)",
"main": "lib/bundle.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/components/ExpansionBox/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

<ExpansionBox header='ExpansionBox open by default' text='This is paragraph text which explains the expansionBox' openByDefault />

<ExpansionBox header='ExpansionBox with icon and sneakpeek text' text='This is paragraph text which explains the expansionBox' aiIcon sneakPeek />
<ExpansionBox header='ExpansionBox with AI icon and sneakpeek text' text='This is paragraph text which explains the expansionBox' aiIcon sneakPeek />
```

Available props:
Expand Down

0 comments on commit c45e7e5

Please sign in to comment.