lesli_assets 1.0.0 → 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.0"
3
- BUILD = "1751159092"
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
data/readme.md CHANGED
@@ -1,13 +1,12 @@
1
-
2
- <div align="center">
3
- <img width="100" alt="LesliAssets logo" src="./app/assets/images/assets-logo.svg" />
1
+ <div align="center" class="documentation-header">
2
+ <img width="100" alt="LesliAssets logo" src="./docs/images/assets-logo.svg" />
4
3
  <h3 align="center">Shared Frontend Assets for The Lesli Framework.</h3>
5
4
  </div>
6
5
 
7
6
  <br />
8
7
  <hr/>
9
8
 
10
- <p align="center" class="is-flex is-justify-content-center">
9
+ <div align="center" class="documentation-statics">
11
10
  <a target="blank" href="https://rubygems.org/gems/lesli">
12
11
  <img height="22" alt="Gem Version" src="https://badge.fury.io/rb/lesli.svg"/>
13
12
  </a>
@@ -17,29 +16,35 @@
17
16
  <a href="https://codecov.io/github/LesliTech/LesliBabel">
18
17
  <img height="22" src="https://sonarcloud.io/api/project_badges/measure?project=LesliTech_LesliBabel&metric=sqale_rating"/>
19
18
  </a>
20
- </p>
19
+ </div>
21
20
 
22
21
  <hr/>
23
22
  <br />
24
23
 
24
+
25
25
  ### Quick start
26
26
 
27
27
  ```shell
28
- # Add LesliAdmin engine gem
28
+ # Add LesliAssets gem
29
29
  bundle add lesli_assets
30
30
  ```
31
31
 
32
+
32
33
  ### Documentation
34
+ - **Components:**
35
+ - [Header](https://www.lesli.dev/gems/view/component-header)
36
+
37
+
38
+ ### Lesli Documentation
33
39
  * [website](https://www.lesli.dev/)
34
- * [database](./docs/database.md)
35
- * [documentation](https://www.lesli.dev/gems/assets/)
40
+ * [documentation](https://www.lesli.dev/gems/view/)
36
41
 
37
42
 
38
43
  ### Get in touch with Lesli
39
44
 
40
45
  * [Email: hello@lesli.tech](hello@lesli.tech)
41
- * [Twitter: @LesliTech](https://twitter.com/LesliTech)
42
46
  * [Website: https://www.lesli.tech](https://www.lesli.tech)
47
+ * [Twitter: @LesliTech](https://twitter.com/LesliTech)
43
48
 
44
49
 
45
50
  ### License
@@ -62,7 +67,7 @@ along with this program. If not, see http://www.gnu.org/licenses/.
62
67
  <hr />
63
68
  <br />
64
69
 
65
- <p align="center">
70
+ <div align="center" class="has-text-centered">
66
71
  <img width="200" alt="Lesli logo" src="https://cdn.lesli.tech/lesli/brand/app-logo.svg" />
67
- <h4 align="center">Ruby on Rails SaaS Development Framework.</h4>
68
- </p>
72
+ <h4 align="center" class="mt-0">Ruby on Rails SaaS Development Framework.</h4>
73
+ </div>
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.0
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-06-29 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.