openproject-primer_view_components 0.9.1 → 0.11.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (46) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +40 -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_bar/item.rb +3 -2
  8. data/app/components/primer/alpha/action_bar.rb +1 -5
  9. data/app/components/primer/alpha/overlay.css +1 -1
  10. data/app/components/primer/alpha/overlay.css.json +3 -1
  11. data/app/components/primer/alpha/overlay.css.map +1 -1
  12. data/app/components/primer/alpha/overlay.pcss +4 -0
  13. data/app/components/primer/alpha/tool_tip.js +28 -8
  14. data/app/components/primer/alpha/tool_tip.ts +27 -8
  15. data/app/components/primer/anchored_position.js +14 -5
  16. data/app/components/primer/anchored_position.ts +13 -4
  17. data/app/components/primer/beta/spinner.html.erb +1 -1
  18. data/app/components/primer/open_project/border_grid/cell.html.erb +3 -0
  19. data/app/components/primer/open_project/border_grid/cell.rb +25 -0
  20. data/app/components/primer/open_project/border_grid.css +1 -0
  21. data/app/components/primer/open_project/border_grid.css.json +11 -0
  22. data/app/components/primer/open_project/border_grid.css.map +1 -0
  23. data/app/components/primer/open_project/border_grid.html.erb +7 -0
  24. data/app/components/primer/open_project/border_grid.pcss +35 -0
  25. data/app/components/primer/open_project/border_grid.rb +36 -0
  26. data/app/components/primer/open_project/drag_handle.css +1 -0
  27. data/app/components/primer/open_project/drag_handle.css.json +6 -0
  28. data/app/components/primer/open_project/drag_handle.css.map +1 -0
  29. data/app/components/primer/open_project/drag_handle.html.erb +6 -0
  30. data/app/components/primer/open_project/drag_handle.pcss +6 -0
  31. data/app/components/primer/open_project/drag_handle.rb +28 -0
  32. data/app/components/primer/primer.pcss +2 -0
  33. data/lib/primer/view_components/linters/migrations/iconbutton_component.rb +36 -0
  34. data/lib/primer/view_components/version.rb +2 -2
  35. data/previews/primer/alpha/overlay_preview/in_an_action_menu.html.erb +13 -0
  36. data/previews/primer/alpha/overlay_preview.rb +5 -0
  37. data/previews/primer/open_project/border_grid_preview.rb +42 -0
  38. data/previews/primer/open_project/drag_handle_preview.rb +23 -0
  39. data/static/arguments.json +54 -0
  40. data/static/audited_at.json +3 -0
  41. data/static/classes.json +15 -0
  42. data/static/constants.json +13 -0
  43. data/static/info_arch.json +195 -0
  44. data/static/previews.json +94 -0
  45. data/static/statuses.json +3 -0
  46. metadata +20 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9b40e779724fbf02a1e27bd5d1253a0d467d90cc5c0d6574d385ebe2d52a2560
4
- data.tar.gz: 606e6926a67bc04bcd4fbeec1beabf67d228698ab2876598611cf52f642cca5e
3
+ metadata.gz: 43a046cf56989d6e29c7f321bc2c655830cb9acf37d6a02569d8de9b7070215b
4
+ data.tar.gz: 75512a6d1979504fff3964ff4c2213a4403f48a36236806cb197a0f82544aca4
5
5
  SHA512:
6
- metadata.gz: fceeca7093324f431582ca71576e2496478671df5f8c8f2f03be75242c7aa282bafb0f98ba82c8f56ec171eed2b3c92ac35cc5ce4573708ccb16e4a57ef5c02a
7
- data.tar.gz: dd5a3fa6dd472d3016eddc46f1825a4ba08f225ddc045131e3129cc56a445572c9cf15f360599f9c66e703bc31d5b17f7d1549c38f93a76aa625a746d2bd60de
6
+ metadata.gz: 64951caf8923628511e81f897440e86030d36210b3bb8f3b79e8967fe5e2b866fc4e2a5fd2eab2f173bd9ea8dce907be896a44c7da8ae5d20385dcd1ae934a0f
7
+ data.tar.gz: c51ace1208c5f8e36ba1104b73bb942fafcaa30862e6e592c598683aab2d68d0bbb5308475f074d8eac5c69032569dc506ce5e04a177c817f993b8e3350c9960
data/CHANGELOG.md CHANGED
@@ -1,5 +1,45 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.11.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#32](https://github.com/opf/primer_view_components/pull/32) [`12ff42e3`](https://github.com/opf/primer_view_components/commit/12ff42e354da1e165de8ec13b0829693a612b556) Thanks [@HDinger](https://github.com/HDinger)! - Add BorderGrid Component
8
+
9
+ <!-- Changed components: Primer::OpenProject::BorderGrid -->
10
+
11
+ - [#30](https://github.com/opf/primer_view_components/pull/30) [`398eeaf7`](https://github.com/opf/primer_view_components/commit/398eeaf78ae6d8f9a24d6ba7c211e05a30ed7973) Thanks [@HDinger](https://github.com/HDinger)! - Add DragHandle component
12
+
13
+ <!-- Changed components: Primer::OpenProject::DragHandle -->
14
+
15
+ ## 0.10.0
16
+
17
+ ### Minor Changes
18
+
19
+ - [#2205](https://github.com/primer/view_components/pull/2205) [`88ac3095`](https://github.com/opf/primer_view_components/commit/88ac309577b5b735af5067ee6ab2c8c30f48aefc) Thanks [@TylerJDev](https://github.com/TylerJDev)! - Add rubocop linter for `IconButton` component
20
+
21
+ <!-- Changed components: Primer::IconButton -->
22
+
23
+ - [#2223](https://github.com/primer/view_components/pull/2223) [`00b7d5d7`](https://github.com/opf/primer_view_components/commit/00b7d5d78e2f52dc6bc6c54689e50da976289203) Thanks [@jonrohan](https://github.com/jonrohan)! - Moving the render for the ActionBar::Item from the slot initializer to the call method.
24
+
25
+ <!-- Changed components: _none_ -->
26
+
27
+ ### Patch Changes
28
+
29
+ - [#2227](https://github.com/primer/view_components/pull/2227) [`bb336bb6`](https://github.com/opf/primer_view_components/commit/bb336bb6f034e20778b4834edae3540c365b9d9f) Thanks [@jonrohan](https://github.com/jonrohan)! - [Bug] Don't fill in the spinner circle svg path
30
+
31
+ - [#2237](https://github.com/primer/view_components/pull/2237) [`70a8336f`](https://github.com/opf/primer_view_components/commit/70a8336fda45b144f81c1ece54b17a26037126e4) Thanks [@jonrohan](https://github.com/jonrohan)! - Fixing ActionBar more menu items including buttons with no type
32
+
33
+ <!-- Changed components: Primer::Alpha::ActionBar -->
34
+
35
+ - [#2204](https://github.com/primer/view_components/pull/2204) [`ed1644a2`](https://github.com/opf/primer_view_components/commit/ed1644a2fa5b701611a13513cb903774f3f74152) Thanks [@keithamus](https://github.com/keithamus)! - Fix errors in older browsers with :popover-open
36
+
37
+ <!-- Changed components: Primer::Alpha::Tooltip -->
38
+
39
+ - [#2236](https://github.com/primer/view_components/pull/2236) [`d663e450`](https://github.com/opf/primer_view_components/commit/d663e4508341f5b9ef1788b8a2231782ce3ed44d) Thanks [@keithamus](https://github.com/keithamus)! - Centre anchored-position elements when their anchor is not present
40
+
41
+ <!-- Changed components: Primer::Alpha::Overlay -->
42
+
3
43
  ## 0.9.1
4
44
 
5
45
  ### Patch Changes