cft-builder 0.2.213 → 0.2.214

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.
@@ -1,19 +1,19 @@
1
- declare module "cft-builder" {
2
- import { ReactNode } from "react";
3
-
4
- // Define types for CFTRenderProvider and RenderBuilder
5
- export interface CFTRenderProviderProps {
6
- children: ReactNode;
7
- config: Record<string, any>;
8
- // Add any other props that CFTRenderProvider takes
9
- }
10
-
11
- export const CFTRenderProvider: React.FC<CFTRenderProviderProps>;
12
-
13
- export interface RenderBuilder {
14
- render: (config: Record<string, any>) => ReactNode;
15
- // Add other methods or properties for RenderBuilder
16
- }
17
-
18
- export const RenderBuilder: RenderBuilder;
1
+ declare module "cft-builder" {
2
+ import { ReactNode } from "react";
3
+
4
+ // Define types for CFTRenderProvider and RenderBuilder
5
+ export interface CFTRenderProviderProps {
6
+ children: ReactNode;
7
+ config: Record<string, any>;
8
+ // Add any other props that CFTRenderProvider takes
9
+ }
10
+
11
+ export const CFTRenderProvider: React.FC<CFTRenderProviderProps>;
12
+
13
+ export interface RenderBuilder {
14
+ render: (config: Record<string, any>) => ReactNode;
15
+ // Add other methods or properties for RenderBuilder
16
+ }
17
+
18
+ export const RenderBuilder: RenderBuilder;
19
19
  }
package/dist/vite.svg CHANGED
File without changes
package/package.json CHANGED
@@ -1,113 +1,113 @@
1
- {
2
- "name": "cft-builder",
3
- "version": "0.2.213",
4
- "type": "module",
5
- "types": "dist/types/index",
6
- "files": [
7
- "dist"
8
- ],
9
- "repository": {
10
- "type": "git",
11
- "url": "https://codeup.goenterprise.tech/general/builder"
12
- },
13
- "homepage": "https://codeup.goenterprise.tech/general/builder#readme",
14
- "bugs": {
15
- "url": "https://codeup.goenterprise.tech/general/builder/issues"
16
- },
17
- "publishConfig": {
18
- "access": "public",
19
- "registry": "https://registry.npmjs.org/"
20
- },
21
- "main": "./dist/cft-builder.umd.cjs",
22
- "module": "./dist/cft-builder.js",
23
- "exports": {
24
- ".": {
25
- "import": "./dist/cft-builder.js",
26
- "require": "./dist/cft-builder.umd.cjs"
27
- }
28
- },
29
- "scripts": {
30
- "dev": "vite",
31
- "prebuild": "rm -rf dist",
32
- "build": "vite build",
33
- "tbuild": "vite build",
34
- "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
35
- "preview": "vite preview",
36
- "prepublish": "npm run build"
37
- },
38
- "dependencies": {
39
- "@rpldy/chunked-uploady": "^1.8.1",
40
- "@rpldy/upload-button": "^1.8.1",
41
- "@rpldy/uploady": "^1.8.1",
42
- "@types/lodash": "^4.17.5",
43
- "axios": "^1.7.2",
44
- "classnames": "^2.5.1",
45
- "dnd-core": "^16.0.1",
46
- "dompurify": "^3.1.5",
47
- "fbemitter": "^3.0.0",
48
- "formik": "^2.4.6",
49
- "lodash": "^4.17.21",
50
- "moment": "^2.30.1",
51
- "postcss-scss": "^4.0.9",
52
- "primeflex": "^4.0.0",
53
- "primeicons": "^7.0.0",
54
- "primereact": "^10.9.5",
55
- "quill": "^2.0.2",
56
- "rc-progress": "^4.0.0",
57
- "react": "^18.3.1",
58
- "react-contenteditable": "^3.3.7",
59
- "react-countdown": "^2.3.6",
60
- "react-dnd": "^16.0.1",
61
- "react-dnd-html5-backend": "^16.0.1",
62
- "react-dom": "^18.3.1",
63
- "react-hot-loader": "^4.13.1",
64
- "react-icons": "^5.2.1",
65
- "react-json-pretty": "^2.2.0",
66
- "react-phone-number-input": "^3.4.3",
67
- "react-router-dom": "^6.23.1",
68
- "react-signature-canvas": "^1.0.6",
69
- "rollup-plugin-postcss": "^4.0.2",
70
- "styled-components": "^6.1.11",
71
- "swiper": "^11.1.4",
72
- "uid": "^2.0.2",
73
- "video.js": "^8.12.0",
74
- "vite-tsconfig-paths": "^4.3.1"
75
- },
76
- "devDependencies": {
77
- "@babel/core": "^7.24.7",
78
- "@babel/plugin-syntax-dynamic-import": "^7.8.3",
79
- "@babel/preset-env": "^7.24.7",
80
- "@babel/preset-react": "^7.24.7",
81
- "@babel/preset-typescript": "^7.24.7",
82
- "@hot-loader/react-dom": "^17.0.2",
83
- "@types/dompurify": "^3.0.5",
84
- "@types/fbemitter": "^2.0.35",
85
- "@types/react": "^18.2.55",
86
- "@types/react-dom": "^18.2.19",
87
- "@types/react-signature-canvas": "^1.0.5",
88
- "@typescript-eslint/eslint-plugin": "^6.21.0",
89
- "@typescript-eslint/parser": "^6.21.0",
90
- "@vitejs/plugin-react": "^4.2.1",
91
- "autoprefixer": "^10.4.19",
92
- "babel-eslint": "^10.1.0",
93
- "babel-loader": "^9.1.3",
94
- "css-loader": "^7.1.2",
95
- "eslint": "^8.56.0",
96
- "eslint-plugin-react-hooks": "^4.6.0",
97
- "eslint-plugin-react-refresh": "^0.4.5",
98
- "html-webpack-plugin": "^5.6.0",
99
- "interface": "^1.2.1",
100
- "lodash-webpack-plugin": "^0.11.6",
101
- "mini-css-extract-plugin": "^2.9.0",
102
- "postcss": "^8.4.38",
103
- "postcss-loader": "^8.1.1",
104
- "sass": "^1.77.6",
105
- "sass-loader": "^14.2.1",
106
- "style-loader": "^4.0.0",
107
- "ts-loader": "^9.5.1",
108
- "tslib": "^2.6.3",
109
- "typescript": "^5.2.2",
110
- "vite": "^5.1.0",
111
- "vitest": "^1.6.0"
112
- }
113
- }
1
+ {
2
+ "name": "cft-builder",
3
+ "version": "0.2.214",
4
+ "type": "module",
5
+ "types": "dist/types/index",
6
+ "files": [
7
+ "dist"
8
+ ],
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "https://codeup.goenterprise.tech/general/builder"
12
+ },
13
+ "homepage": "https://codeup.goenterprise.tech/general/builder#readme",
14
+ "bugs": {
15
+ "url": "https://codeup.goenterprise.tech/general/builder/issues"
16
+ },
17
+ "publishConfig": {
18
+ "access": "public",
19
+ "registry": "https://registry.npmjs.org/"
20
+ },
21
+ "main": "./dist/cft-builder.umd.cjs",
22
+ "module": "./dist/cft-builder.js",
23
+ "exports": {
24
+ ".": {
25
+ "import": "./dist/cft-builder.js",
26
+ "require": "./dist/cft-builder.umd.cjs"
27
+ }
28
+ },
29
+ "scripts": {
30
+ "dev": "vite",
31
+ "prebuild": "rm -rf dist",
32
+ "build": "vite build",
33
+ "tbuild": "vite build",
34
+ "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
35
+ "preview": "vite preview",
36
+ "prepublish": "npm run build"
37
+ },
38
+ "dependencies": {
39
+ "@rpldy/chunked-uploady": "^1.8.1",
40
+ "@rpldy/upload-button": "^1.8.1",
41
+ "@rpldy/uploady": "^1.8.1",
42
+ "@types/lodash": "^4.17.5",
43
+ "axios": "^1.7.2",
44
+ "classnames": "^2.5.1",
45
+ "dnd-core": "^16.0.1",
46
+ "dompurify": "^3.1.5",
47
+ "fbemitter": "^3.0.0",
48
+ "formik": "^2.4.6",
49
+ "lodash": "^4.17.21",
50
+ "moment": "^2.30.1",
51
+ "postcss-scss": "^4.0.9",
52
+ "primeflex": "^4.0.0",
53
+ "primeicons": "^7.0.0",
54
+ "primereact": "^10.9.5",
55
+ "quill": "^2.0.2",
56
+ "rc-progress": "^4.0.0",
57
+ "react": "^18.3.1",
58
+ "react-contenteditable": "^3.3.7",
59
+ "react-countdown": "^2.3.6",
60
+ "react-dnd": "^16.0.1",
61
+ "react-dnd-html5-backend": "^16.0.1",
62
+ "react-dom": "^18.3.1",
63
+ "react-hot-loader": "^4.13.1",
64
+ "react-icons": "^5.2.1",
65
+ "react-json-pretty": "^2.2.0",
66
+ "react-phone-number-input": "^3.4.3",
67
+ "react-router-dom": "^6.23.1",
68
+ "react-signature-canvas": "^1.0.6",
69
+ "rollup-plugin-postcss": "^4.0.2",
70
+ "styled-components": "^6.1.11",
71
+ "swiper": "^11.1.4",
72
+ "uid": "^2.0.2",
73
+ "video.js": "^8.12.0",
74
+ "vite-tsconfig-paths": "^4.3.1"
75
+ },
76
+ "devDependencies": {
77
+ "@babel/core": "^7.24.7",
78
+ "@babel/plugin-syntax-dynamic-import": "^7.8.3",
79
+ "@babel/preset-env": "^7.24.7",
80
+ "@babel/preset-react": "^7.24.7",
81
+ "@babel/preset-typescript": "^7.24.7",
82
+ "@hot-loader/react-dom": "^17.0.2",
83
+ "@types/dompurify": "^3.0.5",
84
+ "@types/fbemitter": "^2.0.35",
85
+ "@types/react": "^18.2.55",
86
+ "@types/react-dom": "^18.2.19",
87
+ "@types/react-signature-canvas": "^1.0.5",
88
+ "@typescript-eslint/eslint-plugin": "^6.21.0",
89
+ "@typescript-eslint/parser": "^6.21.0",
90
+ "@vitejs/plugin-react": "^4.2.1",
91
+ "autoprefixer": "^10.4.19",
92
+ "babel-eslint": "^10.1.0",
93
+ "babel-loader": "^9.1.3",
94
+ "css-loader": "^7.1.2",
95
+ "eslint": "^8.56.0",
96
+ "eslint-plugin-react-hooks": "^4.6.0",
97
+ "eslint-plugin-react-refresh": "^0.4.5",
98
+ "html-webpack-plugin": "^5.6.0",
99
+ "interface": "^1.2.1",
100
+ "lodash-webpack-plugin": "^0.11.6",
101
+ "mini-css-extract-plugin": "^2.9.0",
102
+ "postcss": "^8.4.38",
103
+ "postcss-loader": "^8.1.1",
104
+ "sass": "^1.77.6",
105
+ "sass-loader": "^14.2.1",
106
+ "style-loader": "^4.0.0",
107
+ "ts-loader": "^9.5.1",
108
+ "tslib": "^2.6.3",
109
+ "typescript": "^5.2.2",
110
+ "vite": "^5.1.0",
111
+ "vitest": "^1.6.0"
112
+ }
113
+ }