@datawire-ai/busyfile-design-library 1.29.2 → 1.29.3

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.
@@ -154,6 +154,8 @@ export declare interface DividerProps extends React_2.ComponentProps<typeof Sepa
154
154
  size?: 1 | 2 | 3 | 4;
155
155
  }
156
156
 
157
+ export declare const EmailInput: (props: InputWithLabelProps) => JSX.Element;
158
+
157
159
  declare interface InitialsAvatarProps extends BaseAvatarProps {
158
160
  type: 'initials';
159
161
  initials: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datawire-ai/busyfile-design-library",
3
- "version": "1.29.2",
3
+ "version": "1.29.3",
4
4
  "description": "Design system for busyfile",
5
5
  "private": false,
6
6
  "type": "module",