fix: build - retire storybook

This commit is contained in:
liyasthomas
2021-08-03 10:24:32 +05:30
parent 10b7da0558
commit db4521db5a
32 changed files with 137 additions and 14759 deletions

View File

@@ -72,7 +72,7 @@ export default defineComponent({
{
text: /(<<\w+>>)/g,
style:
"text-white cursor-help rounded px-1 focus:outline-none mx-0.5",
"cursor-help transition rounded px-1 focus:outline-none mx-0.5",
},
],
highlightEnabled: true,
@@ -203,8 +203,8 @@ export default defineComponent({
result += `<span class="${highlightPositions[k].style} ${
this.currentEnvironment.variables.find((k) => k.key === envVar)
?.value === undefined
? "bg-red-500"
: "bg-accentDark"
? "bg-red-400 text-red-50 hover:bg-red-600"
: "bg-accentDark text-accentContrast hover:bg-accent"
}" v-tippy data-tippy-content="environment: ${
this.currentEnvironment.name
} • value: ${