aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/@next/components
Commit message (Collapse)AuthorAgeFilesLines
* Some comments and cleanupEzekiel Aquino2018-12-033-30/+5
|
* ThemeProviderEzekiel Aquino2018-12-015-11/+25
|
* WIP themeproviderEzekiel Aquino2018-11-302-20/+51
|
* LintingFred Carlsen2018-11-301-1/+0
|
* Added about / missionFred Carlsen2018-11-302-1/+22
|
* LintingFred Carlsen2018-11-301-2/+2
|
* Correct font-weight for headingFred Carlsen2018-11-301-0/+1
|
* Breakpoint on paddingEzekiel Aquino2018-11-301-2/+6
|
* Types return on layout methodsEzekiel Aquino2018-11-301-8/+4
|
* Make buttons alignFred Carlsen2018-11-301-2/+2
|
* Link products to 0x instant for nowFred Carlsen2018-11-301-1/+1
|
* Added 0x instant skeletonFred Carlsen2018-11-301-0/+1
|
* Allows margin to be passed variable integers as values, adds commentsEzekiel Aquino2018-11-301-3/+3
|
* Makes ts happy with running a function on an optional property valueEzekiel Aquino2018-11-301-1/+1
|
* Adds proposal for padding prop on WrappersEzekiel Aquino2018-11-301-1/+22
|
* Adds wrapGrid, bit of cleanupEzekiel Aquino2018-11-302-2/+7
|
* Add route links to headerFred Carlsen2018-11-301-31/+44
|
* Some cleanup, reindentEzekiel Aquino2018-11-301-2/+4
|
* LintingFred Carlsen2018-11-301-2/+2
|
* Replaces Text elements in why routeEzekiel Aquino2018-11-301-0/+2
|
* Text and landingEzekiel Aquino2018-11-303-126/+119
|
* Tweak textFred Carlsen2018-11-301-3/+18
|
* Linting + typingFred Carlsen2018-11-301-6/+7
|
* Tweak submit positionFred Carlsen2018-11-301-6/+10
|
* Linting formatFred Carlsen2018-11-301-16/+10
|
* Export svgs as typed pure componentsFred Carlsen2018-11-302-12/+15
|
* Linter fixesFred Carlsen2018-11-301-3/+2
|
* Add center prop to textFred Carlsen2018-11-301-18/+36
|
* Hide trade button on mobileFred Carlsen2018-11-301-2/+8
|
* Added newsletter form to footerFred Carlsen2018-11-303-3/+103
|
* Adjust global font sizeFred Carlsen2018-11-302-5/+6
|
* Adds buttonWrapperEzekiel Aquino2018-11-291-0/+10
|
* Removes text-decoration on buttonsEzekiel Aquino2018-11-291-1/+2
|
* Cleans up ButtonEzekiel Aquino2018-11-291-52/+14
|
* Cleanup button componentFred Carlsen2018-11-292-21/+7
|
* Fix type defFred Carlsen2018-11-291-1/+1
|
* Introduces WrapCenteredEzekiel Aquino2018-11-291-1/+10
|
* Tests flush width sectionsEzekiel Aquino2018-11-291-2/+7
|
* Ooops fixes thatEzekiel Aquino2018-11-291-1/+1
|
* Enables fullwidth sections. As in edge-to-edgeEzekiel Aquino2018-11-291-2/+2
|
* Adds fullWidth prop to sectionsEzekiel Aquino2018-11-292-4/+11
|
* Tweaks buttonEzekiel Aquino2018-11-291-8/+7
|
* Edits button.jsEzekiel Aquino2018-11-291-1/+1
|
* Adds notes to buttonEzekiel Aquino2018-11-291-5/+32
|
* Remove export of interfaceFred Carlsen2018-11-294-4/+4
|
* Add text and illustrations for homeFred Carlsen2018-11-291-1/+23
|
* Add transparent buttonFred Carlsen2018-11-291-3/+4
|
* Add transparent buttonFred Carlsen2018-11-291-6/+21
|
* Fix linting and typing errors in footerFred Carlsen2018-11-291-8/+5
|
* WIP landing and button changesFred Carlsen2018-11-291-3/+12
|
* Quick test responsive colsEzekiel Aquino2018-11-291-3/+9
|
* Fixes interface syntaxEzekiel Aquino2018-11-292-27/+43
|
* Adds key to mapped footer elemsEzekiel Aquino2018-11-291-2/+5
|
* Make dev layout guidelines less obtrusiveEzekiel Aquino2018-11-292-7/+9
|
* Refactors footer to use layout systemEzekiel Aquino2018-11-292-74/+55
|
* Fix colwidth layout calcEzekiel Aquino2018-11-291-1/+1
|
* Moves content wrap to layout.tsxEzekiel Aquino2018-11-292-19/+27
|
* Edits column width calc methodEzekiel Aquino2018-11-291-5/+19
|
* Add index to listFred Carlsen2018-11-291-1/+1
|
* Start on text componentFred Carlsen2018-11-291-0/+29
|
* Left align logoFred Carlsen2018-11-291-1/+1
|
* Linting errorsFred Carlsen2018-11-291-2/+3
|
* Fix linting errorsFred Carlsen2018-11-291-11/+11
|
* Add footerFred Carlsen2018-11-292-5/+125
|
* Test with max widthsEzekiel Aquino2018-11-292-2/+4
|
* Adds section marginsEzekiel Aquino2018-11-291-0/+1
|
* [WIP] Proposed layout modulesEzekiel Aquino2018-11-292-3/+76
|
* Fix key in loopFred Carlsen2018-11-291-1/+1
|
* Add bgColor and removePadding props to containerFred Carlsen2018-11-291-2/+7
|
* Fix linting errorsFred Carlsen2018-11-281-6/+5
|
* Tweak links in headerFred Carlsen2018-11-281-6/+12
|
* Add ehaderFred Carlsen2018-11-283-1/+78
|
* Add container and buttonFred Carlsen2018-11-282-1/+30
|
* Adds very basic SiteWrap and global stylingEzekiel Aquino2018-11-281-0/+26
|
* WIP buttonFred Carlsen2018-11-281-0/+21
|
* Add @next folder structureFred Carlsen2018-11-281-0/+0