primer_view_components 0.23.0 → 0.24.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (33) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +34 -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/banner.rb +13 -13
  9. data/app/components/primer/alpha/button_marketing.rb +2 -0
  10. data/app/components/primer/alpha/dialog/header.html.erb +3 -0
  11. data/app/components/primer/alpha/dialog/header.rb +26 -0
  12. data/app/components/primer/alpha/overlay/header.html.erb +3 -1
  13. data/app/components/primer/alpha/overlay/header.rb +15 -0
  14. data/app/components/primer/anchored_position.js +2 -0
  15. data/app/components/primer/anchored_position.ts +2 -0
  16. data/app/components/primer/beta/button.css +1 -1
  17. data/app/components/primer/beta/button.css.map +1 -1
  18. data/app/components/primer/beta/button.html.erb +6 -1
  19. data/app/components/primer/beta/button.pcss +1 -0
  20. data/app/components/primer/beta/button.rb +9 -1
  21. data/lib/primer/view_components/version.rb +2 -2
  22. data/previews/primer/alpha/button_marketing_preview.rb +15 -3
  23. data/previews/primer/alpha/dialog_preview/with_header_filter.html.erb +19 -0
  24. data/previews/primer/alpha/dialog_preview.rb +4 -0
  25. data/previews/primer/alpha/overlay_preview/in_a_sticky_container.html.erb +19 -0
  26. data/previews/primer/alpha/overlay_preview.rb +15 -0
  27. data/previews/primer/beta/button_group_preview.rb +3 -7
  28. data/previews/primer/beta/button_preview/small_scheme_one_character.html.erb +5 -0
  29. data/previews/primer/beta/button_preview/summary_as_button.html.erb +14 -0
  30. data/previews/primer/beta/button_preview.rb +42 -12
  31. data/static/info_arch.json +119 -6
  32. data/static/previews.json +80 -2
  33. metadata +6 -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: 369388ab83e0c152c6570f54c54f4f1ed9e49e9f99fc635cf7bb762d5e2ff2bd
4
+ data.tar.gz: 05da873bea6c8c293d5d36478c96b15e2d7978761e29a5e399359a9b9848ee32
5
5
  SHA512:
6
- metadata.gz: b4f99ddb56cf5407abfb01d2f1f8912a5681fa21ec18153f9e15deef1f40c0da4b2ab3873286291378afdc49f278c936554b870e55fd6009640f14de62b79acb
7
- data.tar.gz: 4b374db188b76d596751722ebdbe89136c50e32e40f9bf3d3d49d51aeccfa56e6b5cb52c90e828577a210a1b8d2edb19af33a639900378757014f04db52a5ccc
6
+ metadata.gz: fadeaf390bc1f282c1fcd59e47fb13b74bff7914d7e8fce50fe47d13ba0875d32f958599ce4d55952d58cb46927a1c19d2640173516a4e2d9bdfdae02835c398
7
+ data.tar.gz: 69daac2cbc89bf93bc612de18154c84a6cbedeae131f4cde64e830d0d5213015ba62d267334d4e947c600632ee09f6f33f897fbdaefe845f96933a6c70113e59
data/CHANGELOG.md CHANGED
@@ -1,5 +1,39 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.24.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2837](https://github.com/primer/view_components/pull/2837) [`e4d6177`](https://github.com/primer/view_components/commit/e4d6177a1d5f5ca65e71bc3a27de7fe951df4cba) Thanks [@joelhawksley](https://github.com/joelhawksley)! - Update Ruby dependencies to address upstream security notices
8
+
9
+ - [#2839](https://github.com/primer/view_components/pull/2839) [`97ec908`](https://github.com/primer/view_components/commit/97ec9085788f1d5e0b59aaa0178d7b24c6dc25c6) Thanks [@camertron](https://github.com/camertron)! - Revert tab container upgrade
10
+
11
+ ## 0.24.0
12
+
13
+ ### Minor Changes
14
+
15
+ - [#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
16
+
17
+ - [#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
18
+
19
+ - [#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
20
+
21
+ ### Patch Changes
22
+
23
+ - [#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
24
+
25
+ - [#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
26
+
27
+ - [#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
28
+
29
+ - [#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
30
+
31
+ - [#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'.
32
+
33
+ - [#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
34
+
35
+ - [#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
36
+
3
37
  ## 0.23.0
4
38
 
5
39
  ### Minor Changes