openproject-primer_view_components 0.35.1 → 0.36.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (38) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +18 -0
  3. data/app/assets/javascripts/primer_view_components.js +1 -1
  4. data/app/assets/javascripts/primer_view_components.js.map +1 -1
  5. data/app/assets/styles/primer_view_components.css +1 -1
  6. data/app/assets/styles/primer_view_components.css.map +1 -1
  7. data/app/components/primer/alpha/action_list/item.rb +5 -3
  8. data/app/components/primer/alpha/action_list.rb +14 -2
  9. data/app/components/primer/alpha/action_menu.rb +4 -1
  10. data/app/components/primer/alpha/tab_nav.css +1 -1
  11. data/app/components/primer/alpha/tab_nav.css.json +0 -2
  12. data/app/components/primer/alpha/tab_nav.css.map +1 -1
  13. data/app/components/primer/alpha/tab_nav.pcss +0 -10
  14. data/app/components/primer/alpha/tab_panels.html.erb +9 -5
  15. data/app/components/primer/alpha/tab_panels.rb +13 -4
  16. data/app/components/primer/alpha/text_field.css +1 -1
  17. data/app/components/primer/alpha/text_field.css.map +1 -1
  18. data/app/components/primer/alpha/underline_nav.css +1 -1
  19. data/app/components/primer/alpha/underline_nav.css.json +0 -2
  20. data/app/components/primer/alpha/underline_nav.css.map +1 -1
  21. data/app/components/primer/alpha/underline_nav.pcss +1 -7
  22. data/app/components/primer/alpha/underline_panels.html.erb +8 -6
  23. data/app/components/primer/alpha/underline_panels.rb +14 -6
  24. data/app/components/primer/focus_group.js +1 -1
  25. data/app/components/primer/focus_group.ts +1 -1
  26. data/app/components/primer/primer.pcss +0 -1
  27. data/lib/primer/classify/utilities.rb +13 -13
  28. data/lib/primer/view_components/version.rb +2 -2
  29. data/previews/primer/alpha/action_list_preview.rb +19 -0
  30. data/static/arguments.json +30 -0
  31. data/static/constants.json +6 -0
  32. data/static/info_arch.json +50 -0
  33. data/static/previews.json +13 -0
  34. metadata +4 -8
  35. data/app/components/primer/alpha/underline_panels.css +0 -1
  36. data/app/components/primer/alpha/underline_panels.css.json +0 -6
  37. data/app/components/primer/alpha/underline_panels.css.map +0 -1
  38. data/app/components/primer/alpha/underline_panels.pcss +0 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7eaa566da63f5b8b5b2b4ac23a4720e917f0e26f364129cf2491feb1104fd530
4
- data.tar.gz: 89478f4fbff4f41cb3e2163c37dd3e99e239c2094e61efabf897759da0fe0190
3
+ metadata.gz: 91926a80ea26eb20b0b5f104b86d356e17d7e74a650891131793af3af0ff6983
4
+ data.tar.gz: ec83086b7c9176e0534acd09d7d2e07dd7a25b464225e0f9dc8553db2d2d8a5f
5
5
  SHA512:
6
- metadata.gz: ae5b0322ba727f1f8616d11eddd67c071947fbeb07595acae58586340eb4cf08c69362578bbc794a7089a967cda0c697157b80e1d95962205f882372f2f13000
7
- data.tar.gz: e4278df9ab46c3679953235b8f80a307fe026f8b29a77f24f1cb1044a5598d12928008b2425907f066836fcd9a62c01c0cb4bf6770b7767e26241868befcae0a
6
+ metadata.gz: 80ac046f11a5349e5bb9b6917d4c7eb7e7f8e380a6c6103fcd3e4469b8bc875d11e30d73f4210420c6f961cfe1c9ee2ef53278df011f274f192cf5d3570f3de9
7
+ data.tar.gz: d0c94982fe904da2de29c029802e8e9680d70eb8477c9a2c6265d6aa8a4d38db8a88ed93c105935026c0face315544372be65dad32363a48bba3f00e13602f8c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.36.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#2922](https://github.com/primer/view_components/pull/2922) [`fb5917d`](https://github.com/opf/primer_view_components/commit/fb5917dc9e6246af85a8199e6e47f73e2db3ba70) Thanks [@camertron](https://github.com/camertron)! - Change ActionMenu to accept and forward overlay arguments
8
+
9
+ ### Patch Changes
10
+
11
+ - [#2925](https://github.com/primer/view_components/pull/2925) [`6c730c4`](https://github.com/opf/primer_view_components/commit/6c730c4b8eeb050cf706d4843a87f2740e379a49) Thanks [@kendallgassner](https://github.com/kendallgassner)! - Update ActionList such that if role='listbox' is passed in the items render as options
12
+
13
+ - [#2924](https://github.com/primer/view_components/pull/2924) [`235544d`](https://github.com/opf/primer_view_components/commit/235544d3f0770717c16532e6f0801d6249f6a884) Thanks [@kendallgassner](https://github.com/kendallgassner)! - Add a valid selector to focus-group
14
+
15
+ ## 0.35.2
16
+
17
+ ### Patch Changes
18
+
19
+ - [#2909](https://github.com/primer/view_components/pull/2909) [`e74e20a`](https://github.com/opf/primer_view_components/commit/e74e20aa11c3531c350ebd6665cb2415b07b6f47) Thanks [@camertron](https://github.com/camertron)! - Revert tab-container-element upgrade
20
+
3
21
  ## 0.35.1
4
22
 
5
23
  ### Patch Changes