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