primer_view_components 0.44.1 → 0.45.1

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 +9 -0
  11. data/app/components/primer/alpha/select_panel_element.ts +12 -0
  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 +20 -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: 6c61d02752aef5c09130ce5659313107bad07d3efaed9ec29a0134aa10b7fb21
4
- data.tar.gz: 7480a09da0b08dfe89acf952b6705d8ffea214733220a6403e53431ac6bcacde
3
+ metadata.gz: 51cdb0a9932215430e89d52ca1961c20d8dbef9f1a73806a4fe9156796b56de5
4
+ data.tar.gz: e1856b93b3bead2013b1a4fd38799441facfc22e1c358d7873cdcb3c01b47adb
5
5
  SHA512:
6
- metadata.gz: ebf23af9f8b802d9f28fa87812d83cc0c658c37c2b5e78c5aeeba2e0d1f786c92081536b65e7dcfda303d587a53d2f1fd545cf72900ef5218e71624e801a3e0a
7
- data.tar.gz: f3c75c0b9d381c8704a10e975586d6e2215d0adbfc2b647296afbda9a170dff67f40d92812bb351e08f235c7bb269b108288f82f2dee048a81009778717f739c
6
+ metadata.gz: 11efa2cea856bbd5ff10803e327d29f72cb09ba3dc163d573a7adf33bf846dcc375c6323fdefff8249b9bb185053abfda8265e5d358614aebac2a7645056b0d8
7
+ data.tar.gz: 47250dd0687e65edd2525a6596032901892055177782376fac4da64df5afb6da138b788c6b086c6664e801ba77831064749d35ec6335ca380d4421c245b9009f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.45.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#3724](https://github.com/primer/view_components/pull/3724) [`287150f`](https://github.com/primer/view_components/commit/287150f9e030a93be29be78a8ac40d512ae7490e) Thanks [@jonrohan](https://github.com/jonrohan)! - Fix: Delete the direction from the body arguments
8
+
9
+ ## 0.45.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [#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`
14
+
15
+ - [#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.
16
+
17
+ - [#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
18
+
19
+ ### Patch Changes
20
+
21
+ - [#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
22
+
23
+ - [#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
24
+
25
+ - [#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
26
+
27
+ - [#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
28
+
3
29
  ## 0.44.1
4
30
 
5
31
  ### Patch Changes