Automated build for v0.01

This commit is contained in:
Fmstrat
2019-03-22 10:17:29 -04:00
commit 791b998489
2771 changed files with 222096 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 B

View File

@ -0,0 +1,18 @@
<?xml version="1.0" ?>
<!--
Source file for tabBottomSelected.png, which is used by IE7-9 for selected tabs.
Compile to png with batik, gimp, or online tool ex: http://www.fileformat.info/convert/image/svg2raster.htm
Output should match CSS gradient from .topBottom-selected-tab-gradient() from TabContainer.less.
-->
<svg xmlns="http://www.w3.org/2000/svg" width="1px" height="250px" viewBox="0 0 1 250" preserveAspectRatio="none">
<defs>
<linearGradient id="gradient" gradientUnits="objectBoundingBox" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#ffffff" stop-opacity="1"/>
<stop offset="100%" stop-color="#ffffff" stop-opacity="0"/>
</linearGradient>
</defs>
<rect x="0" y="0" width="1" height="242" fill="white"/>
<rect x="0" y="242" width="1" height="6" fill="url(#gradient)"/>
<rect x="0" y="248" width="1" height="2" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 885 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 B

View File

@ -0,0 +1,19 @@
<?xml version="1.0" ?>
<!--
Source file for tabBottomUnselected.png, which is used by IE7-9 for the selected tabs.
Compile to png with batik, gimp, or online tool ex: http://www.fileformat.info/convert/image/svg2raster.htm
Output should match CSS gradient from TabContainer.less.
-->
<svg xmlns="http://www.w3.org/2000/svg" width="1px" height="16px" viewBox="0 0 1 16" preserveAspectRatio="none">
<defs>
<linearGradient id="gradient" gradientUnits="objectBoundingBox" x1="0%" y1="100%" x2="0%" y2="0%">
<stop offset="0%" stop-color="#ffffff" stop-opacity="1"/>
<stop offset="6%" stop-color="#ffffff" stop-opacity="1"/>
<stop offset="13%" stop-color="#ffffff" stop-opacity="0.2"/>
<stop offset="43%" stop-color="#ffffff" stop-opacity="0.6"/>
<stop offset="100%" stop-color="#ffffff" stop-opacity="0"/>
</linearGradient>
</defs>
<rect x="0" y="0" width="1" height="16" fill="url(#gradient)"/>
</svg>

After

Width:  |  Height:  |  Size: 923 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 213 B

View File

@ -0,0 +1,17 @@
<?xml version="1.0" ?>
<!--
Source file for tabLeftSelected.png, which is used by IE7-9 for selected tabs.
Compile to png with batik, or online tool ex: http://www.fileformat.info/convert/image/svg2raster.htm
Output should match CSS gradient from TabContainer.less.
-->
<svg xmlns="http://www.w3.org/2000/svg" width="1000px" height="1px" viewBox="0 0 1000 1" preserveAspectRatio="none">
<defs>
<linearGradient id="gradient" gradientUnits="objectBoundingBox" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#ffffff" stop-opacity="0.5"/>
<stop offset="100%" stop-color="#ffffff" stop-opacity="1"/>
</linearGradient>
</defs>
<rect x="0" y="0" width="30" height="1" fill="url(#gradient)"/>
<rect x="30" y="0" width="970" height="1" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 784 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 B

View File

@ -0,0 +1,16 @@
<?xml version="1.0" ?>
<!--
Source file for tabLeftUnselected.png, which is used by IE7-9 for the selected tabs.
Compile to png with batik, gimp, or online tool ex: http://www.fileformat.info/convert/image/svg2raster.htm
Output should match CSS gradient from TabContainer.less.
-->
<svg xmlns="http://www.w3.org/2000/svg" width="150px" height="1px" viewBox="0 0 100 1" preserveAspectRatio="none">
<defs>
<linearGradient id="gradient" gradientUnits="objectBoundingBox" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#ffffff" stop-opacity="0.5"/>
<stop offset="100%" stop-color="#ffffff" stop-opacity="0"/>
</linearGradient>
</defs>
<rect x="0" y="0" width="150" height="1" fill="url(#gradient)"/>
</svg>

After

Width:  |  Height:  |  Size: 737 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 272 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 210 B

View File

@ -0,0 +1,17 @@
<?xml version="1.0" ?>
<!--
Source file for tabRightSelected.png, which is used by IE7-9 for selected tabs.
Compile to png with batik, or online tool ex: http://www.fileformat.info/convert/image/svg2raster.htm
Output should match CSS gradient from TabContainer.less.
-->
<svg xmlns="http://www.w3.org/2000/svg" width="1000px" height="1px" viewBox="0 0 1000 1" preserveAspectRatio="none">
<defs>
<linearGradient id="gradient" gradientUnits="objectBoundingBox" x1="100%" y1="0%" x2="0%" y2="0%">
<stop offset="0%" stop-color="#ffffff" stop-opacity="0.5"/>
<stop offset="100%" stop-color="#ffffff" stop-opacity="1"/>
</linearGradient>
</defs>
<rect x="0" y="0" width="970" height="1" fill="white"/>
<rect x="970" y="0" width="30" height="1" fill="url(#gradient)"/>
</svg>

After

Width:  |  Height:  |  Size: 786 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 B

View File

@ -0,0 +1,16 @@
<?xml version="1.0" ?>
<!--
Source file for tabRightUnselected.png, which is used by IE7-9 for the selected tabs.
Compile to png with batik, gimp, or online tool ex: http://www.fileformat.info/convert/image/svg2raster.htm
Output should match CSS gradient from TabContainer.less.
-->
<svg xmlns="http://www.w3.org/2000/svg" width="150px" height="1px" viewBox="0 0 100 1" preserveAspectRatio="none">
<defs>
<linearGradient id="gradient" gradientUnits="objectBoundingBox" x1="100%" y1="0%" x2="0%" y2="0%">
<stop offset="0%" stop-color="#ffffff" stop-opacity="0.5"/>
<stop offset="100%" stop-color="#ffffff" stop-opacity="0"/>
</linearGradient>
</defs>
<rect x="0" y="0" width="150" height="1" fill="url(#gradient)"/>
</svg>

After

Width:  |  Height:  |  Size: 738 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 B

View File

@ -0,0 +1,18 @@
<?xml version="1.0" ?>
<!--
Source file for tabTopSelected.png, which is used by IE7-9 for the selected tabs.
Compile to png with batik, gimp, or online tool ex: http://www.fileformat.info/convert/image/svg2raster.htm
Output should match CSS gradient from .topBottom-selected-tab-gradient() from TabContainer.less.
-->
<svg xmlns="http://www.w3.org/2000/svg" width="1px" height="250px" viewBox="0 0 1 250" preserveAspectRatio="none">
<defs>
<linearGradient id="gradient" gradientUnits="objectBoundingBox" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#ffffff" stop-opacity="0"/>
<stop offset="100%" stop-color="#ffffff" stop-opacity="1"/>
</linearGradient>
</defs>
<rect x="0" y="0" width="1" height="2" fill="white"/>
<rect x="0" y="2" width="1" height="6" fill="url(#gradient)"/>
<rect x="0" y="8" width="1" height="242" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 882 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 121 B

View File

@ -0,0 +1,19 @@
<?xml version="1.0" ?>
<!--
Source file for tabTopUnSelected.png, which is used by IE7-9 for the selected tabs.
Compile to png with batik, gimp, or online tool ex: http://www.fileformat.info/convert/image/svg2raster.htm
Output should match CSS gradient from TabContainer.less.
-->
<svg xmlns="http://www.w3.org/2000/svg" width="1px" height="16px" viewBox="0 0 1 16" preserveAspectRatio="none">
<defs>
<linearGradient id="gradient" gradientUnits="objectBoundingBox" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#ffffff" stop-opacity="1"/>
<stop offset="6%" stop-color="#ffffff" stop-opacity="1"/>
<stop offset="13%" stop-color="#ffffff" stop-opacity="0.2"/>
<stop offset="43%" stop-color="#ffffff" stop-opacity="0.6"/>
<stop offset="100%" stop-color="#ffffff" stop-opacity="0"/>
</linearGradient>
</defs>
<rect x="0" y="0" width="1" height="16" fill="url(#gradient)"/>
</svg>

After

Width:  |  Height:  |  Size: 920 B