satis 2.1.26 → 2.1.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b59e1d63bb796965a6fa1a5c5b15fea4736f5b3c6f5a9b64fae463a15a132f30
|
4
|
+
data.tar.gz: e1614cd0f71eea8a0a6dbad386b17253b601fd386d8cbc42739c65c507264001
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 22f9b908ac49cc92d1131c87458ad191df8dffa903dfdf6ffd313387f807407e0c7678917646399aaf942d3844d0af4eae7cd554e2c4bb533227500f3fb66e8a
|
7
|
+
data.tar.gz: c9d57aaad815d1d98e0f34004ba0bd58cee7d64cb77d2e85e5a8045bd4bda651022a186300d7a067518e4e203b8dff3625d26eb0f3da381f16423c963907198c
|
@@ -7,10 +7,10 @@
|
|
7
7
|
i class=icon
|
8
8
|
.ml-4.mt-4.flex-1
|
9
9
|
h3.text-lg.leading-6.font-medium.text-gray-900.dark:text-white
|
10
|
-
|
10
|
+
= title
|
11
11
|
- if description.present?
|
12
12
|
p.mt-1.text-sm.text-gray-500.dark:text-gray-500
|
13
|
-
|
13
|
+
= description
|
14
14
|
|
15
15
|
- if actions.present? || initial_actions.present?
|
16
16
|
.ml-4.mt-4.flex-shrink-0
|
@@ -1,5 +1,4 @@
|
|
1
1
|
.sidebar {
|
2
|
-
padding: 10px;
|
3
2
|
height: 100%;
|
4
3
|
width: 260px;
|
5
4
|
z-index: 1000;
|
@@ -120,6 +119,10 @@
|
|
120
119
|
display: block;
|
121
120
|
}
|
122
121
|
|
122
|
+
.sidebar.close .logo_name {
|
123
|
+
display: none;
|
124
|
+
}
|
125
|
+
|
123
126
|
.dark .sidebar {
|
124
127
|
background: #222836;
|
125
128
|
transition: 0.3s ease;
|
@@ -23,7 +23,7 @@
|
|
23
23
|
@apply mr-3 flex-shrink-0 h-6;
|
24
24
|
}
|
25
25
|
&__label {
|
26
|
-
@apply flex-1;
|
26
|
+
@apply flex-1 text-gray-700;
|
27
27
|
}
|
28
28
|
&__menu-icon {
|
29
29
|
@apply text-gray-300 ml-3 flex-shrink-0 h-5 w-5 transform group-hover:text-gray-400 transition-colors ease-in-out duration-150;
|
@@ -35,6 +35,10 @@
|
|
35
35
|
display: none;
|
36
36
|
}
|
37
37
|
|
38
|
+
.page_bg .sidebar.close .sts-sidebar-menu-item__label {
|
39
|
+
display: none;
|
40
|
+
}
|
41
|
+
|
38
42
|
.page_bg .sidebar.close .sts-sidebar-menu-item > [data-satis-sidebar-menu-item-target="submenu"] {
|
39
43
|
display: none;
|
40
44
|
visibility: hidden;
|
@@ -42,24 +46,45 @@
|
|
42
46
|
transition: visibility 0s linear 1s, opacity 1s linear; /* Ensures it stays visible for 1 second after mouse leaves */
|
43
47
|
}
|
44
48
|
|
49
|
+
.page_bg .sidebar.close .sts-sidebar-menu-item:hover .sts-sidebar-menu-item__label {
|
50
|
+
display: flex;
|
51
|
+
overflow: visible;
|
52
|
+
}
|
53
|
+
|
45
54
|
.page_bg .sidebar.close .sts-sidebar-menu-item:hover > [data-satis-sidebar-menu-item-target="submenu"] {
|
46
|
-
@apply
|
55
|
+
@apply bg-white dark:bg-gray-900 py-0 px-0;
|
47
56
|
display: block;
|
48
57
|
visibility: visible;
|
49
58
|
opacity: 1;
|
50
59
|
position: absolute;
|
51
|
-
margin-left: 35px;
|
52
60
|
overflow-y: scroll;
|
61
|
+
padding-right: 20px;
|
62
|
+
margin-left: 35px;
|
53
63
|
margin-top: -60px;
|
54
|
-
padding-right: 10px;
|
55
|
-
padding-top: 10px;
|
56
|
-
padding-bottom: 10px;
|
57
64
|
z-index: 1000;
|
58
65
|
overflow: visible;
|
59
66
|
box-shadow: -0.5px 0px 3px 0.3px #aaaaaa;
|
60
67
|
transition: visibility 0s linear 0s, opacity 0.5s linear;
|
61
68
|
}
|
62
69
|
|
70
|
+
.page_bg .sidebar.close .sts-sidebar-menu-item:hover > [data-satis-sidebar-menu-item-target="submenu"] .sts-sidebar-menu-item:hover .sts-sidebar-menu-item__label {
|
71
|
+
overflow: visible;
|
72
|
+
z-index: 1000;
|
73
|
+
}
|
74
|
+
|
75
|
+
.page_bg .sidebar.close .sts-sidebar-menu-item:hover > [data-satis-sidebar-menu-item-target="submenu"] .sts-sidebar-menu-item:hover > [data-satis-sidebar-menu-item-target="submenu"] {
|
76
|
+
z-index: 1005;
|
77
|
+
margin-left: 123px;
|
78
|
+
overflow-y: scroll;
|
79
|
+
}
|
80
|
+
|
81
|
+
.page_bg .sidebar.close .sts-sidebar-menu-item:hover > [data-satis-sidebar-menu-item-target="submenu"] .sts-sidebar-menu-item:hover > [data-satis-sidebar-menu-item-target="submenu"] .sts-sidebar-menu-item:hover > [data-satis-sidebar-menu-item-target="submenu"] {
|
82
|
+
position: relative;
|
83
|
+
z-index: 1006;
|
84
|
+
margin-left: 123px;
|
85
|
+
overflow-y: scroll;
|
86
|
+
}
|
87
|
+
|
63
88
|
.sidebar.close .sts-sidebar-menu-item:hover > [data-satis-sidebar-menu-item-target="submenu"]::-webkit-scrollbar {
|
64
89
|
display: none;
|
65
90
|
}
|
data/lib/satis/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: satis
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.1.
|
4
|
+
version: 2.1.28
|
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-07-
|
11
|
+
date: 2024-07-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: browser
|