primer_view_components 0.44.0 → 0.45.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 (33) 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/dialog.css +1 -1
  8. data/app/components/primer/alpha/dialog.css.map +1 -1
  9. data/app/components/primer/alpha/dialog.pcss +1 -1
  10. data/app/components/primer/alpha/select_panel_element.js +10 -2
  11. data/app/components/primer/alpha/select_panel_element.ts +13 -3
  12. data/app/components/primer/alpha/toggle_switch.html.erb +2 -2
  13. data/app/components/primer/alpha/toggle_switch.rb +16 -0
  14. data/app/components/primer/alpha/tooltip.rb +1 -2
  15. data/app/components/primer/beta/avatar_stack.css +1 -1
  16. data/app/components/primer/beta/avatar_stack.css.map +1 -1
  17. data/app/components/primer/beta/avatar_stack.html.erb +3 -0
  18. data/app/components/primer/beta/avatar_stack.pcss +0 -1
  19. data/app/components/primer/beta/avatar_stack.rb +19 -5
  20. data/app/components/primer/beta/progress_bar.css +1 -1
  21. data/app/components/primer/beta/progress_bar.css.json +2 -1
  22. data/app/components/primer/beta/progress_bar.css.map +1 -1
  23. data/app/components/primer/beta/progress_bar.pcss +11 -0
  24. data/app/components/primer/beta/state.css +1 -1
  25. data/app/components/primer/beta/state.css.map +1 -1
  26. data/app/components/primer/beta/state.pcss +3 -2
  27. data/lib/primer/view_components/linters/flash_migration_counter.rb +2 -2
  28. data/lib/primer/view_components/version.rb +1 -1
  29. data/previews/primer/alpha/toggle_switch_preview.rb +4 -0
  30. data/previews/primer/beta/avatar_stack_preview.rb +3 -3
  31. data/static/arguments.json +12 -0
  32. data/static/info_arch.json +13 -1
  33. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 843033f316e11d7751e51cdf06371ec6d404df71bd0e79fa36ca52991d161fe0
4
- data.tar.gz: 0c2b2235398f108a70923b9427fbb8b265ebb64c9b0778550ab29fbaf3c7ff68
3
+ metadata.gz: 133bdc419e3e84bdea35eff63dfbd2cfc387a64c5ed187eb66f776ee5a8c8737
4
+ data.tar.gz: 2ecaf96996f629a694274342d1ae59f406ebd61ae3bd0fb5b7979fb47fa99a44
5
5
  SHA512:
6
- metadata.gz: be483d6b41a24d15c5c5e92ec73ad403d6c5157d65ba0fac75598cf4e7c7260cc7f3b2b1888a8a00936751d3b3bb51c496e050017a44703a76d9fb5a9f55667a
7
- data.tar.gz: 6b67b93e5238ee429abdd8a8a100ee338c7a41b1cf37514921e6c26a50dfb13a703ed4393dbc92ebbcb7a979d06ff7073a1b342dd8062a1aea5d6f9843af7814
6
+ metadata.gz: 60a20a970dc24e2b72828badb4a8f96b3be722f4dee219a94983c5bb55e19472015e82e279788be5251768165e3dbf1da03d355357c4cf037692cd3eae8e6070
7
+ data.tar.gz: 49951fad2b2cd86c4bfd52f5e1121d9616f26c3bb2026f20966b831868587513707fe1ebba3d511121bb444a20caafe1daf7a81faf292c09516861d6bc69c7dd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.45.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#3676](https://github.com/primer/view_components/pull/3676) [`263b185`](https://github.com/primer/view_components/commit/263b18573ae9c3a3c5ef028ca4d16dc6c5190071) Thanks [@TylerJDev](https://github.com/TylerJDev)! - Utilize modern `Tooltip` component for `AvatarStack`
8
+
9
+ - [#3700](https://github.com/primer/view_components/pull/3700) [`7c72ee7`](https://github.com/primer/view_components/commit/7c72ee7d539cc55f167645f132c4a71e791d66db) Thanks [@TylerJDev](https://github.com/TylerJDev)! - SelectPanel: Prevents `keydown` events from escaping the SelectPanel when within the items.
10
+
11
+ - [#3719](https://github.com/primer/view_components/pull/3719) [`3c4bedb`](https://github.com/primer/view_components/commit/3c4bedb00422876f4d6f67e6ea18768d19862f2c) Thanks [@langermank](https://github.com/langermank)! - Update Dialog large heading size
12
+
13
+ ### Patch Changes
14
+
15
+ - [#3692](https://github.com/primer/view_components/pull/3692) [`b0acdff`](https://github.com/primer/view_components/commit/b0acdfffaa30e606a07db657d9b444b4de8ca860) Thanks [@lukasoppermann](https://github.com/lukasoppermann)! - Replacing color tokens for StateLabel draft with new draft tokens
16
+
17
+ - [#3659](https://github.com/primer/view_components/pull/3659) [`6734331`](https://github.com/primer/view_components/commit/6734331d14dbaaa455d6a61e24d0257ba5f5cf15) Thanks [@bsatarnejad](https://github.com/bsatarnejad)! - Add custom label support for ToggleSwitch on/off states
18
+
19
+ - [#3723](https://github.com/primer/view_components/pull/3723) [`e545103`](https://github.com/primer/view_components/commit/e545103ae106655c081b2553ad86842b5142af96) Thanks [@jonrohan](https://github.com/jonrohan)! - Add box-shadow back to the AvatarStack avatars
20
+
21
+ - [#3686](https://github.com/primer/view_components/pull/3686) [`db729fb`](https://github.com/primer/view_components/commit/db729fb7e1154c23bfca0523bca7107ce1474c9f) Thanks [@langermank](https://github.com/langermank)! - Implement forced colors for progress bar
22
+
23
+ ## 0.44.1
24
+
25
+ ### Patch Changes
26
+
27
+ - [#3663](https://github.com/primer/view_components/pull/3663) [`68deac6`](https://github.com/primer/view_components/commit/68deac6d682cbf22970b60359b8deddc7b93bb03) Thanks [@jonrohan](https://github.com/jonrohan)! - When an error occurs in the SelectPanel, continue throwing the error
28
+
3
29
  ## 0.44.0
4
30
 
5
31
  ### Minor Changes