@entur/menu 4.1.15 → 4.1.16-beta.3

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