@altinn/altinn-components 0.30.2 → 0.31.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/dist/assets/Badge.css +1 -1
- package/dist/assets/Button.css +1 -1
- package/dist/assets/DialogListItem.css +1 -1
- package/dist/assets/DrawerBase.css +1 -1
- package/dist/assets/DrawerOrDropdown.css +1 -0
- package/dist/assets/DropdownBase.css +1 -1
- package/dist/assets/ListItemHeader.css +1 -1
- package/dist/assets/MenuItemBase.css +1 -1
- package/dist/assets/SeenByLog.css +1 -1
- package/dist/assets/SeenByLogButton.css +1 -0
- package/dist/assets/Transmission.css +1 -0
- package/dist/components/Account/AccountList.js +6 -6
- package/dist/components/Account/AccountListItem.js +1 -1
- package/dist/components/Account/AccountListItemControls.js +1 -1
- package/dist/components/Badge/Badge.js +12 -11
- package/dist/components/Bookmarks/BookmarksListItem.js +1 -1
- package/dist/components/Bookmarks/BookmarksSection.js +1 -1
- package/dist/components/Button/Button.js +42 -41
- package/dist/components/Dialog/DialogActivity.js +6 -6
- package/dist/components/Dialog/DialogBody.js +12 -12
- package/dist/components/Dialog/DialogByline.js +1 -1
- package/dist/components/Dialog/DialogContact.js +11 -4
- package/dist/components/Dialog/DialogHeader.js +32 -8
- package/dist/components/Dialog/DialogHistory.js +22 -21
- package/dist/components/Dialog/DialogHistoryItem.js +6 -39
- package/dist/components/Dialog/DialogHistorySegment.js +11 -67
- package/dist/components/Dialog/DialogListGroup.js +4 -4
- package/dist/components/Dialog/DialogListItem.js +123 -105
- package/dist/components/Dialog/DialogMetadata.js +92 -70
- package/dist/components/Dialog/DialogSeenBy.js +36 -19
- package/dist/components/Dialog/SeenByLog.js +21 -23
- package/dist/components/Dialog/SeenByLogButton.js +30 -0
- package/dist/components/Dialog/index.js +28 -30
- package/dist/components/Dropdown/DrawerBase.js +15 -17
- package/dist/components/Dropdown/DrawerOrDropdown.js +20 -19
- package/dist/components/Dropdown/DropdownBase.js +1 -1
- package/dist/components/GlobalMenu/GlobalMenu.js +44 -43
- package/dist/components/GlobalMenu/GlobalMenuBase.js +7 -7
- package/dist/components/Header/Header.js +26 -26
- package/dist/components/List/List.js +1 -1
- package/dist/components/List/ListItemHeader.js +56 -56
- package/dist/components/Menu/MenuItemBase.js +15 -15
- package/dist/components/Menu/MenuOption.js +11 -12
- package/dist/components/Search/SearchItem.js +2 -2
- package/dist/components/Searchbar/AutocompleteItem.js +1 -1
- package/dist/components/Searchbar/SuggestListItem.js +1 -1
- package/dist/components/Settings/SettingsItem.js +7 -7
- package/dist/components/Settings/SettingsList.js +1 -1
- package/dist/components/Transmission/Transmission.js +53 -47
- package/dist/components/Transmission/TransmissionList.js +2 -2
- package/dist/components/Transmission/TransmissionType.js +28 -0
- package/dist/components/Transmission/index.js +5 -2
- package/dist/components/index.js +351 -350
- package/dist/index.js +357 -356
- package/dist/types/lib/components/Badge/Badge.d.ts +1 -1
- package/dist/types/lib/components/Dialog/DialogContact.d.ts +6 -3
- package/dist/types/lib/components/Dialog/DialogHeader.d.ts +13 -3
- package/dist/types/lib/components/Dialog/DialogHeader.stories.d.ts +1 -1
- package/dist/types/lib/components/Dialog/DialogHistory.d.ts +2 -1
- package/dist/types/lib/components/Dialog/DialogHistory.stories.d.ts +3 -7
- package/dist/types/lib/components/Dialog/DialogHistoryItem.d.ts +4 -7
- package/dist/types/lib/components/Dialog/DialogHistorySegment.d.ts +7 -8
- package/dist/types/lib/components/Dialog/DialogListItem.d.ts +15 -31
- package/dist/types/lib/components/Dialog/DialogListItem.stories.d.ts +252 -23
- package/dist/types/lib/components/Dialog/DialogMetadata.d.ts +13 -7
- package/dist/types/lib/components/Dialog/DialogMetadata.stories.d.ts +2 -1
- package/dist/types/lib/components/Dialog/SeenByLogButton.d.ts +13 -0
- package/dist/types/lib/components/Dialog/index.d.ts +1 -2
- package/dist/types/lib/components/Dropdown/DrawerBase.d.ts +1 -3
- package/dist/types/lib/components/Forms/Radio.stories.d.ts +1 -0
- package/dist/types/lib/components/GlobalMenu/GlobalMenu.d.ts +2 -1
- package/dist/types/lib/components/GlobalMenu/GlobalMenu.stories.d.ts +2 -1
- package/dist/types/lib/components/GlobalMenu/GlobalMenuBase.d.ts +3 -3
- package/dist/types/lib/components/Transmission/Transmission.d.ts +8 -5
- package/dist/types/lib/components/Transmission/Transmission.stories.d.ts +5 -3
- package/dist/types/lib/components/Transmission/TransmissionList.stories.d.ts +16 -0
- package/dist/types/lib/components/Transmission/TransmissionType.d.ts +22 -0
- package/dist/types/lib/components/Transmission/index.d.ts +1 -0
- package/dist/types/lib/stories/Dialog/Dialog.stories.d.ts +17 -0
- package/dist/types/lib/stories/Inbox.stories.d.ts +10 -11
- package/package.json +2 -2
- package/dist/Eye-BuhFHkaK.js +0 -25
- package/dist/assets/DialogHeading.css +0 -1
- package/dist/components/Dialog/DialogHeading.js +0 -18
- package/dist/components/Dialog/DialogTouchedBy.js +0 -8
- package/dist/types/lib/components/Dialog/DialogHeading.d.ts +0 -19
- package/dist/types/lib/components/Dialog/DialogTouchedBy.d.ts +0 -11
- package/dist/types/lib/components/Dialog/DialogTouchedBy.stories.d.ts +0 -15
|
@@ -1,18 +1,21 @@
|
|
|
1
1
|
import { ReactElement, ReactNode } from 'react';
|
|
2
|
-
import { AttachmentListProps, AvatarProps, BadgeProps, ListItemProps } from '..';
|
|
3
|
-
|
|
2
|
+
import { AttachmentListProps, AvatarProps, BadgeProps, ListItemProps, SeenByLogProps } from '..';
|
|
3
|
+
import { TransmissionTypeProps } from './TransmissionType';
|
|
4
4
|
export interface TransmissionProps extends Omit<ListItemProps, 'children'> {
|
|
5
5
|
id: string;
|
|
6
|
+
type?: TransmissionTypeProps;
|
|
7
|
+
unread?: boolean;
|
|
8
|
+
badge?: BadgeProps;
|
|
6
9
|
datetime?: string;
|
|
7
10
|
byline?: ReactNode;
|
|
8
|
-
badge?: BadgeProps;
|
|
9
11
|
createdAt?: string;
|
|
10
12
|
createdAtLabel?: string;
|
|
11
13
|
sender?: AvatarProps;
|
|
12
14
|
title?: string;
|
|
13
15
|
summary?: string;
|
|
14
16
|
attachments?: AttachmentListProps;
|
|
15
|
-
|
|
17
|
+
/** Transmission is seen by the end user or others */
|
|
18
|
+
seenByLog?: SeenByLogProps;
|
|
16
19
|
children?: ReactNode | (() => ReactElement);
|
|
17
20
|
}
|
|
18
|
-
export declare const Transmission: ({
|
|
21
|
+
export declare const Transmission: ({ type, unread, size, color, title, createdAt, createdAtLabel, badge, sender, summary, attachments, children, seenByLog, ...item }: TransmissionProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,21 +1,23 @@
|
|
|
1
1
|
import { TransmissionProps } from '..';
|
|
2
2
|
declare const meta: {
|
|
3
3
|
title: string;
|
|
4
|
-
component: ({
|
|
4
|
+
component: ({ type, unread, size, color, title, createdAt, createdAtLabel, badge, sender, summary, attachments, children, seenByLog, ...item }: TransmissionProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
5
|
tags: string[];
|
|
6
6
|
parameters: {};
|
|
7
7
|
args: {
|
|
8
8
|
id: string;
|
|
9
|
+
type?: import('./TransmissionType').TransmissionTypeProps;
|
|
10
|
+
unread?: boolean;
|
|
11
|
+
badge?: import('..').BadgeProps;
|
|
9
12
|
datetime?: string;
|
|
10
13
|
byline?: React.ReactNode;
|
|
11
|
-
badge?: import('..').BadgeProps;
|
|
12
14
|
createdAt?: string;
|
|
13
15
|
createdAtLabel?: string;
|
|
14
16
|
sender?: import('..').AvatarProps;
|
|
15
17
|
title?: string;
|
|
16
18
|
summary?: string;
|
|
17
19
|
attachments?: import('..').AttachmentListProps;
|
|
18
|
-
|
|
20
|
+
seenByLog?: import('..').SeenByLogProps;
|
|
19
21
|
children?: React.ReactNode | (() => React.ReactElement);
|
|
20
22
|
border?: import('..').ListItemBorder | undefined;
|
|
21
23
|
loading?: boolean | undefined;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { StoryObj } from '@storybook/react-vite';
|
|
2
|
+
import { TransmissionListProps } from '..';
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: ({ items }: TransmissionListProps) => import("react/jsx-runtime").JSX.Element | null;
|
|
6
|
+
tags: string[];
|
|
7
|
+
parameters: {};
|
|
8
|
+
args: {
|
|
9
|
+
items: TransmissionListProps["items"];
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
export default meta;
|
|
13
|
+
type Story = StoryObj<typeof meta>;
|
|
14
|
+
export declare const Default: Story;
|
|
15
|
+
export declare const Outgoing: Story;
|
|
16
|
+
export declare const Incoming: Story;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export declare enum TransmissionTypeEnum {
|
|
2
|
+
/** Incoming transmissions */
|
|
3
|
+
information = "information",
|
|
4
|
+
acceptance = "acceptance",
|
|
5
|
+
rejection = "rejection",
|
|
6
|
+
request = "request",
|
|
7
|
+
alert = "alert",
|
|
8
|
+
decision = "decision",
|
|
9
|
+
/** Outgoing transmissions should not display anything */
|
|
10
|
+
submission = "submission",
|
|
11
|
+
correction = "correction"
|
|
12
|
+
}
|
|
13
|
+
export type TransmissionTypeValue = keyof typeof TransmissionTypeEnum;
|
|
14
|
+
export interface TransmissionTypeProps {
|
|
15
|
+
loading?: boolean;
|
|
16
|
+
value?: TransmissionTypeValue;
|
|
17
|
+
label?: string;
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Transmission type.
|
|
21
|
+
*/
|
|
22
|
+
export declare const TransmissionType: ({ loading, value, label }: TransmissionTypeProps) => import("react/jsx-runtime").JSX.Element | null;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
declare const meta: {
|
|
2
|
+
title: string;
|
|
3
|
+
component: ({ backButton, contextMenu, pageMenu, children }: import('../../components').DialogLayoutProps) => import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
tags: string[];
|
|
5
|
+
parameters: {};
|
|
6
|
+
args: {
|
|
7
|
+
backButton?: import('../../components').BackButtonProps;
|
|
8
|
+
contextMenu?: import('../../components').ContextMenuProps;
|
|
9
|
+
pageMenu?: import('../../components').PageMenuProps;
|
|
10
|
+
children?: React.ReactNode;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
export default meta;
|
|
14
|
+
export declare const TransmissionsHistory: () => import("react/jsx-runtime").JSX.Element;
|
|
15
|
+
export declare const Transmissions: () => import("react/jsx-runtime").JSX.Element;
|
|
16
|
+
export declare const StatusAttention: () => import("react/jsx-runtime").JSX.Element;
|
|
17
|
+
export declare const StatusTransmissions: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -7,14 +7,13 @@ declare const meta: {
|
|
|
7
7
|
args: {};
|
|
8
8
|
};
|
|
9
9
|
export default meta;
|
|
10
|
-
export declare const
|
|
11
|
-
export declare const
|
|
12
|
-
export declare const
|
|
13
|
-
export declare const
|
|
14
|
-
export declare const
|
|
15
|
-
export declare const
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
export declare const
|
|
19
|
-
export declare const
|
|
20
|
-
export declare const DialogContact: () => import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
export declare const InboxPage: () => import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
export declare const SearchPage: () => import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
export declare const DraftsPage: () => import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
export declare const SentPage: () => import("react/jsx-runtime").JSX.Element;
|
|
14
|
+
export declare const BookmarksPage: () => import("react/jsx-runtime").JSX.Element;
|
|
15
|
+
export declare const ArchivePage: () => import("react/jsx-runtime").JSX.Element;
|
|
16
|
+
export declare const TrashPage: () => import("react/jsx-runtime").JSX.Element;
|
|
17
|
+
export declare const DialogStatusAttention: () => import("react/jsx-runtime").JSX.Element;
|
|
18
|
+
export declare const DialogStatusTransmissions: () => import("react/jsx-runtime").JSX.Element;
|
|
19
|
+
export declare const DialogTransmissions: () => import("react/jsx-runtime").JSX.Element;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@altinn/altinn-components",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.31.0",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist/",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"build": "tsc && vite build",
|
|
72
72
|
"format": "lint-staged",
|
|
73
73
|
"lint": "biome check",
|
|
74
|
-
"lint:fix": "biome check ./
|
|
74
|
+
"lint:fix": "biome check ./ --write",
|
|
75
75
|
"dev": "vite",
|
|
76
76
|
"build-storybook": "storybook build",
|
|
77
77
|
"test-storybook": "test-storybook",
|
package/dist/Eye-BuhFHkaK.js
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
import * as a from "react";
|
|
3
|
-
import { forwardRef as i } from "react";
|
|
4
|
-
import { u as c } from "./useId-BVFxCjkq.js";
|
|
5
|
-
var f = function(t, n) {
|
|
6
|
-
var r = {};
|
|
7
|
-
for (var e in t) Object.prototype.hasOwnProperty.call(t, e) && n.indexOf(e) < 0 && (r[e] = t[e]);
|
|
8
|
-
if (t != null && typeof Object.getOwnPropertySymbols == "function")
|
|
9
|
-
for (var l = 0, e = Object.getOwnPropertySymbols(t); l < e.length; l++)
|
|
10
|
-
n.indexOf(e[l]) < 0 && Object.prototype.propertyIsEnumerable.call(t, e[l]) && (r[e[l]] = t[e[l]]);
|
|
11
|
-
return r;
|
|
12
|
-
};
|
|
13
|
-
const p = i((t, n) => {
|
|
14
|
-
var { title: r, titleId: e } = t, l = f(t, ["title", "titleId"]);
|
|
15
|
-
let o = c();
|
|
16
|
-
return o = r ? e || "title-" + o : void 0, a.createElement(
|
|
17
|
-
"svg",
|
|
18
|
-
Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", focusable: !1, role: "img", ref: n, "aria-labelledby": o }, l),
|
|
19
|
-
r ? a.createElement("title", { id: o }, r) : null,
|
|
20
|
-
a.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M4.148 12.317A10 10 0 0 1 3.905 12q.103-.14.243-.317c.35-.438.878-1.025 1.582-1.61C7.136 8.902 9.222 7.75 12 7.75a4.25 4.25 0 0 0 0 8.5c-2.778 0-4.864-1.152-6.27-2.323a11.3 11.3 0 0 1-1.582-1.61M12 16.25a4.25 4.25 0 0 0 0-8.5c2.778 0 4.864 1.152 6.27 2.323A11.3 11.3 0 0 1 20.095 12q-.103.14-.243.317a11.3 11.3 0 0 1-1.582 1.61c-1.406 1.171-3.492 2.323-6.27 2.323m0-10c-3.222 0-5.636 1.343-7.23 2.67a12.8 12.8 0 0 0-1.793 1.826 10 10 0 0 0-.576.796l-.05.08-.011.022a1 1 0 0 0-.037.078c-.012.032-.045.17-.053.278.008.108.041.246.053.278l.037.078.012.022.05.08q.04.069.12.182c.103.152.254.363.455.614.4.5.997 1.163 1.793 1.826 1.594 1.327 4.008 2.67 7.23 2.67s5.636-1.343 7.23-2.67a12.8 12.8 0 0 0 1.793-1.826 10 10 0 0 0 .576-.796l.035-.056.005-.009.01-.015.011-.022.016-.03c.004-.01.015-.033.02-.048.013-.032.046-.17.054-.278a1.4 1.4 0 0 0-.053-.278l-.021-.047q-.012-.024-.016-.031l-.02-.034-.006-.012a4 4 0 0 0-.155-.238 10 10 0 0 0-.456-.614c-.4-.5-.997-1.163-1.793-1.826-1.594-1.327-4.008-2.67-7.23-2.67M9.25 12a2.75 2.75 0 1 1 5.5 0 2.75 2.75 0 0 1-5.5 0", clipRule: "evenodd" })
|
|
21
|
-
);
|
|
22
|
-
});
|
|
23
|
-
export {
|
|
24
|
-
p as S
|
|
25
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
._heading_rx9gi_1{padding-right:1.25rem;display:inline-flex;column-gap:.5em}._title_rx9gi_7{line-height:1.25;font-weight:600;margin:0}._title_rx9gi_7[data-size=xs],._title_rx9gi_7[data-size=sm]{font-size:1rem}._title_rx9gi_7[data-size=md],._title_rx9gi_7[data-size=lg],._title_rx9gi_7[data-size=xl]{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}._title_rx9gi_7[data-size=md]{font-size:1rem}._title_rx9gi_7[data-size=lg],._title_rx9gi_7[data-size=xl]{font-size:1.25rem;line-height:1.25}._title_rx9gi_7[data-seen=true],._title_rx9gi_7[data-state=archived]{font-weight:400}._title_rx9gi_7[data-state=trashed]{font-weight:400;text-decoration:line-through}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { jsxs as n, jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import "../../index-L8X2o7IH.js";
|
|
3
|
-
import "react";
|
|
4
|
-
import { Skeleton as l } from "../Skeleton/Skeleton.js";
|
|
5
|
-
import { Badge as d } from "../Badge/Badge.js";
|
|
6
|
-
import "../RootProvider/RootProvider.js";
|
|
7
|
-
import "../Searchbar/AutocompleteBase.js";
|
|
8
|
-
import "../Snackbar/useSnackbar.js";
|
|
9
|
-
import '../../assets/DialogHeading.css';const p = "_heading_rx9gi_1", c = "_title_rx9gi_7", r = {
|
|
10
|
-
heading: p,
|
|
11
|
-
title: c
|
|
12
|
-
}, u = ({ loading: e, size: s = "sm", seen: a = !1, state: o, badge: i, children: m }) => /* @__PURE__ */ n("div", { className: r.heading, children: [
|
|
13
|
-
/* @__PURE__ */ t(l, { loading: e, children: /* @__PURE__ */ t("h2", { className: r.title, "data-seen": a, "data-size": s, "data-state": o, children: m }) }),
|
|
14
|
-
!e && i && /* @__PURE__ */ t(d, { ...i })
|
|
15
|
-
] });
|
|
16
|
-
export {
|
|
17
|
-
u as DialogHeading
|
|
18
|
-
};
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import "../../index-L8X2o7IH.js";
|
|
3
|
-
import "react";
|
|
4
|
-
import { AvatarGroup as t } from "../Avatar/AvatarGroup.js";
|
|
5
|
-
const e = ({ loading: m, size: p = "sm", touchedBy: r = [], className: i }) => !(r != null && r.length) || m ? null : /* @__PURE__ */ o(t, { defaultType: "person", items: r, size: p, className: i });
|
|
6
|
-
export {
|
|
7
|
-
e as DialogTouchedBy
|
|
8
|
-
};
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { ReactNode } from 'react';
|
|
2
|
-
import { BadgeProps, DialogListItemSize, DialogListItemState } from '..';
|
|
3
|
-
export type DialogHeadingProps = {
|
|
4
|
-
loading?: boolean;
|
|
5
|
-
/** Size */
|
|
6
|
-
size?: DialogListItemSize;
|
|
7
|
-
/** Type */
|
|
8
|
-
state?: DialogListItemState;
|
|
9
|
-
/** Badge */
|
|
10
|
-
badge?: BadgeProps;
|
|
11
|
-
/** Variant */
|
|
12
|
-
seen?: boolean;
|
|
13
|
-
/** Dialog title */
|
|
14
|
-
children?: ReactNode;
|
|
15
|
-
};
|
|
16
|
-
/**
|
|
17
|
-
* Dialog heading
|
|
18
|
-
*/
|
|
19
|
-
export declare const DialogHeading: ({ loading, size, seen, state, badge, children }: DialogHeadingProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { AvatarSize } from '../Avatar';
|
|
2
|
-
export interface DialogTouchedByActor {
|
|
3
|
-
name: string;
|
|
4
|
-
}
|
|
5
|
-
export interface DialogTouchedByProps {
|
|
6
|
-
loading?: boolean;
|
|
7
|
-
size?: AvatarSize;
|
|
8
|
-
touchedBy?: DialogTouchedByActor[];
|
|
9
|
-
className?: string;
|
|
10
|
-
}
|
|
11
|
-
export declare const DialogTouchedBy: ({ loading, size, touchedBy, className }: DialogTouchedByProps) => import("react/jsx-runtime").JSX.Element | null;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react-vite';
|
|
2
|
-
declare const meta: {
|
|
3
|
-
title: string;
|
|
4
|
-
component: ({ loading, size, touchedBy, className }: import('./DialogTouchedBy').DialogTouchedByProps) => import("react/jsx-runtime").JSX.Element | null;
|
|
5
|
-
tags: string[];
|
|
6
|
-
parameters: {};
|
|
7
|
-
args: {
|
|
8
|
-
touchedBy: {
|
|
9
|
-
name: string;
|
|
10
|
-
}[];
|
|
11
|
-
};
|
|
12
|
-
};
|
|
13
|
-
export default meta;
|
|
14
|
-
type Story = StoryObj<typeof meta>;
|
|
15
|
-
export declare const Default: Story;
|