openproject-primer_view_components 0.44.2 → 0.44.3

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: 4c8c0f7f24d54cdfcce3bcb9c1623fa25c9d89d66a72534e7de455a0860a70de
4
- data.tar.gz: f1b2b1b0871e2fb5d9a567e409b23e8d1c4e85255fec0821377a98fddf5e9ede
3
+ metadata.gz: 73a4696100a12779bd22f474145dabb70cf5e961951308ff0c31f171910f8844
4
+ data.tar.gz: 5689ce9147a4aafdfacdcf7a2d92e03d8402f28fd8af7fdf67078da3abb8c85e
5
5
  SHA512:
6
- metadata.gz: 2aa571fdaf4760b71e7fb5cb74f4112e5de5b4902ad3a8ed0985de4a3f30c5aac74d5ad9264826ae9ffc5a6b938afc9f0331728b8e3495026ae120431e3fcb54
7
- data.tar.gz: ffdf0ed995a4abce7f9275cca4c0507a6877326411827897cb2a26f33c7e88592fc926ed31a6c97547490ce8d17eef021e16d4d0aaaf06bac142dd1d90a17fe8
6
+ metadata.gz: 6b31ea331978ffb53836339bc10571d4e7894f5f24c8a9949b55f3bea4a8116009e4499035da620ee857f2954e06c4688cc863c5ea691df08666da4bd0f963ec
7
+ data.tar.gz: df6928a7664073476e4565058b58bdc30a988f630be267c21e03e49b6123b6342fa137a4557d4719d6abd061fb7e4b9378b0abf964ca48ca08968e2c1bf68dea
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.44.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#180](https://github.com/opf/primer_view_components/pull/180) [`259491b`](https://github.com/opf/primer_view_components/commit/259491b418f1179537cee5caee5f306af30b83d8) Thanks [@HDinger](https://github.com/HDinger)! - Allow FeedbackMessage to show no icon at all
8
+
9
+ - [#182](https://github.com/opf/primer_view_components/pull/182) [`e0f7e87`](https://github.com/opf/primer_view_components/commit/e0f7e871f24a52901915e2310bf2445f0ab46f72) Thanks [@HDinger](https://github.com/HDinger)! - Upgrade Vite; stop updating bundle in CI
10
+
3
11
  ## 0.44.2
4
12
 
5
13
  ### Patch Changes
@@ -40,7 +40,7 @@ module Primer
40
40
  def before_render
41
41
  if @loading
42
42
  @blankslate.with_visual_image(src: asset_path("loading_indicator.svg"), alt: I18n.t(:label_loading))
43
- else
43
+ elsif @icon_arguments[:icon] != :none
44
44
  @blankslate.with_visual_icon(size: :medium, **@icon_arguments)
45
45
  end
46
46
 
@@ -6,7 +6,7 @@ module Primer
6
6
  module VERSION
7
7
  MAJOR = 0
8
8
  MINOR = 44
9
- PATCH = 2
9
+ PATCH = 3
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.44.2
4
+ version: 0.44.3
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: 2024-09-05 00:00:00.000000000 Z
12
+ date: 2024-09-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: actionview