@dartech/arsenal-ui 1.3.27 → 1.3.28

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.
Files changed (2) hide show
  1. package/index.js +0 -3
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -3137,9 +3137,6 @@ const StepperView = ({
3137
3137
  return jsxs(Stepper, Object.assign({
3138
3138
  nonLinear: true,
3139
3139
  orientation: "vertical",
3140
- sx: {
3141
- padding: 12
3142
- },
3143
3140
  connector: jsx(StepConnector, {
3144
3141
  sx: {
3145
3142
  marginLeft: 4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dartech/arsenal-ui",
3
- "version": "1.3.27",
3
+ "version": "1.3.28",
4
4
  "author": "DAR",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"