lesli_assets 1.0.2 → 1.0.3
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 +4 -4
- data/app/assets/javascripts/lesli_assets/application.js +1041 -19526
- data/app/assets/javascripts/lesli_assets/calendar.js +1 -9684
- data/app/assets/stylesheets/lesli_assets/templates/application.css +1 -1
- data/app/assets/stylesheets/lesli_assets/templates/public.css +1 -1
- data/app/assets/stylesheets/lesli_assets/templates/start.css +1 -1
- data/lib/lesli_assets/version.rb +2 -2
- data/lib/lesli_assets_css/fonts/mdicons.scss +1 -1
- data/lib/lesli_assets_css/layouts/application-navigation.scss +0 -4
- data/lib/lesli_assets_css/templates/application.scss +1 -0
- metadata +2 -2
data/lib/lesli_assets/version.rb
CHANGED
@@ -47,7 +47,7 @@ Building a better future, one line of code at a time.
|
|
47
47
|
font-style: normal;
|
48
48
|
font-size: 20px; /* Preferred icon size */
|
49
49
|
display: inline-block;
|
50
|
-
line-height: 1;
|
50
|
+
//line-height: 1;
|
51
51
|
text-transform: none;
|
52
52
|
letter-spacing: normal;
|
53
53
|
word-wrap: normal;
|
@@ -49,6 +49,7 @@ Building a better future, one line of code at a time.
|
|
49
49
|
@use "LesliView/lib/lesli_view/components/toolbar";
|
50
50
|
@use "LesliView/lib/lesli_view/components/header";
|
51
51
|
@use "LesliView/lib/lesli_view/components/panel";
|
52
|
+
@use "LesliView/lib/lesli_view/components/tabs";
|
52
53
|
@use "LesliView/lib/lesli_view/elements/avatar";
|
53
54
|
@use "LesliView/lib/lesli_view/elements/table";
|
54
55
|
@use "LesliView/lib/lesli_view/forms/form";
|
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.
|
4
|
+
version: 1.0.3
|
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-
|
11
|
+
date: 2025-07-15 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.
|