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.
- package/LICENSE +20 -20
- package/dist/sites/public/fonts/fonts.css +760 -760
- package/dist/sites/services/index.d.ts +1 -0
- package/dist/sites/services/index.js +1 -0
- package/dist/sites/services/index.js.map +1 -1
- package/dist/sites/services/pages-site/home.d.ts +16 -0
- package/dist/sites/services/pages-site/home.js +74 -0
- package/dist/sites/services/pages-site/home.js.map +1 -0
- package/dist/sites/services/pages-site/index.d.ts +1 -0
- package/dist/sites/services/pages-site/index.js +18 -0
- package/dist/sites/services/pages-site/index.js.map +1 -0
- package/dist/system/domain/use-cases/dynamic-section/dynamic-section.d.ts +36 -1
- package/dist/system/presentation/components/data/menu/components/menu-item/index.js +9 -3
- package/dist/system/presentation/components/data/menu/components/menu-item/index.js.map +1 -1
- package/dist/system/presentation/components/data/menu/mock.d.ts +2 -0
- package/dist/system/presentation/components/data/menu/mock.js +196 -0
- package/dist/system/presentation/components/data/menu/mock.js.map +1 -0
- package/dist/system/presentation/components/data/menu/modes/collapsed-menu/index.js +1 -0
- package/dist/system/presentation/components/data/menu/modes/collapsed-menu/index.js.map +1 -1
- package/dist/system/presentation/components/data/menu/modes/opened/index.js.map +1 -1
- package/dist/system/presentation/components/data/tab/component.js +4 -4
- package/dist/system/presentation/components/data/tab/interfaces.d.ts +3 -1
- package/dist/system/presentation/components/layout/header/components/search-modal/index.js +1 -1
- package/dist/system/presentation/components/layout/header/index.js +2 -2
- package/dist/system/presentation/components/pages/menus/page.js +4 -4
- package/dist/system/presentation/components/pages/users/page.js +4 -4
- package/dist/system/presentation/context/auth/components/login/form-login/index.js +1 -1
- package/dist/system/presentation/context/container.js +1 -1
- package/dist/system/presentation/context/container.js.map +1 -1
- package/dist/system/presentation/context/infra-injection/interfaces.d.ts +3 -2
- package/dist/system/presentation/hooks/notifications/use-load-all/index.d.ts +2 -1
- package/dist/system/presentation/hooks/notifications/use-load-all/index.js +3 -3
- package/dist/system/presentation/hooks/notifications/use-load-no-read/index.d.ts +3 -2
- package/dist/system/presentation/hooks/notifications/use-load-no-read/index.js +3 -3
- package/dist/system/presentation/hooks/ui/use-table/components/table/index.js +1 -1
- package/dist/system/presentation/hooks/ui/use-table/components/table/interfaces.d.ts +1 -1
- package/dist/system/presentation/hooks/ui/use-table/interfaces.d.ts +3 -2
- package/dist/test/index.d.ts +1 -1
- package/dist/test/index.js +7 -20
- package/dist/test/index.js.map +1 -1
- package/dist/ui/components/carousel/styles.js +1 -1
- package/dist/ui/components/carousel/styles.js.map +1 -1
- package/dist/ui/components/form/input-cep/use-cep/providers/ibge/hook.d.ts +1 -2
- package/dist/ui/components/form/input-cep/use-cep/providers/ibge/hook.js +1 -1
- package/dist/ui/components/form/input-file/render-files/file-item/button-upload-image-mobile/index.d.ts +1 -1
- package/dist/ui/components/form/input-file/render-files/file-item/button-upload-image-mobile/index.js +1 -1
- package/dist/ui/components/form/input-youtube/index.js +1 -1
- package/dist/ui/components/form/input-youtube/index.js.map +1 -1
- package/dist/ui/contexts/dynamic-sections/context.d.ts +4 -2
- package/dist/ui/contexts/dynamic-sections/context.js +3 -3
- package/dist/ui/contexts/dynamic-sections/context.js.map +1 -1
- package/dist/ui/contexts/dynamic-sections/index.d.ts +1 -0
- package/dist/ui/contexts/dynamic-sections/index.js +1 -0
- package/dist/ui/contexts/dynamic-sections/index.js.map +1 -1
- package/dist/ui/contexts/dynamic-sections/use-section/index.d.ts +10 -0
- package/dist/ui/contexts/dynamic-sections/use-section/index.js +19 -0
- package/dist/ui/contexts/dynamic-sections/use-section/index.js.map +1 -0
- package/dist/ui/contexts/i18n/context.js +3 -3
- package/dist/ui/contexts/i18n/context.js.map +1 -1
- package/dist/ui/contexts/i18n/edit-mode/index.js +60 -21
- package/dist/ui/contexts/i18n/edit-mode/index.js.map +1 -1
- package/dist/ui/contexts/toast/styles.js +1 -1
- package/dist/ui/contexts/toast/styles.js.map +1 -1
- package/dist/ui/icons/index.d.ts +1 -0
- package/dist/ui/icons/index.js +1 -0
- package/dist/ui/icons/index.js.map +1 -1
- package/dist/ui/icons/render/info.d.ts +2 -0
- package/dist/ui/icons/render/info.js +10 -0
- package/dist/ui/icons/render/info.js.map +1 -0
- package/dist/ui/icons/render/mobile.js +1 -1
- package/dist/ui/icons/render/mobile.js.map +1 -1
- package/dist/ui/styles/reset.css +356 -356
- package/package.json +76 -76
package/package.json
CHANGED
|
@@ -1,76 +1,76 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "infinity-forge",
|
|
3
|
-
"version": "3.2.
|
|
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
|
+
}
|