@industry-theme/repository-composition-panels 0.2.3 → 0.2.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@industry-theme/repository-composition-panels",
3
- "version": "0.2.3",
3
+ "version": "0.2.5",
4
4
  "description": "Repository composition panels including Git Changes panel for the panel framework",
5
5
  "type": "module",
6
6
  "main": "dist/panels.bundle.js",
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- import type { PanelComponentProps } from '../types';
3
- /**
4
- * DependenciesPanel - Main panel component with ThemeProvider wrapper
5
- */
6
- export declare const DependenciesPanel: React.FC<PanelComponentProps>;
7
- //# sourceMappingURL=DependenciesPanel.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"DependenciesPanel.d.ts","sourceRoot":"","sources":["../../src/panels/DependenciesPanel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4B,MAAM,OAAO,CAAC;AAGjD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAoZpD;;GAEG;AACH,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CAM3D,CAAC"}
@@ -1,55 +0,0 @@
1
- import type { StoryObj } from '@storybook/react-vite';
2
- /**
3
- * DependenciesPanel displays package dependencies from the packages slice.
4
- * It supports filtering by type, searching, and viewing dependency details.
5
- */
6
- declare const meta: {
7
- title: string;
8
- component: import("react").FC<import("@principal-ade/panel-framework-core").PanelComponentProps>;
9
- parameters: {
10
- layout: string;
11
- docs: {
12
- description: {
13
- component: string;
14
- };
15
- };
16
- };
17
- tags: string[];
18
- decorators: ((Story: import("storybook/internal/csf").PartialStoryFn<import("@storybook/react").ReactRenderer, {
19
- context: import("@principal-ade/panel-framework-core").PanelContextValue;
20
- actions: import("@principal-ade/panel-framework-core").PanelActions;
21
- events: import("@principal-ade/panel-framework-core").PanelEventEmitter;
22
- }>) => import("react/jsx-runtime").JSX.Element)[];
23
- args: {
24
- context: import("@principal-ade/panel-framework-core").PanelContextValue;
25
- actions: import("@principal-ade/panel-framework-core").PanelActions;
26
- events: import("@principal-ade/panel-framework-core").PanelEventEmitter;
27
- };
28
- };
29
- export default meta;
30
- type Story = StoryObj<typeof meta>;
31
- /**
32
- * Default state with a single package
33
- */
34
- export declare const Default: Story;
35
- /**
36
- * Loading state
37
- */
38
- export declare const Loading: Story;
39
- /**
40
- * No packages available
41
- */
42
- export declare const NoPackages: Story;
43
- /**
44
- * Package with many dependencies
45
- */
46
- export declare const ManyDependencies: Story;
47
- /**
48
- * Monorepo with multiple packages
49
- */
50
- export declare const Monorepo: Story;
51
- /**
52
- * Package with only dev dependencies
53
- */
54
- export declare const OnlyDevDependencies: Story;
55
- //# sourceMappingURL=DependenciesPanel.stories.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"DependenciesPanel.stories.d.ts","sourceRoot":"","sources":["../../src/panels/DependenciesPanel.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAW5D;;;GAGG;AACH,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;CAyBgC,CAAC;AAE3C,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAkEnC;;GAEG;AACH,eAAO,MAAM,OAAO,EAAE,KA6BrB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,OAAO,EAAE,KAkBrB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,UAAU,EAAE,KAexB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,gBAAgB,EAAE,KA2C9B,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,QAAQ,EAAE,KA2DtB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,mBAAmB,EAAE,KA0BjC,CAAC"}