karsten-design-system 1.2.4 → 1.2.6

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.
@@ -8,7 +8,6 @@ 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
12
  export * from './stories/components/dialog';
14
13
  export * from './stories/components/divider';
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.4",
4
+ "version": "1.2.6",
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,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;