Skip to content

Commit

Permalink
Merge branch 'main' into feat/docs/voting-dapp
Browse files Browse the repository at this point in the history
  • Loading branch information
sstraatemans committed Sep 26, 2023
2 parents ea4e6d4 + 00c03f2 commit 3ff58ea
Show file tree
Hide file tree
Showing 203 changed files with 6,384 additions and 1,707 deletions.
5 changes: 5 additions & 0 deletions .changeset/beige-seahorses-tap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@kadena/docs': minor
---

remove the product icons
8 changes: 8 additions & 0 deletions .changeset/brave-radios-notice.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'@kadena/react-ui': minor
---

Add ThumbUp and Thumbdown Icon
Add close callback event for Modal component
Add active state variant and ui for IconButton component
Update Button default style as inline and added block props for full width
2 changes: 2 additions & 0 deletions .changeset/calm-buses-buy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
1 change: 0 additions & 1 deletion .changeset/cold-doors-juggle.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
'@kadena/client': none
'@kadena/pactjs': none
'@kadena/graph': none
'@kadena/tools': none
'@kadena/types': none
'@kadena/docs': none
---
Expand Down
2 changes: 2 additions & 0 deletions .changeset/cold-sloths-count.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 2 additions & 0 deletions .changeset/curvy-cups-search.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 2 additions & 0 deletions .changeset/cyan-houses-cross.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
7 changes: 7 additions & 0 deletions .changeset/famous-llamas-relate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@kadena/client-examples': patch
---

Added an example that gets the balance of the coin token on devnet. The example
purposely does not use the utils files for ease of understanding and simplicity
reasons.
2 changes: 2 additions & 0 deletions .changeset/forty-falcons-carry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 2 additions & 0 deletions .changeset/gold-wombats-brake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 2 additions & 0 deletions .changeset/healthy-paws-unite.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
1 change: 0 additions & 1 deletion .changeset/hip-coins-clean.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
'@kadena/react-ui': none
'@kadena-dev/scripts': none
'@kadena/client': none
'@kadena/tools': none
---

Formatting
5 changes: 5 additions & 0 deletions .changeset/large-humans-lay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@kadena/docs': minor
---

add extra info to blogpost landing page
6 changes: 6 additions & 0 deletions .changeset/pink-jokes-doubt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@kadena/immutable-records': none
---

Remove workaround that was needed for the
`allowWarningsInSuccessfulBuild: false` rush setting.
2 changes: 2 additions & 0 deletions .changeset/quick-onions-hear.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 2 additions & 0 deletions .changeset/selfish-dodos-promise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
5 changes: 5 additions & 0 deletions .changeset/slimy-chefs-stare.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@kadena/react-ui': minor
---

Aligned Button and IconButton components to have variants and active prop
2 changes: 2 additions & 0 deletions .changeset/smart-birds-boil.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
5 changes: 5 additions & 0 deletions .changeset/soft-lizards-sin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@kadena/docs': minor
---

Style landingpage content with cards
5 changes: 5 additions & 0 deletions packages/apps/docs/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,8 @@ PINECONE_ENVIRONMENT=XXXX
# GOOLE_APPLICATION_CREDENTIALS_FOR_MOST_POPULAR_PAGES
GOOGLE_APPLICATION_CREDENTIALS=BASE_64_ENCODED_JSON_CREDENTIALS
GOOGLE_ANALYTICS_PROPERTY_ID=XXXX

# ALGOLIA SEARCH
ALGOLIA_APP_ID=XXXX
ALGOLIA_SEARCH_API_KEY=XXXX
ALGOLIA_INDEX_NAME=XXXX
1 change: 1 addition & 0 deletions packages/apps/docs/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# generated resources
src/_generated
public/sitemap.xml
src/pages/docs/kadena/kadenajs
src/pages/docs/kadena/client
src/pages/docs/pact/cli
Expand Down
7 changes: 6 additions & 1 deletion packages/apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@
"build:blogAuthorInfo": "node src/scripts/createBlogAuthors.mjs",
"build:brokenLinks": "node src/scripts/detectBrokenLinks.mjs",
"build:checkForHeaders": "node src/scripts/checkForHeaders.mjs && prettier ./src/pages/docs --write",
"build:createSitemap": "node ./src/scripts/createSitemap.mjs && prettier ./public/sitemap.xml --write",
"build:createSpecJson": "node ./src/scripts/createSpec.mjs && prettier ./src/specs/**/*.json --write",
"build:createtree": "node ./src/scripts/getdocstree.mjs && prettier ./src/_generated/menu.mjs --write",
"build:importReadMe": "node ./src/scripts/importReadme.mjs && prettier ./src/pages/docs --write",
"build:next": "pnpm run build:scripts && next build",
"build:scripts": "pnpm run build:importReadMe && pnpm run build:createtree && pnpm run build:createSpecJson && pnpm run build:brokenLinks && pnpm run build:checkForHeaders && pnpm run build:blogAuthorInfo",
"build:scripts": "pnpm run build:importReadMe && pnpm run build:createtree && pnpm run build:createSpecJson && pnpm run build:brokenLinks && pnpm run build:checkForHeaders && pnpm run build:blogAuthorInfo && pnpm run build:createSitemap",
"build:storybook": "pnpm run build:createtree && storybook build",
"chromatic": "chromatic -b build:storybook",
"cypress:ci": "NEXT_PUBLIC_APP_DEV=test start-server-and-test dev http://localhost:3000 cypress:run",
Expand Down Expand Up @@ -44,6 +45,7 @@
"@next/mdx": "~13.3.4",
"@vanilla-extract/css": "1.12.0",
"acorn": "~8.8.2",
"algoliasearch": "^4.20.0",
"classnames": "^2.3.1",
"date-fns": "~2.30.0",
"globby": "~13.2.2",
Expand All @@ -59,6 +61,7 @@
"react-tweet": "~3.1.1",
"redoc": "~2.0.0",
"rehype-pretty-code": "~0.9.5",
"rehype-raw": "^7.0.0",
"remark": "~14.0.3",
"remark-frontmatter": "~4.0.1",
"remark-gfm": "~3.0.1",
Expand Down Expand Up @@ -93,10 +96,12 @@
"@types/react-dom": "18.2.7",
"@vanilla-extract/next-plugin": "2.1.2",
"@vanilla-extract/webpack-plugin": "2.2.0",
"chalk": "^5.2.0",
"chromatic": "6.20.0",
"cypress": "~12.12.0",
"dotenv": "~16.0.3",
"eslint": "^8.45.0",
"log-update": "^5.0.1",
"mdast-util-from-markdown": "~1.3.0",
"mdast-util-frontmatter": "~1.0.1",
"micromark-extension-frontmatter": "~1.1.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/apps/docs/public/assets/background/contribute.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions packages/apps/docs/public/assets/background/marmalade.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions packages/apps/docs/public/assets/background/quickstart.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions packages/apps/docs/public/assets/background/react.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 3ff58ea

Please sign in to comment.