Skip to content

Commit 051f51e

Browse files
committed
Merge branch 'dev' into feat/hero-new-ds
2 parents 07619e5 + 22de241 commit 051f51e

File tree

605 files changed

+63588
-33634
lines changed

Some content is hidden

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

605 files changed

+63588
-33634
lines changed

.all-contributorsrc

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10559,6 +10559,24 @@
1055910559
"contributions": [
1056010560
"content"
1056110561
]
10562+
},
10563+
{
10564+
"login": "taminobaumann",
10565+
"name": "Tamino",
10566+
"avatar_url": "https://avatars.githubusercontent.com/u/48290617?v=4",
10567+
"profile": "http://taminobaumann.com",
10568+
"contributions": [
10569+
"content"
10570+
]
10571+
},
10572+
{
10573+
"login": "keccers",
10574+
"name": "Katherine Champagne",
10575+
"avatar_url": "https://avatars.githubusercontent.com/u/770277?v=4",
10576+
"profile": "https://github.com/keccers",
10577+
"contributions": [
10578+
"content"
10579+
]
1056210580
}
1056310581
],
1056410582
"contributorsPerLine": 7,

.storybook/preview.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { action } from "@storybook/addon-actions"
33

44
import i18n, { baseLocales } from "./i18next"
55
import theme from "../src/@chakra-ui/gatsby-plugin/theme"
6+
import "../static/fonts/inter-font-face.css"
67

78
const chakraBreakpointArray = Object.entries(theme.breakpoints)
89

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,12 @@ Learn more about how we review pull requests [here](docs/review-process.md).
175175

176176
- To help with verification we request GitHub contributors connect their GitHub account with their Discord account (Discord > Settings > Connections > GitHub). Crowdin contributors will be verified directly through Crowdin by our team.
177177

178-
- If you haven't contributed yet and would like to earn a POAP to show your loyalty to the Ethereum space, head over to the [issues](https://github.com/ethereum/ethereum-org-website/issues/) tab to get started!
178+
### GitPOAP
179+
180+
- If you've made at least one contribution and that gets merged into ethereum.org, GitPOAP will also auto recognize it and let you mint a unique contributor POAP.
181+
[More on GitPOAP](https://www.gitpoap.io).
182+
183+
If you haven't contributed yet and would like to earn a POAP to show your loyalty to the Ethereum space, head over to the [issues](https://github.com/ethereum/ethereum-org-website/issues/) tab to get started!
179184

180185
<hr style="margin-top: 3em; margin-bottom: 3em;">
181186

@@ -1649,6 +1654,8 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
16491654
<tr>
16501655
<td align="center" valign="top" width="14.28%"><a href="https://ilanolkies.com"><img src="https://avatars.githubusercontent.com/u/36084092?v=4?s=100" width="100px;" alt="Ilan"/><br /><sub><b>Ilan</b></sub></a><br /><a href="#content-ilanolkies" title="Content">🖋</a></td>
16511656
<td align="center" valign="top" width="14.28%"><a href="https://mirror.xyz/umede.eth"><img src="https://avatars.githubusercontent.com/u/122288558?v=4?s=100" width="100px;" alt="umede"/><br /><sub><b>umede</b></sub></a><br /><a href="#content-umededoteth" title="Content">🖋</a></td>
1657+
<td align="center" valign="top" width="14.28%"><a href="http://taminobaumann.com"><img src="https://avatars.githubusercontent.com/u/48290617?v=4?s=100" width="100px;" alt="Tamino"/><br /><sub><b>Tamino</b></sub></a><br /><a href="#content-taminobaumann" title="Content">🖋</a></td>
1658+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/keccers"><img src="https://avatars.githubusercontent.com/u/770277?v=4?s=100" width="100px;" alt="Katherine Champagne"/><br /><sub><b>Katherine Champagne</b></sub></a><br /><a href="#content-keccers" title="Content">🖋</a></td>
16521659
</tr>
16531660
</tbody>
16541661
</table>

docs/ds-implementation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ Follow the new component directory structure:
1717
```markdown
1818
src/
1919
└── components/
20-
└── ComponentA/
21-
├── index.tsx
22-
├── ComponentA.stories.tsx
23-
└── // Any other files as applicable (utils, child components, useHook, etc.)
20+
└── ComponentA/
21+
├── index.tsx
22+
├── ComponentA.stories.tsx
23+
└── // Any other files as applicable (utils, child components, useHook, etc.)
2424
```
2525

2626
## Components creation/modification from the DS

i18n/config.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,14 @@
247247
"langDir": "ltr",
248248
"dateFormat": "MM/DD/YYYY"
249249
},
250+
{
251+
"code": "kn",
252+
"crowdinCode": "kn",
253+
"name": "Kannada",
254+
"localName": "ಕನ್ನಡ",
255+
"langDir": "ltr",
256+
"dateFormat": "MM/DD/YYYY"
257+
},
250258
{
251259
"code": "ko",
252260
"crowdinCode": "ko",
@@ -407,6 +415,14 @@
407415
"langDir": "ltr",
408416
"dateFormat": "MM/DD/YYYY"
409417
},
418+
{
419+
"code": "tk",
420+
"crowdinCode": "tk",
421+
"name": "Turkmen",
422+
"localName": "türkmen",
423+
"langDir": "ltr",
424+
"dateFormat": "MM/DD/YYYY"
425+
},
410426
{
411427
"code": "th",
412428
"crowdinCode": "th",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ethereum-org-website",
3-
"version": "7.21.0",
3+
"version": "7.22.0",
44
"description": "Website of ethereum.org",
55
"main": "index.js",
66
"repository": "git@github.com:ethereum/ethereum-org-website.git",

src/@chakra-ui/gatsby-plugin/foundations/colors.ts

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,28 @@ const colors = {
1212
900: "#141414",
1313
},
1414
blue: {
15-
100: "#dedeff",
16-
300: "#8282ff",
17-
500: "#1c1cff",
18-
600: "#090990",
19-
700: "#0b0b66",
15+
50: "#F6F6FF",
16+
100: "#EBEBFF",
17+
200: "#D6D6FF",
18+
300: "#9999FF",
19+
400: "#5555FF",
20+
500: "#1C1CFF",
21+
600: "#0000E0",
22+
700: "#0000A3",
23+
800: "#000066",
24+
900: "#000029",
2025
},
2126
orange: {
22-
100: "#ffe3d3",
23-
300: "#ffb991",
24-
500: "#ff7324",
25-
600: "#c95d20",
26-
800: "#352313",
27+
50: "#FFF3ED",
28+
100: "#FFE5D6",
29+
200: "#FFCBAD",
30+
300: "#FFB185",
31+
400: "#FF985C",
32+
500: "#FF7324",
33+
600: "#B84300",
34+
700: "#7A2D00",
35+
800: "#521E00",
36+
900: "#2F1000",
2737
},
2838
red: {
2939
100: "#f7c8c8",

src/@chakra-ui/gatsby-plugin/semanticTokens.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,16 @@ const semanticTokens = {
3838
// Main Set
3939
primary: {
4040
base: { _light: "blue.500", _dark: "orange.500" },
41-
highContrast: { _light: "blue.700", _dark: "orange.100" },
42-
lowContrast: { _light: "blue.100", _dark: "orange.800" },
43-
hover: { _light: "blue.300", _dark: "orange.300" },
44-
visited: { _light: "blue.600", _dark: "orange.600" },
41+
highContrast: { _light: "blue.800", _dark: "orange.100" },
42+
lowContrast: { _light: "blue.100", _dark: "orange.900" },
43+
hover: { _light: "blue.400", _dark: "orange.400" },
44+
visited: { _light: "blue.700", _dark: "orange.700" },
4545
// ! Deprecating primary.light
4646
light: { _light: "blue.100", _dark: "orange.100" },
4747
// ! Deprecating primary.dark
4848
dark: { _light: "blue.700", _dark: "orange.800" },
4949
// ! Deprecating primary.pressed
50-
pressed: { _light: "blue.300", _dark: "orange.800" },
50+
pressed: { _light: "blue.400", _dark: "orange.800" },
5151
},
5252
body: {
5353
base: { _light: "gray.700", _dark: "gray.100" },

src/assets/layer-2/starknet.png

9.07 KB
Loading

src/assets/wallets/XDEFI.png

13.2 KB
Loading

0 commit comments

Comments
 (0)