Skip to content

Commit

Permalink
Merge pull request #21 from opf/fix/angular-standalone-components
Browse files Browse the repository at this point in the history
fix: Custom icon viewboxes
  • Loading branch information
b12f committed Jul 20, 2023
2 parents ebbb371 + b8455fe commit 086ad93
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 11 deletions.
5 changes: 5 additions & 0 deletions .changeset/fair-bugs-beam.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@openproject/octicons': patch
---

fix: Custom icon viewboxes
1 change: 0 additions & 1 deletion icons/op-export-pdf-1-24.svg

This file was deleted.

2 changes: 1 addition & 1 deletion icons/op-iconfont-scaler-24.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion icons/op-remove-1-24.svg

This file was deleted.

2 changes: 1 addition & 1 deletion icons/op-time-tracking-running-24.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion icons/op-time-tracking-start-24.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion icons/op-time-tracking-stop-24.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion lib/octicons_angular/script/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const icons = Object.entries(octicons)
template: \`
<title *ngIf="title">{{title}}</title>
<path [outerHTML]="sanitizer.bypassSecurityTrustHtml(path)"></path>
<div [outerHTML]="sanitizer.bypassSecurityTrustHtml(path)"></div>
\`,
})
export class Op${name} extends OpOcticonComponentBase {
Expand Down
2 changes: 1 addition & 1 deletion lib/octicons_helper/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source "https://rubygems.org"

gemspec

gem "openproject-octicons", "19.4.0"
gem "openproject-octicons", "19.5.7"
gem "rails"

group :development, :test do
Expand Down
2 changes: 1 addition & 1 deletion lib/octicons_helper/octicons_helper.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |s|

s.require_paths = ["lib"]

s.add_dependency "openproject-octicons", "19.4.0"
s.add_dependency "openproject-octicons", "19.5.7"
s.add_dependency "railties"
s.add_dependency "actionview"
end
2 changes: 1 addition & 1 deletion lib/octicons_jekyll/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source "https://rubygems.org"

gemspec

gem "octicons", "19.5.7"
gem "openproject-octicons", "19.5.7"

group :development, :test do
gem "minitest"
Expand Down
2 changes: 1 addition & 1 deletion lib/octicons_jekyll/jekyll-octicons.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]

s.add_dependency "jekyll", ">= 3.6", "< 5.0"
s.add_dependency "octicons", "19.5.7"
s.add_dependency "openproject-octicons", "19.5.7"
end

0 comments on commit 086ad93

Please sign in to comment.