primer_view_components 0.38.0 → 0.40.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 (31) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +14 -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/auto_complete.css +1 -1
  8. data/app/components/primer/alpha/auto_complete.css.map +1 -1
  9. data/app/components/primer/alpha/banner.css +1 -1
  10. data/app/components/primer/alpha/banner.css.json +2 -0
  11. data/app/components/primer/alpha/banner.css.map +1 -1
  12. data/app/components/primer/alpha/banner.pcss +11 -1
  13. data/app/components/primer/alpha/banner.rb +5 -3
  14. data/app/components/primer/alpha/button_marketing.css +1 -1
  15. data/app/components/primer/alpha/button_marketing.css.map +1 -1
  16. data/app/components/primer/alpha/select_panel.html.erb +5 -0
  17. data/app/components/primer/alpha/select_panel.rb +22 -24
  18. data/app/components/primer/alpha/select_panel_element.js +6 -4
  19. data/app/components/primer/alpha/select_panel_element.ts +8 -4
  20. data/app/components/primer/alpha/text_field.css +1 -1
  21. data/app/components/primer/alpha/text_field.css.json +4 -4
  22. data/app/components/primer/alpha/text_field.css.map +1 -1
  23. data/app/components/primer/alpha/toggle_switch.css +1 -1
  24. data/app/components/primer/alpha/toggle_switch.css.map +1 -1
  25. data/app/components/primer/beta/flash.css +1 -1
  26. data/app/components/primer/beta/flash.css.map +1 -1
  27. data/lib/primer/view_components/version.rb +1 -1
  28. data/previews/primer/alpha/banner_preview.rb +9 -3
  29. data/previews/primer/alpha/select_panel_preview/remote_fetch_form.html.erb +34 -0
  30. data/previews/primer/alpha/select_panel_preview.rb +9 -0
  31. metadata +3 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8872749bd02f10033b078dceb055b4c65a16ff7dac9cfb36863fe28ba170f62b
4
- data.tar.gz: ee204f2aff496dd70691438ebb38cb6b853f8a8b233d79729dba2cfa31dcef7d
3
+ metadata.gz: 20759588966eea1dbf9f36101e322f1dd668994405acf8d7a83f97ec10ccca6e
4
+ data.tar.gz: d8ae513e79edef9bff26183e962a0e5bc79f185e61a0b5afadf54f38d2fcee66
5
5
  SHA512:
6
- metadata.gz: 618de4ce2365779cc4686f18916ad6e975b28858188e05e0db334b84264e4fbdf325236eb1abeacc52b338fa9cc8e96c512b661be4d0430946c85d4a3a7a59ac
7
- data.tar.gz: 07ed043e784d4ae8dec7b4c5ae7593b711c30df5f6c29cd8a05961405571beb1823de51b1a91909e67288bfd8102ad592c971527e6a9de97a9f8d142c68053fe
6
+ metadata.gz: e5f4bb40f27410e6f9483a935e739cbb851dd74d676da2943fc2dab6a2c67966aa567eb5a9b1544a217c194c83be074b9e45d31eb18a9e919d1fa23964f7b7d8
7
+ data.tar.gz: b04113d0bd625ab21c13d762aa1965fe557e3032f521dc9941b5286e05102edfa8df93ba83f2ad368969c609e21fdd7358a3fcd88cef98bbe78656c014406f0d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.40.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#3387](https://github.com/primer/view_components/pull/3387) [`67d6aef`](https://github.com/primer/view_components/commit/67d6aefc565689c579cc46188aa46102d64699ff) Thanks [@BigDadBear](https://github.com/BigDadBear)! - Adding upsell scheme to Primer::Alpha::Banner
8
+
9
+ - [#3397](https://github.com/primer/view_components/pull/3397) [`626df16`](https://github.com/primer/view_components/commit/626df16c5d80e41f6cae777f1428ee15a901fe94) Thanks [@khiga8](https://github.com/khiga8)! - [SelectPanel] Add in the ability to add form_arugments when using remote fetching
10
+
11
+ ## 0.39.0
12
+
13
+ ### Minor Changes
14
+
15
+ - [#3396](https://github.com/primer/view_components/pull/3396) [`8e9802a`](https://github.com/primer/view_components/commit/8e9802a1fdb2831512aa357f1cfbac0dad8c4aff) Thanks [@kendallgassner](https://github.com/kendallgassner)! - [SelectPanel] Add in the ability to add form_arugments when using remote fetching
16
+
3
17
  ## 0.38.0
4
18
 
5
19
  ### Minor Changes