@openpawlabs/diy-guides-ui 1.1.0 → 1.2.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 +1 -0
- package/dist/components/GuideStep/GuideStep.d.ts +16 -6
- package/dist/components/GuideStep/GuideStep.d.ts.map +1 -1
- package/dist/components/GuideStep/GuideStep.stories.d.ts +1 -0
- package/dist/components/GuideStep/GuideStep.stories.d.ts.map +1 -1
- package/dist/components/LinkButton/LinkButton.d.ts +63 -0
- package/dist/components/LinkButton/LinkButton.d.ts.map +1 -0
- package/dist/components/LinkButton/LinkButton.stories.d.ts +37 -0
- package/dist/components/LinkButton/LinkButton.stories.d.ts.map +1 -0
- package/dist/components/LinkButton/LinkButton.test.d.ts +2 -0
- package/dist/components/LinkButton/LinkButton.test.d.ts.map +1 -0
- package/dist/components/LinkButton/index.d.ts +3 -0
- package/dist/components/LinkButton/index.d.ts.map +1 -0
- package/dist/diy-guides-ui.cjs +10 -5
- package/dist/diy-guides-ui.cjs.map +1 -1
- package/dist/diy-guides-ui.js +8694 -3365
- package/dist/diy-guides-ui.js.map +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -13,6 +13,7 @@ Active development. The core guide component set is implemented, tested, and doc
|
|
|
13
13
|
| `GuideStep` | A single step — number badge, completion checkbox, media, and bulleted instructions |
|
|
14
14
|
| `MediaFigure` | Image/video with percentage-positioned annotation markers |
|
|
15
15
|
| `ToolList` | Titled card of required tools and parts |
|
|
16
|
+
| `LinkButton` | Download / link button with an optional dropdown of file variants |
|
|
16
17
|
| `Callout` | Safety / informational callout (`note` → `danger` types) |
|
|
17
18
|
| `DifficultyBadge` | Color-coded difficulty pill (easy / moderate / difficult) |
|
|
18
19
|
|
|
@@ -3,9 +3,9 @@ import { type GuideColor } from "../../types/colors";
|
|
|
3
3
|
/**
|
|
4
4
|
* Optional, editor-only media affordances. Presence switches `GuideStep.Media`
|
|
5
5
|
* into edit mode: an empty-state add target, click-to-replace on the main image,
|
|
6
|
-
* a remove control per thumbnail,
|
|
7
|
-
* intent callbacks — the library
|
|
8
|
-
* for the read-only reader experience.
|
|
6
|
+
* a remove control per thumbnail, a "+" tile to append, and (with `onReorderImage`)
|
|
7
|
+
* drag-to-reorder thumbnails. All members are intent callbacks — the library
|
|
8
|
+
* performs no file or menu logic. Omit entirely for the read-only reader experience.
|
|
9
9
|
*/
|
|
10
10
|
export interface GuideStepMediaEditing {
|
|
11
11
|
/** Append a new image (e.g. open a file picker). Drives the empty target and "+" tile. */
|
|
@@ -14,6 +14,11 @@ export interface GuideStepMediaEditing {
|
|
|
14
14
|
onReplaceImage?: (index: number) => void;
|
|
15
15
|
/** Remove the image at `index` (fired by a thumbnail's remove control). */
|
|
16
16
|
onRemoveImage?: (index: number) => void;
|
|
17
|
+
/**
|
|
18
|
+
* Move the image from `from` to `to`. When set, edit-mode thumbnails become
|
|
19
|
+
* drag-reorderable (the library only reports the move; the consumer reorders).
|
|
20
|
+
*/
|
|
21
|
+
onReorderImage?: (from: number, to: number) => void;
|
|
17
22
|
/** Selection changed to `index` (in edit mode thumbnails select on click). */
|
|
18
23
|
onSelectImage?: (index: number) => void;
|
|
19
24
|
/** Controlled active image index. */
|
|
@@ -43,12 +48,17 @@ export interface GuideStepProps {
|
|
|
43
48
|
children?: ReactNode;
|
|
44
49
|
className?: string;
|
|
45
50
|
}
|
|
46
|
-
/**
|
|
47
|
-
|
|
51
|
+
/**
|
|
52
|
+
* Bullet presentation — `dot` uses a colored dot; `caution` / `reminder` / `note`
|
|
53
|
+
* use semantic icons and labels; `button` renders its children (e.g. a `LinkButton`)
|
|
54
|
+
* as a standalone action with no marker.
|
|
55
|
+
*/
|
|
56
|
+
export type GuideStepBulletVariant = "dot" | "caution" | "reminder" | "note" | "button";
|
|
48
57
|
export interface GuideStepBulletProps {
|
|
49
58
|
/**
|
|
50
59
|
* Bullet style. `dot` renders a colored dot (link to `MediaFigure`
|
|
51
|
-
* annotations); `caution`, `reminder`, and `note` render iFixit-style semantic bullets
|
|
60
|
+
* annotations); `caution`, `reminder`, and `note` render iFixit-style semantic bullets;
|
|
61
|
+
* `button` renders its children (typically a `LinkButton`) with no marker.
|
|
52
62
|
* @default "dot"
|
|
53
63
|
*/
|
|
54
64
|
variant?: GuideStepBulletVariant;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GuideStep.d.ts","sourceRoot":"","sources":["../../../src/components/GuideStep/GuideStep.tsx"],"names":[],"mappings":"AAEA,OAAO,EAQL,KAAK,SAAS,EACf,MAAM,OAAO,CAAC;AAIf,OAAO,EAAU,KAAK,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAW7D;;;;;;GAMG;AACH,MAAM,WAAW,qBAAqB;IACpC,0FAA0F;IAC1F,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;IACxB,uEAAuE;IACvE,cAAc,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACzC,2EAA2E;IAC3E,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACxC,8EAA8E;IAC9E,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACxC,qCAAqC;IACrC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,6EAA6E;IAC7E,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB;AAED,MAAM,WAAW,cAAc;IAC7B,iFAAiF;IACjF,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,oBAAoB;IACpB,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,mCAAmC;IACnC,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,iEAAiE;IACjE,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,6DAA6D;IAC7D,iBAAiB,CAAC,EAAE,CAAC,SAAS,EAAE,OAAO,KAAK,IAAI,CAAC;IACjD,yDAAyD;IACzD,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;OAGG;IACH,YAAY,CAAC,EAAE,qBAAqB,CAAC;IACrC,6FAA6F;IAC7F,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED
|
|
1
|
+
{"version":3,"file":"GuideStep.d.ts","sourceRoot":"","sources":["../../../src/components/GuideStep/GuideStep.tsx"],"names":[],"mappings":"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"}
|
|
@@ -31,6 +31,7 @@ export declare const Anatomy: Story;
|
|
|
31
31
|
export declare const MultipleImages: Story;
|
|
32
32
|
export declare const DotBullets: Story;
|
|
33
33
|
export declare const SemanticBullets: Story;
|
|
34
|
+
export declare const ButtonBullet: Story;
|
|
34
35
|
export declare const Completed: Story;
|
|
35
36
|
export declare const EditingAffordances: Story;
|
|
36
37
|
export declare const WithoutCompletion: Story;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GuideStep.stories.d.ts","sourceRoot":"","sources":["../../../src/components/GuideStep/GuideStep.stories.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,uBAAuB,CAAC;
|
|
1
|
+
{"version":3,"file":"GuideStep.stories.d.ts","sourceRoot":"","sources":["../../../src/components/GuideStep/GuideStep.stories.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAqE5D,QAAA,MAAM,IAAI;;;;oBAgLR,CAAA;;;;qBAMQ,CAAN;;;;;;;;;;;;;;;;;CA1K8B,CAAC;AAEnC,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAgCrB,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,KAmC5B,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,KAsCxB,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,KAoC7B,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,KAsC1B,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,KAwBvB,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,KA8EhC,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,KA0B/B,CAAC"}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import { type ReactNode } from "react";
|
|
2
|
+
import { type ButtonVariants } from "@heroui/react";
|
|
3
|
+
/** HeroUI button look applied to the button. @default "primary" */
|
|
4
|
+
export type LinkButtonVariant = NonNullable<ButtonVariants["variant"]>;
|
|
5
|
+
/** HeroUI button size. @default "md" */
|
|
6
|
+
export type LinkButtonSize = NonNullable<ButtonVariants["size"]>;
|
|
7
|
+
export interface LinkButtonItemProps {
|
|
8
|
+
/** Destination — a URL to navigate to, or a (relative) file path to download. */
|
|
9
|
+
href: string;
|
|
10
|
+
/** Download instead of navigate. `true` keeps the file name; a string renames it. */
|
|
11
|
+
download?: boolean | string;
|
|
12
|
+
/** Open in a new tab (sets `target="_blank"` + safe `rel`). */
|
|
13
|
+
external?: boolean;
|
|
14
|
+
/** The visible label. Kept as children so editors can edit it in place. */
|
|
15
|
+
children: ReactNode;
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* Optional, editor-only affordances. Presence switches `LinkButton` into edit
|
|
19
|
+
* mode: the primary action stops navigating, its label becomes editable in place,
|
|
20
|
+
* and a chevron reveals an options panel for managing the other links. Every
|
|
21
|
+
* member is an intent callback — the library performs no file or menu logic.
|
|
22
|
+
* Omit entirely for the read-only reader experience.
|
|
23
|
+
*/
|
|
24
|
+
export interface LinkButtonEditing {
|
|
25
|
+
/** Append a new option (e.g. seed a blank link). Drives the "Add option" control. */
|
|
26
|
+
onAddItem?: () => void;
|
|
27
|
+
/** Remove the option at `index`. */
|
|
28
|
+
onRemoveItem?: (index: number) => void;
|
|
29
|
+
/** Move the option from `from` to `to` (drag-reorder + "make default"). */
|
|
30
|
+
onReorderItem?: (from: number, to: number) => void;
|
|
31
|
+
/** Edit the option at `index` — e.g. open a link / upload picker for its href. */
|
|
32
|
+
onSelectItem?: (index: number) => void;
|
|
33
|
+
}
|
|
34
|
+
export interface LinkButtonProps {
|
|
35
|
+
/** HeroUI button variant for theming. @default "primary" */
|
|
36
|
+
variant?: LinkButtonVariant;
|
|
37
|
+
/** HeroUI button size. @default "md" */
|
|
38
|
+
size?: LinkButtonSize;
|
|
39
|
+
/** Optional leading icon on the primary action. */
|
|
40
|
+
icon?: ReactNode;
|
|
41
|
+
/** Accessible label for the dropdown trigger. @default "More download options" */
|
|
42
|
+
menuLabel?: string;
|
|
43
|
+
/** Opt-in editor affordances; presence enables edit mode. Omit for readers. */
|
|
44
|
+
editing?: LinkButtonEditing;
|
|
45
|
+
/** `LinkButton.Item` children — the first is the primary action, the rest fill the menu. */
|
|
46
|
+
children: ReactNode;
|
|
47
|
+
className?: string;
|
|
48
|
+
}
|
|
49
|
+
/** Data-only carrier; `LinkButton` reads its props and places the label itself. */
|
|
50
|
+
declare function LinkButtonItem(_props: LinkButtonItemProps): null;
|
|
51
|
+
declare function LinkButtonRoot({ variant, size, icon, menuLabel, editing, children, className, }: LinkButtonProps): import("react").JSX.Element | null;
|
|
52
|
+
/**
|
|
53
|
+
* A download / navigation button with an optional dropdown of alternatives. With a
|
|
54
|
+
* single `LinkButton.Item` it renders one button that links or downloads; with more,
|
|
55
|
+
* it becomes a split button — the first item is the primary action and the rest sit
|
|
56
|
+
* behind a chevron. Provide `editing` to drive it from an authoring tool without
|
|
57
|
+
* changing the reader output.
|
|
58
|
+
*/
|
|
59
|
+
export declare const LinkButton: typeof LinkButtonRoot & {
|
|
60
|
+
Item: typeof LinkButtonItem;
|
|
61
|
+
};
|
|
62
|
+
export {};
|
|
63
|
+
//# sourceMappingURL=LinkButton.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LinkButton.d.ts","sourceRoot":"","sources":["../../../src/components/LinkButton/LinkButton.tsx"],"names":[],"mappings":"AAEA,OAAO,EAKL,KAAK,SAAS,EACf,MAAM,OAAO,CAAC;AACf,OAAO,EAML,KAAK,cAAc,EACpB,MAAM,eAAe,CAAC;AAEvB,mEAAmE;AACnE,MAAM,MAAM,iBAAiB,GAAG,WAAW,CAAC,cAAc,CAAC,SAAS,CAAC,CAAC,CAAC;AACvE,wCAAwC;AACxC,MAAM,MAAM,cAAc,GAAG,WAAW,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC,CAAC;AAEjE,MAAM,WAAW,mBAAmB;IAClC,iFAAiF;IACjF,IAAI,EAAE,MAAM,CAAC;IACb,qFAAqF;IACrF,QAAQ,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;IAC5B,+DAA+D;IAC/D,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,2EAA2E;IAC3E,QAAQ,EAAE,SAAS,CAAC;CACrB;AAED;;;;;;GAMG;AACH,MAAM,WAAW,iBAAiB;IAChC,qFAAqF;IACrF,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;IACvB,oCAAoC;IACpC,YAAY,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACvC,2EAA2E;IAC3E,aAAa,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IACnD,kFAAkF;IAClF,YAAY,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACxC;AAED,MAAM,WAAW,eAAe;IAC9B,4DAA4D;IAC5D,OAAO,CAAC,EAAE,iBAAiB,CAAC;IAC5B,wCAAwC;IACxC,IAAI,CAAC,EAAE,cAAc,CAAC;IACtB,mDAAmD;IACnD,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,kFAAkF;IAClF,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,+EAA+E;IAC/E,OAAO,CAAC,EAAE,iBAAiB,CAAC;IAC5B,4FAA4F;IAC5F,QAAQ,EAAE,SAAS,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,mFAAmF;AACnF,iBAAS,cAAc,CAAC,MAAM,EAAE,mBAAmB,GAAG,IAAI,CAEzD;AA+GD,iBAAS,cAAc,CAAC,EACtB,OAAmB,EACnB,IAAW,EACX,IAAI,EACJ,SAAmC,EACnC,OAAO,EACP,QAAQ,EACR,SAAS,GACV,EAAE,eAAe,sCAmEjB;AAgMD;;;;;;GAMG;AACH,eAAO,MAAM,UAAU;;CAA0D,CAAC"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import type { StoryObj } from "@storybook/react-vite";
|
|
2
|
+
declare const meta: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: (({ variant, size, icon, menuLabel, editing, children, className, }: import("./LinkButton").LinkButtonProps) => import("react").JSX.Element | null) & {
|
|
5
|
+
Item: (_props: import("./LinkButton").LinkButtonItemProps) => null;
|
|
6
|
+
};
|
|
7
|
+
tags: string[];
|
|
8
|
+
parameters: {
|
|
9
|
+
docs: {
|
|
10
|
+
description: {
|
|
11
|
+
component: string;
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
argTypes: {
|
|
16
|
+
variant: {
|
|
17
|
+
control: "select";
|
|
18
|
+
options: string[];
|
|
19
|
+
};
|
|
20
|
+
size: {
|
|
21
|
+
control: "inline-radio";
|
|
22
|
+
options: string[];
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
args: {
|
|
26
|
+
variant: "primary";
|
|
27
|
+
size: "md";
|
|
28
|
+
children: import("react").JSX.Element;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
export default meta;
|
|
32
|
+
type Story = StoryObj<typeof meta>;
|
|
33
|
+
export declare const Single: Story;
|
|
34
|
+
export declare const Split: Story;
|
|
35
|
+
export declare const Navigation: Story;
|
|
36
|
+
export declare const EditingAffordances: Story;
|
|
37
|
+
//# sourceMappingURL=LinkButton.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LinkButton.stories.d.ts","sourceRoot":"","sources":["../../../src/components/LinkButton/LinkButton.stories.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AA2C5D,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoCyB,CAAC;AAEpC,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,MAAM,EAAE,KAiBpB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,KAuBnB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,KAoBxB,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,KAwDhC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LinkButton.test.d.ts","sourceRoot":"","sources":["../../../src/components/LinkButton/LinkButton.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/LinkButton/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,YAAY,EACV,eAAe,EACf,mBAAmB,EACnB,iBAAiB,EACjB,iBAAiB,EACjB,cAAc,GACf,MAAM,cAAc,CAAC"}
|