mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 23:45:44 +01:00
push updated stories
This commit is contained in:
@@ -336,7 +336,7 @@ exports[`Storyshots DateFromNow Default 1`] = `
|
|||||||
|
|
||||||
exports[`Storyshots Forms|Checkbox Default 1`] = `
|
exports[`Storyshots Forms|Checkbox Default 1`] = `
|
||||||
<div
|
<div
|
||||||
className="sc-hzDkRC itNtPz"
|
className="sc-fBuWsC ldmpJA"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
className="field"
|
className="field"
|
||||||
@@ -381,7 +381,7 @@ exports[`Storyshots Forms|Checkbox Default 1`] = `
|
|||||||
|
|
||||||
exports[`Storyshots Forms|Checkbox Disabled 1`] = `
|
exports[`Storyshots Forms|Checkbox Disabled 1`] = `
|
||||||
<div
|
<div
|
||||||
className="sc-hzDkRC itNtPz"
|
className="sc-fBuWsC ldmpJA"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
className="field"
|
className="field"
|
||||||
@@ -409,7 +409,7 @@ exports[`Storyshots Forms|Checkbox Disabled 1`] = `
|
|||||||
|
|
||||||
exports[`Storyshots Forms|Radio Default 1`] = `
|
exports[`Storyshots Forms|Radio Default 1`] = `
|
||||||
<div
|
<div
|
||||||
className="sc-jhAzac edPAWD"
|
className="sc-fMiknA keSQNk"
|
||||||
>
|
>
|
||||||
<label
|
<label
|
||||||
className="radio"
|
className="radio"
|
||||||
@@ -438,7 +438,7 @@ exports[`Storyshots Forms|Radio Default 1`] = `
|
|||||||
|
|
||||||
exports[`Storyshots Forms|Radio Disabled 1`] = `
|
exports[`Storyshots Forms|Radio Disabled 1`] = `
|
||||||
<div
|
<div
|
||||||
className="sc-jhAzac edPAWD"
|
className="sc-fMiknA keSQNk"
|
||||||
>
|
>
|
||||||
<label
|
<label
|
||||||
className="radio"
|
className="radio"
|
||||||
@@ -2311,3 +2311,128 @@ PORT_NUMBER =
|
|||||||
</pre>
|
</pre>
|
||||||
</div>
|
</div>
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
exports[`Storyshots Table|Table Default 1`] = `
|
||||||
|
<table
|
||||||
|
className="sc-jhAzac hmXDXQ table content is-hoverable"
|
||||||
|
>
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th
|
||||||
|
onMouseEnter={[Function]}
|
||||||
|
onMouseLeave={[Function]}
|
||||||
|
>
|
||||||
|
FIRST
|
||||||
|
</th>
|
||||||
|
<th
|
||||||
|
className="has-cursor-pointer"
|
||||||
|
onClick={[Function]}
|
||||||
|
onMouseEnter={[Function]}
|
||||||
|
onMouseLeave={[Function]}
|
||||||
|
>
|
||||||
|
SECOND
|
||||||
|
<i
|
||||||
|
className="fas fa-sort-amount-down has-text-grey-light sc-hzDkRC escBde"
|
||||||
|
/>
|
||||||
|
</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<h1>
|
||||||
|
dddd
|
||||||
|
</h1>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<h2
|
||||||
|
style={
|
||||||
|
Object {
|
||||||
|
"color": "red",
|
||||||
|
}
|
||||||
|
}
|
||||||
|
>
|
||||||
|
xyz
|
||||||
|
</h2>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<h1>
|
||||||
|
abc
|
||||||
|
</h1>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<h2
|
||||||
|
style={
|
||||||
|
Object {
|
||||||
|
"color": "red",
|
||||||
|
}
|
||||||
|
}
|
||||||
|
>
|
||||||
|
bbbb
|
||||||
|
</h2>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
`;
|
||||||
|
|
||||||
|
exports[`Storyshots Table|Table TextColumn 1`] = `
|
||||||
|
<table
|
||||||
|
className="sc-jhAzac hmXDXQ table content is-hoverable"
|
||||||
|
>
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th
|
||||||
|
className="has-cursor-pointer"
|
||||||
|
onClick={[Function]}
|
||||||
|
onMouseEnter={[Function]}
|
||||||
|
onMouseLeave={[Function]}
|
||||||
|
>
|
||||||
|
FIRST
|
||||||
|
<i
|
||||||
|
className="fas fa-sort-alpha-down has-text-grey-light sc-hzDkRC escBde"
|
||||||
|
/>
|
||||||
|
</th>
|
||||||
|
<th
|
||||||
|
className="has-cursor-pointer"
|
||||||
|
onClick={[Function]}
|
||||||
|
onMouseEnter={[Function]}
|
||||||
|
onMouseLeave={[Function]}
|
||||||
|
>
|
||||||
|
SECOND
|
||||||
|
<i
|
||||||
|
className="fas fa-sort-alpha-down has-text-grey-light sc-hzDkRC escBde"
|
||||||
|
/>
|
||||||
|
</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
d
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
y
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
a
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
b
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
z
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
a
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
`;
|
||||||
|
|||||||
Reference in New Issue
Block a user