django-spire 0.19.3__py3-none-any.whl → 0.19.5__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/management/commands/spire_startapp_pkg/maps.py +14 -7
- django_spire/core/management/commands/spire_startapp_pkg/user_input.py +10 -7
- django_spire/core/static/django_spire/css/app-background.css +6 -0
- django_spire/core/static/django_spire/css/app-import.css +1 -0
- django_spire/core/static/django_spire/css/app-navigation.css +4 -0
- django_spire/core/static/django_spire/css/app-override.css +0 -0
- django_spire/core/static/django_spire/css/themes/ayu/app-dark.css +2 -0
- django_spire/core/static/django_spire/css/themes/ayu/app-light.css +2 -0
- django_spire/core/static/django_spire/css/themes/catppuccin/app-dark.css +2 -0
- django_spire/core/static/django_spire/css/themes/catppuccin/app-light.css +2 -0
- django_spire/core/static/django_spire/css/themes/default/app-dark.css +2 -0
- django_spire/core/static/django_spire/css/themes/default/app-light.css +2 -0
- django_spire/core/static/django_spire/css/themes/gruvbox/app-dark.css +2 -0
- django_spire/core/static/django_spire/css/themes/gruvbox/app-light.css +2 -0
- django_spire/core/static/django_spire/css/themes/material/app-dark.css +2 -0
- django_spire/core/static/django_spire/css/themes/material/app-light.css +2 -0
- django_spire/core/static/django_spire/css/themes/nord/app-dark.css +2 -0
- django_spire/core/static/django_spire/css/themes/nord/app-light.css +2 -0
- django_spire/core/static/django_spire/css/themes/one-dark/app-dark.css +2 -0
- django_spire/core/static/django_spire/css/themes/one-dark/app-light.css +2 -0
- django_spire/core/static/django_spire/css/themes/palenight/app-dark.css +2 -0
- django_spire/core/static/django_spire/css/themes/palenight/app-light.css +2 -0
- django_spire/core/static/django_spire/css/themes/rose-pine/app-dark.css +2 -0
- django_spire/core/static/django_spire/css/themes/rose-pine/app-light.css +2 -0
- django_spire/core/static/django_spire/css/themes/tokyo-night/app-dark.css +2 -0
- django_spire/core/static/django_spire/css/themes/tokyo-night/app-light.css +2 -0
- django_spire/core/templatetags/spire_core_tags.py +11 -0
- django_spire/theme/enums.py +0 -3
- django_spire/theme/models.py +0 -3
- django_spire/theme/tests/test_context_processor.py +6 -6
- django_spire/theme/tests/test_enums.py +0 -3
- django_spire/theme/tests/test_integration.py +2 -2
- django_spire/theme/tests/test_model.py +23 -24
- django_spire/theme/tests/test_views/test_json_views.py +4 -4
- {django_spire-0.19.3.dist-info → django_spire-0.19.5.dist-info}/METADATA +1 -1
- {django_spire-0.19.3.dist-info → django_spire-0.19.5.dist-info}/RECORD +40 -45
- django_spire/core/static/django_spire/css/themes/dracula/app-dark.css +0 -71
- django_spire/core/static/django_spire/css/themes/dracula/app-light.css +0 -66
- django_spire/core/static/django_spire/css/themes/oceanic-next/app-dark.css +0 -71
- django_spire/core/static/django_spire/css/themes/oceanic-next/app-light.css +0 -66
- django_spire/core/static/django_spire/css/themes/synthwave/app-dark.css +0 -71
- django_spire/core/static/django_spire/css/themes/synthwave/app-light.css +0 -66
- {django_spire-0.19.3.dist-info → django_spire-0.19.5.dist-info}/WHEEL +0 -0
- {django_spire-0.19.3.dist-info → django_spire-0.19.5.dist-info}/licenses/LICENSE.md +0 -0
- {django_spire-0.19.3.dist-info → django_spire-0.19.5.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: django-spire
|
|
3
|
-
Version: 0.19.
|
|
3
|
+
Version: 0.19.5
|
|
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=SU73G0g9_xGmc_PGmEkqx21_G17v-uZ6ZIFBRnr0nZQ,171
|
|
4
4
|
django_spire/exceptions.py,sha256=L5ndRO5ftMmh0pHkO2z_NG3LSGZviJ-dDHNT73SzTNw,48
|
|
5
5
|
django_spire/settings.py,sha256=_bM5uUqJXq3sW-NZBNAzt4egZwmvLq_jA8DaQGHqVoE,661
|
|
6
6
|
django_spire/urls.py,sha256=mKeZszb5U4iIGqddMb5Tt5fRC72U2wABEOi6mvOfEBU,656
|
|
@@ -434,13 +434,13 @@ django_spire/core/management/commands/spire_startapp_pkg/builder.py,sha256=gb401
|
|
|
434
434
|
django_spire/core/management/commands/spire_startapp_pkg/config.py,sha256=yBtlIcyoK0MFpgP8izB6yzX9jWQIenQ_5D62kYM2D3o,3372
|
|
435
435
|
django_spire/core/management/commands/spire_startapp_pkg/filesystem.py,sha256=TjZZGKqVGrTRr37rWxc0vCcUsviV28DcNCZ2Fo5yz80,3020
|
|
436
436
|
django_spire/core/management/commands/spire_startapp_pkg/generator.py,sha256=JEU8-TstU2hiS_zBegWGFuCZ_lyf7P4iedx3hcX2BLA,5915
|
|
437
|
-
django_spire/core/management/commands/spire_startapp_pkg/maps.py,sha256=
|
|
437
|
+
django_spire/core/management/commands/spire_startapp_pkg/maps.py,sha256=ekgvis2eAhYVQp19F5vM3IS0r0kbts4aPHbJs14c0wE,23228
|
|
438
438
|
django_spire/core/management/commands/spire_startapp_pkg/permissions.py,sha256=czSE-ZNBw-3LsGrtkaD7CBFnitYX18KQjgJ_jjbap7k,5260
|
|
439
439
|
django_spire/core/management/commands/spire_startapp_pkg/processor.py,sha256=zQhuIn2EPU6h-75DrVX8mZOZIBzc5F8GKds8m83QGiA,5900
|
|
440
440
|
django_spire/core/management/commands/spire_startapp_pkg/registry.py,sha256=olBBFvDir6-zOoltQRIzHNIWkRG6CnA1FcP80tU7S3s,2185
|
|
441
441
|
django_spire/core/management/commands/spire_startapp_pkg/reporter.py,sha256=CS8cufg6kQq48A5fO4qIdUNDZWsCriHaW_wqQhzlqUc,10062
|
|
442
442
|
django_spire/core/management/commands/spire_startapp_pkg/resolver.py,sha256=loVIG8zCN_Bo6vjBV2UsUF930Rc5SG5P2klJl3qp0pc,2331
|
|
443
|
-
django_spire/core/management/commands/spire_startapp_pkg/user_input.py,sha256=
|
|
443
|
+
django_spire/core/management/commands/spire_startapp_pkg/user_input.py,sha256=sj8o-BZw1GMFGRHE91SIG4dODVlJp2_uMXweWcHJb1M,9827
|
|
444
444
|
django_spire/core/management/commands/spire_startapp_pkg/validator.py,sha256=q6fsyRmR1kcN2eAFu-5pDaadJ05FDog7N23eR215Yx0,3322
|
|
445
445
|
django_spire/core/management/commands/spire_startapp_pkg/template/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
446
446
|
django_spire/core/management/commands/spire_startapp_pkg/template/app/__init__.py.template,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -497,14 +497,15 @@ django_spire/core/middleware/maintenance.py,sha256=jJtmz69UXJBBgPkq5SNspWuER1bGf
|
|
|
497
497
|
django_spire/core/redirect/__init__.py,sha256=ubAsz_h3ufwgNNkdtqiJQDgXc6DodE2LTUyBwi9dgkE,71
|
|
498
498
|
django_spire/core/redirect/generic_redirect.py,sha256=bfpA2GSRbkf5Y_zqTiTGzakQauLumm3JbaYMzmsDhjA,1245
|
|
499
499
|
django_spire/core/redirect/safe_redirect.py,sha256=deGLqiR1wWwqlJ8BYp76qDUDHnfRrxL-1Vns3nozSG0,2901
|
|
500
|
-
django_spire/core/static/django_spire/css/app-background.css,sha256=
|
|
500
|
+
django_spire/core/static/django_spire/css/app-background.css,sha256=h0hnTe-hQCor-8K4i9EMdYpni2Y_Rs5eN897hqHDeJ8,5800
|
|
501
501
|
django_spire/core/static/django_spire/css/app-border.css,sha256=z_DT3sB5tNQFu4Y7gSqYFn_bpOmEgEgJCrNmAnmSGDI,3439
|
|
502
502
|
django_spire/core/static/django_spire/css/app-button.css,sha256=iUPOFgXp2v_gsNBeX8-CoDEWg_oIBAF1khNue2bdq40,8095
|
|
503
503
|
django_spire/core/static/django_spire/css/app-default.css,sha256=RLVP_vLlkNx_UpNmMmgO73R3UUB_h3sVHt8I2z_iPVk,315
|
|
504
|
-
django_spire/core/static/django_spire/css/app-import.css,sha256=
|
|
504
|
+
django_spire/core/static/django_spire/css/app-import.css,sha256=HMoCBzxpPXvOqxj_BOo_yqtYvODFouRbKqs4Wgg_rOU,418
|
|
505
505
|
django_spire/core/static/django_spire/css/app-layout.css,sha256=Wwnbf3tJ3khvTAC2DgzXPtgfR3rWyfMzQ1wljCNsOLo,458
|
|
506
|
-
django_spire/core/static/django_spire/css/app-navigation.css,sha256=
|
|
506
|
+
django_spire/core/static/django_spire/css/app-navigation.css,sha256=_yQ7JCIOoHyOhfpTkj8Q07ma0dFvOMHXTHetnT8-27I,2587
|
|
507
507
|
django_spire/core/static/django_spire/css/app-offcanvas.css,sha256=SxDsONE1eqERJ1gDAP8chjoJ0aD0Q1VHBPqRWJi8-Mw,178
|
|
508
|
+
django_spire/core/static/django_spire/css/app-override.css,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
508
509
|
django_spire/core/static/django_spire/css/app-page.css,sha256=pB-sSZc9NEUkkMcCfzzrCfeiggGmhONn8Eid5HLs8c0,363
|
|
509
510
|
django_spire/core/static/django_spire/css/app-side-panel.css,sha256=ltggQkEc9tswJ9g2M0qzmWprdzycvizrS0YgY2We2U0,1954
|
|
510
511
|
django_spire/core/static/django_spire/css/app-template.css,sha256=D5ORspwfokNqRW0HwyCbzjBp2Kf_2XtWKa6FSQuSXOg,485
|
|
@@ -515,32 +516,26 @@ django_spire/core/static/django_spire/css/bootstrap-override.css,sha256=3hOf1Tww
|
|
|
515
516
|
django_spire/core/static/django_spire/css/bootstrap.css,sha256=GEgESnyGv91X48AEz35ovTv1fF8JPaB_VZB-JXJjdb0,155840
|
|
516
517
|
django_spire/core/static/django_spire/css/flatpickr.min.css,sha256=RXPAyxHVyMLxb0TYCM2OW5R4GWkcDe02jdYgyZp41OU,16081
|
|
517
518
|
django_spire/core/static/django_spire/css/themes/input.css,sha256=dHY08qEODw-L1xbelx2q-5zu7g9hznVw3Ii3INKlQKU,738
|
|
518
|
-
django_spire/core/static/django_spire/css/themes/ayu/app-dark.css,sha256=
|
|
519
|
-
django_spire/core/static/django_spire/css/themes/ayu/app-light.css,sha256=
|
|
520
|
-
django_spire/core/static/django_spire/css/themes/catppuccin/app-dark.css,sha256=
|
|
521
|
-
django_spire/core/static/django_spire/css/themes/catppuccin/app-light.css,sha256=
|
|
522
|
-
django_spire/core/static/django_spire/css/themes/default/app-dark.css,sha256=
|
|
523
|
-
django_spire/core/static/django_spire/css/themes/default/app-light.css,sha256=
|
|
524
|
-
django_spire/core/static/django_spire/css/themes/
|
|
525
|
-
django_spire/core/static/django_spire/css/themes/
|
|
526
|
-
django_spire/core/static/django_spire/css/themes/
|
|
527
|
-
django_spire/core/static/django_spire/css/themes/
|
|
528
|
-
django_spire/core/static/django_spire/css/themes/
|
|
529
|
-
django_spire/core/static/django_spire/css/themes/
|
|
530
|
-
django_spire/core/static/django_spire/css/themes/
|
|
531
|
-
django_spire/core/static/django_spire/css/themes/
|
|
532
|
-
django_spire/core/static/django_spire/css/themes/
|
|
533
|
-
django_spire/core/static/django_spire/css/themes/
|
|
534
|
-
django_spire/core/static/django_spire/css/themes/
|
|
535
|
-
django_spire/core/static/django_spire/css/themes/
|
|
536
|
-
django_spire/core/static/django_spire/css/themes/
|
|
537
|
-
django_spire/core/static/django_spire/css/themes/
|
|
538
|
-
django_spire/core/static/django_spire/css/themes/rose-pine/app-dark.css,sha256=aDkhNehNz6mhH26lNtIPHBpTrFMbuxfosMQFgit33Kc,2114
|
|
539
|
-
django_spire/core/static/django_spire/css/themes/rose-pine/app-light.css,sha256=HcCEZ2LmVFUz2xIOUIvzow_1598RKtXCoF5LgviRqx8,1919
|
|
540
|
-
django_spire/core/static/django_spire/css/themes/synthwave/app-dark.css,sha256=qSGLjjNqtMj7DVpxfE_-AHcIzgM0xVM_uu_CQ8WfIa0,2114
|
|
541
|
-
django_spire/core/static/django_spire/css/themes/synthwave/app-light.css,sha256=2HIuWeKdR7UDttqitwAVq0r4GrShoxRX_LywUdZ8qXU,1918
|
|
542
|
-
django_spire/core/static/django_spire/css/themes/tokyo-night/app-dark.css,sha256=8eLeCmioMxzMlIr3FGQIRXZWH4bdxxhYwJWVld92-K8,2111
|
|
543
|
-
django_spire/core/static/django_spire/css/themes/tokyo-night/app-light.css,sha256=J5l4aNkG6IgvlB3BySygzT4vXpCGQZn8L-FNb6cvNrs,1917
|
|
519
|
+
django_spire/core/static/django_spire/css/themes/ayu/app-dark.css,sha256=8DY444f-7AMuq7UANiJ4CMBCpQ-TmdUBPBFuFQ4pa5o,2143
|
|
520
|
+
django_spire/core/static/django_spire/css/themes/ayu/app-light.css,sha256=izJOXZcP4fwLEjcCzNQ3X2ikeIYyBcu1N5_7dGFPj-k,1950
|
|
521
|
+
django_spire/core/static/django_spire/css/themes/catppuccin/app-dark.css,sha256=RxU1OmFNzC9Jd60l7BxB0b7qIuqSzE-YJ6FFVE3oRvU,2145
|
|
522
|
+
django_spire/core/static/django_spire/css/themes/catppuccin/app-light.css,sha256=LR_OcKsQiuJ2qjVW_lV39Ij8ugqrzu-geyHMkOihohI,1951
|
|
523
|
+
django_spire/core/static/django_spire/css/themes/default/app-dark.css,sha256=m7mPujtS0FV2lQkfqoAFvsioYskAOgQf7jCIYI-Dqq4,2142
|
|
524
|
+
django_spire/core/static/django_spire/css/themes/default/app-light.css,sha256=xnhfywDu4hVscAczhZeqU5v-cmAmsCfTzUEx1_g2oLc,2147
|
|
525
|
+
django_spire/core/static/django_spire/css/themes/gruvbox/app-dark.css,sha256=smHykEiCMGNX-ZV-d7gAoMMuIUFT1S9_phRFjlLqEgg,2144
|
|
526
|
+
django_spire/core/static/django_spire/css/themes/gruvbox/app-light.css,sha256=qhSTvzWMiN01hq7B4pLlWy8wCz9HDO-ajTpkuFLDj0c,1951
|
|
527
|
+
django_spire/core/static/django_spire/css/themes/material/app-dark.css,sha256=CD4rx9a2n0LtqY82EO9ISkYH7R84UHszVlksdNCbY1k,2144
|
|
528
|
+
django_spire/core/static/django_spire/css/themes/material/app-light.css,sha256=BvsGJWnGSokBlQNSMYM9l2clLun7MyHIPc3Hh8JFmkE,1951
|
|
529
|
+
django_spire/core/static/django_spire/css/themes/nord/app-dark.css,sha256=28Pcz7R5J3uLRvlZR_4yt2RLo4UdAiRi6TumQh2WbTo,2145
|
|
530
|
+
django_spire/core/static/django_spire/css/themes/nord/app-light.css,sha256=LtX4ne1-EQqV1t5kf0H-nOYYaV7Yvfq0ljrovn9ndf4,1951
|
|
531
|
+
django_spire/core/static/django_spire/css/themes/one-dark/app-dark.css,sha256=kiAEwhttJHWrgerx30ibzqhJRu2wmAfLwzQabg1EfbU,2143
|
|
532
|
+
django_spire/core/static/django_spire/css/themes/one-dark/app-light.css,sha256=a0TDzX4uJays_pLMyPMPXDKqMSWVCp69S615ZG32PAc,1951
|
|
533
|
+
django_spire/core/static/django_spire/css/themes/palenight/app-dark.css,sha256=1aJ1f3Z-9zDS0VLiC0I2I9hKiQsKJjSBS0CeCgQvWzs,2147
|
|
534
|
+
django_spire/core/static/django_spire/css/themes/palenight/app-light.css,sha256=JQHcIZJhRis8m2MZV8LhdQtyR5UB3YjbZNeRck-Weko,1951
|
|
535
|
+
django_spire/core/static/django_spire/css/themes/rose-pine/app-dark.css,sha256=2eK4CBnuFICHpWRDfF3jclKv-tzseMXemGwhrZ2UV0o,2147
|
|
536
|
+
django_spire/core/static/django_spire/css/themes/rose-pine/app-light.css,sha256=fMq7AWYfPAsZ9p_YRXinqtZ5OKYtg4J9sqc-mZWCU0M,1952
|
|
537
|
+
django_spire/core/static/django_spire/css/themes/tokyo-night/app-dark.css,sha256=lAbcZObB7_fGhcYmVzhxjf3wz2bwD410MpvAnpZoOtU,2144
|
|
538
|
+
django_spire/core/static/django_spire/css/themes/tokyo-night/app-light.css,sha256=NFBfcs-bGUTKPT400JTAHzK5PGPLXVy8Ly1PYAhIPlQ,1950
|
|
544
539
|
django_spire/core/static/django_spire/favicons/android-chrome-192x192.png,sha256=mxm1sntXHgMJsjErEIE9AK3um0vJCvSkkUAVk0WIyi8,33238
|
|
545
540
|
django_spire/core/static/django_spire/favicons/android-chrome-256x256.png,sha256=cUUqhCaT_Di-oExGdS2ru_U-rKmJ-ab7lgUoZACz1Ng,47140
|
|
546
541
|
django_spire/core/static/django_spire/favicons/apple-touch-icon.png,sha256=CrN3tdR4ZsKh1EY0p03-0y65UeNuRN2nWU60QEChSYo,19109
|
|
@@ -682,7 +677,7 @@ django_spire/core/templates/django_spire/wizard/wizard_page.html,sha256=emW5W2z_
|
|
|
682
677
|
django_spire/core/templatetags/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
683
678
|
django_spire/core/templatetags/json.py,sha256=2XY8hQZrJOSmGMblL8bLRYD9hvUSQvhYaSJvwGaKzwU,280
|
|
684
679
|
django_spire/core/templatetags/message.py,sha256=y70pMv1ddttJ41c11O1S7h7v8h_gTtJVdXe67J4Ld3g,491
|
|
685
|
-
django_spire/core/templatetags/spire_core_tags.py,sha256=
|
|
680
|
+
django_spire/core/templatetags/spire_core_tags.py,sha256=_IN6HWrscCKJ8LjDRe47y5g1kvBgDAQ7tNAuD5SiuEY,4247
|
|
686
681
|
django_spire/core/templatetags/string_formating.py,sha256=pE5ID0-cvOKfmbAIixVXEW3LN8_XLEF_OlpztHkiILk,444
|
|
687
682
|
django_spire/core/templatetags/variable_types.py,sha256=LFk9NO-LKBTBnXu04jLJ_miOKyuO-KAvqaBM8jwzg7s,686
|
|
688
683
|
django_spire/core/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -1078,8 +1073,8 @@ django_spire/profiling/middleware/profiling.py,sha256=Vl8WHCEYoUl1P50uFog2Gp6hK2
|
|
|
1078
1073
|
django_spire/profiling/templates/panel.html,sha256=YNK5ypTpUezWCtT0CE-awIpKPo4pKOPo9wbD4fkzgwc,6684
|
|
1079
1074
|
django_spire/theme/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1080
1075
|
django_spire/theme/apps.py,sha256=yol2S7ooTuplc8JKETEg6oAu9hpeHUpJ6wt1Bo3dQ3E,479
|
|
1081
|
-
django_spire/theme/enums.py,sha256=
|
|
1082
|
-
django_spire/theme/models.py,sha256=
|
|
1076
|
+
django_spire/theme/enums.py,sha256=Pe5snW7q_fws50vAnfx1JvRCW5G9WeWxsAiU3s6lWpE,409
|
|
1077
|
+
django_spire/theme/models.py,sha256=tVUOpXauLq1m-tDknHggF2EKpky9PmiB9gOPm24SRCs,4113
|
|
1083
1078
|
django_spire/theme/utils.py,sha256=Ka3CfK7BzBDOJWTw6XO097cqpdkXothWxPvUwFpjdv8,377
|
|
1084
1079
|
django_spire/theme/templates/django_spire/theme/card/badges_preview_card.html,sha256=0fNfmL4IyQRrK5Kry95j6APQk3sAJv2XqjodPzOxwWg,1429
|
|
1085
1080
|
django_spire/theme/templates/django_spire/theme/card/base_preview_card.html,sha256=2aKpoNTh6jHE9TT_enKJ9ZChFol9LgPq-y88um_vpZo,658
|
|
@@ -1119,21 +1114,21 @@ django_spire/theme/templates/django_spire/theme/section/color_section_card.html,
|
|
|
1119
1114
|
django_spire/theme/templates/django_spire/theme/section/typography_section.html,sha256=tyg4zUulg9bBcFr1T2hxORGPlD4-k5vxXIabCbuG1jk,2274
|
|
1120
1115
|
django_spire/theme/templates/django_spire/theme/section/typography_section_card.html,sha256=cgshyWYzFF__fcAXTxxxMd2jAb6TGAjTIL-GZI4dsHs,155
|
|
1121
1116
|
django_spire/theme/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1122
|
-
django_spire/theme/tests/test_context_processor.py,sha256=
|
|
1123
|
-
django_spire/theme/tests/test_enums.py,sha256
|
|
1117
|
+
django_spire/theme/tests/test_context_processor.py,sha256=2MdQWZrjStOFSynGm9sfPdEWGV5pdwTtngPEaVCA6bY,3026
|
|
1118
|
+
django_spire/theme/tests/test_enums.py,sha256=-s4zUD8F08dzoVfBkjwjpfzmX6X4h8hZ4x9k8EGsmvo,765
|
|
1124
1119
|
django_spire/theme/tests/test_filesystem.py,sha256=o18Hqkf7iUE1XYP2GfN-upnTFYM3nhzuU9e0Jq3RmZQ,6629
|
|
1125
|
-
django_spire/theme/tests/test_integration.py,sha256=
|
|
1126
|
-
django_spire/theme/tests/test_model.py,sha256
|
|
1120
|
+
django_spire/theme/tests/test_integration.py,sha256=QTRHxQWy-c8Uz2K_P8aipxRDOSuEvWVRHsib6fQGNPs,1869
|
|
1121
|
+
django_spire/theme/tests/test_model.py,sha256=-VY82o0d3-9fNJjZEaYf9UKW2obsVBr2iVQeGdAsXLs,6940
|
|
1127
1122
|
django_spire/theme/tests/test_views/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1128
|
-
django_spire/theme/tests/test_views/test_json_views.py,sha256=
|
|
1123
|
+
django_spire/theme/tests/test_views/test_json_views.py,sha256=Hws7ZZIZPzUN-RIWtL1_2LVY9ugqxswxZT4VEy0I_gk,4428
|
|
1129
1124
|
django_spire/theme/urls/__init__.py,sha256=0AGqZ-kWrE50HwlFRH_t19qO7CH1OqGLtPrf6PDhjF8,249
|
|
1130
1125
|
django_spire/theme/urls/json_urls.py,sha256=CHqKcicKQpKI3OrlxTOQKgdYvzHWZDgScqpCDu9r7oU,247
|
|
1131
1126
|
django_spire/theme/urls/page_urls.py,sha256=S8nkKkgbhG3XHI3uMUL-piOjXIrRkuY2UlM_JNX4L3Q,641
|
|
1132
1127
|
django_spire/theme/views/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1133
1128
|
django_spire/theme/views/json_views.py,sha256=W1khC2K_EMbEzAFmMxC_P76_MFnkRH4-eVdodrRfAhw,1904
|
|
1134
1129
|
django_spire/theme/views/page_views.py,sha256=pHr8iekjtR99xs7w1taj35HEo133Svq1dvDD0y0VL1c,3933
|
|
1135
|
-
django_spire-0.19.
|
|
1136
|
-
django_spire-0.19.
|
|
1137
|
-
django_spire-0.19.
|
|
1138
|
-
django_spire-0.19.
|
|
1139
|
-
django_spire-0.19.
|
|
1130
|
+
django_spire-0.19.5.dist-info/licenses/LICENSE.md,sha256=tlTbOtgKoy-xAQpUk9gPeh9O4oRXCOzoWdW3jJz0wnA,1091
|
|
1131
|
+
django_spire-0.19.5.dist-info/METADATA,sha256=jzU9HqJVRDWzw6SjQAToWERibaqyr-NGGS7Njq0Xo-c,4967
|
|
1132
|
+
django_spire-0.19.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
1133
|
+
django_spire-0.19.5.dist-info/top_level.txt,sha256=xf3QV1e--ONkVpgMDQE9iqjQ1Vg4--_6C8wmO-KxPHQ,13
|
|
1134
|
+
django_spire-0.19.5.dist-info/RECORD,,
|
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
[data-theme="dark"] {
|
|
2
|
-
--app-primary: #bd93f9;
|
|
3
|
-
--app-primary-soft: #2a1f35;
|
|
4
|
-
--app-primary-dark: #9580d4;
|
|
5
|
-
|
|
6
|
-
--app-secondary: #6272a4;
|
|
7
|
-
--app-secondary-soft: #323547;
|
|
8
|
-
--app-secondary-dark: #4b5b8c;
|
|
9
|
-
|
|
10
|
-
--app-accent: #ff79c6;
|
|
11
|
-
--app-accent-soft: #3d1f2f;
|
|
12
|
-
--app-accent-dark: #e056a2;
|
|
13
|
-
|
|
14
|
-
--app-success: #50fa7b;
|
|
15
|
-
--app-success-soft: #1a2e21;
|
|
16
|
-
--app-success-dark: #3dcc58;
|
|
17
|
-
|
|
18
|
-
--app-warning: #f1fa8c;
|
|
19
|
-
--app-warning-soft: #3d3d23;
|
|
20
|
-
--app-warning-dark: #e6f06f;
|
|
21
|
-
|
|
22
|
-
--app-danger: #ff5555;
|
|
23
|
-
--app-danger-soft: #3d1f1f;
|
|
24
|
-
--app-danger-dark: #e63946;
|
|
25
|
-
|
|
26
|
-
--app-layer-one: #282a36;
|
|
27
|
-
--app-layer-two: #44475a;
|
|
28
|
-
--app-layer-three: #6272a4;
|
|
29
|
-
--app-layer-four: #7882b4;
|
|
30
|
-
|
|
31
|
-
--app-alt-layer-one: #21222c;
|
|
32
|
-
--app-alt-layer-two: #373a4e;
|
|
33
|
-
--app-alt-layer-three: #555a7a;
|
|
34
|
-
--app-alt-layer-four: #6e76a8;
|
|
35
|
-
|
|
36
|
-
--app-default-attribute-title-color: #f8f8f2;
|
|
37
|
-
--app-default-button-text-color: #282a36;
|
|
38
|
-
--app-default-text-color: #f8f8f2;
|
|
39
|
-
--app-default-alt-text-color: #e8e8e2;
|
|
40
|
-
--app-default-link-color: #bd93f9;
|
|
41
|
-
--app-default-link-hover-color: #ff79c6;
|
|
42
|
-
|
|
43
|
-
--app-side-navigation-bg-color: #282a36;
|
|
44
|
-
--app-side-navigation-text-color: #f8f8f2;
|
|
45
|
-
--app-side-navigation-link-color: #f8f8f2;
|
|
46
|
-
--app-side-navigation-link-hover-color: #bd93f9;
|
|
47
|
-
|
|
48
|
-
--app-top-navigation-bg-color: #282a36;
|
|
49
|
-
--app-top-navigation-text-color: #f8f8f2;
|
|
50
|
-
--app-top-navigation-link-color: #bd93f9;
|
|
51
|
-
--app-top-navigation-link-hover-color: #ff79c6;
|
|
52
|
-
|
|
53
|
-
--app-footer-bg-color: #282a36;
|
|
54
|
-
--app-footer-text-color: #f8f8f2;
|
|
55
|
-
--app-footer-link-color: #bd93f9;
|
|
56
|
-
--app-footer-link-hover-color: #ff79c6;
|
|
57
|
-
|
|
58
|
-
--app-table-row-color: #282a36;
|
|
59
|
-
--app-table-row-alt-color: #44475a;
|
|
60
|
-
--app-table-row-hover-color: #6272a4;
|
|
61
|
-
|
|
62
|
-
--bs-border-color: #7882b4;
|
|
63
|
-
|
|
64
|
-
--app-shadow-light: rgba(0, 0, 0, 0.3);
|
|
65
|
-
--app-shadow-medium: rgba(0, 0, 0, 0.5);
|
|
66
|
-
--app-shadow-heavy: rgba(0, 0, 0, 0.7);
|
|
67
|
-
--app-shadow-navigation: rgba(0, 0, 0, 0.9);
|
|
68
|
-
|
|
69
|
-
--app-border-translucent-light: rgba(120, 130, 180, 0.3);
|
|
70
|
-
--app-focus-ring-primary: rgba(189, 147, 249, 0.25);
|
|
71
|
-
}
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
:root {
|
|
2
|
-
--app-primary: #bd93f9;
|
|
3
|
-
--app-primary-soft: #f0ebfd;
|
|
4
|
-
--app-primary-dark: #9580d4;
|
|
5
|
-
|
|
6
|
-
--app-secondary: #6272a4;
|
|
7
|
-
--app-secondary-soft: #e6e8f0;
|
|
8
|
-
--app-secondary-dark: #4b5b8c;
|
|
9
|
-
|
|
10
|
-
--app-accent: #ff79c6;
|
|
11
|
-
--app-accent-soft: #ffe5f4;
|
|
12
|
-
--app-accent-dark: #e056a2;
|
|
13
|
-
|
|
14
|
-
--app-success: #50fa7b;
|
|
15
|
-
--app-success-soft: #e5fee9;
|
|
16
|
-
--app-success-dark: #3dcc58;
|
|
17
|
-
|
|
18
|
-
--app-warning: #f1fa8c;
|
|
19
|
-
--app-warning-soft: #fdfee5;
|
|
20
|
-
--app-warning-dark: #e6f06f;
|
|
21
|
-
|
|
22
|
-
--app-danger: #ff5555;
|
|
23
|
-
--app-danger-soft: #ffe5e5;
|
|
24
|
-
--app-danger-dark: #e63946;
|
|
25
|
-
|
|
26
|
-
--app-layer-one: #f8f8f2;
|
|
27
|
-
--app-layer-two: #f0f0ea;
|
|
28
|
-
--app-layer-three: #e8e8e2;
|
|
29
|
-
--app-layer-four: #d0d0ca;
|
|
30
|
-
|
|
31
|
-
--app-alt-layer-one: #ffffff;
|
|
32
|
-
--app-alt-layer-two: #f5f5f0;
|
|
33
|
-
--app-alt-layer-three: #e0e0da;
|
|
34
|
-
--app-alt-layer-four: #c8c8c2;
|
|
35
|
-
|
|
36
|
-
--app-default-attribute-title-color: #6272a4;
|
|
37
|
-
--app-default-button-text-color: #f8f8f2;
|
|
38
|
-
--app-default-text-color: #44475a;
|
|
39
|
-
--app-default-alt-text-color: #6272a4;
|
|
40
|
-
--app-default-link-color: #bd93f9;
|
|
41
|
-
--app-default-link-hover-color: #ff79c6;
|
|
42
|
-
|
|
43
|
-
--app-side-navigation-bg-color: #6272a4;
|
|
44
|
-
--app-side-navigation-text-color: #f8f8f2;
|
|
45
|
-
--app-side-navigation-link-color: #f8f8f2;
|
|
46
|
-
--app-side-navigation-link-hover-color: #bd93f9;
|
|
47
|
-
|
|
48
|
-
--app-top-navigation-bg-color: #f8f8f2;
|
|
49
|
-
--app-top-navigation-text-color: #44475a;
|
|
50
|
-
--app-top-navigation-link-color: #bd93f9;
|
|
51
|
-
--app-top-navigation-link-hover-color: #ff79c6;
|
|
52
|
-
|
|
53
|
-
--app-footer-bg-color: #f0f0ea;
|
|
54
|
-
--app-footer-text-color: #44475a;
|
|
55
|
-
--app-footer-link-color: #bd93f9;
|
|
56
|
-
--app-footer-link-hover-color: #ff79c6;
|
|
57
|
-
|
|
58
|
-
--app-table-row-color: #f8f8f2;
|
|
59
|
-
--app-table-row-alt-color: #f0f0ea;
|
|
60
|
-
--app-table-row-hover-color: #e8e8e2;
|
|
61
|
-
|
|
62
|
-
--bs-border-color: #e8e8e2;
|
|
63
|
-
|
|
64
|
-
--app-border-translucent-light: rgba(208, 208, 202, 0.175);
|
|
65
|
-
--app-focus-ring-primary: rgba(189, 147, 249, 0.25);
|
|
66
|
-
}
|
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
[data-theme="dark"] {
|
|
2
|
-
--app-primary: #6699cc;
|
|
3
|
-
--app-primary-soft: #1a262f;
|
|
4
|
-
--app-primary-dark: #4f8cc9;
|
|
5
|
-
|
|
6
|
-
--app-secondary: #65737e;
|
|
7
|
-
--app-secondary-soft: #2d3640;
|
|
8
|
-
--app-secondary-dark: #556873;
|
|
9
|
-
|
|
10
|
-
--app-accent: #f99157;
|
|
11
|
-
--app-accent-soft: #3d2515;
|
|
12
|
-
--app-accent-dark: #ec7940;
|
|
13
|
-
|
|
14
|
-
--app-success: #99c794;
|
|
15
|
-
--app-success-soft: #202e24;
|
|
16
|
-
--app-success-dark: #7cb668;
|
|
17
|
-
|
|
18
|
-
--app-warning: #fac863;
|
|
19
|
-
--app-warning-soft: #3d3319;
|
|
20
|
-
--app-warning-dark: #f5b942;
|
|
21
|
-
|
|
22
|
-
--app-danger: #ec5f67;
|
|
23
|
-
--app-danger-soft: #3d1f22;
|
|
24
|
-
--app-danger-dark: #e74c3c;
|
|
25
|
-
|
|
26
|
-
--app-layer-one: #1b2b34;
|
|
27
|
-
--app-layer-two: #343d46;
|
|
28
|
-
--app-layer-three: #4f5b66;
|
|
29
|
-
--app-layer-four: #65737e;
|
|
30
|
-
|
|
31
|
-
--app-alt-layer-one: #152028;
|
|
32
|
-
--app-alt-layer-two: #2b3b42;
|
|
33
|
-
--app-alt-layer-three: #3a4750;
|
|
34
|
-
--app-alt-layer-four: #4a5861;
|
|
35
|
-
|
|
36
|
-
--app-default-attribute-title-color: #c0c5ce;
|
|
37
|
-
--app-default-button-text-color: #1b2b34;
|
|
38
|
-
--app-default-text-color: #c0c5ce;
|
|
39
|
-
--app-default-alt-text-color: #a7adba;
|
|
40
|
-
--app-default-link-color: #6699cc;
|
|
41
|
-
--app-default-link-hover-color: #5fb3b3;
|
|
42
|
-
|
|
43
|
-
--app-side-navigation-bg-color: #152028;
|
|
44
|
-
--app-side-navigation-text-color: #c0c5ce;
|
|
45
|
-
--app-side-navigation-link-color: #c0c5ce;
|
|
46
|
-
--app-side-navigation-link-hover-color: #6699cc;
|
|
47
|
-
|
|
48
|
-
--app-top-navigation-bg-color: #152028;
|
|
49
|
-
--app-top-navigation-text-color: #c0c5ce;
|
|
50
|
-
--app-top-navigation-link-color: #6699cc;
|
|
51
|
-
--app-top-navigation-link-hover-color: #5fb3b3;
|
|
52
|
-
|
|
53
|
-
--app-footer-bg-color: #152028;
|
|
54
|
-
--app-footer-text-color: #c0c5ce;
|
|
55
|
-
--app-footer-link-color: #6699cc;
|
|
56
|
-
--app-footer-link-hover-color: #5fb3b3;
|
|
57
|
-
|
|
58
|
-
--app-table-row-color: #1b2b34;
|
|
59
|
-
--app-table-row-alt-color: #343d46;
|
|
60
|
-
--app-table-row-hover-color: #4f5b66;
|
|
61
|
-
|
|
62
|
-
--bs-border-color: #65737e;
|
|
63
|
-
|
|
64
|
-
--app-shadow-light: rgba(0, 0, 0, 0.3);
|
|
65
|
-
--app-shadow-medium: rgba(0, 0, 0, 0.5);
|
|
66
|
-
--app-shadow-heavy: rgba(0, 0, 0, 0.7);
|
|
67
|
-
--app-shadow-navigation: rgba(0, 0, 0, 0.9);
|
|
68
|
-
|
|
69
|
-
--app-border-translucent-light: rgba(101, 115, 126, 0.3);
|
|
70
|
-
--app-focus-ring-primary: rgba(102, 153, 204, 0.25);
|
|
71
|
-
}
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
:root {
|
|
2
|
-
--app-primary: #0277bd;
|
|
3
|
-
--app-primary-soft: #e3f2fd;
|
|
4
|
-
--app-primary-dark: #01579b;
|
|
5
|
-
|
|
6
|
-
--app-secondary: #607d8b;
|
|
7
|
-
--app-secondary-soft: #eceff1;
|
|
8
|
-
--app-secondary-dark: #455a64;
|
|
9
|
-
|
|
10
|
-
--app-accent: #ff7043;
|
|
11
|
-
--app-accent-soft: #fbe9e7;
|
|
12
|
-
--app-accent-dark: #d84315;
|
|
13
|
-
|
|
14
|
-
--app-success: #4caf50;
|
|
15
|
-
--app-success-soft: #e8f5e8;
|
|
16
|
-
--app-success-dark: #2e7d32;
|
|
17
|
-
|
|
18
|
-
--app-warning: #ff9800;
|
|
19
|
-
--app-warning-soft: #fff3e0;
|
|
20
|
-
--app-warning-dark: #ef6c00;
|
|
21
|
-
|
|
22
|
-
--app-danger: #f44336;
|
|
23
|
-
--app-danger-soft: #ffebee;
|
|
24
|
-
--app-danger-dark: #c62828;
|
|
25
|
-
|
|
26
|
-
--app-layer-one: #ffffff;
|
|
27
|
-
--app-layer-two: #fafafa;
|
|
28
|
-
--app-layer-three: #f5f5f5;
|
|
29
|
-
--app-layer-four: #e0e0e0;
|
|
30
|
-
|
|
31
|
-
--app-alt-layer-one: #ffffff;
|
|
32
|
-
--app-alt-layer-two: #fcfcfc;
|
|
33
|
-
--app-alt-layer-three: #f8f8f8;
|
|
34
|
-
--app-alt-layer-four: #f0f0f0;
|
|
35
|
-
|
|
36
|
-
--app-default-attribute-title-color: #607d8b;
|
|
37
|
-
--app-default-button-text-color: #ffffff;
|
|
38
|
-
--app-default-text-color: #263238;
|
|
39
|
-
--app-default-alt-text-color: #37474f;
|
|
40
|
-
--app-default-link-color: #0277bd;
|
|
41
|
-
--app-default-link-hover-color: #00acc1;
|
|
42
|
-
|
|
43
|
-
--app-side-navigation-bg-color: #263238;
|
|
44
|
-
--app-side-navigation-text-color: #ffffff;
|
|
45
|
-
--app-side-navigation-link-color: #ffffff;
|
|
46
|
-
--app-side-navigation-link-hover-color: #4fc3f7;
|
|
47
|
-
|
|
48
|
-
--app-top-navigation-bg-color: #ffffff;
|
|
49
|
-
--app-top-navigation-text-color: #263238;
|
|
50
|
-
--app-top-navigation-link-color: #0277bd;
|
|
51
|
-
--app-top-navigation-link-hover-color: #00acc1;
|
|
52
|
-
|
|
53
|
-
--app-footer-bg-color: #fafafa;
|
|
54
|
-
--app-footer-text-color: #263238;
|
|
55
|
-
--app-footer-link-color: #0277bd;
|
|
56
|
-
--app-footer-link-hover-color: #00acc1;
|
|
57
|
-
|
|
58
|
-
--app-table-row-color: #ffffff;
|
|
59
|
-
--app-table-row-alt-color: #fafafa;
|
|
60
|
-
--app-table-row-hover-color: #f5f5f5;
|
|
61
|
-
|
|
62
|
-
--bs-border-color: #f5f5f5;
|
|
63
|
-
|
|
64
|
-
--app-border-translucent-light: rgba(224, 224, 224, 0.175);
|
|
65
|
-
--app-focus-ring-primary: rgba(2, 119, 189, 0.25);
|
|
66
|
-
}
|
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
[data-theme="dark"] {
|
|
2
|
-
--app-primary: #ff7edb;
|
|
3
|
-
--app-primary-soft: #301a2e;
|
|
4
|
-
--app-primary-dark: #e967c8;
|
|
5
|
-
|
|
6
|
-
--app-secondary: #848bbd;
|
|
7
|
-
--app-secondary-soft: #3a3649;
|
|
8
|
-
--app-secondary-dark: #6b7394;
|
|
9
|
-
|
|
10
|
-
--app-accent: #f97e72;
|
|
11
|
-
--app-accent-soft: #3d1f1f;
|
|
12
|
-
--app-accent-dark: #f36c60;
|
|
13
|
-
|
|
14
|
-
--app-success: #72f1b8;
|
|
15
|
-
--app-success-soft: #1a2e28;
|
|
16
|
-
--app-success-dark: #36f9aa;
|
|
17
|
-
|
|
18
|
-
--app-warning: #fede5d;
|
|
19
|
-
--app-warning-soft: #3d3d1a;
|
|
20
|
-
--app-warning-dark: #fed83d;
|
|
21
|
-
|
|
22
|
-
--app-danger: #ff8a80;
|
|
23
|
-
--app-danger-soft: #3d2626;
|
|
24
|
-
--app-danger-dark: #ff7a6b;
|
|
25
|
-
|
|
26
|
-
--app-layer-one: #241b2f;
|
|
27
|
-
--app-layer-two: #34294f;
|
|
28
|
-
--app-layer-three: #495361;
|
|
29
|
-
--app-layer-four: #6b7394;
|
|
30
|
-
|
|
31
|
-
--app-alt-layer-one: #1e1529;
|
|
32
|
-
--app-alt-layer-two: #2d2142;
|
|
33
|
-
--app-alt-layer-three: #3d3454;
|
|
34
|
-
--app-alt-layer-four: #4d4464;
|
|
35
|
-
|
|
36
|
-
--app-default-attribute-title-color: #f92aad;
|
|
37
|
-
--app-default-button-text-color: #2a2139;
|
|
38
|
-
--app-default-text-color: #f92aad;
|
|
39
|
-
--app-default-alt-text-color: #d084ac;
|
|
40
|
-
--app-default-link-color: #ff7edb;
|
|
41
|
-
--app-default-link-hover-color: #36f9aa;
|
|
42
|
-
|
|
43
|
-
--app-side-navigation-bg-color: #241b2f;
|
|
44
|
-
--app-side-navigation-text-color: #f92aad;
|
|
45
|
-
--app-side-navigation-link-color: #f92aad;
|
|
46
|
-
--app-side-navigation-link-hover-color: #ff7edb;
|
|
47
|
-
|
|
48
|
-
--app-top-navigation-bg-color: #241b2f;
|
|
49
|
-
--app-top-navigation-text-color: #f92aad;
|
|
50
|
-
--app-top-navigation-link-color: #ff7edb;
|
|
51
|
-
--app-top-navigation-link-hover-color: #36f9aa;
|
|
52
|
-
|
|
53
|
-
--app-footer-bg-color: #241b2f;
|
|
54
|
-
--app-footer-text-color: #f92aad;
|
|
55
|
-
--app-footer-link-color: #ff7edb;
|
|
56
|
-
--app-footer-link-hover-color: #36f9aa;
|
|
57
|
-
|
|
58
|
-
--app-table-row-color: #2a2139;
|
|
59
|
-
--app-table-row-alt-color: #34294f;
|
|
60
|
-
--app-table-row-hover-color: #495361;
|
|
61
|
-
|
|
62
|
-
--bs-border-color: #6b7394;
|
|
63
|
-
|
|
64
|
-
--app-shadow-light: rgba(0, 0, 0, 0.3);
|
|
65
|
-
--app-shadow-medium: rgba(0, 0, 0, 0.5);
|
|
66
|
-
--app-shadow-heavy: rgba(0, 0, 0, 0.7);
|
|
67
|
-
--app-shadow-navigation: rgba(0, 0, 0, 0.9);
|
|
68
|
-
|
|
69
|
-
--app-border-translucent-light: rgba(107, 115, 148, 0.3);
|
|
70
|
-
--app-focus-ring-primary: rgba(255, 126, 219, 0.25);
|
|
71
|
-
}
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
:root {
|
|
2
|
-
--app-primary: #d946ef;
|
|
3
|
-
--app-primary-soft: #faf5ff;
|
|
4
|
-
--app-primary-dark: #c026d3;
|
|
5
|
-
|
|
6
|
-
--app-secondary: #6366f1;
|
|
7
|
-
--app-secondary-soft: #f0f0ff;
|
|
8
|
-
--app-secondary-dark: #4338ca;
|
|
9
|
-
|
|
10
|
-
--app-accent: #f43f5e;
|
|
11
|
-
--app-accent-soft: #fdf2f8;
|
|
12
|
-
--app-accent-dark: #e11d48;
|
|
13
|
-
|
|
14
|
-
--app-success: #10d9c4;
|
|
15
|
-
--app-success-soft: #f0fdfa;
|
|
16
|
-
--app-success-dark: #0891b2;
|
|
17
|
-
|
|
18
|
-
--app-warning: #f59e0b;
|
|
19
|
-
--app-warning-soft: #fffbeb;
|
|
20
|
-
--app-warning-dark: #d97706;
|
|
21
|
-
|
|
22
|
-
--app-danger: #f43f5e;
|
|
23
|
-
--app-danger-soft: #fdf2f8;
|
|
24
|
-
--app-danger-dark: #e11d48;
|
|
25
|
-
|
|
26
|
-
--app-layer-one: #fdf7fd;
|
|
27
|
-
--app-layer-two: #f5f3ff;
|
|
28
|
-
--app-layer-three: #ede9fe;
|
|
29
|
-
--app-layer-four: #c4b5fd;
|
|
30
|
-
|
|
31
|
-
--app-alt-layer-one: #ffffff;
|
|
32
|
-
--app-alt-layer-two: #fefbff;
|
|
33
|
-
--app-alt-layer-three: #f8f4ff;
|
|
34
|
-
--app-alt-layer-four: #f0ebff;
|
|
35
|
-
|
|
36
|
-
--app-default-attribute-title-color: #6366f1;
|
|
37
|
-
--app-default-button-text-color: #fdf7fd;
|
|
38
|
-
--app-default-text-color: #4a3c5e;
|
|
39
|
-
--app-default-alt-text-color: #64748b;
|
|
40
|
-
--app-default-link-color: #d946ef;
|
|
41
|
-
--app-default-link-hover-color: #f43f5e;
|
|
42
|
-
|
|
43
|
-
--app-side-navigation-bg-color: #4a3c5e;
|
|
44
|
-
--app-side-navigation-text-color: #fdf7fd;
|
|
45
|
-
--app-side-navigation-link-color: #fdf7fd;
|
|
46
|
-
--app-side-navigation-link-hover-color: #d946ef;
|
|
47
|
-
|
|
48
|
-
--app-top-navigation-bg-color: #fdf7fd;
|
|
49
|
-
--app-top-navigation-text-color: #4a3c5e;
|
|
50
|
-
--app-top-navigation-link-color: #d946ef;
|
|
51
|
-
--app-top-navigation-link-hover-color: #f43f5e;
|
|
52
|
-
|
|
53
|
-
--app-footer-bg-color: #f5f3ff;
|
|
54
|
-
--app-footer-text-color: #4a3c5e;
|
|
55
|
-
--app-footer-link-color: #d946ef;
|
|
56
|
-
--app-footer-link-hover-color: #f43f5e;
|
|
57
|
-
|
|
58
|
-
--app-table-row-color: #fdf7fd;
|
|
59
|
-
--app-table-row-alt-color: #f5f3ff;
|
|
60
|
-
--app-table-row-hover-color: #ede9fe;
|
|
61
|
-
|
|
62
|
-
--bs-border-color: #ede9fe;
|
|
63
|
-
|
|
64
|
-
--app-border-translucent-light: rgba(196, 181, 253, 0.175);
|
|
65
|
-
--app-focus-ring-primary: rgba(217, 70, 239, 0.25);
|
|
66
|
-
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|