infinity-forge 0.41.8 → 0.42.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/sites/components/default-pages/blog/components/blog-item/index.js +7 -1
- package/dist/sites/components/default-pages/blog/components/blog-item/index.js.map +1 -1
- package/dist/sites/components/default-pages/common-ssrs-api/blog/index.js +6 -13
- package/dist/sites/components/default-pages/common-ssrs-api/blog/index.js.map +1 -1
- package/dist/sites/public/fonts/fonts-familys/robotocondensed/index.js +8 -3
- package/dist/sites/public/fonts/fonts-familys/robotocondensed/index.js.map +1 -1
- package/dist/sites/services/api.js.map +1 -1
- package/dist/system/presentation/components/data/notifications/card/index.d.ts +1 -1
- package/dist/system/presentation/components/data/notifications/card/index.js +1 -1
- package/dist/system/presentation/components/data/notifications/card/index.js.map +1 -1
- package/dist/system/presentation/components/data/notifications/index.js +2 -2
- package/dist/system/presentation/components/data/notifications/index.js.map +1 -1
- package/dist/system/presentation/components/data/tab/component.d.ts +1 -1
- package/dist/system/presentation/components/data/tab/component.js +20 -4
- package/dist/system/presentation/components/data/tab/component.js.map +1 -1
- package/dist/system/presentation/components/data/tab/styles.js +1 -1
- package/dist/system/presentation/components/data/tab/styles.js.map +1 -1
- package/dist/system/presentation/components/layout/header/components/search-modal/index.js +1 -2
- package/dist/system/presentation/components/layout/header/components/search-modal/index.js.map +1 -1
- package/dist/system/presentation/components/layout/header/components/search-modal/search-list/index.js +3 -1
- package/dist/system/presentation/components/layout/header/components/search-modal/search-list/index.js.map +1 -1
- package/dist/system/presentation/components/layout/header/components/search-modal/search-list/styles.js +1 -1
- package/dist/system/presentation/components/layout/header/components/search-modal/search-list/styles.js.map +1 -1
- package/dist/system/presentation/components/layout/menu/components/menu/styles.js +1 -1
- package/dist/system/presentation/components/layout/menu/components/menu/styles.js.map +1 -1
- package/dist/system/presentation/context/container.js.map +1 -1
- package/dist/system/presentation/hooks/notifications/use-load-no-read/index.js +0 -1
- package/dist/system/presentation/hooks/notifications/use-load-no-read/index.js.map +1 -1
- package/dist/system/presentation/hooks/ui/use-table/components/table/actions/index.js +1 -5
- package/dist/system/presentation/hooks/ui/use-table/components/table/actions/index.js.map +1 -1
- package/dist/system/presentation/hooks/ui/use-table/components/table/create/index.js +1 -2
- package/dist/system/presentation/hooks/ui/use-table/components/table/create/index.js.map +1 -1
- package/dist/ui/components/carousel/index.d.ts +1 -1
- package/dist/ui/components/carousel/index.js.map +1 -1
- package/dist/ui/components/form/input-control/index.js +1 -1
- package/dist/ui/components/form/input-control/index.js.map +1 -1
- package/dist/ui/components/form/input-control/label/index.js +1 -1
- package/dist/ui/components/form/input-control/label/index.js.map +1 -1
- package/dist/ui/components/form/input-control/label/styles.js +1 -1
- package/dist/ui/components/form/input-control/label/styles.js.map +1 -1
- package/dist/ui/components/form/input-switch/index.d.ts +2 -2
- package/dist/ui/components/form/input-switch/index.js +34 -3
- package/dist/ui/components/form/input-switch/index.js.map +1 -1
- package/dist/ui/components/form/input-switch/interfaces.d.ts +4 -0
- package/dist/ui/components/form/input-switch/interfaces.js +3 -0
- package/dist/ui/components/form/input-switch/interfaces.js.map +1 -0
- package/dist/ui/components/form/input-switch/styles.d.ts +4 -0
- package/dist/ui/components/form/input-switch/styles.js +14 -0
- package/dist/ui/components/form/input-switch/styles.js.map +1 -0
- package/dist/ui/components/form/select/index.js +1 -1
- package/dist/ui/components/form/select/index.js.map +1 -1
- package/dist/ui/components/modal/index.d.ts +2 -16
- package/dist/ui/components/modal/index.js +56 -17
- package/dist/ui/components/modal/index.js.map +1 -1
- package/dist/ui/components/modal/interfaces.d.ts +8 -0
- package/dist/ui/components/modal/interfaces.js +3 -0
- package/dist/ui/components/modal/interfaces.js.map +1 -0
- package/dist/ui/components/modal/styles.d.ts +4 -0
- package/dist/ui/components/modal/styles.js +14 -0
- package/dist/ui/components/modal/styles.js.map +1 -0
- package/dist/ui/components/next-image/index.js +1 -2
- package/dist/ui/components/next-image/index.js.map +1 -1
- package/dist/ui/hooks/index.d.ts +1 -1
- package/dist/ui/hooks/use-window.js.map +1 -1
- package/dist/ui/icons/index.d.ts +3 -2
- package/dist/ui/icons/index.js +1 -0
- package/dist/ui/icons/index.js.map +1 -1
- package/dist/ui/icons/render/Checked.d.ts +2 -0
- package/dist/ui/icons/render/Checked.js +10 -0
- package/dist/ui/icons/render/Checked.js.map +1 -0
- package/dist/ui/utils/disable-scroll.d.ts +1 -0
- package/dist/ui/utils/disable-scroll.js +19 -0
- package/dist/ui/utils/disable-scroll.js.map +1 -0
- package/dist/ui/utils/index.d.ts +2 -1
- package/dist/ui/utils/index.js +1 -0
- package/dist/ui/utils/index.js.map +1 -1
- package/package.json +83 -85
package/package.json
CHANGED
|
@@ -1,85 +1,83 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "infinity-forge",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "codie Library",
|
|
5
|
-
"main": "./dist/index.js",
|
|
6
|
-
"module": "./dist/index.js",
|
|
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 3050",
|
|
14
|
-
"start": "next start -p 3015",
|
|
15
|
-
"build": "concurrently --kill-others-on-fail \"tsc -w\" \"tsc-alias -w --resolve-full-paths\" \"npm run build:CSS\" \"npm run fonts\"",
|
|
16
|
-
"build:CSS": "npm run minify-css && node combine-css.ts && cpx \"src/**/*.css\" dist --watch",
|
|
17
|
-
"minify-css": "postcss src/**/*.css --use cssnano -d dist --no-map",
|
|
18
|
-
"fonts": "tsc-alias -p tsconfig.json && mkdir dist\\fonts && for /r src %i in (*.otf, *.ttf) do copy \"%i\" dist\\fonts\\"
|
|
19
|
-
},
|
|
20
|
-
"peerDependencies": {
|
|
21
|
-
"react": ">=16"
|
|
22
|
-
},
|
|
23
|
-
"files": [
|
|
24
|
-
"dist",
|
|
25
|
-
"LICENSE",
|
|
26
|
-
"README.md"
|
|
27
|
-
],
|
|
28
|
-
"keywords": [
|
|
29
|
-
"react",
|
|
30
|
-
"typescript",
|
|
31
|
-
"awesome-project"
|
|
32
|
-
],
|
|
33
|
-
"author": "Codie Digital",
|
|
34
|
-
"license": "MIT",
|
|
35
|
-
"devDependencies": {
|
|
36
|
-
"@types/node": "^20.12.12",
|
|
37
|
-
"@types/react": "^18.3.2",
|
|
38
|
-
"@types/react-date-range": "^1.4.9",
|
|
39
|
-
"@types/react-datepicker": "^6.2.0",
|
|
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
|
-
"postcss-cli": "^11.0.0",
|
|
47
|
-
"tsc-alias": "^1.8.10",
|
|
48
|
-
"tslib": "^2.6.2"
|
|
49
|
-
},
|
|
50
|
-
"dependencies": {
|
|
51
|
-
"@ckeditor/ckeditor5-react": "^7.0.0",
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"fs": "
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
"react": "^
|
|
66
|
-
"react-
|
|
67
|
-
"react-
|
|
68
|
-
"react-
|
|
69
|
-
"react-
|
|
70
|
-
"react-
|
|
71
|
-
"react-
|
|
72
|
-
"react-
|
|
73
|
-
"react-
|
|
74
|
-
"react-
|
|
75
|
-
"react-
|
|
76
|
-
"
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
}
|
|
85
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "infinity-forge",
|
|
3
|
+
"version": "0.42.0",
|
|
4
|
+
"description": "codie Library",
|
|
5
|
+
"main": "./dist/index.js",
|
|
6
|
+
"module": "./dist/index.js",
|
|
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 3050",
|
|
14
|
+
"start": "next start -p 3015",
|
|
15
|
+
"build": "concurrently --kill-others-on-fail \"tsc -w\" \"tsc-alias -w --resolve-full-paths\" \"npm run build:CSS\" \"npm run fonts\"",
|
|
16
|
+
"build:CSS": "npm run minify-css && node combine-css.ts && cpx \"src/**/*.css\" dist --watch",
|
|
17
|
+
"minify-css": "postcss src/**/*.css --use cssnano -d dist --no-map",
|
|
18
|
+
"fonts": "tsc-alias -p tsconfig.json && mkdir dist\\fonts && for /r src %i in (*.otf, *.ttf) do copy \"%i\" dist\\fonts\\"
|
|
19
|
+
},
|
|
20
|
+
"peerDependencies": {
|
|
21
|
+
"react": ">=16"
|
|
22
|
+
},
|
|
23
|
+
"files": [
|
|
24
|
+
"dist",
|
|
25
|
+
"LICENSE",
|
|
26
|
+
"README.md"
|
|
27
|
+
],
|
|
28
|
+
"keywords": [
|
|
29
|
+
"react",
|
|
30
|
+
"typescript",
|
|
31
|
+
"awesome-project"
|
|
32
|
+
],
|
|
33
|
+
"author": "Codie Digital",
|
|
34
|
+
"license": "MIT",
|
|
35
|
+
"devDependencies": {
|
|
36
|
+
"@types/node": "^20.12.12",
|
|
37
|
+
"@types/react": "^18.3.2",
|
|
38
|
+
"@types/react-date-range": "^1.4.9",
|
|
39
|
+
"@types/react-datepicker": "^6.2.0",
|
|
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
|
+
"postcss-cli": "^11.0.0",
|
|
47
|
+
"tsc-alias": "^1.8.10",
|
|
48
|
+
"tslib": "^2.6.2"
|
|
49
|
+
},
|
|
50
|
+
"dependencies": {
|
|
51
|
+
"@ckeditor/ckeditor5-react": "^7.0.0",
|
|
52
|
+
"axios": "^1.7.2",
|
|
53
|
+
"chroma-js": "^2.4.2",
|
|
54
|
+
"ckeditor5-custom-build": "^0.0.6",
|
|
55
|
+
"date-fns": "^3.6.0",
|
|
56
|
+
"formik": "^2.4.6",
|
|
57
|
+
"framer-motion": "^11.2.6",
|
|
58
|
+
"fs": "0.0.1-security",
|
|
59
|
+
"fs-extra": "^11.2.0",
|
|
60
|
+
"inversify": "^6.0.2",
|
|
61
|
+
"moment": "^2.30.1",
|
|
62
|
+
"next": "^14.2.3",
|
|
63
|
+
"postcss": "^8.4.38",
|
|
64
|
+
"react": "^18.3.1",
|
|
65
|
+
"react-currency-input-field": "^3.8.0",
|
|
66
|
+
"react-date-range": "^2.0.1",
|
|
67
|
+
"react-datepicker": "^6.9.0",
|
|
68
|
+
"react-dom": "^18.3.1",
|
|
69
|
+
"react-error-boundary": "^4.0.13",
|
|
70
|
+
"react-ga": "^3.3.1",
|
|
71
|
+
"react-select": "^5.8.0",
|
|
72
|
+
"react-semantic-ui-datepickers": "^2.17.2",
|
|
73
|
+
"react-share": "^5.1.0",
|
|
74
|
+
"react-slick": "^0.30.2",
|
|
75
|
+
"react-tooltip": "^5.26.4",
|
|
76
|
+
"reflect-metadata": "^0.2.2",
|
|
77
|
+
"sharp": "^0.33.4",
|
|
78
|
+
"styled-components": "^6.1.11",
|
|
79
|
+
"swr": "^2.2.5",
|
|
80
|
+
"typescript": "^5.4.5",
|
|
81
|
+
"yup": "^1.4.0"
|
|
82
|
+
}
|
|
83
|
+
}
|