lesli_assets 1.0.1 → 1.0.2

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.
@@ -1,4 +1,4 @@
1
1
  module LesliAssets
2
- VERSION = "1.0.1"
3
- BUILD = "1752158466"
2
+ VERSION = "1.0.2"
3
+ BUILD = "1752495996"
4
4
  end
@@ -47,6 +47,13 @@ header.lesli-application-header {
47
47
  }
48
48
  }
49
49
 
50
+ .navbar-menu {
51
+ &.is-active {
52
+ z-index: 99;
53
+ position: relative;
54
+ }
55
+ }
56
+
50
57
  .navbar-item {
51
58
 
52
59
  .icon {
@@ -32,11 +32,11 @@ Building a better future, one line of code at a time.
32
32
 
33
33
  // · Import dependencies
34
34
  // · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~
35
- import dayjs from "dayjs"
36
- import Alpine from "alpinejs"
37
- import ApexCharts from "apexcharts"
38
- import debug from "lesli-js/debug/browser"
39
35
  import Trix from "trix";
36
+ import dayjs from "dayjs";
37
+ import Alpine from "alpinejs";
38
+ import ApexCharts from "apexcharts";
39
+ import debug from "lesli-js/debug/browser";
40
40
 
41
41
 
42
42
  // · Make libs globally available
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lesli_assets
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - The Lesli Development Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-07-10 00:00:00.000000000 Z
11
+ date: 2025-07-14 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: "LesliAssets provides shared frontend assets for the Lesli Framework,
14
14
  \nincluding stylesheets, JavaScript, images, icons, and reusable \nview partials.