@openpawlabs/diy-guides-ui 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (90) hide show
  1. package/LICENSE +661 -0
  2. package/README.md +126 -0
  3. package/dist/components/Callout/Callout.d.ts +21 -0
  4. package/dist/components/Callout/Callout.d.ts.map +1 -0
  5. package/dist/components/Callout/Callout.stories.d.ts +31 -0
  6. package/dist/components/Callout/Callout.stories.d.ts.map +1 -0
  7. package/dist/components/Callout/Callout.test.d.ts +2 -0
  8. package/dist/components/Callout/Callout.test.d.ts.map +1 -0
  9. package/dist/components/Callout/index.d.ts +3 -0
  10. package/dist/components/Callout/index.d.ts.map +1 -0
  11. package/dist/components/DifficultyBadge/DifficultyBadge.d.ts +20 -0
  12. package/dist/components/DifficultyBadge/DifficultyBadge.d.ts.map +1 -0
  13. package/dist/components/DifficultyBadge/DifficultyBadge.stories.d.ts +37 -0
  14. package/dist/components/DifficultyBadge/DifficultyBadge.stories.d.ts.map +1 -0
  15. package/dist/components/DifficultyBadge/DifficultyBadge.test.d.ts +2 -0
  16. package/dist/components/DifficultyBadge/DifficultyBadge.test.d.ts.map +1 -0
  17. package/dist/components/DifficultyBadge/index.d.ts +3 -0
  18. package/dist/components/DifficultyBadge/index.d.ts.map +1 -0
  19. package/dist/components/GuideLayout/GuideLayout.d.ts +49 -0
  20. package/dist/components/GuideLayout/GuideLayout.d.ts.map +1 -0
  21. package/dist/components/GuideLayout/GuideLayout.stories.d.ts +33 -0
  22. package/dist/components/GuideLayout/GuideLayout.stories.d.ts.map +1 -0
  23. package/dist/components/GuideLayout/GuideLayout.test.d.ts +2 -0
  24. package/dist/components/GuideLayout/GuideLayout.test.d.ts.map +1 -0
  25. package/dist/components/GuideLayout/index.d.ts +3 -0
  26. package/dist/components/GuideLayout/index.d.ts.map +1 -0
  27. package/dist/components/GuideStep/GuideStep.d.ts +62 -0
  28. package/dist/components/GuideStep/GuideStep.d.ts.map +1 -0
  29. package/dist/components/GuideStep/GuideStep.stories.d.ts +36 -0
  30. package/dist/components/GuideStep/GuideStep.stories.d.ts.map +1 -0
  31. package/dist/components/GuideStep/GuideStep.test.d.ts +2 -0
  32. package/dist/components/GuideStep/GuideStep.test.d.ts.map +1 -0
  33. package/dist/components/GuideStep/index.d.ts +3 -0
  34. package/dist/components/GuideStep/index.d.ts.map +1 -0
  35. package/dist/components/GuideStepList/GuideStepList.d.ts +21 -0
  36. package/dist/components/GuideStepList/GuideStepList.d.ts.map +1 -0
  37. package/dist/components/GuideStepList/GuideStepList.stories.d.ts +23 -0
  38. package/dist/components/GuideStepList/GuideStepList.stories.d.ts.map +1 -0
  39. package/dist/components/GuideStepList/GuideStepList.test.d.ts +2 -0
  40. package/dist/components/GuideStepList/GuideStepList.test.d.ts.map +1 -0
  41. package/dist/components/GuideStepList/index.d.ts +3 -0
  42. package/dist/components/GuideStepList/index.d.ts.map +1 -0
  43. package/dist/components/MediaFigure/MediaFigure.d.ts +70 -0
  44. package/dist/components/MediaFigure/MediaFigure.d.ts.map +1 -0
  45. package/dist/components/MediaFigure/MediaFigure.stories.d.ts +33 -0
  46. package/dist/components/MediaFigure/MediaFigure.stories.d.ts.map +1 -0
  47. package/dist/components/MediaFigure/MediaFigure.test.d.ts +2 -0
  48. package/dist/components/MediaFigure/MediaFigure.test.d.ts.map +1 -0
  49. package/dist/components/MediaFigure/MediaFigureMedia.d.ts +8 -0
  50. package/dist/components/MediaFigure/MediaFigureMedia.d.ts.map +1 -0
  51. package/dist/components/MediaFigure/MediaFigureModel.d.ts +5 -0
  52. package/dist/components/MediaFigure/MediaFigureModel.d.ts.map +1 -0
  53. package/dist/components/MediaFigure/index.d.ts +3 -0
  54. package/dist/components/MediaFigure/index.d.ts.map +1 -0
  55. package/dist/components/ToolList/ToolList.d.ts +34 -0
  56. package/dist/components/ToolList/ToolList.d.ts.map +1 -0
  57. package/dist/components/ToolList/ToolList.stories.d.ts +24 -0
  58. package/dist/components/ToolList/ToolList.stories.d.ts.map +1 -0
  59. package/dist/components/ToolList/ToolList.test.d.ts +2 -0
  60. package/dist/components/ToolList/ToolList.test.d.ts.map +1 -0
  61. package/dist/components/ToolList/index.d.ts +3 -0
  62. package/dist/components/ToolList/index.d.ts.map +1 -0
  63. package/dist/diy-guides-ui.cjs +24 -0
  64. package/dist/diy-guides-ui.cjs.map +1 -0
  65. package/dist/diy-guides-ui.js +7749 -0
  66. package/dist/diy-guides-ui.js.map +1 -0
  67. package/dist/hooks/useControlledState.d.ts +7 -0
  68. package/dist/hooks/useControlledState.d.ts.map +1 -0
  69. package/dist/index.d.ts +19 -0
  70. package/dist/index.d.ts.map +1 -0
  71. package/dist/stories/Welcome.stories.d.ts +21 -0
  72. package/dist/stories/Welcome.stories.d.ts.map +1 -0
  73. package/dist/style.css +1 -0
  74. package/dist/test/setup.d.ts +2 -0
  75. package/dist/test/setup.d.ts.map +1 -0
  76. package/dist/test/smoke.test.d.ts +2 -0
  77. package/dist/test/smoke.test.d.ts.map +1 -0
  78. package/dist/types/callout.d.ts +13 -0
  79. package/dist/types/callout.d.ts.map +1 -0
  80. package/dist/types/callout.test.d.ts +2 -0
  81. package/dist/types/callout.test.d.ts.map +1 -0
  82. package/dist/types/colors.d.ts +20 -0
  83. package/dist/types/colors.d.ts.map +1 -0
  84. package/dist/types/colors.test.d.ts +2 -0
  85. package/dist/types/colors.test.d.ts.map +1 -0
  86. package/dist/utils/mediaCrop.d.ts +19 -0
  87. package/dist/utils/mediaCrop.d.ts.map +1 -0
  88. package/dist/utils/mediaCrop.test.d.ts +2 -0
  89. package/dist/utils/mediaCrop.test.d.ts.map +1 -0
  90. package/package.json +81 -0
@@ -0,0 +1,70 @@
1
+ import type { ReactNode } from "react";
2
+ import { type GuideColor } from "../../types/colors";
3
+ import type { MediaDisplayRegion } from "../../utils/mediaCrop";
4
+ /** Shared fields for every annotation shape. */
5
+ interface MediaAnnotationBase {
6
+ /** Stable key; falls back to array index. */
7
+ id?: string;
8
+ /** Marker color — match the related step bullet for visual linking. @default "GREY" */
9
+ color?: GuideColor;
10
+ /** Accessible description / tooltip for the marker. */
11
+ title?: string;
12
+ }
13
+ /** A labeled pin at a percentage position — the only type that shows a `label`. */
14
+ export interface PointAnnotation extends MediaAnnotationBase {
15
+ /** @default "point" */
16
+ type?: "point";
17
+ /** Horizontal position as a percentage (0–100) of the frame width. */
18
+ x: number;
19
+ /** Vertical position as a percentage (0–100) of the frame height. */
20
+ y: number;
21
+ /** Short content shown inside the marker (e.g. a number or letter). */
22
+ label?: ReactNode;
23
+ }
24
+ /** A circle centered at a percentage position with a percentage radius. */
25
+ export interface CircleAnnotation extends MediaAnnotationBase {
26
+ type: "circle";
27
+ /** Center horizontal position as a percentage (0–100) of the frame width. */
28
+ x: number;
29
+ /** Center vertical position as a percentage (0–100) of the frame height. */
30
+ y: number;
31
+ /** Radius as a percentage (0–100) of the frame width. */
32
+ radius: number;
33
+ }
34
+ /** A rectangle defined by two opposite corners, each at a percentage position. */
35
+ export interface RectangleAnnotation extends MediaAnnotationBase {
36
+ type: "rectangle";
37
+ /** First corner — horizontal position as a percentage (0–100) of the frame width. */
38
+ x1: number;
39
+ /** First corner — vertical position as a percentage (0–100) of the frame height. */
40
+ y1: number;
41
+ /** Opposite corner — horizontal position as a percentage (0–100) of the frame width. */
42
+ x2: number;
43
+ /** Opposite corner — vertical position as a percentage (0–100) of the frame height. */
44
+ y2: number;
45
+ }
46
+ export type MediaAnnotation = PointAnnotation | CircleAnnotation | RectangleAnnotation;
47
+ export type { MediaDisplayRegion };
48
+ export interface MediaFigureProps {
49
+ /** Image, video, or 3D model source URL. */
50
+ src: string;
51
+ /** Media kind. @default "image" */
52
+ type?: "image" | "video" | "model";
53
+ /** Markers overlaid on the media, positioned by percentage of the visible frame. */
54
+ annotations?: MediaAnnotation[];
55
+ /**
56
+ * When set, show this 4:3 source-pixel rect (`height` is `round(width × 3 / 4)`),
57
+ * scaled to fill the frame without re-encoding the image.
58
+ */
59
+ displayRegion?: MediaDisplayRegion;
60
+ className?: string;
61
+ }
62
+ /**
63
+ * Instructional image, video, or 3D model with percentage-positioned annotation overlays.
64
+ * The frame is always 4:3; non-4:3 sources are center-cropped unless
65
+ * `displayRegion` selects a source-pixel crop. Point markers use
66
+ * {@link GuideColor} values so they can be visually linked to matching `GuideStep`
67
+ * bullets; circles and rectangles use the same color for their outline and fill.
68
+ */
69
+ export declare function MediaFigure({ src, type, annotations, displayRegion, className, }: MediaFigureProps): import("react").JSX.Element;
70
+ //# sourceMappingURL=MediaFigure.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MediaFigure.d.ts","sourceRoot":"","sources":["../../../src/components/MediaFigure/MediaFigure.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,EAIL,KAAK,UAAU,EAChB,MAAM,oBAAoB,CAAC;AAC5B,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAC;AAGhE,gDAAgD;AAChD,UAAU,mBAAmB;IAC3B,6CAA6C;IAC7C,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,uFAAuF;IACvF,KAAK,CAAC,EAAE,UAAU,CAAC;IACnB,uDAAuD;IACvD,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,mFAAmF;AACnF,MAAM,WAAW,eAAgB,SAAQ,mBAAmB;IAC1D,uBAAuB;IACvB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,sEAAsE;IACtE,CAAC,EAAE,MAAM,CAAC;IACV,qEAAqE;IACrE,CAAC,EAAE,MAAM,CAAC;IACV,uEAAuE;IACvE,KAAK,CAAC,EAAE,SAAS,CAAC;CACnB;AAED,2EAA2E;AAC3E,MAAM,WAAW,gBAAiB,SAAQ,mBAAmB;IAC3D,IAAI,EAAE,QAAQ,CAAC;IACf,6EAA6E;IAC7E,CAAC,EAAE,MAAM,CAAC;IACV,4EAA4E;IAC5E,CAAC,EAAE,MAAM,CAAC;IACV,yDAAyD;IACzD,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,kFAAkF;AAClF,MAAM,WAAW,mBAAoB,SAAQ,mBAAmB;IAC9D,IAAI,EAAE,WAAW,CAAC;IAClB,qFAAqF;IACrF,EAAE,EAAE,MAAM,CAAC;IACX,oFAAoF;IACpF,EAAE,EAAE,MAAM,CAAC;IACX,wFAAwF;IACxF,EAAE,EAAE,MAAM,CAAC;IACX,uFAAuF;IACvF,EAAE,EAAE,MAAM,CAAC;CACZ;AAED,MAAM,MAAM,eAAe,GACvB,eAAe,GACf,gBAAgB,GAChB,mBAAmB,CAAC;AAExB,YAAY,EAAE,kBAAkB,EAAE,CAAC;AAiFnC,MAAM,WAAW,gBAAgB;IAC/B,4CAA4C;IAC5C,GAAG,EAAE,MAAM,CAAC;IACZ,mCAAmC;IACnC,IAAI,CAAC,EAAE,OAAO,GAAG,OAAO,GAAG,OAAO,CAAC;IACnC,oFAAoF;IACpF,WAAW,CAAC,EAAE,eAAe,EAAE,CAAC;IAChC;;;OAGG;IACH,aAAa,CAAC,EAAE,kBAAkB,CAAC;IACnC,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED;;;;;;GAMG;AACH,wBAAgB,WAAW,CAAC,EAC1B,GAAG,EACH,IAAc,EACd,WAAgB,EAChB,aAAa,EACb,SAAS,GACV,EAAE,gBAAgB,+BAclB"}
@@ -0,0 +1,33 @@
1
+ import type { StoryObj } from "@storybook/react-vite";
2
+ import { MediaFigure } from "./MediaFigure";
3
+ declare const meta: {
4
+ title: string;
5
+ component: typeof MediaFigure;
6
+ tags: string[];
7
+ parameters: {
8
+ docs: {
9
+ description: {
10
+ component: string;
11
+ };
12
+ };
13
+ };
14
+ argTypes: {
15
+ type: {
16
+ control: "inline-radio";
17
+ options: string[];
18
+ };
19
+ };
20
+ args: {
21
+ src: string;
22
+ };
23
+ };
24
+ export default meta;
25
+ type Story = StoryObj<typeof meta>;
26
+ export declare const Default: Story;
27
+ export declare const WithPointAnnotations: Story;
28
+ export declare const WithShapeAnnotations: Story;
29
+ export declare const Video: Story;
30
+ export declare const Model3D: Story;
31
+ export declare const TallImageCenterCrop: Story;
32
+ export declare const DisplayRegion: Story;
33
+ //# sourceMappingURL=MediaFigure.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MediaFigure.stories.d.ts","sourceRoot":"","sources":["../../../src/components/MediaFigure/MediaFigure.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AA0C5C,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;CAa0B,CAAC;AAErC,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAcrB,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,KAqBlC,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,KA2ClC,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,KAkBnB,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,KAkBrB,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,KAiBjC,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,KAkB3B,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=MediaFigure.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MediaFigure.test.d.ts","sourceRoot":"","sources":["../../../src/components/MediaFigure/MediaFigure.test.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,8 @@
1
+ import { type MediaDisplayRegion } from "../../utils/mediaCrop";
2
+ export interface MediaFigureMediaProps {
3
+ src: string;
4
+ type: "image" | "video" | "model";
5
+ displayRegion?: MediaDisplayRegion;
6
+ }
7
+ export declare function MediaFigureMedia({ src, type, displayRegion, }: MediaFigureMediaProps): import("react").JSX.Element;
8
+ //# sourceMappingURL=MediaFigureMedia.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MediaFigureMedia.d.ts","sourceRoot":"","sources":["../../../src/components/MediaFigure/MediaFigureMedia.tsx"],"names":[],"mappings":"AAGA,OAAO,EAEL,KAAK,kBAAkB,EACxB,MAAM,uBAAuB,CAAC;AAG/B,MAAM,WAAW,qBAAqB;IACpC,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,OAAO,GAAG,OAAO,GAAG,OAAO,CAAC;IAClC,aAAa,CAAC,EAAE,kBAAkB,CAAC;CACpC;AAED,wBAAgB,gBAAgB,CAAC,EAC/B,GAAG,EACH,IAAI,EACJ,aAAa,GACd,EAAE,qBAAqB,+BA6FvB"}
@@ -0,0 +1,5 @@
1
+ export interface MediaFigureModelProps {
2
+ src: string;
3
+ }
4
+ export declare function MediaFigureModel({ src }: MediaFigureModelProps): import("react").JSX.Element;
5
+ //# sourceMappingURL=MediaFigureModel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MediaFigureModel.d.ts","sourceRoot":"","sources":["../../../src/components/MediaFigure/MediaFigureModel.tsx"],"names":[],"mappings":"AAIA,MAAM,WAAW,qBAAqB;IACpC,GAAG,EAAE,MAAM,CAAC;CACb;AAED,wBAAgB,gBAAgB,CAAC,EAAE,GAAG,EAAE,EAAE,qBAAqB,+BAqE9D"}
@@ -0,0 +1,3 @@
1
+ export { MediaFigure } from "./MediaFigure";
2
+ export type { MediaFigureProps, MediaAnnotation, MediaDisplayRegion, PointAnnotation, CircleAnnotation, RectangleAnnotation, } from "./MediaFigure";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/MediaFigure/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,YAAY,EACV,gBAAgB,EAChB,eAAe,EACf,kBAAkB,EAClB,eAAe,EACf,gBAAgB,EAChB,mBAAmB,GACpB,MAAM,eAAe,CAAC"}
@@ -0,0 +1,34 @@
1
+ import type { ReactNode } from "react";
2
+ export interface ToolListProps {
3
+ /** Section heading. Pass `null` to omit. @default "What you need" */
4
+ title?: ReactNode;
5
+ /** `ToolList.Item` children. */
6
+ children: ReactNode;
7
+ className?: string;
8
+ }
9
+ export interface ToolListItemProps {
10
+ /** Tool or part name. */
11
+ name: ReactNode;
12
+ /** Optional thumbnail image URL. */
13
+ thumbnail?: string;
14
+ /** When set, the name links here (e.g. a store or info page). */
15
+ href?: string;
16
+ /** Quantity required, rendered as `×N`. */
17
+ quantity?: number;
18
+ /** Trailing price or cost note. */
19
+ price?: ReactNode;
20
+ /** Secondary detail line beneath the name. */
21
+ children?: ReactNode;
22
+ className?: string;
23
+ }
24
+ declare function ToolListItem({ name, thumbnail, href, quantity, price, children, className, }: ToolListItemProps): import("react").JSX.Element;
25
+ declare function ToolListRoot({ title, children, className, }: ToolListProps): import("react").JSX.Element;
26
+ /**
27
+ * The "What you need" panel for a guide: a titled card listing required tools
28
+ * and parts. Compose rows with `ToolList.Item`.
29
+ */
30
+ export declare const ToolList: typeof ToolListRoot & {
31
+ Item: typeof ToolListItem;
32
+ };
33
+ export {};
34
+ //# sourceMappingURL=ToolList.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ToolList.d.ts","sourceRoot":"","sources":["../../../src/components/ToolList/ToolList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGvC,MAAM,WAAW,aAAa;IAC5B,qEAAqE;IACrE,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,gCAAgC;IAChC,QAAQ,EAAE,SAAS,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,iBAAiB;IAChC,yBAAyB;IACzB,IAAI,EAAE,SAAS,CAAC;IAChB,oCAAoC;IACpC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,iEAAiE;IACjE,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,2CAA2C;IAC3C,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,mCAAmC;IACnC,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,8CAA8C;IAC9C,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,iBAAS,YAAY,CAAC,EACpB,IAAI,EACJ,SAAS,EACT,IAAI,EACJ,QAAQ,EACR,KAAK,EACL,QAAQ,EACR,SAAS,GACV,EAAE,iBAAiB,+BAmCnB;AAED,iBAAS,YAAY,CAAC,EACpB,KAAuB,EACvB,QAAQ,EACR,SAAS,GACV,EAAE,aAAa,+BAaf;AAED;;;GAGG;AACH,eAAO,MAAM,QAAQ;;CAAsD,CAAC"}
@@ -0,0 +1,24 @@
1
+ import type { StoryObj } from "@storybook/react-vite";
2
+ declare const meta: {
3
+ title: string;
4
+ component: (({ title, children, className, }: import("./ToolList").ToolListProps) => import("react").JSX.Element) & {
5
+ Item: ({ name, thumbnail, href, quantity, price, children, className, }: import("./ToolList").ToolListItemProps) => import("react").JSX.Element;
6
+ };
7
+ tags: string[];
8
+ parameters: {
9
+ docs: {
10
+ description: {
11
+ component: string;
12
+ };
13
+ };
14
+ };
15
+ args: {
16
+ children: null;
17
+ };
18
+ };
19
+ export default meta;
20
+ type Story = StoryObj<typeof meta>;
21
+ export declare const Tools: Story;
22
+ export declare const Parts: Story;
23
+ export declare const WithoutTitle: Story;
24
+ //# sourceMappingURL=ToolList.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ToolList.stories.d.ts","sourceRoot":"","sources":["../../../src/components/ToolList/ToolList.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AA0B5D,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;;CAQuB,CAAC;AAElC,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,KAAK,EAAE,KAuBnB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,KAmBnB,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,KAkB1B,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=ToolList.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ToolList.test.d.ts","sourceRoot":"","sources":["../../../src/components/ToolList/ToolList.test.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ export { ToolList } from "./ToolList";
2
+ export type { ToolListProps, ToolListItemProps } from "./ToolList";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ToolList/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,YAAY,EAAE,aAAa,EAAE,iBAAiB,EAAE,MAAM,YAAY,CAAC"}