@speakeasy-api/moonshine 1.41.0 → 1.43.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.
- package/README.md +19 -21
- package/dist/components/AIChat/AIChatContainer.d.ts +2 -2
- package/dist/components/AIChat/AIChatMessage.d.ts +1 -1
- package/dist/components/AIChat/AIChatMessageComposer.d.ts +3 -3
- package/dist/components/AIChat/AIChatMessageList.d.ts +1 -1
- package/dist/components/AIChat/AIChatModelSelector.d.ts +2 -1
- package/dist/components/AIChat/parts/AIChatMessageFilePart.d.ts +1 -1
- package/dist/components/AIChat/parts/AIChatMessageReasoningPart.d.ts +1 -1
- package/dist/components/AIChat/parts/AIChatMessageSourcePart.d.ts +1 -1
- package/dist/components/AIChat/parts/AIChatMessageTextPart.d.ts +1 -1
- package/dist/components/AIChat/parts/AIChatMessageToolInvocationPart.d.ts +1 -1
- package/dist/components/AIChat/parts/AIChatMessageToolPart.d.ts +5 -5
- package/dist/components/AIChat/parts/AIChatMessageToolResultPart.d.ts +1 -1
- package/dist/components/AIChat/types.d.ts +9 -9
- package/dist/components/ActionBar/index.d.ts +3 -3
- package/dist/components/Alert/index.d.ts +2 -2
- package/dist/components/AppLayout/index.d.ts +11 -11
- package/dist/components/AppLayout/provider.d.ts +2 -2
- package/dist/components/Badge/index.d.ts +3 -3
- package/dist/components/Button/index.d.ts +3 -3
- package/dist/components/Card/index.d.ts +3 -3
- package/dist/components/CodeEditorLayout/index.d.ts +8 -8
- package/dist/components/CodeHighlight/Pre.d.ts +1 -1
- package/dist/components/CodePlayground/index.d.ts +4 -4
- package/dist/components/CodeSnippet/index.d.ts +1 -1
- package/dist/components/Combobox/index.d.ts +5 -4
- package/dist/components/Command/index.d.ts +3 -3
- package/dist/components/Container/index.d.ts +1 -1
- package/dist/components/ContextDropdown/index.d.ts +1 -1
- package/dist/components/Dialog/index.d.ts +4 -4
- package/dist/components/DragNDrop/DragNDropArea.d.ts +1 -1
- package/dist/components/DragNDrop/Draggable.d.ts +1 -1
- package/dist/components/DragNDrop/Droppable.d.ts +1 -1
- package/dist/components/Dropdown/index.d.ts +3 -3
- package/dist/components/ExternalPill/index.d.ts +3 -3
- package/dist/components/Facepile/index.d.ts +4 -3
- package/dist/components/GradientCircle/index.d.ts +1 -1
- package/dist/components/Grid/index.d.ts +4 -4
- package/dist/components/Heading/index.d.ts +2 -2
- package/dist/components/HighlightedText/index.d.ts +2 -2
- package/dist/components/Icon/index.d.ts +3 -3
- package/dist/components/Icon/names.d.ts +1 -1
- package/dist/components/IconButton/index.d.ts +3 -3
- package/dist/components/Input/index.d.ts +1 -1
- package/dist/components/KeyHint/index.d.ts +3 -3
- package/dist/components/LanguageIndicator/index.d.ts +1 -1
- package/dist/components/Link/index.d.ts +1 -1
- package/dist/components/Logo/Animated.d.ts +2 -2
- package/dist/components/Logo/index.d.ts +2 -2
- package/dist/components/Logo/svgs/index.d.ts +2 -2
- package/dist/components/Modal/index.d.ts +2 -2
- package/dist/components/PageHeader/index.d.ts +1 -1
- package/dist/components/Popover/index.d.ts +3 -3
- package/dist/components/PromptInput/index.d.ts +2 -2
- package/dist/components/PullRequestLink/index.d.ts +3 -3
- package/dist/components/ResizablePanel/index.d.ts +3 -3
- package/dist/components/Score/index.d.ts +1 -1
- package/dist/components/ScrollArea/index.d.ts +2 -2
- package/dist/components/SegmentedButton/index.d.ts +2 -2
- package/dist/components/Select/index.d.ts +2 -2
- package/dist/components/Separator/index.d.ts +1 -1
- package/dist/components/Skeleton/index.d.ts +1 -1
- package/dist/components/Stack/index.d.ts +6 -6
- package/dist/components/Subnav/index.d.ts +1 -1
- package/dist/components/Switch/index.d.ts +2 -2
- package/dist/components/Table/context/tableProvider.d.ts +1 -1
- package/dist/components/Table/index.d.ts +11 -11
- package/dist/components/Tabs/index.d.ts +2 -2
- package/dist/components/TargetLanguageIcon/index.d.ts +1 -1
- package/dist/components/Text/index.d.ts +6 -6
- package/dist/components/ThemeSwitcher/index.d.ts +2 -2
- package/dist/components/Timeline/index.d.ts +8 -8
- package/dist/components/Tooltip/index.d.ts +3 -3
- package/dist/components/UserAvatar/index.d.ts +1 -1
- package/dist/components/Wizard/index.d.ts +2 -2
- package/dist/components/WorkspaceSelector/CreateOrg.d.ts +1 -1
- package/dist/components/WorkspaceSelector/CreateWorkspace.d.ts +2 -1
- package/dist/components/WorkspaceSelector/OrgList.d.ts +1 -1
- package/dist/components/WorkspaceSelector/OrgSelector.d.ts +2 -1
- package/dist/components/WorkspaceSelector/RecentWorkspaces.d.ts +1 -1
- package/dist/components/WorkspaceSelector/ScrollingList.d.ts +2 -2
- package/dist/components/WorkspaceSelector/SearchBox.d.ts +2 -2
- package/dist/components/WorkspaceSelector/WorkspaceList.d.ts +1 -1
- package/dist/components/WorkspaceSelector/index.d.ts +2 -1
- package/dist/components/__beta__/CLIWizard/index.d.ts +3 -2
- package/dist/components/__beta__/CLIWizard/terminal-command.d.ts +3 -9
- package/dist/components/__beta__/CLIWizard/terminal.d.ts +4 -4
- package/dist/context/ConfigContext.d.ts +1 -1
- package/dist/context/ModalContext.d.ts +2 -2
- package/dist/context/theme.d.ts +1 -1
- package/dist/createCustomLucideIcon-BSnVssGH.mjs.map +1 -1
- package/dist/gems-CjrcvmBL.mjs.map +1 -1
- package/dist/go-CMa98Edn.mjs.map +1 -1
- package/dist/hooks/useTheme.d.ts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/lib/responsiveMappers.d.ts +1 -1
- package/dist/lib/storybookUtils.d.ts +2 -2
- package/dist/lib/typeUtils.d.ts +1 -1
- package/dist/maven-BhPvGLiR.mjs.map +1 -1
- package/dist/moonshine.css +1 -1
- package/dist/moonshine.es.js +2239 -2244
- package/dist/moonshine.es.js.map +1 -1
- package/dist/npm-BNJZqB_6.mjs.map +1 -1
- package/dist/nuget-DigVDFf0.mjs.map +1 -1
- package/dist/packagist-DvGLhkI-.mjs.map +1 -1
- package/dist/pypi-Cj9893_x.mjs.map +1 -1
- package/dist/types.d.ts +1 -1
- package/dist/utils-DnjhZJTm.mjs.map +1 -1
- package/package.json +17 -16
- package/src/base.css +281 -271
- package/src/global.css +16 -8
- package/src/utilities.css +0 -1
- package/types/utilities.d.ts +1 -1
|
@@ -13,13 +13,13 @@ export interface PaneProps extends ComponentProps<typeof Panel> {
|
|
|
13
13
|
className?: string;
|
|
14
14
|
panelRef?: React.LegacyRef<ImperativePanelHandle>;
|
|
15
15
|
}
|
|
16
|
-
declare const ResizablePanelWithSubcomponents: (({ children, className, useDefaultHandle, onLayout, ...props }: ResizablePanelProps) =>
|
|
16
|
+
declare const ResizablePanelWithSubcomponents: (({ children, className, useDefaultHandle, onLayout, ...props }: ResizablePanelProps) => React.JSX.Element) & {
|
|
17
17
|
Pane: {
|
|
18
|
-
({ children, className, panelRef, ...props }: PaneProps):
|
|
18
|
+
({ children, className, panelRef, ...props }: PaneProps): React.JSX.Element;
|
|
19
19
|
displayName: string;
|
|
20
20
|
};
|
|
21
21
|
ResizeHandle: {
|
|
22
|
-
({ children, ...props }: ResizeHandleProps):
|
|
22
|
+
({ children, ...props }: ResizeHandleProps): React.JSX.Element;
|
|
23
23
|
displayName: string;
|
|
24
24
|
};
|
|
25
25
|
};
|
|
@@ -33,5 +33,5 @@ export interface ScoreProps {
|
|
|
33
33
|
animationDuration?: number;
|
|
34
34
|
className?: string;
|
|
35
35
|
}
|
|
36
|
-
export declare function Score({ score, size, showLabel, trackColor, thresholds, animate, animationDuration, className, }: ScoreProps): import("react
|
|
36
|
+
export declare function Score({ score, size, showLabel, trackColor, thresholds, animate, animationDuration, className, }: ScoreProps): import("react").JSX.Element;
|
|
37
37
|
export {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as React from
|
|
2
|
-
import * as ScrollAreaPrimitive from
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import * as ScrollAreaPrimitive from "@radix-ui/react-scroll-area";
|
|
3
3
|
declare const ScrollArea: React.ForwardRefExoticComponent<Omit<ScrollAreaPrimitive.ScrollAreaProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
4
4
|
declare const ScrollBar: React.ForwardRefExoticComponent<Omit<ScrollAreaPrimitive.ScrollAreaScrollbarProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
5
5
|
export { ScrollArea, ScrollBar };
|
|
@@ -13,11 +13,11 @@ export interface SegmentedButtonItemProps extends MotionProps {
|
|
|
13
13
|
onClick?: React.MouseEventHandler<HTMLButtonElement>;
|
|
14
14
|
}
|
|
15
15
|
export declare const SegmentedButton: {
|
|
16
|
-
({ children, className }: SegmentedButtonProps):
|
|
16
|
+
({ children, className }: SegmentedButtonProps): React.JSX.Element;
|
|
17
17
|
displayName: string;
|
|
18
18
|
} & {
|
|
19
19
|
Item: {
|
|
20
|
-
({ children, className, highlighted, ...props }: SegmentedButtonItemProps):
|
|
20
|
+
({ children, className, highlighted, ...props }: SegmentedButtonItemProps): React.JSX.Element;
|
|
21
21
|
displayName: string;
|
|
22
22
|
};
|
|
23
23
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as React from
|
|
2
|
-
import * as SelectPrimitive from
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import * as SelectPrimitive from "@radix-ui/react-select";
|
|
3
3
|
declare const Select: React.FC<SelectPrimitive.SelectProps>;
|
|
4
4
|
declare const SelectGroup: React.ForwardRefExoticComponent<SelectPrimitive.SelectGroupProps & React.RefAttributes<HTMLDivElement>>;
|
|
5
5
|
declare const SelectValue: React.ForwardRefExoticComponent<SelectPrimitive.SelectValueProps & React.RefAttributes<HTMLSpanElement>>;
|
|
@@ -3,4 +3,4 @@ export interface SeparatorProps {
|
|
|
3
3
|
orientation?: Orientation;
|
|
4
4
|
className?: string;
|
|
5
5
|
}
|
|
6
|
-
export declare function Separator({ orientation, className, }: SeparatorProps): import("react
|
|
6
|
+
export declare function Separator({ orientation, className, }: SeparatorProps): import("react").JSX.Element;
|
|
@@ -24,4 +24,4 @@ export interface SkeletonProps {
|
|
|
24
24
|
*/
|
|
25
25
|
className?: string;
|
|
26
26
|
}
|
|
27
|
-
export declare function Skeleton({ children, className }: SkeletonProps): import("react
|
|
27
|
+
export declare function Skeleton({ children, className }: SkeletonProps): import("react").JSX.Element;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
2
|
import { Gap, Padding, ResponsiveValue } from '../../types';
|
|
3
|
-
type StackDirection =
|
|
4
|
-
type StackAlign =
|
|
5
|
-
type StackJustify =
|
|
6
|
-
type StackWrap =
|
|
3
|
+
type StackDirection = "horizontal" | "vertical";
|
|
4
|
+
type StackAlign = "stretch" | "start" | "center" | "end" | "baseline";
|
|
5
|
+
type StackJustify = "start" | "center" | "end" | "space-between" | "space-evenly";
|
|
6
|
+
type StackWrap = "wrap" | "nowrap";
|
|
7
7
|
export interface StackProps {
|
|
8
8
|
children: React.ReactNode;
|
|
9
9
|
/** Specify the orientation for the stack container */
|
|
@@ -20,9 +20,9 @@ export interface StackProps {
|
|
|
20
20
|
wrap?: ResponsiveValue<StackWrap>;
|
|
21
21
|
className?: string;
|
|
22
22
|
}
|
|
23
|
-
export declare function Stack({ children, direction, gap, padding, align, justify, wrap, className, }: StackProps):
|
|
23
|
+
export declare function Stack({ children, direction, gap, padding, align, justify, wrap, className, }: StackProps): React.JSX.Element;
|
|
24
24
|
export declare namespace Stack {
|
|
25
|
-
var Item: ({ children, grow, className }: StackItemProps) =>
|
|
25
|
+
var Item: ({ children, grow, className }: StackItemProps) => React.JSX.Element;
|
|
26
26
|
}
|
|
27
27
|
interface StackItemProps {
|
|
28
28
|
children: React.ReactNode;
|
|
@@ -9,4 +9,4 @@ export interface SubnavProps {
|
|
|
9
9
|
renderItem: (item: SubnavItem) => React.ReactNode;
|
|
10
10
|
className?: string;
|
|
11
11
|
}
|
|
12
|
-
export declare function Subnav({ items, renderItem, className }: SubnavProps): import("react
|
|
12
|
+
export declare function Subnav({ items, renderItem, className }: SubnavProps): import("react").JSX.Element;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as React from
|
|
2
|
-
import * as SwitchPrimitives from
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import * as SwitchPrimitives from "@radix-ui/react-switch";
|
|
3
3
|
declare const Switch: React.ForwardRefExoticComponent<Omit<SwitchPrimitives.SwitchProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
|
|
4
4
|
export { Switch, type SwitchPrimitives as SwitchProps };
|
|
@@ -3,4 +3,4 @@ export interface TableProviderProps {
|
|
|
3
3
|
depth: number;
|
|
4
4
|
expandedRowKeys?: Set<string | number>;
|
|
5
5
|
}
|
|
6
|
-
export declare function TableProvider({ children, depth, expandedRowKeys: defaultExpanded, }: TableProviderProps): import("react
|
|
6
|
+
export declare function TableProvider({ children, depth, expandedRowKeys: defaultExpanded, }: TableProviderProps): import("react").JSX.Element;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { default as React, PropsWithChildren, ReactNode } from 'react';
|
|
2
|
-
export type SortDirection =
|
|
2
|
+
export type SortDirection = "asc" | "desc";
|
|
3
3
|
export type SortValue = string | number | boolean | Date | null | undefined;
|
|
4
4
|
type ColumnKey<T extends object> = keyof T | string;
|
|
5
5
|
export type SortDescriptor = {
|
|
@@ -11,7 +11,7 @@ type BaseColumn<T extends object> = {
|
|
|
11
11
|
id?: string;
|
|
12
12
|
header: ReactNode;
|
|
13
13
|
render?: (row: T) => ReactNode;
|
|
14
|
-
width?: `${number}fr` | `${number}px` |
|
|
14
|
+
width?: `${number}fr` | `${number}px` | "auto" | undefined;
|
|
15
15
|
};
|
|
16
16
|
export type SortableColumn<T extends object> = BaseColumn<T> & {
|
|
17
17
|
sortable: true;
|
|
@@ -31,7 +31,7 @@ export type Group<T extends object> = {
|
|
|
31
31
|
items: T[];
|
|
32
32
|
[k: string]: unknown;
|
|
33
33
|
};
|
|
34
|
-
type CellPadding =
|
|
34
|
+
type CellPadding = "normal" | "condensed" | "spacious";
|
|
35
35
|
type PropsWithChildrenAndClassName = PropsWithChildren<{
|
|
36
36
|
className?: string;
|
|
37
37
|
}>;
|
|
@@ -55,14 +55,14 @@ export type TableWrapperProps<T extends object> = PropsWithChildrenAndClassName
|
|
|
55
55
|
columns: Column<T>[];
|
|
56
56
|
cellPadding?: CellPadding;
|
|
57
57
|
};
|
|
58
|
-
declare function TableRoot<T extends object>(props: TableProps<T> | TableWrapperProps<T>):
|
|
58
|
+
declare function TableRoot<T extends object>(props: TableProps<T> | TableWrapperProps<T>): React.JSX.Element;
|
|
59
59
|
type HeaderProps<T extends object> = {
|
|
60
60
|
columns: Column<T>[];
|
|
61
61
|
sort?: SortDescriptor | null;
|
|
62
62
|
onSortChange?: (sort: SortDescriptor | null) => void;
|
|
63
63
|
className?: string;
|
|
64
64
|
};
|
|
65
|
-
declare function Header<T extends object>(props: HeaderProps<T> | PropsWithChildrenAndClassName):
|
|
65
|
+
declare function Header<T extends object>(props: HeaderProps<T> | PropsWithChildrenAndClassName): React.JSX.Element;
|
|
66
66
|
type BodyProps<T extends object> = {
|
|
67
67
|
columns: Column<T>[];
|
|
68
68
|
data: T[] | Group<T>[];
|
|
@@ -85,7 +85,7 @@ type RowProps<T extends object> = {
|
|
|
85
85
|
type RowContainerProps = {
|
|
86
86
|
onClick?: () => void;
|
|
87
87
|
} & PropsWithChildrenAndClassName;
|
|
88
|
-
declare function Row<T extends object>(props: RowProps<T> | RowContainerProps):
|
|
88
|
+
declare function Row<T extends object>(props: RowProps<T> | RowContainerProps): React.JSX.Element;
|
|
89
89
|
declare function RowGroup<T extends object>({ group, columns, rowKey, renderGroupHeader, className, onRowClick, }: {
|
|
90
90
|
group: Group<T>;
|
|
91
91
|
columns: Column<T>[];
|
|
@@ -93,25 +93,25 @@ declare function RowGroup<T extends object>({ group, columns, rowKey, renderGrou
|
|
|
93
93
|
renderGroupHeader?: (group: Group<T>) => ReactNode;
|
|
94
94
|
className?: string;
|
|
95
95
|
onRowClick?: (row: T) => void;
|
|
96
|
-
}):
|
|
96
|
+
}): React.JSX.Element;
|
|
97
97
|
type CellProps<T extends object> = {
|
|
98
98
|
row: T;
|
|
99
99
|
column: Column<T>;
|
|
100
100
|
className?: string;
|
|
101
101
|
};
|
|
102
|
-
declare function Cell<T extends object>(props: CellProps<T> | PropsWithChildrenAndClassName):
|
|
103
|
-
declare function NoResultsMessage({ className, children, }: PropsWithChildrenAndClassName):
|
|
102
|
+
declare function Cell<T extends object>(props: CellProps<T> | PropsWithChildrenAndClassName): React.JSX.Element;
|
|
103
|
+
declare function NoResultsMessage({ className, children, }: PropsWithChildrenAndClassName): React.JSX.Element;
|
|
104
104
|
type HeaderCellProps = React.ThHTMLAttributes<HTMLTableCellElement> & PropsWithChildren<{
|
|
105
105
|
className?: string;
|
|
106
106
|
}>;
|
|
107
|
-
declare function HeaderCell({ className, children, ...props }: HeaderCellProps):
|
|
107
|
+
declare function HeaderCell({ className, children, ...props }: HeaderCellProps): React.JSX.Element;
|
|
108
108
|
export declare const Table: typeof TableRoot & {
|
|
109
109
|
Header: typeof Header & {
|
|
110
110
|
Cell: typeof HeaderCell;
|
|
111
111
|
};
|
|
112
112
|
Body: <T extends object>(props: {
|
|
113
113
|
ref?: React.ForwardedRef<HTMLTableSectionElement>;
|
|
114
|
-
} & (BodyProps<T> | PropsWithChildrenAndClassName)) =>
|
|
114
|
+
} & (BodyProps<T> | PropsWithChildrenAndClassName)) => React.ReactElement;
|
|
115
115
|
Row: typeof Row;
|
|
116
116
|
Cell: typeof Cell;
|
|
117
117
|
RowGroup: typeof RowGroup;
|
|
@@ -12,10 +12,10 @@ export interface TabsProps<I extends string> {
|
|
|
12
12
|
onTabChange: (identifier: I) => void;
|
|
13
13
|
className?: string;
|
|
14
14
|
}
|
|
15
|
-
export declare function Tabs<I extends string>({ children, selectedTab, onTabChange, className, }: TabsProps<I>):
|
|
15
|
+
export declare function Tabs<I extends string>({ children, selectedTab, onTabChange, className, }: TabsProps<I>): React.JSX.Element;
|
|
16
16
|
export declare namespace Tabs {
|
|
17
17
|
var Tab: {
|
|
18
|
-
<I extends string>({ children, active, onClick, className, }: TabProps<I>):
|
|
18
|
+
<I extends string>({ children, active, onClick, className, }: TabProps<I>): React.JSX.Element;
|
|
19
19
|
displayName: string;
|
|
20
20
|
};
|
|
21
21
|
}
|
|
@@ -4,4 +4,4 @@ export interface TargetLanguageIconProps {
|
|
|
4
4
|
size?: Size;
|
|
5
5
|
className?: string;
|
|
6
6
|
}
|
|
7
|
-
export declare function TargetLanguageIcon({ language, size, className, }: TargetLanguageIconProps): import("react
|
|
7
|
+
export declare function TargetLanguageIcon({ language, size, className, }: TargetLanguageIconProps): import("react").JSX.Element;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ReactNode } from 'react';
|
|
2
|
-
export type TextVariant =
|
|
3
|
-
type TextElement =
|
|
4
|
-
type TextWhitespace =
|
|
2
|
+
export type TextVariant = "lg" | "md" | "sm" | "xs";
|
|
3
|
+
type TextElement = "p" | "span" | "div" | "label";
|
|
4
|
+
type TextWhitespace = "normal" | "nowrap";
|
|
5
5
|
export type TextProps = {
|
|
6
6
|
children: ReactNode;
|
|
7
7
|
variant?: TextVariant;
|
|
@@ -9,11 +9,11 @@ export type TextProps = {
|
|
|
9
9
|
whiteSpace?: TextWhitespace;
|
|
10
10
|
className?: string;
|
|
11
11
|
} & ({
|
|
12
|
-
as?: Exclude<TextElement,
|
|
12
|
+
as?: Exclude<TextElement, "label">;
|
|
13
13
|
htmlFor?: never;
|
|
14
14
|
} | {
|
|
15
|
-
as:
|
|
15
|
+
as: "label";
|
|
16
16
|
htmlFor?: string;
|
|
17
17
|
});
|
|
18
|
-
export declare function Text({ children, variant, as: Component, muted, whiteSpace, className, htmlFor, }: TextProps): import("react
|
|
18
|
+
export declare function Text({ children, variant, as: Component, muted, whiteSpace, className, htmlFor, }: TextProps): import("react").JSX.Element;
|
|
19
19
|
export {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export interface ThemeSwitcherProps {
|
|
2
2
|
onThemeSwitch?: (theme: string) => void;
|
|
3
3
|
className?: string;
|
|
4
|
-
orientation?:
|
|
4
|
+
orientation?: "horizontal" | "vertical";
|
|
5
5
|
}
|
|
6
|
-
export declare function ThemeSwitcher({ className, onThemeSwitch, orientation, }: ThemeSwitcherProps): import("react
|
|
6
|
+
export declare function ThemeSwitcher({ className, onThemeSwitch, orientation, }: ThemeSwitcherProps): import("react").JSX.Element;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ReactNode } from 'react';
|
|
1
|
+
import { default as React, ReactNode } from 'react';
|
|
2
2
|
export interface TimelineItemProps {
|
|
3
3
|
icon?: ReactNode;
|
|
4
4
|
children: ReactNode;
|
|
@@ -7,29 +7,29 @@ export interface TimelineItemProps {
|
|
|
7
7
|
isLast?: boolean;
|
|
8
8
|
setsize?: number;
|
|
9
9
|
}
|
|
10
|
-
declare function TimelineItem({ icon, children, className, index, isLast, setsize, }: TimelineItemProps):
|
|
10
|
+
declare function TimelineItem({ icon, children, className, index, isLast, setsize, }: TimelineItemProps): React.JSX.Element;
|
|
11
11
|
export interface TimelineContentProps {
|
|
12
12
|
children: ReactNode;
|
|
13
13
|
className?: string;
|
|
14
14
|
isLast?: boolean;
|
|
15
15
|
}
|
|
16
|
-
declare function TimelineContent({ children, className, isLast, }: TimelineContentProps):
|
|
16
|
+
declare function TimelineContent({ children, className, isLast, }: TimelineContentProps): React.JSX.Element;
|
|
17
17
|
export interface TimelineTitleProps {
|
|
18
18
|
children: ReactNode;
|
|
19
19
|
className?: string;
|
|
20
|
-
as?:
|
|
20
|
+
as?: "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "div";
|
|
21
21
|
}
|
|
22
|
-
declare function TimelineTitle({ children, className, as, }: TimelineTitleProps):
|
|
22
|
+
declare function TimelineTitle({ children, className, as, }: TimelineTitleProps): React.JSX.Element;
|
|
23
23
|
export interface TimelineDescriptionProps {
|
|
24
24
|
children: ReactNode;
|
|
25
25
|
className?: string;
|
|
26
26
|
}
|
|
27
|
-
declare function TimelineDescription({ children, className, }: TimelineDescriptionProps):
|
|
27
|
+
declare function TimelineDescription({ children, className, }: TimelineDescriptionProps): React.JSX.Element;
|
|
28
28
|
export interface TimelineTimestampProps {
|
|
29
29
|
children: ReactNode;
|
|
30
30
|
className?: string;
|
|
31
31
|
}
|
|
32
|
-
declare function TimelineTimestamp({ children, className }: TimelineTimestampProps):
|
|
32
|
+
declare function TimelineTimestamp({ children, className }: TimelineTimestampProps): React.JSX.Element;
|
|
33
33
|
export interface TimelineSeparatorProps {
|
|
34
34
|
className?: string;
|
|
35
35
|
}
|
|
@@ -38,7 +38,7 @@ export interface TimelineRootProps {
|
|
|
38
38
|
className?: string;
|
|
39
39
|
hasMore?: boolean;
|
|
40
40
|
}
|
|
41
|
-
declare function TimelineRoot({ children, className, hasMore, }: TimelineRootProps):
|
|
41
|
+
declare function TimelineRoot({ children, className, hasMore, }: TimelineRootProps): React.JSX.Element;
|
|
42
42
|
declare const Timeline: typeof TimelineRoot & {
|
|
43
43
|
Item: typeof TimelineItem;
|
|
44
44
|
Content: typeof TimelineContent;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as React from
|
|
2
|
-
import * as TooltipPrimitive from
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import * as TooltipPrimitive from "@radix-ui/react-tooltip";
|
|
3
3
|
declare const TooltipProvider: React.FC<TooltipPrimitive.TooltipProviderProps>;
|
|
4
4
|
export interface TooltipProps {
|
|
5
5
|
children?: React.ReactNode;
|
|
@@ -20,7 +20,7 @@ export interface TooltipProps {
|
|
|
20
20
|
disableHoverableContent?: boolean;
|
|
21
21
|
}
|
|
22
22
|
declare const Tooltip: {
|
|
23
|
-
(props: TooltipProps):
|
|
23
|
+
(props: TooltipProps): React.JSX.Element;
|
|
24
24
|
displayName: string;
|
|
25
25
|
};
|
|
26
26
|
declare const TooltipTrigger: React.ForwardRefExoticComponent<TooltipPrimitive.TooltipTriggerProps & React.RefAttributes<HTMLButtonElement>>;
|
|
@@ -6,4 +6,4 @@ export interface UserAvatarProps {
|
|
|
6
6
|
border?: boolean;
|
|
7
7
|
className?: string;
|
|
8
8
|
}
|
|
9
|
-
export declare function UserAvatar({ name, imageUrl, size, border, className, }: UserAvatarProps): import("react
|
|
9
|
+
export declare function UserAvatar({ name, imageUrl, size, border, className, }: UserAvatarProps): import("react").JSX.Element;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { WizardStep } from './types';
|
|
2
|
-
import * as React from
|
|
2
|
+
import * as React from "react";
|
|
3
3
|
export interface WizardProps {
|
|
4
4
|
/**
|
|
5
5
|
* The steps to display in the wizard
|
|
@@ -16,4 +16,4 @@ export interface WizardProps {
|
|
|
16
16
|
headerContent: (completedSteps: number[], steps: WizardStep[]) => React.ReactNode;
|
|
17
17
|
className?: string;
|
|
18
18
|
}
|
|
19
|
-
export declare function Wizard({ steps, currentStep, completedSteps, headerContent, className, }: WizardProps):
|
|
19
|
+
export declare function Wizard({ steps, currentStep, completedSteps, headerContent, className, }: WizardProps): React.JSX.Element;
|
|
@@ -2,5 +2,5 @@ import { Org } from '.';
|
|
|
2
2
|
interface CreateOrgProps {
|
|
3
3
|
onSubmit: (name: string) => Promise<Org>;
|
|
4
4
|
}
|
|
5
|
-
export declare function CreateOrg({ onSubmit }: CreateOrgProps): import("react
|
|
5
|
+
export declare function CreateOrg({ onSubmit }: CreateOrgProps): import("react").JSX.Element;
|
|
6
6
|
export {};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
1
2
|
import { Org } from '.';
|
|
2
3
|
export interface CreateResult {
|
|
3
4
|
success: boolean;
|
|
@@ -13,5 +14,5 @@ interface CreateWorkspaceProps {
|
|
|
13
14
|
setNewWorkspaceName: (name: string) => void;
|
|
14
15
|
backButtonEnabled?: boolean;
|
|
15
16
|
}
|
|
16
|
-
export declare function CreateWorkspace({ open, selectedOrg, allOrgs, onBack, onSubmit, newWorkspaceName, setNewWorkspaceName, backButtonEnabled, }: CreateWorkspaceProps):
|
|
17
|
+
export declare function CreateWorkspace({ open, selectedOrg, allOrgs, onBack, onSubmit, newWorkspaceName, setNewWorkspaceName, backButtonEnabled, }: CreateWorkspaceProps): React.JSX.Element;
|
|
17
18
|
export {};
|
|
@@ -8,5 +8,5 @@ interface OrgListProps {
|
|
|
8
8
|
onSelectRecent: () => void;
|
|
9
9
|
filterOrgFunc: (org: Org, search: string) => boolean;
|
|
10
10
|
}
|
|
11
|
-
export declare function OrgList({ orgs, showRecents, selectedOrg, setSelectedOrg, enableRecents, onSelectRecent, filterOrgFunc, }: OrgListProps): import("react
|
|
11
|
+
export declare function OrgList({ orgs, showRecents, selectedOrg, setSelectedOrg, enableRecents, onSelectRecent, filterOrgFunc, }: OrgListProps): import("react").JSX.Element;
|
|
12
12
|
export {};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { Org } from '.';
|
|
2
|
+
import * as React from "react";
|
|
2
3
|
interface OrgSelectorProps {
|
|
3
4
|
orgs: Org[];
|
|
4
5
|
selectedOrg: Org | null;
|
|
@@ -9,5 +10,5 @@ interface OrgSelectorProps {
|
|
|
9
10
|
emptyText?: string;
|
|
10
11
|
searchPlaceholder?: string;
|
|
11
12
|
}
|
|
12
|
-
export declare function OrgSelector({ orgs, selectedOrg, onSelect, searchable, error, errorText, emptyText, searchPlaceholder, }: OrgSelectorProps):
|
|
13
|
+
export declare function OrgSelector({ orgs, selectedOrg, onSelect, searchable, error, errorText, emptyText, searchPlaceholder, }: OrgSelectorProps): React.JSX.Element;
|
|
13
14
|
export {};
|
|
@@ -7,5 +7,5 @@ interface RecentWorkspacesProps {
|
|
|
7
7
|
selectedWorkspace: Workspace | null;
|
|
8
8
|
handleCreateViewOpen: () => void;
|
|
9
9
|
}
|
|
10
|
-
export declare function RecentWorkspaces({ orgsWithFilteredWorkspaces, onSelect, fullWidth, selectedOrg, selectedWorkspace, handleCreateViewOpen, }: RecentWorkspacesProps): import("react
|
|
10
|
+
export declare function RecentWorkspaces({ orgsWithFilteredWorkspaces, onSelect, fullWidth, selectedOrg, selectedWorkspace, handleCreateViewOpen, }: RecentWorkspacesProps): import("react").JSX.Element;
|
|
11
11
|
export {};
|
|
@@ -3,7 +3,7 @@ import { GroupedVirtuosoHandle, VirtuosoHandle } from 'react-virtuoso';
|
|
|
3
3
|
interface ScrollingListProps<T> {
|
|
4
4
|
items: T[];
|
|
5
5
|
renderItem: (item: T) => React.ReactNode;
|
|
6
|
-
ref?: React.
|
|
6
|
+
ref?: React.Ref<VirtuosoHandle>;
|
|
7
7
|
}
|
|
8
8
|
export declare const ScrollingList: <T>(props: ScrollingListProps<T> & React.RefAttributes<VirtuosoHandle>) => React.ReactNode | null;
|
|
9
9
|
interface GroupedScrollingListProps<G> {
|
|
@@ -15,7 +15,7 @@ interface GroupedScrollingListProps<G> {
|
|
|
15
15
|
groupCounts: number[];
|
|
16
16
|
renderGroupHeader: (group: G) => React.ReactNode;
|
|
17
17
|
renderItem: (group: G, itemIndex: number) => React.ReactNode;
|
|
18
|
-
ref?: React.
|
|
18
|
+
ref?: React.Ref<GroupedVirtuosoHandle>;
|
|
19
19
|
}
|
|
20
20
|
export declare const GroupedScrollingList: <G>(props: GroupedScrollingListProps<G> & React.RefAttributes<GroupedVirtuosoHandle>) => React.ReactNode | null;
|
|
21
21
|
export {};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { RefObject } from 'react';
|
|
2
2
|
interface SearchBoxProps {
|
|
3
|
-
inputRef: RefObject<HTMLInputElement>;
|
|
3
|
+
inputRef: RefObject<HTMLInputElement | null>;
|
|
4
4
|
search: string;
|
|
5
5
|
setSearch: (search: string) => void;
|
|
6
6
|
placeholder: string;
|
|
7
7
|
}
|
|
8
|
-
export declare function SearchBox({ inputRef, search, setSearch, placeholder, }: SearchBoxProps): import("react
|
|
8
|
+
export declare function SearchBox({ inputRef, search, setSearch, placeholder, }: SearchBoxProps): import("react").JSX.Element;
|
|
9
9
|
export {};
|
|
@@ -7,5 +7,5 @@ interface WorkspaceListProps {
|
|
|
7
7
|
enableCreate?: boolean;
|
|
8
8
|
filterWorkspaceFunc: (workspace: Workspace, search: string) => boolean;
|
|
9
9
|
}
|
|
10
|
-
export declare function WorkspaceList({ selectedOrg, selectedWorkspace, handleCreateViewOpen, handleSelect, enableCreate, filterWorkspaceFunc, }: WorkspaceListProps): import("react
|
|
10
|
+
export declare function WorkspaceList({ selectedOrg, selectedWorkspace, handleCreateViewOpen, handleSelect, enableCreate, filterWorkspaceFunc, }: WorkspaceListProps): import("react").JSX.Element;
|
|
11
11
|
export {};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { CreateResult } from './CreateWorkspace';
|
|
2
2
|
import { GlobalWorkspaceSelectorProps } from '../../types';
|
|
3
|
+
import * as React from "react";
|
|
3
4
|
export interface Org {
|
|
4
5
|
id: string;
|
|
5
6
|
label: string;
|
|
@@ -38,5 +39,5 @@ export type WorkspaceSelectorProps = WorkspaceSelectorBaseProps & ({
|
|
|
38
39
|
showCreateWorkspaceView?: false;
|
|
39
40
|
defaultSelectedOrg?: Org;
|
|
40
41
|
});
|
|
41
|
-
export declare function WorkspaceSelector({ orgs, onSelect, onCreate, emptyText, recents, height, onCreateOrg, createTriggersSelection, showCreateWorkspaceView, defaultSelectedOrg, filterOrgFunc, filterWorkspaceFunc, }: WorkspaceSelectorProps):
|
|
42
|
+
export declare function WorkspaceSelector({ orgs, onSelect, onCreate, emptyText, recents, height, onCreateOrg, createTriggersSelection, showCreateWorkspaceView, defaultSelectedOrg, filterOrgFunc, filterWorkspaceFunc, }: WorkspaceSelectorProps): React.JSX.Element;
|
|
42
43
|
export {};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { WizardStep } from '../../Wizard/types';
|
|
2
|
+
import * as React from "react";
|
|
2
3
|
/**
|
|
3
4
|
* TODO before moving out of beta:
|
|
4
5
|
* - Replace all these hardcoded colors with our design tokens:
|
|
@@ -14,6 +15,6 @@ export interface CLIWizardProps {
|
|
|
14
15
|
}
|
|
15
16
|
export declare const ExpandChevron: ({ isCollapsed, }: {
|
|
16
17
|
isCollapsed: boolean | undefined;
|
|
17
|
-
}) =>
|
|
18
|
-
export declare function CLIWizard({ steps, currentStep, completedSteps, onStepComplete, }: CLIWizardProps):
|
|
18
|
+
}) => React.JSX.Element;
|
|
19
|
+
export declare function CLIWizard({ steps, currentStep, completedSteps, onStepComplete, }: CLIWizardProps): React.JSX.Element;
|
|
19
20
|
export default CLIWizard;
|
|
@@ -1,19 +1,13 @@
|
|
|
1
|
-
|
|
2
|
-
* TODO: Clean up before moving out of beta
|
|
3
|
-
* - Replace hardcoded colors with our tokens (the green highlight, hover states, etc)
|
|
4
|
-
* - Use our standard font size tokens instead of hardcoding small/medium/large
|
|
5
|
-
* - Add loading state for copy action
|
|
6
|
-
* - Add an animation around the active command
|
|
7
|
-
*/
|
|
1
|
+
import { default as React } from 'react';
|
|
8
2
|
interface TerminalCommandProps {
|
|
9
3
|
code: string;
|
|
10
4
|
language: string;
|
|
11
5
|
onSelectOrCopy?: () => void;
|
|
12
6
|
copyable?: boolean;
|
|
13
|
-
fontSize?:
|
|
7
|
+
fontSize?: "small" | "medium" | "large";
|
|
14
8
|
isActive?: boolean;
|
|
15
9
|
comment?: string;
|
|
16
10
|
path?: string;
|
|
17
11
|
}
|
|
18
|
-
export declare function TerminalCommand({ code, onSelectOrCopy, copyable, fontSize, isActive, comment, path, }: TerminalCommandProps):
|
|
12
|
+
export declare function TerminalCommand({ code, onSelectOrCopy, copyable, fontSize, isActive, comment, path, }: TerminalCommandProps): React.JSX.Element;
|
|
19
13
|
export {};
|
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
* - All the terminal chrome colors (#27272a, #000000, etc)
|
|
5
5
|
* - Use different colors for the termainal window, may offend windows users
|
|
6
6
|
*/
|
|
7
|
-
import * as React from
|
|
7
|
+
import * as React from "react";
|
|
8
8
|
interface TerminalProps {
|
|
9
9
|
children: React.ReactNode;
|
|
10
10
|
path?: string;
|
|
11
11
|
}
|
|
12
|
-
export declare function Terminal({ children, path }: TerminalProps):
|
|
12
|
+
export declare function Terminal({ children, path }: TerminalProps): React.JSX.Element;
|
|
13
13
|
interface TerminalPromptProps {
|
|
14
14
|
path?: string;
|
|
15
15
|
branch?: string;
|
|
@@ -17,10 +17,10 @@ interface TerminalPromptProps {
|
|
|
17
17
|
isActive?: boolean;
|
|
18
18
|
time?: string;
|
|
19
19
|
}
|
|
20
|
-
export declare function TerminalPrompt({ path, branch, children, time, }: TerminalPromptProps):
|
|
20
|
+
export declare function TerminalPrompt({ path, branch, children, time, }: TerminalPromptProps): React.JSX.Element;
|
|
21
21
|
interface TerminalOutputProps {
|
|
22
22
|
children: React.ReactNode;
|
|
23
23
|
className?: string;
|
|
24
24
|
}
|
|
25
|
-
export declare function TerminalOutput({ children, className }: TerminalOutputProps):
|
|
25
|
+
export declare function TerminalOutput({ children, className }: TerminalOutputProps): React.JSX.Element;
|
|
26
26
|
export {};
|
|
@@ -15,4 +15,4 @@ export interface MoonshineConfigProviderProps extends ConfigContextType {
|
|
|
15
15
|
* @param {function(Theme): void} setTheme - Function to update the theme
|
|
16
16
|
* @returns {React.ReactNode} - The components wrapped by the MoonshineConfigProvider.
|
|
17
17
|
*/
|
|
18
|
-
export declare function MoonshineConfigProvider({ children, theme, setTheme, }: MoonshineConfigProviderProps): import("react
|
|
18
|
+
export declare function MoonshineConfigProvider({ children, theme, setTheme, }: MoonshineConfigProviderProps): import("react").JSX.Element;
|
|
@@ -13,10 +13,10 @@ type ModalContextType = {
|
|
|
13
13
|
navigateTo: (index: number) => void;
|
|
14
14
|
pushScreen: (screen: Screen) => void;
|
|
15
15
|
popScreen: () => void;
|
|
16
|
-
navigationDirection:
|
|
16
|
+
navigationDirection: "forward" | "backward";
|
|
17
17
|
};
|
|
18
18
|
export declare const ModalContext: import('react').Context<ModalContextType | undefined>;
|
|
19
19
|
export declare function ModalProvider({ children, }: {
|
|
20
20
|
children: ReactNode | ((props: ModalContextType) => ReactNode);
|
|
21
|
-
}): import("react
|
|
21
|
+
}): import("react").JSX.Element;
|
|
22
22
|
export {};
|
package/dist/context/theme.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export type Theme =
|
|
1
|
+
export type Theme = "light" | "dark";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createCustomLucideIcon-BSnVssGH.mjs","names":[],"sources":["../src/components/Icon/customIcons/createCustomLucideIcon.ts"],"sourcesContent":["import { cn, toKebabCase } from
|
|
1
|
+
{"version":3,"file":"createCustomLucideIcon-BSnVssGH.mjs","names":[],"sources":["../src/components/Icon/customIcons/createCustomLucideIcon.ts"],"sourcesContent":["import { cn, toKebabCase } from \"@/lib/utils\";\nimport { Icon, IconNode, LucideProps } from \"lucide-react\";\nimport { createElement, forwardRef } from \"react\";\n\nconst createCustomLucideIcon = (\n iconName: string,\n iconNode: IconNode,\n lucideProps?: Partial<LucideProps>,\n) => {\n const Component = forwardRef<SVGSVGElement, LucideProps>(\n ({ className, ...props }, ref) =>\n createElement(Icon, {\n ref,\n iconNode,\n className: cn(`lucide-${toKebabCase(iconName)}`, className),\n ...{ ...(lucideProps ?? {}), ...props },\n }),\n );\n\n Component.displayName = `${iconName}`;\n\n return Component;\n};\n\nexport default createCustomLucideIcon;\n"],"mappings":";;;AAIA,IAAM,IAAA,CACJ,GACA,GACA,MACG;AACH,QAAM,IAAY,EAAA,CACf,EAAE,WAAA,GAAW,GAAG,EAAA,GAAS,MACxB,EAAc,GAAM;AAAA,IAClB,KAAA;AAAA,IACA,UAAA;AAAA,IACA,WAAW,EAAG,UAAU,EAAY,CAAQ,CAAA,IAAK,CAAS;AAAA,IACrD,GAAI,KAAe,CAAC;AAAA,IAAI,GAAG;AAAA,EAClC,CAAC,CACL;AAEA,SAAA,EAAU,cAAc,GAAG,CAAA,IAEpB;AACT"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"gems-CjrcvmBL.mjs","names":[],"sources":["../src/components/Icon/customIcons/gems.ts"],"sourcesContent":["import { IconNode } from
|
|
1
|
+
{"version":3,"file":"gems-CjrcvmBL.mjs","names":[],"sources":["../src/components/Icon/customIcons/gems.ts"],"sourcesContent":["import { IconNode } from \"lucide-react\";\nimport createCustomLucideIcon from \"./createCustomLucideIcon\";\n\nconst iconNode: IconNode = [\n [\n \"path\",\n {\n d: \"M156.139 157.469L196.307 117.301L168.177 89.1397V89.0126H88.2885L88.4113 89.2582L88.2885 89.1354L60.6496 117.296L128.5 184.929\",\n key: \"path-1\",\n },\n ],\n [\n \"path\",\n {\n d: \"M128.5 14L29 71.0835V185.25L128.5 242.333L228 185.25V71.0829L128.5 14ZM208.96 174.341L128.5 220.767L48.0401 174.34V81.7386L128.5 35.3114L208.96 81.3762\",\n key: \"path-2\",\n },\n ],\n];\n\nconst icon = createCustomLucideIcon(\"gems\", iconNode, {\n viewBox: \"0 0 256 256\",\n fill: \"currentColor\",\n});\n\nexport { icon as default };\n"],"mappings":";AAoBA,IAAM,IAAO,EAAuB,QAAQ,CAhB1C,CACE,QACA;AAAA,EACE,GAAG;AAAA,EACH,KAAK;AACP,CACF,GACA,CACE,QACA;AAAA,EACE,GAAG;AAAA,EACH,KAAK;AACP,CACF,CAG0C,GAAU;AAAA,EACpD,SAAS;AAAA,EACT,MAAM;AACR,CAAC"}
|
package/dist/go-CMa98Edn.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"go-CMa98Edn.mjs","names":[],"sources":["../src/components/Icon/customIcons/go.ts"],"sourcesContent":["import { IconNode } from
|
|
1
|
+
{"version":3,"file":"go-CMa98Edn.mjs","names":[],"sources":["../src/components/Icon/customIcons/go.ts"],"sourcesContent":["import { IconNode } from \"lucide-react\";\nimport createCustomLucideIcon from \"./createCustomLucideIcon\";\n\nconst iconNode: IconNode = [\n [\n \"path\",\n {\n d: \"M11.156 54.829c-.243 0-.303-.122-.182-.303l1.273-1.637c.12-.182.424-.303.666-.303H34.55c.243 0 .303.182.182.364l-1.03 1.576c-.121.181-.424.363-.606.363zM2.004 60.404c-.242 0-.303-.12-.182-.303l1.273-1.636c.121-.182.424-.303.667-.303h27.636c.242 0 .364.182.303.364l-.485 1.454c-.06.243-.303.364-.545.364zM16.67 65.98c-.242 0-.302-.182-.181-.364l.848-1.515c.122-.182.364-.363.607-.363h12.12c.243 0 .364.181.364.424l-.12 1.454c0 .243-.243.425-.425.425zM79.58 53.738c-3.819.97-6.425 1.697-10.182 2.666-.91.243-.97.303-1.758-.606-.909-1.03-1.576-1.697-2.848-2.303-3.819-1.878-7.516-1.333-10.97.91-4.121 2.666-6.242 6.605-6.182 11.514.06 4.849 3.394 8.849 8.182 9.516 4.121.545 7.576-.91 10.303-4 .545-.667 1.03-1.394 1.636-2.243H56.064c-1.272 0-1.575-.788-1.151-1.818.788-1.879 2.242-5.03 3.09-6.606.183-.364.607-.97 1.516-.97h22.06c-.12 1.637-.12 3.273-.363 4.91-.667 4.363-2.303 8.363-4.97 11.878-4.364 5.758-10.06 9.333-17.273 10.303-5.939.788-11.454-.364-16.302-4-4.485-3.394-7.03-7.879-7.697-13.454-.788-6.606 1.151-12.546 5.151-17.758 4.303-5.636 10-9.212 16.97-10.485 5.697-1.03 11.151-.363 16.06 2.97 3.212 2.121 5.515 5.03 7.03 8.545.364.546.122.849-.606 1.03z\",\n key: \"path-1\",\n },\n ],\n [\n \"path\",\n {\n d: \"M99.64 87.253c-5.515-.122-10.546-1.697-14.788-5.334-3.576-3.09-5.818-7.03-6.545-11.697-1.091-6.848.787-12.909 4.909-18.302 4.424-5.819 9.757-8.849 16.97-10.122 6.181-1.09 12-.484 17.272 3.091 4.788 3.273 7.757 7.697 8.545 13.515 1.03 8.182-1.333 14.849-6.97 20.546-4 4.06-8.909 6.606-14.545 7.757-1.636.303-3.273.364-4.848.546zm14.424-24.485c-.06-.788-.06-1.394-.182-2-1.09-6-6.606-9.394-12.363-8.06-5.637 1.272-9.273 4.848-10.606 10.545-1.091 4.727 1.212 9.515 5.575 11.454 3.334 1.455 6.667 1.273 9.879-.363 4.788-2.485 7.394-6.364 7.697-11.576z\",\n key: \"path-2\",\n },\n ],\n];\n\nconst icon = createCustomLucideIcon(\"go\", iconNode, {\n viewBox: \"0 0 128 128\",\n fill: \"currentColor\",\n});\n\nexport { icon as default };\n"],"mappings":";AAoBA,IAAM,IAAO,EAAuB,MAAM,CAhBxC,CACE,QACA;AAAA,EACE,GAAG;AAAA,EACH,KAAK;AACP,CACF,GACA,CACE,QACA;AAAA,EACE,GAAG;AAAA,EACH,KAAK;AACP,CACF,CAGwC,GAAU;AAAA,EAClD,SAAS;AAAA,EACT,MAAM;AACR,CAAC"}
|
package/dist/hooks/useTheme.d.ts
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -40,7 +40,7 @@ export { sortTableData } from './components/Table/sorting';
|
|
|
40
40
|
export { Input, type InputProps } from './components/Input';
|
|
41
41
|
export { type SupportedLanguage, supportedLanguages, isSupportedLanguage, } from './types';
|
|
42
42
|
export { PageHeader, type PageHeaderProps } from './components/PageHeader';
|
|
43
|
-
export { ExternalPill, type ExternalPillProps } from './components/ExternalPill';
|
|
43
|
+
export { ExternalPill, type ExternalPillProps, } from './components/ExternalPill';
|
|
44
44
|
export { LanguageIndicator, type LanguageIndicatorProps, } from './components/LanguageIndicator';
|
|
45
45
|
export { PullRequestLink, type PullRequestLinkProps, } from './components/PullRequestLink';
|
|
46
46
|
export { Select, SelectGroup, SelectItem, SelectContent, SelectTrigger, SelectValue, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, } from './components/Select';
|