openproject-primer_view_components 0.13.1 → 0.15.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (43) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +23 -0
  3. data/app/assets/javascripts/app/components/primer/primer.d.ts +0 -1
  4. data/app/assets/javascripts/primer_view_components.js +1 -1
  5. data/app/assets/javascripts/primer_view_components.js.map +1 -1
  6. data/app/assets/styles/primer_view_components.css +1 -1
  7. data/app/assets/styles/primer_view_components.css.map +1 -1
  8. data/app/components/primer/alpha/action_menu/action_menu_element.js +8 -6
  9. data/app/components/primer/alpha/action_menu/action_menu_element.ts +9 -6
  10. data/app/components/primer/alpha/overlay.css +1 -1
  11. data/app/components/primer/alpha/overlay.css.json +0 -1
  12. data/app/components/primer/alpha/overlay.css.map +1 -1
  13. data/app/components/primer/alpha/overlay.pcss +0 -12
  14. data/app/components/primer/alpha/text_field.css +1 -1
  15. data/app/components/primer/alpha/text_field.css.json +12 -0
  16. data/app/components/primer/alpha/text_field.css.map +1 -1
  17. data/app/components/primer/alpha/text_field.pcss +31 -0
  18. data/app/components/primer/open_project/page_header.css +1 -1
  19. data/app/components/primer/open_project/page_header.css.json +4 -1
  20. data/app/components/primer/open_project/page_header.css.map +1 -1
  21. data/app/components/primer/open_project/page_header.html.erb +6 -2
  22. data/app/components/primer/open_project/page_header.pcss +19 -6
  23. data/app/components/primer/open_project/page_header.rb +70 -0
  24. data/app/components/primer/primer.d.ts +0 -1
  25. data/app/components/primer/primer.js +0 -1
  26. data/app/components/primer/primer.pcss +0 -2
  27. data/app/components/primer/primer.ts +0 -1
  28. data/app/forms/custom_width_fields_form.rb +26 -0
  29. data/lib/primer/forms/dsl/input.rb +19 -0
  30. data/lib/primer/forms/select.rb +4 -1
  31. data/lib/primer/forms/text_field.rb +9 -7
  32. data/lib/primer/static/generate_info_arch.rb +6 -1
  33. data/lib/primer/view_components/version.rb +2 -2
  34. data/previews/primer/alpha/select_preview.rb +5 -2
  35. data/previews/primer/alpha/text_field_preview.rb +5 -2
  36. data/previews/primer/forms_preview/custom_width_fields_form.html.erb +3 -0
  37. data/previews/primer/forms_preview.rb +2 -0
  38. data/previews/primer/open_project/page_header_preview.rb +39 -1
  39. data/static/classes.json +9 -0
  40. data/static/constants.json +12 -0
  41. data/static/info_arch.json +87 -6
  42. data/static/previews.json +26 -0
  43. metadata +4 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6b25d8fdd191ba24396624665b9b9df9af25035f4842c009fac2a1f330e0c7ca
4
- data.tar.gz: 34f2c76313a684f45b9df5b8a2e2d2512e4b2534671d8c54b4dcf5bb7d741d24
3
+ metadata.gz: 562981d9062264e2aa0edcc29f32861219bb824aef926c55b65aa568e545298f
4
+ data.tar.gz: b346df5da6b34540c15f3c734d29f858fd161e7ddd6d53d1a71a74777004ca9e
5
5
  SHA512:
6
- metadata.gz: 3cac15100212ed7c65181b2ba193672d70f291d3bff4b68a9349e706bac0bfba35c568379ebac9e9b814c887cd6d3b910f06122fabd9ed960b1b04fd093272c5
7
- data.tar.gz: 23392a96b0cba02374369cff3f5c88cdd2283145208c9105b18cfda5167bf40132bdaeed253f5162af45264d1b4c193e04627e1953331bee511be87e130ad44f
6
+ metadata.gz: 9a2089bd41e6af5146c01e9a98c78bf6fe77f1dc4e909ba0c36d5d505826c8e787c8d36925d97e7b8be84c8fda92e996dd6d9c45705d27ef9556517aa7378178
7
+ data.tar.gz: b7e2e56a0ab000d88375d6e5670d85de5382185074737062e52add7e3a16fca3679ac79c6d4821f27bfb932b2225cfb4ad0e03ccb2e812c94b702922907ca8bd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.15.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#48](https://github.com/opf/primer_view_components/pull/48) [`102a2ee9`](https://github.com/opf/primer_view_components/commit/102a2ee9fe7b6a049906ca108607c38e3468d0ae) Thanks [@apfohl](https://github.com/apfohl)! - Added a "width" attribute to control how wide an input is rendered on screen.
8
+
9
+ It is active for:
10
+
11
+ - TextField
12
+ - Select
13
+
14
+ ## 0.14.0
15
+
16
+ ### Minor Changes
17
+
18
+ - [#45](https://github.com/opf/primer_view_components/pull/45) [`ac9f7273`](https://github.com/opf/primer_view_components/commit/ac9f7273b0eea4d3c3daf5809970e3851bae58c6) Thanks [@dominic-braeunlein](https://github.com/dominic-braeunlein)! - Add back button and breadcrumbs support to PageHeader
19
+
20
+ ### Patch Changes
21
+
22
+ - [#2331](https://github.com/primer/view_components/pull/2331) [`4f8af24f`](https://github.com/opf/primer_view_components/commit/4f8af24f2bb657c09d3b371a9d2ab1e30ac3ad7c) Thanks [@camertron](https://github.com/camertron)! - Prevent scrolling when activating ActionMenu form items via space
23
+
24
+ - [#2323](https://github.com/primer/view_components/pull/2323) [`c481ed2d`](https://github.com/opf/primer_view_components/commit/c481ed2dedf9a480dca2a4ba41d2f1e3b39a2687) Thanks [@keithamus](https://github.com/keithamus)! - Fix bug in ActionMenu/Tooltip/Overlay being always visible in Firefox on ios 17
25
+
3
26
  ## 0.13.1
4
27
 
5
28
  ### Patch Changes
@@ -1,5 +1,4 @@
1
1
  import '@github/include-fragment-element';
2
- import '@oddbird/popover-polyfill';
3
2
  import './alpha/action_bar_element';
4
3
  import './alpha/dropdown';
5
4
  import './anchored_position';