File tree Expand file tree Collapse file tree 1 file changed +20
-2
lines changed
Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -18761,9 +18761,11 @@ exports[`Storyshots Custom Components LaneHeader 1`] = `
1876118761 "title": "Card Weathers",
1876218762 },
1876318763 ],
18764+ "current": "70",
1876418765 "currentPage": 1,
1876518766 "id": "lane1",
1876618767 "label": "First Lane here",
18768+ "target": "100",
1876718769 "title": "Planned Tasks",
1876818770 },
1876918771 Object {
@@ -18787,9 +18789,11 @@ exports[`Storyshots Custom Components LaneHeader 1`] = `
1878718789 "title": "Michael Caine",
1878818790 },
1878918791 ],
18792+ "current": "30",
1879018793 "currentPage": 1,
1879118794 "id": "lane2",
1879218795 "label": "Second Lane here",
18796+ "target": "100",
1879318797 "title": "Completed Tasks",
1879418798 },
1879518799 ],
@@ -18808,6 +18812,7 @@ exports[`Storyshots Custom Components LaneHeader 1`] = `
1880818812 label="First Lane here"
1880918813 onClick={[Function]}
1881018814 style={Object {}}
18815+ target="100"
1881118816 title="Planned Tasks"
1881218817 >
1881318818 <div>
@@ -18854,6 +18859,12 @@ exports[`Storyshots Custom Components LaneHeader 1`] = `
1885418859 </button>
1885518860 </div>
1885618861 </header>
18862+ <div>
18863+ Percentage:
18864+ 70
18865+ /
18866+ 100
18867+ </div>
1885718868 </div>
1885818869 <div
1885918870 className="c2"
@@ -18950,6 +18961,7 @@ exports[`Storyshots Custom Components LaneHeader 1`] = `
1895018961 label="Second Lane here"
1895118962 onClick={[Function]}
1895218963 style={Object {}}
18964+ target="100"
1895318965 title="Completed Tasks"
1895418966 >
1895518967 <div>
@@ -18996,6 +19008,12 @@ exports[`Storyshots Custom Components LaneHeader 1`] = `
1899619008 </button>
1899719009 </div>
1899819010 </header>
19011+ <div>
19012+ Percentage:
19013+ 30
19014+ /
19015+ 100
19016+ </div>
1899919017 </div>
1900019018 <div
1900119019 className="c2"
@@ -19362,7 +19380,7 @@ exports[`Storyshots Custom Components LaneHeader 1`] = `
1936219380 }
1936319381 }
1936419382 >
19365- label
19383+ current
1936619384 </span>
1936719385 </span>
1936819386 :
@@ -19374,7 +19392,7 @@ exports[`Storyshots Custom Components LaneHeader 1`] = `
1937419392 }
1937519393 }
1937619394 >
19377- 'First Lane here '
19395+ '70 '
1937819396 </span>
1937919397 ,
1938019398 <span>
You can’t perform that action at this time.
0 commit comments