Skip to content

Commit be9507d

Browse files
committed
Merge commit '001e8bb2dbca18109f803249ded12a5351200baf'
2 parents b31858e + 001e8bb commit be9507d

File tree

9 files changed

+4486
-5992
lines changed

9 files changed

+4486
-5992
lines changed

pnpm-lock.yaml

Lines changed: 4401 additions & 5988 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/svg/sqlite-cloud.svg

Lines changed: 7 additions & 0 deletions
Loading

src/components/LandingPage/LandingPage.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ const databases: string[] = [
3636
"MySQL",
3737
"Tembo",
3838
"LiteFS",
39+
"SQLite Cloud",
3940
"SQLite",
4041
"Web SQLite",
4142
];

src/components/LandingPage/SponsorsLine/SponsorsLine.astro

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,9 @@
200200
if (item.sponsorEntity.name) {
201201
cardName.textContent = customName[item.sponsorEntity.login as keyof typeof customName]
202202
|| item.sponsorEntity.name;
203+
if (item.sponsorEntity.name === 'SQLite Cloud') {
204+
cardName.style.fontSize = '12px';
205+
}
203206
} else {
204207
cardName.textContent =
205208
item.sponsorEntity.__typename === "User"
@@ -392,6 +395,10 @@
392395
grid-gap: 10px;
393396
}
394397

398+
.hero .styled_card {
399+
height: unset;
400+
}
401+
395402
.gold {
396403
grid-template-rows: repeat(2, 112px);
397404
grid-auto-columns: 90px;
@@ -546,6 +553,7 @@
546553
display: flex;
547554
flex-direction: column;
548555
align-items: center;
556+
justify-content: space-between;
549557
width: 100%;
550558
gap: 6px;
551559
}
@@ -560,10 +568,11 @@
560568
}
561569

562570
.styled_card {
563-
padding: 10px;
571+
padding: 10px 4px;
564572
border-radius: 4px;
565573
background-color: #ffffff;
566574
border: 1px solid #e8e8e8;
575+
height: 114.5px;
567576
}
568577

569578
.styled_card_with_popover {

src/components/LandingPage/Supporting/Databases.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,19 @@ const Databases: {
149149
},
150150
sponsorUrl: "https://driz.link/edgedb",
151151
},
152+
"SQLite Cloud": {
153+
imageSrc: {
154+
lightThemeSrc: "/public/svg/sqlite-cloud.svg",
155+
darkThemeSrc: "/public/svg/sqlite-cloud.svg",
156+
},
157+
lightStyle: {
158+
width: 26,
159+
},
160+
darkStyle: {
161+
width: 26,
162+
},
163+
sponsorUrl: "https://driz.link/sqlitecloud",
164+
},
152165
};
153166

154167
export default Databases;

src/components/layout/CarbonCard.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
transition: color .25s;
8585
}
8686

87-
@media screen and (max-height: 856px) {
87+
@media screen and (max-height: 930px) {
8888
.carbon-card-wrap {
8989
display: none;
9090
}

src/content/documentation/docs/get-started/expo-new.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ module.exports = config;
122122
```
123123

124124
#### Step 7 - Update `babel` config
125-
```js copy filename="metro.config.js"
125+
```js copy filename="babel.config.js"
126126
module.exports = function(api) {
127127
api.cache(true);
128128
return {
@@ -239,4 +239,4 @@ pnpm expo run:ios
239239
```bash copy
240240
bun expo run:ios
241241
```
242-
</CodeTabs>
242+
</CodeTabs>

src/data/asideS.ts

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,30 @@ export const sponsorsData: ISponsor[] = [
211211
'url("/images/tembo.png") 0% 0% / contain no-repeat content-box',
212212
},
213213
},
214+
{
215+
tier: {
216+
name: "$1000 a month",
217+
isOneTime: false,
218+
},
219+
sponsorEntity: {
220+
__typename: "Organization",
221+
login: "driz.link/sqlitecloud",
222+
name: "SQLite Cloud",
223+
avatarUrl:
224+
'<svg width="54" height="54" viewBox="0 0 54 54" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M48.4608 27C48.4608 38.8779 38.84 48.5 26.9804 48.5C15.1209 48.5 5.5 38.8779 5.5 27C5.5 15.1221 15.1209 5.5 26.9804 5.5C38.84 5.5 48.4608 15.1221 48.4608 27Z" fill="#CFE2F8" stroke="#CFE2F8" stroke-width="11"></path>\n<path d="M24.6796 12.4775C27.1916 8.34049 32.5791 7.02455 36.7128 9.53821C40.8466 12.0519 42.1612 17.4433 39.6492 21.5803L31.6724 34.7169C29.1603 38.8538 23.7728 40.1698 19.6391 37.6561C15.5053 35.1425 14.1907 29.751 16.7027 25.6141L24.6796 12.4775Z" fill="white"></path>\n<path fill-rule="evenodd" clip-rule="evenodd" d="M30.2892 33.8758L38.266 20.7392C40.3138 17.3667 39.2421 12.9716 35.8723 10.9225C32.5025 8.87335 28.1106 9.94611 26.0627 13.3186L18.0859 26.4552C16.0381 29.8276 17.1098 34.2227 20.4796 36.2718C23.8495 38.321 28.2414 37.2482 30.2892 33.8758ZM36.7128 9.53821C32.5791 7.02455 27.1916 8.34049 24.6796 12.4775L16.7027 25.6141C14.1907 29.751 15.5053 35.1425 19.6391 37.6561C23.7728 40.1698 29.1603 38.8538 31.6724 34.7169L39.6492 21.5803C42.1612 17.4433 40.8466 12.0519 36.7128 9.53821Z" fill="black"></path>\n<path fill-rule="evenodd" clip-rule="evenodd" d="M31.4389 19.6737C31.817 19.9122 31.9304 20.4122 31.6921 20.7907L16.1192 45.5232C15.881 45.9017 15.3813 46.0151 15.0031 45.7767C14.625 45.5383 14.5116 45.0382 14.7499 44.6598L30.3228 19.9272C30.561 19.5488 31.0607 19.4353 31.4389 19.6737Z" fill="black"></path>\n<path fill-rule="evenodd" clip-rule="evenodd" d="M33.1051 30.9949C33.1775 31.3606 32.94 31.7158 32.5746 31.7882C27.7347 32.7478 25.313 32.1394 24.2687 31.4044C23.9641 31.19 23.8908 30.7689 24.105 30.464C24.3193 30.159 24.74 30.0857 25.0447 30.3001C25.6271 30.71 27.5811 31.4021 32.3126 30.464C32.6779 30.3915 33.0328 30.6292 33.1051 30.9949Z" fill="black"></path>\n</svg>',
225+
},
226+
createdAt: "2024-06-07T13:32:16Z",
227+
isActive: true,
228+
imageType: ImageType.SVG,
229+
darkStyle: {
230+
padding: "4px",
231+
filter: "grayscale(1) brightness(2) opacity(0.2)",
232+
},
233+
lightStyle: {
234+
padding: "4px",
235+
filter: "grayscale(1) opacity(0.6) invert(0.1)",
236+
},
237+
},
214238
{
215239
tier: {
216240
name: "$2500 a month",

src/data/s.ts

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,33 @@ export const sponsorsData: ISponsor[] = [
278278
padding: "11px",
279279
},
280280
},
281+
{
282+
tier: {
283+
name: "$1000 a month",
284+
isOneTime: false,
285+
},
286+
sponsorEntity: {
287+
__typename: "Organization",
288+
login: "driz.link/sqlitecloud",
289+
name: "SQLite Cloud",
290+
avatarUrl: `<svg width="54" height="54" viewBox="0 0 54 54" fill="none" xmlns="http://www.w3.org/2000/svg">
291+
<path d="M48.4608 27C48.4608 38.8779 38.84 48.5 26.9804 48.5C15.1209 48.5 5.5 38.8779 5.5 27C5.5 15.1221 15.1209 5.5 26.9804 5.5C38.84 5.5 48.4608 15.1221 48.4608 27Z" fill="#CFE2F8" stroke="#CFE2F8" stroke-width="11"></path>
292+
<path d="M24.6796 12.4775C27.1916 8.34049 32.5791 7.02455 36.7128 9.53821C40.8466 12.0519 42.1612 17.4433 39.6492 21.5803L31.6724 34.7169C29.1603 38.8538 23.7728 40.1698 19.6391 37.6561C15.5053 35.1425 14.1907 29.751 16.7027 25.6141L24.6796 12.4775Z" fill="white"></path>
293+
<path fill-rule="evenodd" clip-rule="evenodd" d="M30.2892 33.8758L38.266 20.7392C40.3138 17.3667 39.2421 12.9716 35.8723 10.9225C32.5025 8.87335 28.1106 9.94611 26.0627 13.3186L18.0859 26.4552C16.0381 29.8276 17.1098 34.2227 20.4796 36.2718C23.8495 38.321 28.2414 37.2482 30.2892 33.8758ZM36.7128 9.53821C32.5791 7.02455 27.1916 8.34049 24.6796 12.4775L16.7027 25.6141C14.1907 29.751 15.5053 35.1425 19.6391 37.6561C23.7728 40.1698 29.1603 38.8538 31.6724 34.7169L39.6492 21.5803C42.1612 17.4433 40.8466 12.0519 36.7128 9.53821Z" fill="black"></path>
294+
<path fill-rule="evenodd" clip-rule="evenodd" d="M31.4389 19.6737C31.817 19.9122 31.9304 20.4122 31.6921 20.7907L16.1192 45.5232C15.881 45.9017 15.3813 46.0151 15.0031 45.7767C14.625 45.5383 14.5116 45.0382 14.7499 44.6598L30.3228 19.9272C30.561 19.5488 31.0607 19.4353 31.4389 19.6737Z" fill="black"></path>
295+
<path fill-rule="evenodd" clip-rule="evenodd" d="M33.1051 30.9949C33.1775 31.3606 32.94 31.7158 32.5746 31.7882C27.7347 32.7478 25.313 32.1394 24.2687 31.4044C23.9641 31.19 23.8908 30.7689 24.105 30.464C24.3193 30.159 24.74 30.0857 25.0447 30.3001C25.6271 30.71 27.5811 31.4021 32.3126 30.464C32.6779 30.3915 33.0328 30.6292 33.1051 30.9949Z" fill="black"></path>
296+
</svg>`,
297+
},
298+
createdAt: "2024-06-07T13:32:16Z",
299+
isActive: true,
300+
imageType: ImageType.SVG,
301+
darkStyle: {
302+
padding: "9px",
303+
},
304+
lightStyle: {
305+
padding: "9px",
306+
},
307+
},
281308
{
282309
tier: {
283310
name: "$2500 a month",

0 commit comments

Comments
 (0)