@selfdecode/sd-component-library 3.0.28 → 3.0.31

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,3 +1,3 @@
1
1
  import React from "react";
2
2
  import { ClientPortalInputProps as Props } from "./interfaces";
3
- export declare const ClientPortalPasswordInput: React.FC<Props>;
3
+ export declare const ClientPortalInput: React.FC<Props>;
@@ -0,0 +1 @@
1
+ export { ClientPortalInput } from "./client-portal-input";
@@ -1,6 +1,6 @@
1
1
  import { SxProps } from "rebass";
2
2
  import { PrimaryTextInputProps } from "../primary-text-input";
3
- export interface ClientPortalInputProps extends Pick<PrimaryTextInputProps, "value" | "onChange" | "onFocus" | "onKeyPress" | "autoFocus" | "disabled" | "maxLength" | "sx" | "focusInput" | "id" | "errorMessage" | "errorBackground" | "placeholder"> {
4
- label: string;
3
+ export interface ClientPortalInputProps extends Pick<PrimaryTextInputProps, "value" | "onChange" | "onFocus" | "onKeyPress" | "autoFocus" | "disabled" | "maxLength" | "sx" | "focusInput" | "id" | "errorMessage" | "errorBackground" | "placeholder" | "type"> {
4
+ label?: string;
5
5
  inputSx?: SxProps["sx"];
6
6
  }
@@ -13,4 +13,4 @@ export * from "./secondary-number-input";
13
13
  export * from "./secondary-text-input";
14
14
  export * from "./text-input";
15
15
  export * from "./search-input-v2";
16
- export * from "./client-portal-password-input";
16
+ export * from "./client-portal-input";
@@ -247,7 +247,7 @@ declare const _default: {
247
247
  fontWeight: string;
248
248
  };
249
249
  };
250
- clientPortalPassword: {
250
+ clientPortal: {
251
251
  fontFamily: string;
252
252
  color: string;
253
253
  fontSize: number;
@@ -292,7 +292,7 @@ declare const _default: {
292
292
  marginBottom: string[];
293
293
  color: string;
294
294
  };
295
- clientPortalPassword: {
295
+ clientPortal: {
296
296
  fontSize: number;
297
297
  fontWeight: number;
298
298
  textTransform: string;