Packages
Tabler Icons as Phoenix.Component. Strongly inspired by heroicons elixir package.
Current section
37 Versions
Jump to
Current section
37 Versions
Compare versions
6
files changed
+5
additions
-3
deletions
| @@ -49,6 +49,7 @@ We are interested in keeping the same icon names for our functions TablerIcons p | |
| 49 49 | - `24-hours` -> `twenty_four_hours` |
| 50 50 | - `123` -> `one_two_three` |
| 51 51 | - `360-view` -> `three_sixty_view` |
| 52 | + - `360` -> `three_sixty` |
| 52 53 | |
| 53 54 | A hyphen is replaced by an underscore automatically. |
| @@ -22,4 +22,4 @@ | |
| 22 22 | {<<"optional">>,false}, |
| 23 23 | {<<"repository">>,<<"hexpm">>}, |
| 24 24 | {<<"requirement">>,<<"~> 0.18.3">>}]]}. |
| 25 | - {<<"version">>,<<"0.2.4">>}. |
| 25 | + {<<"version">>,<<"0.2.5">>}. |
| @@ -41,6 +41,7 @@ defmodule Mix.Tasks.Build do | |
| 41 41 | defp do_function_name("24-hours"), do: "twenty_four_hours" |
| 42 42 | defp do_function_name("123"), do: "one_two_three" |
| 43 43 | defp do_function_name("360-view"), do: "three_sixty_view" |
| 44 | + defp do_function_name("360"), do: "three_sixty" |
| 44 45 | |
| 45 46 | defp do_function_name(rootname) do |
| 46 47 | String.split(rootname, "-") |> Enum.join("_") |
| @@ -5,7 +5,7 @@ defmodule Mix.Tasks.Download do | |
| 5 5 | use Mix.Task |
| 6 6 | require Logger |
| 7 7 | |
| 8 | - @version "1.116.0" |
| 8 | + @version "1.117.0" |
| 9 9 | |
| 10 10 | @tmp_dir_name "ex-tabler-icons" |
unknownlib/tabler_icons.ex
File is too large to be displayed (100 KB limit).
Loading more files…