avo 4.0.26 → 4.1.0
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/Gemfile.lock +8 -1
- data/app/assets/builds/avo/application.css +9 -21
- data/app/assets/builds/avo/application.js +71 -71
- data/app/assets/builds/avo/application.js.map +3 -3
- data/app/assets/builds/avo/avo.custom.js +6 -0
- data/app/assets/builds/avo/avo.custom.js.map +7 -0
- data/app/assets/stylesheets/css/components/modal.css +7 -1
- data/app/assets/stylesheets/css/components/ui/tabs.css +10 -0
- data/app/components/avo/modal_component.html.erb +0 -1
- data/app/components/avo/modal_component.rb +1 -1
- data/app/components/avo/row_selector_component.rb +3 -3
- data/app/controllers/avo/actions_controller.rb +1 -3
- data/app/controllers/avo/appearance_settings_controller.rb +1 -1
- data/app/controllers/avo/array_controller.rb +1 -1
- data/app/controllers/avo/associations_controller.rb +1 -3
- data/app/controllers/avo/attachments_controller.rb +1 -3
- data/app/controllers/avo/base_controller.rb +1 -3
- data/app/controllers/avo/charts_controller.rb +1 -3
- data/app/controllers/avo/debug_controller.rb +1 -3
- data/app/controllers/avo/home_controller.rb +1 -3
- data/app/controllers/avo/media_library_controller.rb +1 -1
- data/app/controllers/avo/private_controller.rb +1 -3
- data/app/controllers/avo/resources_controller.rb +1 -3
- data/app/controllers/avo/search_controller.rb +1 -3
- data/app/javascript/js/controllers/modal_size_controller.js +9 -49
- data/app/javascript/js/controllers/record_selector_controller.js +25 -8
- data/app/views/avo/media_library/index.html.erb +4 -1
- data/avo.gemspec +1 -1
- data/lib/avo/version.rb +1 -1
- metadata +4 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bab30be7824485fe6b7fe08f097ecf321608025991b308464ea9499699b3411e
|
|
4
|
+
data.tar.gz: 270ef2625f618fc06ba8e39709a1b71b15ce9688fb3fb03a64e94cae6c23b19c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d3eabb56f5178fbebde61e38e75da740659d95c64b2a0f061768bfbeb143b9c2ea9790c790283a4f94a78ffed2682e22ce001a67caac711373186c1fe4692086
|
|
7
|
+
data.tar.gz: 05ce85249eb5670b492da7d42851f9a5fc833ad1e15d6e7182a7be4295195047e0a90a341b1151504b5e56ea175d3202b6b3c01848491612ce200d10fc8b9221
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
avo (4.0
|
|
4
|
+
avo (4.1.0)
|
|
5
5
|
actionview (>= 6.1)
|
|
6
6
|
active_link_to
|
|
7
7
|
activerecord (>= 6.1)
|
|
@@ -335,6 +335,7 @@ GEM
|
|
|
335
335
|
concurrent-ruby (~> 1.1)
|
|
336
336
|
webrick (~> 1.7)
|
|
337
337
|
websocket-driver (~> 0.7)
|
|
338
|
+
ffi (1.17.4)
|
|
338
339
|
ffi (1.17.4-arm64-darwin)
|
|
339
340
|
ffi (1.17.4-x86_64-linux-gnu)
|
|
340
341
|
flay (2.14.4)
|
|
@@ -461,6 +462,7 @@ GEM
|
|
|
461
462
|
mini_magick (5.3.2)
|
|
462
463
|
logger
|
|
463
464
|
mini_mime (1.1.5)
|
|
465
|
+
mini_portile2 (2.8.9)
|
|
464
466
|
minitest (6.0.6)
|
|
465
467
|
drb (~> 2.0)
|
|
466
468
|
prism (~> 1.5)
|
|
@@ -488,6 +490,9 @@ GEM
|
|
|
488
490
|
net-smtp (0.5.1)
|
|
489
491
|
net-protocol
|
|
490
492
|
nio4r (2.7.5)
|
|
493
|
+
nokogiri (1.19.4)
|
|
494
|
+
mini_portile2 (~> 2.8.2)
|
|
495
|
+
racc (~> 1.4)
|
|
491
496
|
nokogiri (1.19.4-arm64-darwin)
|
|
492
497
|
racc (~> 1.4)
|
|
493
498
|
nokogiri (1.19.4-x86_64-linux-gnu)
|
|
@@ -512,6 +517,7 @@ GEM
|
|
|
512
517
|
ast (~> 2.4.1)
|
|
513
518
|
racc
|
|
514
519
|
path_expander (2.0.1)
|
|
520
|
+
pg (1.6.3)
|
|
515
521
|
pg (1.6.3-arm64-darwin)
|
|
516
522
|
pg (1.6.3-x86_64-linux)
|
|
517
523
|
pp (0.6.4)
|
|
@@ -817,6 +823,7 @@ PLATFORMS
|
|
|
817
823
|
arm64-darwin-23
|
|
818
824
|
arm64-darwin-24
|
|
819
825
|
arm64-darwin-25
|
|
826
|
+
ruby
|
|
820
827
|
x86_64-linux
|
|
821
828
|
x86_64-linux-gnu
|
|
822
829
|
|
|
@@ -244,6 +244,7 @@
|
|
|
244
244
|
--container-2xl: 42rem;
|
|
245
245
|
--container-3xl: 48rem;
|
|
246
246
|
--container-4xl: 56rem;
|
|
247
|
+
--container-5xl: 64rem;
|
|
247
248
|
--container-6xl: 72rem;
|
|
248
249
|
--text-xs: 0.75rem;
|
|
249
250
|
--text-xs--line-height: calc(1 / 0.75);
|
|
@@ -1397,21 +1398,12 @@
|
|
|
1397
1398
|
.w-2\/3 {
|
|
1398
1399
|
width: calc(2 / 3 * 100%);
|
|
1399
1400
|
}
|
|
1400
|
-
.w-2xl {
|
|
1401
|
-
width: var(--container-2xl);
|
|
1402
|
-
}
|
|
1403
1401
|
.w-3\/4 {
|
|
1404
1402
|
width: var(--spacing-3\/4);
|
|
1405
1403
|
}
|
|
1406
|
-
.w-3xl {
|
|
1407
|
-
width: var(--container-3xl);
|
|
1408
|
-
}
|
|
1409
1404
|
.w-4 {
|
|
1410
1405
|
width: calc(var(--spacing) * 4);
|
|
1411
1406
|
}
|
|
1412
|
-
.w-4xl {
|
|
1413
|
-
width: var(--container-4xl);
|
|
1414
|
-
}
|
|
1415
1407
|
.w-6 {
|
|
1416
1408
|
width: calc(var(--spacing) * 6);
|
|
1417
1409
|
}
|
|
@@ -1451,21 +1443,9 @@
|
|
|
1451
1443
|
.w-full {
|
|
1452
1444
|
width: 100%;
|
|
1453
1445
|
}
|
|
1454
|
-
.w-lg {
|
|
1455
|
-
width: var(--container-lg);
|
|
1456
|
-
}
|
|
1457
|
-
.w-md {
|
|
1458
|
-
width: var(--container-md);
|
|
1459
|
-
}
|
|
1460
1446
|
.w-px {
|
|
1461
1447
|
width: 1px;
|
|
1462
1448
|
}
|
|
1463
|
-
.w-sm {
|
|
1464
|
-
width: var(--container-sm);
|
|
1465
|
-
}
|
|
1466
|
-
.w-xl {
|
|
1467
|
-
width: var(--container-xl);
|
|
1468
|
-
}
|
|
1469
1449
|
.max-w-2xl {
|
|
1470
1450
|
max-width: var(--container-2xl);
|
|
1471
1451
|
}
|
|
@@ -6478,6 +6458,10 @@ tag.tagify__tag {
|
|
|
6478
6458
|
--tab-group-modifier: 8;
|
|
6479
6459
|
}
|
|
6480
6460
|
}
|
|
6461
|
+
.modal-form-body .tab-group {
|
|
6462
|
+
width: 100%;
|
|
6463
|
+
margin-inline: 0;
|
|
6464
|
+
}
|
|
6481
6465
|
html.tabs-view-transition::view-transition-old(root), html.tabs-view-transition::view-transition-new(root) {
|
|
6482
6466
|
animation: none;
|
|
6483
6467
|
}
|
|
@@ -10337,6 +10321,7 @@ tag.tagify__tag {
|
|
|
10337
10321
|
border-width: 1px;
|
|
10338
10322
|
border-color: var(--color-tertiary);
|
|
10339
10323
|
background-color: var(--color-primary);
|
|
10324
|
+
padding: calc(var(--spacing) * 4);
|
|
10340
10325
|
}
|
|
10341
10326
|
.card__body.modal-form-body {
|
|
10342
10327
|
padding: calc(var(--spacing) * 4) !important;
|
|
@@ -10375,6 +10360,9 @@ tag.tagify__tag {
|
|
|
10375
10360
|
.modal--width-4xl .modal__card {
|
|
10376
10361
|
width: var(--container-4xl);
|
|
10377
10362
|
}
|
|
10363
|
+
.modal--width-5xl .modal__card {
|
|
10364
|
+
width: var(--container-5xl);
|
|
10365
|
+
}
|
|
10378
10366
|
.modal--width-25 .modal__card {
|
|
10379
10367
|
width: 25dvw;
|
|
10380
10368
|
}
|