nectiasw 0.0.233 → 0.0.234-beta.1
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.
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { StoryObj } from '@storybook/react';
|
|
2
|
+
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: import('react').FunctionComponent<import('./types').SidebarProps>;
|
|
6
|
+
parameters: {
|
|
7
|
+
layout: string;
|
|
8
|
+
};
|
|
9
|
+
tags: string[];
|
|
10
|
+
argTypes: {};
|
|
11
|
+
args: {
|
|
12
|
+
open: true;
|
|
13
|
+
options: {
|
|
14
|
+
path: string;
|
|
15
|
+
title: string;
|
|
16
|
+
icon: undefined;
|
|
17
|
+
}[];
|
|
18
|
+
panel: {
|
|
19
|
+
path: string;
|
|
20
|
+
title: string;
|
|
21
|
+
icon: undefined;
|
|
22
|
+
}[];
|
|
23
|
+
selected: string;
|
|
24
|
+
onToggle: () => void;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
export default meta;
|
|
28
|
+
type Story = StoryObj<typeof meta>;
|
|
29
|
+
export declare const Default: Story;
|
|
30
|
+
export declare const Closed: Story;
|
package/dist/index.es.js
CHANGED
|
@@ -41869,7 +41869,8 @@ function Tce(e, n, t, r) {
|
|
|
41869
41869
|
}
|
|
41870
41870
|
const pE = {
|
|
41871
41871
|
userProfile: {
|
|
41872
|
-
baseURL: process.env.API_URL
|
|
41872
|
+
//baseURL: (process ? process.env.API_URL : "https://opcoredev-bff.azurewebsites.net") as string,
|
|
41873
|
+
baseURL: "https://opcoredev-bff.azurewebsites.net",
|
|
41873
41874
|
endpoint: "/api/core-sap/user/profile"
|
|
41874
41875
|
}
|
|
41875
41876
|
}, Pce = W.memo(
|