signum 0.7.4 → 0.7.5
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: f87010b99c492e34fc25f40723d342e8be855227325fce7e2d46a994a17dd7a3
|
4
|
+
data.tar.gz: cd57547cc2a41aca654baa57d67c1edaffcaf17038c1f94f113d456fe9f76ce9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 66b110d7fb891c4e28f8ec30d75544194e1763db325ba11a693c522f4a50c2571d2a6b72226d074540df48c9234b4abfa8ae88065c3c1e1babb3d9ec8f95fc4d
|
7
|
+
data.tar.gz: 12ac20d0313cc9a299d93251420d4e71a387c29c1b171e0ced12814f71048bdceb6845318d55a291aa325871656b4f0acc6835d4477abe858881c1505f78b06c
|
@@ -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.5
|
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
|