@tactics/lokaal-loket 0.0.505 → 0.0.506

Sign up to get free protection for your applications and to get access to all the features.
package/build/index.d.cts CHANGED
@@ -1022,10 +1022,9 @@ interface IToggle {
1022
1022
  label: string;
1023
1023
  name: string;
1024
1024
  checked?: boolean;
1025
- defaultChecked?: boolean;
1026
1025
  }
1027
1026
 
1028
- declare const Toggle: ({ label, name, value, ariaLabel, checked, defaultChecked, onChange }: IToggle) => react_jsx_runtime.JSX.Element;
1027
+ declare const Toggle: ({ label, name, value, ariaLabel, checked, onChange }: IToggle) => react_jsx_runtime.JSX.Element;
1029
1028
 
1030
1029
  interface INoResults {
1031
1030
  title: string;
@@ -1355,11 +1354,12 @@ declare const Quote: ({ quote }: IQuote) => react_jsx_runtime.JSX.Element;
1355
1354
 
1356
1355
  interface IResultHeading {
1357
1356
  title: string;
1357
+ subtitle?: string;
1358
1358
  amount: number;
1359
1359
  actions: React.ReactNode;
1360
1360
  }
1361
1361
 
1362
- declare const ResultHeading: ({ title, amount, actions }: IResultHeading) => react_jsx_runtime.JSX.Element;
1362
+ declare const ResultHeading: ({ title, subtitle, amount, actions }: IResultHeading) => react_jsx_runtime.JSX.Element;
1363
1363
 
1364
1364
  interface IFeatures {
1365
1365
  children: React__default.ReactElement<IFeature> | React__default.ReactElement<IFeature>[];
package/build/index.d.ts CHANGED
@@ -1022,10 +1022,9 @@ interface IToggle {
1022
1022
  label: string;
1023
1023
  name: string;
1024
1024
  checked?: boolean;
1025
- defaultChecked?: boolean;
1026
1025
  }
1027
1026
 
1028
- declare const Toggle: ({ label, name, value, ariaLabel, checked, defaultChecked, onChange }: IToggle) => react_jsx_runtime.JSX.Element;
1027
+ declare const Toggle: ({ label, name, value, ariaLabel, checked, onChange }: IToggle) => react_jsx_runtime.JSX.Element;
1029
1028
 
1030
1029
  interface INoResults {
1031
1030
  title: string;
@@ -1355,11 +1354,12 @@ declare const Quote: ({ quote }: IQuote) => react_jsx_runtime.JSX.Element;
1355
1354
 
1356
1355
  interface IResultHeading {
1357
1356
  title: string;
1357
+ subtitle?: string;
1358
1358
  amount: number;
1359
1359
  actions: React.ReactNode;
1360
1360
  }
1361
1361
 
1362
- declare const ResultHeading: ({ title, amount, actions }: IResultHeading) => react_jsx_runtime.JSX.Element;
1362
+ declare const ResultHeading: ({ title, subtitle, amount, actions }: IResultHeading) => react_jsx_runtime.JSX.Element;
1363
1363
 
1364
1364
  interface IFeatures {
1365
1365
  children: React__default.ReactElement<IFeature> | React__default.ReactElement<IFeature>[];