@navikt/ds-css 8.10.2 → 8.10.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/component/accordion.css +6 -21
- package/dist/component/accordion.min.css +1 -1
- package/dist/component/actionmenu.css +1 -9
- package/dist/component/alert.css +6 -16
- package/dist/component/alert.min.css +1 -1
- package/dist/component/button.css +5 -66
- package/dist/component/button.min.css +1 -1
- package/dist/component/chat.css +3 -19
- package/dist/component/chat.min.css +1 -1
- package/dist/component/date.css +11 -66
- package/dist/component/date.min.css +1 -1
- package/dist/component/dialog.css +15 -57
- package/dist/component/dialog.min.css +1 -1
- package/dist/component/dropdown.css +1 -2
- package/dist/component/dropdown.min.css +1 -1
- package/dist/component/expansioncard.css +5 -27
- package/dist/component/expansioncard.min.css +1 -1
- package/dist/component/form.css +26 -208
- package/dist/component/form.min.css +1 -1
- package/dist/component/guidepanel.css +3 -19
- package/dist/component/guidepanel.min.css +1 -1
- package/dist/component/helptext.css +1 -5
- package/dist/component/helptext.min.css +1 -1
- package/dist/component/inlinemessage.css +1 -1
- package/dist/component/inlinemessage.min.css +1 -1
- package/dist/component/internalheader.css +1 -10
- package/dist/component/internalheader.min.css +1 -1
- package/dist/component/link.css +1 -5
- package/dist/component/linkanchor.css +2 -10
- package/dist/component/linkcard.css +8 -55
- package/dist/component/linkcard.min.css +1 -1
- package/dist/component/list.css +3 -3
- package/dist/component/list.min.css +1 -1
- package/dist/component/modal.css +3 -16
- package/dist/component/modal.min.css +1 -1
- package/dist/component/primitives.css +4 -18
- package/dist/component/primitives.min.css +1 -1
- package/dist/component/process.css +10 -53
- package/dist/component/process.min.css +1 -1
- package/dist/component/skeleton.css +0 -1
- package/dist/component/skeleton.min.css +1 -1
- package/dist/component/stepper.css +2 -22
- package/dist/component/stepper.min.css +1 -1
- package/dist/component/table.css +1 -22
- package/dist/component/table.min.css +1 -1
- package/dist/component/tabs.css +3 -3
- package/dist/component/tabs.min.css +1 -1
- package/dist/component/tag.css +1 -12
- package/dist/component/tag.min.css +1 -1
- package/dist/component/timeline.css +2 -12
- package/dist/component/timeline.min.css +1 -1
- package/dist/component/togglegroup.css +0 -1
- package/dist/component/togglegroup.min.css +1 -1
- package/dist/components.css +125 -759
- package/dist/components.min.css +1 -1
- package/dist/global/tokens.css +1 -1
- package/dist/global/tokens.min.css +1 -1
- package/dist/index.css +126 -760
- package/dist/index.min.css +1 -1
- package/package.json +13 -7
- package/src/data-table.css +72 -4
- package/types.d.ts +1 -0
- package/.gitignore +0 -1
- package/CHANGELOG.md +0 -1574
- package/config/_mappings.d.ts +0 -25
- package/config/_mappings.js +0 -264
- package/config/bundle.ts +0 -279
- package/config/get-version.js +0 -4
package/CHANGELOG.md
DELETED
|
@@ -1,1574 +0,0 @@
|
|
|
1
|
-
# @navikt/ds-css
|
|
2
|
-
|
|
3
|
-
## 8.10.2
|
|
4
|
-
|
|
5
|
-
### Patch Changes
|
|
6
|
-
|
|
7
|
-
- Dialog: Now aligns to bottom when centered at 480px instead of 768px screen width ([#4831](https://github.com/navikt/aksel/pull/4831))
|
|
8
|
-
|
|
9
|
-
## 8.10.1
|
|
10
|
-
|
|
11
|
-
### Patch Changes
|
|
12
|
-
|
|
13
|
-
- Modal: Changing `size` had no effect before ([#4823](https://github.com/navikt/aksel/pull/4823))
|
|
14
|
-
|
|
15
|
-
## 8.10.0
|
|
16
|
-
|
|
17
|
-
### Minor Changes
|
|
18
|
-
|
|
19
|
-
- DatePicker: Highlight days between start and hovered day ([#4801](https://github.com/navikt/aksel/pull/4801))
|
|
20
|
-
|
|
21
|
-
### Patch Changes
|
|
22
|
-
|
|
23
|
-
- Skeleton: Text-variant now has properly rounded edges ([#4808](https://github.com/navikt/aksel/pull/4808))
|
|
24
|
-
|
|
25
|
-
- ExpandableRow: Fix selected row top border not showing when row above was collapsed ([#4810](https://github.com/navikt/aksel/pull/4810))
|
|
26
|
-
|
|
27
|
-
- Timeline: Icons in periods now scale based on avaliable space. No longer clips on smaller periods ([#4809](https://github.com/navikt/aksel/pull/4809))
|
|
28
|
-
|
|
29
|
-
- DatePicker, MonthPicker: Change styling on disabled days/months ([#4801](https://github.com/navikt/aksel/pull/4801))
|
|
30
|
-
|
|
31
|
-
- InfoCard: Align header with content when no icon is present for small version. ([#4815](https://github.com/navikt/aksel/pull/4815))
|
|
32
|
-
|
|
33
|
-
- InfoCard, LocalAlert, GlobalAlert: Update content typography use and sizing. ([#4815](https://github.com/navikt/aksel/pull/4815))
|
|
34
|
-
|
|
35
|
-
## 8.9.1
|
|
36
|
-
|
|
37
|
-
### Patch Changes
|
|
38
|
-
|
|
39
|
-
- Button: Use correct text color when inherited `data-color` is "neutral" ([#4772](https://github.com/navikt/aksel/pull/4772))
|
|
40
|
-
|
|
41
|
-
- Checkbox, Radio: Internal updates. ([#4760](https://github.com/navikt/aksel/pull/4760))
|
|
42
|
-
|
|
43
|
-
- Datepicker, Monthpicker: Sync background on DateInput button to Input. ([#4781](https://github.com/navikt/aksel/pull/4781))
|
|
44
|
-
|
|
45
|
-
## 8.9.0
|
|
46
|
-
|
|
47
|
-
### Minor Changes
|
|
48
|
-
|
|
49
|
-
- InternalHeader: Added `isActive`-prop to `InternalHeader.Button`. ([#4761](https://github.com/navikt/aksel/pull/4761))
|
|
50
|
-
|
|
51
|
-
### Patch Changes
|
|
52
|
-
|
|
53
|
-
- DatePicker, MonthPicker: Make open button more prominent ([#4751](https://github.com/navikt/aksel/pull/4751))
|
|
54
|
-
|
|
55
|
-
## 8.8.0
|
|
56
|
-
|
|
57
|
-
### Minor Changes
|
|
58
|
-
|
|
59
|
-
- ReadMore: Added variant `moderate`. ([#4723](https://github.com/navikt/aksel/pull/4723))
|
|
60
|
-
|
|
61
|
-
- InfoCard: New sub-component InfoCard.Message. ([#4717](https://github.com/navikt/aksel/pull/4717))
|
|
62
|
-
|
|
63
|
-
### Patch Changes
|
|
64
|
-
|
|
65
|
-
- GlobalAlert, LocalAlert: Content outline changed from 4px to 2px. ([#4745](https://github.com/navikt/aksel/pull/4745))
|
|
66
|
-
|
|
67
|
-
## 8.7.0
|
|
68
|
-
|
|
69
|
-
### Minor Changes
|
|
70
|
-
|
|
71
|
-
- Datepicker, MonthPicker: Opening popover now auto-focuses it. ([#4676](https://github.com/navikt/aksel/pull/4676))
|
|
72
|
-
|
|
73
|
-
### Patch Changes
|
|
74
|
-
|
|
75
|
-
- Datepicker: Fixed issue where using `fixedWeeks` still caused layout-changes in some edgecases. ([#4701](https://github.com/navikt/aksel/pull/4701))
|
|
76
|
-
|
|
77
|
-
- InlineMessage: Now uses BodyLong instead of BodyShort. Icon has some small adjustments to align with new typo. ([#4683](https://github.com/navikt/aksel/pull/4683))
|
|
78
|
-
|
|
79
|
-
## 8.6.0
|
|
80
|
-
|
|
81
|
-
## 8.5.2
|
|
82
|
-
|
|
83
|
-
### Patch Changes
|
|
84
|
-
|
|
85
|
-
- Timeline: Adjust pin position ([#4664](https://github.com/navikt/aksel/pull/4664))
|
|
86
|
-
|
|
87
|
-
## 8.5.1
|
|
88
|
-
|
|
89
|
-
## 8.5.0
|
|
90
|
-
|
|
91
|
-
## 8.4.1
|
|
92
|
-
|
|
93
|
-
### Patch Changes
|
|
94
|
-
|
|
95
|
-
- Combobox: Single-select typo now scales based on 'size'-prop ([#4638](https://github.com/navikt/aksel/pull/4638))
|
|
96
|
-
|
|
97
|
-
## 8.4.0
|
|
98
|
-
|
|
99
|
-
### Patch Changes
|
|
100
|
-
|
|
101
|
-
- ActionMenu: SubTrigger-icon is now right aligned, updated open-transition effect. ([#4612](https://github.com/navikt/aksel/pull/4612))
|
|
102
|
-
|
|
103
|
-
## 8.3.0
|
|
104
|
-
|
|
105
|
-
### Minor Changes
|
|
106
|
-
|
|
107
|
-
- Tooltip: Updated prop 'keys' to allow for multiple shortcuts. ([#4604](https://github.com/navikt/aksel/pull/4604))
|
|
108
|
-
|
|
109
|
-
### Patch Changes
|
|
110
|
-
|
|
111
|
-
- Chat: Fix avatar size when using icon from aksel-icons ([#4608](https://github.com/navikt/aksel/pull/4608))
|
|
112
|
-
|
|
113
|
-
## 8.2.2
|
|
114
|
-
|
|
115
|
-
### Patch Changes
|
|
116
|
-
|
|
117
|
-
- ExpansionCard: Remove redundant class name ([#4602](https://github.com/navikt/aksel/pull/4602))
|
|
118
|
-
|
|
119
|
-
- AccordionItem: Remove redundant class name ([#4602](https://github.com/navikt/aksel/pull/4602))
|
|
120
|
-
|
|
121
|
-
## 8.2.1
|
|
122
|
-
|
|
123
|
-
## 8.2.0
|
|
124
|
-
|
|
125
|
-
### Minor Changes
|
|
126
|
-
|
|
127
|
-
- ActionMenu: Added support for right aligned icons on items ([#4545](https://github.com/navikt/aksel/pull/4545))
|
|
128
|
-
|
|
129
|
-
## 8.1.0
|
|
130
|
-
|
|
131
|
-
### Patch Changes
|
|
132
|
-
|
|
133
|
-
- Clean up some deprecated/invalid CSS ([#4540](https://github.com/navikt/aksel/pull/4540))
|
|
134
|
-
|
|
135
|
-
## 8.0.1
|
|
136
|
-
|
|
137
|
-
### Patch Changes
|
|
138
|
-
|
|
139
|
-
- FileUpload.Item: Fix link-color. ([`737f9e4`](https://github.com/navikt/aksel/commit/737f9e47f919036bfaf1c1fa1ac2140feb9afde8))
|
|
140
|
-
|
|
141
|
-
## 8.0.0
|
|
142
|
-
|
|
143
|
-
### Major Changes
|
|
144
|
-
|
|
145
|
-
- New design with theming support - See https://aksel.nav.no/grunnleggende/endringslogg/versjon-8 for more info ([#4283](https://github.com/navikt/aksel/pull/4283))
|
|
146
|
-
|
|
147
|
-
## 7.40.0
|
|
148
|
-
|
|
149
|
-
## 7.39.1
|
|
150
|
-
|
|
151
|
-
### Patch Changes
|
|
152
|
-
|
|
153
|
-
- Modal, Dialog: Handle scroll for extreme zoom-levels better. ([#4488](https://github.com/navikt/aksel/pull/4488))
|
|
154
|
-
|
|
155
|
-
## 7.39.0
|
|
156
|
-
|
|
157
|
-
### Minor Changes
|
|
158
|
-
|
|
159
|
-
- LocalAlert, InfoCard: Reduced default header height. ([`91f3f8a`](https://github.com/navikt/aksel/commit/91f3f8acb8749bc154a1e7dca008ce0be43e2e34))
|
|
160
|
-
|
|
161
|
-
- GlobalAlert: Reduced default header height and added centered content prop. ([#4476](https://github.com/navikt/aksel/pull/4476))
|
|
162
|
-
|
|
163
|
-
### Patch Changes
|
|
164
|
-
|
|
165
|
-
- Dialog: Handle SR-only elements inside Dialog.Body better. Moved elements in Footer to flex-end. ([#4457](https://github.com/navikt/aksel/pull/4457))
|
|
166
|
-
|
|
167
|
-
- Darkside: ExpansionCardContent typography is no longer affected by 'app-color'. ([#4460](https://github.com/navikt/aksel/pull/4460))
|
|
168
|
-
|
|
169
|
-
- ReadMore: Removed focus styling for content, reverting #4116. ([#4464](https://github.com/navikt/aksel/pull/4464))
|
|
170
|
-
|
|
171
|
-
## 7.38.0
|
|
172
|
-
|
|
173
|
-
### Patch Changes
|
|
174
|
-
|
|
175
|
-
- Dialog: Fixed z-index issue with backdrop. ([#4455](https://github.com/navikt/aksel/pull/4455))
|
|
176
|
-
|
|
177
|
-
- Dialog: Now has border in light-mode. ([#4452](https://github.com/navikt/aksel/pull/4452))
|
|
178
|
-
|
|
179
|
-
## 7.37.0
|
|
180
|
-
|
|
181
|
-
### Minor Changes
|
|
182
|
-
|
|
183
|
-
- Dialog: :tada: New component `Dialog`. ([#4262](https://github.com/navikt/aksel/pull/4262))
|
|
184
|
-
|
|
185
|
-
## 7.36.0
|
|
186
|
-
|
|
187
|
-
## 7.35.3
|
|
188
|
-
|
|
189
|
-
### Patch Changes
|
|
190
|
-
|
|
191
|
-
- Radio/Checkbox: Support print. ([#4404](https://github.com/navikt/aksel/pull/4404))
|
|
192
|
-
|
|
193
|
-
## 7.35.2
|
|
194
|
-
|
|
195
|
-
## 7.35.1
|
|
196
|
-
|
|
197
|
-
## 7.35.0
|
|
198
|
-
|
|
199
|
-
### Patch Changes
|
|
200
|
-
|
|
201
|
-
- Search: Fixes edgecase where darkmode (in darkside) were used without color-scheme, making icons inverted in color. ([#4323](https://github.com/navikt/aksel/pull/4323))
|
|
202
|
-
|
|
203
|
-
## 7.34.0
|
|
204
|
-
|
|
205
|
-
### Minor Changes
|
|
206
|
-
|
|
207
|
-
- LocalAlert: :tada: New component replacing regular `<Alert />`. ([#4186](https://github.com/navikt/aksel/pull/4186))
|
|
208
|
-
|
|
209
|
-
- GlobalAlert: :tada: New component replacing `<Alert fullWidth>`, now with built-in centering of content. ([#4186](https://github.com/navikt/aksel/pull/4186))
|
|
210
|
-
|
|
211
|
-
- InlineMessage: :tada: New component replacing `<Alert inline />`. ([#4186](https://github.com/navikt/aksel/pull/4186))
|
|
212
|
-
|
|
213
|
-
- InfoCard: :tada: New component replacing `<Alert variant="info" />`. Used for content you want to highlight. ([#4186](https://github.com/navikt/aksel/pull/4186))
|
|
214
|
-
|
|
215
|
-
### Patch Changes
|
|
216
|
-
|
|
217
|
-
- Tooltip: Update z-index to max int. ([#4309](https://github.com/navikt/aksel/pull/4309))
|
|
218
|
-
|
|
219
|
-
## 7.33.5
|
|
220
|
-
|
|
221
|
-
### Patch Changes
|
|
222
|
-
|
|
223
|
-
- Darkside: Remove `display: none` on `[hidden]` since browsers have this built-in ([#4301](https://github.com/navikt/aksel/pull/4301))
|
|
224
|
-
|
|
225
|
-
## 7.33.4
|
|
226
|
-
|
|
227
|
-
## 7.33.3
|
|
228
|
-
|
|
229
|
-
## 7.33.2
|
|
230
|
-
|
|
231
|
-
## 7.33.1
|
|
232
|
-
|
|
233
|
-
## 7.33.0
|
|
234
|
-
|
|
235
|
-
### Minor Changes
|
|
236
|
-
|
|
237
|
-
- Process: Added new prop `isTruncated` to `<Process />`. This allows you to add a connector to the start of first event and end of last event to visualize a "truncated" process. ([#4196](https://github.com/navikt/aksel/pull/4196))
|
|
238
|
-
|
|
239
|
-
## 7.32.5
|
|
240
|
-
|
|
241
|
-
## 7.32.4
|
|
242
|
-
|
|
243
|
-
### Patch Changes
|
|
244
|
-
|
|
245
|
-
- BodyShort: Line-height for `size="large"` is now 28px, adjusted from 24px. ([#4213](https://github.com/navikt/aksel/pull/4213))
|
|
246
|
-
|
|
247
|
-
## 7.32.3
|
|
248
|
-
|
|
249
|
-
## 7.32.2
|
|
250
|
-
|
|
251
|
-
### Patch Changes
|
|
252
|
-
|
|
253
|
-
- Textarea: Break spaces ([#4182](https://github.com/navikt/aksel/pull/4182))
|
|
254
|
-
|
|
255
|
-
## 7.32.1
|
|
256
|
-
|
|
257
|
-
### Patch Changes
|
|
258
|
-
|
|
259
|
-
- Darkside: Adjustments for DatePicker on very small devices ([#4142](https://github.com/navikt/aksel/pull/4142))
|
|
260
|
-
|
|
261
|
-
## 7.32.0
|
|
262
|
-
|
|
263
|
-
### Patch Changes
|
|
264
|
-
|
|
265
|
-
- ReadMore: You can now reach the content by tabbing ([#4116](https://github.com/navikt/aksel/pull/4116))
|
|
266
|
-
|
|
267
|
-
- Darkside: Adjust GuidePanel arrow position ([#4120](https://github.com/navikt/aksel/pull/4120))
|
|
268
|
-
|
|
269
|
-
- Process: Adjusted active-marking ([#4118](https://github.com/navikt/aksel/pull/4118))
|
|
270
|
-
|
|
271
|
-
## 7.31.0
|
|
272
|
-
|
|
273
|
-
### Minor Changes
|
|
274
|
-
|
|
275
|
-
- Combobox: Dropdown-element is now position='fixed', allowing for better placement on smaller screens and inside Modals. ([#4106](https://github.com/navikt/aksel/pull/4106))
|
|
276
|
-
|
|
277
|
-
### Patch Changes
|
|
278
|
-
|
|
279
|
-
- Darkside: Adjust visually-hidden typography css ([#4103](https://github.com/navikt/aksel/pull/4103))
|
|
280
|
-
|
|
281
|
-
- Darkside: Adjusted arrow on GuidePanel poster variant ([#4101](https://github.com/navikt/aksel/pull/4101))
|
|
282
|
-
|
|
283
|
-
## 7.30.1
|
|
284
|
-
|
|
285
|
-
### Patch Changes
|
|
286
|
-
|
|
287
|
-
- Darkside: Improved screen reader experience in Radio and Checkbox by moving description out of label ([#4066](https://github.com/navikt/aksel/pull/4066))
|
|
288
|
-
|
|
289
|
-
## 7.30.0
|
|
290
|
-
|
|
291
|
-
### Minor Changes
|
|
292
|
-
|
|
293
|
-
- FormSummary: Changed `FormSummary.Header`-component to `<div />` instead of `<header />`. ([#4032](https://github.com/navikt/aksel/pull/4032))
|
|
294
|
-
|
|
295
|
-
- FormSummary: Added new component `<FormSummary.Footer />`, we now require `<FormSummary.EditLink />` to be placed in footer instead of header. ([#4032](https://github.com/navikt/aksel/pull/4032))
|
|
296
|
-
|
|
297
|
-
## 7.29.1
|
|
298
|
-
|
|
299
|
-
### Patch Changes
|
|
300
|
-
|
|
301
|
-
- Checkbox, List: Updated SVG-usage to avoid using rem-values directly on `width` and `height`-attributes. ([#4048](https://github.com/navikt/aksel/pull/4048))
|
|
302
|
-
|
|
303
|
-
- Darkside: Fix styling for small readOnly checked Radio ([#4051](https://github.com/navikt/aksel/pull/4051))
|
|
304
|
-
|
|
305
|
-
- Checkbox: Fix styling for indeterminate state with description ([#4051](https://github.com/navikt/aksel/pull/4051))
|
|
306
|
-
|
|
307
|
-
## 7.29.0
|
|
308
|
-
|
|
309
|
-
### Minor Changes
|
|
310
|
-
|
|
311
|
-
- LinkCard: Added new prop `arrowPosition` for centering the arrow if necessary. ([#4021](https://github.com/navikt/aksel/pull/4021))
|
|
312
|
-
|
|
313
|
-
- Process: :tada: New component Process! The component consists of a vertical line of events where each event can contain information, actions, links or status indicators. [You can find the documentation here :memo:](https://aksel.nav.no/komponenter/core/process). ([#3950](https://github.com/navikt/aksel/pull/3950))
|
|
314
|
-
|
|
315
|
-
### Patch Changes
|
|
316
|
-
|
|
317
|
-
- Darkside: Fix issue with focus outline on checkbox in expandable table row content ([#3998](https://github.com/navikt/aksel/pull/3998))
|
|
318
|
-
|
|
319
|
-
- Darkside: Fix arrow in Tooltip ([#4018](https://github.com/navikt/aksel/pull/4018))
|
|
320
|
-
|
|
321
|
-
## 7.28.1
|
|
322
|
-
|
|
323
|
-
## 7.28.0
|
|
324
|
-
|
|
325
|
-
## 7.27.1
|
|
326
|
-
|
|
327
|
-
### Patch Changes
|
|
328
|
-
|
|
329
|
-
- Stepper: Increase size of circle from 28px to 32px to sync with new Process component. ([#3968](https://github.com/navikt/aksel/pull/3968))
|
|
330
|
-
|
|
331
|
-
## 7.27.0
|
|
332
|
-
|
|
333
|
-
### Patch Changes
|
|
334
|
-
|
|
335
|
-
- Combobox: Focus styling did not check for `:has` selector-support correctly. ([#3965](https://github.com/navikt/aksel/pull/3965))
|
|
336
|
-
|
|
337
|
-
## 7.26.0
|
|
338
|
-
|
|
339
|
-
## 7.25.2
|
|
340
|
-
|
|
341
|
-
## 7.25.1
|
|
342
|
-
|
|
343
|
-
## 7.25.0
|
|
344
|
-
|
|
345
|
-
### Minor Changes
|
|
346
|
-
|
|
347
|
-
- FileUpload: Allow for custom buttons in FileUpload.Item. ([#3906](https://github.com/navikt/aksel/pull/3906))
|
|
348
|
-
|
|
349
|
-
### Patch Changes
|
|
350
|
-
|
|
351
|
-
- Table: Selected rows are now highlighted with outline. ([#3898](https://github.com/navikt/aksel/pull/3898))
|
|
352
|
-
|
|
353
|
-
- Chat: Removed ol > li semantics, replaced with 'div'. ([#3904](https://github.com/navikt/aksel/pull/3904))
|
|
354
|
-
|
|
355
|
-
## 7.24.0
|
|
356
|
-
|
|
357
|
-
### Minor Changes
|
|
358
|
-
|
|
359
|
-
- LinkCard: :tada: Added new component 'LinkCard'. ([#3883](https://github.com/navikt/aksel/pull/3883))
|
|
360
|
-
|
|
361
|
-
- Table: :tada: Added prop 'stickyHeader', allowing header to remain sticky while scrolling in table. ([#3893](https://github.com/navikt/aksel/pull/3893))
|
|
362
|
-
|
|
363
|
-
### Patch Changes
|
|
364
|
-
|
|
365
|
-
- Forms: Added built-in scroll-margin to TextField, Textarea and Select. ([#3897](https://github.com/navikt/aksel/pull/3897))
|
|
366
|
-
|
|
367
|
-
- Switch: Size='small' are now visually comparable to radio and checkbox in the same size. ([#3892](https://github.com/navikt/aksel/pull/3892))
|
|
368
|
-
|
|
369
|
-
## 7.23.2
|
|
370
|
-
|
|
371
|
-
### Patch Changes
|
|
372
|
-
|
|
373
|
-
- Darkside: Outline Tag in high-contrast mode had wrong text-color. ([#3889](https://github.com/navikt/aksel/pull/3889))
|
|
374
|
-
|
|
375
|
-
- Darkside: Update padding for all 'panel' type components. ([#3864](https://github.com/navikt/aksel/pull/3864))
|
|
376
|
-
|
|
377
|
-
- Form components: Fix edge case where description container would take up space when empty ([#3866](https://github.com/navikt/aksel/pull/3866))
|
|
378
|
-
|
|
379
|
-
## 7.23.1
|
|
380
|
-
|
|
381
|
-
## 7.23.0
|
|
382
|
-
|
|
383
|
-
### Minor Changes
|
|
384
|
-
|
|
385
|
-
- Darkside: Renamed 'data-color-role' dynamic theme attribute to 'data-color'. ([#3849](https://github.com/navikt/aksel/pull/3849))
|
|
386
|
-
|
|
387
|
-
- Darkside: Using attribute 'data-color' with one of the built-in colors from 'AkselColorRole' now allows re-coloring most components. ([#3849](https://github.com/navikt/aksel/pull/3849))
|
|
388
|
-
|
|
389
|
-
- Darkside: All components has been updated to use 'data-color' attribute for coloring. As a side-effect, most component CSS is either updated or refactored. ([#3849](https://github.com/navikt/aksel/pull/3849))
|
|
390
|
-
|
|
391
|
-
### Patch Changes
|
|
392
|
-
|
|
393
|
-
- Tag: Outline-variant now uses bg-moderate, replacing bg-moderateA. ([#3865](https://github.com/navikt/aksel/pull/3865))
|
|
394
|
-
|
|
395
|
-
- Darkside: Fix icon size in small Tabs ([#3850](https://github.com/navikt/aksel/pull/3850))
|
|
396
|
-
|
|
397
|
-
- List: Fix issue with incorrect padding in Safari ([#3850](https://github.com/navikt/aksel/pull/3850))
|
|
398
|
-
|
|
399
|
-
## 7.22.0
|
|
400
|
-
|
|
401
|
-
### Minor Changes
|
|
402
|
-
|
|
403
|
-
- Darkside: Components now use new `radius`-tokens, replacing `border-radius`-tokens. ([#3784](https://github.com/navikt/aksel/pull/3784))
|
|
404
|
-
|
|
405
|
-
## 7.21.1
|
|
406
|
-
|
|
407
|
-
### Patch Changes
|
|
408
|
-
|
|
409
|
-
- Timeline: Add focus-markings to Popover dialogs. ([#3768](https://github.com/navikt/aksel/pull/3768))
|
|
410
|
-
|
|
411
|
-
## 7.21.0
|
|
412
|
-
|
|
413
|
-
### Patch Changes
|
|
414
|
-
|
|
415
|
-
- Darkside: Update Chips.Toggle hover-border. ([#3738](https://github.com/navikt/aksel/pull/3738))
|
|
416
|
-
|
|
417
|
-
## 7.20.0
|
|
418
|
-
|
|
419
|
-
### Minor Changes
|
|
420
|
-
|
|
421
|
-
- Combobox: Use option-value as `id` instead of `label`. ([#3735](https://github.com/navikt/aksel/pull/3735))
|
|
422
|
-
|
|
423
|
-
## 7.19.1
|
|
424
|
-
|
|
425
|
-
### Patch Changes
|
|
426
|
-
|
|
427
|
-
- Combobox: Singleselect selected value now uses the complete input-width when possible. ([#3734](https://github.com/navikt/aksel/pull/3734))
|
|
428
|
-
|
|
429
|
-
## 7.19.0
|
|
430
|
-
|
|
431
|
-
### Patch Changes
|
|
432
|
-
|
|
433
|
-
- Darkside: Togglegroup now has bg-input background. ([#3715](https://github.com/navikt/aksel/pull/3715))
|
|
434
|
-
|
|
435
|
-
- Combobox: Fix wrapping issue when ToggleListButton is hidden ([#3727](https://github.com/navikt/aksel/pull/3727))
|
|
436
|
-
|
|
437
|
-
## 7.18.0
|
|
438
|
-
|
|
439
|
-
### Patch Changes
|
|
440
|
-
|
|
441
|
-
- Table: Disabled expansion-rows now has same hover-effect as other rows. ([#3702](https://github.com/navikt/aksel/pull/3702))
|
|
442
|
-
|
|
443
|
-
## 7.17.4
|
|
444
|
-
|
|
445
|
-
### Patch Changes
|
|
446
|
-
|
|
447
|
-
- Modal: Updated animations for reduced movement. ([#3671](https://github.com/navikt/aksel/pull/3671))
|
|
448
|
-
|
|
449
|
-
## 7.17.3
|
|
450
|
-
|
|
451
|
-
### Patch Changes
|
|
452
|
-
|
|
453
|
-
- Darkside: Synced padding with Figma. ([#3651](https://github.com/navikt/aksel/pull/3651))
|
|
454
|
-
|
|
455
|
-
## 7.17.2
|
|
456
|
-
|
|
457
|
-
### Patch Changes
|
|
458
|
-
|
|
459
|
-
- Darkside: Removed stacking backgrounds with transparency in Combobox. ([`e769eed`](https://github.com/navikt/aksel/commit/e769eed269d327403b89935502f8fe431eca8cc9))
|
|
460
|
-
|
|
461
|
-
## 7.17.1
|
|
462
|
-
|
|
463
|
-
### Patch Changes
|
|
464
|
-
|
|
465
|
-
- ExpansionCard: Fixed bug where `@media print` would hide header content. ([#3634](https://github.com/navikt/aksel/pull/3634))
|
|
466
|
-
|
|
467
|
-
## 7.17.0
|
|
468
|
-
|
|
469
|
-
## 7.16.1
|
|
470
|
-
|
|
471
|
-
## 7.16.0
|
|
472
|
-
|
|
473
|
-
### Minor Changes
|
|
474
|
-
|
|
475
|
-
- Darkside: All classNames are now starts with `.aksel` instead of `.navds`. ([#3586](https://github.com/navikt/aksel/pull/3586))
|
|
476
|
-
|
|
477
|
-
## 7.15.0
|
|
478
|
-
|
|
479
|
-
## 7.14.3
|
|
480
|
-
|
|
481
|
-
### Patch Changes
|
|
482
|
-
|
|
483
|
-
- Darkside: Changed outline-offset for tabpanel from -4px to -3px. ([`06fecf2`](https://github.com/navikt/aksel/commit/06fecf2af1972a5d06ea452fc5b7431b064e1fc0))
|
|
484
|
-
|
|
485
|
-
## 7.14.2
|
|
486
|
-
|
|
487
|
-
## 7.14.1
|
|
488
|
-
|
|
489
|
-
## 7.14.0
|
|
490
|
-
|
|
491
|
-
### Minor Changes
|
|
492
|
-
|
|
493
|
-
- DatePicker: Updated `date.css` to support `react-day-picker v9`. ([#3525](https://github.com/navikt/aksel/pull/3525))
|
|
494
|
-
|
|
495
|
-
### Patch Changes
|
|
496
|
-
|
|
497
|
-
- Darkside: Added 'arrow' back to Tooltip. ([#3589](https://github.com/navikt/aksel/pull/3589))
|
|
498
|
-
|
|
499
|
-
## 7.13.0
|
|
500
|
-
|
|
501
|
-
### Patch Changes
|
|
502
|
-
|
|
503
|
-
- Darkside: Added support for `ConfirmationpPanel`, `Linkpanel`, `Panel` and `Dropdown`. Note that all of these will be deprecated in the future. ([#3581](https://github.com/navikt/aksel/pull/3581))
|
|
504
|
-
|
|
505
|
-
## 7.12.2
|
|
506
|
-
|
|
507
|
-
## 7.12.1
|
|
508
|
-
|
|
509
|
-
## 7.12.0
|
|
510
|
-
|
|
511
|
-
## 7.11.0
|
|
512
|
-
|
|
513
|
-
### Patch Changes
|
|
514
|
-
|
|
515
|
-
- ExpansionCard: Removed dynamic padding on button-element. ([#3532](https://github.com/navikt/aksel/pull/3532))
|
|
516
|
-
|
|
517
|
-
- Modal: Defaults to `margin: auto` for tailwind 4 support. ([#3532](https://github.com/navikt/aksel/pull/3532))
|
|
518
|
-
|
|
519
|
-
## 7.10.0
|
|
520
|
-
|
|
521
|
-
### Minor Changes
|
|
522
|
-
|
|
523
|
-
- Table: New prop `contentGutter` added to `ExpandableRow`-component. This allows user more control for content layout inside expandable element. ([#3507](https://github.com/navikt/aksel/pull/3507))
|
|
524
|
-
|
|
525
|
-
### Patch Changes
|
|
526
|
-
|
|
527
|
-
- Button: Using `<Loader />` within `icon`-prop now supported. ([#3515](https://github.com/navikt/aksel/pull/3515))
|
|
528
|
-
|
|
529
|
-
- Combobox: Always render `maxSelected` message when `isMultiSelect` is set. ([#3506](https://github.com/navikt/aksel/pull/3506))
|
|
530
|
-
|
|
531
|
-
## 7.9.2
|
|
532
|
-
|
|
533
|
-
### Patch Changes
|
|
534
|
-
|
|
535
|
-
- Table: Removed border-bottom for HeaderCell used in ExpandableRow. ([#3503](https://github.com/navikt/aksel/pull/3503))
|
|
536
|
-
|
|
537
|
-
## 7.9.1
|
|
538
|
-
|
|
539
|
-
### Patch Changes
|
|
540
|
-
|
|
541
|
-
- Link: :bug: Use inside Alert got wrong text-color while focused or active. ([#3489](https://github.com/navikt/aksel/pull/3489))
|
|
542
|
-
|
|
543
|
-
## 7.9.0
|
|
544
|
-
|
|
545
|
-
### Minor Changes
|
|
546
|
-
|
|
547
|
-
- ErrorSummary: :sparkles: new prop to prefix error with a warning icon. ([#3445](https://github.com/navikt/aksel/pull/3445))
|
|
548
|
-
All form components: replace dot with warning icon in error message.
|
|
549
|
-
|
|
550
|
-
### Patch Changes
|
|
551
|
-
|
|
552
|
-
- Switch: Update switch to better reflect unchecked state. ([#3468](https://github.com/navikt/aksel/pull/3468))
|
|
553
|
-
|
|
554
|
-
- Select: :bug: Focus-border no longer cancels out error-border. ([#3465](https://github.com/navikt/aksel/pull/3465))
|
|
555
|
-
|
|
556
|
-
- Textarea: :bug: Focus-border no longer cancels out error-border. ([#3465](https://github.com/navikt/aksel/pull/3465))
|
|
557
|
-
|
|
558
|
-
## 7.8.1
|
|
559
|
-
|
|
560
|
-
### Patch Changes
|
|
561
|
-
|
|
562
|
-
- Alert: Link-components used within Alert variant='inline' now preserves default coloring ([#3461](https://github.com/navikt/aksel/pull/3461))
|
|
563
|
-
|
|
564
|
-
- Table: :fire: Removed cursor 'pointer' when 'ExpandableRow' is disabled. ([#3462](https://github.com/navikt/aksel/pull/3462))
|
|
565
|
-
|
|
566
|
-
## 7.8.0
|
|
567
|
-
|
|
568
|
-
### Minor Changes
|
|
569
|
-
|
|
570
|
-
- Combobox: Removed clear button, removed tokens staring with `--ac-combobox-clear`, deprecated props `clearButton`/`clearButtonLabel`. ([#3433](https://github.com/navikt/aksel/pull/3433))
|
|
571
|
-
|
|
572
|
-
### Patch Changes
|
|
573
|
-
|
|
574
|
-
- CSS: Resolved regression where the complete stylesheet was included in scoped 'components.css' file. ([#3427](https://github.com/navikt/aksel/pull/3427))
|
|
575
|
-
|
|
576
|
-
## 7.7.0
|
|
577
|
-
|
|
578
|
-
## 7.6.0
|
|
579
|
-
|
|
580
|
-
### Minor Changes
|
|
581
|
-
|
|
582
|
-
- ReadMore: Added size 'large'. ([#3372](https://github.com/navikt/aksel/pull/3372))
|
|
583
|
-
|
|
584
|
-
### Patch Changes
|
|
585
|
-
|
|
586
|
-
- Select: Now shows focus-outline when ':focus' is set trough pointer or label in all browsers. Chrome and Firefox handles `:focus-visible` differently for 'select', previously causing outline-border not to show in Firefox. ([#3415](https://github.com/navikt/aksel/pull/3415))
|
|
587
|
-
|
|
588
|
-
- Modal: Don't add scroll shadow when polyfilled ([#3408](https://github.com/navikt/aksel/pull/3408))
|
|
589
|
-
|
|
590
|
-
- Modal: Now shows up while screensharing with Vergic ([#3407](https://github.com/navikt/aksel/pull/3407))
|
|
591
|
-
|
|
592
|
-
- FileUpload: Remove browser styling from FileUpload.Item when used in list. ([#3413](https://github.com/navikt/aksel/pull/3413))
|
|
593
|
-
|
|
594
|
-
- Combobox: Single-select now shows cursor closer to selected item. ([#3384](https://github.com/navikt/aksel/pull/3384))
|
|
595
|
-
|
|
596
|
-
## 7.5.3
|
|
597
|
-
|
|
598
|
-
## 7.5.2
|
|
599
|
-
|
|
600
|
-
### Patch Changes
|
|
601
|
-
|
|
602
|
-
- Combobox: Fix issue where using arrow keys in list would make the entire page scroll ([#3364](https://github.com/navikt/aksel/pull/3364))
|
|
603
|
-
|
|
604
|
-
## 7.5.1
|
|
605
|
-
|
|
606
|
-
## 7.5.0
|
|
607
|
-
|
|
608
|
-
## 7.4.3
|
|
609
|
-
|
|
610
|
-
### Patch Changes
|
|
611
|
-
|
|
612
|
-
- Table.ColumnHeader: Inherit text alignment in button ([#3319](https://github.com/navikt/aksel/pull/3319))
|
|
613
|
-
|
|
614
|
-
## 7.4.2
|
|
615
|
-
|
|
616
|
-
## 7.4.1
|
|
617
|
-
|
|
618
|
-
### Patch Changes
|
|
619
|
-
|
|
620
|
-
- Combobox: :bug: Fix scroll issue when using arrow keys to navigate list ([#3269](https://github.com/navikt/aksel/pull/3269))
|
|
621
|
-
|
|
622
|
-
## 7.4.0
|
|
623
|
-
|
|
624
|
-
## 7.3.1
|
|
625
|
-
|
|
626
|
-
### Patch Changes
|
|
627
|
-
|
|
628
|
-
- Updated to Selectors Level 4 syntax. ([#3250](https://github.com/navikt/aksel/pull/3250))
|
|
629
|
-
|
|
630
|
-
## 7.3.0
|
|
631
|
-
|
|
632
|
-
### Minor Changes
|
|
633
|
-
|
|
634
|
-
- ActionMenu: :tada: New component! Replaces DropdownMenu as the go-to solution for floating menus. Includes support for grouping, sub-menus, checkboxes, radios and dividers. Read more in the [documentation](https://aksel.nav.no/komponenter/core/actionmenu). ([#3081](https://github.com/navikt/aksel/pull/3081))
|
|
635
|
-
|
|
636
|
-
### Patch Changes
|
|
637
|
-
|
|
638
|
-
- List.Item: Center icon horizontally inside it's container ([#3253](https://github.com/navikt/aksel/pull/3253))
|
|
639
|
-
|
|
640
|
-
## 7.2.1
|
|
641
|
-
|
|
642
|
-
### Patch Changes
|
|
643
|
-
|
|
644
|
-
- Combobox: Support PageUp/PageDown in dropdown list. ([#3158](https://github.com/navikt/aksel/pull/3158))
|
|
645
|
-
|
|
646
|
-
## 7.2.0
|
|
647
|
-
|
|
648
|
-
## 7.1.2
|
|
649
|
-
|
|
650
|
-
### Patch Changes
|
|
651
|
-
|
|
652
|
-
- List: Explicitly set list-style on ol to override reset-CSS ([#3202](https://github.com/navikt/aksel/pull/3202))
|
|
653
|
-
|
|
654
|
-
## 7.1.1
|
|
655
|
-
|
|
656
|
-
### Patch Changes
|
|
657
|
-
|
|
658
|
-
- List: Add indentation and remove overly verbose aria attributes ([#3184](https://github.com/navikt/aksel/pull/3184))
|
|
659
|
-
|
|
660
|
-
- Datepicker/Select: :lipstick: dim non-interactable icons when readonly is set. ([#3187](https://github.com/navikt/aksel/pull/3187))
|
|
661
|
-
|
|
662
|
-
- Combobox: :bug: implement missing readonly and disabled ([#3180](https://github.com/navikt/aksel/pull/3180))
|
|
663
|
-
|
|
664
|
-
## 7.1.0
|
|
665
|
-
|
|
666
|
-
### Patch Changes
|
|
667
|
-
|
|
668
|
-
- Accordion: Remove 'relative' positioning when focused. This resolves some issues where floating elements like popover ended up clipping. ([`9c1eba445`](https://github.com/navikt/aksel/commit/9c1eba44508f295cc6261ff96822b18557bd7ddc))
|
|
669
|
-
|
|
670
|
-
## 7.0.1
|
|
671
|
-
|
|
672
|
-
### Patch Changes
|
|
673
|
-
|
|
674
|
-
- List: :lipstick: make icons 24x24px large ([#3148](https://github.com/navikt/aksel/pull/3148))
|
|
675
|
-
|
|
676
|
-
## 7.0.0
|
|
677
|
-
|
|
678
|
-
### Patch Changes
|
|
679
|
-
|
|
680
|
-
- ErrorSummary: Focus heading instead of container for improved experience with screen reader. ([#3139](https://github.com/navikt/aksel/pull/3139))
|
|
681
|
-
|
|
682
|
-
## 6.17.0
|
|
683
|
-
|
|
684
|
-
## 6.16.3
|
|
685
|
-
|
|
686
|
-
### Patch Changes
|
|
687
|
-
|
|
688
|
-
- Combobox: :lipstick: hide caret on select ([#3071](https://github.com/navikt/aksel/pull/3071))
|
|
689
|
-
|
|
690
|
-
## 6.16.2
|
|
691
|
-
|
|
692
|
-
### Patch Changes
|
|
693
|
-
|
|
694
|
-
- Font: Reverted change introduced in v6.14 where font locations were changed. This caused a regression where every preload-instance to old font locations no longer worked. ([#3114](https://github.com/navikt/aksel/pull/3114))
|
|
695
|
-
|
|
696
|
-
## 6.16.1
|
|
697
|
-
|
|
698
|
-
### Patch Changes
|
|
699
|
-
|
|
700
|
-
- Table: Fixed background-clipping when using ExpandableRow. ([#3095](https://github.com/navikt/aksel/pull/3095))
|
|
701
|
-
|
|
702
|
-
## 6.16.0
|
|
703
|
-
|
|
704
|
-
### Minor Changes
|
|
705
|
-
|
|
706
|
-
- Primitives: Added `gridColumn`-prop for more grid alignment control. ([#3082](https://github.com/navikt/aksel/pull/3082))
|
|
707
|
-
|
|
708
|
-
### Patch Changes
|
|
709
|
-
|
|
710
|
-
- FormSummary: Added background color ([#3093](https://github.com/navikt/aksel/pull/3093))
|
|
711
|
-
|
|
712
|
-
- Modal: Added scroll shadows ([#3083](https://github.com/navikt/aksel/pull/3083))
|
|
713
|
-
|
|
714
|
-
## 6.15.0
|
|
715
|
-
|
|
716
|
-
## 6.14.0
|
|
717
|
-
|
|
718
|
-
### Minor Changes
|
|
719
|
-
|
|
720
|
-
- Fonts: Added built-in support for cyrillic, cyrillic-ext and latin-ext ([#3044](https://github.com/navikt/aksel/pull/3044))
|
|
721
|
-
|
|
722
|
-
## 6.13.0
|
|
723
|
-
|
|
724
|
-
### Minor Changes
|
|
725
|
-
|
|
726
|
-
- Modal: New prop `placement` for anchoring the modal to the top of the viewport. ([#3033](https://github.com/navikt/aksel/pull/3033))
|
|
727
|
-
|
|
728
|
-
## 6.12.0
|
|
729
|
-
|
|
730
|
-
### Minor Changes
|
|
731
|
-
|
|
732
|
-
- Primitives: Added support for padding, paddingInline, paddingBlock, margin, marginInline, marginBlock, width, minWidth, maxWidth, height, minHeight, maxHeight, position, inset, top, right, left, bottom, overflow, overflowX, overflowY, flexBasis, flexGrow, flexShrink to Box, HGrid and Stack. ([#3003](https://github.com/navikt/aksel/pull/3003))
|
|
733
|
-
|
|
734
|
-
### Patch Changes
|
|
735
|
-
|
|
736
|
-
- Alert: Fix alignment, add prop for toggling content max-width, and adjust title on close icon. ([#3007](https://github.com/navikt/aksel/pull/3007))
|
|
737
|
-
|
|
738
|
-
## 6.11.0
|
|
739
|
-
|
|
740
|
-
### Patch Changes
|
|
741
|
-
|
|
742
|
-
- CopyButton: Icon is now 20px for size small and xsmall. ([#2977](https://github.com/navikt/aksel/pull/2977))
|
|
743
|
-
|
|
744
|
-
- Button: Updated icon size for size="small" to 1.25rem. ([#2984](https://github.com/navikt/aksel/pull/2984))
|
|
745
|
-
|
|
746
|
-
- List: Changed List.Item to BodyLong, changed Item spacing from 1rem to 0.5rem. ([#2979](https://github.com/navikt/aksel/pull/2979))
|
|
747
|
-
|
|
748
|
-
## 6.10.1
|
|
749
|
-
|
|
750
|
-
### Patch Changes
|
|
751
|
-
|
|
752
|
-
- :lipstick: Remove bottom margin on last item in Stepper and adjust FormProgress accordingly ([#2971](https://github.com/navikt/aksel/pull/2971))
|
|
753
|
-
|
|
754
|
-
## 6.10.0
|
|
755
|
-
|
|
756
|
-
### Minor Changes
|
|
757
|
-
|
|
758
|
-
- ✨ Modal: add small version ([#2909](https://github.com/navikt/aksel/pull/2909))
|
|
759
|
-
|
|
760
|
-
## 6.9.0
|
|
761
|
-
|
|
762
|
-
### Patch Changes
|
|
763
|
-
|
|
764
|
-
- Increased padding size for contentBlockPadding on the Page primitive to 4 rem to reflect docs/Figma ([#2876](https://github.com/navikt/aksel/pull/2876))
|
|
765
|
-
|
|
766
|
-
- Fixed Combobox small sizing to align with other form fields ([#2801](https://github.com/navikt/aksel/pull/2801))
|
|
767
|
-
|
|
768
|
-
## 6.8.0
|
|
769
|
-
|
|
770
|
-
### Minor Changes
|
|
771
|
-
|
|
772
|
-
- :sparkles: Ny komponent: FormProgress ([#2855](https://github.com/navikt/aksel/pull/2855))
|
|
773
|
-
|
|
774
|
-
### Patch Changes
|
|
775
|
-
|
|
776
|
-
- HGrid: forenklet CSS. ([#2917](https://github.com/navikt/aksel/pull/2917))
|
|
777
|
-
|
|
778
|
-
## 6.7.1
|
|
779
|
-
|
|
780
|
-
### Patch Changes
|
|
781
|
-
|
|
782
|
-
- Progressbar: Tweak API, examples, stories and css ([#2892](https://github.com/navikt/aksel/pull/2892))
|
|
783
|
-
|
|
784
|
-
## 6.7.0
|
|
785
|
-
|
|
786
|
-
### Minor Changes
|
|
787
|
-
|
|
788
|
-
- :sparkles: Ny komponent: ProgressBar ([#2845](https://github.com/navikt/aksel/pull/2845))
|
|
789
|
-
|
|
790
|
-
### Patch Changes
|
|
791
|
-
|
|
792
|
-
- Checkbox, Radio: Erstatter `:focus-visible` med `:focus` for bedre UX brukt sammen med ErrorSummary. ([#2893](https://github.com/navikt/aksel/pull/2893))
|
|
793
|
-
|
|
794
|
-
- :lipstick: tweak CSS for timeline pins. ([#2889](https://github.com/navikt/aksel/pull/2889))
|
|
795
|
-
|
|
796
|
-
## 6.6.1
|
|
797
|
-
|
|
798
|
-
## 6.6.0
|
|
799
|
-
|
|
800
|
-
### Minor Changes
|
|
801
|
-
|
|
802
|
-
- :sparkles: Ny komponent FormSummary ([#2802](https://github.com/navikt/aksel/pull/2802))
|
|
803
|
-
|
|
804
|
-
## 6.5.0
|
|
805
|
-
|
|
806
|
-
## 6.4.1
|
|
807
|
-
|
|
808
|
-
### Patch Changes
|
|
809
|
-
|
|
810
|
-
- FileUpload: Item-illustrasjon er nå radius-full ([#2834](https://github.com/navikt/aksel/pull/2834))
|
|
811
|
-
|
|
812
|
-
## 6.4.0
|
|
813
|
-
|
|
814
|
-
## 6.3.6
|
|
815
|
-
|
|
816
|
-
## 6.3.5
|
|
817
|
-
|
|
818
|
-
## 6.3.4
|
|
819
|
-
|
|
820
|
-
### Patch Changes
|
|
821
|
-
|
|
822
|
-
- ReadMore: Padding-right på button er bumpet noen px ([#2806](https://github.com/navikt/aksel/pull/2806))
|
|
823
|
-
|
|
824
|
-
## 6.3.3
|
|
825
|
-
|
|
826
|
-
## 6.3.2
|
|
827
|
-
|
|
828
|
-
## 6.3.1
|
|
829
|
-
|
|
830
|
-
## 6.3.0
|
|
831
|
-
|
|
832
|
-
### Minor Changes
|
|
833
|
-
|
|
834
|
-
- FileUpload: Ny komponent `FileUpload` for å håndtere opplasting av filer, Dropzone og fil-visning ([#2504](https://github.com/navikt/aksel/pull/2504))
|
|
835
|
-
|
|
836
|
-
## 6.2.0
|
|
837
|
-
|
|
838
|
-
## 6.1.1
|
|
839
|
-
|
|
840
|
-
### Patch Changes
|
|
841
|
-
|
|
842
|
-
- Link: Fjern hover-farge ([#2767](https://github.com/navikt/aksel/pull/2767))
|
|
843
|
-
|
|
844
|
-
- Modal: Får nå fokus når åpnes i Safari ([#2688](https://github.com/navikt/aksel/pull/2688))
|
|
845
|
-
|
|
846
|
-
## 6.1.0
|
|
847
|
-
|
|
848
|
-
## 6.0.0
|
|
849
|
-
|
|
850
|
-
### Major Changes
|
|
851
|
-
|
|
852
|
-
- Tokens: La til nytt brekkpunkt `2xl` for `1440px`. Alle primitives er oppdatert for å reflektere oppdateringen. Brukere av Tailwind vil måtte sjekke at overskriving av `screen: "2xl"` ikke brekker app. ([#2623](https://github.com/navikt/aksel/pull/2623))
|
|
853
|
-
|
|
854
|
-
- Grid, ContentContainer: Komponenter er fjernet fra systemet. [Se migreringsguide](https://aksel.nav.no/grunnleggende/kode/migrering#dd2cfa9fb1d1). ([#2623](https://github.com/navikt/aksel/pull/2623))
|
|
855
|
-
|
|
856
|
-
- CSS: Oppdatert bruk av action-farger i systemet. Dette påvirker komponentene: Button, CopyButton, Dropdown, Combobox, ConfirmationPanel, Radio, Checkbox, Search, Select, TextField, Textarea, Helptext, LinkPanel, Link, ReadMore, Stepper og Tabs. Endringen skal ikke brekke noe så lenge man ikke har overskrevet farger manuelt. ([#2623](https://github.com/navikt/aksel/pull/2623))
|
|
857
|
-
|
|
858
|
-
- Tokens: Nye tokens `--a-text-action-hover`,`--a-icon-action-hover` og `--a-border-action-hover` ([#2623](https://github.com/navikt/aksel/pull/2623))
|
|
859
|
-
|
|
860
|
-
- Textarea: Fjernet div med klassen navds-textarea\_\_wrapper ([#2623](https://github.com/navikt/aksel/pull/2623))
|
|
861
|
-
|
|
862
|
-
## 5.18.3
|
|
863
|
-
|
|
864
|
-
## 5.18.2
|
|
865
|
-
|
|
866
|
-
## 5.18.1
|
|
867
|
-
|
|
868
|
-
## 5.18.0
|
|
869
|
-
|
|
870
|
-
## 5.17.5
|
|
871
|
-
|
|
872
|
-
### Patch Changes
|
|
873
|
-
|
|
874
|
-
- ExpansionCard: Padding-top for Content er justert opp 8px (medium) og 4px (small) ([#2699](https://github.com/navikt/aksel/pull/2699))
|
|
875
|
-
|
|
876
|
-
## 5.17.4
|
|
877
|
-
|
|
878
|
-
## 5.17.3
|
|
879
|
-
|
|
880
|
-
## 5.17.2
|
|
881
|
-
|
|
882
|
-
### Patch Changes
|
|
883
|
-
|
|
884
|
-
- Checkbox: I noen edgecaser ved bruk av shadow-dom ble ikke checkmark sentert i Checkbox ([#2682](https://github.com/navikt/aksel/pull/2682))
|
|
885
|
-
|
|
886
|
-
## 5.17.1
|
|
887
|
-
|
|
888
|
-
## 5.17.0
|
|
889
|
-
|
|
890
|
-
### Minor Changes
|
|
891
|
-
|
|
892
|
-
- Høykontrast: Komponenter støtter nå standard høykontrast-modus på Windows ([#2680](https://github.com/navikt/aksel/pull/2680))
|
|
893
|
-
|
|
894
|
-
## 5.16.0
|
|
895
|
-
|
|
896
|
-
### Minor Changes
|
|
897
|
-
|
|
898
|
-
- :sparkles: Combobox: Mulighet for å begrense hvor mange valg bruker kan ta ([#2260](https://github.com/navikt/aksel/pull/2260))
|
|
899
|
-
|
|
900
|
-
## 5.15.1
|
|
901
|
-
|
|
902
|
-
## 5.15.0
|
|
903
|
-
|
|
904
|
-
## 5.14.0
|
|
905
|
-
|
|
906
|
-
### Minor Changes
|
|
907
|
-
|
|
908
|
-
- Tag: Har nå innebygd støtte for ikoner ([#2611](https://github.com/navikt/aksel/pull/2611))
|
|
909
|
-
|
|
910
|
-
### Patch Changes
|
|
911
|
-
|
|
912
|
-
- Table: Checkbox nested i CheckboxGroup mister nå ikke padding ([#2612](https://github.com/navikt/aksel/pull/2612))
|
|
913
|
-
|
|
914
|
-
## 5.13.0
|
|
915
|
-
|
|
916
|
-
### Patch Changes
|
|
917
|
-
|
|
918
|
-
- Page: Lagt til ny bakgrunnsfarge `surface-subtle` og ny maksbredde på Page.Block `text` ([#2572](https://github.com/navikt/aksel/pull/2572))
|
|
919
|
-
|
|
920
|
-
## 5.12.5
|
|
921
|
-
|
|
922
|
-
## 5.12.4
|
|
923
|
-
|
|
924
|
-
## 5.12.3
|
|
925
|
-
|
|
926
|
-
### Patch Changes
|
|
927
|
-
|
|
928
|
-
- ExpansionCard: Divider mellom header og innhold ([#2566](https://github.com/navikt/aksel/pull/2566))
|
|
929
|
-
|
|
930
|
-
## 5.12.2
|
|
931
|
-
|
|
932
|
-
## 5.12.1
|
|
933
|
-
|
|
934
|
-
## 5.12.0
|
|
935
|
-
|
|
936
|
-
## 5.11.5
|
|
937
|
-
|
|
938
|
-
### Patch Changes
|
|
939
|
-
|
|
940
|
-
- Chips: La til token for checkmark-circle ([#2558](https://github.com/navikt/aksel/pull/2558))
|
|
941
|
-
|
|
942
|
-
## 5.11.4
|
|
943
|
-
|
|
944
|
-
### Patch Changes
|
|
945
|
-
|
|
946
|
-
- :bug: Modal: Hindre at elementer med sr-only posisjoneres feil ([#2541](https://github.com/navikt/aksel/pull/2541))
|
|
947
|
-
|
|
948
|
-
## 5.11.3
|
|
949
|
-
|
|
950
|
-
### Patch Changes
|
|
951
|
-
|
|
952
|
-
- :bug: Textarea: Skru av autosize ved manuell resize ([#2518](https://github.com/navikt/aksel/pull/2518))
|
|
953
|
-
|
|
954
|
-
- Page: La til `md`-bredde (768px) ([#2510](https://github.com/navikt/aksel/pull/2510))
|
|
955
|
-
|
|
956
|
-
## 5.11.2
|
|
957
|
-
|
|
958
|
-
## 5.11.1
|
|
959
|
-
|
|
960
|
-
### Patch Changes
|
|
961
|
-
|
|
962
|
-
- Switch: Byttet success-farger med action npr checked ([#2511](https://github.com/navikt/aksel/pull/2511))
|
|
963
|
-
|
|
964
|
-
## 5.11.0
|
|
965
|
-
|
|
966
|
-
### Minor Changes
|
|
967
|
-
|
|
968
|
-
- :sparkles: Textarea: Mulighet for å sette resize-retning ([#2494](https://github.com/navikt/aksel/pull/2494))
|
|
969
|
-
|
|
970
|
-
- :sparkles: Textarea: Eksperimentell støtte for automatisk scrollbar ([#2457](https://github.com/navikt/aksel/pull/2457))
|
|
971
|
-
|
|
972
|
-
### Patch Changes
|
|
973
|
-
|
|
974
|
-
- :wheelchair: Textarea: Forsinkelse ved live-opplesning av gjenstående tegn ([#2502](https://github.com/navikt/aksel/pull/2502))
|
|
975
|
-
|
|
976
|
-
## 5.10.4
|
|
977
|
-
|
|
978
|
-
## 5.10.3
|
|
979
|
-
|
|
980
|
-
### Patch Changes
|
|
981
|
-
|
|
982
|
-
- :bug: Textarea: Teller flyttet ut av tekstfeltet for å unngå overlapp og misforståelser ([#2483](https://github.com/navikt/aksel/pull/2483))
|
|
983
|
-
|
|
984
|
-
## 5.10.2
|
|
985
|
-
|
|
986
|
-
### Patch Changes
|
|
987
|
-
|
|
988
|
-
- Primtives: CSS-import for primitives er nå mer spesifikk ([#2469](https://github.com/navikt/aksel/pull/2469))
|
|
989
|
-
|
|
990
|
-
## 5.10.1
|
|
991
|
-
|
|
992
|
-
## 5.10.0
|
|
993
|
-
|
|
994
|
-
### Minor Changes
|
|
995
|
-
|
|
996
|
-
- Primitives: Ny komponent `Page` og `Page.Block` ([#2456](https://github.com/navikt/aksel/pull/2456))
|
|
997
|
-
|
|
998
|
-
## 5.9.2
|
|
999
|
-
|
|
1000
|
-
## 5.9.1
|
|
1001
|
-
|
|
1002
|
-
### Patch Changes
|
|
1003
|
-
|
|
1004
|
-
- :lipstick: Modal: Bedre håndtering av mobiler i landskapsmodus ([#2444](https://github.com/navikt/aksel/pull/2444))
|
|
1005
|
-
|
|
1006
|
-
## 5.9.0
|
|
1007
|
-
|
|
1008
|
-
### Minor Changes
|
|
1009
|
-
|
|
1010
|
-
- Datepicker/Monthpicker: Hvis man bruker komponentene i Modal vil Popover bli erstattet med Modal uansett om man er på desktop eller mobil. ([#2419](https://github.com/navikt/aksel/pull/2419))
|
|
1011
|
-
|
|
1012
|
-
- Datepicker/Monthpicker/Popover: Fjernet `bubbleEscape`-prop. ([#2419](https://github.com/navikt/aksel/pull/2419))
|
|
1013
|
-
|
|
1014
|
-
- useDatepicker/useMonthPicker/useRangedpicker: Fjernet `openOnFocus`-prop, kan nå bare åpnes ved klikk på date-knapp i input. ([#2419](https://github.com/navikt/aksel/pull/2419))
|
|
1015
|
-
|
|
1016
|
-
- Datepicker/Monthpicker: Bytter nå automatisk til Modalvisning på mobil. ([#2419](https://github.com/navikt/aksel/pull/2419))
|
|
1017
|
-
|
|
1018
|
-
## 5.8.0
|
|
1019
|
-
|
|
1020
|
-
### Patch Changes
|
|
1021
|
-
|
|
1022
|
-
- :bug: Modal: Bedre støtte for Tooltip i Modal ([#2429](https://github.com/navikt/aksel/pull/2429))
|
|
1023
|
-
|
|
1024
|
-
## 5.7.6
|
|
1025
|
-
|
|
1026
|
-
### Patch Changes
|
|
1027
|
-
|
|
1028
|
-
- :lipstick: Chips.Toggle: Ikon i uvalgt tilstand ([#2395](https://github.com/navikt/aksel/pull/2395))
|
|
1029
|
-
|
|
1030
|
-
## 5.7.5
|
|
1031
|
-
|
|
1032
|
-
### Patch Changes
|
|
1033
|
-
|
|
1034
|
-
- Checkbox, Radio: Transparent-border fungerer nå bedre på mørkere bakgrunner ([#2388](https://github.com/navikt/aksel/pull/2388))
|
|
1035
|
-
|
|
1036
|
-
## 5.7.4
|
|
1037
|
-
|
|
1038
|
-
## 5.7.3
|
|
1039
|
-
|
|
1040
|
-
### Patch Changes
|
|
1041
|
-
|
|
1042
|
-
- Ny spacing token på 0.375rem ([#2370](https://github.com/navikt/aksel/pull/2370))
|
|
1043
|
-
|
|
1044
|
-
- Select: Tokenstøtte for å endre chevronfarge sammen med tekst ([#2383](https://github.com/navikt/aksel/pull/2383))
|
|
1045
|
-
|
|
1046
|
-
- HelpText: Knapp er visuelt mindre. Klikkflate er fortsatt 24px ([#2376](https://github.com/navikt/aksel/pull/2376))
|
|
1047
|
-
|
|
1048
|
-
## 5.7.2
|
|
1049
|
-
|
|
1050
|
-
## 5.7.1
|
|
1051
|
-
|
|
1052
|
-
### Patch Changes
|
|
1053
|
-
|
|
1054
|
-
- Radio: readonly håndterer nå hover-state bedre ([#2363](https://github.com/navikt/aksel/pull/2363))
|
|
1055
|
-
|
|
1056
|
-
## 5.7.0
|
|
1057
|
-
|
|
1058
|
-
### Patch Changes
|
|
1059
|
-
|
|
1060
|
-
- :lipstick: CopyButton: Justert padding, gap og animasjon ([#2355](https://github.com/navikt/aksel/pull/2355))
|
|
1061
|
-
|
|
1062
|
-
## 5.6.5
|
|
1063
|
-
|
|
1064
|
-
## 5.6.4
|
|
1065
|
-
|
|
1066
|
-
## 5.6.3
|
|
1067
|
-
|
|
1068
|
-
### Patch Changes
|
|
1069
|
-
|
|
1070
|
-
- :bug: Modal: Sett riktig tekstfarge ([#2340](https://github.com/navikt/aksel/pull/2340))
|
|
1071
|
-
|
|
1072
|
-
## 5.6.2
|
|
1073
|
-
|
|
1074
|
-
## 5.6.1
|
|
1075
|
-
|
|
1076
|
-
## 5.6.0
|
|
1077
|
-
|
|
1078
|
-
### Minor Changes
|
|
1079
|
-
|
|
1080
|
-
- Primitives: ny komponent Bleed ([#2278](https://github.com/navikt/aksel/pull/2278))
|
|
1081
|
-
|
|
1082
|
-
### Patch Changes
|
|
1083
|
-
|
|
1084
|
-
- :recycle: Box: Forenkling av CSS-variabler ([#2279](https://github.com/navikt/aksel/pull/2279))
|
|
1085
|
-
|
|
1086
|
-
- Accordion: Har nå 0.25rem padding-top mellom innhold og heading. ([#2310](https://github.com/navikt/aksel/pull/2310))
|
|
1087
|
-
|
|
1088
|
-
- Added cursor:pointer to Select component ([#2293](https://github.com/navikt/aksel/pull/2293))
|
|
1089
|
-
|
|
1090
|
-
- :bug: Box: sett border-radius riktig ([#2329](https://github.com/navikt/aksel/pull/2329))
|
|
1091
|
-
|
|
1092
|
-
- Stack: Kan nå endre direction, justify og align ved brekkpunkt. `Stack` er også nå en egen komponent sammen med `HStack` og `VStack`. ([#2286](https://github.com/navikt/aksel/pull/2286))
|
|
1093
|
-
|
|
1094
|
-
- Datepicker: Tilpasset padding og sizing på mobil. ([#2311](https://github.com/navikt/aksel/pull/2311))
|
|
1095
|
-
|
|
1096
|
-
- MonthPicker: Tilpasset padding og sizing på mobil. ([#2311](https://github.com/navikt/aksel/pull/2311))
|
|
1097
|
-
|
|
1098
|
-
## 5.5.0
|
|
1099
|
-
|
|
1100
|
-
### Minor Changes
|
|
1101
|
-
|
|
1102
|
-
- Box: Ny primitive, erstatter dagens `Panel` ([#2195](https://github.com/navikt/aksel/pull/2195))
|
|
1103
|
-
|
|
1104
|
-
### Patch Changes
|
|
1105
|
-
|
|
1106
|
-
- Skeleton: Width fungerer nå med inline-variant av Skeleton ([#2273](https://github.com/navikt/aksel/pull/2273))
|
|
1107
|
-
|
|
1108
|
-
## 5.4.1
|
|
1109
|
-
|
|
1110
|
-
## 5.4.0
|
|
1111
|
-
|
|
1112
|
-
### Minor Changes
|
|
1113
|
-
|
|
1114
|
-
- Primitives: Nye komponenter `Show` og `Hide` er lagt til. ([#2222](https://github.com/navikt/aksel/pull/2222))
|
|
1115
|
-
|
|
1116
|
-
### Patch Changes
|
|
1117
|
-
|
|
1118
|
-
- ErrorSummary: Har nå 8px border-radius ([#2256](https://github.com/navikt/aksel/pull/2256))
|
|
1119
|
-
|
|
1120
|
-
## 5.3.5
|
|
1121
|
-
|
|
1122
|
-
## 5.3.4
|
|
1123
|
-
|
|
1124
|
-
### Patch Changes
|
|
1125
|
-
|
|
1126
|
-
- Alert: 12px -> 8px gap mellom tekst og ikon ved `size="small"` ([#2240](https://github.com/navikt/aksel/pull/2240))
|
|
1127
|
-
|
|
1128
|
-
## 5.3.3
|
|
1129
|
-
|
|
1130
|
-
### Patch Changes
|
|
1131
|
-
|
|
1132
|
-
- HGrid: Har nå `align`-prop for bedre kontroll over child-elementer ([#2242](https://github.com/navikt/aksel/pull/2242))
|
|
1133
|
-
|
|
1134
|
-
## 5.3.2
|
|
1135
|
-
|
|
1136
|
-
### Patch Changes
|
|
1137
|
-
|
|
1138
|
-
- Skeleton: Lagt til as-prop for inline brk av Skeleton med span ([#2239](https://github.com/navikt/aksel/pull/2239))
|
|
1139
|
-
|
|
1140
|
-
## 5.3.1
|
|
1141
|
-
|
|
1142
|
-
### Patch Changes
|
|
1143
|
-
|
|
1144
|
-
- :bug: fix missing accordion bottom box-shadow on last element (when opened) ([#2229](https://github.com/navikt/aksel/pull/2229))
|
|
1145
|
-
|
|
1146
|
-
- :lipstick: GuidePanel: justert design ([#2227](https://github.com/navikt/aksel/pull/2227))
|
|
1147
|
-
|
|
1148
|
-
## 5.3.0
|
|
1149
|
-
|
|
1150
|
-
### Minor Changes
|
|
1151
|
-
|
|
1152
|
-
- Typography: Oppdatert med typo-klasser for `textColor`, `weight`, `align`, `visuallyHidden` og `truncated`. ([#2211](https://github.com/navikt/aksel/pull/2211))
|
|
1153
|
-
|
|
1154
|
-
## 5.2.1
|
|
1155
|
-
|
|
1156
|
-
### Patch Changes
|
|
1157
|
-
|
|
1158
|
-
- Font: Fikset henting av italic-font ([#2220](https://github.com/navikt/aksel/pull/2220))
|
|
1159
|
-
|
|
1160
|
-
## 5.2.0
|
|
1161
|
-
|
|
1162
|
-
### Patch Changes
|
|
1163
|
-
|
|
1164
|
-
- CSS: Popover har nå 8px border-radius. Fikset padding-bug i Select-small. ([#2219](https://github.com/navikt/aksel/pull/2219))
|
|
1165
|
-
|
|
1166
|
-
- Hovering over combobox dropdown will move selection/focus in the list, so we don't end up with a split focus, and reversely when moving focus while hovering ([#2193](https://github.com/navikt/aksel/pull/2193))
|
|
1167
|
-
|
|
1168
|
-
## 5.1.0
|
|
1169
|
-
|
|
1170
|
-
### Patch Changes
|
|
1171
|
-
|
|
1172
|
-
- :lipstick: Modal: fjern kantlinje ([#2210](https://github.com/navikt/aksel/pull/2210))
|
|
1173
|
-
|
|
1174
|
-
- Tokens: Fikset table-token ([#2204](https://github.com/navikt/aksel/pull/2204))
|
|
1175
|
-
|
|
1176
|
-
## 5.0.3
|
|
1177
|
-
|
|
1178
|
-
### Patch Changes
|
|
1179
|
-
|
|
1180
|
-
- ConfirmationPanel: Fikset opplesing av feilmelding ([#2199](https://github.com/navikt/aksel/pull/2199))
|
|
1181
|
-
|
|
1182
|
-
- Checkbox: Fikset checkbox-alignment ved bruk av tailwindcss ([#2199](https://github.com/navikt/aksel/pull/2199))
|
|
1183
|
-
|
|
1184
|
-
## 5.0.2
|
|
1185
|
-
|
|
1186
|
-
## 5.0.1
|
|
1187
|
-
|
|
1188
|
-
### Patch Changes
|
|
1189
|
-
|
|
1190
|
-
- Checkbox: Hotfix da checkmark ikke var sentrert hvis man brukte tailwind ([`90db7dd0c`](https://github.com/navikt/aksel/commit/90db7dd0c120c16a387d3169c05c1f33dc694323))
|
|
1191
|
-
|
|
1192
|
-
## 5.0.0
|
|
1193
|
-
|
|
1194
|
-
### Major Changes
|
|
1195
|
-
|
|
1196
|
-
- Oppdatert Modal - Se [Migrering](https://aksel.nav.no/grunnleggende/kode/migrering) ([#2135](https://github.com/navikt/aksel/pull/2135))
|
|
1197
|
-
- :sparkles: Støtte for header og footer
|
|
1198
|
-
- :boom: Bruker nå native dialog i stedet for react-modal (med polyfill for eldre nettlesere)
|
|
1199
|
-
|
|
1200
|
-
### Patch Changes
|
|
1201
|
-
|
|
1202
|
-
- Table: ExpandableRow har oppdatert knapp for å matche Accordion og ExpansionCard ([#2178](https://github.com/navikt/aksel/pull/2178))
|
|
1203
|
-
|
|
1204
|
-
- Table: Alle størrelser har justert padding. Small-size table bruker nå også standard typografi-størrelse (18px). ([#2178](https://github.com/navikt/aksel/pull/2178))
|
|
1205
|
-
|
|
1206
|
-
## 4.12.1
|
|
1207
|
-
|
|
1208
|
-
### Patch Changes
|
|
1209
|
-
|
|
1210
|
-
- Added red border to Combobox in error state ([#2184](https://github.com/navikt/aksel/pull/2184))
|
|
1211
|
-
|
|
1212
|
-
## 4.12.0
|
|
1213
|
-
|
|
1214
|
-
### Minor Changes
|
|
1215
|
-
|
|
1216
|
-
- CopyButton: Har nå prop 'iconPosition' for å høyre/venstre aligne ikon ([#2173](https://github.com/navikt/aksel/pull/2173))
|
|
1217
|
-
|
|
1218
|
-
### Patch Changes
|
|
1219
|
-
|
|
1220
|
-
- List: Fikset sentrering, margins ([#2168](https://github.com/navikt/aksel/pull/2168))
|
|
1221
|
-
|
|
1222
|
-
- Checkbox: Checkmark er nå SVG-ikon og ikke Base64 ([#2171](https://github.com/navikt/aksel/pull/2171))
|
|
1223
|
-
|
|
1224
|
-
- Alert: Fikset alignment av status-ikon mot tekst ([#2179](https://github.com/navikt/aksel/pull/2179))
|
|
1225
|
-
|
|
1226
|
-
## 4.11.2
|
|
1227
|
-
|
|
1228
|
-
### Patch Changes
|
|
1229
|
-
|
|
1230
|
-
- :lipstick: ToggleGroup: fjern semibold fra selected button ([#2167](https://github.com/navikt/aksel/pull/2167))
|
|
1231
|
-
|
|
1232
|
-
## 4.11.1
|
|
1233
|
-
|
|
1234
|
-
### Patch Changes
|
|
1235
|
-
|
|
1236
|
-
- Border-radius: Fikset hardkodet border-radius i Datepicker, ToggleGroup og Combobox. ([#2159](https://github.com/navikt/aksel/pull/2159))
|
|
1237
|
-
|
|
1238
|
-
## 4.11.0
|
|
1239
|
-
|
|
1240
|
-
### Minor Changes
|
|
1241
|
-
|
|
1242
|
-
- HGrid: Ny komponent 'HGrid' er ute i Beta: [Dokumentasjon](https://aksel.nav.no/komponenter/primitives/hgrid) ([#1838](https://github.com/navikt/aksel/pull/1838))
|
|
1243
|
-
|
|
1244
|
-
### Patch Changes
|
|
1245
|
-
|
|
1246
|
-
- List: Fikset alignment av ikoner ([#2149](https://github.com/navikt/aksel/pull/2149))
|
|
1247
|
-
|
|
1248
|
-
- Font: La til egen font for semibold italic for bedre skalering cross-browser ([#2150](https://github.com/navikt/aksel/pull/2150))
|
|
1249
|
-
|
|
1250
|
-
## 4.10.2
|
|
1251
|
-
|
|
1252
|
-
### Patch Changes
|
|
1253
|
-
|
|
1254
|
-
- Link: Fikset visited farger og inline SVG-reset ved bruk av tailwind
|
|
1255
|
-
|
|
1256
|
-
## 4.10.0
|
|
1257
|
-
|
|
1258
|
-
### Minor Changes
|
|
1259
|
-
|
|
1260
|
-
- Link: La til 'variant', 'underline' og 'inlineText'-prop ([#2093](https://github.com/navikt/aksel/pull/2093))
|
|
1261
|
-
|
|
1262
|
-
## 4.9.1
|
|
1263
|
-
|
|
1264
|
-
### Patch Changes
|
|
1265
|
-
|
|
1266
|
-
- Tweaks to combobox - updated example, small bugfixes, better affordance for selected options and added flag for "isAddedByUser" to onToggleSelected ([#2144](https://github.com/navikt/aksel/pull/2144))
|
|
1267
|
-
|
|
1268
|
-
## 4.9.0
|
|
1269
|
-
|
|
1270
|
-
### Minor Changes
|
|
1271
|
-
|
|
1272
|
-
- Table: ExpandableRow kan nå åpnes med 'expandOnRowClick'-prop ([#2127](https://github.com/navikt/aksel/pull/2127))
|
|
1273
|
-
|
|
1274
|
-
## 4.8.0
|
|
1275
|
-
|
|
1276
|
-
### Minor Changes
|
|
1277
|
-
|
|
1278
|
-
- Nye komponenter `VStack`, `HStack` og `Spacer` for å enklere kunne lage layout med flexbox og spacing-variabler. ([#2040](https://github.com/navikt/aksel/pull/2040))
|
|
1279
|
-
|
|
1280
|
-
## 4.7.4
|
|
1281
|
-
|
|
1282
|
-
### Patch Changes
|
|
1283
|
-
|
|
1284
|
-
- Oppdatert bruk av REM i komponenter for forbedret utrykk ved font-scaling i browser ([#2126](https://github.com/navikt/aksel/pull/2126))
|
|
1285
|
-
|
|
1286
|
-
## 4.7.3
|
|
1287
|
-
|
|
1288
|
-
## 4.7.2
|
|
1289
|
-
|
|
1290
|
-
### Patch Changes
|
|
1291
|
-
|
|
1292
|
-
- Stepper: Fikset `hotizontal`-bug når step var `completed` ([#2116](https://github.com/navikt/aksel/pull/2116))
|
|
1293
|
-
|
|
1294
|
-
## 4.7.1
|
|
1295
|
-
|
|
1296
|
-
## 4.7.0
|
|
1297
|
-
|
|
1298
|
-
### Minor Changes
|
|
1299
|
-
|
|
1300
|
-
- Ny komponent Combobox! ([#1868](https://github.com/navikt/aksel/pull/1868))
|
|
1301
|
-
|
|
1302
|
-
## 4.6.1
|
|
1303
|
-
|
|
1304
|
-
### Patch Changes
|
|
1305
|
-
|
|
1306
|
-
- Skjema: Labels og Legends bruker nå inline-flex når readOnly er satt ([#2089](https://github.com/navikt/aksel/pull/2089))
|
|
1307
|
-
|
|
1308
|
-
## 4.6.0
|
|
1309
|
-
|
|
1310
|
-
### Minor Changes
|
|
1311
|
-
|
|
1312
|
-
- Skjema: De fleste skjemakomponenter har nå styling for `readOnly`-state ([#2080](https://github.com/navikt/aksel/pull/2080))
|
|
1313
|
-
|
|
1314
|
-
## 4.5.0
|
|
1315
|
-
|
|
1316
|
-
### Minor Changes
|
|
1317
|
-
|
|
1318
|
-
- - Alert: La til `closeButton`-prop ([#2079](https://github.com/navikt/aksel/pull/2079))
|
|
1319
|
-
|
|
1320
|
-
### Patch Changes
|
|
1321
|
-
|
|
1322
|
-
- - Button: Fikset outline-bug i tertiary-variant ved `:active`-state ([#2079](https://github.com/navikt/aksel/pull/2079))
|
|
1323
|
-
|
|
1324
|
-
## 4.4.2
|
|
1325
|
-
|
|
1326
|
-
## 4.4.1
|
|
1327
|
-
|
|
1328
|
-
### Patch Changes
|
|
1329
|
-
|
|
1330
|
-
- :lipstick: Chat: fjernet border, satt avatar svg til 24x24px, byttet om "subtle" og "neutral" ([#2077](https://github.com/navikt/aksel/pull/2077))
|
|
1331
|
-
|
|
1332
|
-
## 4.4.0
|
|
1333
|
-
|
|
1334
|
-
### Minor Changes
|
|
1335
|
-
|
|
1336
|
-
- Shadow-tokens er oppdatert: Datepicker har nå ikke border, Modal bruker shadow-xlarge, LinkCard bruker shadow-xsmall ([PR](https://github.com/navikt/aksel/pull/2041))
|
|
1337
|
-
|
|
1338
|
-
## 4.3.0
|
|
1339
|
-
|
|
1340
|
-
### Minor Changes
|
|
1341
|
-
|
|
1342
|
-
- Popover/Helptext: Maksbredde på 100vw - 1.5rem. Treffer ikke lengre kanten på skjermen. ([PR](https://github.com/navikt/aksel/pull/2069))
|
|
1343
|
-
|
|
1344
|
-
### Patch Changes
|
|
1345
|
-
|
|
1346
|
-
- ExpansionCard: Ved nesting av komponetene fikk man styling fra parent ([PR](https://github.com/navikt/aksel/pull/2067))
|
|
1347
|
-
|
|
1348
|
-
## 4.2.0
|
|
1349
|
-
|
|
1350
|
-
### Minor Changes
|
|
1351
|
-
|
|
1352
|
-
- Chat: `small`-size, innebygde varianter for farge og oppdatert utseende. ([PR](https://github.com/navikt/aksel/pull/2048))
|
|
1353
|
-
|
|
1354
|
-
## 4.1.4
|
|
1355
|
-
|
|
1356
|
-
### Patch Changes
|
|
1357
|
-
|
|
1358
|
-
- Readmore: setter nå eksplisitt color for å ikke arve text-subtle fra parent. ([PR](https://github.com/navikt/aksel/pull/2049))
|
|
1359
|
-
|
|
1360
|
-
## 4.1.1
|
|
1361
|
-
|
|
1362
|
-
### Patch Changes
|
|
1363
|
-
|
|
1364
|
-
- :bug: Fikset cursor-markering av tekst i skeleton.
|
|
1365
|
-
|
|
1366
|
-
## 4.1.0
|
|
1367
|
-
|
|
1368
|
-
### Minor Changes
|
|
1369
|
-
|
|
1370
|
-
- Chips: `neutral` og `action`-varianter av Chips.Toggle. Opt-out mulighet for Checkmark. Oppdatert checkmark-ikon ([PR](https://github.com/navikt/aksel/pull/2035))
|
|
1371
|
-
|
|
1372
|
-
- Alle description-felter på fieldsets har nå `text-subtle` som farge. ([PR](https://github.com/navikt/aksel/pull/2036))
|
|
1373
|
-
|
|
1374
|
-
## 4.0.0
|
|
1375
|
-
|
|
1376
|
-
### Major Changes
|
|
1377
|
-
|
|
1378
|
-
- All styling fra `@navikt/ds-css-internal` er flyttet til `@navikt/ds-css`. ([PR](https://github.com/navikt/aksel/pull/2026))
|
|
1379
|
-
|
|
1380
|
-
- classname-prefix er endret fra `navdsi` -> `navds` for flyttede komponenter.
|
|
1381
|
-
|
|
1382
|
-
- Fikset cascading-problem mellom dropdown og popover. Dropdown blir ikke lengre påvirket av import-rekkefølge av popover.
|
|
1383
|
-
|
|
1384
|
-
- Styling for flyttede komponenter finnes nå på CDN [Guide](https://aksel.nav.no/grunnleggende/kode/css-import)
|
|
1385
|
-
|
|
1386
|
-
## 3.4.0
|
|
1387
|
-
|
|
1388
|
-
### Minor Changes
|
|
1389
|
-
|
|
1390
|
-
- Tag: `moderate`-variant ([PR](https://github.com/navikt/aksel/pull/2010))
|
|
1391
|
-
|
|
1392
|
-
## 3.2.3
|
|
1393
|
-
|
|
1394
|
-
### Patch Changes
|
|
1395
|
-
|
|
1396
|
-
- Datepicker: Fikset small-variant av datepicker-input. ([PR](https://github.com/navikt/aksel/pull/1993))
|
|
1397
|
-
|
|
1398
|
-
- CopyButton: `xsmall`-size for bruk i tabeller ([PR](https://github.com/navikt/aksel/pull/1994))
|
|
1399
|
-
|
|
1400
|
-
## 3.1.3
|
|
1401
|
-
|
|
1402
|
-
### Patch Changes
|
|
1403
|
-
|
|
1404
|
-
- :lipstick: Oppdatert utseende for ToggleGroup. `Medium` og `Small`-size er begge 10px lavere, mindre border-radius ([PR](https://github.com/navikt/aksel/pull/1976))
|
|
1405
|
-
|
|
1406
|
-
## 3.1.0
|
|
1407
|
-
|
|
1408
|
-
### Minor Changes
|
|
1409
|
-
|
|
1410
|
-
- Alle komponenter bruker nå default `:focus-visible` for fokusmarkering. Medfølger også fallback for `:focus` ([PR](https://github.com/navikt/aksel/pull/1966))
|
|
1411
|
-
|
|
1412
|
-
### Patch Changes
|
|
1413
|
-
|
|
1414
|
-
- Oppdatert Label og Description spacing for skjemakomponenter ([PR](https://github.com/navikt/aksel/pull/1967))
|
|
1415
|
-
|
|
1416
|
-
## 3.0.0
|
|
1417
|
-
|
|
1418
|
-
### Major Changes
|
|
1419
|
-
|
|
1420
|
-
- Accordion: Chevron er left-aligned, deler av styling er refaktorert, `size`-props og `neutral`-variant ([PR](https://github.com/navikt/aksel/pull/1964))
|
|
1421
|
-
|
|
1422
|
-
## 2.9.0
|
|
1423
|
-
|
|
1424
|
-
### Minor Changes
|
|
1425
|
-
|
|
1426
|
-
- CSS nå tilgjengelig som separate filer: Kan lastest fra CDN, minified-versjoner tilgjengelig ([PR](https://github.com/navikt/aksel/pull/1941))
|
|
1427
|
-
|
|
1428
|
-
## 2.8.9
|
|
1429
|
-
|
|
1430
|
-
### Patch Changes
|
|
1431
|
-
|
|
1432
|
-
- Button: Padding/border-radius tokens ([PR](https://github.com/navikt/aksel/pull/1905))
|
|
1433
|
-
|
|
1434
|
-
## 2.8.7
|
|
1435
|
-
|
|
1436
|
-
### Patch Changes
|
|
1437
|
-
|
|
1438
|
-
- Button: token for tertiary
|
|
1439
|
-
|
|
1440
|
-
## 2.8.6
|
|
1441
|
-
|
|
1442
|
-
### Patch Changes
|
|
1443
|
-
|
|
1444
|
-
- Alert, Chips og ErrorSummary har nå bedre utvalg av tokens
|
|
1445
|
-
|
|
1446
|
-
## 2.8.5
|
|
1447
|
-
|
|
1448
|
-
### Patch Changes
|
|
1449
|
-
|
|
1450
|
-
- Accordion: tokens for header-bakgrunn
|
|
1451
|
-
|
|
1452
|
-
- Select: Fikset tekstfarge på iphone ([PR](https://github.com/navikt/aksel/pull/1879))
|
|
1453
|
-
|
|
1454
|
-
## 2.8.2
|
|
1455
|
-
|
|
1456
|
-
### Patch Changes
|
|
1457
|
-
|
|
1458
|
-
- ExpansioCard: Oppdatert typografi ([PR](https://github.com/navikt/aksel/pull/1870))
|
|
1459
|
-
|
|
1460
|
-
## 2.7.8
|
|
1461
|
-
|
|
1462
|
-
### Patch Changes
|
|
1463
|
-
|
|
1464
|
-
- Tabs: La til focus-markering for Tabs.Panel ([PR](https://github.com/navikt/aksel/pull/1863))
|
|
1465
|
-
|
|
1466
|
-
## 2.7.5
|
|
1467
|
-
|
|
1468
|
-
### Patch Changes
|
|
1469
|
-
|
|
1470
|
-
- ToggleGroup: Fikset token-bug
|
|
1471
|
-
|
|
1472
|
-
## 2.4.3
|
|
1473
|
-
|
|
1474
|
-
### Patch Changes
|
|
1475
|
-
|
|
1476
|
-
- Select: Fikset disabled + opacity bug for Chrome
|
|
1477
|
-
|
|
1478
|
-
## 2.4.2
|
|
1479
|
-
|
|
1480
|
-
### Patch Changes
|
|
1481
|
-
|
|
1482
|
-
- List: La til støtte for nesting ([PR](https://github.com/navikt/aksel/pull/1823))
|
|
1483
|
-
|
|
1484
|
-
## 2.3.1
|
|
1485
|
-
|
|
1486
|
-
### Patch Changes
|
|
1487
|
-
|
|
1488
|
-
- Fikset feil bruk av fallback-tokens i Textarea og Timeline
|
|
1489
|
-
|
|
1490
|
-
## 2.3.0
|
|
1491
|
-
|
|
1492
|
-
### Minor Changes
|
|
1493
|
-
|
|
1494
|
-
- Select: Fikset sentrering av tekst i Firefox ([PR](https://github.com/navikt/aksel/pull/1813))
|
|
1495
|
-
|
|
1496
|
-
### Patch Changes
|
|
1497
|
-
|
|
1498
|
-
- Select: `small`-variant er nå 32px (var 34px)
|
|
1499
|
-
|
|
1500
|
-
## 2.2.0
|
|
1501
|
-
|
|
1502
|
-
### Minor Changes
|
|
1503
|
-
|
|
1504
|
-
- ToggleGroup: `Neutral`-variant. ([PR](https://github.com/navikt/aksel/pull/1789))
|
|
1505
|
-
|
|
1506
|
-
- Button: `Neutral`-variant.
|
|
1507
|
-
|
|
1508
|
-
## 2.1.2
|
|
1509
|
-
|
|
1510
|
-
### Patch Changes
|
|
1511
|
-
|
|
1512
|
-
- TextField: `small`-variant har nå 8px horisontal padding (før 4px)
|
|
1513
|
-
|
|
1514
|
-
## 2.0.12
|
|
1515
|
-
|
|
1516
|
-
### Patch Changes
|
|
1517
|
-
|
|
1518
|
-
- Radio: Fikset default visuell error-state ([PR](https://github.com/navikt/aksel/pull/1737))
|
|
1519
|
-
|
|
1520
|
-
## 2.0.5
|
|
1521
|
-
|
|
1522
|
-
### Patch Changes
|
|
1523
|
-
|
|
1524
|
-
- Button: Reverserte border-width endrinder (var 1.5px, nå 2px)
|
|
1525
|
-
|
|
1526
|
-
## 2.0.1
|
|
1527
|
-
|
|
1528
|
-
### Patch Changes
|
|
1529
|
-
|
|
1530
|
-
- Bugfixer ved bruk av tokens oppdatert i v2.0.0
|
|
1531
|
-
|
|
1532
|
-
## 2.0.0
|
|
1533
|
-
|
|
1534
|
-
### Major Changes
|
|
1535
|
-
|
|
1536
|
-
- Fontlasting: Fonter lastes nå fra NAV-CDN
|
|
1537
|
-
|
|
1538
|
-
- Tokens: Alle komponenter bruker nå semantiske tokens for som standard, med innebygd støtte for komponent-spesifikke tokens.
|
|
1539
|
-
|
|
1540
|
-
## 1.5.9
|
|
1541
|
-
|
|
1542
|
-
### Patch Changes
|
|
1543
|
-
|
|
1544
|
-
- Chips: 4px -> 2px gap mellom checkmark i Chips.Toggle
|
|
1545
|
-
|
|
1546
|
-
## 1.5.3
|
|
1547
|
-
|
|
1548
|
-
### Patch Changes
|
|
1549
|
-
|
|
1550
|
-
- Tokens: Byttet om på rekkefølge av alt-farger
|
|
1551
|
-
|
|
1552
|
-
## 1.5.1
|
|
1553
|
-
|
|
1554
|
-
### Patch Changes
|
|
1555
|
-
|
|
1556
|
-
- Chips. Bruker nå standard flex-wrap
|
|
1557
|
-
|
|
1558
|
-
## 1.5.0
|
|
1559
|
-
|
|
1560
|
-
### Minor Changes
|
|
1561
|
-
|
|
1562
|
-
- Tag: `filled`-varianter ([PR](https://github.com/navikt/aksel/pull/1684))
|
|
1563
|
-
|
|
1564
|
-
## 1.3.39
|
|
1565
|
-
|
|
1566
|
-
### Patch Changes
|
|
1567
|
-
|
|
1568
|
-
- Fikset bruk av `:watch` for diverse parsere (less, parcel)
|
|
1569
|
-
|
|
1570
|
-
## 1.3.24
|
|
1571
|
-
|
|
1572
|
-
### Patch Changes
|
|
1573
|
-
|
|
1574
|
-
- Tokens tilgjengeligjøres nå også på `:host`. Dette lar shadow-dom brukere konsumere tokens direkte.
|