@tactics/lokaal-loket 0.0.122 → 0.0.123

Sign up to get free protection for your applications and to get access to all the features.
package/build/index.d.cts CHANGED
@@ -537,9 +537,9 @@ declare const StatusCompact: ({ context }: IStatusCompact) => react_jsx_runtime.
537
537
  declare const Status: ({ context, label }: IStatus) => react_jsx_runtime.JSX.Element;
538
538
 
539
539
  interface ITerm {
540
- frame: React$1.ReactElement<IFrame>;
541
- label: React$1.ReactElement<IPlainText>;
542
- description?: React$1.ReactElement<IPlainText>;
540
+ frame: React$1.ReactElement<IFrame | IBadge>;
541
+ label: string;
542
+ description?: string;
543
543
  }
544
544
 
545
545
  declare const Term: ({ label, description, frame }: ITerm) => react_jsx_runtime.JSX.Element;
package/build/index.d.ts CHANGED
@@ -537,9 +537,9 @@ declare const StatusCompact: ({ context }: IStatusCompact) => react_jsx_runtime.
537
537
  declare const Status: ({ context, label }: IStatus) => react_jsx_runtime.JSX.Element;
538
538
 
539
539
  interface ITerm {
540
- frame: React$1.ReactElement<IFrame>;
541
- label: React$1.ReactElement<IPlainText>;
542
- description?: React$1.ReactElement<IPlainText>;
540
+ frame: React$1.ReactElement<IFrame | IBadge>;
541
+ label: string;
542
+ description?: string;
543
543
  }
544
544
 
545
545
  declare const Term: ({ label, description, frame }: ITerm) => react_jsx_runtime.JSX.Element;