coveragebook_components 0.6.3 → 0.6.5
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 +4 -4
- data/app/assets/build/coco/app.js +297 -5715
- data/app/assets/build/coco/icons/custom/microsoft-sso.svg +5 -10
- data/app/assets/custom_icons/other/microsoft-sso.svg +5 -10
- data/app/assets/js/app.js +0 -6
- data/lib/coco.rb +1 -1
- metadata +3 -3
|
@@ -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/app/assets/js/app.js
CHANGED
|
@@ -3,16 +3,10 @@ import packageJSON from "@/package.json" assert { type: "json" };
|
|
|
3
3
|
console.info("Initializing Coco JS", packageJSON.version);
|
|
4
4
|
|
|
5
5
|
import "container-query-polyfill";
|
|
6
|
-
import "alpine-turbo-drive-adapter";
|
|
7
|
-
|
|
8
|
-
import * as Turbo from "@hotwired/turbo-rails";
|
|
9
|
-
import * as ActiveStorage from "@rails/activestorage";
|
|
10
|
-
|
|
11
6
|
import Alpine from "@libs/alpine";
|
|
12
7
|
|
|
13
8
|
import "./base/components";
|
|
14
9
|
import "./book/components";
|
|
15
10
|
import "./app/components";
|
|
16
11
|
|
|
17
|
-
ActiveStorage.start();
|
|
18
12
|
Alpine.start();
|
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.5
|
|
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
|