tybo 0.3.7 → 0.3.8

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: 74fa667d39f65ff4a807cfcec3f8dd1080e93642b849c911359ccc4ee347e574
4
- data.tar.gz: d7f5f977ddc9c4ebbfe322f28d5401ee3f6e5aa20e324d3ba163a4535ac9e934
3
+ metadata.gz: 3146afbd660b1e22f3df65b1ae586daa8ad9b307fa48f2beb3865ec61ba41246
4
+ data.tar.gz: 1243d4eca2924b4a807fea42283ceb0885b2afa5a50eb14455eedeb867632bc3
5
5
  SHA512:
6
- metadata.gz: d5137191ee8a0dea3642ae28da38e3a3c18af93a9742905db8ae8abd2fa0e5b4db7fe84c94b284b7562c70ebbc01c88d851b5b415539cafda4d3ef5788a6a93e
7
- data.tar.gz: 20084dbeeea3ef9e661ff40beaf5ec611109ee00d4f88f5aa2976f385c3a99ef52f93c92b0730ff709aeec7b51ee7d3bc91748cfa0c2f8cfcc5dca33b494b8fc
6
+ metadata.gz: 481ef90ab0a27aaa9ed7497275972d343658df2ed9f502d09015f1672b21a238eb9f3f5db765543644c817e9931f42ce2958542676134e2269ef17144690e0d4
7
+ data.tar.gz: 1cbd63171472f1fd3cdfa1983cdf6d6b98565ef7d1906cbcbd0f52e80d46b0d98c1c6f1513a5e47d26fa78d7f0619fa2c48d1d6677a09a58447f6bfdab40843b
@@ -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="w-6 h-6 cursor-grabbing #{@text_color}">
2
+ <path stroke-linecap="round" stroke-linejoin="round" d="M3.75 5.25h16.5m-16.5 4.5h16.5m-16.5 4.5h16.5m-16.5 4.5h16.5" />
3
+ </svg>
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Icons
4
+ class DragAndDropComponent < ViewComponent::Base
5
+ def initialize(text_color: 'text-tybo-800')
6
+ @text_color = text_color
7
+ end
8
+ end
9
+ end
data/lib/tybo/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Tybo
2
- VERSION = '0.3.7'
2
+ VERSION = '0.3.8'
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.3.7
4
+ version: 0.3.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michel Delpierre
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2023-11-28 00:00:00.000000000 Z
12
+ date: 2023-11-30 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -155,6 +155,8 @@ files:
155
155
  - app/components/icons/collection_component.rb
156
156
  - app/components/icons/dashboard_component.html.erb
157
157
  - app/components/icons/dashboard_component.rb
158
+ - app/components/icons/drag_and_drop_component.html.rb
159
+ - app/components/icons/drag_and_drop_component.rb
158
160
  - app/components/icons/home_component.html.erb
159
161
  - app/components/icons/home_component.rb
160
162
  - app/components/icons/mic_component.html.erb