Docs updated for 1.13.0

This commit is contained in:
Andrew Gioia 2021-07-10 13:32:16 -04:00
parent 74789709e6
commit 6b59c93cec
18 changed files with 596 additions and 404 deletions

View File

@ -55,6 +55,8 @@
<span class="utf"><i>&#xe602;</i> ms-b <code>&amp;#xe602;</code></span>
<span class="utf"><i>&#xe603;</i> ms-r <code>&amp;#xe603;</code></span>
<span class="utf"><i>&#xe604;</i> ms-g <code>&amp;#xe604;</code></span>
<span class="utf"><i>&#xe997;</i> ms-w-original <code>&amp;#xe997;</code></span>
<span class="utf"><i>&#xe998;</i> ms-w-list <code>&amp;#xe998;</code></span>
<span class="utf"><i>&#xe904;</i> ms-c <code>&amp;#xe904;</code></span>
<span class="utf"><i>&#xe605;</i> ms-0 <code>&amp;#xe605;</code></span>
<span class="utf"><i>&#xe606;</i> ms-1 <code>&amp;#xe606;</code></span>
@ -82,6 +84,7 @@
<span class="utf"><i>&#xe617;</i> ms-z <code>&amp;#xe617;</code></span>
<span class="utf"><i>&#xe618;</i> ms-p <code>&amp;#xe618;</code></span>
<span class="utf"><i>&#xe619;</i> ms-s <code>&amp;#xe619;</code></span>
<span class="utf"><i>&#xe996;</i> ms-s-mtga <code>&amp;#xe996;</code></span>
<span class="utf"><i>&#xe907;</i> ms-e <code>&amp;#xe907;</code></span>
<div class="clear"></div>
</div>
@ -190,6 +193,7 @@
<span class="utf"><i>&#xe97b;</i> ms-ability-companion <code>&amp;#xe97b;</code></span>
<span class="utf"><i>&#xe97c;</i> ms-ability-constellation <code>&amp;#xe97c;</code></span>
<span class="utf"><i>&#xe949;</i> ms-ability-convoke <code>&amp;#xe949;</code></span>
<span class="utf"><i>&#xe999;</i> ms-ability-d20 <code>&amp;#xe999;</code></span>
<span class="utf"><i>&#xe94b;</i> ms-ability-deathtouch <code>&amp;#xe94b;</code></span>
<span class="utf"><i>&#xe94c;</i> ms-ability-defender <code>&amp;#xe94c;</code></span>
<span class="utf"><i>&#xe97d;</i> ms-ability-devotion <code>&amp;#xe97d;</code></span>

2
css/mana.min.css vendored

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 598 KiB

After

Width:  |  Height:  |  Size: 712 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -63,6 +63,12 @@
<div class="icon" id="g" name="G">
<span><i class="ms ms-g"></i> Green <em>(g)</em></span>
</div>
<div class="icon" id="w-original" name="W (Original)">
<span><i class="ms ms-w-original"></i> White (Original) <em>(w-original)</em></span>
</div>
<div class="icon" id="w-list" name="W (List)">
<span><i class="ms ms-w-list"></i> White (List) <em>(w-list)</em></span>
</div>
<div class="icon" id="c" name="C">
<span><i class="ms ms-c"></i> Colorless Mana <em>(c)</em></span>
</div>
@ -72,6 +78,9 @@
<div class="icon" id="s" name="Snow">
<span><i class="ms ms-s"></i> Snow Mana <em>(s)</em></span>
</div>
<div class="icon" id="s-mtga" name="Snow (MTGA)">
<span><i class="ms ms-s-mtga"></i> Snow Mana (MTGA) <em>(s-mtga)</em></span>
</div>
<div class="icon" id="x" name="X">
<span><i class="ms ms-x"></i> X <em>(x)</em></span>
</div>
@ -525,6 +534,9 @@
<div class="icon" id="convoke" name="Convoke">
<span><i class="ms ms-ability-convoke"></i> Convoke <em>(ability-convoke)</em></span>
</div>
<div class="icon" id="d20" name="D20">
<span><i class="ms ms-ability-d20"></i> D20 <em>(ability-d20)</em></span>
</div>
<div class="icon" id="deathtouch" name="Deathtouch">
<span><i class="ms ms-ability-deathtouch"></i> Deathtouch <em>(ability-deathtouch)</em></span>
</div>

View File

@ -44,7 +44,7 @@
</a>
</div>
<p>
Current version 1.12.1 includes all known mana and card symbols.
Current version 1.13.0 includes all known mana and card symbols.
</p>
</div>
</header>

23
node_modules/mana-font/css/mana.css generated vendored
View File

@ -1,14 +1,14 @@
@font-face {
font-family: 'Mana';
src: url('../fonts/mana.eot?v=1.12.0');
src: url('../fonts/mana.eot?#iefix&v=1.12.0') format('embedded-opentype'), url('../fonts/mana.woff?v=1.12.0') format('woff'), url('../fonts/mana.ttf?v=1.12.0') format('truetype'), url('../fonts/mana.svg?v=1.12.0#mana') format('svg');
src: url('../fonts/mana.eot?v=1.13.0');
src: url('../fonts/mana.eot?#iefix&v=1.13.0') format('embedded-opentype'), url('../fonts/mana.woff?v=1.13.0') format('woff'), url('../fonts/mana.ttf?v=1.13.0') format('truetype'), url('../fonts/mana.svg?v=1.13.0#mana') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'MPlantin';
src: url('../fonts/mplantin.eot?v=1.12.0');
src: url('../fonts/mplantin.eot?#iefix&v=1.12.0') format('embedded-opentype'), url('../fonts/mplantin.woff?v=1.12.0') format('woff'), url('../fonts/mplantin.ttf?v=1.12.0') format('truetype'), url('../fonts/mplantin.svg?v=1.12.0#mplantin') format('svg');
src: url('../fonts/mplantin.eot?v=1.13.0');
src: url('../fonts/mplantin.eot?#iefix&v=1.13.0') format('embedded-opentype'), url('../fonts/mplantin.woff?v=1.13.0') format('woff'), url('../fonts/mplantin.ttf?v=1.13.0') format('truetype'), url('../fonts/mplantin.svg?v=1.13.0#mplantin') format('svg');
font-weight: normal;
font-style: normal;
}
@ -28,6 +28,12 @@
.ms-w::before {
content: "\e600";
}
.ms-w-original::before {
content: "\e997";
}
.ms-w-list::before {
content: "\e998";
}
.ms-u::before {
content: "\e601";
}
@ -123,6 +129,9 @@
.ms-s::before {
content: "\e619";
}
.ms-s-mtga::before {
content: "\e996";
}
.ms-c::before {
content: "\e904";
}
@ -505,6 +514,9 @@
.ms-ability-convoke::before {
content: "\e949";
}
.ms-ability-d20::before {
content: "\e999";
}
.ms-ability-deathtouch::before {
content: "\e94b";
}
@ -954,6 +966,9 @@
margin-left: -0.9em;
font-size: 1.1em;
}
.ms-cost.ms-s-mtga::before {
color: #fff;
}
.ms-cost.ms-untap {
background-color: #111;
color: #fff;

File diff suppressed because one or more lines are too long

BIN
node_modules/mana-font/fonts/mana.eot generated vendored

Binary file not shown.

473
node_modules/mana-font/fonts/mana.svg generated vendored

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 622 KiB

After

Width:  |  Height:  |  Size: 712 KiB

BIN
node_modules/mana-font/fonts/mana.ttf generated vendored

Binary file not shown.

Binary file not shown.

Binary file not shown.

14
package-lock.json generated
View File

@ -9,15 +9,15 @@
"version": "1.0.0",
"license": "(OFL-1.1 AND GPL-3.0-only)",
"dependencies": {
"mana-font": "^1.12.1",
"mana-font": "^1.13.0",
"zepto": "*"
},
"devDependencies": {}
},
"node_modules/mana-font": {
"version": "1.12.1",
"resolved": "https://registry.npmjs.org/mana-font/-/mana-font-1.12.1.tgz",
"integrity": "sha512-EQNGYMwGt7WNAKxyJDb9xJ3DLkUC5bg3CAo4Hztwd1aWQeQ0gmlGQm61Hlmub2Rbc27kIxae53dQ2EGIwvDYyQ=="
"version": "1.13.0",
"resolved": "https://registry.npmjs.org/mana-font/-/mana-font-1.13.0.tgz",
"integrity": "sha512-eJ1+oRkoNik7f1X6d4EBX0JcEn0CgF3MLjUYlkfPWE68Uug3U2dmkjq57K8aJKQhUTHgjKCrLHm6ao2xBF4WNA=="
},
"node_modules/zepto": {
"version": "1.2.0",
@ -27,9 +27,9 @@
},
"dependencies": {
"mana-font": {
"version": "1.12.1",
"resolved": "https://registry.npmjs.org/mana-font/-/mana-font-1.12.1.tgz",
"integrity": "sha512-EQNGYMwGt7WNAKxyJDb9xJ3DLkUC5bg3CAo4Hztwd1aWQeQ0gmlGQm61Hlmub2Rbc27kIxae53dQ2EGIwvDYyQ=="
"version": "1.13.0",
"resolved": "https://registry.npmjs.org/mana-font/-/mana-font-1.13.0.tgz",
"integrity": "sha512-eJ1+oRkoNik7f1X6d4EBX0JcEn0CgF3MLjUYlkfPWE68Uug3U2dmkjq57K8aJKQhUTHgjKCrLHm6ao2xBF4WNA=="
},
"zepto": {
"version": "1.2.0",

View File

@ -4,7 +4,7 @@
"description": "Mana documentation website",
"main": "index.html",
"dependencies": {
"mana-font": "^1.12.1",
"mana-font": "^1.13.0",
"zepto": "*"
},
"devDependencies": {},