robindoc 3.5.1 → 3.6.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.
Files changed (2) hide show
  1. package/lib/styles.css +440 -438
  2. package/package.json +1 -1
package/lib/styles.css CHANGED
@@ -1,39 +1,4 @@
1
- .r-footer {
2
- border-top: 1px solid var(--r-main-300);
3
- padding-top: 16px;
4
- padding-bottom: 16px;
5
- }
6
-
7
- .r-footer-row {
8
- display: flex;
9
- justify-content: space-between;
10
- align-items: center;
11
- gap: 32px;
12
- }
13
-
14
- .r-footer-additional {
15
- margin-top: 20px;
16
- justify-content: flex-end;
17
- }
18
-
19
- .r-copyright {
20
- color: var(--r-main-800);
21
- }
22
-
23
- .r-powered {
24
- font-size: 14px;
25
- display: block;
26
- color: var(--r-main-600);
27
- }
28
-
29
- .r-powered-link {
30
- font-weight: 600;
31
- text-decoration: none;
32
- color: var(--r-main-950);
33
- }
34
- .r-powered-link:hover {
35
- color: var(--r-primary-900);
36
- }.r-header {
1
+ .r-header {
37
2
  position: sticky;
38
3
  background-color: var(--r-main-50);
39
4
  top: 0;
@@ -122,6 +87,41 @@
122
87
  width: 100%;
123
88
  left: 0;
124
89
  }
90
+ }.r-footer {
91
+ border-top: 1px solid var(--r-main-300);
92
+ padding-top: 16px;
93
+ padding-bottom: 16px;
94
+ }
95
+
96
+ .r-footer-row {
97
+ display: flex;
98
+ justify-content: space-between;
99
+ align-items: center;
100
+ gap: 32px;
101
+ }
102
+
103
+ .r-footer-additional {
104
+ margin-top: 20px;
105
+ justify-content: flex-end;
106
+ }
107
+
108
+ .r-copyright {
109
+ color: var(--r-main-800);
110
+ }
111
+
112
+ .r-powered {
113
+ font-size: 14px;
114
+ display: block;
115
+ color: var(--r-main-600);
116
+ }
117
+
118
+ .r-powered-link {
119
+ font-weight: 600;
120
+ text-decoration: none;
121
+ color: var(--r-main-950);
122
+ }
123
+ .r-powered-link:hover {
124
+ color: var(--r-primary-900);
125
125
  }.r-root {
126
126
  --r-header-height: 60px;
127
127
  position: relative;
@@ -401,58 +401,6 @@
401
401
  z-index: 1001;
402
402
  }.r-keylink.keylink-to-navigation:focus {
403
403
  margin-top: -40px;
404
- }.r-article {
405
- padding: 20px 0 40px;
406
- grid-area: content;
407
- }
408
- @media screen and (width >= 1180px) {
409
- .r-article {
410
- padding: 32px 0 40px;
411
- }
412
- }
413
- .r-article > *:first-child {
414
- margin-top: 0;
415
- }
416
- .r-article > *:last-child {
417
- margin-bottom: 0;
418
- }
419
-
420
- .r-checkbox {
421
- cursor: pointer;
422
- width: 20px;
423
- height: 20px;
424
- margin: 4px;
425
- vertical-align: middle;
426
- box-sizing: border-box;
427
- }
428
-
429
- .r-label {
430
- cursor: pointer;
431
- }
432
-
433
- .r-task-ol,
434
- .r-task-ul {
435
- list-style: none;
436
- }
437
-
438
- .r-task-label {
439
- display: block;
440
- width: 100%;
441
- padding-top: 2px;
442
- padding-bottom: 2px;
443
- box-sizing: border-box;
444
- }
445
- .r-task-label:hover .r-checkbox {
446
- filter: brightness(0.8);
447
- }
448
-
449
- .r-task-li.r-task-li {
450
- margin-block-start: 2px;
451
- margin-block-end: 2px;
452
- }
453
-
454
- .r-label-text {
455
- vertical-align: middle;
456
404
  }.r-sidebar {
457
405
  grid-area: sidebar;
458
406
  box-sizing: border-box;
@@ -725,205 +673,91 @@
725
673
 
726
674
  .r-sidebar-drop[open] > .r-sidebar-drop-btn > .r-sidebar-drop-icon {
727
675
  transform: rotate(90deg);
728
- }.r-container {
729
- max-width: 1180px;
730
- padding-right: 12px;
731
- padding-left: 12px;
732
- margin-right: auto;
733
- margin-left: auto;
734
- box-sizing: border-box;
735
- }.r-theme-switcher {
736
- position: relative;
737
- display: flex;
738
- gap: 4px;
739
- width: 108px;
740
- height: 36px;
741
- padding: 2px;
742
- background-color: var(--r-main-950);
743
- border-radius: 14px;
744
- box-sizing: border-box;
676
+ }.r-article {
677
+ padding: 20px 0 40px;
678
+ grid-area: content;
745
679
  }
746
- .r-theme-switcher::before {
747
- content: "";
748
- position: absolute;
749
- display: block;
750
- height: 32px;
751
- width: 32px;
752
- top: 2px;
753
- left: 2px;
754
- background-color: var(--r-main-50);
755
- border-radius: 12px;
756
- transition: left 0.2s;
757
- box-sizing: border-box;
680
+ @media screen and (width >= 1180px) {
681
+ .r-article {
682
+ padding: 32px 0 40px;
683
+ }
758
684
  }
759
-
760
- .r-theme-switcher-btn {
761
- padding: 8px;
762
- background: none;
763
- border: 0;
764
- border-radius: 12px;
765
- cursor: pointer;
766
- color: var(--r-main-50);
767
- fill: var(--r-main-950);
768
- z-index: 1;
769
- transition: color 0.2s 0.1s, fill 0.2s;
685
+ .r-article > *:first-child {
686
+ margin-top: 0;
770
687
  }
771
- .r-theme-switcher-btn:hover {
772
- color: var(--r-main-50);
773
- fill: var(--r-main-50);
688
+ .r-article > *:last-child {
689
+ margin-bottom: 0;
774
690
  }
775
691
 
776
- .r-theme-dark:not(.r-theme-system) .r-theme-switcher::before {
777
- left: 2px;
692
+ .r-checkbox {
693
+ cursor: pointer;
694
+ width: 20px;
695
+ height: 20px;
696
+ margin: 4px;
697
+ vertical-align: middle;
698
+ box-sizing: border-box;
778
699
  }
779
700
 
780
- .r-theme-dark:not(.r-theme-system) .r-theme-switcher-btn__dark {
781
- color: var(--r-main-950);
782
- pointer-events: none;
701
+ .r-label {
702
+ cursor: pointer;
783
703
  }
784
704
 
785
- .r-theme-switcher::before,
786
- .r-theme-system .r-theme-switcher::before {
787
- left: 38px;
705
+ .r-task-ol,
706
+ .r-task-ul {
707
+ list-style: none;
788
708
  }
789
709
 
790
- .r-theme-system .r-theme-switcher-btn__system {
791
- color: var(--r-main-950);
792
- pointer-events: none;
710
+ .r-task-label {
711
+ display: block;
712
+ width: 100%;
713
+ padding-top: 2px;
714
+ padding-bottom: 2px;
715
+ box-sizing: border-box;
793
716
  }
794
-
795
- .r-theme-light:not(.r-theme-system) .r-theme-switcher::before {
796
- left: 74px;
717
+ .r-task-label:hover .r-checkbox {
718
+ filter: brightness(0.8);
797
719
  }
798
720
 
799
- .r-theme-light:not(.r-theme-system) .r-theme-switcher-btn__light {
800
- color: var(--r-main-950);
801
- pointer-events: none;
721
+ .r-task-li.r-task-li {
722
+ margin-block-start: 2px;
723
+ margin-block-end: 2px;
802
724
  }
803
725
 
804
- .r-theme-switcher-svg {
805
- display: block;
806
- }.r-header-menu {
807
- display: flex;
808
- justify-content: flex-end;
809
- order: 1;
726
+ .r-label-text {
727
+ vertical-align: middle;
728
+ }.r-search-btn {
729
+ position: relative;
730
+ border-radius: 6px;
731
+ background-color: var(--r-main-100);
732
+ color: var(--r-main-600);
733
+ padding: 8px 20px;
734
+ border: 1px solid var(--r-main-200);
735
+ width: 100%;
736
+ text-align: left;
737
+ cursor: text;
738
+ box-sizing: border-box;
810
739
  }
811
- @media screen and (width >= 1024px) {
812
- .r-header-menu {
813
- flex: 1;
814
- order: unset;
740
+ @media screen and (width >= 768px) {
741
+ .r-search-btn {
742
+ width: 220px;
743
+ padding: 8px 96px 8px 20px;
815
744
  }
816
745
  }
746
+ .r-search-btn:hover {
747
+ border-color: var(--r-main-600);
748
+ }
749
+ .r-search-btn:hover .r-search-kbd {
750
+ color: var(--r-main-950);
751
+ }
817
752
 
818
- .r-header-input:checked ~ .r-header-burger ~ .r-header-responsive {
819
- display: flex;
753
+ .r-search-title {
754
+ display: block;
755
+ overflow: hidden;
756
+ text-overflow: ellipsis;
757
+ white-space: nowrap;
820
758
  }
821
759
 
822
- .r-header-responsive {
823
- display: none;
824
- justify-content: flex-end;
825
- flex: 1;
826
- gap: 24px;
827
- z-index: 1;
828
- }
829
- @media screen and (width < 1024px) {
830
- .r-header-responsive {
831
- flex-direction: column-reverse;
832
- padding: 12px;
833
- background-color: var(--r-main-50);
834
- position: fixed;
835
- top: 60px;
836
- right: 0;
837
- bottom: 0;
838
- left: 0;
839
- }
840
- }
841
- @media screen and (width >= 1024px) {
842
- .r-header-responsive {
843
- display: flex;
844
- justify-content: space-between;
845
- align-items: center;
846
- }
847
- }
848
-
849
- .r-header-burger {
850
- position: relative;
851
- display: flex;
852
- align-items: center;
853
- justify-content: center;
854
- height: 32px;
855
- width: 32px;
856
- cursor: pointer;
857
- background: none;
858
- border: none;
859
- box-sizing: border-box;
860
- }
861
- @media screen and (width >= 1024px) {
862
- .r-header-burger {
863
- display: none;
864
- }
865
- }
866
-
867
- .r-burger-line {
868
- display: block;
869
- width: 20px;
870
- height: 1.5px;
871
- position: absolute;
872
- background-color: var(--r-main-700);
873
- margin: auto;
874
- transition: transform 0.3s;
875
- box-sizing: border-box;
876
- }
877
-
878
- .r-burger-line._top {
879
- transform: translateY(-3px);
880
- }
881
-
882
- .r-header-input:checked ~ .r-header-burger .r-burger-line._top {
883
- transform: translateY(0) rotate(45deg);
884
- margin-top: 0;
885
- }
886
-
887
- .r-burger-line._bottom {
888
- transform: translateY(3px);
889
- }
890
-
891
- .r-header-input:checked ~ .r-header-burger .r-burger-line._bottom {
892
- transform: translateY(0) rotate(-45deg);
893
- margin-top: 0;
894
- }.r-search-btn {
895
- position: relative;
896
- border-radius: 6px;
897
- background-color: var(--r-main-100);
898
- color: var(--r-main-600);
899
- padding: 8px 20px;
900
- border: 1px solid var(--r-main-200);
901
- width: 100%;
902
- text-align: left;
903
- cursor: text;
904
- box-sizing: border-box;
905
- }
906
- @media screen and (width >= 768px) {
907
- .r-search-btn {
908
- width: 220px;
909
- padding: 8px 96px 8px 20px;
910
- }
911
- }
912
- .r-search-btn:hover {
913
- border-color: var(--r-main-600);
914
- }
915
- .r-search-btn:hover .r-search-kbd {
916
- color: var(--r-main-950);
917
- }
918
-
919
- .r-search-title {
920
- display: block;
921
- overflow: hidden;
922
- text-overflow: ellipsis;
923
- white-space: nowrap;
924
- }
925
-
926
- .r-search-kbd {
760
+ .r-search-kbd {
927
761
  display: none;
928
762
  position: absolute;
929
763
  right: 6px;
@@ -973,7 +807,7 @@
973
807
  }
974
808
 
975
809
  .r-search-results {
976
- padding: 12px 8px 8px;
810
+ padding: 2px 8px 8px;
977
811
  max-height: min(400px, 100dvh - 200px);
978
812
  overflow-y: auto;
979
813
  list-style: none;
@@ -996,7 +830,8 @@
996
830
  }
997
831
  .r-search-item:hover, .r-search-item:focus {
998
832
  color: var(--r-main-950);
999
- background-color: var(--r-main-50);
833
+ background-color: var(--r-main-100);
834
+ border-color: var(--r-main-200);
1000
835
  }
1001
836
 
1002
837
  .r-search-item-title {
@@ -1007,6 +842,94 @@
1007
842
  font-size: 14px;
1008
843
  color: var(--r-main-600);
1009
844
  margin: 12px 0 0;
845
+ }.r-header-menu {
846
+ display: flex;
847
+ justify-content: flex-end;
848
+ order: 1;
849
+ }
850
+ @media screen and (width >= 1024px) {
851
+ .r-header-menu {
852
+ flex: 1;
853
+ order: unset;
854
+ }
855
+ }
856
+
857
+ .r-header-input:checked ~ .r-header-burger ~ .r-header-responsive {
858
+ display: flex;
859
+ }
860
+
861
+ .r-header-responsive {
862
+ display: none;
863
+ justify-content: flex-end;
864
+ flex: 1;
865
+ gap: 24px;
866
+ z-index: 1;
867
+ }
868
+ @media screen and (width < 1024px) {
869
+ .r-header-responsive {
870
+ flex-direction: column-reverse;
871
+ padding: 12px;
872
+ background-color: var(--r-main-50);
873
+ position: fixed;
874
+ top: 60px;
875
+ right: 0;
876
+ bottom: 0;
877
+ left: 0;
878
+ }
879
+ }
880
+ @media screen and (width >= 1024px) {
881
+ .r-header-responsive {
882
+ display: flex;
883
+ justify-content: space-between;
884
+ align-items: center;
885
+ }
886
+ }
887
+
888
+ .r-header-burger {
889
+ position: relative;
890
+ display: flex;
891
+ align-items: center;
892
+ justify-content: center;
893
+ height: 32px;
894
+ width: 32px;
895
+ cursor: pointer;
896
+ background: none;
897
+ border: none;
898
+ box-sizing: border-box;
899
+ }
900
+ @media screen and (width >= 1024px) {
901
+ .r-header-burger {
902
+ display: none;
903
+ }
904
+ }
905
+
906
+ .r-burger-line {
907
+ display: block;
908
+ width: 20px;
909
+ height: 1.5px;
910
+ position: absolute;
911
+ background-color: var(--r-main-700);
912
+ margin: auto;
913
+ transition: transform 0.3s;
914
+ box-sizing: border-box;
915
+ }
916
+
917
+ .r-burger-line._top {
918
+ transform: translateY(-3px);
919
+ }
920
+
921
+ .r-header-input:checked ~ .r-header-burger .r-burger-line._top {
922
+ transform: translateY(0) rotate(45deg);
923
+ margin-top: 0;
924
+ }
925
+
926
+ .r-burger-line._bottom {
927
+ transform: translateY(3px);
928
+ }
929
+
930
+ .r-header-input:checked ~ .r-header-burger .r-burger-line._bottom {
931
+ transform: translateY(0) rotate(-45deg);
932
+ margin-top: 0;
1010
933
  }.r-dropdown {
1011
934
  position: relative;
1012
935
  color: var(--r-main-600);
@@ -1086,6 +1009,13 @@
1086
1009
 
1087
1010
  .r-dropdown-link._active {
1088
1011
  color: var(--r-primary-700);
1012
+ }.r-container {
1013
+ max-width: 1180px;
1014
+ padding-right: 12px;
1015
+ padding-left: 12px;
1016
+ margin-right: auto;
1017
+ margin-left: auto;
1018
+ box-sizing: border-box;
1089
1019
  }.r-header-social {
1090
1020
  display: flex;
1091
1021
  flex: 1;
@@ -1098,32 +1028,175 @@
1098
1028
  }
1099
1029
  }
1100
1030
 
1101
- .r-header-social-git {
1102
- color: var(--r-main-700);
1103
- transition: color 0.2s;
1031
+ .r-header-social-git {
1032
+ color: var(--r-main-700);
1033
+ transition: color 0.2s;
1034
+ }
1035
+ .r-header-social-git:hover, .r-header-social-git:focus {
1036
+ color: var(--r-main-950);
1037
+ }.r-theme-switcher {
1038
+ position: relative;
1039
+ display: flex;
1040
+ gap: 4px;
1041
+ width: 108px;
1042
+ height: 36px;
1043
+ padding: 2px;
1044
+ background-color: var(--r-main-950);
1045
+ border-radius: 14px;
1046
+ box-sizing: border-box;
1047
+ }
1048
+ .r-theme-switcher::before {
1049
+ content: "";
1050
+ position: absolute;
1051
+ display: block;
1052
+ height: 32px;
1053
+ width: 32px;
1054
+ top: 2px;
1055
+ left: 2px;
1056
+ background-color: var(--r-main-50);
1057
+ border-radius: 12px;
1058
+ transition: left 0.2s;
1059
+ box-sizing: border-box;
1060
+ }
1061
+
1062
+ .r-theme-switcher-btn {
1063
+ padding: 8px;
1064
+ background: none;
1065
+ border: 0;
1066
+ border-radius: 12px;
1067
+ cursor: pointer;
1068
+ color: var(--r-main-50);
1069
+ fill: var(--r-main-950);
1070
+ z-index: 1;
1071
+ transition: color 0.2s 0.1s, fill 0.2s;
1072
+ }
1073
+ .r-theme-switcher-btn:hover {
1074
+ color: var(--r-main-50);
1075
+ fill: var(--r-main-50);
1076
+ }
1077
+
1078
+ .r-theme-dark:not(.r-theme-system) .r-theme-switcher::before {
1079
+ left: 2px;
1080
+ }
1081
+
1082
+ .r-theme-dark:not(.r-theme-system) .r-theme-switcher-btn__dark {
1083
+ color: var(--r-main-950);
1084
+ pointer-events: none;
1085
+ }
1086
+
1087
+ .r-theme-switcher::before,
1088
+ .r-theme-system .r-theme-switcher::before {
1089
+ left: 38px;
1090
+ }
1091
+
1092
+ .r-theme-system .r-theme-switcher-btn__system {
1093
+ color: var(--r-main-950);
1094
+ pointer-events: none;
1095
+ }
1096
+
1097
+ .r-theme-light:not(.r-theme-system) .r-theme-switcher::before {
1098
+ left: 74px;
1099
+ }
1100
+
1101
+ .r-theme-light:not(.r-theme-system) .r-theme-switcher-btn__light {
1102
+ color: var(--r-main-950);
1103
+ pointer-events: none;
1104
+ }
1105
+
1106
+ .r-theme-switcher-svg {
1107
+ display: block;
1108
+ }.r-keylink {
1109
+ display: block;
1110
+ position: relative;
1111
+ padding: 8px 12px;
1112
+ border: 2px solid var(--r-main-500);
1113
+ border-radius: 6px;
1114
+ text-decoration: none;
1115
+ background: var(--r-main-50);
1116
+ }
1117
+
1118
+ .r-keylink:not(:focus) {
1119
+ width: 1px !important;
1120
+ height: 1px !important;
1121
+ padding: 0 !important;
1122
+ overflow: hidden !important;
1123
+ clip: rect(1px, 1px, 1px, 1px) !important;
1124
+ border: 0 !important;
1125
+ user-select: none;
1126
+ pointer-events: none;
1127
+ box-sizing: border-box;
1128
+ }.r-pagination {
1129
+ grid-area: pagination;
1130
+ display: grid;
1131
+ grid-template-columns: repeat(auto-fit, minmax(148px, 1fr));
1132
+ gap: 16px;
1133
+ margin-bottom: 40px;
1134
+ }
1135
+
1136
+ .r-pagination-item {
1137
+ position: relative;
1138
+ padding-top: 8px;
1139
+ padding-bottom: 8px;
1140
+ text-decoration: none;
1141
+ font-size: 14px;
1142
+ color: var(--r-main-800);
1143
+ }
1144
+ .r-pagination-item:hover {
1145
+ color: var(--r-main-950);
1146
+ }
1147
+
1148
+ .r-pagination-item._prev {
1149
+ padding-left: 28px;
1150
+ }
1151
+
1152
+ .r-pagination-item._next {
1153
+ text-align: right;
1154
+ padding-right: 28px;
1155
+ }
1156
+
1157
+ .r-pagination-text {
1158
+ display: block;
1159
+ line-height: 2;
1160
+ }
1161
+
1162
+ .r-pagination-title {
1163
+ font-weight: 600;
1164
+ font-size: 16px;
1165
+ }
1166
+
1167
+ .r-pagination-icon {
1168
+ position: absolute;
1169
+ top: 50%;
1170
+ transform: translateY(-50%);
1171
+ transition: transform 0.2s;
1172
+ }
1173
+
1174
+ .r-pagination-icon._prev {
1175
+ left: 0;
1176
+ }
1177
+ .r-pagination-item:hover .r-pagination-icon._prev {
1178
+ transform: translate(-4px, -50%);
1179
+ }
1180
+ @media screen and (width >= 1180px) {
1181
+ .r-pagination-item:hover .r-pagination-icon._prev {
1182
+ transform: translate(-8px, -50%);
1183
+ }
1184
+ }
1185
+
1186
+ .r-pagination-icon._next {
1187
+ right: 0;
1104
1188
  }
1105
- .r-header-social-git:hover, .r-header-social-git:focus {
1106
- color: var(--r-main-950);
1107
- }.r-keylink {
1108
- display: block;
1109
- position: relative;
1110
- padding: 8px 12px;
1111
- border: 2px solid var(--r-main-500);
1112
- border-radius: 6px;
1113
- text-decoration: none;
1114
- background: var(--r-main-50);
1189
+ .r-pagination-item:hover .r-pagination-icon._next {
1190
+ transform: translate(4px, -50%);
1191
+ }
1192
+ @media screen and (width >= 1180px) {
1193
+ .r-pagination-item:hover .r-pagination-icon._next {
1194
+ transform: translate(8px, -50%);
1195
+ }
1115
1196
  }
1116
1197
 
1117
- .r-keylink:not(:focus) {
1118
- width: 1px !important;
1119
- height: 1px !important;
1120
- padding: 0 !important;
1121
- overflow: hidden !important;
1122
- clip: rect(1px, 1px, 1px, 1px) !important;
1123
- border: 0 !important;
1124
- user-select: none;
1125
- pointer-events: none;
1126
- box-sizing: border-box;
1198
+ .r-pagination-svg {
1199
+ display: block;
1127
1200
  }.r-contents {
1128
1201
  grid-area: contents;
1129
1202
  }
@@ -1398,83 +1471,9 @@
1398
1471
  .r-breadcrumb-title {
1399
1472
  color: var(--r-main-950);
1400
1473
  font-weight: 600;
1401
- }.r-pagination {
1402
- grid-area: pagination;
1403
- display: grid;
1404
- grid-template-columns: repeat(auto-fit, minmax(148px, 1fr));
1405
- gap: 16px;
1406
- margin-bottom: 40px;
1407
- }
1408
-
1409
- .r-pagination-item {
1410
- position: relative;
1411
- padding-top: 8px;
1412
- padding-bottom: 8px;
1413
- text-decoration: none;
1414
- font-size: 14px;
1415
- color: var(--r-main-800);
1416
- }
1417
- .r-pagination-item:hover {
1418
- color: var(--r-main-950);
1419
- }
1420
-
1421
- .r-pagination-item._prev {
1422
- padding-left: 28px;
1423
- }
1424
-
1425
- .r-pagination-item._next {
1426
- text-align: right;
1427
- padding-right: 28px;
1428
- }
1429
-
1430
- .r-pagination-text {
1431
- display: block;
1432
- line-height: 2;
1433
- }
1434
-
1435
- .r-pagination-title {
1436
- font-weight: 600;
1437
- font-size: 16px;
1438
- }
1439
-
1440
- .r-pagination-icon {
1441
- position: absolute;
1442
- top: 50%;
1443
- transform: translateY(-50%);
1444
- transition: transform 0.2s;
1445
- }
1446
-
1447
- .r-pagination-icon._prev {
1448
- left: 0;
1449
- }
1450
- .r-pagination-item:hover .r-pagination-icon._prev {
1451
- transform: translate(-4px, -50%);
1452
- }
1453
- @media screen and (width >= 1180px) {
1454
- .r-pagination-item:hover .r-pagination-icon._prev {
1455
- transform: translate(-8px, -50%);
1456
- }
1457
- }
1458
-
1459
- .r-pagination-icon._next {
1460
- right: 0;
1461
- }
1462
- .r-pagination-item:hover .r-pagination-icon._next {
1463
- transform: translate(4px, -50%);
1464
- }
1465
- @media screen and (width >= 1180px) {
1466
- .r-pagination-item:hover .r-pagination-icon._next {
1467
- transform: translate(8px, -50%);
1468
- }
1469
- }
1470
-
1471
- .r-pagination-svg {
1472
- display: block;
1473
1474
  }.r-last-modified {
1474
1475
  color: var(--r-main-700);
1475
1476
  margin-block-start: 16px;
1476
- }.r-git-logo {
1477
- display: block;
1478
1477
  }.r-external-mark {
1479
1478
  position: relative;
1480
1479
  vertical-align: text-top;
@@ -1506,6 +1505,8 @@
1506
1505
  background-color: currentColor;
1507
1506
  border-radius: 0 0 0 4px;
1508
1507
  box-sizing: border-box;
1508
+ }.r-git-logo {
1509
+ display: block;
1509
1510
  }.r-anchor-heading:hover .r-anchor-heading-link {
1510
1511
  visibility: visible;
1511
1512
  opacity: 1;
@@ -1525,14 +1526,6 @@
1525
1526
  }
1526
1527
  .r-anchor-heading-link::after {
1527
1528
  content: "#";
1528
- }.r-block {
1529
- width: 100%;
1530
- overflow: auto;
1531
- margin-block-start: 12px;
1532
- margin-block-end: 12px;
1533
- scrollbar-width: thin;
1534
- scrollbar-color: var(--r-main-200) transparent;
1535
- box-sizing: border-box;
1536
1529
  }.r-code-section {
1537
1530
  position: relative;
1538
1531
  margin-block-start: 1.5em;
@@ -1584,6 +1577,14 @@
1584
1577
 
1585
1578
  .r-code-section-filename {
1586
1579
  font-family: var(--monospace-font, monospace, monospace);
1580
+ }.r-block {
1581
+ width: 100%;
1582
+ overflow: auto;
1583
+ margin-block-start: 12px;
1584
+ margin-block-end: 12px;
1585
+ scrollbar-width: thin;
1586
+ scrollbar-color: var(--r-main-200) transparent;
1587
+ box-sizing: border-box;
1587
1588
  }.r-blockquote {
1588
1589
  background-color: var(--r-main-100);
1589
1590
  padding: 8px 12px 8px 20px;
@@ -1760,7 +1761,8 @@
1760
1761
  left: 0;
1761
1762
  bottom: 0;
1762
1763
  width: 100%;
1763
- background-color: var(--r-main-50);
1764
+ background-color: color-mix(in srgb, var(--r-main-50) 95%, transparent);
1765
+ border: 2px solid var(--r-main-200);
1764
1766
  border-radius: 12px 12px 0 0;
1765
1767
  opacity: 0;
1766
1768
  visibility: hidden;
@@ -1806,55 +1808,6 @@
1806
1808
  min-width: 24px;
1807
1809
  text-align: center;
1808
1810
  box-sizing: border-box;
1809
- }.r-content-link {
1810
- text-decoration: none;
1811
- color: inherit;
1812
- text-decoration: underline;
1813
- text-decoration-color: var(--r-primary-500);
1814
- text-underline-offset: 3px;
1815
- transition: text-decoration-offset 0.2s ease;
1816
- }
1817
- .r-content-link:hover {
1818
- color: var(--r-main-700);
1819
- text-decoration-color: var(--r-primary-400);
1820
- text-underline-offset: 2px;
1821
- text-decoration-thickness: 2px;
1822
- }
1823
- .r-content-link:active {
1824
- color: var(--r-primary-600);
1825
- }
1826
-
1827
- .r-content-link-external {
1828
- position: relative;
1829
- vertical-align: text-top;
1830
- display: inline-block;
1831
- margin-left: -4px;
1832
- margin-right: 2px;
1833
- width: 6px;
1834
- height: 6px;
1835
- box-sizing: border-box;
1836
- }
1837
- .r-content-link-external::after {
1838
- content: "";
1839
- position: absolute;
1840
- top: 0;
1841
- right: 0;
1842
- width: 100%;
1843
- height: 100%;
1844
- border-top: 1px solid currentColor;
1845
- border-right: 1px solid currentColor;
1846
- box-sizing: border-box;
1847
- }
1848
- .r-content-link-external::before {
1849
- content: "";
1850
- position: absolute;
1851
- top: 0;
1852
- right: 0;
1853
- width: 3px;
1854
- height: 3px;
1855
- background-color: currentColor;
1856
- border-radius: 0 0 0 4px;
1857
- box-sizing: border-box;
1858
1811
  }.r-copy-button {
1859
1812
  position: relative;
1860
1813
  padding: 6px;
@@ -1926,6 +1879,59 @@
1926
1879
  .r-copy-text:active,
1927
1880
  .r-copy-text._active {
1928
1881
  color: var(--r-success);
1882
+ }.r-content-link {
1883
+ text-decoration: none;
1884
+ color: inherit;
1885
+ text-decoration: underline;
1886
+ text-decoration-color: var(--r-primary-500);
1887
+ text-underline-offset: 3px;
1888
+ transition: text-decoration-offset 0.2s ease;
1889
+ }
1890
+ .r-content-link:hover {
1891
+ color: var(--r-main-700);
1892
+ text-decoration-color: var(--r-primary-400);
1893
+ text-underline-offset: 2px;
1894
+ text-decoration-thickness: 2px;
1895
+ }
1896
+ .r-content-link:active {
1897
+ color: var(--r-primary-600);
1898
+ }
1899
+
1900
+ .r-content-link-external {
1901
+ position: relative;
1902
+ vertical-align: text-top;
1903
+ display: inline-block;
1904
+ margin-left: -4px;
1905
+ margin-right: 2px;
1906
+ width: 6px;
1907
+ height: 6px;
1908
+ box-sizing: border-box;
1909
+ }
1910
+ .r-content-link-external::after {
1911
+ content: "";
1912
+ position: absolute;
1913
+ top: 0;
1914
+ right: 0;
1915
+ width: 100%;
1916
+ height: 100%;
1917
+ border-top: 1px solid currentColor;
1918
+ border-right: 1px solid currentColor;
1919
+ box-sizing: border-box;
1920
+ }
1921
+ .r-content-link-external::before {
1922
+ content: "";
1923
+ position: absolute;
1924
+ top: 0;
1925
+ right: 0;
1926
+ width: 3px;
1927
+ height: 3px;
1928
+ background-color: currentColor;
1929
+ border-radius: 0 0 0 4px;
1930
+ box-sizing: border-box;
1931
+ }.r-ol {
1932
+ padding-inline-start: 2rem;
1933
+ margin-block-start: 1em;
1934
+ margin-block-end: 1em;
1929
1935
  }.r-li {
1930
1936
  line-height: 1.8;
1931
1937
  margin-block-start: 6px;
@@ -1941,26 +1947,22 @@
1941
1947
  padding-inline-start: 2rem;
1942
1948
  margin-block-start: 1em;
1943
1949
  margin-block-end: 1em;
1944
- }.r-ol {
1945
- padding-inline-start: 2rem;
1946
- margin-block-start: 1em;
1947
- margin-block-end: 1em;
1948
- }.r-table {
1949
- min-width: 100%;
1950
- text-align: left;
1951
- border-collapse: collapse;
1952
- box-sizing: border-box;
1953
1950
  }.r-td {
1954
1951
  padding: 6px 12px;
1955
1952
  border-bottom: 1px solid var(--r-main-400);
1956
1953
  border-collapse: collapse;
1957
- }.r-thead {
1958
- background-color: var(--r-main-100);
1959
1954
  }.r-th {
1960
1955
  padding: 6px 12px;
1961
1956
  border-top: 1px solid var(--r-main-500);
1962
1957
  border-bottom: 1px solid var(--r-main-500);
1963
1958
  border-collapse: collapse;
1959
+ }.r-table {
1960
+ min-width: 100%;
1961
+ text-align: left;
1962
+ border-collapse: collapse;
1963
+ box-sizing: border-box;
1964
+ }.r-thead {
1965
+ background-color: var(--r-main-100);
1964
1966
  }.r-task-li.r-task-li {
1965
1967
  margin-block-start: 2px;
1966
1968
  margin-block-end: 2px;
@@ -1990,28 +1992,28 @@
1990
1992
 
1991
1993
  .r-task-label-text {
1992
1994
  vertical-align: middle;
1993
- }.r-task-ul {
1994
- list-style: none;
1995
1995
  }.r-task-ol {
1996
1996
  list-style: none;
1997
+ }.r-task-ul {
1998
+ list-style: none;
1997
1999
  }.r-backdrop {
1998
2000
  position: fixed;
1999
2001
  top: 0;
2000
2002
  right: 0;
2001
2003
  bottom: 0;
2002
2004
  left: 0;
2003
- background: rgba(0, 0, 0, 0);
2005
+ background: color-mix(in srgb, var(--r-main-900) 0%, transparent 100%);
2004
2006
  opacity: 0;
2005
2007
  visibility: hidden;
2006
2008
  pointer-events: none;
2007
- backdrop-filter: blur(1px);
2009
+ backdrop-filter: blur(4px);
2008
2010
  transition: background 0.05s, opacity 0.2s, visibility 0.01s 0.15s;
2009
2011
  z-index: 100;
2010
2012
  }
2011
2013
 
2012
2014
  .r-backdrop._visible {
2013
2015
  opacity: 1;
2014
- background: rgba(0, 0, 0, 0.3);
2016
+ background: color-mix(in srgb, var(--r-main-900) 10%, transparent 100%);
2015
2017
  visibility: visible;
2016
2018
  transition: background 0.05s, opacity 0.2s;
2017
2019
  pointer-events: all;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "robindoc",
3
- "version": "3.5.1",
3
+ "version": "3.6.0",
4
4
  "description": "Robindoc is a framework for automatically creating documentation websites based on markdown files, built on React.js Server Components",
5
5
  "main": "./lib/index.js",
6
6
  "scripts": {