You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"detail": "If you update web-components, your styles need a small change: remove @abgov/styles from your package.json, then point your stylesheet import at the web-components package instead.",
"detail": "Components now support dark mode. This is experimental while we gather feedback. Try it in your service and share what you learn, it will help shape the production version.",
13
+
"experimental": true,
14
+
"issue": "3873",
15
+
"links": [
16
+
{ "label": "Designing for dark mode", "href": "/get-started/designers/designing-for-dark-mode" },
17
+
{ "label": "Dark mode theme for developers", "href": "/get-started/developers/dark-mode-theme" }
18
+
]
19
+
},
20
+
{
21
+
"title": "Accordion actions slot and filled heading",
22
+
"detail": "Added support for an actions slot in the Accordion header, plus a new headingType property that can be set to \"filled\".",
23
+
"components": ["accordion"]
24
+
},
25
+
{
26
+
"title": "Badges in the Work Side Menu Item",
27
+
"detail": "Added a trailingContent slot so you can place badges in a work side menu item.",
28
+
"components": ["work-side-menu-item"],
29
+
"issue": "3814"
30
+
},
31
+
{
32
+
"title": "Consistent file upload validation",
33
+
"detail": "Invalid uploaded files now render consistently as FileUploadCard components, including their validation error states.",
34
+
"components": ["file-upload-card"]
35
+
},
36
+
{
37
+
"title": "Interactive components no longer close their parent",
38
+
"detail": "Fixed bubbling close events, so using a popover, date picker, dropdown, or drawer inside a parent component no longer closes the parent.",
0 commit comments