primer_view_components 0.12.0 → 0.13.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 (40) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +35 -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 +8 -3
  8. data/app/components/primer/alpha/action_bar_element.ts +8 -1
  9. data/app/components/primer/alpha/action_list/form_wrapper.html.erb +4 -2
  10. data/app/components/primer/alpha/action_list/form_wrapper.rb +20 -9
  11. data/app/components/primer/alpha/action_menu/action_menu_element.js +1 -10
  12. data/app/components/primer/alpha/action_menu/action_menu_element.ts +0 -11
  13. data/app/components/primer/alpha/action_menu.rb +120 -3
  14. data/app/components/primer/alpha/modal_dialog.js +10 -13
  15. data/app/components/primer/alpha/modal_dialog.ts +10 -13
  16. data/app/components/primer/alpha/segmented_control.css +1 -1
  17. data/app/components/primer/alpha/segmented_control.css.json +14 -13
  18. data/app/components/primer/alpha/segmented_control.css.map +1 -1
  19. data/app/components/primer/alpha/segmented_control.pcss +75 -68
  20. data/app/components/primer/alpha/segmented_control.rb +10 -0
  21. data/app/components/primer/alpha/text_field.css +1 -1
  22. data/app/components/primer/alpha/tool_tip.js +9 -91
  23. data/app/components/primer/alpha/tool_tip.ts +9 -91
  24. data/lib/primer/accessibility.rb +3 -1
  25. data/lib/primer/static/generate_info_arch.rb +86 -5
  26. data/lib/primer/view_components/version.rb +1 -1
  27. data/previews/primer/alpha/action_menu_preview/single_select_form_items.html.erb +31 -0
  28. data/previews/primer/alpha/action_menu_preview/with_actions.html.erb +1 -1
  29. data/previews/primer/alpha/action_menu_preview.rb +8 -2
  30. data/previews/primer/alpha/check_box_preview.rb +1 -0
  31. data/previews/primer/alpha/dialog_preview/autofocus_element.html.erb +8 -0
  32. data/previews/primer/alpha/dialog_preview.rb +5 -0
  33. data/previews/primer/alpha/radio_button_preview.rb +1 -0
  34. data/previews/primer/alpha/tooltip_preview.rb +2 -2
  35. data/previews/primer/beta/button_group_preview.rb +6 -6
  36. data/static/classes.json +12 -0
  37. data/static/constants.json +12 -1
  38. data/static/info_arch.json +30 -158
  39. data/static/previews.json +26 -172
  40. metadata +4 -310
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b294b273d321d94b44273ea687ea758b1e1859d5755504e81bf4762c8cdb0a7b
4
- data.tar.gz: 8513c0ad0d28cf4d6f1d4988e5a411edbe3465ec07e9784a4ab9401a9dfafada
3
+ metadata.gz: 1e550febc90a9416549f08bf5f31423a1b096bc58dd83bd43d5488042dd71aad
4
+ data.tar.gz: 8e87b86b6eda26669c2f96d1b873bab0302989a10eb03d3076867827058ca27b
5
5
  SHA512:
6
- metadata.gz: 61d049223096cb39f37b0859145009b5a3f921917655ca9b56b5f1a335c07faaeb4dc5b15bf332d0cbe5833db59cecf23bf879deae22efb19a8f48f7981de0bb
7
- data.tar.gz: f135e11c4cbaec662a3b729fc15fe67361e9fddd033580955d849b750e054fe7a876975a5a37a3087a494f86b93d854eaf54e37151d3f3ec9fbc3a2dd5465073
6
+ metadata.gz: dd66394a9dba0063e1ec0e71d155c5b50c10dfd4927ee73064a00a424995d91383517856da8444f0aa7b1c6b5da6a377489d64f1c0d3274bf45ec038526d7998
7
+ data.tar.gz: 3ac43c3d88604f722206cef8e23348a58fd7ea010543d7434e800e0d8252c8d3a39ad167e5c7a649dde4eb10577afdcbe78daab7a5b580115822d9eb1bf7932c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,40 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.13.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#2284](https://github.com/primer/view_components/pull/2284) [`374d10fd`](https://github.com/primer/view_components/commit/374d10fd18e7371f49abf75dde135c3ed29fe33d) Thanks [@langermank](https://github.com/langermank)! - Update tooltip design
8
+
9
+ - Removes caret
10
+ - Decrease offset
11
+ - Remove animation delay
12
+ - Use v8 color tokens
13
+
14
+ <!-- Changed components: Tooltip -->
15
+
16
+ - [#2293](https://github.com/primer/view_components/pull/2293) [`d7eafca0`](https://github.com/primer/view_components/commit/d7eafca0b2bbcea41f28c7ab16e6f396c150be8f) Thanks [@camertron](https://github.com/camertron)! - Fix multi-select behavior when ActionMenus are embedded in dialogs
17
+
18
+ <!-- Changed components: Primer::Alpha::ActionMenu -->
19
+
20
+ - [#2291](https://github.com/primer/view_components/pull/2291) [`725bbd95`](https://github.com/primer/view_components/commit/725bbd954564995667398b1ea0b1388d4f6d8410) Thanks [@camertron](https://github.com/camertron)! - Allow ActionMenu items to submit multiple values on form submission; fix keyboard handling for submit items
21
+
22
+ <!-- Changed components: Primer::Alpha::ActionMenu -->
23
+
24
+ ### Patch Changes
25
+
26
+ - [#2286](https://github.com/primer/view_components/pull/2286) [`02e7f785`](https://github.com/primer/view_components/commit/02e7f785666bb85f522fe31c51a51c9a58806e33) Thanks [@langermank](https://github.com/langermank)! - fix SegmentedControl alignment issues
27
+
28
+ <!-- Changed components: SegmentedControl -->
29
+
30
+ - [#2288](https://github.com/primer/view_components/pull/2288) [`caf09967`](https://github.com/primer/view_components/commit/caf09967dd29668f380e509514ec98b9aa95baa7) Thanks [@TylerJDev](https://github.com/TylerJDev)! - Fixes issue where sometimes a dialog cannot be closed if another is open
31
+
32
+ <!-- Changed components: Primer::Alpha::Dialog -->
33
+
34
+ - [#2292](https://github.com/primer/view_components/pull/2292) [`46e3ff02`](https://github.com/primer/view_components/commit/46e3ff02bd1e253e2bfb3bb2a586c589b3aa0c5b) Thanks [@jonrohan](https://github.com/jonrohan)! - Fix ActionBar issue where left and end key don't loop around to end of the action bar items.
35
+
36
+ - [#2290](https://github.com/primer/view_components/pull/2290) [`f33eed35`](https://github.com/primer/view_components/commit/f33eed35e619550bf2937d3f8f2ecaa219369d46) Thanks [@jonrohan](https://github.com/jonrohan)! - Bug fix: Respect autofocus attributes inside of a Dialog when opening a modal-dialog. When the dialog was opening before it was always focusing the first focusable element which was always the close button.
37
+
3
38
  ## 0.12.0
4
39
 
5
40
  ### Minor Changes