File tree 2 files changed +12
-5
lines changed
2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -145,19 +145,19 @@ export const STEPPER_STEPS: IStepperStep[] = [
145
145
146
146
export const TIMELINE_ITEMS : ITimelineItem [ ] = [
147
147
{
148
- title : 'Issue with order ' ,
149
- description : 'Today 9:00 AM'
148
+ title : 'Plant seed ' ,
149
+ description : 'Today, 9:00 AM'
150
150
} ,
151
151
{
152
- title : 'Ordered 3 items ' ,
152
+ title : 'Purchased seed ' ,
153
153
description : 'Feb 08, 9:05 AM'
154
154
} ,
155
155
{
156
- title : 'Added 3 items to cart ' ,
156
+ title : 'Arranged layout of garden ' ,
157
157
description : 'Jan 21, 9:13 AM'
158
158
} ,
159
159
{
160
- title : 'Viewed product page ' ,
160
+ title : 'Chose a gardening location ' ,
161
161
description : 'Jan 21, 9:21 AM'
162
162
}
163
163
] ;
Original file line number Diff line number Diff line change @@ -33,6 +33,13 @@ import { TIMELINE_ITEMS as ITEMS } from './stories/data';
33
33
hasOppositeContent: { name: ' Timeline.OppositeContent' , table: { category: ' Story' } },
34
34
items: { name: ' Timeline.Item[]' , table: { category: ' Story' } }
35
35
}}
36
+ parameters = { {
37
+ design: {
38
+ allowFullscreen: true ,
39
+ type: ' figma' ,
40
+ url: ' https://www.figma.com/file/6g87L4FdKZTA3knt3Rsfdx/Garden?node-id=9806%3A43467'
41
+ }
42
+ }}
36
43
>
37
44
{ args => <TimelineStory { ... args } />}
38
45
</Story >
You can’t perform that action at this time.
0 commit comments