@factorialco/f0-react 4.47.1 → 4.47.2
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/{ChatPdfThumbnail-Do7W0hDk.js → ChatPdfThumbnail-Cz-NbQ1w.js} +1 -1
- package/dist/{DocumentToolbar-DrzPSeKc.js → DocumentToolbar-Ct_Et9Ep.js} +1 -1
- package/dist/{DocxViewer-DfyZy0OC.js → DocxViewer-FDYl7a9o.js} +1 -1
- package/dist/{SheetViewer-CIVjgXZX.js → SheetViewer-CcUI_Cm_.js} +1 -1
- package/dist/{TextViewer-DxQTS3w6.js → TextViewer-DOYwJUHI.js} +1 -1
- package/dist/ai.d.ts +6 -6
- package/dist/component-status.d.ts +6 -6
- package/dist/component-status.js +1 -1
- package/dist/experimental.d.ts +6 -6
- package/dist/experimental.js +4 -4
- package/dist/f0.d.ts +6 -6
- package/dist/f0.js +4 -4
- package/dist/i18n-provider-defaults.d.ts +6 -6
- package/dist/{index-GYtcPbOz.js → index-8Z3dRSwW.js} +1 -1
- package/dist/{index-CDaRGzb8.js → index-CAXEmnmo.js} +2 -2
- package/dist/{pdfWorker-YS2Gadpl.js → pdfWorker-B1n2TrgP.js} +1 -1
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as i, jsx as l } from "react/jsx-runtime";
|
|
2
2
|
import { useState as u, useCallback as m, useMemo as p } from "react";
|
|
3
3
|
import { u as x, i as w, j as k, k as S, l as C } from "./F0CanvasPanel-CUlu2cJa.js";
|
|
4
|
-
import { n as g, a as h, f as v, T as r, d as F } from "./index-
|
|
4
|
+
import { n as g, a as h, f as v, T as r, d as F } from "./index-CAXEmnmo.js";
|
|
5
5
|
const D = () => {
|
|
6
6
|
const [t, a] = u(1), n = m(
|
|
7
7
|
() => a((e) => g(e) ?? e),
|
|
@@ -2,7 +2,7 @@ import { jsxs as c, jsx as t } from "react/jsx-runtime";
|
|
|
2
2
|
import { useRef as g, useState as h, useEffect as b } from "react";
|
|
3
3
|
import { r as p } from "./docx-preview-BjeY0ez5.js";
|
|
4
4
|
import { u as v, S as w } from "./F0CanvasPanel-CUlu2cJa.js";
|
|
5
|
-
import { u as x, D as y } from "./DocumentToolbar-
|
|
5
|
+
import { u as x, D as y } from "./DocumentToolbar-Ct_Et9Ep.js";
|
|
6
6
|
const V = ({
|
|
7
7
|
url: o,
|
|
8
8
|
filename: d,
|
|
@@ -2,7 +2,7 @@ import { jsxs as a, jsx as r, Fragment as N } from "react/jsx-runtime";
|
|
|
2
2
|
import { useState as i, useEffect as k } from "react";
|
|
3
3
|
import { u as v, T as S, h as V, S as R } from "./F0CanvasPanel-CUlu2cJa.js";
|
|
4
4
|
import { f as z, c as E } from "./sheetPreview-5qeAOp0W.js";
|
|
5
|
-
import { u as _, D as j } from "./DocumentToolbar-
|
|
5
|
+
import { u as _, D as j } from "./DocumentToolbar-Ct_Et9Ep.js";
|
|
6
6
|
const g = 1e3, F = 100, G = ({
|
|
7
7
|
url: n,
|
|
8
8
|
filename: y,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as b, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import { useState as _, useEffect as h } from "react";
|
|
3
3
|
import { u as x, S as p, p as w } from "./F0CanvasPanel-CUlu2cJa.js";
|
|
4
|
-
import { u as y, D as g } from "./DocumentToolbar-
|
|
4
|
+
import { u as y, D as g } from "./DocumentToolbar-Ct_Et9Ep.js";
|
|
5
5
|
const k = 2 * 1024 * 1024, v = [
|
|
6
6
|
"[&_h1]:mb-3 [&_h1]:mt-6 [&_h1]:text-2xl [&_h1]:font-semibold",
|
|
7
7
|
"[&_h2]:mb-2 [&_h2]:mt-5 [&_h2]:text-xl [&_h2]:font-semibold",
|
package/dist/ai.d.ts
CHANGED
|
@@ -5187,8 +5187,10 @@ declare module "@tiptap/core" {
|
|
|
5187
5187
|
|
|
5188
5188
|
declare module "@tiptap/core" {
|
|
5189
5189
|
interface Commands<ReturnType> {
|
|
5190
|
-
|
|
5191
|
-
|
|
5190
|
+
videoEmbed: {
|
|
5191
|
+
setVideoEmbed: (options: {
|
|
5192
|
+
src: string;
|
|
5193
|
+
}) => ReturnType;
|
|
5192
5194
|
};
|
|
5193
5195
|
}
|
|
5194
5196
|
}
|
|
@@ -5196,10 +5198,8 @@ declare module "@tiptap/core" {
|
|
|
5196
5198
|
|
|
5197
5199
|
declare module "@tiptap/core" {
|
|
5198
5200
|
interface Commands<ReturnType> {
|
|
5199
|
-
|
|
5200
|
-
|
|
5201
|
-
src: string;
|
|
5202
|
-
}) => ReturnType;
|
|
5201
|
+
transcript: {
|
|
5202
|
+
insertTranscript: (data: TranscriptData) => ReturnType;
|
|
5203
5203
|
};
|
|
5204
5204
|
}
|
|
5205
5205
|
}
|
|
@@ -290,8 +290,10 @@ declare module "@tiptap/core" {
|
|
|
290
290
|
|
|
291
291
|
declare module "@tiptap/core" {
|
|
292
292
|
interface Commands<ReturnType> {
|
|
293
|
-
|
|
294
|
-
|
|
293
|
+
videoEmbed: {
|
|
294
|
+
setVideoEmbed: (options: {
|
|
295
|
+
src: string;
|
|
296
|
+
}) => ReturnType;
|
|
295
297
|
};
|
|
296
298
|
}
|
|
297
299
|
}
|
|
@@ -299,10 +301,8 @@ declare module "@tiptap/core" {
|
|
|
299
301
|
|
|
300
302
|
declare module "@tiptap/core" {
|
|
301
303
|
interface Commands<ReturnType> {
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
src: string;
|
|
305
|
-
}) => ReturnType;
|
|
304
|
+
transcript: {
|
|
305
|
+
insertTranscript: (data: TranscriptData) => ReturnType;
|
|
306
306
|
};
|
|
307
307
|
}
|
|
308
308
|
}
|
package/dist/component-status.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as u, jsx as r } from "react/jsx-runtime";
|
|
2
|
-
const y = { generatedAt: "2026-07-22T10:27:33.721Z", stats: { total: 260, byStatus: { stable: 39, experimental: 133, deprecated: 7, internal: 0, unknown: 81 }, byZone: { components: 60, deprecated: 5, experimental: 48, hooks: 4, kits: 28, layouts: 4, patterns: 47, sds: 64 }, byDocQuality: { none: 180, stub: 42, acceptable: 25, good: 2, gold: 11 }, withUnitTests: 109, withMdxDocs: 80 }, components: [{ name: "ActionBar", zone: "components", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "components/F0ActionBar/index.stories.tsx" }, { name: "Alert", zone: "components", apiStatus: "stable", tags: ["stable", "!autodocs"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !0, hasMdxDocs: !0, docQuality: "gold", docSignals: { sectionsCount: 3, hasProps: !0, hasWhenToUse: !0, hasWhenNotToUse: !0, hasDoDonts: !0, exampleCount: 5 }, storyFile: "components/F0Alert/__stories__/F0Alert.stories.tsx" }, { name: "Avatars/Avatar", zone: "components", apiStatus: "stable", tags: ["stable", "!autodocs"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !0, hasMdxDocs: !0, docQuality: "good", docSignals: { sectionsCount: 2, hasProps: !0, hasWhenToUse: !0, hasWhenNotToUse: !0, hasDoDonts: !0, exampleCount: 3 }, storyFile: "components/avatars/F0Avatar/__stories__/F0Avatar.stories.tsx" }, { name: "Avatars/AvatarAlert", zone: "components", apiStatus: "stable", tags: ["stable", "!autodocs"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "acceptable", docSignals: { sectionsCount: 2, hasProps: !0, hasWhenToUse: !0, hasWhenNotToUse: !0, hasDoDonts: !1, exampleCount: 2 }, storyFile: "components/avatars/F0AvatarAlert/__stories__/F0AvatarAlert.stories.tsx" }, { name: "Avatars/AvatarCompany", zone: "components", apiStatus: "stable", tags: ["stable", "!autodocs"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "acceptable", docSignals: { sectionsCount: 2, hasProps: !0, hasWhenToUse: !0, hasWhenNotToUse: !0, hasDoDonts: !1, exampleCount: 1 }, storyFile: "components/avatars/F0AvatarCompany/__stories__/F0AvatarCompany.stories.tsx" }, { name: "Avatars/AvatarDate", zone: "components", apiStatus: "stable", tags: ["stable", "!autodocs"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "acceptable", docSignals: { sectionsCount: 2, hasProps: !0, hasWhenToUse: !0, hasWhenNotToUse: !0, hasDoDonts: !1, exampleCount: 1 }, storyFile: "components/avatars/F0AvatarDate/__stories__/F0AvatarDate.stories.tsx" }, { name: "Avatars/AvatarEmoji", zone: "components", apiStatus: "stable", tags: ["stable", "!autodocs"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "acceptable", docSignals: { sectionsCount: 2, hasProps: !0, hasWhenToUse: !0, hasWhenNotToUse: !0, hasDoDonts: !1, exampleCount: 1 }, storyFile: "components/avatars/F0AvatarEmoji/__stories__/F0AvatarEmoji.stories.tsx" }, { name: "Avatars/AvatarFile", zone: "components", apiStatus: "stable", tags: ["stable", "!autodocs"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "acceptable", docSignals: { sectionsCount: 2, hasProps: !0, hasWhenToUse: !0, hasWhenNotToUse: !0, hasDoDonts: !1, exampleCount: 2 }, storyFile: "components/avatars/F0AvatarFile/__stories__/F0AvatarFile.stories.tsx" }, { name: "Avatars/AvatarFlag", zone: "components", apiStatus: "stable", tags: ["stable", "!autodocs"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "acceptable", docSignals: { sectionsCount: 2, hasProps: !0, hasWhenToUse: !0, hasWhenNotToUse: !0, hasDoDonts: !1, exampleCount: 1 }, storyFile: "components/avatars/F0AvatarFlag/__stories__/F0AvatarFlag.stories.tsx" }, { name: "Avatars/AvatarIcon", zone: "components", apiStatus: "stable", tags: ["stable", "!autodocs"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "acceptable", docSignals: { sectionsCount: 2, hasProps: !0, hasWhenToUse: !0, hasWhenNotToUse: !0, hasDoDonts: !1, exampleCount: 1 }, storyFile: "components/avatars/F0AvatarIcon/__stories__/F0AvatarIcon.stories.tsx" }, { name: "Avatars/AvatarList", zone: "components", apiStatus: "stable", tags: ["stable", "!autodocs"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "acceptable", docSignals: { sectionsCount: 2, hasProps: !0, hasWhenToUse: !0, hasWhenNotToUse: !0, hasDoDonts: !1, exampleCount: 5 }, storyFile: "components/avatars/F0AvatarList/__stories__/F0AvatarList.stories.tsx" }, { name: "Avatars/AvatarModule", zone: "components", apiStatus: "stable", tags: ["stable", "!autodocs"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "acceptable", docSignals: { sectionsCount: 2, hasProps: !0, hasWhenToUse: !0, hasWhenNotToUse: !0, hasDoDonts: !1, exampleCount: 3 }, storyFile: "components/avatars/F0AvatarModule/__stories__/F0AvatarModule.stories.tsx" }, { name: "Avatars/AvatarPerson", zone: "components", apiStatus: "stable", tags: ["stable", "!autodocs"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "acceptable", docSignals: { sectionsCount: 2, hasProps: !0, hasWhenToUse: !0, hasWhenNotToUse: !0, hasDoDonts: !1, exampleCount: 2 }, storyFile: "components/avatars/F0AvatarPerson/__stories__/F0AvatarPerson.stories.tsx" }, { name: "Avatars/AvatarTeam", zone: "components", apiStatus: "stable", tags: ["stable", "!autodocs"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "acceptable", docSignals: { sectionsCount: 2, hasProps: !0, hasWhenToUse: !0, hasWhenNotToUse: !0, hasDoDonts: !1, exampleCount: 1 }, storyFile: "components/avatars/F0AvatarTeam/__stories__/F0AvatarTeam.stories.tsx" }, { name: "BigNumber", zone: "components", apiStatus: "stable", tags: ["stable"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !0, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 0, hasProps: !0, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !1, exampleCount: 0 }, storyFile: "components/F0BigNumber/__stories__/F0BigNumber.stories.tsx" }, { name: "Button/Button", zone: "components", apiStatus: "stable", tags: ["stable", "!autodocs"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !0, hasMdxDocs: !0, docQuality: "gold", docSignals: { sectionsCount: 3, hasProps: !0, hasWhenToUse: !0, hasWhenNotToUse: !0, hasDoDonts: !0, exampleCount: 7 }, storyFile: "components/F0Button/__stories__/F0Button.stories.tsx" }, { name: "Button/ButtonDropdown", zone: "components", apiStatus: "stable", tags: ["stable", "!autodocs"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !0, hasMdxDocs: !0, docQuality: "gold", docSignals: { sectionsCount: 3, hasProps: !0, hasWhenToUse: !0, hasWhenNotToUse: !0, hasDoDonts: !0, exampleCount: 12 }, storyFile: "components/F0ButtonDropdown/__stories__/F0ButtonDropdown.stories.tsx" }, { name: "Button/ButtonToggle", zone: "components", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !0, hasMdxDocs: !0, docQuality: "acceptable", docSignals: { sectionsCount: 2, hasProps: !0, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !0, exampleCount: 4 }, storyFile: "components/F0ButtonToggle/__stories__/F0ButtonToggle.stories.tsx" }, { name: "Button/ButtonToggleGroup", zone: "components", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !0, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 0, hasProps: !0, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !1, exampleCount: 0 }, storyFile: "components/F0ButtonToggleGroup/__stories__/F0ButtonToggleGroup.stories.tsx" }, { name: "Calendar", zone: "components", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "components/OneCalendar/OneCalendar.stories.tsx" }, { name: "Card", zone: "components", apiStatus: "stable", tags: ["stable"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !0, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "components/F0Card/__stories__/Card.stories.tsx" }, { name: "CardSelectable", zone: "components", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !0, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "components/CardSelectable/index.stories.tsx" }, { name: "Checkbox", zone: "components", apiStatus: "stable", tags: ["stable", "!autodocs"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !0, hasMdxDocs: !0, docQuality: "acceptable", docSignals: { sectionsCount: 2, hasProps: !0, hasWhenToUse: !0, hasWhenNotToUse: !0, hasDoDonts: !1, exampleCount: 4 }, storyFile: "components/F0Checkbox/__stories__/F0Checkbox.stories.tsx" }, { name: "Chip/Chip", zone: "components", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 1, hasProps: !0, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !1, exampleCount: 5 }, storyFile: "components/OneChip/index.stories.tsx" }, { name: "Chip/ChipList", zone: "components", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !0, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "components/F0ChipList/index.stories.tsx" }, { name: "DatePicker", zone: "components", apiStatus: "stable", tags: ["stable"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !0, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "components/F0DatePicker/__stories__/F0DatePicker.stories.tsx" }, { name: "Dialog", zone: "components", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !0, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 0, hasProps: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !1, exampleCount: 1 }, storyFile: "components/dialog-alike/F0Dialog/__stories__/F0Dialog.stories.tsx" }, { name: "Drawer", zone: "components", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "acceptable", docSignals: { sectionsCount: 2, hasProps: !0, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !1, exampleCount: 6 }, storyFile: "components/dialog-alike/F0Drawer/__stories__/F0Drawer.stories.tsx" }, { name: "EmptyState", zone: "components", apiStatus: "stable", tags: ["stable"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !0, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "components/OneEmptyState/__stories__/OneEmptyState.stories.tsx" }, { name: "F0Accordion", zone: "components", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !0, hasMdxDocs: !0, docQuality: "gold", docSignals: { sectionsCount: 3, hasProps: !0, hasWhenToUse: !0, hasWhenNotToUse: !0, hasDoDonts: !0, exampleCount: 9 }, storyFile: "components/F0Accordion/__stories__/F0Accordion.stories.tsx" }, { name: "F0AudioPlayer", zone: "components", apiStatus: "experimental", tags: ["experimental", "!autodocs"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "gold", docSignals: { sectionsCount: 3, hasProps: !0, hasWhenToUse: !0, hasWhenNotToUse: !0, hasDoDonts: !0, exampleCount: 6 }, storyFile: "components/F0AudioPlayer/__stories__/F0AudioPlayer.stories.tsx" }, { name: "F0PdfViewer", zone: "components", apiStatus: "experimental", tags: ["experimental", "!autodocs"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 1, hasProps: !0, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !1, exampleCount: 9 }, storyFile: "components/F0PdfViewer/__stories__/F0PdfViewer.stories.tsx" }, { name: "F0Slider", zone: "components", apiStatus: "experimental", tags: ["experimental", "!autodocs"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "gold", docSignals: { sectionsCount: 3, hasProps: !0, hasWhenToUse: !0, hasWhenNotToUse: !0, hasDoDonts: !0, exampleCount: 10 }, storyFile: "components/F0Slider/__stories__/F0Slider.stories.tsx" }, { name: "FileItem", zone: "components", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !0, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "components/F0FileItem/__stories__/F0FileItem.stories.tsx" }, { name: "Heading", zone: "components", apiStatus: "stable", tags: ["!autodocs", "stable"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !0, hasMdxDocs: !0, docQuality: "acceptable", docSignals: { sectionsCount: 3, hasProps: !0, hasWhenToUse: !0, hasWhenNotToUse: !0, hasDoDonts: !1, exampleCount: 3 }, storyFile: "components/F0Heading/__stories__/Heading.stories.tsx" }, { name: "Icon", zone: "components", apiStatus: "stable", tags: ["stable"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !0, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 1, hasProps: !0, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !0, exampleCount: 1 }, storyFile: "components/F0Icon/__stories__/F0Icon.stories.tsx" }, { name: "Image", zone: "components", apiStatus: "stable", tags: ["stable"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "components/Utilities/Image/index.stories.tsx" }, { name: "Inputs/Duration input", zone: "components", apiStatus: "stable", tags: ["stable", "!autodocs"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "acceptable", docSignals: { sectionsCount: 2, hasProps: !0, hasWhenToUse: !0, hasWhenNotToUse: !0, hasDoDonts: !1, exampleCount: 4 }, storyFile: "components/F0DurationInput/__stories__/F0DurationInput.stories.tsx" }, { name: "Inputs/Number input", zone: "components", apiStatus: "stable", tags: ["stable", "!autodocs"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "acceptable", docSignals: { sectionsCount: 2, hasProps: !0, hasWhenToUse: !0, hasWhenNotToUse: !0, hasDoDonts: !1, exampleCount: 3 }, storyFile: "components/F0NumberInput/__stories__/F0NumberInput.stories.tsx" }, { name: "Inputs/Search input", zone: "components", apiStatus: "stable", tags: ["stable", "!autodocs"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "acceptable", docSignals: { sectionsCount: 2, hasProps: !0, hasWhenToUse: !0, hasWhenNotToUse: !0, hasDoDonts: !1, exampleCount: 4 }, storyFile: "components/F0SearchInput/__stories__/F0SearchInput.stories.tsx" }, { name: "Inputs/Text area input", zone: "components", apiStatus: "stable", tags: ["stable", "!autodocs"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "acceptable", docSignals: { sectionsCount: 2, hasProps: !0, hasWhenToUse: !0, hasWhenNotToUse: !0, hasDoDonts: !1, exampleCount: 1 }, storyFile: "components/F0TextAreaInput/__stories__/F0TextAreaInput.stories.tsx" }, { name: "Inputs/Text input", zone: "components", apiStatus: "stable", tags: ["stable", "!autodocs"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "acceptable", docSignals: { sectionsCount: 2, hasProps: !0, hasWhenToUse: !0, hasWhenNotToUse: !0, hasDoDonts: !1, exampleCount: 3 }, storyFile: "components/F0TextInput/__stories__/F0TextInput.stories.tsx" }, { name: "Link", zone: "components", apiStatus: "stable", tags: ["stable"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !0, hasMdxDocs: !0, docQuality: "gold", docSignals: { sectionsCount: 2, hasProps: !0, hasWhenToUse: !0, hasWhenNotToUse: !0, hasDoDonts: !0, exampleCount: 4 }, storyFile: "components/F0Link/__stories__/F0Link.stories.tsx" }, { name: "Primitives/F0InputField", zone: "components", apiStatus: "stable", tags: ["stable", "!autodocs"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "acceptable", docSignals: { sectionsCount: 2, hasProps: !0, hasWhenToUse: !0, hasWhenNotToUse: !0, hasDoDonts: !1, exampleCount: 12 }, storyFile: "components/F0InputField/__stories__/F0InputField.stories.tsx" }, { name: "Rich text/NotesTextEditor", zone: "components", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "components/RichText/F0NotesTextEditor/__stories__/F0NotesTextEditor.stories.tsx" }, { name: "Rich text/RichTextDisplay", zone: "components", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "components/RichText/F0RichTextDisplay/__stories__/F0RichTextDisplay.stories.tsx" }, { name: "Rich text/RichTextEditor", zone: "components", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "components/RichText/F0RichTextEditor/__stories__/F0RichTextEditor.stories.tsx" }, { name: "Select", zone: "components", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !0, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "components/F0Select/__stories__/F0Select.stories.tsx" }, { name: "TableOfContentPopover", zone: "components", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "components/F0TableOfContentPopover/__stories__/F0TableOfContentPopover.stories.tsx" }, { name: "Tags/TagAlert", zone: "components", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "components/tags/F0TagAlert/__storybook__/TagAlert.stories.tsx" }, { name: "Tags/TagBalance", zone: "components", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "components/tags/F0TagBalance/__storybook__/TagBalance.stories.tsx" }, { name: "Tags/TagCompany", zone: "components", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "components/tags/F0TagCompany/__storybook__/TagCompany.stories.tsx" }, { name: "Tags/TagDot", zone: "components", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "components/tags/F0TagDot/__storybook__/TagDot.stories.tsx" }, { name: "Tags/TagList", zone: "components", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "components/tags/F0TagList/__storybook__/TagList.stories.tsx" }, { name: "Tags/TagPerson", zone: "components", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "components/tags/F0TagPerson/__storybook__/TagPerson.stories.tsx" }, { name: "Tags/TagRaw", zone: "components", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "components/tags/F0TagRaw/__storybook__/TagRaw.stories.tsx" }, { name: "Tags/TagStatus", zone: "components", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "components/tags/F0TagStatus/__storybook__/TagStatus.stories.tsx" }, { name: "Tags/TagTeam", zone: "components", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "components/tags/F0TagTeam/__storybook__/TagTeam.stories.tsx" }, { name: "Text", zone: "components", apiStatus: "experimental", tags: ["!autodocs", "experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !0, hasMdxDocs: !0, docQuality: "acceptable", docSignals: { sectionsCount: 3, hasProps: !0, hasWhenToUse: !0, hasWhenNotToUse: !0, hasDoDonts: !1, exampleCount: 5 }, storyFile: "components/F0Text/__stories__/Text.stories.tsx" }, { name: "Widget", zone: "components", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "components/F0Widget/__stories__/F0Widget.stories.tsx" }, { name: "Dialog (deprecated)", zone: "deprecated", apiStatus: "deprecated", tags: ["deprecated"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !0, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "deprecated/Dialog/index.stories.tsx" }, { name: "EntitySelect/EntitySelect", zone: "deprecated", apiStatus: "deprecated", tags: ["deprecated"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !0, hasMdxDocs: !0, docQuality: "good", docSignals: { sectionsCount: 3, hasProps: !0, hasWhenToUse: !1, hasWhenNotToUse: !0, hasDoDonts: !0, exampleCount: 4 }, storyFile: "deprecated/EntitySelect/index.stories.tsx" }, { name: "EntitySelect/ListItem", zone: "deprecated", apiStatus: "deprecated", tags: ["deprecated"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "deprecated/EntitySelect/ListItem/index.stories.tsx" }, { name: "EntitySelect/ListTag", zone: "deprecated", apiStatus: "deprecated", tags: ["deprecated"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "deprecated/EntitySelect/ListTag/index.stories.tsx" }, { name: "EntitySelect/Trigger", zone: "deprecated", apiStatus: "deprecated", tags: ["deprecated"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "deprecated/EntitySelect/Trigger/index.stories.tsx" }, { name: "CardHorizontal", zone: "experimental", apiStatus: "experimental", tags: ["!autodocs", "experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "gold", docSignals: { sectionsCount: 3, hasProps: !0, hasWhenToUse: !0, hasWhenNotToUse: !0, hasDoDonts: !0, exampleCount: 10 }, storyFile: "experimental/F0CardHorizontal/__stories__/F0CardHorizontal.stories.tsx" }, { name: "Carousel/Carousel", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !0, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Navigation/Carousel/index.stories.tsx" }, { name: "Carousel/DynamicCarousel", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Navigation/Carousel/DynamicCarousel/index.stories.tsx" }, { name: "Dropdown", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !0, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Navigation/Dropdown/index.stories.tsx" }, { name: "F0FormEditableTable", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/F0FormEditableTable/__stories__/F0FormEditableTable.stories.tsx" }, { name: "F0SegmentedBar", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "gold", docSignals: { sectionsCount: 3, hasProps: !0, hasWhenToUse: !0, hasWhenNotToUse: !0, hasDoDonts: !0, exampleCount: 10 }, storyFile: "experimental/F0SegmentedBar/__stories__/F0SegmentedBar.stories.tsx" }, { name: "F0SegmentedControl", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Actions/F0SegmentedControl/__stories__/F0SegmentedControl.stories.tsx" }, { name: "Layout/Blocks/AutoGrid", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Utilities/Layout/AutoGrid/index.stories.tsx" }, { name: "Layout/Blocks/Split", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Utilities/Layout/Split/index.stories.tsx" }, { name: "Layout/Blocks/Stack", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Utilities/Layout/Stack/index.stories.tsx" }, { name: "List/DataList", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 0, hasProps: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !1, exampleCount: 2 }, storyFile: "experimental/Lists/DataList/index.stories.tsx" }, { name: "List/DetailsItem", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !0, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Lists/DetailsItem/index.stories.tsx" }, { name: "List/DetailsItemsList", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !0, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Lists/DetailsItemsList/index.stories.tsx" }, { name: "List/OnePersonListItem", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !0, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Lists/OnePersonListItem/index.stories.tsx" }, { name: "Navigation/Breadcrumbs", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Navigation/Header/Breadcrumbs/index.stories.tsx" }, { name: "Navigation/PageHeader", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Navigation/Header/PageHeader/index.stories.tsx" }, { name: "Navigation/TableOfContent", zone: "experimental", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !0, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Navigation/F0TableOfContent/__stories__/F0TableOfContent.stories.tsx" }, { name: "Switch", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !0, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Forms/Fields/Switch/index.stories.tsx" }, { name: "Table", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/OneTable/index.stories.tsx" }, { name: "ToggleGroup", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Forms/Fields/ToggleGroup/index.stories.tsx" }, { name: "Tooltip", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !0, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Overlays/Tooltip/index.stories.tsx" }, { name: "VersionHistory", zone: "experimental", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/F0VersionHistory/__stories__/F0VersionHistory.stories.tsx" }, { name: "Widgets/Charts/AreaChartWidget", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Widgets/Charts/AreaChartWidget/index.stories.tsx" }, { name: "Widgets/Charts/BarChartWidget", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Widgets/Charts/BarChartWidget/index.stories.tsx" }, { name: "Widgets/Charts/LineChartWidget", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Widgets/Charts/LineChartWidget/index.stories.tsx" }, { name: "Widgets/Charts/PieChartWidget", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Widgets/Charts/PieChartWidget/index.stories.tsx" }, { name: "Widgets/Charts/ProgressBarDuo", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Widgets/Content/ProgressBarDuo/index.stories.tsx" }, { name: "Widgets/Charts/RadialProgressWidget", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Widgets/Charts/RadialProgressWidget/index.stories.tsx" }, { name: "Widgets/Charts/SummariesWidget", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Widgets/Charts/SummariesWidget/index.stories.tsx" }, { name: "Widgets/Charts/VerticalBarChartWidget", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Widgets/Charts/VerticalBarChartWidget/index.stories.tsx" }, { name: "Widgets/Content/CalendarEvent", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Widgets/Content/CalendarEvent/index.stories.tsx" }, { name: "Widgets/Content/CalendarEventList", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Widgets/Content/CalendarEventList/index.stories.tsx" }, { name: "Widgets/Content/IndicatorsList", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Widgets/Content/IndicatorsList/index.stories.tsx" }, { name: "Widgets/Content/TwoColumnsList", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Widgets/Content/TwoColumnsList/index.stories.tsx" }, { name: "Widgets/Content/Weekdays", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Widgets/Content/Weekdays/index.stories.tsx" }, { name: "Widgets/EmptyState", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !0, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Widgets/ChartWidgetEmptyState/index.stories.tsx" }, { name: "Widgets/Layout/Dashboard", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Widgets/Layout/Dashboard/index.stories.tsx" }, { name: "Widgets/Layout/WidgetStrip", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Widgets/Layout/WidgetStrip/index.stories.tsx" }, { name: "Widgets/Widget", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !0, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Widgets/Widget/index.stories.tsx" }, { name: "Widgets/Widget/Skeleton", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Widgets/Widget/Skeleton.stories.tsx" }, { name: "Widgets/WidgetAvatarsListItem", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Widgets/Content/ListItems/WidgetAvatarsListItem/index.stories.tsx" }, { name: "Widgets/WidgetEmptyState", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !0, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Widgets/WidgetEmptyState/index.stories.tsx" }, { name: "Widgets/WidgetHighlightButton", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Widgets/Content/Highlights/WidgetHighlightButton/index.stories.tsx" }, { name: "Widgets/WidgetInboxList", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Widgets/Content/Lists/WidgetInboxList/index.stories.tsx" }, { name: "Widgets/WidgetInboxListItem", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Widgets/Content/ListItems/WidgetInboxListItem/index.stories.tsx" }, { name: "Widgets/WidgetSection", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !0, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Widgets/WidgetSection/index.stories.tsx" }, { name: "Widgets/WidgetSimpleList", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Widgets/Content/Lists/WidgetSimpleList/index.stories.tsx" }, { name: "Widgets/WidgetSimpleListItem", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Widgets/Content/ListItems/WidgetSimpleListItem/index.stories.tsx" }, { name: "Datasource/Examples", zone: "hooks", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 0, hasProps: !0, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !1, exampleCount: 0 }, storyFile: "hooks/datasource/__stories__/examples.stories.tsx" }, { name: "Datasource/useDataSourceItemNavigation", zone: "hooks", apiStatus: "experimental", tags: ["experimental", "!autodocs"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "hooks/datasource/useDataSourceItemNavigation/__stories__/useDataSourceItemNavigation.stories.tsx" }, { name: "Datasource/useItemNeighbors", zone: "hooks", apiStatus: "experimental", tags: ["experimental", "!autodocs"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "hooks/datasource/itemNeighbors/__stories__/useItemNeighbors.stories.tsx" }, { name: "Toast", zone: "hooks", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 0, hasProps: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !1, exampleCount: 1 }, storyFile: "hooks/toast/__stories__/toasts.stories.tsx" }, { name: "Charts/AreaChart", zone: "kits", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "kits/Charts/AreaChart/index.stories.tsx" }, { name: "Charts/BarChart", zone: "kits", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "kits/Charts/BarChart/index.stories.tsx" }, { name: "Charts/CategoryBarChart", zone: "kits", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "kits/Charts/CategoryBarChart/index.stories.tsx" }, { name: "Charts/ComboChart", zone: "kits", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "kits/Charts/ComboChart/index.stories.tsx" }, { name: "Charts/F0Chart", zone: "kits", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "kits/Charts/F0Chart/__stories__/index.stories.tsx" }, { name: "Charts/F0Chart/Area", zone: "kits", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "kits/Charts/F0Chart/__stories__/area.stories.tsx" }, { name: "Charts/F0Chart/Bar", zone: "kits", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "kits/Charts/F0Chart/__stories__/bar.stories.tsx" }, { name: "Charts/F0Chart/Bar Horizontal", zone: "kits", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "kits/Charts/F0Chart/__stories__/barHorizontal.stories.tsx" }, { name: "Charts/F0Chart/Funnel", zone: "kits", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "kits/Charts/F0Chart/__stories__/funnel.stories.tsx" }, { name: "Charts/F0Chart/Line", zone: "kits", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "kits/Charts/F0Chart/__stories__/line.stories.tsx" }, { name: "Charts/F0Chart/Pie", zone: "kits", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "kits/Charts/F0Chart/__stories__/pie.stories.tsx" }, { name: "Charts/F0Chart/Radar", zone: "kits", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "kits/Charts/F0Chart/__stories__/radar.stories.tsx" }, { name: "Charts/LineChart", zone: "kits", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "kits/Charts/LineChart/index.stories.tsx" }, { name: "Charts/PieChart", zone: "kits", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "kits/Charts/PieChart/index.stories.tsx" }, { name: "Charts/ProgressChart", zone: "kits", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "kits/Charts/ProgressChart/index.stories.tsx" }, { name: "Charts/RadarChart", zone: "kits", apiStatus: "stable", tags: ["stable"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "kits/Charts/RadarChart/index.stories.tsx" }, { name: "Charts/RadialProgressChart", zone: "kits", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "kits/Charts/RadialProgressChart/index.stories.tsx" }, { name: "Charts/VerticalBarChart", zone: "kits", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "kits/Charts/VerticalBarChart/index.stories.tsx" }, { name: "F0DataChart/Bar", zone: "kits", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 0, hasProps: !0, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !1, exampleCount: 46 }, storyFile: "kits/F0DataChart/__stories__/Bar.stories.tsx" }, { name: "F0DataChart/Empty states", zone: "kits", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 0, hasProps: !0, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !1, exampleCount: 46 }, storyFile: "kits/F0DataChart/__stories__/EmptyStates.stories.tsx" }, { name: "F0DataChart/Funnel", zone: "kits", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 0, hasProps: !0, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !1, exampleCount: 46 }, storyFile: "kits/F0DataChart/__stories__/Funnel.stories.tsx" }, { name: "F0DataChart/Gauge", zone: "kits", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 0, hasProps: !0, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !1, exampleCount: 46 }, storyFile: "kits/F0DataChart/__stories__/Gauge.stories.tsx" }, { name: "F0DataChart/Heatmap", zone: "kits", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 0, hasProps: !0, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !1, exampleCount: 46 }, storyFile: "kits/F0DataChart/__stories__/Heatmap.stories.tsx" }, { name: "F0DataChart/Line", zone: "kits", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 0, hasProps: !0, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !1, exampleCount: 46 }, storyFile: "kits/F0DataChart/__stories__/Line.stories.tsx" }, { name: "F0DataChart/Pie", zone: "kits", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 0, hasProps: !0, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !1, exampleCount: 46 }, storyFile: "kits/F0DataChart/__stories__/Pie.stories.tsx" }, { name: "F0DataChart/Radar", zone: "kits", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 0, hasProps: !0, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !1, exampleCount: 46 }, storyFile: "kits/F0DataChart/__stories__/Radar.stories.tsx" }, { name: "F0DataChart/Skeletons", zone: "kits", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 0, hasProps: !0, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !1, exampleCount: 46 }, storyFile: "kits/F0DataChart/__stories__/Skeletons.stories.tsx" }, { name: "Social/Reactions", zone: "kits", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "kits/Social/Reactions/index.stories.tsx" }, { name: "Dashboard", zone: "layouts", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !0, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "layouts/Dashboard/__stories__/Dashboard.stories.tsx" }, { name: "HomeLayout", zone: "layouts", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "layouts/HomeLayout/index.stories.tsx" }, { name: "Layout System", zone: "layouts", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !0, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "layouts/Layout/__stories__/Layout.stories.tsx" }, { name: "StandardLayout", zone: "layouts", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !0, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "layouts/StandardLayout/__stories__/StandardLayout.stories.tsx" }, { name: "AnalyticsDashboard", zone: "patterns", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "patterns/F0AnalyticsDashboard/__stories__/index.stories.tsx" }, { name: "App shell/ApplicationFrame", zone: "patterns", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "patterns/ApplicationFrame/index.stories.tsx" }, { name: "Co-creation/Standard flow", zone: "patterns", apiStatus: "unknown", tags: ["!autodocs"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 0, hasProps: !0, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !0, exampleCount: 0 }, storyFile: "patterns/Cocreation/__stories__/standard-flow.stories.tsx" }, { name: "Co-creation/Walkthrough", zone: "patterns", apiStatus: "unknown", tags: ["!autodocs"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 0, hasProps: !0, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !0, exampleCount: 0 }, storyFile: "patterns/Cocreation/__stories__/creation-with-ai.stories.tsx" }, { name: "Data Collection/Callbacks", zone: "patterns", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 0, hasProps: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !1, exampleCount: 1 }, storyFile: "patterns/OneDataCollection/__stories__/callbacks/callbacks.stories.tsx" }, { name: "Data Collection/CRUD patterns/By view", zone: "patterns", apiStatus: "unknown", tags: ["!autodocs"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "patterns/OneDataCollection/__stories__/crud-patterns/by-view/by-view.stories.tsx" }, { name: "Data Collection/CRUD patterns/Create", zone: "patterns", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 0, hasProps: !0, hasWhenToUse: !0, hasWhenNotToUse: !1, hasDoDonts: !0, exampleCount: 0 }, storyFile: "patterns/OneDataCollection/__stories__/crud-patterns/create/create.stories.tsx" }, { name: "Data Collection/CRUD patterns/Delete", zone: "patterns", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 0, hasProps: !0, hasWhenToUse: !0, hasWhenNotToUse: !1, hasDoDonts: !0, exampleCount: 0 }, storyFile: "patterns/OneDataCollection/__stories__/crud-patterns/delete/delete.stories.tsx" }, { name: "Data Collection/CRUD patterns/Read", zone: "patterns", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 0, hasProps: !0, hasWhenToUse: !0, hasWhenNotToUse: !1, hasDoDonts: !0, exampleCount: 0 }, storyFile: "patterns/OneDataCollection/__stories__/crud-patterns/read/read.stories.tsx" }, { name: "Data Collection/CRUD patterns/Update", zone: "patterns", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 0, hasProps: !0, hasWhenToUse: !0, hasWhenNotToUse: !1, hasDoDonts: !0, exampleCount: 0 }, storyFile: "patterns/OneDataCollection/__stories__/crud-patterns/update/update.stories.tsx" }, { name: "Data Collection/Full height", zone: "patterns", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 0, hasProps: !0, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !1, exampleCount: 0 }, storyFile: "patterns/OneDataCollection/__stories__/full-height.stories.tsx" }, { name: "Data Collection/Grouping", zone: "patterns", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 0, hasProps: !0, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !1, exampleCount: 0 }, storyFile: "patterns/OneDataCollection/__stories__/grouping.stories.tsx" }, { name: "Data Collection/Navigation Filters", zone: "patterns", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 0, hasProps: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !0, exampleCount: 7 }, storyFile: "patterns/OneDataCollection/__stories__/navigation-filters/navigation-filters.stories.tsx" }, { name: "Data Collection/Summary", zone: "patterns", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 0, hasProps: !0, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !1, exampleCount: 0 }, storyFile: "patterns/OneDataCollection/__stories__/summary.stories.tsx" }, { name: "Data Collection/Temporary or Deprecated features", zone: "patterns", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 0, hasProps: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !1, exampleCount: 1 }, storyFile: "patterns/OneDataCollection/__stories__/temporary-deprecated/temporary-deprecated.stories.tsx" }, { name: "Data Collection/Total Items Summary", zone: "patterns", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 0, hasProps: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !1, exampleCount: 3 }, storyFile: "patterns/OneDataCollection/__stories__/total-items-summary/total-items-summary.stories.tsx" }, { name: "Data Collection/URL params", zone: "patterns", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 0, hasProps: !0, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !1, exampleCount: 0 }, storyFile: "patterns/OneDataCollection/__stories__/url-params.stories.tsx" }, { name: "Data Collection/useDataCollectionItemNavigation", zone: "patterns", apiStatus: "experimental", tags: ["experimental", "!autodocs"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "patterns/OneDataCollection/hooks/useDataCollectionItemNavigation/__stories__/useDataCollectionItemNavigation.stories.tsx" }, { name: "Data Collection/Visualizations/Card", zone: "patterns", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 0, hasProps: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !1, exampleCount: 1 }, storyFile: "patterns/OneDataCollection/__stories__/visualizations/card/card.stories.tsx" }, { name: "Data Collection/Visualizations/Editable Table", zone: "patterns", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 0, hasProps: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !1, exampleCount: 7 }, storyFile: "patterns/OneDataCollection/__stories__/visualizations/editable-table/editable-table.stories.tsx" }, { name: "Data Collection/Visualizations/Graph", zone: "patterns", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "patterns/OneDataCollection/__stories__/visualizations/graph.stories.tsx" }, { name: "Data Collection/Visualizations/Kanban", zone: "patterns", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "patterns/OneDataCollection/__stories__/visualizations/kanban.stories.tsx" }, { name: "Data Collection/Visualizations/List", zone: "patterns", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 0, hasProps: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !1, exampleCount: 4 }, storyFile: "patterns/OneDataCollection/__stories__/visualizations/list/list.stories.tsx" }, { name: "Data Collection/Visualizations/Table", zone: "patterns", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !0, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 0, hasProps: !0, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !1, exampleCount: 9 }, storyFile: "patterns/OneDataCollection/__stories__/visualizations/table/table.stories.tsx" }, { name: "Dialog", zone: "patterns", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !0, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "patterns/F0Dialog/__stories__/F0Modal.stories.tsx" }, { name: "Filters/DateNavigator", zone: "patterns", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !0, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 0, hasProps: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !1, exampleCount: 1 }, storyFile: "patterns/OneDateNavigator/__stories__/OneDateNavigator.stories.tsx" }, { name: "Filters/FilterPicker", zone: "patterns", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 0, hasProps: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !1, exampleCount: 0 }, storyFile: "patterns/OneFilterPicker/__stories__/OneFilterPicker.stories.tsx" }, { name: "Filters/FilterPicker/Filters/InFilter", zone: "patterns", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "patterns/OneFilterPicker/filterTypes/InFilter/__stories__/InFilter.stories.tsx" }, { name: "Filters/FilterPicker/Filters/NumberFilter", zone: "patterns", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "patterns/OneFilterPicker/filterTypes/NumberFilter/__stories__/NumberFilter.stories.tsx" }, { name: "Filters/FilterPicker/Filters/SearchFilter", zone: "patterns", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "patterns/OneFilterPicker/filterTypes/SearchFilter/__stories__/SearchFilter.stories.tsx" }, { name: "Filters/FilterPickerContent", zone: "patterns", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !0, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "patterns/F0FilterPickerContent/__stories__/F0FilterPickerContent.stories.tsx" }, { name: "Forms/F0Form", zone: "patterns", apiStatus: "stable", tags: ["stable", "!autodocs"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "gold", docSignals: { sectionsCount: 2, hasProps: !0, hasWhenToUse: !0, hasWhenNotToUse: !0, hasDoDonts: !0, exampleCount: 23 }, storyFile: "patterns/F0Form/__stories__/F0Form.stories.tsx" }, { name: "Forms/F0FormField", zone: "patterns", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "patterns/F0FormField/__stories__/F0FormField.stories.tsx" }, { name: "Forms/F0WizardForm", zone: "patterns", apiStatus: "unknown", tags: ["!autodocs"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 0, hasProps: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !1, exampleCount: 3 }, storyFile: "patterns/F0WizardForm/__stories__/F0WizardForm.stories.tsx" }, { name: "Forms/ValidationIssues", zone: "patterns", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "gold", docSignals: { sectionsCount: 2, hasProps: !0, hasWhenToUse: !0, hasWhenNotToUse: !0, hasDoDonts: !0, exampleCount: 23 }, storyFile: "patterns/F0Form/__stories__/ValidationIssues.test.stories.tsx" }, { name: "Graph/F0Graph", zone: "patterns", apiStatus: "stable", tags: ["stable", "!autodocs"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "acceptable", docSignals: { sectionsCount: 3, hasProps: !0, hasWhenToUse: !0, hasWhenNotToUse: !1, hasDoDonts: !0, exampleCount: 3 }, storyFile: "patterns/F0Graph/__stories__/F0Graph.stories.tsx" }, { name: "Graph/F0GraphControls", zone: "patterns", apiStatus: "stable", tags: ["stable", "!autodocs"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 0, hasProps: !0, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !1, exampleCount: 1 }, storyFile: "patterns/F0Graph/components/F0GraphControls/__stories__/F0GraphControls.stories.tsx" }, { name: "Graph/F0GraphEdge", zone: "patterns", apiStatus: "stable", tags: ["stable", "!autodocs"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 0, hasProps: !0, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !1, exampleCount: 1 }, storyFile: "patterns/F0Graph/components/F0GraphEdge/__stories__/F0GraphEdge.stories.tsx" }, { name: "Graph/F0GraphNode", zone: "patterns", apiStatus: "stable", tags: ["stable", "!autodocs"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 0, hasProps: !0, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !1, exampleCount: 4 }, storyFile: "patterns/F0Graph/components/F0GraphNode/__stories__/F0GraphNode.stories.tsx" }, { name: "Navigation/Page", zone: "patterns", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !0, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "patterns/Navigation/Page/index.stories.tsx" }, { name: "Navigation/Sidebar/ChatList", zone: "patterns", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "patterns/Navigation/Sidebar/Chats/index.stories.tsx" }, { name: "Navigation/Sidebar/SidebarTabPanel", zone: "patterns", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "patterns/Navigation/Sidebar/TabPanel/index.stories.tsx" }, { name: "Navigation/Sidebar/Tabs", zone: "patterns", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "patterns/Navigation/Sidebar/Tabs/index.stories.tsx" }, { name: "Navigation/SidebarFooter", zone: "patterns", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "patterns/Navigation/Sidebar/Footer/index.stories.tsx" }, { name: "Navigation/Tabs", zone: "patterns", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !0, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "patterns/Navigation/Tabs/index.stories.tsx" }, { name: "Resource header", zone: "patterns", apiStatus: "stable", tags: ["stable"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "acceptable", docSignals: { sectionsCount: 2, hasProps: !0, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !0, exampleCount: 10 }, storyFile: "patterns/ResourceHeader/index.stories.tsx" }, { name: "Section header", zone: "patterns", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "acceptable", docSignals: { sectionsCount: 2, hasProps: !0, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !0, exampleCount: 1 }, storyFile: "patterns/SectionHeader/index.stories.tsx" }, { name: "AI/AiBanner", zone: "sds", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !0, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/ai/Banners/F0AiBanner/index.stories.tsx" }, { name: "AI/AIButton", zone: "sds", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/ai/AIButton/__stories__/AIButton.stories.tsx" }, { name: "AI/AICallout", zone: "sds", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !0, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/ai/Banners/F0Callout/index.stories.tsx" }, { name: "AI/AiInsightCard", zone: "sds", apiStatus: "stable", tags: ["stable"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/ai/F0AiInsightCard/__stories__/F0AiInsightCard.stories.tsx" }, { name: "AI/BaseBanner", zone: "sds", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !0, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/ai/Banners/BaseBanner/index.stories.tsx" }, { name: "AI/F0ActionItem", zone: "sds", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/ai/F0ActionItem/__stories__/F0ActionItem.stories.tsx" }, { name: "AI/F0ActionItem/ChatSpinner", zone: "sds", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/ai/F0ActionItem/__stories__/ChatSpinner.stories.tsx" }, { name: "AI/F0AiChat", zone: "sds", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/ai/F0AiChat/__stories__/F0AiChat.stories.tsx" }, { name: "AI/F0AiChatHeader", zone: "sds", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/ai/F0AiChatHeader/__stories__/F0AiChatHeader.stories.tsx" }, { name: "AI/F0AiChatHistory", zone: "sds", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/ai/F0AiChatHistory/__stories__/F0AiChatHistory.stories.tsx" }, { name: "AI/F0AiChatTextArea", zone: "sds", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/ai/F0AiChatTextArea/__stories__/F0AiChatTextArea.stories.tsx" }, { name: "AI/F0AiFormTools", zone: "sds", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/ai/F0AiChat/__stories__/F0AiFormTools.stories.tsx" }, { name: "AI/F0AiMask", zone: "sds", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/ai/F0AiMask/__stories__/F0AiMask.stories.tsx" }, { name: "AI/F0AiMessagesContainer", zone: "sds", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/ai/F0AiMessagesContainer/__stories__/F0AiMessagesContainer.stories.tsx" }, { name: "AI/F0AiMessageSources", zone: "sds", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/ai/F0AiMessageSources/__stories__/F0AiMessageSources.stories.tsx" }, { name: "AI/F0AiProcessingOverlay", zone: "sds", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/ai/F0AiProcessingOverlay/__stories__/F0AiProcessingOverlay.stories.tsx" }, { name: "AI/F0AiProposalCard", zone: "sds", apiStatus: "stable", tags: ["stable"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/ai/F0AiProposalCard/__stories__/F0AiProposalCard.stories.tsx" }, { name: "AI/F0AiTableCard", zone: "sds", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/ai/F0AiTableCard/__stories__/F0AiTableCard.stories.tsx" }, { name: "AI/F0AuraVoiceAnimation", zone: "sds", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/ai/F0AuraVoiceAnimation/__stories__/F0AuraVoiceAnimation.stories.tsx" }, { name: "AI/F0CanvasCard", zone: "sds", apiStatus: "deprecated", tags: ["deprecated"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/ai/canvas/F0CanvasCard/__stories__/F0CanvasCard.stories.tsx" }, { name: "AI/F0ClarifyingPanel", zone: "sds", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/ai/F0ClarifyingPanel/__stories__/F0ClarifyingPanel.stories.tsx" }, { name: "AI/F0HILActionConfirmation", zone: "sds", apiStatus: "deprecated", tags: ["deprecated"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/ai/F0HILActionConfirmation/__stories__/F0HILActionConfirmation.stories.tsx" }, { name: "AI/F0OneIcon", zone: "sds", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/ai/F0OneIcon/__stories__/F0OneIcon.stories.tsx" }, { name: "AI/F0OneSwitch", zone: "sds", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/ai/F0OneSwitch/__stories__/F0OneSwitch.stories.tsx" }, { name: "AI/MarkdownRenderers", zone: "sds", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/ai/F0AiChat/components/markdownRenderers/__stories__/MarkdownRenderers.stories.tsx" }, { name: "AI/Widgets/UpsellKit/F0BookAMeetingCard", zone: "sds", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/UpsellingKit/ai/F0BookAMeetingCard/__stories__/F0BookAMeetingCard.stories.tsx" }, { name: "AI/Widgets/UpsellKit/F0DemoCard", zone: "sds", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/UpsellingKit/ai/F0DemoCard/__stories__/F0DemoCard.stories.tsx" }, { name: "AI/Widgets/UpsellKit/F0FAQCard", zone: "sds", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/UpsellingKit/ai/F0FAQCard/__stories__/F0FAQCard.stories.tsx" }, { name: "AI/Widgets/UpsellKit/F0ModuleCard", zone: "sds", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/UpsellingKit/ai/F0ModuleCard/__stories__/F0ModuleCard.stories.tsx" }, { name: "AI/Widgets/UpsellKit/F0QuestionCard", zone: "sds", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/UpsellingKit/ai/F0QuestionCard/__stories__/F0QuestionCard.stories.tsx" }, { name: "Chat/F0Chat", zone: "sds", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/chat/F0Chat/F0Chat.stories.tsx" }, { name: "Home/AvatarPulse", zone: "sds", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/Home/F0AvatarPulse/__storybook__/F0AvatarPulse.stories.tsx" }, { name: "Home/ClockInControls", zone: "sds", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/Home/ClockIn/ClockInControls/index.stories.tsx" }, { name: "Home/ClockInGraph", zone: "sds", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/Home/ClockIn/ClockInGraph/index.stories.tsx" }, { name: "Home/Communities/Celebration", zone: "sds", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/Home/Communities/Celebration/index.stories.tsx" }, { name: "Home/Communities/HighlightBanner", zone: "sds", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/Home/Communities/HighlightBanner/index.stories.tsx" }, { name: "Home/Communities/Post/CommunityPost", zone: "sds", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/Home/Communities/Post/CommunityPost/index.stories.tsx" }, { name: "Home/Communities/Post/PostDescription", zone: "sds", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/Home/Communities/Post/PostDescription/index.stories.tsx" }, { name: "Home/Communities/Post/PostEvent", zone: "sds", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/Home/Communities/Post/PostEvent/index.stories.tsx" }, { name: "Home/DaytimePage", zone: "sds", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !0, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/Home/DaytimePage/index.stories.tsx" }, { name: "Inbox/ActivityItem", zone: "sds", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/inbox/Activity/ActivityItem/index.stories.tsx" }, { name: "Inbox/ApprovalHistory", zone: "sds", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/inbox/OneApprovalHistory/index.stories.tsx" }, { name: "Profile/CategoryBarSection", zone: "sds", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/Profile/CategoryBarSection/index.stories.tsx" }, { name: "Profile/PrivateBox", zone: "sds", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/Profile/PrivateBox/index.stories.tsx" }, { name: "Profile/TaskItem", zone: "sds", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/Profile/TasksList/TaskItem/index.stories.tsx" }, { name: "Profile/TasksList", zone: "sds", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/Profile/TasksList/index.stories.tsx" }, { name: "Surveys/SurveyAnsweringForm", zone: "sds", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/surveys/SurveyAnsweringForm/__stories__/SurveyAnsweringForm.stories.tsx" }, { name: "Surveys/SurveyFormBuilder", zone: "sds", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/surveys/SurveyFormBuilder/Form/index.stories.tsx" }, { name: "Surveys/SurveyFormBuilder/BaseQuestion", zone: "sds", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/surveys/SurveyFormBuilder/QuestionTypes/BaseQuestion/index.stories.tsx" }, { name: "Surveys/SurveyFormBuilder/CheckboxQuestion", zone: "sds", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/surveys/SurveyFormBuilder/QuestionTypes/CheckboxQuestion/index.stories.tsx" }, { name: "Surveys/SurveyFormBuilder/DateQuestion", zone: "sds", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/surveys/SurveyFormBuilder/QuestionTypes/DateQuestion/index.stories.tsx" }, { name: "Surveys/SurveyFormBuilder/DropdownSingleQuestion", zone: "sds", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/surveys/SurveyFormBuilder/QuestionTypes/DropdownSingleQuestion/index.stories.tsx" }, { name: "Surveys/SurveyFormBuilder/FileQuestion", zone: "sds", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/surveys/SurveyFormBuilder/QuestionTypes/FileQuestion/index.stories.tsx" }, { name: "Surveys/SurveyFormBuilder/LinkQuestion", zone: "sds", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/surveys/SurveyFormBuilder/QuestionTypes/LinkQuestion/index.stories.tsx" }, { name: "Surveys/SurveyFormBuilder/NumericQuestion", zone: "sds", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/surveys/SurveyFormBuilder/QuestionTypes/NumericQuestion/index.stories.tsx" }, { name: "Surveys/SurveyFormBuilder/RatingQuestion", zone: "sds", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/surveys/SurveyFormBuilder/QuestionTypes/RatingQuestion/index.stories.tsx" }, { name: "Surveys/SurveyFormBuilder/Section", zone: "sds", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/surveys/SurveyFormBuilder/Section/index.stories.tsx" }, { name: "Surveys/SurveyFormBuilder/SelectQuestion", zone: "sds", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/surveys/SurveyFormBuilder/QuestionTypes/SelectQuestion/index.stories.tsx" }, { name: "Surveys/SurveyFormBuilder/TextQuestion", zone: "sds", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/surveys/SurveyFormBuilder/QuestionTypes/TextQuestion/index.stories.tsx" }, { name: "Surveys/SurveySampleQuestion", zone: "sds", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/surveys/SurveySampleQuestion/index.stories.tsx" }, { name: "TimelineRow", zone: "sds", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/TimeLine/__stories__/F0TimelineRow.stories.tsx" }, { name: "UpsellingKit/ProductBlankslate", zone: "sds", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/UpsellingKit/ProductBlankslate/index.stories.tsx" }, { name: "UpsellingKit/UpsellingAlert", zone: "sds", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/UpsellingKit/UpsellingAlert/index.stories.tsx" }, { name: "UpsellingKit/UpsellingButton", zone: "sds", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/UpsellingKit/UpsellingButton/index.stories.tsx" }] }, p = y, f = "good", S = {
|
|
2
|
+
const y = { generatedAt: "2026-07-22T14:14:13.332Z", stats: { total: 260, byStatus: { stable: 39, experimental: 133, deprecated: 7, internal: 0, unknown: 81 }, byZone: { components: 60, deprecated: 5, experimental: 48, hooks: 4, kits: 28, layouts: 4, patterns: 47, sds: 64 }, byDocQuality: { none: 180, stub: 42, acceptable: 25, good: 2, gold: 11 }, withUnitTests: 109, withMdxDocs: 80 }, components: [{ name: "ActionBar", zone: "components", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "components/F0ActionBar/index.stories.tsx" }, { name: "Alert", zone: "components", apiStatus: "stable", tags: ["stable", "!autodocs"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !0, hasMdxDocs: !0, docQuality: "gold", docSignals: { sectionsCount: 3, hasProps: !0, hasWhenToUse: !0, hasWhenNotToUse: !0, hasDoDonts: !0, exampleCount: 5 }, storyFile: "components/F0Alert/__stories__/F0Alert.stories.tsx" }, { name: "Avatars/Avatar", zone: "components", apiStatus: "stable", tags: ["stable", "!autodocs"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !0, hasMdxDocs: !0, docQuality: "good", docSignals: { sectionsCount: 2, hasProps: !0, hasWhenToUse: !0, hasWhenNotToUse: !0, hasDoDonts: !0, exampleCount: 3 }, storyFile: "components/avatars/F0Avatar/__stories__/F0Avatar.stories.tsx" }, { name: "Avatars/AvatarAlert", zone: "components", apiStatus: "stable", tags: ["stable", "!autodocs"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "acceptable", docSignals: { sectionsCount: 2, hasProps: !0, hasWhenToUse: !0, hasWhenNotToUse: !0, hasDoDonts: !1, exampleCount: 2 }, storyFile: "components/avatars/F0AvatarAlert/__stories__/F0AvatarAlert.stories.tsx" }, { name: "Avatars/AvatarCompany", zone: "components", apiStatus: "stable", tags: ["stable", "!autodocs"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "acceptable", docSignals: { sectionsCount: 2, hasProps: !0, hasWhenToUse: !0, hasWhenNotToUse: !0, hasDoDonts: !1, exampleCount: 1 }, storyFile: "components/avatars/F0AvatarCompany/__stories__/F0AvatarCompany.stories.tsx" }, { name: "Avatars/AvatarDate", zone: "components", apiStatus: "stable", tags: ["stable", "!autodocs"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "acceptable", docSignals: { sectionsCount: 2, hasProps: !0, hasWhenToUse: !0, hasWhenNotToUse: !0, hasDoDonts: !1, exampleCount: 1 }, storyFile: "components/avatars/F0AvatarDate/__stories__/F0AvatarDate.stories.tsx" }, { name: "Avatars/AvatarEmoji", zone: "components", apiStatus: "stable", tags: ["stable", "!autodocs"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "acceptable", docSignals: { sectionsCount: 2, hasProps: !0, hasWhenToUse: !0, hasWhenNotToUse: !0, hasDoDonts: !1, exampleCount: 1 }, storyFile: "components/avatars/F0AvatarEmoji/__stories__/F0AvatarEmoji.stories.tsx" }, { name: "Avatars/AvatarFile", zone: "components", apiStatus: "stable", tags: ["stable", "!autodocs"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "acceptable", docSignals: { sectionsCount: 2, hasProps: !0, hasWhenToUse: !0, hasWhenNotToUse: !0, hasDoDonts: !1, exampleCount: 2 }, storyFile: "components/avatars/F0AvatarFile/__stories__/F0AvatarFile.stories.tsx" }, { name: "Avatars/AvatarFlag", zone: "components", apiStatus: "stable", tags: ["stable", "!autodocs"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "acceptable", docSignals: { sectionsCount: 2, hasProps: !0, hasWhenToUse: !0, hasWhenNotToUse: !0, hasDoDonts: !1, exampleCount: 1 }, storyFile: "components/avatars/F0AvatarFlag/__stories__/F0AvatarFlag.stories.tsx" }, { name: "Avatars/AvatarIcon", zone: "components", apiStatus: "stable", tags: ["stable", "!autodocs"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "acceptable", docSignals: { sectionsCount: 2, hasProps: !0, hasWhenToUse: !0, hasWhenNotToUse: !0, hasDoDonts: !1, exampleCount: 1 }, storyFile: "components/avatars/F0AvatarIcon/__stories__/F0AvatarIcon.stories.tsx" }, { name: "Avatars/AvatarList", zone: "components", apiStatus: "stable", tags: ["stable", "!autodocs"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "acceptable", docSignals: { sectionsCount: 2, hasProps: !0, hasWhenToUse: !0, hasWhenNotToUse: !0, hasDoDonts: !1, exampleCount: 5 }, storyFile: "components/avatars/F0AvatarList/__stories__/F0AvatarList.stories.tsx" }, { name: "Avatars/AvatarModule", zone: "components", apiStatus: "stable", tags: ["stable", "!autodocs"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "acceptable", docSignals: { sectionsCount: 2, hasProps: !0, hasWhenToUse: !0, hasWhenNotToUse: !0, hasDoDonts: !1, exampleCount: 3 }, storyFile: "components/avatars/F0AvatarModule/__stories__/F0AvatarModule.stories.tsx" }, { name: "Avatars/AvatarPerson", zone: "components", apiStatus: "stable", tags: ["stable", "!autodocs"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "acceptable", docSignals: { sectionsCount: 2, hasProps: !0, hasWhenToUse: !0, hasWhenNotToUse: !0, hasDoDonts: !1, exampleCount: 2 }, storyFile: "components/avatars/F0AvatarPerson/__stories__/F0AvatarPerson.stories.tsx" }, { name: "Avatars/AvatarTeam", zone: "components", apiStatus: "stable", tags: ["stable", "!autodocs"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "acceptable", docSignals: { sectionsCount: 2, hasProps: !0, hasWhenToUse: !0, hasWhenNotToUse: !0, hasDoDonts: !1, exampleCount: 1 }, storyFile: "components/avatars/F0AvatarTeam/__stories__/F0AvatarTeam.stories.tsx" }, { name: "BigNumber", zone: "components", apiStatus: "stable", tags: ["stable"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !0, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 0, hasProps: !0, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !1, exampleCount: 0 }, storyFile: "components/F0BigNumber/__stories__/F0BigNumber.stories.tsx" }, { name: "Button/Button", zone: "components", apiStatus: "stable", tags: ["stable", "!autodocs"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !0, hasMdxDocs: !0, docQuality: "gold", docSignals: { sectionsCount: 3, hasProps: !0, hasWhenToUse: !0, hasWhenNotToUse: !0, hasDoDonts: !0, exampleCount: 7 }, storyFile: "components/F0Button/__stories__/F0Button.stories.tsx" }, { name: "Button/ButtonDropdown", zone: "components", apiStatus: "stable", tags: ["stable", "!autodocs"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !0, hasMdxDocs: !0, docQuality: "gold", docSignals: { sectionsCount: 3, hasProps: !0, hasWhenToUse: !0, hasWhenNotToUse: !0, hasDoDonts: !0, exampleCount: 12 }, storyFile: "components/F0ButtonDropdown/__stories__/F0ButtonDropdown.stories.tsx" }, { name: "Button/ButtonToggle", zone: "components", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !0, hasMdxDocs: !0, docQuality: "acceptable", docSignals: { sectionsCount: 2, hasProps: !0, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !0, exampleCount: 4 }, storyFile: "components/F0ButtonToggle/__stories__/F0ButtonToggle.stories.tsx" }, { name: "Button/ButtonToggleGroup", zone: "components", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !0, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 0, hasProps: !0, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !1, exampleCount: 0 }, storyFile: "components/F0ButtonToggleGroup/__stories__/F0ButtonToggleGroup.stories.tsx" }, { name: "Calendar", zone: "components", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "components/OneCalendar/OneCalendar.stories.tsx" }, { name: "Card", zone: "components", apiStatus: "stable", tags: ["stable"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !0, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "components/F0Card/__stories__/Card.stories.tsx" }, { name: "CardSelectable", zone: "components", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !0, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "components/CardSelectable/index.stories.tsx" }, { name: "Checkbox", zone: "components", apiStatus: "stable", tags: ["stable", "!autodocs"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !0, hasMdxDocs: !0, docQuality: "acceptable", docSignals: { sectionsCount: 2, hasProps: !0, hasWhenToUse: !0, hasWhenNotToUse: !0, hasDoDonts: !1, exampleCount: 4 }, storyFile: "components/F0Checkbox/__stories__/F0Checkbox.stories.tsx" }, { name: "Chip/Chip", zone: "components", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 1, hasProps: !0, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !1, exampleCount: 5 }, storyFile: "components/OneChip/index.stories.tsx" }, { name: "Chip/ChipList", zone: "components", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !0, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "components/F0ChipList/index.stories.tsx" }, { name: "DatePicker", zone: "components", apiStatus: "stable", tags: ["stable"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !0, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "components/F0DatePicker/__stories__/F0DatePicker.stories.tsx" }, { name: "Dialog", zone: "components", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !0, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 0, hasProps: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !1, exampleCount: 1 }, storyFile: "components/dialog-alike/F0Dialog/__stories__/F0Dialog.stories.tsx" }, { name: "Drawer", zone: "components", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "acceptable", docSignals: { sectionsCount: 2, hasProps: !0, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !1, exampleCount: 6 }, storyFile: "components/dialog-alike/F0Drawer/__stories__/F0Drawer.stories.tsx" }, { name: "EmptyState", zone: "components", apiStatus: "stable", tags: ["stable"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !0, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "components/OneEmptyState/__stories__/OneEmptyState.stories.tsx" }, { name: "F0Accordion", zone: "components", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !0, hasMdxDocs: !0, docQuality: "gold", docSignals: { sectionsCount: 3, hasProps: !0, hasWhenToUse: !0, hasWhenNotToUse: !0, hasDoDonts: !0, exampleCount: 9 }, storyFile: "components/F0Accordion/__stories__/F0Accordion.stories.tsx" }, { name: "F0AudioPlayer", zone: "components", apiStatus: "experimental", tags: ["experimental", "!autodocs"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "gold", docSignals: { sectionsCount: 3, hasProps: !0, hasWhenToUse: !0, hasWhenNotToUse: !0, hasDoDonts: !0, exampleCount: 6 }, storyFile: "components/F0AudioPlayer/__stories__/F0AudioPlayer.stories.tsx" }, { name: "F0PdfViewer", zone: "components", apiStatus: "experimental", tags: ["experimental", "!autodocs"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 1, hasProps: !0, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !1, exampleCount: 9 }, storyFile: "components/F0PdfViewer/__stories__/F0PdfViewer.stories.tsx" }, { name: "F0Slider", zone: "components", apiStatus: "experimental", tags: ["experimental", "!autodocs"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "gold", docSignals: { sectionsCount: 3, hasProps: !0, hasWhenToUse: !0, hasWhenNotToUse: !0, hasDoDonts: !0, exampleCount: 10 }, storyFile: "components/F0Slider/__stories__/F0Slider.stories.tsx" }, { name: "FileItem", zone: "components", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !0, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "components/F0FileItem/__stories__/F0FileItem.stories.tsx" }, { name: "Heading", zone: "components", apiStatus: "stable", tags: ["!autodocs", "stable"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !0, hasMdxDocs: !0, docQuality: "acceptable", docSignals: { sectionsCount: 3, hasProps: !0, hasWhenToUse: !0, hasWhenNotToUse: !0, hasDoDonts: !1, exampleCount: 3 }, storyFile: "components/F0Heading/__stories__/Heading.stories.tsx" }, { name: "Icon", zone: "components", apiStatus: "stable", tags: ["stable"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !0, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 1, hasProps: !0, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !0, exampleCount: 1 }, storyFile: "components/F0Icon/__stories__/F0Icon.stories.tsx" }, { name: "Image", zone: "components", apiStatus: "stable", tags: ["stable"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "components/Utilities/Image/index.stories.tsx" }, { name: "Inputs/Duration input", zone: "components", apiStatus: "stable", tags: ["stable", "!autodocs"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "acceptable", docSignals: { sectionsCount: 2, hasProps: !0, hasWhenToUse: !0, hasWhenNotToUse: !0, hasDoDonts: !1, exampleCount: 4 }, storyFile: "components/F0DurationInput/__stories__/F0DurationInput.stories.tsx" }, { name: "Inputs/Number input", zone: "components", apiStatus: "stable", tags: ["stable", "!autodocs"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "acceptable", docSignals: { sectionsCount: 2, hasProps: !0, hasWhenToUse: !0, hasWhenNotToUse: !0, hasDoDonts: !1, exampleCount: 3 }, storyFile: "components/F0NumberInput/__stories__/F0NumberInput.stories.tsx" }, { name: "Inputs/Search input", zone: "components", apiStatus: "stable", tags: ["stable", "!autodocs"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "acceptable", docSignals: { sectionsCount: 2, hasProps: !0, hasWhenToUse: !0, hasWhenNotToUse: !0, hasDoDonts: !1, exampleCount: 4 }, storyFile: "components/F0SearchInput/__stories__/F0SearchInput.stories.tsx" }, { name: "Inputs/Text area input", zone: "components", apiStatus: "stable", tags: ["stable", "!autodocs"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "acceptable", docSignals: { sectionsCount: 2, hasProps: !0, hasWhenToUse: !0, hasWhenNotToUse: !0, hasDoDonts: !1, exampleCount: 1 }, storyFile: "components/F0TextAreaInput/__stories__/F0TextAreaInput.stories.tsx" }, { name: "Inputs/Text input", zone: "components", apiStatus: "stable", tags: ["stable", "!autodocs"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "acceptable", docSignals: { sectionsCount: 2, hasProps: !0, hasWhenToUse: !0, hasWhenNotToUse: !0, hasDoDonts: !1, exampleCount: 3 }, storyFile: "components/F0TextInput/__stories__/F0TextInput.stories.tsx" }, { name: "Link", zone: "components", apiStatus: "stable", tags: ["stable"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !0, hasMdxDocs: !0, docQuality: "gold", docSignals: { sectionsCount: 2, hasProps: !0, hasWhenToUse: !0, hasWhenNotToUse: !0, hasDoDonts: !0, exampleCount: 4 }, storyFile: "components/F0Link/__stories__/F0Link.stories.tsx" }, { name: "Primitives/F0InputField", zone: "components", apiStatus: "stable", tags: ["stable", "!autodocs"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "acceptable", docSignals: { sectionsCount: 2, hasProps: !0, hasWhenToUse: !0, hasWhenNotToUse: !0, hasDoDonts: !1, exampleCount: 12 }, storyFile: "components/F0InputField/__stories__/F0InputField.stories.tsx" }, { name: "Rich text/NotesTextEditor", zone: "components", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "components/RichText/F0NotesTextEditor/__stories__/F0NotesTextEditor.stories.tsx" }, { name: "Rich text/RichTextDisplay", zone: "components", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "components/RichText/F0RichTextDisplay/__stories__/F0RichTextDisplay.stories.tsx" }, { name: "Rich text/RichTextEditor", zone: "components", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "components/RichText/F0RichTextEditor/__stories__/F0RichTextEditor.stories.tsx" }, { name: "Select", zone: "components", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !0, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "components/F0Select/__stories__/F0Select.stories.tsx" }, { name: "TableOfContentPopover", zone: "components", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "components/F0TableOfContentPopover/__stories__/F0TableOfContentPopover.stories.tsx" }, { name: "Tags/TagAlert", zone: "components", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "components/tags/F0TagAlert/__storybook__/TagAlert.stories.tsx" }, { name: "Tags/TagBalance", zone: "components", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "components/tags/F0TagBalance/__storybook__/TagBalance.stories.tsx" }, { name: "Tags/TagCompany", zone: "components", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "components/tags/F0TagCompany/__storybook__/TagCompany.stories.tsx" }, { name: "Tags/TagDot", zone: "components", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "components/tags/F0TagDot/__storybook__/TagDot.stories.tsx" }, { name: "Tags/TagList", zone: "components", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "components/tags/F0TagList/__storybook__/TagList.stories.tsx" }, { name: "Tags/TagPerson", zone: "components", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "components/tags/F0TagPerson/__storybook__/TagPerson.stories.tsx" }, { name: "Tags/TagRaw", zone: "components", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "components/tags/F0TagRaw/__storybook__/TagRaw.stories.tsx" }, { name: "Tags/TagStatus", zone: "components", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "components/tags/F0TagStatus/__storybook__/TagStatus.stories.tsx" }, { name: "Tags/TagTeam", zone: "components", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "components/tags/F0TagTeam/__storybook__/TagTeam.stories.tsx" }, { name: "Text", zone: "components", apiStatus: "experimental", tags: ["!autodocs", "experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !0, hasMdxDocs: !0, docQuality: "acceptable", docSignals: { sectionsCount: 3, hasProps: !0, hasWhenToUse: !0, hasWhenNotToUse: !0, hasDoDonts: !1, exampleCount: 5 }, storyFile: "components/F0Text/__stories__/Text.stories.tsx" }, { name: "Widget", zone: "components", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "components/F0Widget/__stories__/F0Widget.stories.tsx" }, { name: "Dialog (deprecated)", zone: "deprecated", apiStatus: "deprecated", tags: ["deprecated"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !0, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "deprecated/Dialog/index.stories.tsx" }, { name: "EntitySelect/EntitySelect", zone: "deprecated", apiStatus: "deprecated", tags: ["deprecated"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !0, hasMdxDocs: !0, docQuality: "good", docSignals: { sectionsCount: 3, hasProps: !0, hasWhenToUse: !1, hasWhenNotToUse: !0, hasDoDonts: !0, exampleCount: 4 }, storyFile: "deprecated/EntitySelect/index.stories.tsx" }, { name: "EntitySelect/ListItem", zone: "deprecated", apiStatus: "deprecated", tags: ["deprecated"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "deprecated/EntitySelect/ListItem/index.stories.tsx" }, { name: "EntitySelect/ListTag", zone: "deprecated", apiStatus: "deprecated", tags: ["deprecated"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "deprecated/EntitySelect/ListTag/index.stories.tsx" }, { name: "EntitySelect/Trigger", zone: "deprecated", apiStatus: "deprecated", tags: ["deprecated"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "deprecated/EntitySelect/Trigger/index.stories.tsx" }, { name: "CardHorizontal", zone: "experimental", apiStatus: "experimental", tags: ["!autodocs", "experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "gold", docSignals: { sectionsCount: 3, hasProps: !0, hasWhenToUse: !0, hasWhenNotToUse: !0, hasDoDonts: !0, exampleCount: 10 }, storyFile: "experimental/F0CardHorizontal/__stories__/F0CardHorizontal.stories.tsx" }, { name: "Carousel/Carousel", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !0, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Navigation/Carousel/index.stories.tsx" }, { name: "Carousel/DynamicCarousel", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Navigation/Carousel/DynamicCarousel/index.stories.tsx" }, { name: "Dropdown", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !0, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Navigation/Dropdown/index.stories.tsx" }, { name: "F0FormEditableTable", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/F0FormEditableTable/__stories__/F0FormEditableTable.stories.tsx" }, { name: "F0SegmentedBar", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "gold", docSignals: { sectionsCount: 3, hasProps: !0, hasWhenToUse: !0, hasWhenNotToUse: !0, hasDoDonts: !0, exampleCount: 10 }, storyFile: "experimental/F0SegmentedBar/__stories__/F0SegmentedBar.stories.tsx" }, { name: "F0SegmentedControl", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Actions/F0SegmentedControl/__stories__/F0SegmentedControl.stories.tsx" }, { name: "Layout/Blocks/AutoGrid", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Utilities/Layout/AutoGrid/index.stories.tsx" }, { name: "Layout/Blocks/Split", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Utilities/Layout/Split/index.stories.tsx" }, { name: "Layout/Blocks/Stack", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Utilities/Layout/Stack/index.stories.tsx" }, { name: "List/DataList", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 0, hasProps: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !1, exampleCount: 2 }, storyFile: "experimental/Lists/DataList/index.stories.tsx" }, { name: "List/DetailsItem", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !0, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Lists/DetailsItem/index.stories.tsx" }, { name: "List/DetailsItemsList", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !0, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Lists/DetailsItemsList/index.stories.tsx" }, { name: "List/OnePersonListItem", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !0, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Lists/OnePersonListItem/index.stories.tsx" }, { name: "Navigation/Breadcrumbs", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Navigation/Header/Breadcrumbs/index.stories.tsx" }, { name: "Navigation/PageHeader", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Navigation/Header/PageHeader/index.stories.tsx" }, { name: "Navigation/TableOfContent", zone: "experimental", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !0, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Navigation/F0TableOfContent/__stories__/F0TableOfContent.stories.tsx" }, { name: "Switch", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !0, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Forms/Fields/Switch/index.stories.tsx" }, { name: "Table", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/OneTable/index.stories.tsx" }, { name: "ToggleGroup", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Forms/Fields/ToggleGroup/index.stories.tsx" }, { name: "Tooltip", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !0, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Overlays/Tooltip/index.stories.tsx" }, { name: "VersionHistory", zone: "experimental", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/F0VersionHistory/__stories__/F0VersionHistory.stories.tsx" }, { name: "Widgets/Charts/AreaChartWidget", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Widgets/Charts/AreaChartWidget/index.stories.tsx" }, { name: "Widgets/Charts/BarChartWidget", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Widgets/Charts/BarChartWidget/index.stories.tsx" }, { name: "Widgets/Charts/LineChartWidget", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Widgets/Charts/LineChartWidget/index.stories.tsx" }, { name: "Widgets/Charts/PieChartWidget", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Widgets/Charts/PieChartWidget/index.stories.tsx" }, { name: "Widgets/Charts/ProgressBarDuo", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Widgets/Content/ProgressBarDuo/index.stories.tsx" }, { name: "Widgets/Charts/RadialProgressWidget", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Widgets/Charts/RadialProgressWidget/index.stories.tsx" }, { name: "Widgets/Charts/SummariesWidget", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Widgets/Charts/SummariesWidget/index.stories.tsx" }, { name: "Widgets/Charts/VerticalBarChartWidget", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Widgets/Charts/VerticalBarChartWidget/index.stories.tsx" }, { name: "Widgets/Content/CalendarEvent", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Widgets/Content/CalendarEvent/index.stories.tsx" }, { name: "Widgets/Content/CalendarEventList", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Widgets/Content/CalendarEventList/index.stories.tsx" }, { name: "Widgets/Content/IndicatorsList", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Widgets/Content/IndicatorsList/index.stories.tsx" }, { name: "Widgets/Content/TwoColumnsList", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Widgets/Content/TwoColumnsList/index.stories.tsx" }, { name: "Widgets/Content/Weekdays", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Widgets/Content/Weekdays/index.stories.tsx" }, { name: "Widgets/EmptyState", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !0, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Widgets/ChartWidgetEmptyState/index.stories.tsx" }, { name: "Widgets/Layout/Dashboard", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Widgets/Layout/Dashboard/index.stories.tsx" }, { name: "Widgets/Layout/WidgetStrip", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Widgets/Layout/WidgetStrip/index.stories.tsx" }, { name: "Widgets/Widget", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !0, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Widgets/Widget/index.stories.tsx" }, { name: "Widgets/Widget/Skeleton", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Widgets/Widget/Skeleton.stories.tsx" }, { name: "Widgets/WidgetAvatarsListItem", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Widgets/Content/ListItems/WidgetAvatarsListItem/index.stories.tsx" }, { name: "Widgets/WidgetEmptyState", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !0, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Widgets/WidgetEmptyState/index.stories.tsx" }, { name: "Widgets/WidgetHighlightButton", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Widgets/Content/Highlights/WidgetHighlightButton/index.stories.tsx" }, { name: "Widgets/WidgetInboxList", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Widgets/Content/Lists/WidgetInboxList/index.stories.tsx" }, { name: "Widgets/WidgetInboxListItem", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Widgets/Content/ListItems/WidgetInboxListItem/index.stories.tsx" }, { name: "Widgets/WidgetSection", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !0, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Widgets/WidgetSection/index.stories.tsx" }, { name: "Widgets/WidgetSimpleList", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Widgets/Content/Lists/WidgetSimpleList/index.stories.tsx" }, { name: "Widgets/WidgetSimpleListItem", zone: "experimental", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "experimental/Widgets/Content/ListItems/WidgetSimpleListItem/index.stories.tsx" }, { name: "Datasource/Examples", zone: "hooks", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 0, hasProps: !0, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !1, exampleCount: 0 }, storyFile: "hooks/datasource/__stories__/examples.stories.tsx" }, { name: "Datasource/useDataSourceItemNavigation", zone: "hooks", apiStatus: "experimental", tags: ["experimental", "!autodocs"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "hooks/datasource/useDataSourceItemNavigation/__stories__/useDataSourceItemNavigation.stories.tsx" }, { name: "Datasource/useItemNeighbors", zone: "hooks", apiStatus: "experimental", tags: ["experimental", "!autodocs"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "hooks/datasource/itemNeighbors/__stories__/useItemNeighbors.stories.tsx" }, { name: "Toast", zone: "hooks", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 0, hasProps: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !1, exampleCount: 1 }, storyFile: "hooks/toast/__stories__/toasts.stories.tsx" }, { name: "Charts/AreaChart", zone: "kits", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "kits/Charts/AreaChart/index.stories.tsx" }, { name: "Charts/BarChart", zone: "kits", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "kits/Charts/BarChart/index.stories.tsx" }, { name: "Charts/CategoryBarChart", zone: "kits", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "kits/Charts/CategoryBarChart/index.stories.tsx" }, { name: "Charts/ComboChart", zone: "kits", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "kits/Charts/ComboChart/index.stories.tsx" }, { name: "Charts/F0Chart", zone: "kits", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "kits/Charts/F0Chart/__stories__/index.stories.tsx" }, { name: "Charts/F0Chart/Area", zone: "kits", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "kits/Charts/F0Chart/__stories__/area.stories.tsx" }, { name: "Charts/F0Chart/Bar", zone: "kits", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "kits/Charts/F0Chart/__stories__/bar.stories.tsx" }, { name: "Charts/F0Chart/Bar Horizontal", zone: "kits", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "kits/Charts/F0Chart/__stories__/barHorizontal.stories.tsx" }, { name: "Charts/F0Chart/Funnel", zone: "kits", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "kits/Charts/F0Chart/__stories__/funnel.stories.tsx" }, { name: "Charts/F0Chart/Line", zone: "kits", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "kits/Charts/F0Chart/__stories__/line.stories.tsx" }, { name: "Charts/F0Chart/Pie", zone: "kits", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "kits/Charts/F0Chart/__stories__/pie.stories.tsx" }, { name: "Charts/F0Chart/Radar", zone: "kits", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "kits/Charts/F0Chart/__stories__/radar.stories.tsx" }, { name: "Charts/LineChart", zone: "kits", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "kits/Charts/LineChart/index.stories.tsx" }, { name: "Charts/PieChart", zone: "kits", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "kits/Charts/PieChart/index.stories.tsx" }, { name: "Charts/ProgressChart", zone: "kits", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "kits/Charts/ProgressChart/index.stories.tsx" }, { name: "Charts/RadarChart", zone: "kits", apiStatus: "stable", tags: ["stable"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "kits/Charts/RadarChart/index.stories.tsx" }, { name: "Charts/RadialProgressChart", zone: "kits", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "kits/Charts/RadialProgressChart/index.stories.tsx" }, { name: "Charts/VerticalBarChart", zone: "kits", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "kits/Charts/VerticalBarChart/index.stories.tsx" }, { name: "F0DataChart/Bar", zone: "kits", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 0, hasProps: !0, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !1, exampleCount: 46 }, storyFile: "kits/F0DataChart/__stories__/Bar.stories.tsx" }, { name: "F0DataChart/Empty states", zone: "kits", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 0, hasProps: !0, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !1, exampleCount: 46 }, storyFile: "kits/F0DataChart/__stories__/EmptyStates.stories.tsx" }, { name: "F0DataChart/Funnel", zone: "kits", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 0, hasProps: !0, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !1, exampleCount: 46 }, storyFile: "kits/F0DataChart/__stories__/Funnel.stories.tsx" }, { name: "F0DataChart/Gauge", zone: "kits", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 0, hasProps: !0, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !1, exampleCount: 46 }, storyFile: "kits/F0DataChart/__stories__/Gauge.stories.tsx" }, { name: "F0DataChart/Heatmap", zone: "kits", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 0, hasProps: !0, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !1, exampleCount: 46 }, storyFile: "kits/F0DataChart/__stories__/Heatmap.stories.tsx" }, { name: "F0DataChart/Line", zone: "kits", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 0, hasProps: !0, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !1, exampleCount: 46 }, storyFile: "kits/F0DataChart/__stories__/Line.stories.tsx" }, { name: "F0DataChart/Pie", zone: "kits", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 0, hasProps: !0, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !1, exampleCount: 46 }, storyFile: "kits/F0DataChart/__stories__/Pie.stories.tsx" }, { name: "F0DataChart/Radar", zone: "kits", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 0, hasProps: !0, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !1, exampleCount: 46 }, storyFile: "kits/F0DataChart/__stories__/Radar.stories.tsx" }, { name: "F0DataChart/Skeletons", zone: "kits", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 0, hasProps: !0, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !1, exampleCount: 46 }, storyFile: "kits/F0DataChart/__stories__/Skeletons.stories.tsx" }, { name: "Reactions", zone: "kits", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "kits/Social/Reactions/index.stories.tsx" }, { name: "Dashboard", zone: "layouts", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !0, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "layouts/Dashboard/__stories__/Dashboard.stories.tsx" }, { name: "HomeLayout", zone: "layouts", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "layouts/HomeLayout/index.stories.tsx" }, { name: "Layout System", zone: "layouts", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !0, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "layouts/Layout/__stories__/Layout.stories.tsx" }, { name: "StandardLayout", zone: "layouts", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !0, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "layouts/StandardLayout/__stories__/StandardLayout.stories.tsx" }, { name: "AnalyticsDashboard", zone: "patterns", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "patterns/F0AnalyticsDashboard/__stories__/index.stories.tsx" }, { name: "App shell/ApplicationFrame", zone: "patterns", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "patterns/ApplicationFrame/index.stories.tsx" }, { name: "Co-creation/Standard flow", zone: "patterns", apiStatus: "unknown", tags: ["!autodocs"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 0, hasProps: !0, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !0, exampleCount: 0 }, storyFile: "patterns/Cocreation/__stories__/standard-flow.stories.tsx" }, { name: "Co-creation/Walkthrough", zone: "patterns", apiStatus: "unknown", tags: ["!autodocs"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 0, hasProps: !0, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !0, exampleCount: 0 }, storyFile: "patterns/Cocreation/__stories__/creation-with-ai.stories.tsx" }, { name: "Data Collection/Callbacks", zone: "patterns", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 0, hasProps: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !1, exampleCount: 1 }, storyFile: "patterns/OneDataCollection/__stories__/callbacks/callbacks.stories.tsx" }, { name: "Data Collection/CRUD patterns/By view", zone: "patterns", apiStatus: "unknown", tags: ["!autodocs"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "patterns/OneDataCollection/__stories__/crud-patterns/by-view/by-view.stories.tsx" }, { name: "Data Collection/CRUD patterns/Create", zone: "patterns", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 0, hasProps: !0, hasWhenToUse: !0, hasWhenNotToUse: !1, hasDoDonts: !0, exampleCount: 0 }, storyFile: "patterns/OneDataCollection/__stories__/crud-patterns/create/create.stories.tsx" }, { name: "Data Collection/CRUD patterns/Delete", zone: "patterns", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 0, hasProps: !0, hasWhenToUse: !0, hasWhenNotToUse: !1, hasDoDonts: !0, exampleCount: 0 }, storyFile: "patterns/OneDataCollection/__stories__/crud-patterns/delete/delete.stories.tsx" }, { name: "Data Collection/CRUD patterns/Read", zone: "patterns", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 0, hasProps: !0, hasWhenToUse: !0, hasWhenNotToUse: !1, hasDoDonts: !0, exampleCount: 0 }, storyFile: "patterns/OneDataCollection/__stories__/crud-patterns/read/read.stories.tsx" }, { name: "Data Collection/CRUD patterns/Update", zone: "patterns", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 0, hasProps: !0, hasWhenToUse: !0, hasWhenNotToUse: !1, hasDoDonts: !0, exampleCount: 0 }, storyFile: "patterns/OneDataCollection/__stories__/crud-patterns/update/update.stories.tsx" }, { name: "Data Collection/Full height", zone: "patterns", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 0, hasProps: !0, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !1, exampleCount: 0 }, storyFile: "patterns/OneDataCollection/__stories__/full-height.stories.tsx" }, { name: "Data Collection/Grouping", zone: "patterns", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 0, hasProps: !0, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !1, exampleCount: 0 }, storyFile: "patterns/OneDataCollection/__stories__/grouping.stories.tsx" }, { name: "Data Collection/Navigation Filters", zone: "patterns", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 0, hasProps: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !0, exampleCount: 7 }, storyFile: "patterns/OneDataCollection/__stories__/navigation-filters/navigation-filters.stories.tsx" }, { name: "Data Collection/Summary", zone: "patterns", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 0, hasProps: !0, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !1, exampleCount: 0 }, storyFile: "patterns/OneDataCollection/__stories__/summary.stories.tsx" }, { name: "Data Collection/Temporary or Deprecated features", zone: "patterns", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 0, hasProps: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !1, exampleCount: 1 }, storyFile: "patterns/OneDataCollection/__stories__/temporary-deprecated/temporary-deprecated.stories.tsx" }, { name: "Data Collection/Total Items Summary", zone: "patterns", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 0, hasProps: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !1, exampleCount: 3 }, storyFile: "patterns/OneDataCollection/__stories__/total-items-summary/total-items-summary.stories.tsx" }, { name: "Data Collection/URL params", zone: "patterns", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 0, hasProps: !0, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !1, exampleCount: 0 }, storyFile: "patterns/OneDataCollection/__stories__/url-params.stories.tsx" }, { name: "Data Collection/useDataCollectionItemNavigation", zone: "patterns", apiStatus: "experimental", tags: ["experimental", "!autodocs"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "patterns/OneDataCollection/hooks/useDataCollectionItemNavigation/__stories__/useDataCollectionItemNavigation.stories.tsx" }, { name: "Data Collection/Visualizations/Card", zone: "patterns", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 0, hasProps: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !1, exampleCount: 1 }, storyFile: "patterns/OneDataCollection/__stories__/visualizations/card/card.stories.tsx" }, { name: "Data Collection/Visualizations/Editable Table", zone: "patterns", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 0, hasProps: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !1, exampleCount: 7 }, storyFile: "patterns/OneDataCollection/__stories__/visualizations/editable-table/editable-table.stories.tsx" }, { name: "Data Collection/Visualizations/Graph", zone: "patterns", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "patterns/OneDataCollection/__stories__/visualizations/graph.stories.tsx" }, { name: "Data Collection/Visualizations/Kanban", zone: "patterns", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "patterns/OneDataCollection/__stories__/visualizations/kanban.stories.tsx" }, { name: "Data Collection/Visualizations/List", zone: "patterns", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 0, hasProps: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !1, exampleCount: 4 }, storyFile: "patterns/OneDataCollection/__stories__/visualizations/list/list.stories.tsx" }, { name: "Data Collection/Visualizations/Table", zone: "patterns", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !0, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 0, hasProps: !0, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !1, exampleCount: 9 }, storyFile: "patterns/OneDataCollection/__stories__/visualizations/table/table.stories.tsx" }, { name: "Dialog", zone: "patterns", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !0, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "patterns/F0Dialog/__stories__/F0Modal.stories.tsx" }, { name: "Filters/DateNavigator", zone: "patterns", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !0, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 0, hasProps: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !1, exampleCount: 1 }, storyFile: "patterns/OneDateNavigator/__stories__/OneDateNavigator.stories.tsx" }, { name: "Filters/FilterPicker", zone: "patterns", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 0, hasProps: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !1, exampleCount: 0 }, storyFile: "patterns/OneFilterPicker/__stories__/OneFilterPicker.stories.tsx" }, { name: "Filters/FilterPicker/Filters/InFilter", zone: "patterns", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "patterns/OneFilterPicker/filterTypes/InFilter/__stories__/InFilter.stories.tsx" }, { name: "Filters/FilterPicker/Filters/NumberFilter", zone: "patterns", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "patterns/OneFilterPicker/filterTypes/NumberFilter/__stories__/NumberFilter.stories.tsx" }, { name: "Filters/FilterPicker/Filters/SearchFilter", zone: "patterns", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "patterns/OneFilterPicker/filterTypes/SearchFilter/__stories__/SearchFilter.stories.tsx" }, { name: "Filters/FilterPickerContent", zone: "patterns", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !0, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "patterns/F0FilterPickerContent/__stories__/F0FilterPickerContent.stories.tsx" }, { name: "Forms/F0Form", zone: "patterns", apiStatus: "stable", tags: ["stable", "!autodocs"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "gold", docSignals: { sectionsCount: 2, hasProps: !0, hasWhenToUse: !0, hasWhenNotToUse: !0, hasDoDonts: !0, exampleCount: 23 }, storyFile: "patterns/F0Form/__stories__/F0Form.stories.tsx" }, { name: "Forms/F0FormField", zone: "patterns", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "patterns/F0FormField/__stories__/F0FormField.stories.tsx" }, { name: "Forms/F0WizardForm", zone: "patterns", apiStatus: "unknown", tags: ["!autodocs"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 0, hasProps: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !1, exampleCount: 3 }, storyFile: "patterns/F0WizardForm/__stories__/F0WizardForm.stories.tsx" }, { name: "Forms/ValidationIssues", zone: "patterns", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "gold", docSignals: { sectionsCount: 2, hasProps: !0, hasWhenToUse: !0, hasWhenNotToUse: !0, hasDoDonts: !0, exampleCount: 23 }, storyFile: "patterns/F0Form/__stories__/ValidationIssues.test.stories.tsx" }, { name: "Graph/F0Graph", zone: "patterns", apiStatus: "stable", tags: ["stable", "!autodocs"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "acceptable", docSignals: { sectionsCount: 3, hasProps: !0, hasWhenToUse: !0, hasWhenNotToUse: !1, hasDoDonts: !0, exampleCount: 3 }, storyFile: "patterns/F0Graph/__stories__/F0Graph.stories.tsx" }, { name: "Graph/F0GraphControls", zone: "patterns", apiStatus: "stable", tags: ["stable", "!autodocs"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 0, hasProps: !0, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !1, exampleCount: 1 }, storyFile: "patterns/F0Graph/components/F0GraphControls/__stories__/F0GraphControls.stories.tsx" }, { name: "Graph/F0GraphEdge", zone: "patterns", apiStatus: "stable", tags: ["stable", "!autodocs"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 0, hasProps: !0, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !1, exampleCount: 1 }, storyFile: "patterns/F0Graph/components/F0GraphEdge/__stories__/F0GraphEdge.stories.tsx" }, { name: "Graph/F0GraphNode", zone: "patterns", apiStatus: "stable", tags: ["stable", "!autodocs"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "stub", docSignals: { sectionsCount: 0, hasProps: !0, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !1, exampleCount: 4 }, storyFile: "patterns/F0Graph/components/F0GraphNode/__stories__/F0GraphNode.stories.tsx" }, { name: "Navigation/Page", zone: "patterns", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !0, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "patterns/Navigation/Page/index.stories.tsx" }, { name: "Navigation/Sidebar/ChatList", zone: "patterns", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "patterns/Navigation/Sidebar/Chats/index.stories.tsx" }, { name: "Navigation/Sidebar/SidebarTabPanel", zone: "patterns", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "patterns/Navigation/Sidebar/TabPanel/index.stories.tsx" }, { name: "Navigation/Sidebar/Tabs", zone: "patterns", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "patterns/Navigation/Sidebar/Tabs/index.stories.tsx" }, { name: "Navigation/SidebarFooter", zone: "patterns", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "patterns/Navigation/Sidebar/Footer/index.stories.tsx" }, { name: "Navigation/Tabs", zone: "patterns", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !0, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "patterns/Navigation/Tabs/index.stories.tsx" }, { name: "Resource header", zone: "patterns", apiStatus: "stable", tags: ["stable"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "acceptable", docSignals: { sectionsCount: 2, hasProps: !0, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !0, exampleCount: 10 }, storyFile: "patterns/ResourceHeader/index.stories.tsx" }, { name: "Section header", zone: "patterns", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !0, docQuality: "acceptable", docSignals: { sectionsCount: 2, hasProps: !0, hasWhenToUse: !1, hasWhenNotToUse: !1, hasDoDonts: !0, exampleCount: 1 }, storyFile: "patterns/SectionHeader/index.stories.tsx" }, { name: "AI/AiBanner", zone: "sds", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !0, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/ai/Banners/F0AiBanner/index.stories.tsx" }, { name: "AI/AIButton", zone: "sds", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/ai/AIButton/__stories__/AIButton.stories.tsx" }, { name: "AI/AICallout", zone: "sds", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !0, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/ai/Banners/F0Callout/index.stories.tsx" }, { name: "AI/AiInsightCard", zone: "sds", apiStatus: "stable", tags: ["stable"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/ai/F0AiInsightCard/__stories__/F0AiInsightCard.stories.tsx" }, { name: "AI/BaseBanner", zone: "sds", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !0, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/ai/Banners/BaseBanner/index.stories.tsx" }, { name: "AI/F0ActionItem", zone: "sds", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/ai/F0ActionItem/__stories__/F0ActionItem.stories.tsx" }, { name: "AI/F0ActionItem/ChatSpinner", zone: "sds", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/ai/F0ActionItem/__stories__/ChatSpinner.stories.tsx" }, { name: "AI/F0AiChat", zone: "sds", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/ai/F0AiChat/__stories__/F0AiChat.stories.tsx" }, { name: "AI/F0AiChatHeader", zone: "sds", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/ai/F0AiChatHeader/__stories__/F0AiChatHeader.stories.tsx" }, { name: "AI/F0AiChatHistory", zone: "sds", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/ai/F0AiChatHistory/__stories__/F0AiChatHistory.stories.tsx" }, { name: "AI/F0AiChatTextArea", zone: "sds", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/ai/F0AiChatTextArea/__stories__/F0AiChatTextArea.stories.tsx" }, { name: "AI/F0AiFormTools", zone: "sds", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/ai/F0AiChat/__stories__/F0AiFormTools.stories.tsx" }, { name: "AI/F0AiMask", zone: "sds", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/ai/F0AiMask/__stories__/F0AiMask.stories.tsx" }, { name: "AI/F0AiMessagesContainer", zone: "sds", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/ai/F0AiMessagesContainer/__stories__/F0AiMessagesContainer.stories.tsx" }, { name: "AI/F0AiMessageSources", zone: "sds", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/ai/F0AiMessageSources/__stories__/F0AiMessageSources.stories.tsx" }, { name: "AI/F0AiProcessingOverlay", zone: "sds", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/ai/F0AiProcessingOverlay/__stories__/F0AiProcessingOverlay.stories.tsx" }, { name: "AI/F0AiProposalCard", zone: "sds", apiStatus: "stable", tags: ["stable"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/ai/F0AiProposalCard/__stories__/F0AiProposalCard.stories.tsx" }, { name: "AI/F0AiTableCard", zone: "sds", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/ai/F0AiTableCard/__stories__/F0AiTableCard.stories.tsx" }, { name: "AI/F0AuraVoiceAnimation", zone: "sds", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/ai/F0AuraVoiceAnimation/__stories__/F0AuraVoiceAnimation.stories.tsx" }, { name: "AI/F0CanvasCard", zone: "sds", apiStatus: "deprecated", tags: ["deprecated"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/ai/canvas/F0CanvasCard/__stories__/F0CanvasCard.stories.tsx" }, { name: "AI/F0ClarifyingPanel", zone: "sds", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/ai/F0ClarifyingPanel/__stories__/F0ClarifyingPanel.stories.tsx" }, { name: "AI/F0HILActionConfirmation", zone: "sds", apiStatus: "deprecated", tags: ["deprecated"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/ai/F0HILActionConfirmation/__stories__/F0HILActionConfirmation.stories.tsx" }, { name: "AI/F0OneIcon", zone: "sds", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/ai/F0OneIcon/__stories__/F0OneIcon.stories.tsx" }, { name: "AI/F0OneSwitch", zone: "sds", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/ai/F0OneSwitch/__stories__/F0OneSwitch.stories.tsx" }, { name: "AI/MarkdownRenderers", zone: "sds", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/ai/F0AiChat/components/markdownRenderers/__stories__/MarkdownRenderers.stories.tsx" }, { name: "AI/Widgets/UpsellKit/F0BookAMeetingCard", zone: "sds", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/UpsellingKit/ai/F0BookAMeetingCard/__stories__/F0BookAMeetingCard.stories.tsx" }, { name: "AI/Widgets/UpsellKit/F0DemoCard", zone: "sds", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/UpsellingKit/ai/F0DemoCard/__stories__/F0DemoCard.stories.tsx" }, { name: "AI/Widgets/UpsellKit/F0FAQCard", zone: "sds", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/UpsellingKit/ai/F0FAQCard/__stories__/F0FAQCard.stories.tsx" }, { name: "AI/Widgets/UpsellKit/F0ModuleCard", zone: "sds", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/UpsellingKit/ai/F0ModuleCard/__stories__/F0ModuleCard.stories.tsx" }, { name: "AI/Widgets/UpsellKit/F0QuestionCard", zone: "sds", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/UpsellingKit/ai/F0QuestionCard/__stories__/F0QuestionCard.stories.tsx" }, { name: "Chat/F0Chat", zone: "sds", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/chat/F0Chat/F0Chat.stories.tsx" }, { name: "Home/AvatarPulse", zone: "sds", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/Home/F0AvatarPulse/__storybook__/F0AvatarPulse.stories.tsx" }, { name: "Home/ClockInControls", zone: "sds", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/Home/ClockIn/ClockInControls/index.stories.tsx" }, { name: "Home/ClockInGraph", zone: "sds", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/Home/ClockIn/ClockInGraph/index.stories.tsx" }, { name: "Home/Communities/Celebration", zone: "sds", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/Home/Communities/Celebration/index.stories.tsx" }, { name: "Home/Communities/HighlightBanner", zone: "sds", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/Home/Communities/HighlightBanner/index.stories.tsx" }, { name: "Home/Communities/Post/CommunityPost", zone: "sds", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/Home/Communities/Post/CommunityPost/index.stories.tsx" }, { name: "Home/Communities/Post/PostDescription", zone: "sds", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/Home/Communities/Post/PostDescription/index.stories.tsx" }, { name: "Home/Communities/Post/PostEvent", zone: "sds", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/Home/Communities/Post/PostEvent/index.stories.tsx" }, { name: "Home/DaytimePage", zone: "sds", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !0, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/Home/DaytimePage/index.stories.tsx" }, { name: "Inbox/ActivityItem", zone: "sds", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/inbox/Activity/ActivityItem/index.stories.tsx" }, { name: "Inbox/ApprovalHistory", zone: "sds", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/inbox/OneApprovalHistory/index.stories.tsx" }, { name: "Profile/CategoryBarSection", zone: "sds", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/Profile/CategoryBarSection/index.stories.tsx" }, { name: "Profile/PrivateBox", zone: "sds", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/Profile/PrivateBox/index.stories.tsx" }, { name: "Profile/TaskItem", zone: "sds", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/Profile/TasksList/TaskItem/index.stories.tsx" }, { name: "Profile/TasksList", zone: "sds", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/Profile/TasksList/index.stories.tsx" }, { name: "Surveys/SurveyAnsweringForm", zone: "sds", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/surveys/SurveyAnsweringForm/__stories__/SurveyAnsweringForm.stories.tsx" }, { name: "Surveys/SurveyFormBuilder", zone: "sds", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/surveys/SurveyFormBuilder/Form/index.stories.tsx" }, { name: "Surveys/SurveyFormBuilder/BaseQuestion", zone: "sds", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/surveys/SurveyFormBuilder/QuestionTypes/BaseQuestion/index.stories.tsx" }, { name: "Surveys/SurveyFormBuilder/CheckboxQuestion", zone: "sds", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/surveys/SurveyFormBuilder/QuestionTypes/CheckboxQuestion/index.stories.tsx" }, { name: "Surveys/SurveyFormBuilder/DateQuestion", zone: "sds", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/surveys/SurveyFormBuilder/QuestionTypes/DateQuestion/index.stories.tsx" }, { name: "Surveys/SurveyFormBuilder/DropdownSingleQuestion", zone: "sds", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/surveys/SurveyFormBuilder/QuestionTypes/DropdownSingleQuestion/index.stories.tsx" }, { name: "Surveys/SurveyFormBuilder/FileQuestion", zone: "sds", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/surveys/SurveyFormBuilder/QuestionTypes/FileQuestion/index.stories.tsx" }, { name: "Surveys/SurveyFormBuilder/LinkQuestion", zone: "sds", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/surveys/SurveyFormBuilder/QuestionTypes/LinkQuestion/index.stories.tsx" }, { name: "Surveys/SurveyFormBuilder/NumericQuestion", zone: "sds", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/surveys/SurveyFormBuilder/QuestionTypes/NumericQuestion/index.stories.tsx" }, { name: "Surveys/SurveyFormBuilder/RatingQuestion", zone: "sds", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/surveys/SurveyFormBuilder/QuestionTypes/RatingQuestion/index.stories.tsx" }, { name: "Surveys/SurveyFormBuilder/Section", zone: "sds", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/surveys/SurveyFormBuilder/Section/index.stories.tsx" }, { name: "Surveys/SurveyFormBuilder/SelectQuestion", zone: "sds", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/surveys/SurveyFormBuilder/QuestionTypes/SelectQuestion/index.stories.tsx" }, { name: "Surveys/SurveyFormBuilder/TextQuestion", zone: "sds", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/surveys/SurveyFormBuilder/QuestionTypes/TextQuestion/index.stories.tsx" }, { name: "Surveys/SurveySampleQuestion", zone: "sds", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/surveys/SurveySampleQuestion/index.stories.tsx" }, { name: "TimelineRow", zone: "sds", apiStatus: "experimental", tags: ["experimental"], hasStories: !0, hasUnitTests: !0, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/TimeLine/__stories__/F0TimelineRow.stories.tsx" }, { name: "UpsellingKit/ProductBlankslate", zone: "sds", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/UpsellingKit/ProductBlankslate/index.stories.tsx" }, { name: "UpsellingKit/UpsellingAlert", zone: "sds", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/UpsellingKit/UpsellingAlert/index.stories.tsx" }, { name: "UpsellingKit/UpsellingButton", zone: "sds", apiStatus: "unknown", tags: [], hasStories: !0, hasUnitTests: !1, hasPlayFunction: !1, hasMdxDocs: !1, docQuality: "none", docSignals: { sectionsCount: 0, hasProps: !1, hasDoDonts: !1, hasWhenToUse: !1, hasWhenNotToUse: !1, exampleCount: 0 }, storyFile: "sds/UpsellingKit/UpsellingButton/index.stories.tsx" }] }, p = y, f = "good", S = {
|
|
3
3
|
stable: "Stable",
|
|
4
4
|
experimental: "Experimental",
|
|
5
5
|
deprecated: "Deprecated",
|
package/dist/experimental.d.ts
CHANGED
|
@@ -11386,8 +11386,10 @@ declare module "@tiptap/core" {
|
|
|
11386
11386
|
|
|
11387
11387
|
declare module "@tiptap/core" {
|
|
11388
11388
|
interface Commands<ReturnType> {
|
|
11389
|
-
|
|
11390
|
-
|
|
11389
|
+
videoEmbed: {
|
|
11390
|
+
setVideoEmbed: (options: {
|
|
11391
|
+
src: string;
|
|
11392
|
+
}) => ReturnType;
|
|
11391
11393
|
};
|
|
11392
11394
|
}
|
|
11393
11395
|
}
|
|
@@ -11395,10 +11397,8 @@ declare module "@tiptap/core" {
|
|
|
11395
11397
|
|
|
11396
11398
|
declare module "@tiptap/core" {
|
|
11397
11399
|
interface Commands<ReturnType> {
|
|
11398
|
-
|
|
11399
|
-
|
|
11400
|
-
src: string;
|
|
11401
|
-
}) => ReturnType;
|
|
11400
|
+
transcript: {
|
|
11401
|
+
insertTranscript: (data: TranscriptData) => ReturnType;
|
|
11402
11402
|
};
|
|
11403
11403
|
}
|
|
11404
11404
|
}
|
package/dist/experimental.js
CHANGED
|
@@ -2,8 +2,8 @@ import { B as Sl, E as kl, G as Tl, H as Rl, J as Vo, K as Tn, L as ln, M as El,
|
|
|
2
2
|
import { cU as S0, cT as k0, d4 as T0, cQ as R0, cR as E0, cL as L0, cM as z0, cM as F0, cN as A0, d7 as P0, cS as M0, d0 as O0, d1 as D0, d5 as B0, cO as _0, cW as $0, cV as H0, T as W0, h as j0, d2 as V0, d8 as U0, d3 as G0, d6 as K0, c$ as q0, cY as Y0, c_ as X0, cX as Q0, cP as J0, cZ as Z0 } from "./F0CanvasPanel-CUlu2cJa.js";
|
|
3
3
|
import { jsx as n, jsxs as m, Fragment as De } from "react/jsx-runtime";
|
|
4
4
|
import Q, { forwardRef as Fe, useRef as _, useTransition as Md, useState as H, useLayoutEffect as ar, useId as Ur, useContext as Nt, createContext as st, useEffect as te, useCallback as K, useMemo as he, Fragment as Rt, isValidElement as Od, cloneElement as Pa, Suspense as bo, lazy as tn, createElement as Mn, memo as Ma, Children as Oa } from "react";
|
|
5
|
-
import { C as Dd, P as Bd, a as Nn, M as _d, p as $d, b as Hd, R as Yo, c as Da, u as Wd, e as jd, f as Vd, g as Ud, h as Gd, i as Kd, O as Ba, j as _a, S as qd, A as Yd, B as Xd, L as Qd, k as Jd, V as Zd, l as eu, m as tu, n as nu } from "./index-
|
|
6
|
-
import { t as tx, v as nx, r as rx, J as ox, w as ix, E as ax, ab as sx, I as lx, s as cx, a1 as dx, ad as ux, ac as fx, U as hx, ag as mx, F as px, _ as gx, X as bx, N as vx, ai as xx, Q as yx, $ as wx, a0 as Nx, x as Cx, ae as Ix, af as Sx, T as kx, a2 as Tx, a8 as Rx, aa as Ex, y as Lx, D as zx, G as Fx, Y as Ax, ah as Px, Z as Mx, W as Ox, aj as Dx, z as Bx, H as _x, o as $x, q as Hx, a4 as Wx, a5 as jx, a9 as Vx, K as Ux, a6 as Gx, a3 as Kx, a7 as qx } from "./index-
|
|
5
|
+
import { C as Dd, P as Bd, a as Nn, M as _d, p as $d, b as Hd, R as Yo, c as Da, u as Wd, e as jd, f as Vd, g as Ud, h as Gd, i as Kd, O as Ba, j as _a, S as qd, A as Yd, B as Xd, L as Qd, k as Jd, V as Zd, l as eu, m as tu, n as nu } from "./index-8Z3dRSwW.js";
|
|
6
|
+
import { t as tx, v as nx, r as rx, J as ox, w as ix, E as ax, ab as sx, I as lx, s as cx, a1 as dx, ad as ux, ac as fx, U as hx, ag as mx, F as px, _ as gx, X as bx, N as vx, ai as xx, Q as yx, $ as wx, a0 as Nx, x as Cx, ae as Ix, af as Sx, T as kx, a2 as Tx, a8 as Rx, aa as Ex, y as Lx, D as zx, G as Fx, Y as Ax, ah as Px, Z as Mx, W as Ox, aj as Dx, z as Bx, H as _x, o as $x, q as Hx, a4 as Wx, a5 as jx, a9 as Vx, K as Ux, a6 as Gx, a3 as Kx, a7 as qx } from "./index-8Z3dRSwW.js";
|
|
7
7
|
import ru from "react-dom";
|
|
8
8
|
const ou = Sl("Search", [
|
|
9
9
|
["circle", { cx: "11", cy: "11", r: "8", key: "4ej97u" }],
|
|
@@ -8412,7 +8412,7 @@ const Hh = {
|
|
|
8412
8412
|
] })
|
|
8413
8413
|
] }) });
|
|
8414
8414
|
}, Jh = tn(
|
|
8415
|
-
() => import("./index-
|
|
8415
|
+
() => import("./index-CAXEmnmo.js").then((e) => e.i).then((e) => ({
|
|
8416
8416
|
default: e.F0PdfViewer
|
|
8417
8417
|
}))
|
|
8418
8418
|
), Zh = () => {
|
|
@@ -12628,7 +12628,7 @@ const Wp = (e) => {
|
|
|
12628
12628
|
}
|
|
12629
12629
|
)
|
|
12630
12630
|
] });
|
|
12631
|
-
}, Jp = tn(() => import("./ChatPdfThumbnail-
|
|
12631
|
+
}, Jp = tn(() => import("./ChatPdfThumbnail-Cz-NbQ1w.js")), Zp = tn(() => import("./ChatSheetThumbnail-BvnxT-4A.js")), eg = tn(() => import("./ChatDocxThumbnail-Dv_RJfHi.js")), tg = tn(() => import("./ChatTextThumbnail-yVt_iYi7.js")), Ar = 288, ng = 160, rg = (e) => {
|
|
12632
12632
|
const [t, r] = H(!1);
|
|
12633
12633
|
return te(() => {
|
|
12634
12634
|
const o = e.current;
|
package/dist/f0.d.ts
CHANGED
|
@@ -18400,8 +18400,10 @@ declare module "@tiptap/core" {
|
|
|
18400
18400
|
|
|
18401
18401
|
declare module "@tiptap/core" {
|
|
18402
18402
|
interface Commands<ReturnType> {
|
|
18403
|
-
|
|
18404
|
-
|
|
18403
|
+
videoEmbed: {
|
|
18404
|
+
setVideoEmbed: (options: {
|
|
18405
|
+
src: string;
|
|
18406
|
+
}) => ReturnType;
|
|
18405
18407
|
};
|
|
18406
18408
|
}
|
|
18407
18409
|
}
|
|
@@ -18409,10 +18411,8 @@ declare module "@tiptap/core" {
|
|
|
18409
18411
|
|
|
18410
18412
|
declare module "@tiptap/core" {
|
|
18411
18413
|
interface Commands<ReturnType> {
|
|
18412
|
-
|
|
18413
|
-
|
|
18414
|
-
src: string;
|
|
18415
|
-
}) => ReturnType;
|
|
18414
|
+
transcript: {
|
|
18415
|
+
insertTranscript: (data: TranscriptData) => ReturnType;
|
|
18416
18416
|
};
|
|
18417
18417
|
}
|
|
18418
18418
|
}
|
package/dist/f0.js
CHANGED
|
@@ -6,10 +6,10 @@ import U5, { forwardRef as Dr, useRef as le, useImperativeHandle as $5, Children
|
|
|
6
6
|
import { D as X5, E as q5, G as Z5, H as wd, I as Tb, J as NN, K as IN, L as Jn, M as j5, N as K5, O as Q5, P as J5, Q as eF, F as tF } from "./F0AiProcessingOverlay-B32hzXK2.js";
|
|
7
7
|
import { A as sde, C as lde, t as ude, s as cde, v as fde, y as hde, l as dde, i as vde, q as pde, z as gde, B as mde, p as yde, r as _de, j as bde, e as xde, g as wde, k as Sde, T as Cde, w as Tde, h as Dde, a as Ade, n as Mde, m as Ede, o as Lde, b as Nde, f as Ide, x as kde, c as Pde, d as Rde, u as Ode } from "./F0AiProcessingOverlay-B32hzXK2.js";
|
|
8
8
|
import { createPortal as qv } from "react-dom";
|
|
9
|
-
import { C as rF, ak as nF, al as iF, am as aF, an as Sw, ao as oF, ap as sF, aq as lF, ar as uF, as as cF, at as fF, au as hF, i as dF, F as kN, av as vF, aw as pF, ax as gF, ay as mF, az as yF, aA as PN, aB as _F, aC as Zv, aD as Ha, aE as bF, aF as Db, aG as Ab, I as xF, aH as wF, aI as ps, aJ as RN, aK as SF, aL as CF, aM as TF, aN as DF, aO as AF, aP as MF, _ as EF, ab as LF, aQ as NF, U as IF, aR as kF, aS as PF, c as jv, R as Mb, u as Eb, Y as ON, O as Lb, aT as BN, aU as Cw, aV as Nb, r as RF, e as zN, a2 as VN, aW as OF, aX as BF, aY as zF, aZ as VF, M as FF } from "./index-
|
|
10
|
-
import { t as zde, v as Vde, J as Fde, w as Gde, E as Hde, bj as Wde, bi as Ude, bc as $de, a$ as Yde, a_ as Xde, b0 as qde, b1 as Zde, b3 as jde, b4 as Kde, ad as Qde, ac as Jde, ag as eve, X as tve, N as rve, ai as nve, Q as ive, x as ave, bk as ove, ae as sve, af as lve, T as uve, y as cve, P as fve, D as hve, G as dve, ah as vve, W as pve, aj as gve, z as mve, H as yve, bm as _ve, o as bve, q as xve, bb as wve, bg as Sve, bg as Cve, bh as Tve, b7 as Dve, b6 as Ave, bl as Mve, a9 as Eve, b9 as Lve, ba as Nve, K as Ive, bn as kve, bo as Pve, f as Rve, bd as Ove, be as Bve, bf as zve, b2 as Vve, b8 as Fve, g as Gve, j as Hve, b5 as Wve, bp as Uve } from "./index-
|
|
11
|
-
import { F as Yve, p as Xve } from "./index-
|
|
12
|
-
import { c as Zve } from "./pdfWorker-
|
|
9
|
+
import { C as rF, ak as nF, al as iF, am as aF, an as Sw, ao as oF, ap as sF, aq as lF, ar as uF, as as cF, at as fF, au as hF, i as dF, F as kN, av as vF, aw as pF, ax as gF, ay as mF, az as yF, aA as PN, aB as _F, aC as Zv, aD as Ha, aE as bF, aF as Db, aG as Ab, I as xF, aH as wF, aI as ps, aJ as RN, aK as SF, aL as CF, aM as TF, aN as DF, aO as AF, aP as MF, _ as EF, ab as LF, aQ as NF, U as IF, aR as kF, aS as PF, c as jv, R as Mb, u as Eb, Y as ON, O as Lb, aT as BN, aU as Cw, aV as Nb, r as RF, e as zN, a2 as VN, aW as OF, aX as BF, aY as zF, aZ as VF, M as FF } from "./index-8Z3dRSwW.js";
|
|
10
|
+
import { t as zde, v as Vde, J as Fde, w as Gde, E as Hde, bj as Wde, bi as Ude, bc as $de, a$ as Yde, a_ as Xde, b0 as qde, b1 as Zde, b3 as jde, b4 as Kde, ad as Qde, ac as Jde, ag as eve, X as tve, N as rve, ai as nve, Q as ive, x as ave, bk as ove, ae as sve, af as lve, T as uve, y as cve, P as fve, D as hve, G as dve, ah as vve, W as pve, aj as gve, z as mve, H as yve, bm as _ve, o as bve, q as xve, bb as wve, bg as Sve, bg as Cve, bh as Tve, b7 as Dve, b6 as Ave, bl as Mve, a9 as Eve, b9 as Lve, ba as Nve, K as Ive, bn as kve, bo as Pve, f as Rve, bd as Ove, be as Bve, bf as zve, b2 as Vve, b8 as Fve, g as Gve, j as Hve, b5 as Wve, bp as Uve } from "./index-8Z3dRSwW.js";
|
|
11
|
+
import { F as Yve, p as Xve } from "./index-CAXEmnmo.js";
|
|
12
|
+
import { c as Zve } from "./pdfWorker-B1n2TrgP.js";
|
|
13
13
|
import { utils as ll, write as FN } from "./xlsx-CzlURDDb.js";
|
|
14
14
|
import { defaultTranslations as Kve } from "./i18n-provider-defaults.js";
|
|
15
15
|
import './f0.css';const GF = {
|
|
@@ -1055,8 +1055,10 @@ declare module "@tiptap/core" {
|
|
|
1055
1055
|
|
|
1056
1056
|
declare module "@tiptap/core" {
|
|
1057
1057
|
interface Commands<ReturnType> {
|
|
1058
|
-
|
|
1059
|
-
|
|
1058
|
+
videoEmbed: {
|
|
1059
|
+
setVideoEmbed: (options: {
|
|
1060
|
+
src: string;
|
|
1061
|
+
}) => ReturnType;
|
|
1060
1062
|
};
|
|
1061
1063
|
}
|
|
1062
1064
|
}
|
|
@@ -1064,10 +1066,8 @@ declare module "@tiptap/core" {
|
|
|
1064
1066
|
|
|
1065
1067
|
declare module "@tiptap/core" {
|
|
1066
1068
|
interface Commands<ReturnType> {
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
src: string;
|
|
1070
|
-
}) => ReturnType;
|
|
1069
|
+
transcript: {
|
|
1070
|
+
insertTranscript: (data: TranscriptData) => ReturnType;
|
|
1071
1071
|
};
|
|
1072
1072
|
}
|
|
1073
1073
|
}
|
|
@@ -16729,7 +16729,7 @@ const hq = ({
|
|
|
16729
16729
|
"div",
|
|
16730
16730
|
{
|
|
16731
16731
|
className: Y(
|
|
16732
|
-
"
|
|
16732
|
+
"flex flex-col justify-between gap-4 border border-dashed border-transparent px-6 pb-5 pt-5 first:pb-0 first:pt-0 md:flex-row md:gap-2",
|
|
16733
16733
|
o === "standard" && "-mx-[23px]",
|
|
16734
16734
|
r === "top" && "border-t-f1-border first:pt-5",
|
|
16735
16735
|
r === "bottom" && "border-b-f1-border first:pb-5"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { S as L, o as ye, u as Z, q as ne, r as Se, s as Re, i as ke, j as _e, k as Ne, t as Ce, l as Le, w as Fe, v as Ve, x as Te } from "./F0CanvasPanel-CUlu2cJa.js";
|
|
2
2
|
import { jsx as t, jsxs as y } from "react/jsx-runtime";
|
|
3
3
|
import { lazy as J, forwardRef as ae, Suspense as He, useState as V, useRef as A, useMemo as te, useCallback as w, useEffect as T } from "react";
|
|
4
|
-
import { e as Ee, D as Ue, P as je, c as De } from "./pdfWorker-
|
|
4
|
+
import { e as Ee, D as Ue, P as je, c as De } from "./pdfWorker-B1n2TrgP.js";
|
|
5
5
|
import { F as We } from "./Printer-B7iDPx2r.js";
|
|
6
6
|
import './index.css';const Oe = ({
|
|
7
7
|
label: o,
|
|
@@ -221,7 +221,7 @@ import './index.css';const Oe = ({
|
|
|
221
221
|
}), i;
|
|
222
222
|
};
|
|
223
223
|
Ee();
|
|
224
|
-
const qe = J(() => import("./SheetViewer-
|
|
224
|
+
const qe = J(() => import("./SheetViewer-CcUI_Cm_.js")), Ge = J(() => import("./DocxViewer-FDYl7a9o.js")), Ze = J(() => import("./TextViewer-DOYwJUHI.js")), oe = 48, se = ae(
|
|
225
225
|
(o, a) => {
|
|
226
226
|
const { kind: e = "pdf", mimeType: i, ...l } = o;
|
|
227
227
|
if (e === "pdf") return /* @__PURE__ */ t(le, { ref: a, ...l });
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { createContext, useReducer, forwardRef, useRef, useImperativeHandle, useEffect, useCallback, useMemo, useContext, useLayoutEffect } from "react";
|
|
3
3
|
import { y as getAugmentedNamespace, n as getDefaultExportFromCjs, z as invariant, A as clsx } from "./F0CanvasPanel-CUlu2cJa.js";
|
|
4
|
-
import { d as dequal } from "./index-
|
|
4
|
+
import { d as dequal } from "./index-8Z3dRSwW.js";
|
|
5
5
|
import { c as commonjsRequire } from "./_commonjs-dynamic-modules-BpilXLfW.js";
|
|
6
6
|
import './pdfWorker.css';var pdf$1 = { exports: {} };
|
|
7
7
|
const __viteBrowserExternal = {}, __viteBrowserExternal$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|