primer_view_components 0.0.100 → 0.0.102

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 (35) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +24 -0
  3. data/app/assets/javascripts/primer_view_components.js.map +1 -1
  4. data/app/assets/styles/primer_view_components.css +1 -1
  5. data/app/assets/styles/primer_view_components.css.map +1 -1
  6. data/app/components/primer/alpha/action_list/action-list.pcss +16 -29
  7. data/app/components/primer/alpha/action_list/item.rb +13 -11
  8. data/app/components/primer/alpha/action_list.rb +0 -2
  9. data/app/components/primer/alpha/nav_list/item.rb +43 -9
  10. data/app/components/primer/alpha/nav_list/section.rb +0 -5
  11. data/app/components/primer/alpha/toggle_switch.d.ts +2 -1
  12. data/app/components/primer/alpha/toggle_switch.js +0 -1
  13. data/app/components/primer/alpha/toggle_switch.ts +1 -1
  14. data/app/components/primer/alpha/tool-tip-element.d.ts +23 -0
  15. data/app/components/primer/alpha/tool-tip-element.js +352 -0
  16. data/app/components/primer/beta/button.pcss +3 -0
  17. data/app/components/primer/clipboard_copy_component.d.ts +1 -0
  18. data/app/components/primer/clipboard_copy_component.js +43 -0
  19. data/app/components/primer/layout_component.html.erb +1 -2
  20. data/app/components/primer/layout_component.rb +2 -0
  21. data/lib/primer/deprecations.rb +0 -2
  22. data/lib/primer/forms/check_box.html.erb +1 -5
  23. data/lib/primer/forms/check_box.rb +6 -0
  24. data/lib/primer/forms/dsl/check_box_input.rb +3 -2
  25. data/lib/primer/view_components/version.rb +1 -1
  26. data/lib/tasks/docs.rake +0 -2
  27. data/lib/tasks/test.rake +21 -1
  28. data/previews/primer/alpha/underline_nav_preview.rb +1 -1
  29. data/static/arguments.json +6 -60
  30. data/static/audited_at.json +0 -2
  31. data/static/constants.json +0 -60
  32. data/static/statuses.json +0 -2
  33. metadata +11 -9
  34. data/app/components/primer/flex_component.rb +0 -146
  35. data/app/components/primer/flex_item_component.rb +0 -55
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c025054e33a38b48384c8f6a250534321ae4a732310882b82a98c0070bfb583e
4
- data.tar.gz: 78ec5898ef9d0f5b0c04ebf8fd5566de986446273c2083fc7bbb5722e260ef6a
3
+ metadata.gz: f27e3a4f85d45b88c5c3ce82b5e0afaa1803af624281fb383452b7c7520cce1e
4
+ data.tar.gz: 88e68e81b1b8bed97be9a5053fcab55ae14713af2a2887186170827cb87e1104
5
5
  SHA512:
6
- metadata.gz: be564b600267b6b854ba6f5f726b63772b421f525fcf7a62a1814874164fd6acca0bd6e779ce08d0e8ec5dc346b155de4e615306b82e3f8b718886d7dc138c67
7
- data.tar.gz: 17797776ab1eac64f4ca73c5096bddf6a0f318990d7b6e62515e2a7550b99448f07db5ea86a5352c026828bcd1ea54afb970c6624c961704f2c8b38c11530acc
6
+ metadata.gz: 49ac0e15e841790e5622d3a29da54c83374a531c8ae5a9398db05242ef2b49d10356ee0484ca6d0d32f2a4e17ff31b988b04caecf0ddc774b6b22af315e8a244
7
+ data.tar.gz: 18343a04980da7c1ff7841e3cf19d5b380f128781c1478637043bcb7e0a501f64570f72d07cdea1d6be7314ea113df72a2e8c333d7c67bf3788af1dfd297f6b9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.0.102
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1450](https://github.com/primer/view_components/pull/1450) [`ef4498df`](https://github.com/primer/view_components/commit/ef4498df7630e3b5d9895eb92910fc36622c32de) Thanks [@camertron](https://github.com/camertron)! - Don't export ToggleSwitchElement
8
+
9
+ * [#1446](https://github.com/primer/view_components/pull/1446) [`4f235520`](https://github.com/primer/view_components/commit/4f23552009b932be1238a38b7cef21ffcc6fe632) Thanks [@camertron](https://github.com/camertron)! - Allow NavLists to define sub-items as well as a trailing visual
10
+
11
+ - [#1445](https://github.com/primer/view_components/pull/1445) [`493530ed`](https://github.com/primer/view_components/commit/493530ed8e097c89322d52e73d6ac8a320573b43) Thanks [@camertron](https://github.com/camertron)! - Remove unused instance variable in ActionList
12
+
13
+ * [#1441](https://github.com/primer/view_components/pull/1441) [`bd8fe7f5`](https://github.com/primer/view_components/commit/bd8fe7f5c9c20e28354d96a36717f6a56ef57fa4) Thanks [@jonrohan](https://github.com/jonrohan)! - Removing deprecated FlexComponent and FlexItemComponent
14
+
15
+ ## 0.0.101
16
+
17
+ ### Patch Changes
18
+
19
+ - [#1424](https://github.com/primer/view_components/pull/1424) [`d7b277ef`](https://github.com/primer/view_components/commit/d7b277ef00aed062d6d123cb99c014a14ea3c7a1) Thanks [@camertron](https://github.com/camertron)! - Allow specifying an unchecked value for check box inputs
20
+
21
+ * [#1439](https://github.com/primer/view_components/pull/1439) [`56fae759`](https://github.com/primer/view_components/commit/56fae7599e74b1b734e30c10b7b8b54e4782df5d) Thanks [@camertron](https://github.com/camertron)! - Support system arguments for ActionList item anchor tags
22
+
23
+ - [#1438](https://github.com/primer/view_components/pull/1438) [`b0329cda`](https://github.com/primer/view_components/commit/b0329cdac8ea5edbe38ddec20107777c394caa0d) Thanks [@langermank](https://github.com/langermank)! - ActionListItem `line-height` bug fix
24
+
25
+ * [#1435](https://github.com/primer/view_components/pull/1435) [`8312e6ce`](https://github.com/primer/view_components/commit/8312e6cee8f51260e810000ed89624e2f316e25b) Thanks [@camertron](https://github.com/camertron)! - Allow NavList items to be selected by the current page
26
+
3
27
  ## 0.0.100
4
28
 
5
29
  ### Patch Changes