jekyll-report-dashboard 0.1.8 → 0.1.9

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f5f5808b13b6c453ce360399837b04c74088fb3e1e4538339008dd7589c07a9e
4
- data.tar.gz: 79bfdf0705d943334a784fb0bb751026550738546751187f223d9ed1ec285e51
3
+ metadata.gz: abef761ab748232778437640a0ec2d8f8317c88512e48ee3453b43631d086fc2
4
+ data.tar.gz: 0a5bca9b0925bf5ab03ae50ddc143a5c26a4573fe635a94c585970116527461d
5
5
  SHA512:
6
- metadata.gz: 13af548fde3b7361d4e5187149b6268fcf317f32702a15684e62c91451aa993bc14facbf9385436e1eece48ee4dee080b1c6a93125fe00816e0ece2d2f63e162
7
- data.tar.gz: 77e5fa8479170e108fde47da323540ad629de477d0901cf3b0f2b2d9c80fffcdab605637a06ae19db614c933042b38c220691eb3ae7d7e58b46493d180ec08cd
6
+ metadata.gz: a8eb972f3836eac79e3fc49a8a56558a9f44c5e55ebcc36ea730c5ae8d53ac81359694751abbd4f0840aa077515ebdf36526cc5028c02557d3e3fed85c80a1bc
7
+ data.tar.gz: 2db8a768d25caba22eb131a2cbca21aca20b165c2be7b9e8b9d9b29d1cf38b7aad9016a230a99304ca8159b7a98fcf7186a0b9206a1c253f87f18393f65429f7
@@ -18,22 +18,15 @@
18
18
  </div>
19
19
  <div class="pt-2 @sm:pt-4 pb-1 @sm:pb-2 text-xs @sm:text-sm leading-normal border border-outline rounded-b-md flex items-center justify-around">
20
20
  <!-- style the icon according to the report status and use the correct svg -->
21
- {% capture status_icon %}
21
+ <span class="w-10 @sm:w-12 h-10 @sm:h-12">
22
22
  {% if results.stats.unexpected > 0 %}
23
- <svg aria-hidden='true' class="fill-fail' height='100%' width='100%' viewBox='0 0 16 16' version='1.1'>
24
- <path fillRule='evenodd' d='M3.72 3.72a.75.75 0 011.06 0L8 6.94l3.22-3.22a.75.75 0 111.06 1.06L9.06 8l3.22 3.22a.75.75 0 11-1.06 1.06L8 9.06l-3.22 3.22a.75.75 0 01-1.06-1.06L6.94 8 3.72 4.78a.75.75 0 010-1.06z'></path>
25
- </svg>
23
+ <svg aria-hidden='true' class="fill-fail' height='100%' width='100%' viewBox='0 0 16 16' version='1.1'><path fillRule='evenodd' d='M3.72 3.72a.75.75 0 011.06 0L8 6.94l3.22-3.22a.75.75 0 111.06 1.06L9.06 8l3.22 3.22a.75.75 0 11-1.06 1.06L8 9.06l-3.22 3.22a.75.75 0 01-1.06-1.06L6.94 8 3.72 4.78a.75.75 0 010-1.06z'></path></svg>
26
24
  {% elsif results.errors.size == 0 %}
27
- <svg aria-hidden='true' class="fill-pass" height='100%' width='100%' viewBox='0 0 16 16' version='1.1'>
28
- <path fillRule='evenodd' d='M13.78 4.22a.75.75 0 010 1.06l-7.25 7.25a.75.75 0 01-1.06 0L2.22 9.28a.75.75 0 011.06-1.06L6 10.94l6.72-6.72a.75.75 0 011.06 0z'></path>
29
- </svg>
25
+ <svg aria-hidden='true' class="fill-pass" height='100%' width='100%' viewBox='0 0 16 16' version='1.1'><path fillRule='evenodd' d='M13.78 4.22a.75.75 0 010 1.06l-7.25 7.25a.75.75 0 01-1.06 0L2.22 9.28a.75.75 0 011.06-1.06L6 10.94l6.72-6.72a.75.75 0 011.06 0z'></path></svg>
30
26
  {% else %}
31
- <svg aria-hidden='true' class="fill-warn" height='100%' width='100%' viewBox='0 0 16 16' version='1.1'>
32
- <path fillRule='evenodd' d='M8.22 1.754a.25.25 0 00-.44 0L1.698 13.132a.25.25 0 00.22.368h12.164a.25.25 0 00.22-.368L8.22 1.754zm-1.763-.707c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0114.082 15H1.918a1.75 1.75 0 01-1.543-2.575L6.457 1.047zM9 11a1 1 0 11-2 0 1 1 0 012 0zm-.25-5.25a.75.75 0 00-1.5 0v2.5a.75.75 0 001.5 0v-2.5z'></path>
33
- </svg>
27
+ <svg aria-hidden='true' class="fill-warn" height='100%' width='100%' viewBox='0 0 16 16' version='1.1'><path fillRule='evenodd' d='M8.22 1.754a.25.25 0 00-.44 0L1.698 13.132a.25.25 0 00.22.368h12.164a.25.25 0 00.22-.368L8.22 1.754zm-1.763-.707c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0114.082 15H1.918a1.75 1.75 0 01-1.543-2.575L6.457 1.047zM9 11a1 1 0 11-2 0 1 1 0 012 0zm-.25-5.25a.75.75 0 00-1.5 0v2.5a.75.75 0 001.5 0v-2.5z'></path></svg>
34
28
  {% endif %}
35
- {% endcapture %}
36
- <span class="w-10 @sm:w-12 h-10 @sm:h-12">{{ status_icon }}</span>
29
+ </span>
37
30
  <div class="py-1 @md:py-2 w-2/3 @sm:w-4/5">
38
31
  {% if status == "warn" %}
39
32
  <!-- if there are errors, there won't be any test statistics, so only display the errors -->
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-report-dashboard
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tiffany Forkner