@appscode/design-system 1.0.43-alpha.108 → 1.0.43-alpha.109

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.
@@ -657,7 +657,8 @@ input#captcha {
657
657
  font-size: 13px;
658
658
  padding-top: 0;
659
659
  padding-left: 40px;
660
-
660
+ height: auto;
661
+
661
662
  &::before {
662
663
  width: 30px;
663
664
  height: 16.2px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appscode/design-system",
3
- "version": "1.0.43-alpha.108",
3
+ "version": "1.0.43-alpha.109",
4
4
  "description": "A design system for Appscode websites and dashboards made using Bulma",
5
5
  "main": "main.scss",
6
6
  "scripts": {
@@ -167,10 +167,7 @@ export default {
167
167
  },
168
168
  computed: {
169
169
  activeFile() {
170
- const activeFile = this.previewYamls.find(
171
- p => p.name === this.activePreview
172
- );
173
-
170
+ const activeFile = this.previewYamls[this.activeKey];
174
171
  return activeFile || { content: "", format: "yaml" };
175
172
  },
176
173
  showCopyBtn() {