django-spire 0.22.3__py3-none-any.whl → 0.22.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/knowledge/static/django_spire/knowledge/css/editor.css +93 -0
- django_spire/knowledge/templates/django_spire/knowledge/entry/version/page/editor_page.html +4 -0
- {django_spire-0.22.3.dist-info → django_spire-0.22.4.dist-info}/METADATA +1 -1
- {django_spire-0.22.3.dist-info → django_spire-0.22.4.dist-info}/RECORD +8 -7
- {django_spire-0.22.3.dist-info → django_spire-0.22.4.dist-info}/WHEEL +0 -0
- {django_spire-0.22.3.dist-info → django_spire-0.22.4.dist-info}/licenses/LICENSE.md +0 -0
- {django_spire-0.22.3.dist-info → django_spire-0.22.4.dist-info}/top_level.txt +0 -0
django_spire/consts.py
CHANGED
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
.ce-popover__container {
|
|
2
|
+
background-color: var(--app-layer-one);
|
|
3
|
+
border: 1px solid var(--bs-border-color) !important;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.ce-toolbar__plus,
|
|
7
|
+
.ce-toolbar__settings-btn,
|
|
8
|
+
.ce-popover-item__title,
|
|
9
|
+
.ce-popover-item__icon,
|
|
10
|
+
.cdx-search-field__input {
|
|
11
|
+
color: var(--app-default-text-color);
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.cdx-search-field.ce-popover__search {
|
|
15
|
+
background-color: var(--app-layer-two);
|
|
16
|
+
border-color: var(--bs-border-color);
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.ce-popover-item--active {
|
|
20
|
+
background-color: var(--app-bg-accent-soft) !important;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.ce-popover-item--active .ce-popover-item__title,
|
|
24
|
+
.ce-popover-item--active .ce-popover-item__icon {
|
|
25
|
+
color: var(--app-accent-dark) !important;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.cdx-block,
|
|
29
|
+
.ce-block {
|
|
30
|
+
color: var(--app-default-text-color);
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.ce-inline-toolbar,
|
|
34
|
+
.ce-conversion-tool__icon,
|
|
35
|
+
.ce-popover-item__icon {
|
|
36
|
+
color: var(--app-default-text-color);
|
|
37
|
+
background-color: inherit;
|
|
38
|
+
border-color: var(--bs-border-color);
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.ce-popover,
|
|
42
|
+
.ce-conversion-toolbar,
|
|
43
|
+
.ce-inline-toolbar {
|
|
44
|
+
background-color: var(--app-layer-one);
|
|
45
|
+
border-color: var(--bs-border-color);
|
|
46
|
+
box-shadow: 0 3px 15px -3px var(--bs-border-color);
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.ce-inline-tool:hover,
|
|
50
|
+
.ce-inline-toolbar__dropdown:hover,
|
|
51
|
+
.ce-toolbar__plus:hover,
|
|
52
|
+
.ce-toolbar__settings-btn:hover,
|
|
53
|
+
.ce-conversion-tool:hover,
|
|
54
|
+
.ce-popover-item:hover {
|
|
55
|
+
background-color: var(--app-layer-three) !important;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
*::selection,
|
|
59
|
+
.ce-block.ce-block--selected .ce-block__content {
|
|
60
|
+
background-color: var(--app-bg-accent-soft) !important;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.ce-popover__items {
|
|
64
|
+
scrollbar-color: var(--bs-border-color) var(--app-layer-one);
|
|
65
|
+
|
|
66
|
+
/* Safari and Chrome */
|
|
67
|
+
&::-webkit-scrollbar {
|
|
68
|
+
width: 8px;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
&::-webkit-scrollbar-track {
|
|
72
|
+
background: var(--app-layer-one);
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
&::-webkit-scrollbar-thumb {
|
|
76
|
+
background-color: var(--bs-border-color);
|
|
77
|
+
border-radius: 4px;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.ce-popover-item-separator__line {
|
|
83
|
+
background: var(--bs-border-color) !important;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
@media (max-width: 650px) {
|
|
87
|
+
.ce-toolbar__settings-btn,
|
|
88
|
+
.ce-toolbar__plus {
|
|
89
|
+
background-color: var(--app-layer-one);
|
|
90
|
+
border-color: var(--bs-border-color);
|
|
91
|
+
box-shadow: 0 3px 15px -3px var(--bs-border-color);
|
|
92
|
+
}
|
|
93
|
+
}
|
|
@@ -3,6 +3,10 @@
|
|
|
3
3
|
{% load static %}
|
|
4
4
|
{% load spire_core_tags %}
|
|
5
5
|
|
|
6
|
+
{% block base_head_additional_css %}
|
|
7
|
+
<link href="{% static 'django_spire/knowledge/css/editor.css' %}?v={{ DJANGO_SPIRE_VERSION }}" rel="stylesheet">
|
|
8
|
+
{% endblock %}
|
|
9
|
+
|
|
6
10
|
{% block base_body_additional_top_js %}
|
|
7
11
|
{{ block.super }}
|
|
8
12
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: django-spire
|
|
3
|
-
Version: 0.22.
|
|
3
|
+
Version: 0.22.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.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
django_spire/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
2
|
django_spire/conf.py,sha256=c5Hs-7lk9T15254tOasiQ2ZTFLQIVJof9_QJDfm1PAI,933
|
|
3
|
-
django_spire/consts.py,sha256=
|
|
3
|
+
django_spire/consts.py,sha256=EAUGXdT7Q7gQlKrDajxHIirS4sdyHaD3WfcplzxrLRk,171
|
|
4
4
|
django_spire/exceptions.py,sha256=L5ndRO5ftMmh0pHkO2z_NG3LSGZviJ-dDHNT73SzTNw,48
|
|
5
5
|
django_spire/settings.py,sha256=B4GPqBGt_dmkt0Ay0j-IP-SZ6mY44m2Ap5kVSON5YLA,1005
|
|
6
6
|
django_spire/urls.py,sha256=mKeZszb5U4iIGqddMb5Tt5fRC72U2wABEOi6mvOfEBU,656
|
|
@@ -974,6 +974,7 @@ django_spire/knowledge/seeding/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5
|
|
|
974
974
|
django_spire/knowledge/seeding/seed.py,sha256=LRhVfPHiFluSLLtjSY44YM9Oo1Hvfs_U-ksRvKk7pOg,97
|
|
975
975
|
django_spire/knowledge/static/django_spire/knowledge/collection/js/managers.js,sha256=1b0pRPYJvYjKKZB2wshdoseAUR3_Al-2qxFUWE5q-oo,4319
|
|
976
976
|
django_spire/knowledge/static/django_spire/knowledge/collection/js/x_component.js,sha256=avczuHac3i58k06wA-LPpgupedCYbuDVTjTYVjEho18,898
|
|
977
|
+
django_spire/knowledge/static/django_spire/knowledge/css/editor.css,sha256=9iDzPcMvf462CjfnOkdAFHBfRFt2io8HAyIQfwoSlug,2189
|
|
977
978
|
django_spire/knowledge/static/django_spire/knowledge/css/navigation_items.css,sha256=jhjW4fiQI13PUAkSupLrLn-Fu9nzAVqMezK8EkJnGZ8,178
|
|
978
979
|
django_spire/knowledge/static/django_spire/knowledge/entry/version/js/editor.js,sha256=zDK9PNO7XR0j95I17uBmfguSF8LzYijx3irM2my3IqA,3798
|
|
979
980
|
django_spire/knowledge/static/django_spire/knowledge/entry/version/js/managers.js,sha256=q-HiSnOnMMomxU0EAWSbQO55HMVvb8wPxA0KCP3VyP4,2772
|
|
@@ -1002,7 +1003,7 @@ django_spire/knowledge/templates/django_spire/knowledge/entry/modal/publish_conf
|
|
|
1002
1003
|
django_spire/knowledge/templates/django_spire/knowledge/entry/page/form_page.html,sha256=EBfDjDBvo7IR6f5joTtZjzK5LtZb4rt0U1FO1HQNt88,291
|
|
1003
1004
|
django_spire/knowledge/templates/django_spire/knowledge/entry/page/import_form_page.html,sha256=TK8Bc7mUZwsmV1Xm9FPyWz7Hws68Ijy4c55orvNoOC4,308
|
|
1004
1005
|
django_spire/knowledge/templates/django_spire/knowledge/entry/version/container/editor_container.html,sha256=-fPVVnCdDUMA0AoKjQ3bA7gRrbnggPRlRlPqYvgIoKA,3153
|
|
1005
|
-
django_spire/knowledge/templates/django_spire/knowledge/entry/version/page/editor_page.html,sha256=
|
|
1006
|
+
django_spire/knowledge/templates/django_spire/knowledge/entry/version/page/editor_page.html,sha256=uAIz2OP9AXah7xbZv_ukjGuKwPH330CqTBmnWGNXBMs,3262
|
|
1006
1007
|
django_spire/knowledge/templates/django_spire/knowledge/message/knowledge_message_intel.html,sha256=kOSsRJHkh8hFYp1k1Y0wc-wh75VVjdXldEKErkfANGY,855
|
|
1007
1008
|
django_spire/knowledge/templates/django_spire/knowledge/page/full_page.html,sha256=vz3WQ6SAL43QALRf0haaLfNkUfIQQemR0FAZQ2tznV4,1331
|
|
1008
1009
|
django_spire/knowledge/templates/django_spire/knowledge/page/home_page.html,sha256=LMGSoPuP4N0NMX9QB1r5qJaExDvt6IKlJNp69Dt2EeQ,293
|
|
@@ -1162,8 +1163,8 @@ django_spire/theme/urls/page_urls.py,sha256=S8nkKkgbhG3XHI3uMUL-piOjXIrRkuY2UlM_
|
|
|
1162
1163
|
django_spire/theme/views/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1163
1164
|
django_spire/theme/views/json_views.py,sha256=W1khC2K_EMbEzAFmMxC_P76_MFnkRH4-eVdodrRfAhw,1904
|
|
1164
1165
|
django_spire/theme/views/page_views.py,sha256=pHr8iekjtR99xs7w1taj35HEo133Svq1dvDD0y0VL1c,3933
|
|
1165
|
-
django_spire-0.22.
|
|
1166
|
-
django_spire-0.22.
|
|
1167
|
-
django_spire-0.22.
|
|
1168
|
-
django_spire-0.22.
|
|
1169
|
-
django_spire-0.22.
|
|
1166
|
+
django_spire-0.22.4.dist-info/licenses/LICENSE.md,sha256=tlTbOtgKoy-xAQpUk9gPeh9O4oRXCOzoWdW3jJz0wnA,1091
|
|
1167
|
+
django_spire-0.22.4.dist-info/METADATA,sha256=oPznU0Kjxk-EDLKt3e1TUWnN-HoCr3w4hb3MiVN875s,4967
|
|
1168
|
+
django_spire-0.22.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
1169
|
+
django_spire-0.22.4.dist-info/top_level.txt,sha256=xf3QV1e--ONkVpgMDQE9iqjQ1Vg4--_6C8wmO-KxPHQ,13
|
|
1170
|
+
django_spire-0.22.4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|