docassemble.LITLabTheme 1.0.11__tar.gz

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.
Files changed (23) hide show
  1. docassemble_litlabtheme-1.0.11/LICENSE +21 -0
  2. docassemble_litlabtheme-1.0.11/MANIFEST.in +1 -0
  3. docassemble_litlabtheme-1.0.11/PKG-INFO +26 -0
  4. docassemble_litlabtheme-1.0.11/README.md +7 -0
  5. docassemble_litlabtheme-1.0.11/docassemble/LITLabTheme/__init__.py +1 -0
  6. docassemble_litlabtheme-1.0.11/docassemble/LITLabTheme/data/questions/main.yml +9 -0
  7. docassemble_litlabtheme-1.0.11/docassemble/LITLabTheme/data/questions/theme_test.yml +63 -0
  8. docassemble_litlabtheme-1.0.11/docassemble/LITLabTheme/data/sources/README.md +4 -0
  9. docassemble_litlabtheme-1.0.11/docassemble/LITLabTheme/data/static/README.md +4 -0
  10. docassemble_litlabtheme-1.0.11/docassemble/LITLabTheme/data/static/bootstrap-theme-vars.scss +28 -0
  11. docassemble_litlabtheme-1.0.11/docassemble/LITLabTheme/data/static/bootstrap-theme.css +11862 -0
  12. docassemble_litlabtheme-1.0.11/docassemble/LITLabTheme/data/static/custom.css +45 -0
  13. docassemble_litlabtheme-1.0.11/docassemble/LITLabTheme/data/static/dal-favicon.png +0 -0
  14. docassemble_litlabtheme-1.0.11/docassemble/LITLabTheme/data/static/variables.css +11 -0
  15. docassemble_litlabtheme-1.0.11/docassemble/LITLabTheme/data/templates/README.md +3 -0
  16. docassemble_litlabtheme-1.0.11/docassemble.LITLabTheme.egg-info/PKG-INFO +26 -0
  17. docassemble_litlabtheme-1.0.11/docassemble.LITLabTheme.egg-info/SOURCES.txt +22 -0
  18. docassemble_litlabtheme-1.0.11/docassemble.LITLabTheme.egg-info/dependency_links.txt +1 -0
  19. docassemble_litlabtheme-1.0.11/docassemble.LITLabTheme.egg-info/not-zip-safe +1 -0
  20. docassemble_litlabtheme-1.0.11/docassemble.LITLabTheme.egg-info/top_level.txt +2 -0
  21. docassemble_litlabtheme-1.0.11/pyproject.toml +3 -0
  22. docassemble_litlabtheme-1.0.11/setup.cfg +7 -0
  23. docassemble_litlabtheme-1.0.11/setup.py +59 -0
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2025 Suffolk LIT Lab
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1 @@
1
+ include README.md
@@ -0,0 +1,26 @@
1
+ Metadata-Version: 2.4
2
+ Name: docassemble.LITLabTheme
3
+ Version: 1.0.11
4
+ Summary: Customizations for Suffolk LIT Lab interviews.
5
+ Home-page: https://courtformsonline.org
6
+ Author: Suffolk LIT Lab
7
+ Author-email: litlab@suffolk.edu
8
+ License: The MIT License (MIT)
9
+ Description-Content-Type: text/markdown
10
+ License-File: LICENSE
11
+ Dynamic: author
12
+ Dynamic: author-email
13
+ Dynamic: description
14
+ Dynamic: description-content-type
15
+ Dynamic: home-page
16
+ Dynamic: license
17
+ Dynamic: license-file
18
+ Dynamic: summary
19
+
20
+ # docassemble.LITLabTheme
21
+
22
+ A Bootstrap theme and other visual customizations for Suffolk LIT Lab interviews.
23
+
24
+ ## Author
25
+
26
+ Suffolk LIT Lab, litlab@suffolk.edu
@@ -0,0 +1,7 @@
1
+ # docassemble.LITLabTheme
2
+
3
+ A Bootstrap theme and other visual customizations for Suffolk LIT Lab interviews.
4
+
5
+ ## Author
6
+
7
+ Suffolk LIT Lab, litlab@suffolk.edu
@@ -0,0 +1 @@
1
+ __version__ = '1.0.11'
@@ -0,0 +1,9 @@
1
+ ---
2
+ features:
3
+ bootstrap theme: bootstrap-theme.css
4
+ css:
5
+ - variables.css
6
+ - custom.css
7
+ ---
8
+ objects:
9
+ - al_logo: DAStaticFile.using(filename="dal-favicon.png")
@@ -0,0 +1,63 @@
1
+ ---
2
+ include:
3
+ - docassemble.AssemblyLine:assembly_line.yml
4
+ - main.yml
5
+ ---
6
+ features:
7
+ navigation: True
8
+ progress bar: True
9
+ question help button: True
10
+ ---
11
+ metadata:
12
+ title: |
13
+ LIT Lab theme test
14
+ ---
15
+ sections:
16
+ - Introduction
17
+ - About you:
18
+ - Contact info
19
+ - Demographics
20
+ - Preferences
21
+ - Conclusion
22
+ ---
23
+ ### Interview order ###
24
+ mandatory: true
25
+ code:
26
+ text_field
27
+ ---
28
+ question: Theme test
29
+ fields:
30
+ - Text field: text_field
31
+ - no label: no_label
32
+ - Textarea: textarea
33
+ input type: area
34
+ - Label above textarea: label_above_textarea
35
+ input type: area
36
+ label above field: True
37
+ - Date field: date_field
38
+ datatype: date
39
+ - Checkboxes: checkboxes
40
+ choices:
41
+ - Choice 1
42
+ - Choice 2
43
+ - Choice 3
44
+ datatype: checkboxes
45
+ - Radio buttons: radio
46
+ datatype: yesnoradio
47
+ - Dropdown: dropdown
48
+ choices:
49
+ - Choice 1
50
+ - Choice 2
51
+ - Choice 3
52
+ input type: dropdown
53
+ - File upload: file_upload
54
+ datatype: file
55
+ - Range: range
56
+ datatype: range
57
+ min: 1
58
+ max: 10
59
+ - Currency: currency
60
+ datatype: currency
61
+ section: About you
62
+ help: True
63
+ ---
@@ -0,0 +1,4 @@
1
+ # Sources directory
2
+
3
+ This directory is used to store word translation files,
4
+ machine learning training files, and other source files.
@@ -0,0 +1,4 @@
1
+ # Static file directory
2
+
3
+ If you want to make files available in the web app, put them in
4
+ this directory.
@@ -0,0 +1,28 @@
1
+ $blue: #15284b;
2
+ $indigo: #2c5697;
3
+ $purple: #6d2077;
4
+ $pink: #c63663;
5
+ $red: #ee2737;
6
+ $orange: #fdb924;
7
+ $yellow: #fbd872;
8
+ $green: #f0b323;
9
+ $teal: #40c1ac;
10
+ $cyan: #4e87a0;
11
+ $primary: #15284b;
12
+ $secondary: #6c757d;
13
+
14
+ $border-width: 2px;
15
+ $border-radius: 0;
16
+ $border-radius-lg: 0;
17
+ $border-radius-sm: 0;
18
+
19
+ $badge-pill-border-radius: 9999px;
20
+
21
+ $btn-border-radius: 9999px;
22
+ $btn-border-radius-lg: $btn-border-radius;
23
+ $btn-border-radius-sm: $btn-border-radius;
24
+
25
+ $progress-border-radius: 9999px;
26
+
27
+ $nav-pills-border-radius: $btn-border-radius;
28
+ $nav-pills-link-active-bg: $primary;