infinity-forge 13.6.1 → 13.6.2
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/dist/test/index.js +1 -41
- package/dist/test/index.js.map +1 -1
- package/package.json +2 -2
package/dist/test/index.js
CHANGED
|
@@ -1,48 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
-
var ownKeys = function(o) {
|
|
20
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
-
var ar = [];
|
|
22
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
-
return ar;
|
|
24
|
-
};
|
|
25
|
-
return ownKeys(o);
|
|
26
|
-
};
|
|
27
|
-
return function (mod) {
|
|
28
|
-
if (mod && mod.__esModule) return mod;
|
|
29
|
-
var result = {};
|
|
30
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
-
__setModuleDefault(result, mod);
|
|
32
|
-
return result;
|
|
33
|
-
};
|
|
34
|
-
})();
|
|
35
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
3
|
exports.NaoRemoverDaHomeUsadaParaTesteTestarAquiDentro = NaoRemoverDaHomeUsadaParaTesteTestarAquiDentro;
|
|
37
4
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
38
|
-
var ui_1 = require("../ui/index.js");
|
|
39
|
-
var yup = __importStar(require("yup"));
|
|
40
|
-
var zod_1 = require("zod");
|
|
41
5
|
function NaoRemoverDaHomeUsadaParaTesteTestarAquiDentro() {
|
|
42
|
-
return ((0, jsx_runtime_1.
|
|
43
|
-
test: zod_1.z.string().min(1, 'Campo obrigatório'),
|
|
44
|
-
name: zod_1.z.string().min(2, 'Nome deve ter pelo menos 2 caracteres'),
|
|
45
|
-
email: zod_1.z.string().email('Email inválido'),
|
|
46
|
-
}, children: [(0, jsx_runtime_1.jsx)(ui_1.InputDatePicker, { name: 'test', date: {} }), (0, jsx_runtime_1.jsx)(ui_1.Input, { name: 'name', placeholder: 'Nome' }), (0, jsx_runtime_1.jsx)(ui_1.Input, { name: 'email', placeholder: 'Email' }), (0, jsx_runtime_1.jsx)("button", { type: 'submit', children: "Enviar" })] })] }));
|
|
6
|
+
return ((0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {}));
|
|
47
7
|
}
|
|
48
8
|
//# sourceMappingURL=index.js.map
|
package/dist/test/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/test/index.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/test/index.tsx"],"names":[],"mappings":";;AACA,wGAOC;;AAPD,SAAgB,8CAA8C;IAC5D,OAAO,CACL,kDAGG,CACJ,CAAA;AACH,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "infinity-forge",
|
|
3
|
-
"version": "13.6.
|
|
3
|
+
"version": "13.6.2",
|
|
4
4
|
"description": "codie Library",
|
|
5
5
|
"main": "./dist/index",
|
|
6
6
|
"module": "./dist/index",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"postcss-cli": "^11.0.1",
|
|
52
52
|
"react": "19.1.0",
|
|
53
53
|
"react-dom": "19.1.0",
|
|
54
|
-
"styled-components": "
|
|
54
|
+
"styled-components": "6.1.17",
|
|
55
55
|
"tsc-alias": "^1.8.15",
|
|
56
56
|
"typescript": "^5.8.3",
|
|
57
57
|
"yup": "^1.6.1"
|