satis 2.1.58 → 2.1.59

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: 271abfe1c1f9e7d4977ab25ece6471d65de545c5984800d9a4ca309c03ef8d4e
4
- data.tar.gz: 1d083b8fffb2fc6580797301943465b9e463f25113f82a15e6c14b9858e4fbc2
3
+ metadata.gz: a368acef4349c5b5a184cb72f89358f9f9e75f24bd90de4ea72af051de2acb64
4
+ data.tar.gz: c0dd0dbdc9e29ddd712b1cfdc4a496e0740ce19ffe8a1db414d9898ae4aefaa4
5
5
  SHA512:
6
- metadata.gz: e3e32d30f903c87179dd0504a827a39f4de9f92ce97b442d59c12b4bf6618b4e065619d61c4e0776c1aed09a676852b3bee67af9f38bec776c682b697d88a9dd
7
- data.tar.gz: ad916009965a09484169136ccecd2fc5e636c8bc60f2c193c6d055e5e1179f0634f8e5d149bae86e19af2257fcee83b1814b2ce95f912d75f387370e199aa65b
6
+ metadata.gz: da89648a391ea4c44469010366ff6218d12e9c2228473f0ddc828a0d9690c099ca7c42f6aff96607faa0b0ae27aca8eecea01e046b99f9daecd807374eb1dee0
7
+ data.tar.gz: 812f0521e6438eacac5e042b28690d9da2e1038b64ef2965086089cbf6f60698b424af3ef465d0db3005e2846eaeffe5efd64da57152db1f0d180100712419c3
@@ -1,19 +1,15 @@
1
1
  .h-screen.flex .sidebar {
2
2
  @apply dark:bg-gray-700 bg-white;
3
3
  width: 260px;
4
- height: 90%;
4
+ height: calc(100% - 4rem);
5
5
  top: 0;
6
6
  left: 0;
7
- margin-top: 5rem;
7
+ margin-top: 4rem;
8
8
  position: absolute;
9
9
  overflow: visible;
10
10
  overflow-y: scroll;
11
11
  scrollbar-width: none;
12
- border-top-right-radius: 8px;
13
- border-top-left-radius: 8px;
14
- border-bottom-right-radius: 8px;
15
12
  z-index: 999;
16
- box-shadow: 5px 0 5px -5px rgba(31, 38, 135, 0.37);
17
13
  transition: backdrop-filter 0.3s ease-in-out, transform 0.3s ease-in-out;
18
14
 
19
15
  }
@@ -32,8 +28,8 @@
32
28
  overflow: visible;
33
29
  top: 0;
34
30
  left: 0;
35
- height: 90%;
36
- margin-top: 5rem;
31
+ height: calc(100% - 4rem);
32
+ margin-top: 4rem;
37
33
  width: 60px;
38
34
  z-index: 999;
39
35
  scrollbar-width: none;
@@ -45,7 +41,7 @@
45
41
 
46
42
 
47
43
  .h-screen.flex .topbar {
48
- @apply bg-white dark:bg-gray-800 drop-shadow-md;
44
+ @apply bg-white dark:bg-gray-800;
49
45
  height: 4rem;
50
46
  display: flex;
51
47
  max-width: 100%;
@@ -53,8 +49,6 @@
53
49
  margin-left: 0;
54
50
  position: relative;
55
51
  z-index: 10000;
56
- border-bottom-left-radius: 8px;
57
- border-bottom-right-radius: 8px;
58
52
  transition: backdrop-filter 0.3s ease-in-out, transform 0.3s ease-in-out;
59
53
  }
60
54
 
@@ -2,7 +2,7 @@
2
2
  - @menu.items.each do |item|
3
3
  = render Satis::SidebarMenuItem::Component.new(item: item, menu_options: menu_options)
4
4
  .arrow
5
- .fa-solid.fa-arrow-right-to-bracket
5
+ .fa-light.fa-arrow-right-long-to-line
6
6
  = footer
7
7
 
8
8
 
data/lib/satis/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Satis
2
- VERSION = "2.1.58"
2
+ VERSION = "2.1.59"
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.58
4
+ version: 2.1.59
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: 2025-02-17 00:00:00.000000000 Z
11
+ date: 2025-03-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: browser