@factorialco/f0-react 4.50.0 → 4.51.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/ai.d.ts
CHANGED
|
@@ -5187,10 +5187,8 @@ declare module "@tiptap/core" {
|
|
|
5187
5187
|
|
|
5188
5188
|
declare module "@tiptap/core" {
|
|
5189
5189
|
interface Commands<ReturnType> {
|
|
5190
|
-
|
|
5191
|
-
|
|
5192
|
-
src: string;
|
|
5193
|
-
}) => ReturnType;
|
|
5190
|
+
transcript: {
|
|
5191
|
+
insertTranscript: (data: TranscriptData) => ReturnType;
|
|
5194
5192
|
};
|
|
5195
5193
|
}
|
|
5196
5194
|
}
|
|
@@ -5198,8 +5196,10 @@ declare module "@tiptap/core" {
|
|
|
5198
5196
|
|
|
5199
5197
|
declare module "@tiptap/core" {
|
|
5200
5198
|
interface Commands<ReturnType> {
|
|
5201
|
-
|
|
5202
|
-
|
|
5199
|
+
videoEmbed: {
|
|
5200
|
+
setVideoEmbed: (options: {
|
|
5201
|
+
src: string;
|
|
5202
|
+
}) => ReturnType;
|
|
5203
5203
|
};
|
|
5204
5204
|
}
|
|
5205
5205
|
}
|
|
@@ -290,10 +290,8 @@ declare module "@tiptap/core" {
|
|
|
290
290
|
|
|
291
291
|
declare module "@tiptap/core" {
|
|
292
292
|
interface Commands<ReturnType> {
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
src: string;
|
|
296
|
-
}) => ReturnType;
|
|
293
|
+
transcript: {
|
|
294
|
+
insertTranscript: (data: TranscriptData) => ReturnType;
|
|
297
295
|
};
|
|
298
296
|
}
|
|
299
297
|
}
|
|
@@ -301,8 +299,10 @@ declare module "@tiptap/core" {
|
|
|
301
299
|
|
|
302
300
|
declare module "@tiptap/core" {
|
|
303
301
|
interface Commands<ReturnType> {
|
|
304
|
-
|
|
305
|
-
|
|
302
|
+
videoEmbed: {
|
|
303
|
+
setVideoEmbed: (options: {
|
|
304
|
+
src: string;
|
|
305
|
+
}) => 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-23T16:33:52.943Z", stats: { total: 260, byStatus: { stable: 39, experimental: 134, deprecated: 7, internal: 0, unknown: 80 }, 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: "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: "F0Chat", 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/chat/F0Chat/F0Chat.stories.tsx" }, { name: "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: "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: "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: "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: "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: "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: "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: "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: "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-24T08:15:57.356Z", stats: { total: 260, byStatus: { stable: 39, experimental: 134, deprecated: 7, internal: 0, unknown: 80 }, 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: "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: "F0Chat", 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/chat/F0Chat/F0Chat.stories.tsx" }, { name: "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: "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: "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: "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: "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: "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: "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: "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: "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
|
@@ -11416,10 +11416,8 @@ declare module "@tiptap/core" {
|
|
|
11416
11416
|
|
|
11417
11417
|
declare module "@tiptap/core" {
|
|
11418
11418
|
interface Commands<ReturnType> {
|
|
11419
|
-
|
|
11420
|
-
|
|
11421
|
-
src: string;
|
|
11422
|
-
}) => ReturnType;
|
|
11419
|
+
transcript: {
|
|
11420
|
+
insertTranscript: (data: TranscriptData) => ReturnType;
|
|
11423
11421
|
};
|
|
11424
11422
|
}
|
|
11425
11423
|
}
|
|
@@ -11427,8 +11425,10 @@ declare module "@tiptap/core" {
|
|
|
11427
11425
|
|
|
11428
11426
|
declare module "@tiptap/core" {
|
|
11429
11427
|
interface Commands<ReturnType> {
|
|
11430
|
-
|
|
11431
|
-
|
|
11428
|
+
videoEmbed: {
|
|
11429
|
+
setVideoEmbed: (options: {
|
|
11430
|
+
src: string;
|
|
11431
|
+
}) => ReturnType;
|
|
11432
11432
|
};
|
|
11433
11433
|
}
|
|
11434
11434
|
}
|
package/dist/f0.d.ts
CHANGED
|
@@ -18407,10 +18407,8 @@ declare module "@tiptap/core" {
|
|
|
18407
18407
|
|
|
18408
18408
|
declare module "@tiptap/core" {
|
|
18409
18409
|
interface Commands<ReturnType> {
|
|
18410
|
-
|
|
18411
|
-
|
|
18412
|
-
src: string;
|
|
18413
|
-
}) => ReturnType;
|
|
18410
|
+
transcript: {
|
|
18411
|
+
insertTranscript: (data: TranscriptData) => ReturnType;
|
|
18414
18412
|
};
|
|
18415
18413
|
}
|
|
18416
18414
|
}
|
|
@@ -18418,8 +18416,10 @@ declare module "@tiptap/core" {
|
|
|
18418
18416
|
|
|
18419
18417
|
declare module "@tiptap/core" {
|
|
18420
18418
|
interface Commands<ReturnType> {
|
|
18421
|
-
|
|
18422
|
-
|
|
18419
|
+
videoEmbed: {
|
|
18420
|
+
setVideoEmbed: (options: {
|
|
18421
|
+
src: string;
|
|
18422
|
+
}) => ReturnType;
|
|
18423
18423
|
};
|
|
18424
18424
|
}
|
|
18425
18425
|
}
|
|
@@ -1055,10 +1055,8 @@ declare module "@tiptap/core" {
|
|
|
1055
1055
|
|
|
1056
1056
|
declare module "@tiptap/core" {
|
|
1057
1057
|
interface Commands<ReturnType> {
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
src: string;
|
|
1061
|
-
}) => ReturnType;
|
|
1058
|
+
transcript: {
|
|
1059
|
+
insertTranscript: (data: TranscriptData) => ReturnType;
|
|
1062
1060
|
};
|
|
1063
1061
|
}
|
|
1064
1062
|
}
|
|
@@ -1066,8 +1064,10 @@ declare module "@tiptap/core" {
|
|
|
1066
1064
|
|
|
1067
1065
|
declare module "@tiptap/core" {
|
|
1068
1066
|
interface Commands<ReturnType> {
|
|
1069
|
-
|
|
1070
|
-
|
|
1067
|
+
videoEmbed: {
|
|
1068
|
+
setVideoEmbed: (options: {
|
|
1069
|
+
src: string;
|
|
1070
|
+
}) => ReturnType;
|
|
1071
1071
|
};
|
|
1072
1072
|
}
|
|
1073
1073
|
}
|
package/icons/ai/ReceiptAi.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { forwardRef } from "react";
|
|
3
|
-
const SvgReceiptAi = (props, ref) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ref: ref, ...props, children: [_jsx("path", { fill: "currentColor", d: "
|
|
3
|
+
const SvgReceiptAi = (props, ref) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ref: ref, ...props, children: [_jsx("path", { fill: "currentColor", d: "M15 3.34998C17.0157 3.35019 18.6504 4.98466 18.6504 7.00037V12.1986C18.6502 12.5573 18.3587 12.8488 18 12.849C17.6411 12.849 17.3498 12.5574 17.3496 12.1986V7.00037C17.3496 5.70263 16.2977 4.65097 15 4.65076H9C7.70213 4.65076 6.65039 5.7025 6.65039 7.00037V18.8148C6.65104 19.1223 7.01974 19.2804 7.24219 19.0677L8.12891 18.2191C8.81455 17.5635 9.91038 17.6198 10.5254 18.3422L11.126 19.0472C11.2658 19.2111 11.5196 19.2113 11.6592 19.0472L12.5283 18.0228C12.7606 17.7495 13.1707 17.7164 13.4443 17.9486C13.7174 18.181 13.7516 18.5911 13.5195 18.8646L12.6504 19.8881C11.9922 20.6635 10.7953 20.6642 10.1357 19.89L9.53516 19.1849C9.40471 19.0318 9.17277 19.0196 9.02734 19.1586L8.14062 20.0072C7.09125 21.0107 5.35026 20.2666 5.34961 18.8148V7.00037C5.34961 4.98453 6.98416 3.34998 9 3.34998H15ZM13 11.5492C13.3588 11.5492 13.6502 11.8408 13.6504 12.1996C13.6504 12.5586 13.359 12.85 13 12.85H9C8.64101 12.85 8.34961 12.5586 8.34961 12.1996C8.34983 11.8408 8.64115 11.5492 9 11.5492H13ZM15 7.54919C15.3588 7.54919 15.6502 7.84079 15.6504 8.19958C15.6504 8.55857 15.359 8.84998 15 8.84998H9C8.64101 8.84998 8.34961 8.55857 8.34961 8.19958C8.34983 7.84079 8.64115 7.54919 9 7.54919H15Z", vectorEffect: "non-scaling-stroke" }), _jsx("path", { fill: "currentColor", d: "M18.5312 16.278C18.6325 16.5515 18.8485 16.7675 19.1221 16.8688L20.5596 17.4L19.1221 17.9313C18.8485 18.0326 18.6325 18.2486 18.5312 18.5221L18 19.9596L17.4688 18.5221C17.3675 18.2486 17.1515 18.0326 16.8779 17.9313L15.4404 17.4L16.8779 16.8688C17.1515 16.7675 17.3675 16.5515 17.4688 16.278L18 14.8405L18.5312 16.278Z", vectorEffect: "non-scaling-stroke" })] }));
|
|
4
4
|
const ForwardRef = forwardRef(SvgReceiptAi);
|
|
5
5
|
export default ForwardRef;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@factorialco/f0-react",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.51.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"files": [
|
|
6
6
|
"assets",
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
"yjs": "^13.6.27",
|
|
107
107
|
"zen-observable-ts": "^1.1.0",
|
|
108
108
|
"zod-to-json-schema": "^3.25.1",
|
|
109
|
-
"@factorialco/f0-core": "1.
|
|
109
|
+
"@factorialco/f0-core": "1.55.0"
|
|
110
110
|
},
|
|
111
111
|
"devDependencies": {
|
|
112
112
|
"@chromatic-com/storybook": "^5.1.1",
|