@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.
@@ -0,0 +1,3 @@
1
+ export declare const InputSelectorWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
2
+ export declare const ClearIconContainer: import("styled-components").StyledComponent<"button", import("styled-components").DefaultTheme, import("../input/input.style").InputStyleProps, never>;
3
+ export declare const SelectorDropdown: import("styled-components").StyledComponent<"button", import("styled-components").DefaultTheme, {}, never>;
@@ -388,7 +388,7 @@ import{jsxs as t,jsx as e,Fragment as n}from"react/jsx-runtime";import r,{useRef
388
388
  `,Mn=s.button`
389
389
  position: relative;
390
390
  height: auto;
391
- padding: 0 1rem;
391
+ padding: 0.75rem 1rem;
392
392
 
393
393
  margin-right: -1rem; // offset the padding
394
394
  cursor: pointer;