coveragebook_components 0.8.3 → 0.8.4
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/app.css +18 -5
- data/app/assets/build/coco/app.js +215 -213
- data/app/assets/build/coco/book.css +18 -4
- data/app/assets/build/coco/book.js +56 -75
- data/app/assets/js/helpers/location.js +1 -1
- data/app/assets/js/libs/alpine/index.js +0 -2
- data/app/components/coco/app/blocks/sidebar_nav/item/item.html.erb +1 -1
- data/app/components/coco/app/blocks/sidebar_nav/item/item.js +49 -20
- data/app/components/coco/app/blocks/sidebar_nav/menu/menu.js +0 -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: 508a993fb567c529408bb057f16179a9fbf828747ddb6f270446d1d5275334bc
|
4
|
+
data.tar.gz: c8924774c240bc42987e533d23bf2b9bd6670e80745a60ca9c794437aa964d46
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: de8a58ef368b4fec0a73a475d6a7f3163679404d4b4ef14eb7ec673c80ce798c2771f9ca24b5386c1168af95893313a8522770f400fb7344e8de272cfffe2649
|
7
|
+
data.tar.gz: b16acb12b4e6a54ac897fa3ea65fc86adcd5d21208be8e3ec010a2921aa01b07df7c22637a566b411fbc098ecc3b7240555bb814ceb5aad2ce32d7833a0f8474
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*
|
2
|
-
! tailwindcss v3.3.
|
2
|
+
! tailwindcss v3.3.5 | MIT License | https://tailwindcss.com
|
3
3
|
*//*
|
4
4
|
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
|
5
5
|
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
|
@@ -167,6 +167,8 @@ optgroup,
|
|
167
167
|
select,
|
168
168
|
textarea {
|
169
169
|
font-family: inherit; /* 1 */
|
170
|
+
font-feature-settings: inherit; /* 1 */
|
171
|
+
font-variation-settings: inherit; /* 1 */
|
170
172
|
font-size: 100%; /* 1 */
|
171
173
|
font-weight: inherit; /* 1 */
|
172
174
|
line-height: inherit; /* 1 */
|
@@ -304,6 +306,13 @@ menu {
|
|
304
306
|
padding: 0;
|
305
307
|
}
|
306
308
|
|
309
|
+
/*
|
310
|
+
Reset default styling for dialogs.
|
311
|
+
*/
|
312
|
+
dialog {
|
313
|
+
padding: 0;
|
314
|
+
}
|
315
|
+
|
307
316
|
/*
|
308
317
|
Prevent resizing textareas horizontally by default.
|
309
318
|
*/
|
@@ -377,7 +386,7 @@ video {
|
|
377
386
|
display: none;
|
378
387
|
}
|
379
388
|
|
380
|
-
[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
|
389
|
+
[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
|
381
390
|
-webkit-appearance: none;
|
382
391
|
-moz-appearance: none;
|
383
392
|
appearance: none;
|
@@ -393,7 +402,7 @@ video {
|
|
393
402
|
line-height: 1.5rem;
|
394
403
|
--tw-shadow: 0 0 #0000;}
|
395
404
|
|
396
|
-
[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
|
405
|
+
[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
|
397
406
|
outline: 2px solid transparent;
|
398
407
|
outline-offset: 2px;
|
399
408
|
--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
|
@@ -417,7 +426,11 @@ input::placeholder,textarea::placeholder{
|
|
417
426
|
padding: 0}
|
418
427
|
|
419
428
|
::-webkit-date-and-time-value{
|
420
|
-
min-height: 1.5em
|
429
|
+
min-height: 1.5em;
|
430
|
+
text-align: inherit}
|
431
|
+
|
432
|
+
::-webkit-datetime-edit{
|
433
|
+
display: inline-flex}
|
421
434
|
|
422
435
|
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
|
423
436
|
padding-top: 0;
|
@@ -432,7 +445,7 @@ select{
|
|
432
445
|
-webkit-print-color-adjust: exact;
|
433
446
|
print-color-adjust: exact}
|
434
447
|
|
435
|
-
[multiple]{
|
448
|
+
[multiple],[size]:where(select:not([size="1"])){
|
436
449
|
background-image: initial;
|
437
450
|
background-position: initial;
|
438
451
|
background-repeat: unset;
|