openproject-primer_view_components 0.46.1 → 0.47.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 (31) 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/select_panel.css +1 -0
  8. data/app/components/primer/alpha/select_panel.css.json +7 -0
  9. data/app/components/primer/alpha/select_panel.css.map +1 -0
  10. data/app/components/primer/alpha/select_panel.html.erb +15 -14
  11. data/app/components/primer/alpha/select_panel.pcss +7 -0
  12. data/app/components/primer/alpha/select_panel.rb +43 -4
  13. data/app/components/primer/alpha/select_panel_element.js +6 -6
  14. data/app/components/primer/alpha/select_panel_element.ts +6 -5
  15. data/app/components/primer/beta/label.css +1 -1
  16. data/app/components/primer/beta/label.css.map +1 -1
  17. data/app/components/primer/beta/label.pcss +3 -4
  18. data/app/components/primer/component.rb +4 -0
  19. data/app/components/primer/open_project/page_header.css +1 -1
  20. data/app/components/primer/open_project/page_header.css.map +1 -1
  21. data/app/components/primer/open_project/page_header.pcss +1 -1
  22. data/app/components/primer/primer.pcss +1 -0
  23. data/lib/primer/forms/primer_text_field.js +1 -0
  24. data/lib/primer/forms/primer_text_field.ts +1 -0
  25. data/lib/primer/view_components/version.rb +1 -1
  26. data/previews/primer/alpha/select_panel_preview/list_of_links.html.erb +1 -1
  27. data/previews/primer/alpha/select_panel_preview/local_fetch.html.erb +2 -1
  28. data/previews/primer/alpha/select_panel_preview.rb +7 -7
  29. data/static/classes.json +6 -0
  30. data/static/constants.json +2 -1
  31. metadata +6 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 52421c5977e63c54fa9795501418459324c0338850342dd2169a319dd60ca3c2
4
- data.tar.gz: 51358821492139ed8d09bb4c3575b0c77c11990f23fbbe2747cf4416d1ad6737
3
+ metadata.gz: e4811e39ec32a7a25b9c24ea1e19d377d90bfbf65be7280a9f81cf846d2118d5
4
+ data.tar.gz: eeeca18b3da76233a0f8bca62d3006822f22eb80fe7b7315c798852ad8da8ebc
5
5
  SHA512:
6
- metadata.gz: 9911c6965a9d6c909d70da6da23c7d1fc2be2eb8471abdc4e2c9dc95fdb0f02160e91d7960f7ec8a73460cd5152b5c58ecb1ea2173ab036fed18a7879fa9157c
7
- data.tar.gz: '038b35746f2d0df2d73066bda8471c31ef18143718bd486f0fb2f3dc35e5af20e2d063ad7273caa9d118ae7a84f14f51e58e0b3c7ccaaf53377f88cdb3cd4b43'
6
+ metadata.gz: cd469ef66897a448a7a9949fa52c1170483556a39fb18f2ee6b5f71d4753736b8d00efe4ed45598d4056f464edd2e382e62e15891014e3c6cd4ad91dddfc5108
7
+ data.tar.gz: d0dc65a216a9dcfc5c8420fe8fc0768c84ba84527eef78981d26f591f4566f3785f9e5d380eaf4db48a3e75e4b5775e17ebb14d3aae4b34b75b46f8a6200503b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.47.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#190](https://github.com/opf/primer_view_components/pull/190) [`26f5a9b`](https://github.com/opf/primer_view_components/commit/26f5a9b3ee90b0c2c86ab7c3ced4866783c8e3dd) Thanks [@HDinger](https://github.com/HDinger)! - Introduce spacing below the PageHeader description again
8
+
9
+ ## 0.47.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [#3062](https://github.com/primer/view_components/pull/3062) [`b45ef04`](https://github.com/opf/primer_view_components/commit/b45ef044eb08788c7abff7cbd962da6d0ca56aa5) Thanks [@dombesz](https://github.com/dombesz)! - Trigger an input event when the primer-text-field clear button is pressed.
14
+
15
+ ### Patch Changes
16
+
17
+ - [#3054](https://github.com/primer/view_components/pull/3054) [`4434ec0`](https://github.com/opf/primer_view_components/commit/4434ec03af760a950060f58549243aa2842be045) Thanks [@camertron](https://github.com/camertron)! - [SelectPanel] Disallow passing `role:` argument
18
+
19
+ - [#3077](https://github.com/primer/view_components/pull/3077) [`66488a3`](https://github.com/opf/primer_view_components/commit/66488a30da6cccdf58367d0b20262af5afa597a1) Thanks [@camertron](https://github.com/camertron)! - [SelectPanel] Fix tab index issue in multi-select mode
20
+
21
+ - [#3044](https://github.com/primer/view_components/pull/3044) [`b57b63a`](https://github.com/opf/primer_view_components/commit/b57b63ab909a3afebd291f91d8e59db5ee9c0998) Thanks [@jamieshark](https://github.com/jamieshark)! - SelectPanel - design bug fixes. Adds a divider below the filter, adjusts min height for loading and error states, moves banner error above input filter."
22
+
23
+ - [#3053](https://github.com/primer/view_components/pull/3053) [`871c818`](https://github.com/opf/primer_view_components/commit/871c8184c8d3b70565052b419eec04ead2a894e0) Thanks [@camertron](https://github.com/camertron)! - [SelectPanel] Raise an error when remote fetch + hidden filter argument combo
24
+
25
+ - [#3058](https://github.com/primer/view_components/pull/3058) [`269b02f`](https://github.com/opf/primer_view_components/commit/269b02f221145af4acfb6fa8b4e15ef66c781b4c) Thanks [@langermank](https://github.com/langermank)! - `Label` padding updates to match PRC
26
+
27
+ - [#3057](https://github.com/primer/view_components/pull/3057) [`96b42db`](https://github.com/opf/primer_view_components/commit/96b42db2e0c0402008d2e00851e481d993b1506e) Thanks [@owenniblock](https://github.com/owenniblock)! - Don't select SelectPanel::Item when item is a link
28
+
3
29
  ## 0.46.1
4
30
 
5
31
  ### Patch Changes