-
Notifications
You must be signed in to change notification settings - Fork 31
Update Digdir design system to v1.5.1 #3624
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
5131bb8
to
b4fdffe
Compare
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
b4fdffe
to
be9478d
Compare
3d6659c
to
82dfca6
Compare
82dfca6
to
15e02e8
Compare
15e02e8
to
dbc5800
Compare
dbc5800
to
45bb308
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
|
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.
This PR contains the following updates:
1.1.10
->1.5.1
1.1.10
->1.5.1
1.1.10
->1.5.1
Release Notes
digdir/designsystemet (@digdir/designsystemet-css)
v1.5.1
Compare Source
@digdir/designsystemet@1.5.1
Patch Changes
@digdir/designsystemet-css@1.5.1
Patch Changes
<select>
and<textarea>
is not on same line as label (#4048)@digdir/designsystemet-react@1.5.1
Patch Changes
Field.Counter: Update count when react controls the input (#4047)
Popover: Only call
onClose
whenPopover
is open (#4065)@digdir/designsystemet-theme@1.5.1
v1.5.0
Compare Source
@digdir/designsystemet@1.5.0
Minor Changes
Sizing and size modes have been reimplemented align code and Figma implementations, and to support setting size mode in css queries. (#3866)
--ds-size-*
variables are now independent of the element's font size, and only depend on the size mode, which aligns the code implementation with how the modes already worked in Figma. Important: This will have a large visual impact on existing code where size variables have been used to style Heading elements (e.g. margin).Read Sizes in code for info on how size modes work after these changes.
Patch Changes
@digdir/designsystemet-css@1.5.0
Minor Changes
Sizing and size modes have been reimplemented align code and Figma implementations, and to support setting size mode in css queries. (#3866)
--ds-size-*
variables are now independent of the element's font size, and only depend on the size mode, which aligns the code implementation with how the modes already worked in Figma. Important: This will have a large visual impact on existing code where size variables have been used to style Heading elements (e.g. margin).Read Sizes in code for info on how size modes work after these changes.
@digdir/designsystemet-react@1.5.0
Minor Changes
Sizing and size modes have been reimplemented align code and Figma implementations, and to support setting size mode in css queries. (#3866)
--ds-size-*
variables are now independent of the element's font size, and only depend on the size mode, which aligns the code implementation with how the modes already worked in Figma. Important: This will have a large visual impact on existing code where size variables have been used to style Heading elements (e.g. margin).Read Sizes in code for info on how size modes work after these changes.
Patch Changes
Update npm non-major dependencies (#4039)
Details: Updated
u-details
package to adress an issue where you could tab into the content when details was closed (firefox only) (#4022)@digdir/designsystemet-theme@1.5.0
Minor Changes
Sizing and size modes have been reimplemented align code and Figma implementations, and to support setting size mode in css queries. (#3866)
--ds-size-*
variables are now independent of the element's font size, and only depend on the size mode, which aligns the code implementation with how the modes already worked in Figma. Important: This will have a large visual impact on existing code where size variables have been used to style Heading elements (e.g. margin).Read Sizes in code for info on how size modes work after these changes.
v1.4.0
Compare Source
@digdir/designsystemet@1.4.0
Patch Changes
Update npm non-major dependencies (#3989)
Update npm non-major dependencies (#4014)
@digdir/designsystemet-css@1.4.0
Patch Changes
Card: If
.ds-link
is used in a heading, remove focus and active styling (#4005)Fieldset: Removed uneccessary margin when visually hiding
Fieldset.Legend
with.ds-sr-only
(#3996)Update npm non-major dependencies (#3989)
Button: Change sizes of svg and icon (#3998)
[data-icon]
), it is1.5em
1.3em
@digdir/designsystemet-react@1.4.0
Patch Changes
Update npm non-major dependencies (#3989)
Update npm non-major dependencies (#4014)
Switch: correct jsdoc on
label
prop (#3984)@digdir/designsystemet-theme@1.4.0
Minor Changes
brand3
(#4008)import '@​digdir/designsystemet-theme/digdir.css'
;v1.3.0
Compare Source
@digdir/designsystemet@1.3.0
Minor Changes
Patch Changes
@digdir/designsystemet-css@1.3.0
@digdir/designsystemet-react@1.3.0
Minor Changes
Suggestion: TypeScript typing now depends on whether
multiple
is true or false. Whenmultiple
is true,selected
,defaultSelected
andonSelectedChange
are typed for arrays of items. Otherwise, they are typed for single items. (#3909)Suggestion: Removed type
SuggestionValues
, as this union is no longer useful. Usestring
orSuggestionItem
whenmultiple
isfalse
, andstring[]
orSuggestionItem[]
whenmultiple
istrue
. (#3909)Suggestion: remove deprecated props
value
,defaultValue
andonValueChange
. Useselected
,defaultSelected
andonSelectedChange
instead. (#3909)Patch Changes
update u-elements/u-details to 0.1.3 (#3981)
update u-elements/u-combobox to 1.0.1 (#3981)
Suggestion: Remove deprecated
Suggestion.Chips
(#3981)update u-elements/u-datalist to 1.0.14 (#3981)
Update npm non-major dependencies (#3973)
@digdir/designsystemet-theme@1.3.0
v1.2.0
Compare Source
@digdir/designsystemet@1.2.0
Patch Changes
Update npm non-major dependencies (#3923)
Replace
chalk
withpicocolors
(#3910)@digdir/designsystemet-css@1.2.0
Minor Changes
Badge: Allow adjusting the position of the badge using css variables
--dsc-badge-{top,bottom,left,right}
(#3965)Link: Automatically add recommended spacing to icons (svg or img), when there is also a
<span>
present. (#3942)<Link><Icon />Text</Link>
will not get spacing<Link><Icon /> Text</Link>
will get a leading underlined space character between icon and text, which looks bad<Link><Icon /><span>Text</span></Link>
will get recommended spacingPatch Changes
data-command="close"
will get an "X" iconbutton[data-command="close"]
is the first child of.ds-dialog
, it will float to the top right@digdir/designsystemet-react@1.2.0
Patch Changes
Field: Don't check for hidden elements (#3950)
Dialog: Add
data-command="close"
, which you can use to close the modal. (#3959)<form>
on our close buttonDialog: Deprecate
asChild
. Should always be a<dialog>
element. Will be removed in the next major version (#3940)Tabs.Panel: Add
aria-labelledby
to associated button (#3939)Tabs: Don't conditionally render
TabPanel
, usehidden
instead (#3936)TabPanel
components have heavy code, consider conditional rendering to improve performanceUpdate dependency @u-elements/u-details to ^0.1.2 (#3955)
Update npm non-major dependencies (#3923)
Skeleton: Deprecate
characters
prop, which never had any effect. (#3961)Tooltip: Close on click outside, applicable for mobile devices (#3957)
@digdir/designsystemet-theme@1.2.0
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 07:59 AM, Monday through Friday ( * 0-7 * * 1-5 ) in timezone Europe/Oslo, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.