@norges-domstoler/dds-components 10.6.0 → 10.7.0

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,6 @@
1
+ import { HTMLAttributes } from 'react';
2
+ export type EmptyContentProps = {
3
+ title?: string;
4
+ message: string;
5
+ } & HTMLAttributes<HTMLDivElement>;
6
+ export declare function EmptyContent({ title, message, ...rest }: EmptyContentProps): JSX.Element;
@@ -0,0 +1,16 @@
1
+ import { EmptyContent, EmptyContentProps } from './EmptyContent';
2
+ declare const _default: {
3
+ title: string;
4
+ component: typeof EmptyContent;
5
+ argTypes: {
6
+ title: {
7
+ name: string;
8
+ type: {
9
+ name: string;
10
+ required: boolean;
11
+ };
12
+ };
13
+ };
14
+ };
15
+ export default _default;
16
+ export declare const Overview: (args: EmptyContentProps) => JSX.Element;
@@ -0,0 +1,6 @@
1
+ import { HTMLAttributes } from 'react';
2
+ export type EmptyContentProps = {
3
+ title?: string;
4
+ message: string;
5
+ } & HTMLAttributes<HTMLDivElement>;
6
+ export declare function EmptyContent({ title, message, ...rest }: EmptyContentProps): JSX.Element;
@@ -0,0 +1,16 @@
1
+ import { EmptyContent, EmptyContentProps } from './EmptyContent';
2
+ declare const _default: {
3
+ title: string;
4
+ component: typeof EmptyContent;
5
+ argTypes: {
6
+ title: {
7
+ name: string;
8
+ type: {
9
+ name: string;
10
+ required: boolean;
11
+ };
12
+ };
13
+ };
14
+ };
15
+ export default _default;
16
+ export declare const Overview: (args: EmptyContentProps) => JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@norges-domstoler/dds-components",
3
- "version": "10.6.0",
3
+ "version": "10.7.0",
4
4
  "description": "React components used in Elsa - domstolenes designsystem",
5
5
  "author": "Elsa team",
6
6
  "license": "MIT",