rechtspilot-ui 1.2.4 → 1.2.5

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
@@ -245,7 +245,7 @@ For more information, see https://radix-ui.com/primitives/docs/components/${t.do
245
245
  max-width: 18rem;
246
246
  margin-top: 4.75rem;
247
247
  `,Or=t.styled.div`
248
- margin-top: auto;
248
+ margin-top: 2rem;
249
249
  display: flex;
250
250
  justify-content: center;
251
251
  width: 16rem;
package/dist/index.es.js CHANGED
@@ -1883,7 +1883,7 @@ var Gr = m.div`
1883
1883
  max-width: 18rem;
1884
1884
  margin-top: 4.75rem;
1885
1885
  `, Yr = m.div`
1886
- margin-top: auto;
1886
+ margin-top: 2rem;
1887
1887
  display: flex;
1888
1888
  justify-content: center;
1889
1889
  width: 16rem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rechtspilot-ui",
3
- "version": "1.2.4",
3
+ "version": "1.2.5",
4
4
  "type": "module",
5
5
  "description": "Rechtspilot UI Library",
6
6
  "main": "dist/index.cjs",