infinity-forge 13.9.3 → 14.0.0
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/infinity-forge.css +5 -1
- package/dist/reset.css +1 -1
- package/dist/system/hooks/ui/use-table/components/table/index.js +1 -1
- package/dist/system/hooks/ui/use-table/components/table/index.js.map +1 -1
- package/dist/test/index.d.ts +0 -27
- package/dist/test/index.js +7 -163
- package/dist/test/index.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/categorias/index.js +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/categorias/index.js.map +1 -1
- package/dist/ui/components/form/input-cep/component.js +33 -8
- package/dist/ui/components/form/input-cep/component.js.map +1 -1
- package/dist/ui/components/form/input-cep/interfaces.d.ts +13 -10
- package/dist/ui/components/form/input-cep/use-cep/hook.d.ts +1 -1
- package/dist/ui/components/form/input-cep/use-cep/providers/ibge/hook.d.ts +1 -1
- package/dist/ui/components/form/input-cep/use-cep/providers/ibge/hook.js.map +1 -1
- package/dist/ui/components/form/input-week-availability/input.js.map +1 -1
- package/dist/ui/contexts/toast/index.js +14 -1
- package/dist/ui/contexts/toast/index.js.map +1 -1
- package/dist/ui/contexts/toast/interfaces.d.ts +3 -0
- package/dist/ui/contexts/toast/toast-item/index.js.map +1 -1
- package/dist/ui/styles/reset.css +894 -0
- package/package.json +90 -89
package/package.json
CHANGED
|
@@ -1,89 +1,90 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "infinity-forge",
|
|
3
|
-
"version": "
|
|
4
|
-
"description": "codie Library",
|
|
5
|
-
"main": "./dist/index",
|
|
6
|
-
"module": "./dist/index",
|
|
7
|
-
"types": "./dist/index.d.ts",
|
|
8
|
-
"repository": {
|
|
9
|
-
"type": "git",
|
|
10
|
-
"url": "https://github.com/CodieDigital/codiedigital-library"
|
|
11
|
-
},
|
|
12
|
-
"scripts": {
|
|
13
|
-
"dev": "next -p 3054",
|
|
14
|
-
"deploy": "npm version patch && npm publish",
|
|
15
|
-
"next": "next build",
|
|
16
|
-
"start": "next start -p 3015",
|
|
17
|
-
"build": "tsc && tsc-alias --resolve-full-paths && npm run build:CSS",
|
|
18
|
-
"build:CSS": "npm run minify-css && node combine-css.ts && cpx \"src/**/*.css\" dist --watch",
|
|
19
|
-
"minify-css": "postcss src/**/*.css --use cssnano -d dist --no-map",
|
|
20
|
-
"swagger": "node ./dist/client/generate.js"
|
|
21
|
-
},
|
|
22
|
-
"files": [
|
|
23
|
-
"dist",
|
|
24
|
-
"LICENSE",
|
|
25
|
-
"README.md"
|
|
26
|
-
],
|
|
27
|
-
"keywords": [
|
|
28
|
-
"react",
|
|
29
|
-
"typescript",
|
|
30
|
-
"awesome-project"
|
|
31
|
-
],
|
|
32
|
-
"author": "Codie Digital",
|
|
33
|
-
"license": "MIT",
|
|
34
|
-
"devDependencies": {
|
|
35
|
-
"@tanstack/react-query": "^5.80.2",
|
|
36
|
-
"@types/node": "^22.15.3",
|
|
37
|
-
"@types/react": "^19.1.2",
|
|
38
|
-
"@types/react-dom": "^19.1.2",
|
|
39
|
-
"@types/styled-components": "^5.1.34",
|
|
40
|
-
"concurrently": "^9.1.2",
|
|
41
|
-
"copyfiles": "^2.4.1",
|
|
42
|
-
"cpx": "^1.5.0",
|
|
43
|
-
"cssnano": "^7.0.6",
|
|
44
|
-
"formik": "^2.4.6",
|
|
45
|
-
"fs": "0.0.1-security",
|
|
46
|
-
"fs-extra": "^11.3.0",
|
|
47
|
-
"moment": "^2.30.1",
|
|
48
|
-
"next": "
|
|
49
|
-
"node": "^22.15.0",
|
|
50
|
-
"postcss": "^8.5.3",
|
|
51
|
-
"postcss-cli": "^11.0.1",
|
|
52
|
-
"react": "19.1.0",
|
|
53
|
-
"react-dom": "19.1.0",
|
|
54
|
-
"styled-components": "^6.1.17",
|
|
55
|
-
"tsc-alias": "^1.8.15",
|
|
56
|
-
"typescript": "^5.8.3",
|
|
57
|
-
"yup": "^1.6.1"
|
|
58
|
-
},
|
|
59
|
-
"dependencies": {
|
|
60
|
-
"@dnd-kit/core": "^6.3.1",
|
|
61
|
-
"@dnd-kit/modifiers": "^9.0.0",
|
|
62
|
-
"@dnd-kit/sortable": "^10.0.0",
|
|
63
|
-
"@dnd-kit/utilities": "^3.2.2",
|
|
64
|
-
"@next/third-parties": "^15.3.1",
|
|
65
|
-
"@react-google-maps/api": "^2.20.7",
|
|
66
|
-
"@types/react-window": "^1.8.8",
|
|
67
|
-
"axios": "^1.9.0",
|
|
68
|
-
"gapi-script": "^1.2.0",
|
|
69
|
-
"lodash.debounce": "^4.0.8",
|
|
70
|
-
"motion": "^12.9.2",
|
|
71
|
-
"qs": "^6.14.0",
|
|
72
|
-
"quill": "^2.0.3",
|
|
73
|
-
"react-select": "^5.10.2",
|
|
74
|
-
"react-window": "^1.8.11",
|
|
75
|
-
"sharp": "^0.34.3",
|
|
76
|
-
"
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"react
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "infinity-forge",
|
|
3
|
+
"version": "14.0.0",
|
|
4
|
+
"description": "codie Library",
|
|
5
|
+
"main": "./dist/index",
|
|
6
|
+
"module": "./dist/index",
|
|
7
|
+
"types": "./dist/index.d.ts",
|
|
8
|
+
"repository": {
|
|
9
|
+
"type": "git",
|
|
10
|
+
"url": "https://github.com/CodieDigital/codiedigital-library"
|
|
11
|
+
},
|
|
12
|
+
"scripts": {
|
|
13
|
+
"dev": "next -p 3054",
|
|
14
|
+
"deploy": "npm version patch && npm publish",
|
|
15
|
+
"next": "next build",
|
|
16
|
+
"start": "next start -p 3015",
|
|
17
|
+
"build": "tsc && tsc-alias --resolve-full-paths && npm run build:CSS",
|
|
18
|
+
"build:CSS": "npm run minify-css && node combine-css.ts && cpx \"src/**/*.css\" dist --watch",
|
|
19
|
+
"minify-css": "postcss src/**/*.css --use cssnano -d dist --no-map",
|
|
20
|
+
"swagger": "node ./dist/client/generate.js"
|
|
21
|
+
},
|
|
22
|
+
"files": [
|
|
23
|
+
"dist",
|
|
24
|
+
"LICENSE",
|
|
25
|
+
"README.md"
|
|
26
|
+
],
|
|
27
|
+
"keywords": [
|
|
28
|
+
"react",
|
|
29
|
+
"typescript",
|
|
30
|
+
"awesome-project"
|
|
31
|
+
],
|
|
32
|
+
"author": "Codie Digital",
|
|
33
|
+
"license": "MIT",
|
|
34
|
+
"devDependencies": {
|
|
35
|
+
"@tanstack/react-query": "^5.80.2",
|
|
36
|
+
"@types/node": "^22.15.3",
|
|
37
|
+
"@types/react": "^19.1.2",
|
|
38
|
+
"@types/react-dom": "^19.1.2",
|
|
39
|
+
"@types/styled-components": "^5.1.34",
|
|
40
|
+
"concurrently": "^9.1.2",
|
|
41
|
+
"copyfiles": "^2.4.1",
|
|
42
|
+
"cpx": "^1.5.0",
|
|
43
|
+
"cssnano": "^7.0.6",
|
|
44
|
+
"formik": "^2.4.6",
|
|
45
|
+
"fs": "0.0.1-security",
|
|
46
|
+
"fs-extra": "^11.3.0",
|
|
47
|
+
"moment": "^2.30.1",
|
|
48
|
+
"next": "15.3.6",
|
|
49
|
+
"node": "^22.15.0",
|
|
50
|
+
"postcss": "^8.5.3",
|
|
51
|
+
"postcss-cli": "^11.0.1",
|
|
52
|
+
"react": "19.1.0",
|
|
53
|
+
"react-dom": "19.1.0",
|
|
54
|
+
"styled-components": "^6.1.17",
|
|
55
|
+
"tsc-alias": "^1.8.15",
|
|
56
|
+
"typescript": "^5.8.3",
|
|
57
|
+
"yup": "^1.6.1"
|
|
58
|
+
},
|
|
59
|
+
"dependencies": {
|
|
60
|
+
"@dnd-kit/core": "^6.3.1",
|
|
61
|
+
"@dnd-kit/modifiers": "^9.0.0",
|
|
62
|
+
"@dnd-kit/sortable": "^10.0.0",
|
|
63
|
+
"@dnd-kit/utilities": "^3.2.2",
|
|
64
|
+
"@next/third-parties": "^15.3.1",
|
|
65
|
+
"@react-google-maps/api": "^2.20.7",
|
|
66
|
+
"@types/react-window": "^1.8.8",
|
|
67
|
+
"axios": "^1.9.0",
|
|
68
|
+
"gapi-script": "^1.2.0",
|
|
69
|
+
"lodash.debounce": "^4.0.8",
|
|
70
|
+
"motion": "^12.9.2",
|
|
71
|
+
"qs": "^6.14.0",
|
|
72
|
+
"quill": "^2.0.3",
|
|
73
|
+
"react-select": "^5.10.2",
|
|
74
|
+
"react-window": "^1.8.11",
|
|
75
|
+
"sharp": "^0.34.3",
|
|
76
|
+
"sweetalert2": "^11.26.10",
|
|
77
|
+
"zustand": "^5.0.5"
|
|
78
|
+
},
|
|
79
|
+
"peerDependencies": {
|
|
80
|
+
"@tanstack/react-query": ">=5.80.2",
|
|
81
|
+
"formik": ">=2.4.6",
|
|
82
|
+
"moment": ">=2.30.1",
|
|
83
|
+
"next": ">=15.3.1",
|
|
84
|
+
"react": ">=18.0.0",
|
|
85
|
+
"react-dom": ">=18.0.0",
|
|
86
|
+
"styled-components": ">=6.1.17",
|
|
87
|
+
"yup": ">=1.6.1"
|
|
88
|
+
},
|
|
89
|
+
"packageManager": "pnpm@10.6.3+sha512.bb45e34d50a9a76e858a95837301bfb6bd6d35aea2c5d52094fa497a467c43f5c440103ce2511e9e0a2f89c3d6071baac3358fc68ac6fb75e2ceb3d2736065e6"
|
|
90
|
+
}
|