signum 0.7.0 → 0.7.1

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: 63cc9c70f252bac415cd89556051daffc3449d4175726cc272b26ba50a04d04b
4
- data.tar.gz: 66eab14fd02f1cff3a5008bcaef2e9be94389e62a9a3c2f832243f2b4ac2a490
3
+ metadata.gz: 68740b1c62bffcd3cdf9969480fe34c76761696447eb3b45530ffd0b25e4a06c
4
+ data.tar.gz: 368995be484d022dd4eb9add81bb58c49b3b39c24b77fbed6ff23d335baf7dba
5
5
  SHA512:
6
- metadata.gz: 0d88fa165327a524271be29b1163350df04d52736c60354378f2a7ef2226d8567d58380991ac0e12e3c8f318d660be892ff504e46d7edd1a369fefdb0c405064
7
- data.tar.gz: 0333cebc07d9d42445be878c069528cb09f6bd272ed450479ac4168fbfa5c0ec483f561f1896dedba65bb0e1eb31406aa538a1b403c6e0f98ad4eace747bb71e
6
+ metadata.gz: 40303e2ab0900fc7dfbedb859f5da85b504180eb111f19499ea36fc6928cbaf4e22a1a2ec13c495160fa628b8ff0457312733307811d4a7c314f90dcf04e636d
7
+ data.tar.gz: 68fbd114bbd33447a3875de46dd657f4db211a0ea1f7ffc12420471c247b82c4ccdf1d3bba301f179f3696c6ff718fcb43158fe805987d4af33923b48cb8dbd9
@@ -1,6 +1,6 @@
1
1
  = helpers.turbo_stream_from :signals
2
2
 
3
- .pointer-events-none.fixed.inset-0.flex.items-end.px-2.py-6.sm:items-start.sm:p-6.z-10 data-turbo-permanent="true" id="signum_notifications"
3
+ .pointer-events-none.fixed.inset-0.items-end.px-2.py-6.sm:items-start.sm:p-6.z-10 data-turbo-permanent="true" id="signum_notifications"
4
4
  / #notifications_all.flex.w-full.flex-col.items-center.space-y-2.sm:items-end
5
5
  div.flex.w-full.flex-col.items-center.space-y-2.sm:items-end[id="#{Signum.config.balloon_notifications_container_id.call}"]
6
6
  div.flex.w-full.flex-col.items-center.space-y-2.sm:items-end[id="notifications_all"]
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Signum
4
- VERSION = "0.7.0"
4
+ VERSION = "0.7.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: signum
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom de Grunt