Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ node_modules/
npm-debug.log
.idea/
.vscode/
dist/

1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

4 changes: 3 additions & 1 deletion build/rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
const babel = require('rollup-plugin-babel')
const commonjs = require('rollup-plugin-commonjs')
const vue = require('rollup-plugin-vue')
const css = require('rollup-plugin-css-only')
const pkg = require('../package.json')

const banner = `/*
Expand All @@ -23,7 +24,8 @@ module.exports = {
],
plugins: [
commonjs(),
vue(),
css(),
vue({ css: false }),
babel({
runtimeHelpers: true
})
Expand Down
252 changes: 252 additions & 0 deletions dist/dist/eagle.cjs.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,252 @@
@import url(https://fonts.googleapis.com/css?family=Source+Code+Pro);
.eg-slideshow {
margin-top: 0;
background-attachment: fixed;
position: absolute;
height: 100%;
width: 100%;
overflow: hidden;
}
.eg-slideshow h1,
.eg-slideshow h2,
.eg-slideshow h3 {
text-align: center;
}
.eg-slideshow h1 {
font-size: 4em;
margin-bottom: 0.1em;
}
.eg-slideshow h2 {
font-size: 3em;
}
.eg-slideshow h3 {
font-size: 2em;
margin-bottom: 0.5em;
}
.eg-slideshow h4 {
font-size: 1.5em;
}
.eg-slideshow input {
font-size: 1em;
}
.eg-slideshow strong {
font-weight: bold;
}
.eg-slideshow .small {
font-size: 0.65em;
}
.eg-slideshow img {
max-width: 80%;
}
.eg-slideshow .eg-code-block {
font-family: "Source Code Pro", Courier;
text-align: left;
font-size: 0.5em;
}
.eg-slideshow .eg-code-block .box {
padding: 1em;
}
.eg-slideshow .eg-slide {
height: 100%;
overflow: hidden;
width: 100%;
position: absolute;
}
.eg-slideshow .subslide {
position: absolute;
margin-top: -1em;
}
.eg-slideshow .inline {
display: inline-block;
}
.eg-slideshow .center {
text-align: center;
}
.eg-slideshow .center p {
text-align: center;
}
.eg-slideshow .quarter {
display: inline-block;
width: 50%;
margin-bottom: 0.5em;
}
.eg-slideshow .eg-switch .switch {
margin-right: 0.5em;
}
.eg-slideshow .eg-radio .radiobutton {
margin-right: 0.5em;
}
.eg-slideshow .eg-triggered-message {
position: absolute;
}
.eg-slideshow .button {
font-size: 1em;
}
.eg-slideshow .nodisplay {
display: none;
}

/*# sourceMappingURL=Slideshow.vue.map */
.eg-modal {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.eg-code-comment {
display: inline-block
}
.eg-radio[data-v-7e3d7c2e] {
/* The slider */
}
.eg-radio p[data-v-7e3d7c2e] {
display: inline;
}
.eg-radio .radiobutton[data-v-7e3d7c2e] {
position: relative;
display: inline-block;
width: 1em;
height: 1em;
}
.eg-radio .radio[data-v-7e3d7c2e] {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
-webkit-transition: 0.4s;
transition: 0.4s;
border-radius: 0.5em;
}
.eg-radio .radiodot[data-v-7e3d7c2e] {
position: absolute;
cursor: pointer;
content: "";
height: 0em;
width: 0em;
left: 0.5em;
bottom: 0.5em;
background-color: white;
-webkit-transition: 0.4s;
transition: 0.4s;
border-radius: 50%;
}
.eg-radio .radiodot.checked[data-v-7e3d7c2e] {
height: 0.9em;
width: 0.9em;
left: 0.05em;
bottom: 0.05em;
}

/*# sourceMappingURL=RadioButton.vue.map */.eg-code-block.container[data-v-5c6e33b8] {
position: relative;
width: 100%;
}
.eg-code-block .code-box .eg-code-comment[data-v-5c6e33b8] {
display: none;
}
.eg-code-block .comments-box[data-v-5c6e33b8] {
position: absolute;
color: rgba(0, 0, 0, 0);
top: 0;
}
.eg-code-block .eg-code-comment[data-v-5c6e33b8] {
z-index: 10 !important;
}

/*# sourceMappingURL=CodeBlock.vue.map */.eg-switch[data-v-00a4c1ca] {
/* The slider */
}
.eg-switch p[data-v-00a4c1ca] {
display: inline;
}
.eg-switch .switch[data-v-00a4c1ca] {
position: relative;
display: inline-block;
width: 2em;
height: 1em;
}
.eg-switch .switch input[data-v-00a4c1ca] {
display: none;
}
.eg-switch .slider[data-v-00a4c1ca] {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: 0.4s;
transition: 0.4s;
border-radius: 0.5em;
}
.eg-switch .sliderdot[data-v-00a4c1ca] {
position: absolute;
cursor: pointer;
content: "";
height: 0.8em;
width: 0.8em;
left: 0.1em;
bottom: 0.1em;
background-color: white;
-webkit-transition: 0.4s;
transition: 0.4s;
border-radius: 0.4em;
}
.eg-switch .sliderdot.checked[data-v-00a4c1ca] {
-webkit-transform: translateX(1em);
-ms-transform: translateX(1em);
transform: translateX(1em);
}

/*# sourceMappingURL=Toggle.vue.map */














































Loading