django-spire 0.16.10__py3-none-any.whl → 0.16.12__py3-none-any.whl
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.
- django_spire/ai/chat/templates/django_spire/ai/chat/dropdown/ellipsis_dropdown.html +2 -2
- django_spire/ai/chat/templates/django_spire/ai/chat/widget/search_chat_widget.html +1 -1
- django_spire/auth/group/templates/django_spire/auth/group/element/group_perm_element.html +50 -32
- django_spire/auth/group/templates/django_spire/auth/group/element/group_special_role_element.html +51 -34
- django_spire/auth/templates/django_spire/auth/page/login_page.html +8 -9
- django_spire/auth/templates/django_spire/auth/page/logout_page.html +1 -1
- django_spire/auth/templates/django_spire/auth/page/password_set_form_page.html +1 -1
- django_spire/comment/templates/django_spire/comment/element/comment_button_element.html +4 -4
- django_spire/comment/templates/django_spire/comment/element/comment_textarea_element.html +1 -1
- django_spire/comment/templates/django_spire/comment/widget/tagging_widget.html +1 -1
- django_spire/consts.py +1 -1
- django_spire/contrib/form/templates/django_spire/contrib/form/button/form_submit_button.html +1 -1
- django_spire/contrib/help/templates/django_spire/contrib/help/help_modal.html +2 -2
- django_spire/core/context_processors.py +0 -3
- django_spire/core/static/django_spire/css/app-default.css +1 -0
- django_spire/core/static/django_spire/css/bootstrap-extension.css +15 -0
- django_spire/core/templates/django_spire/badge/accent_badge.html +1 -1
- django_spire/core/templates/django_spire/badge/primary_badge.html +1 -1
- django_spire/core/templates/django_spire/badge/secondary_badge.html +1 -1
- django_spire/core/templates/django_spire/badge/warning_badge.html +1 -1
- django_spire/core/templates/django_spire/card/delete_confirmation_form_card.html +1 -1
- django_spire/core/templates/django_spire/card/title_card.html +1 -2
- django_spire/core/templates/django_spire/dropdown/dropdown.html +1 -1
- django_spire/core/templates/django_spire/dropdown/element/dropdown_link_element.html +16 -16
- django_spire/core/templates/django_spire/dropdown/element/ellipsis_dropdown_modal_link_element.html +11 -8
- django_spire/core/templates/django_spire/filtering/form/base_session_filter_form.html +2 -2
- django_spire/core/templates/django_spire/modal/content/dispatch_modal_delete_confirmation_content.html +1 -1
- django_spire/core/templates/django_spire/navigation/accordion/nav_accordion.html +0 -1
- django_spire/core/templates/django_spire/navigation/top_navigation.html +13 -0
- django_spire/core/templates/django_spire/page/center_card_page.html +1 -1
- django_spire/core/templates/django_spire/wizard/wizard.html +4 -4
- django_spire/file/apps.py +13 -0
- django_spire/file/interfaces.py +42 -9
- django_spire/help_desk/apps.py +8 -0
- django_spire/help_desk/auth/__init__.py +0 -0
- django_spire/help_desk/auth/controller.py +15 -0
- django_spire/help_desk/templates/django_spire/help_desk/card/ticket_detail_card.html +3 -9
- django_spire/help_desk/templates/django_spire/help_desk/card/ticket_list_card.html +9 -10
- django_spire/help_desk/templates/django_spire/help_desk/element/icon.html +3 -0
- django_spire/help_desk/templates/django_spire/help_desk/form/ticket_form.html +1 -1
- django_spire/help_desk/templates/django_spire/help_desk/item/ticket_item.html +33 -32
- django_spire/help_desk/views/form_views.py +3 -3
- django_spire/help_desk/views/page_views.py +4 -5
- django_spire/knowledge/entry/services/automation_service.py +2 -4
- django_spire/knowledge/entry/services/factory_service.py +1 -2
- django_spire/knowledge/entry/services/tool_service.py +1 -2
- django_spire/knowledge/entry/version/converters/docx_converter.py +1 -1
- django_spire/knowledge/entry/version/converters/markdown_converter.py +2 -1
- django_spire/knowledge/entry/views/form_views.py +4 -2
- django_spire/knowledge/entry/views/json_views.py +1 -1
- django_spire/knowledge/templates/django_spire/knowledge/collection/card/context_menu_card.html +5 -5
- django_spire/knowledge/templates/django_spire/knowledge/entry/card/context_menu_card.html +5 -5
- django_spire/knowledge/templates/django_spire/knowledge/entry/version/block/dropdown/add_dropdown.html +1 -0
- django_spire/notification/app/templates/django_spire/notification/app/dropdown/notification_dropdown.html +1 -1
- django_spire/notification/app/templates/django_spire/notification/app/dropdown/notification_dropdown_content.html +6 -3
- django_spire/settings.py +1 -0
- django_spire/theme/templates/django_spire/theme/card/colors_preview_card.html +9 -9
- django_spire/theme/templates/django_spire/theme/card/example_preview_card.html +2 -2
- django_spire/theme/templates/django_spire/theme/card/preview_card.html +6 -6
- django_spire/theme/templates/django_spire/theme/example/item/example_item.html +2 -2
- django_spire/theme/templates/django_spire/theme/section/badge_section.html +4 -4
- django_spire/theme/templates/django_spire/theme/section/color_section.html +32 -32
- {django_spire-0.16.10.dist-info → django_spire-0.16.12.dist-info}/METADATA +5 -1
- {django_spire-0.16.10.dist-info → django_spire-0.16.12.dist-info}/RECORD +67 -65
- django_spire/knowledge/entry/tests/constants.py +0 -1
- {django_spire-0.16.10.dist-info → django_spire-0.16.12.dist-info}/WHEEL +0 -0
- {django_spire-0.16.10.dist-info → django_spire-0.16.12.dist-info}/licenses/LICENSE.md +0 -0
- {django_spire-0.16.10.dist-info → django_spire-0.16.12.dist-info}/top_level.txt +0 -0
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
|
|
9
9
|
{% block card_button %}
|
|
10
10
|
{% if card_link %}
|
|
11
|
-
<a href="{{ card_link }}" class="btn btn-sm btn-primary">
|
|
11
|
+
<a href="{{ card_link }}" class="btn btn-sm btn-app-primary">
|
|
12
12
|
<i class="bi bi-eye me-1"></i> View Full Preview
|
|
13
13
|
</a>
|
|
14
14
|
{% endif %}
|
|
@@ -19,17 +19,17 @@
|
|
|
19
19
|
{% if card_icon %}
|
|
20
20
|
<i class="{{ card_icon }} fs-1 mb-3 text-app-{{ card_color|default:"primary" }}"></i>
|
|
21
21
|
{% endif %}
|
|
22
|
-
|
|
22
|
+
|
|
23
23
|
<h5 class="mb-3">{{ card_subtitle|default:"" }}</h5>
|
|
24
|
-
|
|
24
|
+
|
|
25
25
|
<div class="mb-3">
|
|
26
26
|
{{ card_description|default:"" }}
|
|
27
27
|
</div>
|
|
28
|
-
|
|
28
|
+
|
|
29
29
|
{% if card_preview_content %}
|
|
30
|
-
<div class="preview-sample border p-3 rounded
|
|
30
|
+
<div class="preview-sample border p-3 rounded">
|
|
31
31
|
{{ card_preview_content }}
|
|
32
32
|
</div>
|
|
33
33
|
{% endif %}
|
|
34
34
|
</div>
|
|
35
|
-
{% endblock %}
|
|
35
|
+
{% endblock %}
|
|
@@ -16,10 +16,10 @@
|
|
|
16
16
|
</div>
|
|
17
17
|
<div class="col-2 text-center">
|
|
18
18
|
{% include 'django_spire/element/attribute_element.html' with attribute_title='Dropdown' %}
|
|
19
|
-
{% include 'django_spire/dropdown/ellipsis_dropdown.html' with view_url='#' edit_url='#' delete_url='#' %}
|
|
19
|
+
{% include 'django_spire/dropdown/ellipsis_dropdown.html' with view_url='#' edit_url='#' delete_url='#' link_css='text-start' %}
|
|
20
20
|
</div>
|
|
21
21
|
<div class="col-1 text-center">
|
|
22
22
|
{% include 'django_spire/element/attribute_element.html' with attribute_title='Modal' %}
|
|
23
|
-
{% include 'django_spire/dropdown/ellipsis_modal_dropdown.html' with view_url='#' edit_url='#' delete_url='#' %}
|
|
23
|
+
{% include 'django_spire/dropdown/ellipsis_modal_dropdown.html' with view_url='#' edit_url='#' delete_url='#' link_css='text-start' %}
|
|
24
24
|
</div>
|
|
25
25
|
{% endblock %}
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
<span class="badge bg-app-primary rounded-0">Square Badge</span>
|
|
32
32
|
<span class="badge bg-app-secondary rounded-1">Slightly Rounded</span>
|
|
33
33
|
<span class="badge bg-app-success rounded">Default Rounded</span>
|
|
34
|
-
<span class="badge bg-app-warning rounded-pill
|
|
34
|
+
<span class="badge bg-app-warning rounded-pill">Pill Badge</span>
|
|
35
35
|
</div>
|
|
36
36
|
</div>
|
|
37
37
|
</div>
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
<h5>Badge with Icons</h5>
|
|
41
41
|
<div class="mb-3">
|
|
42
42
|
<span class="badge bg-app-primary"><i class="bi bi-check me-1"></i>Completed</span>
|
|
43
|
-
<span class="badge bg-app-warning
|
|
43
|
+
<span class="badge bg-app-warning"><i class="bi bi-clock me-1"></i>Pending</span>
|
|
44
44
|
<span class="badge bg-app-danger"><i class="bi bi-x-circle me-1"></i>Failed</span>
|
|
45
45
|
</div>
|
|
46
46
|
</div>
|
|
@@ -49,8 +49,8 @@
|
|
|
49
49
|
<div class="mb-3">
|
|
50
50
|
<h6>Status Indicators <span class="badge bg-app-success">Active</span></h6>
|
|
51
51
|
<p>Notification <span class="badge bg-app-danger rounded-pill">New</span></p>
|
|
52
|
-
<button type="button" class="btn btn-primary">
|
|
53
|
-
Messages <span class="badge
|
|
52
|
+
<button type="button" class="btn btn-app-primary">
|
|
53
|
+
Messages <span class="badge">4</span>
|
|
54
54
|
</button>
|
|
55
55
|
</div>
|
|
56
56
|
</div>
|
|
@@ -4,20 +4,20 @@
|
|
|
4
4
|
<div class="col-4">
|
|
5
5
|
<h5>Primary Colors</h5>
|
|
6
6
|
<div class="mb-3 p-3 bg-app-primary">--app-primary</div>
|
|
7
|
-
<div class="mb-3 p-3 bg-app-primary-soft
|
|
8
|
-
<div class="mb-3 p-3 bg-app-primary-dark
|
|
7
|
+
<div class="mb-3 p-3 bg-app-primary-soft">--app-primary-soft</div>
|
|
8
|
+
<div class="mb-3 p-3 bg-app-primary-dark">--app-primary-dark</div>
|
|
9
9
|
</div>
|
|
10
10
|
<div class="col-4">
|
|
11
11
|
<h5>Secondary Colors</h5>
|
|
12
12
|
<div class="mb-3 p-3 bg-app-secondary">--app-secondary</div>
|
|
13
|
-
<div class="mb-3 p-3 bg-app-secondary-soft
|
|
14
|
-
<div class="mb-3 p-3 bg-app-secondary-dark
|
|
13
|
+
<div class="mb-3 p-3 bg-app-secondary-soft">--app-secondary-soft</div>
|
|
14
|
+
<div class="mb-3 p-3 bg-app-secondary-dark">--app-secondary-dark</div>
|
|
15
15
|
</div>
|
|
16
16
|
<div class="col-4">
|
|
17
17
|
<h5>Accent Colors</h5>
|
|
18
18
|
<div class="mb-3 p-3 bg-app-accent">--app-accent</div>
|
|
19
|
-
<div class="mb-3 p-3 bg-app-accent-soft
|
|
20
|
-
<div class="mb-3 p-3 bg-app-accent-dark
|
|
19
|
+
<div class="mb-3 p-3 bg-app-accent-soft">--app-accent-soft</div>
|
|
20
|
+
<div class="mb-3 p-3 bg-app-accent-dark">--app-accent-dark</div>
|
|
21
21
|
</div>
|
|
22
22
|
</div>
|
|
23
23
|
|
|
@@ -25,20 +25,20 @@
|
|
|
25
25
|
<div class="col-4">
|
|
26
26
|
<h5>Success Colors</h5>
|
|
27
27
|
<div class="mb-3 p-3 bg-app-success">--app-success</div>
|
|
28
|
-
<div class="mb-3 p-3 bg-app-success-soft
|
|
29
|
-
<div class="mb-3 p-3 bg-app-success-dark
|
|
28
|
+
<div class="mb-3 p-3 bg-app-success-soft">--app-success-soft</div>
|
|
29
|
+
<div class="mb-3 p-3 bg-app-success-dark">--app-success-dark</div>
|
|
30
30
|
</div>
|
|
31
31
|
<div class="col-4">
|
|
32
32
|
<h5>Warning Colors</h5>
|
|
33
|
-
<div class="mb-3 p-3 bg-app-warning
|
|
34
|
-
<div class="mb-3 p-3 bg-app-warning-soft
|
|
35
|
-
<div class="mb-3 p-3 bg-app-warning-dark
|
|
33
|
+
<div class="mb-3 p-3 bg-app-warning">--app-warning</div>
|
|
34
|
+
<div class="mb-3 p-3 bg-app-warning-soft">--app-warning-soft</div>
|
|
35
|
+
<div class="mb-3 p-3 bg-app-warning-dark">--app-warning-dark</div>
|
|
36
36
|
</div>
|
|
37
37
|
<div class="col-4">
|
|
38
38
|
<h5>Danger Colors</h5>
|
|
39
|
-
<div class="mb-3 p-3 bg-app-danger
|
|
40
|
-
<div class="mb-3 p-3 bg-app-danger-soft
|
|
41
|
-
<div class="mb-3 p-3 bg-app-danger-dark
|
|
39
|
+
<div class="mb-3 p-3 bg-app-danger">--app-danger</div>
|
|
40
|
+
<div class="mb-3 p-3 bg-app-danger-soft">--app-danger-soft</div>
|
|
41
|
+
<div class="mb-3 p-3 bg-app-danger-dark">--app-danger-dark</div>
|
|
42
42
|
</div>
|
|
43
43
|
</div>
|
|
44
44
|
|
|
@@ -79,68 +79,68 @@
|
|
|
79
79
|
<h5>Complete Color Palette</h5>
|
|
80
80
|
<div class="d-flex flex-wrap">
|
|
81
81
|
<!-- Primary Colors -->
|
|
82
|
-
<div class="p-3 d-flex align-items-center justify-content-center bg-app-primary
|
|
82
|
+
<div class="p-3 d-flex align-items-center justify-content-center bg-app-primary"
|
|
83
83
|
style="width: 80px; height: 80px; text-align: center; font-size: 10px;">Primary
|
|
84
84
|
</div>
|
|
85
|
-
<div class="p-3 d-flex align-items-center justify-content-center bg-app-primary-soft
|
|
85
|
+
<div class="p-3 d-flex align-items-center justify-content-center bg-app-primary-soft"
|
|
86
86
|
style="width: 80px; height: 80px; text-align: center; font-size: 10px;">Primary Soft
|
|
87
87
|
</div>
|
|
88
|
-
<div class="p-3 d-flex align-items-center justify-content-center bg-app-primary-dark
|
|
88
|
+
<div class="p-3 d-flex align-items-center justify-content-center bg-app-primary-dark"
|
|
89
89
|
style="width: 80px; height: 80px; text-align: center; font-size: 10px;">Primary Dark
|
|
90
90
|
</div>
|
|
91
91
|
|
|
92
92
|
<!-- Secondary Colors -->
|
|
93
|
-
<div class="p-3 d-flex align-items-center justify-content-center bg-app-secondary
|
|
93
|
+
<div class="p-3 d-flex align-items-center justify-content-center bg-app-secondary"
|
|
94
94
|
style="width: 80px; height: 80px; text-align: center; font-size: 10px;">Secondary
|
|
95
95
|
</div>
|
|
96
|
-
<div class="p-3 d-flex align-items-center justify-content-center bg-app-secondary-soft
|
|
96
|
+
<div class="p-3 d-flex align-items-center justify-content-center bg-app-secondary-soft"
|
|
97
97
|
style="width: 80px; height: 80px; text-align: center; font-size: 10px;">Secondary Soft
|
|
98
98
|
</div>
|
|
99
|
-
<div class="p-3 d-flex align-items-center justify-content-center bg-app-secondary-dark
|
|
99
|
+
<div class="p-3 d-flex align-items-center justify-content-center bg-app-secondary-dark"
|
|
100
100
|
style="width: 80px; height: 80px; text-align: center; font-size: 10px;">Secondary Dark
|
|
101
101
|
</div>
|
|
102
102
|
|
|
103
103
|
<!-- Accent Colors -->
|
|
104
|
-
<div class="p-3 d-flex align-items-center justify-content-center bg-app-accent
|
|
104
|
+
<div class="p-3 d-flex align-items-center justify-content-center bg-app-accent"
|
|
105
105
|
style="width: 80px; height: 80px; text-align: center; font-size: 10px;">Accent
|
|
106
106
|
</div>
|
|
107
|
-
<div class="p-3 d-flex align-items-center justify-content-center bg-app-accent-soft
|
|
107
|
+
<div class="p-3 d-flex align-items-center justify-content-center bg-app-accent-soft"
|
|
108
108
|
style="width: 80px; height: 80px; text-align: center; font-size: 10px;">Accent Soft
|
|
109
109
|
</div>
|
|
110
|
-
<div class="p-3 d-flex align-items-center justify-content-center bg-app-accent-dark
|
|
110
|
+
<div class="p-3 d-flex align-items-center justify-content-center bg-app-accent-dark"
|
|
111
111
|
style="width: 80px; height: 80px; text-align: center; font-size: 10px;">Accent Dark
|
|
112
112
|
</div>
|
|
113
113
|
|
|
114
114
|
<!-- Success Colors -->
|
|
115
|
-
<div class="p-3 d-flex align-items-center justify-content-center bg-app-success
|
|
115
|
+
<div class="p-3 d-flex align-items-center justify-content-center bg-app-success"
|
|
116
116
|
style="width: 80px; height: 80px; text-align: center; font-size: 10px;">Success
|
|
117
117
|
</div>
|
|
118
|
-
<div class="p-3 d-flex align-items-center justify-content-center bg-app-success-soft
|
|
118
|
+
<div class="p-3 d-flex align-items-center justify-content-center bg-app-success-soft"
|
|
119
119
|
style="width: 80px; height: 80px; text-align: center; font-size: 10px;">Success Soft
|
|
120
120
|
</div>
|
|
121
|
-
<div class="p-3 d-flex align-items-center justify-content-center bg-app-success-dark
|
|
121
|
+
<div class="p-3 d-flex align-items-center justify-content-center bg-app-success-dark"
|
|
122
122
|
style="width: 80px; height: 80px; text-align: center; font-size: 10px;">Success Dark
|
|
123
123
|
</div>
|
|
124
124
|
|
|
125
125
|
<!-- Warning Colors -->
|
|
126
|
-
<div class="p-3 d-flex align-items-center justify-content-center bg-app-warning
|
|
126
|
+
<div class="p-3 d-flex align-items-center justify-content-center bg-app-warning"
|
|
127
127
|
style="width: 80px; height: 80px; text-align: center; font-size: 10px;">Warning
|
|
128
128
|
</div>
|
|
129
|
-
<div class="p-3 d-flex align-items-center justify-content-center bg-app-warning-soft
|
|
129
|
+
<div class="p-3 d-flex align-items-center justify-content-center bg-app-warning-soft"
|
|
130
130
|
style="width: 80px; height: 80px; text-align: center; font-size: 10px;">Warning Soft
|
|
131
131
|
</div>
|
|
132
|
-
<div class="p-3 d-flex align-items-center justify-content-center bg-app-warning-dark
|
|
132
|
+
<div class="p-3 d-flex align-items-center justify-content-center bg-app-warning-dark"
|
|
133
133
|
style="width: 80px; height: 80px; text-align: center; font-size: 10px;">Warning Dark
|
|
134
134
|
</div>
|
|
135
135
|
|
|
136
136
|
<!-- Danger Colors -->
|
|
137
|
-
<div class="p-3 d-flex align-items-center justify-content-center bg-app-danger
|
|
137
|
+
<div class="p-3 d-flex align-items-center justify-content-center bg-app-danger"
|
|
138
138
|
style="width: 80px; height: 80px; text-align: center; font-size: 10px;">Danger
|
|
139
139
|
</div>
|
|
140
|
-
<div class="p-3 d-flex align-items-center justify-content-center bg-app-danger-soft
|
|
140
|
+
<div class="p-3 d-flex align-items-center justify-content-center bg-app-danger-soft"
|
|
141
141
|
style="width: 80px; height: 80px; text-align: center; font-size: 10px;">Danger Soft
|
|
142
142
|
</div>
|
|
143
|
-
<div class="p-3 d-flex align-items-center justify-content-center bg-app-danger-dark
|
|
143
|
+
<div class="p-3 d-flex align-items-center justify-content-center bg-app-danger-dark"
|
|
144
144
|
style="width: 80px; height: 80px; text-align: center; font-size: 10px;">Danger Dark
|
|
145
145
|
</div>
|
|
146
146
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: django-spire
|
|
3
|
-
Version: 0.16.
|
|
3
|
+
Version: 0.16.12
|
|
4
4
|
Summary: A project for Django Spire
|
|
5
5
|
Author-email: Brayden Carlson <braydenc@stratusadv.com>, Nathan Johnson <nathanj@stratusadv.com>
|
|
6
6
|
License: Copyright (c) 2024 Stratus Advanced Technologies and Contributors.
|
|
@@ -45,12 +45,15 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
|
45
45
|
Requires-Python: >=3.11
|
|
46
46
|
Description-Content-Type: text/markdown
|
|
47
47
|
License-File: LICENSE.md
|
|
48
|
+
Requires-Dist: boto3==1.24.18
|
|
49
|
+
Requires-Dist: botocore==1.27.18
|
|
48
50
|
Requires-Dist: crispy-bootstrap5==2024.10
|
|
49
51
|
Requires-Dist: dandy==0.20.0
|
|
50
52
|
Requires-Dist: django>=5.1.8
|
|
51
53
|
Requires-Dist: django-crispy-forms==2.3
|
|
52
54
|
Requires-Dist: django-glue>=0.8.1
|
|
53
55
|
Requires-Dist: django-sendgrid-v5
|
|
56
|
+
Requires-Dist: django-storages==1.14.5
|
|
54
57
|
Requires-Dist: docutils
|
|
55
58
|
Requires-Dist: faker
|
|
56
59
|
Requires-Dist: marko==2.1.4
|
|
@@ -60,6 +63,7 @@ Requires-Dist: pydantic
|
|
|
60
63
|
Requires-Dist: Pygments
|
|
61
64
|
Requires-Dist: Pillow==11.2.1
|
|
62
65
|
Requires-Dist: python-dateutil
|
|
66
|
+
Requires-Dist: robit==0.4.8
|
|
63
67
|
Requires-Dist: typing_extensions
|
|
64
68
|
Requires-Dist: twilio
|
|
65
69
|
Provides-Extra: development
|