tybo 0.3.8 → 0.3.10
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4824a574d5414be492afbc1e91bda3616e5a36a77c1994e7182e707399ef4343
|
4
|
+
data.tar.gz: a16fb7857ed03a6e0ba0ba3bb08e2f1645c949d93bf33a2aa7664abc72cb85a2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8314ba107f16e67f83c30a653f76bfcbe22b82f611a253f450d929868f03a5933014737fef80d334a50456f62d5d5b0909c6f8923ce455cf8207513000b93e56
|
7
|
+
data.tar.gz: 99571c56bd27fb9a69451d9b1cff1c0127fe068b9d8835e7bf8f1b482c19fdf160dcb1270c089ecf6480c5f2a322aba08c02354206ccb9a43318be91f0bc4cdc
|
data/app/components/icons/{drag_and_drop_component.html.rb → drag_and_drop_component.html.erb}
RENAMED
@@ -1,3 +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
|
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
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
3
|
</svg>
|
data/lib/tybo/version.rb
CHANGED
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.
|
4
|
+
version: 0.3.10
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michel Delpierre
|
@@ -155,7 +155,7 @@ 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.
|
158
|
+
- app/components/icons/drag_and_drop_component.html.erb
|
159
159
|
- app/components/icons/drag_and_drop_component.rb
|
160
160
|
- app/components/icons/home_component.html.erb
|
161
161
|
- app/components/icons/home_component.rb
|