@sentropic/design-system-svelte 0.34.63 → 0.34.64

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.
@@ -215,8 +215,6 @@
215
215
  gap: var(--st-spacing-4, 1rem);
216
216
  height: var(--st-component-appHeader-height, 3.5rem);
217
217
  justify-content: space-between;
218
- margin: 0 auto;
219
- max-width: 80rem;
220
218
  padding: 0 var(--st-spacing-4, 1rem);
221
219
  width: 100%;
222
220
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentropic/design-system-svelte",
3
- "version": "0.34.63",
3
+ "version": "0.34.64",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"