@hellobetterdigitalnz/betterui 0.0.3-52 → 0.0.3-54

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.
@@ -1,6 +1,7 @@
1
1
  import { ReactNode } from "react";
2
2
  interface FormFieldHolderProps {
3
3
  label?: string;
4
+ bilingualLabel?: string;
4
5
  description?: string | ReactNode;
5
6
  extraClass?: string;
6
7
  error?: boolean;
@@ -0,0 +1,3 @@
1
+ import IconProps from "../../IconProps";
2
+ declare const Check: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default Check;
@@ -50,5 +50,6 @@ export { default as Gear } from './SystemAndDevice/Gear/Gear.tsx';
50
50
  export { default as DownloadSimple } from './SystemAndDevice/DownloadSimple/DownloadSimple.tsx';
51
51
  export { default as SignOut } from './SystemAndDevice/SignOut/SignOut.tsx';
52
52
  export { default as SignIn } from './SystemAndDevice/SignIn/SignIn.tsx';
53
+ export { default as Check } from './SystemAndDevice/Check/Check.tsx';
53
54
  export { default as CalendarBank } from './Time/CalendarBank/CalendarBank';
54
55
  export { default as Clock } from './Time/Clock/Clock';