wagtail-enap-designsystem 1.2.1.143__py3-none-any.whl → 1.2.1.145__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.

Potentially problematic release.


This version of wagtail-enap-designsystem might be problematic. Click here for more details.

Files changed (26) hide show
  1. enap_designsystem/blocks/content_blocks.py +2 -1
  2. enap_designsystem/blocks/form.py +1 -6
  3. enap_designsystem/blocks/html_blocks.py +82 -77
  4. enap_designsystem/blocks/layout_blocks.py +26 -0
  5. enap_designsystem/blocks/semana_blocks.py +30 -19
  6. enap_designsystem/migrations/0415_showcasecomponentesdireto_debug_mode_and_more.py +77346 -0
  7. enap_designsystem/migrations/0416_alter_showcasecomponentesdireto_debug_mode_and_more.py +33 -0
  8. enap_designsystem/migrations/0417_alter_showcasecomponentesdireto_options_and_more.py +53 -0
  9. enap_designsystem/models.py +729 -146
  10. enap_designsystem/static/enap_designsystem/blocks/accordions.css +1 -0
  11. enap_designsystem/static/enap_designsystem/blocks/semana.css +6 -5
  12. enap_designsystem/templates/enap_designsystem/blocks/apresentacao_block.html +8 -16
  13. enap_designsystem/templates/enap_designsystem/blocks/apresentacao_simple_block.html +11 -12
  14. enap_designsystem/templates/enap_designsystem/blocks/cards_titles.html +23 -31
  15. enap_designsystem/templates/enap_designsystem/blocks/formulario_dinamico.html +4 -4
  16. enap_designsystem/templates/enap_designsystem/blocks/logos_simple_block.html +1 -22
  17. enap_designsystem/templates/enap_designsystem/blocks/numeros_block.html +1 -1
  18. enap_designsystem/templates/enap_designsystem/blocks/section_block.html +2 -2
  19. enap_designsystem/templates/enap_designsystem/blocks/video_hero_banner.html +3 -8
  20. enap_designsystem/templates/enap_designsystem/pages/showcase_components.html +867 -464
  21. enap_designsystem/templates/enap_designsystem/semana_inovacao/blocks_menu_navigation.html +10 -0
  22. {wagtail_enap_designsystem-1.2.1.143.dist-info → wagtail_enap_designsystem-1.2.1.145.dist-info}/METADATA +1 -1
  23. {wagtail_enap_designsystem-1.2.1.143.dist-info → wagtail_enap_designsystem-1.2.1.145.dist-info}/RECORD +26 -23
  24. {wagtail_enap_designsystem-1.2.1.143.dist-info → wagtail_enap_designsystem-1.2.1.145.dist-info}/WHEEL +0 -0
  25. {wagtail_enap_designsystem-1.2.1.143.dist-info → wagtail_enap_designsystem-1.2.1.145.dist-info}/licenses/LICENSE +0 -0
  26. {wagtail_enap_designsystem-1.2.1.143.dist-info → wagtail_enap_designsystem-1.2.1.145.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,33 @@
1
+ # Generated by Django 5.1.6 on 2025-09-18 20:00
2
+
3
+ import wagtail.fields
4
+ from django.db import migrations, models
5
+
6
+
7
+ class Migration(migrations.Migration):
8
+
9
+ dependencies = [
10
+ ("enap_designsystem", "0415_showcasecomponentesdireto_debug_mode_and_more"),
11
+ ]
12
+
13
+ operations = [
14
+ migrations.AlterField(
15
+ model_name="showcasecomponentesdireto",
16
+ name="debug_mode",
17
+ field=models.BooleanField(
18
+ default=True,
19
+ help_text="Ativar para ver informações detalhadas de debug",
20
+ verbose_name="Modo Debug",
21
+ ),
22
+ ),
23
+ migrations.AlterField(
24
+ model_name="showcasecomponentesdireto",
25
+ name="description",
26
+ field=wagtail.fields.RichTextField(
27
+ blank=True,
28
+ default="Showcase com renderização direta de TODOS os componentes",
29
+ help_text="Descrição da biblioteca de componentes",
30
+ verbose_name="Descrição",
31
+ ),
32
+ ),
33
+ ]
@@ -0,0 +1,53 @@
1
+ # Generated by Django 5.1.6 on 2025-09-18 20:03
2
+
3
+ import wagtail.fields
4
+ from django.db import migrations, models
5
+
6
+
7
+ class Migration(migrations.Migration):
8
+
9
+ dependencies = [
10
+ (
11
+ "enap_designsystem",
12
+ "0416_alter_showcasecomponentesdireto_debug_mode_and_more",
13
+ ),
14
+ ]
15
+
16
+ operations = [
17
+ migrations.AlterModelOptions(
18
+ name="showcasecomponentesdireto",
19
+ options={
20
+ "verbose_name": "Showcase Visual de Componentes",
21
+ "verbose_name_plural": "Showcases Visuais de Componentes",
22
+ },
23
+ ),
24
+ migrations.AlterField(
25
+ model_name="showcasecomponentesdireto",
26
+ name="debug_mode",
27
+ field=models.BooleanField(
28
+ default=False,
29
+ help_text="Ativar para ver informações técnicas",
30
+ verbose_name="Modo Debug",
31
+ ),
32
+ ),
33
+ migrations.AlterField(
34
+ model_name="showcasecomponentesdireto",
35
+ name="description",
36
+ field=wagtail.fields.RichTextField(
37
+ blank=True,
38
+ default="Showcase visual dos componentes completos",
39
+ help_text="Descrição da biblioteca de componentes",
40
+ verbose_name="Descrição",
41
+ ),
42
+ ),
43
+ migrations.AlterField(
44
+ model_name="showcasecomponentesdireto",
45
+ name="filter_category",
46
+ field=models.CharField(
47
+ blank=True,
48
+ help_text="banners, galerias, carousels, dashboards, formularios, cursos, eventos, navegacao, botoes, conteudo, secoes, cards, interativos, midia, especialidades",
49
+ max_length=100,
50
+ verbose_name="Filtrar Categoria",
51
+ ),
52
+ ),
53
+ ]