coveragebook_components 0.19.10 → 0.19.12
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/coco.css +1 -0
- data/app/assets/build/coco/coco.js +1 -1
- data/app/assets/css/base/tippy.css +1 -1
- data/lib/coco.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7e0f9a30dba1c286da84de804833227d291b80fb86bb91ff43e9504fcf521355
|
4
|
+
data.tar.gz: 3ce27724012404ebb44c46f35a6fe2869628483a144f9560ce11d10efad281f0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d6a43fd41ce274e7311018bda1377b4d36680743eec3af4488efaadf4882c9188f0746cc66235c593eb53f0aad47df95ec6b4dc3bc9dcf0f7286a1fdca1b3746
|
7
|
+
data.tar.gz: ae62f94c47a4ab394b4ac7178795be91613c280568c0dbc8f69763a20154abba34a1c2083aa7c8ef5a37e53ff47eae2d223d848e42950d88ebefc04e7e7b7b5e
|
@@ -7224,6 +7224,7 @@ select{
|
|
7224
7224
|
border-radius: 0.5rem;
|
7225
7225
|
--tw-bg-opacity: 1;
|
7226
7226
|
background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
|
7227
|
+
text-align: center;
|
7227
7228
|
--tw-text-opacity: 1;
|
7228
7229
|
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
|
7229
7230
|
--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
|
@@ -15343,7 +15343,7 @@ var alpine_default = import_alpinejs.default;
|
|
15343
15343
|
// ../../../package.json
|
15344
15344
|
var package_default = {
|
15345
15345
|
name: "coveragebook-components",
|
15346
|
-
version: "0.19.
|
15346
|
+
version: "0.19.12",
|
15347
15347
|
repository: "git@github.com:coveragebook/coco.git",
|
15348
15348
|
license: "NO LICENSE",
|
15349
15349
|
author: "Mark Perkins <mark@coveragebook.com>",
|
@@ -32,7 +32,7 @@
|
|
32
32
|
|
33
33
|
/* Tooltip theme */
|
34
34
|
.tippy-box[data-theme~="coco-tooltip"] {
|
35
|
-
@apply bg-background-dark-2 text-white label-sm rounded-lg shadow-xl;
|
35
|
+
@apply bg-background-dark-2 text-white label-sm rounded-lg shadow-xl text-center;
|
36
36
|
|
37
37
|
.tippy-content {
|
38
38
|
@apply px-3 py-2 max-w-[240px];
|
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.19.
|
4
|
+
version: 0.19.12
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mark Perkins
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-07-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|