Skip to content

Commit e71212a

Browse files
committed
Ajustes de CSS
1 parent 82ac4e6 commit e71212a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+6290
-9625
lines changed

frontend/.dockerignore

Lines changed: 0 additions & 6 deletions
This file was deleted.

frontend/.eslintrc.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
const fs = require('fs');
22
const projectRootPath = __dirname;
3-
const AddonConfigurationRegistry = require('@plone/registry/src/addon-registry');
3+
const { AddonRegistry } = require('@plone/registry/addon-registry');
44

55
let coreLocation;
66
if (fs.existsSync(`${projectRootPath}/core`))
77
coreLocation = `${projectRootPath}/core`;
88
else if (fs.existsSync(`${projectRootPath}/../../core`))
99
coreLocation = `${projectRootPath}/../../core`;
1010

11-
const registry = new AddonConfigurationRegistry(
12-
`${coreLocation}/packages/volto`,
13-
);
11+
const { registry } = AddonRegistry.init(`${coreLocation}/packages/volto`);
1412

1513
// Extends ESlint configuration for adding the aliases to `src` directories in Volto addons
1614
const addonAliases = Object.keys(registry.packages).map((o) => [

frontend/.storybook/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ module.exports = {
107107
[],
108108
defaultRazzleOptions,
109109
);
110-
const AddonConfigurationRegistry = require('@plone/registry/src/addon-registry');
110+
const { AddonRegistry } = require('@plone/registry/addon-registry');
111111

112-
const registry = new AddonConfigurationRegistry(projectRootPath);
112+
const { registry } = AddonRegistry.init(projectRootPath);
113113

114114
config = lessPlugin({ registry }).modifyWebpackConfig({
115115
env: { target: 'web', dev: 'dev' },

frontend/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
Encontro da comunidade Python Brasileira
44

55
[![npm](https://img.shields.io/npm/v/volto-pythonbrasil-site)](https://www.npmjs.com/package/volto-pythonbrasil-site)
6-
[![](https://img.shields.io/badge/-Storybook-ff4785?logo=Storybook&logoColor=white&style=flat-square)](https://simplesconsultoria.github.io/volto-pythonbrasil-site/)
7-
[![Code analysis checks](https://github.com/simplesconsultoria/volto-pythonbrasil-site/actions/workflows/code.yml/badge.svg)](https://github.com/simplesconsultoria/volto-pythonbrasil-site/actions/workflows/code.yml)
8-
[![Unit tests](https://github.com/simplesconsultoria/volto-pythonbrasil-site/actions/workflows/unit.yml/badge.svg)](https://github.com/simplesconsultoria/volto-pythonbrasil-site/actions/workflows/unit.yml)
6+
[![](https://img.shields.io/badge/-Storybook-ff4785?logo=Storybook&logoColor=white&style=flat-square)](https://pythonbrasil.github.io/volto-pythonbrasil-site/)
7+
[![Code analysis checks](https://github.com/pythonbrasil/volto-pythonbrasil-site/actions/workflows/code.yml/badge.svg)](https://github.com/pythonbrasil/volto-pythonbrasil-site/actions/workflows/code.yml)
8+
[![Unit tests](https://github.com/pythonbrasil/volto-pythonbrasil-site/actions/workflows/unit.yml/badge.svg)](https://github.com/pythonbrasil/volto-pythonbrasil-site/actions/workflows/unit.yml)
99

1010
## Features
1111

@@ -200,4 +200,4 @@ The project is licensed under the MIT license.
200200

201201
## Credits and Acknowledgements 🙏
202202

203-
Crafted with care by **This was generated by [cookiecutter-volto](https://github.com/plone/cookiecutter-volto/frontend_addon) on 2024-10-18 17:08:50**. A special thanks to all contributors and supporters!
203+
Crafted with care by **Generated using [Cookieplone (0.8.2)](https://github.com/plone/cookieplone) and [cookiecutter-plone (2638336)](https://github.com/plone/cookiecutter-plone/commit/2638336ff1127c169063964cd95251292c954a0b) on 2025-01-31 11:19:23.755532**. A special thanks to all contributors and supporters!

frontend/mrs.developer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"package": "@plone/volto",
55
"url": "[email protected]:plone/volto.git",
66
"https": "https://github.com/plone/volto.git",
7-
"tag": "18.0.0-alpha.46"
7+
"tag": "18.8.0"
88
}
99
}

frontend/package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0-alpha.0",
44
"description": "Encontro da comunidade Python Brasileira",
55
"author": "PloneGov-BR",
6-
"homepage": "https://github.com/simplesconsultoria/volto-pythonbrasil-site",
6+
"homepage": "https://github.com/pythonbrasil/volto-pythonbrasil-site",
77
"license": "MIT",
88
"keywords": [
99
"volto-addon",
@@ -40,5 +40,11 @@
4040
"devDependencies": {
4141
"mrs-developer": "^2.2.0"
4242
},
43+
"pnpm": {
44+
"overrides": {
45+
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
46+
"react-refresh": "^0.14.2"
47+
}
48+
},
4349
"packageManager": "[email protected]"
4450
}

frontend/packages/volto-pythonbrasil-site/locales/de/LC_MESSAGES/volto.po

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ msgstr ""
1212
"Plural-Forms: \n"
1313

1414
#. Default: "Alignment"
15-
#: components/Blocks/Destaque/schema
15+
#: components/Blocks/Chamada/schema
1616
msgid "Alignment"
1717
msgstr ""
1818

1919
#. Default: "Chamada"
20-
#: components/Blocks/Destaque/schema
20+
#: components/Blocks/Chamada/schema
2121
msgid "Chamada"
2222
msgstr ""
2323

2424
#. Default: "Chapéu"
25-
#: components/Blocks/Destaque/schema
25+
#: components/Blocks/Chamada/schema
2626
msgid "Chapéu"
2727
msgstr ""
2828

@@ -31,13 +31,13 @@ msgstr ""
3131
msgid "Close menu"
3232
msgstr ""
3333

34-
#. Default: "Destaque Principal"
35-
#: components/Blocks/Destaque/schema
36-
msgid "Destaque Principal"
34+
#. Default: "Chamada Principal"
35+
#: components/Blocks/Chamada/schema
36+
msgid "Chamada Principal"
3737
msgstr ""
3838

3939
#. Default: "Imagem"
40-
#: components/Blocks/Destaque/schema
40+
#: components/Blocks/Chamada/schema
4141
msgid "Imagem"
4242
msgstr ""
4343

@@ -52,17 +52,17 @@ msgid "PythonBrasil 2025"
5252
msgstr ""
5353

5454
#. Default: "Sumário"
55-
#: components/Blocks/Destaque/schema
55+
#: components/Blocks/Chamada/schema
5656
msgid "Sumário"
5757
msgstr ""
5858

5959
#. Default: "Texto CTA"
60-
#: components/Blocks/Destaque/schema
60+
#: components/Blocks/Chamada/schema
6161
msgid "Texto CTA"
6262
msgstr ""
6363

6464
#. Default: "URL"
65-
#: components/Blocks/Destaque/schema
65+
#: components/Blocks/Chamada/schema
6666
msgid "URL"
6767
msgstr ""
6868

frontend/packages/volto-pythonbrasil-site/locales/en/LC_MESSAGES/volto.po

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ msgstr ""
1212
"Plural-Forms: \n"
1313

1414
#. Default: "Alignment"
15-
#: components/Blocks/Destaque/schema
15+
#: components/Blocks/Chamada/schema
1616
msgid "Alignment"
1717
msgstr ""
1818

1919
#. Default: "Chamada"
20-
#: components/Blocks/Destaque/schema
20+
#: components/Blocks/Chamada/schema
2121
msgid "Chamada"
2222
msgstr ""
2323

2424
#. Default: "Chapéu"
25-
#: components/Blocks/Destaque/schema
25+
#: components/Blocks/Chamada/schema
2626
msgid "Chapéu"
2727
msgstr ""
2828

@@ -31,13 +31,13 @@ msgstr ""
3131
msgid "Close menu"
3232
msgstr ""
3333

34-
#. Default: "Destaque Principal"
35-
#: components/Blocks/Destaque/schema
36-
msgid "Destaque Principal"
34+
#. Default: "Chamada Principal"
35+
#: components/Blocks/Chamada/schema
36+
msgid "Chamada Principal"
3737
msgstr ""
3838

3939
#. Default: "Imagem"
40-
#: components/Blocks/Destaque/schema
40+
#: components/Blocks/Chamada/schema
4141
msgid "Imagem"
4242
msgstr ""
4343

@@ -52,17 +52,17 @@ msgid "PythonBrasil 2025"
5252
msgstr ""
5353

5454
#. Default: "Sumário"
55-
#: components/Blocks/Destaque/schema
55+
#: components/Blocks/Chamada/schema
5656
msgid "Sumário"
5757
msgstr ""
5858

5959
#. Default: "Texto CTA"
60-
#: components/Blocks/Destaque/schema
60+
#: components/Blocks/Chamada/schema
6161
msgid "Texto CTA"
6262
msgstr ""
6363

6464
#. Default: "URL"
65-
#: components/Blocks/Destaque/schema
65+
#: components/Blocks/Chamada/schema
6666
msgid "URL"
6767
msgstr ""
6868

frontend/packages/volto-pythonbrasil-site/locales/es/LC_MESSAGES/volto.po

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@ msgstr ""
1919
"X-Generator: Poedit 2.2.1\n"
2020

2121
#. Default: "Alignment"
22-
#: components/Blocks/Destaque/schema
22+
#: components/Blocks/Chamada/schema
2323
msgid "Alignment"
2424
msgstr ""
2525

2626
#. Default: "Chamada"
27-
#: components/Blocks/Destaque/schema
27+
#: components/Blocks/Chamada/schema
2828
msgid "Chamada"
2929
msgstr ""
3030

3131
#. Default: "Chapéu"
32-
#: components/Blocks/Destaque/schema
32+
#: components/Blocks/Chamada/schema
3333
msgid "Chapéu"
3434
msgstr ""
3535

@@ -38,13 +38,13 @@ msgstr ""
3838
msgid "Close menu"
3939
msgstr ""
4040

41-
#. Default: "Destaque Principal"
42-
#: components/Blocks/Destaque/schema
43-
msgid "Destaque Principal"
41+
#. Default: "Chamada Principal"
42+
#: components/Blocks/Chamada/schema
43+
msgid "Chamada Principal"
4444
msgstr ""
4545

4646
#. Default: "Imagem"
47-
#: components/Blocks/Destaque/schema
47+
#: components/Blocks/Chamada/schema
4848
msgid "Imagem"
4949
msgstr ""
5050

@@ -59,17 +59,17 @@ msgid "PythonBrasil 2025"
5959
msgstr ""
6060

6161
#. Default: "Sumário"
62-
#: components/Blocks/Destaque/schema
62+
#: components/Blocks/Chamada/schema
6363
msgid "Sumário"
6464
msgstr ""
6565

6666
#. Default: "Texto CTA"
67-
#: components/Blocks/Destaque/schema
67+
#: components/Blocks/Chamada/schema
6868
msgid "Texto CTA"
6969
msgstr ""
7070

7171
#. Default: "URL"
72-
#: components/Blocks/Destaque/schema
72+
#: components/Blocks/Chamada/schema
7373
msgid "URL"
7474
msgstr ""
7575

frontend/packages/volto-pythonbrasil-site/locales/pt_BR/LC_MESSAGES/volto.po

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@ msgstr ""
1717
"Domain: volto\n"
1818

1919
#. Default: "Alignment"
20-
#: components/Blocks/Destaque/schema
20+
#: components/Blocks/Chamada/schema
2121
msgid "Alignment"
2222
msgstr ""
2323

2424
#. Default: "Chamada"
25-
#: components/Blocks/Destaque/schema
25+
#: components/Blocks/Chamada/schema
2626
msgid "Chamada"
2727
msgstr ""
2828

2929
#. Default: "Chapéu"
30-
#: components/Blocks/Destaque/schema
30+
#: components/Blocks/Chamada/schema
3131
msgid "Chapéu"
3232
msgstr ""
3333

@@ -36,13 +36,13 @@ msgstr ""
3636
msgid "Close menu"
3737
msgstr ""
3838

39-
#. Default: "Destaque Principal"
40-
#: components/Blocks/Destaque/schema
41-
msgid "Destaque Principal"
39+
#. Default: "Chamada Principal"
40+
#: components/Blocks/Chamada/schema
41+
msgid "Chamada Principal"
4242
msgstr ""
4343

4444
#. Default: "Imagem"
45-
#: components/Blocks/Destaque/schema
45+
#: components/Blocks/Chamada/schema
4646
msgid "Imagem"
4747
msgstr ""
4848

@@ -57,17 +57,17 @@ msgid "PythonBrasil 2025"
5757
msgstr ""
5858

5959
#. Default: "Sumário"
60-
#: components/Blocks/Destaque/schema
60+
#: components/Blocks/Chamada/schema
6161
msgid "Sumário"
6262
msgstr ""
6363

6464
#. Default: "Texto CTA"
65-
#: components/Blocks/Destaque/schema
65+
#: components/Blocks/Chamada/schema
6666
msgid "Texto CTA"
6767
msgstr ""
6868

6969
#. Default: "URL"
70-
#: components/Blocks/Destaque/schema
70+
#: components/Blocks/Chamada/schema
7171
msgid "URL"
7272
msgstr ""
7373

0 commit comments

Comments
 (0)