@linktr.ee/create-link-app 0.3.0-next.31 → 0.3.0-next.32

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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.3.0-next.31",
2
+ "version": "0.3.0-next.32",
3
3
  "commands": {
4
4
  "build": {
5
5
  "id": "build",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@linktr.ee/create-link-app",
3
- "version": "0.3.0-next.31",
3
+ "version": "0.3.0-next.32",
4
4
  "description": "Create a Link App on Linktr.ee.",
5
5
  "license": "UNLICENSED",
6
6
  "author": "Linktree",
@@ -41,7 +41,7 @@ export const Stack: ComponentStory<typeof LinkApp> = (args) => (
41
41
  </div>
42
42
  )
43
43
  Stack.args = {
44
- layout: Layout.stack,
44
+ layout: Layout.Stack,
45
45
  }
46
46
 
47
47
  export const Grid: ComponentStory<typeof LinkApp> = (args) => (
@@ -56,7 +56,7 @@ export const Grid: ComponentStory<typeof LinkApp> = (args) => (
56
56
  </div>
57
57
  )
58
58
  Grid.args = {
59
- layout: Layout.grid,
59
+ layout: Layout.Grid,
60
60
  }
61
61
 
62
62
  export const Carousel: ComponentStory<typeof LinkApp> = (args) => (
@@ -71,7 +71,7 @@ export const Carousel: ComponentStory<typeof LinkApp> = (args) => (
71
71
  </div>
72
72
  )
73
73
  Carousel.args = {
74
- layout: Layout.carousel,
74
+ layout: Layout.Carousel,
75
75
  }
76
76
 
77
77
  export const Featured: ComponentStory<typeof LinkApp> = (args) => (
@@ -86,7 +86,7 @@ export const Featured: ComponentStory<typeof LinkApp> = (args) => (
86
86
  </div>
87
87
  )
88
88
  Featured.args = {
89
- layout: Layout.featured,
89
+ layout: Layout.Featured,
90
90
  }
91
91
 
92
92
  export const SheetBody: ComponentStory<typeof LinkApp> = (args) => (
@@ -95,5 +95,5 @@ export const SheetBody: ComponentStory<typeof LinkApp> = (args) => (
95
95
  </div>
96
96
  )
97
97
  SheetBody.args = {
98
- layout: Layout.sheetBody,
98
+ layout: Layout.SheetBody,
99
99
  }