@functionalcms/svelte-components 2.12.10 → 2.12.12

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.
@@ -304,9 +304,9 @@ export let idCircle = false;
304
304
  export let idGrouped = false;
305
305
  export let isCircle = false;
306
306
  export let size = ComponentSize.Normal;
307
- export let justify = Justify.Start;
308
- export let alignItems = AlignItmes.Start;
309
- export let orientation = Orientation.Column;
307
+ export let justify = Justify.Center;
308
+ export let alignItems = AlignItmes.Center;
309
+ export let orientation = Orientation.Row;
310
310
  $:
311
311
  isSmall = size === ComponentSize.Small;
312
312
  $:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@functionalcms/svelte-components",
3
- "version": "2.12.10",
3
+ "version": "2.12.12",
4
4
  "watch": {
5
5
  "build": {
6
6
  "patterns": [