karsten-design-system 1.2.5 → 1.2.7

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.
@@ -6,5 +6,6 @@ export type MenubarProps = {
6
6
  userConfigItems: InternalMenuItems[];
7
7
  username: string;
8
8
  setOpenNotifications: (value: boolean) => void;
9
+ isRenderNotifications?: boolean;
9
10
  };
10
- export declare function Header({ sidebarItems, sidebarTopItems, username, userConfigItems, setOpenNotifications, }: MenubarProps): import("react/jsx-runtime").JSX.Element;
11
+ export declare function Header({ sidebarItems, sidebarTopItems, username, userConfigItems, setOpenNotifications, isRenderNotifications, }: MenubarProps): import("react/jsx-runtime").JSX.Element;
@@ -8,9 +8,7 @@ export * from './stories/components/calendarInput';
8
8
  export * from './stories/components/card';
9
9
  export * from './stories/components/cardButton';
10
10
  export * from './stories/components/cardIconsButton';
11
- export * from './stories/components/chart';
12
11
  export * from './stories/components/charts';
13
- export * from './stories/components/dialog';
14
12
  export * from './stories/components/divider';
15
13
  export * from './stories/components/emptyContent';
16
14
  export * from './stories/components/expandablePanel';
@@ -6,5 +6,6 @@ export type MenubarProps = {
6
6
  userConfigItems: InternalMenuItems[];
7
7
  username: string;
8
8
  setOpenNotifications: (value: boolean) => void;
9
+ isRenderNotifications?: boolean;
9
10
  };
10
- export declare function Header({ sidebarItems, sidebarTopItems, username, userConfigItems, setOpenNotifications, }: MenubarProps): import("react/jsx-runtime").JSX.Element;
11
+ export declare function Header({ sidebarItems, sidebarTopItems, username, userConfigItems, setOpenNotifications, isRenderNotifications, }: MenubarProps): import("react/jsx-runtime").JSX.Element;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "karsten-design-system",
3
3
  "description": "Karsten Design System Components",
4
- "version": "1.2.5",
4
+ "version": "1.2.7",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.js",
@@ -1,5 +0,0 @@
1
- interface MockedChartProps {
2
- filterDays: string;
3
- }
4
- export default function MockedChart({ filterDays }: MockedChartProps): import("react/jsx-runtime").JSX.Element;
5
- export {};
@@ -1 +0,0 @@
1
- export default function MockedInternalMenu(): import("react/jsx-runtime").JSX.Element;
@@ -1,5 +0,0 @@
1
- interface NotificationMockedProps {
2
- setNotification: (value: boolean) => void;
3
- }
4
- export default function NotificationMocked({ setNotification, }: NotificationMockedProps): import("react/jsx-runtime").JSX.Element;
5
- export {};
@@ -1,5 +0,0 @@
1
- import { ReactNode } from 'react';
2
- import '../../stories/screens/index.css';
3
- export default function ScreenContainer({ children }: {
4
- children: ReactNode;
5
- }): import("react/jsx-runtime").JSX.Element;
@@ -1,8 +0,0 @@
1
- export declare const TableData: {
2
- Número: string;
3
- Valor: string;
4
- Emissão: string;
5
- 'Previs\u00E3o de Entrega': string;
6
- Status: string;
7
- Pagamento: import("react/jsx-runtime").JSX.Element;
8
- }[];
@@ -1,3 +0,0 @@
1
- import { ChartProps as PrimeChartProps } from 'primereact/chart';
2
- export type ChartProps = PrimeChartProps;
3
- export declare function Chart(props: ChartProps): import("react/jsx-runtime").JSX.Element;
@@ -1,8 +0,0 @@
1
- export type DialogProps = {
2
- title: string | undefined;
3
- description: string | undefined;
4
- labelConfirmButton: string | undefined;
5
- onClose: () => void;
6
- onClick: () => void;
7
- };
8
- export declare function Dialog({ title, description, labelConfirmButton, onClose, onClick, }: DialogProps): import("react/jsx-runtime").JSX.Element;
@@ -1,5 +0,0 @@
1
- interface MockedChartProps {
2
- filterDays: string;
3
- }
4
- export default function MockedChart({ filterDays }: MockedChartProps): import("react/jsx-runtime").JSX.Element;
5
- export {};
@@ -1 +0,0 @@
1
- export default function MockedInternalMenu(): import("react/jsx-runtime").JSX.Element;
@@ -1,5 +0,0 @@
1
- interface NotificationMockedProps {
2
- setNotification: (value: boolean) => void;
3
- }
4
- export default function NotificationMocked({ setNotification, }: NotificationMockedProps): import("react/jsx-runtime").JSX.Element;
5
- export {};
@@ -1,5 +0,0 @@
1
- import { ReactNode } from 'react';
2
- import '../../stories/screens/index.css';
3
- export default function ScreenContainer({ children }: {
4
- children: ReactNode;
5
- }): import("react/jsx-runtime").JSX.Element;
@@ -1,8 +0,0 @@
1
- export declare const TableData: {
2
- Número: string;
3
- Valor: string;
4
- Emissão: string;
5
- 'Previs\u00E3o de Entrega': string;
6
- Status: string;
7
- Pagamento: import("react/jsx-runtime").JSX.Element;
8
- }[];
@@ -1,3 +0,0 @@
1
- import { ChartProps as PrimeChartProps } from 'primereact/chart';
2
- export type ChartProps = PrimeChartProps;
3
- export declare function Chart(props: ChartProps): import("react/jsx-runtime").JSX.Element;
@@ -1,8 +0,0 @@
1
- export type DialogProps = {
2
- title: string | undefined;
3
- description: string | undefined;
4
- labelConfirmButton: string | undefined;
5
- onClose: () => void;
6
- onClick: () => void;
7
- };
8
- export declare function Dialog({ title, description, labelConfirmButton, onClose, onClick, }: DialogProps): import("react/jsx-runtime").JSX.Element;