tybo 0.0.27 → 0.0.29

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cbff25691614a09bb930d8f9695c521494e2ae745b22611c9a82a3839f95b741
4
- data.tar.gz: 67ac3cef194b2275d890f061f153509de257016d098835a38df4d727adb53a81
3
+ metadata.gz: 893f297e8e1856c21f1e1d15b3a698723a2210f7ceff54d40e704a539752ee29
4
+ data.tar.gz: 969d1819fb9fc76e19ab67fe41be57a270ad34219b090c4f06262c76a1a2c277
5
5
  SHA512:
6
- metadata.gz: efa16a7f897fa95148bf795b6931549fb16288607daf33e6979853276ccf0588b303fa090bedb78b8560515791068035b1b3383e8dd86e61b8b980f13cdf7af7
7
- data.tar.gz: c9517c9abd01abe57476776994f8e6b68cc0f8f3db8e813fe3426d5781d1c7ffac11439057b33f7745025b3f899222f139065e2cc180ac233a55e3158351a280
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
@@ -3,7 +3,7 @@
3
3
  Tybo.configure do |config|
4
4
  # customise logo and cover url
5
5
  # should be an external url or image should be present in (app/assets/images)
6
- # config.logo_url = 'logo.png'
7
- # config.nav_logo_url = 'nav_logo.png'
8
- # config.cover_url = 'cover.png'
6
+ config.logo_url = 'https://www.datocms-assets.com/33962/1667497145-logo-colored.svg'
7
+ config.nav_logo_url = 'https://www.datocms-assets.com/33962/1667497145-logo-colored.svg'
8
+ config.cover_url = 'https://tymate.com/_next/image?url=https%3A%2F%2Fwww.datocms-assets.com%2F33962%2F1671032522-natif-2.jpg%3Fw%3D1600&w=3840&q=75'
9
9
  end
data/lib/tybo/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Tybo
2
- VERSION = '0.0.27'
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.27
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