@mks2508/mks-ui 0.7.0 → 0.8.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.
Files changed (109) hide show
  1. package/dist/css/primitives-DotMatrix-dot.css +364 -0
  2. package/dist/css/primitives-GooeyMorphingSurface-gooey.css +112 -0
  3. package/dist/css/ui-GooeyButton-gooey.css +43 -0
  4. package/dist/index.css +531 -0
  5. package/dist/react-ui/components/MorphingPopover/MorphingPopover.types.d.ts +8 -3
  6. package/dist/react-ui/components/MorphingPopover/MorphingPopover.types.d.ts.map +1 -1
  7. package/dist/react-ui/index.js +24 -1
  8. package/dist/react-ui/primitives/DotMatrix/DotMatrix.types.d.ts +109 -0
  9. package/dist/react-ui/primitives/DotMatrix/DotMatrix.types.d.ts.map +1 -0
  10. package/dist/react-ui/primitives/DotMatrix/dot-matrix.js +0 -0
  11. package/dist/react-ui/primitives/DotMatrix/dot.css +364 -0
  12. package/dist/react-ui/primitives/DotMatrix/index.d.ts +7 -0
  13. package/dist/react-ui/primitives/DotMatrix/index.d.ts.map +1 -0
  14. package/dist/react-ui/primitives/DotMatrix/index.js +185 -0
  15. package/dist/react-ui/primitives/DotMatrix/patterns.d.ts +32 -0
  16. package/dist/react-ui/primitives/DotMatrix/patterns.d.ts.map +1 -0
  17. package/dist/react-ui/primitives/DotMatrix/patterns.js +175 -0
  18. package/dist/react-ui/primitives/GooeyMorphingSurface/GooeyMorphingSurface.types.d.ts +100 -0
  19. package/dist/react-ui/primitives/GooeyMorphingSurface/GooeyMorphingSurface.types.d.ts.map +1 -0
  20. package/dist/react-ui/primitives/GooeyMorphingSurface/GooeyMorphingSurface.types.js +20 -0
  21. package/dist/react-ui/primitives/GooeyMorphingSurface/gooey-morphing-surface.js +0 -0
  22. package/dist/react-ui/primitives/GooeyMorphingSurface/gooey-morphing.css +112 -0
  23. package/dist/react-ui/primitives/GooeyMorphingSurface/index.d.ts +36 -0
  24. package/dist/react-ui/primitives/GooeyMorphingSurface/index.d.ts.map +1 -0
  25. package/dist/react-ui/primitives/GooeyMorphingSurface/index.js +141 -0
  26. package/dist/react-ui/primitives/index.d.ts +2 -0
  27. package/dist/react-ui/primitives/index.d.ts.map +1 -1
  28. package/dist/react-ui/primitives/index.js +4 -0
  29. package/dist/react-ui/ui/Badge/Badge.styles.d.ts +1 -1
  30. package/dist/react-ui/ui/Button/Button.styles.d.ts +1 -1
  31. package/dist/react-ui/ui/DataCard/DataCard.styles.d.ts +1 -1
  32. package/dist/react-ui/ui/FileIcon/FileIcon.styles.d.ts +25 -0
  33. package/dist/react-ui/ui/FileIcon/FileIcon.styles.d.ts.map +1 -0
  34. package/dist/react-ui/ui/FileIcon/FileIcon.styles.js +31 -0
  35. package/dist/react-ui/ui/FileIcon/FileIcon.types.d.ts +89 -0
  36. package/dist/react-ui/ui/FileIcon/FileIcon.types.d.ts.map +1 -0
  37. package/dist/react-ui/ui/FileIcon/index.d.ts +46 -0
  38. package/dist/react-ui/ui/FileIcon/index.d.ts.map +1 -0
  39. package/dist/react-ui/ui/FileIcon/index.js +138 -0
  40. package/dist/react-ui/ui/FileItem/FileItem.styles.d.ts +47 -0
  41. package/dist/react-ui/ui/FileItem/FileItem.styles.d.ts.map +1 -0
  42. package/dist/react-ui/ui/FileItem/FileItem.styles.js +60 -0
  43. package/dist/react-ui/ui/FileItem/FileItem.types.d.ts +84 -0
  44. package/dist/react-ui/ui/FileItem/FileItem.types.d.ts.map +1 -0
  45. package/dist/react-ui/ui/FileItem/index.d.ts +48 -0
  46. package/dist/react-ui/ui/FileItem/index.d.ts.map +1 -0
  47. package/dist/react-ui/ui/FileItem/index.js +124 -0
  48. package/dist/react-ui/ui/FilePanel/FilePanel.styles.d.ts +34 -0
  49. package/dist/react-ui/ui/FilePanel/FilePanel.styles.d.ts.map +1 -0
  50. package/dist/react-ui/ui/FilePanel/FilePanel.styles.js +57 -0
  51. package/dist/react-ui/ui/FilePanel/FilePanel.types.d.ts +55 -0
  52. package/dist/react-ui/ui/FilePanel/FilePanel.types.d.ts.map +1 -0
  53. package/dist/react-ui/ui/FilePanel/index.d.ts +55 -0
  54. package/dist/react-ui/ui/FilePanel/index.d.ts.map +1 -0
  55. package/dist/react-ui/ui/FilePanel/index.js +107 -0
  56. package/dist/react-ui/ui/FileTree/FileTree.styles.d.ts +31 -0
  57. package/dist/react-ui/ui/FileTree/FileTree.styles.d.ts.map +1 -0
  58. package/dist/react-ui/ui/FileTree/FileTree.styles.js +45 -0
  59. package/dist/react-ui/ui/FileTree/FileTree.types.d.ts +95 -0
  60. package/dist/react-ui/ui/FileTree/FileTree.types.d.ts.map +1 -0
  61. package/dist/react-ui/ui/FileTree/index.d.ts +60 -0
  62. package/dist/react-ui/ui/FileTree/index.d.ts.map +1 -0
  63. package/dist/react-ui/ui/FileTree/index.js +226 -0
  64. package/dist/react-ui/ui/GooeyButton/GooeyButton.types.d.ts +35 -0
  65. package/dist/react-ui/ui/GooeyButton/GooeyButton.types.d.ts.map +1 -0
  66. package/dist/react-ui/ui/GooeyButton/gooey-button.js +0 -0
  67. package/dist/react-ui/ui/GooeyButton/gooey.css +43 -0
  68. package/dist/react-ui/ui/GooeyButton/index.d.ts +26 -0
  69. package/dist/react-ui/ui/GooeyButton/index.d.ts.map +1 -0
  70. package/dist/react-ui/ui/GooeyButton/index.js +109 -0
  71. package/dist/react-ui/ui/MiddleTruncatePath/MiddleTruncatePath.styles.d.ts +23 -0
  72. package/dist/react-ui/ui/MiddleTruncatePath/MiddleTruncatePath.styles.d.ts.map +1 -0
  73. package/dist/react-ui/ui/MiddleTruncatePath/MiddleTruncatePath.styles.js +32 -0
  74. package/dist/react-ui/ui/MiddleTruncatePath/MiddleTruncatePath.types.d.ts +43 -0
  75. package/dist/react-ui/ui/MiddleTruncatePath/MiddleTruncatePath.types.d.ts.map +1 -0
  76. package/dist/react-ui/ui/MiddleTruncatePath/index.d.ts +33 -0
  77. package/dist/react-ui/ui/MiddleTruncatePath/index.d.ts.map +1 -0
  78. package/dist/react-ui/ui/MiddleTruncatePath/index.js +60 -0
  79. package/dist/react-ui/ui/OperationCard/OperationCard.context.d.ts +17 -0
  80. package/dist/react-ui/ui/OperationCard/OperationCard.context.d.ts.map +1 -0
  81. package/dist/react-ui/ui/OperationCard/OperationCard.context.js +27 -0
  82. package/dist/react-ui/ui/OperationCard/OperationCard.styles.d.ts +19 -0
  83. package/dist/react-ui/ui/OperationCard/OperationCard.styles.d.ts.map +1 -0
  84. package/dist/react-ui/ui/OperationCard/OperationCard.styles.js +39 -0
  85. package/dist/react-ui/ui/OperationCard/OperationCard.types.d.ts +188 -0
  86. package/dist/react-ui/ui/OperationCard/OperationCard.types.d.ts.map +1 -0
  87. package/dist/react-ui/ui/OperationCard/index.d.ts +45 -0
  88. package/dist/react-ui/ui/OperationCard/index.d.ts.map +1 -0
  89. package/dist/react-ui/ui/OperationCard/index.js +118 -0
  90. package/dist/react-ui/ui/OperationCard/parts/OperationCardActions.d.ts +3 -0
  91. package/dist/react-ui/ui/OperationCard/parts/OperationCardActions.d.ts.map +1 -0
  92. package/dist/react-ui/ui/OperationCard/parts/OperationCardActions.js +86 -0
  93. package/dist/react-ui/ui/OperationCard/parts/OperationCardHeader.d.ts +14 -0
  94. package/dist/react-ui/ui/OperationCard/parts/OperationCardHeader.d.ts.map +1 -0
  95. package/dist/react-ui/ui/OperationCard/parts/OperationCardHeader.js +62 -0
  96. package/dist/react-ui/ui/OperationCard/parts/OperationCardProgress.d.ts +3 -0
  97. package/dist/react-ui/ui/OperationCard/parts/OperationCardProgress.d.ts.map +1 -0
  98. package/dist/react-ui/ui/OperationCard/parts/OperationCardProgress.js +37 -0
  99. package/dist/react-ui/ui/OperationCard/parts/OperationCardStats.d.ts +3 -0
  100. package/dist/react-ui/ui/OperationCard/parts/OperationCardStats.d.ts.map +1 -0
  101. package/dist/react-ui/ui/OperationCard/parts/OperationCardStats.js +42 -0
  102. package/dist/react-ui/ui/OperationCard/parts/OperationCardVisualizer.d.ts +3 -0
  103. package/dist/react-ui/ui/OperationCard/parts/OperationCardVisualizer.d.ts.map +1 -0
  104. package/dist/react-ui/ui/OperationCard/parts/OperationCardVisualizer.js +53 -0
  105. package/dist/react-ui/ui/Tabs/Tabs.styles.d.ts +3 -3
  106. package/dist/react-ui/ui/index.d.ts +7 -0
  107. package/dist/react-ui/ui/index.d.ts.map +1 -1
  108. package/dist/react-ui/ui/index.js +19 -0
  109. package/package.json +1 -1
@@ -0,0 +1,62 @@
1
+ 'use client';
2
+
3
+ import { cn } from "../../../lib/utils.js";
4
+ import { CountingNumber } from "../../../primitives/CountingNumber/index.js";
5
+ import { SlidingText } from "../../../primitives/waapi/SlidingText/index.js";
6
+ import { useOperationCard } from "../OperationCard.context.js";
7
+ import { OperationCardStyles } from "../OperationCard.styles.js";
8
+ import { jsx, jsxs } from "react/jsx-runtime";
9
+
10
+ //#region src/react-ui/ui/OperationCard/parts/OperationCardHeader.tsx
11
+ /**
12
+ * OperationCardHeader — title + animated phase label + percent badge.
13
+ *
14
+ * Reads state from OperationCardContext. Uses SlidingText to crossfade
15
+ * phase labels and CountingNumber to animate the percent badge.
16
+ *
17
+ * @module @mks2508/mks-ui/react/ui/OperationCard
18
+ */
19
+ /**
20
+ * Header row of the operation card.
21
+ *
22
+ * @example
23
+ * ```tsx
24
+ * <OperationCardRoot state={state}>
25
+ * <OperationCardHeader />
26
+ * ...
27
+ * </OperationCardRoot>
28
+ * ```
29
+ */
30
+ function OperationCardHeader({ className }) {
31
+ const { state } = useOperationCard();
32
+ const percent = Math.round(state.progress * 100);
33
+ const hasPhase = Boolean(state.phaseLabel);
34
+ return /* @__PURE__ */ jsxs("div", {
35
+ "data-slot": "operation-card-header",
36
+ className: cn(OperationCardStyles.header, className),
37
+ children: [/* @__PURE__ */ jsxs("div", {
38
+ className: "min-w-0 flex-1",
39
+ children: [/* @__PURE__ */ jsx("div", {
40
+ className: OperationCardStyles.title,
41
+ children: state.title
42
+ }), hasPhase && /* @__PURE__ */ jsx("div", {
43
+ className: OperationCardStyles.phase,
44
+ children: /* @__PURE__ */ jsx(SlidingText, {
45
+ text: state.phaseLabel ?? "",
46
+ mode: "word",
47
+ direction: "vertical",
48
+ duration: 220,
49
+ staggerDelay: 12,
50
+ blur: true
51
+ })
52
+ })]
53
+ }), /* @__PURE__ */ jsxs("span", {
54
+ "data-slot": "operation-card-percent",
55
+ className: OperationCardStyles.percent,
56
+ children: [/* @__PURE__ */ jsx(CountingNumber, { number: percent }), "%"]
57
+ })]
58
+ });
59
+ }
60
+
61
+ //#endregion
62
+ export { OperationCardHeader };
@@ -0,0 +1,3 @@
1
+ import type { IOperationCardProgressProps } from '../OperationCard.types';
2
+ export declare function OperationCardProgress({ className, }: IOperationCardProgressProps): import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=OperationCardProgress.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OperationCardProgress.d.ts","sourceRoot":"","sources":["../../../../../src/react-ui/ui/OperationCard/parts/OperationCardProgress.tsx"],"names":[],"mappings":"AAeA,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,wBAAwB,CAAC;AAE1E,wBAAgB,qBAAqB,CAAC,EACrC,SAAS,GACT,EAAE,2BAA2B,2CAgC7B"}
@@ -0,0 +1,37 @@
1
+ 'use client';
2
+
3
+ import { cn } from "../../../lib/utils.js";
4
+ import { useOperationCard } from "../OperationCard.context.js";
5
+ import { OperationCardStyles } from "../OperationCard.styles.js";
6
+ import { jsx } from "react/jsx-runtime";
7
+
8
+ //#region src/react-ui/ui/OperationCard/parts/OperationCardProgress.tsx
9
+ /**
10
+ * OperationCardProgress — thin progress bar driven by state.progress.
11
+ *
12
+ * Plain CSS transition on width. Uses the `destructive` token when the
13
+ * operation failed so the bar turns red without changing layout.
14
+ *
15
+ * @module @mks2508/mks-ui/react/ui/OperationCard
16
+ */
17
+ function OperationCardProgress({ className }) {
18
+ const { state } = useOperationCard();
19
+ const pct = Math.round(Math.min(1, Math.max(0, state.progress)) * 100);
20
+ const fillClass = state.status === "failed" ? "bg-destructive" : state.status === "cancelled" ? "bg-foreground/40" : state.status === "success" ? "bg-foreground" : "bg-foreground/80";
21
+ return /* @__PURE__ */ jsx("div", {
22
+ "data-slot": "operation-card-progress",
23
+ "data-status": state.status,
24
+ className: cn(OperationCardStyles.progress, className),
25
+ role: "progressbar",
26
+ "aria-valuemin": 0,
27
+ "aria-valuemax": 100,
28
+ "aria-valuenow": pct,
29
+ children: /* @__PURE__ */ jsx("div", {
30
+ className: cn("h-full transition-[width] duration-300 ease-out", fillClass),
31
+ style: { width: `${pct}%` }
32
+ })
33
+ });
34
+ }
35
+
36
+ //#endregion
37
+ export { OperationCardProgress };
@@ -0,0 +1,3 @@
1
+ import type { IOperationCardStatsProps } from '../OperationCard.types';
2
+ export declare function OperationCardStats<TTransfer = unknown>({ children, className, }: IOperationCardStatsProps<TTransfer>): import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=OperationCardStats.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OperationCardStats.d.ts","sourceRoot":"","sources":["../../../../../src/react-ui/ui/OperationCard/parts/OperationCardStats.tsx"],"names":[],"mappings":"AA8BA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,wBAAwB,CAAC;AAEvE,wBAAgB,kBAAkB,CAAC,SAAS,GAAG,OAAO,EAAE,EACvD,QAAQ,EACR,SAAS,GACT,EAAE,wBAAwB,CAAC,SAAS,CAAC,2CAWrC"}
@@ -0,0 +1,42 @@
1
+ 'use client';
2
+
3
+ import { cn } from "../../../lib/utils.js";
4
+ import { useOperationCard } from "../OperationCard.context.js";
5
+ import { OperationCardStyles } from "../OperationCard.styles.js";
6
+ import { jsx } from "react/jsx-runtime";
7
+
8
+ //#region src/react-ui/ui/OperationCard/parts/OperationCardStats.tsx
9
+ /**
10
+ * OperationCardStats — render prop that receives the transfer payload.
11
+ *
12
+ * The compound is generic in `TTransfer`; the consumer owns the layout
13
+ * and the individual cells. Typical use:
14
+ *
15
+ * ```tsx
16
+ * <OperationCardStats>
17
+ * {(t: ITransferProgress) => (
18
+ * <>
19
+ * <StatCell label="Objects">
20
+ * <SlidingNumber value={t.receivedObjects} />
21
+ * {' / '}
22
+ * <SlidingNumber value={t.totalObjects} />
23
+ * </StatCell>
24
+ * ...
25
+ * </>
26
+ * )}
27
+ * </OperationCardStats>
28
+ * ```
29
+ *
30
+ * @module @mks2508/mks-ui/react/ui/OperationCard
31
+ */
32
+ function OperationCardStats({ children, className }) {
33
+ const { state } = useOperationCard();
34
+ return /* @__PURE__ */ jsx("div", {
35
+ "data-slot": "operation-card-stats",
36
+ className: cn(OperationCardStyles.stats, className),
37
+ children: children(state.transfer)
38
+ });
39
+ }
40
+
41
+ //#endregion
42
+ export { OperationCardStats };
@@ -0,0 +1,3 @@
1
+ import type { IOperationCardVisualizerProps } from '../OperationCard.types';
2
+ export declare function OperationCardVisualizer({ rows, cols, pattern, color, bloom, accentRow, children, className, }: IOperationCardVisualizerProps): import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=OperationCardVisualizer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OperationCardVisualizer.d.ts","sourceRoot":"","sources":["../../../../../src/react-ui/ui/OperationCard/parts/OperationCardVisualizer.tsx"],"names":[],"mappings":"AA4BA,OAAO,KAAK,EACX,6BAA6B,EAE7B,MAAM,wBAAwB,CAAC;AAOhC,wBAAgB,uBAAuB,CAAC,EACvC,IAAQ,EACR,IAAS,EACT,OAAO,EACP,KAAK,EACL,KAAK,EACL,SAAS,EACT,QAAQ,EACR,SAAS,GACT,EAAE,6BAA6B,2CA8B/B"}
@@ -0,0 +1,53 @@
1
+ 'use client';
2
+
3
+ import { cn } from "../../../lib/utils.js";
4
+ import { DotMatrix } from "../../../primitives/DotMatrix/index.js";
5
+ import { useOperationCard } from "../OperationCard.context.js";
6
+ import { OperationCardStyles } from "../OperationCard.styles.js";
7
+ import { jsx } from "react/jsx-runtime";
8
+
9
+ //#region src/react-ui/ui/OperationCard/parts/OperationCardVisualizer.tsx
10
+ /**
11
+ * OperationCardVisualizer — the "what's happening" visual layer.
12
+ *
13
+ * Default rendering: a `<DotMatrix>` driven by the context state. Maps
14
+ * the OperationCard lifecycle → DotMatrix lifecycle:
15
+ *
16
+ * idle → idle (all cells off)
17
+ * pending → running (pattern cycle plays)
18
+ * success → success (all cells forced on, glow)
19
+ * failed → failed (cycle frozen; on→red, off→muted)
20
+ * cancelled → cancelled (cycle frozen; on→muted)
21
+ *
22
+ * Pattern + palette + bloom come from `state.meta` so the consumer
23
+ * adapts the visual language per operation kind.
24
+ *
25
+ * @module @mks2508/mks-ui/react/ui/OperationCard
26
+ */
27
+ function mapStatus(op) {
28
+ if (op === "pending") return "running";
29
+ return op;
30
+ }
31
+ function OperationCardVisualizer({ rows = 6, cols = 18, pattern, color, bloom, accentRow, children, className }) {
32
+ const { state } = useOperationCard();
33
+ const meta = state.meta;
34
+ return /* @__PURE__ */ jsx("div", {
35
+ "data-slot": "operation-card-visualizer",
36
+ className: cn(OperationCardStyles.visualizer, className),
37
+ children: children ?? /* @__PURE__ */ jsx(DotMatrix, {
38
+ rows,
39
+ cols,
40
+ status: mapStatus(state.status),
41
+ pattern: pattern ?? meta?.pattern ?? "snake",
42
+ color: color ?? meta?.color ?? "primary",
43
+ bloom: bloom ?? meta?.bloom ?? true,
44
+ variant: "glow",
45
+ progress: state.progress,
46
+ accentCount: meta?.accentCount,
47
+ accentRow: accentRow ?? meta?.accentRow ?? "top"
48
+ })
49
+ });
50
+ }
51
+
52
+ //#endregion
53
+ export { OperationCardVisualizer };
@@ -31,7 +31,7 @@ export declare const tabsStyles: StyleSlots<TabsSlot>;
31
31
  * ```
32
32
  */
33
33
  export declare const tabsListVariants: (props?: ({
34
- variant?: "default" | "outline" | "underline" | "ghost" | "pill" | null | undefined;
34
+ variant?: "default" | "outline" | "underline" | "pill" | "ghost" | null | undefined;
35
35
  size?: "default" | "sm" | "lg" | null | undefined;
36
36
  } & import("class-variance-authority/types").ClassProp) | undefined) => string;
37
37
  /**
@@ -45,7 +45,7 @@ export declare const tabsListVariants: (props?: ({
45
45
  * ```
46
46
  */
47
47
  export declare const tabsTabVariants: (props?: ({
48
- variant?: "default" | "outline" | "underline" | "ghost" | "pill" | null | undefined;
48
+ variant?: "default" | "outline" | "underline" | "pill" | "ghost" | null | undefined;
49
49
  size?: "default" | "sm" | "lg" | null | undefined;
50
50
  } & import("class-variance-authority/types").ClassProp) | undefined) => string;
51
51
  /**
@@ -56,6 +56,6 @@ export declare const tabsTabVariants: (props?: ({
56
56
  * and animated via WAAPI transitions in CSS.
57
57
  */
58
58
  export declare const tabsIndicatorVariants: (props?: ({
59
- variant?: "default" | "outline" | "underline" | "ghost" | "pill" | null | undefined;
59
+ variant?: "default" | "outline" | "underline" | "pill" | "ghost" | null | undefined;
60
60
  } & import("class-variance-authority/types").ClassProp) | undefined) => string;
61
61
  //# sourceMappingURL=Tabs.styles.d.ts.map
@@ -18,13 +18,20 @@ export * from './Tooltip';
18
18
  export * from './Badge';
19
19
  export * from './Button';
20
20
  export * from './Card';
21
+ export * from './GooeyButton';
21
22
  export * from './Combobox';
22
23
  export * from './CornerBracket';
23
24
  export * from './DropdownMenu';
24
25
  export * from './Field';
26
+ export * from './FileIcon';
27
+ export * from './FileItem';
28
+ export * from './FilePanel';
29
+ export * from './FileTree';
25
30
  export * from './Input';
26
31
  export * from './InputGroup';
27
32
  export * from './Label';
33
+ export * from './MiddleTruncatePath';
34
+ export * from './OperationCard';
28
35
  export * from './Select';
29
36
  export * from './Separator';
30
37
  export * from './Textarea';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/react-ui/ui/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAGH,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAG1B,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAG3B,cAAc,YAAY,CAAC;AAG3B,cAAc,iBAAiB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/react-ui/ui/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAGH,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAG1B,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC;AAC3B,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,SAAS,CAAC;AACxB,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC;AACxB,cAAc,sBAAsB,CAAC;AACrC,cAAc,iBAAiB,CAAC;AAChC,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAG3B,cAAc,YAAY,CAAC;AAG3B,cAAc,iBAAiB,CAAC"}
@@ -23,6 +23,7 @@ import { buttonStateStyles, buttonVariants } from "./Button/Button.styles.js";
23
23
  import { Button } from "./Button/index.js";
24
24
  import { cardVariants } from "./Card/Card.styles.js";
25
25
  import { Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle } from "./Card/index.js";
26
+ import { GooeyButton } from "./GooeyButton/index.js";
26
27
  import { Input } from "./Input/index.js";
27
28
  import { Textarea } from "./Textarea/index.js";
28
29
  import { inputGroupAddonVariants, inputGroupButtonVariants } from "./InputGroup/InputGroup.styles.js";
@@ -35,6 +36,24 @@ import { Label } from "./Label/index.js";
35
36
  import { Separator } from "./Separator/index.js";
36
37
  import { fieldVariants } from "./Field/Field.styles.js";
37
38
  import { Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle } from "./Field/index.js";
39
+ import { FileIconStyles, FolderIconStyles, fileIconVariants, folderIconVariants } from "./FileIcon/FileIcon.styles.js";
40
+ import { FileIcon, FolderIcon } from "./FileIcon/index.js";
41
+ import { MiddleTruncatePathStyles, middleTruncatePathVariants } from "./MiddleTruncatePath/MiddleTruncatePath.styles.js";
42
+ import { MiddleTruncatePath } from "./MiddleTruncatePath/index.js";
43
+ import { FileItemGitStatusClasses, FileItemStyles, fileItemVariants } from "./FileItem/FileItem.styles.js";
44
+ import { FileItem } from "./FileItem/index.js";
45
+ import { FilePanelStyles, filePanelVariants } from "./FilePanel/FilePanel.styles.js";
46
+ import { FilePanel } from "./FilePanel/index.js";
47
+ import { FileTreeStyles, fileTreeVariants } from "./FileTree/FileTree.styles.js";
48
+ import { FileTree } from "./FileTree/index.js";
49
+ import { useOperationCard } from "./OperationCard/OperationCard.context.js";
50
+ import { OperationCardStyles, operationCardVariants } from "./OperationCard/OperationCard.styles.js";
51
+ import { OperationCardHeader } from "./OperationCard/parts/OperationCardHeader.js";
52
+ import { OperationCardVisualizer } from "./OperationCard/parts/OperationCardVisualizer.js";
53
+ import { OperationCardStats } from "./OperationCard/parts/OperationCardStats.js";
54
+ import { OperationCardProgress } from "./OperationCard/parts/OperationCardProgress.js";
55
+ import { OperationCardActions } from "./OperationCard/parts/OperationCardActions.js";
56
+ import { OperationCard, OperationCardRoot } from "./OperationCard/index.js";
38
57
  import { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue } from "./Select/index.js";
39
58
  import { dataCardStyles, dataCardVariants } from "./DataCard/DataCard.styles.js";
40
59
  import { DataCard, DataCardActions, DataCardBracket, DataCardLabel, DataCardToggle, DataCardValue, useDataCard } from "./DataCard/index.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mks2508/mks-ui",
3
- "version": "0.7.0",
3
+ "version": "0.8.0",
4
4
  "description": "UI component library - Shadcn/Animate UI based with DevEnv components",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",