@lifesg/react-design-system 2.0.0-canary.6 → 2.0.0-canary.7

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,12 +1,11 @@
1
1
  /// <reference types="react" />
2
- interface StyleProps {
2
+ export interface InputStyleProps {
3
3
  type?: React.HTMLInputTypeAttribute;
4
4
  }
5
- export declare const InputElement: import("styled-components").StyledComponent<"input", import("styled-components").DefaultTheme, StyleProps, never>;
6
- export declare const ClearContainer: import("styled-components").StyledComponent<"button", import("styled-components").DefaultTheme, StyleProps, never>;
5
+ export declare const InputElement: import("styled-components").StyledComponent<"input", import("styled-components").DefaultTheme, InputStyleProps, never>;
6
+ export declare const ClearContainer: import("styled-components").StyledComponent<"button", import("styled-components").DefaultTheme, InputStyleProps, never>;
7
7
  export declare const ClearIcon: import("styled-components").StyledComponent<{
8
8
  (props: import("react").SVGProps<SVGSVGElement>): JSX.Element;
9
9
  displayName: string;
10
10
  }, import("styled-components").DefaultTheme, {}, never>;
11
11
  export declare const BasicWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
12
- export {};
@@ -250,7 +250,7 @@ import{jsxs as e,jsx as t,Fragment as r}from"react/jsx-runtime";import*as n from
250
250
  `,Ir=p.button`
251
251
  position: relative;
252
252
  height: auto;
253
- padding: 0 1rem;
253
+ padding: 0.75rem 1rem;
254
254
 
255
255
  margin-right: -1rem; // offset the padding
256
256
  cursor: pointer;