infinity-forge 13.9.4 → 14.0.1

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.
Files changed (32) hide show
  1. package/dist/infinity-forge.css +1 -1
  2. package/dist/reset.css +1 -1
  3. package/dist/system/hooks/ui/use-table/components/table/index.js +1 -1
  4. package/dist/system/hooks/ui/use-table/components/table/index.js.map +1 -1
  5. package/dist/test/index.d.ts +0 -27
  6. package/dist/test/index.js +3 -163
  7. package/dist/test/index.js.map +1 -1
  8. package/dist/ui/components/form/input-cep/component.js +33 -8
  9. package/dist/ui/components/form/input-cep/component.js.map +1 -1
  10. package/dist/ui/components/form/input-cep/interfaces.d.ts +13 -10
  11. package/dist/ui/components/form/input-cep/use-cep/hook.d.ts +1 -1
  12. package/dist/ui/components/form/input-cep/use-cep/providers/ibge/hook.d.ts +1 -1
  13. package/dist/ui/components/form/input-cep/use-cep/providers/ibge/hook.js.map +1 -1
  14. package/dist/ui/components/form/input-date-picker/calendar/days/index.d.ts +1 -1
  15. package/dist/ui/components/form/input-date-picker/calendar/days/index.js +15 -4
  16. package/dist/ui/components/form/input-date-picker/calendar/days/index.js.map +1 -1
  17. package/dist/ui/components/form/input-date-picker/calendar/index.js +29 -7
  18. package/dist/ui/components/form/input-date-picker/calendar/index.js.map +1 -1
  19. package/dist/ui/components/form/input-date-picker/calendar/styles.d.ts +2 -0
  20. package/dist/ui/components/form/input-date-picker/calendar/styles.js +8 -3
  21. package/dist/ui/components/form/input-date-picker/calendar/styles.js.map +1 -1
  22. package/dist/ui/components/form/input-date-picker/calendar/years/index.d.ts +1 -1
  23. package/dist/ui/components/form/input-date-picker/calendar/years/index.js +9 -3
  24. package/dist/ui/components/form/input-date-picker/calendar/years/index.js.map +1 -1
  25. package/dist/ui/components/form/input-date-picker/interfaces.d.ts +3 -0
  26. package/dist/ui/components/form/input-week-availability/input.js.map +1 -1
  27. package/dist/ui/contexts/toast/index.js +14 -1
  28. package/dist/ui/contexts/toast/index.js.map +1 -1
  29. package/dist/ui/contexts/toast/interfaces.d.ts +3 -0
  30. package/dist/ui/contexts/toast/toast-item/index.js.map +1 -1
  31. package/dist/ui/styles/reset.css +894 -0
  32. package/package.json +90 -89
package/package.json CHANGED
@@ -1,89 +1,90 @@
1
- {
2
- "name": "infinity-forge",
3
- "version": "13.9.4",
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.1",
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
- "zustand": "^5.0.5"
77
- },
78
- "peerDependencies": {
79
- "@tanstack/react-query": ">=5.80.2",
80
- "formik": ">=2.4.6",
81
- "moment": ">=2.30.1",
82
- "next": ">=15.3.1",
83
- "react": ">=18.0.0",
84
- "react-dom": ">=18.0.0",
85
- "styled-components": ">=6.1.17",
86
- "yup": ">=1.6.1"
87
- },
88
- "packageManager": "pnpm@10.6.3+sha512.bb45e34d50a9a76e858a95837301bfb6bd6d35aea2c5d52094fa497a467c43f5c440103ce2511e9e0a2f89c3d6071baac3358fc68ac6fb75e2ceb3d2736065e6"
89
- }
1
+ {
2
+ "name": "infinity-forge",
3
+ "version": "14.0.1",
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
+ }