Skip to content

Commit 5bff503

Browse files
committed
fix: fmt
1 parent 5c41b0e commit 5bff503

File tree

4 files changed

+349
-5
lines changed

4 files changed

+349
-5
lines changed

.bmp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
version: 0.7.0
2-
commit: 'chore: bump to v%.%.%'
2+
commit: "chore: bump to v%.%.%"
33
files:
44
README.md: Cell v%.%.%
55
mod.ts: Cell v%.%.%

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v4
12-
- uses: denoland/setup-deno@v1
12+
- uses: denoland/setup-deno@v2
1313
with:
1414
deno-version: rc
1515
- run: deno fmt --check

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@ jobs:
1111
id-token: write
1212
steps:
1313
- uses: actions/checkout@v4
14-
- uses: denoland/setup-deno@v1
14+
- uses: denoland/setup-deno@v2
1515
with:
1616
deno-version: rc
1717
- run: deno task test
1818
- run: git status
1919
- run: deno publish
20-

docs/style.css

Lines changed: 346 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,346 @@
1-
button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;margin:0;padding:0;line-height:inherit;color:inherit}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}html{line-height:1.5;-webkit-text-size-adjust:100%;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"}table{text-indent:0;border-color:inherit;border-collapse:collapse}hr{height:0;color:inherit;border-top-width:1px}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}button{background-color:transparent;background-image:none}body{font-family:inherit;line-height:inherit}*,::before,::after{box-sizing:border-box;border:0 solid #e5e7eb}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}::-moz-focus-inner{border-style:none;padding:0}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}pre,code,kbd,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}body,blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre,fieldset,ol,ul{margin:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}fieldset,ol,ul,legend{padding:0}textarea{resize:vertical}button,[role="button"]{cursor:pointer}:-moz-focusring{outline:1px dotted ButtonText}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}summary{display:list-item}:root{-moz-tab-size:4;tab-size:4}ol,ul{list-style:none}img{border-style:solid}button,select{text-transform:none}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}sub{bottom:-0.25em}sup{top:-0.5em}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}::-webkit-search-decoration{-webkit-appearance:none}*{--tw-shadow:0 0 transparent}.text-gray-700{--tw-text-opacity:1;color:#374151;color:rgba(55,65,81,var(--tw-text-opacity))}.text-blue-800{--tw-text-opacity:1;color:#1e40af;color:rgba(30,64,175,var(--tw-text-opacity))}.text-gray-100{--tw-text-opacity:1;color:#f3f4f6;color:rgba(243,244,246,var(--tw-text-opacity))}.text-purple-800{--tw-text-opacity:1;color:#5b21b6;color:rgba(91,33,182,var(--tw-text-opacity))}.px-2{padding-left:0.5rem;padding-right:0.5rem}.text-2xl{font-size:1.5rem;line-height:2rem}.bg-blue-50{--tw-bg-opacity:1;background-color:#eff6ff;background-color:rgba(239,246,255,var(--tw-bg-opacity))}.px-1{padding-left:0.25rem;padding-right:0.25rem}.py-0{padding-bottom:0px;padding-top:0px}.text-lg{font-size:1.125rem;line-height:1.75rem}.shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);box-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)}.bg-gray-800{--tw-bg-opacity:1;background-color:#1f2937;background-color:rgba(31,41,55,var(--tw-bg-opacity))}.-mx-2{margin-left:calc(0.5rem * -1);margin-right:calc(0.5rem * -1)}.my-10{margin-bottom:2.5rem;margin-top:2.5rem}.bg-purple-50{--tw-bg-opacity:1;background-color:#f5f3ff;background-color:rgba(245,243,255,var(--tw-bg-opacity))}.my-3{margin-bottom:0.75rem;margin-top:0.75rem}.py-10{padding-bottom:2.5rem;padding-top:2.5rem}.m-auto{margin:auto}.flex{display:flex}.gap-2{grid-gap:0.5rem;gap:0.5rem}.w-7{width:1.75rem}.h-7{height:1.75rem}.p-5{padding:1.25rem}.p-2{padding:0.5rem}.m-2{margin:0.5rem}.max-w-screen-lg{max-width:1024px}.font-semibold{font-weight:600}.mt-20{margin-top:5rem}.items-center{align-items:center}.mt-4{margin-top:1rem}.underline{-webkit-text-decoration:underline;text-decoration:underline}.font-medium{font-weight:500}.border{border-width:1px}.mt-10{margin-top:2.5rem}.mt-1{margin-top:0.25rem}.overflow-x-scroll{overflow-x:scroll}.mt-5{margin-top:1.25rem}.justify-center{justify-content:center}.rounded{border-radius:0.25rem}.rounded-lg{border-radius:0.5rem}@media (min-width:1024px){.lg\:mx-2{margin-left:0.5rem;margin-right:0.5rem}}@media (min-width:1024px){.lg\:rounded-lg{border-radius:0.5rem}}
1+
button, input, optgroup, select, textarea {
2+
font-family: inherit;
3+
font-size: 100%;
4+
margin: 0;
5+
padding: 0;
6+
line-height: inherit;
7+
color: inherit;
8+
}
9+
sub, sup {
10+
font-size: 75%;
11+
line-height: 0;
12+
position: relative;
13+
vertical-align: baseline;
14+
}
15+
html {
16+
line-height: 1.5;
17+
-webkit-text-size-adjust: 100%;
18+
font-family:
19+
ui-sans-serif,
20+
system-ui,
21+
-apple-system,
22+
BlinkMacSystemFont,
23+
"Segoe UI",
24+
Roboto,
25+
"Helvetica Neue",
26+
Arial,
27+
"Noto Sans",
28+
sans-serif,
29+
"Apple Color Emoji",
30+
"Segoe UI Emoji",
31+
"Segoe UI Symbol",
32+
"Noto Color Emoji";
33+
}
34+
table {
35+
text-indent: 0;
36+
border-color: inherit;
37+
border-collapse: collapse;
38+
}
39+
hr {
40+
height: 0;
41+
color: inherit;
42+
border-top-width: 1px;
43+
}
44+
input::placeholder, textarea::placeholder {
45+
opacity: 1;
46+
color: #9ca3af;
47+
}
48+
::-webkit-file-upload-button {
49+
-webkit-appearance: button;
50+
font: inherit;
51+
}
52+
button {
53+
background-color: transparent;
54+
background-image: none;
55+
}
56+
body {
57+
font-family: inherit;
58+
line-height: inherit;
59+
}
60+
*, ::before, ::after {
61+
box-sizing: border-box;
62+
border: 0 solid #e5e7eb;
63+
}
64+
h1, h2, h3, h4, h5, h6 {
65+
font-size: inherit;
66+
font-weight: inherit;
67+
}
68+
a {
69+
color: inherit;
70+
-webkit-text-decoration: inherit;
71+
text-decoration: inherit;
72+
}
73+
::-moz-focus-inner {
74+
border-style: none;
75+
padding: 0;
76+
}
77+
[type="search"] {
78+
-webkit-appearance: textfield;
79+
outline-offset: -2px;
80+
}
81+
pre, code, kbd, samp {
82+
font-family:
83+
ui-monospace,
84+
SFMono-Regular,
85+
Menlo,
86+
Monaco,
87+
Consolas,
88+
"Liberation Mono",
89+
"Courier New",
90+
monospace;
91+
font-size: 1em;
92+
}
93+
img, svg, video, canvas, audio, iframe, embed, object {
94+
display: block;
95+
vertical-align: middle;
96+
}
97+
img, video {
98+
max-width: 100%;
99+
height: auto;
100+
}
101+
body,
102+
blockquote,
103+
dl,
104+
dd,
105+
h1,
106+
h2,
107+
h3,
108+
h4,
109+
h5,
110+
h6,
111+
hr,
112+
figure,
113+
p,
114+
pre,
115+
fieldset,
116+
ol,
117+
ul {
118+
margin: 0;
119+
}
120+
button:focus {
121+
outline: 1px dotted;
122+
outline: 5px auto -webkit-focus-ring-color;
123+
}
124+
fieldset, ol, ul, legend {
125+
padding: 0;
126+
}
127+
textarea {
128+
resize: vertical;
129+
}
130+
button, [role="button"] {
131+
cursor: pointer;
132+
}
133+
:-moz-focusring {
134+
outline: 1px dotted ButtonText;
135+
}
136+
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
137+
height: auto;
138+
}
139+
summary {
140+
display: list-item;
141+
}
142+
:root {
143+
-moz-tab-size: 4;
144+
tab-size: 4;
145+
}
146+
ol, ul {
147+
list-style: none;
148+
}
149+
img {
150+
border-style: solid;
151+
}
152+
button, select {
153+
text-transform: none;
154+
}
155+
:-moz-ui-invalid {
156+
box-shadow: none;
157+
}
158+
progress {
159+
vertical-align: baseline;
160+
}
161+
abbr[title] {
162+
-webkit-text-decoration: underline dotted;
163+
text-decoration: underline dotted;
164+
}
165+
b, strong {
166+
font-weight: bolder;
167+
}
168+
sub {
169+
bottom: -0.25em;
170+
}
171+
sup {
172+
top: -0.5em;
173+
}
174+
button, [type="button"], [type="reset"], [type="submit"] {
175+
-webkit-appearance: button;
176+
}
177+
::-webkit-search-decoration {
178+
-webkit-appearance: none;
179+
}
180+
* {
181+
--tw-shadow: 0 0 transparent;
182+
}
183+
.text-gray-700 {
184+
--tw-text-opacity: 1;
185+
color: #374151;
186+
color: rgba(55, 65, 81, var(--tw-text-opacity));
187+
}
188+
.text-blue-800 {
189+
--tw-text-opacity: 1;
190+
color: #1e40af;
191+
color: rgba(30, 64, 175, var(--tw-text-opacity));
192+
}
193+
.text-gray-100 {
194+
--tw-text-opacity: 1;
195+
color: #f3f4f6;
196+
color: rgba(243, 244, 246, var(--tw-text-opacity));
197+
}
198+
.text-purple-800 {
199+
--tw-text-opacity: 1;
200+
color: #5b21b6;
201+
color: rgba(91, 33, 182, var(--tw-text-opacity));
202+
}
203+
.px-2 {
204+
padding-left: 0.5rem;
205+
padding-right: 0.5rem;
206+
}
207+
.text-2xl {
208+
font-size: 1.5rem;
209+
line-height: 2rem;
210+
}
211+
.bg-blue-50 {
212+
--tw-bg-opacity: 1;
213+
background-color: #eff6ff;
214+
background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
215+
}
216+
.px-1 {
217+
padding-left: 0.25rem;
218+
padding-right: 0.25rem;
219+
}
220+
.py-0 {
221+
padding-bottom: 0px;
222+
padding-top: 0px;
223+
}
224+
.text-lg {
225+
font-size: 1.125rem;
226+
line-height: 1.75rem;
227+
}
228+
.shadow-lg {
229+
--tw-shadow:
230+
0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
231+
box-shadow:
232+
0 10px 15px -3px rgba(0, 0, 0, 0.1),
233+
0 4px 6px -2px rgba(0, 0, 0, 0.05);
234+
box-shadow:
235+
var(--tw-ring-offset-shadow, 0 0 transparent),
236+
var(--tw-ring-shadow, 0 0 transparent),
237+
var(--tw-shadow);
238+
}
239+
.bg-gray-800 {
240+
--tw-bg-opacity: 1;
241+
background-color: #1f2937;
242+
background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
243+
}
244+
.-mx-2 {
245+
margin-left: calc(0.5rem * -1);
246+
margin-right: calc(0.5rem * -1);
247+
}
248+
.my-10 {
249+
margin-bottom: 2.5rem;
250+
margin-top: 2.5rem;
251+
}
252+
.bg-purple-50 {
253+
--tw-bg-opacity: 1;
254+
background-color: #f5f3ff;
255+
background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
256+
}
257+
.my-3 {
258+
margin-bottom: 0.75rem;
259+
margin-top: 0.75rem;
260+
}
261+
.py-10 {
262+
padding-bottom: 2.5rem;
263+
padding-top: 2.5rem;
264+
}
265+
.m-auto {
266+
margin: auto;
267+
}
268+
.flex {
269+
display: flex;
270+
}
271+
.gap-2 {
272+
grid-gap: 0.5rem;
273+
gap: 0.5rem;
274+
}
275+
.w-7 {
276+
width: 1.75rem;
277+
}
278+
.h-7 {
279+
height: 1.75rem;
280+
}
281+
.p-5 {
282+
padding: 1.25rem;
283+
}
284+
.p-2 {
285+
padding: 0.5rem;
286+
}
287+
.m-2 {
288+
margin: 0.5rem;
289+
}
290+
.max-w-screen-lg {
291+
max-width: 1024px;
292+
}
293+
.font-semibold {
294+
font-weight: 600;
295+
}
296+
.mt-20 {
297+
margin-top: 5rem;
298+
}
299+
.items-center {
300+
align-items: center;
301+
}
302+
.mt-4 {
303+
margin-top: 1rem;
304+
}
305+
.underline {
306+
-webkit-text-decoration: underline;
307+
text-decoration: underline;
308+
}
309+
.font-medium {
310+
font-weight: 500;
311+
}
312+
.border {
313+
border-width: 1px;
314+
}
315+
.mt-10 {
316+
margin-top: 2.5rem;
317+
}
318+
.mt-1 {
319+
margin-top: 0.25rem;
320+
}
321+
.overflow-x-scroll {
322+
overflow-x: scroll;
323+
}
324+
.mt-5 {
325+
margin-top: 1.25rem;
326+
}
327+
.justify-center {
328+
justify-content: center;
329+
}
330+
.rounded {
331+
border-radius: 0.25rem;
332+
}
333+
.rounded-lg {
334+
border-radius: 0.5rem;
335+
}
336+
@media (min-width: 1024px) {
337+
.lg\:mx-2 {
338+
margin-left: 0.5rem;
339+
margin-right: 0.5rem;
340+
}
341+
}
342+
@media (min-width: 1024px) {
343+
.lg\:rounded-lg {
344+
border-radius: 0.5rem;
345+
}
346+
}

0 commit comments

Comments
 (0)