heroicon 0.2.3 → 0.3.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 +4 -4
- data/README.md +1 -1
- data/lib/heroicon/icon.rb +3 -1
- data/lib/heroicon/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3d5ce70d82b7a63366314de5b26135a0e9e12a2def71059104ff094eed1f9dd7
|
4
|
+
data.tar.gz: e170e3883881e592130b588e4e6db9f03bf355db5156b4388aa15ecbb1cc8652
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 773bcdd25e8fb9bba1c2e5c022a9ecc09f87c5220c8366175c2ced86605788858359644dcb8a82fbca378b521a1b2382baea920e0f9c8f32508edfb3f22b3e51
|
7
|
+
data.tar.gz: c32decc196fb36b017dc6871f808869c011c98890f84c13b627501a42f0039afdc0353e21c7e26b7f4f6f3a576f602c689b10a00d414ef6677fa78b172b04070
|
data/README.md
CHANGED
@@ -44,7 +44,7 @@ Heroicon comes with two variants, `:outline` and `:solid`. By default it uses th
|
|
44
44
|
<%= heroicon "search", variant: :outline %>
|
45
45
|
```
|
46
46
|
|
47
|
-
You can also pass
|
47
|
+
You can also pass HTML options directly to the icon.
|
48
48
|
|
49
49
|
```rb
|
50
50
|
<%= heroicon "search", options: { class: "text-primary-500" } %>
|
data/lib/heroicon/icon.rb
CHANGED
data/lib/heroicon/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: heroicon
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Benjamin Hargett
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-02
|
11
|
+
date: 2021-04-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|