openproject-primer_view_components 0.54.0 → 0.55.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 (51) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +32 -0
  3. data/app/assets/javascripts/components/primer/beta/details_toggle_element.d.ts +39 -0
  4. data/app/assets/javascripts/components/primer/open_project/danger_dialog_form_helper.d.ts +1 -0
  5. data/app/assets/javascripts/components/primer/primer.d.ts +1 -0
  6. data/app/assets/javascripts/primer_view_components.js +1 -1
  7. data/app/assets/javascripts/primer_view_components.js.map +1 -1
  8. data/app/components/primer/alpha/action_menu/action_menu_element.js +13 -3
  9. data/app/components/primer/alpha/action_menu/action_menu_element.ts +14 -2
  10. data/app/components/primer/alpha/dropdown.rb +8 -0
  11. data/app/components/primer/alpha/form_control.rb +47 -7
  12. data/app/components/primer/alpha/toggle_switch.html.erb +1 -1
  13. data/app/components/primer/alpha/toggle_switch.js +1 -0
  14. data/app/components/primer/alpha/toggle_switch.rb +14 -2
  15. data/app/components/primer/alpha/toggle_switch.ts +1 -0
  16. data/app/components/primer/beta/details.html.erb +8 -6
  17. data/app/components/primer/beta/details.rb +42 -0
  18. data/app/components/primer/beta/details_toggle_element.d.ts +39 -0
  19. data/app/components/primer/beta/details_toggle_element.js +60 -0
  20. data/app/components/primer/beta/details_toggle_element.ts +57 -0
  21. data/app/components/primer/beta/markdown.rb +1 -0
  22. data/app/components/primer/beta/nav_list.rb +1 -1
  23. data/app/components/primer/open_project/danger_dialog.rb +4 -0
  24. data/app/components/primer/open_project/danger_dialog_form_helper.d.ts +1 -0
  25. data/app/components/primer/open_project/danger_dialog_form_helper.js +8 -3
  26. data/app/components/primer/open_project/danger_dialog_form_helper.ts +9 -3
  27. data/app/components/primer/open_project/feedback_dialog.rb +2 -0
  28. data/app/components/primer/primer.d.ts +1 -0
  29. data/app/components/primer/primer.js +1 -0
  30. data/app/components/primer/primer.ts +1 -0
  31. data/app/lib/primer/forms/action_menu.html.erb +1 -1
  32. data/app/lib/primer/forms/action_menu.rb +5 -0
  33. data/lib/primer/view_components/version.rb +1 -1
  34. data/lib/primer/yard/component_manifest.rb +11 -10
  35. data/lib/primer/yard/lookbook_pages_backend.rb +8 -0
  36. data/previews/primer/alpha/action_menu_preview/multiple_select_form.html.erb +1 -1
  37. data/previews/primer/alpha/form_control_preview/playground.html.erb +14 -6
  38. data/previews/primer/alpha/overlay_preview.rb +0 -31
  39. data/previews/primer/alpha/select_preview.rb +6 -6
  40. data/previews/primer/alpha/text_field_preview.rb +22 -22
  41. data/previews/primer/alpha/toggle_switch_preview.rb +4 -0
  42. data/previews/primer/beta/details_preview.rb +12 -0
  43. data/previews/primer/beta/markdown_preview.rb +9 -9
  44. data/previews/primer/beta/relative_time_preview.rb +20 -10
  45. data/static/arguments.json +12 -0
  46. data/static/constants.json +4 -0
  47. data/static/info_arch.json +134 -70
  48. data/static/previews.json +27 -52
  49. metadata +6 -4
  50. data/previews/primer/alpha/overlay_preview/in_an_action_menu.html.erb +0 -13
  51. data/previews/primer/alpha/overlay_preview/overlay_with_header_filter.html.erb +0 -16
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6b232a9c493b3fe92bf4613685409c8c14737e47ffd7a4372e6b828738d1187e
4
- data.tar.gz: e0342d893361f18f2aafb3cd17ef6115da3768396811daf1edd740a6c70acd97
3
+ metadata.gz: 4fec471d76f105e45484067db2d2883625ed52187a7d16836636b9cb21f5da22
4
+ data.tar.gz: a78e5b27871962a5432eb5addf5c6d5f220b9748a761bdf1f507eb920cdc784d
5
5
  SHA512:
6
- metadata.gz: b89b889be45f0cbbdedad4f6b582b4b3ebc3f40be4a24e63676203e1e991f0d671b5f22cdc4b1642b004e960920fb07611a9225d5f7de25be7a927ab2e01f1b9
7
- data.tar.gz: f722c7663ae6c41af1c598b84fb4842f44594be59c345c598330a4c38326b6e52c4fadad104c54c805bb6467af29c0421755964ffbb135b13c6c1495320097be
6
+ metadata.gz: 1d5cdf44958306ab17c06405262da0d80c3dc8f8aeae84322c41bea903f780c055135ba7f9306adc30100c7096f97ee7fee2cd19859e8ed1d09d439dc42d17af
7
+ data.tar.gz: 0e3ef01a18cdb12c3a1f4b39a07a50f0b2aa714e4eb05e9809b5007f6820167d660fff8df7e39f700d703e66e255e1d3dc9d1ab26d1f90769f0ffebc93d3baab
data/CHANGELOG.md CHANGED
@@ -1,5 +1,37 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.55.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#3292](https://github.com/primer/view_components/pull/3292) [`66637a4`](https://github.com/opf/primer_view_components/commit/66637a4869431a53bcb39b24b907da7b930729ed) Thanks [@ktravers](https://github.com/ktravers)! - Improve Details component accessibility by setting aria-label and aria-expanded attributes correctly on initial render and when toggled open/closed.
8
+
9
+ ### Patch Changes
10
+
11
+ - [#3327](https://github.com/primer/view_components/pull/3327) [`e3e29b0`](https://github.com/opf/primer_view_components/commit/e3e29b0e983b494fce7bdd95390908d4583ede16) Thanks [@acbreton](https://github.com/acbreton)! - Add preventScroll to focus call in Action Menu
12
+
13
+ - [#3319](https://github.com/primer/view_components/pull/3319) [`42db9dd`](https://github.com/opf/primer_view_components/commit/42db9dd724b0edd3806fdc0661f248d87b0d8f5f) Thanks [@ktravers](https://github.com/ktravers)! - Adds optional autofocus to ToggleSwitch
14
+
15
+ - [#3291](https://github.com/primer/view_components/pull/3291) [`aeaeb96`](https://github.com/opf/primer_view_components/commit/aeaeb9632f651bbfbb45c630a1d088b1fe3303b8) Thanks [@francinelucca](https://github.com/francinelucca)! - fix(ToggleSwitch): add X-Requested-With header
16
+
17
+ - [#3318](https://github.com/primer/view_components/pull/3318) [`081e5dd`](https://github.com/opf/primer_view_components/commit/081e5dd9f2912dc3b7070f2af5c235c31b5a306c) Thanks [@kendallgassner](https://github.com/kendallgassner)! - [ActionMenuForm] Add aria-describedby to the ActionMenuForm's button so that the label is describing the button
18
+
19
+ - [#3316](https://github.com/primer/view_components/pull/3316) [`4552438`](https://github.com/opf/primer_view_components/commit/45524387a016bb8dab7555bd40ff4dd2e84f3bb2) Thanks [@camertron](https://github.com/camertron)! - Correct accessibility issues in FormControl examples and address missing aria attributes
20
+
21
+ - [#3303](https://github.com/primer/view_components/pull/3303) [`7fbd8da`](https://github.com/opf/primer_view_components/commit/7fbd8da673f4a4c9459712379c240a923784f42d) Thanks [@camertron](https://github.com/camertron)! - Do not populate dynamic label with active item in multi-select mode
22
+
23
+ ## 0.54.1
24
+
25
+ ### Patch Changes
26
+
27
+ - [#246](https://github.com/opf/primer_view_components/pull/246) [`26fdce6`](https://github.com/opf/primer_view_components/commit/26fdce6b70caf96e46d5867e52ab23b6360b45f6) Thanks [@myabc](https://github.com/myabc)! - DangerDialog now uses the "alertdialog" ARIA role
28
+
29
+ - [#245](https://github.com/opf/primer_view_components/pull/245) [`27b6af1`](https://github.com/opf/primer_view_components/commit/27b6af1cf733cb3e4ab2816a970d96d558b1dc0a) Thanks [@myabc](https://github.com/myabc)! - Fix broken FeedbackDialog aria-describedby value - was referencing non-existent id.
30
+
31
+ - [#243](https://github.com/opf/primer_view_components/pull/243) [`79986c4`](https://github.com/opf/primer_view_components/commit/79986c435adbfed95fe2128f03949e37a920039d) Thanks [@myabc](https://github.com/myabc)! - Fix DangerDialog body scroll behaviour when containing a form: the dialog's confirm and cancel buttons should now always be visible in the viewport, never scrolling with the other dialog content.
32
+
33
+ - [#245](https://github.com/opf/primer_view_components/pull/245) [`27b6af1`](https://github.com/opf/primer_view_components/commit/27b6af1cf733cb3e4ab2816a970d96d558b1dc0a) Thanks [@myabc](https://github.com/myabc)! - Fix broken DangerDialog aria-describedby value - was referencing non-existent id.
34
+
3
35
  ## 0.54.0
4
36
 
5
37
  ### Minor Changes
@@ -0,0 +1,39 @@
1
+ /**
2
+ * A companion Catalyst element for the Details view component. This element
3
+ * ensures the <details> and <summary> elements markup is properly accessible by
4
+ * updating the aria-label and aria-expanded attributes on click.
5
+ *
6
+ * aria-label values default to "Expand" and "Collapse". To override those
7
+ * values, use the `data-aria-label-open` and `data-aria-label-closed`
8
+ * attributes on the summary target.
9
+ *
10
+ * @example
11
+ * ```html
12
+ * <details-toggle>
13
+ * <details open=true data-target="details-toggle.detailsTarget">
14
+ * <summary
15
+ * aria-expanded="true"
16
+ * aria-label="Collapse me"
17
+ * data-target="details-toggle.summaryTarget"
18
+ * data-action="click:details-toggle#toggle"
19
+ * data-aria-label-closed="Expand me"
20
+ * data-aria-label-open="Collapse me"
21
+ * >
22
+ * Click me
23
+ * </summary>
24
+ * <div>Contents</div>
25
+ * </details>
26
+ * </details-toggle>
27
+ * ```
28
+ */
29
+ declare class DetailsToggleElement extends HTMLElement {
30
+ detailsTarget: HTMLDetailsElement;
31
+ summaryTarget: HTMLElement;
32
+ toggle(): void;
33
+ }
34
+ declare global {
35
+ interface Window {
36
+ DetailsToggleElement: typeof DetailsToggleElement;
37
+ }
38
+ }
39
+ export {};
@@ -1,6 +1,7 @@
1
1
  declare class DangerDialogFormHelperElement extends HTMLElement {
2
2
  #private;
3
3
  checkbox: HTMLInputElement | undefined;
4
+ get form(): HTMLFormElement | null;
4
5
  get submitButton(): HTMLButtonElement | HTMLInputElement;
5
6
  connectedCallback(): void;
6
7
  toggle(): void;
@@ -25,6 +25,7 @@ import '../../lib/primer/forms/primer_text_field';
25
25
  import '../../lib/primer/forms/toggle_switch_input';
26
26
  import './alpha/action_menu/action_menu_element';
27
27
  import './alpha/select_panel_element';
28
+ import './beta/details_toggle_element';
28
29
  import './open_project/page_header_element';
29
30
  import './open_project/zen_mode_button';
30
31
  import './open_project/sub_header_element';