@lifesg/react-design-system 1.0.0-alpha.8 → 1.0.0-alpha.9

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.
@@ -6,7 +6,6 @@ interface AddonStyleProps {
6
6
  $position?: "left" | "right";
7
7
  }
8
8
  interface MainInputStyleProps {
9
- $readOnly?: boolean;
10
9
  $position?: "left" | "right" | undefined;
11
10
  }
12
11
  export declare const Container: import("styled-components").StyledComponent<"div", any, AddonStyleProps, never>;
@@ -156,12 +156,12 @@ import{jsxs as C,jsx as e,Fragment as t}from"react/jsx-runtime";import n,{useSta
156
156
 
157
157
  ::placeholder,
158
158
  ::-webkit-input-placeholder {
159
- color: ${Me.Neutral[4]};
159
+ color: ${Me.Neutral[3]};
160
160
  }
161
161
 
162
162
  ${C=>C.readOnly?o`
163
163
  border: none;
164
- padding-left: 0rem;
164
+ padding: 0.75rem 0;
165
165
  background: transparent !important;
166
166
 
167
167
  :focus,