Skip to content
This repository was archived by the owner on Jan 23, 2024. It is now read-only.

Commit 2c04783

Browse files
authored
Merge branch 'main' into docs/update_createStyleContext_usage
2 parents 2315680 + 418d738 commit 2c04783

25 files changed

+4331
-3118
lines changed

.all-sponsorsrc

+29-8
Original file line numberDiff line numberDiff line change
@@ -1405,7 +1405,7 @@
14051405
"totalAmountDonated": 0,
14061406
"currency": "USD",
14071407
"lastTransactionAt": "2022-03-24 19:43",
1408-
"lastTransactionAmount": -500,
1408+
"lastTransactionAmount": -500.01,
14091409
"profile": "https://opencollective.com/andrej-acevski",
14101410
"name": "Andrej Acevski",
14111411
"company": null,
@@ -1732,8 +1732,8 @@
17321732
"isActive": true,
17331733
"totalAmountDonated": 1.54,
17341734
"currency": "USD",
1735-
"lastTransactionAt": "2023-04-14 10:12",
1736-
"lastTransactionAmount": -5,
1735+
"lastTransactionAt": "2023-04-28 15:30",
1736+
"lastTransactionAmount": -50,
17371737
"profile": "https://opencollective.com/opensource",
17381738
"name": "Open Source Collective",
17391739
"company": null,
@@ -1751,7 +1751,7 @@
17511751
"role": "BACKER",
17521752
"isActive": true,
17531753
"totalAmountDonated": 18,
1754-
"lastTransactionAt": "2023-04-20 00:05",
1754+
"lastTransactionAt": "2023-04-30 00:05",
17551755
"lastTransactionAmount": 0,
17561756
"profile": "https://opencollective.com/triplebyte",
17571757
"name": "Triplebyte",
@@ -1770,7 +1770,7 @@
17701770
"role": "BACKER",
17711771
"isActive": true,
17721772
"totalAmountDonated": 20,
1773-
"lastTransactionAt": "2023-04-20 00:05",
1773+
"lastTransactionAt": "2023-04-30 00:05",
17741774
"lastTransactionAmount": 0,
17751775
"profile": "https://opencollective.com/thinkmill",
17761776
"name": "Thinkmill",
@@ -2324,7 +2324,7 @@
23242324
"role": "BACKER",
23252325
"isActive": true,
23262326
"totalAmountDonated": 60,
2327-
"lastTransactionAt": "2023-04-20 00:05",
2327+
"lastTransactionAt": "2023-04-30 00:05",
23282328
"lastTransactionAmount": 0,
23292329
"profile": "https://opencollective.com/strapijs",
23302330
"name": "Strapi",
@@ -2590,9 +2590,9 @@
25902590
"role": "BACKER",
25912591
"tier": "Backer 💚",
25922592
"isActive": true,
2593-
"totalAmountDonated": 60,
2593+
"totalAmountDonated": 90,
25942594
"currency": "USD",
2595-
"lastTransactionAt": "2023-03-21 11:37",
2595+
"lastTransactionAt": "2023-04-21 10:02",
25962596
"lastTransactionAmount": 30,
25972597
"profile": "https://opencollective.com/famousblast",
25982598
"name": "FamousBlast",
@@ -2708,6 +2708,27 @@
27082708
"twitter": null,
27092709
"github": null,
27102710
"website": "https://www.paypal.me/eliasaadeh"
2711+
},
2712+
{
2713+
"MemberId": 426198,
2714+
"createdAt": "2023-04-28 15:30",
2715+
"type": "ORGANIZATION",
2716+
"role": "BACKER",
2717+
"tier": "Gold Sponsor 🥇",
2718+
"isActive": true,
2719+
"totalAmountDonated": 500,
2720+
"currency": "USD",
2721+
"lastTransactionAt": "2023-04-28 15:30",
2722+
"lastTransactionAmount": 500,
2723+
"profile": "https://opencollective.com/bairesdev",
2724+
"name": "BairesDev",
2725+
"company": null,
2726+
"description": "We are the leading Nearshore Technology Solutions company. We architect and engineer scalable and high-performing software solutions.",
2727+
"image": "/avatars/426198.jpg",
2728+
"email": null,
2729+
"twitter": "https://twitter.com/bairesdev",
2730+
"github": null,
2731+
"website": "https://www.bairesdev.com/sponsoring-open-source-projects/"
27112732
}
27122733
]
27132734
}

.prettierignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
dist
22
node_modules
33
.next
4-
build
4+
build
5+
*.hbs

configs/components.sidebar.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,11 @@
288288
{
289289
"title": "SkipNav",
290290
"path": "/docs/components/skip-nav"
291+
},
292+
{
293+
"new": true,
294+
"title": "Stepper",
295+
"path": "/docs/components/stepper"
291296
}
292297
]
293298
},
@@ -340,4 +345,4 @@
340345
]
341346
}
342347
]
343-
}
348+
}

0 commit comments

Comments
 (0)