avo 2.13.1 → 2.13.2.pre.1
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of avo might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/Gemfile.lock +3 -1
- data/app/assets/stylesheets/avo.css +1 -1
- data/app/assets/stylesheets/css/fields/progress.css +3 -3
- data/app/assets/stylesheets/css/pagination.css +0 -4
- data/app/assets/stylesheets/css/search.css +1 -1
- data/app/assets/stylesheets/css/sidebar.css +1 -1
- data/app/assets/stylesheets/css/tags.css +7 -0
- data/app/assets/svgs/failed_to_load.svg +4 -5
- data/app/assets/svgs/grid-empty-state.svg +10 -11
- data/app/assets/svgs/table-empty-state.svg +11 -12
- data/app/components/avo/actions_component.html.erb +2 -2
- data/app/components/avo/actions_component.rb +1 -1
- data/app/components/avo/button_component.rb +3 -3
- data/app/components/avo/fields/boolean_field/edit_component.html.erb +1 -1
- data/app/components/avo/fields/progress_bar_field/index_component.html.erb +1 -1
- data/app/components/avo/fields/progress_bar_field/show_component.html.erb +1 -1
- data/app/components/avo/fields/tags_field/edit_component.html.erb +1 -1
- data/app/components/avo/fields/tags_field/show_component.rb +2 -0
- data/app/components/avo/profile_item_component.html.erb +1 -1
- data/app/components/avo/tab_group_component.html.erb +1 -1
- data/app/components/avo/tab_switcher_component.rb +2 -2
- data/app/components/avo/views/resource_edit_component.rb +1 -1
- data/app/components/avo/views/resource_index_component.html.erb +2 -2
- data/app/components/avo/views/resource_index_component.rb +0 -17
- data/app/components/avo/views/resource_show_component.html.erb +1 -2
- data/app/controllers/avo/base_controller.rb +33 -87
- data/app/controllers/avo/search_controller.rb +20 -57
- data/app/helpers/avo/resources_helper.rb +2 -2
- data/app/javascript/avo.js +0 -1
- data/app/javascript/js/controllers/fields/trix_field_controller.js +4 -3
- data/app/javascript/js/controllers/item_selector_controller.js +1 -1
- data/app/javascript/js/controllers/menu_controller.js +2 -2
- data/app/javascript/js/controllers/search_controller.js +15 -42
- data/app/views/avo/associations/new.html.erb +2 -3
- data/app/views/avo/base/_multiple_select_filter.html.erb +1 -1
- data/app/views/avo/base/_text_filter.html.erb +1 -1
- data/app/views/avo/partials/_branding.html.erb +5 -0
- data/app/views/avo/partials/_header.html.erb +1 -1
- data/app/views/avo/partials/_logo.html.erb +2 -2
- data/app/views/avo/partials/_resource_search.html.erb +0 -6
- data/app/views/avo/private/_links_and_buttons.html.erb +1 -1
- data/app/views/avo/private/design.html.erb +3 -3
- data/app/views/layouts/avo/application.html.erb +1 -0
- data/lib/avo/concerns/has_editable_controls.rb +1 -1
- data/lib/avo/configuration/branding.rb +57 -0
- data/lib/avo/configuration.rb +5 -0
- data/lib/avo/fields/base_field.rb +1 -1
- data/lib/avo/fields/has_base_field.rb +0 -2
- data/lib/avo/licensing/pro_license.rb +1 -0
- data/lib/avo/version.rb +1 -1
- data/lib/generators/avo/templates/initializer/avo.tt +13 -0
- data/lib/generators/avo/templates/resource/resource.tt +1 -1
- data/public/avo-assets/avo.css +286 -248
- data/public/avo-assets/avo.js +47 -47
- data/public/avo-assets/avo.js.map +2 -2
- metadata +6 -13
- data/app/components/avo/button_component.html.erb +0 -1
- data/app/helpers/avo/actions_helper.rb +0 -4
- data/app/helpers/avo/attachments_helper.rb +0 -4
- data/app/views/kaminari/_first_page.html.erb +0 -3
- data/app/views/kaminari/_last_page.html.erb +0 -3
- data/app/views/kaminari/_next_page.html.erb +0 -9
- data/app/views/kaminari/_page.html.erb +0 -12
- data/app/views/kaminari/_prev_page.html.erb +0 -9
- data/lib/avo/hosts/search_scope_host.rb +0 -7
data/public/avo-assets/avo.css
CHANGED
@@ -3832,8 +3832,7 @@ select{
|
|
3832
3832
|
}
|
3833
3833
|
|
3834
3834
|
a{
|
3835
|
-
--
|
3836
|
-
color:rgb(8 134 222 / var(--tw-text-opacity))
|
3835
|
+
color:rgb(var(--color-primary-500))
|
3837
3836
|
}
|
3838
3837
|
|
3839
3838
|
*, ::before, ::after{
|
@@ -4230,11 +4229,6 @@ svg.tea #steamR {
|
|
4230
4229
|
box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
4231
4230
|
}
|
4232
4231
|
|
4233
|
-
.pagy-nav .page a:focus,.pagy-nav .page.active:focus,.pagy-nav .page.prev.disabled:focus,.pagy-nav .page.next.disabled:focus,.pagy-nav-js .page a:focus,.pagy-combo-nav-js .page a:focus,.pagy-combo-nav-js .pagy-combo-input a:focus{
|
4234
|
-
--tw-border-opacity:1;
|
4235
|
-
border-color:rgb(107 182 235 / var(--tw-border-opacity))
|
4236
|
-
}
|
4237
|
-
|
4238
4232
|
.pagy-nav .page a:hover,.pagy-nav .page.active:hover,.pagy-nav .page.prev.disabled:hover,.pagy-nav .page.next.disabled:hover,.pagy-nav-js .page a:hover,.pagy-combo-nav-js .page a:hover,.pagy-combo-nav-js .pagy-combo-input a:hover{
|
4239
4233
|
--tw-bg-opacity:1;
|
4240
4234
|
background-color:rgb(214 216 220 / var(--tw-bg-opacity))
|
@@ -4484,8 +4478,7 @@ button.aa-DetachedCancelButton {
|
|
4484
4478
|
}
|
4485
4479
|
|
4486
4480
|
.aa-DetachedContainer .aa-Source .aa-List .aa-Item[aria-selected=true]{
|
4487
|
-
--
|
4488
|
-
background-color:rgb(8 134 222 / var(--tw-bg-opacity))
|
4481
|
+
background-color:rgb(var(--color-primary-500))
|
4489
4482
|
}
|
4490
4483
|
|
4491
4484
|
.aa-DetachedContainer .aa-Source .aa-List .aa-Item[aria-selected=true]{
|
@@ -4576,10 +4569,8 @@ body.os-pc .mac-styled-scrollbar:hover::-webkit-scrollbar-thumb {
|
|
4576
4569
|
}
|
4577
4570
|
|
4578
4571
|
.application-sidebar .active:hover, .application-sidebar .active{
|
4579
|
-
--
|
4580
|
-
|
4581
|
-
--tw-text-opacity:1;
|
4582
|
-
color:rgb(8 134 222 / var(--tw-text-opacity))
|
4572
|
+
background-color:rgb(var(--color-primary-100));
|
4573
|
+
color:rgb(var(--color-primary-500))
|
4583
4574
|
}
|
4584
4575
|
|
4585
4576
|
/* remove the left padding. */
|
@@ -4637,6 +4628,15 @@ body.os-pc .mac-styled-scrollbar:hover::-webkit-scrollbar-thumb {
|
|
4637
4628
|
|
4638
4629
|
tags.tagify {
|
4639
4630
|
--tag-inset-shadow-size: 3em;
|
4631
|
+
--tags-border-color: rgb(var(--color-primary-500));
|
4632
|
+
--tags-hover-border-color: rgb(var(--color-primary-500));
|
4633
|
+
}
|
4634
|
+
|
4635
|
+
.tagify__dropdown {
|
4636
|
+
--tagify-dd-color-primary: rgb(var(--color-primary-500));
|
4637
|
+
}
|
4638
|
+
|
4639
|
+
tags.tagify{
|
4640
4640
|
padding:0px !important;
|
4641
4641
|
}
|
4642
4642
|
|
@@ -5574,7 +5574,7 @@ progress{
|
|
5574
5574
|
border-radius:0.25rem;
|
5575
5575
|
border-width:1px;
|
5576
5576
|
--tw-border-opacity:1;
|
5577
|
-
border-color:rgb(
|
5577
|
+
border-color:rgb(148 163 184 / var(--tw-border-opacity));
|
5578
5578
|
--tw-bg-opacity:1;
|
5579
5579
|
background-color:rgb(255 255 255 / var(--tw-bg-opacity));
|
5580
5580
|
--tw-shadow:inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
|
@@ -5596,15 +5596,13 @@ progress[value]::-webkit-progress-bar{
|
|
5596
5596
|
|
5597
5597
|
progress[value]::-webkit-progress-value{
|
5598
5598
|
border-radius:0.25rem;
|
5599
|
-
--
|
5600
|
-
background-color:rgb(22 163 74 / var(--tw-bg-opacity))
|
5599
|
+
background-color:rgb(var(--color-primary-500))
|
5601
5600
|
}
|
5602
5601
|
|
5603
5602
|
progress[value]::-moz-progress-bar{
|
5604
5603
|
appearance:none;
|
5605
5604
|
border-radius:0.25rem;
|
5606
|
-
--
|
5607
|
-
background-color:rgb(22 163 74 / var(--tw-bg-opacity))
|
5605
|
+
background-color:rgb(var(--color-primary-500))
|
5608
5606
|
}
|
5609
5607
|
|
5610
5608
|
/*
|
@@ -6435,14 +6433,6 @@ trix-editor .attachment__metadata .attachment__size {
|
|
6435
6433
|
margin-top:0.5rem
|
6436
6434
|
}
|
6437
6435
|
|
6438
|
-
.ml-3{
|
6439
|
-
margin-left:0.75rem
|
6440
|
-
}
|
6441
|
-
|
6442
|
-
.-ml-px{
|
6443
|
-
margin-left:-1px
|
6444
|
-
}
|
6445
|
-
|
6446
6436
|
.mt-4{
|
6447
6437
|
margin-top:1rem
|
6448
6438
|
}
|
@@ -6515,6 +6505,10 @@ trix-editor .attachment__metadata .attachment__size {
|
|
6515
6505
|
margin-left:8.333333%
|
6516
6506
|
}
|
6517
6507
|
|
6508
|
+
.ml-3{
|
6509
|
+
margin-left:0.75rem
|
6510
|
+
}
|
6511
|
+
|
6518
6512
|
.ml-4{
|
6519
6513
|
margin-left:1rem
|
6520
6514
|
}
|
@@ -7117,16 +7111,6 @@ trix-editor .attachment__metadata .attachment__size {
|
|
7117
7111
|
border-radius:1rem
|
7118
7112
|
}
|
7119
7113
|
|
7120
|
-
.rounded-r-md{
|
7121
|
-
border-top-right-radius:0.375rem;
|
7122
|
-
border-bottom-right-radius:0.375rem
|
7123
|
-
}
|
7124
|
-
|
7125
|
-
.rounded-l-md{
|
7126
|
-
border-top-left-radius:0.375rem;
|
7127
|
-
border-bottom-left-radius:0.375rem
|
7128
|
-
}
|
7129
|
-
|
7130
7114
|
.rounded-l{
|
7131
7115
|
border-top-left-radius:0.25rem;
|
7132
7116
|
border-bottom-left-radius:0.25rem
|
@@ -7292,8 +7276,7 @@ trix-editor .attachment__metadata .attachment__size {
|
|
7292
7276
|
}
|
7293
7277
|
|
7294
7278
|
.border-primary-500{
|
7295
|
-
--
|
7296
|
-
border-color:rgb(8 134 222 / var(--tw-border-opacity))
|
7279
|
+
border-color:rgb(var(--color-primary-500))
|
7297
7280
|
}
|
7298
7281
|
|
7299
7282
|
.border-red-600{
|
@@ -7311,11 +7294,6 @@ trix-editor .attachment__metadata .attachment__size {
|
|
7311
7294
|
border-color:rgb(172 177 185 / var(--tw-border-opacity))
|
7312
7295
|
}
|
7313
7296
|
|
7314
|
-
.border-primary-300{
|
7315
|
-
--tw-border-opacity:1;
|
7316
|
-
border-color:rgb(107 182 235 / var(--tw-border-opacity))
|
7317
|
-
}
|
7318
|
-
|
7319
7297
|
.border-gray-600{
|
7320
7298
|
--tw-border-opacity:1;
|
7321
7299
|
border-color:rgb(94 100 110 / var(--tw-border-opacity))
|
@@ -7456,8 +7434,7 @@ trix-editor .attachment__metadata .attachment__size {
|
|
7456
7434
|
}
|
7457
7435
|
|
7458
7436
|
.bg-primary-500{
|
7459
|
-
--
|
7460
|
-
background-color:rgb(8 134 222 / var(--tw-bg-opacity))
|
7437
|
+
background-color:rgb(var(--color-primary-500))
|
7461
7438
|
}
|
7462
7439
|
|
7463
7440
|
.bg-red-600{
|
@@ -7475,14 +7452,14 @@ trix-editor .attachment__metadata .attachment__size {
|
|
7475
7452
|
background-color:rgb(246 246 247 / var(--tw-bg-opacity))
|
7476
7453
|
}
|
7477
7454
|
|
7478
|
-
.bg-
|
7455
|
+
.bg-orange-700{
|
7479
7456
|
--tw-bg-opacity:1;
|
7480
|
-
background-color:rgb(
|
7457
|
+
background-color:rgb(194 65 12 / var(--tw-bg-opacity))
|
7481
7458
|
}
|
7482
7459
|
|
7483
|
-
.bg-
|
7460
|
+
.bg-gray-100{
|
7484
7461
|
--tw-bg-opacity:1;
|
7485
|
-
background-color:rgb(
|
7462
|
+
background-color:rgb(227 229 232 / var(--tw-bg-opacity))
|
7486
7463
|
}
|
7487
7464
|
|
7488
7465
|
.bg-green-700{
|
@@ -7795,10 +7772,6 @@ trix-editor .attachment__metadata .attachment__size {
|
|
7795
7772
|
font-weight:600
|
7796
7773
|
}
|
7797
7774
|
|
7798
|
-
.font-medium{
|
7799
|
-
font-weight:500
|
7800
|
-
}
|
7801
|
-
|
7802
7775
|
.font-normal{
|
7803
7776
|
font-weight:400
|
7804
7777
|
}
|
@@ -7807,6 +7780,10 @@ trix-editor .attachment__metadata .attachment__size {
|
|
7807
7780
|
font-weight:700
|
7808
7781
|
}
|
7809
7782
|
|
7783
|
+
.font-medium{
|
7784
|
+
font-weight:500
|
7785
|
+
}
|
7786
|
+
|
7810
7787
|
.uppercase{
|
7811
7788
|
text-transform:uppercase
|
7812
7789
|
}
|
@@ -7954,8 +7931,7 @@ trix-editor .attachment__metadata .attachment__size {
|
|
7954
7931
|
}
|
7955
7932
|
|
7956
7933
|
.text-primary-500{
|
7957
|
-
--
|
7958
|
-
color:rgb(8 134 222 / var(--tw-text-opacity))
|
7934
|
+
color:rgb(var(--color-primary-500))
|
7959
7935
|
}
|
7960
7936
|
|
7961
7937
|
.text-white{
|
@@ -7998,11 +7974,6 @@ trix-editor .attachment__metadata .attachment__size {
|
|
7998
7974
|
color:rgb(0 0 0 / var(--tw-text-opacity))
|
7999
7975
|
}
|
8000
7976
|
|
8001
|
-
.\!text-blue-700{
|
8002
|
-
--tw-text-opacity:1 !important;
|
8003
|
-
color:rgb(5 80 133 / var(--tw-text-opacity)) !important
|
8004
|
-
}
|
8005
|
-
|
8006
7977
|
.text-slate-600{
|
8007
7978
|
--tw-text-opacity:1;
|
8008
7979
|
color:rgb(71 85 105 / var(--tw-text-opacity))
|
@@ -8196,8 +8167,7 @@ html, body{
|
|
8196
8167
|
}
|
8197
8168
|
|
8198
8169
|
.turbo-progress-bar{
|
8199
|
-
--
|
8200
|
-
background-color:rgb(57 158 229 / var(--tw-bg-opacity))
|
8170
|
+
background-color:rgb(var(--color-primary-400))
|
8201
8171
|
}
|
8202
8172
|
|
8203
8173
|
body.os-mac .mac\:hidden {
|
@@ -8249,6 +8219,14 @@ trix-editor {
|
|
8249
8219
|
display:block
|
8250
8220
|
}
|
8251
8221
|
|
8222
|
+
.checked\:bg-primary-400:checked{
|
8223
|
+
background-color:rgb(var(--color-primary-400))
|
8224
|
+
}
|
8225
|
+
|
8226
|
+
.focus-within\:border-primary-500:focus-within{
|
8227
|
+
border-color:rgb(var(--color-primary-500))
|
8228
|
+
}
|
8229
|
+
|
8252
8230
|
.hover\:z-\[21\]:hover{
|
8253
8231
|
z-index:21
|
8254
8232
|
}
|
@@ -8364,13 +8342,7 @@ trix-editor {
|
|
8364
8342
|
}
|
8365
8343
|
|
8366
8344
|
.hover\:border-primary-600:hover{
|
8367
|
-
--
|
8368
|
-
border-color:rgb(6 107 178 / var(--tw-border-opacity))
|
8369
|
-
}
|
8370
|
-
|
8371
|
-
.hover\:bg-slate-100:hover{
|
8372
|
-
--tw-bg-opacity:1;
|
8373
|
-
background-color:rgb(241 245 249 / var(--tw-bg-opacity))
|
8345
|
+
border-color:rgb(var(--color-primary-600))
|
8374
8346
|
}
|
8375
8347
|
|
8376
8348
|
.hover\:bg-slate-600:hover{
|
@@ -8378,9 +8350,9 @@ trix-editor {
|
|
8378
8350
|
background-color:rgb(71 85 105 / var(--tw-bg-opacity))
|
8379
8351
|
}
|
8380
8352
|
|
8381
|
-
.hover\:bg-
|
8353
|
+
.hover\:bg-slate-100:hover{
|
8382
8354
|
--tw-bg-opacity:1;
|
8383
|
-
background-color:rgb(
|
8355
|
+
background-color:rgb(241 245 249 / var(--tw-bg-opacity))
|
8384
8356
|
}
|
8385
8357
|
|
8386
8358
|
.hover\:bg-gray-600:hover{
|
@@ -8388,9 +8360,9 @@ trix-editor {
|
|
8388
8360
|
background-color:rgb(94 100 110 / var(--tw-bg-opacity))
|
8389
8361
|
}
|
8390
8362
|
|
8391
|
-
.hover\:bg-
|
8363
|
+
.hover\:bg-gray-100:hover{
|
8392
8364
|
--tw-bg-opacity:1;
|
8393
|
-
background-color:rgb(
|
8365
|
+
background-color:rgb(227 229 232 / var(--tw-bg-opacity))
|
8394
8366
|
}
|
8395
8367
|
|
8396
8368
|
.hover\:bg-zinc-600:hover{
|
@@ -8398,9 +8370,9 @@ trix-editor {
|
|
8398
8370
|
background-color:rgb(82 82 91 / var(--tw-bg-opacity))
|
8399
8371
|
}
|
8400
8372
|
|
8401
|
-
.hover\:bg-
|
8373
|
+
.hover\:bg-zinc-100:hover{
|
8402
8374
|
--tw-bg-opacity:1;
|
8403
|
-
background-color:rgb(
|
8375
|
+
background-color:rgb(244 244 245 / var(--tw-bg-opacity))
|
8404
8376
|
}
|
8405
8377
|
|
8406
8378
|
.hover\:bg-neutral-600:hover{
|
@@ -8408,9 +8380,9 @@ trix-editor {
|
|
8408
8380
|
background-color:rgb(82 82 82 / var(--tw-bg-opacity))
|
8409
8381
|
}
|
8410
8382
|
|
8411
|
-
.hover\:bg-
|
8383
|
+
.hover\:bg-neutral-100:hover{
|
8412
8384
|
--tw-bg-opacity:1;
|
8413
|
-
background-color:rgb(245 245
|
8385
|
+
background-color:rgb(245 245 245 / var(--tw-bg-opacity))
|
8414
8386
|
}
|
8415
8387
|
|
8416
8388
|
.hover\:bg-stone-600:hover{
|
@@ -8418,9 +8390,9 @@ trix-editor {
|
|
8418
8390
|
background-color:rgb(87 83 78 / var(--tw-bg-opacity))
|
8419
8391
|
}
|
8420
8392
|
|
8421
|
-
.hover\:bg-
|
8393
|
+
.hover\:bg-stone-100:hover{
|
8422
8394
|
--tw-bg-opacity:1;
|
8423
|
-
background-color:rgb(
|
8395
|
+
background-color:rgb(245 245 244 / var(--tw-bg-opacity))
|
8424
8396
|
}
|
8425
8397
|
|
8426
8398
|
.hover\:bg-red-600:hover{
|
@@ -8428,9 +8400,9 @@ trix-editor {
|
|
8428
8400
|
background-color:rgb(220 38 38 / var(--tw-bg-opacity))
|
8429
8401
|
}
|
8430
8402
|
|
8431
|
-
.hover\:bg-
|
8403
|
+
.hover\:bg-red-100:hover{
|
8432
8404
|
--tw-bg-opacity:1;
|
8433
|
-
background-color:rgb(
|
8405
|
+
background-color:rgb(254 226 226 / var(--tw-bg-opacity))
|
8434
8406
|
}
|
8435
8407
|
|
8436
8408
|
.hover\:bg-orange-600:hover{
|
@@ -8438,9 +8410,9 @@ trix-editor {
|
|
8438
8410
|
background-color:rgb(234 88 12 / var(--tw-bg-opacity))
|
8439
8411
|
}
|
8440
8412
|
|
8441
|
-
.hover\:bg-
|
8413
|
+
.hover\:bg-orange-100:hover{
|
8442
8414
|
--tw-bg-opacity:1;
|
8443
|
-
background-color:rgb(
|
8415
|
+
background-color:rgb(255 237 213 / var(--tw-bg-opacity))
|
8444
8416
|
}
|
8445
8417
|
|
8446
8418
|
.hover\:bg-amber-600:hover{
|
@@ -8448,9 +8420,9 @@ trix-editor {
|
|
8448
8420
|
background-color:rgb(217 119 6 / var(--tw-bg-opacity))
|
8449
8421
|
}
|
8450
8422
|
|
8451
|
-
.hover\:bg-
|
8423
|
+
.hover\:bg-amber-100:hover{
|
8452
8424
|
--tw-bg-opacity:1;
|
8453
|
-
background-color:rgb(254
|
8425
|
+
background-color:rgb(254 243 199 / var(--tw-bg-opacity))
|
8454
8426
|
}
|
8455
8427
|
|
8456
8428
|
.hover\:bg-yellow-600:hover{
|
@@ -8458,9 +8430,9 @@ trix-editor {
|
|
8458
8430
|
background-color:rgb(202 138 4 / var(--tw-bg-opacity))
|
8459
8431
|
}
|
8460
8432
|
|
8461
|
-
.hover\:bg-
|
8433
|
+
.hover\:bg-yellow-100:hover{
|
8462
8434
|
--tw-bg-opacity:1;
|
8463
|
-
background-color:rgb(
|
8435
|
+
background-color:rgb(254 249 195 / var(--tw-bg-opacity))
|
8464
8436
|
}
|
8465
8437
|
|
8466
8438
|
.hover\:bg-lime-600:hover{
|
@@ -8468,9 +8440,9 @@ trix-editor {
|
|
8468
8440
|
background-color:rgb(101 163 13 / var(--tw-bg-opacity))
|
8469
8441
|
}
|
8470
8442
|
|
8471
|
-
.hover\:bg-
|
8443
|
+
.hover\:bg-lime-100:hover{
|
8472
8444
|
--tw-bg-opacity:1;
|
8473
|
-
background-color:rgb(
|
8445
|
+
background-color:rgb(236 252 203 / var(--tw-bg-opacity))
|
8474
8446
|
}
|
8475
8447
|
|
8476
8448
|
.hover\:bg-green-600:hover{
|
@@ -8478,9 +8450,9 @@ trix-editor {
|
|
8478
8450
|
background-color:rgb(22 163 74 / var(--tw-bg-opacity))
|
8479
8451
|
}
|
8480
8452
|
|
8481
|
-
.hover\:bg-
|
8453
|
+
.hover\:bg-green-100:hover{
|
8482
8454
|
--tw-bg-opacity:1;
|
8483
|
-
background-color:rgb(
|
8455
|
+
background-color:rgb(220 252 231 / var(--tw-bg-opacity))
|
8484
8456
|
}
|
8485
8457
|
|
8486
8458
|
.hover\:bg-emerald-600:hover{
|
@@ -8488,9 +8460,9 @@ trix-editor {
|
|
8488
8460
|
background-color:rgb(5 150 105 / var(--tw-bg-opacity))
|
8489
8461
|
}
|
8490
8462
|
|
8491
|
-
.hover\:bg-
|
8463
|
+
.hover\:bg-emerald-100:hover{
|
8492
8464
|
--tw-bg-opacity:1;
|
8493
|
-
background-color:rgb(
|
8465
|
+
background-color:rgb(209 250 229 / var(--tw-bg-opacity))
|
8494
8466
|
}
|
8495
8467
|
|
8496
8468
|
.hover\:bg-teal-600:hover{
|
@@ -8498,9 +8470,9 @@ trix-editor {
|
|
8498
8470
|
background-color:rgb(13 148 136 / var(--tw-bg-opacity))
|
8499
8471
|
}
|
8500
8472
|
|
8501
|
-
.hover\:bg-
|
8473
|
+
.hover\:bg-teal-100:hover{
|
8502
8474
|
--tw-bg-opacity:1;
|
8503
|
-
background-color:rgb(
|
8475
|
+
background-color:rgb(204 251 241 / var(--tw-bg-opacity))
|
8504
8476
|
}
|
8505
8477
|
|
8506
8478
|
.hover\:bg-cyan-600:hover{
|
@@ -8508,9 +8480,9 @@ trix-editor {
|
|
8508
8480
|
background-color:rgb(8 145 178 / var(--tw-bg-opacity))
|
8509
8481
|
}
|
8510
8482
|
|
8511
|
-
.hover\:bg-
|
8483
|
+
.hover\:bg-cyan-100:hover{
|
8512
8484
|
--tw-bg-opacity:1;
|
8513
|
-
background-color:rgb(
|
8485
|
+
background-color:rgb(207 250 254 / var(--tw-bg-opacity))
|
8514
8486
|
}
|
8515
8487
|
|
8516
8488
|
.hover\:bg-sky-600:hover{
|
@@ -8518,9 +8490,9 @@ trix-editor {
|
|
8518
8490
|
background-color:rgb(2 132 199 / var(--tw-bg-opacity))
|
8519
8491
|
}
|
8520
8492
|
|
8521
|
-
.hover\:bg-
|
8493
|
+
.hover\:bg-sky-100:hover{
|
8522
8494
|
--tw-bg-opacity:1;
|
8523
|
-
background-color:rgb(
|
8495
|
+
background-color:rgb(224 242 254 / var(--tw-bg-opacity))
|
8524
8496
|
}
|
8525
8497
|
|
8526
8498
|
.hover\:bg-blue-600:hover{
|
@@ -8528,9 +8500,9 @@ trix-editor {
|
|
8528
8500
|
background-color:rgb(6 107 178 / var(--tw-bg-opacity))
|
8529
8501
|
}
|
8530
8502
|
|
8531
|
-
.hover\:bg-
|
8503
|
+
.hover\:bg-blue-100:hover{
|
8532
8504
|
--tw-bg-opacity:1;
|
8533
|
-
background-color:rgb(
|
8505
|
+
background-color:rgb(206 231 248 / var(--tw-bg-opacity))
|
8534
8506
|
}
|
8535
8507
|
|
8536
8508
|
.hover\:bg-indigo-600:hover{
|
@@ -8538,9 +8510,9 @@ trix-editor {
|
|
8538
8510
|
background-color:rgb(79 70 229 / var(--tw-bg-opacity))
|
8539
8511
|
}
|
8540
8512
|
|
8541
|
-
.hover\:bg-
|
8513
|
+
.hover\:bg-indigo-100:hover{
|
8542
8514
|
--tw-bg-opacity:1;
|
8543
|
-
background-color:rgb(
|
8515
|
+
background-color:rgb(224 231 255 / var(--tw-bg-opacity))
|
8544
8516
|
}
|
8545
8517
|
|
8546
8518
|
.hover\:bg-violet-600:hover{
|
@@ -8548,9 +8520,9 @@ trix-editor {
|
|
8548
8520
|
background-color:rgb(124 58 237 / var(--tw-bg-opacity))
|
8549
8521
|
}
|
8550
8522
|
|
8551
|
-
.hover\:bg-
|
8523
|
+
.hover\:bg-violet-100:hover{
|
8552
8524
|
--tw-bg-opacity:1;
|
8553
|
-
background-color:rgb(
|
8525
|
+
background-color:rgb(237 233 254 / var(--tw-bg-opacity))
|
8554
8526
|
}
|
8555
8527
|
|
8556
8528
|
.hover\:bg-purple-600:hover{
|
@@ -8558,9 +8530,9 @@ trix-editor {
|
|
8558
8530
|
background-color:rgb(147 51 234 / var(--tw-bg-opacity))
|
8559
8531
|
}
|
8560
8532
|
|
8561
|
-
.hover\:bg-
|
8533
|
+
.hover\:bg-purple-100:hover{
|
8562
8534
|
--tw-bg-opacity:1;
|
8563
|
-
background-color:rgb(
|
8535
|
+
background-color:rgb(243 232 255 / var(--tw-bg-opacity))
|
8564
8536
|
}
|
8565
8537
|
|
8566
8538
|
.hover\:bg-fuchsia-600:hover{
|
@@ -8568,9 +8540,9 @@ trix-editor {
|
|
8568
8540
|
background-color:rgb(192 38 211 / var(--tw-bg-opacity))
|
8569
8541
|
}
|
8570
8542
|
|
8571
|
-
.hover\:bg-
|
8543
|
+
.hover\:bg-fuchsia-100:hover{
|
8572
8544
|
--tw-bg-opacity:1;
|
8573
|
-
background-color:rgb(
|
8545
|
+
background-color:rgb(250 232 255 / var(--tw-bg-opacity))
|
8574
8546
|
}
|
8575
8547
|
|
8576
8548
|
.hover\:bg-pink-600:hover{
|
@@ -8578,9 +8550,9 @@ trix-editor {
|
|
8578
8550
|
background-color:rgb(219 39 119 / var(--tw-bg-opacity))
|
8579
8551
|
}
|
8580
8552
|
|
8581
|
-
.hover\:bg-
|
8553
|
+
.hover\:bg-pink-100:hover{
|
8582
8554
|
--tw-bg-opacity:1;
|
8583
|
-
background-color:rgb(
|
8555
|
+
background-color:rgb(252 231 243 / var(--tw-bg-opacity))
|
8584
8556
|
}
|
8585
8557
|
|
8586
8558
|
.hover\:bg-rose-600:hover{
|
@@ -8588,19 +8560,21 @@ trix-editor {
|
|
8588
8560
|
background-color:rgb(225 29 72 / var(--tw-bg-opacity))
|
8589
8561
|
}
|
8590
8562
|
|
8591
|
-
.hover\:bg-
|
8563
|
+
.hover\:bg-rose-100:hover{
|
8592
8564
|
--tw-bg-opacity:1;
|
8593
|
-
background-color:rgb(
|
8565
|
+
background-color:rgb(255 228 230 / var(--tw-bg-opacity))
|
8594
8566
|
}
|
8595
8567
|
|
8596
8568
|
.hover\:bg-primary-600:hover{
|
8597
|
-
--
|
8598
|
-
background-color:rgb(6 107 178 / var(--tw-bg-opacity))
|
8569
|
+
background-color:rgb(var(--color-primary-600))
|
8599
8570
|
}
|
8600
8571
|
|
8601
|
-
.hover\:bg-
|
8602
|
-
--
|
8603
|
-
|
8572
|
+
.hover\:bg-primary-100:hover{
|
8573
|
+
background-color:rgb(var(--color-primary-100))
|
8574
|
+
}
|
8575
|
+
|
8576
|
+
.hover\:bg-primary-500:hover{
|
8577
|
+
background-color:rgb(var(--color-primary-500))
|
8604
8578
|
}
|
8605
8579
|
|
8606
8580
|
.hover\:bg-gray-50:hover{
|
@@ -8613,11 +8587,6 @@ trix-editor {
|
|
8613
8587
|
color:rgb(117 125 138 / var(--tw-text-opacity))
|
8614
8588
|
}
|
8615
8589
|
|
8616
|
-
.hover\:text-gray-400:hover{
|
8617
|
-
--tw-text-opacity:1;
|
8618
|
-
color:rgb(145 151 161 / var(--tw-text-opacity))
|
8619
|
-
}
|
8620
|
-
|
8621
8590
|
.hover\:text-white:hover{
|
8622
8591
|
--tw-text-opacity:1;
|
8623
8592
|
color:rgb(255 255 255 / var(--tw-text-opacity))
|
@@ -8638,20 +8607,11 @@ trix-editor {
|
|
8638
8607
|
box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
|
8639
8608
|
}
|
8640
8609
|
|
8641
|
-
.focus\:z-10:focus{
|
8642
|
-
z-index:10
|
8643
|
-
}
|
8644
|
-
|
8645
8610
|
.focus\:border-gray-600:focus{
|
8646
8611
|
--tw-border-opacity:1;
|
8647
8612
|
border-color:rgb(94 100 110 / var(--tw-border-opacity))
|
8648
8613
|
}
|
8649
8614
|
|
8650
|
-
.focus\:border-blue-300:focus{
|
8651
|
-
--tw-border-opacity:1;
|
8652
|
-
border-color:rgb(107 182 235 / var(--tw-border-opacity))
|
8653
|
-
}
|
8654
|
-
|
8655
8615
|
.focus\:border-gray-300:focus{
|
8656
8616
|
--tw-border-opacity:1;
|
8657
8617
|
border-color:rgb(172 177 185 / var(--tw-border-opacity))
|
@@ -8687,6 +8647,10 @@ trix-editor {
|
|
8687
8647
|
outline-offset:2px
|
8688
8648
|
}
|
8689
8649
|
|
8650
|
+
.focus\:checked\:\!bg-primary-400:checked:focus{
|
8651
|
+
background-color:rgb(var(--color-primary-400)) !important
|
8652
|
+
}
|
8653
|
+
|
8690
8654
|
.focus-visible\:ring-0:focus-visible{
|
8691
8655
|
--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
8692
8656
|
--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
@@ -8703,14 +8667,19 @@ trix-editor {
|
|
8703
8667
|
transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
|
8704
8668
|
}
|
8705
8669
|
|
8670
|
+
.active\:border-slate-600:active{
|
8671
|
+
--tw-border-opacity:1;
|
8672
|
+
border-color:rgb(71 85 105 / var(--tw-border-opacity))
|
8673
|
+
}
|
8674
|
+
|
8706
8675
|
.active\:border-slate-500:active{
|
8707
8676
|
--tw-border-opacity:1;
|
8708
8677
|
border-color:rgb(100 116 139 / var(--tw-border-opacity))
|
8709
8678
|
}
|
8710
8679
|
|
8711
|
-
.active\:border-
|
8680
|
+
.active\:border-gray-600:active{
|
8712
8681
|
--tw-border-opacity:1;
|
8713
|
-
border-color:rgb(
|
8682
|
+
border-color:rgb(94 100 110 / var(--tw-border-opacity))
|
8714
8683
|
}
|
8715
8684
|
|
8716
8685
|
.active\:border-gray-500:active{
|
@@ -8718,9 +8687,9 @@ trix-editor {
|
|
8718
8687
|
border-color:rgb(117 125 138 / var(--tw-border-opacity))
|
8719
8688
|
}
|
8720
8689
|
|
8721
|
-
.active\:border-
|
8690
|
+
.active\:border-zinc-600:active{
|
8722
8691
|
--tw-border-opacity:1;
|
8723
|
-
border-color:rgb(
|
8692
|
+
border-color:rgb(82 82 91 / var(--tw-border-opacity))
|
8724
8693
|
}
|
8725
8694
|
|
8726
8695
|
.active\:border-zinc-500:active{
|
@@ -8728,9 +8697,9 @@ trix-editor {
|
|
8728
8697
|
border-color:rgb(113 113 122 / var(--tw-border-opacity))
|
8729
8698
|
}
|
8730
8699
|
|
8731
|
-
.active\:border-
|
8700
|
+
.active\:border-neutral-600:active{
|
8732
8701
|
--tw-border-opacity:1;
|
8733
|
-
border-color:rgb(
|
8702
|
+
border-color:rgb(82 82 82 / var(--tw-border-opacity))
|
8734
8703
|
}
|
8735
8704
|
|
8736
8705
|
.active\:border-neutral-500:active{
|
@@ -8738,9 +8707,9 @@ trix-editor {
|
|
8738
8707
|
border-color:rgb(115 115 115 / var(--tw-border-opacity))
|
8739
8708
|
}
|
8740
8709
|
|
8741
|
-
.active\:border-
|
8710
|
+
.active\:border-stone-600:active{
|
8742
8711
|
--tw-border-opacity:1;
|
8743
|
-
border-color:rgb(
|
8712
|
+
border-color:rgb(87 83 78 / var(--tw-border-opacity))
|
8744
8713
|
}
|
8745
8714
|
|
8746
8715
|
.active\:border-stone-500:active{
|
@@ -8748,9 +8717,9 @@ trix-editor {
|
|
8748
8717
|
border-color:rgb(120 113 108 / var(--tw-border-opacity))
|
8749
8718
|
}
|
8750
8719
|
|
8751
|
-
.active\:border-
|
8720
|
+
.active\:border-red-600:active{
|
8752
8721
|
--tw-border-opacity:1;
|
8753
|
-
border-color:rgb(
|
8722
|
+
border-color:rgb(220 38 38 / var(--tw-border-opacity))
|
8754
8723
|
}
|
8755
8724
|
|
8756
8725
|
.active\:border-red-500:active{
|
@@ -8758,9 +8727,9 @@ trix-editor {
|
|
8758
8727
|
border-color:rgb(239 68 68 / var(--tw-border-opacity))
|
8759
8728
|
}
|
8760
8729
|
|
8761
|
-
.active\:border-
|
8730
|
+
.active\:border-orange-600:active{
|
8762
8731
|
--tw-border-opacity:1;
|
8763
|
-
border-color:rgb(
|
8732
|
+
border-color:rgb(234 88 12 / var(--tw-border-opacity))
|
8764
8733
|
}
|
8765
8734
|
|
8766
8735
|
.active\:border-orange-500:active{
|
@@ -8768,9 +8737,9 @@ trix-editor {
|
|
8768
8737
|
border-color:rgb(249 115 22 / var(--tw-border-opacity))
|
8769
8738
|
}
|
8770
8739
|
|
8771
|
-
.active\:border-
|
8740
|
+
.active\:border-amber-600:active{
|
8772
8741
|
--tw-border-opacity:1;
|
8773
|
-
border-color:rgb(
|
8742
|
+
border-color:rgb(217 119 6 / var(--tw-border-opacity))
|
8774
8743
|
}
|
8775
8744
|
|
8776
8745
|
.active\:border-amber-500:active{
|
@@ -8778,9 +8747,9 @@ trix-editor {
|
|
8778
8747
|
border-color:rgb(245 158 11 / var(--tw-border-opacity))
|
8779
8748
|
}
|
8780
8749
|
|
8781
|
-
.active\:border-
|
8750
|
+
.active\:border-yellow-600:active{
|
8782
8751
|
--tw-border-opacity:1;
|
8783
|
-
border-color:rgb(
|
8752
|
+
border-color:rgb(202 138 4 / var(--tw-border-opacity))
|
8784
8753
|
}
|
8785
8754
|
|
8786
8755
|
.active\:border-yellow-500:active{
|
@@ -8788,9 +8757,9 @@ trix-editor {
|
|
8788
8757
|
border-color:rgb(234 179 8 / var(--tw-border-opacity))
|
8789
8758
|
}
|
8790
8759
|
|
8791
|
-
.active\:border-
|
8760
|
+
.active\:border-lime-600:active{
|
8792
8761
|
--tw-border-opacity:1;
|
8793
|
-
border-color:rgb(
|
8762
|
+
border-color:rgb(101 163 13 / var(--tw-border-opacity))
|
8794
8763
|
}
|
8795
8764
|
|
8796
8765
|
.active\:border-lime-500:active{
|
@@ -8798,9 +8767,9 @@ trix-editor {
|
|
8798
8767
|
border-color:rgb(132 204 22 / var(--tw-border-opacity))
|
8799
8768
|
}
|
8800
8769
|
|
8801
|
-
.active\:border-
|
8770
|
+
.active\:border-green-600:active{
|
8802
8771
|
--tw-border-opacity:1;
|
8803
|
-
border-color:rgb(
|
8772
|
+
border-color:rgb(22 163 74 / var(--tw-border-opacity))
|
8804
8773
|
}
|
8805
8774
|
|
8806
8775
|
.active\:border-green-500:active{
|
@@ -8808,9 +8777,9 @@ trix-editor {
|
|
8808
8777
|
border-color:rgb(34 197 94 / var(--tw-border-opacity))
|
8809
8778
|
}
|
8810
8779
|
|
8811
|
-
.active\:border-
|
8780
|
+
.active\:border-emerald-600:active{
|
8812
8781
|
--tw-border-opacity:1;
|
8813
|
-
border-color:rgb(
|
8782
|
+
border-color:rgb(5 150 105 / var(--tw-border-opacity))
|
8814
8783
|
}
|
8815
8784
|
|
8816
8785
|
.active\:border-emerald-500:active{
|
@@ -8818,9 +8787,9 @@ trix-editor {
|
|
8818
8787
|
border-color:rgb(16 185 129 / var(--tw-border-opacity))
|
8819
8788
|
}
|
8820
8789
|
|
8821
|
-
.active\:border-
|
8790
|
+
.active\:border-teal-600:active{
|
8822
8791
|
--tw-border-opacity:1;
|
8823
|
-
border-color:rgb(
|
8792
|
+
border-color:rgb(13 148 136 / var(--tw-border-opacity))
|
8824
8793
|
}
|
8825
8794
|
|
8826
8795
|
.active\:border-teal-500:active{
|
@@ -8828,9 +8797,9 @@ trix-editor {
|
|
8828
8797
|
border-color:rgb(20 184 166 / var(--tw-border-opacity))
|
8829
8798
|
}
|
8830
8799
|
|
8831
|
-
.active\:border-
|
8800
|
+
.active\:border-cyan-600:active{
|
8832
8801
|
--tw-border-opacity:1;
|
8833
|
-
border-color:rgb(
|
8802
|
+
border-color:rgb(8 145 178 / var(--tw-border-opacity))
|
8834
8803
|
}
|
8835
8804
|
|
8836
8805
|
.active\:border-cyan-500:active{
|
@@ -8838,9 +8807,9 @@ trix-editor {
|
|
8838
8807
|
border-color:rgb(6 182 212 / var(--tw-border-opacity))
|
8839
8808
|
}
|
8840
8809
|
|
8841
|
-
.active\:border-
|
8810
|
+
.active\:border-sky-600:active{
|
8842
8811
|
--tw-border-opacity:1;
|
8843
|
-
border-color:rgb(
|
8812
|
+
border-color:rgb(2 132 199 / var(--tw-border-opacity))
|
8844
8813
|
}
|
8845
8814
|
|
8846
8815
|
.active\:border-sky-500:active{
|
@@ -8848,9 +8817,9 @@ trix-editor {
|
|
8848
8817
|
border-color:rgb(14 165 233 / var(--tw-border-opacity))
|
8849
8818
|
}
|
8850
8819
|
|
8851
|
-
.active\:border-
|
8820
|
+
.active\:border-blue-600:active{
|
8852
8821
|
--tw-border-opacity:1;
|
8853
|
-
border-color:rgb(
|
8822
|
+
border-color:rgb(6 107 178 / var(--tw-border-opacity))
|
8854
8823
|
}
|
8855
8824
|
|
8856
8825
|
.active\:border-blue-500:active{
|
@@ -8858,9 +8827,9 @@ trix-editor {
|
|
8858
8827
|
border-color:rgb(8 134 222 / var(--tw-border-opacity))
|
8859
8828
|
}
|
8860
8829
|
|
8861
|
-
.active\:border-
|
8830
|
+
.active\:border-indigo-600:active{
|
8862
8831
|
--tw-border-opacity:1;
|
8863
|
-
border-color:rgb(
|
8832
|
+
border-color:rgb(79 70 229 / var(--tw-border-opacity))
|
8864
8833
|
}
|
8865
8834
|
|
8866
8835
|
.active\:border-indigo-500:active{
|
@@ -8868,9 +8837,9 @@ trix-editor {
|
|
8868
8837
|
border-color:rgb(99 102 241 / var(--tw-border-opacity))
|
8869
8838
|
}
|
8870
8839
|
|
8871
|
-
.active\:border-
|
8840
|
+
.active\:border-violet-600:active{
|
8872
8841
|
--tw-border-opacity:1;
|
8873
|
-
border-color:rgb(
|
8842
|
+
border-color:rgb(124 58 237 / var(--tw-border-opacity))
|
8874
8843
|
}
|
8875
8844
|
|
8876
8845
|
.active\:border-violet-500:active{
|
@@ -8878,9 +8847,9 @@ trix-editor {
|
|
8878
8847
|
border-color:rgb(139 92 246 / var(--tw-border-opacity))
|
8879
8848
|
}
|
8880
8849
|
|
8881
|
-
.active\:border-
|
8850
|
+
.active\:border-purple-600:active{
|
8882
8851
|
--tw-border-opacity:1;
|
8883
|
-
border-color:rgb(
|
8852
|
+
border-color:rgb(147 51 234 / var(--tw-border-opacity))
|
8884
8853
|
}
|
8885
8854
|
|
8886
8855
|
.active\:border-purple-500:active{
|
@@ -8888,9 +8857,9 @@ trix-editor {
|
|
8888
8857
|
border-color:rgb(168 85 247 / var(--tw-border-opacity))
|
8889
8858
|
}
|
8890
8859
|
|
8891
|
-
.active\:border-
|
8860
|
+
.active\:border-fuchsia-600:active{
|
8892
8861
|
--tw-border-opacity:1;
|
8893
|
-
border-color:rgb(
|
8862
|
+
border-color:rgb(192 38 211 / var(--tw-border-opacity))
|
8894
8863
|
}
|
8895
8864
|
|
8896
8865
|
.active\:border-fuchsia-500:active{
|
@@ -8898,9 +8867,9 @@ trix-editor {
|
|
8898
8867
|
border-color:rgb(217 70 239 / var(--tw-border-opacity))
|
8899
8868
|
}
|
8900
8869
|
|
8901
|
-
.active\:border-
|
8870
|
+
.active\:border-pink-600:active{
|
8902
8871
|
--tw-border-opacity:1;
|
8903
|
-
border-color:rgb(
|
8872
|
+
border-color:rgb(219 39 119 / var(--tw-border-opacity))
|
8904
8873
|
}
|
8905
8874
|
|
8906
8875
|
.active\:border-pink-500:active{
|
@@ -8908,9 +8877,9 @@ trix-editor {
|
|
8908
8877
|
border-color:rgb(236 72 153 / var(--tw-border-opacity))
|
8909
8878
|
}
|
8910
8879
|
|
8911
|
-
.active\:border-
|
8880
|
+
.active\:border-rose-600:active{
|
8912
8881
|
--tw-border-opacity:1;
|
8913
|
-
border-color:rgb(
|
8882
|
+
border-color:rgb(225 29 72 / var(--tw-border-opacity))
|
8914
8883
|
}
|
8915
8884
|
|
8916
8885
|
.active\:border-rose-500:active{
|
@@ -8918,24 +8887,12 @@ trix-editor {
|
|
8918
8887
|
border-color:rgb(244 63 94 / var(--tw-border-opacity))
|
8919
8888
|
}
|
8920
8889
|
|
8921
|
-
.active\:border-
|
8922
|
-
--
|
8923
|
-
border-color:rgb(190 18 60 / var(--tw-border-opacity))
|
8890
|
+
.active\:border-primary-600:active{
|
8891
|
+
border-color:rgb(var(--color-primary-600))
|
8924
8892
|
}
|
8925
8893
|
|
8926
8894
|
.active\:border-primary-500:active{
|
8927
|
-
--
|
8928
|
-
border-color:rgb(8 134 222 / var(--tw-border-opacity))
|
8929
|
-
}
|
8930
|
-
|
8931
|
-
.active\:border-primary-700:active{
|
8932
|
-
--tw-border-opacity:1;
|
8933
|
-
border-color:rgb(5 80 133 / var(--tw-border-opacity))
|
8934
|
-
}
|
8935
|
-
|
8936
|
-
.active\:bg-slate-100:active{
|
8937
|
-
--tw-bg-opacity:1;
|
8938
|
-
background-color:rgb(241 245 249 / var(--tw-bg-opacity))
|
8895
|
+
border-color:rgb(var(--color-primary-500))
|
8939
8896
|
}
|
8940
8897
|
|
8941
8898
|
.active\:bg-slate-600:active{
|
@@ -8943,9 +8900,9 @@ trix-editor {
|
|
8943
8900
|
background-color:rgb(71 85 105 / var(--tw-bg-opacity))
|
8944
8901
|
}
|
8945
8902
|
|
8946
|
-
.active\:bg-
|
8903
|
+
.active\:bg-slate-100:active{
|
8947
8904
|
--tw-bg-opacity:1;
|
8948
|
-
background-color:rgb(
|
8905
|
+
background-color:rgb(241 245 249 / var(--tw-bg-opacity))
|
8949
8906
|
}
|
8950
8907
|
|
8951
8908
|
.active\:bg-gray-600:active{
|
@@ -8953,9 +8910,9 @@ trix-editor {
|
|
8953
8910
|
background-color:rgb(94 100 110 / var(--tw-bg-opacity))
|
8954
8911
|
}
|
8955
8912
|
|
8956
|
-
.active\:bg-
|
8913
|
+
.active\:bg-gray-100:active{
|
8957
8914
|
--tw-bg-opacity:1;
|
8958
|
-
background-color:rgb(
|
8915
|
+
background-color:rgb(227 229 232 / var(--tw-bg-opacity))
|
8959
8916
|
}
|
8960
8917
|
|
8961
8918
|
.active\:bg-zinc-600:active{
|
@@ -8963,9 +8920,9 @@ trix-editor {
|
|
8963
8920
|
background-color:rgb(82 82 91 / var(--tw-bg-opacity))
|
8964
8921
|
}
|
8965
8922
|
|
8966
|
-
.active\:bg-
|
8923
|
+
.active\:bg-zinc-100:active{
|
8967
8924
|
--tw-bg-opacity:1;
|
8968
|
-
background-color:rgb(
|
8925
|
+
background-color:rgb(244 244 245 / var(--tw-bg-opacity))
|
8969
8926
|
}
|
8970
8927
|
|
8971
8928
|
.active\:bg-neutral-600:active{
|
@@ -8973,9 +8930,9 @@ trix-editor {
|
|
8973
8930
|
background-color:rgb(82 82 82 / var(--tw-bg-opacity))
|
8974
8931
|
}
|
8975
8932
|
|
8976
|
-
.active\:bg-
|
8933
|
+
.active\:bg-neutral-100:active{
|
8977
8934
|
--tw-bg-opacity:1;
|
8978
|
-
background-color:rgb(245 245
|
8935
|
+
background-color:rgb(245 245 245 / var(--tw-bg-opacity))
|
8979
8936
|
}
|
8980
8937
|
|
8981
8938
|
.active\:bg-stone-600:active{
|
@@ -8983,9 +8940,9 @@ trix-editor {
|
|
8983
8940
|
background-color:rgb(87 83 78 / var(--tw-bg-opacity))
|
8984
8941
|
}
|
8985
8942
|
|
8986
|
-
.active\:bg-
|
8943
|
+
.active\:bg-stone-100:active{
|
8987
8944
|
--tw-bg-opacity:1;
|
8988
|
-
background-color:rgb(
|
8945
|
+
background-color:rgb(245 245 244 / var(--tw-bg-opacity))
|
8989
8946
|
}
|
8990
8947
|
|
8991
8948
|
.active\:bg-red-600:active{
|
@@ -8993,9 +8950,9 @@ trix-editor {
|
|
8993
8950
|
background-color:rgb(220 38 38 / var(--tw-bg-opacity))
|
8994
8951
|
}
|
8995
8952
|
|
8996
|
-
.active\:bg-
|
8953
|
+
.active\:bg-red-100:active{
|
8997
8954
|
--tw-bg-opacity:1;
|
8998
|
-
background-color:rgb(
|
8955
|
+
background-color:rgb(254 226 226 / var(--tw-bg-opacity))
|
8999
8956
|
}
|
9000
8957
|
|
9001
8958
|
.active\:bg-orange-600:active{
|
@@ -9003,9 +8960,9 @@ trix-editor {
|
|
9003
8960
|
background-color:rgb(234 88 12 / var(--tw-bg-opacity))
|
9004
8961
|
}
|
9005
8962
|
|
9006
|
-
.active\:bg-
|
8963
|
+
.active\:bg-orange-100:active{
|
9007
8964
|
--tw-bg-opacity:1;
|
9008
|
-
background-color:rgb(
|
8965
|
+
background-color:rgb(255 237 213 / var(--tw-bg-opacity))
|
9009
8966
|
}
|
9010
8967
|
|
9011
8968
|
.active\:bg-amber-600:active{
|
@@ -9013,9 +8970,9 @@ trix-editor {
|
|
9013
8970
|
background-color:rgb(217 119 6 / var(--tw-bg-opacity))
|
9014
8971
|
}
|
9015
8972
|
|
9016
|
-
.active\:bg-
|
8973
|
+
.active\:bg-amber-100:active{
|
9017
8974
|
--tw-bg-opacity:1;
|
9018
|
-
background-color:rgb(254
|
8975
|
+
background-color:rgb(254 243 199 / var(--tw-bg-opacity))
|
9019
8976
|
}
|
9020
8977
|
|
9021
8978
|
.active\:bg-yellow-600:active{
|
@@ -9023,9 +8980,9 @@ trix-editor {
|
|
9023
8980
|
background-color:rgb(202 138 4 / var(--tw-bg-opacity))
|
9024
8981
|
}
|
9025
8982
|
|
9026
|
-
.active\:bg-
|
8983
|
+
.active\:bg-yellow-100:active{
|
9027
8984
|
--tw-bg-opacity:1;
|
9028
|
-
background-color:rgb(
|
8985
|
+
background-color:rgb(254 249 195 / var(--tw-bg-opacity))
|
9029
8986
|
}
|
9030
8987
|
|
9031
8988
|
.active\:bg-lime-600:active{
|
@@ -9033,9 +8990,9 @@ trix-editor {
|
|
9033
8990
|
background-color:rgb(101 163 13 / var(--tw-bg-opacity))
|
9034
8991
|
}
|
9035
8992
|
|
9036
|
-
.active\:bg-
|
8993
|
+
.active\:bg-lime-100:active{
|
9037
8994
|
--tw-bg-opacity:1;
|
9038
|
-
background-color:rgb(
|
8995
|
+
background-color:rgb(236 252 203 / var(--tw-bg-opacity))
|
9039
8996
|
}
|
9040
8997
|
|
9041
8998
|
.active\:bg-green-600:active{
|
@@ -9043,9 +9000,9 @@ trix-editor {
|
|
9043
9000
|
background-color:rgb(22 163 74 / var(--tw-bg-opacity))
|
9044
9001
|
}
|
9045
9002
|
|
9046
|
-
.active\:bg-
|
9003
|
+
.active\:bg-green-100:active{
|
9047
9004
|
--tw-bg-opacity:1;
|
9048
|
-
background-color:rgb(
|
9005
|
+
background-color:rgb(220 252 231 / var(--tw-bg-opacity))
|
9049
9006
|
}
|
9050
9007
|
|
9051
9008
|
.active\:bg-emerald-600:active{
|
@@ -9053,9 +9010,9 @@ trix-editor {
|
|
9053
9010
|
background-color:rgb(5 150 105 / var(--tw-bg-opacity))
|
9054
9011
|
}
|
9055
9012
|
|
9056
|
-
.active\:bg-
|
9013
|
+
.active\:bg-emerald-100:active{
|
9057
9014
|
--tw-bg-opacity:1;
|
9058
|
-
background-color:rgb(
|
9015
|
+
background-color:rgb(209 250 229 / var(--tw-bg-opacity))
|
9059
9016
|
}
|
9060
9017
|
|
9061
9018
|
.active\:bg-teal-600:active{
|
@@ -9063,9 +9020,9 @@ trix-editor {
|
|
9063
9020
|
background-color:rgb(13 148 136 / var(--tw-bg-opacity))
|
9064
9021
|
}
|
9065
9022
|
|
9066
|
-
.active\:bg-
|
9023
|
+
.active\:bg-teal-100:active{
|
9067
9024
|
--tw-bg-opacity:1;
|
9068
|
-
background-color:rgb(
|
9025
|
+
background-color:rgb(204 251 241 / var(--tw-bg-opacity))
|
9069
9026
|
}
|
9070
9027
|
|
9071
9028
|
.active\:bg-cyan-600:active{
|
@@ -9073,9 +9030,9 @@ trix-editor {
|
|
9073
9030
|
background-color:rgb(8 145 178 / var(--tw-bg-opacity))
|
9074
9031
|
}
|
9075
9032
|
|
9076
|
-
.active\:bg-
|
9033
|
+
.active\:bg-cyan-100:active{
|
9077
9034
|
--tw-bg-opacity:1;
|
9078
|
-
background-color:rgb(
|
9035
|
+
background-color:rgb(207 250 254 / var(--tw-bg-opacity))
|
9079
9036
|
}
|
9080
9037
|
|
9081
9038
|
.active\:bg-sky-600:active{
|
@@ -9083,9 +9040,9 @@ trix-editor {
|
|
9083
9040
|
background-color:rgb(2 132 199 / var(--tw-bg-opacity))
|
9084
9041
|
}
|
9085
9042
|
|
9086
|
-
.active\:bg-
|
9043
|
+
.active\:bg-sky-100:active{
|
9087
9044
|
--tw-bg-opacity:1;
|
9088
|
-
background-color:rgb(
|
9045
|
+
background-color:rgb(224 242 254 / var(--tw-bg-opacity))
|
9089
9046
|
}
|
9090
9047
|
|
9091
9048
|
.active\:bg-blue-600:active{
|
@@ -9093,9 +9050,9 @@ trix-editor {
|
|
9093
9050
|
background-color:rgb(6 107 178 / var(--tw-bg-opacity))
|
9094
9051
|
}
|
9095
9052
|
|
9096
|
-
.active\:bg-
|
9053
|
+
.active\:bg-blue-100:active{
|
9097
9054
|
--tw-bg-opacity:1;
|
9098
|
-
background-color:rgb(
|
9055
|
+
background-color:rgb(206 231 248 / var(--tw-bg-opacity))
|
9099
9056
|
}
|
9100
9057
|
|
9101
9058
|
.active\:bg-indigo-600:active{
|
@@ -9103,9 +9060,9 @@ trix-editor {
|
|
9103
9060
|
background-color:rgb(79 70 229 / var(--tw-bg-opacity))
|
9104
9061
|
}
|
9105
9062
|
|
9106
|
-
.active\:bg-
|
9063
|
+
.active\:bg-indigo-100:active{
|
9107
9064
|
--tw-bg-opacity:1;
|
9108
|
-
background-color:rgb(
|
9065
|
+
background-color:rgb(224 231 255 / var(--tw-bg-opacity))
|
9109
9066
|
}
|
9110
9067
|
|
9111
9068
|
.active\:bg-violet-600:active{
|
@@ -9113,9 +9070,9 @@ trix-editor {
|
|
9113
9070
|
background-color:rgb(124 58 237 / var(--tw-bg-opacity))
|
9114
9071
|
}
|
9115
9072
|
|
9116
|
-
.active\:bg-
|
9073
|
+
.active\:bg-violet-100:active{
|
9117
9074
|
--tw-bg-opacity:1;
|
9118
|
-
background-color:rgb(
|
9075
|
+
background-color:rgb(237 233 254 / var(--tw-bg-opacity))
|
9119
9076
|
}
|
9120
9077
|
|
9121
9078
|
.active\:bg-purple-600:active{
|
@@ -9123,9 +9080,9 @@ trix-editor {
|
|
9123
9080
|
background-color:rgb(147 51 234 / var(--tw-bg-opacity))
|
9124
9081
|
}
|
9125
9082
|
|
9126
|
-
.active\:bg-
|
9083
|
+
.active\:bg-purple-100:active{
|
9127
9084
|
--tw-bg-opacity:1;
|
9128
|
-
background-color:rgb(
|
9085
|
+
background-color:rgb(243 232 255 / var(--tw-bg-opacity))
|
9129
9086
|
}
|
9130
9087
|
|
9131
9088
|
.active\:bg-fuchsia-600:active{
|
@@ -9133,9 +9090,9 @@ trix-editor {
|
|
9133
9090
|
background-color:rgb(192 38 211 / var(--tw-bg-opacity))
|
9134
9091
|
}
|
9135
9092
|
|
9136
|
-
.active\:bg-
|
9093
|
+
.active\:bg-fuchsia-100:active{
|
9137
9094
|
--tw-bg-opacity:1;
|
9138
|
-
background-color:rgb(
|
9095
|
+
background-color:rgb(250 232 255 / var(--tw-bg-opacity))
|
9139
9096
|
}
|
9140
9097
|
|
9141
9098
|
.active\:bg-pink-600:active{
|
@@ -9143,9 +9100,9 @@ trix-editor {
|
|
9143
9100
|
background-color:rgb(219 39 119 / var(--tw-bg-opacity))
|
9144
9101
|
}
|
9145
9102
|
|
9146
|
-
.active\:bg-
|
9103
|
+
.active\:bg-pink-100:active{
|
9147
9104
|
--tw-bg-opacity:1;
|
9148
|
-
background-color:rgb(
|
9105
|
+
background-color:rgb(252 231 243 / var(--tw-bg-opacity))
|
9149
9106
|
}
|
9150
9107
|
|
9151
9108
|
.active\:bg-rose-600:active{
|
@@ -9153,24 +9110,17 @@ trix-editor {
|
|
9153
9110
|
background-color:rgb(225 29 72 / var(--tw-bg-opacity))
|
9154
9111
|
}
|
9155
9112
|
|
9156
|
-
.active\:bg-
|
9113
|
+
.active\:bg-rose-100:active{
|
9157
9114
|
--tw-bg-opacity:1;
|
9158
|
-
background-color:rgb(
|
9115
|
+
background-color:rgb(255 228 230 / var(--tw-bg-opacity))
|
9159
9116
|
}
|
9160
9117
|
|
9161
9118
|
.active\:bg-primary-600:active{
|
9162
|
-
--
|
9163
|
-
background-color:rgb(6 107 178 / var(--tw-bg-opacity))
|
9164
|
-
}
|
9165
|
-
|
9166
|
-
.active\:text-gray-700:active{
|
9167
|
-
--tw-text-opacity:1;
|
9168
|
-
color:rgb(70 75 83 / var(--tw-text-opacity))
|
9119
|
+
background-color:rgb(var(--color-primary-600))
|
9169
9120
|
}
|
9170
9121
|
|
9171
|
-
.active\:
|
9172
|
-
--
|
9173
|
-
color:rgb(117 125 138 / var(--tw-text-opacity))
|
9122
|
+
.active\:bg-primary-100:active{
|
9123
|
+
background-color:rgb(var(--color-primary-100))
|
9174
9124
|
}
|
9175
9125
|
|
9176
9126
|
.active\:outline:active{
|
@@ -9181,96 +9131,188 @@ trix-editor {
|
|
9181
9131
|
outline-width:1px
|
9182
9132
|
}
|
9183
9133
|
|
9134
|
+
.active\:outline-slate-600:active{
|
9135
|
+
outline-color:#475569
|
9136
|
+
}
|
9137
|
+
|
9184
9138
|
.active\:outline-slate-500:active{
|
9185
9139
|
outline-color:#64748b
|
9186
9140
|
}
|
9187
9141
|
|
9142
|
+
.active\:outline-gray-600:active{
|
9143
|
+
outline-color:#5E646E
|
9144
|
+
}
|
9145
|
+
|
9188
9146
|
.active\:outline-gray-500:active{
|
9189
9147
|
outline-color:#757D8A
|
9190
9148
|
}
|
9191
9149
|
|
9150
|
+
.active\:outline-zinc-600:active{
|
9151
|
+
outline-color:#52525b
|
9152
|
+
}
|
9153
|
+
|
9192
9154
|
.active\:outline-zinc-500:active{
|
9193
9155
|
outline-color:#71717a
|
9194
9156
|
}
|
9195
9157
|
|
9158
|
+
.active\:outline-neutral-600:active{
|
9159
|
+
outline-color:#525252
|
9160
|
+
}
|
9161
|
+
|
9196
9162
|
.active\:outline-neutral-500:active{
|
9197
9163
|
outline-color:#737373
|
9198
9164
|
}
|
9199
9165
|
|
9166
|
+
.active\:outline-stone-600:active{
|
9167
|
+
outline-color:#57534e
|
9168
|
+
}
|
9169
|
+
|
9200
9170
|
.active\:outline-stone-500:active{
|
9201
9171
|
outline-color:#78716c
|
9202
9172
|
}
|
9203
9173
|
|
9174
|
+
.active\:outline-red-600:active{
|
9175
|
+
outline-color:#dc2626
|
9176
|
+
}
|
9177
|
+
|
9204
9178
|
.active\:outline-red-500:active{
|
9205
9179
|
outline-color:#ef4444
|
9206
9180
|
}
|
9207
9181
|
|
9182
|
+
.active\:outline-orange-600:active{
|
9183
|
+
outline-color:#ea580c
|
9184
|
+
}
|
9185
|
+
|
9208
9186
|
.active\:outline-orange-500:active{
|
9209
9187
|
outline-color:#f97316
|
9210
9188
|
}
|
9211
9189
|
|
9190
|
+
.active\:outline-amber-600:active{
|
9191
|
+
outline-color:#d97706
|
9192
|
+
}
|
9193
|
+
|
9212
9194
|
.active\:outline-amber-500:active{
|
9213
9195
|
outline-color:#f59e0b
|
9214
9196
|
}
|
9215
9197
|
|
9198
|
+
.active\:outline-yellow-600:active{
|
9199
|
+
outline-color:#ca8a04
|
9200
|
+
}
|
9201
|
+
|
9216
9202
|
.active\:outline-yellow-500:active{
|
9217
9203
|
outline-color:#eab308
|
9218
9204
|
}
|
9219
9205
|
|
9206
|
+
.active\:outline-lime-600:active{
|
9207
|
+
outline-color:#65a30d
|
9208
|
+
}
|
9209
|
+
|
9220
9210
|
.active\:outline-lime-500:active{
|
9221
9211
|
outline-color:#84cc16
|
9222
9212
|
}
|
9223
9213
|
|
9214
|
+
.active\:outline-green-600:active{
|
9215
|
+
outline-color:#16a34a
|
9216
|
+
}
|
9217
|
+
|
9224
9218
|
.active\:outline-green-500:active{
|
9225
9219
|
outline-color:#22c55e
|
9226
9220
|
}
|
9227
9221
|
|
9222
|
+
.active\:outline-emerald-600:active{
|
9223
|
+
outline-color:#059669
|
9224
|
+
}
|
9225
|
+
|
9228
9226
|
.active\:outline-emerald-500:active{
|
9229
9227
|
outline-color:#10b981
|
9230
9228
|
}
|
9231
9229
|
|
9230
|
+
.active\:outline-teal-600:active{
|
9231
|
+
outline-color:#0d9488
|
9232
|
+
}
|
9233
|
+
|
9232
9234
|
.active\:outline-teal-500:active{
|
9233
9235
|
outline-color:#14b8a6
|
9234
9236
|
}
|
9235
9237
|
|
9238
|
+
.active\:outline-cyan-600:active{
|
9239
|
+
outline-color:#0891b2
|
9240
|
+
}
|
9241
|
+
|
9236
9242
|
.active\:outline-cyan-500:active{
|
9237
9243
|
outline-color:#06b6d4
|
9238
9244
|
}
|
9239
9245
|
|
9246
|
+
.active\:outline-sky-600:active{
|
9247
|
+
outline-color:#0284c7
|
9248
|
+
}
|
9249
|
+
|
9240
9250
|
.active\:outline-sky-500:active{
|
9241
9251
|
outline-color:#0ea5e9
|
9242
9252
|
}
|
9243
9253
|
|
9254
|
+
.active\:outline-blue-600:active{
|
9255
|
+
outline-color:#066BB2
|
9256
|
+
}
|
9257
|
+
|
9244
9258
|
.active\:outline-blue-500:active{
|
9245
9259
|
outline-color:#0886DE
|
9246
9260
|
}
|
9247
9261
|
|
9262
|
+
.active\:outline-indigo-600:active{
|
9263
|
+
outline-color:#4f46e5
|
9264
|
+
}
|
9265
|
+
|
9248
9266
|
.active\:outline-indigo-500:active{
|
9249
9267
|
outline-color:#6366f1
|
9250
9268
|
}
|
9251
9269
|
|
9270
|
+
.active\:outline-violet-600:active{
|
9271
|
+
outline-color:#7c3aed
|
9272
|
+
}
|
9273
|
+
|
9252
9274
|
.active\:outline-violet-500:active{
|
9253
9275
|
outline-color:#8b5cf6
|
9254
9276
|
}
|
9255
9277
|
|
9278
|
+
.active\:outline-purple-600:active{
|
9279
|
+
outline-color:#9333ea
|
9280
|
+
}
|
9281
|
+
|
9256
9282
|
.active\:outline-purple-500:active{
|
9257
9283
|
outline-color:#a855f7
|
9258
9284
|
}
|
9259
9285
|
|
9286
|
+
.active\:outline-fuchsia-600:active{
|
9287
|
+
outline-color:#c026d3
|
9288
|
+
}
|
9289
|
+
|
9260
9290
|
.active\:outline-fuchsia-500:active{
|
9261
9291
|
outline-color:#d946ef
|
9262
9292
|
}
|
9263
9293
|
|
9294
|
+
.active\:outline-pink-600:active{
|
9295
|
+
outline-color:#db2777
|
9296
|
+
}
|
9297
|
+
|
9264
9298
|
.active\:outline-pink-500:active{
|
9265
9299
|
outline-color:#ec4899
|
9266
9300
|
}
|
9267
9301
|
|
9302
|
+
.active\:outline-rose-600:active{
|
9303
|
+
outline-color:#e11d48
|
9304
|
+
}
|
9305
|
+
|
9268
9306
|
.active\:outline-rose-500:active{
|
9269
9307
|
outline-color:#f43f5e
|
9270
9308
|
}
|
9271
9309
|
|
9310
|
+
.active\:outline-primary-600:active{
|
9311
|
+
outline-color:rgb(var(--color-primary-600))
|
9312
|
+
}
|
9313
|
+
|
9272
9314
|
.active\:outline-primary-500:active{
|
9273
|
-
outline-color
|
9315
|
+
outline-color:rgb(var(--color-primary-500))
|
9274
9316
|
}
|
9275
9317
|
|
9276
9318
|
.disabled\:cursor-not-allowed:disabled{
|
@@ -9468,10 +9510,6 @@ trix-editor {
|
|
9468
9510
|
}
|
9469
9511
|
|
9470
9512
|
@media (min-width: 768px){
|
9471
|
-
.md\:inline-flex{
|
9472
|
-
display:inline-flex
|
9473
|
-
}
|
9474
|
-
|
9475
9513
|
.md\:h-14{
|
9476
9514
|
height:3.5rem
|
9477
9515
|
}
|