Sha256: 0585a68626a1f05123073a47da73686e39f9a6ac6043b33dc9d0112864d744e8

Contents?: true

Size: 1.08 KB

Versions: 19

Compression:

Stored size: 1.08 KB

Contents

<div data-controller="alert"
  data-alert-dismiss-after-value="<%= Avo.configuration.alert_dismiss_time %>"
  data-alert-remove-delay-value="0"
  class="<%= classes %>"
>
  <div class="px-2">
    <div class="flex h-full">
      <div class="flex items-center min-h-full">
        <%= helpers.svg icon, class: "h-6" %>
      </div>
      <div class="ml-3 w-0 flex-1 pt-0.5">
        <p class="text-sm leading-5 font-semibold">
          <%= sanitize message.to_s %>
        </p>
      </div>
      <div class="ml-4 flex-shrink-0 flex items-center">
        <button data-action="alert#close" class="inline-flex text-white focus:outline-none focus:text-gray-300 transition ease-in-out duration-150">
          <svg class="h-5 w-5" viewBox="0 0 20 20" fill="currentColor">
            <path fill-rule="evenodd" d="M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z" clip-rule="evenodd"/>
          </svg>
        </button>
      </div>
    </div>
  </div>
</div>

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
avo-3.11.7 app/components/avo/alert_component.html.erb
avo-3.11.6 app/components/avo/alert_component.html.erb
avo-3.11.5 app/components/avo/alert_component.html.erb
avo-3.11.4 app/components/avo/alert_component.html.erb
avo-3.11.3 app/components/avo/alert_component.html.erb
avo-3.11.2 app/components/avo/alert_component.html.erb
avo-3.11.1 app/components/avo/alert_component.html.erb
avo-3.11.0 app/components/avo/alert_component.html.erb
avo-3.10.10 app/components/avo/alert_component.html.erb
avo-3.10.9 app/components/avo/alert_component.html.erb
avo-3.10.8 app/components/avo/alert_component.html.erb
avo-3.10.7 app/components/avo/alert_component.html.erb
avo-3.10.6 app/components/avo/alert_component.html.erb
avo-3.10.5 app/components/avo/alert_component.html.erb
avo-3.10.4 app/components/avo/alert_component.html.erb
avo-3.10.3 app/components/avo/alert_component.html.erb
avo-3.10.2 app/components/avo/alert_component.html.erb
avo-3.10.1 app/components/avo/alert_component.html.erb
avo-3.10.0 app/components/avo/alert_component.html.erb