coveragebook_components 0.8.3 → 0.8.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/build/coco/app.css +24 -5
- data/app/assets/build/coco/app.js +223 -222
- data/app/assets/build/coco/book.css +18 -4
- data/app/assets/build/coco/book.js +57 -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/app/components/coco/app/blocks/slide_editor/slide_editor.html.erb +2 -2
- data/app/components/coco/app/blocks/slide_editor/slide_editor.js +9 -10
- data/app/components/coco/app/elements/menu_items/user_profile/user_profile.css +1 -1
- data/app/components/coco/base/image_uploader/image_uploader.js +1 -0
- 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: aafbeb1f1688632f89c507287fc11591a6b88062ba2881570fd27249b9610e79
|
4
|
+
data.tar.gz: 52f5380f901b410120aa416be543f2d301d058184521416b17f4f04537afa1b1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cdc74dffcdb0bf9a3f2b3a749fa382668a4d47afc70edb377dfda7df5374a15586e8781d11f48f433e85ce13a886f072ba81412c4e1129edba01f7d5d9491743
|
7
|
+
data.tar.gz: 8fbc21c3159a2b56296ec56c4cce6b4985a68795dde41844f9af9af17434d5d13a80a9504396ddac59e424fa870e91c5e946c1e7b9a0fd0d5e1ac9d8488af8ce
|
@@ -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;
|
@@ -4163,10 +4176,16 @@ select{
|
|
4163
4176
|
[data-coco][data-component="app-user-profile"] .user-profile-avatar{
|
4164
4177
|
display: flex;
|
4165
4178
|
align-items: center}
|
4179
|
+
[data-coco][data-component="app-user-profile"] .user-profile-details{
|
4180
|
+
display: flex;
|
4181
|
+
flex-direction: column;
|
4182
|
+
justify-content: center}
|
4166
4183
|
[data-coco][data-component="app-user-profile"] .user-profile-details > :not([hidden]) ~ :not([hidden]){
|
4167
4184
|
--tw-space-y-reverse: 0;
|
4168
4185
|
margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
|
4169
4186
|
margin-bottom: calc(0.25rem * var(--tw-space-y-reverse))}
|
4187
|
+
[data-coco][data-component="app-user-profile"] .user-profile-details{
|
4188
|
+
overflow: hidden}
|
4170
4189
|
[data-coco][data-component="app-user-profile"] .user-profile-name{
|
4171
4190
|
overflow: hidden;
|
4172
4191
|
text-overflow: ellipsis;
|