@cucumber/html-formatter 21.4.0 → 21.5.0
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.
- package/dist/main.css +1 -1
- package/dist/main.js +1 -1
- package/dist/package.json +11 -11
- package/dist/src/CucumberHtmlStream.js +1 -1
- package/dist/src/CucumberHtmlStream.js.map +1 -1
- package/dist/test/CucumberHtmlStreamTest.js +17 -0
- package/dist/test/CucumberHtmlStreamTest.js.map +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +11 -11
- package/src/CucumberHtmlStream.ts +1 -1
- package/test/CucumberHtmlStreamTest.ts +22 -0
package/dist/main.css
CHANGED
|
@@ -3,7 +3,7 @@ body{padding:0;margin:0}.html-formatter{max-width:1600px;min-height:100vh;margin
|
|
|
3
3
|
.E4mSCqTkr4getx0W9smB{margin-bottom:1.5em}.E4mSCqTkr4getx0W9smB>*{border-top:0 !important}
|
|
4
4
|
.gUbOxW8Yux5FNeSfsI2O{position:relative;display:flex;align-items:center}.AEvAM9M_0ZxmJghPdVQs{color:var(--cucumber-anchor-color, #297bde);opacity:0;transition:all .35s ease-in-out;position:absolute;font-size:.75em;left:var(--cucumber-anchor-offset, -1.1em)}.gUbOxW8Yux5FNeSfsI2O:hover .AEvAM9M_0ZxmJghPdVQs{opacity:1}
|
|
5
5
|
.gXG0xG1TJk_4pdoSxoAf{white-space:pre-wrap;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:.875em;padding:.666em .75em;border-radius:.25em;margin:0;overflow-x:auto;background-color:var(--cucumber-error-background-color, #fff0f0);color:var(--cucumber-error-text-color, #bd0a2b)}
|
|
6
|
-
.J2h_F2WM3WVOOjWSISvA{position:relative;white-space:pre-wrap;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:.875em;padding:.666em .75em;border-radius:.25em;margin:0;overflow-x:auto;background-color:var(--cucumber-code-background-color, #f6f8fa);color:var(--cucumber-code-text-color, #666)}.Csls2DZsTVl5_RDKgLID{padding-left:3.25em}.Csls2DZsTVl5_RDKgLID::before{content:"Log";position:absolute;top:.666em;left:.75em;text-transform:uppercase;font-weight:bold;color:var(--cucumber-parameter-color, #297bde);opacity:.75}.BL_UrJNG5vfwcNU6hhPj{margin-right:.75em;opacity:.333}.zKWxtTmik48Yw6hm6NJT{max-width:100%;margin-top:.5em}
|
|
6
|
+
.J2h_F2WM3WVOOjWSISvA{position:relative;white-space:pre-wrap;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:.875em;padding:.666em .75em;border-radius:.25em;margin:0;overflow-x:auto;background-color:var(--cucumber-code-background-color, #f6f8fa);color:var(--cucumber-code-text-color, #666)}.Csls2DZsTVl5_RDKgLID{padding-left:3.25em}.Csls2DZsTVl5_RDKgLID::before{content:"Log";position:absolute;top:.666em;left:.75em;text-transform:uppercase;font-weight:bold;color:var(--cucumber-parameter-color, #297bde);opacity:.75}.BL_UrJNG5vfwcNU6hhPj{margin-right:.75em;opacity:.333}.zKWxtTmik48Yw6hm6NJT{max-width:100%;margin-top:.5em}.Kwg8ACzZ14UJrwu6pQDG{list-style:none;display:flex;flex-direction:column;align-items:flex-start;padding:0;margin:0}.Kwg8ACzZ14UJrwu6pQDG a{text-decoration:none;color:var(--cucumber-anchor-color, #297bde)}.Kwg8ACzZ14UJrwu6pQDG svg{margin-right:.5em}
|
|
7
7
|
.pzfx7tCRXyytC6g9SDxg{display:flex;align-items:center;gap:4px;background-color:rgba(0,0,0,0);color:var(--cucumber-anchor-color, #297bde);font-family:inherit;font-size:inherit;padding:0;border:0;margin:0 0 .5em 0;cursor:pointer}.pzfx7tCRXyytC6g9SDxg:hover,.pzfx7tCRXyytC6g9SDxg:focus{text-decoration:underline}
|
|
8
8
|
.IWgpmOz8r6Wj2YWzioT1{padding:0;margin:1em}.IWgpmOz8r6Wj2YWzioT1 a{color:var(--cucumber-anchor-color, #297bde)}
|
|
9
9
|
.MNkrrVMCDeB7mTXs5do4{border-collapse:collapse;margin:0}.MNkrrVMCDeB7mTXs5do4 thead tr{border-bottom:6px solid rgba(0,0,0,0)}.MNkrrVMCDeB7mTXs5do4 tr+tr{border-top:6px solid rgba(0,0,0,0)}.MNkrrVMCDeB7mTXs5do4 th,.MNkrrVMCDeB7mTXs5do4 td{padding:.4em .6em;border-width:2px;border-style:solid;border-top:none;border-bottom:none;border-color:var(--cucumber-keyword-color, #000080);color:var(--cucumber-parameter-color, #297bde)}
|