Skip to content

Commit

Permalink
Merge branch 'release/v0.2.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
bopm committed Apr 4, 2024
2 parents 85c06ca + 1c5069a commit 0f2c940
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
turbo_material (0.2.0)
turbo_material (0.2.1)
importmap-rails (~> 2.0.1)
rails (~> 7.1, >= 7.1.2)
stimulus-rails (~> 1.3)
Expand Down
6 changes: 3 additions & 3 deletions app/views/components/_select.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
<% if disabled %>aria-disabled="true"<% end %>
<% if required %>aria-required="true"<% end %>
>
<%- if outlined -%>
<span class="mdc-select__ripple"></span>
<%- if label -%><span id="<%= id %>-label" class="mdc-floating-label"><%= label || name.capitalize %></span><%- end -%>
<%- unless outlined -%>
<span class="mdc-select__ripple"></span>
<%- if label -%><span id="<%= id %>-label" class="mdc-floating-label"><%= label || name.capitalize %></span><%- end -%>
<%- else -%>
<span class="mdc-notched-outline">
<span class="mdc-notched-outline__leading"></span>
Expand Down
2 changes: 1 addition & 1 deletion lib/turbo_material/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module TurboMaterial
VERSION = "0.2.0"
VERSION = "0.2.1"
end

0 comments on commit 0f2c940

Please sign in to comment.