@sudobility/project-management-components 1.0.8

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.
@@ -0,0 +1,33 @@
1
+ /**
2
+ * UbatchUprocessor Component
3
+ *
4
+ * A reusable UbatchUprocessor component with full dark mode support.
5
+ * Optimized for accessibility and AI-assisted development.
6
+ *
7
+ * @component
8
+ * @example
9
+ * ```tsx
10
+ * <UbatchUprocessor className="custom-class" />
11
+ * ```
12
+ *
13
+ * @remarks
14
+ * This component supports:
15
+ * - Light and dark themes automatically
16
+ * - Responsive design
17
+ * - Accessibility features
18
+ * - TypeScript type safety
19
+ *
20
+ * @see {@link https://docs.example.com/components/batch-processor}
21
+ */
22
+ export interface UbatchUprocessorProps {
23
+ /** Additional CSS classes */
24
+ className?: string;
25
+ /** Component children */
26
+ children?: React.ReactNode;
27
+ /** Disabled state */
28
+ disabled?: boolean;
29
+ /** Callback when component is interacted with */
30
+ onClick?: () => void;
31
+ }
32
+ export declare const UbatchUprocessor: ({ className, children, disabled, onClick, }: UbatchUprocessorProps) => import("react/jsx-runtime").JSX.Element;
33
+ //# sourceMappingURL=batch-processor.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"batch-processor.d.ts","sourceRoot":"","sources":["../src/batch-processor.tsx"],"names":[],"mappings":"AAEA;;;;;;;;;;;;;;;;;;;;GAoBG;AAEH,MAAM,WAAW,qBAAqB;IACpC,6BAA6B;IAC7B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,yBAAyB;IACzB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,qBAAqB;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,iDAAiD;IACjD,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,eAAO,MAAM,gBAAgB,GAAI,6CAK9B,qBAAqB,4CAmBvB,CAAC"}
@@ -0,0 +1,33 @@
1
+ /**
2
+ * UbugUreport Component
3
+ *
4
+ * A reusable UbugUreport component with full dark mode support.
5
+ * Optimized for accessibility and AI-assisted development.
6
+ *
7
+ * @component
8
+ * @example
9
+ * ```tsx
10
+ * <UbugUreport className="custom-class" />
11
+ * ```
12
+ *
13
+ * @remarks
14
+ * This component supports:
15
+ * - Light and dark themes automatically
16
+ * - Responsive design
17
+ * - Accessibility features
18
+ * - TypeScript type safety
19
+ *
20
+ * @see {@link https://docs.example.com/components/bug-report}
21
+ */
22
+ export interface UbugUreportProps {
23
+ /** Additional CSS classes */
24
+ className?: string;
25
+ /** Component children */
26
+ children?: React.ReactNode;
27
+ /** Disabled state */
28
+ disabled?: boolean;
29
+ /** Callback when component is interacted with */
30
+ onClick?: () => void;
31
+ }
32
+ export declare const UbugUreport: ({ className, children, disabled, onClick, }: UbugUreportProps) => import("react/jsx-runtime").JSX.Element;
33
+ //# sourceMappingURL=bug-report.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bug-report.d.ts","sourceRoot":"","sources":["../src/bug-report.tsx"],"names":[],"mappings":"AAEA;;;;;;;;;;;;;;;;;;;;GAoBG;AAEH,MAAM,WAAW,gBAAgB;IAC/B,6BAA6B;IAC7B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,yBAAyB;IACzB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,qBAAqB;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,iDAAiD;IACjD,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,eAAO,MAAM,WAAW,GAAI,6CAKzB,gBAAgB,4CAmBlB,CAAC"}
@@ -0,0 +1,18 @@
1
+ /**
2
+ * BugTracker Component
3
+ *
4
+ * Quality assurance component with full dark mode support.
5
+ *
6
+ * @component
7
+ * @example
8
+ * ```tsx
9
+ * <BugTracker className="custom-class" />
10
+ * ```
11
+ */
12
+ export interface BugTrackerProps {
13
+ className?: string;
14
+ children?: React.ReactNode;
15
+ disabled?: boolean;
16
+ }
17
+ export declare const BugTracker: ({ className, children, disabled, }: BugTrackerProps) => import("react/jsx-runtime").JSX.Element;
18
+ //# sourceMappingURL=bug-tracker.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bug-tracker.d.ts","sourceRoot":"","sources":["../src/bug-tracker.tsx"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AACH,MAAM,WAAW,eAAe;IAC9B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,eAAO,MAAM,UAAU,GAAI,oCAIxB,eAAe,4CAiBjB,CAAC"}
@@ -0,0 +1,33 @@
1
+ /**
2
+ * UbulkUeditor Component
3
+ *
4
+ * A reusable UbulkUeditor component with full dark mode support.
5
+ * Optimized for accessibility and AI-assisted development.
6
+ *
7
+ * @component
8
+ * @example
9
+ * ```tsx
10
+ * <UbulkUeditor className="custom-class" />
11
+ * ```
12
+ *
13
+ * @remarks
14
+ * This component supports:
15
+ * - Light and dark themes automatically
16
+ * - Responsive design
17
+ * - Accessibility features
18
+ * - TypeScript type safety
19
+ *
20
+ * @see {@link https://docs.example.com/components/bulk-editor}
21
+ */
22
+ export interface UbulkUeditorProps {
23
+ /** Additional CSS classes */
24
+ className?: string;
25
+ /** Component children */
26
+ children?: React.ReactNode;
27
+ /** Disabled state */
28
+ disabled?: boolean;
29
+ /** Callback when component is interacted with */
30
+ onClick?: () => void;
31
+ }
32
+ export declare const UbulkUeditor: ({ className, children, disabled, onClick, }: UbulkUeditorProps) => import("react/jsx-runtime").JSX.Element;
33
+ //# sourceMappingURL=bulk-editor.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bulk-editor.d.ts","sourceRoot":"","sources":["../src/bulk-editor.tsx"],"names":[],"mappings":"AAEA;;;;;;;;;;;;;;;;;;;;GAoBG;AAEH,MAAM,WAAW,iBAAiB;IAChC,6BAA6B;IAC7B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,yBAAyB;IACzB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,qBAAqB;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,iDAAiD;IACjD,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,eAAO,MAAM,YAAY,GAAI,6CAK1B,iBAAiB,4CAmBnB,CAAC"}
@@ -0,0 +1,14 @@
1
+ /**
2
+ * Project Management Components
3
+ *
4
+ * Specialized components for project management domain
5
+ */
6
+ export * from './batch-processor';
7
+ export * from './bug-report';
8
+ export * from './bug-tracker';
9
+ export * from './bulk-editor';
10
+ export * from './sprint-planner';
11
+ export * from './task-board';
12
+ export * from './task-dependency';
13
+ export * from './timeline-gantt';
14
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC"}
@@ -0,0 +1,440 @@
1
+ import er from "react";
2
+ import { cn as d } from "@sudobility/components";
3
+ var _ = { exports: {} }, p = {};
4
+ var I;
5
+ function tr() {
6
+ if (I) return p;
7
+ I = 1;
8
+ var a = Symbol.for("react.transitional.element"), n = Symbol.for("react.fragment");
9
+ function t(i, c, u) {
10
+ var b = null;
11
+ if (u !== void 0 && (b = "" + u), c.key !== void 0 && (b = "" + c.key), "key" in c) {
12
+ u = {};
13
+ for (var m in c)
14
+ m !== "key" && (u[m] = c[m]);
15
+ } else u = c;
16
+ return c = u.ref, {
17
+ $$typeof: a,
18
+ type: i,
19
+ key: b,
20
+ ref: c !== void 0 ? c : null,
21
+ props: u
22
+ };
23
+ }
24
+ return p.Fragment = n, p.jsx = t, p.jsxs = t, p;
25
+ }
26
+ var k = {};
27
+ var F;
28
+ function ar() {
29
+ return F || (F = 1, process.env.NODE_ENV !== "production" && (function() {
30
+ function a(r) {
31
+ if (r == null) return null;
32
+ if (typeof r == "function")
33
+ return r.$$typeof === Q ? null : r.displayName || r.name || null;
34
+ if (typeof r == "string") return r;
35
+ switch (r) {
36
+ case E:
37
+ return "Fragment";
38
+ case B:
39
+ return "Profiler";
40
+ case q:
41
+ return "StrictMode";
42
+ case G:
43
+ return "Suspense";
44
+ case X:
45
+ return "SuspenseList";
46
+ case Z:
47
+ return "Activity";
48
+ }
49
+ if (typeof r == "object")
50
+ switch (typeof r.tag == "number" && console.error(
51
+ "Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."
52
+ ), r.$$typeof) {
53
+ case W:
54
+ return "Portal";
55
+ case V:
56
+ return r.displayName || "Context";
57
+ case J:
58
+ return (r._context.displayName || "Context") + ".Consumer";
59
+ case z:
60
+ var e = r.render;
61
+ return r = r.displayName, r || (r = e.displayName || e.name || "", r = r !== "" ? "ForwardRef(" + r + ")" : "ForwardRef"), r;
62
+ case H:
63
+ return e = r.displayName || null, e !== null ? e : a(r.type) || "Memo";
64
+ case h:
65
+ e = r._payload, r = r._init;
66
+ try {
67
+ return a(r(e));
68
+ } catch {
69
+ }
70
+ }
71
+ return null;
72
+ }
73
+ function n(r) {
74
+ return "" + r;
75
+ }
76
+ function t(r) {
77
+ try {
78
+ n(r);
79
+ var e = !1;
80
+ } catch {
81
+ e = !0;
82
+ }
83
+ if (e) {
84
+ e = console;
85
+ var o = e.error, l = typeof Symbol == "function" && Symbol.toStringTag && r[Symbol.toStringTag] || r.constructor.name || "Object";
86
+ return o.call(
87
+ e,
88
+ "The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
89
+ l
90
+ ), n(r);
91
+ }
92
+ }
93
+ function i(r) {
94
+ if (r === E) return "<>";
95
+ if (typeof r == "object" && r !== null && r.$$typeof === h)
96
+ return "<...>";
97
+ try {
98
+ var e = a(r);
99
+ return e ? "<" + e + ">" : "<...>";
100
+ } catch {
101
+ return "<...>";
102
+ }
103
+ }
104
+ function c() {
105
+ var r = R.A;
106
+ return r === null ? null : r.getOwner();
107
+ }
108
+ function u() {
109
+ return Error("react-stack-top-frame");
110
+ }
111
+ function b(r) {
112
+ if (A.call(r, "key")) {
113
+ var e = Object.getOwnPropertyDescriptor(r, "key").get;
114
+ if (e && e.isReactWarning) return !1;
115
+ }
116
+ return r.key !== void 0;
117
+ }
118
+ function m(r, e) {
119
+ function o() {
120
+ U || (U = !0, console.error(
121
+ "%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",
122
+ e
123
+ ));
124
+ }
125
+ o.isReactWarning = !0, Object.defineProperty(r, "key", {
126
+ get: o,
127
+ configurable: !0
128
+ });
129
+ }
130
+ function L() {
131
+ var r = a(this.type);
132
+ return N[r] || (N[r] = !0, console.error(
133
+ "Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release."
134
+ )), r = this.props.ref, r !== void 0 ? r : null;
135
+ }
136
+ function M(r, e, o, l, v, w) {
137
+ var s = o.ref;
138
+ return r = {
139
+ $$typeof: P,
140
+ type: r,
141
+ key: e,
142
+ props: o,
143
+ _owner: l
144
+ }, (s !== void 0 ? s : null) !== null ? Object.defineProperty(r, "ref", {
145
+ enumerable: !1,
146
+ get: L
147
+ }) : Object.defineProperty(r, "ref", { enumerable: !1, value: null }), r._store = {}, Object.defineProperty(r._store, "validated", {
148
+ configurable: !1,
149
+ enumerable: !1,
150
+ writable: !0,
151
+ value: 0
152
+ }), Object.defineProperty(r, "_debugInfo", {
153
+ configurable: !1,
154
+ enumerable: !1,
155
+ writable: !0,
156
+ value: null
157
+ }), Object.defineProperty(r, "_debugStack", {
158
+ configurable: !1,
159
+ enumerable: !1,
160
+ writable: !0,
161
+ value: v
162
+ }), Object.defineProperty(r, "_debugTask", {
163
+ configurable: !1,
164
+ enumerable: !1,
165
+ writable: !0,
166
+ value: w
167
+ }), Object.freeze && (Object.freeze(r.props), Object.freeze(r)), r;
168
+ }
169
+ function j(r, e, o, l, v, w) {
170
+ var s = e.children;
171
+ if (s !== void 0)
172
+ if (l)
173
+ if (K(s)) {
174
+ for (l = 0; l < s.length; l++)
175
+ O(s[l]);
176
+ Object.freeze && Object.freeze(s);
177
+ } else
178
+ console.error(
179
+ "React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead."
180
+ );
181
+ else O(s);
182
+ if (A.call(e, "key")) {
183
+ s = a(r);
184
+ var g = Object.keys(e).filter(function(rr) {
185
+ return rr !== "key";
186
+ });
187
+ l = 0 < g.length ? "{key: someKey, " + g.join(": ..., ") + ": ...}" : "{key: someKey}", $[s + l] || (g = 0 < g.length ? "{" + g.join(": ..., ") + ": ...}" : "{}", console.error(
188
+ `A props object containing a "key" prop is being spread into JSX:
189
+ let props = %s;
190
+ <%s {...props} />
191
+ React keys must be passed directly to JSX without using spread:
192
+ let props = %s;
193
+ <%s key={someKey} {...props} />`,
194
+ l,
195
+ s,
196
+ g,
197
+ s
198
+ ), $[s + l] = !0);
199
+ }
200
+ if (s = null, o !== void 0 && (t(o), s = "" + o), b(e) && (t(e.key), s = "" + e.key), "key" in e) {
201
+ o = {};
202
+ for (var x in e)
203
+ x !== "key" && (o[x] = e[x]);
204
+ } else o = e;
205
+ return s && m(
206
+ o,
207
+ typeof r == "function" ? r.displayName || r.name || "Unknown" : r
208
+ ), M(
209
+ r,
210
+ s,
211
+ o,
212
+ c(),
213
+ v,
214
+ w
215
+ );
216
+ }
217
+ function O(r) {
218
+ S(r) ? r._store && (r._store.validated = 1) : typeof r == "object" && r !== null && r.$$typeof === h && (r._payload.status === "fulfilled" ? S(r._payload.value) && r._payload.value._store && (r._payload.value._store.validated = 1) : r._store && (r._store.validated = 1));
219
+ }
220
+ function S(r) {
221
+ return typeof r == "object" && r !== null && r.$$typeof === P;
222
+ }
223
+ var y = er, P = Symbol.for("react.transitional.element"), W = Symbol.for("react.portal"), E = Symbol.for("react.fragment"), q = Symbol.for("react.strict_mode"), B = Symbol.for("react.profiler"), J = Symbol.for("react.consumer"), V = Symbol.for("react.context"), z = Symbol.for("react.forward_ref"), G = Symbol.for("react.suspense"), X = Symbol.for("react.suspense_list"), H = Symbol.for("react.memo"), h = Symbol.for("react.lazy"), Z = Symbol.for("react.activity"), Q = Symbol.for("react.client.reference"), R = y.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, A = Object.prototype.hasOwnProperty, K = Array.isArray, T = console.createTask ? console.createTask : function() {
224
+ return null;
225
+ };
226
+ y = {
227
+ react_stack_bottom_frame: function(r) {
228
+ return r();
229
+ }
230
+ };
231
+ var U, N = {}, C = y.react_stack_bottom_frame.bind(
232
+ y,
233
+ u
234
+ )(), Y = T(i(u)), $ = {};
235
+ k.Fragment = E, k.jsx = function(r, e, o) {
236
+ var l = 1e4 > R.recentlyCreatedOwnerStacks++;
237
+ return j(
238
+ r,
239
+ e,
240
+ o,
241
+ !1,
242
+ l ? Error("react-stack-top-frame") : C,
243
+ l ? T(i(r)) : Y
244
+ );
245
+ }, k.jsxs = function(r, e, o) {
246
+ var l = 1e4 > R.recentlyCreatedOwnerStacks++;
247
+ return j(
248
+ r,
249
+ e,
250
+ o,
251
+ !0,
252
+ l ? Error("react-stack-top-frame") : C,
253
+ l ? T(i(r)) : Y
254
+ );
255
+ };
256
+ })()), k;
257
+ }
258
+ var D;
259
+ function or() {
260
+ return D || (D = 1, process.env.NODE_ENV === "production" ? _.exports = tr() : _.exports = ar()), _.exports;
261
+ }
262
+ var f = or();
263
+ const sr = ({
264
+ className: a,
265
+ children: n,
266
+ disabled: t = !1,
267
+ onClick: i
268
+ }) => /* @__PURE__ */ f.jsx(
269
+ "div",
270
+ {
271
+ className: d(
272
+ "p-4 rounded-lg border transition-colors",
273
+ "bg-white dark:bg-gray-900",
274
+ "border-gray-200 dark:border-gray-700",
275
+ "text-gray-900 dark:text-white",
276
+ t && "opacity-50 cursor-not-allowed",
277
+ "hover:bg-gray-50 dark:hover:bg-gray-800",
278
+ a
279
+ ),
280
+ onClick: t ? void 0 : i,
281
+ role: "region",
282
+ "aria-label": "UbatchUprocessor",
283
+ children: n || "UbatchUprocessor Component"
284
+ }
285
+ ), ir = ({
286
+ className: a,
287
+ children: n,
288
+ disabled: t = !1,
289
+ onClick: i
290
+ }) => /* @__PURE__ */ f.jsx(
291
+ "div",
292
+ {
293
+ className: d(
294
+ "p-4 rounded-lg border transition-colors",
295
+ "bg-white dark:bg-gray-900",
296
+ "border-gray-200 dark:border-gray-700",
297
+ "text-gray-900 dark:text-white",
298
+ t && "opacity-50 cursor-not-allowed",
299
+ "hover:bg-gray-50 dark:hover:bg-gray-800",
300
+ a
301
+ ),
302
+ onClick: t ? void 0 : i,
303
+ role: "region",
304
+ "aria-label": "UbugUreport",
305
+ children: n || "UbugUreport Component"
306
+ }
307
+ ), cr = ({
308
+ className: a,
309
+ children: n,
310
+ disabled: t
311
+ }) => /* @__PURE__ */ f.jsx(
312
+ "div",
313
+ {
314
+ className: d(
315
+ "p-4 rounded-lg border transition-colors",
316
+ "bg-white dark:bg-gray-900",
317
+ "border-gray-200 dark:border-gray-700",
318
+ "text-gray-900 dark:text-white",
319
+ t && "opacity-50 cursor-not-allowed",
320
+ a
321
+ ),
322
+ role: "region",
323
+ "aria-label": "BugTracker",
324
+ children: n || "BugTracker Component"
325
+ }
326
+ ), ur = ({
327
+ className: a,
328
+ children: n,
329
+ disabled: t = !1,
330
+ onClick: i
331
+ }) => /* @__PURE__ */ f.jsx(
332
+ "div",
333
+ {
334
+ className: d(
335
+ "p-4 rounded-lg border transition-colors",
336
+ "bg-white dark:bg-gray-900",
337
+ "border-gray-200 dark:border-gray-700",
338
+ "text-gray-900 dark:text-white",
339
+ t && "opacity-50 cursor-not-allowed",
340
+ "hover:bg-gray-50 dark:hover:bg-gray-800",
341
+ a
342
+ ),
343
+ onClick: t ? void 0 : i,
344
+ role: "region",
345
+ "aria-label": "UbulkUeditor",
346
+ children: n || "UbulkUeditor Component"
347
+ }
348
+ ), dr = ({
349
+ className: a,
350
+ children: n,
351
+ disabled: t
352
+ }) => /* @__PURE__ */ f.jsx(
353
+ "div",
354
+ {
355
+ className: d(
356
+ "p-4 rounded-lg border transition-colors",
357
+ "bg-white dark:bg-gray-900",
358
+ "border-gray-200 dark:border-gray-700",
359
+ "text-gray-900 dark:text-white",
360
+ t && "opacity-50 cursor-not-allowed",
361
+ a
362
+ ),
363
+ role: "region",
364
+ "aria-label": "SprintPlanner",
365
+ children: n || "SprintPlanner Component"
366
+ }
367
+ ), fr = ({
368
+ className: a,
369
+ children: n,
370
+ disabled: t
371
+ }) => /* @__PURE__ */ f.jsx(
372
+ "div",
373
+ {
374
+ className: d(
375
+ "p-4 rounded-lg border transition-colors",
376
+ "bg-white dark:bg-gray-900",
377
+ "border-gray-200 dark:border-gray-700",
378
+ "text-gray-900 dark:text-white",
379
+ t && "opacity-50 cursor-not-allowed",
380
+ a
381
+ ),
382
+ role: "region",
383
+ "aria-label": "TaskBoard",
384
+ children: n || "TaskBoard Component"
385
+ }
386
+ ), gr = ({
387
+ className: a,
388
+ children: n,
389
+ disabled: t = !1,
390
+ onClick: i
391
+ }) => /* @__PURE__ */ f.jsx(
392
+ "div",
393
+ {
394
+ className: d(
395
+ "p-4 rounded-lg border transition-colors",
396
+ "bg-white dark:bg-gray-900",
397
+ "border-gray-200 dark:border-gray-700",
398
+ "text-gray-900 dark:text-white",
399
+ t && "opacity-50 cursor-not-allowed",
400
+ "hover:bg-gray-50 dark:hover:bg-gray-800",
401
+ a
402
+ ),
403
+ onClick: t ? void 0 : i,
404
+ role: "region",
405
+ "aria-label": "UtaskUdependency",
406
+ children: n || "UtaskUdependency Component"
407
+ }
408
+ ), br = ({
409
+ className: a,
410
+ children: n,
411
+ disabled: t = !1,
412
+ onClick: i
413
+ }) => /* @__PURE__ */ f.jsx(
414
+ "div",
415
+ {
416
+ className: d(
417
+ "p-4 rounded-lg border transition-colors",
418
+ "bg-white dark:bg-gray-900",
419
+ "border-gray-200 dark:border-gray-700",
420
+ "text-gray-900 dark:text-white",
421
+ t && "opacity-50 cursor-not-allowed",
422
+ "hover:bg-gray-50 dark:hover:bg-gray-800",
423
+ a
424
+ ),
425
+ onClick: t ? void 0 : i,
426
+ role: "region",
427
+ "aria-label": "UtimelineUgantt",
428
+ children: n || "UtimelineUgantt Component"
429
+ }
430
+ );
431
+ export {
432
+ cr as BugTracker,
433
+ dr as SprintPlanner,
434
+ fr as TaskBoard,
435
+ sr as UbatchUprocessor,
436
+ ir as UbugUreport,
437
+ ur as UbulkUeditor,
438
+ gr as UtaskUdependency,
439
+ br as UtimelineUgantt
440
+ };
@@ -0,0 +1,6 @@
1
+ (function(s,m){typeof exports=="object"&&typeof module<"u"?m(exports,require("react"),require("@sudobility/components")):typeof define=="function"&&define.amd?define(["exports","react","@sudobility/components"],m):(s=typeof globalThis<"u"?globalThis:s||self,m(s.Components={},s.React,s.components))})(this,(function(s,m,f){"use strict";var _={exports:{}},k={};var j;function W(){if(j)return k;j=1;var a=Symbol.for("react.transitional.element"),n=Symbol.for("react.fragment");function t(c,u,d){var p=null;if(d!==void 0&&(p=""+d),u.key!==void 0&&(p=""+u.key),"key"in u){d={};for(var v in u)v!=="key"&&(d[v]=u[v])}else d=u;return u=d.ref,{$$typeof:a,type:c,key:p,ref:u!==void 0?u:null,props:d}}return k.Fragment=n,k.jsx=t,k.jsxs=t,k}var y={};var O;function B(){return O||(O=1,process.env.NODE_ENV!=="production"&&(function(){function a(r){if(r==null)return null;if(typeof r=="function")return r.$$typeof===dr?null:r.displayName||r.name||null;if(typeof r=="string")return r;switch(r){case T:return"Fragment";case ar:return"Profiler";case tr:return"StrictMode";case ir:return"Suspense";case sr:return"SuspenseList";case ur:return"Activity"}if(typeof r=="object")switch(typeof r.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),r.$$typeof){case er:return"Portal";case nr:return r.displayName||"Context";case or:return(r._context.displayName||"Context")+".Consumer";case lr:var e=r.render;return r=r.displayName,r||(r=e.displayName||e.name||"",r=r!==""?"ForwardRef("+r+")":"ForwardRef"),r;case cr:return e=r.displayName||null,e!==null?e:a(r.type)||"Memo";case R:e=r._payload,r=r._init;try{return a(r(e))}catch{}}return null}function n(r){return""+r}function t(r){try{n(r);var e=!1}catch{e=!0}if(e){e=console;var o=e.error,l=typeof Symbol=="function"&&Symbol.toStringTag&&r[Symbol.toStringTag]||r.constructor.name||"Object";return o.call(e,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",l),n(r)}}function c(r){if(r===T)return"<>";if(typeof r=="object"&&r!==null&&r.$$typeof===R)return"<...>";try{var e=a(r);return e?"<"+e+">":"<...>"}catch{return"<...>"}}function u(){var r=w.A;return r===null?null:r.getOwner()}function d(){return Error("react-stack-top-frame")}function p(r){if(I.call(r,"key")){var e=Object.getOwnPropertyDescriptor(r,"key").get;if(e&&e.isReactWarning)return!1}return r.key!==void 0}function v(r,e){function o(){$||($=!0,console.error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",e))}o.isReactWarning=!0,Object.defineProperty(r,"key",{get:o,configurable:!0})}function K(){var r=a(this.type);return F[r]||(F[r]=!0,console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")),r=this.props.ref,r!==void 0?r:null}function rr(r,e,o,l,h,U){var i=o.ref;return r={$$typeof:Y,type:r,key:e,props:o,_owner:l},(i!==void 0?i:null)!==null?Object.defineProperty(r,"ref",{enumerable:!1,get:K}):Object.defineProperty(r,"ref",{enumerable:!1,value:null}),r._store={},Object.defineProperty(r._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(r,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(r,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:h}),Object.defineProperty(r,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:U}),Object.freeze&&(Object.freeze(r.props),Object.freeze(r)),r}function A(r,e,o,l,h,U){var i=e.children;if(i!==void 0)if(l)if(fr(i)){for(l=0;l<i.length;l++)C(i[l]);Object.freeze&&Object.freeze(i)}else console.error("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else C(i);if(I.call(e,"key")){i=a(r);var g=Object.keys(e).filter(function(br){return br!=="key"});l=0<g.length?"{key: someKey, "+g.join(": ..., ")+": ...}":"{key: someKey}",L[i+l]||(g=0<g.length?"{"+g.join(": ..., ")+": ...}":"{}",console.error(`A props object containing a "key" prop is being spread into JSX:
2
+ let props = %s;
3
+ <%s {...props} />
4
+ React keys must be passed directly to JSX without using spread:
5
+ let props = %s;
6
+ <%s key={someKey} {...props} />`,l,i,g,i),L[i+l]=!0)}if(i=null,o!==void 0&&(t(o),i=""+o),p(e)&&(t(e.key),i=""+e.key),"key"in e){o={};for(var S in e)S!=="key"&&(o[S]=e[S])}else o=e;return i&&v(o,typeof r=="function"?r.displayName||r.name||"Unknown":r),rr(r,i,o,u(),h,U)}function C(r){N(r)?r._store&&(r._store.validated=1):typeof r=="object"&&r!==null&&r.$$typeof===R&&(r._payload.status==="fulfilled"?N(r._payload.value)&&r._payload.value._store&&(r._payload.value._store.validated=1):r._store&&(r._store.validated=1))}function N(r){return typeof r=="object"&&r!==null&&r.$$typeof===Y}var E=m,Y=Symbol.for("react.transitional.element"),er=Symbol.for("react.portal"),T=Symbol.for("react.fragment"),tr=Symbol.for("react.strict_mode"),ar=Symbol.for("react.profiler"),or=Symbol.for("react.consumer"),nr=Symbol.for("react.context"),lr=Symbol.for("react.forward_ref"),ir=Symbol.for("react.suspense"),sr=Symbol.for("react.suspense_list"),cr=Symbol.for("react.memo"),R=Symbol.for("react.lazy"),ur=Symbol.for("react.activity"),dr=Symbol.for("react.client.reference"),w=E.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,I=Object.prototype.hasOwnProperty,fr=Array.isArray,x=console.createTask?console.createTask:function(){return null};E={react_stack_bottom_frame:function(r){return r()}};var $,F={},D=E.react_stack_bottom_frame.bind(E,d)(),M=x(c(d)),L={};y.Fragment=T,y.jsx=function(r,e,o){var l=1e4>w.recentlyCreatedOwnerStacks++;return A(r,e,o,!1,l?Error("react-stack-top-frame"):D,l?x(c(r)):M)},y.jsxs=function(r,e,o){var l=1e4>w.recentlyCreatedOwnerStacks++;return A(r,e,o,!0,l?Error("react-stack-top-frame"):D,l?x(c(r)):M)}})()),y}var P;function q(){return P||(P=1,process.env.NODE_ENV==="production"?_.exports=W():_.exports=B()),_.exports}var b=q();const J=({className:a,children:n,disabled:t=!1,onClick:c})=>b.jsx("div",{className:f.cn("p-4 rounded-lg border transition-colors","bg-white dark:bg-gray-900","border-gray-200 dark:border-gray-700","text-gray-900 dark:text-white",t&&"opacity-50 cursor-not-allowed","hover:bg-gray-50 dark:hover:bg-gray-800",a),onClick:t?void 0:c,role:"region","aria-label":"UbatchUprocessor",children:n||"UbatchUprocessor Component"}),V=({className:a,children:n,disabled:t=!1,onClick:c})=>b.jsx("div",{className:f.cn("p-4 rounded-lg border transition-colors","bg-white dark:bg-gray-900","border-gray-200 dark:border-gray-700","text-gray-900 dark:text-white",t&&"opacity-50 cursor-not-allowed","hover:bg-gray-50 dark:hover:bg-gray-800",a),onClick:t?void 0:c,role:"region","aria-label":"UbugUreport",children:n||"UbugUreport Component"}),z=({className:a,children:n,disabled:t})=>b.jsx("div",{className:f.cn("p-4 rounded-lg border transition-colors","bg-white dark:bg-gray-900","border-gray-200 dark:border-gray-700","text-gray-900 dark:text-white",t&&"opacity-50 cursor-not-allowed",a),role:"region","aria-label":"BugTracker",children:n||"BugTracker Component"}),G=({className:a,children:n,disabled:t=!1,onClick:c})=>b.jsx("div",{className:f.cn("p-4 rounded-lg border transition-colors","bg-white dark:bg-gray-900","border-gray-200 dark:border-gray-700","text-gray-900 dark:text-white",t&&"opacity-50 cursor-not-allowed","hover:bg-gray-50 dark:hover:bg-gray-800",a),onClick:t?void 0:c,role:"region","aria-label":"UbulkUeditor",children:n||"UbulkUeditor Component"}),X=({className:a,children:n,disabled:t})=>b.jsx("div",{className:f.cn("p-4 rounded-lg border transition-colors","bg-white dark:bg-gray-900","border-gray-200 dark:border-gray-700","text-gray-900 dark:text-white",t&&"opacity-50 cursor-not-allowed",a),role:"region","aria-label":"SprintPlanner",children:n||"SprintPlanner Component"}),H=({className:a,children:n,disabled:t})=>b.jsx("div",{className:f.cn("p-4 rounded-lg border transition-colors","bg-white dark:bg-gray-900","border-gray-200 dark:border-gray-700","text-gray-900 dark:text-white",t&&"opacity-50 cursor-not-allowed",a),role:"region","aria-label":"TaskBoard",children:n||"TaskBoard Component"}),Z=({className:a,children:n,disabled:t=!1,onClick:c})=>b.jsx("div",{className:f.cn("p-4 rounded-lg border transition-colors","bg-white dark:bg-gray-900","border-gray-200 dark:border-gray-700","text-gray-900 dark:text-white",t&&"opacity-50 cursor-not-allowed","hover:bg-gray-50 dark:hover:bg-gray-800",a),onClick:t?void 0:c,role:"region","aria-label":"UtaskUdependency",children:n||"UtaskUdependency Component"}),Q=({className:a,children:n,disabled:t=!1,onClick:c})=>b.jsx("div",{className:f.cn("p-4 rounded-lg border transition-colors","bg-white dark:bg-gray-900","border-gray-200 dark:border-gray-700","text-gray-900 dark:text-white",t&&"opacity-50 cursor-not-allowed","hover:bg-gray-50 dark:hover:bg-gray-800",a),onClick:t?void 0:c,role:"region","aria-label":"UtimelineUgantt",children:n||"UtimelineUgantt Component"});s.BugTracker=z,s.SprintPlanner=X,s.TaskBoard=H,s.UbatchUprocessor=J,s.UbugUreport=V,s.UbulkUeditor=G,s.UtaskUdependency=Z,s.UtimelineUgantt=Q,Object.defineProperty(s,Symbol.toStringTag,{value:"Module"})}));
@@ -0,0 +1,18 @@
1
+ /**
2
+ * SprintPlanner Component
3
+ *
4
+ * Project management component with full dark mode support.
5
+ *
6
+ * @component
7
+ * @example
8
+ * ```tsx
9
+ * <SprintPlanner className="custom-class" />
10
+ * ```
11
+ */
12
+ export interface SprintPlannerProps {
13
+ className?: string;
14
+ children?: React.ReactNode;
15
+ disabled?: boolean;
16
+ }
17
+ export declare const SprintPlanner: ({ className, children, disabled, }: SprintPlannerProps) => import("react/jsx-runtime").JSX.Element;
18
+ //# sourceMappingURL=sprint-planner.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sprint-planner.d.ts","sourceRoot":"","sources":["../src/sprint-planner.tsx"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AACH,MAAM,WAAW,kBAAkB;IACjC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,eAAO,MAAM,aAAa,GAAI,oCAI3B,kBAAkB,4CAiBpB,CAAC"}
@@ -0,0 +1,18 @@
1
+ /**
2
+ * TaskBoard Component
3
+ *
4
+ * Project management component with full dark mode support.
5
+ *
6
+ * @component
7
+ * @example
8
+ * ```tsx
9
+ * <TaskBoard className="custom-class" />
10
+ * ```
11
+ */
12
+ export interface TaskBoardProps {
13
+ className?: string;
14
+ children?: React.ReactNode;
15
+ disabled?: boolean;
16
+ }
17
+ export declare const TaskBoard: ({ className, children, disabled, }: TaskBoardProps) => import("react/jsx-runtime").JSX.Element;
18
+ //# sourceMappingURL=task-board.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"task-board.d.ts","sourceRoot":"","sources":["../src/task-board.tsx"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AACH,MAAM,WAAW,cAAc;IAC7B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,eAAO,MAAM,SAAS,GAAI,oCAIvB,cAAc,4CAiBhB,CAAC"}
@@ -0,0 +1,33 @@
1
+ /**
2
+ * UtaskUdependency Component
3
+ *
4
+ * A reusable UtaskUdependency component with full dark mode support.
5
+ * Optimized for accessibility and AI-assisted development.
6
+ *
7
+ * @component
8
+ * @example
9
+ * ```tsx
10
+ * <UtaskUdependency className="custom-class" />
11
+ * ```
12
+ *
13
+ * @remarks
14
+ * This component supports:
15
+ * - Light and dark themes automatically
16
+ * - Responsive design
17
+ * - Accessibility features
18
+ * - TypeScript type safety
19
+ *
20
+ * @see {@link https://docs.example.com/components/task-dependency}
21
+ */
22
+ export interface UtaskUdependencyProps {
23
+ /** Additional CSS classes */
24
+ className?: string;
25
+ /** Component children */
26
+ children?: React.ReactNode;
27
+ /** Disabled state */
28
+ disabled?: boolean;
29
+ /** Callback when component is interacted with */
30
+ onClick?: () => void;
31
+ }
32
+ export declare const UtaskUdependency: ({ className, children, disabled, onClick, }: UtaskUdependencyProps) => import("react/jsx-runtime").JSX.Element;
33
+ //# sourceMappingURL=task-dependency.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"task-dependency.d.ts","sourceRoot":"","sources":["../src/task-dependency.tsx"],"names":[],"mappings":"AAEA;;;;;;;;;;;;;;;;;;;;GAoBG;AAEH,MAAM,WAAW,qBAAqB;IACpC,6BAA6B;IAC7B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,yBAAyB;IACzB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,qBAAqB;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,iDAAiD;IACjD,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,eAAO,MAAM,gBAAgB,GAAI,6CAK9B,qBAAqB,4CAmBvB,CAAC"}
@@ -0,0 +1,33 @@
1
+ /**
2
+ * UtimelineUgantt Component
3
+ *
4
+ * A reusable UtimelineUgantt component with full dark mode support.
5
+ * Optimized for accessibility and AI-assisted development.
6
+ *
7
+ * @component
8
+ * @example
9
+ * ```tsx
10
+ * <UtimelineUgantt className="custom-class" />
11
+ * ```
12
+ *
13
+ * @remarks
14
+ * This component supports:
15
+ * - Light and dark themes automatically
16
+ * - Responsive design
17
+ * - Accessibility features
18
+ * - TypeScript type safety
19
+ *
20
+ * @see {@link https://docs.example.com/components/timeline-gantt}
21
+ */
22
+ export interface UtimelineUganttProps {
23
+ /** Additional CSS classes */
24
+ className?: string;
25
+ /** Component children */
26
+ children?: React.ReactNode;
27
+ /** Disabled state */
28
+ disabled?: boolean;
29
+ /** Callback when component is interacted with */
30
+ onClick?: () => void;
31
+ }
32
+ export declare const UtimelineUgantt: ({ className, children, disabled, onClick, }: UtimelineUganttProps) => import("react/jsx-runtime").JSX.Element;
33
+ //# sourceMappingURL=timeline-gantt.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"timeline-gantt.d.ts","sourceRoot":"","sources":["../src/timeline-gantt.tsx"],"names":[],"mappings":"AAEA;;;;;;;;;;;;;;;;;;;;GAoBG;AAEH,MAAM,WAAW,oBAAoB;IACnC,6BAA6B;IAC7B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,yBAAyB;IACzB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,qBAAqB;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,iDAAiD;IACjD,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,eAAO,MAAM,eAAe,GAAI,6CAK7B,oBAAoB,4CAmBtB,CAAC"}
package/package.json ADDED
@@ -0,0 +1,47 @@
1
+ {
2
+ "name": "@sudobility/project-management-components",
3
+ "version": "1.0.8",
4
+ "description": "project management UI components for React",
5
+ "type": "module",
6
+ "main": "dist/index.umd.js",
7
+ "module": "dist/index.esm.js",
8
+ "types": "dist/index.d.ts",
9
+ "exports": {
10
+ ".": {
11
+ "types": "./dist/index.d.ts",
12
+ "import": "./dist/index.esm.js",
13
+ "require": "./dist/index.umd.js"
14
+ }
15
+ },
16
+ "files": [
17
+ "dist",
18
+ "README.md"
19
+ ],
20
+ "scripts": {
21
+ "build": "tsc && vite build",
22
+ "dev": "vite build --watch",
23
+ "type-check": "tsc --noEmit"
24
+ },
25
+ "peerDependencies": {
26
+ "@sudobility/components": "^3.0.0",
27
+ "@sudobility/design": "^1.1.3",
28
+ "react": "^18.0.0 || ^19.0.0",
29
+ "react-dom": "^18.0.0 || ^19.0.0"
30
+ },
31
+ "devDependencies": {
32
+ "@sudobility/components": "^3.0.0",
33
+ "@sudobility/design": "^1.1.3",
34
+ "@types/node": "^24.7.1",
35
+ "@types/react": "^19.2.2",
36
+ "@types/react-dom": "^19.2.2",
37
+ "@vitejs/plugin-react": "^5.1.0",
38
+ "class-variance-authority": "^0.7.1",
39
+ "clsx": "^2.1.1",
40
+ "react": "^19.2.0",
41
+ "react-dom": "^19.2.0",
42
+ "tailwind-merge": "^3.3.1",
43
+ "typescript": "^5.9.3",
44
+ "vite": "^7.1.12",
45
+ "vite-plugin-dts": "^4.5.4"
46
+ }
47
+ }