-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add new variables - Add new color palette - Add hues - Button variables - Update typography * Change `fontWeight` variable to `typography` * Change `purple` variable to `purple500` * Update `button-link` component - Add `useColor` hook - Add support to `txtColor` prop - Button colors based on design tokens - Update defaults - Remove `useMouseMoveEffect` and `querySelector ` * Change `fontWeight` variable to `typography` * Add new props on ButtonLink component - rounded - aria-label - aria-hidden - rename greysclale[...] color token to grey[...] * Rename 'Design System' section to 'Components' * Fix SelectInteractive component build * Add color palette doc * Fix font render on buttons * Add new props on Button component * Add new props on ButtonDropdown component * Fix margin differences between browsers * Add new `launch` and `arrow-external` icons * Add color palette support on tag and tag number components * Update snapshots * v3.0.0-beta.1 * Fix hover on a disabled button (Safari) * Add loading state on table component * Update snapshots * Remove type table from `loading-state` component * Disable row hover on loading state * Fix table responsiveness * Small fixes - change default icon position to left; - force checked styling on checkbox through aria attribute; - remove truncate on tags; - fix text color in outline tags; - fix the close button on modals. * Update tests * v3.0.0-beta.2 * Bump react-select to 5.4.0 * Update customImage on select interactive Instead using a react node inside the data array (e.g., customImage: <img src="/images/default-avatar.svg" alt="" />) use the just the path string (e.g., customImage: '/images/default-avatar.svg'). * [FIX] Altering the styles from `CheckBox` when the prop `checked` changes (#95) * fix: altering the styles when the prop `checked` changes * Bump react-select to 5.4.0 * Update customImage on select interactive Instead using a react node inside the data array (e.g., customImage: <img src="/images/default-avatar.svg" alt="" />) use the just the path string (e.g., customImage: '/images/default-avatar.svg'). Co-authored-by: Henrique Macedo <[email protected]> * Update snapshots * Fix TS errors on select-interactive * v3.0.0-beta.3 * fix(modal-drawer): `body` content scrolling when modal is open (#109) * Update buttons styling * Update snapshots * Update snapshot * v3.0.0-beta.4 * fix: remove overflow on `willUnmount` (#110) * Improve button action and button link style options * Update modal-footer.test.tsx.snap * v3.0.0-beta.5 * Add support for TKAI and VKAI currencies on labels - Move label stories to the component folder - Add new TKAI and VKAI icons - Improve label styling with new design tokens * Add support for TKAI and VKAI currencies on card value - Move card value stories to the component folder - Use new label props to support TKAI and VKAI icons * Use new label props to support TKAI and VKAI on form groups * Add support to TKAI and VKAI currencies on tables * Remove default currency * Currency possible undefined * Update types.ts * Fix tests * Update package.json * Fix spinner position based on icon position on buttons * update(table): `loadingRows = 5` (#111) --------- Co-authored-by: Rtandrew Paul <[email protected]>
- Loading branch information
Showing
124 changed files
with
15,372 additions
and
14,912 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
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
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.