rechtspilot-ui 1.2.6 → 1.2.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/dist/index.cjs CHANGED
@@ -201,6 +201,7 @@ For more information, see https://radix-ui.com/primitives/docs/components/${t.do
201
201
  letter-spacing: -0.0125rem;
202
202
  flex: ${e=>e.$mobile?`0`:`1`};
203
203
  margin-bottom: 2rem;
204
+ white-space: pre-line;
204
205
  `,Sr=t.styled.div`
205
206
  display: flex;
206
207
  gap: 0.5rem;
package/dist/index.es.js CHANGED
@@ -1798,6 +1798,7 @@ var Br = m.div`
1798
1798
  letter-spacing: -0.0125rem;
1799
1799
  flex: ${(e) => e.$mobile ? "0" : "1"};
1800
1800
  margin-bottom: 2rem;
1801
+ white-space: pre-line;
1801
1802
  `, Ur = m.div`
1802
1803
  display: flex;
1803
1804
  gap: 0.5rem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rechtspilot-ui",
3
- "version": "1.2.6",
3
+ "version": "1.2.7",
4
4
  "type": "module",
5
5
  "description": "Rechtspilot UI Library",
6
6
  "main": "dist/index.cjs",