satis 2.1.29 → 2.1.30
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/components/satis/dropdown/component.css +2 -2
- data/app/components/satis/page/component.css +9 -15
- data/app/components/satis/page/component.html.slim +1 -1
- data/app/components/satis/sidebar/component.css +4 -5
- data/app/components/satis/sidebar/component.html.slim +2 -2
- data/app/components/satis/sidebar_menu_item/component.css +24 -9
- data/lib/satis/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0f766f9331ff2093e4f979b4e205a1d3ff7130d98dbeb1ca28d2ae5ce6441180
|
4
|
+
data.tar.gz: 934786903c2609fa87de04ea04f3515635cbb63d168bd1f28a55546914ffaf7b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7da5e56fe5d7498cd9b7704986f50bd6334984f41fd5ca6e18ded90a3c65f06f3da0177f05f1a2488008746b2e61ab2ca405dd6c83d61d184a5c5d1c1f31f7c7
|
7
|
+
data.tar.gz: f9d16ab31bcc4937efd4d19e7c0caef55264fd9f32b163549d49c0ab76a3cae7bae530cb41d86591d417ee3d2dbe27ca5ff713cf21133468e231aec635aeaab1
|
@@ -32,7 +32,7 @@
|
|
32
32
|
}
|
33
33
|
|
34
34
|
.page_body .satis-dropdown .sts-dropdown-results{
|
35
|
-
|
35
|
+
;
|
36
36
|
@apply bg-white divide-gray-900 divide-opacity-25 shadow-gray-300 shadow-lg text-gray-900 text-opacity-75 dark:bg-gray-900 dark:shadow-gray-700 dark:shadow-lg dark:bg-opacity-75 dark:divide-gray-50 dark:divide-opacity-25 dark:text-gray-300;
|
37
37
|
}
|
38
38
|
|
@@ -53,7 +53,7 @@
|
|
53
53
|
}
|
54
54
|
|
55
55
|
.topbar .satis-dropdown .sts-dropdown-results{
|
56
|
-
|
56
|
+
;
|
57
57
|
@apply bg-white divide-gray-900 divide-opacity-25 shadow-gray-300 shadow-lg text-gray-900 text-opacity-75 dark:bg-gray-900 dark:shadow-gray-700 dark:shadow-lg dark:bg-opacity-75 dark:divide-gray-50 dark:divide-opacity-25 dark:text-gray-300;
|
58
58
|
}
|
59
59
|
|
@@ -1,5 +1,11 @@
|
|
1
|
+
.h-screen.flex {
|
2
|
+
max-width: 100%;
|
3
|
+
max-height: 100%;
|
4
|
+
height: 100vh;
|
5
|
+
overflow: hidden;
|
6
|
+
}
|
7
|
+
|
1
8
|
.page_bg {
|
2
|
-
display: flex;
|
3
9
|
flex-direction: column;
|
4
10
|
width: 0;
|
5
11
|
flex-grow: 1;
|
@@ -22,18 +28,6 @@
|
|
22
28
|
margin-left: 15px;
|
23
29
|
}
|
24
30
|
|
25
|
-
.sidebar.close .arrow .fa-solid.arrow-left-to-bracket{
|
26
|
-
display: none;
|
27
|
-
}
|
28
|
-
|
29
|
-
.sidebar.close .fa-solid.fa-arrow-right-to-bracket{
|
30
|
-
display: block;
|
31
|
-
}
|
32
|
-
|
33
|
-
.sidebar .fa-solid.fa-arrow-right-to-bracket{
|
34
|
-
display: none;
|
35
|
-
}
|
36
|
-
|
37
31
|
.topbar .account-icon {
|
38
32
|
display: none;
|
39
33
|
}
|
@@ -68,19 +62,19 @@
|
|
68
62
|
.page_body {
|
69
63
|
margin-left: 260px;
|
70
64
|
max-width: 87%;
|
71
|
-
position: relative;
|
72
65
|
transition: 0.3s ease;
|
73
66
|
transition-delay: 0.1s;
|
74
67
|
}
|
75
68
|
.page_bg .page_body.close {
|
76
69
|
margin-left: 60px;
|
77
70
|
z-index: 1;
|
78
|
-
|
71
|
+
|
79
72
|
}
|
80
73
|
|
81
74
|
.page_bg .page_body.close .flex-1{
|
82
75
|
z-index: 1;
|
83
76
|
position: relative;
|
77
|
+
|
84
78
|
}
|
85
79
|
|
86
80
|
.dark .page_body {
|
@@ -1,10 +1,11 @@
|
|
1
|
-
.sidebar {
|
1
|
+
.h-screen.flex .sidebar {
|
2
2
|
height: 100%;
|
3
3
|
width: 260px;
|
4
4
|
z-index: 1000;
|
5
5
|
position: absolute;
|
6
6
|
background: #ffffff;
|
7
7
|
overflow: visible;
|
8
|
+
overflow-y: scroll;
|
8
9
|
scrollbar-width: none;
|
9
10
|
}
|
10
11
|
|
@@ -12,19 +13,17 @@
|
|
12
13
|
z-index: 1000;
|
13
14
|
position: absolute;
|
14
15
|
margin-top: 4rem;
|
15
|
-
overflow: visible;
|
16
16
|
}
|
17
17
|
|
18
18
|
.h-screen.flex .page_bg .sidebar.close .sts-sidebar-menu-item{
|
19
19
|
z-index: 1001;
|
20
20
|
position: relative;
|
21
|
-
|
21
|
+
|
22
22
|
}
|
23
23
|
|
24
24
|
|
25
25
|
.page_bg .sidebar.close {
|
26
26
|
position: absolute;
|
27
|
-
overflow: visible;
|
28
27
|
top: 0;
|
29
28
|
left: 0;
|
30
29
|
height: 100%;
|
@@ -115,7 +114,7 @@
|
|
115
114
|
display: none;
|
116
115
|
}
|
117
116
|
|
118
|
-
.dark .sidebar {
|
117
|
+
.dark .h-screen.flex .sidebar {
|
119
118
|
background: #222836;
|
120
119
|
}
|
121
120
|
|
@@ -1,9 +1,9 @@
|
|
1
|
-
.sidebar
|
1
|
+
.sidebar
|
2
2
|
= header
|
3
3
|
.icon-link
|
4
4
|
- @menu.items.each do |item|
|
5
5
|
= render Satis::SidebarMenuItem::Component.new(item: item, menu_options: menu_options)
|
6
|
-
.arrow
|
6
|
+
.arrow
|
7
7
|
.fa-solid.fa-arrow-right-to-bracket
|
8
8
|
= footer
|
9
9
|
|
@@ -46,17 +46,20 @@
|
|
46
46
|
opacity: 0;
|
47
47
|
}
|
48
48
|
|
49
|
-
.page_bg .sidebar.close .sts-sidebar-menu-item:hover .sts-sidebar-menu-item__label {
|
50
|
-
|
51
|
-
|
49
|
+
.page_bg .sidebar.close .sts-sidebar-menu-item:hover:not(:has([data-satis-sidebar-menu-item-target="submenu"])) .sts-sidebar-menu-item__label {
|
50
|
+
@apply dark:bg-gray-900;
|
51
|
+
display: block;
|
52
|
+
background: white;
|
53
|
+
padding: 10px;
|
54
|
+
|
52
55
|
}
|
53
56
|
|
54
|
-
.page_bg .sidebar.close .sts-sidebar-menu-item:hover > [data-satis-sidebar-menu-item-target="submenu"] {
|
57
|
+
.h-screen.flex .page_bg .sidebar.close .sts-sidebar-menu-item:hover > [data-satis-sidebar-menu-item-target="submenu"] {
|
55
58
|
@apply rounded-md bg-white dark:bg-gray-900 py-0 px-0;
|
56
59
|
display: block;
|
57
60
|
visibility: visible;
|
58
61
|
opacity: 1;
|
59
|
-
position:
|
62
|
+
position: fixed;
|
60
63
|
overflow-y: scroll;
|
61
64
|
padding-right: 20px;
|
62
65
|
margin-left: 35px;
|
@@ -65,21 +68,33 @@
|
|
65
68
|
}
|
66
69
|
|
67
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
|
+
background: none;
|
68
72
|
overflow: visible;
|
69
73
|
z-index: 1000;
|
74
|
+
padding: 0px;
|
70
75
|
}
|
71
76
|
|
72
|
-
.page_bg .sidebar.close .sts-sidebar-menu-item:
|
77
|
+
.h-screen.flex .page_bg .sidebar.close .sts-sidebar-menu-item:last-child:hover > [data-satis-sidebar-menu-item-target="submenu"] {
|
78
|
+
margin-top: -275px;
|
79
|
+
}
|
80
|
+
|
81
|
+
.h-screen.flex .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"] {
|
73
82
|
z-index: 1005;
|
74
83
|
margin-left: 123px;
|
75
84
|
overflow-y: scroll;
|
76
85
|
}
|
77
86
|
|
78
|
-
.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"] {
|
87
|
+
.h-screen.flex .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"] {
|
88
|
+
display: block;
|
89
|
+
visibility: visible;
|
90
|
+
opacity: 1;
|
79
91
|
position: relative;
|
80
|
-
|
81
|
-
margin-left: 123px;
|
92
|
+
overflow: visible;
|
82
93
|
overflow-y: scroll;
|
94
|
+
padding-right: 20px;
|
95
|
+
margin-left: 35px;
|
96
|
+
margin-top: -60px;
|
97
|
+
z-index: 1020;
|
83
98
|
}
|
84
99
|
|
85
100
|
.sidebar.close .sts-sidebar-menu-item:hover > [data-satis-sidebar-menu-item-target="submenu"]::-webkit-scrollbar {
|
data/lib/satis/version.rb
CHANGED