primer_view_components 0.23.0 → 0.24.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (50) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +26 -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/form_wrapper.rb +5 -0
  8. data/app/components/primer/alpha/button_marketing.rb +2 -0
  9. data/app/components/primer/alpha/dialog/header.html.erb +3 -0
  10. data/app/components/primer/alpha/dialog/header.rb +26 -0
  11. data/app/components/primer/alpha/overlay/header.html.erb +3 -1
  12. data/app/components/primer/alpha/overlay/header.rb +15 -0
  13. data/app/components/primer/alpha/tab_nav.css +1 -1
  14. data/app/components/primer/alpha/tab_nav.css.json +2 -0
  15. data/app/components/primer/alpha/tab_nav.css.map +1 -1
  16. data/app/components/primer/alpha/tab_nav.pcss +10 -0
  17. data/app/components/primer/alpha/tab_panels.html.erb +5 -9
  18. data/app/components/primer/alpha/tab_panels.rb +4 -13
  19. data/app/components/primer/alpha/underline_nav.css +1 -1
  20. data/app/components/primer/alpha/underline_nav.css.json +2 -0
  21. data/app/components/primer/alpha/underline_nav.css.map +1 -1
  22. data/app/components/primer/alpha/underline_nav.pcss +7 -1
  23. data/app/components/primer/alpha/underline_panels.css +1 -0
  24. data/app/components/primer/alpha/underline_panels.css.json +6 -0
  25. data/app/components/primer/alpha/underline_panels.css.map +1 -0
  26. data/app/components/primer/alpha/underline_panels.html.erb +6 -8
  27. data/app/components/primer/alpha/underline_panels.pcss +4 -0
  28. data/app/components/primer/alpha/underline_panels.rb +6 -14
  29. data/app/components/primer/anchored_position.js +2 -0
  30. data/app/components/primer/anchored_position.ts +2 -0
  31. data/app/components/primer/beta/button.css +1 -1
  32. data/app/components/primer/beta/button.css.map +1 -1
  33. data/app/components/primer/beta/button.html.erb +6 -1
  34. data/app/components/primer/beta/button.pcss +1 -0
  35. data/app/components/primer/beta/button.rb +9 -1
  36. data/app/components/primer/primer.pcss +1 -0
  37. data/lib/primer/view_components/version.rb +1 -1
  38. data/previews/primer/alpha/button_marketing_preview.rb +15 -3
  39. data/previews/primer/alpha/dialog_preview/with_header_filter.html.erb +19 -0
  40. data/previews/primer/alpha/dialog_preview.rb +4 -0
  41. data/previews/primer/alpha/overlay_preview/in_a_sticky_container.html.erb +19 -0
  42. data/previews/primer/alpha/overlay_preview.rb +15 -0
  43. data/previews/primer/beta/button_group_preview.rb +3 -7
  44. data/previews/primer/beta/button_preview/small_scheme_one_character.html.erb +5 -0
  45. data/previews/primer/beta/button_preview/summary_as_button.html.erb +14 -0
  46. data/previews/primer/beta/button_preview.rb +42 -12
  47. data/static/arguments.json +0 -12
  48. data/static/info_arch.json +118 -17
  49. data/static/previews.json +80 -2
  50. metadata +10 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d1ffc5e1e94b609fa356c8a714e5e9a193c828a7d6ec547b88c6192d86101fcc
4
- data.tar.gz: c48ab2bd9c19028a6afd515afdd5ad3b69a53da009951960349d91d3b8c2630d
3
+ metadata.gz: 6f73ef91f7c2fe59e71f2b022e8eb6a48c616b9c95f3c1fafa4768dc0a871dc9
4
+ data.tar.gz: 47a1a45ddc948597491851ce0d4449e5854e2aa04afcfda651a70c9f4ad54193
5
5
  SHA512:
6
- metadata.gz: b4f99ddb56cf5407abfb01d2f1f8912a5681fa21ec18153f9e15deef1f40c0da4b2ab3873286291378afdc49f278c936554b870e55fd6009640f14de62b79acb
7
- data.tar.gz: 4b374db188b76d596751722ebdbe89136c50e32e40f9bf3d3d49d51aeccfa56e6b5cb52c90e828577a210a1b8d2edb19af33a639900378757014f04db52a5ccc
6
+ metadata.gz: 6451d0a750336ea97d3ddb16f6b142655c76871ac1751854457244091be47782006cc326e5c8913f75790e39ba7fd391d635d81d79d46239e1ed54e71bfff13d
7
+ data.tar.gz: a8b79cfd910e17e1eddce3e2e8e5559cdb16f12c74130ac133c00b32f02f4dad89ccc4edcee0a14089900fafb9676899096ea0ca8d00381cf504d9b124a80efe
data/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.24.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#2624](https://github.com/primer/view_components/pull/2624) [`8600b3b`](https://github.com/primer/view_components/commit/8600b3bd96d5b425fa34e0434c5aeb3223fd66c8) Thanks [@keithamus](https://github.com/keithamus)! - Upgrade @github/tab-container, using shadowdom
8
+
9
+ - [#2808](https://github.com/primer/view_components/pull/2808) [`bdb3d88`](https://github.com/primer/view_components/commit/bdb3d88595dedc93ad20e55a68d34ba1899e8fac) Thanks [@kendallgassner](https://github.com/kendallgassner)! - Adds a subtitle slot to the Primer::Alpha::Overlay::Header and Primer::Alpha::Dialog::Header
10
+
11
+ - [#2804](https://github.com/primer/view_components/pull/2804) [`757635a`](https://github.com/primer/view_components/commit/757635a902c0986da60d94daa3799bd59ad1e697) Thanks [@camertron](https://github.com/camertron)! - Add a filter slot to the dialog header
12
+
13
+ ### Patch Changes
14
+
15
+ - [#2807](https://github.com/primer/view_components/pull/2807) [`1863522`](https://github.com/primer/view_components/commit/186352212178c66b651852ab6517213869927eae) Thanks [@khiga8](https://github.com/khiga8)! - Add parenthesis to trailing counter for React parity, and to improve screen reader speech output
16
+
17
+ - [#2794](https://github.com/primer/view_components/pull/2794) [`1d0ecc5`](https://github.com/primer/view_components/commit/1d0ecc5fe4cd738809fc67e9ee43cecf69b2899c) Thanks [@jonrohan](https://github.com/jonrohan)! - Fix: Re-calculate anchored-position on scroll
18
+
19
+ - [#2821](https://github.com/primer/view_components/pull/2821) [`19f4d7e`](https://github.com/primer/view_components/commit/19f4d7e2068aa8c0fee5da9c15850c1afb9238cb) Thanks [@khiga8](https://github.com/khiga8)! - Add min-width
20
+
21
+ - [#2803](https://github.com/primer/view_components/pull/2803) [`d81824c`](https://github.com/primer/view_components/commit/d81824c43eea2c313b3c024dfc2d4adcb5b51fd0) Thanks [@kendallgassner](https://github.com/kendallgassner)! - Adds data attribute to overlay header
22
+
23
+ - [#2822](https://github.com/primer/view_components/pull/2822) [`11aa0e9`](https://github.com/primer/view_components/commit/11aa0e92034ceac4fe3b9042be31102723b85b8a) Thanks [@smockle](https://github.com/smockle)! - Fix NVDA menu item counts that are broken by using '<form>' inside an 'ActionMenu'.
24
+
25
+ - [#2828](https://github.com/primer/view_components/pull/2828) [`9ca87d3`](https://github.com/primer/view_components/commit/9ca87d39e4bcff1753a116e829ea336425e161d1) Thanks [@camertron](https://github.com/camertron)! - Fix issue with ActionMenu form items which would prevent a wrapping form if form_arguments: was passed
26
+
27
+ - [#2802](https://github.com/primer/view_components/pull/2802) [`2906d96`](https://github.com/primer/view_components/commit/2906d96e0780dd5795800cfd29ede076c1e4bcd5) Thanks [@lindseywild](https://github.com/lindseywild)! - Updates Button and ButtonMarketing docs with markup requirements
28
+
3
29
  ## 0.23.0
4
30
 
5
31
  ### Minor Changes