openproject-primer_view_components 0.22.1 → 0.22.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (29) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +14 -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/components/primer/alpha/action_bar_element.js +12 -4
  6. data/app/components/primer/alpha/action_bar_element.ts +10 -4
  7. data/app/components/primer/alpha/action_menu/action_menu_element.js +4 -1
  8. data/app/components/primer/alpha/action_menu/action_menu_element.ts +4 -1
  9. data/app/components/primer/alpha/banner.html.erb +1 -2
  10. data/app/components/primer/alpha/banner.rb +7 -0
  11. data/app/components/primer/alpha/dialog.rb +0 -1
  12. data/app/components/primer/alpha/modal_dialog.js +3 -0
  13. data/app/components/primer/alpha/modal_dialog.ts +3 -0
  14. data/app/components/primer/alpha/toggle_switch.js +2 -2
  15. data/app/components/primer/alpha/toggle_switch.ts +2 -2
  16. data/app/components/primer/alpha/tool_tip.js +1 -0
  17. data/app/components/primer/alpha/tool_tip.ts +1 -0
  18. data/app/components/primer/beta/clipboard_copy.ts +1 -1
  19. data/app/components/primer/beta/nav_list.js +2 -0
  20. data/app/components/primer/beta/nav_list.ts +2 -0
  21. data/app/components/primer/dialog_helper.js +36 -15
  22. data/app/components/primer/dialog_helper.ts +40 -14
  23. data/app/components/primer/focus_group.ts +1 -1
  24. data/lib/primer/view_components/version.rb +1 -1
  25. data/previews/primer/alpha/dialog_preview/dialog_inside_overlay.html.erb +13 -2
  26. data/previews/primer/alpha/dialog_preview.rb +1 -0
  27. data/static/info_arch.json +2 -2
  28. data/static/previews.json +1 -1
  29. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e770336457a8f1b429496a1538adff9a185e9e06d3afd64e749fec1d259d73bc
4
- data.tar.gz: 4b84bba50129792151486fda5207a2fd7d2dc8fb200ec34aa8608ebc542aced7
3
+ metadata.gz: 64e489f704132668627d34d23cb08e88be8ec0441622c15a9c7af06019277afd
4
+ data.tar.gz: '0479bac08de802445f16f2b4f6189c88b42052fec606a165268ff4200a24a37d'
5
5
  SHA512:
6
- metadata.gz: ff0f06b17297d6e8c208c74ab95f5b8f009e9e435987949f4f0b1eda782426396f8617c58ba66d08d7c288423df7cc388ebc200962f1063baa4d24212b8e48d1
7
- data.tar.gz: 3baabe23abce3fbdad71edea2210f9639471eb7a2f5017dc20beeac4458eefa1e8bd2d1c37cfed4716f0fbfbaf36edb47b54a533bbff076d98e8a668fd5ea188
6
+ metadata.gz: 31e14691e03e21927acc1d645928e714aeec91d54f2fc23ce806572e2b06ab7e083224dc1b953814fb2f129247d21d9c0a31dde54e848492efcc6c9d436db527
7
+ data.tar.gz: db91537a7159b57b3c8d72a55a12c9243419da81071510a3987e75e51b68f7b9a1bcaa05fd5ce700b83a40b6e0a8218fd462279f552dc37a1eccc8b00afc7a05
data/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.22.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2577](https://github.com/primer/view_components/pull/2577) [`6a3071d`](https://github.com/opf/primer_view_components/commit/6a3071d6adc1135576156df9bc48fd99d23c0153) Thanks [@lindseywild](https://github.com/lindseywild)! - Adds documentation for the Rails Banner and focus management guidance
8
+
9
+ - [#2579](https://github.com/primer/view_components/pull/2579) [`c195fc5`](https://github.com/opf/primer_view_components/commit/c195fc51dc373b86f8f8461a52562d18797c363c) Thanks [@keithamus](https://github.com/keithamus)! - Remove aria-disabled from dialogs
10
+
11
+ - [#2556](https://github.com/primer/view_components/pull/2556) [`077cb08`](https://github.com/opf/primer_view_components/commit/077cb08fe4f7ef5c8e512879bd2847d90f74dea4) Thanks [@keithamus](https://github.com/keithamus)! - Fix issue with layering of nested overlays/dialogs
12
+
13
+ - [#2557](https://github.com/primer/view_components/pull/2557) [`77e59ee`](https://github.com/opf/primer_view_components/commit/77e59ee8af781711026c7785ef58c300561c6e7d) Thanks [@keithamus](https://github.com/keithamus)! - Fix potential out-of-bounds error in ActionBar
14
+
15
+ - [#2585](https://github.com/primer/view_components/pull/2585) [`6124098`](https://github.com/opf/primer_view_components/commit/61240988a7e7f0f76a8df1cc361ef6facf240ab7) Thanks [@khiga8](https://github.com/khiga8)! - Bug: Remove dismissable flash stealing focus
16
+
3
17
  ## 0.22.1
4
18
 
5
19
  ### Patch Changes