@cnc-ti/layout-basic 8.5.0 → 8.7.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.
- package/dist/index.css +756 -0
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +539 -37
- package/dist/index.d.ts +539 -37
- package/dist/index.js +2655 -329
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2617 -338
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -328,6 +328,8 @@ video {
|
|
|
328
328
|
display: none;
|
|
329
329
|
}
|
|
330
330
|
:root {
|
|
331
|
+
--background: 0 0% 100%;
|
|
332
|
+
--foreground: 222.2 84% 4.9%;
|
|
331
333
|
--ring: 222.2 84% 4.9%;
|
|
332
334
|
--muted: 210 40% 96.1%;
|
|
333
335
|
--muted-foreground: 215.4 16.3% 46.9%;
|
|
@@ -447,12 +449,28 @@ input[type=date]::-webkit-calendar-picker-indicator {
|
|
|
447
449
|
.cnc-inset-0 {
|
|
448
450
|
inset: 0px;
|
|
449
451
|
}
|
|
452
|
+
.cnc-inset-y-0 {
|
|
453
|
+
top: 0px;
|
|
454
|
+
bottom: 0px;
|
|
455
|
+
}
|
|
450
456
|
.-cnc-right-0\.5 {
|
|
451
457
|
right: -0.125rem;
|
|
452
458
|
}
|
|
453
459
|
.-cnc-top-0\.5 {
|
|
454
460
|
top: -0.125rem;
|
|
455
461
|
}
|
|
462
|
+
.cnc-bottom-1 {
|
|
463
|
+
bottom: 0.25rem;
|
|
464
|
+
}
|
|
465
|
+
.cnc-bottom-full {
|
|
466
|
+
bottom: 100%;
|
|
467
|
+
}
|
|
468
|
+
.cnc-left-0 {
|
|
469
|
+
left: 0px;
|
|
470
|
+
}
|
|
471
|
+
.cnc-left-1\/2 {
|
|
472
|
+
left: 50%;
|
|
473
|
+
}
|
|
456
474
|
.cnc-left-2 {
|
|
457
475
|
left: 0.5rem;
|
|
458
476
|
}
|
|
@@ -546,6 +564,9 @@ input[type=date]::-webkit-calendar-picker-indicator {
|
|
|
546
564
|
.cnc-mr-2 {
|
|
547
565
|
margin-right: 0.5rem;
|
|
548
566
|
}
|
|
567
|
+
.cnc-mt-0\.5 {
|
|
568
|
+
margin-top: 0.125rem;
|
|
569
|
+
}
|
|
549
570
|
.cnc-mt-1 {
|
|
550
571
|
margin-top: 0.25rem;
|
|
551
572
|
}
|
|
@@ -582,10 +603,42 @@ input[type=date]::-webkit-calendar-picker-indicator {
|
|
|
582
603
|
.cnc-grid {
|
|
583
604
|
display: grid;
|
|
584
605
|
}
|
|
606
|
+
.cnc-size-1 {
|
|
607
|
+
width: 0.25rem;
|
|
608
|
+
height: 0.25rem;
|
|
609
|
+
}
|
|
610
|
+
.cnc-size-12 {
|
|
611
|
+
width: 3rem;
|
|
612
|
+
height: 3rem;
|
|
613
|
+
}
|
|
614
|
+
.cnc-size-16 {
|
|
615
|
+
width: 4rem;
|
|
616
|
+
height: 4rem;
|
|
617
|
+
}
|
|
618
|
+
.cnc-size-24 {
|
|
619
|
+
width: 6rem;
|
|
620
|
+
height: 6rem;
|
|
621
|
+
}
|
|
622
|
+
.cnc-size-3\.5 {
|
|
623
|
+
width: 0.875rem;
|
|
624
|
+
height: 0.875rem;
|
|
625
|
+
}
|
|
626
|
+
.cnc-size-4 {
|
|
627
|
+
width: 1rem;
|
|
628
|
+
height: 1rem;
|
|
629
|
+
}
|
|
630
|
+
.cnc-size-5 {
|
|
631
|
+
width: 1.25rem;
|
|
632
|
+
height: 1.25rem;
|
|
633
|
+
}
|
|
585
634
|
.cnc-size-6 {
|
|
586
635
|
width: 1.5rem;
|
|
587
636
|
height: 1.5rem;
|
|
588
637
|
}
|
|
638
|
+
.cnc-size-8 {
|
|
639
|
+
width: 2rem;
|
|
640
|
+
height: 2rem;
|
|
641
|
+
}
|
|
589
642
|
.cnc-h-10 {
|
|
590
643
|
height: 2.5rem;
|
|
591
644
|
}
|
|
@@ -661,6 +714,12 @@ input[type=date]::-webkit-calendar-picker-indicator {
|
|
|
661
714
|
.cnc-max-h-\[70px\] {
|
|
662
715
|
max-height: 70px;
|
|
663
716
|
}
|
|
717
|
+
.cnc-min-h-48 {
|
|
718
|
+
min-height: 12rem;
|
|
719
|
+
}
|
|
720
|
+
.cnc-min-h-\[96px\] {
|
|
721
|
+
min-height: 96px;
|
|
722
|
+
}
|
|
664
723
|
.cnc-w-1\/2 {
|
|
665
724
|
width: 50%;
|
|
666
725
|
}
|
|
@@ -715,6 +774,10 @@ input[type=date]::-webkit-calendar-picker-indicator {
|
|
|
715
774
|
.cnc-w-full {
|
|
716
775
|
width: 100%;
|
|
717
776
|
}
|
|
777
|
+
.cnc-w-max {
|
|
778
|
+
width: -moz-max-content;
|
|
779
|
+
width: max-content;
|
|
780
|
+
}
|
|
718
781
|
.cnc-min-w-0 {
|
|
719
782
|
min-width: 0px;
|
|
720
783
|
}
|
|
@@ -730,6 +793,9 @@ input[type=date]::-webkit-calendar-picker-indicator {
|
|
|
730
793
|
.cnc-min-w-\[var\(--radix-select-trigger-width\)\] {
|
|
731
794
|
min-width: var(--radix-select-trigger-width);
|
|
732
795
|
}
|
|
796
|
+
.cnc-min-w-full {
|
|
797
|
+
min-width: 100%;
|
|
798
|
+
}
|
|
733
799
|
.cnc-max-w-\[42rem\] {
|
|
734
800
|
max-width: 42rem;
|
|
735
801
|
}
|
|
@@ -742,6 +808,12 @@ input[type=date]::-webkit-calendar-picker-indicator {
|
|
|
742
808
|
.cnc-max-w-full {
|
|
743
809
|
max-width: 100%;
|
|
744
810
|
}
|
|
811
|
+
.cnc-max-w-md {
|
|
812
|
+
max-width: 28rem;
|
|
813
|
+
}
|
|
814
|
+
.cnc-max-w-xs {
|
|
815
|
+
max-width: 20rem;
|
|
816
|
+
}
|
|
745
817
|
.cnc-flex-1 {
|
|
746
818
|
flex: 1 1 0%;
|
|
747
819
|
}
|
|
@@ -751,6 +823,10 @@ input[type=date]::-webkit-calendar-picker-indicator {
|
|
|
751
823
|
.cnc-origin-\[--radix-popover-content-transform-origin\] {
|
|
752
824
|
transform-origin: var(--radix-popover-content-transform-origin);
|
|
753
825
|
}
|
|
826
|
+
.cnc--translate-x-1\/2 {
|
|
827
|
+
--tw-translate-x: -50%;
|
|
828
|
+
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));
|
|
829
|
+
}
|
|
754
830
|
.cnc-translate-x-0 {
|
|
755
831
|
--tw-translate-x: 0px;
|
|
756
832
|
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));
|
|
@@ -771,6 +847,10 @@ input[type=date]::-webkit-calendar-picker-indicator {
|
|
|
771
847
|
--tw-translate-y: -50%;
|
|
772
848
|
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));
|
|
773
849
|
}
|
|
850
|
+
.cnc-rotate-180 {
|
|
851
|
+
--tw-rotate: 180deg;
|
|
852
|
+
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));
|
|
853
|
+
}
|
|
774
854
|
.cnc-rotate-45 {
|
|
775
855
|
--tw-rotate: 45deg;
|
|
776
856
|
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));
|
|
@@ -792,9 +872,15 @@ input[type=date]::-webkit-calendar-picker-indicator {
|
|
|
792
872
|
.cnc-list-none {
|
|
793
873
|
list-style-type: none;
|
|
794
874
|
}
|
|
875
|
+
.cnc-grid-cols-1 {
|
|
876
|
+
grid-template-columns: repeat(1, minmax(0, 1fr));
|
|
877
|
+
}
|
|
795
878
|
.cnc-grid-cols-3 {
|
|
796
879
|
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
797
880
|
}
|
|
881
|
+
.cnc-grid-cols-7 {
|
|
882
|
+
grid-template-columns: repeat(7, minmax(0, 1fr));
|
|
883
|
+
}
|
|
798
884
|
.cnc-flex-row {
|
|
799
885
|
flex-direction: row;
|
|
800
886
|
}
|
|
@@ -819,6 +905,9 @@ input[type=date]::-webkit-calendar-picker-indicator {
|
|
|
819
905
|
.cnc-items-baseline {
|
|
820
906
|
align-items: baseline;
|
|
821
907
|
}
|
|
908
|
+
.cnc-justify-start {
|
|
909
|
+
justify-content: flex-start;
|
|
910
|
+
}
|
|
822
911
|
.cnc-justify-end {
|
|
823
912
|
justify-content: flex-end;
|
|
824
913
|
}
|
|
@@ -849,6 +938,16 @@ input[type=date]::-webkit-calendar-picker-indicator {
|
|
|
849
938
|
.cnc-gap-\[2px\] {
|
|
850
939
|
gap: 2px;
|
|
851
940
|
}
|
|
941
|
+
.cnc-gap-x-2 {
|
|
942
|
+
-moz-column-gap: 0.5rem;
|
|
943
|
+
column-gap: 0.5rem;
|
|
944
|
+
}
|
|
945
|
+
.cnc-gap-y-1 {
|
|
946
|
+
row-gap: 0.25rem;
|
|
947
|
+
}
|
|
948
|
+
.cnc-gap-y-3 {
|
|
949
|
+
row-gap: 0.75rem;
|
|
950
|
+
}
|
|
852
951
|
.cnc-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
|
|
853
952
|
--tw-space-y-reverse: 0;
|
|
854
953
|
margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
|
|
@@ -859,6 +958,23 @@ input[type=date]::-webkit-calendar-picker-indicator {
|
|
|
859
958
|
margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
|
|
860
959
|
margin-bottom: calc(1rem * var(--tw-space-y-reverse));
|
|
861
960
|
}
|
|
961
|
+
.cnc-divide-y > :not([hidden]) ~ :not([hidden]) {
|
|
962
|
+
--tw-divide-y-reverse: 0;
|
|
963
|
+
border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
|
|
964
|
+
border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
|
|
965
|
+
}
|
|
966
|
+
.cnc-divide-brand-gray-50 > :not([hidden]) ~ :not([hidden]) {
|
|
967
|
+
--tw-divide-opacity: 1;
|
|
968
|
+
border-color: rgb(226 232 240 / var(--tw-divide-opacity, 1));
|
|
969
|
+
}
|
|
970
|
+
.cnc-divide-slate-100 > :not([hidden]) ~ :not([hidden]) {
|
|
971
|
+
--tw-divide-opacity: 1;
|
|
972
|
+
border-color: rgb(241 245 249 / var(--tw-divide-opacity, 1));
|
|
973
|
+
}
|
|
974
|
+
.cnc-divide-slate-200 > :not([hidden]) ~ :not([hidden]) {
|
|
975
|
+
--tw-divide-opacity: 1;
|
|
976
|
+
border-color: rgb(226 232 240 / var(--tw-divide-opacity, 1));
|
|
977
|
+
}
|
|
862
978
|
.cnc-overflow-hidden {
|
|
863
979
|
overflow: hidden;
|
|
864
980
|
}
|
|
@@ -879,6 +995,9 @@ input[type=date]::-webkit-calendar-picker-indicator {
|
|
|
879
995
|
.cnc-whitespace-nowrap {
|
|
880
996
|
white-space: nowrap;
|
|
881
997
|
}
|
|
998
|
+
.cnc-break-all {
|
|
999
|
+
word-break: break-all;
|
|
1000
|
+
}
|
|
882
1001
|
.cnc-rounded {
|
|
883
1002
|
border-radius: 0.25rem;
|
|
884
1003
|
}
|
|
@@ -942,6 +1061,9 @@ input[type=date]::-webkit-calendar-picker-indicator {
|
|
|
942
1061
|
.cnc-border-solid {
|
|
943
1062
|
border-style: solid;
|
|
944
1063
|
}
|
|
1064
|
+
.cnc-border-dashed {
|
|
1065
|
+
border-style: dashed;
|
|
1066
|
+
}
|
|
945
1067
|
.cnc-border-brand-blue-500 {
|
|
946
1068
|
--tw-border-opacity: 1;
|
|
947
1069
|
border-color: rgb(3 40 132 / var(--tw-border-opacity, 1));
|
|
@@ -973,10 +1095,18 @@ input[type=date]::-webkit-calendar-picker-indicator {
|
|
|
973
1095
|
.cnc-border-input {
|
|
974
1096
|
border-color: hsl(var(--input));
|
|
975
1097
|
}
|
|
1098
|
+
.cnc-border-red-200 {
|
|
1099
|
+
--tw-border-opacity: 1;
|
|
1100
|
+
border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
|
|
1101
|
+
}
|
|
976
1102
|
.cnc-border-red-500 {
|
|
977
1103
|
--tw-border-opacity: 1;
|
|
978
1104
|
border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
|
|
979
1105
|
}
|
|
1106
|
+
.cnc-border-slate-200 {
|
|
1107
|
+
--tw-border-opacity: 1;
|
|
1108
|
+
border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
|
|
1109
|
+
}
|
|
980
1110
|
.cnc-border-white {
|
|
981
1111
|
--tw-border-opacity: 1;
|
|
982
1112
|
border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
|
|
@@ -991,6 +1121,13 @@ input[type=date]::-webkit-calendar-picker-indicator {
|
|
|
991
1121
|
.cnc-bg-\[\#00000005\] {
|
|
992
1122
|
background-color: #00000005;
|
|
993
1123
|
}
|
|
1124
|
+
.cnc-bg-background {
|
|
1125
|
+
background-color: hsl(var(--background));
|
|
1126
|
+
}
|
|
1127
|
+
.cnc-bg-black {
|
|
1128
|
+
--tw-bg-opacity: 1;
|
|
1129
|
+
background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
|
|
1130
|
+
}
|
|
994
1131
|
.cnc-bg-black\/80 {
|
|
995
1132
|
background-color: rgb(0 0 0 / 0.8);
|
|
996
1133
|
}
|
|
@@ -1029,10 +1166,17 @@ input[type=date]::-webkit-calendar-picker-indicator {
|
|
|
1029
1166
|
--tw-bg-opacity: 1;
|
|
1030
1167
|
background-color: rgb(227 227 227 / var(--tw-bg-opacity, 1));
|
|
1031
1168
|
}
|
|
1169
|
+
.cnc-bg-brand-gray-50 {
|
|
1170
|
+
--tw-bg-opacity: 1;
|
|
1171
|
+
background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
|
|
1172
|
+
}
|
|
1032
1173
|
.cnc-bg-brand-green-100 {
|
|
1033
1174
|
--tw-bg-opacity: 1;
|
|
1034
1175
|
background-color: rgb(37 207 96 / var(--tw-bg-opacity, 1));
|
|
1035
1176
|
}
|
|
1177
|
+
.cnc-bg-brand-green-100\/20 {
|
|
1178
|
+
background-color: rgb(37 207 96 / 0.2);
|
|
1179
|
+
}
|
|
1036
1180
|
.cnc-bg-brand-green-200 {
|
|
1037
1181
|
--tw-bg-opacity: 1;
|
|
1038
1182
|
background-color: rgb(27 185 82 / var(--tw-bg-opacity, 1));
|
|
@@ -1059,6 +1203,10 @@ input[type=date]::-webkit-calendar-picker-indicator {
|
|
|
1059
1203
|
--tw-bg-opacity: 1;
|
|
1060
1204
|
background-color: rgb(0 25 87 / var(--tw-bg-opacity, 1));
|
|
1061
1205
|
}
|
|
1206
|
+
.cnc-bg-red-100 {
|
|
1207
|
+
--tw-bg-opacity: 1;
|
|
1208
|
+
background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
|
|
1209
|
+
}
|
|
1062
1210
|
.cnc-bg-transparent {
|
|
1063
1211
|
background-color: transparent;
|
|
1064
1212
|
}
|
|
@@ -1073,12 +1221,22 @@ input[type=date]::-webkit-calendar-picker-indicator {
|
|
|
1073
1221
|
-o-object-fit: contain;
|
|
1074
1222
|
object-fit: contain;
|
|
1075
1223
|
}
|
|
1224
|
+
.cnc-object-cover {
|
|
1225
|
+
-o-object-fit: cover;
|
|
1226
|
+
object-fit: cover;
|
|
1227
|
+
}
|
|
1076
1228
|
.cnc-p-0 {
|
|
1077
1229
|
padding: 0px;
|
|
1078
1230
|
}
|
|
1079
1231
|
.cnc-p-1 {
|
|
1080
1232
|
padding: 0.25rem;
|
|
1081
1233
|
}
|
|
1234
|
+
.cnc-p-1\.5 {
|
|
1235
|
+
padding: 0.375rem;
|
|
1236
|
+
}
|
|
1237
|
+
.cnc-p-2 {
|
|
1238
|
+
padding: 0.5rem;
|
|
1239
|
+
}
|
|
1082
1240
|
.cnc-p-3 {
|
|
1083
1241
|
padding: 0.75rem;
|
|
1084
1242
|
}
|
|
@@ -1091,6 +1249,10 @@ input[type=date]::-webkit-calendar-picker-indicator {
|
|
|
1091
1249
|
.cnc-p-6 {
|
|
1092
1250
|
padding: 1.5rem;
|
|
1093
1251
|
}
|
|
1252
|
+
.cnc-px-0 {
|
|
1253
|
+
padding-left: 0px;
|
|
1254
|
+
padding-right: 0px;
|
|
1255
|
+
}
|
|
1094
1256
|
.cnc-px-1 {
|
|
1095
1257
|
padding-left: 0.25rem;
|
|
1096
1258
|
padding-right: 0.25rem;
|
|
@@ -1199,6 +1361,9 @@ input[type=date]::-webkit-calendar-picker-indicator {
|
|
|
1199
1361
|
.cnc-text-center {
|
|
1200
1362
|
text-align: center;
|
|
1201
1363
|
}
|
|
1364
|
+
.cnc-text-right {
|
|
1365
|
+
text-align: right;
|
|
1366
|
+
}
|
|
1202
1367
|
.cnc-text-end {
|
|
1203
1368
|
text-align: end;
|
|
1204
1369
|
}
|
|
@@ -1236,6 +1401,10 @@ input[type=date]::-webkit-calendar-picker-indicator {
|
|
|
1236
1401
|
font-size: 0.875rem;
|
|
1237
1402
|
line-height: 1.25rem;
|
|
1238
1403
|
}
|
|
1404
|
+
.cnc-text-xl {
|
|
1405
|
+
font-size: 1.25rem;
|
|
1406
|
+
line-height: 1.75rem;
|
|
1407
|
+
}
|
|
1239
1408
|
.cnc-text-xs {
|
|
1240
1409
|
font-size: 0.75rem;
|
|
1241
1410
|
line-height: 1rem;
|
|
@@ -1255,9 +1424,18 @@ input[type=date]::-webkit-calendar-picker-indicator {
|
|
|
1255
1424
|
.cnc-font-semibold {
|
|
1256
1425
|
font-weight: 600;
|
|
1257
1426
|
}
|
|
1427
|
+
.cnc-uppercase {
|
|
1428
|
+
text-transform: uppercase;
|
|
1429
|
+
}
|
|
1430
|
+
.cnc-italic {
|
|
1431
|
+
font-style: italic;
|
|
1432
|
+
}
|
|
1258
1433
|
.cnc-leading-10 {
|
|
1259
1434
|
line-height: 2.5rem;
|
|
1260
1435
|
}
|
|
1436
|
+
.cnc-leading-4 {
|
|
1437
|
+
line-height: 1rem;
|
|
1438
|
+
}
|
|
1261
1439
|
.cnc-leading-none {
|
|
1262
1440
|
line-height: 1;
|
|
1263
1441
|
}
|
|
@@ -1270,9 +1448,16 @@ input[type=date]::-webkit-calendar-picker-indicator {
|
|
|
1270
1448
|
.cnc-tracking-tight {
|
|
1271
1449
|
letter-spacing: -0.025em;
|
|
1272
1450
|
}
|
|
1451
|
+
.cnc-tracking-wider {
|
|
1452
|
+
letter-spacing: 0.05em;
|
|
1453
|
+
}
|
|
1273
1454
|
.cnc-tracking-widest {
|
|
1274
1455
|
letter-spacing: 0.1em;
|
|
1275
1456
|
}
|
|
1457
|
+
.cnc-text-\[\#002f87\] {
|
|
1458
|
+
--tw-text-opacity: 1;
|
|
1459
|
+
color: rgb(0 47 135 / var(--tw-text-opacity, 1));
|
|
1460
|
+
}
|
|
1276
1461
|
.cnc-text-\[\#1F2C4D\] {
|
|
1277
1462
|
--tw-text-opacity: 1;
|
|
1278
1463
|
color: rgb(31 44 77 / var(--tw-text-opacity, 1));
|
|
@@ -1289,6 +1474,10 @@ input[type=date]::-webkit-calendar-picker-indicator {
|
|
|
1289
1474
|
--tw-text-opacity: 1;
|
|
1290
1475
|
color: rgb(1 48 164 / var(--tw-text-opacity, 1));
|
|
1291
1476
|
}
|
|
1477
|
+
.cnc-text-brand-blue-500 {
|
|
1478
|
+
--tw-text-opacity: 1;
|
|
1479
|
+
color: rgb(3 40 132 / var(--tw-text-opacity, 1));
|
|
1480
|
+
}
|
|
1292
1481
|
.cnc-text-brand-blue-600 {
|
|
1293
1482
|
--tw-text-opacity: 1;
|
|
1294
1483
|
color: rgb(31 44 77 / var(--tw-text-opacity, 1));
|
|
@@ -1317,23 +1506,74 @@ input[type=date]::-webkit-calendar-picker-indicator {
|
|
|
1317
1506
|
--tw-text-opacity: 1;
|
|
1318
1507
|
color: rgb(37 207 96 / var(--tw-text-opacity, 1));
|
|
1319
1508
|
}
|
|
1509
|
+
.cnc-text-brand-green-300 {
|
|
1510
|
+
--tw-text-opacity: 1;
|
|
1511
|
+
color: rgb(15 158 65 / var(--tw-text-opacity, 1));
|
|
1512
|
+
}
|
|
1513
|
+
.cnc-text-brand-red-500 {
|
|
1514
|
+
--tw-text-opacity: 1;
|
|
1515
|
+
color: rgb(239 68 68 / var(--tw-text-opacity, 1));
|
|
1516
|
+
}
|
|
1517
|
+
.cnc-text-foreground {
|
|
1518
|
+
color: hsl(var(--foreground));
|
|
1519
|
+
}
|
|
1320
1520
|
.cnc-text-muted-foreground {
|
|
1321
1521
|
color: hsl(var(--muted-foreground));
|
|
1322
1522
|
}
|
|
1323
1523
|
.cnc-text-popover-foreground {
|
|
1324
1524
|
color: hsl(var(--popover-foreground));
|
|
1325
1525
|
}
|
|
1526
|
+
.cnc-text-primary {
|
|
1527
|
+
--tw-text-opacity: 1;
|
|
1528
|
+
color: rgb(1 48 164 / var(--tw-text-opacity, 1));
|
|
1529
|
+
}
|
|
1326
1530
|
.cnc-text-red-500 {
|
|
1327
1531
|
--tw-text-opacity: 1;
|
|
1328
1532
|
color: rgb(239 68 68 / var(--tw-text-opacity, 1));
|
|
1329
1533
|
}
|
|
1534
|
+
.cnc-text-red-600 {
|
|
1535
|
+
--tw-text-opacity: 1;
|
|
1536
|
+
color: rgb(220 38 38 / var(--tw-text-opacity, 1));
|
|
1537
|
+
}
|
|
1538
|
+
.cnc-text-red-700 {
|
|
1539
|
+
--tw-text-opacity: 1;
|
|
1540
|
+
color: rgb(185 28 28 / var(--tw-text-opacity, 1));
|
|
1541
|
+
}
|
|
1542
|
+
.cnc-text-slate-500 {
|
|
1543
|
+
--tw-text-opacity: 1;
|
|
1544
|
+
color: rgb(100 116 139 / var(--tw-text-opacity, 1));
|
|
1545
|
+
}
|
|
1546
|
+
.cnc-text-slate-600 {
|
|
1547
|
+
--tw-text-opacity: 1;
|
|
1548
|
+
color: rgb(71 85 105 / var(--tw-text-opacity, 1));
|
|
1549
|
+
}
|
|
1550
|
+
.cnc-text-slate-700 {
|
|
1551
|
+
--tw-text-opacity: 1;
|
|
1552
|
+
color: rgb(51 65 85 / var(--tw-text-opacity, 1));
|
|
1553
|
+
}
|
|
1554
|
+
.cnc-text-slate-800 {
|
|
1555
|
+
--tw-text-opacity: 1;
|
|
1556
|
+
color: rgb(30 41 59 / var(--tw-text-opacity, 1));
|
|
1557
|
+
}
|
|
1330
1558
|
.cnc-text-white {
|
|
1331
1559
|
--tw-text-opacity: 1;
|
|
1332
1560
|
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
|
|
1333
1561
|
}
|
|
1562
|
+
.cnc-underline {
|
|
1563
|
+
text-decoration-line: underline;
|
|
1564
|
+
}
|
|
1334
1565
|
.cnc-no-underline {
|
|
1335
1566
|
text-decoration-line: none;
|
|
1336
1567
|
}
|
|
1568
|
+
.cnc-decoration-primary {
|
|
1569
|
+
text-decoration-color: #0130A4;
|
|
1570
|
+
}
|
|
1571
|
+
.cnc-decoration-2 {
|
|
1572
|
+
text-decoration-thickness: 2px;
|
|
1573
|
+
}
|
|
1574
|
+
.cnc-underline-offset-4 {
|
|
1575
|
+
text-underline-offset: 4px;
|
|
1576
|
+
}
|
|
1337
1577
|
.cnc-opacity-0 {
|
|
1338
1578
|
opacity: 0;
|
|
1339
1579
|
}
|
|
@@ -1413,6 +1653,9 @@ input[type=date]::-webkit-calendar-picker-indicator {
|
|
|
1413
1653
|
--tw-ring-opacity: 1;
|
|
1414
1654
|
--tw-ring-color: rgb(247 250 255 / var(--tw-ring-opacity, 1));
|
|
1415
1655
|
}
|
|
1656
|
+
.cnc-ring-offset-background {
|
|
1657
|
+
--tw-ring-offset-color: hsl(var(--background));
|
|
1658
|
+
}
|
|
1416
1659
|
.cnc-transition {
|
|
1417
1660
|
transition-property:
|
|
1418
1661
|
color,
|
|
@@ -1551,15 +1794,24 @@ input[type=date]::-webkit-calendar-picker-indicator {
|
|
|
1551
1794
|
.file\:cnc-font-medium::file-selector-button {
|
|
1552
1795
|
font-weight: 500;
|
|
1553
1796
|
}
|
|
1797
|
+
.file\:cnc-text-foreground::file-selector-button {
|
|
1798
|
+
color: hsl(var(--foreground));
|
|
1799
|
+
}
|
|
1554
1800
|
.placeholder\:cnc-text-muted-foreground::-moz-placeholder {
|
|
1555
1801
|
color: hsl(var(--muted-foreground));
|
|
1556
1802
|
}
|
|
1557
1803
|
.placeholder\:cnc-text-muted-foreground::placeholder {
|
|
1558
1804
|
color: hsl(var(--muted-foreground));
|
|
1559
1805
|
}
|
|
1806
|
+
.first\:cnc-pt-0:first-child {
|
|
1807
|
+
padding-top: 0px;
|
|
1808
|
+
}
|
|
1560
1809
|
.last\:cnc-border-b-0:last-child {
|
|
1561
1810
|
border-bottom-width: 0px;
|
|
1562
1811
|
}
|
|
1812
|
+
.last\:cnc-pb-0:last-child {
|
|
1813
|
+
padding-bottom: 0px;
|
|
1814
|
+
}
|
|
1563
1815
|
.hover\:cnc-bg-brand-blue-400\/90:hover {
|
|
1564
1816
|
background-color: rgb(1 48 164 / 0.9);
|
|
1565
1817
|
}
|
|
@@ -1575,6 +1827,9 @@ input[type=date]::-webkit-calendar-picker-indicator {
|
|
|
1575
1827
|
--tw-bg-opacity: 1;
|
|
1576
1828
|
background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
|
|
1577
1829
|
}
|
|
1830
|
+
.hover\:cnc-bg-brand-gray-10\/50:hover {
|
|
1831
|
+
background-color: rgb(245 245 245 / 0.5);
|
|
1832
|
+
}
|
|
1578
1833
|
.hover\:cnc-bg-brand-green-100\/80:hover {
|
|
1579
1834
|
background-color: rgb(37 207 96 / 0.8);
|
|
1580
1835
|
}
|
|
@@ -1588,6 +1843,14 @@ input[type=date]::-webkit-calendar-picker-indicator {
|
|
|
1588
1843
|
.hover\:cnc-bg-primary\/90:hover {
|
|
1589
1844
|
background-color: rgb(1 48 164 / 0.9);
|
|
1590
1845
|
}
|
|
1846
|
+
.hover\:cnc-bg-red-50:hover {
|
|
1847
|
+
--tw-bg-opacity: 1;
|
|
1848
|
+
background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
|
|
1849
|
+
}
|
|
1850
|
+
.hover\:cnc-bg-slate-100:hover {
|
|
1851
|
+
--tw-bg-opacity: 1;
|
|
1852
|
+
background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
|
|
1853
|
+
}
|
|
1591
1854
|
.hover\:cnc-bg-slate-50:hover {
|
|
1592
1855
|
--tw-bg-opacity: 1;
|
|
1593
1856
|
background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
|
|
@@ -1611,10 +1874,22 @@ input[type=date]::-webkit-calendar-picker-indicator {
|
|
|
1611
1874
|
--tw-text-opacity: 1;
|
|
1612
1875
|
color: rgb(31 44 77 / var(--tw-text-opacity, 1));
|
|
1613
1876
|
}
|
|
1877
|
+
.hover\:cnc-text-brand-red-500:hover {
|
|
1878
|
+
--tw-text-opacity: 1;
|
|
1879
|
+
color: rgb(239 68 68 / var(--tw-text-opacity, 1));
|
|
1880
|
+
}
|
|
1614
1881
|
.hover\:cnc-text-brand-red-600:hover {
|
|
1615
1882
|
--tw-text-opacity: 1;
|
|
1616
1883
|
color: rgb(207 66 66 / var(--tw-text-opacity, 1));
|
|
1617
1884
|
}
|
|
1885
|
+
.hover\:cnc-text-primary:hover {
|
|
1886
|
+
--tw-text-opacity: 1;
|
|
1887
|
+
color: rgb(1 48 164 / var(--tw-text-opacity, 1));
|
|
1888
|
+
}
|
|
1889
|
+
.hover\:cnc-text-slate-800:hover {
|
|
1890
|
+
--tw-text-opacity: 1;
|
|
1891
|
+
color: rgb(30 41 59 / var(--tw-text-opacity, 1));
|
|
1892
|
+
}
|
|
1618
1893
|
.hover\:cnc-text-white:hover {
|
|
1619
1894
|
--tw-text-opacity: 1;
|
|
1620
1895
|
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
|
|
@@ -1625,6 +1900,9 @@ input[type=date]::-webkit-calendar-picker-indicator {
|
|
|
1625
1900
|
.hover\:cnc-opacity-100:hover {
|
|
1626
1901
|
opacity: 1;
|
|
1627
1902
|
}
|
|
1903
|
+
.hover\:cnc-opacity-80:hover {
|
|
1904
|
+
opacity: 0.8;
|
|
1905
|
+
}
|
|
1628
1906
|
.hover\:cnc-brightness-75:hover {
|
|
1629
1907
|
--tw-brightness: brightness(.75);
|
|
1630
1908
|
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
@@ -1690,6 +1968,19 @@ input[type=date]::-webkit-calendar-picker-indicator {
|
|
|
1690
1968
|
.disabled\:cnc-opacity-50:disabled {
|
|
1691
1969
|
opacity: 0.5;
|
|
1692
1970
|
}
|
|
1971
|
+
.disabled\:cnc-opacity-60:disabled {
|
|
1972
|
+
opacity: 0.6;
|
|
1973
|
+
}
|
|
1974
|
+
.cnc-group:focus-within .group-focus-within\:cnc-opacity-100 {
|
|
1975
|
+
opacity: 1;
|
|
1976
|
+
}
|
|
1977
|
+
.cnc-group:hover .group-hover\:cnc-opacity-100 {
|
|
1978
|
+
opacity: 1;
|
|
1979
|
+
}
|
|
1980
|
+
.cnc-group[aria-pressed=true] .group-aria-pressed\:cnc-bg-white {
|
|
1981
|
+
--tw-bg-opacity: 1;
|
|
1982
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
|
1983
|
+
}
|
|
1693
1984
|
.data-\[disabled\=true\]\:cnc-pointer-events-none[data-disabled=true] {
|
|
1694
1985
|
pointer-events: none;
|
|
1695
1986
|
}
|
|
@@ -1810,12 +2101,24 @@ input[type=date]::-webkit-calendar-picker-indicator {
|
|
|
1810
2101
|
.data-\[state\=closed\]\:cnc-slide-out-to-left-1\/2[data-state=closed] {
|
|
1811
2102
|
--tw-exit-translate-x: -50%;
|
|
1812
2103
|
}
|
|
2104
|
+
.data-\[state\=closed\]\:cnc-slide-out-to-left-full[data-state=closed] {
|
|
2105
|
+
--tw-exit-translate-x: -100%;
|
|
2106
|
+
}
|
|
2107
|
+
.data-\[state\=closed\]\:cnc-slide-out-to-right-full[data-state=closed] {
|
|
2108
|
+
--tw-exit-translate-x: 100%;
|
|
2109
|
+
}
|
|
1813
2110
|
.data-\[state\=closed\]\:cnc-slide-out-to-top-\[48\%\][data-state=closed] {
|
|
1814
2111
|
--tw-exit-translate-y: -48%;
|
|
1815
2112
|
}
|
|
1816
2113
|
.data-\[state\=open\]\:cnc-slide-in-from-left-1\/2[data-state=open] {
|
|
1817
2114
|
--tw-enter-translate-x: -50%;
|
|
1818
2115
|
}
|
|
2116
|
+
.data-\[state\=open\]\:cnc-slide-in-from-left-full[data-state=open] {
|
|
2117
|
+
--tw-enter-translate-x: -100%;
|
|
2118
|
+
}
|
|
2119
|
+
.data-\[state\=open\]\:cnc-slide-in-from-right-full[data-state=open] {
|
|
2120
|
+
--tw-enter-translate-x: 100%;
|
|
2121
|
+
}
|
|
1819
2122
|
.data-\[state\=open\]\:cnc-slide-in-from-top-\[48\%\][data-state=open] {
|
|
1820
2123
|
--tw-enter-translate-y: -48%;
|
|
1821
2124
|
}
|
|
@@ -1824,12 +2127,33 @@ input[type=date]::-webkit-calendar-picker-indicator {
|
|
|
1824
2127
|
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));
|
|
1825
2128
|
}
|
|
1826
2129
|
@media (min-width: 640px) {
|
|
2130
|
+
.sm\:cnc-w-\[--drawer-width\] {
|
|
2131
|
+
width: var(--drawer-width);
|
|
2132
|
+
}
|
|
2133
|
+
.sm\:cnc-w-auto {
|
|
2134
|
+
width: auto;
|
|
2135
|
+
}
|
|
2136
|
+
.sm\:cnc-max-w-full {
|
|
2137
|
+
max-width: 100%;
|
|
2138
|
+
}
|
|
1827
2139
|
.sm\:cnc-flex-row {
|
|
1828
2140
|
flex-direction: row;
|
|
1829
2141
|
}
|
|
2142
|
+
.sm\:cnc-flex-wrap {
|
|
2143
|
+
flex-wrap: wrap;
|
|
2144
|
+
}
|
|
2145
|
+
.sm\:cnc-items-center {
|
|
2146
|
+
align-items: center;
|
|
2147
|
+
}
|
|
1830
2148
|
.sm\:cnc-justify-end {
|
|
1831
2149
|
justify-content: flex-end;
|
|
1832
2150
|
}
|
|
2151
|
+
.sm\:cnc-justify-center {
|
|
2152
|
+
justify-content: center;
|
|
2153
|
+
}
|
|
2154
|
+
.sm\:cnc-justify-between {
|
|
2155
|
+
justify-content: space-between;
|
|
2156
|
+
}
|
|
1833
2157
|
.sm\:cnc-space-x-2 > :not([hidden]) ~ :not([hidden]) {
|
|
1834
2158
|
--tw-space-x-reverse: 0;
|
|
1835
2159
|
margin-right: calc(0.5rem * var(--tw-space-x-reverse));
|
|
@@ -1840,6 +2164,15 @@ input[type=date]::-webkit-calendar-picker-indicator {
|
|
|
1840
2164
|
}
|
|
1841
2165
|
}
|
|
1842
2166
|
@media (min-width: 768px) {
|
|
2167
|
+
.md\:cnc-col-span-2 {
|
|
2168
|
+
grid-column: span 2 / span 2;
|
|
2169
|
+
}
|
|
2170
|
+
.md\:cnc-col-span-5 {
|
|
2171
|
+
grid-column: span 5 / span 5;
|
|
2172
|
+
}
|
|
2173
|
+
.md\:cnc-grid-cols-12 {
|
|
2174
|
+
grid-template-columns: repeat(12, minmax(0, 1fr));
|
|
2175
|
+
}
|
|
1843
2176
|
.md\:cnc-flex-row {
|
|
1844
2177
|
flex-direction: row;
|
|
1845
2178
|
}
|
|
@@ -1930,4 +2263,427 @@ input[type=date]::-webkit-calendar-picker-indicator {
|
|
|
1930
2263
|
.\[\&_svg\]\:cnc-shrink-0 svg {
|
|
1931
2264
|
flex-shrink: 0;
|
|
1932
2265
|
}
|
|
2266
|
+
|
|
2267
|
+
/* src/alertas/alertas.css */
|
|
2268
|
+
.alertas-container {
|
|
2269
|
+
display: flex;
|
|
2270
|
+
flex-direction: column;
|
|
2271
|
+
gap: 1.5rem;
|
|
2272
|
+
min-width: 0;
|
|
2273
|
+
}
|
|
2274
|
+
.alertas-nova-acao {
|
|
2275
|
+
display: flex;
|
|
2276
|
+
justify-content: flex-end;
|
|
2277
|
+
}
|
|
2278
|
+
.alertas-lista-section {
|
|
2279
|
+
display: flex;
|
|
2280
|
+
flex-direction: column;
|
|
2281
|
+
gap: 0.75rem;
|
|
2282
|
+
min-width: 0;
|
|
2283
|
+
}
|
|
2284
|
+
.alertas-lista-header {
|
|
2285
|
+
display: flex;
|
|
2286
|
+
align-items: center;
|
|
2287
|
+
justify-content: space-between;
|
|
2288
|
+
gap: 0.75rem;
|
|
2289
|
+
}
|
|
2290
|
+
.alertas-lista-titulo {
|
|
2291
|
+
font-size: 1rem;
|
|
2292
|
+
font-weight: 600;
|
|
2293
|
+
color: #0f172a;
|
|
2294
|
+
margin: 0;
|
|
2295
|
+
}
|
|
2296
|
+
.alertas-estado {
|
|
2297
|
+
border: 1px solid #e2e8f0;
|
|
2298
|
+
border-radius: 0.5rem;
|
|
2299
|
+
background: #fff;
|
|
2300
|
+
padding: 1.25rem;
|
|
2301
|
+
font-size: 0.875rem;
|
|
2302
|
+
color: #64748b;
|
|
2303
|
+
}
|
|
2304
|
+
.alertas-vazio {
|
|
2305
|
+
display: flex;
|
|
2306
|
+
flex-direction: column;
|
|
2307
|
+
align-items: center;
|
|
2308
|
+
justify-content: center;
|
|
2309
|
+
min-height: 11rem;
|
|
2310
|
+
border: 1px dashed #cbd5e1;
|
|
2311
|
+
border-radius: 0.5rem;
|
|
2312
|
+
background: #f8fafc;
|
|
2313
|
+
padding: 1rem;
|
|
2314
|
+
text-align: center;
|
|
2315
|
+
}
|
|
2316
|
+
.alertas-vazio-icone {
|
|
2317
|
+
color: #94a3b8;
|
|
2318
|
+
margin-bottom: 0.75rem;
|
|
2319
|
+
}
|
|
2320
|
+
.alertas-vazio-texto {
|
|
2321
|
+
font-size: 0.875rem;
|
|
2322
|
+
font-weight: 500;
|
|
2323
|
+
color: #334155;
|
|
2324
|
+
margin: 0;
|
|
2325
|
+
}
|
|
2326
|
+
.alertas-lista {
|
|
2327
|
+
display: grid;
|
|
2328
|
+
gap: 0.75rem;
|
|
2329
|
+
min-width: 0;
|
|
2330
|
+
}
|
|
2331
|
+
.alerta-form-section {
|
|
2332
|
+
border: 1px solid #e2e8f0;
|
|
2333
|
+
border-radius: 0.5rem;
|
|
2334
|
+
background: #f8fafc;
|
|
2335
|
+
padding: 1rem;
|
|
2336
|
+
}
|
|
2337
|
+
.alerta-form-header {
|
|
2338
|
+
display: flex;
|
|
2339
|
+
align-items: center;
|
|
2340
|
+
gap: 0.75rem;
|
|
2341
|
+
margin-bottom: 1rem;
|
|
2342
|
+
min-width: 0;
|
|
2343
|
+
}
|
|
2344
|
+
.alerta-form-titulo {
|
|
2345
|
+
font-size: 0.875rem;
|
|
2346
|
+
font-weight: 600;
|
|
2347
|
+
color: #0f172a;
|
|
2348
|
+
margin: 0;
|
|
2349
|
+
}
|
|
2350
|
+
.alerta-form-grid {
|
|
2351
|
+
display: grid;
|
|
2352
|
+
gap: 1rem;
|
|
2353
|
+
}
|
|
2354
|
+
.alerta-campo {
|
|
2355
|
+
display: grid;
|
|
2356
|
+
gap: 0.375rem;
|
|
2357
|
+
}
|
|
2358
|
+
.alerta-campo--data {
|
|
2359
|
+
max-width: 18rem;
|
|
2360
|
+
}
|
|
2361
|
+
.alerta-label {
|
|
2362
|
+
font-size: 0.875rem;
|
|
2363
|
+
font-weight: 600;
|
|
2364
|
+
color: #1e293b;
|
|
2365
|
+
}
|
|
2366
|
+
.alerta-obrigatorio {
|
|
2367
|
+
color: #dc2626;
|
|
2368
|
+
}
|
|
2369
|
+
.alerta-input {
|
|
2370
|
+
height: 2.5rem;
|
|
2371
|
+
width: 100%;
|
|
2372
|
+
border-radius: 0.375rem;
|
|
2373
|
+
border: 1px solid #cbd5e1;
|
|
2374
|
+
background: #fff;
|
|
2375
|
+
padding: 0 0.75rem;
|
|
2376
|
+
font-size: 0.875rem;
|
|
2377
|
+
outline: none;
|
|
2378
|
+
box-sizing: border-box;
|
|
2379
|
+
}
|
|
2380
|
+
.alerta-input:focus {
|
|
2381
|
+
border-color: #002f87;
|
|
2382
|
+
box-shadow: 0 0 0 2px rgba(0, 47, 135, 0.12);
|
|
2383
|
+
}
|
|
2384
|
+
.alerta-input--sm {
|
|
2385
|
+
height: 2.25rem;
|
|
2386
|
+
}
|
|
2387
|
+
.alerta-input--dias {
|
|
2388
|
+
width: 6rem;
|
|
2389
|
+
min-width: 0;
|
|
2390
|
+
}
|
|
2391
|
+
.alerta-textarea {
|
|
2392
|
+
width: 100%;
|
|
2393
|
+
resize: none;
|
|
2394
|
+
border-radius: 0.375rem;
|
|
2395
|
+
border: 1px solid #cbd5e1;
|
|
2396
|
+
background: #fff;
|
|
2397
|
+
padding: 0.5rem 0.75rem;
|
|
2398
|
+
font-size: 0.875rem;
|
|
2399
|
+
outline: none;
|
|
2400
|
+
box-sizing: border-box;
|
|
2401
|
+
font-family: inherit;
|
|
2402
|
+
}
|
|
2403
|
+
.alerta-textarea:focus {
|
|
2404
|
+
border-color: #002f87;
|
|
2405
|
+
box-shadow: 0 0 0 2px rgba(0, 47, 135, 0.12);
|
|
2406
|
+
}
|
|
2407
|
+
.alerta-notif-container {
|
|
2408
|
+
display: grid;
|
|
2409
|
+
grid-template-columns: 1fr 1fr;
|
|
2410
|
+
gap: 1rem;
|
|
2411
|
+
border: 1px solid #e2e8f0;
|
|
2412
|
+
border-radius: 0.375rem;
|
|
2413
|
+
background: #fff;
|
|
2414
|
+
padding: 0.75rem;
|
|
2415
|
+
}
|
|
2416
|
+
@media (max-width: 640px) {
|
|
2417
|
+
.alerta-notif-container {
|
|
2418
|
+
grid-template-columns: 1fr;
|
|
2419
|
+
}
|
|
2420
|
+
}
|
|
2421
|
+
.alerta-notif-col {
|
|
2422
|
+
display: grid;
|
|
2423
|
+
align-content: start;
|
|
2424
|
+
gap: 0.75rem;
|
|
2425
|
+
}
|
|
2426
|
+
.alerta-notif-personalizado {
|
|
2427
|
+
display: flex;
|
|
2428
|
+
flex-direction: column;
|
|
2429
|
+
gap: 0.5rem;
|
|
2430
|
+
}
|
|
2431
|
+
@media (min-width: 640px) {
|
|
2432
|
+
.alerta-notif-personalizado {
|
|
2433
|
+
flex-direction: row;
|
|
2434
|
+
align-items: center;
|
|
2435
|
+
}
|
|
2436
|
+
}
|
|
2437
|
+
.alerta-tags {
|
|
2438
|
+
display: flex;
|
|
2439
|
+
flex-wrap: wrap;
|
|
2440
|
+
gap: 0.5rem;
|
|
2441
|
+
grid-column: 1 / -1;
|
|
2442
|
+
}
|
|
2443
|
+
.alerta-tag {
|
|
2444
|
+
display: inline-flex;
|
|
2445
|
+
align-items: center;
|
|
2446
|
+
height: 2rem;
|
|
2447
|
+
gap: 0.25rem;
|
|
2448
|
+
border-radius: 9999px;
|
|
2449
|
+
border: 1px solid #e2e8f0;
|
|
2450
|
+
background: #f8fafc;
|
|
2451
|
+
padding: 0 0.75rem;
|
|
2452
|
+
font-size: 0.75rem;
|
|
2453
|
+
font-weight: 500;
|
|
2454
|
+
color: #334155;
|
|
2455
|
+
}
|
|
2456
|
+
.alerta-tag-remover {
|
|
2457
|
+
background: none;
|
|
2458
|
+
border: none;
|
|
2459
|
+
padding: 0;
|
|
2460
|
+
cursor: pointer;
|
|
2461
|
+
color: #64748b;
|
|
2462
|
+
display: flex;
|
|
2463
|
+
align-items: center;
|
|
2464
|
+
transition: color 0.15s;
|
|
2465
|
+
}
|
|
2466
|
+
.alerta-tag-remover:hover {
|
|
2467
|
+
color: #dc2626;
|
|
2468
|
+
}
|
|
2469
|
+
.alerta-opcao {
|
|
2470
|
+
display: inline-flex;
|
|
2471
|
+
width: -moz-fit-content;
|
|
2472
|
+
width: fit-content;
|
|
2473
|
+
align-items: center;
|
|
2474
|
+
gap: 0.5rem;
|
|
2475
|
+
font-size: 0.875rem;
|
|
2476
|
+
font-weight: 500;
|
|
2477
|
+
color: #334155;
|
|
2478
|
+
cursor: pointer;
|
|
2479
|
+
}
|
|
2480
|
+
.alerta-checkbox {
|
|
2481
|
+
width: 1rem;
|
|
2482
|
+
height: 1rem;
|
|
2483
|
+
border-radius: 0.25rem;
|
|
2484
|
+
border: 1px solid #cbd5e1;
|
|
2485
|
+
accent-color: #002f87;
|
|
2486
|
+
}
|
|
2487
|
+
.alerta-erro {
|
|
2488
|
+
border: 1px solid #fecaca;
|
|
2489
|
+
border-radius: 0.375rem;
|
|
2490
|
+
background: #fef2f2;
|
|
2491
|
+
padding: 0.5rem 0.75rem;
|
|
2492
|
+
font-size: 0.875rem;
|
|
2493
|
+
color: #b91c1c;
|
|
2494
|
+
}
|
|
2495
|
+
.alerta-form-acoes {
|
|
2496
|
+
display: flex;
|
|
2497
|
+
flex-direction: column-reverse;
|
|
2498
|
+
gap: 0.5rem;
|
|
2499
|
+
padding-top: 0.25rem;
|
|
2500
|
+
}
|
|
2501
|
+
@media (min-width: 640px) {
|
|
2502
|
+
.alerta-form-acoes {
|
|
2503
|
+
flex-direction: row;
|
|
2504
|
+
justify-content: flex-end;
|
|
2505
|
+
}
|
|
2506
|
+
}
|
|
2507
|
+
.alerta-btn {
|
|
2508
|
+
display: inline-flex;
|
|
2509
|
+
align-items: center;
|
|
2510
|
+
justify-content: center;
|
|
2511
|
+
gap: 0.5rem;
|
|
2512
|
+
height: 2.5rem;
|
|
2513
|
+
padding: 0 1rem;
|
|
2514
|
+
border-radius: 0.375rem;
|
|
2515
|
+
font-size: 0.875rem;
|
|
2516
|
+
font-weight: 600;
|
|
2517
|
+
cursor: pointer;
|
|
2518
|
+
transition: background 0.15s, opacity 0.15s;
|
|
2519
|
+
border: none;
|
|
2520
|
+
width: 100%;
|
|
2521
|
+
box-sizing: border-box;
|
|
2522
|
+
}
|
|
2523
|
+
@media (min-width: 640px) {
|
|
2524
|
+
.alerta-btn {
|
|
2525
|
+
width: auto;
|
|
2526
|
+
}
|
|
2527
|
+
}
|
|
2528
|
+
.alerta-btn--primario {
|
|
2529
|
+
background: #002f87;
|
|
2530
|
+
color: #fff;
|
|
2531
|
+
}
|
|
2532
|
+
.alerta-btn--primario:hover:not(:disabled) {
|
|
2533
|
+
background: #002766;
|
|
2534
|
+
}
|
|
2535
|
+
.alerta-btn--primario:disabled {
|
|
2536
|
+
cursor: not-allowed;
|
|
2537
|
+
opacity: 0.6;
|
|
2538
|
+
}
|
|
2539
|
+
.alerta-btn--secundario {
|
|
2540
|
+
background: #fff;
|
|
2541
|
+
color: #334155;
|
|
2542
|
+
border: 1px solid #cbd5e1;
|
|
2543
|
+
}
|
|
2544
|
+
.alerta-btn--secundario:hover {
|
|
2545
|
+
background: #f8fafc;
|
|
2546
|
+
}
|
|
2547
|
+
.alerta-btn--outline {
|
|
2548
|
+
background: #fff;
|
|
2549
|
+
color: #002f87;
|
|
2550
|
+
border: 1px solid #002f87;
|
|
2551
|
+
height: 2.25rem;
|
|
2552
|
+
white-space: nowrap;
|
|
2553
|
+
}
|
|
2554
|
+
.alerta-btn--outline:hover {
|
|
2555
|
+
background: rgba(0, 47, 135, 0.05);
|
|
2556
|
+
}
|
|
2557
|
+
.alerta-item {
|
|
2558
|
+
border: 1px solid #e2e8f0;
|
|
2559
|
+
border-radius: 0.5rem;
|
|
2560
|
+
background: #fff;
|
|
2561
|
+
padding: 1rem;
|
|
2562
|
+
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
|
|
2563
|
+
}
|
|
2564
|
+
.alerta-item--selecionado {
|
|
2565
|
+
border-color: #002f87;
|
|
2566
|
+
box-shadow: 0 0 0 2px rgba(0, 47, 135, 0.12);
|
|
2567
|
+
}
|
|
2568
|
+
.alerta-item-corpo {
|
|
2569
|
+
display: flex;
|
|
2570
|
+
flex-direction: column;
|
|
2571
|
+
gap: 0.75rem;
|
|
2572
|
+
min-width: 0;
|
|
2573
|
+
}
|
|
2574
|
+
@media (min-width: 640px) {
|
|
2575
|
+
.alerta-item-corpo {
|
|
2576
|
+
flex-direction: row;
|
|
2577
|
+
align-items: flex-start;
|
|
2578
|
+
justify-content: space-between;
|
|
2579
|
+
}
|
|
2580
|
+
}
|
|
2581
|
+
.alerta-item-info {
|
|
2582
|
+
min-width: 0;
|
|
2583
|
+
}
|
|
2584
|
+
.alerta-item-topo {
|
|
2585
|
+
display: flex;
|
|
2586
|
+
flex-wrap: wrap;
|
|
2587
|
+
align-items: center;
|
|
2588
|
+
gap: 0.5rem;
|
|
2589
|
+
}
|
|
2590
|
+
.alerta-item-titulo {
|
|
2591
|
+
font-size: 0.875rem;
|
|
2592
|
+
font-weight: 600;
|
|
2593
|
+
color: #0f172a;
|
|
2594
|
+
word-break: break-word;
|
|
2595
|
+
margin: 0;
|
|
2596
|
+
}
|
|
2597
|
+
.alerta-status {
|
|
2598
|
+
display: inline-block;
|
|
2599
|
+
border-radius: 9999px;
|
|
2600
|
+
border: 1px solid transparent;
|
|
2601
|
+
padding: 0.125rem 0.5rem;
|
|
2602
|
+
font-size: 0.75rem;
|
|
2603
|
+
font-weight: 600;
|
|
2604
|
+
}
|
|
2605
|
+
.alerta-status--pendente {
|
|
2606
|
+
border-color: #fde68a;
|
|
2607
|
+
background: #fffbeb;
|
|
2608
|
+
color: #92400e;
|
|
2609
|
+
}
|
|
2610
|
+
.alerta-status--concluido {
|
|
2611
|
+
border-color: #a7f3d0;
|
|
2612
|
+
background: #ecfdf5;
|
|
2613
|
+
color: #065f46;
|
|
2614
|
+
}
|
|
2615
|
+
.alerta-status--cancelado {
|
|
2616
|
+
border-color: #e2e8f0;
|
|
2617
|
+
background: #f1f5f9;
|
|
2618
|
+
color: #475569;
|
|
2619
|
+
}
|
|
2620
|
+
.alerta-item-mensagem {
|
|
2621
|
+
margin-top: 0.5rem;
|
|
2622
|
+
font-size: 0.875rem;
|
|
2623
|
+
color: #475569;
|
|
2624
|
+
word-break: break-word;
|
|
2625
|
+
}
|
|
2626
|
+
.alerta-item-meta {
|
|
2627
|
+
margin-top: 0.75rem;
|
|
2628
|
+
display: grid;
|
|
2629
|
+
gap: 0.25rem;
|
|
2630
|
+
font-size: 0.75rem;
|
|
2631
|
+
color: #64748b;
|
|
2632
|
+
}
|
|
2633
|
+
.alerta-item-meta-linha {
|
|
2634
|
+
display: inline-flex;
|
|
2635
|
+
align-items: center;
|
|
2636
|
+
gap: 0.375rem;
|
|
2637
|
+
}
|
|
2638
|
+
.alerta-item-email-ativo {
|
|
2639
|
+
color: #002f87;
|
|
2640
|
+
font-weight: 500;
|
|
2641
|
+
}
|
|
2642
|
+
.alerta-dot {
|
|
2643
|
+
display: inline-block;
|
|
2644
|
+
width: 0.375rem;
|
|
2645
|
+
height: 0.375rem;
|
|
2646
|
+
border-radius: 9999px;
|
|
2647
|
+
background: #002f87;
|
|
2648
|
+
}
|
|
2649
|
+
.alerta-item-acoes {
|
|
2650
|
+
display: flex;
|
|
2651
|
+
flex-shrink: 0;
|
|
2652
|
+
align-items: center;
|
|
2653
|
+
gap: 0.25rem;
|
|
2654
|
+
}
|
|
2655
|
+
.alerta-btn-icone {
|
|
2656
|
+
display: inline-flex;
|
|
2657
|
+
align-items: center;
|
|
2658
|
+
justify-content: center;
|
|
2659
|
+
width: 2.25rem;
|
|
2660
|
+
height: 2.25rem;
|
|
2661
|
+
border-radius: 0.375rem;
|
|
2662
|
+
border: 1px solid #e2e8f0;
|
|
2663
|
+
background: #fff;
|
|
2664
|
+
color: #475569;
|
|
2665
|
+
cursor: pointer;
|
|
2666
|
+
transition: background 0.15s, color 0.15s;
|
|
2667
|
+
}
|
|
2668
|
+
.alerta-btn-icone:hover:not(:disabled) {
|
|
2669
|
+
background: #f8fafc;
|
|
2670
|
+
}
|
|
2671
|
+
.alerta-btn-icone:disabled {
|
|
2672
|
+
cursor: not-allowed;
|
|
2673
|
+
opacity: 0.5;
|
|
2674
|
+
}
|
|
2675
|
+
.alerta-btn-icone--sucesso {
|
|
2676
|
+
border-color: #a7f3d0;
|
|
2677
|
+
color: #065f46;
|
|
2678
|
+
}
|
|
2679
|
+
.alerta-btn-icone--sucesso:hover:not(:disabled) {
|
|
2680
|
+
background: #ecfdf5;
|
|
2681
|
+
}
|
|
2682
|
+
.alerta-btn-icone--perigo {
|
|
2683
|
+
border-color: #fecaca;
|
|
2684
|
+
color: #dc2626;
|
|
2685
|
+
}
|
|
2686
|
+
.alerta-btn-icone--perigo:hover:not(:disabled) {
|
|
2687
|
+
background: #fef2f2;
|
|
2688
|
+
}
|
|
1933
2689
|
/*# sourceMappingURL=index.css.map */
|