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: 8f8f339fde4f3df1a30f222dd6241d44686a70f2fd12405ebfae3a8097755626
4
- data.tar.gz: 63e6bf82b02feff16583074efb7b0c954ecc8ac0e5407e57856cd04333ba3e1c
3
+ metadata.gz: b59e1d63bb796965a6fa1a5c5b15fea4736f5b3c6f5a9b64fae463a15a132f30
4
+ data.tar.gz: e1614cd0f71eea8a0a6dbad386b17253b601fd386d8cbc42739c65c507264001
5
5
  SHA512:
6
- metadata.gz: ec19723f6e4e952c7770355704015cac5eaad854ff634e5462aee2cb69972de4f65746c437fe00bfddb0542d8fd39bfa2e2af664f26b83d53f6767e7d27eaabe
7
- data.tar.gz: db3adf6852e21b32bbbb47f6cb0581910972f090fad5f49790db2783010d0e80011dff9cdb3d697b5637d2780efd3e7b5b18e0f887da90f69207c9cbfad5e359
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
- == title
10
+ = title
11
11
  - if description.present?
12
12
  p.mt-1.text-sm.text-gray-500.dark:text-gray-500
13
- == description
13
+ = description
14
14
 
15
15
  - if actions.present? || initial_actions.present?
16
16
  .ml-4.mt-4.flex-shrink-0
@@ -5,6 +5,7 @@
5
5
  flex-grow: 1;
6
6
  z-index: 1;
7
7
  position: relative;
8
+ background-color: #f3f3f4;
8
9
  }
9
10
 
10
11
  .topbar .arrow {
@@ -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 rounded-md bg-white dark:bg-gray-900;
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
@@ -1,3 +1,3 @@
1
1
  module Satis
2
- VERSION = "2.1.26"
2
+ VERSION = "2.1.28"
3
3
  end
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.26
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-02 00:00:00.000000000 Z
11
+ date: 2024-07-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: browser