@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
package/package.json
CHANGED
package/pagination/index.js
CHANGED
|
@@ -794,7 +794,7 @@ var t=Object.getOwnPropertySymbols,r=Object.prototype.hasOwnProperty,n=Object.pr
|
|
|
794
794
|
`,id=x.button`
|
|
795
795
|
position: relative;
|
|
796
796
|
height: auto;
|
|
797
|
-
padding: 0 1rem;
|
|
797
|
+
padding: 0.75rem 1rem;
|
|
798
798
|
|
|
799
799
|
margin-right: -1rem; // offset the padding
|
|
800
800
|
cursor: pointer;
|