fumadocs-ui 15.0.5 → 15.0.7
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/css/preset.css +46 -1
- package/dist/components/banner.d.ts.map +1 -1
- package/dist/components/banner.js +6 -7
- package/dist/components/callout.d.ts.map +1 -1
- package/dist/components/callout.js +13 -1
- package/dist/components/codeblock.d.ts.map +1 -1
- package/dist/components/codeblock.js +1 -2
- package/dist/components/dialog/search.d.ts.map +1 -1
- package/dist/components/dialog/search.js +7 -9
- package/dist/components/layout/root-toggle.js +2 -2
- package/dist/components/layout/theme-toggle.d.ts.map +1 -1
- package/dist/components/layout/theme-toggle.js +4 -4
- package/dist/components/layout/toc-clerk.d.ts +1 -1
- package/dist/components/layout/toc-clerk.d.ts.map +1 -1
- package/dist/components/layout/toc-clerk.js +3 -3
- package/dist/components/layout/toc-thumb.d.ts +2 -2
- package/dist/components/layout/toc-thumb.d.ts.map +1 -1
- package/dist/components/layout/toc-thumb.js +8 -9
- package/dist/components/layout/toc.d.ts +7 -2
- package/dist/components/layout/toc.d.ts.map +1 -1
- package/dist/components/layout/toc.js +18 -11
- package/dist/components/tabs.d.ts.map +1 -1
- package/dist/components/tabs.js +5 -7
- package/dist/components/ui/navigation-menu.js +1 -1
- package/dist/i18n.d.ts.map +1 -1
- package/dist/i18n.js +3 -6
- package/dist/layouts/docs/sidebar.d.ts.map +1 -1
- package/dist/layouts/docs/sidebar.js +10 -14
- package/dist/layouts/docs.client.d.ts +0 -6
- package/dist/layouts/docs.client.d.ts.map +1 -1
- package/dist/layouts/docs.client.js +1 -13
- package/dist/layouts/docs.d.ts.map +1 -1
- package/dist/layouts/docs.js +18 -19
- package/dist/layouts/home/navbar.js +1 -1
- package/dist/layouts/notebook.client.js +1 -1
- package/dist/layouts/notebook.d.ts.map +1 -1
- package/dist/layouts/notebook.js +11 -5
- package/dist/page.client.d.ts +1 -1
- package/dist/page.client.d.ts.map +1 -1
- package/dist/page.client.js +27 -9
- package/dist/page.d.ts.map +1 -1
- package/dist/page.js +5 -5
- package/dist/style.css +181 -481
- package/dist/theme/typography/styles.d.ts.map +1 -1
- package/dist/theme/typography/styles.js +7 -6
- package/package.json +7 -7
- package/dist/theme/docs-ui.d.ts +0 -23
- package/dist/theme/docs-ui.d.ts.map +0 -1
- package/dist/theme/docs-ui.js +0 -58
package/dist/style.css
CHANGED
|
@@ -1,275 +1,17 @@
|
|
|
1
|
-
/*! tailwindcss v4.0.
|
|
1
|
+
/*! tailwindcss v4.0.5 | MIT License | https://tailwindcss.com */
|
|
2
2
|
@layer theme, base, components, utilities;
|
|
3
3
|
@layer theme {
|
|
4
4
|
:root, :host {
|
|
5
5
|
--font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
|
|
6
6
|
"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
7
|
-
--font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
|
|
8
7
|
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
|
|
9
8
|
"Liberation Mono", "Courier New", monospace;
|
|
10
|
-
--color-red-50: oklch(0.971 0.013 17.38);
|
|
11
|
-
--color-red-100: oklch(0.936 0.032 17.717);
|
|
12
|
-
--color-red-200: oklch(0.885 0.062 18.334);
|
|
13
|
-
--color-red-300: oklch(0.808 0.114 19.571);
|
|
14
|
-
--color-red-400: oklch(0.704 0.191 22.216);
|
|
15
9
|
--color-red-500: oklch(0.637 0.237 25.331);
|
|
16
|
-
--color-red-600: oklch(0.577 0.245 27.325);
|
|
17
|
-
--color-red-700: oklch(0.505 0.213 27.518);
|
|
18
|
-
--color-red-800: oklch(0.444 0.177 26.899);
|
|
19
|
-
--color-red-900: oklch(0.396 0.141 25.723);
|
|
20
|
-
--color-red-950: oklch(0.258 0.092 26.042);
|
|
21
|
-
--color-orange-50: oklch(0.98 0.016 73.684);
|
|
22
|
-
--color-orange-100: oklch(0.954 0.038 75.164);
|
|
23
|
-
--color-orange-200: oklch(0.901 0.076 70.697);
|
|
24
|
-
--color-orange-300: oklch(0.837 0.128 66.29);
|
|
25
|
-
--color-orange-400: oklch(0.75 0.183 55.934);
|
|
26
10
|
--color-orange-500: oklch(0.705 0.213 47.604);
|
|
27
|
-
--color-orange-600: oklch(0.646 0.222 41.116);
|
|
28
|
-
--color-orange-700: oklch(0.553 0.195 38.402);
|
|
29
|
-
--color-orange-800: oklch(0.47 0.157 37.304);
|
|
30
|
-
--color-orange-900: oklch(0.408 0.123 38.172);
|
|
31
|
-
--color-orange-950: oklch(0.266 0.079 36.259);
|
|
32
|
-
--color-amber-50: oklch(0.987 0.022 95.277);
|
|
33
|
-
--color-amber-100: oklch(0.962 0.059 95.617);
|
|
34
|
-
--color-amber-200: oklch(0.924 0.12 95.746);
|
|
35
|
-
--color-amber-300: oklch(0.879 0.169 91.605);
|
|
36
|
-
--color-amber-400: oklch(0.828 0.189 84.429);
|
|
37
|
-
--color-amber-500: oklch(0.769 0.188 70.08);
|
|
38
|
-
--color-amber-600: oklch(0.666 0.179 58.318);
|
|
39
|
-
--color-amber-700: oklch(0.555 0.163 48.998);
|
|
40
|
-
--color-amber-800: oklch(0.473 0.137 46.201);
|
|
41
|
-
--color-amber-900: oklch(0.414 0.112 45.904);
|
|
42
|
-
--color-amber-950: oklch(0.279 0.077 45.635);
|
|
43
|
-
--color-yellow-50: oklch(0.987 0.026 102.212);
|
|
44
|
-
--color-yellow-100: oklch(0.973 0.071 103.193);
|
|
45
|
-
--color-yellow-200: oklch(0.945 0.129 101.54);
|
|
46
|
-
--color-yellow-300: oklch(0.905 0.182 98.111);
|
|
47
|
-
--color-yellow-400: oklch(0.852 0.199 91.936);
|
|
48
|
-
--color-yellow-500: oklch(0.795 0.184 86.047);
|
|
49
|
-
--color-yellow-600: oklch(0.681 0.162 75.834);
|
|
50
|
-
--color-yellow-700: oklch(0.554 0.135 66.442);
|
|
51
|
-
--color-yellow-800: oklch(0.476 0.114 61.907);
|
|
52
|
-
--color-yellow-900: oklch(0.421 0.095 57.708);
|
|
53
|
-
--color-yellow-950: oklch(0.286 0.066 53.813);
|
|
54
|
-
--color-lime-50: oklch(0.986 0.031 120.757);
|
|
55
|
-
--color-lime-100: oklch(0.967 0.067 122.328);
|
|
56
|
-
--color-lime-200: oklch(0.938 0.127 124.321);
|
|
57
|
-
--color-lime-300: oklch(0.897 0.196 126.665);
|
|
58
|
-
--color-lime-400: oklch(0.841 0.238 128.85);
|
|
59
|
-
--color-lime-500: oklch(0.768 0.233 130.85);
|
|
60
|
-
--color-lime-600: oklch(0.648 0.2 131.684);
|
|
61
|
-
--color-lime-700: oklch(0.532 0.157 131.589);
|
|
62
|
-
--color-lime-800: oklch(0.453 0.124 130.933);
|
|
63
|
-
--color-lime-900: oklch(0.405 0.101 131.063);
|
|
64
|
-
--color-lime-950: oklch(0.274 0.072 132.109);
|
|
65
|
-
--color-green-50: oklch(0.982 0.018 155.826);
|
|
66
|
-
--color-green-100: oklch(0.962 0.044 156.743);
|
|
67
|
-
--color-green-200: oklch(0.925 0.084 155.995);
|
|
68
|
-
--color-green-300: oklch(0.871 0.15 154.449);
|
|
69
|
-
--color-green-400: oklch(0.792 0.209 151.711);
|
|
70
|
-
--color-green-500: oklch(0.723 0.219 149.579);
|
|
71
|
-
--color-green-600: oklch(0.627 0.194 149.214);
|
|
72
|
-
--color-green-700: oklch(0.527 0.154 150.069);
|
|
73
|
-
--color-green-800: oklch(0.448 0.119 151.328);
|
|
74
|
-
--color-green-900: oklch(0.393 0.095 152.535);
|
|
75
|
-
--color-green-950: oklch(0.266 0.065 152.934);
|
|
76
|
-
--color-emerald-50: oklch(0.979 0.021 166.113);
|
|
77
|
-
--color-emerald-100: oklch(0.95 0.052 163.051);
|
|
78
|
-
--color-emerald-200: oklch(0.905 0.093 164.15);
|
|
79
|
-
--color-emerald-300: oklch(0.845 0.143 164.978);
|
|
80
|
-
--color-emerald-400: oklch(0.765 0.177 163.223);
|
|
81
|
-
--color-emerald-500: oklch(0.696 0.17 162.48);
|
|
82
|
-
--color-emerald-600: oklch(0.596 0.145 163.225);
|
|
83
|
-
--color-emerald-700: oklch(0.508 0.118 165.612);
|
|
84
|
-
--color-emerald-800: oklch(0.432 0.095 166.913);
|
|
85
|
-
--color-emerald-900: oklch(0.378 0.077 168.94);
|
|
86
|
-
--color-emerald-950: oklch(0.262 0.051 172.552);
|
|
87
|
-
--color-teal-50: oklch(0.984 0.014 180.72);
|
|
88
|
-
--color-teal-100: oklch(0.953 0.051 180.801);
|
|
89
|
-
--color-teal-200: oklch(0.91 0.096 180.426);
|
|
90
|
-
--color-teal-300: oklch(0.855 0.138 181.071);
|
|
91
|
-
--color-teal-400: oklch(0.777 0.152 181.912);
|
|
92
|
-
--color-teal-500: oklch(0.704 0.14 182.503);
|
|
93
|
-
--color-teal-600: oklch(0.6 0.118 184.704);
|
|
94
|
-
--color-teal-700: oklch(0.511 0.096 186.391);
|
|
95
|
-
--color-teal-800: oklch(0.437 0.078 188.216);
|
|
96
|
-
--color-teal-900: oklch(0.386 0.063 188.416);
|
|
97
|
-
--color-teal-950: oklch(0.277 0.046 192.524);
|
|
98
|
-
--color-cyan-50: oklch(0.984 0.019 200.873);
|
|
99
|
-
--color-cyan-100: oklch(0.956 0.045 203.388);
|
|
100
|
-
--color-cyan-200: oklch(0.917 0.08 205.041);
|
|
101
|
-
--color-cyan-300: oklch(0.865 0.127 207.078);
|
|
102
|
-
--color-cyan-400: oklch(0.789 0.154 211.53);
|
|
103
|
-
--color-cyan-500: oklch(0.715 0.143 215.221);
|
|
104
|
-
--color-cyan-600: oklch(0.609 0.126 221.723);
|
|
105
|
-
--color-cyan-700: oklch(0.52 0.105 223.128);
|
|
106
|
-
--color-cyan-800: oklch(0.45 0.085 224.283);
|
|
107
|
-
--color-cyan-900: oklch(0.398 0.07 227.392);
|
|
108
|
-
--color-cyan-950: oklch(0.302 0.056 229.695);
|
|
109
|
-
--color-sky-50: oklch(0.977 0.013 236.62);
|
|
110
|
-
--color-sky-100: oklch(0.951 0.026 236.824);
|
|
111
|
-
--color-sky-200: oklch(0.901 0.058 230.902);
|
|
112
|
-
--color-sky-300: oklch(0.828 0.111 230.318);
|
|
113
|
-
--color-sky-400: oklch(0.746 0.16 232.661);
|
|
114
|
-
--color-sky-500: oklch(0.685 0.169 237.323);
|
|
115
|
-
--color-sky-600: oklch(0.588 0.158 241.966);
|
|
116
|
-
--color-sky-700: oklch(0.5 0.134 242.749);
|
|
117
|
-
--color-sky-800: oklch(0.443 0.11 240.79);
|
|
118
|
-
--color-sky-900: oklch(0.391 0.09 240.876);
|
|
119
|
-
--color-sky-950: oklch(0.293 0.066 243.157);
|
|
120
|
-
--color-blue-50: oklch(0.97 0.014 254.604);
|
|
121
|
-
--color-blue-100: oklch(0.932 0.032 255.585);
|
|
122
|
-
--color-blue-200: oklch(0.882 0.059 254.128);
|
|
123
|
-
--color-blue-300: oklch(0.809 0.105 251.813);
|
|
124
|
-
--color-blue-400: oklch(0.707 0.165 254.624);
|
|
125
11
|
--color-blue-500: oklch(0.623 0.214 259.815);
|
|
126
|
-
--color-blue-600: oklch(0.546 0.245 262.881);
|
|
127
|
-
--color-blue-700: oklch(0.488 0.243 264.376);
|
|
128
|
-
--color-blue-800: oklch(0.424 0.199 265.638);
|
|
129
|
-
--color-blue-900: oklch(0.379 0.146 265.522);
|
|
130
|
-
--color-blue-950: oklch(0.282 0.091 267.935);
|
|
131
|
-
--color-indigo-50: oklch(0.962 0.018 272.314);
|
|
132
|
-
--color-indigo-100: oklch(0.93 0.034 272.788);
|
|
133
|
-
--color-indigo-200: oklch(0.87 0.065 274.039);
|
|
134
|
-
--color-indigo-300: oklch(0.785 0.115 274.713);
|
|
135
|
-
--color-indigo-400: oklch(0.673 0.182 276.935);
|
|
136
|
-
--color-indigo-500: oklch(0.585 0.233 277.117);
|
|
137
|
-
--color-indigo-600: oklch(0.511 0.262 276.966);
|
|
138
|
-
--color-indigo-700: oklch(0.457 0.24 277.023);
|
|
139
|
-
--color-indigo-800: oklch(0.398 0.195 277.366);
|
|
140
|
-
--color-indigo-900: oklch(0.359 0.144 278.697);
|
|
141
|
-
--color-indigo-950: oklch(0.257 0.09 281.288);
|
|
142
|
-
--color-violet-50: oklch(0.969 0.016 293.756);
|
|
143
|
-
--color-violet-100: oklch(0.943 0.029 294.588);
|
|
144
|
-
--color-violet-200: oklch(0.894 0.057 293.283);
|
|
145
|
-
--color-violet-300: oklch(0.811 0.111 293.571);
|
|
146
|
-
--color-violet-400: oklch(0.702 0.183 293.541);
|
|
147
|
-
--color-violet-500: oklch(0.606 0.25 292.717);
|
|
148
|
-
--color-violet-600: oklch(0.541 0.281 293.009);
|
|
149
|
-
--color-violet-700: oklch(0.491 0.27 292.581);
|
|
150
|
-
--color-violet-800: oklch(0.432 0.232 292.759);
|
|
151
|
-
--color-violet-900: oklch(0.38 0.189 293.745);
|
|
152
|
-
--color-violet-950: oklch(0.283 0.141 291.089);
|
|
153
|
-
--color-purple-50: oklch(0.977 0.014 308.299);
|
|
154
|
-
--color-purple-100: oklch(0.946 0.033 307.174);
|
|
155
|
-
--color-purple-200: oklch(0.902 0.063 306.703);
|
|
156
|
-
--color-purple-300: oklch(0.827 0.119 306.383);
|
|
157
|
-
--color-purple-400: oklch(0.714 0.203 305.504);
|
|
158
|
-
--color-purple-500: oklch(0.627 0.265 303.9);
|
|
159
|
-
--color-purple-600: oklch(0.558 0.288 302.321);
|
|
160
|
-
--color-purple-700: oklch(0.496 0.265 301.924);
|
|
161
|
-
--color-purple-800: oklch(0.438 0.218 303.724);
|
|
162
|
-
--color-purple-900: oklch(0.381 0.176 304.987);
|
|
163
|
-
--color-purple-950: oklch(0.291 0.149 302.717);
|
|
164
|
-
--color-fuchsia-50: oklch(0.977 0.017 320.058);
|
|
165
|
-
--color-fuchsia-100: oklch(0.952 0.037 318.852);
|
|
166
|
-
--color-fuchsia-200: oklch(0.903 0.076 319.62);
|
|
167
|
-
--color-fuchsia-300: oklch(0.833 0.145 321.434);
|
|
168
|
-
--color-fuchsia-400: oklch(0.74 0.238 322.16);
|
|
169
|
-
--color-fuchsia-500: oklch(0.667 0.295 322.15);
|
|
170
|
-
--color-fuchsia-600: oklch(0.591 0.293 322.896);
|
|
171
|
-
--color-fuchsia-700: oklch(0.518 0.253 323.949);
|
|
172
|
-
--color-fuchsia-800: oklch(0.452 0.211 324.591);
|
|
173
|
-
--color-fuchsia-900: oklch(0.401 0.17 325.612);
|
|
174
|
-
--color-fuchsia-950: oklch(0.293 0.136 325.661);
|
|
175
|
-
--color-pink-50: oklch(0.971 0.014 343.198);
|
|
176
|
-
--color-pink-100: oklch(0.948 0.028 342.258);
|
|
177
|
-
--color-pink-200: oklch(0.899 0.061 343.231);
|
|
178
|
-
--color-pink-300: oklch(0.823 0.12 346.018);
|
|
179
|
-
--color-pink-400: oklch(0.718 0.202 349.761);
|
|
180
|
-
--color-pink-500: oklch(0.656 0.241 354.308);
|
|
181
|
-
--color-pink-600: oklch(0.592 0.249 0.584);
|
|
182
|
-
--color-pink-700: oklch(0.525 0.223 3.958);
|
|
183
|
-
--color-pink-800: oklch(0.459 0.187 3.815);
|
|
184
|
-
--color-pink-900: oklch(0.408 0.153 2.432);
|
|
185
|
-
--color-pink-950: oklch(0.284 0.109 3.907);
|
|
186
|
-
--color-rose-50: oklch(0.969 0.015 12.422);
|
|
187
|
-
--color-rose-100: oklch(0.941 0.03 12.58);
|
|
188
|
-
--color-rose-200: oklch(0.892 0.058 10.001);
|
|
189
|
-
--color-rose-300: oklch(0.81 0.117 11.638);
|
|
190
|
-
--color-rose-400: oklch(0.712 0.194 13.428);
|
|
191
|
-
--color-rose-500: oklch(0.645 0.246 16.439);
|
|
192
|
-
--color-rose-600: oklch(0.586 0.253 17.585);
|
|
193
|
-
--color-rose-700: oklch(0.514 0.222 16.935);
|
|
194
|
-
--color-rose-800: oklch(0.455 0.188 13.697);
|
|
195
|
-
--color-rose-900: oklch(0.41 0.159 10.272);
|
|
196
|
-
--color-rose-950: oklch(0.271 0.105 12.094);
|
|
197
|
-
--color-slate-50: oklch(0.984 0.003 247.858);
|
|
198
|
-
--color-slate-100: oklch(0.968 0.007 247.896);
|
|
199
|
-
--color-slate-200: oklch(0.929 0.013 255.508);
|
|
200
|
-
--color-slate-300: oklch(0.869 0.022 252.894);
|
|
201
|
-
--color-slate-400: oklch(0.704 0.04 256.788);
|
|
202
|
-
--color-slate-500: oklch(0.554 0.046 257.417);
|
|
203
|
-
--color-slate-600: oklch(0.446 0.043 257.281);
|
|
204
|
-
--color-slate-700: oklch(0.372 0.044 257.287);
|
|
205
|
-
--color-slate-800: oklch(0.279 0.041 260.031);
|
|
206
|
-
--color-slate-900: oklch(0.208 0.042 265.755);
|
|
207
|
-
--color-slate-950: oklch(0.129 0.042 264.695);
|
|
208
|
-
--color-gray-50: oklch(0.985 0.002 247.839);
|
|
209
|
-
--color-gray-100: oklch(0.967 0.003 264.542);
|
|
210
|
-
--color-gray-200: oklch(0.928 0.006 264.531);
|
|
211
|
-
--color-gray-300: oklch(0.872 0.01 258.338);
|
|
212
|
-
--color-gray-400: oklch(0.707 0.022 261.325);
|
|
213
|
-
--color-gray-500: oklch(0.551 0.027 264.364);
|
|
214
|
-
--color-gray-600: oklch(0.446 0.03 256.802);
|
|
215
|
-
--color-gray-700: oklch(0.373 0.034 259.733);
|
|
216
|
-
--color-gray-800: oklch(0.278 0.033 256.848);
|
|
217
|
-
--color-gray-900: oklch(0.21 0.034 264.665);
|
|
218
|
-
--color-gray-950: oklch(0.13 0.028 261.692);
|
|
219
|
-
--color-zinc-50: oklch(0.985 0 0);
|
|
220
|
-
--color-zinc-100: oklch(0.967 0.001 286.375);
|
|
221
|
-
--color-zinc-200: oklch(0.92 0.004 286.32);
|
|
222
|
-
--color-zinc-300: oklch(0.871 0.006 286.286);
|
|
223
|
-
--color-zinc-400: oklch(0.705 0.015 286.067);
|
|
224
|
-
--color-zinc-500: oklch(0.552 0.016 285.938);
|
|
225
|
-
--color-zinc-600: oklch(0.442 0.017 285.786);
|
|
226
|
-
--color-zinc-700: oklch(0.37 0.013 285.805);
|
|
227
|
-
--color-zinc-800: oklch(0.274 0.006 286.033);
|
|
228
|
-
--color-zinc-900: oklch(0.21 0.006 285.885);
|
|
229
|
-
--color-zinc-950: oklch(0.141 0.005 285.823);
|
|
230
|
-
--color-neutral-50: oklch(0.985 0 0);
|
|
231
|
-
--color-neutral-100: oklch(0.97 0 0);
|
|
232
|
-
--color-neutral-200: oklch(0.922 0 0);
|
|
233
|
-
--color-neutral-300: oklch(0.87 0 0);
|
|
234
|
-
--color-neutral-400: oklch(0.708 0 0);
|
|
235
|
-
--color-neutral-500: oklch(0.556 0 0);
|
|
236
|
-
--color-neutral-600: oklch(0.439 0 0);
|
|
237
|
-
--color-neutral-700: oklch(0.371 0 0);
|
|
238
|
-
--color-neutral-800: oklch(0.269 0 0);
|
|
239
|
-
--color-neutral-900: oklch(0.205 0 0);
|
|
240
|
-
--color-neutral-950: oklch(0.145 0 0);
|
|
241
|
-
--color-stone-50: oklch(0.985 0.001 106.423);
|
|
242
|
-
--color-stone-100: oklch(0.97 0.001 106.424);
|
|
243
|
-
--color-stone-200: oklch(0.923 0.003 48.717);
|
|
244
|
-
--color-stone-300: oklch(0.869 0.005 56.366);
|
|
245
|
-
--color-stone-400: oklch(0.709 0.01 56.259);
|
|
246
|
-
--color-stone-500: oklch(0.553 0.013 58.071);
|
|
247
|
-
--color-stone-600: oklch(0.444 0.011 73.639);
|
|
248
|
-
--color-stone-700: oklch(0.374 0.01 67.558);
|
|
249
|
-
--color-stone-800: oklch(0.268 0.007 34.298);
|
|
250
|
-
--color-stone-900: oklch(0.216 0.006 56.043);
|
|
251
|
-
--color-stone-950: oklch(0.147 0.004 49.25);
|
|
252
12
|
--color-black: #000;
|
|
253
|
-
--color-white: #fff;
|
|
254
13
|
--spacing: 0.25rem;
|
|
255
14
|
--breakpoint-sm: 40rem;
|
|
256
|
-
--breakpoint-md: 48rem;
|
|
257
|
-
--breakpoint-lg: 64rem;
|
|
258
|
-
--breakpoint-xl: 80rem;
|
|
259
|
-
--breakpoint-2xl: 96rem;
|
|
260
|
-
--container-3xs: 16rem;
|
|
261
|
-
--container-2xs: 18rem;
|
|
262
|
-
--container-xs: 20rem;
|
|
263
|
-
--container-sm: 24rem;
|
|
264
|
-
--container-md: 28rem;
|
|
265
|
-
--container-lg: 32rem;
|
|
266
|
-
--container-xl: 36rem;
|
|
267
|
-
--container-2xl: 42rem;
|
|
268
|
-
--container-3xl: 48rem;
|
|
269
|
-
--container-4xl: 56rem;
|
|
270
|
-
--container-5xl: 64rem;
|
|
271
|
-
--container-6xl: 72rem;
|
|
272
|
-
--container-7xl: 80rem;
|
|
273
15
|
--text-xs: 0.75rem;
|
|
274
16
|
--text-xs--line-height: calc(1 / 0.75);
|
|
275
17
|
--text-sm: 0.875rem;
|
|
@@ -278,91 +20,18 @@
|
|
|
278
20
|
--text-base--line-height: calc(1.5 / 1);
|
|
279
21
|
--text-lg: 1.125rem;
|
|
280
22
|
--text-lg--line-height: calc(1.75 / 1.125);
|
|
281
|
-
--text-xl: 1.25rem;
|
|
282
|
-
--text-xl--line-height: calc(1.75 / 1.25);
|
|
283
|
-
--text-2xl: 1.5rem;
|
|
284
|
-
--text-2xl--line-height: calc(2 / 1.5);
|
|
285
23
|
--text-3xl: 1.875rem;
|
|
286
24
|
--text-3xl--line-height: calc(2.25 / 1.875);
|
|
287
|
-
--text-4xl: 2.25rem;
|
|
288
|
-
--text-4xl--line-height: calc(2.5 / 2.25);
|
|
289
|
-
--text-5xl: 3rem;
|
|
290
|
-
--text-5xl--line-height: 1;
|
|
291
|
-
--text-6xl: 3.75rem;
|
|
292
|
-
--text-6xl--line-height: 1;
|
|
293
|
-
--text-7xl: 4.5rem;
|
|
294
|
-
--text-7xl--line-height: 1;
|
|
295
|
-
--text-8xl: 6rem;
|
|
296
|
-
--text-8xl--line-height: 1;
|
|
297
|
-
--text-9xl: 8rem;
|
|
298
|
-
--text-9xl--line-height: 1;
|
|
299
|
-
--font-weight-thin: 100;
|
|
300
|
-
--font-weight-extralight: 200;
|
|
301
|
-
--font-weight-light: 300;
|
|
302
|
-
--font-weight-normal: 400;
|
|
303
25
|
--font-weight-medium: 500;
|
|
304
26
|
--font-weight-semibold: 600;
|
|
305
|
-
--font-weight-bold: 700;
|
|
306
|
-
--font-weight-extrabold: 800;
|
|
307
|
-
--font-weight-black: 900;
|
|
308
|
-
--tracking-tighter: -0.05em;
|
|
309
|
-
--tracking-tight: -0.025em;
|
|
310
|
-
--tracking-normal: 0em;
|
|
311
|
-
--tracking-wide: 0.025em;
|
|
312
|
-
--tracking-wider: 0.05em;
|
|
313
|
-
--tracking-widest: 0.1em;
|
|
314
|
-
--leading-tight: 1.25;
|
|
315
|
-
--leading-snug: 1.375;
|
|
316
|
-
--leading-normal: 1.5;
|
|
317
|
-
--leading-relaxed: 1.625;
|
|
318
|
-
--leading-loose: 2;
|
|
319
|
-
--radius-xs: 0.125rem;
|
|
320
|
-
--radius-sm: 0.25rem;
|
|
321
27
|
--radius-md: 0.375rem;
|
|
322
28
|
--radius-lg: 0.5rem;
|
|
323
29
|
--radius-xl: 0.75rem;
|
|
324
30
|
--radius-2xl: 1rem;
|
|
325
|
-
--radius-3xl: 1.5rem;
|
|
326
|
-
--radius-4xl: 2rem;
|
|
327
|
-
--shadow-2xs: 0 1px rgb(0 0 0 / 0.05);
|
|
328
|
-
--shadow-xs: 0 1px 2px 0 rgb(0 0 0 / 0.05);
|
|
329
|
-
--shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
|
330
|
-
--shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1),
|
|
331
|
-
0 2px 4px -2px rgb(0 0 0 / 0.1);
|
|
332
|
-
--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1),
|
|
333
|
-
0 4px 6px -4px rgb(0 0 0 / 0.1);
|
|
334
|
-
--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1),
|
|
335
|
-
0 8px 10px -6px rgb(0 0 0 / 0.1);
|
|
336
|
-
--shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / 0.25);
|
|
337
|
-
--inset-shadow-2xs: inset 0 1px rgb(0 0 0 / 0.05);
|
|
338
|
-
--inset-shadow-xs: inset 0 1px 1px rgb(0 0 0 / 0.05);
|
|
339
|
-
--inset-shadow-sm: inset 0 2px 4px rgb(0 0 0 / 0.05);
|
|
340
|
-
--drop-shadow-xs: 0 1px 1px rgb(0 0 0 / 0.05);
|
|
341
|
-
--drop-shadow-sm: 0 1px 2px rgb(0 0 0 / 0.15);
|
|
342
|
-
--drop-shadow-md: 0 3px 3px rgb(0 0 0 / 0.12);
|
|
343
|
-
--drop-shadow-lg: 0 4px 4px rgb(0 0 0 / 0.15);
|
|
344
|
-
--drop-shadow-xl: 0 9px 7px rgb(0 0 0 / 0.1);
|
|
345
|
-
--drop-shadow-2xl: 0 25px 25px rgb(0 0 0 / 0.15);
|
|
346
|
-
--ease-in: cubic-bezier(0.4, 0, 1, 1);
|
|
347
|
-
--ease-out: cubic-bezier(0, 0, 0.2, 1);
|
|
348
|
-
--ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
|
|
349
31
|
--animate-spin: spin 1s linear infinite;
|
|
350
|
-
--animate-ping: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
|
|
351
|
-
--animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
|
|
352
|
-
--animate-bounce: bounce 1s infinite;
|
|
353
|
-
--blur-xs: 4px;
|
|
354
32
|
--blur-sm: 8px;
|
|
355
33
|
--blur-md: 12px;
|
|
356
34
|
--blur-lg: 16px;
|
|
357
|
-
--blur-xl: 24px;
|
|
358
|
-
--blur-2xl: 40px;
|
|
359
|
-
--blur-3xl: 64px;
|
|
360
|
-
--perspective-dramatic: 100px;
|
|
361
|
-
--perspective-near: 300px;
|
|
362
|
-
--perspective-normal: 500px;
|
|
363
|
-
--perspective-midrange: 800px;
|
|
364
|
-
--perspective-distant: 1200px;
|
|
365
|
-
--aspect-video: 16 / 9;
|
|
366
35
|
--default-transition-duration: 150ms;
|
|
367
36
|
--default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
368
37
|
--default-font-family: var(--font-sans);
|
|
@@ -410,6 +79,16 @@
|
|
|
410
79
|
--animate-fd-exitToLeft: fd-exitToLeft 250ms ease;
|
|
411
80
|
--animate-fd-exitToRight: fd-exitToRight 250ms ease;
|
|
412
81
|
--spacing-fd-container: 1400px;
|
|
82
|
+
--fd-sidebar-width: 0px;
|
|
83
|
+
--fd-toc-width: 0px;
|
|
84
|
+
--fd-layout-width: 100vw;
|
|
85
|
+
--fd-banner-height: 0px;
|
|
86
|
+
--fd-nav-height: 0px;
|
|
87
|
+
--fd-tocnav-height: 0px;
|
|
88
|
+
--fd-diff-remove-color: rgba(200, 10, 100, 0.12);
|
|
89
|
+
--fd-diff-remove-symbol-color: rgb(230, 10, 100);
|
|
90
|
+
--fd-diff-add-color: rgba(14, 180, 100, 0.12);
|
|
91
|
+
--fd-diff-add-symbol-color: rgb(10, 200, 100);
|
|
413
92
|
}
|
|
414
93
|
}
|
|
415
94
|
@layer base {
|
|
@@ -557,31 +236,6 @@
|
|
|
557
236
|
.collapse {
|
|
558
237
|
visibility: collapse;
|
|
559
238
|
}
|
|
560
|
-
.fd-step {
|
|
561
|
-
&:before {
|
|
562
|
-
background-color: var(--color-fd-secondary);
|
|
563
|
-
color: var(--color-fd-secondary-foreground);
|
|
564
|
-
content: counter(step);
|
|
565
|
-
counter-increment: step;
|
|
566
|
-
border-radius: 9999px;
|
|
567
|
-
justify-content: center;
|
|
568
|
-
align-items: center;
|
|
569
|
-
width: 2rem;
|
|
570
|
-
height: 2rem;
|
|
571
|
-
font-size: .875rem;
|
|
572
|
-
line-height: 1.25rem;
|
|
573
|
-
display: flex;
|
|
574
|
-
position: absolute;
|
|
575
|
-
left: -1rem;
|
|
576
|
-
}
|
|
577
|
-
}
|
|
578
|
-
.fd-steps {
|
|
579
|
-
counter-reset: step;
|
|
580
|
-
border-left-width: 1px;
|
|
581
|
-
margin-left: 1rem;
|
|
582
|
-
padding-left: 1.75rem;
|
|
583
|
-
position: relative;
|
|
584
|
-
}
|
|
585
239
|
.absolute {
|
|
586
240
|
position: absolute;
|
|
587
241
|
}
|
|
@@ -621,6 +275,9 @@
|
|
|
621
275
|
.-top-1\.5 {
|
|
622
276
|
top: calc(var(--spacing) * -1.5);
|
|
623
277
|
}
|
|
278
|
+
.top-\(--fd-banner-height\) {
|
|
279
|
+
top: var(--fd-banner-height);
|
|
280
|
+
}
|
|
624
281
|
.top-0 {
|
|
625
282
|
top: calc(var(--spacing) * 0);
|
|
626
283
|
}
|
|
@@ -639,18 +296,12 @@
|
|
|
639
296
|
.top-\[calc\(var\(--fd-banner-height\)\+var\(--fd-nav-height\)\)\] {
|
|
640
297
|
top: calc(var(--fd-banner-height) + var(--fd-nav-height));
|
|
641
298
|
}
|
|
642
|
-
.top-\[var\(--fd-banner-height\)\] {
|
|
643
|
-
top: var(--fd-banner-height);
|
|
644
|
-
}
|
|
645
299
|
.right-2 {
|
|
646
300
|
right: calc(var(--spacing) * 2);
|
|
647
301
|
}
|
|
648
302
|
.bottom-1\.5 {
|
|
649
303
|
bottom: calc(var(--spacing) * 1.5);
|
|
650
304
|
}
|
|
651
|
-
.bottom-3 {
|
|
652
|
-
bottom: calc(var(--spacing) * 3);
|
|
653
|
-
}
|
|
654
305
|
.left-1\/2 {
|
|
655
306
|
left: calc(1/2 * 100%);
|
|
656
307
|
}
|
|
@@ -700,12 +351,12 @@
|
|
|
700
351
|
max-width: 1400px;
|
|
701
352
|
}
|
|
702
353
|
}
|
|
703
|
-
.-mx-1\.5 {
|
|
704
|
-
margin-inline: calc(var(--spacing) * -1.5);
|
|
705
|
-
}
|
|
706
354
|
.-mx-2 {
|
|
707
355
|
margin-inline: calc(var(--spacing) * -2);
|
|
708
356
|
}
|
|
357
|
+
.mx-4 {
|
|
358
|
+
margin-inline: calc(var(--spacing) * 4);
|
|
359
|
+
}
|
|
709
360
|
.mx-auto {
|
|
710
361
|
margin-inline: auto;
|
|
711
362
|
}
|
|
@@ -718,18 +369,12 @@
|
|
|
718
369
|
.my-6 {
|
|
719
370
|
margin-block: calc(var(--spacing) * 6);
|
|
720
371
|
}
|
|
721
|
-
.-ms-0\.5 {
|
|
722
|
-
margin-inline-start: calc(var(--spacing) * -0.5);
|
|
723
|
-
}
|
|
724
372
|
.-ms-1 {
|
|
725
373
|
margin-inline-start: calc(var(--spacing) * -1);
|
|
726
374
|
}
|
|
727
375
|
.-ms-1\.5 {
|
|
728
376
|
margin-inline-start: calc(var(--spacing) * -1.5);
|
|
729
377
|
}
|
|
730
|
-
.-ms-3 {
|
|
731
|
-
margin-inline-start: calc(var(--spacing) * -3);
|
|
732
|
-
}
|
|
733
378
|
.ms-1 {
|
|
734
379
|
margin-inline-start: calc(var(--spacing) * 1);
|
|
735
380
|
}
|
|
@@ -758,7 +403,7 @@
|
|
|
758
403
|
color: var(--tw-prose-body);
|
|
759
404
|
max-width: none;
|
|
760
405
|
font-size: 1rem;
|
|
761
|
-
line-height: 1.
|
|
406
|
+
line-height: 1.75rem;
|
|
762
407
|
:where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
763
408
|
font-size: 1.25em;
|
|
764
409
|
line-height: 1.6;
|
|
@@ -827,7 +472,7 @@
|
|
|
827
472
|
}
|
|
828
473
|
:where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
829
474
|
color: var(--tw-prose-bold);
|
|
830
|
-
font-weight:
|
|
475
|
+
font-weight: 500;
|
|
831
476
|
}
|
|
832
477
|
:where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
833
478
|
color: inherit;
|
|
@@ -1050,14 +695,15 @@
|
|
|
1050
695
|
}
|
|
1051
696
|
:where(a:not([data-card])):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1052
697
|
color: var(--tw-prose-links);
|
|
1053
|
-
transition:
|
|
1054
|
-
font-weight:
|
|
698
|
+
transition: text-decoration .2s;
|
|
699
|
+
font-weight: 500;
|
|
1055
700
|
text-decoration: underline;
|
|
1056
|
-
text-underline-offset:
|
|
701
|
+
text-underline-offset: 3.5px;
|
|
1057
702
|
text-decoration-color: var(--color-fd-primary);
|
|
703
|
+
text-decoration-thickness: 1.5px;
|
|
1058
704
|
}
|
|
1059
705
|
:where(a:not([data-card]):hover):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1060
|
-
|
|
706
|
+
text-decoration-thickness: 3px;
|
|
1061
707
|
}
|
|
1062
708
|
--tw-prose-body: color-mix(in oklab, var(--color-fd-foreground) 90%, transparent);
|
|
1063
709
|
--tw-prose-headings: var(--color-fd-foreground);
|
|
@@ -1110,31 +756,26 @@
|
|
|
1110
756
|
border-bottom-color: var(--tw-prose-th-borders);
|
|
1111
757
|
}
|
|
1112
758
|
}
|
|
1113
|
-
.
|
|
1114
|
-
& > :first-child {
|
|
1115
|
-
margin-top: 0;
|
|
1116
|
-
}
|
|
1117
|
-
& > :last-child {
|
|
1118
|
-
margin-bottom: 0;
|
|
1119
|
-
}
|
|
1120
|
-
}
|
|
1121
|
-
.mt-8 {
|
|
1122
|
-
margin-top: calc(var(--spacing) * 8);
|
|
1123
|
-
}
|
|
1124
|
-
.mt-\[var\(--fd-nav-height\)\] {
|
|
759
|
+
.mt-\(--fd-nav-height\) {
|
|
1125
760
|
margin-top: var(--fd-nav-height);
|
|
1126
761
|
}
|
|
1127
|
-
.mt-\
|
|
762
|
+
.mt-\(--fd-top\) {
|
|
1128
763
|
margin-top: var(--fd-top);
|
|
1129
764
|
}
|
|
765
|
+
.mt-2 {
|
|
766
|
+
margin-top: calc(var(--spacing) * 2);
|
|
767
|
+
}
|
|
768
|
+
.mt-8 {
|
|
769
|
+
margin-top: calc(var(--spacing) * 8);
|
|
770
|
+
}
|
|
1130
771
|
.mt-auto {
|
|
1131
772
|
margin-top: auto;
|
|
1132
773
|
}
|
|
1133
774
|
.-mb-1 {
|
|
1134
775
|
margin-bottom: calc(var(--spacing) * -1);
|
|
1135
776
|
}
|
|
1136
|
-
.-mb-
|
|
1137
|
-
margin-bottom: calc(var(--spacing) * -
|
|
777
|
+
.-mb-1\.5 {
|
|
778
|
+
margin-bottom: calc(var(--spacing) * -1.5);
|
|
1138
779
|
}
|
|
1139
780
|
.mb-1 {
|
|
1140
781
|
margin-bottom: calc(var(--spacing) * 1);
|
|
@@ -1188,32 +829,38 @@
|
|
|
1188
829
|
width: calc(var(--spacing) * 5);
|
|
1189
830
|
height: calc(var(--spacing) * 5);
|
|
1190
831
|
}
|
|
1191
|
-
.size-
|
|
1192
|
-
width: calc(var(--spacing) *
|
|
1193
|
-
height: calc(var(--spacing) *
|
|
832
|
+
.size-6\.5 {
|
|
833
|
+
width: calc(var(--spacing) * 6.5);
|
|
834
|
+
height: calc(var(--spacing) * 6.5);
|
|
1194
835
|
}
|
|
1195
836
|
.size-full {
|
|
1196
837
|
width: 100%;
|
|
1197
838
|
height: 100%;
|
|
1198
839
|
}
|
|
1199
|
-
.h-
|
|
1200
|
-
height: calc(var(--spacing) * 1.5);
|
|
1201
|
-
}
|
|
1202
|
-
.h-14 {
|
|
1203
|
-
height: calc(var(--spacing) * 14);
|
|
1204
|
-
}
|
|
1205
|
-
.h-\[var\(--fd-height\)\] {
|
|
840
|
+
.h-\(--fd-height\) {
|
|
1206
841
|
height: var(--fd-height);
|
|
1207
842
|
}
|
|
1208
|
-
.h-\
|
|
843
|
+
.h-\(--fd-toc-height\) {
|
|
1209
844
|
height: var(--fd-toc-height);
|
|
1210
845
|
}
|
|
1211
|
-
.h-\
|
|
846
|
+
.h-\(--radix-navigation-menu-viewport-height\) {
|
|
1212
847
|
height: var(--radix-navigation-menu-viewport-height);
|
|
1213
848
|
}
|
|
849
|
+
.h-1\.5 {
|
|
850
|
+
height: calc(var(--spacing) * 1.5);
|
|
851
|
+
}
|
|
852
|
+
.h-8 {
|
|
853
|
+
height: calc(var(--spacing) * 8);
|
|
854
|
+
}
|
|
855
|
+
.h-14 {
|
|
856
|
+
height: calc(var(--spacing) * 14);
|
|
857
|
+
}
|
|
1214
858
|
.h-full {
|
|
1215
859
|
height: 100%;
|
|
1216
860
|
}
|
|
861
|
+
.max-h-\[50vh\] {
|
|
862
|
+
max-height: 50vh;
|
|
863
|
+
}
|
|
1217
864
|
.max-h-\[400px\] {
|
|
1218
865
|
max-height: 400px;
|
|
1219
866
|
}
|
|
@@ -1223,15 +870,18 @@
|
|
|
1223
870
|
.max-h-\[600px\] {
|
|
1224
871
|
max-height: 600px;
|
|
1225
872
|
}
|
|
1226
|
-
.max-h-\[var\(--radix-popover-content-available-height\)\] {
|
|
1227
|
-
max-height: var(--radix-popover-content-available-height);
|
|
1228
|
-
}
|
|
1229
873
|
.min-h-0 {
|
|
1230
874
|
min-height: calc(var(--spacing) * 0);
|
|
1231
875
|
}
|
|
1232
876
|
.min-h-10 {
|
|
1233
877
|
min-height: calc(var(--spacing) * 10);
|
|
1234
878
|
}
|
|
879
|
+
.w-\(--fd-toc-width\) {
|
|
880
|
+
width: var(--fd-toc-width);
|
|
881
|
+
}
|
|
882
|
+
.w-\(--radix-popover-trigger-width\) {
|
|
883
|
+
width: var(--radix-popover-trigger-width);
|
|
884
|
+
}
|
|
1235
885
|
.w-0 {
|
|
1236
886
|
width: calc(var(--spacing) * 0);
|
|
1237
887
|
}
|
|
@@ -1250,15 +900,6 @@
|
|
|
1250
900
|
.w-\[98vw\] {
|
|
1251
901
|
width: 98vw;
|
|
1252
902
|
}
|
|
1253
|
-
.w-\[260px\] {
|
|
1254
|
-
width: 260px;
|
|
1255
|
-
}
|
|
1256
|
-
.w-\[var\(--fd-toc-width\)\] {
|
|
1257
|
-
width: var(--fd-toc-width);
|
|
1258
|
-
}
|
|
1259
|
-
.w-\[var\(--radix-popover-trigger-width\)\] {
|
|
1260
|
-
width: var(--radix-popover-trigger-width);
|
|
1261
|
-
}
|
|
1262
903
|
.w-fit {
|
|
1263
904
|
width: fit-content;
|
|
1264
905
|
}
|
|
@@ -1327,6 +968,9 @@
|
|
|
1327
968
|
.-rotate-90 {
|
|
1328
969
|
rotate: calc(90deg * -1);
|
|
1329
970
|
}
|
|
971
|
+
.rotate-90 {
|
|
972
|
+
rotate: 90deg;
|
|
973
|
+
}
|
|
1330
974
|
.transform {
|
|
1331
975
|
transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
|
|
1332
976
|
}
|
|
@@ -1424,6 +1068,9 @@
|
|
|
1424
1068
|
.overflow-hidden {
|
|
1425
1069
|
overflow: hidden;
|
|
1426
1070
|
}
|
|
1071
|
+
.overflow-visible {
|
|
1072
|
+
overflow: visible;
|
|
1073
|
+
}
|
|
1427
1074
|
.overflow-x-auto {
|
|
1428
1075
|
overflow-x: auto;
|
|
1429
1076
|
}
|
|
@@ -1445,6 +1092,10 @@
|
|
|
1445
1092
|
.rounded-xl {
|
|
1446
1093
|
border-radius: var(--radius-xl);
|
|
1447
1094
|
}
|
|
1095
|
+
.rounded-s-none {
|
|
1096
|
+
border-start-start-radius: 0;
|
|
1097
|
+
border-end-start-radius: 0;
|
|
1098
|
+
}
|
|
1448
1099
|
.border {
|
|
1449
1100
|
border-style: var(--tw-border-style);
|
|
1450
1101
|
border-width: 1px;
|
|
@@ -1453,6 +1104,14 @@
|
|
|
1453
1104
|
border-inline-start-style: var(--tw-border-style);
|
|
1454
1105
|
border-inline-start-width: 1px;
|
|
1455
1106
|
}
|
|
1107
|
+
.border-s-0 {
|
|
1108
|
+
border-inline-start-style: var(--tw-border-style);
|
|
1109
|
+
border-inline-start-width: 0px;
|
|
1110
|
+
}
|
|
1111
|
+
.border-s-2 {
|
|
1112
|
+
border-inline-start-style: var(--tw-border-style);
|
|
1113
|
+
border-inline-start-width: 2px;
|
|
1114
|
+
}
|
|
1456
1115
|
.border-t {
|
|
1457
1116
|
border-top-style: var(--tw-border-style);
|
|
1458
1117
|
border-top-width: 1px;
|
|
@@ -1471,7 +1130,16 @@
|
|
|
1471
1130
|
.border-transparent {
|
|
1472
1131
|
border-color: transparent;
|
|
1473
1132
|
}
|
|
1474
|
-
.
|
|
1133
|
+
.border-s-blue-500\/50 {
|
|
1134
|
+
border-inline-start-color: color-mix(in oklab, var(--color-blue-500) 50%, transparent);
|
|
1135
|
+
}
|
|
1136
|
+
.border-s-orange-500\/50 {
|
|
1137
|
+
border-inline-start-color: color-mix(in oklab, var(--color-orange-500) 50%, transparent);
|
|
1138
|
+
}
|
|
1139
|
+
.border-s-red-500\/50 {
|
|
1140
|
+
border-inline-start-color: color-mix(in oklab, var(--color-red-500) 50%, transparent);
|
|
1141
|
+
}
|
|
1142
|
+
.bg-\(--shiki-light-bg\) {
|
|
1475
1143
|
background-color: var(--shiki-light-bg);
|
|
1476
1144
|
}
|
|
1477
1145
|
.bg-black\/30 {
|
|
@@ -1549,9 +1217,6 @@
|
|
|
1549
1217
|
.p-4 {
|
|
1550
1218
|
padding: calc(var(--spacing) * 4);
|
|
1551
1219
|
}
|
|
1552
|
-
.p-\[3px\] {
|
|
1553
|
-
padding: 3px;
|
|
1554
|
-
}
|
|
1555
1220
|
.px-1\.5 {
|
|
1556
1221
|
padding-inline: calc(var(--spacing) * 1.5);
|
|
1557
1222
|
}
|
|
@@ -1591,8 +1256,8 @@
|
|
|
1591
1256
|
.ps-2 {
|
|
1592
1257
|
padding-inline-start: calc(var(--spacing) * 2);
|
|
1593
1258
|
}
|
|
1594
|
-
.ps-3
|
|
1595
|
-
padding-inline-start: calc(var(--spacing) * 3
|
|
1259
|
+
.ps-3 {
|
|
1260
|
+
padding-inline-start: calc(var(--spacing) * 3);
|
|
1596
1261
|
}
|
|
1597
1262
|
.ps-6 {
|
|
1598
1263
|
padding-inline-start: calc(var(--spacing) * 6);
|
|
@@ -1600,12 +1265,15 @@
|
|
|
1600
1265
|
.ps-8 {
|
|
1601
1266
|
padding-inline-start: calc(var(--spacing) * 8);
|
|
1602
1267
|
}
|
|
1603
|
-
.
|
|
1604
|
-
padding-inline-
|
|
1268
|
+
.ps-px {
|
|
1269
|
+
padding-inline-start: 1px;
|
|
1605
1270
|
}
|
|
1606
|
-
.pe-\
|
|
1271
|
+
.pe-\(--fd-layout-offset\) {
|
|
1607
1272
|
padding-inline-end: var(--fd-layout-offset);
|
|
1608
1273
|
}
|
|
1274
|
+
.pe-4 {
|
|
1275
|
+
padding-inline-end: calc(var(--spacing) * 4);
|
|
1276
|
+
}
|
|
1609
1277
|
.pt-0 {
|
|
1610
1278
|
padding-top: calc(var(--spacing) * 0);
|
|
1611
1279
|
}
|
|
@@ -1662,9 +1330,8 @@
|
|
|
1662
1330
|
.text-\[13px\] {
|
|
1663
1331
|
font-size: 13px;
|
|
1664
1332
|
}
|
|
1665
|
-
.
|
|
1666
|
-
|
|
1667
|
-
font-weight: var(--font-weight-bold);
|
|
1333
|
+
.text-\[15px\] {
|
|
1334
|
+
font-size: 15px;
|
|
1668
1335
|
}
|
|
1669
1336
|
.font-medium {
|
|
1670
1337
|
--tw-font-weight: var(--font-weight-medium);
|
|
@@ -1695,6 +1362,9 @@
|
|
|
1695
1362
|
.text-fd-foreground {
|
|
1696
1363
|
color: var(--color-fd-foreground);
|
|
1697
1364
|
}
|
|
1365
|
+
.text-fd-foreground\/30 {
|
|
1366
|
+
color: color-mix(in oklab, var(--color-fd-foreground) 30%, transparent);
|
|
1367
|
+
}
|
|
1698
1368
|
.text-fd-muted-foreground {
|
|
1699
1369
|
color: var(--color-fd-muted-foreground);
|
|
1700
1370
|
}
|
|
@@ -1906,6 +1576,13 @@
|
|
|
1906
1576
|
}
|
|
1907
1577
|
}
|
|
1908
1578
|
}
|
|
1579
|
+
.hover\:opacity-80 {
|
|
1580
|
+
&:hover {
|
|
1581
|
+
@media (hover: hover) {
|
|
1582
|
+
opacity: 80%;
|
|
1583
|
+
}
|
|
1584
|
+
}
|
|
1585
|
+
}
|
|
1909
1586
|
.hover\:transition-none {
|
|
1910
1587
|
&:hover {
|
|
1911
1588
|
@media (hover: hover) {
|
|
@@ -2145,9 +1822,9 @@
|
|
|
2145
1822
|
position: sticky;
|
|
2146
1823
|
}
|
|
2147
1824
|
}
|
|
2148
|
-
.md\:
|
|
1825
|
+
.md\:mx-6 {
|
|
2149
1826
|
@media (width >= 48rem) {
|
|
2150
|
-
|
|
1827
|
+
margin-inline: calc(var(--spacing) * 6);
|
|
2151
1828
|
}
|
|
2152
1829
|
}
|
|
2153
1830
|
.md\:ms-auto {
|
|
@@ -2155,7 +1832,7 @@
|
|
|
2155
1832
|
margin-inline-start: auto;
|
|
2156
1833
|
}
|
|
2157
1834
|
}
|
|
2158
|
-
.md\:-me-\
|
|
1835
|
+
.md\:-me-\(--fd-sidebar-width\) {
|
|
2159
1836
|
@media (width >= 48rem) {
|
|
2160
1837
|
margin-inline-end: calc(var(--fd-sidebar-width) * -1);
|
|
2161
1838
|
}
|
|
@@ -2165,12 +1842,12 @@
|
|
|
2165
1842
|
display: none;
|
|
2166
1843
|
}
|
|
2167
1844
|
}
|
|
2168
|
-
.md\:h-\
|
|
1845
|
+
.md\:h-\(--fd-sidebar-height\) {
|
|
2169
1846
|
@media (width >= 48rem) {
|
|
2170
1847
|
height: var(--fd-sidebar-height);
|
|
2171
1848
|
}
|
|
2172
1849
|
}
|
|
2173
|
-
.md\:w-\
|
|
1850
|
+
.md\:w-\(--fd-sidebar-width\) {
|
|
2174
1851
|
@media (width >= 48rem) {
|
|
2175
1852
|
width: var(--fd-sidebar-width);
|
|
2176
1853
|
}
|
|
@@ -2208,16 +1885,31 @@
|
|
|
2208
1885
|
padding-inline: calc(var(--spacing) * 2);
|
|
2209
1886
|
}
|
|
2210
1887
|
}
|
|
1888
|
+
.md\:px-6 {
|
|
1889
|
+
@media (width >= 48rem) {
|
|
1890
|
+
padding-inline: calc(var(--spacing) * 6);
|
|
1891
|
+
}
|
|
1892
|
+
}
|
|
2211
1893
|
.md\:py-1\.5 {
|
|
2212
1894
|
@media (width >= 48rem) {
|
|
2213
1895
|
padding-block: calc(var(--spacing) * 1.5);
|
|
2214
1896
|
}
|
|
2215
1897
|
}
|
|
2216
|
-
.md\:
|
|
1898
|
+
.md\:py-3 {
|
|
1899
|
+
@media (width >= 48rem) {
|
|
1900
|
+
padding-block: calc(var(--spacing) * 3);
|
|
1901
|
+
}
|
|
1902
|
+
}
|
|
1903
|
+
.md\:ps-\(--fd-layout-offset\) {
|
|
2217
1904
|
@media (width >= 48rem) {
|
|
2218
1905
|
padding-inline-start: var(--fd-layout-offset);
|
|
2219
1906
|
}
|
|
2220
1907
|
}
|
|
1908
|
+
.md\:ps-5 {
|
|
1909
|
+
@media (width >= 48rem) {
|
|
1910
|
+
padding-inline-start: calc(var(--spacing) * 5);
|
|
1911
|
+
}
|
|
1912
|
+
}
|
|
2221
1913
|
.md\:pt-4 {
|
|
2222
1914
|
@media (width >= 48rem) {
|
|
2223
1915
|
padding-top: calc(var(--spacing) * 4);
|
|
@@ -2286,9 +1978,9 @@
|
|
|
2286
1978
|
border-width: 1px;
|
|
2287
1979
|
}
|
|
2288
1980
|
}
|
|
2289
|
-
.lg\:
|
|
1981
|
+
.lg\:\[--fd-sidebar-width\:286px\] {
|
|
2290
1982
|
@media (width >= 64rem) {
|
|
2291
|
-
|
|
1983
|
+
--fd-sidebar-width: 286px;
|
|
2292
1984
|
}
|
|
2293
1985
|
}
|
|
2294
1986
|
.xl\:mx-auto {
|
|
@@ -2301,6 +1993,11 @@
|
|
|
2301
1993
|
display: none;
|
|
2302
1994
|
}
|
|
2303
1995
|
}
|
|
1996
|
+
.xl\:px-12 {
|
|
1997
|
+
@media (width >= 80rem) {
|
|
1998
|
+
padding-inline: calc(var(--spacing) * 12);
|
|
1999
|
+
}
|
|
2000
|
+
}
|
|
2304
2001
|
.xl\:\[--fd-toc-width\:268px\] {
|
|
2305
2002
|
@media (width >= 80rem) {
|
|
2306
2003
|
--fd-toc-width: 268px;
|
|
@@ -2316,13 +2013,6 @@
|
|
|
2316
2013
|
--fd-tocnav-height: 0px;
|
|
2317
2014
|
}
|
|
2318
2015
|
}
|
|
2319
|
-
.xl\:md\:\[--fd-sidebar-width\:286px\] {
|
|
2320
|
-
@media (width >= 80rem) {
|
|
2321
|
-
@media (width >= 48rem) {
|
|
2322
|
-
--fd-sidebar-width: 286px;
|
|
2323
|
-
}
|
|
2324
|
-
}
|
|
2325
|
-
}
|
|
2326
2016
|
.rtl\:-scale-x-100 {
|
|
2327
2017
|
&:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
|
|
2328
2018
|
--tw-scale-x: calc(100% * -1);
|
|
@@ -2334,7 +2024,7 @@
|
|
|
2334
2024
|
rotate: 180deg;
|
|
2335
2025
|
}
|
|
2336
2026
|
}
|
|
2337
|
-
.rtl\:md\:translate-x-\
|
|
2027
|
+
.rtl\:md\:translate-x-\(--fd-sidebar-offset\) {
|
|
2338
2028
|
&:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
|
|
2339
2029
|
@media (width >= 48rem) {
|
|
2340
2030
|
--tw-translate-x: var(--fd-sidebar-offset);
|
|
@@ -2342,7 +2032,7 @@
|
|
|
2342
2032
|
}
|
|
2343
2033
|
}
|
|
2344
2034
|
}
|
|
2345
|
-
.dark\:bg-\
|
|
2035
|
+
.dark\:bg-\(--shiki-dark-bg\) {
|
|
2346
2036
|
&:where(.dark, .dark *) {
|
|
2347
2037
|
background-color: var(--shiki-dark-bg);
|
|
2348
2038
|
}
|
|
@@ -2359,6 +2049,12 @@
|
|
|
2359
2049
|
height: calc(var(--spacing) * 4);
|
|
2360
2050
|
}
|
|
2361
2051
|
}
|
|
2052
|
+
.\[\&_svg\]\:size-4\.5 {
|
|
2053
|
+
& svg {
|
|
2054
|
+
width: calc(var(--spacing) * 4.5);
|
|
2055
|
+
height: calc(var(--spacing) * 4.5);
|
|
2056
|
+
}
|
|
2057
|
+
}
|
|
2362
2058
|
.\[\&_svg\]\:size-5 {
|
|
2363
2059
|
& svg {
|
|
2364
2060
|
width: calc(var(--spacing) * 5);
|
|
@@ -2370,6 +2066,14 @@
|
|
|
2370
2066
|
flex-shrink: 0;
|
|
2371
2067
|
}
|
|
2372
2068
|
}
|
|
2069
|
+
.md\:\[\&_svg\]\:size-4\.5 {
|
|
2070
|
+
@media (width >= 48rem) {
|
|
2071
|
+
& svg {
|
|
2072
|
+
width: calc(var(--spacing) * 4.5);
|
|
2073
|
+
height: calc(var(--spacing) * 4.5);
|
|
2074
|
+
}
|
|
2075
|
+
}
|
|
2076
|
+
}
|
|
2373
2077
|
.\[\&\>figure\:only-child\]\:-m-4 {
|
|
2374
2078
|
&>figure:only-child {
|
|
2375
2079
|
margin: calc(var(--spacing) * -4);
|
|
@@ -2473,6 +2177,37 @@
|
|
|
2473
2177
|
background-color: var(--color-fd-background);
|
|
2474
2178
|
}
|
|
2475
2179
|
}
|
|
2180
|
+
@layer utilities {
|
|
2181
|
+
.fd-steps {
|
|
2182
|
+
counter-reset: step;
|
|
2183
|
+
border-left-width: 1px;
|
|
2184
|
+
margin-left: 1rem;
|
|
2185
|
+
padding-left: 1.75rem;
|
|
2186
|
+
position: relative;
|
|
2187
|
+
}
|
|
2188
|
+
.fd-step:before {
|
|
2189
|
+
background-color: var(--color-fd-secondary);
|
|
2190
|
+
color: var(--color-fd-secondary-foreground);
|
|
2191
|
+
content: counter(step);
|
|
2192
|
+
counter-increment: step;
|
|
2193
|
+
border-radius: 9999px;
|
|
2194
|
+
justify-content: center;
|
|
2195
|
+
align-items: center;
|
|
2196
|
+
width: 2rem;
|
|
2197
|
+
height: 2rem;
|
|
2198
|
+
font-size: 0.875rem;
|
|
2199
|
+
line-height: 1.25rem;
|
|
2200
|
+
display: flex;
|
|
2201
|
+
position: absolute;
|
|
2202
|
+
left: -1rem;
|
|
2203
|
+
}
|
|
2204
|
+
.prose-no-margin > :first-child {
|
|
2205
|
+
margin-top: 0;
|
|
2206
|
+
}
|
|
2207
|
+
.prose-no-margin > :last-child {
|
|
2208
|
+
margin-bottom: 0;
|
|
2209
|
+
}
|
|
2210
|
+
}
|
|
2476
2211
|
@layer base {
|
|
2477
2212
|
body {
|
|
2478
2213
|
display: flex;
|
|
@@ -2483,46 +2218,11 @@
|
|
|
2483
2218
|
cursor: pointer;
|
|
2484
2219
|
}
|
|
2485
2220
|
}
|
|
2486
|
-
@layer base {
|
|
2487
|
-
:root {
|
|
2488
|
-
--fd-sidebar-width: 0px;
|
|
2489
|
-
--fd-toc-width: 0px;
|
|
2490
|
-
--fd-layout-width: 100vw;
|
|
2491
|
-
--fd-banner-height: 0px;
|
|
2492
|
-
--fd-nav-height: 0px;
|
|
2493
|
-
--fd-tocnav-height: 0px;
|
|
2494
|
-
--fd-diff-remove-color: rgba(200,10,100,0.12);
|
|
2495
|
-
--fd-diff-remove-symbol-color: rgb(230,10,100);
|
|
2496
|
-
--fd-diff-add-color: rgba(14,180,100,0.12);
|
|
2497
|
-
--fd-diff-add-symbol-color: rgb(10,200,100);
|
|
2498
|
-
}
|
|
2499
|
-
}
|
|
2500
2221
|
@keyframes spin {
|
|
2501
2222
|
to {
|
|
2502
2223
|
transform: rotate(360deg);
|
|
2503
2224
|
}
|
|
2504
2225
|
}
|
|
2505
|
-
@keyframes ping {
|
|
2506
|
-
75%, 100% {
|
|
2507
|
-
transform: scale(2);
|
|
2508
|
-
opacity: 0;
|
|
2509
|
-
}
|
|
2510
|
-
}
|
|
2511
|
-
@keyframes pulse {
|
|
2512
|
-
50% {
|
|
2513
|
-
opacity: 0.5;
|
|
2514
|
-
}
|
|
2515
|
-
}
|
|
2516
|
-
@keyframes bounce {
|
|
2517
|
-
0%, 100% {
|
|
2518
|
-
transform: translateY(-25%);
|
|
2519
|
-
animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
|
|
2520
|
-
}
|
|
2521
|
-
50% {
|
|
2522
|
-
transform: none;
|
|
2523
|
-
animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
2524
|
-
}
|
|
2525
|
-
}
|
|
2526
2226
|
@keyframes fd-collapsible-down {
|
|
2527
2227
|
from {
|
|
2528
2228
|
height: 0;
|