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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a512bc6a955a7583dd4fffe714057e2ffd8bcec17663b919c630b6fec7f3cde1
4
- data.tar.gz: e0669ed0805259482ae127800f4e1d58edabcbdcb164fa7e8f011c22ddc215d4
3
+ metadata.gz: 7e0f9a30dba1c286da84de804833227d291b80fb86bb91ff43e9504fcf521355
4
+ data.tar.gz: 3ce27724012404ebb44c46f35a6fe2869628483a144f9560ce11d10efad281f0
5
5
  SHA512:
6
- metadata.gz: 6e8833e8949926ab35d4fc40f1fcec860aaadadd2f79635c119bebe5ad2beb7639cb0f33d4ae14f041136339c93c6ab640fb0152a3ecad7681bfd06a5c3883df
7
- data.tar.gz: 9d1408aabd38d7b8803cce38d5b83ac0600742a2ea9b6c5408442843c7169b34feaddf2966168b0d09a9d80923e983a7a9b8177ba86d8b382116929b25301a63
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.10",
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
@@ -1,3 +1,3 @@
1
1
  module Coco
2
- VERSION = "0.19.10"
2
+ VERSION = "0.19.12"
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.19.10
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-01-30 00:00:00.000000000 Z
11
+ date: 2025-07-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails