@getsoren/design-system 4.52.1 → 4.53.1

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/dist/main.js CHANGED
@@ -18874,7 +18874,9 @@ var vb = (e) => /* @__PURE__ */ M(yt, {
18874
18874
  style: {
18875
18875
  fontSize: Fe(13),
18876
18876
  letterSpacing: -0.3,
18877
- minHeight: 40
18877
+ minHeight: 40,
18878
+ paddingLeft: "20px",
18879
+ paddingRight: "20px"
18878
18880
  }
18879
18881
  },
18880
18882
  {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@getsoren/design-system",
3
3
  "description": "Design System React library",
4
4
  "sideEffects": false,
5
- "version": "4.52.1",
5
+ "version": "4.53.1",
6
6
  "license": "ISC",
7
7
  "type": "module",
8
8
  "types": "./dist/src/main.d.ts",