openproject-primer_view_components 0.22.2 → 0.23.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (36) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +20 -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_bar_element.js +4 -6
  8. data/app/components/primer/alpha/action_menu/action_menu_element.js +12 -19
  9. data/app/components/primer/alpha/banner.rb +17 -3
  10. data/app/components/primer/alpha/modal_dialog.js +8 -10
  11. data/app/components/primer/alpha/segmented_control.js +2 -3
  12. data/app/components/primer/alpha/tool_tip.js +5 -7
  13. data/app/components/primer/beta/button.css +1 -1
  14. data/app/components/primer/beta/button.css.json +0 -1
  15. data/app/components/primer/beta/button.css.map +1 -1
  16. data/app/components/primer/beta/button.pcss +1 -5
  17. data/app/components/primer/beta/button_group.rb +53 -1
  18. data/app/components/primer/beta/flash.rb +3 -1
  19. data/app/components/primer/beta/nav_list.js +6 -10
  20. data/app/components/primer/beta/nav_list_group_element.js +2 -3
  21. data/app/components/primer/dialog_helper.js +5 -7
  22. data/app/components/primer/focus_group.js +9 -12
  23. data/lib/primer/deprecations.yml +5 -0
  24. data/lib/primer/forms/primer_multi_input.js +2 -3
  25. data/lib/primer/forms/primer_text_field.js +2 -4
  26. data/lib/primer/view_components/version.rb +2 -2
  27. data/previews/primer/beta/button_group_preview/with_menu_button.html.erb +7 -0
  28. data/previews/primer/beta/button_group_preview.rb +6 -0
  29. data/static/arguments.json +23 -1
  30. data/static/audited_at.json +1 -0
  31. data/static/constants.json +3 -0
  32. data/static/info_arch.json +68 -4
  33. data/static/previews.json +14 -1
  34. data/static/statuses.json +2 -1
  35. metadata +3 -3
  36. data/previews/primer/beta/button_group_preview/action_menus.html.erb +0 -8
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 64e489f704132668627d34d23cb08e88be8ec0441622c15a9c7af06019277afd
4
- data.tar.gz: '0479bac08de802445f16f2b4f6189c88b42052fec606a165268ff4200a24a37d'
3
+ metadata.gz: 62d58b2b1e99edd2d49360b5f04b5237c0e66de39ff866ac862f0a698840b572
4
+ data.tar.gz: f0fdceb91efa390914590bd67fa9efae4d346b28fcd3cce522889e00e60173eb
5
5
  SHA512:
6
- metadata.gz: 31e14691e03e21927acc1d645928e714aeec91d54f2fc23ce806572e2b06ab7e083224dc1b953814fb2f129247d21d9c0a31dde54e848492efcc6c9d436db527
7
- data.tar.gz: db91537a7159b57b3c8d72a55a12c9243419da81071510a3987e75e51b68f7b9a1bcaa05fd5ce700b83a40b6e0a8218fd462279f552dc37a1eccc8b00afc7a05
6
+ metadata.gz: 2b2a8317d4e2689e3dcf5f60e2960c29e776a5ab1de51f65481ef7aa60b346b8baf326e36af38bb9075fcb8031e1cbe3f84f88bb7468c995773416f464a47604
7
+ data.tar.gz: bfdc884cbdf78fb388cc3762f57ea97441ac381b0ccc46851392b4ca3d6817ebc7cb6029280e7bde8f9fab22f046d1069789c9ed7af6dfaeaa45980aa9eb484d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.23.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#2607](https://github.com/primer/view_components/pull/2607) [`1cf14e5`](https://github.com/opf/primer_view_components/commit/1cf14e5034b7461663a982a80c6756f09f4fa968) Thanks [@camertron](https://github.com/camertron)! - Add ability to attach action menus to button group buttons
8
+
9
+ - [#2626](https://github.com/primer/view_components/pull/2626) [`1160edf`](https://github.com/opf/primer_view_components/commit/1160edf76c72de4cc71f7b4ed435ebd336feb854) Thanks [@camertron](https://github.com/camertron)! - Upgrade to view_component v3.11.0
10
+
11
+ - [#2640](https://github.com/primer/view_components/pull/2640) [`56b2413`](https://github.com/opf/primer_view_components/commit/56b24139e7b58a337cf98203cf7a765adfd20414) Thanks [@khiga8](https://github.com/khiga8)! - Mark `Flash` as deprecated
12
+
13
+ - [#2604](https://github.com/primer/view_components/pull/2604) [`8d67631`](https://github.com/opf/primer_view_components/commit/8d67631298b6bbef8efb9acb2ced412253fe0d26) Thanks [@mattcosta7](https://github.com/mattcosta7)! - update tsconfig compile target
14
+
15
+ ### Patch Changes
16
+
17
+ - [#2628](https://github.com/primer/view_components/pull/2628) [`5619810`](https://github.com/opf/primer_view_components/commit/56198108dfb38c1a2a2b52e6798bbbd3ba143090) Thanks [@langermank](https://github.com/langermank)! - Primitives v8 bug fix: `invisible` button hover state in high contrast themes
18
+
19
+ - [#2620](https://github.com/primer/view_components/pull/2620) [`59c3396`](https://github.com/opf/primer_view_components/commit/59c3396d4676947ffe98022dc8f7752eecf82cd0) Thanks [@khiga8](https://github.com/khiga8)! - Docs: update accessibility section of PVC Banner
20
+
21
+ - [#2611](https://github.com/primer/view_components/pull/2611) [`8c111df`](https://github.com/opf/primer_view_components/commit/8c111df3cbd0c8964ab2376c72db2dc72e288de7) Thanks [@lindseywild](https://github.com/lindseywild)! - Update README docs with instructions to preview docs site locally
22
+
3
23
  ## 0.22.2
4
24
 
5
25
  ### Patch Changes