coveragebook_components 0.19.9 → 0.19.10
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.js +15 -10
- data/app/assets/build/coco/icons/spotify.svg +1 -0
- data/app/assets/build/coco/icons/x-logo.svg +1 -0
- data/app/assets/custom_icons/lucide/spotify.svg +1 -0
- data/app/assets/custom_icons/lucide/x-logo.svg +1 -0
- data/lib/coco.rb +1 -1
- metadata +6 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a512bc6a955a7583dd4fffe714057e2ffd8bcec17663b919c630b6fec7f3cde1
|
4
|
+
data.tar.gz: e0669ed0805259482ae127800f4e1d58edabcbdcb164fa7e8f011c22ddc215d4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6e8833e8949926ab35d4fc40f1fcec860aaadadd2f79635c119bebe5ad2beb7639cb0f33d4ae14f041136339c93c6ab640fb0152a3ecad7681bfd06a5c3883df
|
7
|
+
data.tar.gz: 9d1408aabd38d7b8803cce38d5b83ac0600742a2ea9b6c5408442843c7169b34feaddf2966168b0d09a9d80923e983a7a9b8177ba86d8b382116929b25301a63
|
@@ -11149,7 +11149,8 @@ var require_module_cjs4 = __commonJS({
|
|
11149
11149
|
});
|
11150
11150
|
var module_exports = {};
|
11151
11151
|
__export2(module_exports, {
|
11152
|
-
default: () => module_default
|
11152
|
+
default: () => module_default,
|
11153
|
+
focus: () => src_default
|
11153
11154
|
});
|
11154
11155
|
module.exports = __toCommonJS(module_exports);
|
11155
11156
|
var import_focus_trap = __toESM2(require_focus_trap());
|
@@ -11260,7 +11261,7 @@ var require_module_cjs4 = __commonJS({
|
|
11260
11261
|
setTimeout(() => {
|
11261
11262
|
if (!el2.hasAttribute("tabindex"))
|
11262
11263
|
el2.setAttribute("tabindex", "0");
|
11263
|
-
el2.focus({ preventScroll: this.
|
11264
|
+
el2.focus({ preventScroll: this.__noscroll });
|
11264
11265
|
});
|
11265
11266
|
}
|
11266
11267
|
};
|
@@ -11274,9 +11275,13 @@ var require_module_cjs4 = __commonJS({
|
|
11274
11275
|
allowOutsideClick: true,
|
11275
11276
|
fallbackFocus: () => el
|
11276
11277
|
};
|
11277
|
-
|
11278
|
-
|
11279
|
-
|
11278
|
+
if (modifiers.includes("noautofocus")) {
|
11279
|
+
options.initialFocus = false;
|
11280
|
+
} else {
|
11281
|
+
let autofocusEl = el.querySelector("[autofocus]");
|
11282
|
+
if (autofocusEl)
|
11283
|
+
options.initialFocus = autofocusEl;
|
11284
|
+
}
|
11280
11285
|
let trap = (0, import_focus_trap.createFocusTrap)(el, options);
|
11281
11286
|
let undoInert = () => {
|
11282
11287
|
};
|
@@ -15338,7 +15343,7 @@ var alpine_default = import_alpinejs.default;
|
|
15338
15343
|
// ../../../package.json
|
15339
15344
|
var package_default = {
|
15340
15345
|
name: "coveragebook-components",
|
15341
|
-
version: "0.19.
|
15346
|
+
version: "0.19.10",
|
15342
15347
|
repository: "git@github.com:coveragebook/coco.git",
|
15343
15348
|
license: "NO LICENSE",
|
15344
15349
|
author: "Mark Perkins <mark@coveragebook.com>",
|
@@ -15380,13 +15385,13 @@ var package_default = {
|
|
15380
15385
|
trailingComma: "es5"
|
15381
15386
|
},
|
15382
15387
|
dependencies: {
|
15383
|
-
"@alpinejs/focus": "^3.
|
15388
|
+
"@alpinejs/focus": "^3.14.8",
|
15384
15389
|
"@alpinejs/mask": "^3.14.1",
|
15385
15390
|
"@alpinejs/morph": "^3.13.5",
|
15386
15391
|
"@jaames/iro": "^5.5.2",
|
15387
15392
|
"@percy/cli": "^1.30.0",
|
15388
15393
|
"@tailwindcss/container-queries": "^0.1.0",
|
15389
|
-
"@tailwindcss/forms": "^0.5.
|
15394
|
+
"@tailwindcss/forms": "^0.5.9",
|
15390
15395
|
"alias-hq": "^6.2.2",
|
15391
15396
|
alpinejs: "^3.14.1",
|
15392
15397
|
autoprefixer: "^10.4.16",
|
@@ -15407,8 +15412,8 @@ var package_default = {
|
|
15407
15412
|
postcss: "^8.4.38",
|
15408
15413
|
"postcss-cli": "^11.0.0",
|
15409
15414
|
"postcss-value-parser": "^4.2.0",
|
15410
|
-
prettier: "^3.
|
15411
|
-
"release-it": "^
|
15415
|
+
prettier: "^3.4.2",
|
15416
|
+
"release-it": "^18.0.0",
|
15412
15417
|
svgo: "^3.0.2",
|
15413
15418
|
tailwindcss: "^3.4.15",
|
15414
15419
|
"tippy.js": "^6.3.7"
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg role="img" height="24" width="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" style="stroke: none; fill: currentColor;"><title>Spotify</title><path d="M12 0C5.4 0 0 5.4 0 12s5.4 12 12 12 12-5.4 12-12S18.66 0 12 0zm5.521 17.34c-.24.359-.66.48-1.021.24-2.82-1.74-6.36-2.101-10.561-1.141-.418.122-.779-.179-.899-.539-.12-.421.18-.78.54-.9 4.56-1.021 8.52-.6 11.64 1.32.42.18.479.659.301 1.02zm1.44-3.3c-.301.42-.841.6-1.262.3-3.239-1.98-8.159-2.58-11.939-1.38-.479.12-1.02-.12-1.14-.6-.12-.48.12-1.021.6-1.141C9.6 9.9 15 10.561 18.72 12.84c.361.181.54.78.241 1.2zm.12-3.36C15.24 8.4 8.82 8.16 5.16 9.301c-.6.179-1.2-.181-1.38-.721-.18-.601.18-1.2.72-1.381 4.26-1.26 11.28-1.02 15.721 1.621.539.3.719 1.02.419 1.56-.299.421-1.02.599-1.559.3z"/></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg role="img" height="24" width="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" style="stroke: none; fill: currentColor;"><title>X</title><path d="M18.901 1.153h3.68l-8.04 9.19L24 22.846h-7.406l-5.8-7.584-6.638 7.584H.474l8.6-9.83L0 1.154h7.594l5.243 6.932ZM17.61 20.644h2.039L6.486 3.24H4.298Z" /></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg role="img" height="24" width="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" style="stroke: none; fill: currentColor;"><title>Spotify</title><path d="M12 0C5.4 0 0 5.4 0 12s5.4 12 12 12 12-5.4 12-12S18.66 0 12 0zm5.521 17.34c-.24.359-.66.48-1.021.24-2.82-1.74-6.36-2.101-10.561-1.141-.418.122-.779-.179-.899-.539-.12-.421.18-.78.54-.9 4.56-1.021 8.52-.6 11.64 1.32.42.18.479.659.301 1.02zm1.44-3.3c-.301.42-.841.6-1.262.3-3.239-1.98-8.159-2.58-11.939-1.38-.479.12-1.02-.12-1.14-.6-.12-.48.12-1.021.6-1.141C9.6 9.9 15 10.561 18.72 12.84c.361.181.54.78.241 1.2zm.12-3.36C15.24 8.4 8.82 8.16 5.16 9.301c-.6.179-1.2-.181-1.38-.721-.18-.601.18-1.2.72-1.381 4.26-1.26 11.28-1.02 15.721 1.621.539.3.719 1.02.419 1.56-.299.421-1.02.599-1.559.3z"/></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg role="img" height="24" width="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" style="stroke: none; fill: currentColor;"><title>X</title><path d="M18.901 1.153h3.68l-8.04 9.19L24 22.846h-7.406l-5.8-7.584-6.638 7.584H.474l8.6-9.83L0 1.154h7.594l5.243 6.932ZM17.61 20.644h2.039L6.486 3.24H4.298Z" /></svg>
|
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.10
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mark Perkins
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-01-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -1337,6 +1337,7 @@ files:
|
|
1337
1337
|
- app/assets/build/coco/icons/spell-check.svg
|
1338
1338
|
- app/assets/build/coco/icons/spline.svg
|
1339
1339
|
- app/assets/build/coco/icons/split.svg
|
1340
|
+
- app/assets/build/coco/icons/spotify.svg
|
1340
1341
|
- app/assets/build/coco/icons/spray-can.svg
|
1341
1342
|
- app/assets/build/coco/icons/sprout.svg
|
1342
1343
|
- app/assets/build/coco/icons/square-activity.svg
|
@@ -1600,6 +1601,7 @@ files:
|
|
1600
1601
|
- app/assets/build/coco/icons/worm.svg
|
1601
1602
|
- app/assets/build/coco/icons/wrap-text.svg
|
1602
1603
|
- app/assets/build/coco/icons/wrench.svg
|
1604
|
+
- app/assets/build/coco/icons/x-logo.svg
|
1603
1605
|
- app/assets/build/coco/icons/x.svg
|
1604
1606
|
- app/assets/build/coco/icons/youtube.svg
|
1605
1607
|
- app/assets/build/coco/icons/zap-off.svg
|
@@ -1631,6 +1633,8 @@ files:
|
|
1631
1633
|
- app/assets/css/plugins/layout.js
|
1632
1634
|
- app/assets/css/plugins/text.js
|
1633
1635
|
- app/assets/custom_icons/lucide/pin-filled.svg
|
1636
|
+
- app/assets/custom_icons/lucide/spotify.svg
|
1637
|
+
- app/assets/custom_icons/lucide/x-logo.svg
|
1634
1638
|
- app/assets/custom_icons/other/eye-off-red.svg
|
1635
1639
|
- app/assets/custom_icons/other/google-sso.svg
|
1636
1640
|
- app/assets/custom_icons/other/layout-overlay.svg
|