django-spire 0.20.2__py3-none-any.whl → 0.20.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/static/django_spire/css/app-background.css +200 -0
- django_spire/core/static/django_spire/css/app-text.css +132 -1
- django_spire/core/static/django_spire/css/themes/ayu/app-dark.css +3 -0
- django_spire/core/static/django_spire/css/themes/ayu/app-light.css +3 -0
- django_spire/core/static/django_spire/css/themes/catppuccin/app-dark.css +3 -0
- django_spire/core/static/django_spire/css/themes/catppuccin/app-light.css +3 -0
- django_spire/core/static/django_spire/css/themes/default/app-dark.css +3 -0
- django_spire/core/static/django_spire/css/themes/default/app-light.css +3 -0
- django_spire/core/static/django_spire/css/themes/gruvbox/app-dark.css +3 -0
- django_spire/core/static/django_spire/css/themes/gruvbox/app-light.css +3 -0
- django_spire/core/static/django_spire/css/themes/material/app-dark.css +3 -0
- django_spire/core/static/django_spire/css/themes/material/app-light.css +3 -0
- django_spire/core/static/django_spire/css/themes/nord/app-dark.css +3 -0
- django_spire/core/static/django_spire/css/themes/nord/app-light.css +3 -0
- django_spire/core/static/django_spire/css/themes/one-dark/app-dark.css +3 -0
- django_spire/core/static/django_spire/css/themes/one-dark/app-light.css +3 -0
- django_spire/core/static/django_spire/css/themes/palenight/app-dark.css +3 -0
- django_spire/core/static/django_spire/css/themes/palenight/app-light.css +3 -0
- django_spire/core/static/django_spire/css/themes/rose-pine/app-dark.css +3 -0
- django_spire/core/static/django_spire/css/themes/rose-pine/app-light.css +3 -0
- django_spire/core/static/django_spire/css/themes/tokyo-night/app-dark.css +3 -0
- django_spire/core/static/django_spire/css/themes/tokyo-night/app-light.css +3 -0
- django_spire/core/static/django_spire/js/theme.js +22 -0
- django_spire/theme/templates/django_spire/theme/section/color_section.html +239 -89
- django_spire/theme/templates/django_spire/theme/section/typography_section.html +87 -1
- {django_spire-0.20.2.dist-info → django_spire-0.20.4.dist-info}/METADATA +1 -1
- {django_spire-0.20.2.dist-info → django_spire-0.20.4.dist-info}/RECORD +31 -31
- {django_spire-0.20.2.dist-info → django_spire-0.20.4.dist-info}/WHEEL +0 -0
- {django_spire-0.20.2.dist-info → django_spire-0.20.4.dist-info}/licenses/LICENSE.md +0 -0
- {django_spire-0.20.2.dist-info → django_spire-0.20.4.dist-info}/top_level.txt +0 -0
|
@@ -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=qn1nhKvfR2RiFZ_lpUQp8S6AENmF1_vMwTDOdVQ85yA,171
|
|
4
4
|
django_spire/exceptions.py,sha256=L5ndRO5ftMmh0pHkO2z_NG3LSGZviJ-dDHNT73SzTNw,48
|
|
5
5
|
django_spire/settings.py,sha256=5gzQCMKAHcBYFREPrYLkQcqFj5gSSgyduUU1H2ztWN8,685
|
|
6
6
|
django_spire/urls.py,sha256=mKeZszb5U4iIGqddMb5Tt5fRC72U2wABEOi6mvOfEBU,656
|
|
@@ -499,7 +499,7 @@ django_spire/core/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NM
|
|
|
499
499
|
django_spire/core/redirect/__init__.py,sha256=ubAsz_h3ufwgNNkdtqiJQDgXc6DodE2LTUyBwi9dgkE,71
|
|
500
500
|
django_spire/core/redirect/generic_redirect.py,sha256=bfpA2GSRbkf5Y_zqTiTGzakQauLumm3JbaYMzmsDhjA,1245
|
|
501
501
|
django_spire/core/redirect/safe_redirect.py,sha256=deGLqiR1wWwqlJ8BYp76qDUDHnfRrxL-1Vns3nozSG0,2901
|
|
502
|
-
django_spire/core/static/django_spire/css/app-background.css,sha256=
|
|
502
|
+
django_spire/core/static/django_spire/css/app-background.css,sha256=9O7qhtRw98dIHjTO0ZWYhnAov19RZc4M3QNl4jHx7Xw,12160
|
|
503
503
|
django_spire/core/static/django_spire/css/app-border.css,sha256=z_DT3sB5tNQFu4Y7gSqYFn_bpOmEgEgJCrNmAnmSGDI,3439
|
|
504
504
|
django_spire/core/static/django_spire/css/app-button.css,sha256=iUPOFgXp2v_gsNBeX8-CoDEWg_oIBAF1khNue2bdq40,8095
|
|
505
505
|
django_spire/core/static/django_spire/css/app-default.css,sha256=RLVP_vLlkNx_UpNmMmgO73R3UUB_h3sVHt8I2z_iPVk,315
|
|
@@ -511,33 +511,33 @@ django_spire/core/static/django_spire/css/app-override.css,sha256=47DEQpj8HBSa-_
|
|
|
511
511
|
django_spire/core/static/django_spire/css/app-page.css,sha256=pB-sSZc9NEUkkMcCfzzrCfeiggGmhONn8Eid5HLs8c0,363
|
|
512
512
|
django_spire/core/static/django_spire/css/app-side-panel.css,sha256=ltggQkEc9tswJ9g2M0qzmWprdzycvizrS0YgY2We2U0,1954
|
|
513
513
|
django_spire/core/static/django_spire/css/app-template.css,sha256=D5ORspwfokNqRW0HwyCbzjBp2Kf_2XtWKa6FSQuSXOg,485
|
|
514
|
-
django_spire/core/static/django_spire/css/app-text.css,sha256=
|
|
514
|
+
django_spire/core/static/django_spire/css/app-text.css,sha256=YQYhTsXux7vVuZhzsyHV5TuPCpKam8F14GiOnMcGOyk,10141
|
|
515
515
|
django_spire/core/static/django_spire/css/app-theme.css,sha256=6vxu-tNDS4i1wWwLxdkCuiucN_ZKzGqwZmqZ8Vcwzk0,421
|
|
516
516
|
django_spire/core/static/django_spire/css/bootstrap-extension.css,sha256=yvfy6YYKOmdzfnJhaFonUQkSbwS0YhRdeTHlEGKSXX4,12894
|
|
517
517
|
django_spire/core/static/django_spire/css/bootstrap-override.css,sha256=3hOf1TwwWEsFIR8JQ9TXnI7M5U3dRHLL8F1maqVTNt4,9620
|
|
518
518
|
django_spire/core/static/django_spire/css/bootstrap.css,sha256=GEgESnyGv91X48AEz35ovTv1fF8JPaB_VZB-JXJjdb0,155840
|
|
519
519
|
django_spire/core/static/django_spire/css/flatpickr.min.css,sha256=RXPAyxHVyMLxb0TYCM2OW5R4GWkcDe02jdYgyZp41OU,16081
|
|
520
520
|
django_spire/core/static/django_spire/css/themes/input.css,sha256=dHY08qEODw-L1xbelx2q-5zu7g9hznVw3Ii3INKlQKU,738
|
|
521
|
-
django_spire/core/static/django_spire/css/themes/ayu/app-dark.css,sha256=
|
|
522
|
-
django_spire/core/static/django_spire/css/themes/ayu/app-light.css,sha256=
|
|
523
|
-
django_spire/core/static/django_spire/css/themes/catppuccin/app-dark.css,sha256=
|
|
524
|
-
django_spire/core/static/django_spire/css/themes/catppuccin/app-light.css,sha256=
|
|
525
|
-
django_spire/core/static/django_spire/css/themes/default/app-dark.css,sha256=
|
|
526
|
-
django_spire/core/static/django_spire/css/themes/default/app-light.css,sha256=
|
|
527
|
-
django_spire/core/static/django_spire/css/themes/gruvbox/app-dark.css,sha256=
|
|
528
|
-
django_spire/core/static/django_spire/css/themes/gruvbox/app-light.css,sha256=
|
|
529
|
-
django_spire/core/static/django_spire/css/themes/material/app-dark.css,sha256=
|
|
530
|
-
django_spire/core/static/django_spire/css/themes/material/app-light.css,sha256=
|
|
531
|
-
django_spire/core/static/django_spire/css/themes/nord/app-dark.css,sha256=
|
|
532
|
-
django_spire/core/static/django_spire/css/themes/nord/app-light.css,sha256=
|
|
533
|
-
django_spire/core/static/django_spire/css/themes/one-dark/app-dark.css,sha256=
|
|
534
|
-
django_spire/core/static/django_spire/css/themes/one-dark/app-light.css,sha256=
|
|
535
|
-
django_spire/core/static/django_spire/css/themes/palenight/app-dark.css,sha256=
|
|
536
|
-
django_spire/core/static/django_spire/css/themes/palenight/app-light.css,sha256=
|
|
537
|
-
django_spire/core/static/django_spire/css/themes/rose-pine/app-dark.css,sha256=
|
|
538
|
-
django_spire/core/static/django_spire/css/themes/rose-pine/app-light.css,sha256=
|
|
539
|
-
django_spire/core/static/django_spire/css/themes/tokyo-night/app-dark.css,sha256=
|
|
540
|
-
django_spire/core/static/django_spire/css/themes/tokyo-night/app-light.css,sha256=
|
|
521
|
+
django_spire/core/static/django_spire/css/themes/ayu/app-dark.css,sha256=Jppd9m-sAyrKAFl79Z4JzzJBInYKcXTdr76U3PQurH8,2228
|
|
522
|
+
django_spire/core/static/django_spire/css/themes/ayu/app-light.css,sha256=tvKDPE4YLY53-RHf-NoiV0H8fkCTjIOZfCrIl1crVAg,2035
|
|
523
|
+
django_spire/core/static/django_spire/css/themes/catppuccin/app-dark.css,sha256=LYF-gISarY9HP8D6NtVGMwcEezkWdcZDofW_uDFZCBM,2230
|
|
524
|
+
django_spire/core/static/django_spire/css/themes/catppuccin/app-light.css,sha256=8uPjzbaBxTzMCya1mIF0oWT2kuWrKNeDkB_1MB2qtGc,2036
|
|
525
|
+
django_spire/core/static/django_spire/css/themes/default/app-dark.css,sha256=Q9k04qpDJA-cUxmWxZiXn880Dj8GNj4JTbX9kXSsEIE,2227
|
|
526
|
+
django_spire/core/static/django_spire/css/themes/default/app-light.css,sha256=OcTjsy6WorKjbFOycjZ76RE5eZm44KOKqjszCLbGCV8,2232
|
|
527
|
+
django_spire/core/static/django_spire/css/themes/gruvbox/app-dark.css,sha256=scRM1dtvjj4Ipn2OtEoZERkDUs51BlvBqd-0_rtMdtE,2229
|
|
528
|
+
django_spire/core/static/django_spire/css/themes/gruvbox/app-light.css,sha256=RbVGsVpe61WoZ5XXEZurLUENSHABppIJsy-yHVvghDs,2036
|
|
529
|
+
django_spire/core/static/django_spire/css/themes/material/app-dark.css,sha256=Lp_MQ5glaIls-JRoUzPX7jOhOaTzKfN9J6Qhe6zUpYM,2229
|
|
530
|
+
django_spire/core/static/django_spire/css/themes/material/app-light.css,sha256=5kcD2UvoXOxBqx6O5o9sGwrME6g1-F1YJCbO27MGFuQ,2036
|
|
531
|
+
django_spire/core/static/django_spire/css/themes/nord/app-dark.css,sha256=1pL6DsGqdwA5w6zFyXZ8Y6QATlhfl9dpPkeqpPKlquM,2230
|
|
532
|
+
django_spire/core/static/django_spire/css/themes/nord/app-light.css,sha256=QQ3frGGWQLsy5ZO4pFYrBSXRLBYGvLUyYP3xRLFkZaA,2036
|
|
533
|
+
django_spire/core/static/django_spire/css/themes/one-dark/app-dark.css,sha256=zHucd-U20A-zeKUyLQ2c3QBT0Ozr-QaiPgB0BUFRqKM,2228
|
|
534
|
+
django_spire/core/static/django_spire/css/themes/one-dark/app-light.css,sha256=fl5v1YcJ52aIY8LYuFYwauV-lut-Sni13T1gG7-_Zxs,2036
|
|
535
|
+
django_spire/core/static/django_spire/css/themes/palenight/app-dark.css,sha256=Lm-dm-frdpmz64na-cAIO1FCfoR_eB6uOG6O0u5kJLA,2232
|
|
536
|
+
django_spire/core/static/django_spire/css/themes/palenight/app-light.css,sha256=D3pcSFTp_z90Ef9HEmowAPYFi5g4OKntejmsTKQbMqc,2036
|
|
537
|
+
django_spire/core/static/django_spire/css/themes/rose-pine/app-dark.css,sha256=IBLS_oOqAZTXC2yttHUFdj7FxAmCj_d4GtzGFUUG2JE,2232
|
|
538
|
+
django_spire/core/static/django_spire/css/themes/rose-pine/app-light.css,sha256=B7IhIa3Q4PmOIn89H3bScmodu1j4DeCwgA7oJwYeVx4,2037
|
|
539
|
+
django_spire/core/static/django_spire/css/themes/tokyo-night/app-dark.css,sha256=KgX6txzzGm0MSKcCqDBxBIUNIAEsItfhfp4J2heiAq4,2229
|
|
540
|
+
django_spire/core/static/django_spire/css/themes/tokyo-night/app-light.css,sha256=AqMhzMVKI2xvcm4GvugrM3YUhNK_a463XEqZcO8xEIg,2035
|
|
541
541
|
django_spire/core/static/django_spire/favicons/android-chrome-192x192.png,sha256=mxm1sntXHgMJsjErEIE9AK3um0vJCvSkkUAVk0WIyi8,33238
|
|
542
542
|
django_spire/core/static/django_spire/favicons/android-chrome-256x256.png,sha256=cUUqhCaT_Di-oExGdS2ru_U-rKmJ-ab7lgUoZACz1Ng,47140
|
|
543
543
|
django_spire/core/static/django_spire/favicons/apple-touch-icon.png,sha256=CrN3tdR4ZsKh1EY0p03-0y65UeNuRN2nWU60QEChSYo,19109
|
|
@@ -572,7 +572,7 @@ django_spire/core/static/django_spire/js/cookie.js,sha256=N9ifDzqmJHRDwYI2Lqia1y
|
|
|
572
572
|
django_spire/core/static/django_spire/js/dropdown.js,sha256=cSvzdsct8-45gIWZlO5MzmbW2vDuxJVttLZjOBl14GE,934
|
|
573
573
|
django_spire/core/static/django_spire/js/modal.js,sha256=ay0Sovi0HhedEz3dRhB_INhkh1PEJ7zPc5POYo_Wwg0,370
|
|
574
574
|
django_spire/core/static/django_spire/js/session_controller.js,sha256=aMom087y00MUhdxrZlrg89f88mBC7cWEhGWopeb5hlQ,232
|
|
575
|
-
django_spire/core/static/django_spire/js/theme.js,sha256=
|
|
575
|
+
django_spire/core/static/django_spire/js/theme.js,sha256=Aq3KOJarjCr_Qjn0HyJlEFG0FWW1C948ppVvWxW554o,9606
|
|
576
576
|
django_spire/core/static/django_spire/js/ui.js,sha256=Xrnw6cMmddCiUKC7iAJn1U7lk3nMJYxFJJO-J5zCqSw,673
|
|
577
577
|
django_spire/core/tags/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
578
578
|
django_spire/core/tags/mixins.py,sha256=ibnPcLmdB0js8ha4M93CqRv5kOQ7fijKBCLoxM9F7C0,1979
|
|
@@ -1125,9 +1125,9 @@ django_spire/theme/templates/django_spire/theme/section/border_section.html,sha2
|
|
|
1125
1125
|
django_spire/theme/templates/django_spire/theme/section/border_section_card.html,sha256=4HfdUWAjrqsEhv8VWLlyQRk_lbh206biOBfL17hshQs,151
|
|
1126
1126
|
django_spire/theme/templates/django_spire/theme/section/button_section.html,sha256=WcPeNkQtfxWuLdw04qRRhNC7vEoFpw93Ztf74V-d8-0,5078
|
|
1127
1127
|
django_spire/theme/templates/django_spire/theme/section/button_section_card.html,sha256=WoQpqwf348YwMWAdiMCSUYOu_D-uMFjNgZCkHrrk_OE,151
|
|
1128
|
-
django_spire/theme/templates/django_spire/theme/section/color_section.html,sha256=
|
|
1128
|
+
django_spire/theme/templates/django_spire/theme/section/color_section.html,sha256=IWmF_bJvdFPcXJuZN3JRUQlkV59fHt1js0qnfQqp0Yk,20841
|
|
1129
1129
|
django_spire/theme/templates/django_spire/theme/section/color_section_card.html,sha256=3az9SwET2_-hvRyFJKvFXMKCk8lPICWfqxh1b2It7To,150
|
|
1130
|
-
django_spire/theme/templates/django_spire/theme/section/typography_section.html,sha256=
|
|
1130
|
+
django_spire/theme/templates/django_spire/theme/section/typography_section.html,sha256=VWvstH1qXBYWSgRWm0Gwge7wNNvZ1AzPGXkKk61e73w,5668
|
|
1131
1131
|
django_spire/theme/templates/django_spire/theme/section/typography_section_card.html,sha256=cgshyWYzFF__fcAXTxxxMd2jAb6TGAjTIL-GZI4dsHs,155
|
|
1132
1132
|
django_spire/theme/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1133
1133
|
django_spire/theme/tests/test_context_processor.py,sha256=2MdQWZrjStOFSynGm9sfPdEWGV5pdwTtngPEaVCA6bY,3026
|
|
@@ -1143,8 +1143,8 @@ django_spire/theme/urls/page_urls.py,sha256=S8nkKkgbhG3XHI3uMUL-piOjXIrRkuY2UlM_
|
|
|
1143
1143
|
django_spire/theme/views/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1144
1144
|
django_spire/theme/views/json_views.py,sha256=W1khC2K_EMbEzAFmMxC_P76_MFnkRH4-eVdodrRfAhw,1904
|
|
1145
1145
|
django_spire/theme/views/page_views.py,sha256=pHr8iekjtR99xs7w1taj35HEo133Svq1dvDD0y0VL1c,3933
|
|
1146
|
-
django_spire-0.20.
|
|
1147
|
-
django_spire-0.20.
|
|
1148
|
-
django_spire-0.20.
|
|
1149
|
-
django_spire-0.20.
|
|
1150
|
-
django_spire-0.20.
|
|
1146
|
+
django_spire-0.20.4.dist-info/licenses/LICENSE.md,sha256=tlTbOtgKoy-xAQpUk9gPeh9O4oRXCOzoWdW3jJz0wnA,1091
|
|
1147
|
+
django_spire-0.20.4.dist-info/METADATA,sha256=BBWf_tjXeIVVWOToiW5ijC0YUclFyG1DxO67-GTYtc4,4967
|
|
1148
|
+
django_spire-0.20.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
1149
|
+
django_spire-0.20.4.dist-info/top_level.txt,sha256=xf3QV1e--ONkVpgMDQE9iqjQ1Vg4--_6C8wmO-KxPHQ,13
|
|
1150
|
+
django_spire-0.20.4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|