phlex-icons-radix 2.41.0 → 2.43.0

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: b522db72a9f56c894940396c9f32abf585286419d1f12181c1dc35f698541b21
4
- data.tar.gz: 8c5f4c3013c2c5840a85d8aa72039836859a3ae5e68ed3774e87e868707daffa
3
+ metadata.gz: 555a6c464b2f701be471342aa1fdf21351eb3c55633470b23c0e443361a868b9
4
+ data.tar.gz: 9eb31c019a89a3d6611dcdbcaa05b06a75eabd275174c69a659c43c6a8147928
5
5
  SHA512:
6
- metadata.gz: f44aee488804ae3a5e93938f76d870136ab59462a147f656a711d16d86da6a446f98a6427a20965ff2467a916204505ae5abe8dae3a1a170f79c3b7f66432cb9
7
- data.tar.gz: 920792270fa04a4e614b7196217d1f256ea29b7ac2c810407d071fa6676e8ab8d90bcea1c8c5ace0d519bdc1562323e3df78a673438d2bcb76363bde2bcf1a0b
6
+ metadata.gz: e711ae66e3fe6f1b1cfa02357a0f9a5ca8d0741fd54f48e5ef1f8b25455d4b14222bd35fbd6a2adb8632d094d72117a90ff01d2316cade1f07a14306057e37ca
7
+ data.tar.gz: ae9415dedff2872ea742432993094d700269a4ef229127b488763b78dfc72abb6ae9063ccf5abb62d5cc88609ca09a5a782d444a7ad504f34191c1406097a6cb
data/generators/huge.rb CHANGED
@@ -89,6 +89,7 @@ def read_and_convert_icon(icon_file_path)
89
89
  icon_file_content = File.read(icon_file_path)
90
90
  .sub('width="24"', '')
91
91
  .sub('height="24"', '')
92
+ .gsub(/stroke="#[0-9A-Fa-f]{6}"/, 'stroke="currentColor"')
92
93
 
93
94
  Phlexing::Converter.convert(icon_file_content).sub('svg(', "svg(\n**attrs,")
94
95
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PhlexIcons
4
- VERSION = '2.41.0'
4
+ VERSION = '2.43.0'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phlex-icons-radix
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.41.0
4
+ version: 2.43.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ali Hamdi Ali Fadel