-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: make section props required on overview page (#45) * Feature/more friendly white label section on failure (#46) * feat (white label component): more friendly render on failue * refactor: cs * fix (frontend): mode * fix (strapi): build * Feature/42 video embed (#47) * fix: Add check for client side rendering * feat: Create ExternalScript component * chore: Remove "use client" * feat: Add support for wide html script with example * docs: Add info link * Feature/strapi video component (#49) * fix (strapi): add video section with title to partner and product page * feat (video section): connect strapi component with frontend * feat (strapi): video with text section component * feat (video with text section): strapi & frontend * Feature/46 desktop-navigation with example (#50) * feat: Create Desktop navigation with example in theme * chore: Add "use client" in nav-context.tsx * Bugfix/42 cta stretches (#51) * fix: "use client" is necessary in context provider consumers * fix: Wrap NavProvider around Hero, NavBar * fix: Prevent stretching of button in SectionCardWide * fix: Center grid items in SectionGroup (+ add attrs passing) * Bugfix/43 cards blocks align index (#52) fix: Reverse every second index (first should have cta at right) * Bugfix/45 kpi cards should be white and text black (#53) * fix: Add light scheme with bg-white to CardIcon * fix: Add dividers * hotfix (nextjs): build * Bugfix/52 bundle fix (#54) * fix: Change nesting for full-width display of "meet our partners" section * feat: Add support for className in Title.tsx * fix: Improve alignment consistency * chore: Fix linting errors * chore: changelog --------- Co-authored-by: Nathan Alder <[email protected]>
- Loading branch information
1 parent
a80bc1a
commit fee70dc
Showing
31 changed files
with
619 additions
and
136 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "nextjs", | ||
"version": "0.8.0", | ||
"version": "0.9.0", | ||
"private": true, | ||
"scripts": { | ||
"dev": "next dev", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.