@industry-theme/principal-view-panels 0.2.0 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/demo/DemoApp.d.ts +13 -0
- package/dist/demo/DemoApp.d.ts.map +1 -0
- package/dist/demo/DemoApp.stories.d.ts +71 -0
- package/dist/demo/DemoApp.stories.d.ts.map +1 -0
- package/dist/demo/api/browser.d.ts +15 -0
- package/dist/demo/api/browser.d.ts.map +1 -0
- package/dist/demo/api/handlers.d.ts +8 -0
- package/dist/demo/api/handlers.d.ts.map +1 -0
- package/dist/demo/components/BookDetails/BookDetails.d.ts +17 -0
- package/dist/demo/components/BookDetails/BookDetails.d.ts.map +1 -0
- package/dist/demo/components/CardCatalog/CardCatalog.d.ts +16 -0
- package/dist/demo/components/CardCatalog/CardCatalog.d.ts.map +1 -0
- package/dist/demo/components/ReadingRoom/ReadingRoom.d.ts +17 -0
- package/dist/demo/components/ReadingRoom/ReadingRoom.d.ts.map +1 -0
- package/dist/demo/data/mockData.d.ts +33 -0
- package/dist/demo/data/mockData.d.ts.map +1 -0
- package/dist/demo/data/types.d.ts +168 -0
- package/dist/demo/data/types.d.ts.map +1 -0
- package/dist/index-DYqj9jLR.js +1078 -0
- package/dist/index-DYqj9jLR.js.map +1 -0
- package/dist/index.d.ts +26 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/mockServiceWorker.js +349 -0
- package/dist/panels/BookAnalogyExplainerPanel.d.ts +7 -0
- package/dist/panels/BookAnalogyExplainerPanel.d.ts.map +1 -0
- package/dist/panels/BookAnalogyExplainerPanel.stories.d.ts +33 -0
- package/dist/panels/BookAnalogyExplainerPanel.stories.d.ts.map +1 -0
- package/dist/panels/CanvasListPanel.d.ts.map +1 -1
- package/dist/panels/CanvasListPanel.stories.d.ts +5 -0
- package/dist/panels/CanvasListPanel.stories.d.ts.map +1 -1
- package/dist/panels/CanvasTypesExplainerPanel.d.ts +7 -0
- package/dist/panels/CanvasTypesExplainerPanel.d.ts.map +1 -0
- package/dist/panels/CanvasTypesExplainerPanel.stories.d.ts +33 -0
- package/dist/panels/CanvasTypesExplainerPanel.stories.d.ts.map +1 -0
- package/dist/panels/ChangeImpactAnalysisExplainerPanel.d.ts +7 -0
- package/dist/panels/ChangeImpactAnalysisExplainerPanel.d.ts.map +1 -0
- package/dist/panels/ChangeImpactAnalysisExplainerPanel.stories.d.ts +33 -0
- package/dist/panels/ChangeImpactAnalysisExplainerPanel.stories.d.ts.map +1 -0
- package/dist/panels/HierarchicalCanvasCompositionExplainerPanel.d.ts +7 -0
- package/dist/panels/HierarchicalCanvasCompositionExplainerPanel.d.ts.map +1 -0
- package/dist/panels/HierarchicalCanvasCompositionExplainerPanel.stories.d.ts +33 -0
- package/dist/panels/HierarchicalCanvasCompositionExplainerPanel.stories.d.ts.map +1 -0
- package/dist/panels/LibraryAnchoringExplainerPanel.d.ts +7 -0
- package/dist/panels/LibraryAnchoringExplainerPanel.d.ts.map +1 -0
- package/dist/panels/LibraryAnchoringExplainerPanel.stories.d.ts +33 -0
- package/dist/panels/LibraryAnchoringExplainerPanel.stories.d.ts.map +1 -0
- package/dist/panels/MonorepoComposabilityExplainerPanel.d.ts +7 -0
- package/dist/panels/MonorepoComposabilityExplainerPanel.d.ts.map +1 -0
- package/dist/panels/MonorepoComposabilityExplainerPanel.stories.d.ts +33 -0
- package/dist/panels/MonorepoComposabilityExplainerPanel.stories.d.ts.map +1 -0
- package/dist/panels/MultipleCanvasViewsExplainerPanel.d.ts +7 -0
- package/dist/panels/MultipleCanvasViewsExplainerPanel.d.ts.map +1 -0
- package/dist/panels/MultipleCanvasViewsExplainerPanel.stories.d.ts +33 -0
- package/dist/panels/MultipleCanvasViewsExplainerPanel.stories.d.ts.map +1 -0
- package/dist/panels/ProductionDebuggingExplainerPanel.d.ts +7 -0
- package/dist/panels/ProductionDebuggingExplainerPanel.d.ts.map +1 -0
- package/dist/panels/ProductionDebuggingExplainerPanel.stories.d.ts +33 -0
- package/dist/panels/ProductionDebuggingExplainerPanel.stories.d.ts.map +1 -0
- package/dist/panels/RuntimeValidationExplainerPanel.d.ts +7 -0
- package/dist/panels/RuntimeValidationExplainerPanel.d.ts.map +1 -0
- package/dist/panels/RuntimeValidationExplainerPanel.stories.d.ts +33 -0
- package/dist/panels/RuntimeValidationExplainerPanel.stories.d.ts.map +1 -0
- package/dist/panels/ScenarioEnumerationExplainerPanel.d.ts +7 -0
- package/dist/panels/ScenarioEnumerationExplainerPanel.d.ts.map +1 -0
- package/dist/panels/ScenarioEnumerationExplainerPanel.stories.d.ts +33 -0
- package/dist/panels/ScenarioEnumerationExplainerPanel.stories.d.ts.map +1 -0
- package/dist/panels/TelemetryCoverageExplainerPanel.d.ts +7 -0
- package/dist/panels/TelemetryCoverageExplainerPanel.d.ts.map +1 -0
- package/dist/panels/TelemetryCoverageExplainerPanel.stories.d.ts +33 -0
- package/dist/panels/TelemetryCoverageExplainerPanel.stories.d.ts.map +1 -0
- package/dist/panels/TestVsProductionExplainerPanel.d.ts +7 -0
- package/dist/panels/TestVsProductionExplainerPanel.d.ts.map +1 -0
- package/dist/panels/TestVsProductionExplainerPanel.stories.d.ts +33 -0
- package/dist/panels/TestVsProductionExplainerPanel.stories.d.ts.map +1 -0
- package/dist/panels/canvas-list/components/CanvasCard.d.ts +3 -3
- package/dist/panels/canvas-list/components/CanvasCard.d.ts.map +1 -1
- package/dist/panels/canvas-list/hooks/useCanvasData.d.ts +4 -3
- package/dist/panels/canvas-list/hooks/useCanvasData.d.ts.map +1 -1
- package/dist/panels.bundle.js +33799 -23355
- package/dist/panels.bundle.js.map +1 -1
- package/dist/stubs/codebase-quality-lenses-stub.d.ts +26 -0
- package/dist/stubs/codebase-quality-lenses-stub.d.ts.map +1 -0
- package/package.json +8 -2
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import type { StoryObj } from '@storybook/react-vite';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
/**
|
|
4
|
+
* CanvasTypesExplainerPanel explains the difference between .canvas (static documentation)
|
|
5
|
+
* and .otel.canvas (runtime validated) files and when to use each type.
|
|
6
|
+
*/
|
|
7
|
+
declare const meta: {
|
|
8
|
+
title: string;
|
|
9
|
+
component: React.FC<import("./CanvasTypesExplainerPanel").CanvasTypesExplainerPanelProps>;
|
|
10
|
+
parameters: {
|
|
11
|
+
layout: string;
|
|
12
|
+
docs: {
|
|
13
|
+
description: {
|
|
14
|
+
component: string;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
tags: string[];
|
|
19
|
+
decorators: ((Story: import("storybook/internal/csf").PartialStoryFn<import("@storybook/react").ReactRenderer, {
|
|
20
|
+
className?: string | undefined;
|
|
21
|
+
}>) => import("react/jsx-runtime").JSX.Element)[];
|
|
22
|
+
};
|
|
23
|
+
export default meta;
|
|
24
|
+
type Story = StoryObj<typeof meta>;
|
|
25
|
+
/**
|
|
26
|
+
* Default view showing the canvas types explanation
|
|
27
|
+
*/
|
|
28
|
+
export declare const Default: Story;
|
|
29
|
+
/**
|
|
30
|
+
* Wrapped in a container to show how it looks in a constrained space
|
|
31
|
+
*/
|
|
32
|
+
export declare const InContainer: Story;
|
|
33
|
+
//# sourceMappingURL=CanvasTypesExplainerPanel.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CanvasTypesExplainerPanel.stories.d.ts","sourceRoot":"","sources":["../../src/panels/CanvasTypesExplainerPanel.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B;;;GAGG;AACH,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;CAoBwC,CAAC;AAEnD,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC;;GAEG;AACH,eAAO,MAAM,OAAO,EAAE,KAErB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,WAAW,EAAE,KASzB,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface ChangeImpactAnalysisExplainerPanelProps {
|
|
3
|
+
className?: string;
|
|
4
|
+
}
|
|
5
|
+
export declare const ChangeImpactAnalysisExplainerPanel: React.FC<ChangeImpactAnalysisExplainerPanelProps>;
|
|
6
|
+
export default ChangeImpactAnalysisExplainerPanel;
|
|
7
|
+
//# sourceMappingURL=ChangeImpactAnalysisExplainerPanel.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ChangeImpactAnalysisExplainerPanel.d.ts","sourceRoot":"","sources":["../../src/panels/ChangeImpactAnalysisExplainerPanel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAGxC,MAAM,WAAW,uCAAuC;IACtD,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AA8cD,eAAO,MAAM,kCAAkC,EAAE,KAAK,CAAC,EAAE,CAAC,uCAAuC,CA2IhG,CAAC;AAEF,eAAe,kCAAkC,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import type { StoryObj } from '@storybook/react-vite';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
/**
|
|
4
|
+
* ChangeImpactAnalysisExplainerPanel explains how to use OTEL traces to understand
|
|
5
|
+
* downstream effects and upstream requirements when making changes.
|
|
6
|
+
*/
|
|
7
|
+
declare const meta: {
|
|
8
|
+
title: string;
|
|
9
|
+
component: React.FC<import("./ChangeImpactAnalysisExplainerPanel").ChangeImpactAnalysisExplainerPanelProps>;
|
|
10
|
+
parameters: {
|
|
11
|
+
layout: string;
|
|
12
|
+
docs: {
|
|
13
|
+
description: {
|
|
14
|
+
component: string;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
tags: string[];
|
|
19
|
+
decorators: ((Story: import("storybook/internal/csf").PartialStoryFn<import("@storybook/react").ReactRenderer, {
|
|
20
|
+
className?: string | undefined;
|
|
21
|
+
}>) => import("react/jsx-runtime").JSX.Element)[];
|
|
22
|
+
};
|
|
23
|
+
export default meta;
|
|
24
|
+
type Story = StoryObj<typeof meta>;
|
|
25
|
+
/**
|
|
26
|
+
* Default view showing the change impact analysis explanation
|
|
27
|
+
*/
|
|
28
|
+
export declare const Default: Story;
|
|
29
|
+
/**
|
|
30
|
+
* Wrapped in a container to show how it looks in a constrained space
|
|
31
|
+
*/
|
|
32
|
+
export declare const InContainer: Story;
|
|
33
|
+
//# sourceMappingURL=ChangeImpactAnalysisExplainerPanel.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ChangeImpactAnalysisExplainerPanel.stories.d.ts","sourceRoot":"","sources":["../../src/panels/ChangeImpactAnalysisExplainerPanel.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B;;;GAGG;AACH,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;CAoBiD,CAAC;AAE5D,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC;;GAEG;AACH,eAAO,MAAM,OAAO,EAAE,KAErB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,WAAW,EAAE,KASzB,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface HierarchicalCanvasCompositionExplainerPanelProps {
|
|
3
|
+
className?: string;
|
|
4
|
+
}
|
|
5
|
+
export declare const HierarchicalCanvasCompositionExplainerPanel: React.FC<HierarchicalCanvasCompositionExplainerPanelProps>;
|
|
6
|
+
export default HierarchicalCanvasCompositionExplainerPanel;
|
|
7
|
+
//# sourceMappingURL=HierarchicalCanvasCompositionExplainerPanel.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HierarchicalCanvasCompositionExplainerPanel.d.ts","sourceRoot":"","sources":["../../src/panels/HierarchicalCanvasCompositionExplainerPanel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAGxC,MAAM,WAAW,gDAAgD;IAC/D,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AA8fD,eAAO,MAAM,2CAA2C,EAAE,KAAK,CAAC,EAAE,CAAC,gDAAgD,CA4IlH,CAAC;AAEF,eAAe,2CAA2C,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import type { StoryObj } from '@storybook/react-vite';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
/**
|
|
4
|
+
* HierarchicalCanvasCompositionExplainerPanel explains how to decompose complex systems
|
|
5
|
+
* into composable canvases using OTEL parent-child span relationships.
|
|
6
|
+
*/
|
|
7
|
+
declare const meta: {
|
|
8
|
+
title: string;
|
|
9
|
+
component: React.FC<import("./HierarchicalCanvasCompositionExplainerPanel").HierarchicalCanvasCompositionExplainerPanelProps>;
|
|
10
|
+
parameters: {
|
|
11
|
+
layout: string;
|
|
12
|
+
docs: {
|
|
13
|
+
description: {
|
|
14
|
+
component: string;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
tags: string[];
|
|
19
|
+
decorators: ((Story: import("storybook/internal/csf").PartialStoryFn<import("@storybook/react").ReactRenderer, {
|
|
20
|
+
className?: string | undefined;
|
|
21
|
+
}>) => import("react/jsx-runtime").JSX.Element)[];
|
|
22
|
+
};
|
|
23
|
+
export default meta;
|
|
24
|
+
type Story = StoryObj<typeof meta>;
|
|
25
|
+
/**
|
|
26
|
+
* Default view showing the hierarchical composition explanation
|
|
27
|
+
*/
|
|
28
|
+
export declare const Default: Story;
|
|
29
|
+
/**
|
|
30
|
+
* Wrapped in a container to show how it looks in a constrained space
|
|
31
|
+
*/
|
|
32
|
+
export declare const InContainer: Story;
|
|
33
|
+
//# sourceMappingURL=HierarchicalCanvasCompositionExplainerPanel.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HierarchicalCanvasCompositionExplainerPanel.stories.d.ts","sourceRoot":"","sources":["../../src/panels/HierarchicalCanvasCompositionExplainerPanel.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B;;;GAGG;AACH,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;CAoB0D,CAAC;AAErE,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC;;GAEG;AACH,eAAO,MAAM,OAAO,EAAE,KAErB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,WAAW,EAAE,KASzB,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface LibraryAnchoringExplainerPanelProps {
|
|
3
|
+
className?: string;
|
|
4
|
+
}
|
|
5
|
+
export declare const LibraryAnchoringExplainerPanel: React.FC<LibraryAnchoringExplainerPanelProps>;
|
|
6
|
+
export default LibraryAnchoringExplainerPanel;
|
|
7
|
+
//# sourceMappingURL=LibraryAnchoringExplainerPanel.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LibraryAnchoringExplainerPanel.d.ts","sourceRoot":"","sources":["../../src/panels/LibraryAnchoringExplainerPanel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAGxC,MAAM,WAAW,mCAAmC;IAClD,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAqkBD,eAAO,MAAM,8BAA8B,EAAE,KAAK,CAAC,EAAE,CAAC,mCAAmC,CAoKxF,CAAC;AAEF,eAAe,8BAA8B,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import type { StoryObj } from '@storybook/react-vite';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
/**
|
|
4
|
+
* LibraryAnchoringExplainerPanel teaches developers how library.yaml files work
|
|
5
|
+
* with canvas files to anchor architectural components to actual source code.
|
|
6
|
+
*/
|
|
7
|
+
declare const meta: {
|
|
8
|
+
title: string;
|
|
9
|
+
component: React.FC<import("./LibraryAnchoringExplainerPanel").LibraryAnchoringExplainerPanelProps>;
|
|
10
|
+
parameters: {
|
|
11
|
+
layout: string;
|
|
12
|
+
docs: {
|
|
13
|
+
description: {
|
|
14
|
+
component: string;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
tags: string[];
|
|
19
|
+
decorators: ((Story: import("storybook/internal/csf").PartialStoryFn<import("@storybook/react").ReactRenderer, {
|
|
20
|
+
className?: string | undefined;
|
|
21
|
+
}>) => import("react/jsx-runtime").JSX.Element)[];
|
|
22
|
+
};
|
|
23
|
+
export default meta;
|
|
24
|
+
type Story = StoryObj<typeof meta>;
|
|
25
|
+
/**
|
|
26
|
+
* Default view showing the library anchoring guide
|
|
27
|
+
*/
|
|
28
|
+
export declare const Default: Story;
|
|
29
|
+
/**
|
|
30
|
+
* Wrapped in a container to show how it looks in a constrained space
|
|
31
|
+
*/
|
|
32
|
+
export declare const InContainer: Story;
|
|
33
|
+
//# sourceMappingURL=LibraryAnchoringExplainerPanel.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LibraryAnchoringExplainerPanel.stories.d.ts","sourceRoot":"","sources":["../../src/panels/LibraryAnchoringExplainerPanel.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B;;;GAGG;AACH,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;CAoB6C,CAAC;AAExD,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC;;GAEG;AACH,eAAO,MAAM,OAAO,EAAE,KAErB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,WAAW,EAAE,KASzB,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface MonorepoComposabilityExplainerPanelProps {
|
|
3
|
+
className?: string;
|
|
4
|
+
}
|
|
5
|
+
export declare const MonorepoComposabilityExplainerPanel: React.FC<MonorepoComposabilityExplainerPanelProps>;
|
|
6
|
+
export default MonorepoComposabilityExplainerPanel;
|
|
7
|
+
//# sourceMappingURL=MonorepoComposabilityExplainerPanel.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MonorepoComposabilityExplainerPanel.d.ts","sourceRoot":"","sources":["../../src/panels/MonorepoComposabilityExplainerPanel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAGxC,MAAM,WAAW,wCAAwC;IACvD,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AA+eD,eAAO,MAAM,mCAAmC,EAAE,KAAK,CAAC,EAAE,CAAC,wCAAwC,CA4IlG,CAAC;AAEF,eAAe,mCAAmC,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import type { StoryObj } from '@storybook/react-vite';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
/**
|
|
4
|
+
* MonorepoComposabilityExplainerPanel explains how canvases and traces compose
|
|
5
|
+
* across package boundaries in a monorepo for end-to-end validation.
|
|
6
|
+
*/
|
|
7
|
+
declare const meta: {
|
|
8
|
+
title: string;
|
|
9
|
+
component: React.FC<import("./MonorepoComposabilityExplainerPanel").MonorepoComposabilityExplainerPanelProps>;
|
|
10
|
+
parameters: {
|
|
11
|
+
layout: string;
|
|
12
|
+
docs: {
|
|
13
|
+
description: {
|
|
14
|
+
component: string;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
tags: string[];
|
|
19
|
+
decorators: ((Story: import("storybook/internal/csf").PartialStoryFn<import("@storybook/react").ReactRenderer, {
|
|
20
|
+
className?: string | undefined;
|
|
21
|
+
}>) => import("react/jsx-runtime").JSX.Element)[];
|
|
22
|
+
};
|
|
23
|
+
export default meta;
|
|
24
|
+
type Story = StoryObj<typeof meta>;
|
|
25
|
+
/**
|
|
26
|
+
* Default view showing the monorepo composability explanation
|
|
27
|
+
*/
|
|
28
|
+
export declare const Default: Story;
|
|
29
|
+
/**
|
|
30
|
+
* Wrapped in a container to show how it looks in a constrained space
|
|
31
|
+
*/
|
|
32
|
+
export declare const InContainer: Story;
|
|
33
|
+
//# sourceMappingURL=MonorepoComposabilityExplainerPanel.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MonorepoComposabilityExplainerPanel.stories.d.ts","sourceRoot":"","sources":["../../src/panels/MonorepoComposabilityExplainerPanel.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B;;;GAGG;AACH,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;CAoBkD,CAAC;AAE7D,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC;;GAEG;AACH,eAAO,MAAM,OAAO,EAAE,KAErB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,WAAW,EAAE,KASzB,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface MultipleCanvasViewsExplainerPanelProps {
|
|
3
|
+
className?: string;
|
|
4
|
+
}
|
|
5
|
+
export declare const MultipleCanvasViewsExplainerPanel: React.FC<MultipleCanvasViewsExplainerPanelProps>;
|
|
6
|
+
export default MultipleCanvasViewsExplainerPanel;
|
|
7
|
+
//# sourceMappingURL=MultipleCanvasViewsExplainerPanel.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MultipleCanvasViewsExplainerPanel.d.ts","sourceRoot":"","sources":["../../src/panels/MultipleCanvasViewsExplainerPanel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAGxC,MAAM,WAAW,sCAAsC;IACrD,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAkgBD,eAAO,MAAM,iCAAiC,EAAE,KAAK,CAAC,EAAE,CAAC,sCAAsC,CA4I9F,CAAC;AAEF,eAAe,iCAAiC,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import type { StoryObj } from '@storybook/react-vite';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
/**
|
|
4
|
+
* MultipleCanvasViewsExplainerPanel explains how the same trace can be validated
|
|
5
|
+
* by multiple different canvases, each providing a different perspective.
|
|
6
|
+
*/
|
|
7
|
+
declare const meta: {
|
|
8
|
+
title: string;
|
|
9
|
+
component: React.FC<import("./MultipleCanvasViewsExplainerPanel").MultipleCanvasViewsExplainerPanelProps>;
|
|
10
|
+
parameters: {
|
|
11
|
+
layout: string;
|
|
12
|
+
docs: {
|
|
13
|
+
description: {
|
|
14
|
+
component: string;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
tags: string[];
|
|
19
|
+
decorators: ((Story: import("storybook/internal/csf").PartialStoryFn<import("@storybook/react").ReactRenderer, {
|
|
20
|
+
className?: string | undefined;
|
|
21
|
+
}>) => import("react/jsx-runtime").JSX.Element)[];
|
|
22
|
+
};
|
|
23
|
+
export default meta;
|
|
24
|
+
type Story = StoryObj<typeof meta>;
|
|
25
|
+
/**
|
|
26
|
+
* Default view showing the multiple canvas views explanation
|
|
27
|
+
*/
|
|
28
|
+
export declare const Default: Story;
|
|
29
|
+
/**
|
|
30
|
+
* Wrapped in a container to show how it looks in a constrained space
|
|
31
|
+
*/
|
|
32
|
+
export declare const InContainer: Story;
|
|
33
|
+
//# sourceMappingURL=MultipleCanvasViewsExplainerPanel.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MultipleCanvasViewsExplainerPanel.stories.d.ts","sourceRoot":"","sources":["../../src/panels/MultipleCanvasViewsExplainerPanel.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B;;;GAGG;AACH,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;CAoBgD,CAAC;AAE3D,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC;;GAEG;AACH,eAAO,MAAM,OAAO,EAAE,KAErB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,WAAW,EAAE,KASzB,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface ProductionDebuggingExplainerPanelProps {
|
|
3
|
+
className?: string;
|
|
4
|
+
}
|
|
5
|
+
export declare const ProductionDebuggingExplainerPanel: React.FC<ProductionDebuggingExplainerPanelProps>;
|
|
6
|
+
export default ProductionDebuggingExplainerPanel;
|
|
7
|
+
//# sourceMappingURL=ProductionDebuggingExplainerPanel.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProductionDebuggingExplainerPanel.d.ts","sourceRoot":"","sources":["../../src/panels/ProductionDebuggingExplainerPanel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAGxC,MAAM,WAAW,sCAAsC;IACrD,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAwdD,eAAO,MAAM,iCAAiC,EAAE,KAAK,CAAC,EAAE,CAAC,sCAAsC,CA4I9F,CAAC;AAEF,eAAe,iCAAiC,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import type { StoryObj } from '@storybook/react-vite';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
/**
|
|
4
|
+
* ProductionDebuggingExplainerPanel explains how hierarchical canvases help
|
|
5
|
+
* rapidly isolate and debug production issues by matching traces to canvas nodes.
|
|
6
|
+
*/
|
|
7
|
+
declare const meta: {
|
|
8
|
+
title: string;
|
|
9
|
+
component: React.FC<import("./ProductionDebuggingExplainerPanel").ProductionDebuggingExplainerPanelProps>;
|
|
10
|
+
parameters: {
|
|
11
|
+
layout: string;
|
|
12
|
+
docs: {
|
|
13
|
+
description: {
|
|
14
|
+
component: string;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
tags: string[];
|
|
19
|
+
decorators: ((Story: import("storybook/internal/csf").PartialStoryFn<import("@storybook/react").ReactRenderer, {
|
|
20
|
+
className?: string | undefined;
|
|
21
|
+
}>) => import("react/jsx-runtime").JSX.Element)[];
|
|
22
|
+
};
|
|
23
|
+
export default meta;
|
|
24
|
+
type Story = StoryObj<typeof meta>;
|
|
25
|
+
/**
|
|
26
|
+
* Default view showing the production debugging explanation
|
|
27
|
+
*/
|
|
28
|
+
export declare const Default: Story;
|
|
29
|
+
/**
|
|
30
|
+
* Wrapped in a container to show how it looks in a constrained space
|
|
31
|
+
*/
|
|
32
|
+
export declare const InContainer: Story;
|
|
33
|
+
//# sourceMappingURL=ProductionDebuggingExplainerPanel.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProductionDebuggingExplainerPanel.stories.d.ts","sourceRoot":"","sources":["../../src/panels/ProductionDebuggingExplainerPanel.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B;;;GAGG;AACH,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;CAoBgD,CAAC;AAE3D,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC;;GAEG;AACH,eAAO,MAAM,OAAO,EAAE,KAErB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,WAAW,EAAE,KASzB,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface RuntimeValidationExplainerPanelProps {
|
|
3
|
+
className?: string;
|
|
4
|
+
}
|
|
5
|
+
export declare const RuntimeValidationExplainerPanel: React.FC<RuntimeValidationExplainerPanelProps>;
|
|
6
|
+
export default RuntimeValidationExplainerPanel;
|
|
7
|
+
//# sourceMappingURL=RuntimeValidationExplainerPanel.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RuntimeValidationExplainerPanel.d.ts","sourceRoot":"","sources":["../../src/panels/RuntimeValidationExplainerPanel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAGxC,MAAM,WAAW,oCAAoC;IACnD,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAohBD,eAAO,MAAM,+BAA+B,EAAE,KAAK,CAAC,EAAE,CAAC,oCAAoC,CAoK1F,CAAC;AAEF,eAAe,+BAA+B,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import type { StoryObj } from '@storybook/react-vite';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
/**
|
|
4
|
+
* RuntimeValidationExplainerPanel explains the problem that runtime validation solves:
|
|
5
|
+
* how to verify that your code actually does what you expect at runtime, not just that tests pass.
|
|
6
|
+
*/
|
|
7
|
+
declare const meta: {
|
|
8
|
+
title: string;
|
|
9
|
+
component: React.FC<import("./RuntimeValidationExplainerPanel").RuntimeValidationExplainerPanelProps>;
|
|
10
|
+
parameters: {
|
|
11
|
+
layout: string;
|
|
12
|
+
docs: {
|
|
13
|
+
description: {
|
|
14
|
+
component: string;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
tags: string[];
|
|
19
|
+
decorators: ((Story: import("storybook/internal/csf").PartialStoryFn<import("@storybook/react").ReactRenderer, {
|
|
20
|
+
className?: string | undefined;
|
|
21
|
+
}>) => import("react/jsx-runtime").JSX.Element)[];
|
|
22
|
+
};
|
|
23
|
+
export default meta;
|
|
24
|
+
type Story = StoryObj<typeof meta>;
|
|
25
|
+
/**
|
|
26
|
+
* Default view showing the runtime validation problem explanation
|
|
27
|
+
*/
|
|
28
|
+
export declare const Default: Story;
|
|
29
|
+
/**
|
|
30
|
+
* Wrapped in a container to show how it looks in a constrained space
|
|
31
|
+
*/
|
|
32
|
+
export declare const InContainer: Story;
|
|
33
|
+
//# sourceMappingURL=RuntimeValidationExplainerPanel.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RuntimeValidationExplainerPanel.stories.d.ts","sourceRoot":"","sources":["../../src/panels/RuntimeValidationExplainerPanel.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B;;;GAGG;AACH,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;CAoB8C,CAAC;AAEzD,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC;;GAEG;AACH,eAAO,MAAM,OAAO,EAAE,KAErB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,WAAW,EAAE,KASzB,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface ScenarioEnumerationExplainerPanelProps {
|
|
3
|
+
className?: string;
|
|
4
|
+
}
|
|
5
|
+
export declare const ScenarioEnumerationExplainerPanel: React.FC<ScenarioEnumerationExplainerPanelProps>;
|
|
6
|
+
export default ScenarioEnumerationExplainerPanel;
|
|
7
|
+
//# sourceMappingURL=ScenarioEnumerationExplainerPanel.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScenarioEnumerationExplainerPanel.d.ts","sourceRoot":"","sources":["../../src/panels/ScenarioEnumerationExplainerPanel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAGxC,MAAM,WAAW,sCAAsC;IACrD,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAweD,eAAO,MAAM,iCAAiC,EAAE,KAAK,CAAC,EAAE,CAAC,sCAAsC,CAoK9F,CAAC;AAEF,eAAe,iCAAiC,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import type { StoryObj } from '@storybook/react-vite';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
/**
|
|
4
|
+
* ScenarioEnumerationExplainerPanel explains how narrative scenarios work with canvas files
|
|
5
|
+
* to enumerate all expected functionality and validate runtime behavior.
|
|
6
|
+
*/
|
|
7
|
+
declare const meta: {
|
|
8
|
+
title: string;
|
|
9
|
+
component: React.FC<import("./ScenarioEnumerationExplainerPanel").ScenarioEnumerationExplainerPanelProps>;
|
|
10
|
+
parameters: {
|
|
11
|
+
layout: string;
|
|
12
|
+
docs: {
|
|
13
|
+
description: {
|
|
14
|
+
component: string;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
tags: string[];
|
|
19
|
+
decorators: ((Story: import("storybook/internal/csf").PartialStoryFn<import("@storybook/react").ReactRenderer, {
|
|
20
|
+
className?: string | undefined;
|
|
21
|
+
}>) => import("react/jsx-runtime").JSX.Element)[];
|
|
22
|
+
};
|
|
23
|
+
export default meta;
|
|
24
|
+
type Story = StoryObj<typeof meta>;
|
|
25
|
+
/**
|
|
26
|
+
* Default view showing the scenario enumeration explanation
|
|
27
|
+
*/
|
|
28
|
+
export declare const Default: Story;
|
|
29
|
+
/**
|
|
30
|
+
* Wrapped in a container to show how it looks in a constrained space
|
|
31
|
+
*/
|
|
32
|
+
export declare const InContainer: Story;
|
|
33
|
+
//# sourceMappingURL=ScenarioEnumerationExplainerPanel.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScenarioEnumerationExplainerPanel.stories.d.ts","sourceRoot":"","sources":["../../src/panels/ScenarioEnumerationExplainerPanel.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B;;;GAGG;AACH,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;CAoBgD,CAAC;AAE3D,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC;;GAEG;AACH,eAAO,MAAM,OAAO,EAAE,KAErB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,WAAW,EAAE,KASzB,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface TelemetryCoverageExplainerPanelProps {
|
|
3
|
+
className?: string;
|
|
4
|
+
}
|
|
5
|
+
export declare const TelemetryCoverageExplainerPanel: React.FC<TelemetryCoverageExplainerPanelProps>;
|
|
6
|
+
export default TelemetryCoverageExplainerPanel;
|
|
7
|
+
//# sourceMappingURL=TelemetryCoverageExplainerPanel.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TelemetryCoverageExplainerPanel.d.ts","sourceRoot":"","sources":["../../src/panels/TelemetryCoverageExplainerPanel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAGxC,MAAM,WAAW,oCAAoC;IACnD,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AA+bD,eAAO,MAAM,+BAA+B,EAAE,KAAK,CAAC,EAAE,CAAC,oCAAoC,CA2I1F,CAAC;AAEF,eAAe,+BAA+B,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import type { StoryObj } from '@storybook/react-vite';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
/**
|
|
4
|
+
* TelemetryCoverageExplainerPanel explains how to measure telemetry coverage
|
|
5
|
+
* using library.yaml sources and OTEL code.filepath attributes.
|
|
6
|
+
*/
|
|
7
|
+
declare const meta: {
|
|
8
|
+
title: string;
|
|
9
|
+
component: React.FC<import("./TelemetryCoverageExplainerPanel").TelemetryCoverageExplainerPanelProps>;
|
|
10
|
+
parameters: {
|
|
11
|
+
layout: string;
|
|
12
|
+
docs: {
|
|
13
|
+
description: {
|
|
14
|
+
component: string;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
tags: string[];
|
|
19
|
+
decorators: ((Story: import("storybook/internal/csf").PartialStoryFn<import("@storybook/react").ReactRenderer, {
|
|
20
|
+
className?: string | undefined;
|
|
21
|
+
}>) => import("react/jsx-runtime").JSX.Element)[];
|
|
22
|
+
};
|
|
23
|
+
export default meta;
|
|
24
|
+
type Story = StoryObj<typeof meta>;
|
|
25
|
+
/**
|
|
26
|
+
* Default view showing the telemetry coverage explanation
|
|
27
|
+
*/
|
|
28
|
+
export declare const Default: Story;
|
|
29
|
+
/**
|
|
30
|
+
* Wrapped in a container to show how it looks in a constrained space
|
|
31
|
+
*/
|
|
32
|
+
export declare const InContainer: Story;
|
|
33
|
+
//# sourceMappingURL=TelemetryCoverageExplainerPanel.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TelemetryCoverageExplainerPanel.stories.d.ts","sourceRoot":"","sources":["../../src/panels/TelemetryCoverageExplainerPanel.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B;;;GAGG;AACH,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;CAoB8C,CAAC;AAEzD,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC;;GAEG;AACH,eAAO,MAAM,OAAO,EAAE,KAErB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,WAAW,EAAE,KASzB,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface TestVsProductionExplainerPanelProps {
|
|
3
|
+
className?: string;
|
|
4
|
+
}
|
|
5
|
+
export declare const TestVsProductionExplainerPanel: React.FC<TestVsProductionExplainerPanelProps>;
|
|
6
|
+
export default TestVsProductionExplainerPanel;
|
|
7
|
+
//# sourceMappingURL=TestVsProductionExplainerPanel.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TestVsProductionExplainerPanel.d.ts","sourceRoot":"","sources":["../../src/panels/TestVsProductionExplainerPanel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAGxC,MAAM,WAAW,mCAAmC;IAClD,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAuhBD,eAAO,MAAM,8BAA8B,EAAE,KAAK,CAAC,EAAE,CAAC,mCAAmC,CA4JxF,CAAC;AAEF,eAAe,8BAA8B,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import type { StoryObj } from '@storybook/react-vite';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
/**
|
|
4
|
+
* TestVsProductionExplainerPanel clarifies the difference between test execution validation
|
|
5
|
+
* and production telemetry monitoring - how the same infrastructure serves different purposes.
|
|
6
|
+
*/
|
|
7
|
+
declare const meta: {
|
|
8
|
+
title: string;
|
|
9
|
+
component: React.FC<import("./TestVsProductionExplainerPanel").TestVsProductionExplainerPanelProps>;
|
|
10
|
+
parameters: {
|
|
11
|
+
layout: string;
|
|
12
|
+
docs: {
|
|
13
|
+
description: {
|
|
14
|
+
component: string;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
tags: string[];
|
|
19
|
+
decorators: ((Story: import("storybook/internal/csf").PartialStoryFn<import("@storybook/react").ReactRenderer, {
|
|
20
|
+
className?: string | undefined;
|
|
21
|
+
}>) => import("react/jsx-runtime").JSX.Element)[];
|
|
22
|
+
};
|
|
23
|
+
export default meta;
|
|
24
|
+
type Story = StoryObj<typeof meta>;
|
|
25
|
+
/**
|
|
26
|
+
* Default view showing the test vs production explanation
|
|
27
|
+
*/
|
|
28
|
+
export declare const Default: Story;
|
|
29
|
+
/**
|
|
30
|
+
* Wrapped in a container to show how it looks in a constrained space
|
|
31
|
+
*/
|
|
32
|
+
export declare const InContainer: Story;
|
|
33
|
+
//# sourceMappingURL=TestVsProductionExplainerPanel.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TestVsProductionExplainerPanel.stories.d.ts","sourceRoot":"","sources":["../../src/panels/TestVsProductionExplainerPanel.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B;;;GAGG;AACH,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;CAoB6C,CAAC;AAExD,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC;;GAEG;AACH,eAAO,MAAM,OAAO,EAAE,KAErB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,WAAW,EAAE,KASzB,CAAC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import type {
|
|
2
|
+
import type { DiscoveredCanvas } from '@principal-ai/principal-view-core/browser';
|
|
3
3
|
interface CanvasCardProps {
|
|
4
|
-
canvas:
|
|
5
|
-
onClick: (canvas:
|
|
4
|
+
canvas: DiscoveredCanvas;
|
|
5
|
+
onClick: (canvas: DiscoveredCanvas) => void;
|
|
6
6
|
isSelected?: boolean;
|
|
7
7
|
}
|
|
8
8
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CanvasCard.d.ts","sourceRoot":"","sources":["../../../../src/panels/canvas-list/components/CanvasCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"CanvasCard.d.ts","sourceRoot":"","sources":["../../../../src/panels/canvas-list/components/CanvasCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,2CAA2C,CAAC;AAElF,UAAU,eAAe;IACvB,MAAM,EAAE,gBAAgB,CAAC;IACzB,OAAO,EAAE,CAAC,MAAM,EAAE,gBAAgB,KAAK,IAAI,CAAC;IAC5C,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAED;;GAEG;AACH,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAqGhD,CAAC"}
|
|
@@ -1,16 +1,17 @@
|
|
|
1
1
|
import type { PanelContextValue } from '@principal-ade/panel-framework-core';
|
|
2
|
-
import { type
|
|
2
|
+
import { type DiscoveredCanvas } from '@principal-ai/principal-view-core/browser';
|
|
3
3
|
interface UseCanvasDataParams {
|
|
4
4
|
context: PanelContextValue;
|
|
5
5
|
}
|
|
6
6
|
interface UseCanvasDataReturn {
|
|
7
|
-
canvases:
|
|
7
|
+
canvases: DiscoveredCanvas[];
|
|
8
8
|
isLoading: boolean;
|
|
9
9
|
error: string | null;
|
|
10
10
|
refreshCanvases: () => Promise<void>;
|
|
11
11
|
}
|
|
12
12
|
/**
|
|
13
|
-
* Hook to discover and load
|
|
13
|
+
* Hook to discover and load canvas files from the file tree
|
|
14
|
+
* Uses the new package-aware CanvasDiscovery system
|
|
14
15
|
*/
|
|
15
16
|
export declare const useCanvasData: ({ context, }: UseCanvasDataParams) => UseCanvasDataReturn;
|
|
16
17
|
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useCanvasData.d.ts","sourceRoot":"","sources":["../../../../src/panels/canvas-list/hooks/useCanvasData.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qCAAqC,CAAC;AAC7E,OAAO,EAAmB,KAAK,
|
|
1
|
+
{"version":3,"file":"useCanvasData.d.ts","sourceRoot":"","sources":["../../../../src/panels/canvas-list/hooks/useCanvasData.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qCAAqC,CAAC;AAC7E,OAAO,EAAmB,KAAK,gBAAgB,EAAE,MAAM,2CAA2C,CAAC;AAGnG,UAAU,mBAAmB;IAC3B,OAAO,EAAE,iBAAiB,CAAC;CAC5B;AAED,UAAU,mBAAmB;IAC3B,QAAQ,EAAE,gBAAgB,EAAE,CAAC;IAC7B,SAAS,EAAE,OAAO,CAAC;IACnB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,eAAe,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;CACtC;AAKD;;;GAGG;AACH,eAAO,MAAM,aAAa,GAAI,cAE3B,mBAAmB,KAAG,mBAgGxB,CAAC"}
|