web47core 3.2.57 → 3.2.59

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: c41ef7de095d32d37d54b9a0b9c758c73793972eb58f9e86fa3eaa5a3238de24
4
- data.tar.gz: 6c1f442be0790c3f48dd5c427b9617fd2f042432c898e94a2a4e3fe48ebecf2b
3
+ metadata.gz: 3f25605310a9c2e6f0df150cb84cdd06d17d3a807f9ecc766085b6c08a7a8867
4
+ data.tar.gz: dad4f66c998c8da23e1b0699afa474148c6ec0eea93fde3b6d0a81337fc3ea81
5
5
  SHA512:
6
- metadata.gz: e83ffd993fb5016922fc60274d77323466202a42fe8d7385a000769636a30f969c0b3aa4e616c82b5109462a6fac7cbb00c64aab28343b10e7690a5c5cfcad64
7
- data.tar.gz: fc29a69df1b6c49e9e88b7c6dc38a24d0eb8f9e2cbd13bebe0821100fef9be136db06d08e957275fb4f742157476e26922d77d6f40e0c64f1a59682d41c2c77f
6
+ metadata.gz: 7d2936aa75687eedda58c11a97f693e77bdd02304e1b54b4596c8a7f1673571bf0a3f726e74c419716ef2bb9de28d6d54c2d20b078703d3149cc0805bd920919
7
+ data.tar.gz: 583e287225fcc5d6edecc85a41d95227eb83fe7bf75dc459a158232ff36b13087d151cb2ea2dc1a18c55aaeecd884c0fd09e0e210bc70b927c29bc0ef2b3bf9d
@@ -4,7 +4,7 @@
4
4
  module CoreBreadcrumbHelper
5
5
  # @abstract Render a single step for the breadcrumb
6
6
  def breadcrumb_step(path, title)
7
- content_tag(:li, class: "breadcrumb-item active") do
7
+ content_tag(:li, class: 'breadcrumb-item') do
8
8
  concat(content_tag(:a, href: path) { title })
9
9
  end
10
10
  end
@@ -0,0 +1 @@
1
+ <path d="M12 1.67c.955 0 1.845 .467 2.39 1.247l.105 .16l8.114 13.548a2.914 2.914 0 0 1 -2.307 4.363l-.195 .008h-16.225a2.914 2.914 0 0 1 -2.582 -4.2l.099 -.185l8.11 -13.538a2.914 2.914 0 0 1 2.491 -1.403zm.01 13.33l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm-.01 -7a1 1 0 0 0 -.993 .883l-.007 .117v4l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883z" />
@@ -0,0 +1 @@
1
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12 9v4" /><path d="M10.363 3.591l-8.106 13.534a1.914 1.914 0 0 0 1.636 2.871h16.214a1.914 1.914 0 0 0 1.636 -2.87l-8.106 -13.536a1.914 1.914 0 0 0 -3.274 0z" /><path d="M12 16h.01" />
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Web47core
4
- VERSION = '3.2.57'
4
+ VERSION = '3.2.59'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: web47core
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.57
4
+ version: 3.2.59
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Schroeder
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-08-11 00:00:00.000000000 Z
11
+ date: 2025-08-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activemodel
@@ -553,6 +553,8 @@ files:
553
553
  - app/views/delayed_job_workers/index.html.haml
554
554
  - app/views/delayed_jobs/index.html.haml
555
555
  - app/views/delayed_jobs/show.html.haml
556
+ - app/views/icons/_alert-triangle-filled.html.erb
557
+ - app/views/icons/_alert-triangle-outline.html.erb
556
558
  - app/views/icons/_archive-filled.html.erb
557
559
  - app/views/icons/_archive-outline.html.erb
558
560
  - app/views/icons/_bed-filled.html.erb