primer_view_components 0.51.4 → 0.51.5

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 (29) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +6 -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/action_list.css +1 -1
  8. data/app/components/primer/alpha/action_list.css.json +6 -14
  9. data/app/components/primer/alpha/action_list.css.map +1 -1
  10. data/app/components/primer/alpha/dropdown.css +1 -1
  11. data/app/components/primer/alpha/dropdown.css.map +1 -1
  12. data/app/components/primer/alpha/dropdown.pcss +8 -12
  13. data/app/components/primer/alpha/layout.css +1 -1
  14. data/app/components/primer/alpha/layout.css.json +10 -14
  15. data/app/components/primer/alpha/layout.css.map +1 -1
  16. data/app/components/primer/alpha/segmented_control.css +1 -1
  17. data/app/components/primer/alpha/segmented_control.css.json +1 -2
  18. data/app/components/primer/alpha/segmented_control.css.map +1 -1
  19. data/app/components/primer/alpha/text_field.css +1 -1
  20. data/app/components/primer/alpha/text_field.css.json +1 -2
  21. data/app/components/primer/alpha/text_field.css.map +1 -1
  22. data/app/components/primer/alpha/tree_view.css +1 -1
  23. data/app/components/primer/alpha/tree_view.css.json +2 -4
  24. data/app/components/primer/alpha/tree_view.css.map +1 -1
  25. data/lib/primer/view_components/version.rb +1 -1
  26. data/previews/primer/alpha/dropdown_preview.rb +12 -0
  27. data/static/info_arch.json +6 -6
  28. data/static/previews.json +6 -6
  29. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b6177d4b4dbf5ab2c69659efd7d329cbbad6676a87b9c6327b4238c253faa3e1
4
- data.tar.gz: 222668065f001005d97ee76fc6ed0add4623cc18dc3c61021b88702d731d5019
3
+ metadata.gz: 31297ebb1b2239cd74c957ab68292f6e1b9b86f86673d6647b9a8896f1a72d9c
4
+ data.tar.gz: 9acf4991cde4d8cdf9613873a7114a7d016feff74efceaf8c2133e5f88617af5
5
5
  SHA512:
6
- metadata.gz: 2cbe81fb70136ede1adf511234b2f01e76e997a4e4eee50fb635457f4a4365cf3785124f21b65202dd2e265b86ea09b7dabbdce2622525de99fa08bcd2bdaa1d
7
- data.tar.gz: fe05f57266d38d8a53d44dd30d6de109093176e30a955048d264f525322969ab8cb790374c74902f12ce251246e806e1d4dc67bee90deb1eb6d5094473da02e5
6
+ metadata.gz: 4bb5ef5ec84d7747aa62b3cd4d57c600992644a31bcdcef2972f9f76e769742b0d6999e7cb2e204be9a9b820e8b82034404e61689397539c512becd467ec4e38
7
+ data.tar.gz: 67efb2e59c5a46da244d05b64698eb53caa2a0ab543736c39d99c4d5dc1a511c1eb1714049af401e959f0185a4f9a6c82985e5e3ed50dab6601b4a81adb70ca9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.51.5
4
+
5
+ ### Patch Changes
6
+
7
+ - [#4061](https://github.com/primer/view_components/pull/4061) [`b732a9f`](https://github.com/primer/view_components/commit/b732a9fa3009a203e7ff8a1a01839165230f0b22) Thanks [@lesliecdubs](https://github.com/lesliecdubs)! - Fix Dropdown component caret position in CSS styles for clean borders
8
+
3
9
  ## 0.51.4
4
10
 
5
11
  ### Patch Changes