robindoc 3.6.4 → 3.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/lib/client.d.ts +6 -0
- package/lib/client.d.ts.map +1 -1
- package/lib/components/blocks/anchor-heading/index.d.ts +1 -2
- package/lib/components/blocks/anchor-heading/index.d.ts.map +1 -1
- package/lib/components/blocks/anchor-heading/index.js.map +1 -1
- package/lib/components/blocks/preferences-detector/index.d.ts +3 -0
- package/lib/components/blocks/preferences-detector/index.d.ts.map +1 -0
- package/lib/components/blocks/preferences-detector/index.js +3 -0
- package/lib/components/blocks/preferences-detector/index.js.map +1 -0
- package/lib/components/blocks/theme-switcher/index.js +1 -1
- package/lib/components/blocks/theme-switcher/index.js.map +1 -1
- package/lib/components/elements/article/document.d.ts +6 -10
- package/lib/components/elements/article/document.d.ts.map +1 -1
- package/lib/components/elements/article/document.js +1 -1
- package/lib/components/elements/article/document.js.map +1 -1
- package/lib/components/elements/article/index.d.ts +13 -13
- package/lib/components/elements/article/index.d.ts.map +1 -1
- package/lib/components/elements/article/index.js +1 -1
- package/lib/components/elements/article/index.js.map +1 -1
- package/lib/components/elements/article/tags.d.ts +30 -0
- package/lib/components/elements/article/tags.d.ts.map +1 -0
- package/lib/components/elements/article/tags.js +2 -0
- package/lib/components/elements/article/tags.js.map +1 -0
- package/lib/components/elements/blog-container/index.d.ts +6 -0
- package/lib/components/elements/blog-container/index.d.ts.map +1 -1
- package/lib/components/elements/blog-container/index.js.map +1 -1
- package/lib/components/elements/docs-container/index.d.ts +6 -0
- package/lib/components/elements/docs-container/index.d.ts.map +1 -1
- package/lib/components/elements/docs-container/index.js.map +1 -1
- package/lib/components/elements/footer/index.d.ts +5 -0
- package/lib/components/elements/footer/index.d.ts.map +1 -1
- package/lib/components/elements/footer/index.js.map +1 -1
- package/lib/components/elements/header/index.d.ts +6 -0
- package/lib/components/elements/header/index.d.ts.map +1 -1
- package/lib/components/elements/header/index.js.map +1 -1
- package/lib/components/elements/keylink-to-content/index.d.ts +6 -0
- package/lib/components/elements/keylink-to-content/index.d.ts.map +1 -1
- package/lib/components/elements/keylink-to-content/index.js.map +1 -1
- package/lib/components/elements/keylink-to-navigation/index.d.ts +6 -0
- package/lib/components/elements/keylink-to-navigation/index.d.ts.map +1 -1
- package/lib/components/elements/keylink-to-navigation/index.js.map +1 -1
- package/lib/components/elements/page-container/index.d.ts +6 -0
- package/lib/components/elements/page-container/index.d.ts.map +1 -1
- package/lib/components/elements/page-container/index.js.map +1 -1
- package/lib/components/elements/robin-provider/index.d.ts +16 -0
- package/lib/components/elements/robin-provider/index.d.ts.map +1 -1
- package/lib/components/elements/robin-provider/index.js +1 -1
- package/lib/components/elements/robin-provider/index.js.map +1 -1
- package/lib/components/elements/sidebar/index.d.ts +6 -0
- package/lib/components/elements/sidebar/index.d.ts.map +1 -1
- package/lib/components/elements/sidebar/index.js.map +1 -1
- package/lib/components/ui/block/index.d.ts +1 -2
- package/lib/components/ui/block/index.d.ts.map +1 -1
- package/lib/components/ui/block/index.js.map +1 -1
- package/lib/components/ui/blockquote/index.d.ts +1 -2
- package/lib/components/ui/blockquote/index.d.ts.map +1 -1
- package/lib/components/ui/blockquote/index.js.map +1 -1
- package/lib/components/ui/code-span/index.d.ts +1 -2
- package/lib/components/ui/code-span/index.d.ts.map +1 -1
- package/lib/components/ui/code-span/index.js +1 -1
- package/lib/components/ui/code-span/index.js.map +1 -1
- package/lib/components/ui/del/index.d.ts +1 -2
- package/lib/components/ui/del/index.d.ts.map +1 -1
- package/lib/components/ui/del/index.js.map +1 -1
- package/lib/components/ui/em/index.d.ts +1 -2
- package/lib/components/ui/em/index.d.ts.map +1 -1
- package/lib/components/ui/em/index.js.map +1 -1
- package/lib/components/ui/heading/index.d.ts +1 -2
- package/lib/components/ui/heading/index.d.ts.map +1 -1
- package/lib/components/ui/heading/index.js.map +1 -1
- package/lib/components/ui/hr/index.d.ts +1 -2
- package/lib/components/ui/hr/index.d.ts.map +1 -1
- package/lib/components/ui/hr/index.js.map +1 -1
- package/lib/components/ui/list/list-item/index.d.ts +1 -2
- package/lib/components/ui/list/list-item/index.d.ts.map +1 -1
- package/lib/components/ui/list/list-item/index.js.map +1 -1
- package/lib/components/ui/list/unordered-list/index.d.ts +1 -2
- package/lib/components/ui/list/unordered-list/index.d.ts.map +1 -1
- package/lib/components/ui/list/unordered-list/index.js.map +1 -1
- package/lib/components/ui/paragraph/index.d.ts +1 -2
- package/lib/components/ui/paragraph/index.d.ts.map +1 -1
- package/lib/components/ui/paragraph/index.js.map +1 -1
- package/lib/components/ui/strong/index.d.ts +1 -2
- package/lib/components/ui/strong/index.d.ts.map +1 -1
- package/lib/components/ui/strong/index.js.map +1 -1
- package/lib/components/ui/table/table/index.d.ts +1 -2
- package/lib/components/ui/table/table/index.d.ts.map +1 -1
- package/lib/components/ui/table/table/index.js.map +1 -1
- package/lib/components/ui/table/tbody/index.d.ts +1 -2
- package/lib/components/ui/table/tbody/index.d.ts.map +1 -1
- package/lib/components/ui/table/tbody/index.js.map +1 -1
- package/lib/components/ui/table/td/index.d.ts +2 -2
- package/lib/components/ui/table/td/index.d.ts.map +1 -1
- package/lib/components/ui/table/td/index.js +1 -1
- package/lib/components/ui/table/td/index.js.map +1 -1
- package/lib/components/ui/table/th/index.d.ts +2 -2
- package/lib/components/ui/table/th/index.d.ts.map +1 -1
- package/lib/components/ui/table/th/index.js +1 -1
- package/lib/components/ui/table/th/index.js.map +1 -1
- package/lib/components/ui/table/thead/index.d.ts +1 -2
- package/lib/components/ui/table/thead/index.d.ts.map +1 -1
- package/lib/components/ui/table/thead/index.js.map +1 -1
- package/lib/components/ui/table/tr/index.d.ts +1 -2
- package/lib/components/ui/table/tr/index.d.ts.map +1 -1
- package/lib/components/ui/table/tr/index.js.map +1 -1
- package/lib/components/ui/task-list/task-list-item/index.d.ts +1 -2
- package/lib/components/ui/task-list/task-list-item/index.d.ts.map +1 -1
- package/lib/components/ui/task-list/task-list-item/index.js.map +1 -1
- package/lib/components/ui/task-list/task-unordered-list/index.d.ts +1 -2
- package/lib/components/ui/task-list/task-unordered-list/index.d.ts.map +1 -1
- package/lib/components/ui/task-list/task-unordered-list/index.js.map +1 -1
- package/lib/core/helpers/tabs.d.ts +2 -0
- package/lib/core/helpers/tabs.d.ts.map +1 -0
- package/lib/core/helpers/tabs.js +2 -0
- package/lib/core/helpers/tabs.js.map +1 -0
- package/lib/core/helpers/theme.d.ts +2 -0
- package/lib/core/helpers/theme.d.ts.map +1 -0
- package/lib/core/helpers/theme.js +2 -0
- package/lib/core/helpers/theme.js.map +1 -0
- package/lib/core/types/initialize.d.ts +13 -0
- package/lib/core/types/initialize.d.ts.map +1 -1
- package/lib/core/utils/initialize-robindoc.d.ts +20 -0
- package/lib/core/utils/initialize-robindoc.d.ts.map +1 -1
- package/lib/core/utils/initialize-robindoc.js +1 -1
- package/lib/core/utils/initialize-robindoc.js.map +1 -1
- package/lib/styles.css +328 -304
- package/package.json +2 -3
- package/lib/components/blocks/theme-detector/index.d.ts +0 -3
- package/lib/components/blocks/theme-detector/index.d.ts.map +0 -1
- package/lib/components/blocks/theme-detector/index.js +0 -3
- package/lib/components/blocks/theme-detector/index.js.map +0 -1
package/lib/styles.css
CHANGED
|
@@ -1,4 +1,41 @@
|
|
|
1
|
-
.r-
|
|
1
|
+
.r-footer {
|
|
2
|
+
border-top: 1px solid var(--r-main-300);
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.r-footer-container.r-footer-container {
|
|
6
|
+
padding: 16px 24px;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.r-footer-row {
|
|
10
|
+
display: flex;
|
|
11
|
+
justify-content: space-between;
|
|
12
|
+
align-items: center;
|
|
13
|
+
gap: 32px;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.r-footer-additional {
|
|
17
|
+
margin-top: 20px;
|
|
18
|
+
justify-content: flex-end;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.r-copyright {
|
|
22
|
+
color: var(--r-main-800);
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.r-powered {
|
|
26
|
+
font-size: 14px;
|
|
27
|
+
display: block;
|
|
28
|
+
color: var(--r-main-600);
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.r-powered-link {
|
|
32
|
+
font-weight: 600;
|
|
33
|
+
text-decoration: none;
|
|
34
|
+
color: var(--r-main-950);
|
|
35
|
+
}
|
|
36
|
+
.r-powered-link:hover {
|
|
37
|
+
color: var(--r-primary-900);
|
|
38
|
+
}.r-header {
|
|
2
39
|
position: sticky;
|
|
3
40
|
background-color: var(--r-main-50);
|
|
4
41
|
top: 0;
|
|
@@ -92,43 +129,6 @@
|
|
|
92
129
|
width: 100%;
|
|
93
130
|
left: 0;
|
|
94
131
|
}
|
|
95
|
-
}.r-footer {
|
|
96
|
-
border-top: 1px solid var(--r-main-300);
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
.r-footer-container.r-footer-container {
|
|
100
|
-
padding: 16px 24px;
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
.r-footer-row {
|
|
104
|
-
display: flex;
|
|
105
|
-
justify-content: space-between;
|
|
106
|
-
align-items: center;
|
|
107
|
-
gap: 32px;
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
.r-footer-additional {
|
|
111
|
-
margin-top: 20px;
|
|
112
|
-
justify-content: flex-end;
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
.r-copyright {
|
|
116
|
-
color: var(--r-main-800);
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
.r-powered {
|
|
120
|
-
font-size: 14px;
|
|
121
|
-
display: block;
|
|
122
|
-
color: var(--r-main-600);
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
.r-powered-link {
|
|
126
|
-
font-weight: 600;
|
|
127
|
-
text-decoration: none;
|
|
128
|
-
color: var(--r-main-950);
|
|
129
|
-
}
|
|
130
|
-
.r-powered-link:hover {
|
|
131
|
-
color: var(--r-primary-900);
|
|
132
132
|
}.r-root {
|
|
133
133
|
--r-header-height: 60px;
|
|
134
134
|
position: relative;
|
|
@@ -402,13 +402,13 @@
|
|
|
402
402
|
min-height: calc(100dvh - var(--r-header-height));
|
|
403
403
|
overflow-wrap: break-word;
|
|
404
404
|
box-sizing: border-box;
|
|
405
|
-
}.r-keylink.keylink-to-navigation:focus {
|
|
406
|
-
margin-top: -40px;
|
|
407
405
|
}.keylink-to-content {
|
|
408
406
|
position: absolute !important;
|
|
409
407
|
top: 8px;
|
|
410
408
|
left: 12px;
|
|
411
409
|
z-index: 1001;
|
|
410
|
+
}.r-keylink.keylink-to-navigation:focus {
|
|
411
|
+
margin-top: -40px;
|
|
412
412
|
}.r-article {
|
|
413
413
|
padding: 20px 0 40px;
|
|
414
414
|
grid-area: content;
|
|
@@ -752,6 +752,79 @@
|
|
|
752
752
|
|
|
753
753
|
.r-sidebar-drop[open] > .r-sidebar-drop-btn > .r-sidebar-drop-icon {
|
|
754
754
|
transform: rotate(90deg);
|
|
755
|
+
}.r-theme-switcher {
|
|
756
|
+
position: relative;
|
|
757
|
+
display: flex;
|
|
758
|
+
gap: 4px;
|
|
759
|
+
width: 109px;
|
|
760
|
+
height: 37px;
|
|
761
|
+
padding: 2px;
|
|
762
|
+
background-color: var(--r-main-100);
|
|
763
|
+
border: 1px solid var(--r-main-200);
|
|
764
|
+
border-radius: 100px;
|
|
765
|
+
box-sizing: border-box;
|
|
766
|
+
}
|
|
767
|
+
.r-theme-switcher::before {
|
|
768
|
+
content: "";
|
|
769
|
+
position: absolute;
|
|
770
|
+
display: block;
|
|
771
|
+
height: 32px;
|
|
772
|
+
width: 32px;
|
|
773
|
+
top: 2px;
|
|
774
|
+
left: 2px;
|
|
775
|
+
background-color: var(--r-main-50);
|
|
776
|
+
border: 1px solid var(--r-main-200);
|
|
777
|
+
border-radius: 100px;
|
|
778
|
+
transition: left 0.2s;
|
|
779
|
+
box-sizing: border-box;
|
|
780
|
+
}
|
|
781
|
+
|
|
782
|
+
.r-theme-switcher-btn {
|
|
783
|
+
padding: 8px;
|
|
784
|
+
background: none;
|
|
785
|
+
border: 0;
|
|
786
|
+
border-radius: 100px;
|
|
787
|
+
cursor: pointer;
|
|
788
|
+
color: var(--r-main-700);
|
|
789
|
+
fill: transparent;
|
|
790
|
+
z-index: 1;
|
|
791
|
+
transition: color 0.2s 0.1s, fill 0.2s;
|
|
792
|
+
}
|
|
793
|
+
.r-theme-switcher-btn:hover {
|
|
794
|
+
color: var(--r-main-950);
|
|
795
|
+
fill: var(--r-main-600);
|
|
796
|
+
}
|
|
797
|
+
|
|
798
|
+
.r-theme-dark:not(.r-theme-system) .r-theme-switcher::before {
|
|
799
|
+
left: 2px;
|
|
800
|
+
}
|
|
801
|
+
|
|
802
|
+
.r-theme-dark:not(.r-theme-system) .r-theme-switcher-btn__dark,
|
|
803
|
+
.r-theme-system .r-theme-switcher-btn__system,
|
|
804
|
+
.r-theme-light:not(.r-theme-system) .r-theme-switcher-btn__light {
|
|
805
|
+
color: var(--r-main-950);
|
|
806
|
+
fill: var(--r-main-950);
|
|
807
|
+
pointer-events: none;
|
|
808
|
+
}
|
|
809
|
+
|
|
810
|
+
.r-theme-switcher::before,
|
|
811
|
+
.r-theme-system .r-theme-switcher::before {
|
|
812
|
+
left: 38px;
|
|
813
|
+
}
|
|
814
|
+
|
|
815
|
+
.r-theme-light:not(.r-theme-system) .r-theme-switcher::before {
|
|
816
|
+
left: 74px;
|
|
817
|
+
}
|
|
818
|
+
|
|
819
|
+
.r-theme-switcher-svg {
|
|
820
|
+
display: block;
|
|
821
|
+
}.r-container {
|
|
822
|
+
max-width: 1180px;
|
|
823
|
+
padding-right: 12px;
|
|
824
|
+
padding-left: 12px;
|
|
825
|
+
margin-right: auto;
|
|
826
|
+
margin-left: auto;
|
|
827
|
+
box-sizing: border-box;
|
|
755
828
|
}.r-header-menu {
|
|
756
829
|
display: flex;
|
|
757
830
|
justify-content: flex-end;
|
|
@@ -840,6 +913,85 @@
|
|
|
840
913
|
.r-header-input:checked ~ .r-header-burger .r-burger-line._bottom {
|
|
841
914
|
transform: translateY(0) rotate(-45deg);
|
|
842
915
|
margin-top: 0;
|
|
916
|
+
}.r-dropdown {
|
|
917
|
+
position: relative;
|
|
918
|
+
color: var(--r-main-600);
|
|
919
|
+
transition: color 0.2s 0.1s;
|
|
920
|
+
}
|
|
921
|
+
.r-dropdown:hover, .r-dropdown:focus-within {
|
|
922
|
+
color: var(--r-main-950);
|
|
923
|
+
}
|
|
924
|
+
.r-dropdown:hover .r-dropdown-drop, .r-dropdown:focus-within .r-dropdown-drop {
|
|
925
|
+
visibility: visible;
|
|
926
|
+
pointer-events: all;
|
|
927
|
+
transform: translateY(20px);
|
|
928
|
+
opacity: 1;
|
|
929
|
+
}
|
|
930
|
+
.r-dropdown:hover .r-dropdown-chevron, .r-dropdown:focus-within .r-dropdown-chevron {
|
|
931
|
+
transform: rotate(180deg);
|
|
932
|
+
}
|
|
933
|
+
|
|
934
|
+
.r-dropdown-summary {
|
|
935
|
+
display: flex;
|
|
936
|
+
justify-content: space-between;
|
|
937
|
+
align-items: center;
|
|
938
|
+
width: 100%;
|
|
939
|
+
position: relative;
|
|
940
|
+
color: inherit;
|
|
941
|
+
cursor: pointer;
|
|
942
|
+
padding: 10px 4px;
|
|
943
|
+
font-size: 16px;
|
|
944
|
+
border: 0;
|
|
945
|
+
background: none;
|
|
946
|
+
z-index: 1;
|
|
947
|
+
box-sizing: border-box;
|
|
948
|
+
}
|
|
949
|
+
|
|
950
|
+
.r-dropdown-chevron {
|
|
951
|
+
display: block;
|
|
952
|
+
margin-left: 6px;
|
|
953
|
+
transition: transform 0.3s 0.1s;
|
|
954
|
+
box-sizing: border-box;
|
|
955
|
+
}
|
|
956
|
+
|
|
957
|
+
.r-dropdown-drop {
|
|
958
|
+
list-style: none;
|
|
959
|
+
position: absolute;
|
|
960
|
+
top: 16px;
|
|
961
|
+
left: -12px;
|
|
962
|
+
visibility: hidden;
|
|
963
|
+
pointer-events: none;
|
|
964
|
+
opacity: 0;
|
|
965
|
+
transition: transform 0.3s 0.1s, opacity 0.3s 0.1s, visibility 0.3s 0.1s;
|
|
966
|
+
background-color: var(--r-main-50);
|
|
967
|
+
border: 1px solid var(--r-main-100);
|
|
968
|
+
border-radius: 8px;
|
|
969
|
+
margin: 0;
|
|
970
|
+
padding: 2px 6px;
|
|
971
|
+
min-width: 120px;
|
|
972
|
+
max-width: 180px;
|
|
973
|
+
box-sizing: border-box;
|
|
974
|
+
}
|
|
975
|
+
|
|
976
|
+
.r-dropdown-link {
|
|
977
|
+
display: block;
|
|
978
|
+
width: 100%;
|
|
979
|
+
text-decoration: none;
|
|
980
|
+
color: var(--r-main-700);
|
|
981
|
+
padding: 4px 8px;
|
|
982
|
+
margin-top: 4px;
|
|
983
|
+
margin-bottom: 4px;
|
|
984
|
+
border-radius: 4px;
|
|
985
|
+
transition: background-color 0.2s;
|
|
986
|
+
box-sizing: border-box;
|
|
987
|
+
}
|
|
988
|
+
.r-dropdown-link:hover {
|
|
989
|
+
color: var(--r-main-900);
|
|
990
|
+
background-color: var(--r-main-100);
|
|
991
|
+
}
|
|
992
|
+
|
|
993
|
+
.r-dropdown-link._active {
|
|
994
|
+
color: var(--r-primary-700);
|
|
843
995
|
}.r-search-btn {
|
|
844
996
|
position: relative;
|
|
845
997
|
border-radius: 6px;
|
|
@@ -1023,95 +1175,16 @@
|
|
|
1023
1175
|
font-size: 14px;
|
|
1024
1176
|
color: var(--r-main-600);
|
|
1025
1177
|
margin: 12px 0 0;
|
|
1026
|
-
}.r-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
}
|
|
1031
|
-
.r-dropdown:hover, .r-dropdown:focus-within {
|
|
1032
|
-
color: var(--r-main-950);
|
|
1033
|
-
}
|
|
1034
|
-
.r-dropdown:hover .r-dropdown-drop, .r-dropdown:focus-within .r-dropdown-drop {
|
|
1035
|
-
visibility: visible;
|
|
1036
|
-
pointer-events: all;
|
|
1037
|
-
transform: translateY(20px);
|
|
1038
|
-
opacity: 1;
|
|
1178
|
+
}.r-header-social {
|
|
1179
|
+
display: flex;
|
|
1180
|
+
flex: 1;
|
|
1181
|
+
justify-content: flex-end;
|
|
1039
1182
|
}
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
display: flex;
|
|
1046
|
-
justify-content: space-between;
|
|
1047
|
-
align-items: center;
|
|
1048
|
-
width: 100%;
|
|
1049
|
-
position: relative;
|
|
1050
|
-
color: inherit;
|
|
1051
|
-
cursor: pointer;
|
|
1052
|
-
padding: 10px 4px;
|
|
1053
|
-
font-size: 16px;
|
|
1054
|
-
border: 0;
|
|
1055
|
-
background: none;
|
|
1056
|
-
z-index: 1;
|
|
1057
|
-
box-sizing: border-box;
|
|
1058
|
-
}
|
|
1059
|
-
|
|
1060
|
-
.r-dropdown-chevron {
|
|
1061
|
-
display: block;
|
|
1062
|
-
margin-left: 6px;
|
|
1063
|
-
transition: transform 0.3s 0.1s;
|
|
1064
|
-
box-sizing: border-box;
|
|
1065
|
-
}
|
|
1066
|
-
|
|
1067
|
-
.r-dropdown-drop {
|
|
1068
|
-
list-style: none;
|
|
1069
|
-
position: absolute;
|
|
1070
|
-
top: 16px;
|
|
1071
|
-
left: -12px;
|
|
1072
|
-
visibility: hidden;
|
|
1073
|
-
pointer-events: none;
|
|
1074
|
-
opacity: 0;
|
|
1075
|
-
transition: transform 0.3s 0.1s, opacity 0.3s 0.1s, visibility 0.3s 0.1s;
|
|
1076
|
-
background-color: var(--r-main-50);
|
|
1077
|
-
border: 1px solid var(--r-main-100);
|
|
1078
|
-
border-radius: 8px;
|
|
1079
|
-
margin: 0;
|
|
1080
|
-
padding: 2px 6px;
|
|
1081
|
-
min-width: 120px;
|
|
1082
|
-
max-width: 180px;
|
|
1083
|
-
box-sizing: border-box;
|
|
1084
|
-
}
|
|
1085
|
-
|
|
1086
|
-
.r-dropdown-link {
|
|
1087
|
-
display: block;
|
|
1088
|
-
width: 100%;
|
|
1089
|
-
text-decoration: none;
|
|
1090
|
-
color: var(--r-main-700);
|
|
1091
|
-
padding: 4px 8px;
|
|
1092
|
-
margin-top: 4px;
|
|
1093
|
-
margin-bottom: 4px;
|
|
1094
|
-
border-radius: 4px;
|
|
1095
|
-
transition: background-color 0.2s;
|
|
1096
|
-
box-sizing: border-box;
|
|
1097
|
-
}
|
|
1098
|
-
.r-dropdown-link:hover {
|
|
1099
|
-
color: var(--r-main-900);
|
|
1100
|
-
background-color: var(--r-main-100);
|
|
1101
|
-
}
|
|
1102
|
-
|
|
1103
|
-
.r-dropdown-link._active {
|
|
1104
|
-
color: var(--r-primary-700);
|
|
1105
|
-
}.r-header-social {
|
|
1106
|
-
display: flex;
|
|
1107
|
-
flex: 1;
|
|
1108
|
-
justify-content: flex-end;
|
|
1109
|
-
}
|
|
1110
|
-
@media screen and (width >= 1024px) {
|
|
1111
|
-
.r-header-social {
|
|
1112
|
-
flex: none;
|
|
1113
|
-
justify-content: unset;
|
|
1114
|
-
}
|
|
1183
|
+
@media screen and (width >= 1024px) {
|
|
1184
|
+
.r-header-social {
|
|
1185
|
+
flex: none;
|
|
1186
|
+
justify-content: unset;
|
|
1187
|
+
}
|
|
1115
1188
|
}
|
|
1116
1189
|
|
|
1117
1190
|
.r-header-social-git {
|
|
@@ -1120,79 +1193,6 @@
|
|
|
1120
1193
|
}
|
|
1121
1194
|
.r-header-social-git:hover, .r-header-social-git:focus {
|
|
1122
1195
|
color: var(--r-main-950);
|
|
1123
|
-
}.r-container {
|
|
1124
|
-
max-width: 1180px;
|
|
1125
|
-
padding-right: 12px;
|
|
1126
|
-
padding-left: 12px;
|
|
1127
|
-
margin-right: auto;
|
|
1128
|
-
margin-left: auto;
|
|
1129
|
-
box-sizing: border-box;
|
|
1130
|
-
}.r-theme-switcher {
|
|
1131
|
-
position: relative;
|
|
1132
|
-
display: flex;
|
|
1133
|
-
gap: 4px;
|
|
1134
|
-
width: 109px;
|
|
1135
|
-
height: 37px;
|
|
1136
|
-
padding: 2px;
|
|
1137
|
-
background-color: var(--r-main-100);
|
|
1138
|
-
border: 1px solid var(--r-main-200);
|
|
1139
|
-
border-radius: 100px;
|
|
1140
|
-
box-sizing: border-box;
|
|
1141
|
-
}
|
|
1142
|
-
.r-theme-switcher::before {
|
|
1143
|
-
content: "";
|
|
1144
|
-
position: absolute;
|
|
1145
|
-
display: block;
|
|
1146
|
-
height: 32px;
|
|
1147
|
-
width: 32px;
|
|
1148
|
-
top: 2px;
|
|
1149
|
-
left: 2px;
|
|
1150
|
-
background-color: var(--r-main-50);
|
|
1151
|
-
border: 1px solid var(--r-main-200);
|
|
1152
|
-
border-radius: 100px;
|
|
1153
|
-
transition: left 0.2s;
|
|
1154
|
-
box-sizing: border-box;
|
|
1155
|
-
}
|
|
1156
|
-
|
|
1157
|
-
.r-theme-switcher-btn {
|
|
1158
|
-
padding: 8px;
|
|
1159
|
-
background: none;
|
|
1160
|
-
border: 0;
|
|
1161
|
-
border-radius: 100px;
|
|
1162
|
-
cursor: pointer;
|
|
1163
|
-
color: var(--r-main-700);
|
|
1164
|
-
fill: transparent;
|
|
1165
|
-
z-index: 1;
|
|
1166
|
-
transition: color 0.2s 0.1s, fill 0.2s;
|
|
1167
|
-
}
|
|
1168
|
-
.r-theme-switcher-btn:hover {
|
|
1169
|
-
color: var(--r-main-950);
|
|
1170
|
-
fill: var(--r-main-600);
|
|
1171
|
-
}
|
|
1172
|
-
|
|
1173
|
-
.r-theme-dark:not(.r-theme-system) .r-theme-switcher::before {
|
|
1174
|
-
left: 2px;
|
|
1175
|
-
}
|
|
1176
|
-
|
|
1177
|
-
.r-theme-dark:not(.r-theme-system) .r-theme-switcher-btn__dark,
|
|
1178
|
-
.r-theme-system .r-theme-switcher-btn__system,
|
|
1179
|
-
.r-theme-light:not(.r-theme-system) .r-theme-switcher-btn__light {
|
|
1180
|
-
color: var(--r-main-950);
|
|
1181
|
-
fill: var(--r-main-950);
|
|
1182
|
-
pointer-events: none;
|
|
1183
|
-
}
|
|
1184
|
-
|
|
1185
|
-
.r-theme-switcher::before,
|
|
1186
|
-
.r-theme-system .r-theme-switcher::before {
|
|
1187
|
-
left: 38px;
|
|
1188
|
-
}
|
|
1189
|
-
|
|
1190
|
-
.r-theme-light:not(.r-theme-system) .r-theme-switcher::before {
|
|
1191
|
-
left: 74px;
|
|
1192
|
-
}
|
|
1193
|
-
|
|
1194
|
-
.r-theme-switcher-svg {
|
|
1195
|
-
display: block;
|
|
1196
1196
|
}.r-keylink {
|
|
1197
1197
|
display: block;
|
|
1198
1198
|
position: relative;
|
|
@@ -1213,47 +1213,6 @@
|
|
|
1213
1213
|
user-select: none;
|
|
1214
1214
|
pointer-events: none;
|
|
1215
1215
|
box-sizing: border-box;
|
|
1216
|
-
}.r-breadcrumbs {
|
|
1217
|
-
grid-area: breadcrumbs;
|
|
1218
|
-
list-style: none;
|
|
1219
|
-
margin: 0;
|
|
1220
|
-
padding: 20px 0 0;
|
|
1221
|
-
line-height: 2;
|
|
1222
|
-
}
|
|
1223
|
-
@media screen and (width >= 768px) {
|
|
1224
|
-
.r-breadcrumbs {
|
|
1225
|
-
padding: 32px 0 0;
|
|
1226
|
-
}
|
|
1227
|
-
}
|
|
1228
|
-
|
|
1229
|
-
.r-breadcrumb {
|
|
1230
|
-
display: inline;
|
|
1231
|
-
}
|
|
1232
|
-
|
|
1233
|
-
.r-breadcrumb._previous::after {
|
|
1234
|
-
content: "/";
|
|
1235
|
-
font-weight: 600;
|
|
1236
|
-
margin-inline: 8px;
|
|
1237
|
-
}
|
|
1238
|
-
|
|
1239
|
-
.r-breadcrumb-link {
|
|
1240
|
-
color: var(--r-main-700);
|
|
1241
|
-
text-decoration: none;
|
|
1242
|
-
}
|
|
1243
|
-
.r-breadcrumb-link:hover {
|
|
1244
|
-
color: var(--r-primary-800);
|
|
1245
|
-
}
|
|
1246
|
-
|
|
1247
|
-
.r-breadcrumb-link,
|
|
1248
|
-
.r-breadcrumb-title {
|
|
1249
|
-
display: inline;
|
|
1250
|
-
padding: 6px 0;
|
|
1251
|
-
margin: 0;
|
|
1252
|
-
}
|
|
1253
|
-
|
|
1254
|
-
.r-breadcrumb-title {
|
|
1255
|
-
color: var(--r-main-950);
|
|
1256
|
-
font-weight: 600;
|
|
1257
1216
|
}.r-contents {
|
|
1258
1217
|
grid-area: contents;
|
|
1259
1218
|
}
|
|
@@ -1493,6 +1452,47 @@
|
|
|
1493
1452
|
}
|
|
1494
1453
|
.r-contents-git:hover {
|
|
1495
1454
|
color: var(--r-main-900);
|
|
1455
|
+
}.r-breadcrumbs {
|
|
1456
|
+
grid-area: breadcrumbs;
|
|
1457
|
+
list-style: none;
|
|
1458
|
+
margin: 0;
|
|
1459
|
+
padding: 20px 0 0;
|
|
1460
|
+
line-height: 2;
|
|
1461
|
+
}
|
|
1462
|
+
@media screen and (width >= 768px) {
|
|
1463
|
+
.r-breadcrumbs {
|
|
1464
|
+
padding: 32px 0 0;
|
|
1465
|
+
}
|
|
1466
|
+
}
|
|
1467
|
+
|
|
1468
|
+
.r-breadcrumb {
|
|
1469
|
+
display: inline;
|
|
1470
|
+
}
|
|
1471
|
+
|
|
1472
|
+
.r-breadcrumb._previous::after {
|
|
1473
|
+
content: "/";
|
|
1474
|
+
font-weight: 600;
|
|
1475
|
+
margin-inline: 8px;
|
|
1476
|
+
}
|
|
1477
|
+
|
|
1478
|
+
.r-breadcrumb-link {
|
|
1479
|
+
color: var(--r-main-700);
|
|
1480
|
+
text-decoration: none;
|
|
1481
|
+
}
|
|
1482
|
+
.r-breadcrumb-link:hover {
|
|
1483
|
+
color: var(--r-primary-800);
|
|
1484
|
+
}
|
|
1485
|
+
|
|
1486
|
+
.r-breadcrumb-link,
|
|
1487
|
+
.r-breadcrumb-title {
|
|
1488
|
+
display: inline;
|
|
1489
|
+
padding: 6px 0;
|
|
1490
|
+
margin: 0;
|
|
1491
|
+
}
|
|
1492
|
+
|
|
1493
|
+
.r-breadcrumb-title {
|
|
1494
|
+
color: var(--r-main-950);
|
|
1495
|
+
font-weight: 600;
|
|
1496
1496
|
}.r-pagination {
|
|
1497
1497
|
grid-area: pagination;
|
|
1498
1498
|
display: grid;
|
|
@@ -1568,22 +1568,6 @@
|
|
|
1568
1568
|
}.r-last-modified {
|
|
1569
1569
|
color: var(--r-main-700);
|
|
1570
1570
|
margin-block-start: 16px;
|
|
1571
|
-
}.r-backdrop {
|
|
1572
|
-
position: fixed;
|
|
1573
|
-
top: 0;
|
|
1574
|
-
right: 0;
|
|
1575
|
-
bottom: 0;
|
|
1576
|
-
left: 0;
|
|
1577
|
-
opacity: 0;
|
|
1578
|
-
visibility: hidden;
|
|
1579
|
-
pointer-events: none;
|
|
1580
|
-
z-index: 100;
|
|
1581
|
-
}
|
|
1582
|
-
|
|
1583
|
-
.r-backdrop._visible {
|
|
1584
|
-
opacity: 1;
|
|
1585
|
-
visibility: visible;
|
|
1586
|
-
pointer-events: all;
|
|
1587
1571
|
}.r-git-logo {
|
|
1588
1572
|
display: block;
|
|
1589
1573
|
}.r-external-mark {
|
|
@@ -1617,6 +1601,38 @@
|
|
|
1617
1601
|
background-color: currentColor;
|
|
1618
1602
|
border-radius: 0 0 0 4px;
|
|
1619
1603
|
box-sizing: border-box;
|
|
1604
|
+
}.r-backdrop {
|
|
1605
|
+
position: fixed;
|
|
1606
|
+
top: 0;
|
|
1607
|
+
right: 0;
|
|
1608
|
+
bottom: 0;
|
|
1609
|
+
left: 0;
|
|
1610
|
+
opacity: 0;
|
|
1611
|
+
visibility: hidden;
|
|
1612
|
+
pointer-events: none;
|
|
1613
|
+
z-index: 100;
|
|
1614
|
+
}
|
|
1615
|
+
|
|
1616
|
+
.r-backdrop._visible {
|
|
1617
|
+
opacity: 1;
|
|
1618
|
+
visibility: visible;
|
|
1619
|
+
pointer-events: all;
|
|
1620
|
+
}.r-kbd-container {
|
|
1621
|
+
display: flex;
|
|
1622
|
+
gap: 4px;
|
|
1623
|
+
font-size: 14px;
|
|
1624
|
+
cursor: pointer;
|
|
1625
|
+
}
|
|
1626
|
+
.r-kbd-container:hover {
|
|
1627
|
+
color: var(--r-main-950);
|
|
1628
|
+
}.r-kbd-key {
|
|
1629
|
+
background-color: var(--r-main-200);
|
|
1630
|
+
font-size: 12px;
|
|
1631
|
+
border-radius: 4px;
|
|
1632
|
+
padding: 5px 8px;
|
|
1633
|
+
min-width: 24px;
|
|
1634
|
+
text-align: center;
|
|
1635
|
+
box-sizing: border-box;
|
|
1620
1636
|
}.r-anchor-heading:hover .r-anchor-heading-link {
|
|
1621
1637
|
visibility: visible;
|
|
1622
1638
|
opacity: 1;
|
|
@@ -1866,50 +1882,6 @@
|
|
|
1866
1882
|
|
|
1867
1883
|
.r-tab-header-code {
|
|
1868
1884
|
font-family: var(--monospace-font, monospace, monospace);
|
|
1869
|
-
}.r-kbd-container {
|
|
1870
|
-
display: flex;
|
|
1871
|
-
gap: 4px;
|
|
1872
|
-
font-size: 14px;
|
|
1873
|
-
cursor: pointer;
|
|
1874
|
-
}
|
|
1875
|
-
.r-kbd-container:hover {
|
|
1876
|
-
color: var(--r-main-950);
|
|
1877
|
-
}.r-kbd-key {
|
|
1878
|
-
background-color: var(--r-main-200);
|
|
1879
|
-
font-size: 12px;
|
|
1880
|
-
border-radius: 4px;
|
|
1881
|
-
padding: 5px 8px;
|
|
1882
|
-
min-width: 24px;
|
|
1883
|
-
text-align: center;
|
|
1884
|
-
box-sizing: border-box;
|
|
1885
|
-
}.r-copy-text {
|
|
1886
|
-
position: relative;
|
|
1887
|
-
cursor: pointer;
|
|
1888
|
-
background: none;
|
|
1889
|
-
border: 0;
|
|
1890
|
-
padding: 0;
|
|
1891
|
-
font: inherit;
|
|
1892
|
-
padding: 6px 0;
|
|
1893
|
-
}
|
|
1894
|
-
.r-copy-text:hover {
|
|
1895
|
-
color: var(--r-main-950);
|
|
1896
|
-
}
|
|
1897
|
-
.r-copy-text::before {
|
|
1898
|
-
content: "";
|
|
1899
|
-
position: absolute;
|
|
1900
|
-
bottom: 0;
|
|
1901
|
-
left: 0;
|
|
1902
|
-
width: 100%;
|
|
1903
|
-
height: 1px;
|
|
1904
|
-
background: linear-gradient(to right, currentColor 30%, transparent 0%, transparent 80%, currentColor 80%) repeat-x 0px/8px;
|
|
1905
|
-
transition: background 0.2s;
|
|
1906
|
-
box-sizing: border-box;
|
|
1907
|
-
opacity: 0.6;
|
|
1908
|
-
}
|
|
1909
|
-
|
|
1910
|
-
.r-copy-text:active,
|
|
1911
|
-
.r-copy-text._active {
|
|
1912
|
-
color: var(--r-success);
|
|
1913
1885
|
}.r-copy-button {
|
|
1914
1886
|
position: relative;
|
|
1915
1887
|
padding: 6px;
|
|
@@ -1953,6 +1925,34 @@
|
|
|
1953
1925
|
|
|
1954
1926
|
.r-copy-button-svg {
|
|
1955
1927
|
display: block;
|
|
1928
|
+
}.r-copy-text {
|
|
1929
|
+
position: relative;
|
|
1930
|
+
cursor: pointer;
|
|
1931
|
+
background: none;
|
|
1932
|
+
border: 0;
|
|
1933
|
+
padding: 0;
|
|
1934
|
+
font: inherit;
|
|
1935
|
+
padding: 6px 0;
|
|
1936
|
+
}
|
|
1937
|
+
.r-copy-text:hover {
|
|
1938
|
+
color: var(--r-main-950);
|
|
1939
|
+
}
|
|
1940
|
+
.r-copy-text::before {
|
|
1941
|
+
content: "";
|
|
1942
|
+
position: absolute;
|
|
1943
|
+
bottom: 0;
|
|
1944
|
+
left: 0;
|
|
1945
|
+
width: 100%;
|
|
1946
|
+
height: 1px;
|
|
1947
|
+
background: linear-gradient(to right, currentColor 30%, transparent 0%, transparent 80%, currentColor 80%) repeat-x 0px/8px;
|
|
1948
|
+
transition: background 0.2s;
|
|
1949
|
+
box-sizing: border-box;
|
|
1950
|
+
opacity: 0.6;
|
|
1951
|
+
}
|
|
1952
|
+
|
|
1953
|
+
.r-copy-text:active,
|
|
1954
|
+
.r-copy-text._active {
|
|
1955
|
+
color: var(--r-success);
|
|
1956
1956
|
}.r-content-link {
|
|
1957
1957
|
text-decoration: none;
|
|
1958
1958
|
color: inherit;
|
|
@@ -2030,13 +2030,35 @@
|
|
|
2030
2030
|
padding: 6px 12px;
|
|
2031
2031
|
border-bottom: 1px solid var(--r-main-400);
|
|
2032
2032
|
border-collapse: collapse;
|
|
2033
|
+
}
|
|
2034
|
+
|
|
2035
|
+
.r-td_left {
|
|
2036
|
+
text-align: left;
|
|
2037
|
+
}
|
|
2038
|
+
|
|
2039
|
+
.r-td_center {
|
|
2040
|
+
text-align: center;
|
|
2041
|
+
}
|
|
2042
|
+
|
|
2043
|
+
.r-td_right {
|
|
2044
|
+
text-align: right;
|
|
2033
2045
|
}.r-th {
|
|
2034
2046
|
padding: 6px 12px;
|
|
2035
2047
|
border-top: 1px solid var(--r-main-500);
|
|
2036
2048
|
border-bottom: 1px solid var(--r-main-500);
|
|
2037
2049
|
border-collapse: collapse;
|
|
2038
|
-
}
|
|
2039
|
-
|
|
2050
|
+
}
|
|
2051
|
+
|
|
2052
|
+
.r-th_left {
|
|
2053
|
+
text-align: left;
|
|
2054
|
+
}
|
|
2055
|
+
|
|
2056
|
+
.r-th_center {
|
|
2057
|
+
text-align: center;
|
|
2058
|
+
}
|
|
2059
|
+
|
|
2060
|
+
.r-th_right {
|
|
2061
|
+
text-align: right;
|
|
2040
2062
|
}.r-task-li.r-task-li {
|
|
2041
2063
|
margin-block-start: 2px;
|
|
2042
2064
|
margin-block-end: 2px;
|
|
@@ -2066,6 +2088,8 @@
|
|
|
2066
2088
|
|
|
2067
2089
|
.r-task-label-text {
|
|
2068
2090
|
vertical-align: middle;
|
|
2091
|
+
}.r-thead {
|
|
2092
|
+
background-color: var(--r-main-100);
|
|
2069
2093
|
}.r-task-ol {
|
|
2070
2094
|
list-style: none;
|
|
2071
2095
|
}.r-task-ul {
|