infinity-forge 3.2.3 → 3.2.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.
Files changed (73) hide show
  1. package/LICENSE +20 -20
  2. package/dist/sites/public/fonts/fonts.css +760 -760
  3. package/dist/sites/services/index.d.ts +1 -0
  4. package/dist/sites/services/index.js +1 -0
  5. package/dist/sites/services/index.js.map +1 -1
  6. package/dist/sites/services/pages-site/home.d.ts +16 -0
  7. package/dist/sites/services/pages-site/home.js +74 -0
  8. package/dist/sites/services/pages-site/home.js.map +1 -0
  9. package/dist/sites/services/pages-site/index.d.ts +1 -0
  10. package/dist/sites/services/pages-site/index.js +18 -0
  11. package/dist/sites/services/pages-site/index.js.map +1 -0
  12. package/dist/system/domain/use-cases/dynamic-section/dynamic-section.d.ts +36 -1
  13. package/dist/system/presentation/components/data/menu/components/menu-item/index.js +9 -3
  14. package/dist/system/presentation/components/data/menu/components/menu-item/index.js.map +1 -1
  15. package/dist/system/presentation/components/data/menu/mock.d.ts +2 -0
  16. package/dist/system/presentation/components/data/menu/mock.js +196 -0
  17. package/dist/system/presentation/components/data/menu/mock.js.map +1 -0
  18. package/dist/system/presentation/components/data/menu/modes/collapsed-menu/index.js +1 -0
  19. package/dist/system/presentation/components/data/menu/modes/collapsed-menu/index.js.map +1 -1
  20. package/dist/system/presentation/components/data/menu/modes/opened/index.js.map +1 -1
  21. package/dist/system/presentation/components/data/tab/component.js +4 -4
  22. package/dist/system/presentation/components/data/tab/interfaces.d.ts +3 -1
  23. package/dist/system/presentation/components/layout/header/components/search-modal/index.js +1 -1
  24. package/dist/system/presentation/components/layout/header/index.js +2 -2
  25. package/dist/system/presentation/components/pages/menus/page.js +4 -4
  26. package/dist/system/presentation/components/pages/users/page.js +4 -4
  27. package/dist/system/presentation/context/auth/components/login/form-login/index.js +1 -1
  28. package/dist/system/presentation/context/container.js +1 -1
  29. package/dist/system/presentation/context/container.js.map +1 -1
  30. package/dist/system/presentation/context/infra-injection/interfaces.d.ts +3 -2
  31. package/dist/system/presentation/hooks/notifications/use-load-all/index.d.ts +2 -1
  32. package/dist/system/presentation/hooks/notifications/use-load-all/index.js +3 -3
  33. package/dist/system/presentation/hooks/notifications/use-load-no-read/index.d.ts +3 -2
  34. package/dist/system/presentation/hooks/notifications/use-load-no-read/index.js +3 -3
  35. package/dist/system/presentation/hooks/ui/use-table/components/table/index.js +1 -1
  36. package/dist/system/presentation/hooks/ui/use-table/components/table/interfaces.d.ts +1 -1
  37. package/dist/system/presentation/hooks/ui/use-table/interfaces.d.ts +3 -2
  38. package/dist/test/index.d.ts +1 -1
  39. package/dist/test/index.js +7 -20
  40. package/dist/test/index.js.map +1 -1
  41. package/dist/ui/components/carousel/styles.js +1 -1
  42. package/dist/ui/components/carousel/styles.js.map +1 -1
  43. package/dist/ui/components/form/input-cep/use-cep/providers/ibge/hook.d.ts +1 -2
  44. package/dist/ui/components/form/input-cep/use-cep/providers/ibge/hook.js +1 -1
  45. package/dist/ui/components/form/input-file/render-files/file-item/button-upload-image-mobile/index.d.ts +1 -1
  46. package/dist/ui/components/form/input-file/render-files/file-item/button-upload-image-mobile/index.js +1 -1
  47. package/dist/ui/components/form/input-youtube/index.js +1 -1
  48. package/dist/ui/components/form/input-youtube/index.js.map +1 -1
  49. package/dist/ui/contexts/dynamic-sections/context.d.ts +4 -2
  50. package/dist/ui/contexts/dynamic-sections/context.js +3 -3
  51. package/dist/ui/contexts/dynamic-sections/context.js.map +1 -1
  52. package/dist/ui/contexts/dynamic-sections/index.d.ts +1 -0
  53. package/dist/ui/contexts/dynamic-sections/index.js +1 -0
  54. package/dist/ui/contexts/dynamic-sections/index.js.map +1 -1
  55. package/dist/ui/contexts/dynamic-sections/use-section/index.d.ts +10 -0
  56. package/dist/ui/contexts/dynamic-sections/use-section/index.js +19 -0
  57. package/dist/ui/contexts/dynamic-sections/use-section/index.js.map +1 -0
  58. package/dist/ui/contexts/i18n/context.js +3 -3
  59. package/dist/ui/contexts/i18n/context.js.map +1 -1
  60. package/dist/ui/contexts/i18n/edit-mode/index.js +60 -21
  61. package/dist/ui/contexts/i18n/edit-mode/index.js.map +1 -1
  62. package/dist/ui/contexts/toast/styles.js +1 -1
  63. package/dist/ui/contexts/toast/styles.js.map +1 -1
  64. package/dist/ui/icons/index.d.ts +1 -0
  65. package/dist/ui/icons/index.js +1 -0
  66. package/dist/ui/icons/index.js.map +1 -1
  67. package/dist/ui/icons/render/info.d.ts +2 -0
  68. package/dist/ui/icons/render/info.js +10 -0
  69. package/dist/ui/icons/render/info.js.map +1 -0
  70. package/dist/ui/icons/render/mobile.js +1 -1
  71. package/dist/ui/icons/render/mobile.js.map +1 -1
  72. package/dist/ui/styles/reset.css +356 -356
  73. package/package.json +76 -76
package/package.json CHANGED
@@ -1,76 +1,76 @@
1
- {
2
- "name": "infinity-forge",
3
- "version": "3.2.3",
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 3051",
14
- "deploy": "npm version patch && npm publish",
15
- "next": "next build",
16
- "start": "next start -p 3015",
17
- "build": "concurrently --kill-others-on-fail \"tsc -w\" \"tsc-alias -w --resolve-full-paths\" \"npm run build:CSS\" \"npm run fonts\"",
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
- "fonts": "tsc-alias -p tsconfig.json && mkdir dist\\fonts && for /r src %i in (*.otf, *.ttf) do copy \"%i\" dist\\fonts\\"
21
- },
22
- "peerDependencies": {
23
- "react": ">=16"
24
- },
25
- "files": [
26
- "dist",
27
- "LICENSE",
28
- "README.md"
29
- ],
30
- "keywords": [
31
- "react",
32
- "typescript",
33
- "awesome-project"
34
- ],
35
- "author": "Codie Digital",
36
- "license": "MIT",
37
- "devDependencies": {
38
- "@types/node": "^20.12.12",
39
- "@types/react": "^18.3.3",
40
- "@types/react-dom": "^18.3.0",
41
- "@types/styled-components": "^5.1.34",
42
- "concurrently": "^8.2.2",
43
- "copyfiles": "^2.4.1",
44
- "cpx": "^1.5.0",
45
- "cssnano": "^7.0.1",
46
- "fs-extra": "^11.2.0",
47
- "postcss": "^8.4.38",
48
- "postcss-cli": "^11.0.0",
49
- "tsc-alias": "^1.8.10",
50
- "tslib": "^2.6.2",
51
- "typescript": "^5.4.5"
52
- },
53
- "dependencies": {
54
- "@types/lodash": "^4.17.7",
55
- "axios": "^1.7.2",
56
- "chroma-js": "^2.4.2",
57
- "formik": "^2.4.6",
58
- "inversify": "^6.0.2",
59
- "lodash": "^4.17.21",
60
- "moment": "^2.30.1",
61
- "next": "^14.2.3",
62
- "react": "18.3.1",
63
- "react-dom": "18.3.1",
64
- "react-ga": "^3.3.1",
65
- "react-google-recaptcha": "^3.1.0",
66
- "react-rte": "^0.16.5",
67
- "react-select": "^5.8.0",
68
- "react-share": "^5.1.0",
69
- "react-webcam": "^7.2.0",
70
- "reflect-metadata": "^0.2.2",
71
- "sharp": "^0.33.4",
72
- "styled-components": "^6.1.13",
73
- "yup": "^1.4.0",
74
- "zustand": "^4.5.2"
75
- }
76
- }
1
+ {
2
+ "name": "infinity-forge",
3
+ "version": "3.2.6",
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 3051",
14
+ "deploy": "npm version patch && npm publish",
15
+ "next": "next build",
16
+ "start": "next start -p 3015",
17
+ "build": "concurrently --kill-others-on-fail \"tsc -w\" \"tsc-alias -w --resolve-full-paths\" \"npm run build:CSS\" \"npm run fonts\"",
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
+ "fonts": "tsc-alias -p tsconfig.json && mkdir dist\\fonts && for /r src %i in (*.otf, *.ttf) do copy \"%i\" dist\\fonts\\"
21
+ },
22
+ "peerDependencies": {
23
+ "react": ">=16"
24
+ },
25
+ "files": [
26
+ "dist",
27
+ "LICENSE",
28
+ "README.md"
29
+ ],
30
+ "keywords": [
31
+ "react",
32
+ "typescript",
33
+ "awesome-project"
34
+ ],
35
+ "author": "Codie Digital",
36
+ "license": "MIT",
37
+ "devDependencies": {
38
+ "@types/node": "^20.12.12",
39
+ "@types/react": "^18.3.3",
40
+ "@types/react-dom": "^18.3.0",
41
+ "@types/styled-components": "^5.1.34",
42
+ "concurrently": "^8.2.2",
43
+ "copyfiles": "^2.4.1",
44
+ "cpx": "^1.5.0",
45
+ "cssnano": "^7.0.1",
46
+ "fs-extra": "^11.2.0",
47
+ "postcss": "^8.4.38",
48
+ "postcss-cli": "^11.0.0",
49
+ "tsc-alias": "^1.8.10",
50
+ "tslib": "^2.6.2",
51
+ "typescript": "^5.4.5"
52
+ },
53
+ "dependencies": {
54
+ "@types/lodash": "^4.17.7",
55
+ "axios": "^1.7.2",
56
+ "chroma-js": "^2.4.2",
57
+ "formik": "^2.4.6",
58
+ "inversify": "^6.0.2",
59
+ "lodash": "^4.17.21",
60
+ "moment": "^2.30.1",
61
+ "next": "^14.2.3",
62
+ "react": "18.3.1",
63
+ "react-dom": "18.3.1",
64
+ "react-ga": "^3.3.1",
65
+ "react-google-recaptcha": "^3.1.0",
66
+ "react-rte": "^0.16.5",
67
+ "react-select": "^5.8.0",
68
+ "react-share": "^5.1.0",
69
+ "react-webcam": "^7.2.0",
70
+ "reflect-metadata": "^0.2.2",
71
+ "sharp": "^0.33.4",
72
+ "styled-components": "^6.1.13",
73
+ "yup": "^1.4.0",
74
+ "zustand": "^4.5.2"
75
+ }
76
+ }