coveragebook_components 0.6.3 → 0.6.4
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a5b5b0e92fc6bb110fc147d6caceb7a32b8533ba90fd8b9f3d73fdcbef61097d
|
4
|
+
data.tar.gz: b582eb37e75168ae3c8b5a46af4be92ac88b4082f9ca4b2996bbff626d188e6c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3bff6d7b771b4aa3753887455f783e89b58bcee24b0c7ee876b56be30552d7862583b2580b1a240ff2007de1f451e019f3051332f18430706a171e2fd005cca5
|
7
|
+
data.tar.gz: f0418a16cf3ad7ce597958c38028ca113deef47e0db1b344e77f64ccafd2cd05cbaf665855d0a83692934a845c239eb60e55770a2a8fa2b15cebd1796d7d5056
|
@@ -14604,7 +14604,7 @@
|
|
14604
14604
|
var package_default = {
|
14605
14605
|
name: "coveragebook-components",
|
14606
14606
|
type: "module",
|
14607
|
-
version: "0.6.
|
14607
|
+
version: "0.6.4",
|
14608
14608
|
main: "index.js",
|
14609
14609
|
repository: "git@github.com:coveragebook/coco.git",
|
14610
14610
|
author: "Mark Perkins <mark@coveragebook.com>",
|
@@ -1,11 +1,6 @@
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0
|
2
|
-
<
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
<path fill="#FFBA08" d="M12.571 12.571H24V24H12.571V12.571Z"/>
|
7
|
-
</g>
|
8
|
-
<defs>
|
9
|
-
<clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath>
|
10
|
-
</defs>
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="21" height="21" viewBox="0 0 21 21">
|
2
|
+
<rect x="1" y="1" width="9" height="9" fill="#f25022"/>
|
3
|
+
<rect x="1" y="11" width="9" height="9" fill="#00a4ef"/>
|
4
|
+
<rect x="11" y="1" width="9" height="9" fill="#7fba00"/>
|
5
|
+
<rect x="11" y="11" width="9" height="9" fill="#ffb900"/>
|
11
6
|
</svg>
|
@@ -1,11 +1,6 @@
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0
|
2
|
-
<
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
<path fill="#FFBA08" d="M12.571 12.571H24V24H12.571V12.571Z"/>
|
7
|
-
</g>
|
8
|
-
<defs>
|
9
|
-
<clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath>
|
10
|
-
</defs>
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="21" height="21" viewBox="0 0 21 21">
|
2
|
+
<rect x="1" y="1" width="9" height="9" fill="#f25022"/>
|
3
|
+
<rect x="1" y="11" width="9" height="9" fill="#00a4ef"/>
|
4
|
+
<rect x="11" y="1" width="9" height="9" fill="#7fba00"/>
|
5
|
+
<rect x="11" y="11" width="9" height="9" fill="#ffb900"/>
|
11
6
|
</svg>
|
data/lib/coco.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: coveragebook_components
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mark Perkins
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-08
|
11
|
+
date: 2023-09-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -1578,7 +1578,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
1578
1578
|
- !ruby/object:Gem::Version
|
1579
1579
|
version: '0'
|
1580
1580
|
requirements: []
|
1581
|
-
rubygems_version: 3.4.
|
1581
|
+
rubygems_version: 3.4.19
|
1582
1582
|
signing_key:
|
1583
1583
|
specification_version: 4
|
1584
1584
|
summary: CoverageBook component library
|