infinity-forge 3.1.5 → 3.1.6

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.
package/README.md CHANGED
@@ -1,25 +1,26 @@
1
- {
2
- "include": ["src/**/*"],
3
- "compilerOptions": {
4
- "lib": ["es2021", "dom"],
5
- "types": ["reflect-metadata", "node"],
6
- "experimentalDecorators": true,
7
- "emitDecoratorMetadata": true,
8
- "jsx": "react-jsx",
9
- "baseUrl": "./src",
10
- "outDir": "./dist",
11
- "declaration": true,
12
- "sourceMap": true,
13
- "paths": {
14
- "@/*": ["./*"]
15
- },
16
- "esModuleInterop": true,
17
- "moduleResolution": "node",
18
- "skipLibCheck": true
19
- },
20
- "afterDeclarations": true
21
- }
22
-
23
-
24
- api=https://bw8-backend.vercel.app/
25
- i18n=true
1
+ {
2
+ "include": ["src/**/*"],
3
+ "compilerOptions": {
4
+ "lib": ["es2021", "dom"],
5
+ "types": ["reflect-metadata", "node"],
6
+ "experimentalDecorators": true,
7
+ "emitDecoratorMetadata": true,
8
+ "jsx": "react-jsx",
9
+ "baseUrl": "./src",
10
+ "outDir": "./dist",
11
+ "declaration": true,
12
+ "sourceMap": true,
13
+ "paths": {
14
+ "@/*": ["./*"]
15
+ },
16
+ "esModuleInterop": true,
17
+ "moduleResolution": "node",
18
+ "skipLibCheck": true
19
+ },
20
+ "afterDeclarations": true
21
+ }
22
+
23
+
24
+ api=https://bw8-backend.vercel.app/
25
+ i18n=true
26
+ test
@@ -3,7 +3,7 @@ export interface Post {
3
3
  titulo: string;
4
4
  imagem: string;
5
5
  url: string;
6
- destaque: true;
6
+ destaque: boolean;
7
7
  dataCriacao: string;
8
8
  descricao: string;
9
9
  fields: {
@@ -11,7 +11,7 @@ export interface Post {
11
11
  PageTitle: string;
12
12
  MetaDescription: string;
13
13
  };
14
- imagens: [];
14
+ imagens: any[];
15
15
  }
16
16
  export type BlogResponseApi = {
17
17
  pageTotal: number;
@@ -9,6 +9,6 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
10
10
  exports.BlogContent = void 0;
11
11
  var styled_components_1 = __importDefault(require("styled-components"));
12
- exports.BlogContent = styled_components_1.default.section(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n width: 100%;\n padding: 80px 0;\n\n .main-content {\n width: 100%;\n flex: 1 1 auto;\n }\n\n .banner-blog + * {\n margin-top: 30px;\n }\n\n > .container {\n display: grid;\n grid-template-columns: 2fr 1fr;\n justify-content: center;\n gap: 30px;\n }\n\n .posts,\n .box-actions {\n display: flex;\n flex-direction: column;\n gap: 30px;\n }\n\n @media only screen and (max-width: 1400px) {\n padding: 70px 0;\n }\n\n @media only screen and (max-width: 1024px) {\n padding: 60px 0;\n\n > .container {\n gap: 20px;\n grid-template-columns: 1fr;\n }\n\n .posts,\n .box-actions {\n display: grid;\n grid-template-columns: repeat(2, 1fr);\n gap: 20px;\n }\n\n .posts + * {\n margin: 0 !important;\n }\n\n .bar {\n height: 1px;\n width: 100vw;\n background-color: rgba(0, 0, 0, 0.1);\n }\n }\n\n @media only screen and (max-width: 768px) {\n padding: 40px 0;\n }\n\n @media only screen and (max-width: 560px) {\n .posts,\n .box-actions {\n grid-template-columns: 1fr;\n }\n }\n"], ["\n width: 100%;\n padding: 80px 0;\n\n .main-content {\n width: 100%;\n flex: 1 1 auto;\n }\n\n .banner-blog + * {\n margin-top: 30px;\n }\n\n > .container {\n display: grid;\n grid-template-columns: 2fr 1fr;\n justify-content: center;\n gap: 30px;\n }\n\n .posts,\n .box-actions {\n display: flex;\n flex-direction: column;\n gap: 30px;\n }\n\n @media only screen and (max-width: 1400px) {\n padding: 70px 0;\n }\n\n @media only screen and (max-width: 1024px) {\n padding: 60px 0;\n\n > .container {\n gap: 20px;\n grid-template-columns: 1fr;\n }\n\n .posts,\n .box-actions {\n display: grid;\n grid-template-columns: repeat(2, 1fr);\n gap: 20px;\n }\n\n .posts + * {\n margin: 0 !important;\n }\n\n .bar {\n height: 1px;\n width: 100vw;\n background-color: rgba(0, 0, 0, 0.1);\n }\n }\n\n @media only screen and (max-width: 768px) {\n padding: 40px 0;\n }\n\n @media only screen and (max-width: 560px) {\n .posts,\n .box-actions {\n grid-template-columns: 1fr;\n }\n }\n"])));
12
+ exports.BlogContent = styled_components_1.default.section(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n width: 100%;\n padding: 80px 0;\n\n .main-content {\n width: 100%;\n flex: 1 1 auto;\n }\n\n .banner-blog + * {\n margin-top: 30px;\n }\n\n .container {\n display: grid;\n grid-template-columns: 2fr 1fr;\n justify-content: center;\n gap: 30px;\n }\n\n .posts,\n .box-actions {\n display: flex;\n flex-direction: column;\n gap: 30px;\n }\n\n @media only screen and (max-width: 1400px) {\n padding: 70px 0;\n }\n\n @media only screen and (max-width: 1024px) {\n padding: 60px 0;\n\n .container {\n gap: 20px;\n grid-template-columns: 1fr;\n }\n\n .posts,\n .box-actions {\n display: grid;\n grid-template-columns: repeat(2, 1fr);\n gap: 20px;\n }\n\n .posts + * {\n margin: 0 !important;\n }\n\n .bar {\n height: 1px;\n width: 100vw;\n background-color: rgba(0, 0, 0, 0.1);\n }\n }\n\n @media only screen and (max-width: 768px) {\n padding: 40px 0;\n }\n\n @media only screen and (max-width: 560px) {\n .posts,\n .box-actions {\n grid-template-columns: 1fr;\n }\n }\n"], ["\n width: 100%;\n padding: 80px 0;\n\n .main-content {\n width: 100%;\n flex: 1 1 auto;\n }\n\n .banner-blog + * {\n margin-top: 30px;\n }\n\n .container {\n display: grid;\n grid-template-columns: 2fr 1fr;\n justify-content: center;\n gap: 30px;\n }\n\n .posts,\n .box-actions {\n display: flex;\n flex-direction: column;\n gap: 30px;\n }\n\n @media only screen and (max-width: 1400px) {\n padding: 70px 0;\n }\n\n @media only screen and (max-width: 1024px) {\n padding: 60px 0;\n\n .container {\n gap: 20px;\n grid-template-columns: 1fr;\n }\n\n .posts,\n .box-actions {\n display: grid;\n grid-template-columns: repeat(2, 1fr);\n gap: 20px;\n }\n\n .posts + * {\n margin: 0 !important;\n }\n\n .bar {\n height: 1px;\n width: 100vw;\n background-color: rgba(0, 0, 0, 0.1);\n }\n }\n\n @media only screen and (max-width: 768px) {\n padding: 40px 0;\n }\n\n @media only screen and (max-width: 560px) {\n .posts,\n .box-actions {\n grid-template-columns: 1fr;\n }\n }\n"])));
13
13
  var templateObject_1;
14
14
  //# sourceMappingURL=styles.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"styles.js","sourceRoot":"","sources":["../../../../../src/sites/components/default-pages/blog/styles.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,wEAAsC;AAEzB,QAAA,WAAW,GAAG,2BAAM,CAAC,OAAO,iqCAAA,8lCAmExC,KAAA"}
1
+ {"version":3,"file":"styles.js","sourceRoot":"","sources":["../../../../../src/sites/components/default-pages/blog/styles.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,wEAAsC;AAEzB,QAAA,WAAW,GAAG,2BAAM,CAAC,OAAO,6pCAAA,0lCAmExC,KAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "infinity-forge",
3
- "version": "3.1.5",
3
+ "version": "3.1.6",
4
4
  "description": "codie Library",
5
5
  "main": "./dist/index",
6
6
  "module": "./dist/index",