infinity-forge 3.2.5 → 3.2.7
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/infinity-forge.css +0 -3
- package/dist/sites/components/default-pages/blog/components/featured-blog/featured-blog-item/index.d.ts +0 -6
- package/dist/sites/components/default-pages/blog/components/featured-blog/featured-blog-item/index.js +0 -42
- 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 +0 -74
- 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 +0 -43
- package/dist/system/presentation/components/data/menu/modes/collapsed-menu/index.js.map +1 -1
- package/dist/system/presentation/components/data/menu/modes/collapsed-menu/styles.js +0 -15
- package/dist/system/presentation/components/data/menu/modes/opened/index.js +0 -51
- package/dist/system/presentation/components/data/menu/modes/opened/index.js.map +1 -1
- package/dist/system/presentation/components/data/menu/modes/opened/styles.js +0 -15
- package/dist/system/presentation/components/layout/header/components/menu-right/component.d.ts +0 -6
- package/dist/system/presentation/components/layout/header/components/menu-right/component.js +0 -35
- package/dist/system/presentation/components/layout/header/components/menu-right/index.d.ts +0 -3
- package/dist/system/presentation/components/layout/header/components/menu-right/index.js +3 -3
- package/dist/system/presentation/components/layout/header/components/menu-right/messages/content/card/index.d.ts +1 -1
- package/dist/system/presentation/components/layout/header/components/menu-right/messages/content/card/index.js +3 -3
- package/dist/system/presentation/components/layout/header/components/menu-right/messages/content/index.js +3 -3
- package/dist/system/presentation/components/layout/header/components/menu-right/messages/content/interfaces.d.ts +1 -1
- package/dist/system/presentation/components/layout/header/components/menu-right/messages/index.js +4 -4
- package/dist/system/presentation/components/layout/header/components/menu-right/profile/content/index.js +3 -3
- package/dist/system/presentation/components/layout/header/components/menu-right/profile/index.js +4 -4
- package/dist/system/presentation/components/layout/header/components/search-modal/index.js +4 -4
- package/dist/system/presentation/components/layout/header/components/search-modal/search-list/index.js +3 -3
- package/dist/system/presentation/components/layout/header/components/search-modal/trigger/index.js +2 -2
- package/dist/system/presentation/components/pages/menus/table/icon/index.js +1 -1
- package/dist/system/presentation/context/auth/components/login/form-login/index.js +2 -2
- 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/ui/use-table/components/table/actions/delete/index.d.ts +1 -1
- package/dist/system/presentation/hooks/ui/use-table/components/table/actions/delete/index.js +2 -2
- package/dist/system/presentation/hooks/ui/use-table/components/table/actions/index.d.ts +1 -1
- package/dist/system/presentation/hooks/ui/use-table/components/table/actions/index.js +4 -4
- package/dist/system/presentation/hooks/ui/use-table/components/table/active-filters/index.d.ts +1 -1
- package/dist/system/presentation/hooks/ui/use-table/components/table/active-filters/index.js +2 -2
- package/dist/system/presentation/hooks/ui/use-table/components/table/create/index.d.ts +1 -1
- package/dist/system/presentation/hooks/ui/use-table/components/table/create/index.js +3 -3
- package/dist/system/presentation/hooks/ui/use-table/components/table/export/index.d.ts +1 -1
- package/dist/system/presentation/hooks/ui/use-table/components/table/export/index.js +2 -2
- package/dist/system/presentation/hooks/ui/use-table/components/table/filters/index.d.ts +1 -1
- package/dist/system/presentation/hooks/ui/use-table/components/table/filters/index.js +3 -3
- package/dist/system/presentation/hooks/ui/use-table/components/table/index.d.ts +1 -1
- package/dist/system/presentation/hooks/ui/use-table/components/table/index.js +10 -10
- package/dist/system/presentation/hooks/ui/use-table/components/table/interfaces.d.ts +2 -2
- package/dist/system/presentation/hooks/ui/use-table/components/table/pagination/index.d.ts +1 -1
- package/dist/system/presentation/hooks/ui/use-table/components/table/pagination/index.js +3 -3
- package/dist/system/presentation/hooks/ui/use-table/components/table/skeleton-table/index.js +2 -2
- package/dist/system/presentation/hooks/ui/use-table/components/table/thead-item/index.d.ts +1 -1
- package/dist/system/presentation/hooks/ui/use-table/components/table/thead-item/index.js +2 -2
- package/dist/system/presentation/hooks/ui/use-table/components/table/thead-item/interfaces.d.ts +1 -1
- 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/carousel-lib/core/modules/observer/observer.js +2 -2
- package/dist/ui/components/carousel/carousel-lib/core/modules/resize/resize.js +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/translate/translateTo.js +0 -81
- package/dist/ui/components/carousel/carousel-lib/core/update/index.d.ts +0 -21
- package/dist/ui/components/carousel/carousel-lib/core/update/index.js +0 -26
- package/dist/ui/components/carousel/carousel-lib/core/update/updateActiveIndex.js +0 -125
- package/dist/ui/components/carousel/carousel-lib/core/update/updateSize.js +0 -45
- package/dist/ui/components/carousel/carousel-lib/core/update/updateSlides.js +0 -306
- package/dist/ui/components/carousel/carousel-lib/core/update/updateSlidesClasses.js +0 -69
- package/dist/ui/components/carousel/styles.js +1 -1
- package/dist/ui/components/carousel/styles.js.map +1 -1
- package/dist/ui/components/form/handler/i18n/capture-i18n-errors/index.d.ts +0 -6
- 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 +1 -1
- package/dist/ui/components/form/input-cep/use-cep/providers/ibge/index.d.ts +3 -3
- package/dist/ui/components/form/input-cep/use-cep/providers/ibge/index.js +3 -3
- package/dist/ui/components/form/input-cep/use-cep/providers/index.d.ts +0 -1
- package/dist/ui/components/form/input-cep/use-cep/providers/index.js +0 -18
- package/dist/ui/components/form/input-currency/components/utils/cleanValue.d.ts +0 -8
- package/dist/ui/components/form/input-currency/components/utils/cleanValue.js +0 -62
- package/dist/ui/components/form/input-currency/components/utils/formatValue.d.ts +0 -49
- package/dist/ui/components/form/input-currency/components/utils/formatValue.js +0 -132
- package/dist/ui/components/form/input-currency/components/utils/getLocaleConfig.d.ts +0 -13
- package/dist/ui/components/form/input-currency/components/utils/getSuffix.js +0 -12
- package/dist/ui/components/form/input-currency/components/utils/index.d.ts +0 -8
- package/dist/ui/components/form/input-currency/components/utils/index.js +0 -25
- package/dist/ui/components/form/input-currency/components/utils/parseAbbrValue.js +0 -40
- package/dist/ui/components/form/input-currency/components/utils/removeInvalidChars.js +0 -14
- package/dist/ui/components/form/input-currency/components/utils/removeSeparators.js +0 -14
- package/dist/ui/components/form/input-date-picker/calendar/calendar-header/index.d.ts +0 -2
- package/dist/ui/components/form/input-date-picker/calendar/calendar-header/index.js +0 -62
- package/dist/ui/components/form/input-date-picker/calendar/days/index.d.ts +0 -2
- package/dist/ui/components/form/input-date-picker/calendar/days/index.js +0 -87
- package/dist/ui/components/form/input-date-picker/calendar/months/index.d.ts +0 -2
- package/dist/ui/components/form/input-date-picker/calendar/months/index.js +0 -66
- 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-file/render-files/file-item/index.d.ts +0 -3
- package/dist/ui/components/form/input-file/render-files/file-item/index.js +0 -49
- package/dist/ui/components/form/input-mask/lib/core/errors/SyntheticChangeError.d.ts +1 -1
- package/dist/ui/components/form/input-mask/lib/core/hooks/useInput.d.ts +1 -1
- package/dist/ui/components/form/input-mask/lib/core/hooks/useInput.js +2 -2
- package/dist/ui/components/form/input-mask/lib/core/index.d.ts +0 -5
- package/dist/ui/components/form/input-mask/lib/core/index.js +0 -15
- package/dist/ui/components/form/input-mask/lib/core/utils/setInputAttributes.d.ts +1 -1
- package/dist/ui/components/form/input-mask/lib/mask/InputMask.d.ts +0 -6
- package/dist/ui/components/form/input-mask/lib/mask/InputMask.js +0 -44
- package/dist/ui/components/form/input-mask/lib/mask/index.d.ts +0 -5
- package/dist/ui/components/form/input-mask/lib/mask/index.js +0 -26
- package/dist/ui/components/form/input-mask/lib/mask/types.d.ts +0 -61
- package/dist/ui/components/form/input-mask/lib/mask/useMask.d.ts +0 -3
- package/dist/ui/components/form/input-mask/lib/mask/useMask.js +0 -150
- package/dist/ui/components/form/input-mask/lib/mask/utils/filter.d.ts +1 -1
- package/dist/ui/components/form/input-mask/lib/mask/utils/format.d.ts +1 -1
- package/dist/ui/components/form/input-mask/lib/mask/utils/formatToParts.d.ts +1 -1
- package/dist/ui/components/form/input-mask/lib/mask/utils/formatToReplacementObject.d.ts +1 -1
- package/dist/ui/components/form/input-mask/lib/mask/utils/resolveDetail.d.ts +1 -1
- package/dist/ui/components/form/input-mask/lib/mask/utils/resolveDetail.js +3 -3
- package/dist/ui/components/form/input-mask/lib/mask/utils/resolveSelection.d.ts +2 -2
- package/dist/ui/components/form/input-mask/lib/mask/utils/unformat.d.ts +1 -1
- package/dist/ui/components/form/input-mask/lib/mask/utils/validate.d.ts +1 -1
- package/dist/ui/components/form/input-mask/lib/mask/utils.d.ts +0 -63
- package/dist/ui/components/form/input-mask/lib/mask/utils.js +0 -114
- package/dist/ui/components/form/input-mask/lib/number-format/InputNumberFormat.d.ts +0 -6
- package/dist/ui/components/form/input-mask/lib/number-format/InputNumberFormat.js +0 -58
- package/dist/ui/components/form/input-mask/lib/number-format/index.d.ts +0 -4
- package/dist/ui/components/form/input-mask/lib/number-format/index.js +0 -11
- package/dist/ui/components/form/input-mask/lib/number-format/types.d.ts +0 -26
- package/dist/ui/components/form/input-mask/lib/number-format/useNumberFormat.d.ts +0 -3
- package/dist/ui/components/form/input-mask/lib/number-format/useNumberFormat.js +0 -208
- package/dist/ui/components/form/input-mask/lib/number-format/utils/localizeValues.d.ts +1 -1
- package/dist/ui/components/form/input-mask/lib/number-format/utils/resolveDetail.d.ts +2 -2
- package/dist/ui/components/form/input-mask/lib/number-format/utils/resolveDetail.js +1 -1
- package/dist/ui/components/form/input-mask/lib/number-format/utils/resolveMinimumFractionDigits.d.ts +1 -1
- package/dist/ui/components/form/input-mask/lib/number-format/utils/resolveOptions.d.ts +1 -1
- package/dist/ui/components/form/input-mask/lib/number-format/utils/resolveSelection.d.ts +2 -2
- 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/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.7",
|
|
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
|
+
}
|