@speakeasy-api/moonshine 1.42.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 +4 -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/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 +1 -1
- 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 +10 -10
- 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/SearchBox.d.ts +1 -1
- 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 +2234 -2234
- 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 +12 -13
- 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
|
@@ -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 {};
|
|
@@ -5,5 +5,5 @@ interface SearchBoxProps {
|
|
|
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';
|
|
@@ -4,7 +4,7 @@ export declare const gapMapper: (gap: Gap) => string;
|
|
|
4
4
|
export declare const paddingMapper: (padding: Padding) => string;
|
|
5
5
|
export declare const colSpanMapper: (colSpan: number) => string;
|
|
6
6
|
export declare const alignmentMapper: (alignment: Alignment) => string;
|
|
7
|
-
declare const justifyClasses: Record<
|
|
7
|
+
declare const justifyClasses: Record<"start" | "center" | "end" | "space-between" | "space-evenly", string>;
|
|
8
8
|
export declare const justifyMapper: (justify: keyof typeof justifyClasses) => string;
|
|
9
9
|
export declare const wrapMapper: (wrap: "nowrap" | "wrap" | "wrap-reverse") => string;
|
|
10
10
|
export {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Create a list of sample children for testing and rendering in storybook
|
|
3
3
|
*/
|
|
4
|
-
export declare function createSampleChildren(count: number, attachTestIds?: boolean): import("react
|
|
5
|
-
export declare function createSampleGridChildren(count: number): import("react
|
|
4
|
+
export declare function createSampleChildren(count: number, attachTestIds?: boolean): import("react").JSX.Element[];
|
|
5
|
+
export declare function createSampleGridChildren(count: number): import("react").JSX.Element[];
|
package/dist/lib/typeUtils.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ import { Group } from '../components/Table';
|
|
|
5
5
|
* @example
|
|
6
6
|
* type Range0to100 = Range<100> // [0, 1, 2, ..., 100]
|
|
7
7
|
*/
|
|
8
|
-
export type Range<N extends number, Arr extends unknown[] = []> = Arr[
|
|
8
|
+
export type Range<N extends number, Arr extends unknown[] = []> = Arr["length"] extends N ? [...Arr, N][number] : Range<N, [...Arr, Arr["length"]]>;
|
|
9
9
|
export declare function isResponsiveValueObject<T>(value: unknown): value is ResponsiveValue<T> & Record<Breakpoint, T>;
|
|
10
10
|
export declare function isSize(value: unknown): value is Size;
|
|
11
11
|
export declare function isDirection(value: unknown): value is Direction;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"maven-BhPvGLiR.mjs","names":[],"sources":["../src/components/Icon/customIcons/maven.ts"],"sourcesContent":["import { IconNode } from
|
|
1
|
+
{"version":3,"file":"maven-BhPvGLiR.mjs","names":[],"sources":["../src/components/Icon/customIcons/maven.ts"],"sourcesContent":["import { IconNode } from \"lucide-react\";\nimport createCustomLucideIcon from \"./createCustomLucideIcon\";\n\nconst iconNode: IconNode = [\n [\n \"path\",\n {\n d: \"M21.91.007c-1.485.068-3.021.634-3.785 2.433a43.472 43.472 0 0 0-1.826 12.138l6.522 3.156a82.741 82.741 0 0 1 .455-11.615 73.289 73.289 0 0 0-.013 11.46 126.329 126.329 0 0 0 9.665-9.144A13.913 13.913 0 0 0 25.647.66S23.821-.08 21.91.007zm1.353 17.571c.103 1.83.262 3.879.46 6.147.004.116.017.238.04.353.188 1.983.43 4.116.741 6.442.263 2.009.559 4.116.915 6.402.294 1.972.66 4.04 1.034 6.234l-.034.029c.067.057.076.103.072.134.053.295.107.554.156.852.17.867.322 1.746.5 2.63.183.964.384 1.946.576 2.955.094.509.193 1.017.299 1.536.318 1.554.661 3.148 1.013 4.785.456 2.019.911 4.09 1.42 6.246.46 2.04.995 4.166 1.536 6.326.526 2.062 1.057 4.174 1.642 6.361.514 1.933 1.063 3.92 1.62 5.942 0 .094.067.2.086.299a722.705 722.705 0 0 0 1.763 6.183.349.349 0 0 0 .04.134l2.643-2.433c-.066 0-.115.058-.205.094a25.348 25.348 0 0 0 .975-1.257 27.826 27.826 0 0 1 .237.594 13.977 13.977 0 0 1-1.007.591l-2.643 2.433c.099.303.178.606.295.924.393 1.397.838 2.849 1.29 4.306a12.762 12.762 0 0 1-1.603-.759 856.995 856.995 0 0 1-.995-3.453c-.111-.411-.227-.795-.34-1.21l-.022-.011a652.583 652.583 0 0 1-1.366-4.888c-.129-.478-.245-.944-.38-1.422-.553-2.066-1.108-4.165-1.669-6.281a412.986 412.986 0 0 1-1.544-6.154c-.509-2.077-.996-4.167-1.483-6.252-.482-2.088-.96-4.27-1.406-6.4-.451-2.13-.87-4.256-1.29-6.372-.15-.768-.287-1.513-.424-2.286-.241-1.303-.46-2.62-.696-3.942a.706.706 0 0 0-.045-.214l-8.665-4.422c.023.137.032.275.036.417.174 1.96.339 3.953.576 5.945.232 1.986.481 4.066.785 6.129.255 1.737.531 3.458.817 5.198.057.344.13.708.188 1.047a125.375 125.375 0 0 0 2.92 12.375c.374 1.258.745 2.477 1.124 3.63.33.967.687 1.941 1.031 2.901a84.105 84.105 0 0 0 2.741 6.576l.025.013c.026.087.055.169.096.253a67.87 67.87 0 0 0 4.027 7.437c.048.07.098.173.151.245a17.72 17.72 0 0 0-6.673-.513 24.508 24.508 0 0 1 10.754 6.268 11.274 11.274 0 0 1-5.085 2.549 11.243 11.243 0 0 0 5.58-.496 13.73 13.73 0 0 0-3.393 6.616 14.106 14.106 0 0 1 5.51-5.834c.413 1.37.861 2.79 1.3 4.196-3.883 7.568-7.835 15.71-11.863 24.294a2.97 2.97 0 0 0 2.286-1.665c.704-1.5 4.447-9.484 10.183-20.683 2.205 6.956 4.691 14.3 7.392 21.928a2.65 2.65 0 0 0 .41-2.473c-.525-1.445-3.383-9.532-6.979-21.05a756.775 756.775 0 0 1 2.572-4.945 8.793 8.793 0 0 1 1.96.752 9.966 9.966 0 0 1 2.698 4.538 8.091 8.091 0 0 0-1.772-5.861c7.12 1.375 13.588.46 17.535-4.317a21.27 21.27 0 0 0 1.009-1.375 6.958 6.958 0 0 1-7.004 1.455 19.477 19.477 0 0 0 10.861-6.53 40.678 40.678 0 0 0 1.973-2.554 15.792 15.792 0 0 1-15.464 2.625l-.049-.003c-.06-.023-.121-.037-.2-.069a28.706 28.706 0 0 0 16.49-6.352 38.673 38.673 0 0 0 6.254-6.447 63.286 63.286 0 0 0 4.37-6.477 99.2 99.2 0 0 0 3.724-6.906 14.79 14.79 0 0 1-3.933.74l-.772.04h-.786a17.463 17.463 0 0 0 10.634-7.713 16.39 16.39 0 0 1-5.706 1.571c-.308.032-.638.032-.968.036h-.25a18.171 18.171 0 0 0 4.316-1.643c.268-.138.531-.29.782-.46.392-.245.759-.517 1.125-.794.236-.192.459-.366.692-.558a12.67 12.67 0 0 0 1.49-1.532c.157-.178.305-.335.43-.522.191-.272.378-.523.544-.781a46.685 46.685 0 0 0 2.009-3.125c.267-.455.508-.888.719-1.29.075-.165.17-.304.25-.456.219-.46.428-.852.58-1.21.183-.41.348-.833.486-1.267a2.67 2.67 0 0 1-.571.268 19.337 19.337 0 0 1-5.781 1.08c-.026-.014-.054-.014-.076 0a6.486 6.486 0 0 0-.406 0 15.49 15.49 0 0 0 7.656-4.393 51.908 51.908 0 0 0 1.544-1.723 75.627 75.627 0 0 0 4.603-5.857 64.303 64.303 0 0 0 3.656-5.719 33.874 33.874 0 0 0 1.603-3.16 37.78 37.78 0 0 0 .915-2.398c-4.999.13-10.001.005-14.986-.37a184.48 184.48 0 0 0-4.51 5.321 2.192 2.192 0 0 0-.25.317 204.008 204.008 0 0 0-4.521 5.777c-1.37 1.826-2.835 3.768-4.362 5.897-1.326 1.815-2.666 3.766-4.089 5.815l-.09-.003c.024.085-.009.13-.035.152-.192.272-.358.532-.55.804-.553.834-1.13 1.66-1.687 2.513a238.212 238.212 0 0 1-1.888 2.84c-.321.486-.647.968-.978 1.477-.982 1.505-1.969 3.057-2.99 4.656a397.668 397.668 0 0 0-3.818 6.152 574.693 574.693 0 0 0-3.79 6.312c-1.213 2.076-2.46 4.2-3.727 6.402-1.126 1.963-2.26 4-3.429 6.085-.063.089-.106.21-.17.303a605.526 605.526 0 0 0-3.495 6.402.34.34 0 0 0-.067.125h-.004c-.174.348-.354.656-.518.986a415.342 415.342 0 0 0-2.768 5.219c0 .023-.031.044-.036.067-.138.263-.276.495-.388.754-.625 1.184-1.174 2.292-2.408 4.67a7.136 7.136 0 0 0-1.257-.967c.612-1.164 1.205-2.303 1.848-3.51.25-.457.518-.938.768-1.434l.21-.397c.941-1.737 1.91-3.522 2.915-5.348.236-.423.455-.825.687-1.246v-.022l-.977-2.917a18.168 18.168 0 0 0-.016-.103l1.002 2.989c.915-1.67 1.858-3.33 2.795-5.031.25-.45.535-.915.799-1.41 1.196-2.108 2.418-4.232 3.656-6.403a338.51 338.51 0 0 1 3.66-6.178c1.254-2.066 2.51-4.143 3.773-6.214a322.68 322.68 0 0 1 3.964-6.286c1.343-2.085 2.683-4.111 4.018-6.151a99.312 99.312 0 0 1 1.487-2.188c.844-1.246 1.71-2.49 2.575-3.727.037-.068.093-.138.13-.21l.004.013c1.397-1.888 2.764-3.8 4.13-5.67a364.242 364.242 0 0 1 4.424-5.812 158.423 158.423 0 0 1 4.634-5.656c.089-.115.187-.223.272-.317a154.46 154.46 0 0 1 4.571-5.102l-2.74-7.706c-.328.309-.674.612-1.028.938a156.351 156.351 0 0 0-4.04 3.888 253.893 253.893 0 0 0-4.866 4.991 251.966 251.966 0 0 0-4.674 5.112 297.728 297.728 0 0 0-4.03 4.683l-.157.178.016.047a3.422 3.422 0 0 1-.28.333c-1.419 1.718-2.86 3.455-4.272 5.254a211.171 211.171 0 0 0-4.236 5.562 303.164 303.164 0 0 0-3.473 4.835c-.228.322-.46.669-.679.991-1.371 2.054-2.701 4.066-3.87 6a129.467 129.467 0 0 0-3.607 6.286 153.528 153.528 0 0 0-1.983 3.816c-.504 1.04-.99 2.108-1.473 3.152a97.516 97.516 0 0 0-3.022 7.469l.458 1.364a13.977 13.977 0 0 1-.012.024l-.455-1.357c-.054.103-.098.21-.134.317a77.264 77.264 0 0 0-1.536 4.79 13.977 13.977 0 0 1-2.676 2.652 20.048 20.048 0 0 0-.71-.994 25.348 25.348 0 0 0 4.498-11.73 33.998 33.998 0 0 0-.085-7.941 54.022 54.022 0 0 0-1.268-6.795 89.685 89.685 0 0 0-1.941-6.656 13.274 13.274 0 0 1-2.018 2.915l-.456.5c-.152.17-.322.318-.49.496a15.428 15.428 0 0 0 1.901-11.46 14.512 14.512 0 0 1-2.616 4.531c-.174.21-.38.415-.585.621-.054.04-.094.094-.165.152a15.931 15.931 0 0 0 1.696-3.723c.08-.255.149-.514.197-.777.094-.398.156-.801.214-1.201.023-.269.067-.514.09-.781a11.114 11.114 0 0 0 0-1.889c0-.209 0-.396-.05-.593-.053-.294-.089-.567-.143-.835a46.89 46.89 0 0 0-.683-3.2 23.717 23.717 0 0 0-.348-1.255c-.053-.152-.08-.3-.134-.46-.143-.415-.258-.8-.384-1.116a11.676 11.676 0 0 0-.482-1.107 2.446 2.446 0 0 1-.192.522 17.159 17.159 0 0 1-2.877 4.16l-.11.099a.091.091 0 0 0-.04.058 5.131 5.131 0 0 0-.357.397c0-.023.022-.042.036-.062l.05-.045a13.684 13.684 0 0 0 2.088-7.531c0-.652-.048-1.34-.102-2.045a64.467 64.467 0 0 0-.723-6.544 56.211 56.211 0 0 0-1.237-5.884 32.244 32.244 0 0 0-.955-2.987 37.099 37.099 0 0 0-.915-2.071 131.952 131.952 0 0 1-9.67 9.09zm81.784-13.861a4.499 4.499 0 0 0-1.66.357 49.325 49.325 0 0 0-11.094 8.33l2.74 7.728a91.8 91.8 0 0 1 9.603-8.982 81.998 81.998 0 0 0-9.142 9.2 144 144 0 0 0 15.03.33 15.748 15.748 0 0 0 .322-12.066s-2.139-4.948-5.799-4.897zM16.294 14.592c0 .392-.044.799-.062 1.227-.063 1.558-.111 3.2-.125 4.96 0 1.963 0 4.013.036 6.156.044 1.977.129 4.036.232 6.13.107 1.79.223 3.598.37 5.446v.21l8.714 4.41c-.29-2.058-.606-4.106-.915-6.138a264.993 264.993 0 0 1-.821-6.397 128.192 128.192 0 0 1-.598-6.438c0-.13-.023-.258 0-.37a102.286 102.286 0 0 1-.317-6.058Zm74.03 29.38.043.003a6.486 6.486 0 0 0-.047 0l.004-.002zM48.115 80.5l.748 2.236a6.156 6.156 0 0 1-.007.036l-.747-2.232a17.208 17.208 0 0 0 .006-.04zM37.328 92.766a12.672 12.672 0 0 0 1.879 1.692c.112.37.33 1.055.455 1.456a15.547 15.547 0 0 0-1.352.196c-.059-.195-.114-.373-.172-.57-.134-.46-.256-.915-.406-1.374-.042-.13-.072-.246-.112-.384a856.995 856.995 0 0 1-.292-1.016zm1.91 4.775a15.917 15.917 0 0 1 .978.156c.136.437.168.533.346 1.107a8.793 8.793 0 0 1 1.27.047c-.563 1.067-1.13 2.174-1.696 3.268-.453-1.466-.92-3-1.389-4.56a15.917 15.917 0 0 1 .491-.018z\",\n key: \"path\",\n },\n ],\n];\n\nconst icon = createCustomLucideIcon(\"maven\", iconNode, {\n viewBox: \"0 0 128 128\",\n fill: \"currentColor\",\n});\n\nexport { icon as default };\n"],"mappings":";AAaA,IAAM,IAAO,EAAuB,SAAS,CAT3C,CACE,QACA;AAAA,EACE,GAAG;AAAA,EACH,KAAK;AACP,CACF,CAG2C,GAAU;AAAA,EACrD,SAAS;AAAA,EACT,MAAM;AACR,CAAC"}
|