tybo 0.0.28 → 0.0.29

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: 56d9b9272e6d6e14af97820f335b1bfd160f8ced2ab89070b876d6d7eb09a6d9
4
- data.tar.gz: ea7200353d860966cb53ff565bcc237a5c2333c5e3ca287f0b913f939a9c78f6
3
+ metadata.gz: 893f297e8e1856c21f1e1d15b3a698723a2210f7ceff54d40e704a539752ee29
4
+ data.tar.gz: 969d1819fb9fc76e19ab67fe41be57a270ad34219b090c4f06262c76a1a2c277
5
5
  SHA512:
6
- metadata.gz: 81f4a59eb16a72c4909bbd1647fabf616f5672cb5acb888ad5a562a666fe314f735a7ac7309d5f5a828d244796c088b3cdfb8ed288355f85847d467d0d426478
7
- data.tar.gz: 8a36ec0b899ff2300f56826d779ff717a70d233154708dbaeb93d32e64406f5ff51321577073d65e4771c9abeb16e032cde0e906a508d89eee4659583d01c47c
6
+ metadata.gz: ea19fe2f0f0ea1aaa2724c4aa7d1768e98e0c3365e6913e8ed57c301f9870156dd383da0adb30444d03c8a6b525a6354c7e36a36ab574617218b497d6a5490b8
7
+ data.tar.gz: 59eeb4e00b5da3ebe6e3f4d86cfda0d8aba29c1c043fd2434454a9a416b7da2db0501e6d59b0620799f252074debf4ed7fd2210b7fb5b9c94763ba92523cf3ea
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="mr-3 flex-shrink-0 h-6 w-6 text-white text-sidebar-50">
2
+ <path stroke-linecap="round" stroke-linejoin="round" d="M15 19.128a9.38 9.38 0 002.625.372 9.337 9.337 0 004.121-.952 4.125 4.125 0 00-7.533-2.493M15 19.128v-.003c0-1.113-.285-2.16-.786-3.07M15 19.128v.106A12.318 12.318 0 018.624 21c-2.331 0-4.512-.645-6.374-1.766l-.001-.109a6.375 6.375 0 0111.964-3.07M12 6.375a3.375 3.375 0 11-6.75 0 3.375 3.375 0 016.75 0zm8.25 2.25a2.625 2.625 0 11-5.25 0 2.625 2.625 0 015.25 0z" />
3
+ </svg>
@@ -0,0 +1,6 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Icons
4
+ class UsersTwoComponent < ViewComponent::Base
5
+ end
6
+ end
data/lib/tybo/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Tybo
2
- VERSION = '0.0.28'
2
+ VERSION = '0.0.29'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tybo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.28
4
+ version: 0.0.29
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michel Delpierre
@@ -173,6 +173,8 @@ files:
173
173
  - app/components/icons/trash_component.rb
174
174
  - app/components/icons/users_component.html.erb
175
175
  - app/components/icons/users_component.rb
176
+ - app/components/icons/users_two_component.html.erb
177
+ - app/components/icons/users_two_component.rb
176
178
  - app/components/index_component.html.erb
177
179
  - app/components/index_component.rb
178
180
  - app/components/index_header_add_component.html.erb