Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: overwrite svgr config to support multiple svg's per page #3

Merged
merged 1 commit into from
Dec 13, 2022

Conversation

kevinperaza
Copy link
Contributor

For reference: facebook/docusaurus#8297

image

@vercel
Copy link

vercel bot commented Dec 13, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
developers-basistheory-com ✅ Ready (Inspect) Visit Preview Dec 13, 2022 at 3:37AM (UTC)

@bweber bweber merged commit 404e1de into master Dec 13, 2022
@bweber bweber deleted the fix-svgr branch December 13, 2022 04:36
bt-platform-eng pushed a commit that referenced this pull request Dec 26, 2022
# 1.0.0 (2022-12-26)

### Bug Fixes

*  remove `p` elements from callout ([a0e0ff3](a0e0ff3))
* add correct font colors to dark theme ([949e825](949e825))
* add correct padding between sidebar categories ([ff71ac4](ff71ac4))
* add missing else statement ([4462707](4462707))
* add prod url to navbar signin button ([4a386a2](4a386a2))
* add proper color for comments to light prism theme ([daf5d36](daf5d36))
* address color toggle icons console warnings ([3c92b48](3c92b48))
* another svg import ([4d04950](4d04950))
* **api:** fix layout in intro and some broken links ([52cb6a2](52cb6a2))
* **applications:** add correct delete endpoint ([6ab6df4](6ab6df4))
* apply global radius to blueprint card, svg's and img's ([ee60e16](ee60e16))
* blueprint card padding ([4992904](4992904))
* bt in proxy transform ([2c0ec31](2c0ec31))
* button improvements ([920a0a2](920a0a2))
* **button:** update paddings and borders ([5cfdba0](5cfdba0))
* **cards:** add background color variables to css module ([9f9180a](9f9180a))
* **card:** spacing and background color ([e7c23e7](e7c23e7))
* change inset color for dark UI ([33b0fe4](33b0fe4))
* **code blocks:** update font css variable ([e647346](e647346))
* **code:** increase font-weight and decrease font-size ([cb62209](cb62209))
* default global border radius to 8px ([371036b](371036b))
* edit this page styles for mobile ([d5ef765](d5ef765))
* **edit this page:** positioning fixes for mobile ([b8af328](b8af328))
* first pass at intro fixes ([7c41dae](7c41dae))
* **footer:** use global border color variable ([02a06e0](02a06e0))
* force search input styles ([1b8838a](1b8838a))
* gh card spacing fix ([eb06319](eb06319))
* **gh card:** apply spacing in mobile-only ([fd883de](fd883de))
* **headings:** reduce font-size ([fa70e71](fa70e71))
* **homepage:** remove hover effect from main card ([ab72d55](ab72d55))
* **homepage:** svg import path ([827684e](827684e))
* imports in gh card pt 2 ([7c5769a](7c5769a))
* incorrect link in homepage ([d36365e](d36365e))
* incorrect link target value ([4be9653](4be9653))
* layout fixes/improvements for mobile devices ([19aaaa6](19aaaa6))
* minor css tweaks for web elements ([9d62a7a](9d62a7a))
* minor css updates ([4b8db3f](4b8db3f))
* more code block styles overrides ([1c4654f](1c4654f))
* navbar height and replace hardcoded color with existing css variable ([3a3cbdc](3a3cbdc))
* overwrite svgr config to support multiple svg's per page ([#3](#3)) ([404e1de](404e1de))
* personal information blueprints description ([#6](#6)) ([3049c2f](3049c2f))
* properly handle styles for hover/selected states ([938a654](938a654))
* remove `row` margin ([84fe2cc](84fe2cc))
* remove console log ([3a6f2c2](3a6f2c2))
* remove margin-top in prism editor for both themes ([a8e47a7](a8e47a7))
* rn github card files ([e56e584](e56e584))
* scope tabs/prism css overrides to light theme ([82a5b9a](82a5b9a))
* sidebar fixes/improvements for mobile ([ad93462](ad93462))
* **sidebar:** nested category spacing ([1489f67](1489f67))
* **sidebar:** replace chevron icon ([f832406](f832406))
* **tabs:** enable scrollbar for mobile ([eeab4ea](eeab4ea))
* **tabs:** update header borders, spacing and hover state ([cf81eb5](cf81eb5))
* target `theme-code-block` instead of code ([9925067](9925067))
* target search input class instead of html element ([28c32b2](28c32b2))
* update colors for dark theme ([862661a](862661a))
* update font color for dark mode ([5551573](5551573))
* update image alt in intro component ([30ebc11](30ebc11))
* update imports in gh banner ([62248b8](62248b8))
* update primary color variables in dark theme ([09e504b](09e504b))
* update svg import path ([23e8396](23e8396))

### Features

* add background image ([0a4d7e9](0a4d7e9))
* add base card component ([9e76886](9e76886))
* add bt logos ([a492883](a492883))
* add callout component to docs ([bda2ddf](bda2ddf))
* add component for http methods ([a38d5a5](a38d5a5))
* add component for permissions ([2229b6f](2229b6f))
* add custom background to homepage main card ([d68b619](d68b619))
* add custom themes for prism ([ac1bc23](ac1bc23))
* add enum to keep track of valid SDKs and map icons ([20db0cf](20db0cf))
* add fonts and first pass at colors ([#1](#1)) ([f79e83b](f79e83b))
* add homepage scaffolding ([b135547](b135547))
* add icons to sidebar ([0d30ee6](0d30ee6))
* add intro components ([8f36f87](8f36f87))
* add iubenda ([#8](#8)) ([29a2a67](29a2a67))
* add optimized logos for mobile ([f02a930](f02a930))
* add placeholder cards in blueprints ([d7c1fdc](d7c1fdc))
* add signin button to navbar ([06d88ad](06d88ad))
* add style overrides for code examples in tabs ([746d3db](746d3db))
* add styles for <code> ([fc4d340](fc4d340))
* add transitions to cards and buttons ([e679b26](e679b26))
* **applications:** add new components for api endpoints/methods and permissions ([18cf4f5](18cf4f5))
* apply style overrides to code examples/tabs ([3ab2448](3ab2448))
* **button:** add variants and href support ([a43a57c](a43a57c))
* **card:** add ability to open external links ([95e834c](95e834c))
* **cards:** move things around ([f50ecb2](f50ecb2))
* code highlight ([345f79f](345f79f))
* first iteration of auth ctas ([6e0b450](6e0b450))
* first pass at callout component ([be239d6](be239d6))
* first pass at GH card component (wip) ([4dc4497](4dc4497))
* first pass at search input styles ([33af909](33af909))
* **homepage:** add links to card components ([68f3fde](68f3fde))
* **http method:** add "copy" functionality from code blocks ([de1ca5b](de1ca5b))
* **intro:** add support for page title and toggle image on theme change ([684925b](684925b))
* override styles for edit this page and last updated components ([2f8e508](2f8e508))
* override styles of selected items ([474613b](474613b))
* **permission:** add new styles ([07bf5fe](07bf5fe))
* **permission:** default to secondary styles ([3e2f7e9](3e2f7e9))
* reconcile global border radiuses ([69581b0](69581b0))
* replace default github link with custom github icon ([0c2afca](0c2afca))
* **sdk card:** add support for themed images ([c8e13d3](c8e13d3))
* sdk cards layout ([c0f36dd](c0f36dd))
* sdk cards logo improvements ([b5e32ab](b5e32ab))
* second pass at alerts ([#2](#2)) ([0914026](0914026))
* second pass at http methods ([bebb8b7](bebb8b7))
* second pass at sdk cards ([60d7b1a](60d7b1a))
* show line numbers in code blocks ([4477b57](4477b57))
* **sign in button:** toggle variant ([5e3734c](5e3734c))
* update background colors ([046aeb1](046aeb1))
* update background to code editor in light theme ([5d6586b](5d6586b))
* update card background color for light theme ([da1291e](da1291e))
* update color mode toggle icons ([2baaec5](2baaec5))
* update ifm variables ([415f90b](415f90b))
* update image in getting started ([f7fdb73](f7fdb73))
* update navbar layout ([c89a40d](c89a40d))
* update sidebar background color for light mode ([77efd3e](77efd3e))

### BREAKING CHANGES

* renaming GithubBanner to GithubCard
@bt-platform-eng
Copy link

🎉 This PR is included in version 1.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants