@entur/menu 4.1.14 → 4.1.16-beta.0

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 (3) hide show
  1. package/dist/styles.css +215 -215
  2. package/package.json +23 -15
  3. package/CHANGELOG.md +0 -650
package/dist/styles.css CHANGED
@@ -3,6 +3,60 @@
3
3
  --reach-menu-button: 1;
4
4
  }/* DO NOT CHANGE!*/
5
5
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
6
+ .eds-breadcrumb {
7
+ list-style: none;
8
+ margin: 0;
9
+ padding: 0;
10
+ }
11
+
12
+ .eds-breadcrumb__item {
13
+ display: inline-block;
14
+ }
15
+
16
+ .eds-breadcrumb__separator {
17
+ margin: 0 0.25rem 0 0.25rem;
18
+ }
19
+
20
+ .eds-breadcrumb__link {
21
+ text-decoration: none;
22
+ color: inherit;
23
+ background-image: linear-gradient(120deg, #181c56 0%, #181c56 100%);
24
+ background-repeat: no-repeat;
25
+ background-size: 100% 0.125rem;
26
+ background-position: 0 100%;
27
+ }
28
+ .eds-contrast .eds-breadcrumb__link {
29
+ background-image: linear-gradient(120deg, #ffffff 0%, #ffffff 100%);
30
+ }
31
+ .eds-breadcrumb__link:hover {
32
+ -webkit-animation: eds-breadcrumb-underline 0.3s ease-in;
33
+ animation: eds-breadcrumb-underline 0.3s ease-in;
34
+ }
35
+ .eds-breadcrumb__link:focus {
36
+ outline: none;
37
+ box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #181c56;
38
+ outline-offset: 0.125rem;
39
+ }
40
+ @-webkit-keyframes eds-breadcrumb-underline {
41
+ from {
42
+ background-size: 0% 0.125rem;
43
+ }
44
+ to {
45
+ background-size: 100% 0.125rem;
46
+ }
47
+ }
48
+ @keyframes eds-breadcrumb-underline {
49
+ from {
50
+ background-size: 0% 0.125rem;
51
+ }
52
+ to {
53
+ background-size: 100% 0.125rem;
54
+ }
55
+ }
56
+ .eds-breadcrumb__link--current {
57
+ font-weight: 600;
58
+ }/* DO NOT CHANGE!*/
59
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
6
60
  .eds-top-navigation-item {
7
61
  --show-active-line: 0;
8
62
  display: inline-block;
@@ -166,6 +220,167 @@
166
220
  background: #aeb7e2;
167
221
  }/* DO NOT CHANGE!*/
168
222
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
223
+ .eds-pagination {
224
+ align-items: center;
225
+ display: flex;
226
+ flex-wrap: wrap;
227
+ row-gap: 0.75rem;
228
+ justify-content: space-between;
229
+ }
230
+ .eds-pagination__results {
231
+ align-items: center;
232
+ display: flex;
233
+ flex: 1;
234
+ justify-content: flex-start;
235
+ }
236
+ .eds-pagination__results-label {
237
+ margin-right: 0.5rem;
238
+ }
239
+ .eds-pagination__controls {
240
+ align-items: center;
241
+ display: flex;
242
+ justify-content: center;
243
+ }
244
+ .eds-pagination__results:first-of-type:last-of-type, .eds-pagination__controls:first-of-type:last-of-type {
245
+ margin: 0 auto;
246
+ }
247
+
248
+ .eds-pagination-menu__menu-button {
249
+ -webkit-appearance: none;
250
+ -moz-appearance: none;
251
+ appearance: none;
252
+ background: transparent;
253
+ border: 0.0625rem solid #d1d3d3;
254
+ border-radius: 0.25rem;
255
+ color: inherit;
256
+ font-family: inherit;
257
+ display: flex;
258
+ align-items: center;
259
+ justify-content: space-around;
260
+ height: 2rem;
261
+ margin-left: 0.25rem;
262
+ margin-right: 1rem;
263
+ width: 3.5rem;
264
+ }
265
+ .eds-pagination-menu__menu-button--open {
266
+ border-color: currentColor;
267
+ }
268
+ .eds-pagination-menu__menu-button:focus {
269
+ outline: none;
270
+ box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #181c56;
271
+ }
272
+ .eds-pagination-menu__menu-list {
273
+ width: 3.5rem;
274
+ }
275
+
276
+ .eds-pagination__page {
277
+ align-items: center;
278
+ -webkit-appearance: none;
279
+ -moz-appearance: none;
280
+ appearance: none;
281
+ background: transparent;
282
+ border: 0.0625rem solid #d1d3d3;
283
+ border-color: #d1d3d3;
284
+ border-radius: 0.25rem;
285
+ color: inherit;
286
+ cursor: pointer;
287
+ display: flex;
288
+ font-family: inherit;
289
+ font-size: 0.875rem;
290
+ height: 2rem;
291
+ justify-content: center;
292
+ margin: 0 0.125rem;
293
+ padding: 0 0.25rem;
294
+ transition: background 0.1s ease-out, border-color 0.1s ease-out;
295
+ -webkit-user-select: none;
296
+ -moz-user-select: none;
297
+ -ms-user-select: none;
298
+ user-select: none;
299
+ min-width: 2rem;
300
+ }
301
+ .eds-contrast .eds-pagination__page {
302
+ border-color: #54568c;
303
+ }
304
+ .eds-pagination__page--selected {
305
+ background: #d1d4e3;
306
+ border-color: #181c56;
307
+ color: inherit;
308
+ opacity: 1;
309
+ pointer-events: none;
310
+ }
311
+ .eds-contrast .eds-pagination__page--selected {
312
+ border-color: #ffffff;
313
+ background: #393d79;
314
+ }
315
+ .eds-pagination__page--disabled {
316
+ opacity: 0.5;
317
+ pointer-events: none;
318
+ }
319
+ .eds-pagination__page:hover {
320
+ background-color: #d1d4e3;
321
+ border-color: #d1d4e3;
322
+ }
323
+ .eds-contrast .eds-pagination__page:hover {
324
+ background-color: #393d79;
325
+ border-color: #393d79;
326
+ }
327
+ .eds-pagination__page:focus {
328
+ outline: none;
329
+ border-color: #181c56;
330
+ }
331
+ .eds-contrast .eds-pagination__page:focus {
332
+ border-color: #ffffff;
333
+ }
334
+
335
+ .eds-pagination__ellipsis {
336
+ align-items: baseline;
337
+ cursor: default;
338
+ display: flex;
339
+ font-size: 1.5rem;
340
+ height: 2rem;
341
+ justify-content: center;
342
+ -webkit-user-select: none;
343
+ -moz-user-select: none;
344
+ -ms-user-select: none;
345
+ user-select: none;
346
+ width: 2rem;
347
+ margin: 0 2px;
348
+ }
349
+
350
+ .eds-pagination__input-wrapper {
351
+ white-space: nowrap;
352
+ }
353
+ .eds-pagination__input-label {
354
+ border-left: 0.0625rem solid #d1d3d3;
355
+ color: #656782;
356
+ font-size: 0.875rem;
357
+ margin-left: 0.5rem;
358
+ padding: 0 1rem;
359
+ }
360
+ .eds-contrast .eds-pagination__input-label {
361
+ border-color: #393d79;
362
+ color: #aeb7e2;
363
+ }
364
+ .eds-pagination__input-field {
365
+ -webkit-appearance: none;
366
+ -moz-appearance: none;
367
+ appearance: none;
368
+ background: transparent;
369
+ border: 0.0625rem solid #d1d3d3;
370
+ border-radius: 0.25rem;
371
+ color: inherit;
372
+ font-family: inherit;
373
+ font-size: 0.875rem;
374
+ height: 2rem;
375
+ text-align: center;
376
+ width: 2rem;
377
+ }
378
+ .eds-pagination__input-field::-webkit-inner-spin-button, .eds-pagination__input-field::-webkit-outer-spin-button {
379
+ -webkit-appearance: none;
380
+ appearance: none;
381
+ margin: 0;
382
+ }/* DO NOT CHANGE!*/
383
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
169
384
  /* DO NOT CHANGE!*/
170
385
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
171
386
  .eds-side-navigation,
@@ -385,60 +600,6 @@
385
600
  outline: 2px solid #ffffff;
386
601
  }/* DO NOT CHANGE!*/
387
602
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
388
- .eds-breadcrumb {
389
- list-style: none;
390
- margin: 0;
391
- padding: 0;
392
- }
393
-
394
- .eds-breadcrumb__item {
395
- display: inline-block;
396
- }
397
-
398
- .eds-breadcrumb__separator {
399
- margin: 0 0.25rem 0 0.25rem;
400
- }
401
-
402
- .eds-breadcrumb__link {
403
- text-decoration: none;
404
- color: inherit;
405
- background-image: linear-gradient(120deg, #181c56 0%, #181c56 100%);
406
- background-repeat: no-repeat;
407
- background-size: 100% 0.125rem;
408
- background-position: 0 100%;
409
- }
410
- .eds-contrast .eds-breadcrumb__link {
411
- background-image: linear-gradient(120deg, #ffffff 0%, #ffffff 100%);
412
- }
413
- .eds-breadcrumb__link:hover {
414
- -webkit-animation: eds-breadcrumb-underline 0.3s ease-in;
415
- animation: eds-breadcrumb-underline 0.3s ease-in;
416
- }
417
- .eds-breadcrumb__link:focus {
418
- outline: none;
419
- box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #181c56;
420
- outline-offset: 0.125rem;
421
- }
422
- @-webkit-keyframes eds-breadcrumb-underline {
423
- from {
424
- background-size: 0% 0.125rem;
425
- }
426
- to {
427
- background-size: 100% 0.125rem;
428
- }
429
- }
430
- @keyframes eds-breadcrumb-underline {
431
- from {
432
- background-size: 0% 0.125rem;
433
- }
434
- to {
435
- background-size: 100% 0.125rem;
436
- }
437
- }
438
- .eds-breadcrumb__link--current {
439
- font-weight: 600;
440
- }/* DO NOT CHANGE!*/
441
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
442
603
  .eds-overflow-menu__item {
443
604
  -webkit-appearance: none;
444
605
  -moz-appearance: none;
@@ -534,165 +695,4 @@
534
695
  [data-reach-menu-popover] .eds-overflow-menu__menu-list--left {
535
696
  position: relative;
536
697
  right: calc(100% - 2rem);
537
- }/* DO NOT CHANGE!*/
538
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
539
- .eds-pagination {
540
- align-items: center;
541
- display: flex;
542
- flex-wrap: wrap;
543
- row-gap: 0.75rem;
544
- justify-content: space-between;
545
- }
546
- .eds-pagination__results {
547
- align-items: center;
548
- display: flex;
549
- flex: 1;
550
- justify-content: flex-start;
551
- }
552
- .eds-pagination__results-label {
553
- margin-right: 0.5rem;
554
- }
555
- .eds-pagination__controls {
556
- align-items: center;
557
- display: flex;
558
- justify-content: center;
559
- }
560
- .eds-pagination__results:first-of-type:last-of-type, .eds-pagination__controls:first-of-type:last-of-type {
561
- margin: 0 auto;
562
- }
563
-
564
- .eds-pagination-menu__menu-button {
565
- -webkit-appearance: none;
566
- -moz-appearance: none;
567
- appearance: none;
568
- background: transparent;
569
- border: 0.0625rem solid #d1d3d3;
570
- border-radius: 0.25rem;
571
- color: inherit;
572
- font-family: inherit;
573
- display: flex;
574
- align-items: center;
575
- justify-content: space-around;
576
- height: 2rem;
577
- margin-left: 0.25rem;
578
- margin-right: 1rem;
579
- width: 3.5rem;
580
- }
581
- .eds-pagination-menu__menu-button--open {
582
- border-color: currentColor;
583
- }
584
- .eds-pagination-menu__menu-button:focus {
585
- outline: none;
586
- box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #181c56;
587
- }
588
- .eds-pagination-menu__menu-list {
589
- width: 3.5rem;
590
- }
591
-
592
- .eds-pagination__page {
593
- align-items: center;
594
- -webkit-appearance: none;
595
- -moz-appearance: none;
596
- appearance: none;
597
- background: transparent;
598
- border: 0.0625rem solid #d1d3d3;
599
- border-color: #d1d3d3;
600
- border-radius: 0.25rem;
601
- color: inherit;
602
- cursor: pointer;
603
- display: flex;
604
- font-family: inherit;
605
- font-size: 0.875rem;
606
- height: 2rem;
607
- justify-content: center;
608
- margin: 0 0.125rem;
609
- padding: 0 0.25rem;
610
- transition: background 0.1s ease-out, border-color 0.1s ease-out;
611
- -webkit-user-select: none;
612
- -moz-user-select: none;
613
- -ms-user-select: none;
614
- user-select: none;
615
- min-width: 2rem;
616
- }
617
- .eds-contrast .eds-pagination__page {
618
- border-color: #54568c;
619
- }
620
- .eds-pagination__page--selected {
621
- background: #d1d4e3;
622
- border-color: #181c56;
623
- color: inherit;
624
- opacity: 1;
625
- pointer-events: none;
626
- }
627
- .eds-contrast .eds-pagination__page--selected {
628
- border-color: #ffffff;
629
- background: #393d79;
630
- }
631
- .eds-pagination__page--disabled {
632
- opacity: 0.5;
633
- pointer-events: none;
634
- }
635
- .eds-pagination__page:hover {
636
- background-color: #d1d4e3;
637
- border-color: #d1d4e3;
638
- }
639
- .eds-contrast .eds-pagination__page:hover {
640
- background-color: #393d79;
641
- border-color: #393d79;
642
- }
643
- .eds-pagination__page:focus {
644
- outline: none;
645
- border-color: #181c56;
646
- }
647
- .eds-contrast .eds-pagination__page:focus {
648
- border-color: #ffffff;
649
- }
650
-
651
- .eds-pagination__ellipsis {
652
- align-items: baseline;
653
- cursor: default;
654
- display: flex;
655
- font-size: 1.5rem;
656
- height: 2rem;
657
- justify-content: center;
658
- -webkit-user-select: none;
659
- -moz-user-select: none;
660
- -ms-user-select: none;
661
- user-select: none;
662
- width: 2rem;
663
- margin: 0 2px;
664
- }
665
-
666
- .eds-pagination__input-wrapper {
667
- white-space: nowrap;
668
- }
669
- .eds-pagination__input-label {
670
- border-left: 0.0625rem solid #d1d3d3;
671
- color: #656782;
672
- font-size: 0.875rem;
673
- margin-left: 0.5rem;
674
- padding: 0 1rem;
675
- }
676
- .eds-contrast .eds-pagination__input-label {
677
- border-color: #393d79;
678
- color: #aeb7e2;
679
- }
680
- .eds-pagination__input-field {
681
- -webkit-appearance: none;
682
- -moz-appearance: none;
683
- appearance: none;
684
- background: transparent;
685
- border: 0.0625rem solid #d1d3d3;
686
- border-radius: 0.25rem;
687
- color: inherit;
688
- font-family: inherit;
689
- font-size: 0.875rem;
690
- height: 2rem;
691
- text-align: center;
692
- width: 2rem;
693
- }
694
- .eds-pagination__input-field::-webkit-inner-spin-button, .eds-pagination__input-field::-webkit-outer-spin-button {
695
- -webkit-appearance: none;
696
- appearance: none;
697
- margin: 0;
698
698
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/menu",
3
- "version": "4.1.14",
3
+ "version": "4.1.16-beta.0",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/menu.esm.js",
@@ -17,26 +17,34 @@
17
17
  "access": "public"
18
18
  },
19
19
  "scripts": {
20
- "build": "dts build",
21
- "start": "dts watch --noClean",
22
- "test": "dts test --env=jsdom",
23
- "lint": "dts lint"
20
+ "build": "yarn run dts build",
21
+ "start": "yarn run dts watch --noClean",
22
+ "prepack": "yarn run build",
23
+ "prepublish": "yarn run test && yarn run lint",
24
+ "test": "yarn run dts test --env=jsdom",
25
+ "lint": "yarn run dts lint"
24
26
  },
25
27
  "dependencies": {
26
- "@entur/a11y": "^0.2.49",
27
- "@entur/button": "^2.10.4",
28
- "@entur/expand": "^3.3.22",
29
- "@entur/icons": "^5.1.0",
30
- "@entur/layout": "^2.1.11",
31
- "@entur/tokens": "^3.4.1",
32
- "@entur/typography": "^1.7.0",
33
- "@entur/utils": "^0.4.5",
28
+ "@entur/a11y": "^0.2.50-beta.0",
29
+ "@entur/button": "^2.10.5-beta.0",
30
+ "@entur/expand": "^3.3.24-beta.0",
31
+ "@entur/icons": "^5.1.2-beta.0",
32
+ "@entur/layout": "^2.1.12-beta.0",
33
+ "@entur/tokens": "^3.4.2-beta.0",
34
+ "@entur/typography": "^1.7.1-beta.0",
35
+ "@entur/utils": "^0.4.6-beta.0",
34
36
  "@reach/menu-button": "^0.16.1",
35
- "classnames": "^2.3.1"
37
+ "classnames": "^2.3.1",
38
+ "react-is": "^16.8.0"
36
39
  },
37
40
  "peerDependencies": {
38
41
  "react": ">=16.8.0",
39
42
  "react-dom": ">=16.8.0"
40
43
  },
41
- "gitHead": "9d0450ea38d34dffbd45ab0b65eb9f02f499392b"
44
+ "devDependencies": {
45
+ "dts-cli": "^1.1.6",
46
+ "jest-watch-typeahead": "^2.2.0",
47
+ "ts-jest": "^27.0.0"
48
+ },
49
+ "gitHead": "d66113fbe7eee544fb34f82211406b8ed95837a1"
42
50
  }
package/CHANGELOG.md DELETED
@@ -1,650 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- ## [4.1.14](https://bitbucket.org/enturas/design-system/compare/@entur/menu@4.1.13...@entur/menu@4.1.14) (2022-10-20)
7
-
8
- **Note:** Version bump only for package @entur/menu
9
-
10
- ## [4.1.13](https://bitbucket.org/enturas/design-system/compare/@entur/menu@4.1.12...@entur/menu@4.1.13) (2022-10-12)
11
-
12
- **Note:** Version bump only for package @entur/menu
13
-
14
- ## [4.1.12](https://bitbucket.org/enturas/design-system/compare/@entur/menu@4.1.11...@entur/menu@4.1.12) (2022-10-05)
15
-
16
- ### Bug Fixes
17
-
18
- - **menu:** add missing warning about styles from @entur/a11y ([bd7265f](https://bitbucket.org/enturas/design-system/commits/bd7265feab5a96039847b72728e203ae92f7e9a2))
19
-
20
- ## [4.1.10](https://bitbucket.org/enturas/design-system/compare/@entur/menu@4.1.9...@entur/menu@4.1.10) (2022-09-02)
21
-
22
- ### Bug Fixes
23
-
24
- - **collapsible side navigation:** add descriptive aria-label to open/close side navigation button ([a6a5faf](https://bitbucket.org/enturas/design-system/commits/a6a5faf697123ca350e2c6df8e12bb4f27fdc7ad))
25
- - **side navigation:** add descriptive label for side navigation group ([bd35115](https://bitbucket.org/enturas/design-system/commits/bd351153e651e042aff04c7616ac2af4cc18901d))
26
- - **side navigation item:** add aria-current=page to active side navigation item ([6b8f499](https://bitbucket.org/enturas/design-system/commits/6b8f499184ee69c6d5dc1505a8dc866691ee577a))
27
- - **side navigation item:** add descriptive aria-label to side navigation item when icon is used ([0757134](https://bitbucket.org/enturas/design-system/commits/0757134121d9e78e401b3a05c277e7da67280486))
28
- - **side navigation item:** add not-allowed cursor style to disabled navigation items ([a071782](https://bitbucket.org/enturas/design-system/commits/a07178257a9ce41b37f162314b48674f77351197))
29
- - **Stepper:** add more descriptive labels for screenreaders ([5077da7](https://bitbucket.org/enturas/design-system/commits/5077da73d4add7e244641026dab49ba4f49d1125))
30
-
31
- ## [4.1.9](https://bitbucket.org/enturas/design-system/compare/@entur/menu@4.1.8...@entur/menu@4.1.9) (2022-08-31)
32
-
33
- **Note:** Version bump only for package @entur/menu
34
-
35
- ## [4.1.8](https://bitbucket.org/enturas/design-system/compare/@entur/menu@4.1.7...@entur/menu@4.1.8) (2022-08-31)
36
-
37
- ### Bug Fixes
38
-
39
- - **pagination:** add more descriptive screen reader texts to pagintion ([7673059](https://bitbucket.org/enturas/design-system/commits/7673059920e94c75ff4e15c24feced7557a59676))
40
-
41
- ## [4.1.7](https://bitbucket.org/enturas/design-system/compare/@entur/menu@4.1.6...@entur/menu@4.1.7) (2022-08-24)
42
-
43
- ### Bug Fixes
44
-
45
- - add parameter and return types ([861b878](https://bitbucket.org/enturas/design-system/commits/861b8782b1fae34242d64371a8af7887ac545df6))
46
-
47
- ## [4.1.6](https://bitbucket.org/enturas/design-system/compare/@entur/menu@4.1.5...@entur/menu@4.1.6) (2022-08-09)
48
-
49
- **Note:** Version bump only for package @entur/menu
50
-
51
- ## [4.1.5](https://bitbucket.org/enturas/design-system/compare/@entur/menu@4.1.4...@entur/menu@4.1.5) (2022-07-05)
52
-
53
- **Note:** Version bump only for package @entur/menu
54
-
55
- ## [4.1.4](https://bitbucket.org/enturas/design-system/compare/@entur/menu@4.1.3...@entur/menu@4.1.4) (2022-06-28)
56
-
57
- **Note:** Version bump only for package @entur/menu
58
-
59
- ## [4.1.3](https://bitbucket.org/enturas/design-system/compare/@entur/menu@4.1.2...@entur/menu@4.1.3) (2022-06-24)
60
-
61
- **Note:** Version bump only for package @entur/menu
62
-
63
- ## [4.1.2](https://bitbucket.org/enturas/design-system/compare/@entur/menu@4.1.1...@entur/menu@4.1.2) (2022-06-02)
64
-
65
- **Note:** Version bump only for package @entur/menu
66
-
67
- ## [4.1.1](https://bitbucket.org/enturas/design-system/compare/@entur/menu@4.1.0...@entur/menu@4.1.1) (2022-05-13)
68
-
69
- ### Bug Fixes
70
-
71
- - **pagination:** fix lint errors for react hooks ([937c18e](https://bitbucket.org/enturas/design-system/commits/937c18ea4e595b520024af7d42944d612b5b471d))
72
-
73
- # [4.1.0](https://bitbucket.org/enturas/design-system/compare/@entur/menu@4.0.10...@entur/menu@4.1.0) (2022-05-04)
74
-
75
- ### Features
76
-
77
- - **pagination:** change how page entries are displayed and make pagination wrap on smaller screens ([ce27211](https://bitbucket.org/enturas/design-system/commits/ce27211aa2970f517eac3127a926215485236c5e))
78
-
79
- ## [4.0.10](https://bitbucket.org/enturas/design-system/compare/@entur/menu@4.0.9...@entur/menu@4.0.10) (2022-04-27)
80
-
81
- **Note:** Version bump only for package @entur/menu
82
-
83
- ## [4.0.9](https://bitbucket.org/enturas/design-system/compare/@entur/menu@4.0.8...@entur/menu@4.0.9) (2022-04-20)
84
-
85
- **Note:** Version bump only for package @entur/menu
86
-
87
- ## [4.0.8](https://bitbucket.org/enturas/design-system/compare/@entur/menu@4.0.7...@entur/menu@4.0.8) (2022-04-19)
88
-
89
- **Note:** Version bump only for package @entur/menu
90
-
91
- ## [4.0.7](https://bitbucket.org/enturas/design-system/compare/@entur/menu@4.0.6...@entur/menu@4.0.7) (2022-03-01)
92
-
93
- **Note:** Version bump only for package @entur/menu
94
-
95
- ## [4.0.6](https://bitbucket.org/enturas/design-system/compare/@entur/menu@4.0.5...@entur/menu@4.0.6) (2022-02-09)
96
-
97
- **Note:** Version bump only for package @entur/menu
98
-
99
- ## [4.0.5](https://bitbucket.org/enturas/design-system/compare/@entur/menu@4.0.4...@entur/menu@4.0.5) (2021-11-17)
100
-
101
- **Note:** Version bump only for package @entur/menu
102
-
103
- ## [4.0.4](https://bitbucket.org/enturas/design-system/compare/@entur/menu@4.0.3...@entur/menu@4.0.4) (2021-10-18)
104
-
105
- ### Bug Fixes
106
-
107
- - **pagination:** improve focus styling ([0e42eca](https://bitbucket.org/enturas/design-system/commits/0e42eca9f5afcf94c7d4170b0d0df50ce8540ffc))
108
-
109
- ## [4.0.3](https://bitbucket.org/enturas/design-system/compare/@entur/menu@4.0.2...@entur/menu@4.0.3) (2021-09-23)
110
-
111
- ### Bug Fixes
112
-
113
- - **sidenavigation:** fix focus styling for components ([755ddf8](https://bitbucket.org/enturas/design-system/commits/755ddf8393020eaadacaddcb33077d573365e652))
114
-
115
- ## [4.0.2](https://bitbucket.org/enturas/design-system/compare/@entur/menu@4.0.1...@entur/menu@4.0.2) (2021-09-13)
116
-
117
- ### Bug Fixes
118
-
119
- - **overflowmenu:** fix position bug in flex-box environments ([a244c91](https://bitbucket.org/enturas/design-system/commits/a244c91547ec227db97675d60936b3de81925a5d))
120
- - **overflowmenu item:** center align content properly ([fba5b6f](https://bitbucket.org/enturas/design-system/commits/fba5b6f10fde5aa82eec992d8a4f4e70c3f8d8b3))
121
-
122
- ## [4.0.1](https://bitbucket.org/enturas/design-system/compare/@entur/menu@4.0.0...@entur/menu@4.0.1) (2021-09-07)
123
-
124
- ### Bug Fixes
125
-
126
- - fix lint warnings ([c4d620e](https://bitbucket.org/enturas/design-system/commits/c4d620ebc008527beb22dd2cd553799cb053960c))
127
- - update dependencies ([3dfc73e](https://bitbucket.org/enturas/design-system/commits/3dfc73eaf90d0fccdb041adfe98c8a26ada0c47a))
128
- - utilize reworked focus token ([586758f](https://bitbucket.org/enturas/design-system/commits/586758fc86eb5aa52116c63c14ef033eb2e8b12f))
129
-
130
- # [4.0.0](https://bitbucket.org/enturas/design-system/compare/@entur/menu@3.6.6...@entur/menu@4.0.0) (2021-08-13)
131
-
132
- ### Bug Fixes
133
-
134
- - **stepper:** make interactive prop false by default ([e6a89a3](https://bitbucket.org/enturas/design-system/commits/e6a89a33ae348f43e7fe2821f86159f0d6cfb09d))
135
-
136
- ### Features
137
-
138
- - **overflow menu:** add position prop for component ([58254ab](https://bitbucket.org/enturas/design-system/commits/58254ab10b1385a175318ebc4ed5cf829b5dbd95))
139
-
140
- ### BREAKING CHANGES
141
-
142
- - **stepper:** interactive prop has flipped is default state.
143
- if not provided, add interactive={true} to your component
144
-
145
- ## [3.6.6](https://bitbucket.org/enturas/design-system/compare/@entur/menu@3.6.5...@entur/menu@3.6.6) (2021-07-16)
146
-
147
- ### Bug Fixes
148
-
149
- - **pagination:** add small right margin to results label ([0a810c1](https://bitbucket.org/enturas/design-system/commits/0a810c1f134675713078643038df2caf88b39baa))
150
-
151
- ## [3.6.5](https://bitbucket.org/enturas/design-system/compare/@entur/menu@3.6.4...@entur/menu@3.6.5) (2021-06-25)
152
-
153
- ### Bug Fixes
154
-
155
- - update dependencies ([eabf934](https://bitbucket.org/enturas/design-system/commits/eabf934928ed4fdb56153c02620871bc3f2e5e6e))
156
-
157
- ## [3.6.4](https://bitbucket.org/enturas/design-system/compare/@entur/menu@3.6.3...@entur/menu@3.6.4) (2021-06-04)
158
-
159
- **Note:** Version bump only for package @entur/menu
160
-
161
- ## [3.6.3](https://bitbucket.org/enturas/design-system/compare/@entur/menu@3.6.2...@entur/menu@3.6.3) (2021-05-19)
162
-
163
- **Note:** Version bump only for package @entur/menu
164
-
165
- ## [3.6.2](https://bitbucket.org/enturas/design-system/compare/@entur/menu@3.6.1...@entur/menu@3.6.2) (2021-05-05)
166
-
167
- **Note:** Version bump only for package @entur/menu
168
-
169
- ## [3.6.1](https://bitbucket.org/enturas/design-system/compare/@entur/menu@3.6.0...@entur/menu@3.6.1) (2021-04-23)
170
-
171
- ### Bug Fixes
172
-
173
- - utilize new focus tokens ([17113ef](https://bitbucket.org/enturas/design-system/commits/17113ef3f791c86fa6e19e71680fd5acdbae4990))
174
-
175
- # [3.6.0](https://bitbucket.org/enturas/design-system/compare/@entur/menu@3.5.6...@entur/menu@3.6.0) (2021-04-09)
176
-
177
- ### Features
178
-
179
- - **overflowmenu:** add disabled prop ([34b1431](https://bitbucket.org/enturas/design-system/commits/34b1431d20019b9fc066494492b49b34a745edc1))
180
-
181
- ## [3.5.6](https://bitbucket.org/enturas/design-system/compare/@entur/menu@3.5.5...@entur/menu@3.5.6) (2021-03-02)
182
-
183
- ### Bug Fixes
184
-
185
- - **overflowmenu:** remove portal usage ([b3353dc](https://bitbucket.org/enturas/design-system/commits/b3353dcb810df388a30a215e86995f1f3e33e297))
186
-
187
- ## [3.5.5](https://bitbucket.org/enturas/design-system/compare/@entur/menu@3.5.4...@entur/menu@3.5.5) (2021-02-17)
188
-
189
- ### Bug Fixes
190
-
191
- - **polymorphism:** update polymorphism dependency ([dc4c31d](https://bitbucket.org/enturas/design-system/commits/dc4c31d8e891a46c1f0c1fbd0a6a026c1638accc))
192
- - add entur button to dependencies ([5ed4e89](https://bitbucket.org/enturas/design-system/commits/5ed4e89fedc0c2a4f5ac4ff17f3cb0d091e345eb))
193
-
194
- ## [3.5.4](https://bitbucket.org/enturas/design-system/compare/@entur/menu@3.5.3...@entur/menu@3.5.4) (2021-01-29)
195
-
196
- ### Bug Fixes
197
-
198
- - **pagination:** update styling for active pagination page ([691dd0a](https://bitbucket.org/enturas/design-system/commits/691dd0af5ed6917398f2cb0b5453d5d97ec4a46d))
199
- - **topnavigationitem:** add styling for hover state ([f245e65](https://bitbucket.org/enturas/design-system/commits/f245e65ea5f53deb83460737c99582ed2c19d633))
200
-
201
- ## [3.5.3](https://bitbucket.org/enturas/design-system/compare/@entur/menu@3.5.2...@entur/menu@3.5.3) (2021-01-20)
202
-
203
- **Note:** Version bump only for package @entur/menu
204
-
205
- ## [3.5.2](https://bitbucket.org/enturas/design-system/compare/@entur/menu@3.5.1...@entur/menu@3.5.2) (2021-01-13)
206
-
207
- ### Bug Fixes
208
-
209
- - transpose grey colors for updated color tokens ([d6a444c](https://bitbucket.org/enturas/design-system/commits/d6a444c2c37339b9bac0702738ed52693367d344))
210
- - update dependency ([ced744f](https://bitbucket.org/enturas/design-system/commits/ced744f939ad05d530a483340dc33f6085d100ec))
211
-
212
- ## [3.5.1](https://bitbucket.org/enturas/design-system/compare/@entur/menu@3.5.0...@entur/menu@3.5.1) (2021-01-05)
213
-
214
- **Note:** Version bump only for package @entur/menu
215
-
216
- # [3.5.0](https://bitbucket.org/enturas/design-system/compare/@entur/menu@3.4.2...@entur/menu@3.5.0) (2020-12-04)
217
-
218
- ### Bug Fixes
219
-
220
- - **overflowmenu:** improve typings ([3a96a84](https://bitbucket.org/enturas/design-system/commits/3a96a843c3cc74a510f9b4ff8e3e83cb7f9c18ed))
221
- - **overflowmenu:** increase z index ([5493a9f](https://bitbucket.org/enturas/design-system/commits/5493a9fcadf73522dab5d1c2900d52ea11b7f965))
222
-
223
- ### Features
224
-
225
- - **breadcrumb:** add support for polymorphic component typing ([ebea507](https://bitbucket.org/enturas/design-system/commits/ebea507f73d37055151731ca4ca55d345a43a160))
226
- - **sidenavigation:** add support for polymorphic component typing ([4913760](https://bitbucket.org/enturas/design-system/commits/491376061de45dd03fb0be3568cce63b700a39a2))
227
- - **topnavigationitem:** add support for polymorphic typings ([b188349](https://bitbucket.org/enturas/design-system/commits/b18834915b5b8dd4f7859749fc4229aad3e11937))
228
-
229
- ## [3.4.2](https://bitbucket.org/enturas/design-system/compare/@entur/menu@3.4.1...@entur/menu@3.4.2) (2020-11-10)
230
-
231
- **Note:** Version bump only for package @entur/menu
232
-
233
- ## [3.4.1](https://bitbucket.org/enturas/design-system/compare/@entur/menu@3.4.0...@entur/menu@3.4.1) (2020-11-05)
234
-
235
- **Note:** Version bump only for package @entur/menu
236
-
237
- # [3.4.0](https://bitbucket.org/enturas/design-system/compare/@entur/menu@3.3.0...@entur/menu@3.4.0) (2020-10-28)
238
-
239
- ### Bug Fixes
240
-
241
- - **sidenavigationitem:** adjust height ([cc3c7d8](https://bitbucket.org/enturas/design-system/commits/cc3c7d85ff1e87fbf650d1dfc70efd8a7d025afc))
242
-
243
- ### Features
244
-
245
- - **pagination:** add prop for resultsPerPage label ([b58f936](https://bitbucket.org/enturas/design-system/commits/b58f93634a04216d4d2a278b3e21a648ec154e00))
246
-
247
- # [3.3.0](https://bitbucket.org/enturas/design-system/compare/@entur/menu@3.2.0...@entur/menu@3.3.0) (2020-10-23)
248
-
249
- ### Bug Fixes
250
-
251
- - **breadcrumb:** add underline for breadcrumb items ([b9012cd](https://bitbucket.org/enturas/design-system/commits/b9012cdd3780b825858e3a9e5fec938c8b7fbe48))
252
-
253
- ### Features
254
-
255
- - **paginnation:** add showingresultslabel prop ([63cf5a1](https://bitbucket.org/enturas/design-system/commits/63cf5a14f79020e47f7395aa87fc182ba4a4136e))
256
-
257
- # [3.2.0](https://bitbucket.org/enturas/design-system/compare/@entur/menu@3.1.4...@entur/menu@3.2.0) (2020-10-16)
258
-
259
- ### Bug Fixes
260
-
261
- - **overflowmenu:** adjust height of menu items ([a00bac0](https://bitbucket.org/enturas/design-system/commits/a00bac0909e07c626b9d4ea8c117bb541a77d519))
262
-
263
- ### Features
264
-
265
- - **pagination:** add hide next/prev button prop ([9e148e3](https://bitbucket.org/enturas/design-system/commits/9e148e3f4edbb72a78656f02ecfc98d55ca96287))
266
-
267
- ## [3.1.4](https://bitbucket.org/enturas/design-system/compare/@entur/menu@3.1.3...@entur/menu@3.1.4) (2020-10-09)
268
-
269
- **Note:** Version bump only for package @entur/menu
270
-
271
- ## [3.1.3](https://bitbucket.org/enturas/design-system/compare/@entur/menu@3.1.2...@entur/menu@3.1.3) (2020-09-25)
272
-
273
- **Note:** Version bump only for package @entur/menu
274
-
275
- ## [3.1.2](https://bitbucket.org/enturas/design-system/compare/@entur/menu@3.1.1...@entur/menu@3.1.2) (2020-09-14)
276
-
277
- ### Bug Fixes
278
-
279
- - **collapsiblesidenavigation:** remove auto closing of menu group ([180081e](https://bitbucket.org/enturas/design-system/commits/180081e22f8b872fb9902849d37835c4e2f463fc))
280
-
281
- ## [3.1.1](https://bitbucket.org/enturas/design-system/compare/@entur/menu@3.1.0...@entur/menu@3.1.1) (2020-09-10)
282
-
283
- ### Bug Fixes
284
-
285
- - **collapsiblesidenavigation:** improve collapse functionality ([619f352](https://bitbucket.org/enturas/design-system/commits/619f3523396ecc09ec0099eae2322a662978eda9))
286
- - **sidenavigation:** adjust border-color and position ([63a151a](https://bitbucket.org/enturas/design-system/commits/63a151a54ac98cd458c07d1cefcf21eabfb6275a))
287
-
288
- # [3.1.0](https://bitbucket.org/enturas/design-system/compare/@entur/menu@3.0.5...@entur/menu@3.1.0) (2020-09-02)
289
-
290
- ### Bug Fixes
291
-
292
- - **pagination:** fix width for pagination with high pagecount ([d01d44d](https://bitbucket.org/enturas/design-system/commits/d01d44d7a64032f476adeb5c2d8e6de2d857d59a))
293
- - **pagination:** shift font size for new token ([5538ff3](https://bitbucket.org/enturas/design-system/commits/5538ff30ed226e123fee5be6b2c036499b824f3c))
294
- - **stepper:** fix stepper arrow edge ([0e37499](https://bitbucket.org/enturas/design-system/commits/0e37499bdd7da55d768f9f4f6e5ea720c0530713))
295
-
296
- ### Features
297
-
298
- - **stepper:** add prop showstepperindex ([48b3f25](https://bitbucket.org/enturas/design-system/commits/48b3f256691e377b719ae1250b76af16f12b6445))
299
-
300
- ## [3.0.5](https://bitbucket.org/enturas/design-system/compare/@entur/menu@3.0.4...@entur/menu@3.0.5) (2020-08-26)
301
-
302
- **Note:** Version bump only for package @entur/menu
303
-
304
- ## [3.0.4](https://bitbucket.org/enturas/design-system/compare/@entur/menu@3.0.3...@entur/menu@3.0.4) (2020-08-19)
305
-
306
- **Note:** Version bump only for package @entur/menu
307
-
308
- ## [3.0.3](https://bitbucket.org/enturas/design-system/compare/@entur/menu@3.0.2...@entur/menu@3.0.3) (2020-08-14)
309
-
310
- **Note:** Version bump only for package @entur/menu
311
-
312
- ## [3.0.2](https://bitbucket.org/enturas/design-system/compare/@entur/menu@3.0.1...@entur/menu@3.0.2) (2020-08-11)
313
-
314
- ### Bug Fixes
315
-
316
- - **sidenavigation:** adjust fontweight and margin for sidenavigation ([8f9618b](https://bitbucket.org/enturas/design-system/commits/8f9618b4ba82edc6d53dff62ae6a07128594d757))
317
-
318
- ## [3.0.1](https://bitbucket.org/enturas/design-system/compare/@entur/menu@3.0.0...@entur/menu@3.0.1) (2020-07-24)
319
-
320
- ### Bug Fixes
321
-
322
- - **pagination:** improve prop description ([64e7cd4](https://bitbucket.org/enturas/design-system/commits/64e7cd47381f99715b0ab95deb6a4a1ce4836a1e))
323
-
324
- # [3.0.0](https://bitbucket.org/enturas/design-system/compare/@entur/menu@2.0.0...@entur/menu@3.0.0) (2020-07-22)
325
-
326
- ### Bug Fixes
327
-
328
- - **breadcrumb:** fix padding between breadcrumb items ([357625a](https://bitbucket.org/enturas/design-system/commits/357625a4f2a321df247e240590f3bd5a2be4ef45))
329
- - **pagination:** fix event bubbling on submit in pagination input ([2823526](https://bitbucket.org/enturas/design-system/commits/2823526ef5e2899f664bc6e92b64a336d223f2c6))
330
- - **pagination:** fix last page result count ([d49974d](https://bitbucket.org/enturas/design-system/commits/d49974de499008235a89a1cfb1a6f4942e8230a5))
331
- - **sidenavigation:** fix unwanted margin on svgs in sidenavigation ([1c2ccdd](https://bitbucket.org/enturas/design-system/commits/1c2ccdde654e2865a56874c08edf1eedba8079ae))
332
-
333
- ### Features
334
-
335
- - **pagination:** add numberOfResults prop ([e723b09](https://bitbucket.org/enturas/design-system/commits/e723b0927ea5459a28bfba9fcc3ee40dedb7875d))
336
-
337
- ### BREAKING CHANGES
338
-
339
- - **pagination:** numberOfResults is now required if you are using resultsPerPage functionality of Pagination
340
-
341
- # [2.0.0](https://bitbucket.org/enturas/design-system/compare/@entur/menu@1.6.2...@entur/menu@2.0.0) (2020-07-16)
342
-
343
- ### Bug Fixes
344
-
345
- - add collapsible behaviour in navigationgroup ([02cfe8e](https://bitbucket.org/enturas/design-system/commits/02cfe8ebd6f30b7dfe2303e37d7c33d003c72f07))
346
- - optimize styling for collapsible side navigation ([f2a83f8](https://bitbucket.org/enturas/design-system/commits/f2a83f8e500aa92c0b7b796a3e0669e8ac932d62))
347
-
348
- ### Features
349
-
350
- - add collapsibleSideNavigation component ([4c59dc1](https://bitbucket.org/enturas/design-system/commits/4c59dc187345a768c3f9037d1819e523fb9bd188))
351
- - add icon prop for sidenavigationitem ([a82f0c3](https://bitbucket.org/enturas/design-system/commits/a82f0c3333df8147ab454a513c8d8fd881982992))
352
- - sidenavigation is white by default ([b7a880d](https://bitbucket.org/enturas/design-system/commits/b7a880d8bd8ec126fe2f0ce8dfc9a5a90c483be2))
353
-
354
- ### BREAKING CHANGES
355
-
356
- - is now non-contrast by default. wrap sidenavigation in Contrast to get "old" styling
357
-
358
- ## [1.6.2](https://bitbucket.org/enturas/design-system/compare/@entur/menu@1.6.1...@entur/menu@1.6.2) (2020-07-13)
359
-
360
- **Note:** Version bump only for package @entur/menu
361
-
362
- ## [1.6.1](https://bitbucket.org/enturas/design-system/compare/@entur/menu@1.6.0...@entur/menu@1.6.1) (2020-07-09)
363
-
364
- ### Bug Fixes
365
-
366
- - remove cursor pointer if stepper is non interactive ([b966b6c](https://bitbucket.org/enturas/design-system/commits/b966b6c61286707ab29058a21b8dd0ebaead6bd5))
367
-
368
- # [1.6.0](https://bitbucket.org/enturas/design-system/compare/@entur/menu@1.5.5...@entur/menu@1.6.0) (2020-07-03)
369
-
370
- ### Bug Fixes
371
-
372
- - fix link styling for breadcrumb ([94d2115](https://bitbucket.org/enturas/design-system/commits/94d2115213867144388c26c86e6612e026b4532b))
373
- - fix offset arrow in stepper ([db8d790](https://bitbucket.org/enturas/design-system/commits/db8d7907de4618eb92f3c7f7502a5d4d64cdb16b))
374
- - new styling and implementation of stepper component ([ff72140](https://bitbucket.org/enturas/design-system/commits/ff72140dd8848a9bd1db353ad9137b8a9d3151d9))
375
- - overflowmenu contrast styling similar to normal styling ([6d671ed](https://bitbucket.org/enturas/design-system/commits/6d671ed9ee456c72475dfa266f037423b4a93c13))
376
- - update dependency for overflowmenu ([fd9f1cb](https://bitbucket.org/enturas/design-system/commits/fd9f1cb09a97bbde33a0088c55c26c252429a675))
377
-
378
- ### Features
379
-
380
- - add forwardref for sidenavigationitem ([26d0a17](https://bitbucket.org/enturas/design-system/commits/26d0a17aaccd9b11146ee2247bdedfa30b82de32))
381
- - add interactive prop to stepper ([6f0b0f8](https://bitbucket.org/enturas/design-system/commits/6f0b0f800a7104133c9d665181ec89cf37abbc2c))
382
-
383
- ## [1.5.5](https://bitbucket.org/enturas/design-system/compare/@entur/menu@1.5.4...@entur/menu@1.5.5) (2020-06-17)
384
-
385
- ### Bug Fixes
386
-
387
- - add aria label to pagination input ([545a25e](https://bitbucket.org/enturas/design-system/commits/545a25e84e960ebc3365ac3e938f86d1a2f49b71))
388
-
389
- ## [1.5.4](https://bitbucket.org/enturas/design-system/compare/@entur/menu@1.5.3...@entur/menu@1.5.4) (2020-05-27)
390
-
391
- **Note:** Version bump only for package @entur/menu
392
-
393
- ## [1.5.3](https://bitbucket.org/enturas/design-system/compare/@entur/menu@1.5.2...@entur/menu@1.5.3) (2020-05-26)
394
-
395
- **Note:** Version bump only for package @entur/menu
396
-
397
- ## [1.5.2](https://bitbucket.org/enturas/design-system/compare/@entur/menu@1.5.1...@entur/menu@1.5.2) (2020-05-20)
398
-
399
- ### Bug Fixes
400
-
401
- - use the expand arrow component instead of icon ([44e955a](https://bitbucket.org/enturas/design-system/commits/44e955a636f0c42b72e19029c75c6324f90c5ac3))
402
-
403
- ## [1.5.1](https://bitbucket.org/enturas/design-system/compare/@entur/menu@1.5.0...@entur/menu@1.5.1) (2020-04-27)
404
-
405
- **Note:** Version bump only for package @entur/menu
406
-
407
- # [1.5.0](https://bitbucket.org/enturas/design-system/compare/@entur/menu@1.4.0...@entur/menu@1.5.0) (2020-04-23)
408
-
409
- ### Bug Fixes
410
-
411
- - updated to use new focus styling where applicable ([d0a52c0](https://bitbucket.org/enturas/design-system/commits/d0a52c096b673c6647070a90dd79bef9003ee0ad))
412
-
413
- ### Features
414
-
415
- - add results functionality for pagination component ([b6fe497](https://bitbucket.org/enturas/design-system/commits/b6fe497ade85aec18307bf4a7cb5fa7281b0be46))
416
-
417
- # [1.4.0](https://bitbucket.org/enturas/design-system/compare/@entur/menu@1.3.5...@entur/menu@1.4.0) (2020-04-08)
418
-
419
- ### Features
420
-
421
- - **overflow menu:** add overflowmenu components ([37cb99d](https://bitbucket.org/enturas/design-system/commits/37cb99da557c5c806c6c10631743608a7f57fe5f))
422
-
423
- ## [1.3.5](https://bitbucket.org/enturas/design-system/compare/@entur/menu@1.3.3...@entur/menu@1.3.5) (2020-03-25)
424
-
425
- **Note:** Version bump only for package @entur/menu
426
-
427
- ## [1.3.4](https://bitbucket.org/enturas/design-system/compare/@entur/menu@1.3.3...@entur/menu@1.3.4) (2020-03-25)
428
-
429
- **Note:** Version bump only for package @entur/menu
430
-
431
- ## [1.3.3](https://bitbucket.org/enturas/design-system/compare/@entur/menu@1.3.2...@entur/menu@1.3.3) (2020-03-20)
432
-
433
- **Note:** Version bump only for package @entur/menu
434
-
435
- ## [1.3.2](https://bitbucket.org/enturas/design-system/compare/@entur/menu@1.3.1...@entur/menu@1.3.2) (2020-03-18)
436
-
437
- ### Bug Fixes
438
-
439
- - react elementtype on breadcrumb item "as" prop ([fbb869c](https://bitbucket.org/enturas/design-system/commits/fbb869c4ffb9a53e246dc4c18270deb11a4d4999))
440
-
441
- ## [1.3.1](https://bitbucket.org/enturas/design-system/compare/@entur/menu@1.3.0...@entur/menu@1.3.1) (2020-03-05)
442
-
443
- ### Bug Fixes
444
-
445
- - fix padding for nested menu items ([8019a13](https://bitbucket.org/enturas/design-system/commits/8019a13dad1728e491dbd637373d01acf8b1229b))
446
-
447
- # [1.3.0](https://bitbucket.org/enturas/design-system/compare/@entur/menu@1.2.11...@entur/menu@1.3.0) (2020-02-26)
448
-
449
- ### Features
450
-
451
- - **stepper:** add stepper ([e07ffed](https://bitbucket.org/enturas/design-system/commits/e07ffedafb3a83dbf34fae45f32ae3f3b62c655a))
452
-
453
- ## [1.2.11](https://bitbucket.org/enturas/design-system/compare/@entur/menu@1.2.10...@entur/menu@1.2.11) (2020-02-20)
454
-
455
- **Note:** Version bump only for package @entur/menu
456
-
457
- ## [1.2.10](https://bitbucket.org/enturas/design-system/compare/@entur/menu@1.2.9...@entur/menu@1.2.10) (2020-02-14)
458
-
459
- **Note:** Version bump only for package @entur/menu
460
-
461
- ## [1.2.9](https://bitbucket.org/enturas/design-system/compare/@entur/menu@1.2.8...@entur/menu@1.2.9) (2020-02-12)
462
-
463
- **Note:** Version bump only for package @entur/menu
464
-
465
- ## [1.2.8](https://bitbucket.org/enturas/design-system/compare/@entur/menu@1.2.7...@entur/menu@1.2.8) (2020-02-10)
466
-
467
- **Note:** Version bump only for package @entur/menu
468
-
469
- ## [1.2.7](https://bitbucket.org/enturas/design-system/compare/@entur/menu@1.2.6...@entur/menu@1.2.7) (2020-02-05)
470
-
471
- ### Bug Fixes
472
-
473
- - increasing padding left on side navigation items, and increasing max width ([6bf7ce6](https://bitbucket.org/enturas/design-system/commits/6bf7ce6b277996fffd9085b72f23225bf1213496))
474
- - remove 'inline' on icon on side navigation group ([525370f](https://bitbucket.org/enturas/design-system/commits/525370f349d1acaf5b2b2b8b59ece9ff28d61c4c))
475
- - remove test-files from build process ([e0b24af](https://bitbucket.org/enturas/design-system/commits/e0b24af05d5c2ad8de4ae587d83c389495235890))
476
-
477
- ## [1.2.6](https://bitbucket.org/enturas/design-system/compare/@entur/menu@1.2.5...@entur/menu@1.2.6) (2020-01-28)
478
-
479
- **Note:** Version bump only for package @entur/menu
480
-
481
- ## [1.2.5](https://bitbucket.org/enturas/design-system/compare/@entur/menu@1.2.4...@entur/menu@1.2.5) (2020-01-27)
482
-
483
- ### Bug Fixes
484
-
485
- - **types:** place types in the correct place ([acace09](https://bitbucket.org/enturas/design-system/commits/acace09ec0e258c5cff3a65e13ab29d6603780d9))
486
-
487
- ## [1.2.4](https://bitbucket.org/enturas/design-system/compare/@entur/menu@1.2.3...@entur/menu@1.2.4) (2020-01-20)
488
-
489
- ### Bug Fixes
490
-
491
- - **Pagination:** fix bug where low page counts didn't work ([5b564d8](https://bitbucket.org/enturas/design-system/commits/5b564d882afe33dab27b737328de1510c1cd5b1f))
492
- - **Pagination:** make ellipsisisisis less clickable ([f63f241](https://bitbucket.org/enturas/design-system/commits/f63f24150f059214dfa776a2d1c18def8ff85b5a))
493
- - **Pagination:** show number when ellipsis is a single number ([7bd8048](https://bitbucket.org/enturas/design-system/commits/7bd80482d3cfb6be927851007b5e98c0b6ddc2b8))
494
- - **Pagination:** show two neighbors instead of one ([e426962](https://bitbucket.org/enturas/design-system/commits/e42696249bc2318d9a6babe95ee30700d845d42d))
495
-
496
- ## [1.2.3](https://bitbucket.org/enturas/design-system/compare/@entur/menu@1.2.2...@entur/menu@1.2.3) (2020-01-14)
497
-
498
- **Note:** Version bump only for package @entur/menu
499
-
500
- ## [1.2.2](https://bitbucket.org/enturas/design-system/compare/@entur/menu@1.2.1...@entur/menu@1.2.2) (2020-01-13)
501
-
502
- **Note:** Version bump only for package @entur/menu
503
-
504
- ## [1.2.1](https://bitbucket.org/enturas/design-system/compare/@entur/menu@1.2.0...@entur/menu@1.2.1) (2020-01-08)
505
-
506
- ### Bug Fixes
507
-
508
- - warn in development if the developer have forgotten the CSS ([e5c30fc](https://bitbucket.org/enturas/design-system/commits/e5c30fc08624ef22c02773892778abd92205c6b0))
509
-
510
- # [1.2.0](https://bitbucket.org/enturas/design-system/compare/@entur/menu@1.1.0...@entur/menu@1.2.0) (2020-01-06)
511
-
512
- ### Bug Fixes
513
-
514
- - **Pagination:** fix ios safari bug with small prev/next buttons ([c3c06d4](https://bitbucket.org/enturas/design-system/commits/c3c06d408e994a14d94d1536da86111327e55fbb))
515
- - **Pagination:** make each pagination page text unselectable ([746fc7a](https://bitbucket.org/enturas/design-system/commits/746fc7ab6a2e6348a0a5e03f4c8c0000f9ed75b2))
516
-
517
- ### Features
518
-
519
- - **BreadcrumbNavigation, BreadcrumbItem:** create new components for composing breadcrumbs together ([37c3e5e](https://bitbucket.org/enturas/design-system/commits/37c3e5e897d222d65e0ce51fceae9693788a0f0f))
520
- - **Breadcrumbs:** add new component - Breadcrumbs ([0ee248d](https://bitbucket.org/enturas/design-system/commits/0ee248d7ac936904eaf9dbc324197d4bb44b498e))
521
-
522
- # [1.1.0](https://bitbucket.org/enturas/design-system/compare/@entur/menu@1.0.3...@entur/menu@1.1.0) (2019-12-20)
523
-
524
- ### Features
525
-
526
- - **Pagination:** add new component - Pagination ([bc6d042](https://bitbucket.org/enturas/design-system/commits/bc6d0427041a784a42ae028ebffc6271e5ab5a67))
527
- - **Pagination:** add support for showInput ([588d9f3](https://bitbucket.org/enturas/design-system/commits/588d9f31c769298e1b6d8d2aee3c97b5e308b4fe))
528
-
529
- ## [1.0.3](https://bitbucket.org/enturas/design-system/compare/@entur/menu@1.0.2...@entur/menu@1.0.3) (2019-12-10)
530
-
531
- ### Bug Fixes
532
-
533
- - **border left:** fixing skewed left border on active item ([fd69f56](https://bitbucket.org/enturas/design-system/commits/fd69f565355ad8e61bdb70b001a5393d866dc599))
534
- - **disabled sidemenu:** spreading props on component if SideNavigationItem is disabled ([0a4125a](https://bitbucket.org/enturas/design-system/commits/0a4125a503a1cade6dfd8df5ae5beeed132d5b32))
535
- - **disabled sidemenuitem:** proper props spread, and aria-disabled label ([15a578d](https://bitbucket.org/enturas/design-system/commits/15a578d1872c14cccf4a8d19ee3e018d511caf8a))
536
- - adding default prop as part of documentation ([1ef7510](https://bitbucket.org/enturas/design-system/commits/1ef75107362f6262429d7fe31519b4353eccc8de))
537
-
538
- ## [1.0.2](https://bitbucket.org/enturas/design-system/compare/@entur/menu@1.0.1...@entur/menu@1.0.2) (2019-11-29)
539
-
540
- **Note:** Version bump only for package @entur/menu
541
-
542
- ## [1.0.1](https://bitbucket.org/enturas/design-system/compare/@entur/menu@1.0.0...@entur/menu@1.0.1) (2019-11-28)
543
-
544
- ### Bug Fixes
545
-
546
- - **SideNavigationGroup:** reduce vertical padding between elements ([3a4131a](https://bitbucket.org/enturas/design-system/commits/3a4131a957634a46dcd29870cb301542fecdb6dc))
547
-
548
- # [1.0.0](https://bitbucket.org/enturas/design-system/compare/@entur/menu@0.5.0...@entur/menu@1.0.0) (2019-11-22)
549
-
550
- ### Bug Fixes
551
-
552
- - **Menu:** fix issue where an empty menu was rendered ([360d3b0](https://bitbucket.org/enturas/design-system/commits/360d3b03a2803981b9f9c44565a05c0a4467c7f1))
553
-
554
- ### Code Refactoring
555
-
556
- - **Menu, MenuItem, MenuGroup:** rename to SideNavigation, -Item and -Group ([61fd869](https://bitbucket.org/enturas/design-system/commits/61fd8698b9c32eaeae4e9521237609b09201dac9))
557
- - **NavBarItem:** rename to TopNavigationItem ([56a219c](https://bitbucket.org/enturas/design-system/commits/56a219c8f58137c34e72878fa1672ec99a1338ad))
558
-
559
- ### Features
560
-
561
- - **MenuItem:** require MenuItems to be links ([caa5798](https://bitbucket.org/enturas/design-system/commits/caa57987f134322f33249d109286e4ae109ff1cf))
562
- - **types:** exporting all public types for public components ([4a277ab](https://bitbucket.org/enturas/design-system/commits/4a277ab266fdb32a6760821a07b1c6cc716bac85))
563
-
564
- ### BREAKING CHANGES
565
-
566
- - **NavBarItem:** NavBarItem is renamed to TopNavigationItem, but maintains the same API
567
- - **Menu, MenuItem, MenuGroup:** Menu, MenuItem and MenuGroup is renamed, but maintains the same APIs
568
- - **MenuItem:** MenuItem now needs to be a link to a landing page
569
-
570
- # [0.5.0](https://bitbucket.org/enturas/design-system/compare/@entur/menu@0.4.2...@entur/menu@0.5.0) (2019-11-18)
571
-
572
- ### Bug Fixes
573
-
574
- - add explicit import of expand styling ([a90e9ed](https://bitbucket.org/enturas/design-system/commits/a90e9ed06ddf3dae6a225c7a05923978844292b4))
575
- - add missing type="button" to sub menu togglers ([2a47e90](https://bitbucket.org/enturas/design-system/commits/2a47e90fd72d03db17a2b5d656546266fdc0574b))
576
- - ignore as prop on MenuItems with sub menus ([56c5216](https://bitbucket.org/enturas/design-system/commits/56c5216d21dffc00220f1bb9ed52d6ad9655341a))
577
- - make sure the typography is correct for all menus ([b4fc9ce](https://bitbucket.org/enturas/design-system/commits/b4fc9ce120cbf0dcf0ffef67356cf80891a5a7ca))
578
- - verify that a child element is an entur menu the correct way ([a3e766f](https://bitbucket.org/enturas/design-system/commits/a3e766fba398891bc664fac54bada81d1352d40b))
579
-
580
- ### Features
581
-
582
- - adding new component -> NavBarItem ([70d3af0](https://bitbucket.org/enturas/design-system/commits/70d3af0d02c1847596354242ddc293212b311e4a))
583
-
584
- ## [0.4.2](https://bitbucket.org/enturas/design-system/compare/@entur/menu@0.4.1...@entur/menu@0.4.2) (2019-11-14)
585
-
586
- ### Bug Fixes
587
-
588
- - **docs:** fix bug in sidebar for when the menu prop is a string ([ea2f2d9](https://bitbucket.org/enturas/design-system/commits/ea2f2d987f8fee90b6af40c94953dc773f9eaccf))
589
- - add missing dependencies to dependency arrays ([15f1e81](https://bitbucket.org/enturas/design-system/commits/15f1e81f5a3dfea3e60453195379d392e6d536a0))
590
- - **css classnames:** fixing naming collisions with CSS classes ([a93ca43](https://bitbucket.org/enturas/design-system/commits/a93ca435d3a01d61d8f02694a672686b9e943a66))
591
-
592
- ## [0.4.1](https://bitbucket.org/enturas/design-system/compare/@entur/menu@0.4.0...@entur/menu@0.4.1) (2019-11-07)
593
-
594
- **Note:** Version bump only for package @entur/menu
595
-
596
- # [0.4.0](https://bitbucket.org/enturas/design-system/compare/@entur/menu@0.3.1...@entur/menu@0.4.0) (2019-11-06)
597
-
598
- ### Bug Fixes
599
-
600
- - **MenuGroup:** add 1 px letter spacing to menu group label ([93b46fa](https://bitbucket.org/enturas/design-system/commits/93b46fa034d96d5bda22a4a279ad2563c3d8e34b))
601
- - **MenuGroup:** add margin between menu groups ([3bd10ff](https://bitbucket.org/enturas/design-system/commits/3bd10ffcf84712f119f50165a753a43444ea209d))
602
-
603
- ### Features
604
-
605
- - add new component MenuGroup ([1f5b6f1](https://bitbucket.org/enturas/design-system/commits/1f5b6f1a2f40146a22e71cc6f71e3157f6a7ab9c))
606
-
607
- ## [0.3.1](https://bitbucket.org/enturas/design-system/compare/@entur/menu@0.3.0...@entur/menu@0.3.1) (2019-11-04)
608
-
609
- ### Bug Fixes
610
-
611
- - **Menu:** make sub menu detection work more consistently ([096538e](https://bitbucket.org/enturas/design-system/commits/096538e83714261398379e56d31704a59c7324fc))
612
-
613
- # [0.3.0](https://bitbucket.org/enturas/design-system/compare/@entur/menu@0.2.3...@entur/menu@0.3.0) (2019-10-30)
614
-
615
- ### Bug Fixes
616
-
617
- - migrate to latest version of space tokens ([4330496](https://bitbucket.org/enturas/design-system/commits/4330496e269bf628f7b9b7aec75f704800201101))
618
- - update all packages to use new tokens ([4847835](https://bitbucket.org/enturas/design-system/commits/48478359b0e562ba828e06d9b5c57239316805c2))
619
-
620
- ### Features
621
-
622
- - **MenuItem:** add new prop forceExpandSubMenus ([c6c307d](https://bitbucket.org/enturas/design-system/commits/c6c307d045838c1d938da5bf162baa5cda300c5b))
623
-
624
- ## [0.2.3](https://bitbucket.org/enturas/design-system/compare/@entur/menu@0.2.2...@entur/menu@0.2.3) (2019-10-22)
625
-
626
- **Note:** Version bump only for package @entur/menu
627
-
628
- ## [0.2.2](https://bitbucket.org/enturas/design-system/compare/@entur/menu@0.2.1...@entur/menu@0.2.2) (2019-10-11)
629
-
630
- ### Bug Fixes
631
-
632
- - **menu:** set max-width for menus on desktop ([476b56e](https://bitbucket.org/enturas/design-system/commits/476b56e))
633
-
634
- ## [0.2.1](https://bitbucket.org/enturas/design-system/compare/@entur/menu@0.2.0...@entur/menu@0.2.1) (2019-10-07)
635
-
636
- ### Bug Fixes
637
-
638
- - **menu:** lock React version to 16.9.x ([9d6fc2b](https://bitbucket.org/enturas/design-system/commits/9d6fc2b))
639
- - **menu:** make icons show up in the correct place and color ([6b54369](https://bitbucket.org/enturas/design-system/commits/6b54369))
640
-
641
- # 0.2.0 (2019-09-25)
642
-
643
- ### Bug Fixes
644
-
645
- - add explicit dependency on classnames package ([8f491ac](https://bitbucket.org/enturas/design-system/commits/8f491ac))
646
- - make sure disabled links are actually disabled ([645ffed](https://bitbucket.org/enturas/design-system/commits/645ffed))
647
-
648
- ### Features
649
-
650
- - add a new package "menu" ([24365ff](https://bitbucket.org/enturas/design-system/commits/24365ff))