openproject-primer_view_components 0.75.0 → 0.75.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9cb74c01ebe39ef9a609be83c0f1d8e2da70b264ae7c8ec9ecfff1470e164984
4
- data.tar.gz: 4d6e92c3c4f446fe3e72f26c7c21830e729a7ce00f62a6458761173893f741fa
3
+ metadata.gz: 37e82f9fcc2df97123e2687c27cdda4a38577f500fdd7f6c5a6a6b75e40ce5a7
4
+ data.tar.gz: 6388b8201b6da52afee890da700eaa942362e3e0fec7ad6bf3feef867aca600d
5
5
  SHA512:
6
- metadata.gz: 4d6fad6380dfb79e75f3b0bec1ee950d6b3b249e810e99c1c12790e98bc5fc5113f259b0bbfca650435225d49c14d4ba0734848fe403e8d17806edcf90657e60
7
- data.tar.gz: 7f6a4b7a7c49bc464634de33fb33f7467386c3e8a432575dde96da00a42bcfb8078129bc99381c724829caeafcc8247b4f7c86e31fd8a0352bfa6dded7b9db84
6
+ metadata.gz: '09afb4e68cb3d1800ff2f85a85f88ad530a91a0ee6d7d443602e9ab16addb7c085a103008e7de5582437b20ef48f85e819930a581f6d6eb56d83e9c210af8d3c'
7
+ data.tar.gz: 6433411f6226d334cc8e50b89a36b8e225cc657f140c94e79c93f5785036d81ff752687b6d52b45e7f9f625863fd18d960faa8a6b60e65986ed4688967900cd3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.75.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#369](https://github.com/opf/primer_view_components/pull/369) [`a202e63`](https://github.com/opf/primer_view_components/commit/a202e63c4b2f976d6a9420b413bd26dec9756367) Thanks [@akabiru](https://github.com/akabiru)! - Make the (lazy) action menu spinner aria label translatable and reduce it's size to small
8
+
9
+ - [#3724](https://github.com/primer/view_components/pull/3724) [`287150f`](https://github.com/opf/primer_view_components/commit/287150f9e030a93be29be78a8ac40d512ae7490e) Thanks [@jonrohan](https://github.com/jonrohan)! - Fix: Delete the direction from the body arguments
10
+
3
11
  ## 0.75.0
4
12
 
5
13
  ### Minor Changes
@@ -13,7 +13,7 @@
13
13
  autofocus: true
14
14
  }
15
15
  ) do %>
16
- <%= render Primer::Beta::Spinner.new(aria: { label: "Loading content..." }) %>
16
+ <%= render Primer::Beta::Spinner.new(aria: { label: I18n.t(:label_loading) }, size: :small) %>
17
17
  <% end %>
18
18
  <% end %>
19
19
  <% end %>
@@ -52,6 +52,7 @@ module Primer
52
52
 
53
53
  @tooltip_arguments = {
54
54
  for_id: @body_arguments[:id],
55
+ direction: @body_arguments.delete(:direction),
55
56
  }
56
57
 
57
58
  @tooltip_arguments[:direction] = @direction || Primer::Alpha::Tooltip::DIRECTION_DEFAULT
@@ -6,7 +6,7 @@ module Primer
6
6
  module VERSION
7
7
  MAJOR = 0
8
8
  MINOR = 75
9
- PATCH = 0
9
+ PATCH = 1
10
10
 
11
11
  STRING = [MAJOR, MINOR, PATCH].join(".")
12
12
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: openproject-primer_view_components
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.75.0
4
+ version: 0.75.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - GitHub Open Source
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2025-10-09 00:00:00.000000000 Z
12
+ date: 2025-10-10 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: actionview