radiant-docs 0.1.58 → 0.1.60
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/package.json +1 -1
- package/template/astro.config.mjs +24 -2
- package/template/package-lock.json +216 -513
- package/template/package.json +13 -3
- package/template/scripts/generate-og-images.mjs +338 -6
- package/template/scripts/generate-og-metadata.mjs +29 -0
- package/template/src/components/Footer.astro +1 -1
- package/template/src/components/Header.astro +6 -13
- package/template/src/components/MdxPage.astro +3 -1
- package/template/src/components/OpenApiPage.astro +26 -832
- package/template/src/components/Sidebar.astro +1 -1
- package/template/src/components/SidebarGroup.astro +1 -1
- package/template/src/components/ThemeSwitcher.astro +5 -15
- package/template/src/components/chat/AssistantEmbedPanel.tsx +1 -1
- package/template/src/components/chat/AssistantEmbedPanelPage.astro +15 -2
- package/template/src/components/endpoint/PlaygroundButton.astro +1 -1
- package/template/src/components/endpoint/PlaygroundField.astro +1 -1
- package/template/src/components/endpoint/PlaygroundForm.astro +9 -5
- package/template/src/components/endpoint/ResponseFields.astro +3 -3
- package/template/src/components/ui/Field.astro +4 -4
- package/template/src/components/user/Callout.astro +2 -2
- package/template/src/components/user/Card.astro +2 -2
- package/template/src/components/user/Step.astro +3 -1
- package/template/src/layouts/Layout.astro +21 -46
- package/template/src/lib/ai-artifacts.ts +792 -0
- package/template/src/lib/font-css.ts +376 -0
- package/template/src/lib/mdx/remark-resolve-internal-links.ts +22 -8
- package/template/src/lib/oas.ts +5 -1
- package/template/src/lib/openapi/operation-doc.ts +1150 -0
- package/template/src/lib/page-description.ts +20 -0
- package/template/src/lib/routes.ts +73 -18
- package/template/src/pages/-/fonts/[...font].ts +50 -0
- package/template/src/pages/404.astro +2 -2
- package/template/src/pages/[...slug]/index.md.ts +35 -0
- package/template/src/pages/[...spec].json.ts +33 -0
- package/template/src/pages/[...spec].yaml.ts +33 -0
- package/template/src/pages/[...spec].yml.ts +33 -0
- package/template/src/pages/index.md.ts +17 -0
- package/template/src/pages/llms-full.txt.ts +11 -0
- package/template/src/pages/llms.txt.ts +11 -0
- package/template/src/styles/global.css +32 -7
- package/template/src/assets/fonts/geist-mono/cyrillic.woff2 +0 -0
- package/template/src/assets/fonts/geist-mono/latin-ext.woff2 +0 -0
- package/template/src/assets/fonts/geist-mono/latin.woff2 +0 -0
- package/template/src/assets/fonts/google-sans-flex/canadian-aboriginal.woff2 +0 -0
- package/template/src/assets/fonts/google-sans-flex/cherokee.woff2 +0 -0
- package/template/src/assets/fonts/google-sans-flex/latin-ext.woff2 +0 -0
- package/template/src/assets/fonts/google-sans-flex/latin.woff2 +0 -0
- package/template/src/assets/fonts/google-sans-flex/math.woff2 +0 -0
- package/template/src/assets/fonts/google-sans-flex/nushu.woff2 +0 -0
- package/template/src/assets/fonts/google-sans-flex/symbols.woff2 +0 -0
- package/template/src/assets/fonts/google-sans-flex/syriac.woff2 +0 -0
- package/template/src/assets/fonts/google-sans-flex/tifinagh.woff2 +0 -0
- package/template/src/assets/fonts/google-sans-flex/vietnamese.woff2 +0 -0
- package/template/src/styles/geist-mono.css +0 -33
- package/template/src/styles/google-sans-flex.css +0 -143
- package/template/src/styles/vaul.css +0 -255
|
@@ -1,143 +0,0 @@
|
|
|
1
|
-
/* google-sans-flex-canadian-aboriginal */
|
|
2
|
-
@font-face {
|
|
3
|
-
font-family: "Google Sans Flex";
|
|
4
|
-
font-style: normal;
|
|
5
|
-
font-weight: 1 1000;
|
|
6
|
-
font-stretch: 100%;
|
|
7
|
-
font-display: swap;
|
|
8
|
-
src: url("../assets/fonts/google-sans-flex/canadian-aboriginal.woff2") format("woff2");
|
|
9
|
-
unicode-range: U+02C7, U+02D8-02D9, U+02DB, U+0307, U+1400-167F, U+18B0-18F5, U+25CC, U+11AB0-11ABF;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
/* google-sans-flex-cherokee */
|
|
13
|
-
@font-face {
|
|
14
|
-
font-family: "Google Sans Flex";
|
|
15
|
-
font-style: normal;
|
|
16
|
-
font-weight: 1 1000;
|
|
17
|
-
font-stretch: 100%;
|
|
18
|
-
font-display: swap;
|
|
19
|
-
src: url("../assets/fonts/google-sans-flex/cherokee.woff2") format("woff2");
|
|
20
|
-
unicode-range: U+0300-0302, U+0304, U+030B-030C, U+0323-0324, U+0330-0331, U+13A0-13FF, U+AB70-ABBF;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
/* google-sans-flex-math */
|
|
24
|
-
@font-face {
|
|
25
|
-
font-family: "Google Sans Flex";
|
|
26
|
-
font-style: normal;
|
|
27
|
-
font-weight: 1 1000;
|
|
28
|
-
font-stretch: 100%;
|
|
29
|
-
font-display: swap;
|
|
30
|
-
src: url("../assets/fonts/google-sans-flex/math.woff2") format("woff2");
|
|
31
|
-
unicode-range:
|
|
32
|
-
U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330,
|
|
33
|
-
U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1,
|
|
34
|
-
U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047,
|
|
35
|
-
U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF,
|
|
36
|
-
U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5,
|
|
37
|
-
U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321,
|
|
38
|
-
U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7,
|
|
39
|
-
U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11,
|
|
40
|
-
U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
/* google-sans-flex-nushu */
|
|
44
|
-
@font-face {
|
|
45
|
-
font-family: "Google Sans Flex";
|
|
46
|
-
font-style: normal;
|
|
47
|
-
font-weight: 1 1000;
|
|
48
|
-
font-stretch: 100%;
|
|
49
|
-
font-display: swap;
|
|
50
|
-
src: url("../assets/fonts/google-sans-flex/nushu.woff2") format("woff2");
|
|
51
|
-
unicode-range: U+2003, U+3000, U+3002, U+4E00, U+FE12, U+16FE1, U+1B170-1B2FB;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
/* google-sans-flex-symbols */
|
|
55
|
-
@font-face {
|
|
56
|
-
font-family: "Google Sans Flex";
|
|
57
|
-
font-style: normal;
|
|
58
|
-
font-weight: 1 1000;
|
|
59
|
-
font-stretch: 100%;
|
|
60
|
-
font-display: swap;
|
|
61
|
-
src: url("../assets/fonts/google-sans-flex/symbols.woff2") format("woff2");
|
|
62
|
-
unicode-range:
|
|
63
|
-
U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192,
|
|
64
|
-
U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A,
|
|
65
|
-
U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF,
|
|
66
|
-
U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E,
|
|
67
|
-
U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315,
|
|
68
|
-
U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8,
|
|
69
|
-
U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3,
|
|
70
|
-
U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449,
|
|
71
|
-
U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF,
|
|
72
|
-
U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB,
|
|
73
|
-
U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610,
|
|
74
|
-
U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC,
|
|
75
|
-
U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF,
|
|
76
|
-
U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB,
|
|
77
|
-
U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F,
|
|
78
|
-
U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
/* google-sans-flex-syriac */
|
|
82
|
-
@font-face {
|
|
83
|
-
font-family: "Google Sans Flex";
|
|
84
|
-
font-style: normal;
|
|
85
|
-
font-weight: 1 1000;
|
|
86
|
-
font-stretch: 100%;
|
|
87
|
-
font-display: swap;
|
|
88
|
-
src: url("../assets/fonts/google-sans-flex/syriac.woff2") format("woff2");
|
|
89
|
-
unicode-range:
|
|
90
|
-
U+0303-0304, U+0307-0308, U+030A, U+0320, U+0323-0325, U+032D-032E, U+0330-0331, U+060C, U+061B-061C,
|
|
91
|
-
U+061F, U+0621, U+0640, U+064B-0655, U+0660-066C, U+0670, U+0700-074F, U+0860-086A, U+1DF8, U+1DFA,
|
|
92
|
-
U+200C-200F, U+25CC, U+2670-2671;
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
/* google-sans-flex-tifinagh */
|
|
96
|
-
@font-face {
|
|
97
|
-
font-family: "Google Sans Flex";
|
|
98
|
-
font-style: normal;
|
|
99
|
-
font-weight: 1 1000;
|
|
100
|
-
font-stretch: 100%;
|
|
101
|
-
font-display: swap;
|
|
102
|
-
src: url("../assets/fonts/google-sans-flex/tifinagh.woff2") format("woff2");
|
|
103
|
-
unicode-range: U+02C7, U+0301-0302, U+0304, U+0306-0307, U+0309, U+0323, U+0331, U+200C-200D, U+202E, U+25CC, U+2D30-2D7F;
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
/* google-sans-flex-vietnamese */
|
|
107
|
-
@font-face {
|
|
108
|
-
font-family: "Google Sans Flex";
|
|
109
|
-
font-style: normal;
|
|
110
|
-
font-weight: 1 1000;
|
|
111
|
-
font-stretch: 100%;
|
|
112
|
-
font-display: swap;
|
|
113
|
-
src: url("../assets/fonts/google-sans-flex/vietnamese.woff2") format("woff2");
|
|
114
|
-
unicode-range:
|
|
115
|
-
U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304,
|
|
116
|
-
U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
/* google-sans-flex-latin-ext */
|
|
120
|
-
@font-face {
|
|
121
|
-
font-family: "Google Sans Flex";
|
|
122
|
-
font-style: normal;
|
|
123
|
-
font-weight: 1 1000;
|
|
124
|
-
font-stretch: 100%;
|
|
125
|
-
font-display: swap;
|
|
126
|
-
src: url("../assets/fonts/google-sans-flex/latin-ext.woff2") format("woff2");
|
|
127
|
-
unicode-range:
|
|
128
|
-
U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF,
|
|
129
|
-
U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
/* google-sans-flex-latin */
|
|
133
|
-
@font-face {
|
|
134
|
-
font-family: "Google Sans Flex";
|
|
135
|
-
font-style: normal;
|
|
136
|
-
font-weight: 1 1000;
|
|
137
|
-
font-stretch: 100%;
|
|
138
|
-
font-display: swap;
|
|
139
|
-
src: url("../assets/fonts/google-sans-flex/latin.woff2") format("woff2");
|
|
140
|
-
unicode-range:
|
|
141
|
-
U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329,
|
|
142
|
-
U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
143
|
-
}
|
|
@@ -1,255 +0,0 @@
|
|
|
1
|
-
[data-vaul-drawer] {
|
|
2
|
-
touch-action: none;
|
|
3
|
-
will-change: transform;
|
|
4
|
-
transition: transform 0.5s cubic-bezier(0.32, 0.72, 0, 1);
|
|
5
|
-
animation-duration: 0.5s;
|
|
6
|
-
animation-timing-function: cubic-bezier(0.32, 0.72, 0, 1);
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
[data-vaul-drawer][data-vaul-snap-points="false"][data-vaul-drawer-direction="bottom"][data-state="open"] {
|
|
10
|
-
animation-name: slideFromBottom;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
[data-vaul-drawer][data-vaul-snap-points="false"][data-vaul-drawer-direction="bottom"][data-state="closed"] {
|
|
14
|
-
animation-name: slideToBottom;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
[data-vaul-drawer][data-vaul-snap-points="false"][data-vaul-drawer-direction="top"][data-state="open"] {
|
|
18
|
-
animation-name: slideFromTop;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
[data-vaul-drawer][data-vaul-snap-points="false"][data-vaul-drawer-direction="top"][data-state="closed"] {
|
|
22
|
-
animation-name: slideToTop;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
[data-vaul-drawer][data-vaul-snap-points="false"][data-vaul-drawer-direction="left"][data-state="open"] {
|
|
26
|
-
animation-name: slideFromLeft;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
[data-vaul-drawer][data-vaul-snap-points="false"][data-vaul-drawer-direction="left"][data-state="closed"] {
|
|
30
|
-
animation-name: slideToLeft;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
[data-vaul-drawer][data-vaul-snap-points="false"][data-vaul-drawer-direction="right"][data-state="open"] {
|
|
34
|
-
animation-name: slideFromRight;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
[data-vaul-drawer][data-vaul-snap-points="false"][data-vaul-drawer-direction="right"][data-state="closed"] {
|
|
38
|
-
animation-name: slideToRight;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
[data-vaul-drawer][data-vaul-snap-points="true"][data-vaul-drawer-direction="bottom"] {
|
|
42
|
-
transform: translate3d(0, var(--initial-transform, 100%), 0);
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
[data-vaul-drawer][data-vaul-snap-points="true"][data-vaul-drawer-direction="top"] {
|
|
46
|
-
transform: translate3d(0, calc(var(--initial-transform, 100%) * -1), 0);
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
[data-vaul-drawer][data-vaul-snap-points="true"][data-vaul-drawer-direction="left"] {
|
|
50
|
-
transform: translate3d(calc(var(--initial-transform, 100%) * -1), 0, 0);
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
[data-vaul-drawer][data-vaul-snap-points="true"][data-vaul-drawer-direction="right"] {
|
|
54
|
-
transform: translate3d(var(--initial-transform, 100%), 0, 0);
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
[data-vaul-drawer][data-vaul-delayed-snap-points="true"][data-vaul-drawer-direction="top"] {
|
|
58
|
-
transform: translate3d(0, var(--snap-point-height, 0), 0);
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
[data-vaul-drawer][data-vaul-delayed-snap-points="true"][data-vaul-drawer-direction="bottom"] {
|
|
62
|
-
transform: translate3d(0, var(--snap-point-height, 0), 0);
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
[data-vaul-drawer][data-vaul-delayed-snap-points="true"][data-vaul-drawer-direction="left"] {
|
|
66
|
-
transform: translate3d(var(--snap-point-height, 0), 0, 0);
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
[data-vaul-drawer][data-vaul-delayed-snap-points="true"][data-vaul-drawer-direction="right"] {
|
|
70
|
-
transform: translate3d(var(--snap-point-height, 0), 0, 0);
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
[data-vaul-overlay][data-vaul-snap-points="false"] {
|
|
74
|
-
animation-duration: 0.5s;
|
|
75
|
-
animation-timing-function: cubic-bezier(0.32, 0.72, 0, 1);
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
[data-vaul-overlay][data-vaul-snap-points="false"][data-state="open"] {
|
|
79
|
-
animation-name: fadeIn;
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
[data-vaul-overlay][data-state="closed"] {
|
|
83
|
-
animation-name: fadeOut;
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
[data-vaul-animate="false"] {
|
|
87
|
-
animation: none !important;
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
[data-vaul-overlay][data-vaul-snap-points="true"] {
|
|
91
|
-
opacity: 0;
|
|
92
|
-
transition: opacity 0.5s cubic-bezier(0.32, 0.72, 0, 1);
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
[data-vaul-overlay][data-vaul-snap-points="true"] {
|
|
96
|
-
opacity: 1;
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
[data-vaul-drawer]:not([data-vaul-custom-container="true"])::after {
|
|
100
|
-
content: "";
|
|
101
|
-
position: absolute;
|
|
102
|
-
background: inherit;
|
|
103
|
-
background-color: inherit;
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
[data-vaul-drawer][data-vaul-drawer-direction="top"]::after {
|
|
107
|
-
top: initial;
|
|
108
|
-
bottom: 100%;
|
|
109
|
-
left: 0;
|
|
110
|
-
right: 0;
|
|
111
|
-
height: 200%;
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
[data-vaul-drawer][data-vaul-drawer-direction="bottom"]::after {
|
|
115
|
-
top: 100%;
|
|
116
|
-
bottom: initial;
|
|
117
|
-
left: 0;
|
|
118
|
-
right: 0;
|
|
119
|
-
height: 200%;
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
[data-vaul-drawer][data-vaul-drawer-direction="left"]::after {
|
|
123
|
-
left: initial;
|
|
124
|
-
right: 100%;
|
|
125
|
-
top: 0;
|
|
126
|
-
bottom: 0;
|
|
127
|
-
width: 200%;
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
[data-vaul-drawer][data-vaul-drawer-direction="right"]::after {
|
|
131
|
-
left: 100%;
|
|
132
|
-
right: initial;
|
|
133
|
-
top: 0;
|
|
134
|
-
bottom: 0;
|
|
135
|
-
width: 200%;
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
[data-vaul-overlay][data-vaul-snap-points="true"]:not([data-vaul-snap-points-overlay="true"]):not(
|
|
139
|
-
[data-state="closed"]
|
|
140
|
-
) {
|
|
141
|
-
opacity: 0;
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
[data-vaul-overlay][data-vaul-snap-points-overlay="true"] {
|
|
145
|
-
opacity: 1;
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
[data-vaul-handle] {
|
|
149
|
-
display: block;
|
|
150
|
-
position: relative;
|
|
151
|
-
opacity: 0.7;
|
|
152
|
-
background: #e2e2e4;
|
|
153
|
-
margin-left: auto;
|
|
154
|
-
margin-right: auto;
|
|
155
|
-
height: 5px;
|
|
156
|
-
width: 32px;
|
|
157
|
-
border-radius: 1rem;
|
|
158
|
-
touch-action: pan-y;
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
[data-vaul-handle]:hover,
|
|
162
|
-
[data-vaul-handle]:active {
|
|
163
|
-
opacity: 1;
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
[data-vaul-handle-hitarea] {
|
|
167
|
-
position: absolute;
|
|
168
|
-
left: 50%;
|
|
169
|
-
top: 50%;
|
|
170
|
-
transform: translate(-50%, -50%);
|
|
171
|
-
width: max(100%, 2.75rem);
|
|
172
|
-
height: max(100%, 2.75rem);
|
|
173
|
-
touch-action: inherit;
|
|
174
|
-
}
|
|
175
|
-
|
|
176
|
-
@media (hover: hover) and (pointer: fine) {
|
|
177
|
-
[data-vaul-drawer] {
|
|
178
|
-
user-select: none;
|
|
179
|
-
}
|
|
180
|
-
}
|
|
181
|
-
|
|
182
|
-
@keyframes fadeIn {
|
|
183
|
-
from {
|
|
184
|
-
opacity: 0;
|
|
185
|
-
}
|
|
186
|
-
to {
|
|
187
|
-
opacity: 1;
|
|
188
|
-
}
|
|
189
|
-
}
|
|
190
|
-
|
|
191
|
-
@keyframes fadeOut {
|
|
192
|
-
to {
|
|
193
|
-
opacity: 0;
|
|
194
|
-
}
|
|
195
|
-
}
|
|
196
|
-
|
|
197
|
-
@keyframes slideFromBottom {
|
|
198
|
-
from {
|
|
199
|
-
transform: translate3d(0, var(--initial-transform, 100%), 0);
|
|
200
|
-
}
|
|
201
|
-
to {
|
|
202
|
-
transform: translate3d(0, 0, 0);
|
|
203
|
-
}
|
|
204
|
-
}
|
|
205
|
-
|
|
206
|
-
@keyframes slideToBottom {
|
|
207
|
-
to {
|
|
208
|
-
transform: translate3d(0, var(--initial-transform, 100%), 0);
|
|
209
|
-
}
|
|
210
|
-
}
|
|
211
|
-
|
|
212
|
-
@keyframes slideFromTop {
|
|
213
|
-
from {
|
|
214
|
-
transform: translate3d(0, calc(var(--initial-transform, 100%) * -1), 0);
|
|
215
|
-
}
|
|
216
|
-
to {
|
|
217
|
-
transform: translate3d(0, 0, 0);
|
|
218
|
-
}
|
|
219
|
-
}
|
|
220
|
-
|
|
221
|
-
@keyframes slideToTop {
|
|
222
|
-
to {
|
|
223
|
-
transform: translate3d(0, calc(var(--initial-transform, 100%) * -1), 0);
|
|
224
|
-
}
|
|
225
|
-
}
|
|
226
|
-
|
|
227
|
-
@keyframes slideFromLeft {
|
|
228
|
-
from {
|
|
229
|
-
transform: translate3d(calc(var(--initial-transform, 100%) * -1), 0, 0);
|
|
230
|
-
}
|
|
231
|
-
to {
|
|
232
|
-
transform: translate3d(0, 0, 0);
|
|
233
|
-
}
|
|
234
|
-
}
|
|
235
|
-
|
|
236
|
-
@keyframes slideToLeft {
|
|
237
|
-
to {
|
|
238
|
-
transform: translate3d(calc(var(--initial-transform, 100%) * -1), 0, 0);
|
|
239
|
-
}
|
|
240
|
-
}
|
|
241
|
-
|
|
242
|
-
@keyframes slideFromRight {
|
|
243
|
-
from {
|
|
244
|
-
transform: translate3d(var(--initial-transform, 100%), 0, 0);
|
|
245
|
-
}
|
|
246
|
-
to {
|
|
247
|
-
transform: translate3d(0, 0, 0);
|
|
248
|
-
}
|
|
249
|
-
}
|
|
250
|
-
|
|
251
|
-
@keyframes slideToRight {
|
|
252
|
-
to {
|
|
253
|
-
transform: translate3d(var(--initial-transform, 100%), 0, 0);
|
|
254
|
-
}
|
|
255
|
-
}
|