lesli_assets 1.0.4 → 1.0.6
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/config/lesli_assets_manifest.js +4 -0
- data/app/assets/javascripts/lesli_assets/calendar.js +12 -1
- data/app/assets/stylesheets/lesli_assets/templates/application.css +20516 -1
- data/app/assets/stylesheets/lesli_assets/templates/pdf.css +31 -0
- data/app/assets/stylesheets/lesli_assets/templates/public.css +18818 -1
- data/lib/lesli_assets/version.rb +2 -2
- data/lib/lesli_assets_js/calendar.js +14 -1
- data/lib/lesli_assets_styles/fonts/families.scss +2 -2
- data/lib/lesli_assets_styles/fonts/mdsymbols.scss +8 -3
- data/lib/lesli_assets_styles/fonts/remixicons.scss +3039 -3040
- data/lib/lesli_assets_styles/layouts/application-container.scss +16 -0
- data/lib/lesli_assets_styles/settings/variables.scss +12 -9
- data/lib/lesli_assets_styles/templates/application.scss +0 -2
- data/lib/lesli_assets_styles/templates/pdf.scss +3 -17
- data/lib/lesli_assets_styles/templates/public.scss +0 -1
- metadata +9 -20
- data/app/assets/stylesheets/lesli_assets/templates/component.css +0 -1
- data/app/assets/stylesheets/lesli_assets/templates/dashboards.css +0 -1
- data/app/assets/stylesheets/lesli_assets/templates/empty.css +0 -1
- data/app/assets/stylesheets/lesli_assets/templates/start.css +0 -1
- data/lib/lesli_assets_styles/templates/component.scss +0 -39
- data/lib/lesli_assets_styles/templates/dashboards.scss +0 -31
- data/lib/lesli_assets_styles/templates/empty.scss +0 -39
- data/lib/lesli_assets_styles/templates/start.scss +0 -53
@@ -30,7 +30,23 @@ Building a better future, one line of code at a time.
|
|
30
30
|
// ·
|
31
31
|
*/
|
32
32
|
|
33
|
+
|
34
|
+
// ·
|
35
|
+
@use "lesli-css" as lesli;
|
36
|
+
|
37
|
+
|
38
|
+
// ·
|
33
39
|
section.lesli-application-container,
|
34
40
|
turbo-frame.lesli-application-container {
|
35
41
|
padding: 1rem;
|
36
42
|
}
|
43
|
+
|
44
|
+
|
45
|
+
// ·
|
46
|
+
@include lesli.lesli-breakpoint-desktop {
|
47
|
+
section.lesli-application-container,
|
48
|
+
turbo-frame.lesli-application-container {
|
49
|
+
padding-left: 0rem;
|
50
|
+
padding-right: 0rem;
|
51
|
+
}
|
52
|
+
}
|
@@ -1,7 +1,7 @@
|
|
1
1
|
/*
|
2
2
|
Lesli
|
3
3
|
|
4
|
-
Copyright (c)
|
4
|
+
Copyright (c) 2025, Lesli Technologies, S. A.
|
5
5
|
|
6
6
|
This program is free software: you can redistribute it and/or modify
|
7
7
|
it under the terms of the GNU General Public License as published by
|
@@ -18,7 +18,7 @@ along with this program. If not, see http://www.gnu.org/licenses/.
|
|
18
18
|
|
19
19
|
Lesli · Ruby on Rails SaaS Development Framework.
|
20
20
|
|
21
|
-
Made with ♥ by
|
21
|
+
Made with ♥ by LesliTech
|
22
22
|
Building a better future, one line of code at a time.
|
23
23
|
|
24
24
|
@contact hello@lesli.tech
|
@@ -29,7 +29,10 @@ Building a better future, one line of code at a time.
|
|
29
29
|
// ·
|
30
30
|
*/
|
31
31
|
|
32
|
-
|
32
|
+
|
33
|
+
// ·
|
34
|
+
@use "lesli-css" as lesli;
|
35
|
+
|
33
36
|
|
34
37
|
// · Layout
|
35
38
|
$lesli-font-size: 16px !default;
|
@@ -50,7 +53,7 @@ $lesli-color-background: #f8f4f4 !default;
|
|
50
53
|
|
51
54
|
|
52
55
|
// · To understand more about customization go to:
|
53
|
-
// · https://www.lesli.dev/
|
56
|
+
// · https://www.lesli.dev/engines/lesli/theming/
|
54
57
|
|
55
58
|
|
56
59
|
|
@@ -102,7 +105,7 @@ $family-primary: "OpenSans", "Ubuntu", "Helvetica Neue", "Helvetica", "Arial", s
|
|
102
105
|
|
103
106
|
|
104
107
|
// Mobile Up to 768px
|
105
|
-
@include
|
108
|
+
@include lesli.lesli-breakpoint-mobile {
|
106
109
|
:root {
|
107
110
|
--lesli-sidebar-width: 50px;
|
108
111
|
}
|
@@ -110,7 +113,7 @@ $family-primary: "OpenSans", "Ubuntu", "Helvetica Neue", "Helvetica", "Arial", s
|
|
110
113
|
|
111
114
|
|
112
115
|
// Tablet Between 769px and 1023px
|
113
|
-
@include
|
116
|
+
@include lesli.lesli-breakpoint-tablet {
|
114
117
|
:root {
|
115
118
|
--lesli-sidebar-width: 100px;
|
116
119
|
}
|
@@ -118,7 +121,7 @@ $family-primary: "OpenSans", "Ubuntu", "Helvetica Neue", "Helvetica", "Arial", s
|
|
118
121
|
|
119
122
|
|
120
123
|
// Desktop Between 1024px and 1215px
|
121
|
-
@include
|
124
|
+
@include lesli.lesli-breakpoint-desktop {
|
122
125
|
:root {
|
123
126
|
--lesli-sidebar-width: 200px;
|
124
127
|
}
|
@@ -126,7 +129,7 @@ $family-primary: "OpenSans", "Ubuntu", "Helvetica Neue", "Helvetica", "Arial", s
|
|
126
129
|
|
127
130
|
|
128
131
|
// Widescreen Between 1216px and 1407px
|
129
|
-
@include
|
132
|
+
@include lesli.lesli-breakpoint-widescreen {
|
130
133
|
:root {
|
131
134
|
--lesli-sidebar-width: 225px;
|
132
135
|
}
|
@@ -134,7 +137,7 @@ $family-primary: "OpenSans", "Ubuntu", "Helvetica Neue", "Helvetica", "Arial", s
|
|
134
137
|
|
135
138
|
|
136
139
|
// Widescreen Between 1216px and 1407px
|
137
|
-
@include
|
140
|
+
@include lesli.lesli-breakpoint-fullhd {
|
138
141
|
:root {
|
139
142
|
--lesli-sidebar-width: 328px;
|
140
143
|
}
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
Lesli
|
4
4
|
|
5
|
-
Copyright (c)
|
5
|
+
Copyright (c) 2025, Lesli Technologies, S. A.
|
6
6
|
|
7
7
|
This program is free software: you can redistribute it and/or modify
|
8
8
|
it under the terms of the GNU General Public License as published by
|
@@ -17,9 +17,9 @@ GNU General Public License for more details.
|
|
17
17
|
You should have received a copy of the GNU General Public License
|
18
18
|
along with this program. If not, see http://www.gnu.org/licenses/.
|
19
19
|
|
20
|
-
Lesli · Ruby on Rails SaaS
|
20
|
+
Lesli · Ruby on Rails SaaS Development Framework.
|
21
21
|
|
22
|
-
Made with ♥ by
|
22
|
+
Made with ♥ by LesliTech
|
23
23
|
Building a better future, one line of code at a time.
|
24
24
|
|
25
25
|
@contact hello@lesli.tech
|
@@ -27,19 +27,5 @@ Building a better future, one line of code at a time.
|
|
27
27
|
@license GPLv3 http://www.gnu.org/licenses/gpl-3.0.en.html
|
28
28
|
|
29
29
|
// · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~
|
30
|
-
// ·
|
31
|
-
|
32
|
-
*/
|
33
|
-
|
34
|
-
|
35
30
|
// ·
|
36
|
-
//@import "lesli-css";
|
37
|
-
|
38
|
-
/*
|
39
|
-
// · Configuration & variables
|
40
|
-
@import "./lesli/settings/variables";
|
41
|
-
|
42
|
-
|
43
|
-
// · Load specific bulma components
|
44
|
-
@import "bulma/bulma.sass";
|
45
31
|
*/
|
metadata
CHANGED
@@ -1,19 +1,16 @@
|
|
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.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- The Lesli Development Team
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies: []
|
13
12
|
description: "LesliAssets provides shared frontend assets for the Lesli Framework,
|
14
|
-
\nincluding stylesheets, JavaScript, images, icons, and reusable
|
15
|
-
Designed to ensure consistent UI and simplify asset management \nacross all Lesli-based
|
16
|
-
applications and modules.\n"
|
13
|
+
\nincluding stylesheets, JavaScript, images, icons, and reusable view partials.\n"
|
17
14
|
email:
|
18
15
|
- hello@lesli.tech
|
19
16
|
executables: []
|
@@ -343,12 +340,8 @@ files:
|
|
343
340
|
- app/assets/javascripts/lesli_assets/application.js
|
344
341
|
- app/assets/javascripts/lesli_assets/calendar.js
|
345
342
|
- app/assets/stylesheets/lesli_assets/templates/application.css
|
346
|
-
- app/assets/stylesheets/lesli_assets/templates/component.css
|
347
|
-
- app/assets/stylesheets/lesli_assets/templates/dashboards.css
|
348
|
-
- app/assets/stylesheets/lesli_assets/templates/empty.css
|
349
343
|
- app/assets/stylesheets/lesli_assets/templates/pdf.css
|
350
344
|
- app/assets/stylesheets/lesli_assets/templates/public.css
|
351
|
-
- app/assets/stylesheets/lesli_assets/templates/start.css
|
352
345
|
- app/views/lesli_assets/partials/_application-lesli-icons-engines.html.erb
|
353
346
|
- app/views/lesli_assets/partials/_application-lesli-icons-flags.html.erb
|
354
347
|
- app/views/lesli_assets/partials/_application-lesli-icons-gems.html.erb
|
@@ -374,12 +367,8 @@ files:
|
|
374
367
|
- lib/lesli_assets_styles/settings/variables.scss
|
375
368
|
- lib/lesli_assets_styles/shared/workflow-status-progress.scss
|
376
369
|
- lib/lesli_assets_styles/templates/application.scss
|
377
|
-
- lib/lesli_assets_styles/templates/component.scss
|
378
|
-
- lib/lesli_assets_styles/templates/dashboards.scss
|
379
|
-
- lib/lesli_assets_styles/templates/empty.scss
|
380
370
|
- lib/lesli_assets_styles/templates/pdf.scss
|
381
371
|
- lib/lesli_assets_styles/templates/public.scss
|
382
|
-
- lib/lesli_assets_styles/templates/start.scss
|
383
372
|
- lib/lesli_assets_tailwind/tailwind.app.css
|
384
373
|
- lib/lesli_assets_tailwind/tailwind.config.js
|
385
374
|
- lib/lesli_assets_tailwind/tailwind.test.html
|
@@ -388,12 +377,13 @@ files:
|
|
388
377
|
- readme.md
|
389
378
|
homepage: https://www.lesli.dev/
|
390
379
|
licenses:
|
391
|
-
- GPL-3.0
|
380
|
+
- GPL-3.0-or-later
|
392
381
|
metadata:
|
393
382
|
homepage_uri: https://www.lesli.dev/
|
394
|
-
changelog_uri: https://github.com/LesliTech/LesliAssets
|
383
|
+
changelog_uri: https://github.com/LesliTech/LesliAssets/releases
|
395
384
|
source_code_uri: https://github.com/LesliTech/LesliAssets
|
396
|
-
|
385
|
+
bug_tracker_uri: https://github.com/LesliTech/LesliAssets/issues
|
386
|
+
documentation_uri: https://www.lesli.dev/gems/assets/
|
397
387
|
rdoc_options: []
|
398
388
|
require_paths:
|
399
389
|
- lib
|
@@ -401,15 +391,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
401
391
|
requirements:
|
402
392
|
- - ">="
|
403
393
|
- !ruby/object:Gem::Version
|
404
|
-
version: '
|
394
|
+
version: '3.2'
|
405
395
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
406
396
|
requirements:
|
407
397
|
- - ">="
|
408
398
|
- !ruby/object:Gem::Version
|
409
399
|
version: '0'
|
410
400
|
requirements: []
|
411
|
-
rubygems_version: 3.
|
412
|
-
signing_key:
|
401
|
+
rubygems_version: 3.7.1
|
413
402
|
specification_version: 4
|
414
403
|
summary: Shared Frontend Assets for The Lesli Framework
|
415
404
|
test_files: []
|
@@ -1 +0,0 @@
|
|
1
|
-
|
@@ -1 +0,0 @@
|
|
1
|
-
|
@@ -1 +0,0 @@
|
|
1
|
-
|