signum 0.7.4 → 0.7.6
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 56ad1a15e3abcc754f0f2c389b7c59aaa8c43adfe6b3d7ef2296379a0d42f6d6
|
4
|
+
data.tar.gz: 146fe001b1ba7664c5bbf1b0834a0adc41f3a3fd889822b30fdb436042fcd1b9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 75ebff55bdbf08eda7f36c1f1a27d3c78414412089a197b171e454c618be103c44ff17c2119912981131f31a0ccf96e3298c3eabe65cbc0be39dcaea879f4d6b
|
7
|
+
data.tar.gz: 9cab86de0a234c0bd94f3a819b64899bf0f735963afcd641f7e482b18cbfd96f8066794e37de5311bd09c985de2189ce0dc7a745bd9d26f0c08e8eed785de3f9
|
@@ -1,7 +1,11 @@
|
|
1
1
|
.signum-notification-drawer-button {
|
2
|
-
@apply w-8 h-8 bg-white m-0 rounded-full text-gray-400 hover:text-gray-500 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-primary-500 dark:bg-gray-
|
2
|
+
@apply w-8 h-8 bg-white m-0 rounded-full text-gray-400 hover:text-gray-500 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-primary-500 dark:bg-gray-800 dark:border-gray-700;
|
3
3
|
}
|
4
4
|
|
5
5
|
.signum-notification-drawer-tray {
|
6
|
-
@apply bg-gray-50 w-full max-w-sm absolute right-0 z-10 mx-1 w-1/3 origin-top-right divide-y divide-gray-100 rounded-md bg-white shadow-lg ring-1 ring-black ring-opacity-5 overflow-y-auto max-h-[75vh];
|
6
|
+
@apply bg-gray-50 w-full max-w-sm absolute right-0 z-10 mx-1 w-1/3 origin-top-right divide-y dark:shadow-gray-600 dark:shadow-lg divide-gray-100 dark:bg-gray-900 dark:bg-opacity-95 bg-opacity-95 dark:border-gray-700 dark:divide-gray-800 rounded-md bg-white shadow-lg dark:outline-white ring-1 ring-black ring-opacity-5 overflow-y-auto max-h-[75vh];
|
7
7
|
}
|
8
|
+
|
9
|
+
.signum-notification-drawer-item {
|
10
|
+
@apply dark:text-gray-200 hover:bg-gray-50 dark:hover:bg-gray-800;
|
11
|
+
}
|
@@ -1,2 +1,2 @@
|
|
1
|
-
.
|
1
|
+
.signum-notification-drawer-item data-controller="signum-notification-drawer-item" data-signum-notification-drawer-target="item" data-signum-notification-drawer-item-signal-state-value="#{signal.state}" data-signum-notification-drawer-item-signal-id-value="#{signal.id}" id="notification_#{data[:type]}_parent_#{signal.signalable_id}_#{signal.id}"
|
2
2
|
= render(Signum::NotificationBody::Component.new(signal, data))
|
data/lib/signum/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: signum
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.7.
|
4
|
+
version: 0.7.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tom de Grunt
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-05-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: pg
|