primer_view_components 0.24.0 → 0.25.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (41) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +20 -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/banner.rb +13 -13
  8. data/app/components/primer/alpha/tab_nav.css +1 -1
  9. data/app/components/primer/alpha/tab_nav.css.json +0 -2
  10. data/app/components/primer/alpha/tab_nav.css.map +1 -1
  11. data/app/components/primer/alpha/tab_nav.pcss +0 -10
  12. data/app/components/primer/alpha/tab_panels.html.erb +9 -5
  13. data/app/components/primer/alpha/tab_panels.rb +13 -4
  14. data/app/components/primer/alpha/toggle_switch.js +1 -1
  15. data/app/components/primer/alpha/toggle_switch.rb +16 -4
  16. data/app/components/primer/alpha/toggle_switch.ts +1 -1
  17. data/app/components/primer/alpha/underline_nav.css +1 -1
  18. data/app/components/primer/alpha/underline_nav.css.json +0 -2
  19. data/app/components/primer/alpha/underline_nav.css.map +1 -1
  20. data/app/components/primer/alpha/underline_nav.pcss +1 -7
  21. data/app/components/primer/alpha/underline_panels.html.erb +8 -6
  22. data/app/components/primer/alpha/underline_panels.rb +14 -6
  23. data/app/components/primer/beta/clipboard_copy.html.erb +9 -6
  24. data/app/components/primer/beta/clipboard_copy.js +15 -0
  25. data/app/components/primer/beta/clipboard_copy.rb +2 -0
  26. data/app/components/primer/beta/clipboard_copy.ts +14 -0
  27. data/app/components/primer/beta/clipboard_copy_button.rb +2 -0
  28. data/app/components/primer/primer.pcss +0 -1
  29. data/app/lib/primer/attributes_helper.rb +1 -1
  30. data/lib/primer/forms/toggle_switch.html.erb +1 -9
  31. data/lib/primer/view_components/version.rb +1 -1
  32. data/previews/primer/alpha/toggle_switch_preview.rb +1 -1
  33. data/previews/primer/beta/label_preview.rb +7 -2
  34. data/previews/primer/forms_preview/example_toggle_switch_form.html.erb +2 -2
  35. data/static/arguments.json +12 -0
  36. data/static/info_arch.json +15 -3
  37. metadata +2 -6
  38. data/app/components/primer/alpha/underline_panels.css +0 -1
  39. data/app/components/primer/alpha/underline_panels.css.json +0 -6
  40. data/app/components/primer/alpha/underline_panels.css.map +0 -1
  41. data/app/components/primer/alpha/underline_panels.pcss +0 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6f73ef91f7c2fe59e71f2b022e8eb6a48c616b9c95f3c1fafa4768dc0a871dc9
4
- data.tar.gz: 47a1a45ddc948597491851ce0d4449e5854e2aa04afcfda651a70c9f4ad54193
3
+ metadata.gz: c6fc03403ffbd0d032e2f8f0254ed541d9af82dcd17ee7509cccf9b86c57e495
4
+ data.tar.gz: b8de5a6acc582ad3d5c2da370f3b56bf061f12b9bf9a7e5cfec1cbfc328cb3bb
5
5
  SHA512:
6
- metadata.gz: 6451d0a750336ea97d3ddb16f6b142655c76871ac1751854457244091be47782006cc326e5c8913f75790e39ba7fd391d635d81d79d46239e1ed54e71bfff13d
7
- data.tar.gz: a8b79cfd910e17e1eddce3e2e8e5559cdb16f12c74130ac133c00b32f02f4dad89ccc4edcee0a14089900fafb9676899096ea0ca8d00381cf504d9b124a80efe
6
+ metadata.gz: f265b2e2abc5df38bd802e9960fd5bfe80ab780af9ac2f030973af66cec04b28458ade622d94c59ecdfa4dbdd60ae5012e631165194d90e3843051a5729c2a4e
7
+ data.tar.gz: 2505a5bf9fad5e6bfe757248b3537bb7478cb0ad22762c89f2a28e305a56b0ae0424f1500cf4007f69dec1e8e0e625f2271965da96663b2ec7d9e710a5862013
data/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.25.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#2843](https://github.com/primer/view_components/pull/2843) [`3eccd4e`](https://github.com/primer/view_components/commit/3eccd4e293658ea846fa97659c76861d4f3404ea) Thanks [@lindseywild](https://github.com/lindseywild)! - Adds live region to announce "Copied!" on ClipboardCopy component
8
+
9
+ ### Patch Changes
10
+
11
+ - [#2840](https://github.com/primer/view_components/pull/2840) [`f9947de`](https://github.com/primer/view_components/commit/f9947de93b276ec9fa6c7873e178f3c01211ebb2) Thanks [@joelhawksley](https://github.com/joelhawksley)! - Update Rails dependency versions
12
+
13
+ - [#2846](https://github.com/primer/view_components/pull/2846) [`4b8c00b`](https://github.com/primer/view_components/commit/4b8c00b76d65ad321a9d9c546151d58858571cf7) Thanks [@joelhawksley](https://github.com/joelhawksley)! - Clean up Lookbook-related security alerts.
14
+
15
+ ## 0.24.1
16
+
17
+ ### Patch Changes
18
+
19
+ - [#2837](https://github.com/primer/view_components/pull/2837) [`e4d6177`](https://github.com/primer/view_components/commit/e4d6177a1d5f5ca65e71bc3a27de7fe951df4cba) Thanks [@joelhawksley](https://github.com/joelhawksley)! - Update Ruby dependencies to address upstream security notices
20
+
21
+ - [#2839](https://github.com/primer/view_components/pull/2839) [`97ec908`](https://github.com/primer/view_components/commit/97ec9085788f1d5e0b59aaa0178d7b24c6dc25c6) Thanks [@camertron](https://github.com/camertron)! - Revert tab container upgrade
22
+
3
23
  ## 0.24.0
4
24
 
5
25
  ### Minor Changes