@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.
- package/cjs/index.js +33 -21
- package/cjs/index.js.map +1 -1
- package/file-upload/index.js +88 -76
- package/file-upload/index.js.map +1 -1
- package/form/index.js +75 -63
- package/form/index.js.map +1 -1
- package/index.d.ts +2 -1
- package/index.js +16 -4
- package/index.js.map +1 -1
- package/input/index.js +1 -1
- package/input/index.js.map +1 -1
- package/input/input.style.d.ts +3 -4
- package/input-group/index.js +1 -1
- package/input-group/index.js.map +1 -1
- package/input-range-select/index.js +123 -57
- package/input-range-select/index.js.map +1 -1
- package/input-range-select/input-range-select.style.d.ts +3 -0
- package/otp-input/index.js +1 -1
- package/otp-input/index.js.map +1 -1
- package/package.json +1 -1
- package/pagination/index.js +1 -1
- package/pagination/index.js.map +1 -1
- package/phone-number-input/index.js +1 -1
- package/phone-number-input/index.js.map +1 -1
- package/predictive-text-input/index.js +2 -2
- package/predictive-text-input/index.js.map +1 -1
- package/unit-number/index.js +8 -8
- package/unit-number/index.js.map +1 -1
|
@@ -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>;
|
package/otp-input/index.js
CHANGED
|
@@ -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;
|