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.
@@ -1,11 +1,6 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
- <g clip-path="url(#a)">
3
- <path fill="#F35325" d="M0 0h11.429v11.429H0V0Z"/>
4
- <path fill="#81BC06" d="M12.571 0H24v11.429H12.571V0Z"/>
5
- <path fill="#05A6F0" d="M0 12.571h11.429V24H0V12.571Z"/>
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 24 24">
2
- <g clip-path="url(#a)">
3
- <path fill="#F35325" d="M0 0h11.429v11.429H0V0Z"/>
4
- <path fill="#81BC06" d="M12.571 0H24v11.429H12.571V0Z"/>
5
- <path fill="#05A6F0" d="M0 12.571h11.429V24H0V12.571Z"/>
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
@@ -1,3 +1,3 @@
1
1
  module Coco
2
- VERSION = "0.6.3"
2
+ VERSION = "0.6.5"
3
3
  end
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.3
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-25 00:00:00.000000000 Z
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.17
1581
+ rubygems_version: 3.4.19
1582
1582
  signing_key:
1583
1583
  specification_version: 4
1584
1584
  summary: CoverageBook component library