django-spire 0.16.2__py3-none-any.whl → 0.16.4__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/consts.py +1 -1
- django_spire/core/templates/django_spire/dropdown/element/dropdown_link_element.html +1 -1
- django_spire/core/templates/django_spire/dropdown/element/ellipsis_dropdown_modal_link_element.html +1 -1
- django_spire/core/templates/django_spire/dropdown/ellipsis_dropdown.html +1 -1
- django_spire/core/templates/django_spire/dropdown/ellipsis_modal_dropdown.html +1 -1
- django_spire/core/templates/django_spire/navigation/top_navigation.html +12 -15
- django_spire/theme/templates/django_spire/theme/element/theme_selector.html +4 -4
- {django_spire-0.16.2.dist-info → django_spire-0.16.4.dist-info}/METADATA +3 -1
- {django_spire-0.16.2.dist-info → django_spire-0.16.4.dist-info}/RECORD +12 -12
- {django_spire-0.16.2.dist-info → django_spire-0.16.4.dist-info}/WHEEL +0 -0
- {django_spire-0.16.2.dist-info → django_spire-0.16.4.dist-info}/licenses/LICENSE.md +0 -0
- {django_spire-0.16.2.dist-info → django_spire-0.16.4.dist-info}/top_level.txt +0 -0
django_spire/consts.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<a
|
|
2
|
-
class="fs--1 p-0 cursor-pointer text-decoration-none border-bottom bg-app-layer-
|
|
2
|
+
class="fs--1 p-0 cursor-pointer text-decoration-none border-bottom bg-app-layer-one bg-app-layer-three-hover text-app-default-text-color"
|
|
3
3
|
{% if link_url %}href="{{ link_url }}"{% endif %}
|
|
4
4
|
{% if x_link_url %}
|
|
5
5
|
x-show="{{ x_link_url }} ? true : false"
|
django_spire/core/templates/django_spire/dropdown/element/ellipsis_dropdown_modal_link_element.html
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<a
|
|
2
2
|
@click="dispatch_modal_view('{{ view_url }}'); toggle_dropdown();"
|
|
3
|
-
class="border-bottom fs--1 p-0 cursor-pointer text-decoration-none border-bottom bg-app-layer-
|
|
3
|
+
class="border-bottom fs--1 p-0 cursor-pointer text-decoration-none border-bottom bg-app-layer-one bg-app-layer-three-hover text-app-default-text-color"
|
|
4
4
|
>
|
|
5
5
|
<div class="px-3 py-1 text-nowrap {{ link_css }}">
|
|
6
6
|
{{ link_text }}
|
|
@@ -23,14 +23,8 @@
|
|
|
23
23
|
</div>
|
|
24
24
|
|
|
25
25
|
<div class="col-auto d-flex">
|
|
26
|
-
<div
|
|
27
|
-
|
|
28
|
-
class="bi bi bi-gear-fill fs-2 mx-2 cursor-pointer"
|
|
29
|
-
id="dropdownMenuButton1"
|
|
30
|
-
data-bs-toggle="dropdown"
|
|
31
|
-
aria-expanded="false"
|
|
32
|
-
>
|
|
33
|
-
</i>
|
|
26
|
+
<div>
|
|
27
|
+
{% include 'django_spire/theme/element/theme_selector.html' with icon_size='fs-2' %}
|
|
34
28
|
</div>
|
|
35
29
|
|
|
36
30
|
<div class="dropdown">
|
|
@@ -41,21 +35,24 @@
|
|
|
41
35
|
aria-expanded="false"
|
|
42
36
|
>
|
|
43
37
|
</i>
|
|
44
|
-
<ul class="dropdown-menu py-0" aria-labelledby="dropdownMenuButton1">
|
|
38
|
+
<ul class="dropdown-menu py-0 bg-app-layer-one" aria-labelledby="dropdownMenuButton1">
|
|
45
39
|
{% if request.user.is_superuser %}
|
|
46
|
-
<li>
|
|
47
|
-
<a class="dropdown-item fs--1
|
|
40
|
+
<li class="py-0 ">
|
|
41
|
+
<a class="dropdown-item fs--1 bg-app-layer-three-hover"
|
|
42
|
+
href="{% url 'admin:index' %}" target="_blank">
|
|
48
43
|
Admin Panel
|
|
49
44
|
</a>
|
|
50
45
|
</li>
|
|
51
46
|
{% endif %}
|
|
52
|
-
<li>
|
|
53
|
-
<a
|
|
47
|
+
<li class="py-0">
|
|
48
|
+
<a href="{% url 'django_spire:auth:admin:password_change' %}"
|
|
49
|
+
class="dropdown-item fs--1 bg-app-layer-three-hover">
|
|
54
50
|
Change Password
|
|
55
51
|
</a>
|
|
56
52
|
</li>
|
|
57
|
-
<li>
|
|
58
|
-
<a
|
|
53
|
+
<li class="py-0">
|
|
54
|
+
<a href="{% url 'django_spire:auth:redirect:logout' %}"
|
|
55
|
+
class="dropdown-item fs--1 bg-app-layer-three-hover">
|
|
59
56
|
Logout
|
|
60
57
|
</a>
|
|
61
58
|
</li>
|
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
aria-expanded="false"
|
|
7
7
|
></i>
|
|
8
8
|
|
|
9
|
-
<ul class="dropdown-menu py-0" aria-labelledby="theme_dropdown_button">
|
|
9
|
+
<ul class="bg-app-layer-one dropdown-menu py-0" aria-labelledby="theme_dropdown_button">
|
|
10
10
|
<li>
|
|
11
|
-
<
|
|
11
|
+
<small><p class="dropdown-header fs--1" x-text="$store.theme.get_current_display_name()"></p></small>
|
|
12
12
|
</li>
|
|
13
13
|
|
|
14
14
|
<li>
|
|
15
|
-
<a class="dropdown-item fs--1" href="#" @click.prevent="$store.theme.toggle()">
|
|
15
|
+
<a class="dropdown-item fs--1 bg-app-layer-three-hover" href="#" @click.prevent="$store.theme.toggle()">
|
|
16
16
|
Toggle Mode
|
|
17
17
|
</a>
|
|
18
18
|
</li>
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
<template x-for="family in families" :key="family.value">
|
|
23
23
|
<li>
|
|
24
24
|
<a
|
|
25
|
-
class="dropdown-item fs--1"
|
|
25
|
+
class="dropdown-item fs--1 bg-app-layer-three-hover"
|
|
26
26
|
href="#"
|
|
27
27
|
@click.prevent="$store.theme.set_family(family.value)"
|
|
28
28
|
x-text="family.name"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: django-spire
|
|
3
|
-
Version: 0.16.
|
|
3
|
+
Version: 0.16.4
|
|
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.
|
|
@@ -64,7 +64,9 @@ Requires-Dist: typing_extensions
|
|
|
64
64
|
Requires-Dist: twilio
|
|
65
65
|
Provides-Extra: development
|
|
66
66
|
Requires-Dist: build; extra == "development"
|
|
67
|
+
Requires-Dist: django-browser-reload; extra == "development"
|
|
67
68
|
Requires-Dist: django-debug-toolbar; extra == "development"
|
|
69
|
+
Requires-Dist: django-watchfiles; extra == "development"
|
|
68
70
|
Requires-Dist: pip; extra == "development"
|
|
69
71
|
Requires-Dist: pyinstrument; extra == "development"
|
|
70
72
|
Requires-Dist: pytest; extra == "development"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
django_spire/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
2
|
django_spire/conf.py,sha256=EYC1hXqYqheYrb_b6Q93LrSgNl91JV633E4N5j-KGTo,1012
|
|
3
|
-
django_spire/consts.py,sha256
|
|
3
|
+
django_spire/consts.py,sha256=N0w3XDOpv-vBCNTVf7odC2Y-9QYg4bk2E5J5VvWXuuI,390
|
|
4
4
|
django_spire/exceptions.py,sha256=L5ndRO5ftMmh0pHkO2z_NG3LSGZviJ-dDHNT73SzTNw,48
|
|
5
5
|
django_spire/settings.py,sha256=NBDa_kZozESTz2UfHgy2PzhBqj54eIrjZsUsWqDgI0g,735
|
|
6
6
|
django_spire/urls.py,sha256=mKeZszb5U4iIGqddMb5Tt5fRC72U2wABEOi6mvOfEBU,656
|
|
@@ -577,10 +577,10 @@ django_spire/core/templates/django_spire/card/title_card.html,sha256=nmBD840iBKl
|
|
|
577
577
|
django_spire/core/templates/django_spire/container/container.html,sha256=Dfr7K8xgEbg3CZYxMleLjjiQGyRS-GNJdPySA4OYY8U,867
|
|
578
578
|
django_spire/core/templates/django_spire/container/form_container.html,sha256=FZwZs4gnIYkurV5u8v6fj2rbrm4WDX16jyUSTMniEtw,313
|
|
579
579
|
django_spire/core/templates/django_spire/dropdown/dropdown.html,sha256=0ZZK2ucm7GNd5e76CTAUD1kpuXO1o0KAdML1kRlF-1g,518
|
|
580
|
-
django_spire/core/templates/django_spire/dropdown/ellipsis_dropdown.html,sha256=
|
|
581
|
-
django_spire/core/templates/django_spire/dropdown/ellipsis_modal_dropdown.html,sha256=
|
|
582
|
-
django_spire/core/templates/django_spire/dropdown/element/dropdown_link_element.html,sha256=
|
|
583
|
-
django_spire/core/templates/django_spire/dropdown/element/ellipsis_dropdown_modal_link_element.html,sha256=
|
|
580
|
+
django_spire/core/templates/django_spire/dropdown/ellipsis_dropdown.html,sha256=WD0UtsMrRZUdCfMgD8QbDPEtAVM5bSgCfk1wVjnmsHw,1298
|
|
581
|
+
django_spire/core/templates/django_spire/dropdown/ellipsis_modal_dropdown.html,sha256=kUNcg-dSqr1wHjU_NijBAyCsa_7Z6_spVE5jytqYaME,898
|
|
582
|
+
django_spire/core/templates/django_spire/dropdown/element/dropdown_link_element.html,sha256=4Sy8GvTqM2gGlmOjvr6roQEj2R5gKLDXEZby0a-AZtw,731
|
|
583
|
+
django_spire/core/templates/django_spire/dropdown/element/ellipsis_dropdown_modal_link_element.html,sha256=PoyvKTY_8g7v6aXIp2fIswPmvylqteVIs05RS7zjY1Y,327
|
|
584
584
|
django_spire/core/templates/django_spire/element/attribute_element.html,sha256=2SOodzlW7aX3oIHic7g9oyFpRgUKu7dtZX6IEybSbrU,1487
|
|
585
585
|
django_spire/core/templates/django_spire/element/breadcrumb_element.html,sha256=NUoLKKKIPDIF8G8mIM1dVF5lhbqmRcOAWLA6qw9o2x8,598
|
|
586
586
|
django_spire/core/templates/django_spire/element/divider_element.html,sha256=EjpdMPQZmefh0BfUGUQvazFR5eF0RHQ5pqmYD253GMc,302
|
|
@@ -613,7 +613,7 @@ django_spire/core/templates/django_spire/modal/element/model_close_element.html,
|
|
|
613
613
|
django_spire/core/templates/django_spire/navigation/mobile_navigation.html,sha256=btXoeLihu3jd_7XzKrZiwaBgffDiLoDorMSxhYrnhc4,997
|
|
614
614
|
django_spire/core/templates/django_spire/navigation/navigation_links.html,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
615
615
|
django_spire/core/templates/django_spire/navigation/side_navigation.html,sha256=bGAs_RbYc-fC77UKtleeMtQM0feYEi4r9j9gDFD_hhc,762
|
|
616
|
-
django_spire/core/templates/django_spire/navigation/top_navigation.html,sha256=
|
|
616
|
+
django_spire/core/templates/django_spire/navigation/top_navigation.html,sha256=tqVS0IdifPzAvLD6e1Ui693oRdCX15j97rKFoXMwFO0,2639
|
|
617
617
|
django_spire/core/templates/django_spire/navigation/accordion/nav_accordion.html,sha256=dOwp7Gu-VwC8BleBwvCpHtSbI1HsESpn7w-femjFkXY,1326
|
|
618
618
|
django_spire/core/templates/django_spire/navigation/accordion/settings_nav_accordion.html,sha256=5jy4VBU199bG_-WPmWVhe5bZYWsm03bzZC6XqGK2XFM,794
|
|
619
619
|
django_spire/core/templates/django_spire/navigation/elements/nav_link.html,sha256=5GK0KI3h72VAV0nyIWqfP55nlMJ8Xx5cgTKKWGkhUAk,153
|
|
@@ -1044,7 +1044,7 @@ django_spire/theme/templates/django_spire/theme/card/django_glue_preview_card.ht
|
|
|
1044
1044
|
django_spire/theme/templates/django_spire/theme/card/example_preview_card.html,sha256=sx0ZF1ayfuPdIVqDTE7YU75FrbTdLeAIEci2k1i5KIE,1389
|
|
1045
1045
|
django_spire/theme/templates/django_spire/theme/card/preview_card.html,sha256=sSfFMaHyyySqOCVYuNStXYRP3PnqlzIsjc4zXzsMIVE,1023
|
|
1046
1046
|
django_spire/theme/templates/django_spire/theme/card/typography_preview_card.html,sha256=hhE6uM09btdlVrUDHJiAaVPO8rJFBDREJX0oOdB6i0g,906
|
|
1047
|
-
django_spire/theme/templates/django_spire/theme/element/theme_selector.html,sha256=
|
|
1047
|
+
django_spire/theme/templates/django_spire/theme/element/theme_selector.html,sha256=fV-ufj0OyAyYTkJugunyCJovNzrxc9UXmesl_X0k5L8,1174
|
|
1048
1048
|
django_spire/theme/templates/django_spire/theme/element/theme_toggle_element.html,sha256=mtalDN45yevDbSqcsaNX_FWm-Cs-lh_Upmqj_Lk-s-Y,203
|
|
1049
1049
|
django_spire/theme/templates/django_spire/theme/example/card/example_title_card.html,sha256=8km1MCmCPMqdNyJ-6z_QJ20luk82BITpUL4uYihgYng,785
|
|
1050
1050
|
django_spire/theme/templates/django_spire/theme/example/container/example_container.html,sha256=hZ2rXsk_sdNnov-0DXrkyNu42OzuWwYWjnFBcqn6g3Y,458
|
|
@@ -1078,8 +1078,8 @@ django_spire/theme/urls/page_urls.py,sha256=S8nkKkgbhG3XHI3uMUL-piOjXIrRkuY2UlM_
|
|
|
1078
1078
|
django_spire/theme/views/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1079
1079
|
django_spire/theme/views/ajax_views.py,sha256=W1khC2K_EMbEzAFmMxC_P76_MFnkRH4-eVdodrRfAhw,1904
|
|
1080
1080
|
django_spire/theme/views/page_views.py,sha256=pHr8iekjtR99xs7w1taj35HEo133Svq1dvDD0y0VL1c,3933
|
|
1081
|
-
django_spire-0.16.
|
|
1082
|
-
django_spire-0.16.
|
|
1083
|
-
django_spire-0.16.
|
|
1084
|
-
django_spire-0.16.
|
|
1085
|
-
django_spire-0.16.
|
|
1081
|
+
django_spire-0.16.4.dist-info/licenses/LICENSE.md,sha256=tlTbOtgKoy-xAQpUk9gPeh9O4oRXCOzoWdW3jJz0wnA,1091
|
|
1082
|
+
django_spire-0.16.4.dist-info/METADATA,sha256=L57SaM1z3wO54zyNqBJMhRIvhjrxsnzJ8l8isNCUSBo,4762
|
|
1083
|
+
django_spire-0.16.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
1084
|
+
django_spire-0.16.4.dist-info/top_level.txt,sha256=xf3QV1e--ONkVpgMDQE9iqjQ1Vg4--_6C8wmO-KxPHQ,13
|
|
1085
|
+
django_spire-0.16.4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|