@libxai/board 0.17.254 → 0.17.256
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/index.cjs +52 -52
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +52 -52
- package/dist/index.js.map +1 -1
- package/dist/styles.css +0 -23
- package/package.json +141 -141
package/dist/styles.css
CHANGED
|
@@ -9036,11 +9036,6 @@ body {
|
|
|
9036
9036
|
}
|
|
9037
9037
|
|
|
9038
9038
|
|
|
9039
|
-
.w-\[280px\] {
|
|
9040
|
-
width: 280px;
|
|
9041
|
-
}
|
|
9042
|
-
|
|
9043
|
-
|
|
9044
9039
|
.w-\[320px\] {
|
|
9045
9040
|
width: 320px;
|
|
9046
9041
|
}
|
|
@@ -9764,12 +9759,6 @@ body {
|
|
|
9764
9759
|
}
|
|
9765
9760
|
|
|
9766
9761
|
|
|
9767
|
-
.bg-\[\#141619\] {
|
|
9768
|
-
--tw-bg-opacity: 1;
|
|
9769
|
-
background-color: rgb(20 22 25 / var(--tw-bg-opacity, 1));
|
|
9770
|
-
}
|
|
9771
|
-
|
|
9772
|
-
|
|
9773
9762
|
.bg-\[\#1A1D25\] {
|
|
9774
9763
|
--tw-bg-opacity: 1;
|
|
9775
9764
|
background-color: rgb(26 29 37 / var(--tw-bg-opacity, 1));
|
|
@@ -10780,18 +10769,6 @@ body {
|
|
|
10780
10769
|
}
|
|
10781
10770
|
|
|
10782
10771
|
|
|
10783
|
-
.placeholder-\[\#6B7280\]::-moz-placeholder {
|
|
10784
|
-
--tw-placeholder-opacity: 1;
|
|
10785
|
-
color: rgb(107 114 128 / var(--tw-placeholder-opacity, 1));
|
|
10786
|
-
}
|
|
10787
|
-
|
|
10788
|
-
|
|
10789
|
-
.placeholder-\[\#6B7280\]::placeholder {
|
|
10790
|
-
--tw-placeholder-opacity: 1;
|
|
10791
|
-
color: rgb(107 114 128 / var(--tw-placeholder-opacity, 1));
|
|
10792
|
-
}
|
|
10793
|
-
|
|
10794
|
-
|
|
10795
10772
|
.placeholder-gray-400::-moz-placeholder {
|
|
10796
10773
|
--tw-placeholder-opacity: 1;
|
|
10797
10774
|
color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
|
package/package.json
CHANGED
|
@@ -1,141 +1,141 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@libxai/board",
|
|
3
|
-
"version": "0.17.
|
|
4
|
-
"type": "module",
|
|
5
|
-
"description": "Professional Gantt Chart + Kanban Board + ListView + CalendarBoard for React - Part of LibXAI Suite - TypeScript - Production-Ready - Zero Config",
|
|
6
|
-
"author": "LibXAI <hello@libxai.com>",
|
|
7
|
-
"license": "BUSL-1.1",
|
|
8
|
-
"repository": {
|
|
9
|
-
"type": "git",
|
|
10
|
-
"url": "https://github.com/libxai/libxai-suite.git",
|
|
11
|
-
"directory": "packages/board"
|
|
12
|
-
},
|
|
13
|
-
"homepage": "https://libxai.com/board",
|
|
14
|
-
"bugs": {
|
|
15
|
-
"url": "https://github.com/libxai/libxai-suite/issues"
|
|
16
|
-
},
|
|
17
|
-
"keywords": [
|
|
18
|
-
"libxai",
|
|
19
|
-
"libxai-suite",
|
|
20
|
-
"react",
|
|
21
|
-
"gantt-chart",
|
|
22
|
-
"kanban-board",
|
|
23
|
-
"list-view",
|
|
24
|
-
"calendar-board",
|
|
25
|
-
"project-management",
|
|
26
|
-
"task-management",
|
|
27
|
-
"typescript",
|
|
28
|
-
"ui-components",
|
|
29
|
-
"component-library",
|
|
30
|
-
"react-gantt",
|
|
31
|
-
"react-kanban",
|
|
32
|
-
"react-calendar",
|
|
33
|
-
"react-list",
|
|
34
|
-
"scheduling",
|
|
35
|
-
"planning",
|
|
36
|
-
"agile",
|
|
37
|
-
"scrum",
|
|
38
|
-
"drag-and-drop",
|
|
39
|
-
"productivity",
|
|
40
|
-
"team-collaboration"
|
|
41
|
-
],
|
|
42
|
-
"main": "./dist/index.cjs",
|
|
43
|
-
"module": "./dist/index.js",
|
|
44
|
-
"types": "./dist/index.d.ts",
|
|
45
|
-
"exports": {
|
|
46
|
-
".": {
|
|
47
|
-
"types": "./dist/index.d.ts",
|
|
48
|
-
"import": "./dist/index.js",
|
|
49
|
-
"require": "./dist/index.cjs"
|
|
50
|
-
},
|
|
51
|
-
"./styles.css": "./dist/styles.css"
|
|
52
|
-
},
|
|
53
|
-
"files": [
|
|
54
|
-
"dist",
|
|
55
|
-
"README.md",
|
|
56
|
-
"LICENSE"
|
|
57
|
-
],
|
|
58
|
-
"sideEffects": [
|
|
59
|
-
"**/*.css"
|
|
60
|
-
],
|
|
61
|
-
"scripts": {
|
|
62
|
-
"dev": "vite",
|
|
63
|
-
"build": "tsup",
|
|
64
|
-
"build:watch": "tsup --watch",
|
|
65
|
-
"build:dev": "tsup --config tsup.config.dev.ts --watch",
|
|
66
|
-
"test": "vitest run",
|
|
67
|
-
"test:watch": "vitest",
|
|
68
|
-
"test:ui": "vitest --ui",
|
|
69
|
-
"test:coverage": "vitest run --coverage",
|
|
70
|
-
"bench": "vitest bench --run",
|
|
71
|
-
"bench:watch": "vitest bench",
|
|
72
|
-
"typecheck": "tsc --noEmit",
|
|
73
|
-
"lint": "eslint src --ext .ts,.tsx",
|
|
74
|
-
"format": "prettier --write \"src/**/*.{ts,tsx}\"",
|
|
75
|
-
"docs": "typedoc",
|
|
76
|
-
"demo": "npm run dev --prefix examples/demo"
|
|
77
|
-
},
|
|
78
|
-
"dependencies": {
|
|
79
|
-
"@ai-sdk/anthropic": "^2.0.27",
|
|
80
|
-
"@ai-sdk/openai": "^2.0.49",
|
|
81
|
-
"@dnd-kit/core": "^6.1.0",
|
|
82
|
-
"@dnd-kit/sortable": "^8.0.0",
|
|
83
|
-
"@libxai/core": "^0.8.0",
|
|
84
|
-
"@tanstack/react-virtual": "^3.13.12",
|
|
85
|
-
"class-variance-authority": "^0.7.0",
|
|
86
|
-
"clsx": "^2.1.1",
|
|
87
|
-
"cmdk": "^1.1.1",
|
|
88
|
-
"framer-motion": "^11.11.0",
|
|
89
|
-
"html2canvas": "^1.4.1",
|
|
90
|
-
"jspdf": "^3.0.3",
|
|
91
|
-
"jspdf-autotable": "^5.0.2",
|
|
92
|
-
"lucide-react": "^0.487.0",
|
|
93
|
-
"react-dropzone": "^14.3.8",
|
|
94
|
-
"react-markdown": "^10.1.0",
|
|
95
|
-
"recharts": "^3.2.1",
|
|
96
|
-
"rehype-highlight": "^7.0.2",
|
|
97
|
-
"rehype-sanitize": "^6.0.0",
|
|
98
|
-
"remark-gfm": "^4.0.1",
|
|
99
|
-
"tailwind-merge": "^2.5.0",
|
|
100
|
-
"xlsx": "^0.18.5",
|
|
101
|
-
"zod": "^3.25.76"
|
|
102
|
-
},
|
|
103
|
-
"peerDependencies": {
|
|
104
|
-
"ai": "^4.0.0",
|
|
105
|
-
"react": "^18.0.0",
|
|
106
|
-
"react-dom": "^18.0.0"
|
|
107
|
-
},
|
|
108
|
-
"peerDependenciesMeta": {
|
|
109
|
-
"ai": {
|
|
110
|
-
"optional": true
|
|
111
|
-
}
|
|
112
|
-
},
|
|
113
|
-
"devDependencies": {
|
|
114
|
-
"@axe-core/react": "^4.11.0",
|
|
115
|
-
"@testing-library/jest-dom": "^6.5.0",
|
|
116
|
-
"@testing-library/react": "^16.0.0",
|
|
117
|
-
"@testing-library/user-event": "^14.5.2",
|
|
118
|
-
"@types/node": "^24.7.2",
|
|
119
|
-
"@types/react": "^18.3.0",
|
|
120
|
-
"@types/react-dom": "^18.3.0",
|
|
121
|
-
"@vitejs/plugin-react": "^4.3.0",
|
|
122
|
-
"@vitest/coverage-v8": "^2.1.9",
|
|
123
|
-
"@vitest/ui": "^2.1.0",
|
|
124
|
-
"ai": "^4.3.19",
|
|
125
|
-
"autoprefixer": "^10.4.20",
|
|
126
|
-
"axe-core": "^4.11.0",
|
|
127
|
-
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
128
|
-
"jsdom": "^25.0.0",
|
|
129
|
-
"postcss": "^8.4.47",
|
|
130
|
-
"postcss-cli": "^11.0.1",
|
|
131
|
-
"postcss-import": "^15.1.0",
|
|
132
|
-
"react": "^18.3.0",
|
|
133
|
-
"react-dom": "^18.3.0",
|
|
134
|
-
"tailwindcss": "^3.4.0",
|
|
135
|
-
"tsup": "^8.3.0",
|
|
136
|
-
"typedoc": "^0.28.14",
|
|
137
|
-
"typescript": "^5.6.0",
|
|
138
|
-
"vite": "^5.4.0",
|
|
139
|
-
"vitest": "^2.1.0"
|
|
140
|
-
}
|
|
141
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@libxai/board",
|
|
3
|
+
"version": "0.17.256",
|
|
4
|
+
"type": "module",
|
|
5
|
+
"description": "Professional Gantt Chart + Kanban Board + ListView + CalendarBoard for React - Part of LibXAI Suite - TypeScript - Production-Ready - Zero Config",
|
|
6
|
+
"author": "LibXAI <hello@libxai.com>",
|
|
7
|
+
"license": "BUSL-1.1",
|
|
8
|
+
"repository": {
|
|
9
|
+
"type": "git",
|
|
10
|
+
"url": "https://github.com/libxai/libxai-suite.git",
|
|
11
|
+
"directory": "packages/board"
|
|
12
|
+
},
|
|
13
|
+
"homepage": "https://libxai.com/board",
|
|
14
|
+
"bugs": {
|
|
15
|
+
"url": "https://github.com/libxai/libxai-suite/issues"
|
|
16
|
+
},
|
|
17
|
+
"keywords": [
|
|
18
|
+
"libxai",
|
|
19
|
+
"libxai-suite",
|
|
20
|
+
"react",
|
|
21
|
+
"gantt-chart",
|
|
22
|
+
"kanban-board",
|
|
23
|
+
"list-view",
|
|
24
|
+
"calendar-board",
|
|
25
|
+
"project-management",
|
|
26
|
+
"task-management",
|
|
27
|
+
"typescript",
|
|
28
|
+
"ui-components",
|
|
29
|
+
"component-library",
|
|
30
|
+
"react-gantt",
|
|
31
|
+
"react-kanban",
|
|
32
|
+
"react-calendar",
|
|
33
|
+
"react-list",
|
|
34
|
+
"scheduling",
|
|
35
|
+
"planning",
|
|
36
|
+
"agile",
|
|
37
|
+
"scrum",
|
|
38
|
+
"drag-and-drop",
|
|
39
|
+
"productivity",
|
|
40
|
+
"team-collaboration"
|
|
41
|
+
],
|
|
42
|
+
"main": "./dist/index.cjs",
|
|
43
|
+
"module": "./dist/index.js",
|
|
44
|
+
"types": "./dist/index.d.ts",
|
|
45
|
+
"exports": {
|
|
46
|
+
".": {
|
|
47
|
+
"types": "./dist/index.d.ts",
|
|
48
|
+
"import": "./dist/index.js",
|
|
49
|
+
"require": "./dist/index.cjs"
|
|
50
|
+
},
|
|
51
|
+
"./styles.css": "./dist/styles.css"
|
|
52
|
+
},
|
|
53
|
+
"files": [
|
|
54
|
+
"dist",
|
|
55
|
+
"README.md",
|
|
56
|
+
"LICENSE"
|
|
57
|
+
],
|
|
58
|
+
"sideEffects": [
|
|
59
|
+
"**/*.css"
|
|
60
|
+
],
|
|
61
|
+
"scripts": {
|
|
62
|
+
"dev": "vite",
|
|
63
|
+
"build": "tsup",
|
|
64
|
+
"build:watch": "tsup --watch",
|
|
65
|
+
"build:dev": "tsup --config tsup.config.dev.ts --watch",
|
|
66
|
+
"test": "vitest run",
|
|
67
|
+
"test:watch": "vitest",
|
|
68
|
+
"test:ui": "vitest --ui",
|
|
69
|
+
"test:coverage": "vitest run --coverage",
|
|
70
|
+
"bench": "vitest bench --run",
|
|
71
|
+
"bench:watch": "vitest bench",
|
|
72
|
+
"typecheck": "tsc --noEmit",
|
|
73
|
+
"lint": "eslint src --ext .ts,.tsx",
|
|
74
|
+
"format": "prettier --write \"src/**/*.{ts,tsx}\"",
|
|
75
|
+
"docs": "typedoc",
|
|
76
|
+
"demo": "npm run dev --prefix examples/demo"
|
|
77
|
+
},
|
|
78
|
+
"dependencies": {
|
|
79
|
+
"@ai-sdk/anthropic": "^2.0.27",
|
|
80
|
+
"@ai-sdk/openai": "^2.0.49",
|
|
81
|
+
"@dnd-kit/core": "^6.1.0",
|
|
82
|
+
"@dnd-kit/sortable": "^8.0.0",
|
|
83
|
+
"@libxai/core": "^0.8.0",
|
|
84
|
+
"@tanstack/react-virtual": "^3.13.12",
|
|
85
|
+
"class-variance-authority": "^0.7.0",
|
|
86
|
+
"clsx": "^2.1.1",
|
|
87
|
+
"cmdk": "^1.1.1",
|
|
88
|
+
"framer-motion": "^11.11.0",
|
|
89
|
+
"html2canvas": "^1.4.1",
|
|
90
|
+
"jspdf": "^3.0.3",
|
|
91
|
+
"jspdf-autotable": "^5.0.2",
|
|
92
|
+
"lucide-react": "^0.487.0",
|
|
93
|
+
"react-dropzone": "^14.3.8",
|
|
94
|
+
"react-markdown": "^10.1.0",
|
|
95
|
+
"recharts": "^3.2.1",
|
|
96
|
+
"rehype-highlight": "^7.0.2",
|
|
97
|
+
"rehype-sanitize": "^6.0.0",
|
|
98
|
+
"remark-gfm": "^4.0.1",
|
|
99
|
+
"tailwind-merge": "^2.5.0",
|
|
100
|
+
"xlsx": "^0.18.5",
|
|
101
|
+
"zod": "^3.25.76"
|
|
102
|
+
},
|
|
103
|
+
"peerDependencies": {
|
|
104
|
+
"ai": "^4.0.0",
|
|
105
|
+
"react": "^18.0.0",
|
|
106
|
+
"react-dom": "^18.0.0"
|
|
107
|
+
},
|
|
108
|
+
"peerDependenciesMeta": {
|
|
109
|
+
"ai": {
|
|
110
|
+
"optional": true
|
|
111
|
+
}
|
|
112
|
+
},
|
|
113
|
+
"devDependencies": {
|
|
114
|
+
"@axe-core/react": "^4.11.0",
|
|
115
|
+
"@testing-library/jest-dom": "^6.5.0",
|
|
116
|
+
"@testing-library/react": "^16.0.0",
|
|
117
|
+
"@testing-library/user-event": "^14.5.2",
|
|
118
|
+
"@types/node": "^24.7.2",
|
|
119
|
+
"@types/react": "^18.3.0",
|
|
120
|
+
"@types/react-dom": "^18.3.0",
|
|
121
|
+
"@vitejs/plugin-react": "^4.3.0",
|
|
122
|
+
"@vitest/coverage-v8": "^2.1.9",
|
|
123
|
+
"@vitest/ui": "^2.1.0",
|
|
124
|
+
"ai": "^4.3.19",
|
|
125
|
+
"autoprefixer": "^10.4.20",
|
|
126
|
+
"axe-core": "^4.11.0",
|
|
127
|
+
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
128
|
+
"jsdom": "^25.0.0",
|
|
129
|
+
"postcss": "^8.4.47",
|
|
130
|
+
"postcss-cli": "^11.0.1",
|
|
131
|
+
"postcss-import": "^15.1.0",
|
|
132
|
+
"react": "^18.3.0",
|
|
133
|
+
"react-dom": "^18.3.0",
|
|
134
|
+
"tailwindcss": "^3.4.0",
|
|
135
|
+
"tsup": "^8.3.0",
|
|
136
|
+
"typedoc": "^0.28.14",
|
|
137
|
+
"typescript": "^5.6.0",
|
|
138
|
+
"vite": "^5.4.0",
|
|
139
|
+
"vitest": "^2.1.0"
|
|
140
|
+
}
|
|
141
|
+
}
|