@pinuts/bsr-uikit-relaunch 0.2.20 → 0.2.21

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.
@@ -107,7 +107,7 @@ const NumberInputField = _ref => {
107
107
  stroke: "white",
108
108
  fill: "white"
109
109
  })), /*#__PURE__*/_react.default.createElement("input", _extends({
110
- className: getClassNames(['input mx-2 ps-4', formControlClassNames]),
110
+ className: getClassNames(['input ps-3', formControlClassNames]),
111
111
  type: "number",
112
112
  step: step
113
113
  }, field, ariaAttributes, inputProps, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pinuts/bsr-uikit-relaunch",
3
- "version": "0.2.20",
3
+ "version": "0.2.21",
4
4
  "private": false,
5
5
  "description": "BSR UI-KIT Relaunch",
6
6
  "main": "dist/index.js",