primer_view_components 0.21.1 → 0.22.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (32) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +16 -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/item.rb +1 -1
  8. data/app/components/primer/alpha/action_list.js +15 -12
  9. data/app/components/primer/alpha/action_list.ts +12 -9
  10. data/app/components/primer/alpha/dialog.css +1 -1
  11. data/app/components/primer/alpha/dialog.css.json +1 -0
  12. data/app/components/primer/alpha/dialog.css.map +1 -1
  13. data/app/components/primer/alpha/dialog.pcss +4 -0
  14. data/app/components/primer/alpha/overlay/header.html.erb +1 -0
  15. data/app/components/primer/alpha/overlay/header.rb +12 -0
  16. data/app/components/primer/alpha/tool_tip.js +1 -1
  17. data/app/components/primer/alpha/tool_tip.ts +1 -1
  18. data/lib/primer/view_components/version.rb +2 -2
  19. data/previews/primer/alpha/action_list_preview.rb +19 -1
  20. data/previews/primer/alpha/overlay_preview/overlay_with_header_filter.html.erb +16 -0
  21. data/previews/primer/alpha/overlay_preview.rb +4 -0
  22. data/previews/primer/alpha/tab_nav_preview.rb +1 -1
  23. data/previews/primer/alpha/tab_panels_preview.rb +2 -2
  24. data/previews/primer/alpha/underline_nav_preview.rb +3 -3
  25. data/previews/primer/alpha/underline_panels_preview.rb +38 -0
  26. data/previews/primer/beta/avatar_stack_preview.rb +1 -1
  27. data/previews/primer/beta/breadcrumbs_preview.rb +2 -2
  28. data/previews/primer/beta/nav_list_preview.rb +9 -3
  29. data/static/classes.json +3 -0
  30. data/static/info_arch.json +52 -2
  31. data/static/previews.json +40 -1
  32. metadata +3 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c8c0666212fe24f07031c2106dc20e02c313217b0845a3b1878161c217aa6d1b
4
- data.tar.gz: 8e859436207d7f3b9f2dd0f36a199e73170ddbf498ddbb1f20b1a0bb5314c149
3
+ metadata.gz: 25614f1c73dd5fb14a63e4f863d84170d7a51fceacc014b14461152b69e2d416
4
+ data.tar.gz: 2d80a1560e28fb312bb94c1502f983caf365c8d4e5b2a39cd4b7b968b27f93b7
5
5
  SHA512:
6
- metadata.gz: 580f4d609d4c52e1014770380cb01b2ed18c67ed516db6ed212350133129d26048de0121965058b575d0b503a08cb2af5fb81c44fd38df954abd13dcd40e63f9
7
- data.tar.gz: 54283f101cb4fd154d484f9ac05a3306279516085720a60a9170b93da7f8945e79ade80e1d7cf3c9d9ea88cc4b6269ee6f9f933e93a104adc8a2cb8ea583f777
6
+ metadata.gz: d03fe2fe428ddbe27c2a3cb34f29262bda4081ffad89875ec487529f8bcc497b333a47567aa324f06e924de4dc3dc78a55a61bda5254763dc54b43187fdf6325
7
+ data.tar.gz: ef86a6daea22452d6db5634191766f0d2f3d7c575176a56e7d55e8b859e1491c0b284805495ee0f6e736bf17ea032c3587f44ea77ac60e11b05782dba534898c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.22.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#2729](https://github.com/primer/view_components/pull/2729) [`2b0a7bf`](https://github.com/primer/view_components/commit/2b0a7bf7d82a837156df3794fe25bef435c66147) Thanks [@thesnowrose](https://github.com/thesnowrose)! - Fixes a bug where a tooltip was being shown in the navlist even when the text wasn't truncated for certain items.
8
+
9
+ - [#2651](https://github.com/primer/view_components/pull/2651) [`e1f3434`](https://github.com/primer/view_components/commit/e1f34344d237505fb3cbe2a4d0b68300f244752c) Thanks [@jonrohan](https://github.com/jonrohan)! - Add a slot to `Overlay::Header` called `filter` for a filter input.
10
+
11
+ ### Patch Changes
12
+
13
+ - [#2735](https://github.com/primer/view_components/pull/2735) [`507a743`](https://github.com/primer/view_components/commit/507a743a7e4e018330765cd1273344bb55829bb6) Thanks [@antn](https://github.com/antn)! - Explicitly convert params to integers where needed for several previews
14
+
15
+ - [#2731](https://github.com/primer/view_components/pull/2731) [`8123aee`](https://github.com/primer/view_components/commit/8123aeeb616f0ed34c96f9517666a28031c948ac) Thanks [@jonrohan](https://github.com/jonrohan)! - Remove old primitives color themes imports and only use V8 on the demo lookbook
16
+
17
+ - [#2733](https://github.com/primer/view_components/pull/2733) [`6fe410b`](https://github.com/primer/view_components/commit/6fe410b1a306ecc5a43507de9b0fb9bea76abb26) Thanks [@broccolinisoup](https://github.com/broccolinisoup)! - Tooltip: Update the threshold value to match with the offset
18
+
3
19
  ## 0.21.1
4
20
 
5
21
  ### Patch Changes