Skip to content

Commit 631fe09

Browse files
authored
Merge branch 'main' into init-fullpage
2 parents c0d2e8b + abc86f1 commit 631fe09

File tree

133 files changed

+2490
-105
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

133 files changed

+2490
-105
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@appwrite.io/console": "^0.6.4",
3636
"@appwrite.io/pink": "~0.26.0",
3737
"@appwrite.io/pink-icons": "~0.26.0",
38-
"@appwrite.io/repo": "github:appwrite/appwrite#1.6.x",
38+
"@appwrite.io/repo": "github:appwrite/appwrite#1.7.x",
3939
"@eslint/compat": "^1.2.7",
4040
"@eslint/js": "^9.21.0",
4141
"@fingerprintjs/fingerprintjs": "^4.5.1",

pnpm-lock.yaml

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

src/icons/optimized/remix.svg

Lines changed: 1 addition & 0 deletions
Loading

src/icons/output/_variables.scss

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,16 @@ $web-icon-play: "\ea29";
4242
$web-icon-plus: "\ea2a";
4343
$web-icon-product-hunt: "\ea2b";
4444
$web-icon-refine: "\ea2c";
45-
$web-icon-rest: "\ea2d";
46-
$web-icon-search: "\ea2e";
47-
$web-icon-sendgrid: "\ea2f";
48-
$web-icon-star: "\ea30";
49-
$web-icon-system: "\ea31";
50-
$web-icon-textmagic: "\ea32";
51-
$web-icon-tiktok: "\ea33";
52-
$web-icon-twitter: "\ea34";
53-
$web-icon-vue: "\ea35";
54-
$web-icon-x: "\ea36";
55-
$web-icon-ycombinator: "\ea37";
56-
$web-icon-youtube: "\ea38";
45+
$web-icon-remix: "\ea2d";
46+
$web-icon-rest: "\ea2e";
47+
$web-icon-search: "\ea2f";
48+
$web-icon-sendgrid: "\ea30";
49+
$web-icon-star: "\ea31";
50+
$web-icon-system: "\ea32";
51+
$web-icon-textmagic: "\ea33";
52+
$web-icon-tiktok: "\ea34";
53+
$web-icon-twitter: "\ea35";
54+
$web-icon-vue: "\ea36";
55+
$web-icon-x: "\ea37";
56+
$web-icon-ycombinator: "\ea38";
57+
$web-icon-youtube: "\ea39";

src/icons/output/info.json

Lines changed: 30 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -263,76 +263,82 @@
263263
"className": "web-icon-refine",
264264
"unicode": ""
265265
},
266-
"rest": {
266+
"remix": {
267267
"encodedCode": "\\ea2d",
268268
"prefix": "web-icon",
269-
"className": "web-icon-rest",
269+
"className": "web-icon-remix",
270270
"unicode": ""
271271
},
272-
"search": {
272+
"rest": {
273273
"encodedCode": "\\ea2e",
274274
"prefix": "web-icon",
275-
"className": "web-icon-search",
275+
"className": "web-icon-rest",
276276
"unicode": ""
277277
},
278-
"sendgrid": {
278+
"search": {
279279
"encodedCode": "\\ea2f",
280280
"prefix": "web-icon",
281-
"className": "web-icon-sendgrid",
281+
"className": "web-icon-search",
282282
"unicode": ""
283283
},
284-
"star": {
284+
"sendgrid": {
285285
"encodedCode": "\\ea30",
286286
"prefix": "web-icon",
287-
"className": "web-icon-star",
287+
"className": "web-icon-sendgrid",
288288
"unicode": ""
289289
},
290-
"system": {
290+
"star": {
291291
"encodedCode": "\\ea31",
292292
"prefix": "web-icon",
293-
"className": "web-icon-system",
293+
"className": "web-icon-star",
294294
"unicode": ""
295295
},
296-
"textmagic": {
296+
"system": {
297297
"encodedCode": "\\ea32",
298298
"prefix": "web-icon",
299-
"className": "web-icon-textmagic",
299+
"className": "web-icon-system",
300300
"unicode": ""
301301
},
302-
"tiktok": {
302+
"textmagic": {
303303
"encodedCode": "\\ea33",
304304
"prefix": "web-icon",
305-
"className": "web-icon-tiktok",
305+
"className": "web-icon-textmagic",
306306
"unicode": ""
307307
},
308-
"twitter": {
308+
"tiktok": {
309309
"encodedCode": "\\ea34",
310310
"prefix": "web-icon",
311-
"className": "web-icon-twitter",
311+
"className": "web-icon-tiktok",
312312
"unicode": ""
313313
},
314-
"vue": {
314+
"twitter": {
315315
"encodedCode": "\\ea35",
316316
"prefix": "web-icon",
317-
"className": "web-icon-vue",
317+
"className": "web-icon-twitter",
318318
"unicode": ""
319319
},
320-
"x": {
320+
"vue": {
321321
"encodedCode": "\\ea36",
322322
"prefix": "web-icon",
323-
"className": "web-icon-x",
323+
"className": "web-icon-vue",
324324
"unicode": ""
325325
},
326-
"ycombinator": {
326+
"x": {
327327
"encodedCode": "\\ea37",
328328
"prefix": "web-icon",
329-
"className": "web-icon-ycombinator",
329+
"className": "web-icon-x",
330330
"unicode": ""
331331
},
332-
"youtube": {
332+
"ycombinator": {
333333
"encodedCode": "\\ea38",
334334
"prefix": "web-icon",
335-
"className": "web-icon-youtube",
335+
"className": "web-icon-ycombinator",
336336
"unicode": ""
337+
},
338+
"youtube": {
339+
"encodedCode": "\\ea39",
340+
"prefix": "web-icon",
341+
"className": "web-icon-youtube",
342+
"unicode": ""
337343
}
338344
}

src/icons/output/web-icon.css

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -152,39 +152,42 @@
152152
.web-icon-refine:before {
153153
content: '\ea2c';
154154
}
155-
.web-icon-rest:before {
155+
.web-icon-remix:before {
156156
content: '\ea2d';
157157
}
158-
.web-icon-search:before {
158+
.web-icon-rest:before {
159159
content: '\ea2e';
160160
}
161-
.web-icon-sendgrid:before {
161+
.web-icon-search:before {
162162
content: '\ea2f';
163163
}
164-
.web-icon-star:before {
164+
.web-icon-sendgrid:before {
165165
content: '\ea30';
166166
}
167-
.web-icon-system:before {
167+
.web-icon-star:before {
168168
content: '\ea31';
169169
}
170-
.web-icon-textmagic:before {
170+
.web-icon-system:before {
171171
content: '\ea32';
172172
}
173-
.web-icon-tiktok:before {
173+
.web-icon-textmagic:before {
174174
content: '\ea33';
175175
}
176-
.web-icon-twitter:before {
176+
.web-icon-tiktok:before {
177177
content: '\ea34';
178178
}
179-
.web-icon-vue:before {
179+
.web-icon-twitter:before {
180180
content: '\ea35';
181181
}
182-
.web-icon-x:before {
182+
.web-icon-vue:before {
183183
content: '\ea36';
184184
}
185-
.web-icon-ycombinator:before {
185+
.web-icon-x:before {
186186
content: '\ea37';
187187
}
188-
.web-icon-youtube:before {
188+
.web-icon-ycombinator:before {
189189
content: '\ea38';
190190
}
191+
.web-icon-youtube:before {
192+
content: '\ea39';
193+
}

src/icons/output/web-icon.eot

264 Bytes
Binary file not shown.

src/icons/output/web-icon.scss

Lines changed: 26 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -60,18 +60,19 @@
6060
.web-icon-plus:before { content: "\ea2a"; }
6161
.web-icon-product-hunt:before { content: "\ea2b"; }
6262
.web-icon-refine:before { content: "\ea2c"; }
63-
.web-icon-rest:before { content: "\ea2d"; }
64-
.web-icon-search:before { content: "\ea2e"; }
65-
.web-icon-sendgrid:before { content: "\ea2f"; }
66-
.web-icon-star:before { content: "\ea30"; }
67-
.web-icon-system:before { content: "\ea31"; }
68-
.web-icon-textmagic:before { content: "\ea32"; }
69-
.web-icon-tiktok:before { content: "\ea33"; }
70-
.web-icon-twitter:before { content: "\ea34"; }
71-
.web-icon-vue:before { content: "\ea35"; }
72-
.web-icon-x:before { content: "\ea36"; }
73-
.web-icon-ycombinator:before { content: "\ea37"; }
74-
.web-icon-youtube:before { content: "\ea38"; }
63+
.web-icon-remix:before { content: "\ea2d"; }
64+
.web-icon-rest:before { content: "\ea2e"; }
65+
.web-icon-search:before { content: "\ea2f"; }
66+
.web-icon-sendgrid:before { content: "\ea30"; }
67+
.web-icon-star:before { content: "\ea31"; }
68+
.web-icon-system:before { content: "\ea32"; }
69+
.web-icon-textmagic:before { content: "\ea33"; }
70+
.web-icon-tiktok:before { content: "\ea34"; }
71+
.web-icon-twitter:before { content: "\ea35"; }
72+
.web-icon-vue:before { content: "\ea36"; }
73+
.web-icon-x:before { content: "\ea37"; }
74+
.web-icon-ycombinator:before { content: "\ea38"; }
75+
.web-icon-youtube:before { content: "\ea39"; }
7576

7677
$web-icon-apple: "\ea01";
7778
$web-icon-appwrite: "\ea02";
@@ -117,15 +118,16 @@ $web-icon-play: "\ea29";
117118
$web-icon-plus: "\ea2a";
118119
$web-icon-product-hunt: "\ea2b";
119120
$web-icon-refine: "\ea2c";
120-
$web-icon-rest: "\ea2d";
121-
$web-icon-search: "\ea2e";
122-
$web-icon-sendgrid: "\ea2f";
123-
$web-icon-star: "\ea30";
124-
$web-icon-system: "\ea31";
125-
$web-icon-textmagic: "\ea32";
126-
$web-icon-tiktok: "\ea33";
127-
$web-icon-twitter: "\ea34";
128-
$web-icon-vue: "\ea35";
129-
$web-icon-x: "\ea36";
130-
$web-icon-ycombinator: "\ea37";
131-
$web-icon-youtube: "\ea38";
121+
$web-icon-remix: "\ea2d";
122+
$web-icon-rest: "\ea2e";
123+
$web-icon-search: "\ea2f";
124+
$web-icon-sendgrid: "\ea30";
125+
$web-icon-star: "\ea31";
126+
$web-icon-system: "\ea32";
127+
$web-icon-textmagic: "\ea33";
128+
$web-icon-tiktok: "\ea34";
129+
$web-icon-twitter: "\ea35";
130+
$web-icon-vue: "\ea36";
131+
$web-icon-x: "\ea37";
132+
$web-icon-ycombinator: "\ea38";
133+
$web-icon-youtube: "\ea39";

0 commit comments

Comments
 (0)