openproject-primer_view_components 0.74.1 → 0.75.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 (30) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +18 -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/select_panel_element.js +9 -0
  8. data/app/components/primer/alpha/select_panel_element.ts +12 -0
  9. data/app/components/primer/alpha/toggle_switch.html.erb +2 -2
  10. data/app/components/primer/alpha/toggle_switch.rb +16 -0
  11. data/app/components/primer/alpha/tooltip.rb +1 -2
  12. data/app/components/primer/beta/avatar_stack.css +1 -1
  13. data/app/components/primer/beta/avatar_stack.css.map +1 -1
  14. data/app/components/primer/beta/avatar_stack.html.erb +3 -0
  15. data/app/components/primer/beta/avatar_stack.pcss +0 -1
  16. data/app/components/primer/beta/avatar_stack.rb +19 -5
  17. data/app/components/primer/beta/progress_bar.css +1 -1
  18. data/app/components/primer/beta/progress_bar.css.json +2 -1
  19. data/app/components/primer/beta/progress_bar.css.map +1 -1
  20. data/app/components/primer/beta/progress_bar.pcss +11 -0
  21. data/app/components/primer/beta/state.css +1 -1
  22. data/app/components/primer/beta/state.css.map +1 -1
  23. data/app/components/primer/beta/state.pcss +3 -2
  24. data/lib/primer/view_components/linters/flash_migration_counter.rb +2 -2
  25. data/lib/primer/view_components/version.rb +2 -2
  26. data/previews/primer/alpha/toggle_switch_preview.rb +4 -0
  27. data/previews/primer/beta/avatar_stack_preview.rb +3 -3
  28. data/static/arguments.json +12 -0
  29. data/static/info_arch.json +13 -1
  30. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 788e74b36b0bf4d04b105a26a2a8c99616ab96da63af6b84a94d21818b71db43
4
- data.tar.gz: 45b5c0fc5d2528af74379740bd4677998e0ab29f1a89e24431de68465df0831e
3
+ metadata.gz: 9cb74c01ebe39ef9a609be83c0f1d8e2da70b264ae7c8ec9ecfff1470e164984
4
+ data.tar.gz: 4d6e92c3c4f446fe3e72f26c7c21830e729a7ce00f62a6458761173893f741fa
5
5
  SHA512:
6
- metadata.gz: c3eb6ca49ea0031824f7b0bf16aff87d52810520743ab3a265f2dc5e39aa2df659f77de67ea22292589b27098be80547dfd4a62f1b1b874f392f603ea2630ece
7
- data.tar.gz: dc49bdb8995a3e4aaf3d02498e6dcfc08ba6b6011257aafb81b2ae1bdca2ff8f9f3e68327a9e28c1bcce2cf9ddf3d8caa03e52e9d995042bfabe976970a3bdf9
6
+ metadata.gz: 4d6fad6380dfb79e75f3b0bec1ee950d6b3b249e810e99c1c12790e98bc5fc5113f259b0bbfca650435225d49c14d4ba0734848fe403e8d17806edcf90657e60
7
+ data.tar.gz: 7f6a4b7a7c49bc464634de33fb33f7467386c3e8a432575dde96da00a42bcfb8078129bc99381c724829caeafcc8247b4f7c86e31fd8a0352bfa6dded7b9db84
data/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.75.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#3676](https://github.com/primer/view_components/pull/3676) [`263b185`](https://github.com/opf/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/opf/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
+ ### Patch Changes
12
+
13
+ - [#3692](https://github.com/primer/view_components/pull/3692) [`b0acdff`](https://github.com/opf/primer_view_components/commit/b0acdfffaa30e606a07db657d9b444b4de8ca860) Thanks [@lukasoppermann](https://github.com/lukasoppermann)! - Replacing color tokens for StateLabel draft with new draft tokens
14
+
15
+ - [#3659](https://github.com/primer/view_components/pull/3659) [`6734331`](https://github.com/opf/primer_view_components/commit/6734331d14dbaaa455d6a61e24d0257ba5f5cf15) Thanks [@bsatarnejad](https://github.com/bsatarnejad)! - Add custom label support for ToggleSwitch on/off states
16
+
17
+ - [#3723](https://github.com/primer/view_components/pull/3723) [`e545103`](https://github.com/opf/primer_view_components/commit/e545103ae106655c081b2553ad86842b5142af96) Thanks [@jonrohan](https://github.com/jonrohan)! - Add box-shadow back to the AvatarStack avatars
18
+
19
+ - [#3686](https://github.com/primer/view_components/pull/3686) [`db729fb`](https://github.com/opf/primer_view_components/commit/db729fb7e1154c23bfca0523bca7107ce1474c9f) Thanks [@langermank](https://github.com/langermank)! - Implement forced colors for progress bar
20
+
3
21
  ## 0.74.1
4
22
 
5
23
  ### Patch Changes