This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Merged
Conversation
Feature: Add network error in FixedIcon
feature: Add Link Component
Fix: export Link component
* Upgrade types and dependencies with minor changes * Upgrade typescript to v4 and remove create-react-app storybook dependency * Upgrade eslint and code styling dependencies * Update copy-webpack-plugin * Remove unused type library @types/big.js * Update webpack-node-externals * Move url-loader from dependencies to devDependencies * Move react-docgen-typescript-loader to devDependencies * Remove duplicated yarn install from travis file * Update lint github workflow * Fix linter issues in webpack config file
Pass extra props to Card
* add strong/bold property fot Tiltle component * fix vertical divider story * add format * add Dot component * Take font from theme * refactor dot * refactor title * Button bordered * add Text comp inside button to control text size * fix button width, border-radius and padding * fix fonts not being recognized * misc fixes * add iconSize prop in Button * add safe icon * fix hover colors * simplify css rule * add comment in storybook config * remove font * add disabled prop to Card * Card: replace isDisabled by disabled * fix prop name * add iconSize prop to ButtonLink * Button: add component prop * add postiton relative to Card * delete pointer-events css * fix z-index css Co-authored-by: Agustín Longoni <agustin.longoni@altoros.com>
* Upgrade dependencies with minor changes * Upgrade storybook to v6 * Remove duplicated dependencies
* Passing down `inputProps` from `input` object to MUI component This change makes it possible to set <input> HTML's props like min and max values, by passing them onto <TextField> `input` obj * Added <TextField> story with example of a number field Co-authored-by: Leandro Boscariol <leandro.boscariol@gnosis.io>
* fix margins and borders * refactor accordion * fix styles, margins and borders * fix overflow on :hover event * add prop id and format * remove @material-ui/icons dep and use chevron icon
Co-authored-by: Agustín Longoni <agustin.longoni@altoros.com>
* Feature: add tooltip component * Fix: Icon - make use of new Tooltip component * add arrow in tooltip
* Upgrade dependencies with minor changes * Add react 17 as peer dependency * Use gnosis lint action
* add padding prop * Add customSize and fix code * fix tooltip styles and add font-family Co-authored-by: Agustín Longoni <agustin.longoni@altoros.com> Co-authored-by: Daniel Sanchez <daniel.sanchez@gnosis.pm>
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. - [Release notes](https://github.com/isaacs/ini/releases) - [Commits](npm/ini@v1.3.5...v1.3.8) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* refactor button * Fix props passed to ButtonMui * tweak CustomButtonMuiProps adding to and component props no exported by @types/mui Co-authored-by: fernandomg <fernando.greco@gmail.com> Co-authored-by: Daniel Sanchez <daniel.sanchez@gnosis.pm>
Co-authored-by: Daniel Sanchez <daniel.sanchez@gnosis.pm>
ESLint Summary View Full Report
[warning] @typescript-eslint/no-explicit-any
Report generated by eslint-plus-action |
|
Travis automatic deployment: |
mmv08
approved these changes
Feb 19, 2021
* Change polished rgba for@material-ui fade * Remove polished direct dependency
|
Travis automatic deployment: |
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What's new
What has changed
Chore changes