-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'next' into docs/field-cleanup
- Loading branch information
Showing
155 changed files
with
5,606 additions
and
4,434 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,8 @@ | ||
--- | ||
"@digdir/designsystemet-css": patch | ||
"@digdir/designsystemet-react": patch | ||
--- | ||
|
||
Table: | ||
- Correct footer styling | ||
- Automatic focus styling for sorting buttons |
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,5 @@ | ||
--- | ||
"@digdir/designsystemet-css": patch | ||
--- | ||
|
||
Switch: Adjust design to better align with radio and checkbox |
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,10 @@ | ||
--- | ||
"@digdir/designsystemet-css": patch | ||
"@digdir/designsystemet-react": patch | ||
--- | ||
|
||
Tooltip: Use popover API | ||
- Removes `delay`, this is now `--dsc-tooltip-transition-delay` | ||
- Removes `defaultOpen` | ||
- Removes `portal` | ||
- Removes ability to hover to keep open |
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,5 @@ | ||
--- | ||
"@digdir/designsystemet-css": minor | ||
--- | ||
|
||
New CSS variables for sizes, `--ds-size-*` |
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,7 @@ | ||
--- | ||
"@digdir/designsystemet-theme": minor | ||
"@digdir/designsystemet": minor | ||
"@digdir/designsystemet-css": minor | ||
--- | ||
|
||
Moved typography based sizing formula to design-tokens |
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,5 @@ | ||
--- | ||
"@digdir/designsystemet": minor | ||
--- | ||
|
||
Support for building typography based sizing design-tokens |
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 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 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 |
---|---|---|
|
@@ -69,7 +69,7 @@ export function Showcase({ className, ...props }: ShowcaseProps) { | |
placeholder='[email protected]' | ||
className={classes.userField} | ||
/> | ||
<Tooltip content='Trykk for å få hjelp' portal={false}> | ||
<Tooltip content='Trykk for å få hjelp'> | ||
<Link href='#' className={classes.userLink}> | ||
Glemt passord? | ||
</Link> | ||
|
@@ -207,10 +207,10 @@ export function Showcase({ className, ...props }: ShowcaseProps) { | |
</div> | ||
</div> | ||
<div className={cl(classes.card, classes.switches)}> | ||
<Heading style={{ marginBottom: 'var(--ds-spacing-2)' }}> | ||
<Heading style={{ marginBottom: 'var(--ds-size-2)' }}> | ||
Innstillinger | ||
</Heading> | ||
<Paragraph style={{ marginBottom: 'var(--ds-spacing-2)' }}> | ||
<Paragraph style={{ marginBottom: 'var(--ds-size-2)' }}> | ||
Her kan du justere på innstillingene dine | ||
</Paragraph> | ||
<div className={classes.switchGroup}> | ||
|
@@ -221,10 +221,10 @@ export function Showcase({ className, ...props }: ShowcaseProps) { | |
</div> | ||
</div> | ||
<div className={cl(classes.card, classes.combobox)}> | ||
<Heading style={{ marginBottom: 'var(--ds-spacing-2)' }}> | ||
<Heading style={{ marginBottom: 'var(--ds-size-2)' }}> | ||
Hvor er du fra? | ||
</Heading> | ||
<Paragraph style={{ marginBottom: 'var(--ds-spacing-2)' }}> | ||
<Paragraph style={{ marginBottom: 'var(--ds-size-2)' }}> | ||
Svar under så finner vi flyreise | ||
</Paragraph> | ||
<div className={classes.toggleCombo}> | ||
|
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 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
Oops, something went wrong.