Skip to content

Commit f5cd6ef

Browse files
Merge branch 'main' into all-contributors/add-LFerronato
2 parents 22505e2 + 828c913 commit f5cd6ef

File tree

11 files changed

+21
-5
lines changed

11 files changed

+21
-5
lines changed

.all-contributorsrc

+8
Original file line numberDiff line numberDiff line change
@@ -1322,6 +1322,14 @@
13221322
"profile": "https://www.linkedin.com/in/lucasferronato",
13231323
"contributions": [
13241324
"doc"
1325+
},
1326+
{
1327+
"login": "KolbySisk",
1328+
"name": "Kolby Sisk",
1329+
"avatar_url": "https://avatars.githubusercontent.com/u/1395078?v=4",
1330+
"profile": "http://kolbysisk.com",
1331+
"contributions": [
1332+
"bug"
13251333
]
13261334
}
13271335
],

.all-sponsorsrc

+3-3
Original file line numberDiff line numberDiff line change
@@ -1587,7 +1587,7 @@
15871587
"role": "BACKER",
15881588
"isActive": true,
15891589
"totalAmountDonated": 18,
1590-
"lastTransactionAt": "2022-07-17 00:10",
1590+
"lastTransactionAt": "2022-07-19 00:09",
15911591
"lastTransactionAmount": 0,
15921592
"profile": "https://opencollective.com/triplebyte",
15931593
"name": "Triplebyte",
@@ -1606,7 +1606,7 @@
16061606
"role": "BACKER",
16071607
"isActive": true,
16081608
"totalAmountDonated": 20,
1609-
"lastTransactionAt": "2022-07-17 00:10",
1609+
"lastTransactionAt": "2022-07-19 00:09",
16101610
"lastTransactionAmount": 0,
16111611
"profile": "https://opencollective.com/thinkmill",
16121612
"name": "Thinkmill",
@@ -2160,7 +2160,7 @@
21602160
"role": "BACKER",
21612161
"isActive": true,
21622162
"totalAmountDonated": 60,
2163-
"lastTransactionAt": "2022-07-17 00:10",
2163+
"lastTransactionAt": "2022-07-19 00:09",
21642164
"lastTransactionAmount": 0,
21652165
"profile": "https://opencollective.com/strapijs",
21662166
"name": "Strapi",

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ Thanks goes to these wonderful people
286286
</tr>
287287
<tr>
288288
<td align="center"><a href="https://www.linkedin.com/in/lucasferronato"><img src="https://avatars.githubusercontent.com/u/43012047?v=4?s=64" width="64px;" alt=""/><br /><sub><b>Lucas Ferronato</b></sub></a><br /><a href="https://github.com/chakra-ui/chakra-ui-docs/commits?author=LFerronato" title="Documentation">📖</a></td>
289+
<td align="center"><a href="http://kolbysisk.com"><img src="https://avatars.githubusercontent.com/u/1395078?v=4?s=64" width="64px;" alt=""/><br /><sub><b>Kolby Sisk</b></sub></a><br /><a href="https://github.com/chakra-ui/chakra-ui-docs/issues?q=author%3AKolbySisk" title="Bug reports">🐛</a></td>
289290
</tr>
290291
</table>
291292

configs/showcase.json

+7
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,13 @@
463463
"url": "https://elbarryamine.com",
464464
"image": "showcases/websites/Amine-Elbarry.png",
465465
"type": "websites"
466+
},
467+
{
468+
"name": "Yash Kapure",
469+
"description": "Personal Portfolio website built using Chakra❤UI, ReactJS, TypeScript and some of my CSS Skills.",
470+
"url": "https://yashkapure.netlify.app/",
471+
"image": "showcases/websites/Yash-Kapure.png",
472+
"type": "websites"
466473
}
467474
],
468475
"libraries": [

content/getting-started/migration.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ toast({ title: 'Chakra UI' })
8787
8888
### 3. Color mode update
8989

90-
#### Color more transition
90+
#### Color mode transition
9191

9292
Ensure the transition between light/dark modes happens instantly without
9393
transition. This helps to avoid a weird UX when switch modes for elements with
@@ -129,7 +129,7 @@ you can set `type` prop to `cookie`.
129129
<ColorModeScript type='cookie' />
130130
```
131131

132-
#### Color more precedence
132+
#### Color mode precedence
133133

134134
Refactored color mode to behave consistently between provider and script. The
135135
new precedence is as follows:

public/avatars/116146.jpg

-3 Bytes
Loading

public/avatars/119582.jpg

4 Bytes
Loading

public/avatars/123683.jpg

0 Bytes
Loading

public/avatars/124493.jpg

1 Byte
Loading

public/avatars/80834.jpg

-4 Bytes
Loading
257 KB
Loading

0 commit comments

Comments
 (0)