Skip to content

Commit 7ea8737

Browse files
committed
chore: pnpm fmt
1 parent fdad6eb commit 7ea8737

File tree

7 files changed

+45
-34
lines changed

7 files changed

+45
-34
lines changed

packages/docs/src/components/docsearch/doc-search.css

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
--docsearch-hit-background: #fff;
2323
--docsearch-hit-shadow: 0 1px 3px 0 #d4d9e1;
2424
--docsearch-key-gradient: linear-gradient(-225deg, #d5dbe4, #f8f8f8);
25-
--docsearch-key-shadow: inset 0 -2px 0 0 #cdcde6, inset 0 0 1px 1px #fff,
26-
0 1px 2px 1px rgba(30, 35, 90, 0.4);
27-
--docsearch-key-pressed-shadow: inset 0 -2px 0 0 #cdcde6, inset 0 0 1px 1px #fff,
28-
0 1px 1px 0 rgba(30, 35, 90, 0.4);
25+
--docsearch-key-shadow:
26+
inset 0 -2px 0 0 #cdcde6, inset 0 0 1px 1px #fff, 0 1px 2px 1px rgba(30, 35, 90, 0.4);
27+
--docsearch-key-pressed-shadow:
28+
inset 0 -2px 0 0 #cdcde6, inset 0 0 1px 1px #fff, 0 1px 1px 0 rgba(30, 35, 90, 0.4);
2929
--docsearch-footer-height: 44px;
3030
--docsearch-footer-background: #fff;
3131
--docsearch-footer-shadow: 0 -1px 0 0 #e0e3e8, 0 -3px 6px 0 rgba(69, 98, 155, 0.12);
@@ -41,12 +41,13 @@ html[data-theme='dark'] {
4141
--docsearch-hit-shadow: none;
4242
--docsearch-hit-background: #090a11;
4343
--docsearch-key-gradient: linear-gradient(-26.5deg, #565872, #31355b);
44-
--docsearch-key-shadow: inset 0 -2px 0 0 #282d55, inset 0 0 1px 1px #51577d,
45-
0 2px 2px 0 rgba(3, 4, 9, 0.3);
46-
--docsearch-key-pressed-shadow: inset 0 -2px 0 0 #282d55, inset 0 0 1px 1px #51577d,
47-
0 1px 1px 0 #0304094d;
44+
--docsearch-key-shadow:
45+
inset 0 -2px 0 0 #282d55, inset 0 0 1px 1px #51577d, 0 2px 2px 0 rgba(3, 4, 9, 0.3);
46+
--docsearch-key-pressed-shadow:
47+
inset 0 -2px 0 0 #282d55, inset 0 0 1px 1px #51577d, 0 1px 1px 0 #0304094d;
4848
--docsearch-footer-background: #1e2136;
49-
--docsearch-footer-shadow: inset 0 1px 0 0 rgba(73, 76, 106, 0.5), 0 -4px 8px 0 rgba(0, 0, 0, 0.2);
49+
--docsearch-footer-shadow:
50+
inset 0 1px 0 0 rgba(73, 76, 106, 0.5), 0 -4px 8px 0 rgba(0, 0, 0, 0.2);
5051
--docsearch-logo-color: #fff;
5152
--docsearch-muted-color: #7f8497;
5253
}

packages/docs/src/global.css

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@
1111
font-weight: 400;
1212
font-display: optional;
1313
src: url(./fonts/poppins-400.woff2) format('woff2');
14-
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F,
15-
U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
14+
unicode-range:
15+
U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074,
16+
U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
1617
}
1718

1819
/* latin */
@@ -22,8 +23,9 @@
2223
font-weight: 500;
2324
font-display: optional;
2425
src: url(./fonts/poppins-500.woff2) format('woff2');
25-
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F,
26-
U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
26+
unicode-range:
27+
U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074,
28+
U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
2729
}
2830

2931
/* latin */
@@ -33,8 +35,9 @@
3335
font-weight: 700;
3436
font-display: optional;
3537
src: url(./fonts/poppins-700.woff2) format('woff2');
36-
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F,
37-
U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
38+
unicode-range:
39+
U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074,
40+
U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
3841
}
3942

4043
.docs article pre code[data-language='tsx'] {

packages/docs/src/routes/(ecosystem)/ecosystem.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,8 @@
175175
aspect-ratio: 16/9;
176176
content: '';
177177

178-
background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
178+
background:
179+
linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
179180
conic-gradient(
180181
from 180deg at 53.75% 37.25%,
181182
#7976e8 -110.28deg,

packages/docs/src/routes/(ecosystem)/showcase/styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
--tw-ring-shadow: 0 0 #0000;
4949
--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
5050
--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
51-
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
52-
var(--tw-shadow);
51+
box-shadow:
52+
var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
5353
}
5454
.showcase li .canvas {
5555
position: absolute;

packages/docs/src/routes/examples/apps/partial/hackernews-index/hacker-news.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.hacker-news {
2-
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
3-
'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
2+
font-family:
3+
-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans',
4+
'Droid Sans', 'Helvetica Neue', sans-serif;
45
font-size: 15px;
56
background-color: #f2f3f5;
67
margin: 0;

packages/insights/src/global.css

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,9 @@ html {
102102
font-style: normal;
103103
font-weight: 400;
104104
src: url(./fonts/poppins-400.woff2) format('woff2');
105-
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F,
106-
U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
105+
unicode-range:
106+
U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074,
107+
U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
107108
}
108109

109110
/* latin */
@@ -112,8 +113,9 @@ html {
112113
font-style: normal;
113114
font-weight: 500;
114115
src: url(./fonts/poppins-500.woff2) format('woff2');
115-
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F,
116-
U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
116+
unicode-range:
117+
U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074,
118+
U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
117119
}
118120

119121
/* latin */
@@ -122,8 +124,9 @@ html {
122124
font-style: normal;
123125
font-weight: 700;
124126
src: url(./fonts/poppins-700.woff2) format('woff2');
125-
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F,
126-
U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
127+
unicode-range:
128+
U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074,
129+
U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
127130
}
128131

129132
html,

starters/features/playwright/playwright-report/index.html

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20510,8 +20510,8 @@
2051020510
--color-select-menu-backdrop-border: rgba(0, 0, 0, 0);
2051120511
--color-select-menu-tap-highlight: rgba(175, 184, 193, 0.5);
2051220512
--color-select-menu-tap-focus-bg: #b6e3ff;
20513-
--color-overlay-shadow: 0 1px 3px rgba(27, 31, 36, 0.12),
20514-
0 8px 24px rgba(66, 74, 83, 0.12);
20513+
--color-overlay-shadow:
20514+
0 1px 3px rgba(27, 31, 36, 0.12), 0 8px 24px rgba(66, 74, 83, 0.12);
2051520515
--color-header-text: rgba(255, 255, 255, 0.7);
2051620516
--color-header-bg: #24292f;
2051720517
--color-header-logo: #ffffff;
@@ -20947,8 +20947,8 @@
2094720947
--color-select-menu-backdrop-border: #484f58;
2094820948
--color-select-menu-tap-highlight: rgba(48, 54, 61, 0.5);
2094920949
--color-select-menu-tap-focus-bg: #0c2d6b;
20950-
--color-overlay-shadow: 0 0 0 1px #30363d,
20951-
0 16px 32px rgba(1, 4, 9, 0.85);
20950+
--color-overlay-shadow:
20951+
0 0 0 1px #30363d, 0 16px 32px rgba(1, 4, 9, 0.85);
2095220952
--color-header-text: rgba(240, 246, 252, 0.7);
2095320953
--color-header-bg: #161b22;
2095420954
--color-header-logo: #f0f6fc;
@@ -21196,11 +21196,13 @@
2119621196
}
2119721197
}
2119821198
:root {
21199-
--box-shadow: rgba(0, 0, 0, 0.133) 0px 1.6px 3.6px 0px,
21199+
--box-shadow:
21200+
rgba(0, 0, 0, 0.133) 0px 1.6px 3.6px 0px,
2120021201
rgba(0, 0, 0, 0.11) 0px 0.3px 0.9px 0px;
21201-
--box-shadow-thick: rgb(0 0 0 / 10%) 0px 1.8px 1.9px,
21202-
rgb(0 0 0 / 15%) 0px 6.1px 6.3px, rgb(0 0 0 / 10%) 0px -2px 4px,
21203-
rgb(0 0 0 / 15%) 0px -6.1px 12px, rgb(0 0 0 / 25%) 0px 6px 12px;
21202+
--box-shadow-thick:
21203+
rgb(0 0 0 / 10%) 0px 1.8px 1.9px, rgb(0 0 0 / 15%) 0px 6.1px 6.3px,
21204+
rgb(0 0 0 / 10%) 0px -2px 4px, rgb(0 0 0 / 15%) 0px -6.1px 12px,
21205+
rgb(0 0 0 / 25%) 0px 6px 12px;
2120421206
}
2120521207
* {
2120621208
box-sizing: border-box;

0 commit comments

Comments
 (0)