infinity-forge 10.2.2 → 10.2.3

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.
@@ -9,6 +9,6 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
10
10
  exports.InputRadio = void 0;
11
11
  var styled_components_1 = __importDefault(require("styled-components"));
12
- exports.InputRadio = (0, styled_components_1.default)('div')(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n &:has(input:read-only) {\n opacity: 0.7;\n cursor: not-allowed;\n\n label,\n input {\n pointer-events: none;\n }\n }\n"], ["\n &:has(input:read-only) {\n opacity: 0.7;\n cursor: not-allowed;\n\n label,\n input {\n pointer-events: none;\n }\n }\n"])));
12
+ exports.InputRadio = (0, styled_components_1.default)('div')(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n &:has(input[readonly]) {\n opacity: 0.7;\n cursor: not-allowed;\n\n label,\n input {\n pointer-events: none;\n }\n }\n"], ["\n &:has(input[readonly]) {\n opacity: 0.7;\n cursor: not-allowed;\n\n label,\n input {\n pointer-events: none;\n }\n }\n"])));
13
13
  var templateObject_1;
14
14
  //# sourceMappingURL=styles.js.map
package/package.json CHANGED
@@ -1,79 +1,79 @@
1
- {
2
- "name": "infinity-forge",
3
- "version": "10.2.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 3053",
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
- "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": "^22.15.3",
39
- "@types/react": "^19.1.2",
40
- "@types/react-dom": "^19.1.2",
41
- "@types/styled-components": "^5.1.34",
42
- "concurrently": "^9.1.2",
43
- "copyfiles": "^2.4.1",
44
- "cssnano": "^7.0.6",
45
- "fs-extra": "^11.3.0",
46
- "postcss": "^8.5.3",
47
- "postcss-cli": "^11.0.1",
48
- "tsc-alias": "^1.8.15",
49
- "typescript": "^5.8.3"
50
- },
51
- "dependencies": {
52
- "@dnd-kit/core": "^6.3.1",
53
- "@dnd-kit/modifiers": "^9.0.0",
54
- "@dnd-kit/sortable": "^10.0.0",
55
- "@dnd-kit/utilities": "^3.2.2",
56
- "@next/third-parties": "^15.3.1",
57
- "@types/react-window": "^1.8.8",
58
- "axios": "^1.9.0",
59
- "cpx": "^1.5.0",
60
- "formik": "^2.4.6",
61
- "fs": "0.0.1-security",
62
- "lodash.debounce": "^4.0.8",
63
- "moment": "^2.30.1",
64
- "motion": "^12.9.2",
65
- "next": "^15.3.1",
66
- "node": "^22.15.0",
67
- "qs": "^6.14.0",
68
- "quill": "^2.0.3",
69
- "react": "19.1.0",
70
- "react-dom": "19.1.0",
71
- "react-select": "^5.10.1",
72
- "react-window": "^1.8.11",
73
- "safe-stable-stringify": "^2.5.0",
74
- "styled-components": "^6.1.16",
75
- "yup": "^1.6.1",
76
- "zustand": "5.0.2"
77
- },
78
- "packageManager": "pnpm@10.6.3+sha512.bb45e34d50a9a76e858a95837301bfb6bd6d35aea2c5d52094fa497a467c43f5c440103ce2511e9e0a2f89c3d6071baac3358fc68ac6fb75e2ceb3d2736065e6"
1
+ {
2
+ "name": "infinity-forge",
3
+ "version": "10.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 3053",
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
+ "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": "^22.15.3",
39
+ "@types/react": "^19.1.2",
40
+ "@types/react-dom": "^19.1.2",
41
+ "@types/styled-components": "^5.1.34",
42
+ "concurrently": "^9.1.2",
43
+ "copyfiles": "^2.4.1",
44
+ "cssnano": "^7.0.6",
45
+ "fs-extra": "^11.3.0",
46
+ "postcss": "^8.5.3",
47
+ "postcss-cli": "^11.0.1",
48
+ "tsc-alias": "^1.8.15",
49
+ "typescript": "^5.8.3"
50
+ },
51
+ "dependencies": {
52
+ "@dnd-kit/core": "^6.3.1",
53
+ "@dnd-kit/modifiers": "^9.0.0",
54
+ "@dnd-kit/sortable": "^10.0.0",
55
+ "@dnd-kit/utilities": "^3.2.2",
56
+ "@next/third-parties": "^15.3.1",
57
+ "@types/react-window": "^1.8.8",
58
+ "axios": "^1.9.0",
59
+ "cpx": "^1.5.0",
60
+ "formik": "^2.4.6",
61
+ "fs": "0.0.1-security",
62
+ "lodash.debounce": "^4.0.8",
63
+ "moment": "^2.30.1",
64
+ "motion": "^12.9.2",
65
+ "next": "^15.3.1",
66
+ "node": "^22.15.0",
67
+ "qs": "^6.14.0",
68
+ "quill": "^2.0.3",
69
+ "react": "19.1.0",
70
+ "react-dom": "19.1.0",
71
+ "react-select": "^5.10.1",
72
+ "react-window": "^1.8.11",
73
+ "safe-stable-stringify": "^2.5.0",
74
+ "styled-components": "^6.1.16",
75
+ "yup": "^1.6.1",
76
+ "zustand": "5.0.2"
77
+ },
78
+ "packageManager": "pnpm@10.6.3+sha512.bb45e34d50a9a76e858a95837301bfb6bd6d35aea2c5d52094fa497a467c43f5c440103ce2511e9e0a2f89c3d6071baac3358fc68ac6fb75e2ceb3d2736065e6"
79
79
  }