coveragebook_components 0.19.8 → 0.19.9
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 +323 -325
- data/app/assets/build/coco/coco.js +2 -2
- data/app/components/coco/buttons/button_to/button_to.rb +3 -3
- data/lib/coco.rb +1 -1
- metadata +4 -4
@@ -15338,7 +15338,7 @@ var alpine_default = import_alpinejs.default;
|
|
15338
15338
|
// ../../../package.json
|
15339
15339
|
var package_default = {
|
15340
15340
|
name: "coveragebook-components",
|
15341
|
-
version: "0.19.
|
15341
|
+
version: "0.19.9",
|
15342
15342
|
repository: "git@github.com:coveragebook/coco.git",
|
15343
15343
|
license: "NO LICENSE",
|
15344
15344
|
author: "Mark Perkins <mark@coveragebook.com>",
|
@@ -15410,7 +15410,7 @@ var package_default = {
|
|
15410
15410
|
prettier: "^3.3.3",
|
15411
15411
|
"release-it": "^17.7.0",
|
15412
15412
|
svgo: "^3.0.2",
|
15413
|
-
tailwindcss: "^3.4.
|
15413
|
+
tailwindcss: "^3.4.15",
|
15414
15414
|
"tippy.js": "^6.3.7"
|
15415
15415
|
},
|
15416
15416
|
"release-it": {
|
@@ -13,9 +13,9 @@ module Coco
|
|
13
13
|
)
|
14
14
|
end
|
15
15
|
|
16
|
-
%i[confirmation icon].each do |slot_name|
|
17
|
-
renders_one slot_name, ->(**kwargs, &block) do
|
18
|
-
button.send(:"with_#{slot_name}", **kwargs, &block)
|
16
|
+
%i[confirmation icon state].each do |slot_name|
|
17
|
+
renders_one slot_name, ->(*args, **kwargs, &block) do
|
18
|
+
button.send(:"with_#{slot_name}", *args, **kwargs, &block)
|
19
19
|
end
|
20
20
|
end
|
21
21
|
|
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.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mark Perkins
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-12-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -33,7 +33,7 @@ dependencies:
|
|
33
33
|
version: '3.9'
|
34
34
|
- - "<"
|
35
35
|
- !ruby/object:Gem::Version
|
36
|
-
version: '3.
|
36
|
+
version: '3.21'
|
37
37
|
type: :runtime
|
38
38
|
prerelease: false
|
39
39
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -43,7 +43,7 @@ dependencies:
|
|
43
43
|
version: '3.9'
|
44
44
|
- - "<"
|
45
45
|
- !ruby/object:Gem::Version
|
46
|
-
version: '3.
|
46
|
+
version: '3.21'
|
47
47
|
- !ruby/object:Gem::Dependency
|
48
48
|
name: turbo-rails
|
49
49
|
requirement: !ruby/object:Gem::Requirement
|