@dust-tt/sparkle 0.2.457 → 0.2.458

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 (43) hide show
  1. package/dist/cjs/index.js +1 -1
  2. package/dist/esm/components/AnimatedText.d.ts +1 -1
  3. package/dist/esm/components/AnimatedText.d.ts.map +1 -1
  4. package/dist/esm/components/AnimatedText.js +0 -27
  5. package/dist/esm/components/AnimatedText.js.map +1 -1
  6. package/dist/esm/components/Chip.d.ts +1 -1
  7. package/dist/esm/components/Chip.d.ts.map +1 -1
  8. package/dist/esm/components/Chip.js +2 -28
  9. package/dist/esm/components/Chip.js.map +1 -1
  10. package/dist/esm/components/ContentMessage.d.ts +1 -1
  11. package/dist/esm/components/ContentMessage.d.ts.map +1 -1
  12. package/dist/esm/components/ContentMessage.js +1 -46
  13. package/dist/esm/components/ContentMessage.js.map +1 -1
  14. package/dist/esm/components/DataTable.d.ts.map +1 -1
  15. package/dist/esm/components/DataTable.js +8 -4
  16. package/dist/esm/components/DataTable.js.map +1 -1
  17. package/dist/esm/components/Popup.d.ts.map +1 -1
  18. package/dist/esm/components/Popup.js +2 -3
  19. package/dist/esm/components/Popup.js.map +1 -1
  20. package/dist/esm/stories/Chip.stories.d.ts +3 -3
  21. package/dist/esm/stories/Chip.stories.d.ts.map +1 -1
  22. package/dist/esm/stories/Chip.stories.js +3 -3
  23. package/dist/esm/stories/Chip.stories.js.map +1 -1
  24. package/dist/esm/stories/ContentMessage.stories.js +1 -1
  25. package/dist/esm/stories/ContentMessage.stories.js.map +1 -1
  26. package/dist/esm/stories/ContextItem.stories.js +2 -2
  27. package/dist/esm/stories/ContextItem.stories.js.map +1 -1
  28. package/dist/esm/stories/SearchInput.stories.js +1 -1
  29. package/dist/esm/stories/SearchInput.stories.js.map +1 -1
  30. package/dist/esm/stories/Tree.stories.js +4 -4
  31. package/dist/esm/stories/Tree.stories.js.map +1 -1
  32. package/dist/sparkle.css +0 -240
  33. package/package.json +1 -1
  34. package/src/components/AnimatedText.tsx +0 -51
  35. package/src/components/Chip.tsx +2 -52
  36. package/src/components/ContentMessage.tsx +1 -51
  37. package/src/components/DataTable.tsx +7 -3
  38. package/src/components/Popup.tsx +3 -4
  39. package/src/stories/Chip.stories.tsx +2 -8
  40. package/src/stories/ContentMessage.stories.tsx +1 -1
  41. package/src/stories/ContextItem.stories.tsx +2 -2
  42. package/src/stories/SearchInput.stories.tsx +1 -1
  43. package/src/stories/Tree.stories.tsx +4 -4
@@ -6,7 +6,6 @@ import { cn } from "@sparkle/lib/utils";
6
6
  const ANIMATED_TEXT_VARIANTS = [
7
7
  "primary",
8
8
  "muted",
9
- "white",
10
9
  "highlight",
11
10
  "success",
12
11
  "warning",
@@ -15,14 +14,6 @@ const ANIMATED_TEXT_VARIANTS = [
15
14
  "blue",
16
15
  "rose",
17
16
  "golden",
18
- //to be removed
19
- "emerald",
20
- "amber",
21
- "slate",
22
- "purple",
23
- "sky",
24
- "pink",
25
- "red",
26
17
  ] as const;
27
18
 
28
19
  type AnimatedTextVariantType = (typeof ANIMATED_TEXT_VARIANTS)[number];
@@ -36,10 +27,6 @@ const animatedVariants: Record<AnimatedTextVariantType, string> = {
36
27
  "s-from-transparent s-via-primary-950/80 s-via-50% s-to-transparent",
37
28
  "dark:s-from-transparent dark:s-via-primary-50/80 dark:s-via-50% dark:s-to-transparent"
38
29
  ),
39
- white: cn(
40
- "s-from-primary-600 s-via-primary-950 s-via-50% s-to-primary-600",
41
- "dark:s-from-primary-600-night dark:s-via-primary-950-night dark:s-via-50% dark:s-to-primary-600-night"
42
- ),
43
30
  highlight: cn(
44
31
  "s-from-highlight s-via-highlight-800 s-via-50% s-to-highlight",
45
32
  "dark:s-from-highlight-night dark:s-via-highlight-800-night dark:s-via-50% dark:s-to-highlight-night"
@@ -72,35 +59,6 @@ const animatedVariants: Record<AnimatedTextVariantType, string> = {
72
59
  "s-from-golden-800 s-via-golden-950 s-via-50% s-to-golden-800",
73
60
  "dark:s-from-golden-800-night dark:s-via-golden-950-night dark:s-via-50% dark:s-to-golden-800-night"
74
61
  ),
75
- // To be removed
76
- emerald: cn(
77
- "s-from-emerald-800 s-via-emerald-950 s-via-50% s-to-emerald-800",
78
- "dark:s-from-emerald-800-night dark:s-via-emerald-950-night dark:s-via-50% dark:s-to-emerald-800-night"
79
- ),
80
- amber: cn(
81
- "s-from-amber-800 s-via-amber-950 s-via-50% s-to-amber-800",
82
- "dark:s-from-amber-800-night dark:s-via-amber-950-night dark:s-via-50% dark:s-to-amber-800-night"
83
- ),
84
- red: cn(
85
- "s-from-red-800 s-via-red-950 s-via-50% s-to-red-800",
86
- "dark:s-from-red-800-night dark:s-via-red-950-night dark:s-via-50% dark:s-to-red-800-night"
87
- ),
88
- sky: cn(
89
- "s-from-sky-800 s-via-sky-950 s-via-50% s-to-sky-800",
90
- "dark:s-from-sky-800-night dark:s-via-sky-950-night dark:s-via-50% dark:s-to-sky-800-night"
91
- ),
92
- slate: cn(
93
- "s-from-primary-600 s-via-primary-950 s-via-50% s-to-primary-600",
94
- "dark:s-from-primary-600-night dark:s-via-primary-950-night dark:s-via-50% dark:s-to-primary-600-night"
95
- ),
96
- purple: cn(
97
- "s-from-purple-800 s-via-purple-950 s-via-50% s-to-purple-800",
98
- "dark:s-from-purple-800-night dark:s-via-purple-950-night dark:s-via-50% dark:s-to-purple-800-night"
99
- ),
100
- pink: cn(
101
- "s-from-pink-800 s-via-pink-950 s-via-50% s-to-pink-800",
102
- "dark:s-from-pink-800-night dark:s-via-pink-950-night dark:s-via-50% dark:s-to-pink-800-night"
103
- ),
104
62
  };
105
63
 
106
64
  const animVariants = cva(
@@ -117,7 +75,6 @@ const animVariants = cva(
117
75
 
118
76
  const animatedTextVariants: Record<AnimatedTextVariantType, string> = {
119
77
  primary: "s-text-primary-800 dark:s-text-primary-800-night",
120
- white: "s-text-muted-foreground dark:s-text-muted-foreground-night",
121
78
  muted: "s-text-muted-foreground dark:s-text-muted-foreground-night",
122
79
  highlight: "s-text-highlight dark:s-text-highlight-night",
123
80
  success: "s-text-success-800 dark:s-text-success-800-night",
@@ -127,14 +84,6 @@ const animatedTextVariants: Record<AnimatedTextVariantType, string> = {
127
84
  blue: "s-text-sky-800 dark:s-text-sky-800-night",
128
85
  rose: "s-text-rose-800 dark:s-text-rose-800-night",
129
86
  golden: "s-text-golden-800 dark:s-text-rose-golden-night",
130
- //To be removed
131
- emerald: "s-text-emerald-800 dark:s-text-emerald-800-night",
132
- amber: "s-text-amber-800 dark:s-text-amber-800-night",
133
- slate: "s-text-muted-foreground dark:s-text-muted-foreground-night",
134
- purple: "s-text-purple-800 dark:s-text-purple-800-night",
135
- sky: "s-text-sky-800 dark:s-text-sky-800-night",
136
- pink: "s-text-pink-800 dark:s-text-pink-800-night",
137
- red: "s-text-red-800 dark:s-text-red-800-night",
138
87
  };
139
88
 
140
89
  const textVariants = cva("s-absolute s-inset-0", {
@@ -17,7 +17,6 @@ type ChipSizeType = (typeof CHIP_SIZES)[number];
17
17
 
18
18
  export const CHIP_COLORS = [
19
19
  "primary",
20
- "white",
21
20
  "success",
22
21
  "warning",
23
22
  "info",
@@ -26,13 +25,6 @@ export const CHIP_COLORS = [
26
25
  "blue",
27
26
  "rose",
28
27
  "golden",
29
- "emerald",
30
- "amber",
31
- "slate",
32
- "sky",
33
- "pink",
34
- "red",
35
- "purple",
36
28
  ] as const;
37
29
 
38
30
  type ChipColorType = (typeof CHIP_COLORS)[number];
@@ -47,10 +39,6 @@ const backgroundVariants: Record<ChipColorType, string> = {
47
39
  "s-bg-muted-background s-border-border",
48
40
  "dark:s-bg-muted-background-night dark:s-border-border-night"
49
41
  ),
50
- white: cn(
51
- "s-bg-background s-border-border",
52
- "dark:s-bg-muted-background-night dark:s-border-border-night"
53
- ),
54
42
  highlight: cn(
55
43
  "s-bg-highlight-100 s-border-highlight-200",
56
44
  "dark:s-bg-highlight-100-night dark:s-border-highlight-200-night"
@@ -83,40 +71,10 @@ const backgroundVariants: Record<ChipColorType, string> = {
83
71
  "s-bg-golden-100 s-border-golden-200",
84
72
  "dark:s-bg-golden-100-night dark:s-border-golden-200-night"
85
73
  ),
86
- // To be removed
87
- slate: cn(
88
- "s-bg-muted-background s-border-border",
89
- "dark:s-bg-muted-background-night dark:s-border-border-night"
90
- ),
91
- red: cn(
92
- "s-bg-red-100 s-border-red-200",
93
- "dark:s-bg-red-100-night dark:s-border-red-200-night"
94
- ),
95
- emerald: cn(
96
- "s-bg-emerald-100 s-border-emerald-200",
97
- "dark:s-bg-emerald-100-night dark:s-border-emerald-200-night"
98
- ),
99
- amber: cn(
100
- "s-bg-amber-100 s-border-amber-200",
101
- "dark:s-bg-amber-100-night dark:s-border-amber-200-night"
102
- ),
103
- purple: cn(
104
- "s-bg-purple-100 s-border-purple-200",
105
- "dark:s-bg-purple-100-night dark:s-border-purple-200-night"
106
- ),
107
- sky: cn(
108
- "s-bg-sky-100 s-border-sky-200",
109
- "dark:s-bg-sky-100-night dark:s-border-sky-200-night"
110
- ),
111
- pink: cn(
112
- "s-bg-pink-100 s-border-pink-200",
113
- "dark:s-bg-pink-100-night dark:s-border-pink-200-night"
114
- ),
115
74
  };
116
75
 
117
76
  const textVariants: Record<ChipColorType, string> = {
118
77
  primary: "s-text-primary-900 dark:s-text-primary-900-night",
119
- white: "s-text-foreground dark:s-text-foreground-night",
120
78
  highlight: "s-text-highlight-900 dark:s-text-highlight-900-night",
121
79
  success: "s-text-success-900 dark:s-text-success-900-night",
122
80
  warning: "s-text-warning-900 dark:s-text-warning-900-night",
@@ -125,14 +83,6 @@ const textVariants: Record<ChipColorType, string> = {
125
83
  blue: "s-text-sky-900 dark:s-text-sky-900-night",
126
84
  rose: "s-text-rose-900 dark:s-text-rose-900-night",
127
85
  golden: "s-text-golden-900 dark:s-text-golden-900-night",
128
- // To be removed
129
- emerald: "s-text-emerald-900 dark:s-text-emerald-900-night",
130
- amber: "s-text-amber-900 dark:s-text-amber-900-night",
131
- slate: "s-text-foreground dark:s-text-foreground-night",
132
- sky: "s-text-sky-900 dark:s-text-sky-900-night",
133
- pink: "s-text-pink-900 dark:s-text-pink-900-night",
134
- red: "s-text-red-900 dark:s-text-red-900-night",
135
- purple: "s-text-purple-900 dark:s-text-purple-900-night",
136
86
  };
137
87
 
138
88
  const chipVariants = cva("s-inline-flex s-box-border s-items-center", {
@@ -143,8 +93,8 @@ const chipVariants = cva("s-inline-flex s-box-border s-items-center", {
143
93
  },
144
94
  defaultVariants: {
145
95
  size: "xs",
146
- text: "slate",
147
- background: "slate",
96
+ text: "primary",
97
+ background: "primary",
148
98
  },
149
99
  });
150
100
 
@@ -5,15 +5,6 @@ import { Icon } from "@sparkle/components/Icon";
5
5
  import { cn } from "@sparkle/lib/utils";
6
6
 
7
7
  const CONTENT_MESSAGE_VARIANTS = [
8
- "emerald",
9
- "amber",
10
- "slate",
11
- "purple",
12
- "sky",
13
- "pink",
14
- "action",
15
- "red",
16
- //New variants
17
8
  "primary",
18
9
  "warning",
19
10
  "success",
@@ -36,20 +27,6 @@ const contentMessageVariants = cva(
36
27
  {
37
28
  variants: {
38
29
  variant: {
39
- emerald:
40
- "s-bg-green-100 dark:s-bg-green-100-night s-border-transparent",
41
- amber:
42
- "s-bg-golden-100 dark:s-bg-golden-100-night s-border-transparent",
43
- slate:
44
- "s-bg-muted-background dark:s-bg-muted-background-night s-border s-border-border dark:s-border-border-night",
45
- purple:
46
- "s-bg-purple-100 dark:s-bg-purple-100-night s-border-transparent",
47
- sky: "s-bg-sky-100 dark:s-bg-sky-100-night s-border-transparent",
48
- pink: "s-bg-pink-100 dark:s-bg-pink-100-night s-border-transparent",
49
- action:
50
- "s-bg-highlight-100 dark:s-bg-highlight-100-night s-border-transparent",
51
- red: "s-bg-red-100 dark:s-bg-red-100-night s-border-transparent",
52
- // tbr
53
30
  primary:
54
31
  "s-bg-muted-background dark:s-bg-muted-background-night s-border-border dark:s-border-border-night",
55
32
  success:
@@ -81,15 +58,6 @@ const contentMessageVariants = cva(
81
58
  const iconVariants = cva("s-shrink-0", {
82
59
  variants: {
83
60
  variant: {
84
- emerald: "s-text-green-800 dark:s-text-green-800-night",
85
- amber: "s-text-golden-800 dark:s-text-golden-800-night",
86
- slate: "s-text-primary-800 dark:s-text-primary-800-night",
87
- purple: "s-text-purple-800 dark:s-text-purple-800-night",
88
- sky: "s-text-sky-800 dark:s-text-sky-800-night",
89
- pink: "s-text-pink-800 dark:s-text-pink-800-night",
90
- action: "s-text-highlight-800 dark:s-text-highlight-800-night",
91
- red: "s-text-red-800 dark:s-text-red-800-night",
92
- // tbr
93
61
  primary: "s-text-primary-800 dark:s-text-primary-800-night",
94
62
  warning: "s-text-warning-800 dark:s-text-warning-800-night",
95
63
  success: "s-text-success-800 dark:s-text-success-800-night",
@@ -106,15 +74,6 @@ const iconVariants = cva("s-shrink-0", {
106
74
  const titleVariants = cva("s-text-sm s-font-semibold", {
107
75
  variants: {
108
76
  variant: {
109
- emerald: "s-text-green-800 dark:s-text-green-800-night",
110
- amber: "s-text-golden-800 dark:s-text-golden-800-night",
111
- slate: "s-text-foreground dark:s-text-foreground-night",
112
- purple: "s-text-purple-800 dark:s-text-purple-800-night",
113
- sky: "s-text-sky-800 dark:s-text-sky-800-night",
114
- pink: "s-text-pink-800 dark:s-text-pink-800-night",
115
- action: "s-text-highlight-800 dark:s-text-highlight-800-night",
116
- red: "s-text-red-800 dark:s-text-red-800-night",
117
- // tbr
118
77
  primary: "s-text-foreground dark:s-text-foreground-night",
119
78
  warning: "s-text-warning-800 dark:s-text-warning-800-night",
120
79
  success: "s-text-success-800 dark:s-text-success-800-night",
@@ -131,15 +90,6 @@ const titleVariants = cva("s-text-sm s-font-semibold", {
131
90
  const textVariants = cva("s-text-sm", {
132
91
  variants: {
133
92
  variant: {
134
- emerald: "s-text-green-950 dark:s-text-green-950-night",
135
- amber: "s-text-golden-950 dark:s-text-golden-950-night",
136
- slate: "s-text-muted-foreground dark:s-text-muted-foreground-night",
137
- purple: "s-text-purple-950 dark:s-text-purple-950-night",
138
- sky: "s-text-sky-950 dark:s-text-sky-950-night",
139
- pink: "s-text-pink-950 dark:s-text-pink-950-night",
140
- action: "s-text-highlight-950 dark:s-text-highlight-950-night",
141
- red: "s-text-red-950 dark:s-text-red-950-night",
142
- // tbr
143
93
  primary: "s-text-muted-foreground dark:s-text-muted-foreground-night",
144
94
  warning: "s-text-warning-950 dark:s-text-warning-950-night",
145
95
  success: "s-text-success-950 dark:s-text-success-950-night",
@@ -164,7 +114,7 @@ export interface ContentMessageProps {
164
114
 
165
115
  export function ContentMessage({
166
116
  title,
167
- variant = "amber",
117
+ variant = "info",
168
118
  children,
169
119
  size = "md",
170
120
  className = "",
@@ -175,14 +175,16 @@ export function DataTable<TData extends TBaseData>({
175
175
  getFilteredRowModel: getFilteredRowModel(),
176
176
  getPaginationRowModel: pagination ? getPaginationRowModel() : undefined,
177
177
  onColumnFiltersChange: setColumnFilters,
178
- onRowSelectionChange,
178
+ ...(enableRowSelection && {
179
+ onRowSelectionChange,
180
+ }),
179
181
  state: {
180
182
  columnFilters,
181
183
  ...(isServerSideSorting && {
182
184
  sorting,
183
185
  }),
184
186
  pagination,
185
- rowSelection,
187
+ ...(enableRowSelection && { rowSelection }),
186
188
  },
187
189
  initialState: {
188
190
  sorting,
@@ -256,7 +258,9 @@ export function DataTable<TData extends TBaseData>({
256
258
  widthClassName={widthClassName}
257
259
  key={row.id}
258
260
  onClick={row.original.onClick}
259
- data-selected={row.getIsSelected()}
261
+ {...(enableRowSelection && {
262
+ "data-selected": row.getIsSelected(),
263
+ })}
260
264
  >
261
265
  {row.getVisibleCells().map((cell) => {
262
266
  const breakpoint = columnsBreakpoints[cell.column.id];
@@ -1,7 +1,6 @@
1
1
  import { Transition } from "@headlessui/react";
2
2
  import React from "react";
3
3
 
4
- import { IconButton } from "@sparkle/components/IconButton";
5
4
  import { XMarkIcon } from "@sparkle/icons/solid";
6
5
  import { classNames } from "@sparkle/lib/utils";
7
6
 
@@ -47,13 +46,13 @@ export function Popup({
47
46
  )}
48
47
  >
49
48
  <div className="s-flex">
50
- <Chip color="pink">{chipLabel}</Chip>
49
+ <Chip color="warning">{chipLabel}</Chip>
51
50
  {onClose && (
52
51
  <div className="-s-mr-1 -s-mt-1 s-flex s-grow s-items-start s-justify-end">
53
- <IconButton
52
+ <Button
54
53
  icon={XMarkIcon}
55
54
  onClick={onClose}
56
- variant="outline"
55
+ variant="ghost"
57
56
  size="sm"
58
57
  />
59
58
  </div>
@@ -56,7 +56,7 @@ export const Basic: Story = {
56
56
  args: {
57
57
  label: "Example Chip",
58
58
  size: "sm",
59
- color: "slate",
59
+ color: "primary",
60
60
  isBusy: true,
61
61
  onRemove: undefined,
62
62
  },
@@ -65,7 +65,6 @@ export const Basic: Story = {
65
65
  export const ThinkingChip = () => (
66
66
  <Chip
67
67
  size="sm"
68
- color="slate"
69
68
  label="Thinking, Searching"
70
69
  isBusy
71
70
  onClick={() => console.log()}
@@ -73,10 +72,5 @@ export const ThinkingChip = () => (
73
72
  );
74
73
 
75
74
  export const RemovableChip = () => (
76
- <Chip
77
- size="sm"
78
- color="slate"
79
- label="Remove me"
80
- onRemove={() => alert("Removed")}
81
- />
75
+ <Chip size="sm" label="Remove me" onRemove={() => alert("Removed")} />
82
76
  );
@@ -70,7 +70,7 @@ export const Basic: Story = {
70
70
  export const WithList: Story = {
71
71
  args: {
72
72
  title: "Agent Thoughts",
73
- variant: "slate",
73
+ variant: "primary",
74
74
  size: "md",
75
75
  children: (
76
76
  <ul className="s-list-disc s-py-2 s-pl-8 first:s-pt-0 last:s-pb-0">
@@ -47,7 +47,7 @@ export const ListItemExample = () => (
47
47
  visual={<Icon visual={FolderIcon} size="md" />}
48
48
  >
49
49
  <div className="s-py-2">
50
- <Chip size="xs" label="Last Sync ~7 days ago" color="pink" />
50
+ <Chip size="xs" label="Last Sync ~7 days ago" color="green" />
51
51
  </div>
52
52
  <ContextItem.Description description="Lats, pricing, history of contacts, contact message" />
53
53
  </ContextItem>
@@ -99,7 +99,7 @@ export const ListItemExample = () => (
99
99
  >
100
100
  <>
101
101
  <div className="s-py-2">
102
- <Chip label="Syncing…" color="amber" size="sm" isBusy />
102
+ <Chip label="Syncing…" color="info" size="sm" isBusy />
103
103
  </div>
104
104
  <ContextItem.Description description="Teamspaces “General” and “Public”, pages “Engineering”, “Team Life”, “Marketing”, “Brand”, “Getting Started at Dust”, “Brand”, “Design”, “Product Decisions”, “Hiring”, “Man" />
105
105
  </>
@@ -96,7 +96,7 @@ export function SearchInputWithPopoverScrollableExample() {
96
96
  onSelectAll={() => console.log("select all")}
97
97
  contentMessage={{
98
98
  title: "You can add a custom message here",
99
- variant: "pink",
99
+ variant: "green",
100
100
  icon: InformationCircleIcon,
101
101
  className: "s-w-full",
102
102
  size: "lg",
@@ -739,7 +739,7 @@ export const SelectDataSourceExample = () => {
739
739
  <span className="s-text-sm s-text-muted-foreground">
740
740
  Managed by: Stanislas Polu
741
741
  </span>
742
- <Chip size="sm" color="pink" label="Syncing (235)" />
742
+ <Chip size="sm" color="green" label="Syncing (235)" />
743
743
  <Button
744
744
  label="Manage"
745
745
  icon={Cog6ToothIcon}
@@ -759,7 +759,7 @@ export const SelectDataSourceExample = () => {
759
759
  <span className="s-text-sm s-text-muted-foreground">
760
760
  Managed by: Stanislas Polu
761
761
  </span>
762
- <Chip size="sm" color="pink" label="Syncing (235)" />
762
+ <Chip size="sm" color="green" label="Syncing (235)" />
763
763
  <Button
764
764
  label="Manage"
765
765
  icon={Cog6ToothIcon}
@@ -778,7 +778,7 @@ export const SelectDataSourceExample = () => {
778
778
  <span className="s-text-sm s-text-muted-foreground">
779
779
  Managed by: Stanislas Polu
780
780
  </span>
781
- <Chip size="sm" color="pink" label="Syncing (235)" />
781
+ <Chip size="sm" color="green" label="Syncing (235)" />
782
782
  <Button
783
783
  label="Manage"
784
784
  icon={Cog6ToothIcon}
@@ -806,7 +806,7 @@ export const SelectDataSourceExample = () => {
806
806
  <span className="s-text-sm s-text-muted-foreground">
807
807
  Managed by: Stanislas Polu
808
808
  </span>
809
- <Chip size="sm" color="pink" label="Syncing (235)" />
809
+ <Chip size="sm" color="green" label="Syncing (235)" />
810
810
  <Button
811
811
  label="Manage"
812
812
  icon={Cog6ToothIcon}