Skip to content

Commit

Permalink
Updating to 1.0.0-beta.7
Browse files Browse the repository at this point in the history
  • Loading branch information
abhchand committed Jun 29, 2020
1 parent 593fa53 commit 110cdbc
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ Import the latest VanillaTreeViewer **script** and **styling** from our CDN ([Se

```erb
<head>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/abhchand/[email protected].6/dist/main.min.css" >
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/abhchand/[email protected].6/dist/index.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/abhchand/[email protected].7/dist/main.min.css" >
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/abhchand/[email protected].7/dist/index.min.js"></script>
</head>
```

Expand Down Expand Up @@ -172,7 +172,7 @@ Be sure to include this _after_ sourcing the `VanillaTreeViewer` script
Example for ActionScript:

```erb
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/abhchand/[email protected].6/dist/index.min.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/abhchand/[email protected].7/dist/index.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/languages/actionscript.min.js"></script>
```

Expand Down Expand Up @@ -202,7 +202,7 @@ Here is one approach that handles styling for all mount nodes:

The default styling for `VanillaTreeViewer` is based off the look and feel of [Sublime Text](https://www.sublimetext.com/).

`VanillaTreeViewer` does not provide a programmatic way to customize the component itself, but if you really need to customize the look and feel further you can override [the CSS](https://cdn.jsdelivr.net/gh/abhchand/[email protected].6/dist/main.min.css) for the `VanillaTreeViewer` component at your discretion.
`VanillaTreeViewer` does not provide a programmatic way to customize the component itself, but if you really need to customize the look and feel further you can override [the CSS](https://cdn.jsdelivr.net/gh/abhchand/[email protected].7/dist/main.min.css) for the `VanillaTreeViewer` component at your discretion.

* All CSS classes begin with `.vanilla-tree-viewer*`
* Please be aware that the default styling utilizes [media queries](https://www.w3schools.com/css/css_rwd_mediaqueries.asp) to apply styling at different screen widths.
Expand Down
2 changes: 1 addition & 1 deletion dist/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/main.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
max-width: 980px;
}
</style>
<link href="main.css?ca743a48ef9c6dc6f8f9" rel="stylesheet"></head>
<link href="main.css?63718e6cabf40b1ba7ed" rel="stylesheet"></head>
<body>
<!-- Github Ribbon -->
<a href="https://github.com/abhchand/vanilla-tree-viewer" target="_blank" style="position: absolute;top: 0;right: 0;">
Expand All @@ -29,5 +29,5 @@ <h3 style="text-align: center;margin-top: 75px;margin-bottom: 75px;">Vanilla Cod
<p style="text-align: center;margin-top: 75px;">
If you've found this or any other of my projects useful, I would greatly appreciate if you could <a href='https://www.buymeacoffee.com/abhchand' target='_blank'>buy me a coffee</a>!
</p>
<script type="text/javascript" src="index.js?ca743a48ef9c6dc6f8f9"></script></body>
<script type="text/javascript" src="index.js?63718e6cabf40b1ba7ed"></script></body>
</html>
2 changes: 1 addition & 1 deletion docs/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

.vanilla-tree-viewer__code-path{overflow-x:scroll;line-height:30px;white-space:nowrap}

.vanilla-tree-viewer__code{height:100%;overflow-y:scroll}.vanilla-tree-viewer__code>pre{margin:0}.vanilla-tree-viewer__code>pre>code{height:100%;padding-left:10px !important}
.vanilla-tree-viewer__code{height:100%;overflow-y:scroll;line-height:1.2}.vanilla-tree-viewer__code>pre{height:100%;margin:0}.vanilla-tree-viewer__code>pre>code{box-sizing:border-box;height:100%;padding-left:10px !important}


.vanilla-tree-viewer__code-loading{padding:10px}
Expand Down
4 changes: 2 additions & 2 deletions examples/simple.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<style>body { font-family: 'Helvetica' }</style>

<!-- Include styling and the JS library. -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/abhchand/[email protected].6/dist/main.min.css">
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/abhchand/[email protected].6/dist/index.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/abhchand/[email protected].7/dist/main.min.css">
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/abhchand/[email protected].7/dist/index.min.js"></script>

<script>
/*
Expand Down

0 comments on commit 110cdbc

Please sign in to comment.